
 #body .container{
    max-width: 1308px !important;
}

body{
    font-family: h-light !important;
}

.a-font{
    font-family: aero;
}

@font-face{
    src: url(../fonts/HelveticaNeueMedium.otf);
    font-family: h-medium;
}

@font-face{
    src: url(../fonts/Aero\ Matics\ Regular.ttf);
    font-family: aero;
}

@font-face{
    src: url(../fonts/HelveticaNeueLight.otf);
    font-family: h-light;
}


/*---------------- navigation ----------------------*/

a.navbar-brand img {
    width: 161px;
    margin-top: 80px;
    position: relative;
    z-index: 9999;
}

.top-nav2 .navbar {
    background-color: #fff !important;
    /* padding: 0 8px !important; */
    padding: 0 !important;
    height: 101px;
}

.top-nav2 .navbar .navbar-nav li a {
    color: #000000;
    font-weight: 500;
    padding-left: 40px;
    font-family: h-medium;
    font-size: 18px;
    margin-top: 20px;
}

.top-nav2 .navbar .navbar-nav li a:hover{
    text-decoration: none;
    color: #1e3d75;
}

.top-nav2 .navbar .navbar-nav li .active1{
    color: #1e3d75;
    font-weight: 600;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    /* background: black; */
    /* box-shadow: 0px 2px 17px 6px #dedddd; */
     box-shadow: 0 6px 17px -6px #abaaaa;
    /* background-color: #fff !important;  */
}

  .sticky2 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    /* background:black; */
  }

  .nav-in2{
    position: relative;
  }

  .nav-content {
    position: absolute;
    top: 100px;
    left: -10px;
    z-index: 999;
    background: rgba(239, 180, 67,0.9);
    display: inline-block;
    /* right: -4px; */
    transition: all .5s ease-in-out;
     opacity: 0;
    visibility: hidden;      
}


.navbar-nav .nav-in:hover .nav-content{
    opacity: 1;
    visibility: visible;
     top: 51px; 
    
}

ul.sub-content li {
    border-bottom: 1px solid #ffffff;
    
}

ul.sub-content li a:hover{
    text-decoration: none;
}

