*{
  margin:0;
  padding:0;
  outline:none;
  font-family: "Roboto";
}
.button{
  display: inline-block;
}
.content_page{
  padding-top: 30px;
}
.menu_icon{
  display: none !important;
  font-size: 20px;
}
#carousel-slider-section h1{
text-align: left;
font-weight: 600;
font-size: 64px;
line-height: 100%;
letter-spacing: 0%;

  }
  #best-products .owl-item:hover {
    transform: translate(0px, -10px);
    transition: 0.4s ease-in-out;
}

.topbar-left-content {
  display: flex
;
  align-items: center;
  justify-content: space-between;
}

.topbar-social-icons a i {
  font-family: 'FontAwesome';
  font-weight: 900;
  font-size: 14px;
  margin-left: 9px;
}
.header-wrap {
  position: relative;
}
.best-products-outer-box:hover .best-products-field h6{
  background: #D2924F;
  color: #F92D2D;
  transition: 0.3s ease-in-out;
  animation: fadeInLeft 1s linear;

}
#best-products .owl-item {
  margin: 24px 0;
  height: fit-content;

}
  .carousel-caption p{
    text-align: left;
    font-family: Roboto;
    font-weight: 400;
    font-size: 30px;
    line-height: 117%;
    letter-spacing: 0%;
    width: 80%;


  }
  .topbar-text-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cursor-pointer{
  cursor:pointer;
}
h2,h3
{
  color:#3A4343;
  margin:0;
  padding:10px 0;
  font-size: 2rem;
}
h4 a{
  color: #3A4343;
  font-size: 18px;
  }
h5{
  color: #3A4343;
}
h6{
 color: #6c6c6c;
}
.button-css{
  background-color: #4E5668;
  height: 50px;
  color: white;
  font-family: "Roboto";
  font-size: 16px;
  padding-top: 0.9rem;
  border-radius: 0;
}
.woocommerce .star-rating span {
  font-family: 'WooCommerce';
}
.woocommerce ul.products li.product .star-rating {
  font-family: 'WooCommerce';
}
body {
  margin:0;
  padding:0;
  -ms-word-wrap:break-word;
  word-wrap:break-word;
  background-color:#F5F6FA;
  position:relative;
  font-size: 15px;
  color: #6c6c6c;
  font-family: 'Roboto';
  font-weight: 400;
  padding-right: 0 !important;
  overflow-x: hidden !important;
}
.single-blog-page {
  padding: 60px 0;
}
.woocommerce p.stars a {

  color: #D2924F !important;
}
.woocommerce #review_form #respond .form-submit input {
  left: auto;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
  background: #D2924F;
  border-bottom-right-radius: 20px;
  color: #F5F6FA;
}
.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #0A3D62;
}
.woocommerce a.button:hover
{
  background: #0A3D62 !important;
}
.starwrapper {
  display: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: 29.05% !important;
  margin-left: 0;
  display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
label {
  margin-bottom: 0 !important;
}
img{
  margin:0;
  padding:0;
  border:none;
  max-width:100%;
  height:auto;
}
section img{
  max-width:100%;
}
p{
  margin:0 0 15px;
  padding:0;
  font-weight:400;

}
p, ul li a{
  letter-spacing: 0px;
  list-style-type: none;
}
body a{
  text-decoration:none;
 font-family: "Roboto";
}
a:hover{
  text-decoration:none;
  color:#666;
}
a:focus,a:hover{
  text-decoration:none !important;
  color: inherit;
}
ul,ol{
  margin:0 0 0 15px;
  padding:0;
}
ul li, ol li
:hover{-webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
blockquote {
  font-size: 18px;
  font-style: italic;
  max-width: 450px;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
}
blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: 0px;
  top: -10px;
  color: #7a7a7a;
}
blockquote:after {
  display: block;
  content: "\201D";
  font-size: 80px;
  position: absolute;
  right: 0px;
  bottom: -10px;
  color: #7a7a7a;
}
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
blockquote cite:before {
  content: "\2014 \2009";
}
small{
  font-size:14px !important;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="phno"],input[type="password"],
textarea{
  border:unset;
  font-size:16px;
  padding:10px 10px;
  margin:0 0 0px 0;
  height:auto;
  width: 100%;
  background: transparent;
  margin-bottom: 26px;
  border-bottom: 1px dashed #FFFFFF;
}
section{
  background-size: cover;
  background-repeat: no-repeat;
  /*padding: 60px 0;*/
  /*background-attachment: fixed;*/
}
select{
  width: 100%;
  padding: 2px;
}
input[type="submit"] {
  padding: 10px 20px;
  color: #ffffff;
  border: none;
}
input[type="submit"]:hover{
  cursor: pointer;
}
textarea {
  height: 80px;
}
.screen-reader-text {
  position: absolute;
  top:-9999em;
  left:-9999em;
}
.alignleft,
img.alignleft{
  display: inline;
  float: left;
  margin-right:20px;
  margin-top:4px;
  margin-bottom:10px;
  padding:0;
  padding:5px;
}
.alignright, img.alignright {
  display: inline;
  float: right;
  padding:5px;
  margin-bottom:10px;
  margin-left:25px;
  padding:5px;
}
.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:0;
  padding:5px;
}
.comment-list .comment-content ul {
  list-style:none;
  margin-left:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}
.toggleMenu{
  display:none;
}
table, td, th {
  /* border: 1px solid black; */
}
section{
  padding-top: 35px;
  padding-bottom: 35px;
}
.font-large{
  font-size: 3.8rem;
}
.font-medium{
  font-size: 25px;
  margin-top: 12px;
}
.metabox{
  border-top :  1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
}
.add-to-cart-button {
  position: relative;
}
a.added_to_cart.wc-forward {
  margin-top: 0;
  background: #FFFFFF;
  box-shadow: 5px 5px 0px 0px #D2924F;
  border-bottom-right-radius: 30px;
  padding: 18px 15px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #D2924F;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.page-header h1{
  font-size: 30px;
}
.page-title{
}
input[type="submit"]{
  background-color: #3A4343;
}

/* About us page */
.about-us-page {
  padding: 60px 0;
}

















