﻿@import url('https://use.fontawesome.com/releases/v6.2.0/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

*{-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none;outline:none;margin:0;padding:0;-webkit-transition:none;-o-transition:none;transition:none}
html{-webkit-text-size-adjust:100%}
body{font-family:'Poppins' ,sans-serif;font-size: 15px;font-weight: 400;line-height: 1.4;position:relative;margin:0;padding:0;color: #493e4f;overflow-x: hidden;background: #fff;/* letter-spacing: 0.3px; */}
.container{ width: 100%; max-width: 1300px; margin: 0 auto; }
tt{font-family:'Poppins' ,sans-serif;}
iframe{border:none}
h1,h2,h3,h4,h5,h6{font-weight: 700;margin:0;/* letter-spacing: 0.5px; */line-height: 1.2;}
h4{font-size:24px}
a,a:focus,a:hover{outline:medium none;text-decoration:none;color: #364e9c;}
ul,ol{padding:0;margin:0;list-style:none}
.cuani, a,span,p,i,input,select,textarea,li,img,svg path,*::after,*::before,h1,h2,h3,h4,h5,h6,div {transition: all 0.5s ease-out 0s;-webkit-transition: all 0.5s ease-out 0s;-moz-transition: all 0.5s ease-out 0s;-ms-transition: all 0.5s ease-out 0s;-o-transition: all 0.5s ease-out 0s;}
b, strong{font-weight:700}
::selection {background: #c4680f;color:#fff }
::-moz-selection {background: #c4680f;color:#fff}

.vcenter > .row{align-items: center;display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap;    flex-wrap: wrap;}
.valign {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.imgdrk{filter: gray;-webkit-filter: grayscale(1);filter: grayscale(1);}
.imgdrk:hover{filter: none; -webkit-filter: grayscale(0);filter: grayscale(0);}
.border-top{border-top:1px solid #e2e2e2!important;}
.border-bottom{border-bottom:1px solid #e2e2e2!important;}
.boxshwd{box-shadow: rgb(0 0 0 / 6%) 0px 2px 12px 0px;padding: 10px;}
.swbox{background:#ffffff;box-shadow: rgb(0 0 0 / 6%) 0px 16px 40px 0px;border-radius: 6px;padding: 20px;}
.h100{height:100%}
.p0{padding:0 !important}
.p5{padding:5px !important}
.p10{padding:10px !important}
.p15{padding:15px !important}
.p20{padding: 20px !important;}
.p30{padding: 30px !important;}
.pr20{padding-right: 20px !important;}
.pb0{padding-bottom: 0px !important;}
.pb10{padding-bottom: 10px !important;}
.pb15{padding-bottom: 15px !important;}
.pb20{padding-bottom: 20px !important;}
.pb30{padding-bottom: 30px !important;}
.pt0{padding-top:0 !important}
.pt10{padding-top:10px !important}
.pt20{padding-top:20px !important}
.pt30{padding-top:30px !important}

.automrg{margin: auto;/* text-align: center; */float: none;}
.mt0{margin-top:0 !important}
.mt10{margin-top:10px !important}
.mt20{margin-top:20px !important}
.mt30{margin-top:30px !important}
.mb0{margin-bottom:0 !important}
.mb10{margin-bottom:10px !important}
.mb20{margin-bottom:20px !important}
.mb30{margin-bottom:30px !important}

.fixmain {display: flex;}
.fixmain .fix-content{position:sticky;top:100px;}

.bgwhite{background:#fff}
.w100{width: 100% !important;}
@keyframes slide-down 
{
    0% {opacity: 0;transform: translateY(-100%);-ms-transform: translateY(-100%);-webkit-transform: translateY(-100%);}
    100% {opacity: 1;transform: translateY(0);}
}


/*---------------*/
.tophead{position:relative;background: #364e9c;padding: 10px 0 8px 0;}
.tophead ul{list-style:none;margin:0;padding:0;float: right;position: relative;z-index: 2;}
.tophead li {display: inline-block;color: #fff;padding: 0px 10px;font-weight: 500;}
.tophead li a{/* font-weight: 500; */color: #fff;text-transform:lowercase;/* font-size: 15px; *//* display: inline-block; */margin-left: 0;padding: 0;/* line-height: 13px; */display: flex;flex-direction: row;align-items: center;flex-wrap: wrap;}
.tophead li i{color: #fff;font-size: 15px;margin-right: 8px;}
@media (max-width: 992px) 
{
	.tophead ul{float:none;text-align:center}
}

/*-----------*/
.header-main{background: #ffffff;transition:all .5s ease;padding: 0;}
.header-main .header-wrap{display: flex;justify-content: space-between;max-width: 100%;flex-wrap: wrap;float: none;margin: 0 auto;list-style: none;display: flex;flex-direction: row;align-items: center;/* justify-content: flex-start; */}
.logo{float:left;margin-right: 0;position: relative;z-index: 1;}
.logo img{width: 200px;padding: 10px 0;}


.getquote{font-weight: 600;font-size: 16px;padding: 10px 20px;text-transform: capitalize;border-radius: 0;background: #364e9c;color: #fff;display: inline-block;margin-left: 18px;border-radius: 5px;}
.getquote:hover{color:#fff;background: #000000;}
.menugetquote{display: none !important;}
@media (max-width: 992px)
{   
    .menugetquote{display: inline-block !important;}
	.getquote{display:none}
	.header-main .header-wrap{display: block;}
}


body.fixed .header-main{position:fixed;background: #ffffff;padding-bottom: 0;top:0;left:0;right:0;z-index:9;-webkit-animation: slide-down 0.7s;-moz-animation: slide-down 0.7s;-o-animation: slide-down 0.7s;box-shadow: 0 9px 9px rgba(0,0,0,.1);height: auto;}
body.fixed{padding-top: 81px;}
body.fixed .logo img{/* width: 242px; *//* padding: 0; */filter: none;}

body.fixed #cssmenu > ul > li::after{top: 16px;}
body.fixed #header .main-header{background: transparent;}



/*------------*/
.htitle{font-size: 36px;line-height: 1.2;padding: 0 0 15px;margin: 0;position:relative;color: #364e9c;/* text-transform: uppercase; */}
.htitle span{}
.htitle:after{background-color: #a2a3a3;bottom:0;content:"";height: 2px;left:0;margin:0;position:absolute;right:0;width: 80px;}
.htitle + p{width: 60%;text-align:left;margin: 0 0;margin-bottom: 25px;font-size: 18px;position: relative;font-weight: 300;}
.htitle.center{text-align:center}
.htitle.center:after{margin:0 auto;}
.htitle.center + p{width: 60%;text-align: center;margin: 0 auto;}
.htitle.noline:after{content:none}
.htitle.hsmall{font-size: 30px;text-transform: capitalize;padding-bottom: 5px;}
@media (max-width: 778px) 
{
    .htitle{font-size: 32px;}
    .htitle + p{width: 100%;}
}
.htitle.white, .htitle.white + p{color: #fff;}
.htitle.white:after{background-color: #ffffff;}



.htitle2{z-index: 1;position:relative;display:block;font-size: 30px;color: #364e9c;margin:0;padding-bottom: 10px;/* text-transform: uppercase; */}
.htitle2 + p{width: 70%;text-align:left;margin: 0 0;margin-bottom: 25px;font-size: 18px;position: relative;font-weight: 400;}
.htitle2.light, .htitle2.light + p{color:#fff}
.htitle2.center {text-align:center;margin: 0 auto;width: 60%;}
.htitle2.center + p{width:100%;text-align: center;margin: 0 auto;}
@media (max-width: 992px) 
{
	.htitle2{font-size: 28px;}
	.htitle2 + p, .htitle2.center + p{width:100%;font-size: 16px;}
}


/*----------*/
.page-head{color: #2d2d2d;text-align: left;position:relative;background: #f4f4f4;min-height: 40vh;color: #fff;padding-top: 0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;text-align: center;}
.page-head h1{margin:0;padding: 0;font-size: 36px;color: #364e9c;/* float: left; */position: relative;}
.page-head p, .page-head h1 + div{position:relative;font-size: 20px;margin-bottom:15px}
.breadcrumb{text-align: center;background: transparent;margin: 10px 0 0 0;padding:0;display: inline-block;position: relative;}
.breadcrumb > li,
.breadcrumb > li > a,
.breadcrumb > li + li:before{color: #333;}

/*------------*/
.section{position:relative;padding:60px 0;background: #fff;}
.section2{padding:30px 0;position: relative;}
.sectionbg{background: #f9f6f3;padding:60px 0;position: relative;}
.bgbox{background: #f6f3f8;padding: 20px;position: relative;}
.bgbox.nobg{background:none}


.box-swbox{box-shadow: #0000000f 0px 2px 12px 0px;border-radius: 10px;padding: 10px;}
.box-swbox.bg{background: #f9f6f3;box-shadow:none}

@media (max-width: 778px)
{
	.flexslider{padding-top: 52px !important;}
}


.home-about{}
.home-about img{}



.highlight{width: 95%;display:block;position:relative;background-size:cover!important;background: #000 url(../images/highlight.jpg) no-repeat fixed;margin: auto;border-radius: 10px;overflow: hidden;}
.highlight:before{position:absolute;top:0;left:0;height:100%;width:100%;content:"";background: rgb(0 0 0 / 75%);}
.highlight .inner-text{position:relative}
.highlight .custbtn{margin-top:20px;background:transparent}
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px){
.highlight .inner-text{padding: 0;}
}



.box43{position:relative;overflow:hidden;border-radius:5px}
.box43 img{display:block;width:100%;height:auto;transition:transform 4s;border-radius:5px}
.box43 .overlay{position:absolute;inset:0;background-color:#252e38cc;opacity:0;transition:opacity .5s ease-in-out;border-radius:5px}
.box43 .overlay-light{position:absolute;height:100%;width:100%;top:0;left:0;background-color: #1c1c1c7d;}
.box43 .content{position:absolute;inset:0;padding: 25px;display:flex;flex-direction:column;justify-content:space-between;color: #fff;}
.box43 .content h4{margin:0;position:relative;z-index:1}
.box43 .content img{width: 50px;transition:transform 0.5s,opacity .5s;position:absolute;/* left:60px; */bottom:60px;filter: brightness(0) invert(1);}
.box43 .content p{opacity:0;transform:translateY(25px);transition:opacity 0.5s,transform .5s;color: #fff;}
    /*.box43:hover img{transform: scale(1.1);}*/
.box43:hover .overlay{opacity:1}
.box43:hover .content p{opacity:1;transform:translateY(0)}
.box43:hover .content img{opacity:0;transform:scale(0)}




.timeline-main{min-height:100vh;display:flex;align-items:center;justify-content:center}
.timeline{width:80%;max-width:800px;margin:0 auto;position:relative}
.timeline::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:2px;height:100%;background-color:#f0f0f0}
.timeline{list-style:none;padding:0;margin:0}
.timeline li{width:70%;position:relative;margin-bottom:50px}
.timeline li:last-child{margin-bottom:0}
.timeline li .inner-box{display:flex;align-items:center;padding: 15px;background:#fff;border:1px solid #e5e5e5;border-radius:10px;transition:border-color .3s}
.timeline li .inner-box:hover{border-color:#364e9c}
.timeline li .inner-box img{width: 200px;margin-right:20px;border-radius: 10px;}
.timeline li .inner-box h4{font-size:22px;line-height:30px;color:#364e9c;margin:0 0 10px}
.timeline li .inner-box p{margin:0;color:#333}
.timeline li::before{content:"";position:absolute;top:0;width:20px;height:20px;border-radius:50%;background-color:#f0f0f0;z-index:1}
.timeline li:hover::before{background-color:#364e9c}
@media (min-width: 768px) {
.timeline li:nth-child(odd){float:left;clear:right;transform:translateX(-190px)}
.timeline li:nth-child(even){float:right;clear:left;transform:translateX(190px)}
.timeline li:nth-child(odd) .inner-box{border-radius:20px 0 20px 20px}
.timeline li:nth-child(even) .inner-box{border-radius:0 20px 20px 20px}
.timeline li:nth-child(odd)::before{right:-30px;transform:translate(50%,-50%)}
.timeline li:nth-child(even)::before{left:-30px;transform:translate(-50%,-50%)}
}
@media (max-width: 768px) {
.timeline::before{left:0;transform:translateX(-50%)}
.timeline{margin-left:15px}
.timeline li{width:100%;margin-bottom:30px;float:none;transform:none}
.timeline li .inner-box{border-radius:0 20px 20px 20px;margin:0;display: inline-block;}
.timeline li::before{left:0;transform:translateX(-25px)}
}




.why-us {width: 95%;display:block;position:relative;background-size:cover!important;background: #000 url(../images/whyusbg.jpg) no-repeat fixed;margin: auto;border-radius: 10px;overflow: hidden;}
.why-us:before{position:absolute;top:0;left:0;height:100%;width:100%;content:"";background: rgb(0 0 0 / 75%);}
.why-us img{border-radius: 10px;}
.why-us .whyus-box{background: #f6f3f8;padding: 30px 30px;position: relative;border-radius: 10px;}
.why-us .whyus-box img{filter: invert(28%) sepia(18%) saturate(3207%) hue-rotate(182deg) brightness(100%) contrast(100%);width: 50px;border-radius: 0;}
.why-us .whyus-box h4{display:block;margin: 20px 0;color: #364e9c;}
.why-us .whyus-box p{margin:0}



/*-------------*/
.whybox{background: #f6f3f8;padding: 30px 30px;position: relative;border-radius: 10px;}
.whybox.white{background: #f4f4f4;}
.whybox img{filter: invert(28%) sepia(18%) saturate(3207%) hue-rotate(182deg) brightness(100%) contrast(100%);width: 50px;}
.whybox h4{display:block;margin: 20px 0;color: #364e9c;}
.whybox p{margin:0}

.corebox{border: 1px solid #ffffff1a;padding: 25px;position: relative;display:flex;flex-direction:row;text-align: left;align-items: center;padding-bottom: 35px;border-radius: 5px;}
.corebox.light{background: #ffffff1a;}
.corebox img{width: 60px;filter: brightness(0) invert(1);margin-right: 25px;}
.corebox h4{display:block;font-size: 22px;margin-bottom:0;text-transform: uppercase;margin-bottom: 15px;color: #ffffff;}
.corebox p{margin:0}
@media only screen and (max-width: 992px){
.coremain .image-layer{position:relative;width:100%;margin: 0;}
.coremain .image-layer .img-box{width:100%;display:block;}
}
@media (max-width: 768px) 
{.coremain .corebox{display: inherit;}
.coremain .corebox img{width:50px;margin-bottom:5px}}
































.box40{position:relative;text-align:center;background-color:#fff;box-shadow:0 0 5px #0000001a;border-radius: 5px;overflow: hidden;background: #f9f6f3;}
.box40:hover{box-shadow:0 0 15px #0000001a;background: #364e9c;}
.box40 .img-box{position:relative;overflow:hidden;margin-bottom:0;}
.box40 .img-box img{width:100%;-webkit-transition:all .3s ease;transition:all .3s ease;}
.box40 .img-box:before{content: "";position: absolute;bottom: -75px;left: -21px;right: 0;width: 115%;height: 100px; /* Adjust the height for more/less curve */background-color: #f9f6f3;border-radius: 100%;z-index: 1;}
.box40 .inner-box{position:relative;padding: 0 20px 25px 20px;}
.box40 .inner-box h4{display:block;margin-bottom:15px;color:#364e9c}
.box40 .inner-box p{margin:0;color:#000}
.box40:hover .inner-box h4,.box40:hover .inner-box p{color:#fff}
.box40:hover .img-box:before{background-color: #364e9c;}






/*-----------*/
.home-product .owl-nav{margin:20px 0}
.home-product .owl-nav button{background: transparent;margin-right: 15px;font-size: 18px;color: #fff;cursor: pointer !important;position: relative;right: 0;border: none;width: 35px;height: 35px;background: #364e9c;border-radius: 5px;}

/*---------*/
.visionbox{background: #f4f4f4;padding: 25px;position: relative;border-radius: 10px;}
.visionbox .box-title{display:flex;flex-direction:row;text-align:center;align-items: center;padding-bottom: 25px;}
.visionbox .box-title img{filter: invert(28%) sepia(18%) saturate(3207%) hue-rotate(182deg) brightness(100%) contrast(100%);width: 50px;}
.visionbox .box-title h4{display:block;margin-bottom:0;margin-left: 15px;color: #364e9c;}
.visionbox p{margin:0}


.funfact{border-top: 1px solid #0e0f1114;padding: 0;margin-top: 40px;border-bottom: 1px solid #0e0f1114;}
.funfact .fun-box{/* position:relative; */padding: 0;}
.funfact .fun-box h3{position:relative;color: #364e9c;font-size: 46px;line-height:1em;font-weight: 600;}
.funfact .fun-box h4{position:relative;display:block;font-size: 18px;font-weight: 600;/* color: #fff; */padding: 10px 0 0 0;text-transform: uppercase;}
.funfact.white h3, .funfact.white h4{color:#fff}


/*----------*/
.boxlfrg-main{}
.boxlfrg-main .boxlfrg{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;height: 100%;align-items: center;padding: 15px 0;}
.boxlfrg-main .boxlfrg .img-box{-ms-flex-preferred-size:50%;flex-basis: 50%;}
.boxlfrg-main .boxlfrg .img-box .img-inner{margin: 0;position: relative;width: 95%;}
.boxlfrg-main .boxlfrg .img-box .img-inner img{display:block;width: 100%;margin-right: 0;}
.boxlfrg-main .boxlfrg .inner-box{-ms-flex-preferred-size:50%;flex-basis:50%;}
.boxlfrg-main .boxlfrg .inner-box h4{font-size: 36px;margin-bottom: 15px;color: #364e9c;line-height: 34px;text-transform: uppercase;}
.boxlfrg-main .boxlfrg .inner-box .text-desc table td,
.boxlfrg-main .boxlfrg .inner-box .text-desc table th{padding: 4px 10px;}
.boxlfrg-main .boxlfrg:nth-child(2n) .img-box{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}
.boxlfrg-main .boxlfrg:nth-child(2n) .inner-box{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}
.boxlfrg-main .boxlfrg:nth-child(2n) .img-box .img-inner{float: right;}
.boxlfrg-main .boxlfrg:nth-child(2n) .img-box .img-inner img{/* margin-left: -45px; */}
@media (max-width: 768px) 
{
    .boxlfrg-main .boxlfrg{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
    .boxlfrg-main .boxlfrg .inner-box{padding-top: 45px;}
	.boxlfrg-main .boxlfrg .img-box .img-inner,
	.boxlfrg-main .boxlfrg:nth-child(2n) .img-box .img-inner{width: 100%;padding: 0px 25px 0px 25px;}
	.boxlfrg-main .boxlfrg .img-box .img-inner img,
	.boxlfrg-main .boxlfrg:nth-child(2n) .img-box .img-inner img{margin: 25px 0 0 0;position: relative;bottom: -25px;}
    .boxlfrg-main .boxlfrg:nth-child(2n) .img-box{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}
    .boxlfrg-main .boxlfrg:nth-child(2n) .inner-box{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}
}


.service-box{display:flex;flex-direction:row;text-align:start;align-items:flex-start;padding: 20px 0 40px 0;border-bottom: 1px solid #d0d0d0;}
.service-box p{margin:0;}
.service-box .box-img{display:inline-block;margin-right: 15px;}
.service-box .box-img img{width: 40px;filter: invert(48%) sepia(0%);}
.service-box .box-text{width:100%;text-align: left;}
.service-box h4{font-size: 18px;margin-top: 8px;margin-bottom: 15px;text-transform: capitalize;/* color: #364e9c; */}

@media (max-width:767px)
{
    .service-box .box-img{margin-bottom:15px;margin-left:auto!important;margin-right:auto!important;}
}


.box34{position:relative;border-radius: 15px 15px 0 15px;overflow:hidden;margin-bottom:15px;isolation:isolate}
.box34 img{width:100%;transform:scale(1);transition:transform 500ms ease}
.box34:hover img{transform:scale(1.05)}
.box34 .title{position:absolute;bottom:0;padding:30px 100px 30px 30px;width:100%;background: linear-gradient(#00000000, #00000042, #00000073, #000000d1);}
.box34 .title h4{color:#fff;font-size: 18px;margin-bottom:0;text-transform:uppercase;}
.box34 .icon{position:absolute;bottom:-6px;right:-6px;width: 75px;height: 75px;background:#fff;border-top-left-radius:50%;padding:15px;}
.box34 .icon::before{position:absolute;content:"";bottom:6px;left:-20px;background:transparent;width:20px;height:20px;border-bottom-right-radius: 15px;box-shadow:6px 6px 0 6px #fff}
.box34 .icon::after{position:absolute;content:"";top:-20px;right:6px;background:transparent;width:20px;height:20px;border-bottom-right-radius: 15px;box-shadow:6px 6px 0 6px #fff}
.box34 .icon .arrow{position:absolute;background:#364e9c;border-radius:50%;display:flex;justify-content:center;align-items:center;width: 50px;height: 50px;/* line-height:60px; */}
.box34:hover .icon .arrow{color:#fff;background:#101010;transform: rotate(-45deg);}
.box34 .icon .icon-w{overflow:hidden;background-color:transparent;color:#fff;font-style:normal;font-weight:400;font-size: 20px;}







.owl-stage {display: flex;flex-wrap: wrap;}
/*-----------------*/
.text-desc h1:first-child,.text-desc h2:first-child,.text-desc h3:first-child,.text-desc h4:first-child,.text-desc h5:first-child{margin:0 0 5px}
.text-desc h1,.text-desc h2,.text-desc h3,.text-desc h4,.text-desc h5{margin:14px 0 5px}
.text-desc table{border-collapse:collapse;margin:0 0 20px;width:100%;text-align: center;}
.text-desc table.center{text-align:center}
.text-desc table hr{border-color: #ebebeb;margin: 5px 0;}
.text-desc table thead,.text-desc table th{background: #f4f4f4;font-weight:700;font-size:15px}
.text-desc table td,.text-desc table th{border: 1px solid #e5e1e8 !important;padding: 7px;/* color:#2d2d2d; */vertical-align:middle;text-align: center;}
.text-desc table td{font-size:15px;/* color: #545454; */}
.text-desc tt{font-size: 25px;padding-bottom: 0;display: block;/* color: #fff; */}
.text-desc ul,.text-desc ul ul{margin-left: 15px;margin-bottom:22px}
.text-desc ul li{list-style-type: none;position: relative;margin-bottom: 5px;}
.text-desc ul.list2 li{width: 46%;display:inline-block;}
@media (max-width: 768px){.text-desc ul.list2 li{width: 100%;}}
.text-desc ul ul li{list-style-type:circle}
.text-desc ul li:before{position:absolute;font-size: 10px;top: 0px;font-family: "Font Awesome 5 Free";content: "\f061";font-weight: 900;color: #364e9c;left: -15px;line-height: 2.2;}
.text-desc h2{font-size: 28px;line-height: 40px;font-weight: bold;padding: 12px 0 6px;margin:0;position:relative;color: #364e9c;text-transform: capitalize;}
.text-desc h3{color: #364e9c;font-size: 26px;font-weight: bold;line-height: 38px;padding: 0px 0 2px;margin:0;letter-spacing:.5px;margin-bottom:8px;position:relative;text-transform: capitalize;}
.text-desc h3:after{background: #bfbfbf;bottom: 0;content: "";height: 2px;position: absolute;width: 45px;left: 0;}
.text-desc h4{color: #364e9c;font-size: 20px;padding: 0px 0 5px 0px;display: block;position:relative;text-transform:uppercase;}
.text-desc h5{color: #364e9c;font-size: 20px;padding: 0px 0 5px 0px;display: block;position:relative;}
.text-desc h2 + hr,.text-desc h4 + hr{border-color:#d0d0d0;width:55%;text-align:center;display:inline-block}
.text-desc img{display:inline-block!important}
.text-desc p{}

/*------*/
.readmore{color: #364e9c;text-transform:uppercase;font-weight:600;font-size: 15px;padding-top: 10px;display: inline-block;}
.readmore i{font-size:11px;padding-left:6px}
.readmore:hover{color: #364e9c;}
.readmore:hover i{padding-left:9px}
/*-----------------*/   
.owl-stage{display: flex;flex-wrap: wrap;}
@media screen and (max-width: 1060px){
    .owl-theme .owl-controls .owl-prev{left:0 !important;    }
    .owl-theme .owl-controls .owl-next{right:0 !important}
}

.autogrid{transition:all .5s ease-in-out;column-gap:15px;column-fill:initial}
.autogrid .box-item{margin-bottom:15px;display:inline-block;vertical-align:top}
.autogrid .box-item img{transition:all .5s ease-in-out;backface-visibility:hidden;max-width:100%;vertical-align:middle}
.autogrid .box-item:hover img{opacity:.75}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.autogrid{column-count:2}
}
@media only screen and (min-width: 1024px) {
.autogrid{column-count:4}
}

/*-----*/
.videos{padding:10px}
.videos h3{text-align: center;font-size: 20px;font-weight: 600;padding: 7px 0;}


/*---------*/
.box1{padding: 22px 8px;}
.box1 .box-inner{overflow:hidden;}
.box1 img{text-align:center;width:100%;margin-bottom: 20px;transition:all 500ms ease;}
.box1:hover .box-inner img{transform:scale(1.05);}
.box1 h4{text-transform:none;font-weight: 600;padding: 12px 0;font-size: 20px;color:#2d2d2d;margin:0;letter-spacing:.5px;text-align:center;}
.box1:hover h4{color: #364e9c;}
 
  /*-----------*/
.box2{padding-top:0;/* background:#fff; */text-align: center;}
.box2 img{padding:4px;border:1px solid #d8d6d6;text-align:center;width:100%}
.box2.noborder img{border:none;padding:10px}
.box2:hover img{border-color:#364e9c}
.box2 h4{text-transform:none;padding: 15px 0 0px 0;font-size: 20px;color: #493e4f;margin:0;letter-spacing:.5px;text-align: center;font-weight: 600;/* text-transform: capitalize; */}
.box2 h4 a{color:#2d2d2d}
.box2:hover a, .box2:hover h4{color:#364e9c}
.box2 p{color:#4c4c4c;line-height:24px;margin: 0;}



.box6{padding: 15px;/* box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.16); */background: #f4f4f4;border:1px solid #f6f3f8;border-radius: 5px;overflow: hidden;}
.box6 .box-img {position: relative;overflow: hidden;}
.box6 .box-img img{width:100%;-webkit-transition:1s;-o-transition:1s;transition:1s}
.box6:hover .box-img img{opacity: 1;-webkit-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}
.box6 .box-text{position:relative;padding: 20px;color: #161616;}
.box6 .box-text h4{color: #364e9c;margin-bottom: 15px;}

@media (max-width:767px) {
    .box6 .box-text {padding: 15px}
}


/*-----------*/
.boxdesc{text-align:center;padding:5px;color:#555}
.boxdesc strong{display:block;text-decoration:underline;font-weight:500;line-height:10px}
.boxdesc p{margin:5px 0}
.boxdesc img{border-radius: 10px;    border: 1px solid #f4f4f4;}


.gallery .box2_img{border:1px solid #eee;}
.gallery .col-sm-3{padding:15px}
.pdfbox{text-align:center}
.pdfbox img{display:inline-block}

ul.boxlist1{padding:0;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;}
ul.boxlist1 li{margin: 0;padding: 15px 0;width: 100%;transition: all 0.7s ease 0s;}

ul.boxlist2{padding:0;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;}
ul.boxlist2 li{margin: 0;padding:15px;width: calc(100%/2);transition: all 0.7s ease 0s;}
@media screen and (max-width: 749px) {ul.boxlist2 li{width:100%;padding: 15px 0;}}

ul.boxlist3{padding:0;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;}
ul.boxlist3 li{margin: 0;padding:15px;width: calc(100%/3);transition: all 0.7s ease 0s;}
@media screen and (max-width: 992px) {ul.boxlist3 li{width: calc(100%/2);}}
@media screen and (max-width: 565px) {ul.boxlist3 li{width:100%;}}

ul.boxlist4{padding:0;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;}
ul.boxlist4 li{margin: 0;padding:15px;width: calc(100%/4);transition: all 0.7s ease 0s;}
@media screen and (max-width: 992px) {ul.boxlist4 li{width: calc(100%/3);}}
@media screen and (max-width: 749px) {ul.boxlist4 li{width: calc(100%/2);}}
@media screen and (max-width: 565px) {ul.boxlist4 li{width:100%;}}

ul.boxlist5{padding:0;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;}
ul.boxlist5 li{margin: 0;padding: 10px;width: calc(100%/5);transition: all 0.7s ease 0s;}
@media screen and (max-width: 992px) {ul.boxlist5 li{width: calc(100%/4);}}
@media screen and (max-width: 749px) {ul.boxlist5 li{width: calc(100%/2);}}


ul.boxlist6{padding:0;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;}
ul.boxlist6 li{margin: 0;padding:10px;width: calc(100%/6);transition: all 0.7s ease 0s;}
@media screen and (max-width: 992px) {ul.boxlist6 li{width: calc(100%/5);}}
@media screen and (max-width: 749px) {ul.boxlist6 li{width: calc(100%/3);}}
@media screen and (max-width: 565px) {ul.boxlist6 li{width: calc(100%/2);}}


ul.boxlist7{padding:0}
ul.boxlist7 li{width: 14%;display:inline-block;vertical-align:top;padding:10px;transition:all .7s ease 0;}
@media screen and (max-width: 1170px) {ul.boxlist7 li{width:13.9%;}}
@media screen and (max-width: 992px) {ul.boxlist7 li{width:19.5%;}}
@media screen and (max-width: 768px) {ul.boxlist7 li{width:24%}}
@media screen and (max-width: 470px){ul.boxlist7{text-align:center}ul.boxlist7 li{width:32.5%;}}

.box-auto3{display:flex;flex-wrap:wrap}
.box-auto3 .box-auto-item{width: calc(33.33333333% - 0px);display:flex;padding: 15px;}
.box-auto3 .box-auto-item > div{display:flex;width:100%;flex-shrink:0}

@media (max-width:767px) and (min-width:480px) {.box-auto3 .box-auto-item{width: calc(50% - 0px);}}
@media (max-width:479px) {.box-auto3 .box-auto-item{width:100%;}}


/*--------*/
.social{list-style-type:none;padding:10px 0 0;margin:0}
.social li{display:inline-block}
.social a{margin-right:5px;cursor:pointer;display:block;width: 40px;height: 40px;text-align:center;text-decoration:none;background: transparent;border-radius: 50%;border: 1px solid #364e9c;line-height: initial;font-size: 20px;color: black;}
.social a i{line-height: 40px;color: #364e9c;}
.social a:hover{background: #364e9c;color: #ffffff;}
.social a:hover i{color: #fff;}

/*--------------*/
.cenq{display:none}
.form label{font-weight:600}
.form button{margin-top:30px}
.form textarea.text-field{height:80px}
.form .select{margin:0!important;font-size:15px!important}
.form  input[disabled],.form .text-field{background: #f6f6f6;border: 0;color: #222d35;/* font-size: 16px; */margin: 0 0 18px;padding: 15px;width:100%;border-radius: 5px;border: 1px solid #e4e4e4;}
.form .text-field:focus,.form .text-field:hover{/* border-color: #c3002f; */box-shadow:none;/* border-width:1px; */background: #fff;}
.errorbox,.errorbox span,.errorbox li{color:#364e9c}
.errorbox .sucmsg{color:#046310}
.custbtn{padding: 15px 35px 15px 35px;background: #364e9c;position:relative;display:inline-block;line-height: 20px;margin-top: 0;font-weight: 600;border: 1px solid #ffff;color:#fff;transition:400ms all;border-radius: 5px;}
.custbtn:hover{text-decoration:none;background: #364e9c;color: #fff;}

.capcha{background:transparent !important}
.capcha + input{width:200px !important;margin-top:5px !important}

/*-------------*/
#download{position:fixed;top:50%;right:0;font-size: 26px;color: #ffffff;background-color: #364e9c;padding: 10px 18px;border-radius:30px 3px 3px 30px;z-index: 1;}
#download:hover{cursor:pointer;-webkit-box-shadow:0 8px 6px -6px #999;-moz-box-shadow:0 8px 6px -6px #999;box-shadow:0 8px 6px -6px #999}
#download > a{color:#0E0E0E}



/*-----------*/
.contact-item{padding:20px;display:inline-block;width:100%;margin-bottom:20px;position:relative}
.contact-item h4{font-size: 24px;text-transform: uppercase;margin-bottom:10px;color: #364e9c;font-weight: 800;}
.contact-item h5{font-size: 16px;text-transform:uppercase;margin-bottom: 10px;color: #364e9c;}
.contact-item p,.contact-item a{margin-bottom: 5px;color: #181818;}
.contact-item i{/* width: 16px; */text-align:center;}
.contact-item .content{/* float:left; */padding-bottom: 0;}
.contact-item .content+.content{border-top: 1px solid #eee;padding: 15px 0;}
.contact-item > span{font-size: 59px;color:#f0f0f0;margin-top:25px;position:absolute;right:19px;bottom:13px;}
/*------*/
.google-map {width: 100%;/* -webkit-filter: grayscale(100%); *//* filter: grayscale(100%); */height: calc(64% + 30px);overflow: hidden;}



/*------*/

.address{}
.address li{margin: 10px 0;}
.address h4{font-size: 24px;font-weight: 700;letter-spacing: .5px;padding-bottom: 6px;margin-bottom: 13px;display: inherit;color: #e31822;}
.address > li > i{display:inline-block;vertical-align:top;margin-top: 4px;width: 20px;text-align: center;font-size: 17px;margin-right: 10px;}
.address p{display:inline-block;text-align:left!important;margin:0;}



/*--------------*/
.hdwatsp{position: fixed;bottom: 10px;right: 10px;z-index:21/*top: 2px!important;position: absolute !important;left: 0;right: 0;margin: 0 auto;width: 100%;text-align: center;*/}
.hdwatsp a{text-align: center;width: 50px;height: 50px;float: left;color: #FFFFFF;border-radius: 10px;background-color: #25D366;background-color: #25D366;}
.hdwatsp i{font-size: 40px;margin-top: 5px;}


/*---------------*/
.footer{padding-top: 60px;/* color: #ffffff; */position: relative;background: #f4f4f4;background-repeat: no-repeat;/* border-top: 1px solid rgb(0, 118, 190); */}
.footer p, .footer a{color: #493e4f;}
.footer .ftcontact {border-top: 1px solid #b3b3b363;padding-top: 40px;margin-top: 40px;}
.footer .ftcontact i{/* color: #ffffff; */}
.footer  h4{font-size: 22px;color: #364e9c;margin-bottom: 30px;text-transform: uppercase;}
.footer .ftcontact h5{font-size: 15px;font-weight: 400;margin-bottom: 20px;color: #ffffff7d;}
.footer .ftcontact a{margin-top: 0;}

.footer img{padding: 10px 0 15px 0;width: 235px;display: inline-block;}
.copyrights{padding: 21px 0;overflow: hidden;margin-top: 45px;border-top: 1px solid #b3b3b363;}
.copyrights p, .copyrights a{margin: 0;font-size: 14px;}
.footer .social{text-align:right}

.footer ul.list{margin-top:10px}
.footer ul.list li{list-style: none;padding: 2px 0 2px 15px;position:relative;}
.footer ul.list li:before{position:absolute;font-size: 13px;line-height: 24px;left: 0;font-family: "Font Awesome 5 Free";content: "\f0da";font-weight: 900;color: #fff;}
.footer ul.list li a{margin:0}


@media (max-width: 992px) 
{
    .header-main{position:inherit;padding:0;height: auto;background: #fff;}
    .header-main .container{width:100%}
    .logo{margin-right:0;text-align:center;float:none!important;position: inherit;padding: 5px 0;}
    .logo img{margin: 10px 0;filter: inherit;}
    .page-head h1, .page-head .breadcrumb  {float:none}
    .page-head h1{font-size:25px}
    .page-head {margin-top: 56px;padding: 15px 0;text-align:center;min-height: 35vh;}
    .footer{text-align:left}
    .footer h3 {margin-bottom: 7px;margin-top: 20px;    padding-bottom: 4px;text-align: left;}
    .footer .address p{text-align:left !important}
    .footer .textright{text-align:left}
    .footer .social{text-align:left}
    #cssmenu > ul > li > a:before, #cssmenu > ul > li.active > a:before{bottom: 0 !important;}
}
@media (max-width: 768px) 
{
     .vcenter > .row{display: inherit;}
}