/*
Theme Name: Charps Theme
Version: 1.0
Text Domain: charps
*/

/*------------------------------------------------------
	overwrite css start
------------------------------------------------------*/
body {  
  font-weight: 400;
  line-height: 167%;
  letter-spacing: -0.024em;
  overflow-x: hidden; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 300;
  color: #375172;
  font-family: "Roboto", sans-serif;
    box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: border-box;
}
body, html{scroll-behavior: smooth;}
h1, .h1 {
    font-size: 85px;
    font-weight: 400;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
    color: #FFF;
    line-height: 0.8;
    letter-spacing: 0.00em;
}

h2, .h2 {
    font-family: "Teko", sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;  
    color: #ffffff;
    margin-top: 0;
    line-height: 0.8;
    letter-spacing: 0.00em;
    text-transform: uppercase;
}

h3, .h3 {
    margin-bottom: 20px;  
    margin-top: 0;
    letter-spacing: 0.00em;
    color: #000;
    font-family: "Teko", sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 80%; /* 36.8px */
    text-transform: uppercase;
}

h4, .h4 {
    color: #000;
    font-family: "Teko", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;    
    margin-bottom: 20px;  
    margin-top: 0;
}

h5, .h5 {
    color: #000;
    font-family: "Teko", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;    
    margin-bottom: 20px;  
    margin-top: 0;
}
h6, .h6 {
    color: #000;
    font-family: "Teko", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;    
    margin-bottom: 20px;  
    margin-top: 0;
}

b,
strong {
  font-weight: 700;
}

p {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 31px;
    font-family: "Roboto", sans-serif;
    margin-top: 0;
    color: #000;
}

/* Link Arrow hover */

a,
button,
.text,
.supply-logo li {
 transition: all 0.4s ease 0s;
 -webkit-transition: all 0.4s ease 0s;
 -moz-transition: all 0.4s ease 0s;
 -o-transition: all 0.4s ease 0s;
 -ms-transition: all 0.4s ease 0s;
    text-decoration: none;    
}
b, strong {
  font-weight: 600;
}
a::after, a::before,
button::after,
button::before,
.text::after,
.text::before,
.supply-logo li::after,
.supply-logo li::before {
 transition: all 0.4s ease 0s;
 -webkit-transition: all 0.4s ease 0s;
 -moz-transition: all 0.4s ease 0s;
 -o-transition: all 0.4s ease 0s;
 -ms-transition: all 0.4s ease 0s;
}

a:hover {
 text-decoration: none;
}
a::after, a::before, button::after, button::before, .text::after, .text::before, .supply-logo li::after, .supply-logo li::before {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}