/* Sharing hover css */
.sharing-box{
  position: absolute;
  top : 10px ;
  left: 30px;
}
.sharing-box i{
  padding: 10px;
  width: 35px;
  height: 35px;
  text-align: center;
  color: white;
}
.share-icon{

}
.share-icon .fa-share-alt{
  background-color: lightgrey;
}
.share-icon .fa-twitter{
  background-color: #1B95E0;
}
.share-icon .fa-facebook-f{
  background-color: #3b5998;
}
.share-icon .fa-linkedin-in{
  background-color: #0976b4;
}
.share-icon .fa-pinterest-p{
  background-color: #c92228;
}
.sharing-box ul li ul li{
  border-radius: none;
}
.sharing-box ul {
	list-style: none;
	margin: 0;
	padding-left: 0;

}
.sharing-box li {
	display: block;
	float: left;

}
.sharing-box li a {

}
.sharing-box li:hover {
	cursor: pointer;
}
.sharing-box ul li ul {
	visibility: hidden;
  opacity: 0;
	position: absolute;
  transition: all 0.5s ease;
  display: none;
}
.sharing-box ul li:hover > ul,
.sharing-box ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
.sharing-box ul li ul li {
	clear: both;
}
.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-loop-button-wrapper {
    position: absolute;
    top: 0;
}
.woocommerce ul.products li.product .button{
  margin-right: 1rem;
}
/* Heading animation */
/* section:hover h3,section:hover h6 {
    animation: text-shadow 1.5s ease-in-out ;
    animation-iteration-count: 1;
} */
h3:hover,h6:hover {
    animation-play-state: paused;
}
@keyframes text-shadow {
    0% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(-1em);
    }

    40% {
        transform: translateY(0.5em);
    }

   60% {
        transform: translateY(-0.25em);
    }

    80% {
        transform: translateY(0);
    }
}
@media (prefers-reduced-motion: reduce) {
    * {
      animation: none !important;
      transition: none !important;
    }
}
/* Button animations */
.btn-5 {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, .5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-5:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388;
  color: white;
}
/* Product Quick View CSS  */
.woocommerce-product-gallery__wrapper{
  margin: 30px !important;
}
#yith-quick-view-content .onsale {
    top: 20px;
    right: auto;
    left: 20px;
  }
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{
  border: 2px solid lightgrey;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{
  background : lightgrey;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  border : 1px solid lightgrey;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover{
  background-color: #3A4343;
}
.woocommerce div.product .product_title h1{
  font-size: 30px;
}
/* wishlist */
.product .woocommerce-product-gallery .yith-wcwl-add-to-wishlist {
    position: absolute;
    width: auto!important;
    left: 20px;
    top: 20px;
}

.product .woocommerce-product-gallery .yith-wcwl-add-to-wishlist a.button {
    background: none;
    border: none;
    padding: 0;
    color: #555;
    margin: 0;
    line-height: 1;
    min-height: 0;
    font-size: 0;
}

.product .woocommerce-product-gallery .yith-wcwl-add-to-wishlist a.button:hover {
    box-shadow: none;
    color: #434343;
}

.product .woocommerce-product-gallery .yith-wcwl-add-to-wishlist a.button i {
    margin: 0;
    font-size: 26px;
}
/* -----------------------search form -------------------------*/
.search-field {
  border: none;
}
[type=submit]{
  border: none;
}
/*----------------------  index ---------------------------*/
.post-section {
    padding: 20px 0;
}
.postwrapper-box {
  border: 2px solid #eeeeee;
}

/*------------------Single Post -----------------*/

#single_post .postbox .postbox-content {
  position: static;
  padding: 15px 0;
}
#single_post .date-box {
  padding: 20px 10px;
  position: absolute;
  top: 32%;
  background-color: #1cc5dc;
  color: #ffffff;
  margin-left: 15px;
}
#single_post .date-box-inner {
  padding: 8px;
  border: solid 2px #ffffff;
}
.posttitle a
{
  font-size: 20px;
  letter-spacing: 1px;
  color: #1f1e1e;
}
.page-header h1, .entry-title {
  color: #F5F6FA;
  font-family: Roboto;
  font-weight: 600;
  font-size: 41px;
  line-height: 100%;
  letter-spacing: 0%;
}
.bradcrumbs a {
  font-family: Roboto;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #D2924F;
  text-align: center;
  padding: 10px;
}

.bradcrumbs{
  font-family: Roboto;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #F5F6FA;
  text-align: center;
}

.single-post-content table td
{
  text-align: center;
}
.single-post-content .wp-audio-shortcode
{
  margin-bottom: 50px;
}
/*------------------ Contact Page -----------------*/

.contact-page-details {
  padding-bottom: 30px;
}
h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #d3da36;
  display: table;
  margin-bottom: 4%;
}
#map{
  padding: 0;
}
#map embed {
  height: 500px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
.contac_form input[type='text'],.contac_form input[type='email'],.contac_form input[type='tel'],.contac_form input[type='date'],.contac_form textarea,.contac_form input[type="submit"]{
  margin: 10px;
}

input[type='date'] {
    width: 100%;
    padding: 8px;
}
input.wpcf7-form-control.wpcf7-submit.contactp-sumbit{
  background-color: #1cc5dc;
}
.inner-cont i {
    color: #1cc5dc !important;
}

section#contact-box{
  padding:0;
  margin:0;
}
.contact-info {
  font-size: 14px;
  line-height: 26px;
  padding: 20px;
  width: 100%;

}
.contac_form h3 {
  text-align: center;
}
.contact-info .head{
  color: #0A3D62;
}
.contact-address, .contact-email, .contact-phone {
  margin: 7px 0;
}
.c_content span {
  font-size: 18px;
}
.c_content p{
  font-size: 16px;
}
.contac_form .fancy-title {
  width: 250px;
  margin: 0 auto;
}
.contact-us-icon-label-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.location {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}

