/* GENERAL */
* {outline:none !important;color:#004B6D;font-size:16px;font-family: 'montserratregular', sans-serif;transition: .2s all ease-in-out;-webkit-transition: .2s all ease-in-out;-moz-transition: .2s all ease-in-out;}
body {position: relative;overflow-x:hidden;scroll-behavior: smooth;}
body:before {content: '';height: 100vh;width: 100%;position: fixed;backdrop-filter: blur(4px);z-index: 101;opacity: 0;visibility: hidden;-webkit-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
body.blurry-body {overflow:hidden;}
body.blurry-body:before {-webkit-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;opacity: 1;visibility: visible;background: rgba(0,0,0,0.16);}
h1, h2, h3, h4, h5, h6, p {margin:0;}
a {text-decoration: none;outline:none;}
.small-title {position:relative;width: fit-content;text-transform: uppercase;font-size: 18px;color: #fff;}
.small-title:after {content:'';width: 90%;height: 1px;background: #fff;position: absolute;left: 50%;bottom: -15px;transform: translateX(-50%);}
.accordion-button:focus {box-shadow:none;}
/* FONTS */
.mon-light {font-family: 'montserratlight', sans-serif;}
.mon-light-it {font-family: 'montserratlight_italic', sans-serif;}
.mon-regular {font-family: 'montserratregular', sans-serif;}
.mon-medium {font-family: 'montserratmedium', sans-serif;}
.mon-semibold {font-family: 'montserratsemibold', sans-serif;}
.mon-bold {font-family: 'montserratbold', sans-serif;}
input[type="checkbox"] {position:relative;}
input[type="checkbox"]::before {content: '';background: #fff;width: 20px;height: 20px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);} 
input[type="checkbox"]::after {content:'';background: #fff;border:1px solid #B9B8B8;width: 100%;height: 100%;position:absolute;top:0;left:0;right:0;bottom:0;border-radius:4px;}
input[type="checkbox"]:checked::after {content:'';background: #004B6D;border:1px solid #004B6D;}

/* HEADER */
header {background: #fff;height: 100px;display: flex;align-items: center;position: fixed;top: 0;left: 0;width: 100%;z-index: 20;}
header.blurry-body {margin:0 0 -100px 0;position: relative;-webkit-transition: all 0s ease-in-out;-ms-transition: all 0s ease-in-out;-o-transition: all 0s ease-in-out;-moz-transition: all 0s ease-in-out;transition: all 0s ease-in-out;}
header.blurry-body:before {-webkit-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;opacity: 1;visibility: visible;background: rgba(0,0,0,0.16);}
header.sticky {height:75px;}
header img {height:84px;object-fit: contain;}
header.sticky img {height:75px;}
header .header-col {display: flex;align-items: center;justify-content: space-between;}
header .header-col .nav {align-items: center;}
header .header-col .nav .small-nav {display:flex;list-style: none;padding:0;margin:0 40px 0 0;}
header .header-col .nav .small-nav li:last-of-type {margin-left: 20px;}
header .header-col .nav .small-nav a {color: #092734;text-transform: uppercase;font-size: 18px;}
header .header-col .nav .small-nav a:hover {color: #008399;}
header .header-col .nav .toggle-btn {width: 40px;height: 25px;display: flex;flex-direction: column;align-items: flex-end;justify-content: space-between;}
header .header-col .nav .toggle-btn span {height: 2px;background: #092734;}
header .header-col .nav .toggle-btn:hover span {background: #008399;}
header .header-col .nav .toggle-btn span:first-of-type, header .header-col .nav .toggle-btn:hover span:nth-of-type(2), header .header-col .nav .toggle-btn:hover span:nth-of-type(3) {width:100%;}
header .header-col .nav .toggle-btn span:nth-of-type(2) {width:75%;}
header .header-col .nav .toggle-btn span:nth-of-type(3) {width:50%;}

.nav-right {z-index:1000;width: 495px;height: 100vh;position: fixed;top: 0;right: -495px;-webkit-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
.nav-right.shown {right:0;-webkit-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
.nav-right .close-btn {position: absolute;top: 30px;height: 50px;width: 50px;left: 0px;background-image: url('../img/close.svg');background-repeat: no-repeat;background-size: contain;}
.nav-right .nav-container {background: #fff;overflow-y: scroll;height: inherit;width: 400px;position: absolute;top: 0;right: 0;}
.nav-right .nav-container::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);background-color: #F5F5F5;}
.nav-right .nav-container::-webkit-scrollbar {width: 8px;background-color: #F5F5F5;}
.nav-right .nav-container::-webkit-scrollbar-thumb {background-color: #000000;border: 2px solid #555555;}
.nav-right .nav-container ul {margin: 0;list-style: none;padding: 80px 40px;min-height: 70%;}
.nav-right .nav-container ul li {margin: 0 0 30px 0;}
.nav-right .nav-container ul li:last-of-type {margin: 0;}
.nav-right .nav-container ul li a {font-family: 'montserratsemibold', sans-serif;font-size: 18px;color:#004B6D;text-transform: uppercase;}
.nav-right .nav-container ul li a:hover {color: #008399;}
.nav-right .nav-container ul li ul.mini-nav {padding:0;margin: 15px 0;}
.nav-right .nav-container ul li ul.mini-nav li {margin: 0;}
.nav-right .nav-container ul li ul.mini-nav li a {font-size: 14px;color: #8B999F;text-transform: uppercase;}
.nav-right .nav-container ul li ul.mini-nav li a:hover {color: #004B6D;}
.nav-right .nav-container .newsletter {background: #004B6D;padding: 40px;}
.nav-right .nav-container .newsletter .title {color: #C9DEE8;display: block;font-size: 23px;font-family: 'montserratmedium', sans-serif;text-transform: uppercase;line-height: 1.2;margin: 0 0 10px 0;}
.nav-right .nav-container .newsletter .subtitle {color: #C9DEE8;display: block;font-size: 14px;font-family: 'montserratmedium', sans-serif;margin: 0 0 20px 0;}
.nav-right .nav-container .newsletter form {position: relative;}
.nav-right .nav-container .newsletter form input#email {border: none;border-bottom: 1px solid #C9DEE8;width: 100%;background: none;padding: 0 0 7px 0;color: #fff;font-family: 'montserratmedium', sans-serif;}
.nav-right .nav-container .newsletter form input#email::placeholder {color: #C9DEE8;}
.nav-right .nav-container .newsletter form .submit-btn {width: 24px;height: 24px;background: transparent;border: none;background-image: url('../img/btn.svg');position: absolute;top: 0;right: 0;}
.nav-right .nav-container .newsletter form .submit-btn:hover {opacity:0.6;}
.nav-right .nav-container .newsletter form .submit-btn.loading {pointer-events:none;border-radius:50%;border-right:2px solid #008399;border-top:2px solid #008399;background-image:none;-webkit-animation: rotating 2s linear infinite;-moz-animation: rotating 2s linear infinite;-ms-animation: rotating 2s linear infinite;-o-animation: rotating 2s linear infinite;animation: rotating 2s linear infinite;}
.nav-right .nav-container .newsletter form .form-msg, .contact-section .contact-container form .form-msg {font-size: 12px;height: 15px;margin: 10px 0;position: relative;}
.nav-right .nav-container .newsletter form .form-msg span, .contact-section .contact-container form .form-msg span {position:absolute;color:#C9DEE8;opacity:0;}
.nav-right .nav-container .newsletter form .form-msg span.shown, .contact-section .contact-container form .form-msg span.shown {opacity:1;}

/* FOOTER */
footer {padding: 80px 0;background: #004B6D;}
footer .top {display: flex;align-items: flex-start;justify-content: space-between;}
footer .top .nav {flex-direction: column;}
footer .top .nav .item-with-dropdown {position: relative;}
footer .top .nav .item-with-dropdown .dropdown {visibility:hidden;opacity:0;list-style: none;border: 1px solid #707070;background: #FFFFFF;padding: 15px;position: absolute;width: 250px;left: 60%;top: -50%;transform: translateY(15%);}
footer .top .nav .item-with-dropdown .mobile-dropdown {padding:0;overflow:hidden;list-style: none;background: #fff;border: none;height:0;-webkit-transition: all .8s ease;-moz-transition: all .8s ease;-ms-transition: all .8s ease;-o-transition: all .8s ease;transition: all .8s ease;display: flex;flex-direction: column;justify-content: center;}
footer .top .nav .item-with-dropdown:hover .dropdown {visibility:visible;opacity:1;}
footer .top .nav .item-with-dropdown .dropdown a, footer .top .nav .item-with-dropdown .mobile-dropdown a {color: #8B999F;font-size: 14px;}
footer .top .nav .item-with-dropdown .dropdown a:hover, footer .top .nav .item-with-dropdown .mobile-dropdown a:hover {color: #008399;}
footer .top .nav a {font-family: 'montserratbold', sans-serif;font-size:18px;color: #C9DEE8;text-transform: uppercase;}
footer .top .nav a:hover {color: #008399;}
.nav-right .nav-container .social-nav {margin: 50px 0 0 0;}
footer .top .social-nav, .nav-right .nav-container .social-nav {list-style: none;padding: 0;display: flex;align-items: center;}
footer .top .social-nav li, .nav-right .nav-container .social-nav li {margin: 0 10px 0 0;}
footer .top .social-nav li:last-of-type, .nav-right .nav-container .social-nav li:last-of-type {margin: 0;}
footer .top .social-nav li a, .nav-right .nav-container .social-nav li a  {font-size: 20px;background: #C9DEE8;width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;border-radius: 50%;}
footer .top .social-nav li a i, .nav-right .nav-container .social-nav li a i {color: #004B6D;}
footer .top .social-nav li a:hover, .nav-right .nav-container .social-nav li a:hover {background: #008399;}
footer .top .social-nav li a:hover i, .nav-right .nav-container .social-nav li a:hover i {color: #fff;}
footer .copyrights {color: #fff;margin: 35px 0 0 0;}

/* HOMEPAGE BANNER */
.homepage-banner {background-size: cover;height: 100%;min-height: 85vh;position: relative;margin: 100px 0 0 0;}
.homepage-banner:after {content: '';background-image: url(../img/Shape.svg);width: 100%;position: absolute;bottom: -5px;left: 0;height: 55px;background-repeat: no-repeat;background-size: cover;z-index:11;}
.homepage-banner .overlay {position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0,0,0,0.25);display: flex;align-items: center;justify-content: center;flex-direction: column;}
.homepage-banner .overlay h1 {font-size: 10vh;color: transparent;line-height: 0.7;-webkit-text-stroke-width: 2px;-webkit-text-stroke-color: #fff;text-transform: uppercase;text-align: center;font-family: 'montserratbold', sans-serif;}
.homepage-banner .overlay h1 .subtitle {color: #fff;font-size:inherit;font-family: inherit;}
.homepage-banner .overlay .read-more, .products-section .learn-more {background: #008399;color: #fff;padding: 15px 30px;text-transform: uppercase;margin: 40px 0 0 0;border-radius: 50px;font-size: 18px;}
.homepage-banner .overlay .read-more:hover, .products-section .learn-more:hover {background: #fff;color: #008399;}
.homepage-banner .overlay .action-btns {padding: 0;list-style: none;display: flex;flex-wrap: nowrap;margin:0;position:absolute;bottom: 10%;right:10%;}
.homepage-banner .overlay .action-btns a {width: 50px;height: 50px;display: block;background-size:contain;background-repeat: no-repeat;opacity:1;}
.homepage-banner .overlay .action-btns a:hover {opacity:0.55;}
.homepage-banner .overlay .action-btns a.whatsapp-btn {background-image: url('../img/whatsapp.svg');}
.homepage-banner .overlay .action-btns a.email-btn {background-image: url('../img/envelope.svg');}
.homepage-banner .overlay .action-btns li:last-of-type {margin:0 0 0 5px;}

/* HOMEPAGE PRODUCTS */
.products-section {padding: 75px 0;background: #004B6D;}
.products-section h3 {margin: auto auto 52px auto;}
.products-section .learn-more {display:block;margin: 100px auto 0 auto;width: fit-content;}
.products-section .product-col {position:relative;}
.products-section .product-col:after {content:'';display: block;padding-bottom:100%;}
.products-section .product-col .product-img {background:#fff;display: flex;overflow:hidden;align-items: center;flex-direction: column;justify-content: center;align-content: center;text-align: center;padding: 25px;position: absolute;left: 15px;top: 15px;right: 15px;bottom: 15px;}
.products-section .product-col .product-img:after {content: '';opacity: 0;position: absolute;width: 100%;height: 100%;background: #008399;transition: .2s all ease-in-out;-webkit-transition: .2s all ease-in-out;-moz-transition: .2s all ease-in-out;}
.products-section .product-col .product-img:hover:after {opacity:0.5;transition: .2s all ease-in-out;-webkit-transition: .2s all ease-in-out;-moz-transition: .2s all ease-in-out;}
.products-section .product-col .product-img img {width:100%;height: 100%;}
.products-section .product-col .product-img:hover img {transform: scale(1.1);}
.products-section .product-col .caption {display: flex;flex-direction: column;align-items: center;position: absolute;width: 100%;bottom: -15%;left:0;}
.products-section .product-col .caption span {color: #fff;font-size:20px;}

/* HOMEPAGE SERVICES */
.services-section {height:900px;}
.services-section .services-container {top: -20%;position: relative;z-index: 17;}
.services-section .services-container .swiper-button-next {position: absolute;top: 65%;right: -25px;left:unset;transform: translateY(-50%);background-image: url('../img/Right.svg');background-size: contain;width:75px;height:75px;}
.services-section .services-container .swiper-button-prev {position: absolute;top: 65%;left: -25px;right:unset;transform: translateY(-50%);background-image: url('../img/Left.svg');background-size: contain;width:75px;height:75px;}
.services-section .services-slider {overflow: hidden;margin-top:-200px;padding-top:200px;}
.services-section .small-title {color: #004B6D;margin:0 auto 80px auto;}
.services-section .small-title:after {background:#008399;}
.services-section .service-slide {transition: .2s all ease-in-out;-webkit-transition: .2s all ease-in-out;-moz-transition: .2s all ease-in-out;top:0;height: 100%;min-height: 450px;background-repeat: no-repeat;background-size: cover;background-position: center;position: relative;}
.services-section .service-slide:hover {top: -50px;transition: .2s all ease-in-out;-webkit-transition: .2s all ease-in-out;-moz-transition: .2s all ease-in-out;}
.services-section .service-slide .overlay {background: rgba(0,0,0,0.5);position: absolute;top:0;left:0;width:100%;height:100%;display: flex;flex-direction: column;justify-content: center;align-items: center;text-align: center;padding:0 20px;}
.services-section .service-slide:hover .overlay {background: rgba(0, 131, 153, 0.85);}
.services-section .service-slide .overlay .title {font-size: 26px;width: 100%;max-width: 85%;line-height: 1.2;position: relative;color: #fff;padding:0 0 15px 0;}
.services-section .service-slide:hover .overlay .title:after {content: '';width: 55%;height: 1px;background: #fff;position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;}
.services-section .service-slide .overlay .caption {height:0px;overflow:hidden;}
.services-section .service-slide:hover .overlay .caption {height:190px;}
.services-section .service-slide .overlay .caption p {margin:15px 0 0 0;color: #fff;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.services-section .service-slide .overlay .caption a {display:block;width:fit-content;border:1px solid #fff;background: #fff;color: #004B6D;text-transform: uppercase;padding: 15px 25px;margin:20px auto 0 auto;border-radius:50px;}
.services-section .service-slide .overlay .caption a:hover {background: transparent;color: #fff;}

/* HOMEPAGE PARTNERS */
.partners-section {padding: 100px 0;background: #008399;}
.partners-section .partners-slider {overflow-x: hidden;}
.partners-section img {width: 100%;max-width: 300px;max-height:54px;object-fit: contain;object-position: center;}

/* WHO WE ARE - HOMEPAGE */
.who-we-are {padding:80px 0 390px 0;background-size: cover;background-position: center;background-repeat: no-repeat;margin: -30px 0 0 0;z-index: 15;position: relative;}
.who-we-are .small-title {color: #004B6D;margin:0 auto 45px auto;}
.who-we-are .small-title:after {background: #008399;}
.who-we-are .big-title {font-size: 45px;color: #004B6D;margin: 0 0 20px 0;}
.who-we-are .read-more {text-transform: uppercase;color: #fff;background: #008399;padding: 15px 45px;display: block;width: fit-content;margin: 36px auto 0 auto;border-radius: 50px;border: 1px solid #008399;}
.who-we-are .read-more:hover {background: transparent; color: #008399;}

/* PAGE HEADERS */
.page-header {height: 500px;background-size: cover;background-repeat: no-repeat;margin: 100px 0 0 0;background-position: center;position: relative;}
.page-header .overlay {background: rgba(0,0,0,0.25);display: flex;justify-content: center;position: absolute;width: 100%;height: 100%;align-items: center;}
.page-header:after {content: '';background-image: url(../img/Shape.svg);width: 100%;position: absolute;bottom: -5px;left: 0;height: 55px;background-repeat: no-repeat;background-size: cover;z-index:11;}
.page-header .overlay h1 {color: #fff;font-size:75px;line-height:0.6;}

/* CONTACT US */
.locations-section {padding: 60px 0 0 0;}
.locations-section .location-wrapper {border: 1px solid #D8D8D8;border-bottom: 6px solid #C68F14;padding: 25px 30px 25px 55px;position: relative;margin: 0 0 40px 0;}
.locations-section .location-wrapper:before {content:'';width:40px;height:40px;background-image:url('../img/mapmark.svg');position: absolute;background-size: contain;left: 5px;top: -25px;}
.locations-section .location-wrapper span, .locations-section .location-wrapper a {font-family: 'montserratmedium', sans-serif;}
.locations-section .location-wrapper .title {font-size:16px;color: #004B6D;margin:0 0 8px 0;display: block;}
.locations-section .location-wrapper:hover .title {color:#008399;}
.locations-section .location-wrapper .label, .locations-section .location-wrapper .answer {display:block;font-size:11px;}
.locations-section .location-wrapper .answer {color: #004B6D;margin:0 0 5px 0;}
.locations-section .location-wrapper .answer:hover {color: #008399;}
.locations-section .location-wrapper .label {color: #738C98;text-transform: capitalize;}
.locations-section .location-wrapper .grp-spans {display: flex;}

.map-section {margin-bottom: -150px;}
.map-section #map {width:100%;height:500px;background: #555555;z-index: 1;position: relative;}

.contact-section {padding:200px 0 50px 0;position:relative;background-repeat: no-repeat;background-size: cover;}
.contact-section:after {content:'';width:100%;height:100%;background:rgba(3,41,59,0.66);position:absolute;left:0;top:0;}
.contact-section .contact-container {position:relative;z-index: 1;}
.contact-section .contact-container h2 {font-size: 40px;color: #fff;position: relative;padding: 0 0 25px 0;margin: 0 0 50px 0;}
.contact-section .contact-container h2 span {font-size:inherit;color: inherit;}
.contact-section .contact-container h2:after {content:'';background-image: url('../img/Line.svg');background-size: contain;background-repeat: no-repeat;position: absolute;width: 70px;left: 0;height: 10px;bottom: 0;}
.contact-section .contact-container form input, .contact-section .contact-container form select, .contact-section .contact-container form textarea {width: 100%;margin: 0 0 15px 0;border: 1px solid #EFEFEF;border-radius: 5px;background: transparent;padding: 10px 20px;font-family: 'montserratmedium', sans-serif;color: #fff;}
.contact-section .contact-container form input.invalid, .contact-section .contact-container form select.invalid, .contact-section .contact-container form textarea.invalid {border:1px solid #ff0000;}
.contact-section .contact-container form input::placeholder, .contact-section .contact-container form textarea::placeholder {color: #fff;}
.contact-section .contact-container form input[type="submit"] {background: #008399;border: 1px solid #008399;width: fit-content;padding: 10px 25px;}
.contact-section .contact-container form input[type="submit"].disabled-btn {background: #4b646c;border: 1px solid #4b646c;pointer-events: none;}
.contact-section .contact-container form input[type="submit"]:hover {color: #008399;background: #fff;border: 1px solid #fff;}

/* ABOUT - TEAM */
.team-section {padding:60px 0 100px 0;}
.team-section .filters {list-style: none;padding: 0;display: flex;width: 100%;margin: auto;justify-content: center;}
.team-section .filters li {margin:0 20px 0 0;}
.team-section .filters li:last-of-type {margin:0;}
.team-section .filters a {font-family: 'montserratbold', sans-serif;font-size:13px;padding: 15px 25px;border: 1px solid #738C98;border-radius:50px;color:#738C98;}
.team-section .filters .active a, .team-section .filters a:hover {border: 1px solid #004B6D;color:#004B6D;}
.team-section h4 {position: relative;padding:0 0 15px 0;margin:50px 0 40px 0;width: fit-content;}
.team-section h4:after {content:'';height:1px;background: #008399;width:65%;position: absolute;left:0;bottom:0;}
.team-section img {width:100%;}
.team-section .caption {display: block;margin:20px 0 0 0;position:relative;padding:0 0 20px 0;}
.team-section .caption:after {content:'';width:70px;height:10px;background-image:url('../img/Line_blue.svg');background-repeat: no-repeat;position: absolute;left:0;bottom:0;}
.team-section .caption span {font-family: 'montserratmedium', sans-serif;display: block;}
.team-section .caption .name {text-transform: uppercase;color: #004B6D;line-height: 1.2;}
.team-section .caption .position {color: #738C98;}

/* PRODUCTS */
.catalog-section {padding:60px 0 100px 0;}
.catalog-section .filters-section {position:relative;height:fit-content;box-shadow: 5px 15px 35px 0px rgba(0,0,0,0.14);-webkit-box-shadow: 5px 15px 35px 0px rgba(0,0,0,0.14);-moz-box-shadow: 5px 15px 35px 0px rgba(0,0,0,0.14);padding:20px 20px 60px 20px;border: 1px solid #D8D8D8;border-bottom:none;}
.catalog-section .filters-section:after {content: '';width: 100%;height: 50px;position: absolute;left: 50%;bottom: -33px;transform: translateX(-50%);background-image: url(../img/filters-bg.svg);background-size: contain;background-repeat: no-repeat;}
.catalog-section .filters-section .accordion-item {border:none;border-bottom: 1px solid #738C98;border-radius: 0;}
.catalog-section .filters-section .accordion-button {font-family:'montserratmedium', sans-serif;color:#004B6D;text-transform:uppercase;padding-right:0;padding-left:0;}
.catalog-section .filters-section .accordion-button {background: transparent;color:#738C98;}
.catalog-section .filters-section .accordion-button::after {width:15px;height:15px;background-size:15px;background-image:url('../img/minus.svg');}
.catalog-section .filters-section .accordion-button.collapsed::after {width:15px;height:15px;background-size:15px;background-image:url('../img/plus.svg');}
.catalog-section .filters-section .accordion-body {padding:0 0 15px 0;}
.catalog-section .filters-section .accordion-body .checkbox-group label, .catalog-section .filters-section .checkbox-group label {margin: 0 0 0 8px;text-transform: capitalize;font-size: 14px;font-family: 'montserratmedium', sans-serif;color: #1A1818;}
.catalog-section .filters-section .accordion-body .checkbox-group label .count {color: #738C98;}
.catalog-section .catalog-container .item {height: 345px;display: block;margin:0 0 40px 0;}
.catalog-section .catalog-container .item figure {border: 1px solid #D8D8D8;position: relative;margin:0;}
.catalog-section .catalog-container .item figure img {width:180px;height: 180px;object-fit:cover;display:block;margin: auto;}
.catalog-section .catalog-container .item figure .action-btns {list-style: none;padding:0;margin:0;width: fit-content;position: absolute;top: 5px;right: 10px;}
.catalog-section .catalog-container .item figure .action-btns li {margin:0 0 5px 0;}
.catalog-section .catalog-container .item figure .action-btns li:last-of-type {margin:0;}
.catalog-section .catalog-container .item figure .action-btns li a {opacity:1;display:block;width:28px;height:28px;background-size:contain;background-repeat:no-repeat;}
.catalog-section .catalog-container .item figure .action-btns li a:hover {opacity:0.5;}
.catalog-section .catalog-container .item figure .action-btns li a.whatsapp-btn {background-image: url('../img/grey-whatsapp.svg');}
.catalog-section .catalog-container .item figure .action-btns li a.message-btn {background-image: url('../img/grey-message.svg');}
.catalog-section .catalog-container .item figure .action-btns li a.call-btn {background-image: url('../img/grey-phone.svg');}
.catalog-section .catalog-container .item .label {font-size:12px;color:#fff;background: #738C98;width:fit-content;padding: 10px;margin: 0 0 15px 0;display: block;}
.catalog-section .catalog-container .item .caption {max-width:80%;}
.catalog-section .catalog-container .item .caption .title {font-size:16px;color: #004B6D;}
.catalog-section .catalog-container .item .caption .desc {color: #738C98;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.catalog-section .isotope-pager {height: inherit;display: flex;flex-direction: row;flex-wrap: nowrap;align-items: center;width:fit-content;margin:25px auto 0 auto;}
.catalog-section .isotope-pager .pager {height: 100%;display: flex;align-items: center;border: 1px solid #D8D8D8 !important;color: #B9B8B8;width: 50px;justify-content: center;height:50px;}
.catalog-section .isotope-pager .pager:hover, .catalog-section .isotope-pager .pager.current-page {color:#008399;border-bottom: 1px solid #008399 !important;}

/* ABOUT US - CHAIRMAN */
.chairman-section {padding:60px 0 100px 0;}
.chairman-section .small-title {color: #004B6D;margin:auto auto 80px auto;display: block;}
.chairman-section .small-title:after {background: #008399;width:55%;}
.chairman-section .chairman-img {width: 100%;max-width: 350px;margin: auto;display: block;position: relative;}
.chairman-section .chairman-img img {width:100%;height:100%;}
.chairman-section .chairman-img:after {content:'';z-index:-1;width:100%;height:100%;border: 2px solid #008399;position:absolute;top:10px;left:-10px;}
.chairman-section .img-caption {margin:50px auto 0 auto;display: flex;flex-direction: column;align-items: center;}
.chairman-section .img-caption .person-name {font-size:26px;color: #008399;}
.chairman-section .img-caption .person-position {font-size:20px;color: #008399;position:relative;}
.chairman-section .img-caption .person-position:before {content: '';width: 30px;height: 5px;background-image: url(../img/Line_blue.svg);background-repeat: no-repeat;position: absolute;left: -45px;top: 50%;background-size: contain;transform: translateY(-50%);}
.chairman-section .img-caption .person-position:after {content: '';width: 30px;height: 5px;background-image: url(../img/Line_blue.svg);background-repeat: no-repeat;position: absolute;right: -45px;top: 50%;background-size: contain;transform: translateY(-50%);}
.chairman-section .big-title {text-align: center;display: block;font-size: 48px;font-family: 'montserratbold',sans-serif;line-height: 1.2;margin: 50px auto 35px auto;width: 100%;max-width: 80%;}
.chairman-section p {text-align: center;font-family: 'montserratlight', sans-serif;font-size: 18px;}
.chairman-section .quote-section {margin: 150px 0;padding: 100px 0px;position: relative;z-index:1;background-size: cover;background-position: center;background-repeat: no-repeat;}
.chairman-section .quote-section:before {content:'';position:absolute;background: rgba(0, 75, 109, 0.45);width:100%;height:100%;left:0;top:0;z-index: -1;}
.chairman-section .quote-section:after {content: '';position: absolute;height: 130%;width: 80%;left: 50%;top: 50%;transform: translate(-50%,-50%);background: transparent;border: 5px solid #008399;}
.chairman-section .quote-section .phrase {color: #fff;font-size: 30px;font-family: 'montserratbold', sans-serif;line-height: 1.2;text-align: center;display: block;width: 100%;max-width: 65%;margin: auto;}

/* ABOUT US - MISSION & VISION */
.mission-section {padding:60px 0 100px 0;}
.mission-section .small-title {color: #004B6D;margin:auto auto 80px auto;display: block;}
.mission-section .small-title:after {background: #008399;width:55%;}
.mission-section .first-section {display: flex;flex-direction: row;align-items: center;position:relative;margin:0 0 80px 0;}
.mission-section .first-section img {width:75%;z-index:-2;}
.mission-section .first-section .caption {background: #004B6D;padding: 35px 50px;position: absolute;width: 45%;bottom: 0;right: 0;display: flex;flex-direction: column;justify-content: center;}
.mission-section .first-section .caption:before {content: '';position: absolute;border: 10px solid #fff;width: 100%;height: 120%;left: -30px;top: -30px;z-index: -1;}
.mission-section .first-section .caption .title {font-size: 28px;margin: 0 0 10px 0;line-height: 1.2;display: block;}
.mission-section .first-section .caption p {font-size:16px;}
.mission-section .first-section .caption .title, .mission-section .first-section .caption p {color: #fff;}
.mission-section .first-section .caption p > strong {color: #fff;}
.mission-section .second-section {width: 100%;max-width: 80%;}
.mission-section .second-section .title {font-size: 40px;line-height: 1.2;margin: 0 0 20px 0;display: block;}
.mission-section .section-with-bg {margin:60px 0;background-size:cover;}
.mission-section .section-with-bg img {width:100%;transform: scaleY(1.1);}
.mission-section .last-section .title {font-size: 40px;line-height: 1.2;margin: 0 0 20px auto;display: block;width:60%;}
.mission-section .last-section p {width:80%;text-align:right;}

/* ABOUT US - OVERVIEW */
.overview-section {padding:60px 0 100px 0;}
.overview-section .small-title {color: #004B6D;margin:auto auto 50px auto;display: block;}
.overview-section .small-title:after {background: #008399;width:55%;}
.overview-section .title-part {display:flex;flex-direction: column;text-align: center;width: 90%;margin: auto;}
.overview-section .title-part .title {font-size: 40px;line-height: 1.2;margin: 0 0 20px 0;display: block;}
.overview-section p {font-size:16px;text-align: center      ;}
.overview-section .small-section {background: #008399;height: 100%;padding: 45px;}
.overview-section .small-section .title {font-size: 24px;color: #fff;line-height: 1.2;display: block;margin: 0 0 10px 0;}
.overview-section .small-section p {font-size: 18px;color: #fff;}
.overview-section .video-wrapper {width: 100%;height: 100%;position: relative;}
.overview-section .video-wrapper .overlay-vd-trigger {width: inherit;height: inherit;position: absolute;top: 0;left: 0;cursor: pointer;background-size: cover;background-repeat: no-repeat;background-position: center;z-index: 1;}
.overview-section .video-wrapper .overlay-vd-trigger .play-btn {background-image: url('../img/play-btn.svg');background-size: contain;width: 75px;height: 75px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.overview-section .video-wrapper .overlay-vd-trigger:hover .play-btn {transform: translate(-50%, -50%) scale(1.2);}
.overview-section .video-wrapper video {width: 100%;height: 100%;}

/* SERVICES */
.services-page-section {background-position: center;background-repeat: no-repeat;background-size: cover;padding: 60px 0 100px 0;}
.services-page-section .service-item {display: flex;align-items: center;flex-direction: row;justify-content: flex-start;position: relative;margin-bottom:175px;}
.services-page-section .service-item.even {justify-content: flex-end;}
.services-page-section .service-item img {width:100%;max-width: 50%;max-height:450px;z-index:1;}
.services-page-section .service-item .caption {background: #004B6D;padding:30px 35px;position:absolute;width: 100%;max-width: 45%;bottom: -50px;z-index:2;}
.services-page-section .service-item .caption:after {content:'';position:absolute;width: 110%;height: 120%;border: 4px solid #008399;left: 50%;top: 50%;transform: translate(-50%,-50%);}
/*.services-page-section .service-item .caption-line {position: absolute;border: 4px solid #008399;bottom: -50px;right: 15%;z-index: 0;transform: translate(20px, 20px);}*/
.services-page-section .service-item.odd .caption {right: 15%;}
.services-page-section .service-item.even .caption {left: 15%;}
.services-page-section .service-item .caption .title {color: #fff;display:block;font-size:28px;margin:0 0 10px 0;}
.services-page-section .service-item .caption p {color: #8D8D8D;font-size:14px; }
.services-page-section .service-item .caption h1, .services-page-section .service-item .caption h2, .services-page-section .service-item .caption h3, .services-page-section .service-item .caption h4, .services-page-section .service-item .caption h5, .services-page-section .service-item .caption h6,  .services-page-section .service-item .caption u, .services-page-section .service-item .caption b, .services-page-section .service-item .caption i, .services-page-section .service-item .caption strong {color: #8D8D8D; }

.news.catalog-section .search-pagination {display: flex;flex-direction: row;align-items: stretch;width: 100%;justify-content: space-between;margin:0 0 30px 0;}
.news.catalog-section .search-pagination nav .hidden div:first-of-type, .news.catalog-section .search-pagination nav .flex, .news.catalog-section .search-pagination nav p, .news.catalog-section .search-pagination nav span[aria-label="&laquo; Previous"], .news.catalog-section .search-pagination nav span[aria-label="Next &raquo;"], .news.catalog-section .search-pagination nav a[rel="prev"], .news.catalog-section .search-pagination nav a[rel="next"] {display:none !important;}
.news.catalog-section .search-pagination .search-form {position: relative;width: 60%;}
.news.catalog-section .search-pagination .search-form input[type="text"]::placeholder {color: #B9B8B8;}
.news.catalog-section .search-pagination .search-form input[type="text"] {border: 1px solid #D8D8D8;background: #fff;padding: 15px 20px;width: 100%;font-family: 'montserratbold', sans-serif;font-size: 13px;color: #000;}
.news.catalog-section .search-pagination .search-form input[type="submit"] {transform:scale(1);height: 100%;position: absolute;width: 51px;border: none;background-image: url('../img/search.svg');top: 5px;right: -10px;}
.news.catalog-section .search-pagination .search-form input[type="submit"]:hover {transform:scale(1.05);}
.news.catalog-section .search-pagination .isotope-pager {height: inherit;display: flex;flex-direction: row;flex-wrap: nowrap;align-items: center;margin: unset;}
.news.catalog-section .search-pagination .isotope-pager .pager {height: 100%;display: flex;align-items: center;border: 1px solid #D8D8D8 !important;color: #B9B8B8;width: 50px;justify-content: center;}
.news.catalog-section .search-pagination .isotope-pager .pager:hover, .news.catalog-section .search-pagination .isotope-pager .pager.current-page {color:#008399;border-bottom: 1px solid #008399 !important;}
.news.catalog-section .item {display: flex;flex-direction: row;align-items: center;margin: 0 0 25px 0;justify-content: space-between;width: 100%;}
.news.catalog-section .item .figure {width:65%;position:relative;cursor: pointer;}
.news.catalog-section .item .figure img {max-height: 350px;object-fit: cover;width: 100%;}
.news.catalog-section .item .figure .date {background: #008399;color: #fff;padding: 10px 15px;position: absolute;width: fit-content;top: 55%;transform: translateY(-50%);right: -40px;}
.news.catalog-section .item .caption {width:33%;}
.news.catalog-section .item .caption .title {color: #004B6D;font-size: 25px;line-height: 1.3;margin: 0 0 20px 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;height: 130px;}
.news.catalog-section .item .caption .title:hover {color:#008399;}
.news.catalog-section .item .caption p {font-size: 16px;color: #004B6D;margin: 20px 0 0 0;height: 96px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.news.catalog-section .item .caption .categories {list-style: none;flex-wrap: wrap;display: flex;-webkit-box-orient: horizontal;-webkit-line-clamp: 4;overflow: hidden;height: 50px;align-items: center;padding-left: 50px;}
.news.catalog-section .item .caption .categories li {margin:0 5px 0 0;color: #008399;}
.news.catalog-section .filters-title {color: #004B6D;text-transform: uppercase;display: block;margin:0 0 10px 0;}

.news-content .img-bg {border: 15px solid #fff;margin: -20% 0 0 0;z-index: 11;}
.news-content .col-content {padding: 75px 50px;margin: -25% 0 0 0;z-index: 12;background: #fff;position: relative;}
.news-content .col-content .back-btn {color:#738C98;background: #fff;border-bottom:1px solid #D8D8D8;padding:15px 30px;position:absolute;left:0;top:-50px;font-size:14px;}
.news-content .col-content .back-btn:hover {color: #fff;background:#738C98;}
.news-content .col-content .text-content p {color: #004B6D;font-family: 'montserratmedium', sans-serif;font-size:20px;}
.news-content .col-content .title {font-family: 'montserratbold', sans-serif;font-size: 38px;line-height: 1.3;}
.news-content .col-content .subtitle {margin: 20px 0 35px 0;display: flex;flex-direction: row;flex-wrap: nowrap;align-items: center;}
.news-content .col-content .subtitle .date, .news-content .next-article .subtitle .date {background: #008399;color: #fff;padding: 10px 15px;width: fit-content;}
.news-content .col-content .subtitle .categories, .news-content .next-article .subtitle .categories {list-style: none;display: flex;flex-direction: row;flex-wrap: wrap;margin: 0;}
.news-content .col-content .subtitle .categories li, .news-content .next-article .subtitle .categories li {margin: 0 5px 0 0;color: #008399;}
.news-content .col-content .header {display: flex;flex-direction: row;flex-wrap: nowrap;align-items: center;margin: 0 0 20px 0;}
.news-content .col-content .header span {font-size: 13px;font-family: 'montserratmedium', sans-serif;color: #738C98;}
.news-content .col-content .header ul.social-nav {list-style: none;padding: 0;display: flex;align-items: center;margin: 0 0 0 20px;}
.news-content .col-content .header ul.social-nav li {margin: 0 10px 0 0;}
.news-content .col-content .header ul.social-nav li a {font-size: 20px;background: #738C98;width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;border-radius: 50%;}
.news-content .col-content .header ul.social-nav li a:hover {background: #004B6D;}
.news-content .col-content .header ul.social-nav li a i {color: #fff;}
.news-content .next-article {padding: 50px 35px;border: 1px solid #D8D8D8;border-bottom: transparent;position: relative;}
.news-content .next-article .next-btn {position: absolute;background-image: url('../img/blue-btn.svg');background-size: contain;background-repeat: no-repeat;width:50px;height:50px;display: block;top: 50%;right: -25px;transform: translateY(-50%) scale(1);}
.news-content .next-article .next-btn:hover {transform: translateY(-50%) scale(1.05);}
.news-content .next-article .title {font-size: 20px;margin: 0 0 20px 0;display: block;color: #738C98;}
.news-content .next-article .subtitle {display: flex;align-items: center;margin: 15px 0 20px 0;}
.news-content .next-article .item {width: 85%;display: flex;flex-direction: row;align-items: center;}
.news-content .next-article .item img {max-width: 300px;}
.news-content .next-article .item .caption {margin: 0 0 0 30px;}
.news-content .next-article .item .caption .title {color: #004B6D;}
.news-content .next-article .item .caption .title:hover {color: #738C98;}
.news-content .next-article .item .caption p {font-size: 16px;font-family: 'montserratlight', sans-serif;color: #004B6D;}
.news-content .comments-section {padding: 0;border: 1px solid #D8D8D8;border-radius: 28px 28px 0 0;}
.news-content .comments-section .cs-header {padding: 30px 35px;border-bottom: 1px solid #D8D8D8;color: #004B6D;}
.news-content .comments-section .comments-list {list-style: none;padding: 0;}
.news-content .comments-section .comments-list li {margin: 30px 35px 0 30px;border-bottom: 1px solid #D8D8D8;padding-bottom: 30px;}
.news-content .comments-section .comments-list li .comment-header {display: flex;flex-direction: row;align-items: center;margin:0 0 10px 0;}
.news-content .comments-section .comments-list li .comment-header .blue{margin:0 5px 0 0;color: #004B6D;}
.news-content .comments-section .comments-list li .comment-header .date {color: #738C98;}
.news-content .comments-section .load_comments_button {color: #008399;font-size: 13px;font-family: 'montserratbold', sans-serif;margin: 15px 35px 0 30px;display: block;width: fit-content;}
.news-content .comments-section .load_comments_button:hover {color: #004B6D;}
.news-content .comments-section form.submit-comment {margin:40px 0 0 0 ;padding: 0 35px 50px 35px;display: flex;flex-direction: column;flex-wrap: nowrap;align-items: flex-start;}
.news-content .comments-section form.submit-comment input[type="text"] {font-size:14px;padding: 15px 25px;width: 100%;max-width: 35%;border: none;background: #F5F5F5;border-radius: 5px;margin: 0 0 15px 0;}
.news-content .comments-section form.submit-comment input[type="submit"], .news-content .comments-section .load-comments {background: #008399;border: 1px solid #008399;border-radius: 5px;padding: 10px 25px;color: #fff;font-size: 13px;font-family: 'montserratmedium', sans-serif;}
.news-content .comments-section form.submit-comment input[type="submit"]:hover, .news-content .comments-section .load-comments:hover {background: #fff;color: #008399;}
.news-content .comments-section form.submit-comment input[type="submit"].disabled-btn {background: #4b646c;border: 1px solid #4b646c;pointer-events: none;}
.news-content .comments-section form.submit-comment textarea {font-size:14px;border: none;background: #F5F5F5;border-radius: 5px;width: 100%;padding: 15px 25px;margin: 0 0 15px 0;}
.news-content .comments-section form.submit-comment input[type="text"].invalid, .news-content .comments-section form.submit-comment textarea.invalid {border-bottom: 2px solid red;}
.news-content .comments-section nav[role="navigation"] {width: fit-content;margin: 25px auto 0 auto;display: flex;}
.news-content .comments-section nav[role="navigation"] a {background: #008399 !important;border: 1px solid #008399 !important;padding: 10px 25px !important;color: #fff !important;font-size: 13px;font-family: 'montserratmedium', sans-serif;width: 120px;display: flex;justify-content: center;align-items: center;}
.news-content .comments-section nav[role="navigation"] a[rel="prev"] {border-right: 1px solid #fff !important;}
.news-content .comments-section nav[role="navigation"] a[rel="next"] {border-left: 1px solid #fff !important;}
.news-content .comments-section nav[role="navigation"] span {background: #F5F5F5 !important;width: 120px;display: flex;justify-content: center;align-items: center;padding: 10px 25px !important;color: #000 !important;font-size: 13px;font-family: 'montserratmedium', sans-serif;}
.news-content .comments-section nav[role="navigation"] a:hover {background: #fff !important;color: #008399 !important;}

.news-slider {overflow-x: hidden;}
.news-slider img {width:100%;height:100%;object-fit: cover;min-height: 45vw;}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotating {from {-ms-transform: rotate(0deg);-moz-transform: rotate(0deg);-webkit-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);} to {-ms-transform: rotate(360deg);-moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);-o-transform: rotate(360deg);transform: rotate(360deg);}}