/* button Style Start */
a.btn {
    padding: 8px 18px 4px 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, right top, from(#00BF51), to(#00BF51));
    background: -o-linear-gradient(left, #00BF51 0%, #00BF51 100%);
    background: linear-gradient(90deg, #00BF51 0%, #00BF51 100%);
    color: #FFF;
    font-family: Teko;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1; /* 12.8px */
    letter-spacing: 0.32px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    white-space: pre;
}

a.btn i {
    font-size: 11px;
    position: relative;
    top: -1px;
    margin-left: -12px;
    left: -7px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}

a.btn:hover i {
    margin-left: 0;
    left: 0;
    opacity: 1;
}

/* button Style End */


/* Link on hover line style start */

p a{
    background: -webkit-gradient(linear, left top, right top, from(rgba(100, 200, 200, 0)), to(rgba(100, 200, 200, 0))), -webkit-gradient(linear, left top, right top, from(#00BF51)) !important;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, #00BF51) !important;
    background-size: 100% 1px, 0 1px !important;
    background-position: 100% 100%, 0 100% !important;
    background-repeat: no-repeat !important;
    transition: background-size 400ms !important;
    display: inline !important;
    color: #00BF51;
}
p a:hover{
    text-decoration: none; 
    background-size: 0 1px, 100% 1px !important;
}

/* Link on hover line style end */

/* background color Options Start */

.white-color-bg{
  background-color: #FFFFFF;
}
.black-color-bg{
  background-color: #000000;
}
.dark-sapphire-blue-color-bg{
  background-color: #03276A;
}
.medium-spring-green-color-bg{
  background-color: #00BF51;
}
.royal-blue-color-bg{
  background-color: #0047C2;
}
.olive-green-color-bg{
  background-color: #B4B333;
}
.sky-blue-color-bg{
  background-color: #128FD2;
}
.light-orange-color-bg{
  background-color: #FABC68;
}
.turquoise-color-bg{
  background-color: #11C8C3;
}
.coral-pink-color-bg{
  background-color: #FA686C;
}

.oxford-blue-color-bg{
  background-color: #000a24;
}

.indigo-dye-color-bg{
  background-color: #152a64;
}
.gray-color-bg{
  background-color: #FAFAFA;
}
.dark-midnight-blue-color-bg{
    background-color: #06132B;
}

/* background color Options End */




/* Text Color Options Start */

.white-color h1, .white-color h2, .white-color h3, .white-color h4, .white-color h5, .white-color h6, .white-color p, .white-color ul li, .white-color ol li
{
  color: #FFFFFF;
}
.black-color h1, .black-color h2, .black-color h3, .black-color h4, .black-color h5, .black-color h6, .black-color p, .black-color ul li, .black-color ol li{
  color: #000000;
}

.dark-sapphire-blue-color h1, .dark-sapphire-blue-color h2, .dark-sapphire-blue-color h3, .dark-sapphire-blue-color h4, .dark-sapphire-blue-color h5, .dark-sapphire-blue-color h6, .dark-sapphire-blue-color p, .dark-sapphire-blue-color ul li, .dark-sapphire-blue-color ol li{
  color: #03276A;
}

.medium-spring-green-color h1, .medium-spring-green-color h2, .medium-spring-green-color h3, .medium-spring-green-color h4, .medium-spring-green-color h5, .medium-spring-green-color h6, .medium-spring-green-color p, .medium-spring-green-color ul li, .medium-spring-green-color ol li{
  color: #00BF51;
}

.royal-blue-color h1, .royal-blue-color h2, .royal-blue-color h3, .royal-blue-color h4, .royal-blue-color h5, .royal-blue-color h6, .royal-blue-color p, .royal-blue-color ul li, .royal-blue-color ol li{
  color: #0047C2;
}

.olive-green-color h1, .olive-green-color h2, .olive-green-color h3, .olive-green-color h4, .olive-green-color h5, .olive-green-color h6, .olive-green-color p, .olive-green-color ul li, .olive-green-color ol li{
  color: #B4B333;
}

.sky-blue-color h1, .sky-blue-color h2, .sky-blue-color h3, .sky-blue-color h4, .sky-blue-color h5, .sky-blue-color h6, .sky-blue-color p, .sky-blue-color ul li, .sky-blue-color ol li{
  color: #128FD2;
}

.light-orange-color h1, .light-orange-color h2, .light-orange-color h3, .light-orange-color h4, .light-orange-color h5, .light-orange-color h6, .light-orange-color p, .light-orange-color ul li, .light-orange-color ol li{
  color: #FABC68;
}

.turquoise-color h1, .turquoise-color h2, .turquoise-color h3, .turquoise-color h4, .turquoise-color h5, .turquoise-color h6, .turquoise-color p, .turquoise-color ul li, .turquoise-color ol li{
  color: #11C8C3;
}

.coral-pink-color h1, .coral-pink-color h2, .coral-pink-color h3, .coral-pink-color h4, .coral-pink-color h5, .coral-pink-color h6, .coral-pink-color p, .coral-pink-color ul li, .coral-pink-color ol li{
  color: #FA686C;
}

/* Text Color Options End */

/* Spacer Style Start */

.spacer-100 {
  height: 100px;
    position: relative;
}

.spacer-190 {
  height: 190px;
    position: relative;
}
.spacer-105 {
  height: 105px;
    position: relative;
}
.spacer-30 {
  height: 30px;
    position: relative;
}
.spacer-60 {
  height: 60px;
  position: relative;  
}

/* Spacer Style End */


/* List Item Design Start */

.list-block-design ul {
  margin-left: 0;
  list-style: none;
  padding: 0;
  margin-bottom: 23px !important;
  padding-left: 14px;
  margin-top: 0;
  padding-top: 0;
}

.list-block-design ul li {
  letter-spacing: -0.000em;
  margin-bottom: 9px;
  position: relative;
  padding-left: 0;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.list-block-design ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #0047C2;
  border-radius: 2px;
  position: absolute;
  left: -14px;
  top: 7px;
}

.list-block-design ul li ul li:before {
    border-radius: 0;
    width: 9.509765625px;
    height: 0.9036865234375px;
    left: -17px;
    top: 9px;
    background: #000000;
}
.list-block-design ul li li {
    padding-top: 0;
    margin-bottom: 10px;
}

.list-block-design ul ul {
    margin-top: 16px;
    padding-left: 22px;
    margin-bottom: 15px !important;
}


/* List Item Design End */

span.sub-title {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.00em;
  text-transform: uppercase;
  padding-left: 6px;
  margin-bottom: 15px;
  display: block;
}

/* Slider Arrow and Dot's Style */

button.slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
    border-radius: 30px;
    font-size: 0;
    width: 33px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    z-index: 1;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
}

button.slick-next.slick-arrow {
    right: 50px;
    background-image: url(./assets/images/right-slider-arrow.svg);
}
button.slick-prev.slick-arrow {  
    left: 50px;
    background-image: url(./assets/images/left-slider-arrow.svg);
}

button.slick-arrow:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

ul.slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -60px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  right: 0;
  left: 0;
  justify-content: center;
}

ul.slick-dots li {
  font-size: 0 !important;
  border: none;
  border-radius: 50%;
  margin: 0 3px;
  line-height: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
ul.slick-dots li:before {
  display: none;
}
ul.slick-dots li button {
  background-color: #E1E1E1;
  width: 38px;
  height: 5px;
  border: none;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 0;
}

ul.slick-dots li.slick-active button, ul.slick-dots li button:hover {
  background-color: #0047C2;
}


/* Align Images Start */

.alignleft {
    float: left;
    margin-right: 17px;
    max-width: 100% !important;
    margin-top: 0;
    border-radius: 20px;
    margin-bottom: 8px;
}

.alignleft img { margin-bottom: 1rem; width: 100%;   margin-top: 0;}

.wp-caption img {margin-top: 0;}

.alignright {
    margin-left: 17px;
    float: right;
    max-width: 100% !important;
    border-radius: 20px;
    margin-bottom: 8px;
}

.alignright img { margin-bottom: 1rem; width: 100%; }

.text-block-main figcaption {
  color: #0c2335;
  padding-top: 14px;
  padding-left: 15px;
  letter-spacing: -0.03em;
  max-width: 100%;
  line-height: 1.3;
  position: relative;
  margin-bottom: 0;
  
  text-align: left;
  font-size: 14px;
}
.text-block-main figcaption:before {
  content: "";
  background-color: #1ee2af;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 3px;
  border-radius: 3px;
  margin-top: 9px;
}
.text-block-main ul, .text-block-main ol {
  padding: 0;
  margin: 0 !important;
  margin-bottom: 30px !important;
  list-style: none;
}


/* Align Images End */
.container{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 50px;
    width: 100%;
    box-sizing: border-box;
}

/* Header Section Start */
header.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%); */
    transition: all 0.4s ease 0s;
    z-index: 90;
    
}
.header-inner {    
    position: relative;
}
.header-inner .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}
.header-inner .header-wrap 
 .header-menu {
    float: left;
    width: calc(100% - 280px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}
.mobile-header {
    display: none;
}

.srolled .brand-logo img.d-sticky-logo {
    display: block;
    width: 122px;    
    margin-left: 18px;
}
.srolled.active .brand-logo img.d-sticky-logo {
    display: none;
}
header.srolled.active .brand-logo {
    width: 165px;
    margin-top: 0;
}

.desktop-menu {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    border: none;
    padding-top: 48px;
    padding-bottom: 26px;
    padding-left: 0;
    margin-top: 0;
    -webkit-transition: all 0.5s ease-in-out;    -o-transition: all 0.5s ease-in-out;    transition: all 0.5s ease-in-out;
}

.desktop-menu li.desktop-contact {
    cursor: pointer;    
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-right: 30px;
    position: relative;
    z-index: 1;
    margin-top: -8px;
}

.desktop-menu li.desktop-contact:last-child {
    margin-right: 0;
}

.desktop-menu li.desktop-contact a {
    color: #ffffff;
    letter-spacing: -0.12em;
    text-transform: uppercase;
    font-size: 21px;
}


.desktop-menu li.menu-lavel-1 {
    margin-right: 28px;
    -webkit-transition: all 0.5s ease-in-out !important;    -o-transition: all 0.5s ease-in-out !important;    transition: all 0.5s ease-in-out !important;
    position: relative;
}

.desktop-menu li.menu-lavel-1:last-child {
    margin-right: 0;
}
a.brand-logo img {
     -webkit-transition: all 0.5s ease-in-out !important;    -o-transition: all 0.5s ease-in-out !important;    transition: all 0.5s ease-in-out !important;
}
.desktop-menu li.menu-lavel-1 > a {
    align-items: center;
    font-size: 23.274px;
    font-weight: 400;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 0.00em;
    background: none !important;
    -webkit-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
    transition: all 0.5s ease-in-out !important;
    color: #FFF;
    font-family: "Teko", sans-serif;
    text-decoration: none;
}

.desktop-menu li.menu-lavel-1:hover > a, .desktop-menu li.menu-lavel-1.active > a {
    color: #00BF51;
    text-decoration: none;
}
.header-left-text .wf-box1 .menu-lavel {
    margin: 10px 0 10px 0;
}

.header-left-text .wf-box1 .menu-lavel a {
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    color: #025466;
    position: relative;
        background: none !important;
}

.header-left-text .wf-box1 .menu-lavel a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #FFF;
    left: -15px;
    top: 14px;
    opacity: 0;
        transition: all 0.3s ease-in-out 0s;
    
}

.header-left-text .wf-box1 .menu-lavel a:hover:before {
    opacity: 1;
    background-color: #1ee2af;
    left: -10px;
}

.header-left-text .wf-box1 .menu-lavel a:hover {
    color: #1ee2af;
}
.header-left-text .wf-box1 .menu-lavel a{
     display: inline-block;
  position: relative;
}
.header-left-text .wf-box1 .menu-lavel a1:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 0.05em;
    bottom: 0;
    left: 0;
    background: currentcolor;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.header-left-text .wf-box1 .menu-lavel a1:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.desktop-menu li.menu-btn {
    margin-left: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.desktop-menu li.menu-btn a.btn {
    font-size: 18px;
    background: #1ee2af !important;
    border-radius: 30px;
    font-weight: 600;
    padding: 16px 31px;
    letter-spacing: -0.015em;
    border: 1px solid #1ee2af;
    color: #fff !important;
}

.desktop-menu li.menu-btn a.btn:hover {
    background-color: #FFF !important;
    color: #1ee2af !important;
}
.dropdown-full .wf-box1 .menu-lavel .menu-links ul.third-submenu {
    margin-top: 7px;
    padding-left: 5px;
    margin-bottom: 17px;
}

.dropdown-full .wf-box1 .menu-lavel .menu-links ul.third-submenu li a {font-size: 15px;letter-spacing: 0.01em;}

.dropdown-full .wf-box1 .menu-lavel .menu-links ul.third-submenu li {
    margin-bottom: 6px;
}

.dropdown-full .wf-box1 .menu-lavel .menu-links ul.third-submenu li a::before {
    background-color: #1482fb;
    width: 5px;
    height: 5px;
    border: none;
    left: 4px;
}

.dropdown-full .wf-box1 .menu-lavel .menu-links ul.third-submenu li a:hover {
    padding-left: 13px;
}
.dropdown-full {
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
    transition: all 0.5s ease-in-out !important;
    left: -14px;
    right: 0;
    top: 0;
    display: none;
    opacity: 0;
    transform: scale(0.9);
    transform-origin: top;
    background-color: transparent;
    padding-top: 41px;
        width: 189px;
}
.dropdown-full .wf-container1 {
    background-color: #06132B;
    width: 189px;
    border-radius: 12px;
    display: block;
    height: 100%;
    line-height: initial;
}
.dropdown-full .wf-container1 .wf-box1 .menu-lavel .menu-links ul li a:hover {
    background-color: rgba(0, 71, 194, 1);
    color: #fff;
}
.dropdown-full .wf-container1 .wf-box1 .menu-lavel .menu-links ul li:last-child a {
    border: none;
}
.menu-lavel-1:hover .dropdown-full {    
    opacity: 1;
    transition: all 0.5s ease-in-out;
    display: block;
}
.menu-lavel .menu-title a {
    color: rgba(255, 255, 255, 0.54);
    font-size: 18.444px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    opacity: 1;
    width: 100%;
    display: inline-block;
    padding: 15px 15px 9px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.34);
    font-family: "Teko", sans-serif;
    letter-spacing: 0.00em;
    line-height: 0.9;    
    box-sizing: border-box;
}
.dropdown-full .wf-container1 .wf-box1:first-child .menu-lavel .menu-title a {
    border-radius: 12px 12px 0 0;
}
.dropdown-full .wf-container1 .wf-box1:last-child .menu-lavel .menu-title a {
    border-radius: 0 0 12px 12px;
}
.dropdown-full .wf-container1 .wf-box1 {
    display: inline-block;
    width: 100%;
    line-height: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.dropdown-full .wf-container1 .wf-box1 .menu-lavel {
    display: inline-block;
    width: 100%;
    position: relative;
    line-height: 0;
}

.dropdown-full .wf-container1 .wf-box1 .menu-lavel .menu-title {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.dropdown-full .wf-container1 .wf-box1 .menu-lavel .menu-links {
    background-color: #06132B;
    width: 189px;
    border-radius: 12px;
    display: block;
    height: 100%;
    position: absolute;
    right: -100%;
    opacity: 0;
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.dropdown-full .wf-container1 .wf-box1 .menu-lavel .menu-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.dropdown-full .wf-container1 .wf-box1 .menu-lavel .menu-links ul li a {
    color: rgba(255, 255, 255, 0.54);
    font-size: 18.444px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-transform: capitalize;
    opacity: 1;
    width: 100%;
    display: inline-block;
    padding: 13px 15px 7px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.34);
    font-family: "Teko", sans-serif;
    letter-spacing: 0.00em;
}

.dropdown-full .wf-container1 .wf-box1 .menu-lavel:hover .menu-links {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.dropdown-full .wf-container1 .wf-box1:last-child .menu-lavel a {
    border: 0;
}

.menu-lavel .menu-title a:hover, .desktop-menu li.menu-lavel-1.active .menu-title .active {
    background-color: rgba(0, 71, 194, 1);
    color: #fff;
}
header.site-header.srolled .header-logo a img {
    width: 150px;
    display: block;
    padding: 18px 20px 12.9px 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.srolled ul.desktop-menu {
    padding-top: 13px;
    padding-bottom: 20px;
}

.srolled ul.desktop-menu .dropdown-full {
    padding-top: 39px;
}

header.site-header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    background-color: rgba(21, 42, 100, 0.6);
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-box-shadow: 0 8px 14px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 8px 14px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.header-wrap .header-logo a.brand-logo img {
    display: inline-block;
    padding: 19px 42.5px 26.9px 31px;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    background: #FFF;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 282px;
    display: inline-block;
    text-align: center;
}

header.site-header.srolled:before {
    opacity: 1;
}

.header-wrap .header-logo a.brand-logo {
    padding: 0 !important;
}

/* Header Section End */


/* Banner Section Start */
.inner-top-section .hero-banner-block {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}
.inner-top-section .hero-banner-block > div {
    position: absolute;
    width: 100%;
    object-fit: cover;
    left: 0;
    right: 0;
    height: 619px;
    top: 0;
}
.inner-top-section .hero-banner-block > div video {
    width: 100%;
}
.inner-top-section {
    background: #143896;
    position: relative;
}
.inner-top-section:before {
    content: "";
    background-image: url(./assets/images/ptn.svg);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 2;
    fill: rgba(255, 255, 255, 0.15);
    mix-blend-mode: overlay;
}
.inner-top-section .hero-banner-block:after {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 20px);
    background: linear-gradient(0deg, #143896 02%, rgba(25, 70, 187, 0.00) 100%);
    top: 0;
    left: 0;
    z-index: 1;
}

.inner-top-section .overlay {
    min-height: 619px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    position: relative;
        overflow: hidden;
    
}
.inner-top-section .overlay .container{
    position: relative;
    z-index: 3;
}

.inner-top-section .overlay .top-text {
    display: block;
    max-width: 540px;
    width: 100%;
    padding-bottom: 75px;
}

.top-text p {
    color: #fff;
    margin-bottom: 30px;
}
.banner-inner-block {
    padding-top: 89px;
    padding-bottom: 111px;
    position: relative;
    z-index: 2;
}

.banner-two-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.banner-two-wrap .banner-left {
    float: left;
    width: 49.30%;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 30.2px 4px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 0px 30.2px 4px rgba(0, 0, 0, 0.10);
    border-radius: 20px;
    height: 403px;
}

.banner-two-wrap .banner-right {
    float: left;
    width: calc(50.65% - 98px);
}
.banner-right .banner-wrap-r h2 {
    margin-bottom: 22px;
}
.banner-two-wrap .banner-left .banner-image {
    display: block;
    height: 100%;
    height: 403px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.video-container{
    position: relative;
    height: 100%;
}
.video-container video {
    width: 100%;
    object-fit: cover;
    height: 100%;
    position: absolute;
}
.banner-right p {
    color: #fff;
    max-width: 460px;
}
.banner-right .banner-wrap-r {
    max-width: 640px;
    width: 100%;
}
.video-container .play-button-wrapper {
    position: absolute;    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.video-container .play-button-wrapper div {
    width: 115px;
    height: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 50px;
    color: #fff;    
    border-radius: 50%;
    position: relative;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: rgba(0, 71, 194, 0.81);
}

.video-container .play-button-wrapper div.hidden {
    opacity: 0;
}


.video-container .play-button-wrapper div i {
    margin-left: 7px;
    font-weight: 900;
}
.video-popup span i{
    font-weight: 100;
}
.video-container .play-button-wrapper div:hover {
    background: rgba(0, 71, 194, 1);
}

.hidden {
    display: none !important;
}

.hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.inner-top-section button.slick-prev.slick-arrow{
        background-image: url(./assets/images/left-slider-arrow-white.svg);
}
.inner-top-section button.slick-next.slick-arrow { 
    background-image: url(./assets/images/right-slider-arrow-white.svg);
}
.inner-top-section ul.slick-dots {
    bottom: 28px;
    left: 23%;
    right: inherit;
}
/* Banner Section End */

/* Background Image Blocks Start */

.back-inner-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.back-inner-block .background-two-item {
    float: left;
    width: 50%;
    min-height: 615px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
}

.back-inner-block .background-two-item .back-video {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
}

.back-inner-block .background-two-item video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.back-inner-block .background-two-item .back-two-text {
    position: relative;
    z-index: 1;
    max-width: 370px; 
    margin-left: 11.8%;
    box-sizing: border-box;
    right: 0;
    width: 100%;
    margin-bottom: 93px;
    margin-top: 50px;
}

.back-inner-block .background-two-item .back-two-text h2 {
    margin-bottom: 24px;
}
.get-in-touch .banner-right {
    width: calc(50.65% - 117px);
}
/* Background Image Blocks End */

/* Tabs Above Content Section Start */
section.tab-content-section {
    padding-top: 141px;
    padding-bottom: 101px;
}
.tab-content-section .container {
    max-width: 1680px;
}
.tabbed-content-slider {
    display: none;
}
.tabbed-tabs {
    display: flex;
    gap: 32px;
    margin-bottom: 61px;
    border-bottom: 2px solid rgba(106, 103, 106, 0.20);
}
.tab-content-section .tab-btn {
    font-family: 'Teko', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: rgba(106, 103, 106, 1);
    background: none;
    border: none;
    border-radius: 8px 8px 0 0;
    padding: 21px 24px 19px 24px;
    cursor: pointer;
    text-transform: uppercase;
    transition: background 0.2s, color 0.2s;
    outline: none;
    width: 100%;
}
.tab-btn.active, .tab-btn:hover {    
    color: #fff;
    border-radius: 8px 8px 0px 0px;
    background: #0047C2;
}
.tabbed-panels {
    flex: 1;
}
.tab-panel {
    display: none;
    flex-direction: column;
    gap: 16px;
    animation: fadeIn 1.3s;
}
.tab-panel.active {
    display: flex;
}
.tab-cta {
    font-family: 'Teko', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2%;
    text-transform: uppercase;
    background: linear-gradient(90deg, #00BF51 0%, #00BF51 100%);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 18px;
    cursor: pointer;
    transition: background 0.2s;
    width: fit-content;
}
.tab-cta:hover,
.tab-cta:focus {
    background: #0047C2;
    outline: none;
}
.tab-penal-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.tab-penal-wrap .tab-penal-text {
    float: left;
    width: 32%;
    padding-top: 74px;
    padding-bottom: 66px;
}

.tab-penal-wrap .tab-panel-img {background-size: cover;background-repeat: no-repeat;background-position: top center;/* height: 100%; */width: 59.4%;border-radius: 20px;-webkit-box-shadow: 0px 0px 30.2px 4px rgba(0, 0, 0, 0.10);box-shadow: 0px 0px 30.2px 4px rgba(0, 0, 0, 0.10);    min-height: 376px;}

.tab-penal-wrap .tab-penal-text h3 {
    font-family: 'Teko', sans-serif;
    font-size: 46px;
    font-weight: 400;
    color: #000;
    margin: 0 0 25px 0;
    text-transform: uppercase;
    line-height: 0.8;
}

.tab-penal-wrap .tab-penal-text p {
    font-size: 16px;
    color: #000;
    margin-bottom: 33px;
    line-height: 1.18;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.tabbed-content-slider .slick-slide, .vertical-bottom .slick-slide {
  opacity: 0.7;
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Makes active slide stand out */
.tabbed-content-slider .slick-center, .vertical-bottom .slick-center {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}  
.tabs-content-top .slick-list {
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(106, 103, 106, 0.20);
}
.tabs-content-top h4 {
    font-family: 'Teko', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: rgba(106, 103, 106, 1);
    background: none;
    border: none;
    border-radius: 8px 8px 0 0;
    padding: 21px 0px 19px 0px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: background 0.5s, color 0.2s;
    -o-transition: background 0.5s, color 0.2s;
    transition: background 0.5s, color 0.2s;
    outline: none;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    display: inline-block;
}

.tabs-content-top .slick-current h4, .tabs-content-top h4:hover {
    color: #fff;
    border-radius: 8px 8px 0px 0px;
    background: #0047C2;
}

.tabs-content-top .slick-current {
    opacity: 1;
}

.tab-content-b-open .tab-inner-image {
    width: 100%;
    border-radius: 20px;
    display: inline-block;
    overflow: hidden;
}

.tab-content-b-open h3 {
    margin-top: 30px;
    font-size: 34px;
}


/* Tabs Above Content Section End */

/* Full CTA Section Start */

.full-cta-sec {
    padding-top: 54px;
    padding-bottom: 54px;
    position: relative;
}

.full-cta-sec .full-cta-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    opacity: 0.85;
}

.full-cta-sec .full-cta-midd {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.full-cta-sec .full-cta-midd p {    
    max-width: 532px;
    margin: 0 auto 30px;
}

.full-cta-sec .full-cta-midd h2 {
    margin-bottom: 24px;
}

/* Full CTA Section End */

/* Side-by-Side Image and Text Modules with Icons Start */

.side-b-side-wrap {
    position: relative;
}

.side-b-side-wrap .side-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.side-b-side-wrap .side-item-wrap .side-item-img {
    float: left;
    width: 50%;
    z-index: 0;
}

.side-b-side-wrap .side-item-wrap .side-content-item {
    float: left;
    width: 50%;
    padding-top: 59px;
    padding-bottom: 61px;
}

.side-b-side-wrap .side-item-wrap .side-content-item .side-inner-set {
    padding-left: 109px;
    max-width: 487px;
    width: 100%;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.side-b-side-wrap .side-item-wrap .side-content-item .side-inner-set h3 {
    max-width: 370px;
    width: 100%;
    margin-bottom: 23px;
}

.side-b-side-wrap .side-item-wrap .side-item-img .video-container {
    position: initial;
}

.side-b-side-wrap .side-item-wrap .side-item-img  .side-item {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
}
.side-b-side-wrap.right-side-item .side-content-item {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}

.side-b-side-wrap.right-side-item .side-item-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.side-b-side-wrap.right-side-item .side-item-img .side-item {
    right: 0;
    left: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.side-b-side-wrap.right-side-item .side-item-wrap .side-content-item .side-inner-set {
    padding-left: 0;
        max-width: 390px;
}
.side-by-side-modules {
    position: relative;
}

.side-by-side-modules .side-by-icons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%);
    max-width: 293px;
    z-index: 4;
}
.side-by-side-modules .side-by-icons img {
    width: 100%;
}
.side-by-side-option .side-b-side-wrap .side-item-wrap .side-content-item .side-inner-set {
    max-width: 394px;
}

.side-by-side-option .side-b-side-wrap .side-item-wrap .side-content-item .side-inner-set h3 {
    max-width: 100%;
}
.related-resource h2 {
    color: #000;
    margin-bottom: 34px;
}

.related-resource {
    display: block;
    padding-bottom: 75px;
    padding-top: 50px;
}

/* Side-by-Side Image and Text Modules with Icons End */

/* Get in Touch Section Start */

.get-in-touch .banner-wrap-r h2 {
    color: #000;
}

.get-in-touch .banner-wrap-r p {
    color: #000;
}
.get-in-touch {
    padding-top: 95px;
    padding-bottom: 108px;
}

.get-in-touch .banner-left {
    position: relative;
}

.get-in-touch .banner-left:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#171D30), to(rgba(25, 70, 187, 0.00)));
    background: -o-linear-gradient(bottom, #171D30 0%, rgba(25, 70, 187, 0.00) 100%);
    background: linear-gradient(0deg, #171D30 0%, rgba(25, 70, 187, 0.00) 100%);
    z-index: 2;
}
.get-in-touch.no-taxt-over-image .banner-left:before {
    opacity: 50%;
}

.get-in-touch .banner-left .banner-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
}

.get-in-touch .banner-left .banner-image .get-in-touch-text {
    width: 100%;
    position: relative;
    z-index: 3;
    padding-left: 50px;
    max-width: 580px;
    box-sizing: border-box;
    padding-right: 50px;
}

.get-in-touch .banner-left .banner-image .get-in-touch-text h6 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 6px;
}

.get-in-touch .banner-left .banner-image .get-in-touch-text p {
    color: #fff;
    margin-bottom: 29px;
}
.banner-wrap-r h4 {
    font-size: 20px;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.00em;
    line-height: 1.2;
    margin-bottom: 27px;
}
.get-in-touch .banner-left .banner-image video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    object-fit: cover;
}

/* Get in Touch Section End */

/* Large Background Image Block with Icons Section Start */

.large-bg-image {
    background: #143896;
    position: relative;
    min-height: 718px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding-top: 30px;
}
.large-bg-image:before {
    content: "";
    background-image: url(./assets/images/back-ptn-bg.svg);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 2;
    fill: rgba(255, 255, 255, 0.15);
    mix-blend-mode: overlay;
}
.large-bg-image .large-banner-block {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}
.large-bg-image .large-banner-block:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #143896 0%, rgba(25, 70, 187, 0.00) 100%);
    top: 0;
    left: 0;
    z-index: 1;
}
.large-bg-image .large-banner-block video {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
}

.large-bg-image .large-bg-image-wrap {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 83px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;    -ms-flex-align: end;    align-items: end;
    
}

large-bg-image .large-bg-image-wrap {
    float: left;
    width: 48%;
}

.large-bg-image-wrap .large-bg-left {
    float: left;
    width: 44.5%;
}

.large-bg-image-wrap .large-bg-left h2 {
    font-size: 85px;
}

.large-bg-image-wrap .large-bg-left p {
    color: #fff;
}

.large-bg-image-wrap .large-bg-left ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 45px;
}

.large-bg-image-wrap .large-bg-left ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    float: left;
        margin-bottom: 15px;
}

.large-bg-image-wrap .large-bg-left ul li h4 {
    color: #fff;
    margin-bottom: 0;
    font-family: Roboto;
    font-weight: 600;
    letter-spacing: 0.00em;
}

.large-bg-image-wrap .large-bg-left ul li .large-icons {
    width: 100%;
    margin-right: 45px;
    max-width: 77px;
}

.large-bg-image-wrap .large-bg-left ul li .large-icons img {
    width: 100%;
    display: block;
}

.large-bg-image-wrap .large-bg-left ul li:last-child {
    margin-bottom: 0;
}
.large-bg-image-wrap .large-bg-left:first-child {
    position: relative;
    top: 25px;
}


/* Large Background Image Block with Icons Section End 
*/


/* Large Background Image Block Section Start */

.large-bg-image.large-bg-block:before {
    content: "";
    background-image: url(./assets/images/large-block.svg);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 2;
    fill: rgba(255, 255, 255, 0.15);
    mix-blend-mode: overlay;
}
.large-bg-image .large-block-item {
    position: relative;
    z-index: 3;
    max-width: 541px;
    width: 100%;
    margin-bottom: 83px;
}
.large-bg-image .large-block-item p {
    margin-bottom: 12px;
}

.large-bg-image .large-block-item h5 {
    margin-bottom: 24px;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.005em;
}

.large-bg-image .large-block-item h3 {
    max-width: 340px;
    font-size: 50px;
    margin-bottom: 23px;
}

/* Large Background Image Block Section End */

/* Vertical Tab Section Start */

 .tabbed-section-figma {
    width: 100%;
    background: #06132B;
    padding: 82px 0 108px;
  }
  .tabbed-card-figma {
    display: flex;
    width: 100%;
    overflow: hidden;
  }
    .vertical-slider {
        display: none;
    }
  .tabbed-tabs-figma-vertical {
    display: flex;
    flex-direction: column;
    gap: 30px;    
    margin-right: 57px;
  }
  .tab-btn-figma-vertical {
    font-family: 'Teko', sans-serif;
    font-size: 30px;
    font-weight: 400;
    border: none;
    padding: 16px 88px 14px 86px;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    width: 100%;
    border-radius: 8px;
    background: rgba(250, 250, 250, 0.14);
    color: #fff;
    letter-spacing: -0.01em;
  }
  .tab-btn-figma-vertical.active, .tab-btn-figma-vertical:hover {
    background: #0047C2;
    color: #fff;
  }
  .tabbed-media-vertical {
    flex: 1;
    display: flex;
    position: relative;
  }
  .tab-panel-figma-vertical {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: center;
    animation: fadeInTab 1.5s;
    height: 403px;
    border-radius: 20px;
    overflow: hidden;
  }
  .tab-panel-figma-vertical.active {
    display: flex;
  }
  .media-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    }
  .tabbed-image-vertical, .tabbed-video-vertical {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
    display: block;
  }
  .overlay-content {
    padding: 32px 32px 43px 42px;
    z-index: 2;
    position: relative;
    width: 100%;
    max-width: 451px;
  }
.tabbed-section-figma h3 {
    color: #fff;
    margin-bottom: 33px;
}

.media-overlay-g:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#171D30), to(rgba(25, 70, 187, 0.00)));
    background: -o-linear-gradient(top, #171D30 0%, rgba(25, 70, 187, 0.00) 100%);
    background: linear-gradient(0deg, #171D30 0%, rgba(25, 70, 187, 0.00) 100%);
}

.overlay-content h4 {
    color: #fff;
    font-size: 25.263px;
    letter-spacing: 0.0em;
    font-weight: 700;
    margin-bottom: 12px;
}

.overlay-content p {
    color: #fff;
    margin-bottom: 26px;
}
@keyframes fadeInTab {
    from { opacity: 0; }
    to { opacity: 1; }
}
.tab-panel-figma-vertical, .media-overlay {
    animation: fadeInTab 1.5s;
}
@keyframes fadeInTab {
    from { opacity: 0; }
    to { opacity: 1; }
}

.vertical-top .slick-slide h4 {
    width: 100%;
    font-family: 'Teko', sans-serif;
    font-size: 24px;
    font-weight: 400;
    border: none;
    padding: 16px 10px 11px 10px;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    width: 100%;
    border-radius: 8px;
    background: rgba(250, 250, 250, 0.14);
    color: #fff;
    letter-spacing: -0.01em;
    text-align: center;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.vertical-top .slick-slide {margin-right: 10px;}

.vertical-top .slick-slide.slick-current h4, .vertical-top .slick-slide h4:hover {
    background: #0047C2;
    color: #fff;
}

.vertical-bottom .slick-slide .vertical-slider-wrap {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

.vertical-bottom .slick-slide .vertical-slider-wrap img {
    width: 100%;
}

.vertical-bottom .slick-slide p {
    color: #fff;
}
.vertical-bottom .slick-slide h3 {
    font-size: 29px;
    text-transform: inherit;
    margin-bottom: 20px;
}

/* Vertical Tab Section End */

/* Tabs with Icons Above Content Section Start */

section.icon-tabs {
    padding-top: 72px;
    padding-bottom: 60px;
}

.icon-tabs .icon-tab-heading {
    max-width: 600px;
    width: 100%;
    margin-bottom: 48px;
}

.icon-tabs .icon-tab-heading h2 {
    color: #000;
    margin-bottom: 29px;
}

.icon-tab-desktop button.tab-btn {
    background-color: transparent;
    border: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0 49px;
    padding-bottom: 30px;
    cursor: pointer;
    position: relative;
}

.icon-tab-desktop button.tab-btn span.icon-img svg path {
    fill: #6A676A;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.icon-tab-desktop button.tab-btn.active span.icon-img svg path, .icon-tab-desktop button.tab-btn:hover span.icon-img svg path {
    fill: #00BF51;
}

.icon-tab-desktop button.tab-btn span.icon-title {
    color: #6A676A;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.icon-tab-desktop button.tab-btn span.icon-img {
    margin-bottom: 11px;
    height: 121px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.icon-tab-desktop button.tab-btn span.icon-img svg {
    width: 100%;
    height: 110px;
}

.icon-tab-desktop .tabbed-tabs {
    border-bottom: 5px solid #E1E1E1;
    gap: 0;
    margin-bottom: 43px;
}

.icon-tab-desktop button.tab-btn:before {
    content: "";
    position: absolute;
    width: 0;
    height: 5px;
    background-color: #0047C2;
    left: 0;
    bottom: -5px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.icon-tab-desktop button.tab-btn.active span.icon-title, .icon-tab-desktop button.tab-btn:hover span.icon-title {
    color: #00BF51;
}

.icon-tab-desktop button.tab-btn.active:before, .icon-tab-desktop button.tab-btn:hover:before {
    width: 100%;
}

.icon-tab-item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.icon-tab-item .icon-tab-two {
    float: left;
    width: 49%;
    padding-right: 53px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.icon-tab-two h5 {font-family: Roboto;font-size: 20px;font-style: normal;font-weight: 700;line-height: 1;letter-spacing: 0.00em;margin-bottom: 13px;     color: #3A3D44;}
.icon-tab-item.list-block-design ul li {
    color: #000000;
}   
.icon-tab-two h2, .icon-tab-two h3 {
    color: #000000;
}
.icon-tab-item .icon-tab-two p {
    margin-bottom: 12px;
}
.icontab-slidertop {
    margin-bottom: 43px;
}
.icontab-static {
    background-color: transparent;
    border: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-bottom: 20px;
    cursor: pointer;
    position: relative;
    border-bottom: 3px solid #E1E1E1;
}

.icontab-static span.icon-img {
    margin-bottom: 11px;
}

.icontab-static span.icon-img svg path {
    fill: #6A676A;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.slick-current .icontab-static span.icon-img svg path, .icontab-static:hover span.icon-img svg path {
    fill: #00BF51;
}

.icontab-static span.icon-title {
    color: #6A676A;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.slick-current .icontab-static span.icon-title, .icontab-static:hover span.icon-title {
    color: #00BF51;
}

.icontab-static:before {content: "";position: absolute;width: 0;height: 3px;left: 0;bottom: -3px;-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;z-index: 1;background-color: #0047C2;}

.slick-current .icontab-static:before, .icontab-static:hover:before {
    width: 100%;
}

.mobile-icontab-slider {
    display: none;
}
/* Tabs with Icons Above Content Section End */

/* Family of Brands Section Start */

section.familybrand-section {background-color: #FAFAFA;padding-top: 67px;padding-bottom: 60px;}

.familybrand-bloc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.familybrand-bloc .familybrand-left {
    float: left;
    width: 32%;
}

.familybrand-bloc .familybrand-left h2 {
    color: #000000;
    margin-bottom: 10px;
}

.familybrand-bloc .familybrand-right {
    float: left;
    width: 60%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.icon-tab-desktop button.tab-btn span.icon-img img {
    display: block;
    width: 100%;
    border-radius: 14px;
    height: 110px;
    object-fit: contain;
}
.familybrand-right .icon-tab-desktop button.tab-btn span.icon-title {
    font-size: 18px;
    line-height: 1.2;
}
.familybrand-right .icon-tab-desktop button.tab-btn {
    padding: 0 29px 18px;
}
.familybrand-right .icon-tab-item .icon-tab-two:first-child {
    width: 35%;
    padding-right: 13px;
}

.familybrand-right .icon-tab-item .icon-tab-two {
    width: 65%;
}
.button-bottom {
    margin-top: 19px;
}


/* Family of Brands Section Start */

/* Testimonial Section Start */

.testimonial-section {
    padding-top: 80px;
    padding-bottom: 127px;
    background-color: #FAFAFA;
    overflow: hidden;
}

.testimonial-section .testimonial-slider {
    position: relative;
}

.testimonial-section .testimonial-card {
    background: white;
    border-radius: 20px;
    padding: 45px 71px 30px 56px;
    margin: 0 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    opacity: 0.2;
    transform: scale(1);
    min-height: 291px;
    display: flex;
    flex-direction: column;
}

.testimonial-section .testimonial-card.slick-center {
    opacity: 1;
    transform: scale(1);
}

.testimonial-section .quote-icon {
    margin-bottom: 48px;
}

.testimonial-section p {
    font-size: 16px;
    margin-bottom: 30px;
}
.testimonial-card .testimonial-footer {
    padding-left: 10px;
    border-left: 3px solid #0047C2;
}

.testimonial-card .testimonial-footer span.author-name {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.0em;
    margin-right: 3px;
}
.testimonial-card .testimonial-footer span.company-name {
    color: #8F8F8F;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.0em;
}
.testimonial-slider .slick-list.draggable {
    margin: 0 -33.33%;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.slider-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 1280px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 2;
}
button.slick-arrow:hover {
    opacity: 0.5;
}
.testimonial-section.testimonial-image-section .slick-list.draggable {
    margin: 0 -37%;
}

/* Testimonial Section End */

/* Testimonial With Image Section Start */

.testimonial-section .slick-list.draggable {
    margin: 0 0%;
}
.testimonial-section .testimonial-card-map.slick-center {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);    
}
.testimonial-section .testimonial-card-map{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    max-width: 1200px;
    width: 100%;
    
}
.testimonial-section .testimonial-card-map .testimonial-left-image {
    background-size: cover;
    /* height: 100%; */
    width: calc(38% + 43px);
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 20px;
    overflow: hidden;
    display: inline-block;
    margin-right: -49px;
}

.testimonial-section .testimonial-card-map .testimonial-card {
    width: 61%;
    min-height: auto;
    margin: 0 !important;
    margin-top: 33px !important;
    margin-bottom: 33px !important;
    padding: 40px 105px 49px 56px;
}
.testimonial-section .testimonial-card-map {    
    opacity: 0.2;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);    
    padding: 0 10px;
}
.testimonial-section .testimonial-card-map .testimonial-card{
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.testimonial-section.testimonial-image-section {
    background-color: #EBEBEB;
    padding-top: 101px;
    padding-bottom: 107px;
}

.testimonial-section .testimonial-card-map .testimonial-card .quote-icon {
    margin-bottom: 30px;
}

.testimonial-section .testimonial-card-map .testimonial-card p {
    margin-bottom: 23px;
}
section.testimonial-section.testimonial-image-section ul.slick-dots {
    bottom: -65px;
}
.testimonial-section.case-studies {
    background-color: #EBEBEB;
}
.testimonial-section.case-studies h5 {
    font-family: Roboto;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
}
.testimonial-section.case-studies .testimonial-card {
    display: block;
}
.testimonial-section .slick-center .testimonial-card, .testimonial-section .slick-center .testimonial-card-map {
    opacity: 1;
}
.single-slide .slick-list.draggable {
    margin: 0 auto !important;
    max-width: 1280px;
    padding: 20px 50px !important;
    width: 100% !important;
}

.single-slide .slick-list.draggable .testimonial-card-map {
    padding-right: 0 !important;
    width: 100%;
    max-width: 100%;
}

.single-slide .slick-list.draggable .slick-slide {
    max-width: 1197px;
}

.single-slide ul.slick-dots {
    display: none !important;
}
.single-slide .slick-list.draggable .slick-track {
    width: 100% !important;
}


/* Testimonial With Image Section End */


/* Map coman Section Start */

.coman-map-item-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.coman-map-item-block .coman-map-text {
    float: left;
    width: 39%;
}

.coman-map-item-block .coman-map-item {
    float: left;
    width: 61%;
}

.coman-map-item-block .coman-map-item img {
    display: block;
    width: 100%;
}
.coman-map-item-block .coman-map-text .map-details {
    max-width: 377px;
    width: 100%;
}

.coman-map-text .map-details h3 {
    margin-bottom: 25px;
}
section.coman-map.full-coman-map {
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.6) 0%, #FFFFFF 100%);
    position: relative;
}

section.coman-map.full-coman-map .coman-map-item {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    top: 0;
}

section.coman-map.full-coman-map .coman-map-item img {
    width: 100%;
    display: block;
}

section.coman-map.full-coman-map .coman-map-text {
    padding-top: 314px;
    padding-bottom: 150px;
}

/* Map coman Section End */

/* Accordions Module Section Start */
.accordions-module-section h2 {
    color: #000000;
    margin-bottom: 32px;
}

.accordions-module-section {
    padding-top: 111px;
    padding-bottom: 100px;
}


.faq-accordion-columns {
    display: flex;
    gap: 23px;
}
  .faq-accordion {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .faq-item {
    overflow: hidden;
    transition: box-shadow 0.2s;
  }  
  .faq-question {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    text-align: left;
    padding: 18px 40px 18px 19px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: background 0.2s;
    background-color: #FAFAFA;
    font-weight: 400;
    font-size: 16px;
    border-radius: 0;
    line-height: 1.1;
  }
  .faq-icon {
    display: inline-block;
    width: 42px;
    height: 30px;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
  }
  .faq-icon::before, .faq-icon::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 23px;
    height: 2px;
    background: #6A676A;
    border-radius: 1px;
    transition: transform 0.3s cubic-bezier(.4,1.4,.6,1);
  }
  .faq-icon::before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .faq-question[aria-expanded="true"] .faq-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .faq-answer {
    max-height: 0;
    overflow: hidden;   
    transition: max-height 0.5s cubic-bezier(.4,1.4,.6,1), opacity 0.4s cubic-bezier(.4,1.4,.6,1), padding 0.3s;
    padding: 0 32px;
  }
  .faq-answer.open {
    padding: 0 30px 24px 18px;
    max-height: 400px;
    transition: max-height 0.5s cubic-bezier(.4,1.4,.6,1), padding 0.3s;
  }
  .faq-answer p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
    margin: 0;
    line-height: 1.18;
    margin-top: 30px;
    margin-bottom: 20px;
  }

/* Accordions Module Section End */

/* Certifications / Expertise Section Start */

.certi-exp-section {
    padding-top: 49px;
    padding-bottom: 120px;
}

.coman-hading {
    max-width: 450px;
    width: 100%;
    display: block;
    margin-bottom: 50px;
}

.coman-hading h2 {
    margin-bottom: 9px;
}

.certifications-slider .slick-track .slick-slide img {
    display: block;
    width: 100%;
    border-radius: 18px;
    margin: 0 auto;
    height: 198px;
    -o-object-fit: cover;object-fit: cover;
}

.certifications-slider .slick-track .slick-slide h5 {
    font-family: Roboto;
    font-weight: 600;
    font-size: 16px;
    line-height: 117%;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 3px;
    letter-spacing: 0.00em;
}

.certifications-slider .slick-track .slick-slide p {
    font-family: Roboto;
    font-weight: 200;
    font-size: 16px;
    line-height: 117%;
    text-align: center;
    margin-bottom: 0;
}
.certifications-slider button.slick-prev.slick-arrow {
    left: -41px;
}

.certifications-slider  button.slick-next.slick-arrow {
    right: -50px;
}

.certifications-slider .slick-slide {
    padding: 0 10px !important;
}

.certifications-slider .slick-list {
    margin: 0 -17px !important;
}
.certifications-slider .slick-slide .cer-text {
    box-sizing: border-box;
    width: 100%;
    display: block;
}


/* Certifications / Expertise Section End */

/* Team Section Start */

.who-we-are-section {
    padding-top: 111px;
    padding-bottom: 136px;
}

.board-grid {
    gap: 32px;
    row-gap: 40px;
    -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    display: -ms-grid;
    display: grid;
    list-style: none;
}

.board-grid .board-member {
    overflow: hidden;
    border-radius: 14.71px;    
}

.board-grid .board-member a {
    display: block;
    width: 100%;
    height: 100%;
}

.board-grid .board-member .board-image {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 314px;
    background-color: transparent;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
            align-items: end;
    overflow: hidden;
}
.board-grid .board-member .board-image img {
    width: 100%;
    display: block;
    height: 235.41px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 1;
}
.board-grid .board-member a:hover .board-image img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.8;
}

.board-grid .board-member a:hover .board-image span {
    opacity: 1;
    bottom: 0;
}
.board-info {
    padding: 13px 20px 19px 24px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 100%;
    position: relative;
    z-index: 1;
}

.board-info h4 {
    color: #fff;
    margin-bottom: 12px;
    letter-spacing: 0.00em;
    font-weight: 500;
    font-size: 18.1px;
    line-height: 100%;
    font-family: "Roboto", sans-serif;
}
.board-info p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.4;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.popup-text {
    max-width: 980px;
    margin: 90px auto 0;
    background-color: #fff;
    border-radius: 16px;
    padding: 32px 12px 0 31px;
    position: relative;
    top: 50px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.popup-active .popup-text {    
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.popup-text .popup-two-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
}

.popup-text .popup-two-block .popup-left-block {
    float: left;
    width: 30%;
    padding-bottom: 36px;
}
.popup-text .popup-two-block .popup-right-block {
    float: left;
    width: 66.2%;
    height: 664px;
    overflow-y: auto;
    max-height: 664px;
    padding-right: 30px;
    padding-top: 22px;
}
.popup-left-block img {
    display: block;
    border-radius: 17px;
    width: 100%;
}
.history-columns.full-with-history {
    max-width: 70%;
    margin: 0 auto;
    width: 100%;
}
.popup-right-block::-webkit-scrollbar-track
{	
	border-radius: 10px;
    background-color: #ffffff;
}

.popup-right-block::-webkit-scrollbar
{
	width: 11.19px;	
    background-color: #ffffff;
}

.popup-right-block::-webkit-scrollbar-thumb
{
	border-radius: 10px;	
	background-color: #D9D9D9;
}
.popup-left-block .popup-descri h4 {
    margin-top: 30px;
    margin-bottom: 7px;
    max-width: 190px;
    width: 100%;
    letter-spacing: 0.00em;
    font-weight: 600;
    font-size: 23.67px;
    line-height: 100%;
    font-family: "Roboto", sans-serif;
    text-transform: inherit;
}

.popup-left-block .popup-descri p {
    font-weight: 300;
    font-size: 23.67px;
    line-height: 100%;
    font-family: "Roboto", sans-serif;
}
.popup-text .popup-two-block .popup-right-block h3 {
    font-weight: 400;
    font-size: 36.34px;
    line-height: 80%;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.popup-text .popup-two-block .popup-right-block p {
    font-size: 16px;
    margin-bottom: 24px;
    letter-spacing: -0.007em;
}

.popup-text button.mfp-close, .popup-text button.mfp-arrow {
    font-size: 0;
    font-weight: 300;
    right: -51px;
    color: #fff !important;
    opacity: 1;
    top: 9px !important;
    background-image: url(./assets/images/cross-icon.svg);
    background-size: contain;
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.5s ease-in-out;    -o-transition: all 0.5s ease-in-out;    transition: all 0.5s ease-in-out;
}
button.mfp-close:hover, button.mfp-arrow:hover {
    opacity: 0.5;
}
.board-section:before {
    border: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 605px;
    background-color: #f7f6f3;
    border-radius: 307px 0 396px 0;
    z-index: -1;
    bottom: 0;
}
.popup-left-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.popup-left-block ul li {
    margin-right: 10px;
}

.popup-left-block ul li a {
    background-color: #000;
    color: #fff;
    width: 33px;
    height: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    font-size: 15px;
}

.popup-left-block ul li a:hover {
    background-color: #0047C2;
}
.board-grid .board-member .board-image::before,
.board-grid .board-member .board-image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
}

.board-grid .board-member .board-image::before {
    background: linear-gradient(0deg, #171D30 0%, rgba(25, 70, 187, 0) 100%);
    opacity: 1;
}

.board-grid .board-member .board-image::after {
    background: linear-gradient(0deg, #0047C2 0%, rgba(25, 70, 187, 0) 100%);
    opacity: 0;
}

.board-grid .board-member:hover .board-image::before {
    opacity: 0;
}

.board-grid .board-member:hover .board-image::after {
    opacity: 1;
}

/* Team Section End */

/* SlideShow Section Start */

.image-slideshow .full-slideshow-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 372px;
}

section.image-slideshow ul.slick-dots {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    justify-content: end;
    bottom: -36px;
    padding-right: 50px;
}
section.image-slideshow {
    margin-bottom: 80px;
}
/* SlideShow Section End */

/* Text and 2 columns images Section Start */
.text-two-imgblock {
    padding-top: 49px;
    padding-bottom: 29px;
}

.text-two-imgblock .text-left-imgblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.text-two-imgblock .text-left-imgblock .left-imgblock {
    float: left;
    width: 34.8%;
}

.text-two-imgblock .img-block-two-block {
    float: left;
    width: 57.5%;
    gap: 29px;
    row-gap: 40px;
    -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: -ms-grid;
    display: grid;
    list-style: none;
}

.text-two-imgblock .img-block-two-block .img-two-item img {
    width: 100%;
    display: block;
    border-radius: 18px;
    height: 198px;
    -o-object-fit: cover;
       object-fit: cover;
}

.text-two-imgblock .img-block-two-block .img-two-item h4 {
    font-weight: 600;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    margin-top: 21px;
    margin-bottom: 5px;
    letter-spacing: 0.00em;
    line-height: 1.3;
}
.text-and-image-section .text-image-blockitem.right-text-and-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

/* Text and 2 columns images Section End */

/* Text and Image Block Section Start */

.text-and-image-section {
    padding-top: 70px;
    padding-bottom: 77px;
}

.text-and-image-section .text-image-blockitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.text-and-image-section .text-image-blockitem .coman-textimg-left {
    float: left;
    width: 32%;
    padding-top: 93px;
    padding-bottom: 39px;
}

.text-and-image-section .text-image-blockitem .coman-textimg-right {
    float: left;
    width: 57.5%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 20px;
    overflow: hidden;
}

.text-and-image-section .text-image-blockitem .coman-textimg-left h2 {
    margin-bottom: 14px;
}


/* Text and Image Block Section End */

/* History and Values Section Start */

.history-section {
    padding-top: 86px;
    padding-bottom: 80px;
}

.history-section .cards-grid {
    width: 100%;
    gap: 21px;
    row-gap: 16px;
    -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: -ms-grid;
    display: grid;
    list-style: none;
}

.history-section .cards-grid .card {
    width: 100%;
    -webkit-box-shadow: 0px 0px 30.2px 4px #0000001A;
            box-shadow: 0px 0px 30.2px 4px #0000001A;
    background-color: #FFFFFF99;
    border-radius: 18px;
    padding: 42px 20px 31px 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.history-section .cards-grid .card .icon-container {
    width: 64px;
}

.history-section .cards-grid .card .card-content {
    width: calc(100% - 98px);
}

.history-section .cards-grid .card .icon-container img {
    display: block;
    width: 100%;
}

.history-section .coman-hading {
    max-width: 502px;
}

.history-section .coman-hading h2 {
    margin-bottom: 15px;
}

.history-section .cards-grid .card .card-content h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 117%;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.history-section .cards-grid .card .card-content p {
    margin-bottom: 9px;
}

.history-section.Values-block .card {
    padding: 33px 20px 18px 32px;
    display: block;
}

.history-section.Values-block .card .icon-container {
    width: 56px;
    margin-bottom: 14px;
}

.history-section.Values-block .card .card-content {
    padding-left: 4px;
    width: 100%;
}

.history-section.Values-block .card .card-content h4 {
    text-transform: inherit;
    letter-spacing: 0.00em;
    margin-bottom: 10px;
}

.history-section.Values-block .card .card-content p {
    width: 100%;
    margin-bottom: 25px;
}

.history-section.Values-block .card .card-content span {
    font-style: italic;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    display: inline-block;
    letter-spacing: 0.00em;
    max-width: 260px;
    line-height: 1.1;
    margin-bottom: 5px;
    width: 100%;
        color: #000000;
}

.history-section.Values-block .card .card-content h6 {
    font-weight: 600;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.00em;
    margin-bottom: 10px;
}

/* History and Values Section End */

/* Counter Section Start */
section.counter-section {
    padding-top: 60px;
    padding-bottom: 62px;
}
.counter-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    justify-content: space-between;
}

.counter-item {
    position: relative;
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.circle-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
    height: 200px;
  transform: rotate(90deg);
}

.circle-bg {
  fill: none;
  stroke: rgba(0, 71, 194, 0.1);
  stroke-width: 6.3;
}

.circle-progress-bar {
  fill: none;
  stroke-width: 6.3;
  stroke-linecap: round;
  stroke-dasharray: 565.48;
  stroke-dashoffset: 565.48;
  transition: stroke-dashoffset 2.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.counter-content {
  text-align: center;
  z-index: 1;
  position: relative;
}

.counter-number {
    font-size: 49.03px;
    font-weight: 400;
    color: #0047C2;
    margin-bottom: 11px;
    font-family: "Teko", sans-serif;
}

.counter-label {
    max-width: 120px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #000000;
    letter-spacing: 0.00em;
    width: 100%;
}
.counter-item.animate .circle-progress-bar {
  stroke-dashoffset: 0;
}

.counter-section-three {
    padding-top: 60px;
    padding-bottom: 60px;
}
.counter-section-three circle, .counter-section-three circle {
    stroke-width: 8;
}
.counter-section-three .counter-container {
    padding: 0 16px;
}
.counter-section-three .counter-number {
    font-size: 65px;
    line-height: 0.8;
    margin-bottom: 5px;
}
.counter-section-three .counter-content .counter-label {
    max-width: 190px;
    line-height: 1.2;
}
/* Counter Section End */

/* Figures Counter with Text and Blue background Section Start */

.figures-counter-section {
    padding-top: 52px;
    padding-bottom: 69px;
    background-color: #06132B;
}

.figures-counter-section .figures-counter-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
     -webkit-box-align: center;    -ms-flex-align: center;    align-items: center;
}
.figures-counter-section .figures-counter-text .figures-left {
    float: left;
    width: 32%;
}

.figures-counter-section .figures-counter-text  .figures-counter-right {
    float: left;
    width: 60.5%;
}

.figures-counter-section .figures-counter-text .figures-left p {
    color: #fff;
}

.figures-counter-section .figures-counter-text .figures-left h2 {
    margin-bottom: 12px;
}

.figures-counter-section .figures-counter-text .counter-container {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;gap: 51px;row-gap: 10px;position: relative;right: -11px;}

.figures-counter-section .counter-content .counter-label {
    color: #fff;
}
.figures-counter-section .figures-counter-text .figures-left p {
    color: #fff;
    margin-bottom: 10px;
}
.figures-counter-section.without-background {
    background-color: #fff;
}
.figures-counter-section.without-background h2, .figures-counter-section.without-background p, .figures-counter-section.without-background .counter-content .counter-label {
    color: #000 !important;
}
/* Figures Counter with Text and Blue background Section End */

/* Process Stages Section Start */
.process-section {
    padding-top: 76px;
    padding-bottom: 0px;
}
.process-section .coman-hading {
    max-width: 500px;
    margin-bottom: 95px;
}
.process-section .process-left-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.process-section .process-left-right .process-left-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 50%;
    left: 0;
    position: absolute;
    top: 0;
        height: 100%;
}

.process-left-right .process-left-text {
    float: left;
    width: 50%;
    padding: 79px 0px 25px 89px;
}
.process-section .process-left-right .process-img {
    float: left;
    width: 50%;
}
.process-all-item {
    position: relative;
}

.process-section .process-left-right .process-img span.process-number {
    background-color: #0047C2;
    font-size: 25px;
    position: relative;
    z-index: 1;
    color: #fff;
    width: 54.12109375px;
    height: 54.12109375px;
    display: inline-block;
    border-radius: 10px;
    font-size: 46px;
    text-transform: uppercase;
    font-family: "Teko", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: anchor-center;
        -ms-flex-align: anchor-center;
            align-items: anchor-center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 54.12109375px;
    padding-top: 4px;
    margin-top: -27px;
}

.process-left-right .process-left-text h3 {
    margin-bottom: 15px;
}


.process-all-item .process-left-right.process-right-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.process-all-item .process-left-right.process-right-image .process-left-image {
    right: 0;
    left: inherit;
}

.process-all-item .process-left-right.process-right-image span.process-number {left: 90px;}

.process-all-item .process-left-right.process-right-image .process-left-text {
    padding-left: 0;
    padding-right: 49px;
}
.counter-section-three .counter-item, .counter-section-three .circle-progress {
    width: 288px;
    height: 288px;
}


/* Process Stages Section End */

/* Contact Form Section Start */
.contact-form-section {
    padding-top: 72px;
    padding-bottom: 60px;
}

.contact-form-section h2 {
    color: #000000;
}

.contact-form-section .contact-form-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.contact-form-section .contact-form-block .contact-form {
    width: 61.5%;
}

.contact-form-section .contact-form-block .contact-form-accordion {
    width: 32.3%;
}

.contact-form-accordion span.faq-icon {
    right: 11px;
    width: 36px;
}

.contact-form-accordion p {
    margin-top: 8px;
    margin-bottom: 19px;
    max-width: 200px;
    line-height: 1.58;
    font-weight: 300;
}

.contact-form-accordion .faq-answer {
    padding-left: 20px;
}
.contact-form-accordion .faq-answer .contact-wrap-d {
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01px;
    color: #000000;
    margin-bottom: 17px;
}

.contact-form-accordion .faq-answer .contact-wrap-d a {
    font-size: 16px;
    color: #000000;
    text-decoration: underline;
}

.contact-form-accordion .faq-answer .contact-wrap-d a:hover {
    color: #0047C2;
}
.contact-form-accordion .faq-accordion-columns .faq-accordion {
    gap: 11px;
}


/* Contact Form Section End */

/* Resouce Block Section Start */

.resouce-all-block {
    gap: 29px;
    row-gap: 27px;
    -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: -ms-grid;
    display: grid;
    list-style: none;
}

.resouce-all-block .resouce-block-item {
    overflow: hidden;
    border-radius: 37.55px;
    position: relative;
    -webkit-box-shadow: 0px 0px 11.7px 0px #0000001A;
            box-shadow: 0px 0px 11.7px 0px #0000001A;
}

.resouce-all-block .resouce-block-item .resource-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 187.7px;
    position: relative;
}

.resouce-all-block .resouce-block-item .resource-image span {
    padding: 8px 22px 5px 17px;
    margin-top: 26px;
    display: inline-block;
    margin-left: 29px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000000;
    font-family: "Roboto", sans-serif;
    background-color: #fff;
    border-radius: 50px;
    letter-spacing: 0.005em;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.resouce-all-block .resouce-block-item .resouce-block {
    background-color: #fff;
    padding: 21px 76px 3px 28px;
    position: relative;
}

.resouce-all-block .resouce-block-item .resouce-block span.date {
    display: block;
    margin-bottom: 7px;
    letter-spacing: 0.00em;
}

.resouce-all-block .resouce-block-item .resouce-block span.date span {
    font-weight: 400;
    font-size: 14.85px;
    line-height: 117%;
    color: #000000;
    font-family: "Roboto", sans-serif;
}

.resouce-all-block .resouce-block-item .resouce-block  h3 {
    font-weight: 700;
    font-size: 27.57px;
    line-height: 117%;
    font-family: "Roboto", sans-serif;
    text-transform: inherit;
     -webkit-transition: all 0.5s ease-in-out;    -o-transition: all 0.5s ease-in-out;    transition: all 0.5s ease-in-out;
}

section.resouce-filter-block {
    padding-top: 74px;
    padding-bottom: 0;
}
.resouce-all-block .resouce-block-item:hover {}

.resouce-all-block .resouce-block-item:hover .resouce-block h3 {
    color: #0047C2;
}

.resouce-all-block .resouce-block-item:hover .resource-image span {
    background-color: #0047C2;
    color: #fff;
}

/* Resouce Block Section End */

/* Resouce Details Section Start */
.back-btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 68px;
}

.back-btn-block .left-btn {
    float: left;
    width: 50%;
}

.back-btn-block .social-plugin {
    float: left;
    width: 50%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.left-btn span {
    font-size: 18px;
    color: #000000;
    display: flex;
    align-items: center;
}

.left-btn span a {
    text-decoration: underline;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.01px;
    color: #000000;
    margin-left: 6px;
}

.left-btn span a:hover {
    color: #0047C2;
}

.single .large-bg-image {
    height: 468px;
}
.blog-content img {
    border-radius: 20px;
}
.blog-content ul li {
    font-weight: 300;
    margin-bottom: 17px;
}
.blog-content ul li:before {
    background-color: #000;
}
.list-block-design ul{
    padding-left: 23px;
}
.blog-content ul {
    display: block;
    margin-bottom: 43px !important;
}
.single .large-bg-image.large-bg-block:before {
    background-position: center center;
}

/* Resouce Details Section Start */

/* Resource filter Section Start */

.resource-mainfilter {
    padding-top: 70px;
    padding-bottom: 65px;
    background-color: #06132B;
}
.resource-mainfilter .post-filter-wrap {
    gap: 20px;
    row-gap: 40px;
    -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: -ms-grid;
    display: grid;
    list-style: none;
}
.resource-mainfilter .post-filter-wrap .search-field input {
    width: 100%;
    font-weight: 400;
    font-size: 26px;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #D8D8D842;
    color: #fff;
    outline: none !important;
    box-shadow: none;
    padding: 0px 35px 6px 0px;
    font-family: "Teko", sans-serif;
    line-height: 0;
    height: 37px;
    background: url(./assets/images/search-icon.svg) no-repeat;
    background-position: 99% 3px;
    background-size: 20px;
}
.resource-mainfilter .post-filter-wrap .search-field input::placeholder {
  color: #ffffff;
  opacity: 1; /* Firefox */
}

.resource-mainfilter .post-filter-wrap .search-field input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #ffffff;
}

.pagination.resource-pagination {
    text-align: center;
    padding-top: 40px;
}

.pagination.resource-pagination span, .pagination.resource-pagination a {
    margin: 0 10px;
}

.pagination.resource-pagination span, .pagination.resource-pagination a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: transparent;
    border-radius: 20px;
    font-size: 20px;
    font-family: "Teko", sans-serif;
    color: #000;
    line-height: 2.2;
    font-weight: 400;
}

.pagination.resource-pagination a.current, .pagination.resource-pagination a:hover {
    background-color: #0047C2;
    color: #fff;
}
.pagination.resource-pagination span.page-link-blank {
    cursor: no-drop;
}

/* Resource filter Section End */

/* Resource Details Section Start */

.single .large-block-item span.date {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 18px;
    display: block;
    padding-left: 4px;
    letter-spacing: 0.00em;
}
.single .large-bg-image .large-block-item {
    max-width: 730px;
    margin-bottom: 29px;
}
.single .image-cap {
    position: absolute;
    bottom: 41px;
    max-width: 21%;
    right: 43px;
}

.single .image-cap p {
    color: #fff;
    font-weight: 300;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.01px;
    text-align: right;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0;
}

.single .image-cap p strong {
    font-weight: 500;
}


.blog-single-post {
    padding-top: 47px;
    padding-bottom: 31px;
}

.blog-single-post h2 {   
    margin-bottom: 13px;
}

.blog-single-post p {
    letter-spacing: 0.00;
    line-height: 1.62;
    margin-bottom: 27px;
    font-weight: 300;
}
.blog-content h3 {
    font-family: Teko;
    font-weight: 400;
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: inherit;
    margin-bottom: 8px;
}
.blog-content .mejs-container {
    border-radius: 20px;
    overflow: hidden;
    width: 100% !important;
    min-width: 100% !important;
}

.blog-content .wp-video {
    width: 100% !important;
    display: block;
    margin-bottom: 35px !important;
}

.blog-content .mejs-container video {
    width: 150% !important;
    height: 100% !important;
    object-fit: fill;
}
.blog-single-post .container .mejs-overlay-button {
    background-image: none !important;
    width: 152.59521484375px;
    height: 152.59521484375px;
    background: rgba(0, 71, 194, 0.81);
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;    -o-transition: all 0.5s ease-in-out;    transition: all 0.5s ease-in-out;
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.blog-single-post .container .mejs-overlay-button:before {
    content: "";
    background-image: url(./assets/images/play-white-icon.svg);
    width: 65.5px;
    height: 75.7px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    left: 11px;
}
.blog-single-post .container .mejs-overlay-button:hover {
    background-color: rgba(0, 71, 194, 1);
}

.blog-content .alignleft figcaption {
    border-left: solid 2px #00BF51;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: #000;
    padding-left: 11px;
    line-height: 1.16;
    display: inline-block;
}
.blog-content .alignright figcaption {
    border-left: solid 2px #00BF51;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: #000;
    padding-left: 11px;
    line-height: 1.16;
    display: inline-block;
}
section.default-banner {
    height: 500px;
}
.single .large-bg-image .large-banner-block {
    background-position: top center;
}

/* Resource Details Section end */

/* Contact Form Css Start */

.contact-form .input input::-webkit-input-placeholder { /* Chrome, Safari, Edge */
  color: #000;  
}

.contact-form .input input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}

.contact-form .input input:-ms-input-placeholder { /* IE 10-11 */
  color: #000;
}

.contact-form .input input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.contact-form .input input, .contact-form .input textarea {
    width: 100% !important;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-weight: 300;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    border-radius: 8px;
    padding: 16px 19px;
    color: #000;
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    padding: 15px 20px 13px 18px;
}

.contact-form  fieldset {
    width: 100%;
    max-width: 100% !important;
}

.contact-form fieldset .hs-form-field {
    margin-bottom: 13px;
}

.contact-form .input select {
    width: 100% !important;
    width: 100%;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-weight: 300;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    border-radius: 8px;
    padding: 16px 19px;
    height: 50px;
    cursor: pointer;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: url(./assets/images/bottom-fm-arrow.svg);
    appearance: none;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 20px;
}

.contact-form label span {color: #000;}

.contact-form .input textarea {
    margin-top: 7px;
    height: 218px;
}


.contact-form .hbspt-form ul.no-list.hs-error-msgs {
    display: none;
}
.contact-form .form-embed-container > p {
    margin-bottom: 0;
}
.contact-form .input input.error, .contact-form .input textarea.error, .contact-form .input select.error {
    border-color: red;
}
.contact-form .hs_submit.hs-submit .actions input {
    padding: 8px 18px 4px 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background: -o-linear-gradient(left, #00BF51 0%, #00BF51 100%);
    background: -webkit-gradient(linear, left top, right top, from(#00BF51), to(#00BF51));
    background: linear-gradient(90deg, #00BF51 0%, #00BF51 100%);
    color: #FFF;
    font-family: Teko;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    white-space: pre;
    border: none;
    cursor: pointer;    
    -webkit-transition: all 0.5s ease-in-out;    -o-transition: all 0.5s ease-in-out;    transition: all 0.5s ease-in-out;
}

.contact-form .hs_error_rollup {
    display: none;
}
.contact-form .hs_submit.hs-submit .actions {
    display: inline-block;
    position: relative;
}

.contact-form .hs_submit.hs-submit .actions:before {
    content: "\f04b";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: #fff;
    font-size: 11px;
    position: absolute;
    top: 52%;
    right: 21px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.contact-form .hs_submit.hs-submit .actions:hover:before {
    margin-left: 0;
    right: 9px;
    opacity: 1;
}

.contact-form .hs_submit.hs-submit .actions:hover input {
    padding-right: 22px;
}
.contact-form .submitted-message p {
    text-align: center;
    font-size: 20px;
    color: green;
    font-weight: 500;
}
/* Contact Form Css End */



/* Footer Section Start */
footer {
    background: #000A24;
    padding-top: 39px;
    padding-bottom: 44px;
}

footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

footer .footer-logo {
    float: left;
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

footer .footer-text {
    float: left;
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    padding-top: 2px;
}

footer .footer-text .footer-details a {
    font-size: 14px;
    letter-spacing: 0.005em;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    display: inline;
    background: inherit !important;
}

footer .footer-text .footer-details ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

footer .footer-text .footer-details ul li {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 1.5;
}

footer .footer-text .footer-details ul li a {
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    display: inline;
}

footer .footer-text .footer-details p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

footer .footer-text .footer-details {
    float: left;
    width: 55%;
}

footer .footer-text .footer-details a:hover {
    color: #ffffff;
}

footer .footer-logo p {
    opacity: 0.5;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 20px;
}

footer .footer-text .footer-details ul li a:hover {
    color: #fff;
}
footer .footer-logo .footer-logo-img {
    margin-right: 38px;
}
footer .footer-text .footer-details h4 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 23%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}

.footer-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 30px;
}

.footer-social ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.footer-social ul li a {
    color: rgba(255, 255, 255, 0.5);
}

.footer-social ul li a:hover {
    color: #fff;
}
/* Footer Section End */
.wp-video {
    margin: 0 !important;
    padding: 0 !important;
}

.wp-video video {
    display: block;
    margin: 0 auto;
}

/* Remove paragraph spacing around video */
p:has(.wp-video) {
    margin: 0 !important;
    padding: 0 !important;
}
.resouce-filter-block p.not-found-post {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0;
}
.single-line {
    width: 100%;
    height: 1px;
    background-color: rgba(106, 103, 106, 0.20);
}
.error404 .large-bg-image {
    height: calc(100vh - 154.5px);
}
.counter-section-three .counter-item {
    margin-bottom: 20px;
}
.counter-section-three .counter-container {
    -ms-flex-pack: distribute;
    gap: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 20px;
}

.error404 .large-block-item h1 {
    font-size: 140px;
}
.blog-content ul li p {
    margin-bottom: 0;
}

/* Responsive Style */


@media only screen and (min-width: 2200px) {
    .testimonial-section.testimonial-image-section .slick-list.draggable {
        margin: 0 -20%;
    }
    
}

@media only screen and (min-width: 2500px) {
    .testimonial-section.testimonial-image-section .slick-list.draggable {
        margin: 0 -10%;
    }
    
}
@media only screen and (min-width: 2880px) {
    .testimonial-section.testimonial-image-section .slick-list.draggable {
        margin: 0 0;
    }
    
}

@media only screen and (min-width: 992px) {
    body {
        padding-top: 0 !important;
    }
}
@media only screen and (max-width: 1430px) {
    section.coman-map.full-coman-map .coman-map-text {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    section.coman-map.full-coman-map .coman-map-item {
        background-size: contain;
    }
    .figures-counter-section .figures-counter-text .counter-container {
        gap: 30px;
        row-gap: 10px;
        right: 0;
    }
    .single .image-cap {
        max-width: 30%;
    }
}

@media only screen and (max-width: 1366px) {
    .testimonial-section .testimonial-card-map .testimonial-card {
        padding: 40px 50px 49px 56px;
    }
    .testimonial-section .slick-list.draggable {
        margin: 0 -25%;
    }
    footer .footer-text {        
        width: 56%;
    }
}

@media only screen and (max-width: 1280px) {
    .back-inner-block .background-two-item .back-two-text {
        margin-left: 50px;
    }
    .side-b-side-wrap .side-item-wrap .side-content-item .side-inner-set {
        padding-left: 70px;        
    }
    .tabbed-tabs {
        gap: 10px;
    }
     .spacer-190 {
        height: 100px;
      }
}

@media only screen and (max-width: 1200px) {
.desktop-menu li.menu-lavel-1 > a {    
    font-size: 20px;
}
.back-inner-block .background-two-item {
    min-height: 480px;
}
.back-inner-block .background-two-item .back-two-text {
    margin-bottom: 50px; 
} 
.video-container .play-button-wrapper div {
    width: 90px;
    height: 90px;
    font-size: 40px;
}
.side-by-side-modules .side-by-icons {
    max-width: 240px;
}    
.large-bg-image .large-bg-image-wrap {
    margin-bottom: 60px;
}    
.large-bg-image-wrap .large-bg-left ul li .large-icons {
    max-width: 70px;
    margin-right: 21px;
}    
.tab-btn-figma-vertical {    
    font-size: 26px;
} 
.icon-tab-desktop button.tab-btn {
    padding: 0px 36px;
    padding-bottom: 25px;
}
.familybrand-right .icon-tab-item .icon-tab-two:first-child {
    width: 40%; 
}    
.familybrand-right .icon-tab-item .icon-tab-two {
    width: 56%;
}    
section.coman-map.full-coman-map .coman-map-text {
    padding-top: 100px;
    padding-bottom: 100px;
} 
.popup-text button.mfp-close, .popup-text button.mfp-arrow {
    font-size: 45px;    
    right: 8px;
    top: 1px !important;
    background-image: none;
    color: #000 !important;
}    
.popup-text .popup-two-block .popup-right-block {
    height: 504px;    
    max-height: 504px;
}    
.mfp-container {
    padding: 10px 25px;
}    
.popup-text{
    padding: 41px 12px 0 31px;
}    
.history-section .cards-grid .card {
    padding: 30px 20px 26px 25px;
}    
.figures-counter-section .figures-counter-text .figures-left {    
    width: 39%; 
} 
.resouce-all-block .resouce-block-item .resouce-block {    
    padding: 21px 25px 3px 25px; 
}
.single .image-cap {
    max-width: 100%;
    bottom: 10px;
    padding-left: 20px;
}
.single .large-bg-image .large-block-item {
    margin-bottom: 40px;
}   
.spacer-100 {
    height: 60px;
}    
    
}

@media only screen and (max-width: 1100px) {
h1, .h1 {
    font-size: 77px;
}    
h2, .h2 {    
    font-size: 40px;
}    
.inner-top-section .overlay {
    min-height: 560px;
}
.inner-top-section .hero-banner-block > div{
    height: 560px;
}
.desktop-menu li.menu-lavel-1 > a {    
    font-size: 19px;
}
.desktop-menu {
    padding-top: 15px;
}    
.header-wrap .header-logo a.brand-logo img {
    width: 160px;
}    
.header-inner .header-wrap .header-menu {    
    width: calc(100% - 236px);
}
.banner-two-wrap .banner-right { 
    width: calc(50.65% - 70px);
}    
.side-b-side-wrap .side-item-wrap .side-content-item .side-inner-set {
    padding-left: 40px;
}
.tab-content-section .tab-btn {    
    font-size: 22px;
    padding: 21px 15px 19px 15px;
}    
footer .footer-text {    
    width: 55%;
}    
.large-bg-image-wrap .large-bg-left ul li h4 {
    font-size: 24px;
}    
.tabbed-section-figma {
    padding: 70px 0 90px;
} 
.icon-tab-desktop button.tab-btn {
    padding: 0px 20px;
    padding-bottom: 24px;
}
.icon-tab-desktop button.tab-btn span.icon-img { 
    height: 121px;
}    
.icon-tab-desktop button.tab-btn span.icon-img svg {
    width: 80%;
}  
.testimonial-section .testimonial-card {
    padding: 40px 70px 30px 40px;
}    
    
.testimonial-section .testimonial-card-map .testimonial-card {
    padding: 30px 30px 30px 30px;
}    
.certi-exp-section {    
    padding-bottom: 90px;
}    
.certifications-slider .slick-track .slick-slide img {
    border-radius: 10px;    
}    
.who-we-are-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.board-grid {
    gap: 20px;
}
.history-section .cards-grid .card .card-content {
    width: calc(100% - 88px);
}    
h3, .h3 {
    font-size: 40px;
}    
.counter-section .counter-container {
    justify-content: center;
    gap: 30px;
    row-gap: 10px;
}    
.resouce-all-block .resouce-block-item .resouce-block h3 {
    font-size: 24px;
}  
footer .footer-logo {
    display: block;
    width: 38%;
}    
    
}

@media only screen and (max-width: 991px) {
    h1, .h1 {
        font-size: 64px;
    }
    h3, .h3 {
        font-size: 38px;
    }
    .inner-top-section .overlay {
        min-height: 500px;
    }
    .inner-top-section .hero-banner-block > div{
        height: 500px;
    }
    .inner-top-section .overlay .top-text {
        padding-bottom: 60px;
    }
    .banner-two-wrap .banner-right {     
        width: calc(50.65% - 40px);
    }
    .mobile-header {
        display: block;
    }
    .header-inner {     
        display: none;
    }
    .mobile-header {
        display: flex;
        padding: 0px 30px 0px 30px;
        align-items: center;
        justify-content: space-between;
        background-color: #ffffff;
        border-bottom: solid 0px #E8EDF1;
        -webkit-box-shadow: 0 8px 14px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
        box-shadow: 0 8px 14px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    }
    a.brand-logo img {
        padding: 0 10px 0 10px;
    }
    .brand-logo {
        width: 150px;
        position: relative;
        left: 0;
        padding: 20px 0;
        z-index: 1111;
        border-radius: 0px 0px 10px 10px;
        background-color: #fff;
        margin-bottom: -20px;
    }
    .brand-logo img {
        width: 100%;
        display: block;
    }
    header.site-header:before {
        display: none;
    }
    .btn.slide-menu-control {
        padding: 0;
        width: 26px;
        height: 18px;
        align-items: center;
        justify-content: center;
        box-shadow: none;
        margin-top: 0;
        outline: none;
        border: 0;
        background-color: transparent;
        cursor: pointer;
        position: relative;
        top: 5px;
        z-index: 111;
        right: -5px;
    }
    .btn.slide-menu-control span {
        display: block;
        width: 25px;
        height: 2px;
        background-color: #1946bb;
        margin-bottom: 4px;
        border-radius: 1px;
        -webkit-transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
        -o-transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
        transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
        position: relative;
    }    
    .btn.slide-menu-control.btn-remove span {
        transform: rotate(45deg);
        top: 5px;
    }
    .btn.slide-menu-control.btn-remove span:nth-of-type(2n) {
        transform: rotate(-45deg);
        bottom: 5px;
    }
    .btn.slide-menu-control.btn-remove span, .btn.slide-menu-control.btn-remove:hover span {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 5px;
        width: 25px;
        }
    .btn.slide-menu-control.btn-remove span:nth-of-type(2n), .btn.slide-menu-control.btn-remove:hover span:nth-of-type(2n) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -1px;
    }
    .btn img {
        display: none;
    }
    .tabbed-content {
        display: none;
    }
    .container {
        padding: 0 30px;
    }
    .side-by-side-modules .side-by-icons {
        max-width: 180px;
    }
    .back-inner-block .background-two-item .back-two-text {
        margin-left: 50px;
        padding-right: 50px;
    }
    .tabbed-content-slider {
        display: block;
    }
    .tab-inner-image img {
        width: 100%;
    }
    .get-in-touch {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    footer .footer-text {    
        width: 56%;
    }    
    footer .footer-logo .footer-logo-img {
        margin-right: 20px;
    }
    .get-in-touch .banner-left .banner-image .get-in-touch-text {
        z-index: 3;
        padding-right: 30px;
    }
    .icontab-sliderbottom .icon-tab-item.list-block-design {
        display: block;
    }

    .icontab-sliderbottom .icon-tab-item.list-block-design .icon-tab-two {
        width: 100%;
        padding-right: 0;
    }
    .icon-tab-desktop {
        display: none;
    }
    .mobile-icontab-slider {
        display: block;
    }
    .familybrand-bloc .familybrand-left {   
        width: 100%;
        max-width: 590px;
        margin-bottom: 20px;
    }
    .familybrand-bloc .familybrand-right {
        width: 100%;
    } 
    .large-bg-image {
        min-height: 550px;
    }
    .large-bg-image-wrap .large-bg-left {     
        width: 48%;
    }
    .large-bg-image-wrap .large-bg-left {     
        width: 49%;
    }
    .large-bg-image-wrap .large-bg-left ul li h4 {
        font-size: 20px;
    }
    .large-bg-image-wrap .large-bg-left ul li .large-icons {
        max-width: 60px;
        margin-right: 17px;
    }
    .large-bg-image .large-block-item {
        max-width: 800px;     
        margin-bottom: 50px;
    }
    .large-bg-image .large-block-item h3 {
        font-size: 42px;
        margin-bottom: 20px;
    }
    .vertical-slider {
        display: block;
    }
    .tabbed-card-figma {
        display: none;
    }
    .tabbed-section-figma {
        padding: 70px 0 70px;
    }
    .tabs-content-top h4{
        padding: 15px 10px 13px 10px;
        line-height: 1.1;
    }
    .icontab-static span.icon-img svg {
        width: 147px;
        margin: 0 auto;
        height: 107px;
    }
    .icontab-static span.icon-img {
        width: 100%;
        text-align: center;
        display: flex;
        height: 121px;
    }
    .icontab-static span.icon-img img.svg-image {
        margin: 0 auto;
        width: 100%;
        object-fit: contain;
    }
    .icontab-static span.icon-title {
        padding: 0 20px;
        line-height: 1.1;
        min-height: 36px;
    }    
    .list-block-design .icon-tab-two ul li:before {
        left: -12px;
    }
    .icon-tab-two img, .icon-tab-two .wp-video {
        padding: 0 5px;
    }
    .familybrand-section .icontab-static {     
        display: block;
    }
    button.slick-next.slick-arrow {
        right: 30px;
    }
    button.slick-prev.slick-arrow {  
        left: 30px;
    }
    .testimonial-section.testimonial-image-section {     
        padding-top: 70px;
        padding-bottom: 100px;
    }
    section.testimonial-section.testimonial-image-section ul.slick-dots {
        bottom: -45px;
    }
    .coman-map-item-block .coman-map-text {     
        width: 100%;
    }
    section.coman-map {
        padding-top: 50px;
    }
    .coman-map-item-block .coman-map-item {     
        width: 100%;
    }
    section.coman-map.full-coman-map .coman-map-item {
        position: relative;        
        width: 100%;
        height: 100%;
        background-size: contain;
        padding-bottom: 70%;
        margin-bottom: 30px;
    }
    section.coman-map.full-coman-map .coman-map-text {
        padding-top: 0;
        padding-bottom: 10px;
    }
    .accordions-module-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .certifications-slider {
        padding: 0 40px;
    }
    .certifications-slider button.slick-prev.slick-arrow {
        left: 0px;
    }
    .certifications-slider button.slick-next.slick-arrow {
        right: -8px;
    }
    .board-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .popup-text .popup-two-block .popup-right-block h3 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .popup-left-block .popup-descri h4 {
        margin-top: 22px;
        margin-bottom: 7px;
        max-width: 190px;
        font-size: 21px;
    }
    .popup-left-block .popup-descri p {        
        font-size: 20px;
    }
    section.image-slideshow ul.slick-dots {
        padding-right: 30px;
    }
    .text-and-image-section .text-image-blockitem .coman-textimg-left {        
        width: 37%;
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .history-section .cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .history-section {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .process-left-right .process-left-text {
        padding: 50px 0px 30px 50px;
    }
    .tabs-content-top .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: end;
    }
    
    .tabs-content-top button.slick-prev.slick-arrow,
     .icontab-slidertop button.slick-prev.slick-arrow{
        left: -11px;
    }
    .vertical-top button.slick-prev.slick-arrow {
        left: -11px;
        background-image: url(./assets/images/left-slider-arrow-white.svg);
    }

    .tabs-content-top button.slick-arrow, .vertical-top button.slick-arrow {
        width: 18px !important;
        height: 32px !important;
        background-size: cover;
    }
    .vertical-top button.slick-arrow{
        top: 24px;
    }
    .tabs-content-top button.slick-next.slick-arrow, 
    .icontab-slidertop button.slick-next.slick-arrow{
        right: -11px;
    }
    .vertical-top button.slick-next.slick-arrow {
        right: -11px;
        background-image: url(./assets/images/right-slider-arrow-white.svg);
    }
    .tabs-content-top, .vertical-top {
        padding-right: 20px;
        padding-left: 20px;
    }
    .counter-section-three .counter-container {
    padding: 0 0px;
        justify-content: center;
        gap: 100px;
        row-gap: 30px;
    }
    .counter-section-three {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .figures-counter-section .figures-counter-text .figures-left {     
        width: 100%;
        padding-top: 0;
        margin-bottom: 30px;
    }
    .figures-counter-section .figures-counter-text .figures-counter-right {     
        width: 100%;
    }
    .figures-counter-section {
        padding-top: 50px;
        padding-bottom: 50px;     
    }
    .resouce-all-block {
        gap: 25px;
        row-gap: 25px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .contact-form-section .contact-form-block .contact-form {
        width: 100%;
        margin-bottom: 30px;
    }
    .contact-form-section .contact-form-block .contact-form-accordion {
        width: 100%;
    }
    .testimonial-section .slick-list.draggable {
        margin: 0 -60% !important;
    }
    .single-slide .slick-list.draggable {
        padding: 20px 30px !important;
    }
    section.resouce-filter-block {
        padding-top: 50px;        
    }
    .resource-mainfilter {
        padding-top: 50px;
        padding-bottom: 50px;     
    }
    .resource-mainfilter .post-filter-wrap .search-field input {
        font-size: 24px;
    }
    .sbHolder {
        font-size: 24px;
    }
    .testimonial-section.testimonial-image-section .slick-list.draggable {
        margin: 0 -65%;
    }
    .error404 .large-block-item h1 {
        font-size: 110px;
    }
    footer .footer-text .footer-details {     
        width: 38%;
    }
    .contact-form .input textarea {     
        height: 100px;
    }
    .inner-top-section .hero-banner-block > div .video-hero {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
    }
    .inner-top-section .hero-banner-block:after {
        top: 4px;
    }
    .testimonial-section .single-slide .slick-list.draggable {
        margin: 0 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        padding: 0 25px;
    }
    h1, .h1 {
        font-size: 48px;
    }
    h2, .h2 {        
        font-size: 40px;
    }
    h3, .h3 {
        font-size: 34px;
    }
    p {
        margin-bottom: 25px;
    }
    button.slick-next.slick-arrow {
        right: 25px;
    }
    button.slick-prev.slick-arrow {  
        left: 25px;
    }
    .large-bg-image .large-block-item h3 {
        font-size: 34px;     
    }
    .banner-inner-block {
        padding-top: 30px;
        padding-bottom: 70px;
    }
    .inner-top-section .overlay {
        min-height: 400px;
    }
    .inner-top-section .hero-banner-block > div{
        height: 400px;
    }
    .inner-top-section .overlay .top-text {
        padding-bottom: 20px;
    }
    .banner-two-wrap .banner-left, .banner-two-wrap .banner-left .banner-image {
        height: 350px;
        width: 100%;
    }
    .banner-two-wrap .banner-right {     
        width: 100%;
        margin-top: 40px;
    }
    .banner-right .banner-wrap-r {
        max-width: 100%;
        width: 100%;
    }
    .banner-right p {
        color: #fff;
        max-width: 100%;
    }
    .side-b-side-wrap .side-item-wrap .side-item-img {
        width: 100%;
    }
    .side-b-side-wrap .side-item-wrap .side-content-item {     
        width: 100%;
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .side-b-side-wrap .side-item-wrap .side-item-img .side-item {
        position: relative;
        left: 0;
        width: 100%;
        height: 300px;
    }
    .side-by-side-modules .side-b-side-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .side-b-side-wrap .side-item-wrap .side-content-item .side-inner-set {
        padding-left: 0;
        width: 100%;
        box-sizing: border-box;
        max-width: 100%;
    }
    .side-by-side-modules .side-by-icons {
        display: none;
    }
    .side-b-side-wrap.right-side-item .side-content-item {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .side-b-side-wrap .side-item-wrap .side-content-item .side-inner-set h3 {
        max-width: 100%;     
        margin-bottom: 15px;
    }    
    .back-inner-block .background-two-item {
        min-height: 400px;
        width: 100%;
    }
    .back-inner-block .background-two-item .back-two-text {
        margin-left: 25px;
        padding-right: 25px;
        max-width: 480px;
    }
    .back-inner-block .background-two-item .back-two-text h2 {
        margin-bottom: 13px;
    }
    .tabs-content-top h4 {        
        font-size: 21px;
    }
    section.tab-content-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .full-cta-sec .full-cta-midd h2 {
        margin-bottom: 20px;
    }
    .full-cta-sec .full-cta-midd p {     
        margin: 0 auto 25px;
    }
    .get-in-touch {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    footer .footer-logo {
        display: block;
        width: 100%;
        text-align: center;
    }
    footer .container {
        display: inline-block;
        width: 100%;
    }
    footer .footer-logo .footer-logo-img {
        margin-right: 0;
    }
    footer .footer-text {
        width: 100%;
        margin-top: 18px;
        display: block;
    }
    footer .footer-text .footer-details {     
        width: 100%;
        text-align: center;
        margin-bottom: 12px;
    }
    footer {     
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .banner-wrap-r h4 {
        font-size: 20px;
    }
    .banner-wrap-r h4 br {
        display: none;
    }
    .video-container .play-button-wrapper div {
        width: 75px;
        height: 75px;
        font-size: 30px;
    }
    .inner-top-section ul.slick-dots {
        right: 0;
        bottom: inherit;
        left: 0;
        top: 320px;
    }
    .large-bg-image-wrap .large-bg-left:first-child {     
        top: 0;
        width: 100%;
    }
    .large-bg-image-wrap .large-bg-left {     
        width: 100%;
    }
    .large-bg-image-wrap .large-bg-left ul {
        padding-left: 0;
    }
    .large-bg-image .large-block-item h5 {
        margin-bottom: 19px;
        font-size: 22px;
    }
    .vertical-top .slick-slide h4 {
        font-size: 20px;
    }
    .icontab-static span.icon-img svg {
        width: 88px;    
    }
    .icontab-slidertop {
        margin-bottom: 35px;
    }
    .familybrand-bloc .icontab-slidertop {
        margin-bottom: 25px;
    }
    .testimonial-section .testimonial-card {
        padding: 40px 40px 30px 35px;
    }    
    button.slick-next.slick-arrow {
        right: 25px;
    }
    button.slick-next.slick-arrow {
        right: 25px;
    }    
    button.slick-arrow {
        width: 22px;
        height: 37px;
    }
    .banner-wrap-r h4 {
        margin-bottom: 20px;
    }
    .get-in-touch {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .testimonial-section ul.slick-dots{
            bottom: -50px;
    }
    ul.slick-dots li button {        
        width: 29px;
        height: 4px;
    }
    .testimonial-section .slick-list.draggable {
        margin: 0 -60%;
    }
    .testimonial-section .testimonial-card-map .testimonial-left-image {
        width: 100%;
        margin-right: 0;
        height: 220px;
        border-radius: 20px 20px 0 0;
    }
    .testimonial-section .testimonial-card-map .testimonial-card {
        border-radius: 0px 0px 20px 20px;
        width: 100%;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .testimonial-section {
        padding-top: 50px;
        padding-bottom: 107px;
    }
    .accordions-module-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .faq-accordion-columns {      
        display: block;
    }
    .faq-accordion {
        margin-bottom: 16px;
    }
    .certi-exp-section ul.slick-dots {
        bottom: -35px;
    }
    .certi-exp-section {
        padding-bottom: 70px;
    }
    .board-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .who-we-are-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    section.image-slideshow ul.slick-dots{
        padding-right: 25px
    }
    .text-two-imgblock .text-left-imgblock .left-imgblock {     
        width: 100%;
        
    }
    .text-two-imgblock .img-block-two-block{
        width: 100%;
    }
    .text-and-image-section .text-image-blockitem .coman-textimg-left {
        padding-top: 0;
        padding-bottom: 10px;
        width: 100%;        
    }
    .text-and-image-section .text-image-blockitem .coman-textimg-right {        
        width: 100%;
        height: 320px;
    }
    .text-and-image-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .history-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .history-section.Values-block .card {
        padding: 26px 17px 12px 26px;     
    }
    .history-section .cards-grid .card .icon-container {
        width: 50px;
    }
    .history-section .cards-grid .card .card-content {
        width: calc(100% - 64px);
    }
    .process-left-right .process-left-text {
        padding: 50px 0px 30px 30px;
    }
    .process-section .process-left-right .process-img span.process-number {
        width: 48px;
        height: 48px;
        font-size: 34px;
        line-height: 46px;
    }
    .process-all-item .process-left-right.process-right-image .process-left-text {     
        padding-right: 30px;
    }
    .testimonial-section .testimonial-card-map .testimonial-card .quote-icon img {
        width: 100%;
    }
    .testimonial-section .testimonial-card-map .testimonial-card .quote-icon {
        width: 50px;
        display: inline-block;
    }
    .testimonial-section .quote-icon {
        margin-bottom: 18px;
    }
    .accordions-module-section h2 {     
        margin-bottom: 25px;
    }
    .coman-map-text .map-details h3 {
        margin-bottom: 18px;
    }
    .icontab-static span.icon-img {
        height: 105px;
    }
    .icontab-static {
        padding-bottom: 10px;
    }
    .text-two-imgblock {
        padding-top: 40px;     
    }
    .icon-tabs .icon-tab-heading h2 {     
        margin-bottom: 20px;
    }
    .counter-section .counter-container {        
        gap: 10px;     
    }
    section.counter-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .contact-form-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .related-resource {     
        padding-bottom: 50px;
        padding-top: 40px;
    }
    .single-slide .slick-list.draggable {
        padding: 20px 25px !important;
    }
    .resource-mainfilter .post-filter-wrap {
        row-gap: 13px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .blog-content h3 {
        font-size: 30px;
    }
    .blog-single-post p {
        margin-bottom: 18px;
    }
    .blog-single-post .container .mejs-overlay-button:before {
        width: 25.5px;
        height: 35.7px;
        left: 5px;
    }
    .blog-single-post .container .mejs-overlay-button {
        width: 100px;
        height: 100px;
    }
    .blog-content .wp-video {
        margin-bottom: 25px !important;
    }
    .back-btn-block {
        margin-top: 40px;
    }
    .blog-content ul {
        margin-bottom: 25px !important;
    }
    .single .image-cap {
        max-width: 100%;
        bottom: 0;
        padding-left: 0;
        position: relative;
        text-align: left;
        right: 0;
        bottom: 0;
        margin-bottom: 17px;
    }
    .single .image-cap p {
        text-align: left;
        margin-bottom: 0;
    }
    .single .large-bg-image .large-block-item {
        margin-bottom: 20px;
    }
    .spacer-190, .spacer-100, .spacer-105 {
        height: 45px;
      } 
    .error404 .large-bg-image {
        height: calc(100vh - 391px);
    }
    .error404 .large-block-item h1 {
        font-size: 90px;
    }
    .footer-social {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-social ul {
        margin-left: 0;
    }
    .footer-social ul li {
        margin-left: 0;
        padding: 0 7px;
    }
    .icontab-static span.icon-title {     
        line-height: 1.2;
        min-height: 82px;
        display: inline-block;
        width: 100%;
    }
      
    .inner-top-section .hero-banner-block:after {
        top: 4px;
    }
}


@media only screen and (max-width: 640px) {
    h2, .h2 {
        font-size: 36px;
    }
    .large-bg-image .large-bg-image-wrap {
        margin-bottom: 40px;
    }
    .large-bg-image-wrap .large-bg-left ul li {
        margin-bottom: 10px;
    }
    .large-bg-image-wrap .large-bg-left ul li .large-icons {
        max-width: 50px;     
    }
    .large-bg-image-wrap .large-bg-left ul li h4 {
        font-size: 18px;
        line-height: 1.3;
    }
    .tabbed-section-figma {
        padding: 50px 0 50px;
    }
    .testimonial-section .testimonial-card {
        padding: 29px 24px 24px 28px;
    }
    .testimonial-section .slick-list.draggable {
        margin: 0 -60%;
    }
    .get-in-touch .banner-left .banner-image .get-in-touch-text {
        padding-left: 26px;
    }    
    .coman-hading {
        margin-bottom: 30px;
    }
    .popup-text .popup-two-block .popup-left-block {
        width: 100%;
        padding-bottom: 20px;
    }
    .popup-left-block .popup-descri p {
        margin-bottom: 10px;
    }
    .popup-left-block img {     
        border-radius: 17px;
        width: 200px;
    }
    .popup-text .popup-two-block .popup-right-block {     
        width: 100%;
        height: inherit;
        max-height: inherit;
        padding-right: 0;
        padding-top: 10px;
    }
    .popup-active .popup-text::-webkit-scrollbar-track
    {	
        border-radius: 10px;
        background-color: #ffffff;
    }

    .popup-active .popup-text::-webkit-scrollbar
    {
        width: 6px;	
        background-color: #ffffff;
    }

    .popup-active .popup-text::-webkit-scrollbar-thumb
    {
        border-radius: 10px;	
        background-color: #D9D9D9;
    }
    .popup-text .popup-two-block .popup-right-block h3 {
        font-size: 28px;
    }
    .popup-left-block .popup-descri h4 {
        font-size: 20px;
    }
    .popup-left-block .popup-descri p {        
        font-size: 18px;
    }
    .popup-active .popup-text {
        min-height: 600px;
        height: 570px;
        overflow: auto;
        border-radius: 16px 0 0 16px;
    }
    .popup-text {
        padding: 36px 12px 0 25px;
    }
    .history-section .cards-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .process-section .process-left-right .process-img {
        width: 100%;
    }
    .process-left-right .process-left-text {        
        width: 100%;
        padding: 30px 0 30px 0;
    }
    .process-section .process-left-right .process-left-image {
        width: 100%;
        height: 270px;
        position: relative;
    }
    .process-section .process-left-right .process-img span.process-number {
        top: 6px;
        bottom: initial;
        position: absolute;
        left: 22px;
    }
    p {
        margin-bottom: 20px;
    }
    .resouce-all-block .resouce-block-item .resouce-block h3 {        
        font-size: 20px;     
    }
    .resouce-all-block .resouce-block-item .resouce-block span.date span {        
        font-size: 14px;
    }
    .resouce-all-block {
        row-gap: 20px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .alignleft {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100% !important;
    }
    .alignright {
        margin-left: 0;
        margin-bottom: 20px;
        width: 100% !important;
    }    
    .list-block-design ul {
        padding-left: 15px;
    }
    .back-btn-block .left-btn {
        width: 100%;
        margin-bottom: 20px;
    }
    .back-btn-block .social-plugin {
        width: 100%;
        display: block;
    }
    .blog-single-post .container .mejs-overlay-button {
        width: 60px;
        height: 60px;
    }
    .blog-single-post .container .mejs-overlay-button:before {
        width: 20px;
        height: 30px;
        left: 4px;
    }
     .counter-section-three .counter-item {
        margin-bottom: 0;
    }
    .icontab-static span.icon-title {        
        min-height: 65px;
    }
    .inner-top-section .overlay .container {
        padding-top: 40px;
        position: absolute;
        width: 100%;
        z-index: 2;
        bottom: 0;
    }
}

@media only screen and (max-width: 480px) {
    h1, .h1 {
        font-size: 42px;
    }
    h2, .h2 {
        font-size: 32px;
    }
    p {
        margin-bottom: 20px;
    }
    .tabs-content-top {
        margin-bottom: 10px;    
    }
    .tab-content-b-open h3 {        
        font-size: 30px;
    }
    .testimonial-card .testimonial-footer span.author-name {
        display: block;
    }
    .testimonial-section .slick-list.draggable {
        margin: 0 -80% !important;
    }
    .board-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .image-slideshow .full-slideshow-bg {
        height: 250px;
    }
    .text-two-imgblock .img-block-two-block {
        row-gap: 20px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .text-and-image-section .text-image-blockitem .coman-textimg-right {
        height: 230px;
    }
    .resouce-all-block .resouce-block-item {        
        border-radius: 25px;
    }
    .resource-mainfilter {
        padding-top: 40px;
        padding-bottom: 40px;     
    }
    .resource-mainfilter .post-filter-wrap .search-field input {
        font-size: 22px;
        height: 32px;
        background-size: 16px;
    }
    .sbOptions {
        top: 39px !important;
    }
    .sbSelector {
        height: 30px;
        top: 0;
    }
    .sbHolder {        
        height: 36px;
        font-size: 22px;
    }
    .blog-single-post .container .mejs-overlay-button {
        width: 50px;
        height: 50px;
    }
    .blog-single-post .container .mejs-overlay-button:before {
        width: 16px;
        height: 21px;
        left: 3px;
    }
    section.default-banner {
        height: 420px;
    }
    .certifications-slider button.slick-next.slick-arrow {
        right: -2px;
    }
    
}