﻿
@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');

html{-webkit-text-size-adjust:100%}
body{font-family:'Poppins' ,sans-serif;font-size: 15px;font-weight: 400;line-height: 24px;position:relative;margin:0;padding:0;color: #222d35;overflow-x: hidden;background-color: #fff;}
*{-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}
.row{/* display: flex; */flex-wrap: wrap;}
.container{ width: 100%; max-width: 1300px; margin: 0 auto; }
tt{font-family:'Poppins' ,sans-serif;}
p{/* color: #222d35; */}
iframe{border:none}
h1,h2,h3,h4,h5,h6{font-weight: 700;margin:0;}
a,a:focus,a:hover{outline:medium none;text-decoration:none;color: #0662ae;}
ul,ol{padding:0;margin:0;list-style:none}
.cuani, a{-webkit-transition: .4s;-moz-transition: .4s;-o-transition: .4s;transition: .4s;}
b, strong{font-weight:600}
::selection {background: #055ca3;color:#fff }
::-moz-selection {background: #002270;color:#fff}
.vcenter > .row{align-items: center;display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap;    flex-wrap: wrap;}
.imgdrk{filter: gray;-webkit-filter: grayscale(1);filter: grayscale(1);}
.imgdrk:hover{filter: none; -webkit-filter: grayscale(0);filter: grayscale(0);}
.p0{padding:0 !important}
.p5{padding:5px !important}
.p10{padding:10px !important}
.p15{padding:15px !important}
.p20{padding: 20px !important;}
.pr20{padding-right: 20px !important;}
.pb0{padding-bottom: 10px !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;}
.mt30{margin-top:30px!important;}
.mb20{margin-bottom:20px!important;}
.bgwhite{background:#fff}
.w100{width:100%}
@keyframes slide-down 
{
    0% {opacity: 0;transform: translateY(-100%);-ms-transform: translateY(-100%);-webkit-transform: translateY(-100%);}
    100% {opacity: 1;transform: translateY(0);}
}


/*-----------*/
.header-main{padding: 0;border-top: 4px solid #017fab;}
.header-main .header-wrap{display: flex;justify-content: space-between;max-width: 100%;flex-wrap: wrap;float: none;margin: 0 auto;}
.logo{float:left;margin-right: 0;position: relative;z-index: 1;}
.logo a{}
.logo img{width: 240px;padding: 8px 0;}
body.fixed .header-main{position:fixed;background: #fff;box-shadow: 0 9px 9px #0000001a;padding: 4px 0;height: auto;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;}
body.fixed{padding-top: 81px;}
body.fixed .logo img{width: 125px;}
body.fixed #cssmenu > ul > li > a{padding: 15px 0;}
body.fixed #cssmenu > ul > li > a:before,body.fixed #cssmenu > ul > li.active > a:before{bottom: 14px;}
body.fixed #cssmenu > ul > li::after{top: 16px;}


/*-------*/
.menunav{float:none !important;text-align:center}
.menunav ul ul{text-align:left}
.enqmn{display:none !important}
.enq-btn,.enq-btn2{border-radius: 0;padding: 3px 20px;background: #017fab !important;position:relative;display:inline-block;border:none;line-height: 32px;font-size: 17px;font-weight: 600;margin-top: 22px;color: #fff;border-radius: 25px !important;text-transform:uppercase;transition:400ms all;-webkit-transition:400ms all;}
.enq-btn:hover,.enq-btn2:hover,.enq-btn:focus,.enq-btn2:focus{text-decoration:none;background: #272524;color: #fff;}
body.fixed .enq-btn{margin-top: 5px;}
.enq-btn2{display:none}
@media (max-width: 778px)
{    
 .enq-btn2{display: inline-block;/* position: fixed !important; */z-index: 3;bottom: 0;width: auto;margin-top: 6px;}
	.enq-btn{display:none;}
	.menunav{text-align:left}
    .enqmn{display: block !important;}
	.header-main .header-wrap{display: block;}
 .logo a{position:relative}
}

/*--flex slider---*/
.flex-control-paging li a{border-color: #017fab!important;}
.flex-control-paging li a.flex-active{background:#017fab!important}
@media (max-width: 778px)
{
    .flexslider{padding-top: 52px !important;}
}

/*----------*/
.htitle{font-size: 40px;line-height: 36px;padding: 0 0 15px;margin:0;position:relative;color: #017fab;margin-bottom: 15px;text-transform: capitalize;font-weight:800;}
.htitle span{display:block;font-size: 28px;}
.htitle:after{background-color: #00a0e3;bottom:0;content:"";height: 2px;left:0;margin:0;position:absolute;right:0;width: 80px;}
.htitle.center{text-align:center}
.htitle.center:after{margin:0 auto;}
.htitle + p{width: 60%;text-align: center;margin: 0 auto;margin-bottom: 25px;font-size: 18px;position: relative;font-weight: 300;}
.htitle + p.left{text-align:left;left:0;margin-left: 0;}
.htitle.noline:after{content:none}
.htitle.hsmall{font-size: 33px;text-transform: capitalize;line-height: 54px;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{font-size: 30px;font-weight:800;line-height: 35px;padding: 0 0 12px;margin:0;position:relative;letter-spacing: 0;color: #017fab;margin-bottom: 10px;}
.htitle2:before{background-color: #b1b1b1;bottom:6px;content:"";height: 2px;left:0;margin:0;position:absolute;right:0;width: 74px;}
.htitle2 span{color:#017fab;font-weight: bold;font-size: 40px;}
.htitle2.noline{margin-bottom: 0;}
.htitle2.noline:before{content: none !important;}
.htitle2.center{text-align:center}
.htitle2.center:before{margin:0 auto}
.htitle2.hsmall{font-size: 21px;line-height: 25px;padding: 4px 0 12px;margin:0;position:relative;color: #017fab;}
.htitle2.hsmall:before{background-color: #b1b1b1;bottom: 10px;content:"";height: 2px;left:0;margin:0;position:absolute;right:0;width: 40px;}
.htitle2.white, .htitle2.white + p{color: #fff;}
.htitle2.white:after{background-color: #ffffff;}

/*-----------*/
.htitle3{font-size: 22px;font-weight: 800;line-height: 25px;padding: 7px 10px;margin: 0 0 15px  0;position:relative;letter-spacing: 0;color: #017fab;/* background: #f3f3f3; */}


/*-----*/
.title-box{position:relative;display:block;margin: 15px 0 20px 0;z-index: 1;}
.title-box h4{position:relative;display:inline-block;font-size: 18px;line-height:24px;padding-bottom: 0;margin-bottom: 5px;color: #1d3a4c;letter-spacing: 0.5px;}
.title-box h4:before{content: "";display: inline-block;background-color: #017fab;width: 46px;height: 2px;margin-right: 15px;position: relative;top: -3px}
.title-box h3{position:relative;display:block;font-size: 40px;line-height: 40px;color: #017fab;margin:0;}
.title-box h3 span{color:#1d3a4c}
.title-box h2{font-size: 40px;line-height: 50px;color: #017fab;}
.title-box.light h2, .title-box.light h3, .title-box.light h4{color:#fff}
.title-box.light h4:before{background-color:#fff}

.title-box.center{text-align:center}
@media (max-width: 992px) 
{.title-box h2{font-size: 32px;line-height: 40px;}}
   

.title-water{left:0;right:0;font-weight:800;color:rgba(248, 248, 248, 0.6);font-size: 66px;-webkit-text-fill-color: transparent;-webkit-text-stroke-width:1px;-webkit-text-stroke-color: #dbd9cfba;}
@media screen and (max-width: 580px){.title-water{font-size: 38px;}}
  .application{color: #fff;background:url(../images/highlight.jpg) center center no-repeat fixed;background-size:cover;}
.application:before{position:absolute;content:'';left:0;top:0;width:100%;height:100%;display:block;background-color: #017fabf2;}
  
/*----------*/
.page-head{padding: 70px 0;color: #2d2d2d;text-align:center;position:relative;background: #e0eff5 url(../images/pageheader.jpg) center center no-repeat;background-size: cover;background-repeat: no-repeat;background-position: center;}

.page-head h1{margin:0;padding: 7px 0;font-size: 30px;text-transform: capitalize;color: #017fab;/* float: left; */}
.breadcrumb{text-align:center;background:transparent;margin: 0px 0 0 0;padding:0;/* float: right; */}
.breadcrumb > li{font-size:13px;color: #000;}
.breadcrumb > li > a{color: #000;}
.breadcrumb > li + li:before{color: #000;}



/*------------*/
.section{position:relative;padding:60px 0}
.section2{padding:30px 0;position: relative;}
.sectionbg{background: #edf6f9;padding:60px 0;position: relative;}
.bgbox{background: #edf6f9;padding: 30px;position: relative;}
.bgbox.nobg{background:none}

/*---------about-----------*/
.hmabout{position: relative;padding: 80px 0;}
.hmabout h1{font-size: 42px;line-height: 50px;color: #017fab;}
.hmabout h1 span{color:#06a3d3}
.hmabout h3{font-size: 32px;font-weight: 800;margin-bottom: 0;color: #017fab;line-height: 36px;text-transform: uppercase;letter-spacing: 0;}
.hmabout tt{font-size: 25px;font-weight: 300;line-height: 35px;padding-bottom: 0;display: block;/* color: #fff; */}
.hmabout hr{margin: 30px 0;}


.about-us{background: #017fab;color:#fff;padding: 60px 0;position:relative}
.about-us .image-layer{position:absolute;left: 0;top:0;height:100%;width: 50%;margin-bottom:50px;background-image: url(../images/highlight.jpg);background-repeat:no-repeat;background-position:center;background-size:cover;}
.about-us .image-layer:before{position:absolute;content:'';left:0;top:0;width:100%;height:100%;display:block;/* background-color: #0662aea3; */}
.about-us .image-layer .img-box{display:none;margin-bottom:0;}
.about-us .image-layer .img-box img{display:block;width:100%;height:auto;}
.about-us h4{font-size: 25px;font-weight: 500;color: #fff !important;padding-bottom: 20px;line-height:1;}
.about-us p{color: #fff}


@media only screen and (max-width: 1023px){
.about-us .image-layer{position:relative;width:100%;}
.about-us .image-layer .img-box{width:100%;display:block;}
}
@media only screen and (max-width: 767px){
.about-us{padding:70px 0 20px;}
}




.home-product{background: #edf6f9;z-index:1;position:relative;background-size:cover;background-position:right;padding-bottom: 0;padding-top: 91px;}
.home-product:before{position:absolute;content:'';left:0;top:0;width:100%;height:100%;display:block;/* background-color: #ffff; */}
.home-product:after{content:"";height:100%;width: 48%;position:absolute;top:0;left:0;z-index:0;background: #017fab url(../images/productbg2.png);background-size:cover;background-position:bottom}
.home-product .product-inner{position: relative;z-index: 1;background: #edf6f9;padding: 40px 0px 40px 40px;}
.home-product .owl-theme .owl-nav{margin-left: 5px;position: absolute;right: 0;top: -100px;}
.home-product .owl-theme .owl-nav [class*="owl-"]{background: transparent;margin-right: 15px;font-size: 33px;color: #017fab;cursor: pointer !important;position: relative;right: 0;border-radius: 50%;border: none;width: 45px;height: 45px;background: #fff;}
.home-product .owl-theme .owl-nav [class*="owl-"]:hover{}
.home-product .owl-theme .owl-prev{right: 0 !important;}
.home-product .owl-theme .owl-next{right: 39px;}
@media only screen and (max-width: 767px){
	.home-product:after{width: 100%;}
.home-product .product-inner{padding: 20px;}
	.home-product .owl-theme .owl-nav{top: -119px;}
.home-product .owl-theme .owl-nav [class*="owl-"]{margin-right: 6px;width: 35px;height: 35px;}
.home-product .owl-theme .owl-nav [class*="owl-"]:hover{}
.home-product .owl-theme .owl-prev{right: 0 !important;}
.home-product .owl-theme .owl-next{right: 39px;}
}

/*----------*/
.icon-box{text-align: center;} 
.icon-box .img-box{ background: #017fab;width: 115px;height: 115px;padding: 28px;border-radius: 50%;display: inline-block;}
.icon-box img{width: 100%;position:relative;filter: brightness(0) invert(1);}
.icon-box h4{text-align:center;margin-top: 15px;margin-bottom: 10px;font-size: 15px;}
.icon-box:hover img, .whywork .whywork-box:hover h4{}
.icon-box p{padding:0 48px;text-align:center;}
.icon-box:hover .pulse1{cursor:pointer;box-shadow:rgba(187, 187, 187, 0.98);animation:pulse1 1s infinite;}
@-webkit-keyframes pulse1{0%{-webkit-box-shadow:0 0 0 0 rgba(187, 187, 187, 0.98);}70%{-webkit-box-shadow:0 0 0 10px rgba(187, 187, 187, 0);}100%{-webkit-box-shadow:0 0 0 0 rgba(187, 187, 187, 0);}}
@keyframes pulse1{0%{-moz-box-shadow:0 0 0 0 rgba(187, 187, 187, 0.98);box-shadow:0 0 0 0 rgba(187, 187, 187, 0.98);}70%{-moz-box-shadow:0 0 0 10px rgba(187, 187, 187, 0);box-shadow:0 0 0 10px rgba(187, 187, 187, 0);}100%{-moz-box-shadow:0 0 0 0 rgba(187, 187, 187, 0);box-shadow:0 0 0 0 rgba(187, 187, 187, 0);}}


.infobox{box-shadow: 0 8px 21px 0 #0000000f;border-radius:6px;padding:40px 50px;position:relative;overflow:hidden;z-index:5;background:#fff}
.infobox:hover{background: #017fab;box-shadow:none;transform:translateY(-10px)}
.infobox h4{font-size: 20px;text-transform:uppercase;margin-bottom: 15px;position:relative;padding-bottom: 10px;color: #017fab;}
.infobox:hover h4{color:#fff}
.infobox:hover p{color: #fff;}


.whybox{padding: 8px}
.whybox i{padding: 8px;border-radius: 5px 5px 5px 5px;background: #017fab;color: #fff;font-size: 20px;width: 45px;height: 45px;text-align: center;line-height: 30px;}
.whybox h4{margin: 28px 0px 0px 0px;padding: 30px 0px 10px 0px;border-top:1px solid #BABABA;font-size: 22px;line-height: 31px;}


/*------------*/
ul.whywork {display: flex;flex-wrap: wrap;justify-content: center;}
ul.whywork .inner-box{border: 1px solid #017fab5e;margin-bottom: 10px;padding: 51px 30px;transition: .4s;box-shadow: 0 8px 21px 0 #0000000f;}
ul.whywork .inner-box i{position: relative;margin-right: 2px;}
ul.whywork .inner-box i:before{position: absolute;top: -40px;left: -53px;z-index: 0;font-size: 170px;line-height: 1;color: #017fab;width: 135px;height: 88px;overflow: hidden;}
ul.whywork .inner-box img{width: 39px;display: inline-block;filter: invert(48%) sepia(18%) saturate(3207%) hue-rotate(192deg) brightness(65%) contrast(100%);position: relative;z-index: 1;left: 22px;font-size: 53px;top: -15px;}
ul.whywork .inner-box h4{font-size: 20px;font-weight:800;padding: 45px 0px 25px 0px;line-height: 34px;color: #017fab;}
ul.whywork .inner-box p{margin: 0;}
ul.whywork .inner-box:hover{transform:translateY(-5px);background: #017fab;border-color: #017fabc9;color:#fff}
ul.whywork .inner-box:hover h4{color:#fff}
ul.whywork .inner-box:hover img{filter: brightness(0) invert(1);}
ul.whywork.white .inner-box{border: 1px solid #ffffff33;}
ul.whywork.white .inner-box img{filter: brightness(0) invert(1);}



.waterwavebg{    background:#edf6f9 url(../images/shape-4.png);background-repeat: no-repeat;background-size: 100% 100%;background-position: center;}
.elementor-shape{overflow: hidden;position: absolute;left: 0;width: 100%; line-height: 0;top: -8px;direction: ltr;transform: rotate(180deg);z-index: 1;}
.elementor-shape .elementor-shape-fill {fill: #fff;transform-origin: center;transform: rotateY(0deg);}
.dropbg{background: url(../images/dropbg.png) no-repeat;}
.waterbg{background: url(../images/waterbg.png) no-repeat;background-position: center center;background-repeat: no-repeat;background-size: contain;}


.workwith{color: #fff;background:url(../images/highlight.jpg) center center no-repeat fixed;background-size:cover;padding-bottom: 90px;}
.workwith:before{position:absolute;content:'';left:0;top:0;width:100%;height:100%;display:block;background-color: #017fabe8;}
.workwith h3{color: #fff;text-transform: none;margin: 0 !important;padding: 0 !important;}
.workwith hr{border-color: #ffffff21;margin: 30px 0;}
.workwith p{margin:0;font-size: 18px;line-height: 28px;}
.workwith a{text-transform: uppercase;color: #bb5754;font-weight: 600;letter-spacing: 0;padding-top: 0;display: inline-block;font-size: 13px;}
.workwith img{filter: brightness(0) invert(1);width: 100px;}

/*------*/
.download_catalog{padding: 50px 0;background: #017fab;color: #fff;}
.download_catalog .download_text i{font-size:70px;color: #fff;padding-right:20px}
.download_catalog .download_text{}
.download_catalog .download_text h4{font-size:18px;font-weight: 400;line-height:25px;position: relative;}
.download_catalog a:hover{background-color: #1d3a4c;color: #fff;}
.download_catalog a{border: 2px solid #fff;padding: 12px 30px;font-size:14px;color: #fff;font-weight: 600;text-transform:uppercase;float:right;/* margin-top: 20px; */display: inline-block;}
@media (max-width: 1100px)
{
    .download_catalog .download_text h4{width: 79%;}
}
@media (max-width: 991px)
{
    .download_catalog .row{text-align:center;display: initial;}
	.download_catalog .download_text h4{width:100%}
	.download_catalog .download_text a{float:none}
	.download_catalog a{margin-top:15px;float:none}}


/*------------*/
.whoweare{}
.whoweare li{padding: 20px !important;margin-bottom: 15px;}
.whoweare .inner-box i{font-size: 40px;color: #017fab;}
.whoweare .inner-box h4{padding: 20px 0 10px 0;font-size: 20px;text-transform: uppercase;font-weight:800;}
.whoweare .inner-box:hover h4{color: #017fab;}
.whoweare .inner-box p{ margin: 0;}



.application{color: #fff;background:url(../images/highlight.jpg) center center no-repeat fixed;background-size:cover;}
.application:before{position:absolute;content:'';left:0;top:0;width:100%;height:100%;display:block;background-color: #017fabc4;}



/*------------*/
.funfact{background: #017fab url(../images/highlight.jpg) center center no-repeat fixed;padding: 50px 0;position: relative;}
.funfact:before{position:absolute;content:'';left:0;top:0;width:100%;height:100%;display:block;background-color: rgb(0 0 0 / 74%);}
.funfact .count-box{/* position:relative; */font-size:48px;line-height:1em;color:#fff;font-weight:800;padding:20px 0;/* padding-left:20px; */text-align: center;}
.funfact .count-box .count{position:relative;/* float:left; */}
.funfact .count-box .count-text{position:relative;display:inline-block;font-size:60px;line-height:1em;color:#fff;font-weight:800}
.funfact .count-box .counter-title{position:relative;display:block;font-size:18px;line-height:1.2em;font-weight:400;color: #fff;padding:0;}
@media only screen and (max-width: 767px){
	.funfact{padding:0 ;background: #017fab;position: relative;}
	.funfact .fact-counter{box-shadow: none;margin: 0;padding: 0;text-align: left;}
}


/*---------*/
.strength{background: #017fab;color: #fff;}
.strength .image-layer{position:absolute;left: 0;top:0;height:100%;width: 40%;margin-bottom:50px;background-image: url(../images/strengths.jpg);background-repeat:no-repeat;background-position:center;background-size:cover;}
.strength .image-layer .image-box{display:none;margin-bottom:0;}
.strength .image-layer .image-box img{display:block;width:100%;height:auto;}
@media only screen and (max-width: 1023px){
.strength .image-layer{position:relative;width:100%;}
.strength .image-layer .image-box{width:100%;display:block;}
}
@media only screen and (max-width: 767px){
.strength{padding:70px 0 20px;}
}





/*------*/
.highlight{}
.highlight .highlight-inner{position:relative}
.highlight h3{font-size: 28px;font-weight:800;padding-bottom: 8px;color: #017fab;line-height: 43px;}
.highlight p{font-size: 15px;color: #ffffff;margin: 0;}
.highlight a{float: right;}
.highlight a:active,.highlight a:focus{color:#fff}
 @media (max-width: 992px) 
{.highlight{padding:60px 0;text-align:center}
    .highlight a{float: none;margin-top: 14px;line-height: 30px;}}


/*-----------------*/
.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-desc table thead,.text-desc table th{background:#f1f1f1;font-weight:800;font-family:Arial,Helvetica,sans-serif;font-size:15px}
.text-desc table td,.text-desc table th{border:1.5px solid silver;padding:2px 3px 2px 8px;/* color:#2d2d2d; */vertical-align:middle;/* text-align:center; */}
.text-desc table td{font-size:15px;/* color: #545454; */}
.text-desc tt{font-size: 18px;font-weight: 400;line-height: 25px;padding-bottom: 0;display: block;;position:relative;margin-bottom: 10px;}
.text-desc ul,.text-desc ul ul{margin-left:17px;margin-bottom:22px}
.text-desc ul li{list-style-type: none;position: relative;}
.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: 9px;top: 0px;font-family: "Font Awesome 5 Free";content: "\f061";font-weight: 900;color: #017fab;left: -15px;}
.text-desc h2{color:#017fab}
.text-desc h3{color: #017fab;font-size: 28px;font-weight:800;line-height: 38px;padding: 0px 0 2px;margin:0;letter-spacing:.5px;margin-bottom:8px;position:relative;}
.text-desc h3:after{background: #017fab;bottom: 0;content: "";height: 2px;position: absolute;width: 45px;left: 0;}
.text-desc h4{color: #017fab;font-size: 19px;font-weight:800;line-height: 25px;padding: 0px 0 1px 25px;margin: 16px 0 3px 0;display: block;letter-spacing:.5px;position:relative;text-transform:capitalize;}
.text-desc h4:before{position:absolute;font-size: 18px;top: 0px;left: -3px;font-family: "Font Awesome 5 Free";content: "\f0a4";font-weight: 900;}
.text-desc h5{color: #017fab;font-size: 18px;font-weight: 500;line-height: 26px;padding: 6px 0 2px 20px;margin: 3px 0 !important;letter-spacing:.5px;text-transform:capitalize;position: relative;}
.text-desc h5:before{content:'*';position:absolute;font-size: 30px;top: 11px;left: 0;}
.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{margin-bottom:5px}

/*------*/
.readmore{color:#017fab;text-transform:uppercase;font-weight:800;font-size: 13px;padding-top: 10px;display: inline-block;}
.readmore i{font-size:11px;padding-left:6px}
.readmore:hover{color: #000000;}
.readmore:hover i{padding-left:9px}
/*-----------------*/   
@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:800;padding: 7px 0;}

.brochure-box{}
.brochure-box .box-img{position: relative;}
.brochure-box .box-img:hover:before{position:absolute;content:'';left:0;top:0;width:100%;height:100%;display:block;background-color: rgb(0 0 0 / 46%);}
.brochure-box .box-img img{padding: 4px;border: 1px solid #d8d6d6;width: 100%;}
.brochure-box .box-img .links {-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;background-color:#fff;color:#333;font-size: 25px;left:50%;line-height:24px;opacity:0;padding: 10px 0;position:absolute;text-align:center;text-transform:uppercase;top:30%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width: 45px;z-index:9;outline:0;height: 45px;border-radius: 50%;}
.brochure-box .box-img:hover .links{opacity:1;top:50%;color: #000000;cursor:pointer;left: 51%;}
.brochure-box .box-img:hover .links:hover{color: #fff;background: #017fab;}
.brochure-box:hover img{border-color:#017fab}
.brochure-box h4{text-transform:none;padding: 5px 0 5px 0;font-size: 17px;color: #2d2d2d;margin:0;text-align: center;font-weight:800;line-height: 30px;}
.brochure-box h4 a{color:#2d2d2d}
.brochure-box:hover a, .box2:hover h4{color:#017fab}

/*---------*/
.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:800;padding: 12px 0;font-size: 20px;color:#2d2d2d;margin:0;letter-spacing:.5px;text-align:center;}
.box1:hover h4{color: #017fab;}
 
  /*-----------*/
.box2{padding-top:0;/* background:#fff; */text-align: center;}
.box2 img{padding:4px;border:1px solid #d8d6d6;text-align:center;width:100%}
.box2:hover img{border-color:#017fab}
.box2 h4{text-transform:none;padding: 5px 0 5px 0;font-size: 15px;color: #2d2d2d;margin:0;letter-spacing:.5px;text-align: center;font-weight:800;/* text-transform: capitalize; */}
.box2 h4 a{color:#2d2d2d}
.box2:hover a, .box2:hover h4{color:#017fab}
.box2 p{color:#4c4c4c;line-height:24px;margin: 0;}

/*----------*/
.box3{padding-top:0;text-align:center}
.box3 img{border:1px solid #EEE;padding:4px;margin-bottom:7px;text-align:center;width:100%;transition:all .7s ease 0;-webkit-box-shadow:5px 5px 0 0 #f1f1f1;-moz-box-shadow:5px 5px 0 0 #f1f1f1}
.box3:hover img{border: 1px solid #017fab;-webkit-box-shadow: 5px 5px 0 0 #017fab5c;-moz-box-shadow:5px 5px 0 0 #3e4095a6;}
.box3 h4{font-size: 16px;color: #2d2d2d;margin:0;font-weight:800;text-transform: capitalize;letter-spacing:.5px;display:inline-block;padding:7px 13px;}


/*---------*/
.box4{position:relative;display:block;overflow:hidden}
.box4 .box-inner .box-img{position:relative;display:block;/* background: #017fab; */overflow:hidden;/* transition:all 500ms ease; */border: 1px solid #00000045;}
.box4 .box-inner .box-img img{width:100%;opacity:1;transition:all 500ms ease;}
.box4:hover .box-img img{/* opacity: .5; */transform:scale(1.05);}
.box4 .box-inner .box-text h4{font-size: 17px;line-height: 30px;font-weight:800;color:#fff;padding: 5px 10px;}
.box4 .box-text{left:0;bottom:0;overflow: hidden;width:100%;height: 40px;content:'';position: absolute;background: #017fabd9;}
.box4:hover .box-text{background: #414040b3;}


/*---------*/
.box5{position: relative;overflow: hidden;margin-bottom: 0px;box-shadow: 0 0 0 0 rgba(0,0,0,0.10), 0 3px 3px 0 rgba(0,0,0,0.10);border: 1px solid #eee;}
.box5 .box-inner{top:0;left:0;z-index:3;width:100%;height:100%;padding:20px;position:absolute;}
.box5 .box-inner:after{left:0;bottom:0;width:100%;height:100%;content:'';position:absolute;-webkit-transition: .4s;-moz-transition: .4s;-o-transition: .4s;transition: .4s;
	background: -moz-linear-gradient(top,rgb(0 0 0 / 0%) 24%,rgb(0 0 0 / 0%) 33%,rgb(0 0 0 / 0%) 43%,rgb(78 103 124 / 18%) 57%,rgb(78 103 124 / 49%) 75%,rgb(78 103 124 / 77%) 92%,rgb(78 103 124) 100%);
	background: -webkit-linear-gradient(top,rgb(0 0 0 / 0%) 24%,rgb(0 0 0 / 0%) 33%,rgb(0 0 0 / 0%) 43%,rgb(0 0 0 / 18%) 57%,rgb(0 0 0/ 49%) 75%,rgb(0 0 0 / 77%) 92%,rgb(0 0 0 / 97%) 100%);
	background: linear-gradient(top,rgb(0 0 0 / 0%) 24%,rgb(0 0 0 / 0%) 33%,rgb(0 0 0 / 0%) 43%,rgb(78 103 124 / 18%) 57%,rgb(78 103 124 / 49%) 75%,rgb(78 103 124 / 77%) 92%,rgb(78 103 124) 100%);
}
.box5:hover {box-shadow:0 0 0 0 rgba(0,0,0,0.10), 0px 8px 11px 0 rgba(0, 0, 0, 0.14);}
.box5 img {transform:translateZ(0);   transition: all 1s;    -webkit-transition: all 1s;-o-transition: all 1s;-moz-transition: all 1s;}
.box5:hover img {transform: scale(1.05);}
.box5 h4{text-transform:capitalize;font-weight:800;font-size: 18px;margin:0;letter-spacing:.5px;text-align:left;left: 0;bottom: 4px;color: #fff;z-index: 3;width: 100%;padding: 8px 10px;overflow: hidden;position: absolute;-webkit-transition: .4s;-moz-transition: .4s;-o-transition: .4s;transition: .4s;}
.box5:hover h4{bottom: 10px;/* font-size: 21px; */}
.box5 h4 span{display:block;font-size:14px;color:#e2e2e2; line-height: 22px;} 




.box6{padding:0 5px 25px 5px}
.box6 .box-inner{position:relative;z-index:1}
.box6 .box-inner .img-box {position: relative;overflow: hidden;}
.box6 .box-inner .img-box img{width:100%;-webkit-transition:1s;-o-transition:1s;transition:1s}
.box6 .box-inner:hover .img-box img{opacity: 1;-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);}
.box6 .box-inner .content{position:relative;margin: -20px 10px 0;background:#fff;text-align:center;padding: 15px 15px;-webkit-box-shadow:0 20px 20px 0 rgba(0,0,0,0.05);box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.16);}
.box6 .box-inner .content h4{font-size: 21px;text-transform: capitalize;color: #017fab;}
.box6 .box-inner:hover .content h4{color:#fff}
.box6 .box-inner:hover .content{background:#017fab;color:#fff}


.box7{position:relative;overflow:hidden;transition:all 300ms ease;-webkit-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;-moz-transition:all 300ms ease;}
.box7 img{position:relative;width:100%;display:block;transition:all 600ms ease;-webkit-transition:all 600ms ease;-ms-transition:all 600ms ease;-o-transition:all 600ms ease;-moz-transition:all 600ms ease}
.box7:hover img{-webkit-transform:scale(1.2,1.3);-ms-transform:scale(1.2,1.3);-moz-transform:scale(1.2,1.3);transform:scale(1.2,1.3)}
.box7 .overlay-box{position:absolute;left:0;top:0;right:0;bottom:0}
.box7 .overlay-box:before{position:absolute;content:'';left:0;top:0;right:0;bottom:-1px;-webkit-transition:all 1000ms ease;-moz-transition:all 1000ms ease;-ms-transition:all 1000ms ease;-o-transition:all 1000ms ease;transition:all 1000ms ease;background: -webkit-linear-gradient(top,rgba(55,53,66,0) 24%,rgba(55,53,66,0) 50%,rgba(55,53,66,0.01) 43%,rgba(0,0,0,0.08) 57%,rgb(0 0 0 / 32%) 75%,rgb(0 0 0 / 73%) 92%,rgb(0 0 0 / 98%) 100%);}
.box7 .overlay-box:after{position:absolute;content:'';left:0;top:-100%;width:100%;height:100%;opacity:0;-webkit-transition:all 700ms ease;-moz-transition:all 700ms ease;-ms-transition:all 700ms ease;-o-transition:all 700ms ease;transition:all 700ms ease;background:rgba(0,0,0,0.70)}
.box7:hover .overlay-box:before{top:100%;opacity:0}
.box7:hover .overlay-box:after{opacity:1;top:0}
.box7 .overlay-box h3{position:absolute;right: 0;left: 0;bottom: 15px;text-align: center;line-height:1.3em;padding-bottom:10px;font-size: 20px;font-weight: 500;display:inline-block;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease;z-index:1;color: #fff;}
.box7:hover .overlay-box h3{opacity:0;-webkit-transform:translateX(110%);-ms-transform:translateX(110%);-moz-transform:translateX(110%);transform:translateX(110%)}
.box7 .overlay-box h3:before{position: absolute;content:'';bottom:0;height:2px;width:50px;background-color:#e9c37a;text-align: center;left: 42%;right: 0;}
.box7 .overlay-box .overinner{position:absolute;left:0;top:50%;margin-top:-22px;width:100%;text-align:center;opacity:0;-webkit-transform:translateY(-70px);-ms-transform:translateY(-70px);-moz-transform:translateY(-70px);transform:translateY(-70px);-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease;z-index:1}
.box7:hover .overlay-box .overinner{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px)}
.box7 .overlay-box .overinner h4{position:relative;display:inline-block;line-height:44px;color: #ffffff;font-size: 20px;font-weight: 500;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease;}


/*-------------*/
.box8{background:#fff;position:relative;margin-bottom: 10px;overflow:hidden;border: 2px solid #f4f4f4;}
.box8:hover{box-shadow: 0 2px 4px 1px rgb(0 0 0 / 10%);}
.box8 .img img{width:100%}
.box8 .inner-box{padding: 12px 12px 10px;}
.box8 .inner-box h4{font-size: 17px;display: inline-block;padding: 0px 0 8px 0;}
.box8 .inner-box p{}


/*---------*/
.box9{position:relative;display:block;overflow:hidden;border-radius: 5px;}
.box9 .box-inner .box-img{position:relative;display:block;background: #017fab;overflow:hidden;transition:all 500ms ease;}
.box9 .box-inner .box-img img{width:100%;opacity:1;transition:all 500ms ease;}
.box9:hover .box-img img{/* opacity: .5; */transform:scale(1.05);}
.box9 .box-inner .box-text h4{position:absolute;left: 15px;bottom: 15px;display:block;text-transform: capitalize;font-size: 21px;line-height:30px;font-weight: 500;color: #fff;transition:all 500ms ease;width:100%;letter-spacing: 0;}

.box9 .box-text{left:0;bottom:0;overflow: hidden;width:100%;height:100%;content:'';-webkit-transition: all 500ms ease;transition: all 500ms ease;position:absolute;background: -moz-linear-gradient(top,#00000000 24%,#00000000 50%,#00000000 43%,#0000001c 57%,#00000073 75%,#000000bd 92%,#000000e0 100%);background: -webkit-linear-gradient(top,#00000000 24%,#00000000 50%,#00000000 43%,#0000001c 57%,#00000073 75%,#000000bd 92%,#000000e0 100%);background: linear-gradient(top,#00000000 24%,#00000000 50%,#00000000 43%,#0000001c 57%,#00000073 75%,#000000bd 92%,#000000e0 100%);-webkit-transition: all 500ms ease;transition: all 500ms ease;}
.box9 .box-text:hover:after{background: -moz-linear-gradient(top,#00000000 24%,#00000000 50%,#00000000 43%,#0000001c 57%,#00000073 75%,#000000bd 92%,#000000e0 100%);background: -webkit-linear-gradient(top,#000000bd 24%,#000000bd 50%,#000000bd 43%,#000000bd 57%,#000000bd 75%,#000000bd 92%,#000000bd 100%);background: linear-gradient(top,#00000000 24%,#00000000 50%,#00000000 43%,#0000001c 57%,#00000073 75%,#000000bd 92%,#000000e0 100%);}
.box9:hover .box-inner .box-text h4{bottom: 20px;}
.box9 .arrow{position:absolute;bottom:-50px;right: 10px;-webkit-transition:all 500ms ease;transition:all 500ms ease;}
.box9:hover .arrow{bottom: 18px;}
.box9 .arrow i{color: #017fab;font-size:15px;line-height: 41px;display:inline-block;height: 40px;width: 40px;background: #fff;border-radius:50%;text-align:center;-webkit-transition:all 500ms ease;transition:all 500ms ease;}
.box9 .arrow:hover i{background: #017fab;color: #fff;}

.box11{text-align:center;}
.box11 .img-box:before{content:"";position:absolute;background: rgb(0 0 0 / 39%);top:0;left:0;bottom:0;right:0;width:100%;height:100%;opacity:0;visibility:hidden;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s;z-index:1;}
.box11:hover .img-box:before{opacity:1;visibility:visible;}
.box11 .img-box img{transition:all 700ms ease;-webkit-transition:all 700ms ease;-moz-transition:all 700ms ease;-ms-transition:all 700ms ease;-o-transition:all 700ms ease;}
.box11:hover .img-box img{transform: scale(1.05);}
.box11 .img-box{overflow:hidden;position:relative;}
.box11{display:inline-block;width:100%;text-align:center;}
.box11 h4{border-bottom:3px double #d1d1d1;display:inline-block;margin-top: 15px;font-size:17px;padding: 8px 15px 8px;color:#272524;letter-spacing:0;}
.box11:hover h4{border-bottom:3px double #017fab;}
.box11 h4:hover {color: #017fab;}
@media (max-width: 575px){
.box11 .img-box{display:inline-block;}
}


.box12{height: 100%;background: #fff;position:relative;z-index:1;overflow:hidden;text-align:center;border: 3px solid #e9ecf1;}
.box12:hover{box-shadow: 0 2px 10px 0 rgb(214 215 216 / 57%);}
.box12 .inner-box{padding:15px;}
.box12 .img-box{overflow:hidden}
.box12 .img-box img{transition:all 700ms ease;-webkit-transition:all 700ms ease;-moz-transition:all 700ms ease;-ms-transition:all 700ms ease;-o-transition:all 700ms ease;}
.box12:hover .img-box img{transform: scale(1.05);}
.box12 h4{font-size: 20px;font-weight:800;margin-bottom: 10px;color: #017fab;}
.box12 p{margin:0;color: #222d35;}
.box12 h5{font-size: 16px;font-weight:800;margin-bottom: 0;color: #017fab;text-align:center}


.box22{position:relative;overflow-y:hidden;box-shadow:.1rem .1rem 1rem rgba(0,0,0,0.1)}
.box22::before{content:"";width:100%;height:100%;position:absolute;background-image: linear-gradient(#00000000,#00000000,#00000040,#000000de);z-index:1;left: 0;right: 0;}
.box22:hover::before{background-image: linear-gradient(#00000000,#00000087,#000000bf,#000000);}
.box22 .box-img{position:relative;display:block;background: #01a4d4;overflow:hidden;transition:all 500ms ease;}
.box22 .box-img img{width:100%;opacity:1;transition:all 500ms ease;}
.box22:hover .box-img img{transform:scale(1.05);}
.box22 .box-inner{display:flex;flex-direction:column;justify-content:center;height:100%;position:absolute;width:100%;top:0;transition:transform 300ms;transform: translate3d(0,170px,0);z-index: 1;color: #fff;}
.box22 .box-inner h4{margin: 0 0 15px 0;color:#fff;transform: translate3d(0,-0,0);transition:transform 300ms;font-size: 22px;text-align: center;}
.box22 .box-inner .box-text{flex-grow:1;padding:1rem;opacity:0;transition:opacity 500ms 100ms}
.box22 .box-inner .box-text p{margin:0}
.box22:hover .box-inner{transform: translate3d(0,87%,0);}
.box22:hover .box-inner h4{transform: translate3d(0,-230px,0);}
.box22:hover .box-inner .box-text{opacity:1}

.box24{overflow:hidden}
.box24 .inner-text{-webkit-transition:all .8s ease-in-out;-o-transition:all .8s ease-in-out;transition:all .8s ease-in-out}
.box24 .inner-box{border: 1px solid #ffffff33;padding:40px 20px 40px 40px;position:relative;width:100%;height:100%;margin-top:0;max-height:100%;z-index:1;opacity: 1;background: #017fab;}
.box24 .inner-box::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;background-color: #00000080;z-index:0;}
.box24:hover .inner-box::before{opacity:1;z-index:2}
.box24 .inner-text img{width:70px;padding-bottom: 180px;filter: brightness(0) invert(1);}
.box24:hover .inner-text img{filter: brightness(0) invert(1);}
.box24 .inner-text{position:relative;z-index:2}
.box24 .inner-text h4{font-size: 20px;font-weight:800;display: inline-block;padding-bottom: 12px;width:100%;line-height: 30px;color: #fff;}
.box24 .inner-text p{color: #6c6c6c; margin: 0;}
.box24:hover .inner-text p,.box24:hover .inner-text h4{color:#fff;}
.box24 .img-box img{position:absolute;top:0;left:0;width:100%;height:100%;max-height:100%;opacity:0;z-index:-1;object-fit:cover;user-select:none;pointer-events:none}
.box24:hover .img-box img{opacity:1;transform:translate(0);transition:opacity .5s ease-in-out 0s,transform .6s ease-out .25s;opacity:1;visibility:visible}

/*-----------*/
.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:1px solid #eee;padding:5px;}
.gallery .box2_img{border:1px solid #eee;}
.gallery .col-sm-3{padding:15px}
.pdfbox{text-align:center}
.pdfbox img{display:inline-block}



/*-----------*/
ul.boxlist2 {padding:0px}
ul.boxlist2 li{width: 49%;display: inline-block;vertical-align: top;padding: 7px;transition: all 0.7s ease 0s;}
ul.boxlist2 li img{/* padding:4px; */border:1px solid #d8d6d6;text-align:center;width:100%;}
ul.boxlist2 li h4{font-size: 22px !important;padding: 12px 12px 12px 0px;}
@media screen and (max-width: 680px) {ul.boxlist2 li{width: 100%;}}
ul.boxlist3 {padding:0px;}
ul.boxlist3 li{width: 32%;display: inline-block;vertical-align: top;padding: 10px;transition: all 0.7s ease 0s;}
@media screen and (max-width: 1200px) {ul.boxlist3 li{}}
@media screen and (max-width: 990px) {ul.boxlist3 li{width: 49.5%;}}
@media screen and (max-width: 680px) {ul.boxlist3 li{}}
@media screen and (max-width: 580px) {ul.boxlist3{text-align: center;}ul.boxlist3 li {width: 96%; margin: 0px;margin-bottom: 15px;}}

ul.boxlist4{padding:0}
ul.boxlist4 li{width:24.5%;display:inline-block;vertical-align:top;padding:10px;transition:all .7s ease 0;}
ul.boxlist4.list li{padding:0;}
@media screen and (max-width: 1200px) {ul.boxlist4 li{width:24.5%}}
@media screen and (max-width: 990px) {ul.boxlist4 li{width:32.9%}}
@media screen and (max-width: 749px) {ul.boxlist4 li{width:49.5%}}
@media screen and (max-width: 565px){ul.boxlist4{text-align:center}ul.boxlist4 li{width:96%;}}

ul.boxlist5{padding:0}
ul.boxlist5 li{width: 19.5%;display:inline-block;vertical-align:top;padding:10px;transition:all .7s ease 0;}
@media screen and (max-width: 992px) {ul.boxlist5 li{width:32.9%;}}
@media screen and (max-width: 768px) {ul.boxlist5 li{width:49.5%}}
@media screen and (max-width: 470px){ul.boxlist5{text-align:center}ul.boxlist5 li{width:96%;}}


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);}}

.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: 45px;height: 45px;text-align:center;text-decoration:none;background: transparent;border-radius: 50%;border: 1px solid #cdcdcd;line-height: 43px !important;font-size: 22px;color: #017fab;}
.social a i{line-height: 45px;color: #fff;}
.social a:hover{background: #017fab;color: #ffffff;}

/*--------------*/
.cenq{display:none}
.cont-title{text-transform: inherit;font-weight:800;}
.form button{margin-top:30px}
.form textarea.text-field{height:80px}
.form .select{margin:0!important;font-size:15px!important}
.form .text-field{background: #fbfbfb;border: 0;color: #2d2d2d;font-size:14px;margin: 0 0 18px;padding: 12px 18px;width:100%;border-radius: 0;border: 1px solid #ababab;}
.form .text-field:focus,.form .text-field:hover{border-color: #017fab;box-shadow:none;border-width:1px;}
.errorbox,.errorbox span,.errorbox li{color:#D90000}
.errorbox .sucmsg{color:#046310}
.custbtn{border-radius: 0;padding: 3px 35px;background: #017fab;position:relative;display:inline-block;border:none;line-height: 46px;font-size:16px;font-weight:500;margin-top: 0;border: 1px solid #ffff;color:#fff;text-transform:uppercase;transition:400ms all;-webkit-transition:400ms all;}
.custbtn:hover{text-decoration:none;background: #0ca5e4;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: #017fab;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-box3{position:relative;padding: 60px 0;}
.contact-box3 .box-title{position:relative;display:block;margin-bottom:50px}
.contact-box3 .box-title .icon-box{position:relative;display:inline-block;width:80px;height:80px;line-height:88px;background: #effafa;font-size:38px;text-align:center;border-radius:50%;margin-bottom:30px;color: #017fab;padding-top: 17px;}
.contact-box3 .box-title h2{display:block;font-size: 42px;line-height: 56px;margin-bottom:21px;color: #017fab;}
.contact-box3 .inner-box{position:relative;display:block}
.contact-box3 .inner-box .icon-box{position:relative;display:inline-block;width:100px;height:100px;background:#e2e2e2;margin-bottom:22px;clip-path:polygon(0% 50%,50% 0%,150% 100%,0% 100%,0% 0%);z-index:1;}
.contact-box3 .inner-box .icon-box i{font-size: 30px;line-height: 110px;color: #017fab;}
.contact-box3 .inner-box .icon-box:before{position:absolute;content:'';background:#fff;width:calc(100% - 2px);height:calc(100% - 2px);left:1px;top:1px;clip-path:polygon(0% 50%,50% 0%,150% 100%,0% 100%,0% 0%);z-index:-1;transition:all 500ms ease}
.contact-box3 .inner-box h3{position:relative;display:block;font-size:24px;line-height:34px;margin-bottom: 25px;border-bottom: 1px solid #eee;padding-bottom: 25px;color: #017fab;}
.contact-box3 .inner-box p a{display:inline-block;color: #1b1b1b;}
.contact-box3 .info-column{border-right:1px solid #e2e2e2}
.contact-box3 .info-column:last-child{border:none}



/*------*/
.contact-bg{background:url(../images/bgmap.png)}
.contact-box{text-align:center}
.contact-box i{height:100px;width:100px;line-height:100px;font-size:35px;text-align:center;border-radius:50%;color: #017fab;box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 8%);display:inline-block;transition:0.3s;}
.contact-box:hover i{background:#017fab;color:#fff}
.contact-box h5{font-size: 18px;margin: 25px 0;color: #d5d5d5;}
.inner-text p, .inner-text a{margin-bottom:0;font-size:16px;color:#333}
.contact-swbox{background:#ffffff;box-shadow: rgb(0 0 0 / 6%) 0px 2px 12px 0px;border-radius: 6px;padding: 10px;}


/*------*/
.contact-box{position:relative;margin-bottom:40px}
.contact-box .contact-box-inner{position:relative;padding: 30px 35px 30px;background-color: #f3f6f9;-webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.13);-ms-box-shadow: 0 0 18px rgba(0, 0, 0, 0.13);box-shadow: 0 0 18px rgba(0, 0, 0, 0.13);}
.address{font-weight: 500;}
.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;/* font-size: 14px; */line-height: 25px;}



.address{}
.address li{margin: 10px 0;}
.address h4{font-size: 24px;font-weight:800;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;/* font-size: 15px; */line-height: 25px;}


/*--------------*/
.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: 65px;position:relative;background: #17374a url(../images/fotterbg.png) right bottom no-repeat;border-top: 1px solid #017fab;}
.footer:before,.footer:after{content:'';position:absolute;height:20px;width:100%;background-image:url(../images/dark.png);top:-19px;z-index: 1;background-repeat:repeat-x;-webkit-animation:move 12s linear infinite;animation:move 12s linear infinite;-webkit-animation-delay:-4s;animation-delay:-4s;-webkit-animation-duration:12s;animation-duration:12s;background-color:transparent!important}
.footer:after{content:'';position:absolute;height:20px;width:100%;background-image:url(../images/light.png);top:-22px;z-index: 1;-webkit-animation-delay:-2s;animation-delay:-2s;-webkit-animation-duration:8s;animation-duration:8s}
@keyframes move {
0%{background-position:left 0 bottom 0}
100%{background-position:left 350px bottom 0}
}
.footer p, .footer a{color: #fff;font-weight: 400;}
.footer h3{color: #fff;font-size: 18px;letter-spacing: 0;margin-top: 0;margin-bottom: 20px;padding-bottom: 6px;position: relative;text-transform: capitalize;font-weight: 700;}
.footer h3:not(.noline):before {background: #fff;bottom: -4px;content: "";height: 1px;position: absolute;width: 46px;}
.footer img{padding: 0px 0 15px 0;width: 300px;display: inline-block;}
.footer .address h4{font-size: 16px;font-weight: 500 !important;color: #ececec;margin: 0;padding-bottom: 0;}
.footer .address h4 i{margin: 0;margin-right: 9px;}
.footer .address i{display:inline-block;margin:6px 8px 0 0;vertical-align:top;color: #fff;font-size: 13px;width: 20px;text-align: center;}
.footer .address li{margin: 6px 0 6px 0;}
.footer .textright{text-align: right;}
.copyrights{padding: 21px 0;overflow: hidden;margin-top: 60px;border-top: 1px solid #d7d7d74d;}
.copyrights p, .copyrights a{margin: 0;/* font-size: 12px; */}


@media (max-width: 992px) 
{
    .header-main{position:inherit;padding:0;height: auto;/* background: #000; */}
    .header-main .container{width:100%}
    .logo{margin-right:0;text-align:center;float:none!important;position: inherit;padding: 5px 0;}
    .logo img{/* margin-bottom:10px; */}
    .page-head{margin-top: 58px;    padding: 20px 0 20px 0;}
    .page-head h1, .page-head .breadcrumb  {float:none}
    .page-head h1{font-size:25px}
    .page-head {margin-top: 52px;padding: 14px 0 14px 0;text-align:center;}
    .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}
	  
}
@media (max-width: 768px) 
{
     .vcenter > .row{ display: initial;}
}