.phone {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
.about_me label {
  color: #F5F6FA;
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  line-height: 44px;
  letter-spacing: 0%;
}
.email {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
.contact-us-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/*.contac_form label{
  width: 100%;
}*/
.c_content {
  color: #ffffff;
}
.contact-page-details .contact-address
{
  text-align:center;
  border:2px solid #cccccc;
  padding: 11px;
}
.contact-page-details .contact-email
{
  text-align:center;
  border:2px solid #cccccc;
  padding: 11px;
}
.contact-page-details .contact-phone
{
  text-align:center;
  border:2px solid #cccccc;
  padding: 11px;
}
.best-products-field h6 {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  background: #257FD0;
  padding: 10px 16px;
  border-bottom-right-radius: 20px;
  max-width: fit-content;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-page-details span
{
  font-size: 18px;
  font-weight: 600;
  color: #343434;
  padding-bottom: 15px;
  color: #1f1e1e;
}
.contact-page-details .inner-cont i
{
  font-size: 35px;
  color:#343434;
  padding: 14px 0;
}
.contact-page-details .inner-cont p
{
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.contact-color-bg h3
{
  font-size: 36px;
  color: #2f3942;
  font-weight: bold;
  padding-bottom: 30px;
}
.contact-color-bg
{
  text-align: center;
}
/*.contact-color-bg form textarea
{
  margin-right: 10px;
}*/
.contact-box .google-map
{
  padding-top: 30px !important;
  margin-bottom: 30px !important;
}
.form-detl {
    border: 2px solid #cccccc;
}
.contact-box .row.form-info {
    margin-right: 5px;
}
.contact-box .form-btn {
    margin-left: 40px;
}

/* About us page */
.about-us-content h2 {
  font-family: Roboto;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
  text-align: left;
}

.about-us-content h5 {
  font-family: Roboto;
  font-weight: 400;
  font-size: 32px;
  line-height: 124%;
  letter-spacing: 0%;
  color: #0A3D62;
  text-align: left;
}

.about-us-content p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 151%;
  letter-spacing: 8%;
  color: #0A3D62;
}
.about-us-page .about-us-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}












/*---------------- Banner ----------------------*/
.inner_banner img, .title-box img {
    width: 100%;
}
.main_title {
  margin-top: 20px;
}
.main_title h1{
  padding-top: 20px;
  margin-bottom: 22px;
  font-size: 36px;
  color: #2d3b3e;
  font-weight: bold;
}

/* --------- Social Icon Widget ------- */

.social_widget a {
  color: #F5F6FA;

}
.social_widget a i:hover{
  color: #D2924F;
}
.social_widget a i {
  font-size: 13px;
  letter-spacing: 3px;
  font-size: 20px;
  text-align: center;
  margin-right: 24px;
  color: #F5F6FA;
  animation: tada 4s infinite;
}
.custom-social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}


/* --------- Blog Page ------- */

.postbox-content .post-text
{
  font-size: 18px;
  color: #8fa3aa;
  line-height: 28px;
}
.postbox h3{
  font-weight:normal;
  font-size:35px;
  text-align: center;
}
.blogimg-full img{
  width: 100%;
}
.read-more-icon{
  text-align: center;
  margin: -55px 0 0 0;
  z-index: 999;
}
.read-more-icon a:hover{
  opacity: 0.9;
}
.continue-read a {
  color: rgba(19, 10, 138, 0.6);
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  border: solid 1px #bbb;
  padding: 10px 20px 10px 20px;
  border-radius: 6px;
  display: block;
  background: #fff;
}
.blogs-admin-comment-box {
  display: flex;
  align-items: center;
}
.comment-icon {
  padding-left: 22px;
}
.blogs-admin-comment-box span {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  letter-spacing: 8%;
  text-align: center;
  color: #0A3D62;
  margin: 0;
}
.blogs-admin-comment-box a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  letter-spacing: 8%;
  text-align: center;
  color: #0A3D62;
  margin: 0;
}
.continue-read a:hover{
  background: #18304c;
  color:#fff;
}
.blog-border {
  background: #FFF;
  border-bottom-right-radius: 50px;
  position: relative;
}
.blog-content-box {
  padding: 6px 15px 16px;
}
.blog-date i {
  padding-right: 7px;
}
.services-page .services-images {
  height: 242px;
  position: relative;
}
.services-page .animation-services {
  background: #257FD0;
  height: 100%;
  padding: 30px 19px 40px;
  border-bottom-right-radius: 130px;
}
.services-page .services-inner-icon {
  padding: 10px 0;
}
.services-inner-icon h4 a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFF;
}
.services-page .services-images img {

  border-bottom-right-radius: unset;
  border-top-left-radius: unset;
}
.single-serv-content p {
  font-family: Roboto;
  font-weight: 300;
  font-size: 16px;
  line-height: 128%;
  letter-spacing: 0%;
  color: #FFF;
  margin: 0;
}
.blog-date {
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 8%;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  background: #257FD0;
  padding: 12px;
  color: #fff;
  border-bottom-right-radius: 20px;
}
.continue-read {
  margin: -22px auto 0 auto;
  display: table;
}
.metabox img {
  border-radius: 50%;
  margin-left: 30%;
}
.postbox {
   margin-bottom: 39px;
   border: none;
   border-radius: 6px;
}
.postbox h2{
  margin:0 0 5px;
  font-weight:bold;
}
a.post-readmore {
   font-size: 18px;
   border-bottom: 1px solid;
}
a.post-readmore i {
 margin-left: 8px !important;
 font-size: 18px;
 border-bottom: 1px solid #ffffff;
 padding-bottom: 2px;
}
.widget_recent_entries li {
  padding: 10px 0;
}
.postbox  a.blogbutton {
  background:none;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  color:#fff;
  padding:6px 25px;
  border:1px solid #0A3D62;
  color:#0A3D62;
  font-size:18px;
  text-transform:uppercase;
  margin:25px 0 0 0;
  display:table;
}
.blogbutton-small{
  background:none;
  font-size:12px;
  font-weight:bold;
  padding:6px 25px;
  border:1px solid #0A3D62;
  color:#0A3D62;
  font-size:14px;
  text-transform:uppercase;
  margin:14px 0 0 0;
  display:table;
}
.metabox {
    color: #0A3D62;
    padding: 5px 0;
    clear: both;
    margin: 10px 0;
}
.metabox .entry-date{
  margin:0 13px 0 0;
}
.metabox .entry-author{
  padding: 0 0 0 20px;
  margin:0 20px 0 0;
}
.metabox .entry-author a
{
  color: #0A3D62;
}
.metabox .entry-comments{
  padding: 0 0 0 20px;
}
.logged-in-as a
{
  color: #0A3D62;
}
#comment-nav-above .nav-links {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}

.woocommerce .woocommerce-result-count {
  margin: 0 0 1em;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
}
#sidebar span.comment-author-link {
    margin-left: 14px;
}
.post-featured img {
  width: 100%;
}


#sidebar aside h3 {
    position: relative;
    top: -33px;
    left: -10px;
    text-align: left;
    background-color: white;
    display: inline-block;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 600;
    color: black;
}
#sidebar aside.widget {
  border: unset;
  border-radius: unset;
  padding: 20px;
  background: #257FD0;
}
/* ----------------------- BLOG---------------------- */
/* blog */
.wp-post-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
}


.pagination{
  margin: auto;
  padding: 30px 0;
  width: 100%;
}
.blog-content-box h4{
  text-align: left;
  padding-bottom: 10px;
}
.blog-content-box h4 a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
}

.pagination a,.page-numbers li{
  background-color: #257FD0;
  color: #0A3D62;
  font-family: "Roboto";
  font-size: 16px;
  border-radius: 10px;
  padding: 10px 14px;
  margin-right: 10px;

}
.services-page .services-inner-icon a i:hover {
  background: #257FD0;
}
.current {
  background-color: #257FD0;
  color: #0A3D62;
  font-family: "Roboto";
  font-size: 16px;
  border-radius: 10px;
  padding: 10px 14px;
  margin-right: 10px;

}
.woocommerce nav.woocommerce-pagination ul li{
  margin: 3px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  display: flex
;
  align-items: center;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #257FD0 !important;
  color: #fff !important; 
  border-radius: unset !important;
}
#shop {
  padding-bottom: 60px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
  color: #fff;
  background: #257FD0;
  width: 30px;
  height: 30px;
  border: unset;}
.woocommerce nav.woocommerce-pagination ul{
  border: none;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled,
 .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
   color: white;
   opacity: 1;
 }
 .woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{
   width: 130px;
   height: 41px;
 }
 #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
   padding: 10px;
 }
/* ----------------------- POST---------------------- */
.woocommerce-breadcrumb{
  padding-top: 50px!important;
}
.blog-post h5{
  text-transform:uppercase;
  color: #0A3D62;
}
.blog-icon i {
  font-size: 20px;
  background: #bbb;
  border-radius: 50%;
  padding: 10px 14px 12px 15px;
  color: #fff;
  margin-right: 1%;
}
.blog-icon i:hover {
    background: #d3da36;
    color: #fff;
}
.blog-icon i.fa-google-plus {
    padding: 12px 10px 12px 11px
}
aside#search-3 {
  padding: 0 !important;
}
.feature-image-box img{
  width:100%;
}
.feature-image-box img a:hover{
  opacity:0.8;
}
.post-singlepage {
  border: solid 1px #bbb;
  box-shadow: 0 0 1px #bbb;
}
.bradcrumbs{
  padding: 10px 0;
}

