h1, h2, h3, h4, h5, h6 , body {
    font-family: "Montserrat Alternates" , sans-serif;

}

h1.text-white {
    font-size: 60px;
   }
   p.text-white {
    font-size: 25px;
    line-height: 1.5;
   }
.navbar-brand {
    margin-top: 5px;
}

.navbar {
    z-index: 100;
}
 


.btn-main-md {
    background: #daa452;
  }
  
  .main-nav .navbar-nav .nav-item.active .nav-link::before {
    background: #daa452;
  }
  
  .main-nav .navbar-nav .nav-item.active .nav-link {
    color: #daa452;
  }
  
  .main-nav .dropdown .dropdown-menu .dropdown-item.active, .main-nav .dropdown .dropdown-menu .dropdown-item.focus, .main-nav .dropdown .dropdown-menu .dropdown-item:focus, .main-nav .dropdown .dropdown-menu .dropdown-item:hover {
    color: #daa452;
  }
  
  .bg-blue {
    background: #E6BA6E;
  }

  .order-1 > img:nth-child(1) {
    margin-top: -5%;
   }

   
  

.service .service-box .service-item i {
    color: #daa452;
  }
  
  .scroll-top-to {
    background: #daa452;
  }

  
  .footer-main {
    background: #487AD0;
  }
  
  p, li, blockquote, label {
    color: #f0f0f0;
  }
  
  .footer-main .block-2 ul li a {
    color: #e6e6e6;
  }
    
  .text-primary {
    color: #daa452 !important;
  }
  
  .bg-dark {
    background-color: #5281D3 !important;
  }
  
  .text-secondary {
    color: #E8E8E8 !important;
  }



  /********* About *********/
  .about2 {
    position: relative;
    padding-top: 100px;
    padding-bottom: 160px;
    z-index: 9;
}

.about__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cls-4 {
    fill: #3774c2;
    fill-rule: evenodd;
    opacity: 0.1;
}

.about__bg > .icon {
    position: absolute;
    right: -20px;
    top: -24px;
}

.about2 .container {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about__our-misson {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 545px;
    flex: 0 0 545px;
    max-width: 545px;
    width: 100%;
    padding-left: 52px;
}

.about__our-misson-text {
    position: absolute;
    top: 337px;
    left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 325px;
    flex: 0 0 325px;
    max-width: 325px;
    width: 100%;
    padding: 30px 40px 30px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #daa452;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 6;
}

.about__our-misson-text > .icon {
    padding-top: 2px;
    margin-left: 1px;
}

.about__our-misson-text > .title {
    font-family: "Montserrat Alternates";
    font-size: 32.5px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0px;
}

.about__our-misson-text > .text {
    font-size: 15.5px;
    margin-top: 6px;
    line-height: 1.5;
    color: #ffffff;
}

#mission-icon\.svg {
    fill: #fff;
  }

.about__our-misson-img {
    overflow: hidden;
    border-radius: 8px;
    max-height: 642px;
    max-width: 474px;
    z-index: 5;
    position: relative;
}

.about__our-misson-img img {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}


.about__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 545px;
    flex: 0 0 545px;
    max-width: 545px;
    padding-top: 20px;
}

.about__text ul li {
    margin-bottom: 15px;
}

.about__text ul li i {
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    background: #f6f5ff;
    padding-left: 3px;
    margin-right: 20px;
    transition: .4s;
    display: inline-block;
}

.about__text ul li i {
    line-height: 38px;
    text-align: center;
}

.about__text ul {
    list-style: none;
}
  
.about__text li {
    color: #373232;
}

  

.about__text > h4 {
    padding-left: 1px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 6.5px;
    color: #333333;
}

.about__text > h1 {
    margin-left: -4px;
    margin-top: 48px;
}

.section-title2 {
    font-family: "Montserrat Alternates" , sans-serif;
    color: #daa452;
    font-size: 65px;
    line-height: 1;
}