.top-nav2 ul.sub-content{
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-nav2 ul.sub-content li a {
	color: #000 !important;
	white-space: nowrap;
	/* padding-left: 0 !important; */
	/* margin-left: 0 !important; */
	/* padding: 15px !important; */
	padding: 15px 75px 5px 15px !important;
	display: inline-block;
	font-weight: 500 !important;
	font-size: 16px !important;
	margin-top: 0 !important;
}


.navbar-nav .nav-in2:hover .nav-content{
     opacity: 1;
    visibility: visible;
     top: 81px;  
    
}

  

/*---------------- banner ----------------------*/

.bc-img{
    background: url(../images/banner.png) no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 700px;
}


/*---------------- about ----------------------*/

.ab-container{
    width: 1170px;
    margin: 0 auto;
}

.ab-img img{
    width: 100%;
}

.ab-header {
    color: #aeaeae;
    font-size: 50px;
    margin-bottom: 13px;
}

.ab-header2 {
    color: #14467d;
    font-size: 27px;
    line-height: 34px;
}

.ab-para {
    font-family: h-light;
    font-size: 20px;
    color: #222222;
    padding-right: 91px;
    margin-bottom: 26px;
}

.ab-link {
    background-color: #ce0202;
    color: #fff;
    font-size: 16px;
    padding: 16px 34px;
    display: inline-block;
}

.ab-rt {
    margin-top: -14px;
}

.about {
    background: url(../images/ab-bg.png?v=123) no-repeat;
    background-size: cover;
    background-position: bottom center;
    min-height: auto;
    padding: 118px 0;
}

/*---------------- product ----------------------*/

.pro-bg {
    background: url(../images/pro-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 500px;
    margin-top: 0;
}

.pro-bg2 {
    margin-top: -380px;
}

.pro-title {
    text-transform: capitalize;
    color: #afb9c5;
    font-size: 54px;
    margin-bottom: 50px;
}

.pro-img img {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
}

.pro-img {
    width: 100%;
    position: relative;
	display:block;
	margin-bottom:25px;
}

.pro-txt {
    text-align: center;
    
}

.pro-header {
    font-family: h-medium;
    color: #2f2f2f;
    font-size: 33px;
    margin-bottom: 18px;
}

.pro-para {
    font-size: 16px;
    color: #222;
    padding: 0 30px;
	margin-bottom: 30px;
	height:100px;
}

.pro-link{
    background-color: #ce0202;
    color: #fff;
    font-size: 16px;
    padding: 16px 34px;
    display: inline-block;
    text-transform: capitalize;
}

.pro-link:hover{
    color: #fff;
    text-decoration: none;
}


/*---------------- why ----------------------*/

.w-title{
    font-size: 28px;
    color: #222222;
}

.w-para{
    font-size: 16px;
    color: #222222;
    margin-bottom: 0;
}

.why {
    background: url(../images/w-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    padding: 41px 0;
    margin-top: 100px;
}

.w-box {
    background: #fff;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 20px;
}

.w-box2{
    min-height: 242px;
}

.w-box3{
    min-height: 226px;
}

.w-cap{
    font-size: 54px;
    color: #0b2735;
    text-transform: capitalize;
    
    margin-bottom: 20px;

}

.w-para2{
    color: #222222;
    font-size: 30px;
    margin-bottom: 25px;

}

/*---------------- brand ----------------------*/

.brand {
    padding: 76px 0;
}



/*---------------- footer ----------------------*/

.footer {
    background: url(../images/ftr-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    padding: 60px 0;
    
}

.ftr-logo img {
    width: 120px;
}

.ftr-header {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.ftr-list{
    margin: 0;
    padding: 0;
    list-style: none;

}

.ftr-list li a {
    display: inline-block;
    color: #efefef;
    font-size: 15px;
    line-height: 34px;
}

.ftr-list li a i {
    margin-right: 15px;
    font-size: 12px;
    color: #55b04d;
}

.ftr-list2{
    margin: 0;
    padding: 0;
    list-style: none;

}

.ftr-list2 li a {
    display: inline-block;
    color: #55b559;
    font-size: 16px;
    /* font-weight: 600; */
    margin-left: -53px;
    transform: translateY(-2px);
}

.ftr-social a i{
    display: inline-block;

}

p.ftr-para {
    font-size: 14px;
    /* color: #fff; */
    color: #efefef;
    line-height: 26px;
}

.footer .form-control {
    display: block;
    width: 100%;
    height: 52px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: initial;
    border-radius: 8px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.footer .form-control::placeholder{
    font-size: 15px;
    padding-left: 10px;
}

a.frm-link i {
    background: #efb443;
    color: #000;
    display: inline-block;
    padding: 12px 15px;
    font-size: 17px;
    border-radius: 5px;
}

.frm-btn {
    position: absolute;
    top: 6px;
    right: 8px;
}

.ftr-icon i {
    /* width: 45px; */
    /* height: 45px; */
    /* background: rgba(255, 255, 255, 0.1); */
    /* text-align: center; */
    color: #36b04d;
    /* line-height: 45px; */
    /* border-radius: 5px; */
    /* border: 1px dashed rgba(255, 255, 255, 0.3); */
}


.ftr-h2 {
    font-weight: 400 !important;
    color: #efefef !important;
    line-height: 24px;
}

.mt-top {
    margin-top: 33px;
}

.ftr-social a i {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #fff;
    line-height: 40px;
    border-radius: 5px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
}

.ftr-2 {
    margin-left: 65px;
}
.ftr-3 {
    /* margin-right: 71px; */
    /* display: inline-block; */
    margin-left: -30px;
}

.footer2 {
    background-color: #0b3246;
    padding: 20px 0;
}

.ftr-cap {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 0;
    color: #7ba7be;
}

h5.ftr-caption {
    color: #7ba7be;
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 8px;
}

.ftr-list4{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.ftr-list4 li a {
    display: inline-block;
    background-image: linear-gradient(to top, #20475b, #274d61, #2d5367, #345a6e, #3a6074, #3f6579, #446a7e, #496f83, #4e7488, #53798c, #597e91, #5e8396);
    color: #fff;
    padding: 6px 15px;
    font-size: 18px;
}

.ftr-list4 li:first-child{
    margin-right: 10px;
}

.click-to-top {
    position: fixed;
    right: 50px;
    bottom: 25px;
    z-index: 999;
}

.click-button {
    background: #175e82;
    border: none;
    color: #fff;
    /* padding: 5px 12px; */
    display: inline-block;
    /* border-radius: 100%; */
    width: 42px;
    height: 42px;
}

.click-angle {
    font-size: 16px;
    line-height: 40px;
}


/*------------------ contact -------------------*/

.contact-banner{
    background: url(../images/contact.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
}

.abt-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.abt-list li a {
    color: #f5faff;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
}

.abt-list li a span {
    color: #f5faff;
}

h2.ab-header {
    font-size: 70px;
    /* font-weight: 600; */
    color: #ffffff;
    margin-top: 3px;
    letter-spacing: 2px;
}

.ab-text {
    padding: 151px 0;
}


/*-----------------------------------Get in Touch--------------------------------*/

.get {
    margin-top: 70px;
}

h3.get-heading {
    font-size: 35px;
    color: #14467d;
    text-transform: capitalize;
    /* font-weight: 600; */
    margin-bottom: 11px;
}

p.get-para {
    font-size: 17px;
    color: #39414a;
    padding-right: 114px;
    line-height: 26px;
    padding-right: 875px;
    margin-bottom: 35px;
}

form.form-get-bg {
    margin-top: 30px;
}

.get .get-container .form-get-bg .form-grp-1 .form-control {
    /* border: initial !important; */
    border-radius: initial;
    height: 49px;
    border-bottom: 1px solid #000;
    border-top: initial !important;
    border-left: initial !important;
    border-right: initial !important;
    background: initial !important;
}

.get .get-container .form-get-bg .form-grp-1 .msg {
    resize: none;
    height: 90px;
    padding-top: 25px;
}

.form-grp-1 {
    margin-bottom: 25px;
}

.get .get-container .form-get-bg .form-grp-1 .form-control::placeholder{
    font-size: 16px;
    color: #242424;
    font-weight: 500;
    font-family: h-medium;
}

input.get-link {
    background-color: #14467d;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border: none;
    padding: 12px 40px;
    margin-top: 10px;
    transition: all 0.5s ease;
	cursor:pointer;
    /* font-family: h-medium; */
}

input.get-link:hover{
    box-shadow: 0 20px 5px -10px rgba(0, 0, 0, 0.4);
    transform: translateY(-10px);
}

.direct-box {
    min-height: 375px;
    /* border: 2px solid #8a4814; */
    /* padding: 17px 18px 20px; */
    margin-left: -116px;
    background: #14467d;
    width: 100%;
    padding: 35px 25px;
    margin-top: 75px;
    box-shadow: 1px 15px 25px 1px #bbbbbb;
}

h3.direct-header {
    font-size: 22px;
    color: #ffffff;
    text-transform: capitalize;
    /* font-weight: 600; */
    margin-bottom: 20px;
    font-family: h-medium;
    letter-spacing: 2px;
}

p.direct-para {
    font-size: 14px;
    color: #585656;
    line-height: 26px;
    text-align: justify;
     margin-bottom: 1.25rem;
}

.ico-direct {
    color: #ffffff;
    margin-right: 23px;
}

.ico-direct-1 {
    color: #ffffff;
    margin-right: 28px;
    font-size: 20px;
    transform: translateY(3px);
}

.direct-2 {
    margin: 8px 0;
}

h4.direct-text {
    color: #e1e1e1;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    line-height: 23px;
}

.direct-1.d-flex {
    margin: 10px 0 10px;
}

.follow {
    font-size: 17px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 1rem;
}

.ico-1{
    width: 37px;
    height: 37px;
    background-color: #8a4814;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 11px;
    font-size: 16px;
}


.ico-2 {
    width: 37px;
    height: 37px;
    background-color: #8a4814;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 11px;
    font-size: 16px;
    margin: 0 6px;
}


.map {
    margin-top: 70px;
    margin-bottom: -6px;
}

p#fault, #fault2, #fault3, #fault4, #fault5, #fault6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 3px;
}

.get-1 {
    background: #fff;
    padding: 60px 135px 60px 40px;
    box-shadow: -1px 5px 50px -15px #a9a9a9;
}

.get-container {
    width: 80%;
    margin: 0 auto;
}

h5.get-caption3.a-font {
    font-size: 30px;
    text-transform: capitalize;
    color: #000000;
}

.fter-top{
    margin-top: 70px;
}

h5.get-cap {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

.direct-icon a i {
    color: #fff;
    font-size: 22px;
    /* padding-left: 37px; */
    padding-right: 17px;
    margin-top: 12px;
}

/*------------------ product -------------------*/

.product-des {
    margin-top: 70px;
}

.product-banner{
    background: url(../images/product-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
}

.st-img img {
    width: 60%;
    margin-left: 35px;
}

.st-img2 img{
    width: 100%;
}

.st-img2 {
    margin-top: 50px;
}

.st-top {
    margin-top: 35px;
}

h5.prod-header {
    color: #000000;
    /* font-weight: 600; */
    font-size: 25px;
    /* margin-left: 20px; */
    margin-bottom: 18px;
}

.prod-list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.prod-list li a {
    background: #ebf2fd;
    color: #000000;
    font-weight: 600;
    width: 90%;
    display: inline-block;
    margin-bottom: 12px;
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 15px;
    transition: all .5s ease-in-out;
}

.prod-list li a:hover{
    background: #1e3d75;
    text-decoration: none;
    color: #fff;
}

.active3 {
    background: #1e3d75 !important;
    color: #fff !important;
    
    /* color: #fff !important; */
}

h5.prod-header2 {
    /* font-weight: 600; */
    color: #1e3d75;
    font-size: 38px;
}

p.prod-para {
    font-size: 15px;
    color: #615948;
    line-height: 27px;
    text-align: justify;
}

p.prod-para2 {
    font-weight: 600;
    color: #635b48;
    margin-bottom: 15px;
}

h5.prod-title {
    /* font-weight: 600; */
    color: #14467d;
    font-size: 22px;
    /* margin-top: 22px; */
}

.prod-list2{
    margin: 0;
    padding: 0;
    list-style: none;
}

.prod-list2 li {
    font-size: 16px;
    color: #4d4d4d;
    font-weight: 500;
    line-height: 32px;
}

.prod-list2 li i {
    font-size: 12px;
    color: #36b04d;
    transform: translateY(0px);
    margin-right: 12px;
}

h5.st-cap {
    background: #efb037;
    color: #fff;
    font-size: 18px;
    padding: 7px 10px;
    margin-bottom: 0;
    width: 89%;
}

/*---------------- about us banner ----------------------*/

.abt-banner{
    background: url(../images/abt-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
}
.crt-banner{
    background: url(../images/crt-banner.jpg?v=234) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
}
.rcp-banner{
    background: url(../images/recipes-banner.jpg?v=123) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
}



h5.o-header.a-font {
    color: #767676;
    letter-spacing: 2px;
}

h5.o-header2.a-font {
    font-size: 30px;
    color: #14467d;
    margin-bottom: 20px;
}

p.o-para {
    font-size: 15px;
    color: #3d3d3d;
    line-height: 27px;
    text-align: justify;
}

.ovr-lft {
    margin-left: 30px;
    margin-top: 86px;
}

.overview {
    margin-top: 70px;
}

/*----------------- mission ----------------------*/

.mission {
    background: url(../images/m-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    padding: 70px 0;
    margin-top: 65px;
}

.m-container{
    width: 70%;
    margin: 0 auto;
}

h5.m-header {
    color: #fff;
}

.m-para{
    color: #fff;
}

.m-text {
    background: rgba(20, 70, 125, 80%);
    width: 100%;
    padding: 60px 40px;
    /* margin: 40px 0; */
    
}

h5.m-header {
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
}

.m-para {
    color: #dfdfdf;
    font-size: 17px;
    line-height: 30px;
}

.v-img img{
    width: 100%;
}

h5.v-header.a-font {
    font-size: 37px;
    color: #14467d;
    /* font-weight: 600; */
    margin-bottom: 12px;
}

p.v-para {
    line-height: 30px;
    font-size: 16px;
    color: #4b675d;
    text-align: justify;
}

.v-text {
    margin-left: 25px;
}

.vission {
    margin-top: 70px;
}

/* .abt-img img{
    width: 100%;
    box-shadow: 1.25rem 1.375rem 4.75rem 0rem rgba(0, 0, 0, 0.22) !important;
} */

.abt-img img {
    width: 100%;
    /* box-shadow: 1.25rem 1.375rem 3.75rem 0rem rgba(0, 0, 0, 0.22) !important; */
    box-shadow: 10px 20px 25px 1px #d6d6d6;
}

h5.abt-header {
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 15px;
    color: #14467d;
}

/* .abt-text {
    margin-top: 100px;
} */

/* .abt-1 {
    margin-top: -100px;
} */

/* .abt-text2 {
    margin-top: 190px;
} */

p.abt-para {
    font-size: 16px;
    color: #686565;
    line-height: 28px;
}

a.abt-link {
    color: #484848;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    font-family: muli-semi;
}

.abt-title {
    font-size: 50px;
    position: relative;
    margin-bottom: 50px;
}

.about2 {
    /* background: #f5f3f1; */
    /* padding: 70px 0; */
    margin-top: 70px;
}

.abt-text2 {
    margin-top: 35px;
}

.abt-title {
    font-size: 45px;
    position: relative;
    margin-bottom: 50px;
}

.product-crawler{display:block;}
.marquee0 span{display:inline-block; width:150px; padding:15px; border:1px solid #ddd; margin: 10px;}
.marquee0 span img{max-width:100%; display:block !important; margin:0 auto 0px; }
.prodheding{margin-top:25px; margin-bottom:0px;}
.linonlogo{position:absolute; left:0px; top:-80px; background:#FFF; padding:10px; width:110px; border-radius:5px; box-shadow:0 2px 10px rgba(0,0,0,0.1)}

.certi{margin-top:70px; margin-bottom:70px;}
.cer-box{text-align:center; margin-bottom:30px;}
.cer-img a img{width:90%;margin: 0 auto;border: 1px solid #c3c3c3;padding: 20px;}
.cer-title{margin-top:15px;}
.cer-title a{color:#14467d; font-weight:600; font-size:18px;}

.sticky-chat{position:fixed; right:6%; bottom:20px; z-index:9999;}
.sticky-chat a{position:relative;display:block;background: #0dc143;color: #FFF;width:50px;height:50px;border-radius: 50%;text-align: center;line-height:50px;font-size:30px; box-shadow:0px 5px 8px rgba(0,0,0,0.3);}
.sticky-chat a i{}
.sticky-chat a.mobile-whatsapp{display:none;}

.vbox{padding: 15px 15px 10px;box-shadow: 1px 5px 15px 1px rgb(4 31 36 / 8%);
    border: 1px solid rgba(4,31,36,.05);}