.banner-image::after {
  content: "";
  background: #257FD0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: -1;
}
.banner-image{
  position: relative;
  z-index: 1;
  padding: 100px 0;
  background-attachment: fixed;
  
}



/*------------------ Comments BOX ------------------*/
#comments{
  float: left;
  width: 100%;
  margin-top: 10px;
}
#comments h2.comments-title{
  font-size:20px;
  font-weight:bold;
}
#comments h3.comment-reply-title{
  font-size:20px;
  font-weight:bold;
  clear:both;
}
#comments input[type="text"],
#comments input[type="email"],
#comments textarea{
  padding: 12px 10px;
  font-size: 18px;
  background: #fff;
  margin: 0;
  border-bottom-right-radius: 50px;
}
.no-comments.wp-block-latest-comments {
  color: #fff;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
}
#comments input[type="submit"].submit:hover {
  background: #0A3D62;
  transition: 0.4s ease-in-out;
}
#comments textarea{
  padding: 12px 10px;
  font-size: 18px;
  background: #fff;
  margin: 0;
  height: 123px;
  border-bottom-right-radius: 50px;
}
#comments input[type="submit"].submit {
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  color: #fff;
  text-transform: uppercase;
  border-top: none;
  background: #D2924F;
  box-shadow: 5px 5px 0px 0px #fff;
  border-bottom-right-radius: 30px;
  padding: 17px 34px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}
#comments a time{
  color:#0A3D62;
  font-weight:bold;
  font-size:12px;
}
#comments .reply{
  text-align:right;
}
#comments .comment-metadata{
  width:90%;
  float:left;
  padding:1% 0 0 0;
}
#comments .comment-content{
  width:90%;
  text-align:left;
  margin-left:7%;
}
#comments .comment-author{
  margin-bottom: 1em;
}
.wp-block-latest-comments__comment a{
  color: black;
}
.comment-meta.commentmetadata a{
  color: black;
}
.comment-body a{
  color: black;
}
.wp-block-latest-comments__comment-meta{
  color: #fff;
  font-size: 14px;
}
#comments h2#reply-title {
  display: inline-table;
  font-family: Roboto;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
  text-align: center;
}
.comment-form-comment label {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 171%;
  letter-spacing: 0%;
  color: #0A3D62;
}

.logged-in-as {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 171%;
  letter-spacing: 0%;
  color: #0A3D62;
}

.logged-in-as a{
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 171%;
  letter-spacing: 0%;
  color: #0A3D62;
}
 
#comments .comment-author.vcard img {
  padding: 2px;
}

/*--------------- Sidebar -----------------*/
/* Sidebar */
#sidebar td#prev a {
 color: #6c6c6c;
}
#sidebar caption {
 font-weight: bold;
 color: #6c6c6c;
 font-size: 20px;
}
#sidebar table,#sidebar th,#sidebar td {
 border: 1px solid #e1e1e1;
 text-align: center;
}
#sidebar td {
 padding: 7px;
 color: #6c6c6c;
}
#sidebar th {
 text-align: center;
 padding: 5px;
 color: #6c6c6c;
}
#sidebar select {
 padding: 10px 5px;
 border: solid 1px #e1e1e1;
 color: #6c6c6c;
 background: transparent;
}
#sidebar form{
 text-align: center;
 position: relative;
}
#sidebar h3 {
  font-size: 24px;
  color: #343434;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 11px;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
}
#sidebar input[type="search"] {
  padding: 10px 10px;
  font-size: 15px;
  margin-bottom: 10px;
  color: #fff;
  border: unset;
  width: 100%;
  border-radius: unset;
  height: 45px;
  background: unset;
  border-bottom: 1px dashed #FFFFFF;
}
#sidebar label{
    position: relative;
    top: -33px;
    left: -9px;
    text-align: left;
    display: inline-block;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 600;
    background: #D2924F;
    border-bottom-right-radius: 30px !important;
    padding: 15px 19px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #F5F6FA;
    border-radius: unset;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: fit-content;
    box-shadow: 5px 5px 0px 0px #F5F6FA;

}

#sidebar input[type="submit"]{
 background-color :#1cc5dc;
 color:#fff;
 padding:10px 0;
 font-size:12px;
 width: 100%;
 letter-spacing: 2px;
 font-weight: bold;
}
#sidebar .widget {
 margin-bottom: 50px;
}
#sidebar ul {
 list-style: none;
 margin: 0;
 padding: 0;
 font-size: 17px;
}
#sidebar ul li{
 font-weight: 600;
  color: #343434;
  font-size: 15px;
  border-bottom: 1px dashed #FFFFFF;
  padding: 10px 0;
}
#sidebar ul li:last-child
{
  border:none;
}
#sidebar ul li a {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  font-family: 'Roboto';
  width: 100%;
  margin: 0;
}


#sidebar .tagcloud a{
 border: solid 1px #e1e1e1;
 color:#6c6c6c;
 font-size:15px !important;
 padding:5px 18px;
 margin:0 0 5px;
 display:inline-block;
}
#sidebar .tagcloud a:hover{
 background:#ec1d23;
 color: #fff;
}
.single-post-content p
{
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 171%;
  letter-spacing: 0%;
  color: #0A3D62;
}
.wp-block-search .wp-block-search__label{
  width: auto;
}
.wp-block-search .wp-block-search__button{
  margin-left: 0;
  border: none;
  padding: 0 10px;
  background-color: unset;
  border-radius: 0 25px 25px 0;
  height: 45px;
  color: white;
  position: absolute;
  right: 0;
}
#sidebar aside h2{
  position: relative;
  top: -33px;
  left: -10px;
  text-align: left;
  display: inline-block;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 600;
  background: #D2924F;
  border-bottom-right-radius: 30px !important;
  padding: 15px 19px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #F5F6FA;
  box-shadow: 5px 5px 0px 0px #F5F6FA;
  border-radius: unset;
}
.wp-block-latest-posts__featured-image{
  display: inline-block;
  width: 70px;
}
.wp-block-group a{
  color: #fff;
  font-size: 14px;
}
.wp-block-group .wp-block-latest-posts__post-date{
  position: relative;
  top: -24px;
  left: 89px;
}
.cat-item {
  font-weight: 400;
}
/*------------- Page -----------------*/
.title-box{
  color:#fff;
  text-transform:uppercase;
  font-weight:bold;
  text-align:center;
  margin-bottom:25px;
}
.title-box img{
  width:100%;
}
.title-box h1 {
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.58);
}
.above_title {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 10%;
}
.read-moresec{
  margin:2% 0;
}
.middle-content {
  padding-bottom: 20px;
}

/*---------------- Pagination ----------------*/
.navigation {
  font-size:14px;
  font-weight:bold;
  margin: 10px 0;
}

