@charset "utf-8";

/* CSS Document */



/* Table of Contents

-----------------------------------------------------------------------------

	1. Clean Base

	2. Base Typography

	3. Images

	4. Links

	5. Forms

	6. Tables

	7. Framework 

*/



body{ color:#ffffff; font-size:20px; font-family: "Montserrat", sans-serif !important; font-weight:400; line-height:1.5; }

ul{ margin:20px 20px; padding:0;}

ul li{ font-size:20px; color:#ffffff; font-weight:400; line-height:1.5; padding:0 0 5px 0; list-style:outside circle;}



ol{ margin:20px 20px; padding:0;}

ol li{ font-size:20px;  color:#ffffff; font-weight:400; line-height:1.5; padding:0 0 5px 0; list-style: decimal; margin-left:20px;}

/* 4. Link

------------------------------------------------------------------------------*/

a{ color:#5AB9E8; transition: all 0.3s ease-in-out; }

a:hover{ color:#316BEF; text-decoration: underline; }

a:active, a.current{ color: #316BEF; }

a:focus{ outline: none; }

.footer-right a:hover{ color: #316BEF !important; }



.primary-btn{ font-size:17px; line-height: 0.97; text-transform: uppercase; border-radius:40px; padding: 11px 20px 11px 20px; box-sizing:border-box; background:#5AB9E8; color:#ffffff !important; display: inline-block; }

.primary-btn:hover{ background:#316BEF; color:#ffffff; text-decoration:none; }



.secondary-btn{ display: inline-flex; align-items: center; justify-content: center; padding: 11px 20px 11px 20px; box-sizing:border-box; font-size: 18px; font-weight: 500; line-height: 1; letter-spacing: 0; text-transform: uppercase; color: #5AB9E8; text-align: center; border-radius: 40px; border: 1px solid #5AB9E8; background: rgba(255, 255, 255, 0.15);   backdrop-filter: blur(12.7px); -webkit-backdrop-filter: blur(12.7px); cursor: pointer; transition: all 0.3s ease; display: inline-block; }

.secondary-btn:hover{ background: rgba(255, 255, 255, 0.31); color: #5AB9E8; text-decoration:none; }



.aqua-text{ color:#5AB9E8; }

.blue-text{ color:#316BEF; }

.black-text h2, .black-text p{ color:#030923; }



/* main container */

#wrapper{ width:100%; min-height:100%; min-height: 100%; height: auto !important; height: 100%; }

.container{ max-width: 1300px; width:100%; margin: 0 auto !important;}



.footer, .push{ height: 22px; }



/* header */

/*start*/

header{ width:100%; height:auto; background:#030923 !important; box-sizing:border-box; border-bottom: 0.75px solid #ffffff !important; }

header .container{ padding-left: 38px; padding-top: 27px; padding-bottom:  27px; box-sizing:border-box; display: flex; align-items:center; justify-content:space-between; border-left: 0.75px solid #ffffff; position:relative; }

header .container:after{ content: ''; display: block; position: absolute; left: -43px; bottom: -44px; width: 86px; height: 86px; background: url(../images/star-cell.svg) no-repeat; background-size: cover; z-index: 2; }

header .logo{ display:inline-block; width: 202px; margin:0; }

header .logo figure{ display:block; width:100%; }

header .logo figure img{ display:block; width:100%; }

.header-right-push{ display:inline-flex; margin: 0; gap: 42px; }

.header-right-push .navigation{ display: inline-flex; margin: 0; align-items: center; }

.header-right-push .primary-btn{ margin:0; }

header .logo figure{ margin: 0px; }

.entry-header, .entry-footer { background: unset !important; }



/*sub menu*/

/*start*/

.navigation ul li{ position: relative; }

.navigation > ul > li:after{ content: ''; display: block; position: absolute; left: 19px; bottom: -30px; width: 100%; height: 35px; background: transparent; } 

.navigation nav > ul > li:before{ content: ''; display: block; position: absolute; left: 0; bottom: -22px; width: 100%; height: 22px; cursor: pointer; }

.navigation ul li ul li{ display: block; width: 100%; margin-bottom: 3px; padding: 0; transition: all 0.3s ease-in-out; }

.navigation ul > li > ul > li > ul > li:hover > a{ padding-left: 15px; }

.navigation ul li > ul li a{ padding: 10px 15px; display: block; box-sizing: border-box; }

.navigation ul > li > ul > li:hover > a{ color: #7fb7e3; padding-left: 20px; }

.navigation ul li ul{ position: absolute; top: 27px; visibility: hidden; background: #ffffff; padding: 8px 0; opacity: 0; border-bottom: 3px solid #316BEF; box-shadow: 0 6px 12px rgb(0 0 0 / 18%); text-align: left; min-width: 300px; z-index: 999; left: 0; display: none; margin-left: 0; }

.navigation > ul > li:hover > ul{ display: block; visibility: visible; opacity: 1; }

.navigation ul li ul li ul{ right: -100%; top: 0; left: auto; }

.navigation > ul > li > ul > li:hover > ul{ display: block; visibility: visible; opacity: 1; }

.navigation nav > ul > li:hover > ul{ visibility: visible; opacity: 1; }

.navigation nav > ul > li > ul > li:hover > ul{ display: block; visibility: visible; opacity: 1; }

.navigation nav > ul > li > ul > li, .navigation nav > ul > li > ul > li > ul > li { margin: 0; }

.navigation ul > li > ul > li > ul > li:hover > a{ padding-left: 20px; }

.navigation nav > ul ul a:before{ display: none; }

.navigation nav > ul ul li, .navigation nav > ul ul li a{ color: #000000 !important; }

.navigation nav > ul > li:hover a:before{ opacity: 1; visibility: visible; }

.navigation .sub-menu:after, .navigation .menu-item-has-children:after{ content: ''; display: block; position: absolute; right: 0; top: 6px; width: 17px; height: 17px; background: url(../images/down-arrow.svg) no-repeat; background-size: cover; cursor:pointer; }

.header-right{ display: inline-flex; margin-right: 0; align-items: center; }

.search-cell{ display: inline-block; float: right; }

.search-cell .search-icon{ width: 30px; height: 30px; cursor: pointer; } 

.search-cell .search-icon figure{ display: flex; align-items: center; justify-content: center; width:100%; height: 100%; }

.navigation .sub-menu, .navigation .menu-item-has-children{ padding-right:20px; box-sizing:border-box; }

.navigation .sub-menu:hover > ul, .navigation .menu-item-has-children:hover > ul{ display: block; }

.navigation .sub-menu:hover > a, .navigation .menu-item-has-children:hover > a{ color: #5AB9E8; }

/*end*/

/*end*/



/* nav */

/*start*/

nav{ width:100%; height:auto; }

nav ul{ margin:0; display:inline-flex; align-items:center; justify-content:space-between; gap: 42px; }

nav ul li{ font-size:17px; line-height:1.5; color:#ffffff; list-style: none; }

nav ul li a{ color:#ffffff !important; }

nav ul li a:hover, nav .active, .navigation nav > ul ul li a:hover{ color:  #316BEF !important; text-decoration:none; }

/*end*/



/* footer */

/*start*/

footer{ width:100%; height:auto; background:#030923 !important; }

.footer-top{ display:block; width: 100%; border-top: 0.75px solid #ffffff;  }

.footer-top .container{ padding: 44px 50px 50px 50px; box-sizing:border-box;  border-left: 0.75px solid #ffffff; border-right: 0.75px solid #ffffff; display:flex; position:relative; }

.footer-right{ width: 800px; margin-right:0 !important; display:flex; gap: 115px; margin: 0 auto;}

.footer-right .col{ display: inline-block; margin: 0; }

.footer-top .footer-logo{ display:inline-block; width:246px; margin:0; }

.footer-top .footer-logo figure{ display:block; width:100%; }

.footer-top .footer-logo figure img{ display:block; width:100%; }

.footer-bottom{ display:block; width:100%; border-top: 0.75px solid #ffffff; display:flex;  }

.footer-bottom .container{ padding: 28px 50px 28px 50px; box-sizing:border-box;  border-left: 0.75px solid #ffffff; border-right: 0.75px solid #ffffff; display:flex; position:relative; }

.footer-bottom .container p{ margin:0; font-size: 16px; line-height: 1.5; font-weight:300; color: #ffffff; }

.star-point .container:before{ content:''; display:block; position:absolute; left:-42px; top: -42px; width: 84px; height: 84px; background: url(../images/white-star.svg) no-repeat; background-size: cover; }

.star-point .container:after{ content:''; display:block; position:absolute; right:-42px; top: -42px; width: 84px; height: 84px; background: url(../images/white-star.svg) no-repeat; background-size: cover; }

footer ul{ margin:0; margin-bottom:40px; }

footer ul li{ list-style: none; font-size: 17px; line-height: 1; color:#ffffff; margin-bottom: 10px; font-family: "Montserrat", sans-serif; }

footer ul li a{ color:#ffffff !important; }

.footer-right .col h4{ font-size: 17px; line-height: 1; color:#316BEF; font-weight: bold; font-family: "Montserrat", sans-serif; margin-bottom: 25px; text-transform: uppercase; }

.footer-right .col h4 a{ color: #316BEF; }

.footer-right .col h4 a:hover{ color: #ffffff !important; }

.footer-right .col a:hover{ text-decoration: none; }

.socical-link{ display:block; }

.socical-link li{ display:flex; align-items:center; margin-bottom: 10px;

 padding-left: 20px; box-sizing:border-box; position:relative; }

.socical-link li figure{ margin:0; height:15px; position:absolute; left:0; top;0; }

.socical-link li figure img{ margin:0; height:100%; }

.socical-link a{ display: inline-block; margin: 0; font-size: 17px; line-height: 1; color:#ffffff; font-family: "Montserrat", sans-serif; }

.socical-link a:hover{ color:#316BEF; }

/*end*/



/*mobile menu*/

/*start*/

#mobile-menu{ display: block; position: relative; z-index: 999999; }

.menu-trigger.open span{background-color: rgba(0,0,0,.0)}

.menu-trigger.open span:before{top: 0;transform: rotate(45deg);-webkit-transform: rotate(45deg);background: #E74A30; }

.menu-trigger.open span:after{top: 0;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);background: #E74A30; }

#mobile-menu .navbar{ background: #030923; position: fixed; top: -100vh; width: 320px; height: 100vh; right: 0; box-sizing: border-box; z-index: 99999; overflow-y: auto; -webkit-overflow-scrolling: touch; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; padding: 0px 0;}

#mobile-menu .navbar.open{ top:0; }

#mobile-menu  ul ul{ display: none; background: transparent; margin-top: 10px;margin-bottom: 0; }

#mobile-menu  ul ul ul{background: transparent; margin-bottom: 0; }

#mobile-menu  ul ul ul ul{background:rgb(60, 60, 56)}

#mobile-menu  li{ border-bottom:2px solid #ffffff; list-style: none; position: relative; display: block;margin: 0; padding: 9px 0px 12px 15px; float: none; }

#mobile-menu  li:before{ display: none; }

#mobile-menu  li:last-child{ border-bottom-width: 0; }

#mobile-menu  em{display: block;position: absolute;top: 0;right: 0;width: 100%;height: 48px;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}

#mobile-menu  em.toggled:after{transform: rotate(180deg);-moz-transform: rotate(180deg);-webkit-transform: rotate(180deg); top: 16px; right: 17px; }

#mobile-menu  em.level-two:before{content: '';position: absolute;width: 0;height: 0;border-style: solid;border-width: 6px 6px 0 6px;border-color: #fff transparent transparent transparent;background-color: transparent;left: 50%;top: 50%;transform: translate(-50% , -50%);-webkit-transform: translate(-50% , -50%);-moz-transform: translate(-50% , -50%);margin: 0;}

#mobile-menu  em.level-two:after{display: none;}

#mobile-menu  em.level-two.toggled{transform: rotate(-180deg);-moz-transform: rotate(-180deg);-webkit-transform: rotate(-180deg)}

#mobile-menu  li a{ color: #fff;padding: 0;display: inline-block; margin-right: 0; line-height: 15px; font-size: 13px; font-weight: 600;letter-spacing: 0.09em; position: relative; z-index: 1; font-weight: 500; cursor: pointer; text-transform: uppercase; }

#mobile-menu  li a:hover{ text-decoration: none; color: #000000; }

#mobile-menu  li li{border-color: transparent; }

#mobile-menu  li li a{text-transform: none;padding-left: 0;}

#mobile-menu  li li li a{padding-left: 25px;margin-right: 0;}

#mobile-menu  li li li li a{padding-left: 30px;margin-right: 0; }

.scroll-hidden{overflow: hidden;height: 100%;}

#mobile-menu li > a{ margin-bottom: 0px; position: relative; }

#mobile-menu li > em:after{ content: ''; display: block; position: absolute; right: 15px; top: 13px; width: 25px; height: 25px; background: url(../images/down-arrow-mobile.svg) no-repeat; background-size: cover; pointer-events: none; transition: all 0.3s ease-in-out; }

.sub-menu.hassub.up-arrow em:after{ transform: rotate(180deg); }

#mobile-menu ul > li > ul > li > em:after{ top:16px; }

#mobile-menu  li li > a{ font-weight: 600; font-size: 13px; line-height: 15px; }

#mobile-menu ul > li{ padding-top: 14px; padding-right: 10px; }

.navbar ul{ margin: 0; }

#mobile-menu ul > li > ul > li{ padding: 9px 20px 8px 20px;  }

#mobile-menu ul > li > ul > li > ul > li:before{ display: none; }

#mobile-menu ul > li > ul > li > ul > li{ padding: 9px 0px 8px 22px;  }

#mobile-menu ul > li > ul > li > ul > li> a{ padding: 0; font-weight: normal; }

.mobile-overlay{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);z-index: 99;-moz-transition: all 0.8s ease;-webkit-transition: all 0.8s ease;-o-transition: all 0.8s ease;transition: all 0.8s ease;opacity: 0;visibility: hidden;}

.mobile-overlay.open{opacity: 1;visibility: visible;}

#mobile-menu ul > li > ul > li > em{ height: 41px; }

#mobile-menu ul > li > ul > li.hassub a:after{ top: 5px;}

#mobile-menu ul > li a:after{ display: none; }

#mobile-menu ul > li.hassub > a:After{ display: inline-block; }

.contact-mb-info{ display: block;width: 100%;padding: 20px 10px;border-top: 2px solid #555555;margin-top: 17px; box-sizing: border-box; }

.contact-mb-info ul{ display: block; width: 100%; float: left; display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: baseline;align-content: stretch;}

#mobile-menu .contact-mb-info ul li{ font-size: 16px; line-height: 18px; color:#fff; font-weight: normal; text-transform: none; border-bottom: 0; padding: 0px 5px; box-sizing: border-box; float: left; }

#mobile-menu .contact-mb-info ul li > a{ font-size: 13px; line-height: 15px; color:#fff; font-weight: normal; }

#mobile-menu .contact-mb-info ul li:before{ display: none; }

.menu-area{ display: block; width: 100%; margin-top: 0; height: calc( 100vh - 80px ) }

.menu-area ul{ display: block; }

#mobile-menu ul > li.active > a, #mobile-menu .current_page_item > a { color: #000000; }

.menu-area ul li{ display: block; float: none; }

.menu-trigger { display: block; width: 42px; height: 42px; position: fixed; -ms-touch-action: manipulation; touch-action: manipulation; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; white-space: nowrap; z-index: 999999; right: 320px; top: -50px; transition: all 1s ease-in-out; }

#mobile-menu.open .menu-trigger{ top:7px; }

.menu-trigger span, .menu-trigger span:after, .menu-trigger span:before{ height: 3px; transition: all 0.5s ease-in-out; } 

.menu-trigger span {position: absolute; display: block; width: 30px; left: 50%; top: 50%; transform: translate(-50% , -50%); -webkit-transform: translate(-50% , -50%); -moz-transform: translate(-50% , -50%); }

.menu-trigger span:after, .menu-trigger span:before { border-radius: 25%; top: 0; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); background: #ffffff; } 

.menu-trigger span:before {top: 0; transform: rotate(45deg); -webkit-transform: rotate(45deg); background: #ffffff; } .menu-trigger span:after, .menu-trigger span:before { content: ''; position: absolute; left: 0; width: 100%; border-radius: 25%; }

.menu-overlayer{ display: block; position: fixed; width: 0; height: 100vh; right: 0; bottom: 0; background: rgba(0,0,0,0.6); transition: all 0.3s ease-in-out; opacity: 0; }

.menu-overlayer.open { width: 100vw; height: 100vh; opacity: 1; top:0; }

.navbar ul.third-menu, .navbar ul.second-menu{ display: none; margin-top: 25px; border-top: 2px solid #555555; }

.second-menu li .new-post{ float: right; margin-top: 2px; margin-left: 0; margin-right: 0; position: absolute; right: 5px; top:12px; }

#mobile-menu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color:  rgba(255, 187, 35, 0.75); }

#mobile-menu ul > li.active > a, #mobile-menu .current_page_item > a{ color: #000000; }

/*end*/



/*mobile menu*/

/*start*/

.mb-toggled.mb-closed{ position: relative; display: none; }	

.mb-button { display: none; position: relative; right: 0; top: 0; }

.mb-button span { display: block; margin: 4px 0px 6px 0px; height: 2px; background: #ffffff; width: 28px; float: none; border-radius: 24px; } 

.pb-0{ padding-bottom: 0 !important; }

.sub-menu-toggle{ display: none; }

/*end*/





/* 1. Clean Base

------------------------------------------------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, 

legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio, video 

{margin:0 auto; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration:none; list-style:none; outline:none; -webkit-font-smoothing: subpixel-antialiased; -webkit-tap-highlight-color:rgba(0,0,0,0);}

	

html,body { -webkit-text-size-adjust:none; -webkit-font-smoothing: antialiased; height: 100%; }

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}

img{border:none;}



input[type="text"], input[type="submit"], input[type="button"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea {-webkit-appearance: none; outline: none;}

textarea:focus, input:focus, a, div, img { outline: none; }

 

.cf:before, .cf:after { content: ""; display: table; }

.cf:after { clear: both; }

.cf { zoom: 1; }

.clear { clear: both; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }

.clearfix { display: block;}



html{ overflow-x: hidden; }



/* 2. Base Typography

------------------------------------------------------------------------------*/

body{ color:#ffffff; font-size:20px; font-family: "Montserrat", sans-serif; font-weight:400; line-height:1.5; }



h1, h2, h3, h4, h5, h6{ margin-bottom:20px; font-family: "arboria",sans-serif; font-weight: 300; }

h1, .h1{ font-size:75px; line-height:0.97; }

h2, .h2{ font-size:55px; line-height:0.97; }

h3, .h3{ font-size:20px; line-height:0.97; text-transform: uppercase; font-weight: 700; }

h4, .h4{ font-size:18px; line-height:0.97; }

h5, .h5{ font-size:16px; line-height:0.97; }

h6, .h6{ font-size:14px; line-height:0.97; }



h1 span, .h1 span{ color:#316BEF; font-weight: 500; }

h2 span, .h2 span{ font-weight: 500; }



p{ color:#ffffff; font-size:20px; font-weight:400; line-height:1.5; margin-bottom:20px; font-family: "Montserrat", sans-serif; }



ul{ margin:20px 20px; padding:0;}

ul li{ font-size:20px; color:#ffffff; font-weight:400; line-height:1.5; padding:0 0 5px 0; list-style:outside circle;}



ol{ margin:20px 20px; padding:0;}

ol li{ font-size:20px;  color:#ffffff; font-weight:400; line-height:1.5; padding:0 0 5px 0; list-style: decimal; margin-left:20px;}



blockquote{ display:block; text-align:left; margin-bottom:20px; position:relative; background:#f3f3f3; padding:20px 20px 10px 20px; border-left:2px solid #1589cb;}

blockquote p{ font-size:20px; font-weight:400; line-height:1.5; margin-bottom:15px; position:relative; }



hr{ border:0 #ffffff solid; border-top-width:1px; clear:both; height:0; }



.star-list, .home_two_col_sec ul{ margin-top: 5px; margin-left:0; margin-right:0; }

.star-list li, .home_two_col_sec li{ display:block; position:relative; padding-left:27px; box-sizing:border-box; }

.star-list li:before, .home_two_col_sec li:before{ content:''; display:block; position: absolute; left:0; top: 3px; width: 22px; height: 22px; background: url(../images/blue-star.svg) no-repeat; background-size: cover; }



/* 3. Images

------------------------------------------------------------------------------*/

img{ border:none; border-style: none; }





/* 5. Forms

------------------------------------------------------------------------------*/

form{ display:block; width:100%; }

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"]{ border:1px solid #5AB9E8; padding:0 13px; box-sizing: border-box; color:#FFFFFF; font-size:14px; height:31px; font-family: "Montserrat", sans-serif; font-weight: 400; border-radius: 8px; background: rgba(255, 255, 255, 0.28); width: 100%; }

textarea, .request_desc textarea{ border:1px solid #5AB9E8; padding: 8px 13px; box-sizing: border-box; color:#FFFFFF; font-size:14px; height:76px; font-family: "Montserrat", sans-serif; font-weight: 400; border-radius: 8px; background: rgba(255, 255, 255, 0.28); resize:none; width: 100%; }



input[type="submit"], input[type="button"], input[type="reset"]{ font-size:17px; line-height: 0.97; text-transform: uppercase; border-radius:40px; padding: 11px 20px 11px 20px; box-sizing:border-box; background:#5AB9E8; color:#ffffff; border: none; transition: all 0.3s ease-in-out; cursor: pointer; }

input[type="submit"]:hover, input[type="button"]:hover{ background:#316BEF; color:#ffffff; text-decoration:none; }



input::placeholder, textarea::placeholder{ color:#FFFFFF; font-size:14px; font-family: "Montserrat", sans-serif; }



.full-set{ display:block; width:100%; margin-bottom:8px; }

.full-set.half-set{ display:flex; gap: 16px; }

.fieldset{ display:block; width:100%; }

.form-area p{ font-size: 14px; line-height: 1; margin-bottom:0; margin-top: 15px; }

.fieldset label{ font-size: 14px; }



/* 6. Tables

------------------------------------------------------------------------------*/

table{ border-spacing: 0; border-collapse: collapse; }

td{ text-align: left; font-weight: normal; }



/* 7. Layout Framework

------------------------------------------------------------------------------*/



/*--------- home page ------------*/

/*banner*/

/*start*/

.banner{ display:block; width:100%; position: relative; }

.banner:before{ content:''; display:block; position:absolute; left:0; top: 0; width: 50%; height:100%; background: url(../images/banner-left-overlayer.png) no-repeat; background-size:cover; }

.banner:after{ content:''; display:block; position:absolute; right:0; top: 0; width: 50%; height:100%; background: url(../images/banner-right-overlayer.png) no-repeat; background-size:cover; }

.banner .container{ position:relative; padding-top: 75px; padding-left: 38px; box-sizing:border-box; z-index: 1; border-left: 0.75px solid #ffffff; }

.banner .banner-top{ display:block; width: 100%; padding-bottom: 40px; }

.banner .banner-top .two-col{ display:flex; gap: 28px; }

.banner .banner-top .two-col .col-left{ width: calc(50% - 14px); margin-left:0; }

.banner .banner-top .two-col .col-right{ width: calc(50% - 14px); margin-left:0; }

.form-area{ display:block; width:100%; border: 1px solid #ffffff; padding: 37px 62px 37px 62px; box-sizing:border-box; border-radius:20px; background:rgba(3, 9, 35, 0.35); backdrop-filter: blur(15.6px); -webkit-backdrop-filter: blur(15.6px); }

.banner h1{ margin-bottom: 40px; }

.banner p{ max-width: 517px; margin-left:0; margin-bottom: 40px; }

.banner .form-area p{ margin-bottom:0; }

.banner .banner-btm{ display:block; width:100%; padding: 40px 0 80px 0; box-sizing:border-box; }

.banner-info-grp{ display:flex; align-items: start; justify-content: space-between; gap: 135px; }

.banner-info{ display:inline-block; margin:0; max-width: 445px; }

.banner-info figure{ height: 30px; margin-bottom: 10px; }

.banner-info figure img{ height: 30px; }

.banner-info h3{ font-weight: 700; margin-bottom:0; }

/*end*/



/*logo section*/

/*start*/

.logo-section{ background: #030923; padding: 60px 0 50px 0; box-sizing:border-box; border-top: 0.75px solid #ffffff; border-bottom: 0.75px solid #ffffff; }

.logo-section h3{ color: #316BEF; font-weight: bold; margin-bottom: 40px; }

.logo-slider{ display:block; }

.logo-slider .item{ display: inline-block; }

.logo-slider .logo-cell{ display:block; cursor: pointer; }

.logo-slider .logo-cell figure{ display:block; width: 100%; position: relative; }

.logo-slider .logo-cell figure img{ display:block; max-width: 100%; height: 46px; margin:0; transition: all 0.3s ease-in-out; }

.logo-slider .logo-cell figure img + img{ position:absolute; left:50%; top:0; opacity:0; visibility:hidden; transform: translate(-50%, 0%); }

.logo-slider .logo-cell:hover figure img{ opacity:0.7; }

.logo-slider .logo-cell:hover figure img + img{ opacity:1; visibility:visible; }

.logo-slider .slick-slide{ margin-right: 47px; }

/*end*/



/*two col section*/

/*start*/

.two-col-section{ display:block; width:100%; padding: 75px 0 75px 0; box-sizing: border-box; }

.two-col-section .two-col{ display:flex; }

.two-col-section .two-col .col-left{ display:block; width: 50%; margin:0; }

.two-col-section .two-col .col-right{ display:block; width: 50%; margin:0; position:relative; }

.two-col-section h2{ margin-bottom: 55px; }

.two-col-section p{ margin-bottom: 35px; }

.two-col-section ul{ margin-bottom: 35px; }

p.mb-0{ margin-bottom:0; }

.machine-img{ display: block; position: absolute; height: 784px; top: -75px; left: -42px; }

.machine-img figure{ display:block; height:100%; }

.machine-img figure img{ display:block; height:100%; }

/*end*/



/*hospitals choose section*/

/*start*/

.hospitals-choose-section{ display:block; width:100%; padding:75px 0 20px 0; overflow: hidden; }

.hospitals-choose-section h2{ color:#030923; max-width: 550px; margin-left:0; margin-bottom:60px; }

.box-grp{ display: flex; flex-wrap:wrap; gap: 4px; }

.box-grp .box-cell{ width: calc( 33.3% - 4px ); background:#F9F9F9; border-radius: 33px; position:relative; min-height: 260px; margin:0; padding:38px 70px 38px 47px; box-sizing:border-box; display: flex; flex-direction: column; justify-content: space-between; height: 100%; border: 1px solid transparent; transition: all 0.3s ease-in-out; }

.hover-box:hover{ border-color:#316BEF; }

.box-cell h3:after{ content:''; display:block; position:absolute; top: 2px; right: -85px; width: 35px; height: 35px; background: url(../images/blue-star-big.svg) no-repeat; background-size:cover; }

.box-cell h3{ color:#316BEF; margin: 0; margin-bottom:20px; max-width: 278px; position:relative; }

.box-cell p{ color: #030923; margin-bottom:0; }

.box-grp .box-cell:nth-child(3n + 3):before{ content: ''; display: block; position: absolute; top: 0; left: calc(100% + 5px); width: 1000px; height: 100%; background: #F9F9F9; border-radius: 33px; }

.box-grp .box-cell:nth-child(3n + 1):before{ content: ''; display: block; position: absolute; top: 0; right: calc(100% + 5px); width: 1000px; height: 100%; background: #F9F9F9; border-radius: 33px; }

/*end*/



/*case point sec*/

/*start*/

.case-point-sec{ display:block; width: 100%; padding: 60px 0 150px 0; box-sizing:border-box; position:relative; }

.hand-img{ display:block; width:100%; position:absolute; top: 120px; line-height:0; pointer-events: none; }

.hand-img figure{ display:block; width:100%; }

.hand-img figure img{ display:block; width:100%; }

.case-point-sec .two-col{ display:flex; }

.case-point-sec .two-col .col-left{ display:block; width:55%; margin-left:0; }

.case-point-sec .two-col .col-right{ display:block; width:45%; margin-right:0; }

.case-point-sec h3{ margin-bottom:30px; }

.star-img{ width: 61px; margin-left: -30px; margin-bottom: 12px; }

.star-img figure{ display:block; width: 100%; }

.star-img figure img{ display:block; width: 100%; }

/*end*/



/*services section*/

/*start*/

.services-section{ display:block; width:100%; padding: 80px 0 100px 0; }

.services-section .star-img{ margin-left:-23px; }

.services-grp{ display:flex; flex-wrap: wrap; gap: 45px 150px; padding-top: 40px; }

.services-cell{ display:block; width: 310px; margin:0; }

.services-cell .service-icon{ display:block; height:37px; margin-bottom: 16px; margin-left:0; }

.service-icon p{ margin-bottom:0; }

.services-cell figure{ display:block; height:100%; margin:0; }

.services-cell figure img{ height:100%; display:block; margin:0; }

.services-cell h3{ color:#316BEF; font-family: "Montserrat", sans-serif; font-weight:700; }

/*end*/



/*featured section*/

/*start*/

.featured-section{ display:block; width:100%; padding: 70px 0 100px 0; box-sizing:border-box; }

.featured-section .featured-grp{ display:flex; flex-wrap:wrap; padding-top: 20px; gap: 20px; }

.featured-cell{ display:block; width: calc( 25% - 15px); border-radius:33px; background: #F9F9F9; overflow:hidden; margin: 0; }

.featured-cell .featured-img{ display: block; height: 300px; text-align: right; }

.featured-cell .featured-img img{ height:100%; max-width: 100%; object-fit:cover; }

.featured-cell .featured-text{ color:#316BEF; display:block; width:100%; border-top: 2px solid #316BEF; padding: 23px 30px 23px 60px; box-sizing:border-box; position:relative; font-size:20px; line-height:0.97; text-transform: uppercase; font-family: "Montserrat", sans-serif; font-weight:700; }

.featured-cell .featured-text:before{ content:''; display:block; position:absolute; left: 22px; top: 17px; width: 35px; height: 35px; background: url(../images/blue-star-big.svg) no-repeat; background-size:cover; }

/*end*/



/*surgical section*/

/*start*/

.surgical-section{ display:block; width:100%; background:#030923; position:relative; overflow: hidden; }

.surgical-section .surgical-img{ position:absolute; right: 0; top: 0; width: 38%; height: 100%; }

.surgical-section .surgical-img figure{ display:block; height:100%; }

.surgical-section .surgical-img figure img{ display: block; max-height: 100%; object-fit: cover; margin: 0; width: 100%; object-position: left top; }

.surgical-section .white-star{ position:absolute; right: 0; top: 0; width: 640px; }

.surgical-section .white-star figure{ display:block; width:100%; }

.surgical-section .white-star figure img{ display:block; width:100%; }

.surgical-section .two-col{ display: flex; }

.surgical-section .two-col .col-left{ display:block; width:50%; margin-left:0; padding-top: 115px; padding-bottom: 15px; box-sizing:border-box; }

.surgical-section .two-col .col-right{ display:block; width:50%; margin-right:0; }

.surgical-section .two-col .col-left h2{ margin-bottom: 72px; }

.link-start, .surgical-section ul{ margin: 0; position:relative; }

.link-start:before, .surgical-section ul:before{ content: ''; display: block; position: absolute; left: 16px; top: 0; border-left: 0.30px solid #316BEF; height: calc(100% - 55px); }

.link-start li, .surgical-section ul li{ display:block; width:100%; padding-left: 47px; box-sizing:border-box; margin-bottom: 45px; position:relative; }

.link-start li:before, .surgical-section ul li:before{ content:''; display:block; position:absolute; left:0; top: -8px; width: 33px; height: 33px; background: url(../images/blue-star-big.svg) no-repeat; background-size: cover; }

.link-start li h3, .surgical-section ul li h3{ color:#316BEF; font-family: "Montserrat", sans-serif; font-weight:700; margin-bottom: 15px; }

.link-start li p, .surgical-section ul li p{ color: #ffffff; margin-bottom:0; }

/*end*/



/*location contact section*/

/*start*/

.location-contact-section{ display:block; width: 100%; padding: 125px 0 115px 0; box-sizing:border-box; background: #030923; position:relative; }

.location-contact-section .container{ position:relative; }

.bottom-img{ display:block; width:100%; position:absolute; left:0; bottom:0; pointer-events:none; }

.bottom-img figure{ display:block; width:100%; }

.bottom-img figure img{ display:block; width:100%; }

.location-contact-section .two-col{ display:flex; margin-bottom: 90px; }

.location-contact-section .two-col .col-left{ width: 50%; margin-left:0; }

.location-contact-section .two-col .col-left h2{ margin-bottom:0; }

.location-contact-section .two-col .col-right{ width: 50%; margin-right:0; }

.location-contact-section .two-col .col-right p{ max-width: 430px; margin-right:0; }

.map-area{ display:block; width:100%; margin: 0 auto; margin-bottom: 70px; max-width: 1230px; }

.map-area figure{ display:block; width:100%; }

.map-area figure img{ display:block; width:100%; }

/*end*/



/*about cell grp*/

/*start*/

.about-cell-grp{ display:flex; flex-wrap: wrap; gap: 85px; margin-bottom: 50px; }

.about-cell-grp .about-cell{ display:inline-block; width:calc( 20% - 68px); margin:0; }

.about-counter{ display:flex; align-items:center; gap: 10px; margin-bottom: 5px; }

.about-counter figure{ height: 24px; margin:0; }

.about-counter figure img{ height: 24px; }

.number-cell{ display:inline-block; font-size: 25px; line-height: 0.3; text-transform: uppercase; color:#5AB9E8; font-family: "Montserrat", sans-serif; font-weight:700; margin:0; }

.about-cell p{ margin-bottom:0; }

/*end*/



/*country list*/

/*start*/

.country-list{ display:flex; gap: 36px; max-width: 1070px; margin: 0 auto; margin-bottom:120px; }

.country-name{ font-size: 20px; line-height: 0.9; font-family: "arboria",sans-serif; font-weight: 700; color:#FFFFFF; text-transform: uppercase; padding-left: 58px; box-sizing:border-box; position:relative; }

.country-name:before{ content:''; display:block; position:absolute; left:0; top: -16px; width: 58px; height:58px; background: url(../images/aqua-star.svg) no-repeat; background-size: cover; }

/*end*/



/*form area*/

/*start*/

.location-contact-section .form-area{ display: block; max-width: 1105px; margin: 0 auto; padding:37px 60px 38px 56px; }

.location-contact-section .form-area .two-col{ display: flex; gap: 39px; margin-bottom:0; }

.location-contact-section .form-area .two-col .col-left{ width: 28%; margin-left:0; }

.location-contact-section .form-area .two-col .col-right{ width: 72%; margin-right:0; }

.location-contact-section .form-area h2{ font-size: 40px; }

.location-contact-section .form-area input[type="text"], .location-contact-section .form-area input[type="password"], .location-contact-section .form-area input[type="email"], .location-contact-section .form-area input[type="tel"], .location-contact-section .form-area input[type="search"]{ height: 39px; }

.radio-group{ display: flex; flex-wrap: wrap; gap: 20px 20px; padding: 13px 0 25px 0; box-sizing: border-box; }

.radio-group > div{ margin: 0; }

.radio-group input[type="radio"]{ display: none; }

.radio-label{ display: flex; align-items: center; gap: 11px; cursor: pointer; font-size: 20px !important; color: #FFFFFF; font-family: "Montserrat", sans-serif; font-weight:400; }

.radio-label .circle{ width: 20px; height: 20px; border-radius: 50%; border: 1px solid #ffffff; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; }

.radio-label .circle::after{ content: ""; width: 14px; height: 14px; border-radius: 50%; background: transparent; transition: all 0.3s ease; }

input[type="radio"]:checked + .radio-label .circle{ border-color: #ffffff; }

input[type="radio"]:checked + .radio-label .circle::after{ background: #5AB9E8; }

input[type="radio"]:checked + .radio-label{ color: #ffffff; }

.radio-label:hover .circle{ border-color: #fff; }

/*end*/



/*content with img section*/

/*start*/

.content-with-img-section{ display:block; width:100%; }

.content-with-img-section .two-col{ display: flex; position:relative; }

.content-with-img-section .two-col .col-left{ width:50%; min-height: 675px; position:relative; }

.content-with-img-section .two-col:after{ content:''; display:block; position:absolute; left: 50%; top: -117px; width:234px; height: 234px; background: url(../images/blue-star-big.svg) no-repeat; background-size: cover; transform: translate(-50%, 0%); }

.content-with-img-section .two-col .col-left img{ display:block; object-fit: cover; }

.content-with-img-section .two-col .col-right{ width:50%; display: flex; align-items: center; }

.content-with-img-section .two-col .col-right .content-inner{ max-width: 1300px; width: 100%; margin: 0 auto; padding: 0 20px 0 125px; box-sizing:border-box; margin-left: 0; }

.content-box{ max-width: 525px; margin-left:0; }

.content-box p{ max-width: 427px; margin-left:0; }

/*end*/



/*consultation section*/

/*start*/

.consultation-section{ display:block; width:100%; text-align:center; background:#030923; }

.consultation-section .container{ padding: 125px 0; box-sizing:border-box; border-left: 0.75px solid #ffffff; border-right: 0.75px solid #ffffff; }

.consultation-section .center-box{ max-width: 615px; }

.consultation-section h2{ margin-bottom: 25px; }

.consultation-section p{ margin-bottom: 40px; }



.banner .form-area .gfield textarea{

	height: 76px !important;

}

.banner .form-area #field_5_1, .banner .form-area .gform_wrapper.gravity-theme .gfield{

	width: 100%;

}

.banner .form-area .gform_wrapper.gravity-theme .gform_fields{

	grid-row-gap: 8px;

	grid-column-gap: 3%;

}

.banner .form-area .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer{

	padding: 0px 0;

}

.gform_required_legend{ display: none; }





.location-contact-section .form-area .gform_wrapper.gravity-theme .gfield_label{ font-size: 14px; text-transform: uppercase; margin-bottom: 0px; font-weight: 400;}
.location-contact-section .form-area .gform_wrapper.gravity-theme .gfield input.large, .location-contact-section .form-area .gform_wrapper.gravity-theme .gfield select.large, .location-contact-section .form-area .gform_wrapper.gravity-theme .gfield.gfield--width-half{ width: 100%; }


/*updated*/
.ginput_container label{ cursor: pointer; font-size: 20px !important; color: #FFFFFF; font-family: "Montserrat", sans-serif; font-weight: 400; }
.gfield_radio{ display: flex !important; flex-wrap: wrap; align-items: start; justify-content: start; gap: 20px 20px; grid-column-gap: inherit !important; max-width: none; padding-top: 15px; padding-bottom: 15px; }
.gfield_radio .gchoice{ margin: 0; margin-right: 30px; }
.gform_wrapper.gravity-theme .gfield-choice-input{ margin:0; }
.gform_wrapper.gravity-theme .gfield-choice-input+label{ max-width: inherit !important; display: flex !important; align-items: center; flex-direction: row-reverse; }
.gfield_radio .gchoice input[type="radio"]{ display: none; }
.radio-label{ display: flex; align-items: center; gap: 11px; cursor: pointer; font-size: 20px !important; color: #FFFFFF; font-family: "Montserrat", sans-serif; font-weight:400; }
.gfield_radio .gchoice .circle{ width: 20px; height: 20px; border-radius: 50%; border: 1px solid #ffffff; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; margin: 0; margin-right: 10px; }
.gfield_radio .gchoice .circle::after{ content: ""; width: 14px; height: 14px; border-radius: 50%; background: transparent; transition: all 0.3s ease; }
.gfield_radio .gchoice input[type="radio"]:checked + .gform-field-label{ border-color: #ffffff; }
.gfield_radio .gchoice input[type="radio"]:checked + .gform-field-label .circle::after{ background: #5AB9E8; }
.gfield_radio .gchoice input[type="radio"]:checked + .gform-field-label{ color: #ffffff; }
.radio-label:hover .circle{ border-color: #fff; }


/*inner page update*/
body .units-container{ max-width: 1300px; width: 100%; margin: 0 auto !important; box-sizing: border-box; background: #ffffff; padding-top: 0; }
body .site-container{ box-shadow: none; }
body .sub-page{ background-color: transparent; }
body .sub-page p{ color: #ffffff; font-size: 20px; font-weight: 400; line-height: 1.5; margin-bottom: 20px; font-family: "Montserrat", sans-serif; }
.sub-page h2, .sub-page h2 a{ color: #ffffff; }
.searchform > div{ position:relative; } 
.searchform > div #searchsubmit{ position:absolute; right:0; top:0; }
.searchform{ position: relative; }

/*updated on 15.05*/
/*start*/
.main-inner{ background:#ffffff; }
.main-inner #page{ background:#ffffff; }
.main-inner h1, .main-inner h2, .main-inner p{ color:#000000; }
body .main-inner .sub-page p{ color: #000000; }
.sidebar{ background:#030923; padding: 30px 25px; box-sizing: border-box; }
body .main-inner .sub-page .sidebar p{ color: #ffffff; }
.employee-name{ color:#000000; }
.employee-position, .employee-about{ color:#000000; }
.gform_legacy_markup_wrapper .top_label .gfield_label, .gform_legacy_markup_wrapper legend.gfield_label{ color:#000000; }
.gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_legacy_markup_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label{ color: #000000; }
/*end*/

.subpage-banner{ position: relative; }
.subpage-banner img{ height: 360px; object-fit: cover; object-position: center; width: 100%; }
.subpage-banner:before{ content: ''; display: block; position: absolute; left: 0; top: 0; width: 30%; height: 100%; background: url(../images/banner-left-overlayer.png) no-repeat; background-size: cover; }
.subpage-banner:after{ content: ''; display: block; position: absolute; right: 0; top: 0; width: 30%; height: 100%; background: url(../images/banner-right-overlayer-inner-page.png) no-repeat; background-size: cover; }
.subpage-banner .container{ position:absolute; left:50%; top:0; height: 100%; transform: translate(-50%, 0%); border-left: 0.75px solid #ffffff; }
.site-main{ padding: 75px 0 75px 0; }
.site-main h1{ margin-bottom: 45px;}
.breadcrumb-section{ background: #030923; border-top: 0.75px solid #ffffff; border-bottom: 0.75px solid #ffffff; }
.breadcrumb-section .breadcrumbs{ max-width: 1300px; width: 100%; margin: 0 auto !important; padding-left:0; }
.breadcrumbs a{ color: #5AB9E8; }
.breadcrumbs a:hover{ color:#316BEF; }
.main-inner h3{ margin-bottom: 10px; }
.main-inner h3 a{ color:#5AB9E8; }
.main-inner h3 a:hover{ text-decoration: none; color:#316BEF; }
.main-inner .entry-content p{ margin-bottom: 45px; }
.main-inner .entry-content p a{ color:#5AB9E8; text-decoration: none; }
.main-inner .entry-content p a:hover{ color: #316BEF; }
.latest-news h3{ margin-bottom: 15px; margin-top: 15px; }
.latest-news a{ margin-top:10px; color:#5AB9E8; }
.latest-news a:hover{ text-decoration: none; color: #316BEF; }

.sidebar a{ color:#5AB9E8; }
.sidebar a:hover{ color:#316BEF; }

.search-bar form{ position:relative; }
.search-bar #searchsubmit{ position: absolute; right: 0; top: 0; background: transparent !important; z-index: 3; height: 100%; border: none; box-shadow: none; padding: 0; width: 40px; }
.search-bar #searchform input{ border: 1px solid #000000; padding: 0 13px; box-sizing: border-box; color: #FFFFFF; font-size: 14px; height: 31px; font-family: "Montserrat", sans-serif; font-weight: 400; border-radius: 8px; background: rgba(255, 255, 255, 0.28); width: 100%; padding-right: 41px; }
.latest-news a.read-story{ text-transform: uppercase; font-weight: bold; font-size: 18px; }
.main-inner .entry-header{ border-bottom: none !important; }
#sidebar-products{ margin-left:0; }
#sidebar-products li{ padding-left: 20px; list-style: none; position:relative; }
#sidebar-products li:before{ content:''; display:block; position:absolute; left:7px; top: 12px; width: 6px; height:6px; background: #ffffff; border-radius: 50%; }
#sidebar-products li a:hover{ text-decoration: none; }
.subcategory-list .units-row .product-name a:hover{ text-decoration: none; }
.file-form-container .file-form .form-box{ background:#030923; }
.file-form-container ul#gform_fields_4 input{ border: 1px solid #5AB9E8; padding: 0 13px; box-sizing: border-box; color: #FFFFFF; font-size: 14px; height: 31px; font-family: "Montserrat", sans-serif; font-weight: 400; border-radius: 8px; background: rgba(255, 255, 255, 0.28); width: 100%; padding-right: 41px; }
.file-form-container #gform_submit_button_4{ font-size: 17px; line-height: 0.97; text-transform: uppercase; border-radius: 40px; padding: 11px 20px 11px 20px; box-sizing: border-box; background: #5AB9E8; color: #ffffff; border: none; transition: all 0.3s ease-in-out; cursor: pointer; box-shadow: none; }
.file-form-container #gform_submit_button_4:hover{ background: #316BEF; color: #ffffff; text-decoration: none; }
p a:hover{ text-decoration: none; }
.gform-body input[type=text], .gform-body input[type=tel], .gform-body input[type=number], .gform-body input[type=email], .gform-body input[type=url], .gform-body input[type=password], .gform-body input[type=search], .gform-body select{ border: 1px solid #5AB9E8; padding: 0 13px !important; box-sizing: border-box !important; color: #000000 !important; font-size: 14px !important; height: 31px; font-family: "Montserrat", sans-serif !important; font-weight: 400; border-radius: 8px; background: rgba(255, 255, 255, 0.28); width: 100% !important; }
.gform-body textarea{ border: 1px solid #5AB9E8; padding: 8px 13px !important; box-sizing: border-box !important; color: #000000 !important; font-size: 14px !important; height: 150px !important; font-family: "Montserrat", sans-serif !important; font-weight: 400; border-radius: 8px; background: rgba(255, 255, 255, 0.28); resize: none !important; width: 100% !important; }
.gform_legacy_markup_wrapper select option{ background: #ffffff; }
.gform-body select:focus-visible{ outline:none; }
.gform_legacy_markup_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper .gform_footer input[type=submit]{ font-size: 17px !important; line-height: 0.97; text-transform: uppercase; border-radius: 40px; padding: 11px 20px 11px 20px; box-sizing: border-box !important; background: #5AB9E8; color: #ffffff; border: none; transition: all 0.3s ease-in-out; cursor: pointer; box-shadow: none; text-shadow: none; }
.gform_legacy_markup_wrapper .gform_footer input.button:hover, .gform_legacy_markup_wrapper .gform_footer input[type=submit]:hover{ background: #316BEF; color: #ffffff; text-decoration: none; }
.logo-list-section .logo-cell img{ transition: all 0.3s ease-in-out; }
.logo-list-section .logo-cell img + img{ position:absolute; opacity:0; visibility:hidden; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.logo-list-section .logo-cell{ position:relative; margin: 0; display: inline-block !important; transform: scale(1.2); transform-origin: center; }
.logo-list-section .logo-cell:hover img{ opacity:0.7; }
.logo-list-section .logo-cell:hover img + img{ opacity:1; visibility:visible; }
.logo-cell-outer{ text-align:center; width:100%; }
.subcategory-list.team-list{ margin-bottom:0 !important; }
.subcategory-list.team-list .units-row:last-child{ margin-bottom:0 !important; }
.subcategory-list.team-list .units-row{ padding-top: 30px; }
.units-row .unit-80{ margin-left:0; }
.news-date{ width: 60%; }
.units-container .alm-btn-wrap .alm-load-more-btn{ font-size: 17px; line-height: 0.97; text-transform: uppercase; border-radius: 40px; padding: 11px 20px 11px 20px; box-sizing: border-box; background: #5AB9E8; color: #ffffff !important; display: inline-block; height:auto; box-shadow: none; transition: all 0.3s ease-in-out; font-weight: 400; }
.units-container .alm-btn-wrap .alm-load-more-btn:hover{ background: #316BEF; color: #ffffff; text-decoration: none; }
.alm-btn-wrap .alm-load-more-btn:active{ background: #316BEF; color: #ffffff; text-decoration: none; }
.latest-news .units-row .unit-20{ width: 13%; }
.latest-news .units-row .unit-80{ margin-left:0; }

.navigation .current_page_item > a{ color: #5AB9E8 !important; }
.navigation .current-menu-parent > a{ color: #5AB9E8 !important; }
.navigation .current-menu-item > a{ color: #5AB9E8 !important; }
.navigation .menu > li:hover > a{ color: #5AB9E8 !important; }

.menu-area .current_page_item > a{ color: #316BEF !important; }
.menu-area .current-menu-parent > a{ color: #316BEF !important; }
.menu-area .current-menu-item > a{ color: #316BEF !important; }
.menu-area .menu > li:hover > a{ color: #316BEF !important; }

.entry-content ul{ margin-left:0; }
.entry-content ul li{ padding-left: 20px; list-style: none; position: relative; }
.entry-content li:before {content: ''; display: block; position: absolute; left: 7px; top: 12px; width: 6px; height: 6px; background: #ffffff; border-radius: 50%; }

header.page-header{ padding-left:0; padding-bottom: 5px; margin-bottom:20px; }
header.page-header h1{ margin-bottom: 10px; }

h2.entry-title a{ color:#5AB9E8; }
h2.entry-title a:hover{ text-decoration: none; color:#316BEF; }
.gform_legacy_markup_wrapper ul.gform_fields li.gfield{ padding-left: 0; }


.header-search-wrapper{
	display: flex;
    align-items: center;
}
.header-search {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    z-index: 999;
}

.header-search.active {
    display: block;
}

.search-toggle {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    box-shadow: none;
}
.search-toggle:hover{
	box-shadow: none;
}
.search-toggle img {
    width: 22px;
    height: 22px;
}

.search-form input[type="text"] {
    width: 220px;
    padding: 8px 12px;
}
.inner_banner_content{
	position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}
h3.subcategory, .entry-content ul li, .entry-content ol li{ color: #030923; }



.page_content_sec{ text-align: center; }
.page_content_sec h2{ max-width: 752px; margin-bottom: 50px; }
.page_content_sec p{ max-width: 1002px; }
.video_sec{ display:block; width:100%; }
.video_sec .container{ max-width: 882px; text-align:center; }
.video_sec .video_wrapper{ display:block; width:100%; padding-top: 20px; }
.video_sec .video-cell{ display:block; width:100%; border-radius: 28px; overflow:hidden; margin-bottom: 20px; }
.team_heading{ display: inline-flex; align-items: start; position: relative; padding-left: 35px; }
.team_heading img{ position: absolute; left: -28px; }
.team_heading .team-name{ display:inline-block; border-bottom: 0; margin-bottom: 0; }
.team_heading .team-name{ color:#316BEF; font-weight: 500; }
.subcategory-list .units-row .unit-33{ background: #F9F9F9; border-radius: 33px; overflow: hidden; padding: 29px 30px 17px 18px; box-sizing:border-box;  }
.employee_heading{ display: inline-flex; align-items: start; gap: 2px; position:relative; }
.subcategory-list .units-row .unit-33 .employee_heading img{ position:absolute; left:0; top:0; }
.employee-name{ color:#316BEF; text-transform: uppercase; margin-bottom: 0; padding-left: 37px; box-sizing: border-box; }
.subcategory-list .units-row .unit-33 .employee-position{ padding-left: 37px; box-sizing:border-box; }
.about_two_col_sec{ display:flex; }
.about_two_col_sec .about_left_content{  width:60%; margin-left:0; }
.about_two_col_sec .about_right_col{  width:40%; margin-right:0; }
.subcategory-list.brand-list  .units-row .unit-33{ padding: 0; margin-bottom: 35px; }
.product-row{ display: flex; flex-wrap:wrap; gap: 25px 2%; } 
.product-row .product-item{ width: 49%; background:#F9F9F9; border-radius: 33px; overflow: hidden; }
.product-row .product-img{ display:block; }
.product-row .product-img img{ height: 234px; object-fit: cover; object-position: top right; width: 100%; }
.product-content{ padding: 25px 25px 33px 60px; box-sizing:border-box; border-top: 2px solid #316BEF; }
.product-content h3{ color:#316BEF; position:relative; }
.product-content h3 a{ color:#316BEF; }
.cta-box{ padding: 50px 60px; box-sizing:border-box; display:flex; align-items:center; position:relative; background-position: center !important; background-size: cover !important; }
.cta-box:before{ content:''; display:block; position:absolute; left:0; top: 0; width: 100%; height:100%; background: rgba(3, 9, 35, 0.66); }
body .main-inner .cta-box .cta-content p{ color:#ffffff; }
.cta-content{ position: relative; }
.cta-content h3{ margin-bottom: 20px; }
.service_card_sec .service-card-row{ display: flex; }
.service_card_sec .service-card-row .service-card{ width: 31%; margin-right: 2%; background: #F9F9F9; border-radius: 33px; overflow: hidden; padding: 38px 40px 38px 45px; box-sizing: border-box; }
.service_card_sec .service-card-row .service-card:nth-child( 3n + 3 ){ margin-right:0; }
.service-card-head h3{ text-align: left; }
.service-card-head h3 a{ color:#316BEF; }
.service-card-head{ display:flex; position:relative; margin-bottom: 50px; padding-right: 40px; }
.service-card-content p{ text-align: left; margin-bottom: 0; }
.service-card-head .plus-icon{ display:inline-block; position:absolute; right:0; top:0; }
.service-card .service-card-content p{ margin-bottom:0; }
.product-wrapper .unit-25 p a{ background: #F9F9F9; border-radius: 33px; overflow: hidden; height: 265px; display: flex; align-items: center; justify-content: center; }
.subcategory-list .units-row .product-name{ color:#316BEF; display: flex; align-items: start; }
.subcategory-list .units-row .product-name img{ display:inline-block; margin: 0; }
.subcategory-list .units-row .product-name a{ color:#316BEF; margin: 0; }
.subcategory-list .product-wrapper .unit-25:nth-child( 4n + 1 ){ margin-left:0; }
.inner-cta{ margin-top: 200px; }
.subcategory-list .product-wrapper .unit-25 .product-name a{ text-align: left; }
.product-content h3{ position: relative; }
.product-content h3 img{ position: absolute; left: -35px; top: -8px; }
.product-row .product-item .product-content p{ margin-bottom:0; }
.subcategory-list .units-row .subcategory{ margin-bottom: 30px; }
.brand-list{ margin-bottom:0 !important; }
.category-services .category-list{ color: #316BEF; font-size: 20px; display: flex; align-items: center; margin-top: 15px; margin-bottom: 50px; }
.category-services .entry-meta{ color: #030923; }
.post-categories a{ color:#316BEF; }
.post-categories li{ padding-bottom:0; }
.category-services .category-list img{ display: inline-block; width: 34px; margin: 0; margin-right: 10px; }
.category-services .category-list strong{ margin: 0; }
.category-services .category-list .post-categories{ display: inline-block; margin: 0; margin-left: 5px; }

.post-template-default .category-services h3{ font-size: 30px; line-height: 157%; color:#0F2593; font-weight: 400; font-family: "Montserrat", sans-serif !important; text-transform: none; margin-bottom: 5px; }
.post-template-default .category-services h3 strong{ color:#0F2593; font-family: "Montserrat", sans-serif !important; font-weight: 400; }
.post-template-default .category-services ul li{ padding-left: 20px; box-sizing:border-box; }
.post-template-default .category-services ul li:after{ content: ''; display: block; position: absolute; left: 8px; top: 14px; width: 3px; height: 3px; background: #030923; border-radius: 100%; }
.post-template-default .category-services ul li:before{ display: none; }
.post-template-default .category-services ol{ margin-left:10px; }
.post-template-default .category-services ol li{ position:relative; }
.post-template-default .category-services ol li:before{ display:none; }
.category-services .category-list .post-categories li{ padding-left: 0; }
.category-services .entry-content{ max-width: 1064px; margin-left:0; }
.category-services .category-list .post-categories li:after{ display:none; }