article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display: block; margin: 0; padding: 0;}
* {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
html {font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
html, body, div, h1, h2, h3, h4, h5, h6, p, ul, li, form {margin: 0; padding: 0; list-style: none; font-weight: normal;}
button, input, select, textarea {margin: 0; padding: 0; border: none; font-family: "Inter", sans-serif;}
.custfield:focus {outline: none; border: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;}
body {font-family: "Inter", sans-serif; font-size: 14px; color: #000000;}
a {text-decoration: none;}
a:hover, a:focus {text-decoration: none; outline: none;}
img {border: none; vertical-align: middle;}

/****************
 * Common Css
 ****************/
 header, section, footer {float: left; width: 100%;}
.container {max-width: 1230px; margin: 0 auto; padding: 0 15px;}
.midcontainer {max-width: 1595px; margin: 0 auto; padding: 0 15px;}
.row {margin-left: -15px; margin-right: -15px;}
.row>* {padding-left: 15px; padding-right: 15px;}
.custfield {border: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;}
a, a:hover, button {transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}

.ctitle span {color: #0E4681; font-size: 22px; margin-bottom: 10px; text-transform: uppercase; font-weight: 600; position: relative; z-index: 16; padding: 0px 0px 5px; line-height: 28px; border-bottom: 3px solid #00B8F1; display: inline-block;}
.ctitle h3 {color: #0E4681; font-size: 50px; font-weight:700; line-height: 62px; position: relative; display: inline-block; width: 100%; text-transform: uppercase;}

.cbtn {display: inline-block; height: 52px; line-height: 48px; padding: 0px 41px; font-size: 18px; font-weight: 500; text-transform: uppercase; background-color: #00B8F1; color: #FFFFFF; border:2px solid #00B8F1; border-radius: 52px; -moz-border-radius: 52px; -webkit-border-radius: 52px;}
.cbtn:hover {background-color:#0E4681; color: #FFFFFF; border-color:#0E4681;}

.bbtn {background-color: transparent; color:#00B8F1; }
.bbtn:hover {background-color: #00B8F1; border-color: #00B8F1; color: #FFFFFF;}

.rbtn {display: inline-block; background-image: url(../images/arrow1.png); background-position: 100% 50%; background-repeat: no-repeat; padding-right: 25px; color: #0E4681; font-size: 16px; font-weight: 500;}
.rbtn:hover {color: #00B8F1;}

.ctextinfo p{font-size: 18px; line-height: 30px; color: #395879; padding-top: 25px;}

.cpoint {float: left; width: 100%;}
.cpoint li{float: left; width: 100%; background-image: url(../images/tick.png); background-repeat: no-repeat; background-position: 0px 10px; padding-left: 35px; margin-top:15px;}
.cpoint li p{float: left; width: 100%; color: #FFFFFF; font-size: 24px; font-weight: 600;}

.social {float: left;}
.social a {float: left; width: 44px; height: 44px; background-position: 50% 50%; background-repeat: no-repeat; margin-right: 15px; background-color: #FFFFFF33; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%;}
.social a.facebook {background-image: url(../images/facebook.png);}
.social a.twitter {background-image: url(../images/twitter.png);}
.social a.youtube {background-image: url(../images/youtube.png);}
.social a:hover {background-color: #00B8F1;}

/** Common Slider **/
.commonslider {width: 100%; position: relative;}
.commonslider .owl-carousel {display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative;}
.commonslider .owl-carousel .owl-stage {position: relative; -ms-touch-action: pan-Y; -moz-backface-visibility: hidden;}
.commonslider .owl-carousel .owl-stage:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.commonslider .owl-carousel .owl-stage-outer {position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);}
.commonslider .owl-carousel .owl-wrapper, .commonslider .owl-carousel .owl-item {-webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0);}
.commonslider .owl-carousel .owl-item {position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none;}
.commonslider .owl-carousel.owl-loaded {display: block; float: left;}
.commonslider .owl-carousel.owl-loading {opacity: 0; display: block;}
.commonslider .owl-carousel.owl-hidden {opacity: 0;}
.commonslider .owl-carousel.owl-refresh .owl-item {visibility: hidden;}
.commonslider .owl-carousel.owl-grab {cursor: move; cursor: grab;}
.commonslider .owl-carousel .owl-dots.disabled{display: none;}

.commonslider .owl-nav button {width: 52px; height: 52px; top: 0; background-color: transparent; border: 1px solid #E2D3AF; cursor: pointer; position: absolute; z-index:11; background-image: url(../images/arrow3.png); background-repeat: no-repeat; background-position: 50% 50%; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%;}
.commonslider .owl-nav .owl-prev {background-image: url(../images/prev-arrow.png); left:0px;}
.commonslider .owl-nav .owl-next {background-image: url(../images/next-arrow.png); right:0px;}
.commonslider .owl-nav button:hover {background-color: #F83D8E; border-color: #F83D8E;}
.commonslider .owl-nav .owl-prev:hover {background-image: url(../images/prev-arrow-h.png);}
.commonslider .owl-nav .owl-next:hover {background-image: url(../images/next-arrow-h.png);}

header {position: relative; padding: 20px 80px;}
header .custnav .menus {float: left; padding-right: 20px;}
header .custnav .menus > li {float: left; padding: 12px 30px;}
header .custnav .menus > li:first-child {padding-left: 0px;}
header .custnav .menus > li > a {color:#0E4681; font-size: 18px; font-weight: 500; text-transform: uppercase; float: left;}
header .custnav .menus > li > a:hover, header .custnav .menus > li > a.active {color: #00B8F1; font-weight: 600;}

.mainbanner {position: relative; overflow: hidden;}
.mainbanner .owl-nav {display: none;}
.mainbanner .slidebox {float: left; width: 100%; height: 700px; background-repeat: no-repeat; background-position: 0px 0px; background-size: cover;}
.mainbanner .slidebox .textinfo {width:646px;position: absolute; left: 245px; top: 50%; transform: translateY(-50%);}
.mainbanner .slidebox .textinfo h4 {color: #FFFFFF; font-size: 52px; font-weight: 700;}
.mainbanner .slidebox .textinfo p {color: rgba(255,255,255,0.8); font-size: 20px; line-height: 30px; font-weight: 400; padding: 20px 0px;}

.section-ab1 {position: relative; padding: 165px 0px; background-color: #F2F8FE;}
.section-ab1 .textinfo .ctextinfo {padding-right: 80px;}
.section-ab1 .textinfo .ctextinfo .rbtn {margin-top: 40px;}
.section-ab1 .imgpart {position: relative;}
.section-ab1 .imgpart .imgbox {width: 418px; height: 418px; position: relative; float: right;}
.section-ab1 .imgpart .imgbox:after {content: ""; position: absolute; top: -12px; right: -12px; width: 330px; height: 330px; background-color: #00B8F1; z-index:2; border-radius: 0px 40px 0px 0px; -moz-border-radius: 0px 40px 0px 0px; -webkit-border-radius: 0px 40px 0px 0px;}
.section-ab1 .imgpart .imgbox img{width:100%; height: 100%; position: relative; z-index: 4; object-fit: cover; border-radius:40px; -moz-border-radius:40px; -webkit-border-radius:40px;}
.section-ab1 .imgpart .logoicon {position: absolute; left: 36px; top: 200px; z-index: 6;}
.section-ab1 .imgpart .exptext {width: 174px; height: 174px; position: absolute; left: 0px; top: 318px; z-index: 5; padding: 30px 30px 0px; background-color: #0E4681; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px;}
.section-ab1 .imgpart .exptext p {color: #FFFFFF; font-size: 20px; font-weight: 600; line-height: 28px;}
.section-ab1 .imgpart .exptext p span {display: block; font-size: 52px; font-weight: 700; line-height: 60px;}

.section-wwu1 {position: relative; padding: 115px 0px; background-color: #0E4681; background-image: url(../images/bg1.png); background-repeat: no-repeat; background-position: 50% 50%;}
.section-wwu1 .ctextinfo p {color: rgba(255,255,255,0.8); padding: 15px 50px 0px 0px;}
.section-wwu1 .cworkboxs {margin-top: 60px;}
.section-wwu1 .cworkboxs .cworkinner {float: left; padding: 25px 30px; width: 100%; background-color: #0E4681; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; box-shadow: 0px 0px 24px 0px #1E65AF99; -moz-box-shadow: 0px 0px 24px 0px #1E65AF99; -webkit-box-shadow: 0px 0px 24px 0px #1E65AF99;}
.section-wwu1 .cworkboxs .cworkinner .icons {background-repeat: no-repeat; background-position: 50% 50%; width: 100%; height: 65px;}
.section-wwu1 .cworkboxs .cworkinner .icon1 {background-image: url(../images/wicon1.png);}
.section-wwu1 .cworkboxs .cworkinner .icon2 {background-image: url(../images/wicon2.png);}
.section-wwu1 .cworkboxs .cworkinner .icon3 {background-image: url(../images/wicon3.png);}
.section-wwu1 .cworkboxs .cworkinner .icon4 {background-image: url(../images/wicon4.png);}
.section-wwu1 .cworkboxs .cworkinner h4 {font-size: 18px; color: #FFFFFF; font-weight: 600; padding: 20px 20px 0px;}

.section-op1 {position: relative; padding: 115px 0px;}
.section-op1 .ctitle {margin-bottom: 30px;}
.section-op1 .cprodboxs {margin-top: 30px;}
.section-op1 .cprodboxs .prodinner {float: left; width: 100%; padding: 20px; border:2px solid #EDEDED; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px;}
.section-op1 .cprodboxs .prodinner .imgbox {width: 100%; height: 234px; overflow: hidden; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px;}
.section-op1 .cprodboxs .prodinner .imgbox img {width: 100%;}
.section-op1 .cprodboxs .prodinner h4 {color: #0E4681; font-size: 18px; font-weight: 600; padding: 25px 0px 0px;}
.section-op1 .cprodboxs .prodinner:hover {border-color: #00B8F1;}
.section-op1 .cprodboxs .prodinner:hover h4 {color: #00B8F1;}
.section-op1 .btnbox {margin-top: 56px;}

.section-wdi1 {position: relative; padding: 120px 0px 100px; background-image: url(../images/bg2.jpg); background-repeat: no-repeat; background-position: 50% 100%; background-size: cover;}
.section-wdi1 .cpoint {width: 33.33%; margin-top: 30px;}

.section-dis1 {position: relative; padding:120px 0px;}
.section-dis1 .ourclislider {margin-top: 30px;}
.section-dis1 .owl-nav {display: none;}
.section-dis1 .item {padding:15px;}
.section-dis1 .disimgbox {display: flex; align-items: center; justify-content: center; height: 144px; width: 100%; background-color: #FFFFFF; box-shadow: 0px 0px 8px 0px #DEE8F3; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px;}

.section-inq1 {position: relative; background-color: #00B8F1; padding:100px 0px;}
.section-inq1 .ctitle {width: 409px;}
.section-inq1 .inquiryinfo {float: right;}
.section-inq1 .cinqboxs {float: left; margin-left: 40px;}
.section-inq1 .cinqboxs .icons {float: left; width: 70px; height: 70px; background-color: #FFFFFF; background-position: 50% 50%; background-repeat: no-repeat; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%;}
.section-inq1 .cinqboxs .call {background-image: url(../images/call.png);}
.section-inq1 .cinqboxs .email {background-image: url(../images/email.png);}
.section-inq1 .cinqboxs p {margin-left:20px; color: #FFFFFF; font-size: 16px; line-height: 26px;}
.section-inq1 .cinqboxs p a{color: #FFFFFF; font-size: 24px; font-weight: 600; float: left;}
.section-inq1 .cinqboxs p a:hover {color: #133C68;}

.whatsappicon{background-image: url(../images/whatsapp-icon.png);background-repeat: no-repeat;background-position: 50% 50%;background-color: #fff;border-radius: 100px;width: 69px;height: 69px;position: fixed;bottom: 40px;right: 30px;z-index: 9999;border: 1px solid #EFEFEF;box-shadow:0px 4px 7px rgb(0 0 0 / 15%);}

footer {padding: 80px 0px 0; background-color: #133C68;}
footer .topfooter {float: left; width: 100%;}
footer .topfooter .footerbox {float: left; padding-bottom: 50px; margin-top: 30px;}
footer .topfooter .footerbox h4 {color:#FFFFFF; font-size: 18px; padding-bottom:10px; margin-bottom: 30px; font-weight:700; text-transform: uppercase; float: left; border-bottom: 3px solid #00B8F1;}
footer .topfooter .footerbox p {color: #FFFFFFCC; font-size: 16px; line-height: 24px; margin-bottom: 5px; float: left; width: 100%;}
footer .topfooter .footerbox ul {float: left; width: 100%;}
footer .topfooter .footerbox ul li {width: 100%; float: left; margin:0px 0 2px; line-height: 26px;}
footer .topfooter .footerbox ul li a {color: #FFFFFFCC; font-size: 16px;}
footer .topfooter .footerbox ul li a:hover {color:#00B8F1; text-decoration: underline;}
footer .flogo {float: left; width: 100%; margin-bottom: 20px;}
footer .flogo img {max-width: 100%;}
footer .topfooter .fcol1 {width: 585px; margin-top: 0px; padding-right: 130px;}
footer .topfooter .fcol2 {width: 258px;}
footer .topfooter .fcol3 {width: 357px; float: right;}
footer .topfooter .fcol1 .rbtn {color:#00B8F1; margin-top: 10px;}
footer .topfooter .fcol1 .rbtn:hover {color:#00B8F1; text-decoration: underline;}
footer .topfooter .fcol1 .social {margin-top: 30px;}
footer .topfooter .fcol3 .address {padding-left: 40px; background-image: url(../images/location.png); background-repeat: no-repeat; background-position: 0px 0px; color: #FFFFFF;}
footer .topfooter .fcol3 .address span {color: #FFFFFFCC; display:block; padding: 0px 0px 5px;}

footer .copyright {float: left; width: 100%; padding:30px 0px 35px; border-top: 1px solid #1B4877;}
footer .copyright p {color: #FFFFFFCC; font-size: 16px;}

/** About Page **/
.ctextinfo h4{font-size: 26px; font-weight: 700; line-height: 30px; color: #0E4681;}

.innerbanner {background-image: url(../images/bg3.png); background-position: 0px 100%; background-repeat: no-repeat; background-color: #0E4681; height: 277px;}
.innerbanner h3 {font-size: 52px; text-transform: capitalize; margin-top: 105px;}

.section-abus1 {background-color: #F2F8FE; padding: 125px 0px 120px !important;}
.section-abus1 .imgpart .imgbox {box-shadow: 0px 0px 14px 0px #0000001C; border-radius:40px; -moz-border-radius:40px; -webkit-border-radius:40px;}
.section-abus1 .ahoutdescinner {border-top: 2px solid #E0EDFA; margin-top: 70px; padding: 0px 188px;}
.section-abus1 .ahoutdescinner .ahoutinfobox {margin-top: 60px;}
.section-abus1 .ahoutdescinner .icons {width: 190px; height: 190px; background-position: 50% 50%; background-repeat: no-repeat; background-color: #0E4681; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%;}
.section-abus1 .ahoutdescinner .abicon1 {background-image: url(../images/abouticon1.png);}
.section-abus1 .ahoutdescinner .abicon2 {background-image: url(../images/abouticon2.png);}
.section-abus1 .ahoutdescinner .abicon3 {background-image: url(../images/abouticon3.png);}
.section-abus1 .ahoutdescinner .abicon4 {background-image: url(../images/abouticon4.png);}
.section-abus1 .ahoutdescinner .ctextinfo {width:calc(100% - 190px); padding: 0px 30px;}
.section-abus1 .ahoutdescinner .ctextinfo p{padding-top: 10px;}

.section-abus2 {padding: 115px 0px;}
.section-abus2 .ctitle {margin-bottom: 20px;}
.section-abus2 .imgpart {margin-top: 30px;}
.section-abus2 .imgpart .imgbox {width: 100%; height: 100%; float: left; padding: 30px; border:2px solid #EDEDED; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px;}
.section-abus2 .imgpart .imgbox img {max-width: 100%;}

/** Contact Us Page **/
.section-con1 {padding: 115px 0px; background-color: #F2F8FE;}
.section-con1 .contactbox {float: left; width: 100%; padding: 0px 95px;}
.section-con1 .contactinfo {padding: 60px 20px; float: left; width: 100%;}
.section-con1 .contactinfo .cinqboxs {float: left; margin: 0px 20px;}
.section-con1 .contactinfo .cinqboxs .icons {float: left; width: 70px; height: 70px; background-color: #00B8F1; background-position: 50% 50%; background-repeat: no-repeat; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%;}
.section-con1 .contactinfo .cinqboxs .call {background-image: url(../images/call1.png);}
.section-con1 .contactinfo .cinqboxs .email {background-image: url(../images/email1.png);}
.section-con1 .contactinfo .cinqboxs p {margin-left:20px; color: #395879; font-size: 16px; line-height: 26px;}
.section-con1 .contactinfo .cinqboxs p span, .section-con1 .contactinfo .cinqboxs p a{color: #0E4681; font-size: 24px; font-weight: 600; display: inline-block;}
.section-con1 .contactinfo .cinqboxs p a:hover {color: #00B8F1;}

.clsformgroup {float: left; width: 100%; background-color: #FFFFFF; padding:20px 50px 50px; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px;}
.clsformgroup .clsfieldcol {margin-top: 40px; position: relative; float: left; width: 100%;}
.clsformgroup .clsfieldcol label {font-size: 18px; font-weight: 500; color: #395879; padding: 0px 10px; position: absolute; left: 42px; top: -14px; background-color: #FFFFFF;}
.clsformgroup .clsfieldcol .custfield {height: 52px; padding: 6px 20px; color: #395879; font-size: 20px; border: 1px solid #395879; border-radius: 26px; -moz-border-radius: 26px; -webkit-border-radius: 26px;}
.clsformgroup .clsfieldcol textarea.custfield {height: 110px;}
.clsformgroup .catpcha {margin-top: 30px;}
.clsformgroup .cbtn {margin-top: 30px; padding: 3px 48px; height: 58px;}

/** Products Page **/
.section-prod1 {padding-top: 85px;}

/** Product Details **/
.section-prod {position: relative; background-color: #F2F8FE; padding: 100px 0px;}
.section-prod .imgpart .imgbox {float: left; width: 100%; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; overflow: hidden;} 
.section-prod .imgpart .imgbox img {width: 100%; object-fit: cover;}
.section-prod .textinfo1 {padding-left: 45px;}
.section-prod .textinfo1 p {color: #395879; font-size: 16px; line-height: 25px;}
.section-prod .textinfo1 p a {color: #395879;}
.section-prod .textinfo1 p a:hover {text-decoration: underline;}
.section-prod .textinfo1 .clsprodtitle h4 {color: #0E4681; font-weight: 700; font-size: 26px;padding-top: 10px;}
.section-prod .textinfo1 .clsprodtitle p {display: block; padding-top: 5px; font-weight: 500;}
.section-prod .textinfo1 ul {float: left; width: 100%; border-bottom: 2px solid #E0EDFA;margin: 30px 0px;}
.section-prod .textinfo1 ul li {float: left; width: 100%; padding: 13px 0px; border-top: 2px solid #E0EDFA;}
.section-prod .textinfo1 ul li span {float: left; width: 204px; color: #395879; font-weight: 500; font-size: 16px;}
.section-prod .textinfo1 ul li p {margin-left: 204px;}
.section-prod .textinfo1 .ctextinfo p {padding:0px 0px 25px;}
.section-prod .textinfo1 .btnbox .cbtn {width: 250px; text-align: center;}
.section-prod .textinfo1 .btnbox .cbtn span {padding-left: 30px; background-repeat: no-repeat; background-position: 0px 50%; background-image: url(../images/whatsapp.png);}
.section-prod .textinfo1 .btnbox .cbtn.callbtn {background-color: #0E4681; margin-left: 20px; border-color: #0E4681;}
.section-prod .textinfo1 .btnbox .cbtn.callbtn:hover {background-color: #00B8F1; border-color: #00B8F1;}
.section-prod .textinfo1 .btnbox .cbtn.callbtn span {background-image: url(../images/call2.png);}