/* =Fonts
========================================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* =Box Sizing
========================================================================================*/
* { -webkit-box-sizing:border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea, select, input[type="button"], input[type="submit"], button { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;  }


/* =Deafult Tag & General Classes
========================================================================================*/
html, body { -webkit-font-smoothing:antialiased; -moz-font-smoothing:antialiased; -ms-font-smoothing:antialiased; font-smoothing:antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust:100%; height: 100%; }
html { overflow-y: inherit !important; }
body { font-size:15px; line-height:1.45; font-weight: 400; font-family: 'Poppins', Arial, Helvetica, sans-serif; color:#4D4D4D; letter-spacing: 0.025rem; }
img { vertical-align:top; border:0; }
.allanim { -webkit-transition:all 350ms; transition:all 350ms; }
a { color:#03b1d6; text-decoration:none; -webkit-transition:all 350ms; transition:all 350ms; }
a:hover { color:#03b1d6; text-decoration:none; }
button:focus { outline: none; }
a:focus { outline: none; }
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	a:active { background-color:transparent; }
}
b, strong { font-weight: 600; }
small, .small { font-size: 85%; }
sub, sup { font-size:80% }
p { margin:0 0 0.8rem 0; }
p:last-child { margin:0 0 0 0; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { line-height:1.3; margin:0 0 0.8rem; font-weight: 700; color: #000000; }
h1, .h1 { font-size:3.5rem; } /* 56px */
h2, .h2 { font-size:2.813rem; } /* 45px */
h3, .h3 { font-size:2.375rem; } /* 38px */
h4, .h4 { font-size:2rem; } /* 32px */
h5, .h5 { font-size:1.563rem; } /* 25px */
h6, .h6 { font-size:1.125rem; } /* 18px */

ul:last-child { margin: 0; }
ul, ol { padding-left: 1.2rem; }
ul li, ol li { line-height:1.45; margin-bottom: 0.35rem; }
img { max-width: 100%; height: auto; }
.container { max-width: 1434px; width: 90%; }
.text-primary { color:#03b1d6 !important; }
.bg-primary { background:#03b1d6 !important; }
.text-secondary { color:#00dbff !important; }
.bg-secondary { background:#00dbff !important; }
.bg-light { background-color: #F0F4F8 !important; }
.text-black { color:#000000 !important; }
.bg-black { background:#000000 !important; }
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white .h1, .text-white .h2, .text-white .h3, .text-white .h4, .text-white .h5, .text-white .h6 { color: #fff; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a { color: inherit; text-decoration: underline; }


/* =Form Css
========================================================================================*/
.btn { font-weight: 600; box-shadow: none !important; outline: none !important; border-radius: 0.3rem; transition: 0.35s all; padding: 0.6rem 2rem; border-width: 1px; border-style: solid; }
.btn.btn-primary { background:#03b1d6; border-color: #03b1d6; color: #fff; }
.btn.btn-primary:hover { background: #000000; border-color: #000000; color: #fff; }
.btn.btn-primary-outline { background:transparent; border-color: #03b1d6; color: #03b1d6; }
.btn.btn-primary-outline:hover { background: #03b1d6; border-color: #03b1d6; color: #fff; }
.btn.btn-secondary { background:#000000; color: #fff; border-color: #000000; }
.btn.btn-secondary:hover { background: #03b1d6; color: #fff; border-color: #03b1d6; }
.btn.btn-secondary-outline { background:transparent; color: #000000; border-color: #000000; }
.btn.btn-secondary-outline:hover { background: #000000; color: #fff; border-color: #000000; }

.btn.btn-white { background:#fff; color: #03b1d6; border-color: #fff; }
.btn.btn-white:hover { background: #03b1d6; color: #fff; border-color: #03b1d6; }
.btn.btn-white-outline { background:transparent; color: #fff; border-color: #fff; }
.btn.btn-white-outline:hover { background: #fff; color: #03b1d6; border-color: #fff; }


.form-group { margin-bottom: 1rem; }
.form-group:last-child { margin-bottom: 0; }
.form-control { height: 50px; border: 1px solid #E1E2EA; border-radius: 0.5rem; font-size: 1rem; font-weight: 500; padding: 0.6rem 1rem; box-shadow: none; outline: none; color: #000000; }
.form-control:focus { box-shadow: none; outline: none; border-color: #BBBDCC; }
textarea.form-control { height: 100px; }
.form-control::placeholder { color: #000000; opacity: 0.4; }
.form-check label { font-weight: 500; }
.form-check-input:checked { background-color: #03b1d6; border-color: #03b1d6; }
.form-label { font-weight: 500; color: #000; }

/* =Header Css
========================================================================================*/
#header { position: sticky; top: 0; z-index: 9; box-shadow: 0 0 15px rgba(38, 50, 56,0.1); transition: 0.35s all; }
#header.headerfix { top: -54px; }
.header-top { background: #fff; position: relative; overflow: hidden; z-index: 1; }
.header-top-container { max-width: 700px; margin-left: auto; margin-right: 0; padding: 1rem 0; position: relative;  }
.header-top-container:after { content: ""; position: absolute; top: 0; left: -2rem; bottom: 0; /*background: linear-gradient(0deg, rgba(0, 219, 255, 1) 0%, rgba(12, 113, 224, 1) 100%);*/ background: linear-gradient(0deg, #03b1d6 40%, #2afee2 100%); width: 5000px; z-index: -1; transform: skew(26deg, 0deg); }
.header-contact a { display: flex; align-items: center; color: #fff; font-weight: 500; transition: 0.35s all; margin-right: 1.5rem; }
.header-contact a:last-child { margin-right: 0; }
.header-contact a figure { margin: 0 0.5rem 0 0; display: flex; align-items: center; justify-content: center; transition: 0.35s all; box-shadow: none; }
.header-contact a figure svg { width: 20px; height: 20px; fill: #fff; transition: 0.35s all; }
.header-contact a:hover { color: #000; }
.header-contact a:hover figure svg { fill: #000; }
.social-links { display: flex; align-items: center; margin-left: auto; }
.social-links a { height: 40px; width: 40px; margin: 0 0.7rem 0 0; border: 1px solid #03b1d6; border-radius: 50px; display: flex; align-items: center; justify-content: center; transition: 0.35s all; box-shadow: none; }
.social-links a:last-child { margin-right: 0; }
.social-links a figure { margin: 0; width: 16px; height: 16px; }
.social-links a figure svg { width: 100%; height: auto; fill: #03b1d6; transition: 0.35s all; vertical-align: top; }
.social-links a:hover { background: #03b1d6; box-shadow: 0 4px 4px rgba(142, 152, 118, 0.4); }
.social-links a:hover svg { fill: #fff; }
.header-top .social-links a { height: auto; width: auto; border: 0; margin: 0 1.2rem 0 0; }
.header-top .social-links a:last-child { margin-right: 0; }
.header-top .social-links a:hover { background: transparent; box-shadow: none; }
.header-top .social-links a figure svg { fill: #fff; }
.header-top .social-links a:hover svg { fill: #000; }

.header-bottom { background-color: #fff; padding: 1rem 0; }
.header-bottom .container > div { position: relative; }
.logo { max-width: 130px; width: 100%; z-index: 2; background: #fff; padding: 0.8rem; transition: 0.35s all; border-radius: 0 0 0.8rem 0.8rem; transform-origin: center center; position: absolute; left: 0; bottom: 0; transform: translateY(11%); }  
.headerfix .logo { transform: translateY(57%); }
.logo figure { margin: 0; }
.logo figure img { width: 100%; height: auto; }
.logo figure a { display: block; }
.right-menubar .navbar { padding: 0; }
.navbar ul li { margin-right: 0.6rem; font-size: 1rem; letter-spacing: 0.04rem; margin-bottom: 0; }
.navbar ul li a { color: #4D4D4D; transition: 0.35s all; }
.navbar ul li a.active, .navbar ul li:hover > a { color: #03b1d6; }
.navbar ul li .dropdown-menu { background-color: #fff; border: 0; border-radius: 8px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
.navbar ul li li { margin: 0; }
.navbar ul li li a { padding: 0.5rem 1rem; }
.navbar ul li li:hover a { background: #03b1d6; color: #fff; }
.dropdown .dropdown-toggle::after { margin-left: 0.455em; position: relative; top: 0.15rem; }
.navbar .navbar-toggler { position: relative; height: 35px; width: 35px; background: #fff; padding: 0; box-shadow: none; outline: none; border-radius: 0; border: 0; display: none; }
.navbar .navbar-toggler span { height: 3px; width: auto; background: #000; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; transition: 0.35s all; }
.navbar .navbar-toggler span:before, .navbar .navbar-toggler span:after { content: ""; position: absolute; left: 0; right: 0; margin: auto; height: 3px; transform: none; background: #000; transition: 0.35s all; }
.navbar .navbar-toggler span::before { top: -12px; }
.navbar .navbar-toggler span::after { bottom: -12px; }
.navbar .navbar-toggler:not(.collapsed) span { background: transparent; }
.navbar .navbar-toggler:not(.collapsed) span:before, .navbar .navbar-toggler:not(.collapsed) span:after { top: 0; bottom: 0; margin: auto; }
.navbar .navbar-toggler:not(.collapsed) span:before { transform: rotate(45deg); }
.navbar .navbar-toggler:not(.collapsed) span:after { transform: rotate(-45deg); }

/* =Footer page Css
========================================================================================*/
#footer { background-color: #fff; background-repeat: no-repeat; background-size: cover; background-position: center center; position: relative; z-index: 1; color: #000; } 
.footer-top { padding: 3rem 0; /*border-top: 1px solid #CAD6E1;*/ background: rgba(255,255,255,0.5); }
.f-logo { max-width: 100px; width: 100%; margin: 0 auto 0; }
.footer-top h5 { margin-bottom: 0.8rem; padding-bottom: 0.7rem; position: relative; }
.footer-top h5:after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 100px; background: #03b1d6; }
.f-menu { margin-top: 0.9rem; }
.f-menu ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; flex-wrap: wrap; }
.f-menu ul li { margin: 0.35rem; margin-left: 0; color: #000; }
.f-menu ul li a { color: #000; text-decoration: none; padding-left: 0; }
.f-menu ul li a:hover { color: #03b1d6; padding-left: 0.5rem; }

.f-contact { display: flex; align-items: center; margin-bottom: 1rem; color: #4D4D4D; }
.f-contact:last-child { margin-bottom: 0; }
.f-contact figure { height: 40px; min-width: 40px; width: 40px; border: 1px solid #000000; margin: 0 0.6rem 0 0; border-radius: 50px; display: flex; align-items: center; justify-content: center; }
.f-contact figure svg { fill: #000000; vertical-align: top; width: 16px; height: auto; }
.f-contact span { color: #4D4D4D; }
.footer-bottom { font-weight: 500; background: rgba(3, 177, 214, 0.7); }



/* =Accordion and Tab Css
========================================================================================*/
.accordion-header .accordion-button { outline: none; box-shadow: none; border: 1px solid rgba(0,0,0,.125); margin-bottom: -1px; background: #fff; } 
.accordion-button { font-weight: 600; }
.accordion-button:not(.collapsed) { background: rgba(34, 90, 238,0.2); color: #03b1d6; border-color: rgba(34, 90, 238,0.2); }

.nav.nav-tabs .nav-item { margin-bottom: 0; }
.nav-tabs .nav-link { font-weight: 600; background: #F0F4F8; color: #000; }
.tab-content > .tab-pane { padding: 1rem 0; }


/* =Home page Css
========================================================================================*/
.reveal { visibility: hidden; }
.section-row { padding: 5rem 0; }
.section-title { margin-bottom: 3rem; }
.section-title h2 { margin: 0; }
.section-title-shape { margin: 0; max-width: 60px; }
.section-title-shape svg { vertical-align: top; fill: #03b1d6; width: 100%; height: auto; }

.page-title-row { background-repeat: no-repeat; background-size: cover; background-position: center center; position: relative; z-index: 1; }
.page-title-row:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #000000; z-index: -1; opacity: 0.45; }

.hero-box { min-height: calc(80vh - 130px); background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed; display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; background: linear-gradient(0deg, rgba(0, 219, 255, 1) 0%, rgba(12, 113, 224, 1) 100%); overflow: hidden; }
.hero-box:before { content: ""; position: absolute; left: -10%; width: 60%; height: 50px; bottom: -5px; z-index: 1; background: #fff; transform: skew(60deg, 0deg); }
.hero-box:after { content: ""; position: absolute; right: -10%; width: 60%; height: 50px; bottom: -5px; z-index: 1; background: #fff; transform: skew(-60deg, 0deg); }

.hero-title h1 { color: #fff; line-height: 1; }
.hero-video { position: absolute; right: 0; top: 0; bottom: 0; width: 70%; z-index: -1; overflow: hidden; width: 100%; background: #2b3b46; }
.hero-video:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 1; background: linear-gradient(0deg, rgba(0, 219, 255, 1) 0%, rgba(12, 113, 224, 1) 100%); opacity: 0.6; } 
.hero-video video { width: 100%; height: 100%; vertical-align: top; object-fit: cover; object-position: center center; opacity: 1; }
.about-content { margin-left: -20%; background: #fff; position: relative; z-index: 1; padding: 2.3rem 2.5rem; }

.slider-nav { display: flex; align-items: center; justify-content: center; margin-top: 1.5rem; }
.slider-nav .swiper-button-prev, .slider-nav .swiper-button-next { background: #000; position: static; height: 50px; width: 50px; border-radius: 50px; transition: 0.35s all; transform: none; margin: 0; box-shadow: 0 0 15px rgba(3, 49, 75, 0.1); }
.slider-nav .swiper-button-prev:hover, .slider-nav .swiper-button-next:hover { background: #fff; }
.slider-nav .swiper-button-prev svg, .slider-nav .swiper-button-next svg { fill:#000; height: 16px; width: 16px; fill: #fff; transition: 0.35s all; }
.slider-nav .swiper-button-prev:hover svg, .slider-nav .swiper-button-next:hover svg { fill: #000; }
.swiper-button-prev::after, .swiper-button-next::after { display: none; }
.product-slider-box { background: #fff; border-radius: 0.8rem; padding: 1.5rem; position: relative; overflow: hidden; }
.product-slider-box figure { position: relative; padding-top: 100%; margin: 0; overflow: hidden; } 
.product-slider-box img { width: auto; height: auto; max-width: 100%; max-height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; object-fit: cover; object-position: center center; transition: 0.35s all; transform: scale(1); }
.product-slider-box:hover img { transform: scale(1.1); }
.product-slider-info { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(3, 177, 214, 0.7); padding: 1rem 1.5rem; opacity: 0; visibility: hidden; transform: translateY(100%); transition: 0.35s all; }
.product-slider-box:hover .product-slider-info { opacity: 1; visibility: visible; transform: translateY(0); }
.product-slider-info h6 { margin: 0; color: #fff; }
.product-slider-info a { text-decoration: none; color: #fff; }
.service-row { position: relative; z-index: 1; background-size: cover; background-repeat: no-repeat; background-position: center center; background-attachment: fixed; }
.service-row:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #000; z-index: -1; opacity: 0.5; }

.accordion-header .accordion-button:after { display: none; }
.accordion-header .accordion-button { font-size: 1.2rem; font-weight: 600; letter-spacing: 0.01rem; color: #181c42; background: #fff; border: 0; border-radius: 0; padding: 1.5rem 1rem 1.5rem 6.5rem; position: relative; text-align: left; border: 0; }
.accordion-header .accordion-button:before, .accordion-item .accordion-collapse:before { content: "Q"; position: absolute; left: 0; top: 0; width: 5rem; bottom: 0; display: flex; align-items: center; justify-content: center; font-size: 40px; border-right: 2px solid #f0f4f8; color: #000; text-transform: uppercase; font-weight: 900; transition: 0.35s all; }
.accordion-item .accordion-collapse:before { content: "A."; bottom: auto; top: 12px; left: 5px; border: 0; columns: #000; opacity: 1; }
.accordion-header .accordion-button:not(.collapsed):before { color: #03b1d6; }
.accordion-header .accordion-button:not(.collapsed) { color: #000; background-color: #fff; }
.accordion-item { border: 1px solid #fff; margin-bottom: 1rem; }
.accordion-item:last-of-type .accordion-button.collapsed, .accordion-item:first-of-type .accordion-button { border-radius: 0; }
.accordion-collapse { border: 0; padding-left: 6.5rem; position: relative; overflow: hidden; }
.accordion-collapse .accordion-body { padding-left: 0; }
.accordion-collapse .accordion-body ul li { line-height: 2.45; }
.accordion-body p:last-child { margin-bottom: 0; }
.accordion-header .accordion-button:focus { box-shadow: none; }
.contact-main-box .card { border-radius: 1rem; }
.contact-top-main-box { background: #03b1d6; padding: 2rem; border-radius: 0.8rem; }
.contact-top-box { display: flex; align-items: center; }
.contact-top-box figure { height: 60px; min-width: 60px; width: 60px; background: #fff; margin: 0 1rem 0 0; border-radius: 50px; box-shadow: 0 10px 15px rgba(24, 28, 50,0.20); display: flex; align-items: center; justify-content: center; }
.contact-top-box figure svg { width: 22px; height: auto; fill: #03b1d6; } 
.contact-top-info h5 { margin: 0; font-size: 1.4rem; color: #fff; }
.contact-top-info p a { color: #fff; }
.contact-top-info { font-weight: 500; }
.contact-form-box h4 { position: relative; }
.contact-form-box h4:after { content: ""; background: #03b1d6; height: 4px; width: 67px; display: block; border-radius: 50px; margin: 0.4rem 0 1.3rem; }
.partner-logo-row { position: relative; z-index: 1; background-size: cover; background-repeat: no-repeat; background-position: center center; background-attachment: fixed; }
.partner-logo-row:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #000; z-index: -1; opacity: 0.5; }
.partner-slider-row { background: #fff; padding: 2rem 1rem; }
.partner-slider-row figure { margin: 0 auto; max-width: 190px; width: 100%; }
.partner-slider-row figure img { width: 100%; height: auto; }

/* =About page Css
========================================================================================*/
.page-banner-title-box { width: 60%; margin-left: 0; margin-right: auto; position: relative; z-index: 2; }
.page-banner-title { max-width: 880px; margin-left: auto; width: 100%; padding-left: 0.7rem; }
.page-video-box { width: 60%; margin-right: 0; margin-left: auto; position: relative; z-index: 1; margin-top: -7%; }
.page-video { padding-top: 40%; position: relative; overflow: hidden; border-radius: 0 0 0 100px; }
.page-video:after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 50%; background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); }
.page-video video { position: absolute; left: 0; right: 0; top: 0; bottom: 0; height: 100%; width: 100%; object-fit: cover; object-position: center center; }

.who-we-are-box { padding: 5rem; border-radius: 1rem; position: relative; z-index: 1; overflow: hidden; background-color: #000; background-repeat: no-repeat; background-size: cover; background-position: center center; /*background-attachment: fixed;*/ }
.who-we-are-box::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #03b1d6; opacity: 0.6; z-index: -1; }
.what-we-do-list ul { margin: 0; padding: 0; list-style: none; }
.what-we-do-list ul li { display: flex; margin: 0 0 1.5rem 0; }
.what-we-do-list ul li:last-child { margin-bottom: 0; }
.what-we-do-list ul li figure { min-width: 60px; width: 60px; margin: 0 1rem 0 0; }
.what-we-do-info h6 { margin: 0 0 0.4rem 0; font-size: 1.225rem; }
.what-we-do-list ul li figure svg { width: 100%; height: auto; fill: #03b1d6; }
.why-choose-box figure { max-width: 80px; width: 100%; margin: 0 auto 1rem; }
.why-choose-box figure svg { width: 100%; height: auto; fill: #03b1d6; }
.about-help-row { position: relative; z-index: 1; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; }
.about-help-row:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #000; z-index: -1; opacity: 0.4; }


/* =Product List page Css
========================================================================================*/
.product-list .product-slider-box .product-slider-info { position: static; opacity: 1; visibility: visible; transform: none; padding: 0; background: transparent; }
.product-list .product-slider-info h6 { color: #000; } 
.product-list .product-slider-box { height: 100%; }

/* =Product Details page Css
========================================================================================*/
.product-img-top { position: relative; background: #fff; border-radius: 0.5rem; margin-bottom: 0.7rem; overflow: hidden; border: 1px solid #dee2e6; padding: 2rem; }
.product-img-top .slider-nav { margin: 0; }
.product-img-top .slider-nav .swiper-button-prev, .product-img-top .slider-nav .swiper-button-next { position: absolute; }
.product-img-thumbs-slider .swiper-slide { background: #fff; border: 1px solid #dee2e6; padding: 0.5rem; border-radius: 0.5rem; transition: 0.35s all; }
.rating-box { width: 132px; height: 24px; background-size: auto 100%; background-repeat: no-repeat; background-position: top left; margin-right: 0.7rem; position: relative; }
.rating-box span { position: absolute; left: 0; top: 0; bottom: 0; background-size: auto 100%; background-repeat: no-repeat; background-position: top left; }
.product-img-slider figure, .product-img-thumbs-slider figure { position: relative; padding-top: 100%; margin: 0; overflow: hidden; } 
.product-img-slider img, .product-img-thumbs-slider img { width: auto; height: auto; max-width: 100%; max-height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; object-fit: cover; object-position: center center; transition: 0.35s all; transform: scale(1); }

.product-contact ul { margin: 0; padding: 0; list-style: none; }
.product-contact ul li { display: flex; align-items: center; margin: 0.8rem 0; }
.product-contact ul li a { display: inline-flex; align-items: center; font-weight: 500; color: #000; }
.product-contact figure { width: 40px; height: 40px; margin: 0 0.5rem 0 0; background: #000; border-radius: 50%; display: flex; align-content: center; justify-content: center; }
.product-contact figure svg { fill: #fff; width: 18px; height: auto; }


/* =tabnav CSS
========================================================================================*/
.tabnav { width:100%; margin:0; padding:0; list-style:none; display: flex; flex-wrap: wrap; }
.tabnav li { position:relative; margin:0; text-align:center; font-weight:500; font-size: 1rem; }
.tabnav li:first-child { margin:0; }
.tabnav li h2 { margin:0; font-size:15px; }
.tabnav li a { display: block; padding: 0.7rem 1.1rem; font-weight: 600; text-decoration: none; color: #000; line-height: 1.25; background: transparent; border-radius: 5px 5px 0 0; }
.tabnav li:first-child a { border-left:0; }
.tabnav li.active a, .tabnav li a:hover { background-color:#fff; color:#000 }
.tabnav li.active a:after { display:block; }
.tab-container { padding:1rem; background: #fff; border-radius: 0; }
.tabcontent { display:none; font-size: 14px; }
.tabcontent h4 { margin:0 0 15px; }
.tabcontent h5 { font-size: 1.35rem; }
.tabcontent h5, .tabcontent h6 { margin: 0 0 0.4rem; }
.tabcontent h5:first-child { margin-bottom: 0.8rem; }
.fw-semibold { font-weight: 600; }

.contact-row .contact-top-box figure { height: 50px; width: 50px; min-width: 50px; }
.contact-row .contact-top-box figure svg { width: 18px; }

/* =Services Page CSS
========================================================================================*/
.main-service-list-box { position: relative; padding: 3rem 0; margin-bottom: 3rem; z-index: 1; }
.main-service-info-main:after { content: ""; position: absolute; right: 0; width: 5000px; top: -3rem; bottom: -3rem; background: #F0F4F8; z-index: -1; }
.main-service-info-main { padding: 3rem 0; }
.main-service-info-box h4 { text-transform: uppercase; }
.main-service-list .main-service-list-box:nth-child(2n+2) .row { flex-direction: row-reverse; }
.main-service-list .main-service-list-box:nth-child(2n+2) .main-service-info-main:after { left: 0; right: auto; }
.main-service-info-main { height: 100%; display: flex; align-items: center; position: relative; padding-right: 1.5rem; }
.main-service-list .main-service-list-box:nth-child(2n+2) .main-service-info-main { padding-left: 1.5rem; }