.navigation a {
  padding: 0;
}
.navigation span, .navigation a {
  background-color: #0A3D62;
  display: block;
  float: left;
  padding: 10px 15px ;
  margin-bottom: 10px;
  margin-right: 10px;
  color: white;
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  font-weight: normal;
}
.navigation span.meta-nav {
  font-weight: bold;
}
.navigation .current{
  background: #0A3D62;
  color:#ffffff;
  font-weight:normal;
}

/* ------------- Category --------------------*/

.category-page h4{
  text-align: left !important;
}
ul.post-categories {
  list-style: none;
  margin: 0;
}
ul.post-categories a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 171%;
  letter-spacing: 0%;
  color: #0A3D62;}

/*-------------- Single  ---------------*/
.post_ctg span {
  float: left;
  margin-right: 7px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 171%;
  letter-spacing: 0%;
  color: #0A3D62;
}
.socila_share b {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 171%;
  letter-spacing: 0%;
  color: #0A3D62;
}
.share_icon i {
  padding: 10px 10px 10px 8px;
  margin: 0 0;
  color: #ffffff;
  background-color: #0A3D62;
  width: 36px;
  margin: 0 4px;
  text-align: center;
}
.share_icon i.fab.fa-facebook-f{
  background-color: #3c5a99;
}
.share_icon i.fab.fa-linkedin-in{
  background-color: #007bb5;
}
.share_icon i.fab.fa-google-plus-g{
  background-color: #da4835;
}
.share_icon i.fab.fa-twitter{
  background-color: #55acee;
}

.feature-box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-bottom-right-radius: 50px;
}




/* ----------- Unit Testing ------------- */

.outer_dpage table
{
  text-align: center;
}
.outer_dpage table th
{
  text-align: center;
}
hr.half-width{
  width:50%;
  margin: 0 auto;
}
/* -------------Contact form 7 ------------------*/
.contact-summary i{
  color: #0A3D62;
  font-size: 40px;
  border: 2px solid #D2924F;
  padding: 20px;
  width: 85px;
  height: 85px;
  text-align: center;
  border-radius: 50%;
  transition: transform ease-out 0.1s, background 0.2s
}
.contact-box p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0A3D62;
}
.contact-box span {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
}
.contact-summary hr{
  border-top: 3px solid #AEA679;
}
.contact-box{
  background: #fff;
  box-shadow: 5px 5px 0px 0px #D2924F;
}
#Contact-Us h4{
  font-size: 30px;
  padding: 30px;
  font-family: Roboto;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0A3D62;
}
#Contact-Us .wpcf7 input[type="text"],#Contact-Us .wpcf7 input[type="email"],#Contact-Us .wpcf7 input[type="tel"]{
  width: 100%;
  border: indianred;
  border-bottom: 1px dashed #FFFFFF;
}

#Contact-Us  ::placeholder{
  font-family: Roboto;
font-weight: 400;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
color: #F5F6FA;
}

.single-contactform-box ::placeholder{
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #F5F6FA;
}
.single-left-services-box .single-contactform-box #contact-form-heading {
  display: none;
}
.single-contactform-box textarea {
  height: 40px;
  overflow: hidden;
}
#Contact-Us label{
  font-family: Roboto;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
}
.single-contactform-box {
  background: #257FD0;
  padding: 20px;
}
#Contact-Us .wpcf7 input[type="submit"]{
  background-color: #4E5668;
  height: 50px;
  color: white;
  border-radius: 2rem;
  background: #D2924F;
  box-shadow: 5px 5px 0px 0px #F5F6FA;
  border-bottom-right-radius: 30px !important;
  padding: 19px 32px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #F5F6FA;
  border-radius: unset;
}
/*--------- Woocommerce Section--------- */

.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
  font-family: Roboto;
  font-weight: 600;
  font-size: 32px;
  line-height: 144%;
  letter-spacing: 0%;
  color: #0A3D62;
  text-align: left;
}


.woocommerce ul.products li.product .star-rating{
  margin: 0 auto .5em;
  color: #f4bc16;
}
.woocommerce .products li {
    text-align: center;
    padding: 10px !important;
    background: #fafafa;
}


a.showcoupon,
.woocommerce-message::before{
  color: #1cc5dc;
}
.woocommerce-message {
  border-top-color: #1cc5dc;
}
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {

  padding: 0;
  border-radius: 3px;
  margin: 0 !important;
  min-height: 5px;
  line-height: 26px;
  min-width: 60px;
  font-family: Roboto;
  font-weight: 800;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
  background: #D2924F;
  border-bottom-right-radius: 20px;
  color: #F5F6FA;
  padding: 10px 20px;
}
.woocommerce ul.products li.product .onsale{
    top: 15px ;
    right: 10px ;
}
h2.woocommerce-loop-product__title{
  font-size: 18px !important;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #3A4343;
}
.woocommerce div.product .product_title,.woocommerce div.product p.price, .woocommerce div.product span.price{
  margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
  background: #FF;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
  background: #3A4343;
  color: white;
  height: 41px;
}
.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
  background: #D2924F;
  box-shadow: 5px 5px 0px 0px #FFFFFF;
  border-bottom-right-radius: 30px;
  padding: 17px 34px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  display: flex
