
/* @import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Exo:wght@400;500;600;700;800&display=swap');

:root{

--primary-color : #3CB8DD;
--secondry-color : #14154B;
--light-bg: #3CB8DD;
--black: #111010;
--white : #fff;

}
.row {
    --bs-gutter-x: 30px;}
.container{padding-left: 15px; padding-right: 15px;}
 
/* common css start */
html, body, div, span, applet, object, iframe,  p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0; padding: 0; border: 0; vertical-align: baseline;}
 html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
 }
 img, fieldset, a img {border: none; vertical-align: middle; max-width: 100%; height: auto; width: auto;}
 input[type="text"], input[type="email"], input[type="tel"], textarea {-webkit-appearance: none;}
 input[type="submit"], button {cursor: pointer;background: none;}
 input[type="submit"]::-moz-focus-inner, button::-moz-focus-inner {padding: 0; border: 0;}
 textarea {overflow: auto;}
 input {-webkit-appearance: none; -moz-appearance: none; appearance: none;}
 input, button {margin: 0; padding: 0;	border: 0;}
 div, input, textarea, select, button, h1, h2, h3, h4, h5, h6, a, span, a:focus {outline: none;}
 select:-moz-focusring {color: transparent; text-shadow: 0 0 0 #000;}
 ul, ol {list-style-type: none;}
 table {border-spacing: 0; border-collapse: collapse; width: 100%;}
 html {-webkit-box-sizing: border-box; box-sizing: border-box;}
 *, *:before, *:after {-webkit-box-sizing: inherit; box-sizing: inherit;}
 a {
    transition: ease-in-out all 0.5s;
    -moz-transition: ease-in-out all 0.5s;
    -ms-transition: ease-in-out all 0.5s;
    -o-transition: ease-in-out all 0.5s;
    -webkit-transition: ease-in-out all 0.5s;
    text-decoration: none;

color: var(--secondry-color);}
 a:hover{ color: var(--primary-color);}

p a,li a{color: var(--primary-color);}
p a{ text-decoration: underline;}
p a:hover, li a:hover{color: var(--secondry-color);}


 a, button {
    transition: ease-in-out all 0.5s;
    -moz-transition: ease-in-out all 0.5s;
    -ms-transition: ease-in-out all 0.5s;
    -o-transition: ease-in-out all 0.5s;
    -webkit-transition: ease-in-out all 0.5s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
 section {clear: both; width: 100%; overflow: hidden;}
 
 body{ font-family: "Exo", sans-serif; font-size: 16px; color: #414141; line-height: 26px; font-weight: 400;}
 
h1,.h1{font-size: 50px;}
h2,.h2{font-size: 40px; }
h3,.h3{font-size: 24px; margin-bottom: 4px; line-height: 36px;}
h4,.h4{font-size: 20px; line-height: 26px;}
h5,.h5{font-size: 18px;}
h6,.h6{font-size: 18px;}

p:not(:last-child){margin-bottom: 18px;}

.pt-90{padding-top: 90px;}
.pb-90{padding-bottom: 90px;}
.ptb-90{padding-top: 90px;padding-bottom: 90px;}

.comman-btn{border-radius: 4px; display: inline-block; padding: 10px 16px;color: var(--white);font-size: 18px;font-weight: 600;background-color: var(--primary-color);}
.comman-btn:hover{background-color: var(--secondry-color); color: var(--white);}
.comman-btn i,a i{font-family: 'FontAwesome';font-style: normal;}

.comman-heading{margin-bottom: 40px; text-align: center;}
.comman-heading h2{color: var(--secondry-color); margin-bottom: 15px; font-weight: 600;}

/* header start */
.nagigation{display: flex; justify-content: space-between; align-items: center; padding: 0px 0px; }
.nagigation a.callto {color: #fff; font-size: 18px; font-weight: 600; text-transform: uppercase; display: flex; align-items: center;}
.nagigation a.callto:hover{color:#0097d6;}
.nagigation a.callto i{font-family: 'FontAwesome';}
.nagigation a.callto span {display: inline-block; width:40px; height: 44px; background: #fff; padding: 9px; line-height: 34px; margin: 0 13px 0 0;}
.navbar-expand-lg {flex-wrap: nowrap;  justify-content: space-between;  width:100%; position: relative;}
.main-navigation .menu a.active, .main-navigation .menu a:hover {background:transparent; }
.main-navigation .header-navigation-area ul.menu > li {display: inline-block; position: relative; padding: 41px 0px; margin:0 30px 0 0px; transition: all 0.3s ease-in;}
.main-navigation  ul#main-menu > li:last-child{margin-right: 0;}
.main-navigation .header-navigation-area ul li a {text-decoration: none;  display:block; text-transform: capitalize; color: #111010; font-size: 16px; font-weight: 500;position: relative; z-index: 1; line-height: 1; text-transform: uppercase;  transition: all 0.3s ease-in;}
.main-navigation .header-navigation-area ul li.active a{color: #3CB8DD; }
.main-navigation .header-navigation-area ul li a{position: relative;}
.main-navigation  .header-navigation-area  > ul > li > a:hover{color: var(--primary-color);}
.nagigation .header-btn ul{display: flex;}
.nagigation .header-btn ul li:not(:last-child){margin-right: 12px;}
.nagigation .header-btn ul li:first-child a{background-color: var(--secondry-color);     padding: 10px 13px;}
.nagigation .header-btn ul li:first-child a:hover{background-color: var(--primary-color);}
.nagigation .header-btn ul li a{ border-radius: 4px; padding: 10px 16px; color: var(--white); font-size: 18px; font-weight: 600; background-color: var(--primary-color);}
.nagigation .header-btn ul li a:hover{background-color: var(--secondry-color);}
.main-navigation .header-navigation-area ul.sub-menu li a{color: #111010;}

.main-navigation .header-navigation-area ul li a:hover{color: var(--primary-color); }
.main-navigation .header-navigation-area ul li ul li a:hover{color: var(--white); }
.main-navigation ul li ul.sub-menu li:hover{ background-color: var(--primary-color); }
.main-navigation ul li ul.sub-menu li:last-child{border-radius: 0 0 8px 8px;}

.main-navigation .header-navigation-area ul.sub-menu li.active a{color: var(--white); background-color: var(--primary-color);}

.main-navigation .header-navigation-area ul.sub-menu li:hover a.active{color: var(--white);}

.main-navigation ul li a i{color:#111010;}
.main-navigation ul li.red-line:hover:before{display: none;}     
.main-navigation ul li.blue-line:hover:before{display: none;}     
.main-navigation ul li.yellow-line:hover:before{display: none;}     
/* Main Menu CSS End*/
/* Submenu / Dropdown Menu CSS */
.main-navigation ul li ul {display: none; position: absolute; width: 260px; left: 0; top: 99px; z-index: 2; transition: all 0.5s ease;  visibility: hidden; opacity: 0; background-color: var(--white); margin: 0; padding: 0; list-style: none; }
.main-navigation ul li:hover > ul { opacity: 1; visibility: visible; display: block; border-radius: 0 0 10px 10px;     border-top: 3px solid #3cb8dd;border-bottom: 3px solid #3cb8dd; }
.main-navigation ul li ul li a {padding: 12px 12px; line-height: 26px; font-size: 15px;}
.main-navigation ul li ul li a:hover{color: #fff;}
.main-navigation ul li ul li {display: block; text-align: left; }
.main-navigation ul li ul ul {left: 248px; top: 0; }
.main-navigation ul .sub-menu.right_side{right: 250px !important; left: auto;}
.main-navigation ul li ul li {border-bottom: 1px solid #e1e1e1; padding: 0px; margin: 0px; position: relative;}
.main-navigation ul li ul li:hover{background-color: #fe8216;}
.main-navigation ul li ul li a:hover:before {display:none;}
.main-navigation ul li ul li a.active{color: #fff;}
.main-navigation ul li ul li:last-child {border-bottom: 0; }
/* Submenu / Dropdown Menu CSS End */
/* Mobile Menu CSS Start*/
.mobile-menu-trigger {cursor: pointer;  display: none; background: transparent; border: none; }
.mobile-menu-trigger span {height: 2px; display: block; width: 35px; margin-bottom: 9px; background-color: var(--black);}
.mobile-menu-trigger span:last-child {margin-bottom: 0; }
.mobile-menu-container {position: fixed; top: 0; bottom: 0; right: 0; width: 50%; background-color: var(--light-bg); z-index: 999999; opacity: 0; visibility: hidden; overflow-y: scroll; -ms-transform: translateX(100%); -webkit-transform: translateX(100%); transform: translateX(100%); overflow-x: hidden; -webkit-transition: .4s; transition: .4s; }
.mobile-menu-container li {opacity: 0; visibility: hidden; -ms-transform: translateX(1000px); -webkit-transform: translateX(1000px); transform: translateX(100px); -webkit-transition: 1s; transition: 1s; border-top: 1px solid rgb(255 255 255 / 8%);}
.mobile-menu-container li:nth-last-child(1) {border-bottom: 1px solid rgb(255 255 255 / 8%); }
.mobile-menu-container li > a .slicknav_arrow:after {content: "\f067"; position: absolute; font-family: 'FontAwesome'; top: 3px; bottom: 0; color: white; z-index: 999; margin: 0 auto; text-align: center; right: 0; left: 0; font-size: 16px; line-height:32px; }
.mobile-menu-container.menu-open li.slicknav_open > a .slicknav_arrow:after{content: "\f068";}
.mobile-menu-container.menu-open {opacity: 1; visibility: visible; -ms-transform: translateX(0%); -webkit-transform: translateX(0%); transform: translateX(0%); } 
.mobile-menu-container.menu-open li {opacity: 1; visibility: visible; -ms-transform: translateX(0); -webkit-transform: translateX(0); transform: translateX(0); }
.mobile-menu-close {position: absolute; right: 20px; top:20px; width: 30px; height: 30px; cursor: pointer; z-index: 1; }
.mobile-menu-close::before {left: 15px; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.mobile-menu-close::after {right: 13px; -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.mobile-menu-close::before, .mobile-menu-close::after {position: absolute; height: 30px; width: 2px; background: #ffffff; content: ''; top: 0; }
#mobile-menu-wrap {display: block; height: 100%; width: 100%; position: absolute; right: 0; padding:80px 20px 20px 20px; }
#mobile-menu-wrap div {background-color: transparent; }
#mobile-menu-wrap .slicknav_item i{display: none;}
/*Sidebar Start*/
.slicknav_nav, .slicknav_nav.slicknav_hidden {display: block !important; text-align: left; }
.slicknav_btn {display: none !important; }
.slicknav_menu {padding-left: 0; }
.slicknav_nav li > a {display: block; font-weight: 400; padding-left: 10px;} 
.slicknav_nav li > a:hover {background-color:#baa680;}
.slicknav_nav li > a.active{background-color:#baa680;}
.slicknav_item.slicknav_row a {border-bottom: 0; }
.slicknav_nav .slicknav_row, .slicknav_nav a {padding:10px 0px 10px 10px; margin:0px; }
.slicknav_nav .slicknav_arrow {font-size: 0; background: transparent; height: 38px; display: flex; align-items: center; justify-content: center; width: 50px; display: inline-block; position: absolute; top: 0; }
.slicknav_nav ul {margin: 0 0 0 0px; }
.slicknav_nav .menu-item-has-children ul {margin-bottom: 00px; }
.slicknav_nav .menu-item-has-children ul li {padding-left:0px; }
.sub-menu .menu-item-has-children a i {position: absolute; right: 8px; top: 13px; color: var(--secondry-color); }
.sub-menu .menu-item-has-children a:hover i{color: var(--white);}
.main-navigation ul li ul li a i{color: var(--secondry-color);}
/* .main-navigation ul li ul li:hover a i{color: var(--white);} */

.sub-menu .menu-item-has-children a.active i{color: var(--white);}
.slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover {background-color: transparent; }
.slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover {border-radius: 0; }
.slicknav_item.slicknav_row {display: inline-block; width: 100%; position: relative; }
.slicknav_arrow {-webkit-transition: .3s; transition: .3s; right: 0; top: 17px; position: absolute; }
.slicknav_nav a, .slicknav_row a {color: #ffffff; font-size:15px; display: inline-block;}
.navbar-expand-lg a.navbar-brand {top:0px; position: relative; left:0px; display: inline-block; margin:0px; padding:0px;}
.navbar-expand-lg a.navbar-brand img{display: flex;}
.navbar{padding: 0;}
.menu-height{height: 100%;}
.header.sticky-active{position: fixed;top: 0;left: 0;width: 100%;animation: smoothScroll 1s forwards;     z-index: 99;background: #fff; box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;}

.big-title{text-align: center; position: absolute; top: 65px; width: 100%; left: 0; z-index: -1;}                    
.big-title h2{font-size: 147px; font-weight: 700; margin-bottom: 0; background: #E9FAFF; text-transform: uppercase; background: -webkit-linear-gradient(270deg, rgba(233, 250, 255, 0.75) 39%, rgba(255, 255, 255, 0) 100%);  -webkit-background-clip: text;-webkit-text-fill-color: transparent}
.sub-title{font-size: 20px; font-weight: 500; color: #14154B; margin-bottom: 25px; text-transform: uppercase; line-height: 26px;}
@keyframes smoothScroll {
	0% {transform: translateY(-40px);}
	100% {transform: translateY(0px);}
}
.sticky-active .main-navigation .header-navigation-area ul.menu > li {padding: 33px 0px;}
.sticky-active .navbar-expand-lg a.navbar-brand img {height: 43px;}
.sticky-active .nagigation .header-btn ul li a {padding: 8px 12px;font-size: 17px;}
.sticky-active .main-navigation ul li ul {top: 81px;}
.sticky-active .main-navigation ul li ul li ul{top: 0;}
/* header end */

 /* home banner start */
.home-banner-sec{position: relative; border-radius:  0 0 50px 50px; overflow: hidden;}
.home-banner-slide::before{content: ""; position: absolute; left: 0; top: 0; background: #2C91A7;background: linear-gradient(90deg, rgba(44, 145, 167, 0.75) 22%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 100%); height: 100%; width: 100%; z-index: -1;}
.home-banner-slide{position: relative; min-height: 800px; display: flex; align-items: center; background-repeat: no-repeat !important; background-size: cover !important; background-position: center !important;position: relative; z-index: 0;}
.banner-desc { padding-bottom: 20px; padding-top: 20px; padding-left: 170px;}
.banner-title .title{color: #fff; font-size: 50px; margin-bottom: 5px; font-weight: 800; line-height: 1.3; text-shadow: rgb(0 0 0 / 57%) 0px 0 17px}
.banner-title h4{font-family: "Scope One", serif; color: #D1CABA; font-size: 30px; font-weight: 400; text-transform: uppercase; margin-bottom: 0px; line-height: 15px;}
.banner-desc p{color: #fff; font-size: 18px; font-weight: 600;}
.banner-desc .comman-btn{background-color: var(--secondry-color); color: #fff; margin-top: 34px;}
.banner-desc .comman-btn:hover{background-color: #fff; color: var(--secondry-color);}
.home-banner-sec .owl-dots{position: absolute; bottom: 20px; width: 100%; display: flex; justify-content: center;}
.home-banner-sec .owl-dots .owl-dot{height: 22px; width: 22px; border-radius: 50px; background-color: var(--white); border: 2px solid var(--white); }
.home-banner-sec .owl-dots .owl-dot:not(:last-child){margin-right: 8px;}
.home-banner-sec .owl-dots .owl-dot.active{background-color: var(--primary-color);}
.banner-social-icon{position: fixed; right: 65px; bottom: 23px; z-index: 11;}
.owl-dots{display: flex; justify-content: center; margin-top: 20px;}
.owl-dots .owl-dot{height: 22px; width: 22px; border-radius: 50px; background-color: var(--white) !important; border: 2px solid var(--secondry-color) !important; }
.owl-dots .owl-dot:not(:last-child){margin-right: 8px;}
.owl-dots .owl-dot.active{background-color: var(--secondry-color) !important;}
 /* home banner end */

/* about sec start */
.home-about{position: relative;}
.home-about a{font-weight: 500;}
.about-left-img{text-align: center; display: flex; padding-top: 160px; justify-content: center; align-items: center;}
.home-about .about-right{padding-top: 34px;}
.home-about .about-right h3{color: var(--black); margin-bottom: 35px;}
.home-about .about-right > a{display: flex; align-items: center;}
.home-about .about-right > a i{font-size: 14px; margin-left: 2px; line-height: inherit;}
.about-tab{margin-top: 34px;}
.about-tab ul{width: fit-content; border-radius: 10px 10px 0 0; /*overflow: hidden;*/ border: 0; margin-left: 15px;}
.about-tab .nav-link{position: relative; border: 0; font-size: 16px; font-weight: 500; color: #000; background-color: transparent; padding: 9px 17px; border-radius: 0;}
/* .about-tab .nav-item{position: relative;} */

.about-tab .nav-link.active::after{position: absolute; content: ''; left: -10px;bottom: 0px;height: 15px;width: 10px; background: var(--primary-color);}
.about-tab .nav-link.active::before{position: absolute; content: ''; right: -10px;bottom: 0px;height: 15px;width: 10px; background: var(--primary-color);}
.about-tab .nav-item span{position: relative;}
.about-tab .nav-link.active span::after{position: absolute; content: '';left: -27px;bottom: -11px; height: 15px;width: 10px;background: #fff;border-radius: 0px 0px 10px 0px;z-index: 2;}

.about-tab .nav-link.active span::before{position: absolute; content: '';     right: -27px;bottom: -11px;height: 15px;width: 10px;background: #fff;border-radius: 0px 0px 0px 10px;z-index: 2;}

.about-tab .nav-link.active{background-color: var(--primary-color);     border-radius: 10px 10px 0 0; color: var(--white);}
.about-tab .tab-content{border: 1px solid var(--primary-color); padding: 20px; border-radius: 6px;}

/* about sec end */

/* service-sec start */
.service-sec{position: relative; background-image: url('../images/service-bg.png'); background-position: center; background-size: cover;}
.service-sec::before{position: absolute; content: ""; background-color: var(--primary-color); opacity: 0.1; height: 100%; width: 100%; top: 0; left: 0; z-index: -1;}
.service-sec .row{justify-content: center;} 
.service-box{background-color: #fff; border-radius: 8px; overflow: hidden; display: flex; flex-direction: column;}
.service-box .service-img img{width: 100%;}
.service-sec .owl-carousel .owl-stage{display: flex; }
.service-sec .owl-carousel .owl-item{display: flex;}
.service-box .service-contnt{padding: 35px; text-align: center; position: relative; padding-top: 66px; display: flex;flex-direction: column;height: 100%;}
.service-box .service-contnt .service-icon{ display: flex; justify-content: center; align-items: center; height: 74px; width: 74px; background-color: var(--secondry-color); border: 3px solid var(--white); border-radius: 14px; transform: rotate(45deg); position: absolute; top: -37px; left: 50%; transform: translateX(-50%) rotate(45deg);}
.service-box .service-contnt .service-icon img{transform: rotate(-45deg); height: 46px;}
.service-box .service-contnt h3{font-weight: 600; color: var(--secondry-color); margin-bottom: 3px;}
.service-box .service-contnt p{margin-bottom: 26px;}
.service-box .service-contnt > a{display: flex; align-items: center; font-weight: 500; justify-content: center; margin-top: auto; color: var(--black);}
.service-box .service-contnt a i{font-size: 14px; margin-left: 7px;}
.service-box .service-contnt a:hover{color: var(--primary-color);}
/* service-sec end */

/* product-build sec start */
.product-box{ display: flex; flex-direction: column; border: 2px solid var(--primary-color); background-color: var(--secondry-color); position: relative; color: var(--white); text-align: center; padding: 45px 45px 28px; border-radius: 14px;}
.product-box h3{margin-bottom: 13px;} 
.product-box a{color: var(--white); margin-top: auto; font-weight: 500;} 
.product-box a i{font-size: 13px;}
.product-box a:hover{color: var(--primary-color);} 
.product-box .product-icon{ padding: 13px; display: flex; justify-content: center; align-items: center; height: 74px; width: 74px; background-color: var(--primary-color);  border-radius: 14px; transform: rotate(45deg); margin-top: -80px; margin-left: auto; margin-right: auto; margin-bottom: 42px;}
.product-build-sec .owl-carousel .owl-stage{display: flex; }
.product-build-sec .owl-carousel .owl-item{display: flex; padding-top: 45px;}
.product-box .product-icon img{transform: rotate(-45deg); height: 48px;}
/* product-build sec end */

/* counter sec start */
.stats-container {padding: 32px 96px; background: #F3FBFF;border-bottom: 3px solid var(--primary-color);border-radius: 14px;flex-wrap: wrap;}
.stat-box {display: flex;align-items: center;flex: 1 1 200px;}
.icon img {height: 66px; margin-right: 15px;}
.stat-box h2 {font-size: 45px; font-weight: 600;  color: #000; line-height: 1; margin-bottom: 0;}
.stat-box p{line-height: normal;}
/* counter sec end */

/* team sec start */
.team-sec{position: relative;}
.team-sec .comman-heading{padding-top: 46px;}
.team-sec .comman-heading h4{color: var(--secondry-color);}
.team-sec .team-box-main{margin-top: 70px;}
.team-box{ position: relative;display: flex; margin-bottom: 87px; }
.team-box .team-details{border: 1px solid var(--primary-color); padding: 18px; max-width: 66%; box-shadow: rgba(0, 0, 0, 22%) 0px 7px 11px -7px}
.team-box:nth-child(odd) .team-details {padding-left: 215px;border-radius: 0 14px 14px 0;margin-left: 164px;}
.team-box:nth-child(even){flex-direction: row-reverse;}
.team-box .team-img {position: absolute;left: 47px;top: 50%;transform: translateY(-50%) rotate(45deg);border-radius: 16px;overflow: hidden;height: 255px;width: 254px;padding: 24px;}
.team-box .team-img img{transform: rotate(-45deg) scale(1.7);border-radius: 16px;object-fit: cover;aspect-ratio: 1;}

.team-box:nth-child(even) .team-img{ left: auto; right: 47px;}
.team-box:nth-child(even) .team-details {padding-right: 215px; padding-left: 44px; border-radius: 14px 0px 0px 14px;margin-right: 164px;}
.team-box h3{color: var(--primary-color); margin-bottom: 7px;}
.team-box h6{margin-bottom: 19px;}
/* team sec end */

/* cta sec start  */
.cta-contant-main{ min-height: 436px; padding: 86px 86px 86px 167px; background-image: url('../images/call-to-action-bg.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center; border-radius: 14px;}
.cta-contant {max-width: 62%;}
.cta-contant h2{color: var(--secondry-color);     margin-bottom: 18px; font-size: 46px; font-weight: 600;}
.cta-contant p{color: var(--white);     margin-bottom: 36px;  font-size: 18px; font-weight: 500;}
.cta-contant a{background-color: var(--white); color: var(--secondry-color);}
.cta-contant a:hover{background-color: var(--secondry-color); color: var(--white);}
/* cta sec end  */

/* gallery-sec start */
.gallery-sec{background-color: #F3FBFF;}
.gallery-sec .gallary-img img{width: 100%;}
.gallery-sec .view-btn{text-align: center; margin-top: 30px;}
.gallery-sec .view-btn .comman-btn{background-color: var(--secondry-color);}
.gallery-sec .view-btn .comman-btn:hover{background-color: var(--primary-color);}
.gallery-sec .view-btn i{vertical-align: middle; margin-left: 8px;}
.gallery-img-box{height: 421px; margin-bottom: 30px;}
.gallery-img-box img{width: 100%; height: 100%;}

/* gallery-sec end */

/* contact us sec start */
.ifrem-main{height: 100%; border-radius: 16px 0 0 16px; overflow: hidden;}
.ifrem-main iframe{height: 100%; width: 100%;}
.contact-us-part{border-radius: 0 16px 16px 0; overflow: hidden; padding: 55px 30px; background-color: var(--secondry-color);}
.contact-us-part .recaptcha{margin-bottom: 12px;}

.contact-us-part h2{color: var(--white); margin-bottom: 43px;}
.contact-us-part span.wpcf7-form-control-wrap{width: 100%;}
.contact-us-part input,.contact-us-part textarea,.contact-us-part select{width: 100%;  padding: 13px 14px; border-radius: 4px !important; border-bottom: 2px solid var(--primary-color); resize: none;}
.contact-us-part textarea{min-height: 130px; margin-bottom: 14px;}
.contact-us-part select{color: #414141; appearance: none; background-image: url(../images/down-arrow.svg);     background-position: 95% center; background-repeat: no-repeat; background-size: 18px;}
.contact-us-part input[type="text"],.contact-us-part input[type="email"],.contact-us-part input[type="tel"],.contact-us-part select{margin-bottom: 18px;}
.contact-us-part .input-group{position: relative;}
.wpcf7-spinner{position: absolute;top: 13px;right: 0;border-radius: 50px !important;}
.contact-us-part input[type="submit"]{padding: 12px 14px; background-color: var(--primary-color); border: 0; transition: 0.3s all; color: var(--white); text-align: center; text-transform: uppercase; font-size: 18px; font-weight: 600;}
.contact-us-part input[type="submit"]:hover{background-color: var(--white); color: var(--primary-color);}
.contact-us-part input::placeholder,.contact-us-part textarea::placeholder{font-size: 16px;  color: #414141;}
.contact-us-part .file-input__input {  width: 0.1px;height: 0.1px;opacity: 0;overflow: hidden;position: absolute;z-index: -1;}
.contact-us-part .file-input__label {margin-bottom: 30px; cursor: pointer;display: inline-flex;align-items: center; transition: 0.3s all; border: 1px solid #fff; border-radius: 4px !important;font-size: 16px;font-weight: 400;color: #fff;padding: 4px 15px;background-color: transparent;}
.contact-us-part .file-input__label:hover{background-color: var(--white); color: var(--secondry-color);}
.contact-us-part .file-input__label img{margin-right: 10px;}
.contact-us-part p.recptcha-line{ margin-top: 16px; text-align: center; font-size: 14px; color: var(--white);}
.contact-us-part p a:hover{color: var(--white);}

form.invalid .wpcf7-response-output{display: none;}
.contact-us-part input[type="text"].wpcf7-not-valid, .contact-us-part input[type="email"].wpcf7-not-valid,.contact-us-part input[type="tel"].wpcf7-not-valid,.contact-us-part .wpcf7-not-valid{margin-bottom: 2px; border: 1px solid #fd1818;}
.recaptcha .wpcf7-not-valid{border: 0;}
.contact-us-part textarea.wpcf7-not-valid{margin-bottom: 0px; border: 1px solid #fd1818;}
.wpcf7-not-valid-tip{margin-bottom: 12px; line-height: normal; color: #fd1818;}

/* contact us sec end */

/* footer start */
.footer-main{background-color: #F8F8F8; padding: 44px 0;}
.footer-main .logo-side{padding-right: 25px;}
.footer-main .logo-side img{margin-bottom: 18px; height: 52px;}
.footer-main .logo-side p{font-size: 15px;}
.footer-main .logo-side ul{display: flex;}
.footer-main .logo-side ul li:not(:last-child){margin-right: 15px;}
.footer-main .logo-side ul li a{cursor: pointer; }
.footer-main .logo-side ul li a svg {cursor: pointer; transition: 0.5s all; height: 25px; width: 25px;}
.footer-main .logo-side ul li a:hover svg path{ cursor: pointer; fill: var(--secondry-color);}
.footer-main .links h4{color: #000; font-size: 22px; font-weight: 600; margin-bottom: 29px;}
.footer-main .links ul li{line-height: normal; margin-bottom: 13px;}
.footer-main .links ul li a{color: #414141;}
.footer-main .links ul li.current-menu-item  a{color: var(--primary-color);}
.footer-main .links ul li a:hover{color: var(--primary-color);}
.footer-main .links ul li:last-child{margin-bottom: 0;}
.footer-main .contact-us ul li{ line-height: 24px; position: relative; padding-left: 30px;}
.footer-main .newsletter h4{margin-bottom: 9px;}
.footer-main .newsletter p{margin-bottom: 22px;}
.footer-main .contact-us ul li img{position: absolute; left: 0; top: 3px;}
.footer-main .f-mail{position: relative; border-radius: 4px; overflow: hidden;}
.footer-main .f-mail input{padding: 12px 14px; padding-right: 60px; border: 1px solid var(--primary-color); border-radius: 4px; width: 100%;}
.footer-main .f-mail button {position: absolute;height: 52px;width: 52px;background-color: var(--primary-color);right: 0;display: flex;justify-content: center;align-items: center;top: 0;}
.footer-main .f-mail button:hover{background-color: var(--secondry-color);}
/* copy right start */
.copy-right{padding: 17px 0;}
.copy-right .copy-right-link ul{display: flex; justify-content: end;}
.copy-right .copy-right-link ul li:not(:last-child){margin-right: 22px;}
.copy-right .copy-right-link ul li a{color: #414141; cursor: pointer;}
.copy-right .copy-right-link ul li.current-menu-item a{color: var(--primary-color);}
.copy-right .copy-right-link ul li a:hover{color: var(--primary-color); }
/* copy right end */
/* footer end */ 

/* hero banner start */
.common-banner{position: relative; min-height: 300px; padding: 20px 0; display: flex; align-items: end; z-index: 0;}
.common-banner::before{content: ''; position: absolute; height: 100%; width: 100%; top: 0; left: 0; background-color: var(--primary-color); opacity: 0.6; z-index: -1; background: linear-gradient(90deg, rgba(44, 145, 167, 1) 16%, rgba(44, 145, 167, 1) 36%, rgba(74, 161, 179, 1) 55%, rgba(255, 255, 255, 0) 78%);}
.common-banner .common-banner-tiile{font-size: 50px; font-weight: 800; color: var(--white); white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;}
/* hero banner end */

/* contact us page start */
.contact-right-desc .right-main-list{display: flex;}
.contact-right-desc .right-main-list > li{ margin-right: 30px; width: 33.3%; display: flex; flex-direction: column; align-items: center; text-align: center;  padding: 20px 70px; margin-bottom: 30px; border-radius: 10px; border: 2px solid var(--primary-color);}
.contact-right-desc .right-main-list > li h3{margin-bottom: 2px; line-height: normal; }
.contact-right-desc .right-main-list > li:last-child{margin-right: 0;}
.contact-right-desc .right-main-list > li img {display: block;height: 25px;margin-right: auto; margin-left: auto; margin-bottom: 5px; width: 25px;flex-shrink: 0;}
.contact-right-desc .right-main-list > li ul{display: flex; justify-content: center; margin-top: 5px;}
.contact-right-desc .right-main-list > li ul li:not(:last-child){margin-right: 15px;}
.contact-right-desc .right-main-list > li ul li svg{ height: 25px; width: 25px;}
.contact-right-desc .right-main-list > li ul li a:hover svg path{fill: var(--secondry-color);}

.contact-page-map{height: 100%;}
.contact-page-map iframe{height: 100%; width: 100%;}
/* contact us page end */

/* left right sec start */
.cms-left-right .row:not(:last-child){margin-bottom: 50px;}
.cms-left-right .row:nth-child(even){flex-direction: row-reverse;}
.text-holder ul:not(:last-child){margin-bottom: 18px;}
.text-holder ul li{line-height: normal; position: relative; padding-left: 15px;}
.text-holder ul li::before{position: absolute; content: ''; height: 5px; width: 5px; background-color: #000; border-radius: 50px; top: 8px; left: 0;}
.text-holder ul li:not(:last-child){margin-bottom: 8px;}

.text-holder ol:not(:last-child){margin-bottom: 18px;}
.text-holder ol{list-style: decimal; padding-left: 20px;}
.text-holder ol li{line-height: normal;}
.text-holder ol li:not(:last-child){margin-bottom: 8px;}

.text-holder h2,.text-holder h3,.text-holder h4,.text-holder h5,.text-holder h6{font-weight: 600;}
.cms-full-width{background-color: #F3FBFF;}
.cms-full-width.no-bg{background-color: #fff;}
.cms-full-width ul{column-count: 2;}
/* left right sec end */

.product-table-wrapper th{background-color: var(--secondry-color) !important; color: var(--white) !important;}
.product-table-wrapper th{border-collapse: collapse !important; border: 1px solid #fff !important; border-bottom: 0 !important;  border-top: 0 !important;}
.product-table-wrapper th:first-child{border-left: 0 !important;}
.product-table-wrapper th:last-child{border-right: 0 !important; }

.product-table-wrapper td{border-collapse: collapse; border: 1px solid #000 !important;}
.product-table-wrapper td.table-group-list{background-color: #e7e7e7 !important;}
.cms-table-content .cms-title-with-btn h2{margin-bottom: 0;}
.cms-table-content .cms-title-with-btn{display: flex; margin-bottom: 15px;}
.table-pdf-btn.comman-btn{margin-left: auto; margin-bottom: 5px;}

.product-table-wrapper .group-list{display: flex; flex-wrap: wrap;}
.product-table-wrapper .group-list li{padding: 6px 13px;background: #eaf8ff;border-bottom: 2px solid var(--primary-color);border-radius: 6px; font-weight: 600; cursor: pointer; margin-bottom: 5px;}
.product-table-wrapper .group-list li:not(:last-child){margin-right: 8px;}


/* team section start */
.team-about-sec{position: relative; background-position: center; background-size: cover;}
.team-about-sec::before{position: absolute; content: ""; background-color: var(--primary-color); opacity: 0.1; height: 100%; width: 100%; top: 0; left: 0; z-index: -1;}
.team-about-sec .row{justify-content: center;} 
.team-box2{ background-color: #fff; border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; height: 100%;}
.team-box2 .service-img img{ width: 100%; width: 100%; max-height: 390px; object-fit: cover; object-position: center -10px;}
.team-about-sec .owl-carousel .owl-stage{display: flex; }
.team-about-sec .owl-carousel .owl-item{display: flex;}
.team-box2 .service-contnt{padding: 25px;text-align: center;position: relative; display: flex;flex-direction: column;height: 100%;text-align: start;}
.team-box2 .service-contnt .service-icon{ display: flex; justify-content: center; align-items: center; height: 74px; width: 74px; background-color: var(--secondry-color); border: 3px solid var(--white); border-radius: 14px; transform: rotate(45deg); position: absolute; top: -37px; left: 50%; transform: translateX(-50%) rotate(45deg);}
.team-box2 .service-contnt .service-icon img{transform: rotate(-45deg); height: 46px;}
.team-box2 .service-contnt h3{font-weight: 600; color: var(--secondry-color); margin-bottom: 0;}
.team-box2 .service-contnt span { color: var(--primary-color); font-size: 18px; margin-bottom: 8px;}
.team-box2 .service-contnt p{margin-bottom: 26px;}
.team-box2 .service-contnt > a{display: flex;align-items: center;font-weight: 500;justify-content: start;margin-top: auto;color: var(--black);}
.team-box2 .service-contnt a i{font-size: 14px; margin-left: 7px;}
.team-box2 .service-contnt a:hover{color: var(--primary-color);}
/* team section end */

/* why choose section start */
.why-choose { position: relative;}
.why-choose .comman-heading { padding-top: 34px;}

.why-choose .why-choose-box { background-color: #fff; box-shadow: 0px 0px 1px 0px #22222269; border: 2px solid var(--primary-color); padding: 25px; border-radius: 10px; height: 100%; text-align: center;}
.why-choose .why-choose-box .ser-why-icon { display: flex; align-items: center; flex-direction: column; margin-bottom: 10px;}
.why-choose .why-choose-box .ser-why-icon span { background-color: var(--secondry-color); padding: 15px; border-radius: 7px; display: flex; justify-content: center; align-items: center; transform: rotate(45deg); flex-shrink: 0; width: 70px; margin-bottom: 25px;}
.why-choose .why-choose-box .ser-why-icon span img { width: 100%; height: 100%; transform: rotate(-45deg);}
.why-choose .why-choose-box .ser-why-icon h4 { margin: 0;}
/* .why-choose .why-choose-box p { padding-left: 7px;} */
/* why choose section end */


.service-page .col-lg-4{display: flex;}
.service-page .service-box{margin-bottom: 30px;}