.section-title2 > span {
    letter-spacing: -1.6px;
    line-height: 0.8;
    font-family: "Montserrat Alternates" , sans-serif;
    color: #1f3d9d;
}

.about__text > h2 {
    margin-top: 30px;
    font-family: "Montserrat Alternates";
    font-size: 25px;
    line-height: 1.4;
    color: #333333;
}

.about__text > p {
    font-family: "Montserrat Alternates";
    font-size: 18px;
    margin-top: 10px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 22px;
}



.about__text-signature {
    margin-top: 30px;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about__text-signature > img {
    margin-right: 28px;
}


.about__text-signature > h4 {
    font-size: 19px;
    padding-top: 20px;
    font-family: "Montserrat Alternates";
}

.about__text-signature > h4 span {
    font-family: "Montserrat Alternates";
    font-size: 15px;
    color: #333333;
}

  

/********* Products **********/

.feature .feature-content h2,
.feature .feature-content p {
  margin-bottom: 15px;
}

.section-title h2 {
    color: #daa452;
}

.section-title p {
    color: rgb(43, 43, 43);
}

p.desc , #contactus p {
    color: #302f2f !important;
}

.product-name {
    color: #daa452;
}


.product__bg{
    position: relative;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
} 

.product__bg > svg {
    position: absolute;
    top: 5px !important;
    left: -75px;
    height: 100%;
}

.product__bg2 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f1f18e;
} 

.product__bg2 > svg {
    position: absolute;
    top: 5px !important;
    left: -75px;
    height: 100%;
}

img.mt-custom {
    margin-top: 40%;
}

.bg-custom {
    background-image:  linear-gradient(45deg, #bdd5ff91 0%, #e3edff91 10%, #ffff 50%)
}


.section.page-title {
    padding: 50px 0;
}

#contactus.about2 {
    padding-bottom: 0 !important;
}



.footer-main {
    margin-top: -.5%;
    padding: 40px 0 10px;
  }

  .list-block-item {
    margin-top: 2%;
  }

  .footer-main .block h6 {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
}
.footer-main .block ul.social-icon li a {
    background: #daa452;
  
  }



#whatsappFloatingButton {
	position: fixed;
	bottom: 25px;
	left: 25px;
	width: 60px;
	height: 60px;
	background-color: #25d366;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	z-index: 1000;
	animation: whatsappButtonAnimation 0.5s;
}
  
#whatsappFloatingButton svg {
	width: 36px;
	fill: #fff;
}
  
@-webkit-keyframes whatsappButtonAnimation {
	0% {
		transform: scale3d(0, 0, 0);
		transition: transform 0.3s ease-in-out;
	}
	100% {
		transform: scale3d(1, 1, 1);
		transition: transform 0.5s cubic bezier(0.18, 0.89, 0.32, 1.28);
	}
}

@media screen and (max-width: 768px) {
	#whatsappFloatingButton {
		width: 50px;
		height: 50px;
	}

	#whatsappFloatingButton svg {
		width: 35px;
	}
}




.feature-content li {
  color: #0b0b0b;
}

  /********* Mobile ******/


  @media (max-width: 768px) {
 
    .navbar-brand {
        margin-top: 0px;
    }

    .about__our-misson-text {
        left: 15px;
    }

  .about__text > h4 {
    letter-spacing: 4.5px;
  }
  
  .about__text > h1 {

    margin-left: -10px;
    margin-top: 25px;
  }
  
  .section-title2 {
    font-size: 48px;
  }
  
  .section-title2 > span {
    letter-spacing: -2.2px;
  }

  .about2 {
    padding-bottom: 50px;
}

.feature .feature-content h2,
.feature .feature-content p {
  margin-bottom: 30px;
}

.feature .feature-content p {
    text-align: left;
}

img.mt-custom {
    margin-top: 4%;
}

.footer-main .block {
    margin-bottom: 40px;
    text-align: center;
  }

  .block-2 {
    text-align: center;
  }

  .list-inline {
    padding-left:40%;
    list-style:none;
    text-align: center;
 
   }
   
  }