;
  align-items: center;
  justify-content: center;
}
.woocommerce div.product .woocommerce-tabs .panel p {
  font-family: Roboto;
  font-weight: 600;
  font-size: 24px;
  line-height: 59px;
  letter-spacing: 0%;
  color: #0A3D62;
  margin: 0;
}
.price-color{
  color: #FF4362;
}
ins bdi{
  color: #0A3D62;
}
bdi{
  color: #F92D2D
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del{
  opacity: 1 !important;
}
#yith-quick-view-modal.open .yith-wcqv-main {
  height: 80%;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
  background: #2f3942;
  color: #fff;
}
.woocommerce .quantity .qty {
  width: 5em;
  padding: 8px 5px;
  border-radius: 0;
  border: solid 1px #2f3942;
  color: #2f3942;
}
.col-1,.col-2 {
  max-width: 100%;
}
nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}
nav.woocommerce-MyAccount-navigation ul li {
  background: #3A4343;
  padding: 12px!important;
  margin-bottom: 10px;
}
nav.woocommerce-MyAccount-navigation ul li a{
  color: #fff !important;
  font-weight: bold;
  font-style: none !important;
}
.posted_in {
  display: block;
}
.woocommerce .woocommerce-ordering select{
  padding: 10px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  border: unset;
  background: #257FD0;
}
#tab-description h2 {
  font-family: Roboto;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #257FD0;
  text-align: left;
  margin-bottom: 9px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
  font-size: .92em;
  color: #767676;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #D2924F;
}
span.woocommerce-input-wrapper,.menu_header select,.menu_header .wc-block-product-categories__dropdown{
 width: 100%;
}
.woocommerce-product-gallery__image{
  padding: 2px;
}
.woocommerce a.checkout-button.button.alt.wc-forward{
  color: #fff !important;
  font-style: none;
}
.woocommerce a.checkout-button.button.alt.wc-forward:hover{
  text-decoration: none !important;
}
/* -------------------page 404 ----------------------*/
.content_page .container{
  width: 40%;
}
.page-404 h3{
  font-size: 45px;
  font-weight: 600;
}
.error404 .content_page {
  padding-top: 30px;
  padding: 60px 0;
}
/* -------------------Shop page  ----------------------*/
.woocommerce a.button{
  padding: 10px;
}
.columns-3 .tinvwl_add_to_wishlist-text,.columns-4 .tinvwl_add_to_wishlist-text,.columns-2 .tinvwl_add_to_wishlist-text{
  display: none;
}
.columns-3 .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button,.columns-4 .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button,.columns-2 .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button{
  color: lightgrey;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  border: 1px solid lightgrey;
  padding: 6px;
}
.woocommerce ul.products li.product .price{
  font-size: 17px;
  text-align: center;
}
.page h1 a{
  color: black;
}
.woocommerce ul.products li.product .price del{
  opacity: 1;
}
.columns-4 .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-loop-button-wrapper,.columns-2 .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-loop-button-wrapper{
  position: absolute;
  top: 0;
  left: 10px;
}
.columns-4 .woocommerce ul.products li.product .onsale,.columns-3 .woocommerce ul.products li.product .onsale,.woocommerce div.product div.images .woocommerce-product-gallery__trigger,.columns-2 .woocommerce ul.products li.product .onsale{
  position: absolute;
  top: 0;

}
.woocommerce span.onsale{
  position: absolute;
  top: 9px;;
}
#millions-of-hours a.added_to_cart.wc-forward,#latest-arrival a.added_to_cart.wc-forward{
  padding: 7px;
  background: transparent;
  color: white;
  margin-right: 0;
  margin-top: 0;
  font-weight: 700;
  border-radius: 0;

}


.middle-align p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 139%;
  letter-spacing: 1px;
  color: #0A3D62;
  margin-bottom: 0;
}




/* SERvices page */
.services-page {
  padding: 60px 0;
}
.services-page .animation-services img {
  box-shadow: 5px 5px 0px 2px #257FD0;
  transition: 0.4s ease-in;
}
.services-page .services-inner-icon a i{
  display: flex
  ;
      bottom: 20px;
      transition: 0.6s ease-in;
      animation: pulse 2s;
    }
/* Testimonial page */
.testimonial-page {
  padding: 60px 0;
}

.testimonials-images {
  height: 130px;
  width: 100px;
  border: 2px solid #0A3D62;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
}
.testimonials-content-box:hover {
  box-shadow: -10px -10px 0px 0px #D2924F;
  transition: 0.5s ease-in;
}
#our-clients .owl-carousel .owl-item {
  margin: 10px 0;
}
.testimonials-images img {
  height: 100%;
  width: 100%;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
    object-fit: cover;
}
.testimonial-page .testimonials-content-box {
  background: #FFFFFF;
  border-top-right-radius: 70px;
  padding: 20px 28px 65px;
  position: relative;

}
.testimonial-stars {
  background: #031835;
  height: 58px;
  border-top-right-radius: 25px;
  position: absolute;
  bottom: 1px;
  right: 30px;
  padding: 10px 16px;
  border-bottom-left-radius: 25px;

}
.testimonials-title {
  padding-left: 18px;
}
.testimonials-title h6 {
  font-family: Roboto;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 8%;
  color: #0A3D62;
  margin: 0;
  padding: 8px 0px 0;
}

.testimonial-stars span {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 8%;
  text-align: center;
  color: #F5F6FA;
  margin-bottom: 0;
}
.testimonial-stars i {
  color: #D2924F;
  font-size: 20px;
}
.testimonial-stars h5 {
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 8%;
  margin: 0;
  color: #fff;
  text-align: center;
}
.our-clients-headings h2 span {
  color: #D2924F;
  animation: fadeInLeft 2s infinite;

}
.our-experts-headings h2 span {
  color: #D2924F;
  animation: fadeInLeft 2s infinite;

}
.our-clients-headings h2 {
  font-family: Roboto;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #257FD0;
  text-align: center;
}
.our-clients-headings h5 {
  font-family: Roboto;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #257FD0;
  text-align: center;
}
.testimonial-inner-box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-top: -54px;
}

.testimonials-title h4 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 8%;
  color: #0A3D62;
}
.testimonial-content p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 139%;
  letter-spacing: 1px;
  color: #0A3D62;
  margin-bottom: 0;
  padding: 33px 0 10px;
}
#our-clients .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 49px;
}
#our-clients .owl-dots .owl-dot {
  width: 17px;
  height: 17px;
  border: unset;
  border-radius: 50%;
  margin: 3px;
}

.testimonial-double-quotes {
  position: absolute;
  top: 23px;
  right: 0;
}

#our-clients .owl-dots .owl-dot:nth-child(1) {
  color: #fff;
  opacity: 0.8;
}
#our-clients .owl-dots .owl-dot:nth-child(2) {
  color: #fff;
  opacity: 0.6;
}
#our-clients .owl-dots .owl-dot:nth-child(3) {
  color: #fff;
  opacity: 0.4;
}
#our-clients .owl-dots .owl-dot:nth-child(4) {
  color: #fff;
  opacity: 0.2;
}


/* TEam page */
.team-page {
  padding: 60px 0;
}



.our-experts-headings h2 {
  font-family: Roboto;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
  text-align: center;
  animation: text-shadow 1.5s ease-in-out ;
  animation-iteration-count: 1;
}

.members-inner-contents h6 {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 8%;
  color: #fff;
  margin: 0;
}

.our-experts-headings h5 {
  font-family: Roboto;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
  text-align: center;
  animation: text-shadow 1.5s ease-in-out ;
  animation-iteration-count: 1;
}
.members-images {
  height: 400px;
}
.members-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-right-radius: 50px;
}
.members-inner-contents {
  background: #257FD0;
  padding: 11px;
  border-bottom-right-radius: 50px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
.experts-content-box:hover  .members-inner-contents::after{
  width: 100%;
  transition: 0.4s ease-in;
  bottom: 0;

}


.experts-experience-box h5 {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 8%;
  color: #fff;
  margin: 0;
}
.experts-experience-box span {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 8%;
  color: #fff;
  margin: 0;
}
.experts-experience-inner-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.experts-experience-box p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: 135%;
  letter-spacing: 8%;
  text-align: center;
  color: #fff;
  margin: 0;
  max-width: min-content;
}
.experts-experience-box {
  background: #257FD0;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 22px;
  border-bottom-right-radius: 20px;
  display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
}
.experts-content-box:hover .experts-experience-box {
  animation: fadeInRight 1s linear;
  background: #D2924F;
}
.members-inner-contents::after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #D2924F;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-right-radius: 50px;
  z-index: -1;
}

.experts-content-box:hover .members-inner-contents{
   animation: fadeInLeft 1s linear; 
}

.members-inner-contents h4 a {
  font-family: Roboto;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 8%;
  color: #fff;
}
.owl-nav button i:hover {
  color: #D2924F;
  transition: 0.2s ease-in-out;
}
.free-consultant-right-images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.owl-nav button i {
  font-family: 'Font Awesome 5 Free';
  color: #0A3D62;
  font-weight: 900;
  font-style: normal;
  font-size: 44px;
}
#best-products .owl-nav button i:hover {
  color: #D2924F;
  transition: 0.3s ease-in;
}

.experts-content-box {
  position: relative;
  overflow: hidden;
}
.middle-align {
  padding: 60px 0;
}

/* Free consultation */


.free-consultant-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.free-consultant-image {
  height: 186px;

}
.free-consultant-headings h2 {
  font-family: Roboto;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
  text-align: center;
}
.free-consultant-headings h2 span {
  color: #D2924F;
  animation: fadeInLeft 2s infinite;

}
.free-consultant-headings h5 {
  font-family: Roboto;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
  text-align: center;
}
.free-consultant-contact-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  position: relative;
  z-index: 1;
}

.free-consultant-contact-box::after {
  content: " ";
  background: #257FD0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.9;
  z-index: -1;
}

.free-consultant-form-box {
  padding: 44px;
}


.free-consultant-form-box label {
  font-family: Roboto;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
  display: flex;
  align-items: center;
  justify-content: center;
}
.free-consultant-form-box label span {
  color: #D2924F;
  padding-left: 6px;

}
.free-consultant-form-box .submit-btn {
  text-align: end;
}
.free-consultant-form-box input[type="text"], .free-consultant-form-box input[type="tel"], 
.free-consultant-form-box input[type="email"], .free-consultant-form-box input[type="phno"], .free-consultant-form-box input[type="password"], .free-consultant-form-box textarea {
  border: unset;
  border-bottom: 1px dashed #FFFFFF;
  margin-bottom: 26px;
  color: #F5F6FA;


}
.free-consultant-form-box textarea {
  height: 50px;
}
.free-consultant-form-box ::placeholder{
  font-family: Roboto;
font-weight: 400;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
color: #F5F6FA;
}

.free-consultant-form-box input[type=submit] {
  background: #D2924F;
  box-shadow: 5px 5px 0px 0px #F5F6FA;
  border-bottom-right-radius: 30px;
  padding: 17px 34px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}


.free-consultant-form-box input[type=submit]:hover {
  transition: 0.8s ease-in-out;
  background: #F5F6FA;
  box-shadow: -5px -5px 0px 0px #D2924F;
  color: #0A3D62;
}
.contact-submit-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* SERvices */

.services-headings h2 span {
  color: #D2924F;
  animation: fadeInLeft 2s infinite;
}
.services-headings h2 {
  font-family: Roboto;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
  text-align: center;
}

.services-headings h5 {
  font-family: Roboto;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #031835;
  text-align: center;
}

.services-list-box ul li {
  font-family: Roboto;
  font-weight: 400;
  font-size: 28px;
  line-height: 53px;
  letter-spacing: 0%;
  color:#fff;
  margin: 0;
  padding: 0;
}

.services-list-box ul li h5 {
  font-family: Roboto;
  font-weight: 400;
  font-size: 24px;
  line-height: 62px;
  letter-spacing: 0%;
  color:#fff;
  margin: 0;
  padding: 0;
}
.services-listing-points ul {
  padding-left: 26px;
}
.services-button-box a {
  background: #D2924F;
  box-shadow: 5px 5px 0px 0px #F5F6FA;
  border-bottom-right-radius: 30px;
  padding: 18px 15px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}


.services-button-box a:hover {
  transition: 0.8s ease-in-out;
  background: #F5F6FA;
  box-shadow: -5px -5px 0px 0px #D2924F;
  color: #0A3D62;
}
.services-list-box {
  background: #257FD0;
  padding: 29px 22px;
  height: 100%;
  border-bottom-right-radius: 30px;
  flex-direction: column;
  display: flex ;
  justify-content: center;
  width: 100%;
  position: relative;

}
.services-button-box {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 30px;
}
.services-left-image {
  height: 540px;
  margin-top: -89px;
}
.services-left-image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  background: #F5F6FA;
  border-bottom-right-radius: 60px;
}

.services-list-box h4 {
  font-family: Roboto;
  font-weight: 600;
  font-size: 32px;
  line-height: 59px;
  letter-spacing: 0%;
  color: #fff;
  margin: 0;
}

.services-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
  border-bottom-right-radius: 60px;
  border-top-left-radius: 60px;}

.services-images {
  height: 242px;
}
#services .services-content-box .services-box:nth-child(3) {
  margin-top: 30px;
}
#services .services-content-box .services-box:nth-child(4) {
  margin-top: 30px; 
}
.services-left-box {
  display: flex;
  justify-content: space-between;
  align-items: end;
  border-bottom-right-radius: 60px;

}
.services-left-image {
  height: 618px;
  margin-top: -36px;
  width: 95%;
  background: #257FD0;
}
.animation-services:hover img {
  box-shadow: 5px 5px 0px 2px #257FD0;
  transition: 0.4s ease-in;

}
.animation-services {
  position: relative;
}
.animation-services:hover .services-inner-icon a i{
display: flex;
bottom: 20px;
transition: 0.6s ease-in;
animation: pulse 2s ;
}
.services-inner-icon a i {
  color: #FFFFFF;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  /* top: 0; */
  background: #D2924F;
  width: 50px;
  height: 50px;
  display: none;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 30px;
  font-style: normal;
  font-size: 26px;
  bottom: -20px;
  right: 18px;


}


.services-counter-box h5 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  margin: 0;
}
.services-counter-box span {
  font-family: Roboto;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}
.services-counter-inner-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.services-counter-box h6 {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  width: 56%;
}
.services-counter-box {
  background: #D2924F;
  max-width: fit-content;
  padding: 29px 2px;
  border: 6px solid #F5F6FA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: -53px;
  right: -30px;
}




/* Single services page */
#servives-single-page {
  padding: 60px 0;
}
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: .25rem;
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0%;
  color: #FFFFFF;
  text-align: left;
  width: 100%;
}
.nav-item {
  width: 100%;
  padding: 4px 0;
}
.single-left-services-box h3 {
  font-family: Roboto;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
  margin-bottom: 5px;
}
.nav-pills {
  background: #257FD0;
  border-bottom-right-radius: 30px;
  padding: 18px 0;
  margin: 0;
  margin-bottom: 18px;

}
.single-left-services-box{
  position: sticky;
  top: 50px;
}
.single-services-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-bottom-right-radius: 50px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background: #D2924F !important;
  box-shadow: 5px 5px 0px 0px #F5F6FA;
  border-bottom-right-radius: 30px !important;
  padding: 18px 15px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF !important;
  width: 100%;
  border-radius: unset;
}

.single-srevice-title a {
  font-family: Roboto;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
  text-align: center;
}
.single-srevice-title {
  padding: 26px 0;
}
.service-para {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 128%;
  letter-spacing: 0%;
  color: #0A3D62;
  margin: 0;
}
.service-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-bottom-right-radius: 50px;
}

.single-contactform-box input[type="submit"] {
  background-color: #3A4343;
  background: #D2924F !important;
  box-shadow: 5px 5px 0px 0px #F5F6FA;
  border-bottom-right-radius: 30px !important;
  padding: 18px 15px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF !important;
  width: 100%;
  border-radius: unset;
  width: auto;
}
.service-para-box {
  background: #D2924F;
  padding: 36px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.service-para-box p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 128%;
  letter-spacing: 0%;
  color: #0A3D62;
  padding-left: 34px;

}
.service-para-box h6 {
  font-family: Roboto;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
  text-align: left;
  padding-left: 34px;

}
.services-svg-icon svg path {
  fill: #0A3D62;
}

/* Faqs */
.faqs-page {
  padding: 60px 0;
}
.faq-card {
  margin-bottom: 15px;
}
.accordion-item {
  background: #257FD0;
  border-bottom-right-radius: 50px !important;
  border: unset;
  border-bottom-left-radius: unset !important;
}
.accordion-button{
  background: unset !important;
}
.accordion-button:not(.collapsed) {
  color: #0A3D62 !important; 
  box-shadow: unset !important; 
}

.accordion-button:focus{
  box-shadow: unset !important;
  border-color: unset !important;
}

.accordion-button{
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 0px;
  letter-spacing: 0%;
  color: #F5F6FA;
}
.panel-body p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 143%;
  letter-spacing: 8%;
  color: #F5F6FA;
  margin: 0;
}
.accordion-button::after{
  background-image: unset !important;
  content: "\f0d7";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #Fff;
}
.accordion-button:not(.collapsed)::after {
  content: "\f0d7";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #Fff;
}


/* Privacy policy page */

.privacy-policy-page {
  padding: 60px;
}
.privacy-policy-page h2 {
  font-family: Roboto;
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
}
.privacy-policy-page h3 {
  font-family: Roboto;
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
}
.privacy-policy-page p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  letter-spacing: 8%;
  color: #0A3D62;
}
.privacy-policy-page ul li span {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  letter-spacing: 8%;
  color: #0A3D62;
}
.privacy-policy-page ul li {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  letter-spacing: 8%;
  color: #0A3D62;
}
.privacy-policy-page h3 {
  font-family: Roboto;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #257FD0;
}

/* OUr Teams */
#single-team {
  padding: 60px 0;
}
.single-team-contact-box {
  background: #257FD0;
  padding: 24px;
}
.single-team-about-details p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 8%;
  color: #0A3D62;
}
.single-team-contacts-box i {
  color: #0A3D62;
  font-size: 16px;
}
.single-team-contacts-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.single-teampage-content h3 {
  font-family: Roboto;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 8%;
  color: #0A3D62;
  padding-bottom: 16px;
}
.single-experts-experience-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding-left: 10px;
}
#single-team input[type="submit"] {
  background-color: #3A4343;
  background: #D2924F;
  box-shadow: 5px 5px 0px 0px #F5F6FA;
  border-bottom-right-radius: 30px;
  padding: 17px 34px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.single-teampage-content h6 {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 8%;
  color: #0A3D62;
margin: 0;
padding-left: 10px;
  }
  .experts-box-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 10px;

}


.single-team-about-details h2 {
  font-family: Roboto;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
  text-align: left;
}
.social-profiles a i {
  background: #D2924F;
  box-shadow: 5px 5px 0px 0px #fff;
  border-bottom-right-radius: 16px;
  padding: 18px 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}
.social-profiles {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.single-teampage-content p {
  margin: 0;
}
.single-teampage-content p a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 153%;
  letter-spacing: 0%;
  color: #0A3D62;
}
.single-teampage-content i {
  padding-right: 12px;
}
.single-team-info img {
  width: 100%;
  height: 100%;
}
.single-experts-experience-box h5 {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 153%;
  letter-spacing: 0%;
  color: #0A3D62;
  margin: 0;
}
.single-experts-experience-box p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 153%;
  letter-spacing: 0%;
  color: #0A3D62;
  margin: 0;
  padding-left: 6px;
}

.single-team-contact-box ::placeholder{
  font-family: Roboto;
font-weight: 400;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
color: #F5F6FA;
}


.single-team-contact-box label {
  font-family: Roboto;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-team-contact-box label span {
  color: #D2924F;
  padding-left: 6px;

}

.single-teampage-content label{
  font-family: Roboto;
font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
color:#0A3D62;
}
.social-profiles a i:hover {
  background: #0A3D62;
  transition: 0.3s ease-in;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: unset;
}


/* Products Tips page */
#products-tips-page {
  padding: 60px 0;
}
#products-tips-page h2 {
  font-family: Roboto;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
  text-align: left;
}
#products-tips-page p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 8%;
  color: #0A3D62;
  padding: 16px 0 0;
}
#products-tips-page ul li {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 8%;
  color: #0A3D62;
  padding: 6px 0;
  ;

}
#products-tips-page h3 {
  font-family: Roboto;
  font-weight: 500;
  font-size: 21px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
  margin-top: 34px;
}

/* Guide page */
#guide-page {
  padding: 60px 0;
}

#guide-page h2 {
  font-family: Roboto;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
  text-align: left;
}
#guide-page p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 8%;
  color: #0A3D62;
  padding: 16px 0 0;
}
#guide-page ul li {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 8%;
  color: #0A3D62;
  padding: 6px 0;
  ;

}
#guide-page h5 {
  font-family: Roboto;
  font-weight: 500;
  font-size: 21px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
  margin-top: 34px;
}
#guide-page h6 {
  font-family: Roboto;
  font-weight: 500;
  font-size: 21px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
  margin-top: 34px;
}
#guide-page h3 {
  font-family: Roboto;
  font-weight: 500;
  font-size: 21px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
  margin-top: 34px;
}




/*  */

.copyright-top-button {
  position: fixed;
  right: 40px;
  bottom: 40px;
  text-align: -webkit-right;
  z-index: 99;
  background: #0A3D62;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #0A3D62;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  border-bottom-right-radius: 18px;
  


}
.copyright-top-button button i {
color: #0A3D62;
z-index: 9;
position: relative;
}

#scrollToTopBtn {
width: 60px;
height: 60px;
z-index: 999;
border-radius: 10px;
background: linear-gradient(to top, #FFF 0%, transparent 0%);
color: #212224;
font-size: 22px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: opacity 0.4s ease, visibility 0.2s ease;
border: unset;
padding: 0;
}

#copyright-top-button.show {
opacity: 1;
visibility: visible;
}

#scrollToTopBtn:hover {

border-color: transparent;
color: white;
}




/* 404 PAGE */

.read-moresec a {
  background: #D2924F;
  box-shadow: 5px 5px 0px 0px #FFFFFF;
  border-bottom-right-radius: 30px;
  padding: 18px 42px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.page-404 h3 {
  font-family: Roboto;
  font-weight: 600;
  font-size: 46px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
  text-align: center;
}
.text-404 {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 139%;
  letter-spacing: 1px;
  color: #0A3D62;
}