/*
Theme Name: Polar Theme
Version: 1.0
Text Domain: polar
*/

/*------------------------------------------------------
	overwrite css start
------------------------------------------------------*/
/*----------intial declartaion of css----------*/

/* Fonts typekit Start*/
@font-face {
    font-family: 'Arboria';
    src: url('./assets/fonts/Arboria-Bold.woff2') format('woff2'),
        url('Arboria-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arboria';
    src: url('./assets/fonts/Arboria-BoldItalic.woff2') format('woff2'),
        url('Arboria-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Arboria-Book';
    src: url('./assets/fonts/Arboria-Book.woff2') format('woff2'),
        url('Arboria-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arboria';
    src: url('./assets/fonts/Arboria-Light.woff2') format('woff2'),
        url('Arboria-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arboria';
    src: url('./assets/fonts/Arboria-LightItalic.woff2') format('woff2'),
        url('Arboria-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Arboria-BookItalic';
    src: url('./assets/fonts/Arboria-BookItalic.woff2') format('woff2'),
        url('Arboria-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Arboria';
    src: url('./assets/fonts/Arboria-Medium.woff2') format('woff2'),
        url('Arboria-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arboria';
    src: url('./assets/fonts/Arboria-Black.woff2') format('woff2'),
        url('Arboria-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arboria';
    src: url('./assets/fonts/Arboria-MediumItalic.woff2') format('woff2'),
        url('Arboria-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Arboria';
    src: url('./assets/fonts/Arboria-Thin.woff2') format('woff2'),
        url('Arboria-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arboria';
    src: url('./assets/fonts/Arboria-ThinItalic.woff2') format('woff2'),
        url('Arboria-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Arboria';
    src: url('./assets/fonts/Arboria-BlackItalic.woff2') format('woff2'),
        url('Arboria-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* Fonts typkit end*/


body {  
    font-weight: 400;  
    letter-spacing: 0.00em;
    overflow-x: hidden; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-weight: 300;
    color: #000000;
    font-family: "Barlow", sans-serif;
    box-sizing: border-box;
    font-size: 20px;
}
*, *::before, *::after {
  box-sizing: border-box;
}
*{

-webkit-tap-highlight-color: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}
body, html{scroll-behavior: smooth;}
h1, .h1 {
    font-size: 64px;
    font-weight: 400;
     font-family: "Barlow", 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: "Barlow", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000000;
    margin-top: 0;
    line-height: 1.19;
    letter-spacing: -0.005em;
}

h3, .h3 {
    margin-bottom: 20px;  
    margin-top: 0;
    letter-spacing: 0.00em;
    color: #385B84;
     font-family: "Barlow", sans-serif;
    font-size: 33.18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;    
}

h4, .h4 {
    color: #385B84;
     font-family: "Barlow", sans-serif;
    font-size: 27.65px;
    font-style: normal;
    font-weight: 400;    
    margin-bottom: 20px;  
    margin-top: 0;
    line-height: 1;
}

h5, .h5 {
    color: #385B84;
     font-family: "Barlow", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;    
    margin-bottom: 20px;  
    margin-top: 0;
}
h6, .h6 {
    color: #385B84;
     font-family: "Barlow", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;    
    margin-bottom: 20px;  
    margin-top: 0;
}

b,
strong {
  font-weight: 700;
}

p {
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: "Barlow", sans-serif;
    color: #000000;
    letter-spacing: -0.006em;
    margin-top: 0;
}

/* 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: 19px 28px 19px 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.05px;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 30px;
    font-family: 'Arboria';
    position: relative;
}

a.btn i {
    font-size: 18px;
    position: absolute;
    margin-left: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    margin-top: 1px;
}

a.btn:hover i {
    opacity: 1;
}
.cta-btn a {
    margin-right: 14px;
}

.cta-btn a:last-child {
    margin-right: 0;
}
a.btn:hover {
    padding-right: 53px;
    background-color: #1F518C;
    border-color: #1F518C;
}

/* button Style End */

.single-line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin-top: -1px;
    opacity: 0.2;
}

/* 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-cornflower-blue-bg{
    background-color: #385B84;
}
.light-grayish-cyan	{
    background-color: #CAD4D7;
}
.aquamarine-tint{
    background-color: #94F3DA;
}
.bg-gradient-color{
    background: linear-gradient(90deg, #385B84 0%, #2E90AA 100%);
}
.bg-transparent-gradient-color{
    background: linear-gradient(90deg, #385B84 0%, rgba(8, 10, 12, 0.42) 48.56%, rgba(47, 144, 170, 0.8) 100%);
}
.bg-three-gradient-color { 
    background: linear-gradient(90deg, #385B84 0%, rgba(68, 133, 198, 0.9) 48.56%, #2E90AA 100%);
}

/* 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, .white-color a.view-all-btn
{
  color: #FFFFFF !important;
}
.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, .black-color a.view-all-btn{
  color: #000000 !important;
}

.dark-cornflower-blue-color h1, .dark-cornflower-blue-color h2, .dark-cornflower-blue-color h3, .dark-cornflower-blue-color h4, .dark-cornflower-blue-color h5, .dark-cornflower-blue-color h6, .dark-cornflower-blue-color p, .dark-cornflower-blue-color ul li, .dark-cornflower-blue-color ol li, .dark-cornflower-blue-color a.view-all-btn{
  color: #385B84 !important;
}

.light-grayish-cyan-color h1, .light-grayish-cyan-color h2, .light-grayish-cyan-color h3, .light-grayish-cyan-color h4, .light-grayish-cyan-color h5, .light-grayish-cyan-color h6, .light-grayish-cyan-color p, .light-grayish-cyan-color ul li, .light-grayish-cyan-color ol li, .light-grayish-cyan-color a.view-all-btn{
  color: #CAD4D7 !important;
}

.aquamarine-tint-color h1, .aquamarine-tint-color h2, .aquamarine-tint-color h3, .aquamarine-tint-color h4, .aquamarine-tint-color h5, .aquamarine-tint-color h6, .aquamarine-tint-color p, .aquamarine-tint-color ul li, .aquamarine-tint-color ol li, .aquamarine-tint-color a.view-all-btn{
  color: #94F3DA !important;
}


/* 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: 29px;
  margin-top: 0;
  padding-top: 0;
}

.list-block-design ul li {
  letter-spacing: -0.00em;
  margin-bottom: 34px;
  position: relative;
  padding-left: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Barlow", sans-serif;
}

.list-block-design ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: rgba(56, 91, 132, 1);
    border-radius: 50%;
    position: absolute;
    left: -16px;
    top: 11px;
}

.list-block-design ul li ul li:before {
    border-radius: 0;
    width: 5px;
    height: 5px;
    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;
}




/* Align Images Start */

.alignleft {
    float: left;
    margin-right: 31px;
    max-width: 100% !important;
    margin-top: 0;
    border-radius: 6px !important;
    margin-bottom: 12px;
}

.alignleft img { margin-bottom: 1rem; width: 100%;   margin-top: 0;}

.wp-caption img {margin-top: 0;}

.alignright {
    margin-left: 31px;
    float: right;
    max-width: 100% !important;
    border-radius: 6px !important;
    margin-bottom: 12px;
}

.alignright img { margin-bottom: 1rem; width: 100%; }

.blog-content 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;
}
.blog-content figcaption:before {
  content: "";
  background-color: #1ee2af;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 3px;
  border-radius: 3px;
  margin-top: 9px;
}



/* Align Images End */
.container{
    max-width: 1650px;
    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;
    padding-top: 51px;
    
}
.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% - 396px);
    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: 21px;
    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;
    display: none;
}

.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: 35px;
    -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 > a i {
    font-size: 13px;
    position: relative;
    right: -2px;
    top: -4px;
    -webkit-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;
}

.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: 23px;
    font-weight: 300;
    position: relative;
    z-index: 2;
    letter-spacing: -0.001em;
    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;
    text-decoration: none;
    font-family: "Barlow", sans-serif;
}

.desktop-menu li.menu-lavel-1:hover > a, .desktop-menu li.menu-lavel-1.active > a, .site-header.srolled .desktop-menu li.menu-lavel-1:hover > a, .site-header.srolled .desktop-menu li.menu-lavel-1.active > a {
    color: rgba(148, 243, 218, 1) !important;
    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: 2px;
    right: 0;
    top: 0;
    display: none;
    opacity: 0;
    transform: scale(0.9);
    transform-origin: top;
    background-color: transparent;
    padding-top: 57px;
    width: 189px;    
}
.dropdown-full .wf-container1 {
    width: 257px;
    border-radius: 10px;
    display: block;
    height: 100%;
    line-height: initial;
    padding: 17px 30px 43px 32px;
    position: relative;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.3);
}
.dropdown-full .wf-container1:before {
    content: "";
    position: absolute;
    left: 35px;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    border-left: 12px solid transparent;
    top: -11px;
    width: 20px;
}
.dropdown-full .wf-container1 h5 {
    color: #385B84;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: 'Arboria';
    margin-bottom: 15px;
}
.dropdown-full .wf-container1 .wf-box1 .menu-lavel .menu-links ul li a:hover {
    background-color: #F3F3F3;
    color: #111B29;
}
.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: 3px 10px 3px 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.34);
    font-family: "Teko", sans-serif;
    letter-spacing: 0.00em;
    line-height: 0.9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 15px;
}
.header-wrap .header-logo a.brand-logo img.sticky {
    display: none;
}

.desktop-menu li.menu-lavel-1 > a i {
    font-size: 14px;
    position: relative;
    right: -5px;
    top: -4px;
}
.menu-lavel .menu-title a .menu-icon-link {
    width: 100%;
    position: relative;    
}

.menu-lavel .menu-title a .menu-icon-link span {
    color: #111B29;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
    font-family: 'Arboria';
    margin-bottom: 3px;
    display: block;
}

.menu-lavel .menu-title a .menu-icon-link p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.02em;
    font-family: 'Arboria';
    color: #677489;
    margin-bottom: 0;
}
.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 {
    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: #ffffff;
    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: #111B29;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-transform: capitalize;
    opacity: 1;
    width: 100%;
    display: inline-block;
    padding: 8px 15px 8px 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: #F3F3F3;    
}
.srolled ul.desktop-menu {
    padding-top: 13px;
    padding-bottom: 20px;
}

.srolled ul.desktop-menu .dropdown-full {
    padding-top: 59px;
}

.header-wrap .header-logo a.brand-logo img {
    border-radius: 0px 0px 10px 10px;
    -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%;
    display: inline-block;
}
.header-wrap .header-logo a.brand-logo img.sticky {
    display: none;
}
header.site-header.srolled {
    background-color: #fff;
    -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);
    padding-top: 6px;
    padding-bottom: 6px;
}
.header-wrap .header-logo a.brand-logo {
    max-width: 396px;
    display: block;
    width: 100%;
}
header.site-header.srolled .header-wrap .header-logo a.brand-logo img.sticky {
    display: block;
}
header.site-header.srolled .header-wrap .header-logo a img.main-logo {
    display: none;
}
header.site-header.srolled .desktop-menu li.menu-lavel-1 > a {
    color: #385B84;
}

header.site-header.srolled .desktop-menu li.menu-lavel-1 > a i {
    color: #2A225E80;
}
header.site-header.srolled .desktop-menu li.menu-lavel-1:hover > a i {
    color:rgba(148, 243, 218, 1);
}
.header-menu .cta-btn {
    margin-right: 50px;
    display: none;
}
.srolled .header-menu .cta-btn {
    display: block;
}

.header-menu .cta-btn a {
    color: #fff !important;
    border-color: #fff !important;
}

.header-menu .cta-btn a:hover {border-color: #1f518c !important;}

.srolled .header-menu .cta-btn a {
    color: rgba(56, 91, 132, 1) !important;
    border-color: rgba(202, 212, 215, 1) !important;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 4px;
}
.srolled .header-menu .cta-btn a:hover {
    color: #fff !important;
}

/* Header Section End */

/* Hero banner Slider Start */


.custom-slider-root {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: #0f172a;
    color: white;
    overflow-x: hidden;
}
.custom-slider-root .slick-dots,
.custom-slider-root .slick-prev,
.custom-slider-root .slick-next {
    display: none !important;
}
.custom-slider-root .slider-container {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
}
.custom-slider-root .slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.custom-slider-root .responsive-slider {
    width: 100%;
    height: 100%;
}
.custom-slider-root .responsive-slider .slick-track {
    height: 100%;
}
.custom-slider-root .responsive-slider .slick-slide {
    height: 100vh;
    min-height: 600px;
}

.custom-slider-root .slide {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding-bottom: 160px;
}
.custom-slider-root .slide-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.custom-slider-root .slide-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.custom-slider-root .slide-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(105.75deg, rgba(56, 91, 132, 0.5) 1.4%, rgba(73, 102, 144, 0.5) 100.4%);
}  
.custom-slider-root .banner-midd{
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    max-width: 1320px;
    width: 100%;
}

.custom-slider-root h2, .custom-slider-root h1 {
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 15px;
    font-size: 70px;
    color: #fff;
    letter-spacing: -0.02em;
}
.custom-slider-root .banner-midd h3 {
    margin-bottom: 50px;
}
.custom-slider-root .slick-active .slide-title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}
.custom-slider-root .slick-active .banner-midd{
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}
 
.custom-slider-root .custom-navigation {
    position: absolute;
    bottom: 56px;
    right: 11%;
    display: flex;
    gap: 0.75rem;
    z-index: 10;
}
.custom-slider-root .custom-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid var(--white-20, #FFFFFF33);
    background: transparent;
    color: #fff;
}
.custom-slider-root .custom-arrow:hover {
    background-color: #385B84;
    color: #fff;
    border-color: #385B84;
}
.custom-slider-root .custom-arrow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(6, 214, 160, 0.2));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}
.custom-slider-root .custom-arrow:active {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.2);
}
.custom-slider-root .custom-arrow:focus-visible {
    outline: 2px solid #10b981;
    outline-offset: 2px;
}
.custom-slider-root .custom-arrow svg {
    transition: transform 0.3s ease;
}
.custom-slider-root .custom-dots {
    position: absolute;
    bottom: 57px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    z-index: 3;
    max-width: 1230px;
    margin: 0 auto;
    width: 60.4%;
}
.custom-slider-root .custom-dot {
    flex: 1;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}
.custom-slider-root .dot-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
}
.custom-slider-root .progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: #385B84;
    border-radius: 3px;
    transition: width 0.3s ease;
}
.custom-slider-root .custom-dot.active .progress-line {
    animation: progressAnimation 5s linear;
}
.custom-slider-root .dot-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 17px 20px 0px 0px;
}
.custom-slider-root .dot-number {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
    font-family: 'Arboria';
    opacity: 0.4;
    margin-bottom: 1px;
}

.custom-slider-root .dot-title {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
    transition: color 0.3s ease;
    opacity: 0.4;
    font-family: 'Arboria';
    letter-spacing: -0.01em;
}
.custom-slider-root .custom-dot.active .dot-title, .custom-slider-root .custom-dot .dot-title:hover {
    color: white;
}
@keyframes progressAnimation {
    0% { width: 0; }
    100% { width: 100%; }
}
.custom-slider-root .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.custom-slider-root .slide-background video {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
}
.custom-slider-root .custom-dot.active span, .custom-slider-root .custom-dot:hover span {
    opacity: 1 !important;
}
.custom-slider-root .container {
    position: relative;
    z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
    .custom-slider-root .h2,
    .custom-slider-root .slide-actions {
        transition: none;
    }
    .custom-slider-root .progress-line {
        animation: none;
    }
    .custom-slider-root .custom-arrow,
    .custom-slider-root .custom-arrow svg,
    .custom-slider-root .custom-arrow::before {
        transition: none;
    }
}
.custom-slider-root .insights-section {
  position: relative;
  width: 100%;
  min-height: 600px;
  padding: 4rem 0 6rem 0;
  overflow: hidden;
  z-index: 1;
}
.custom-slider-root .insights-bg-gradient {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(120deg, #466b8a 0%, #2bb6b6 100%);
  opacity: 0.95;
  pointer-events: none;
}
.custom-slider-root .insights-header-row {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1400px;
  margin: 0 auto 2.5rem auto;
  padding: 0 3vw;
}
.custom-slider-root .insights-header-col {
  flex: 1 1 60%;
}
.custom-slider-root .insights-title {
  font-size: 3rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 1.2rem;
  letter-spacing: 0.01em;
}
.custom-slider-root .insights-desc {
  font-size: 1.2rem;
  color: #e0e7ef;
  font-weight: 300;
  line-height: 1.5;
  max-width: 700px;
}
.custom-slider-root .insights-link-col {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  min-width: 220px;
  padding-top: 1.2rem;
}
.custom-slider-root .insights-link {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  transition: color 0.2s;
}
.custom-slider-root .insights-link:hover {
  color: #10b981;
  border-bottom: 1px solid #10b981;
}
.custom-slider-root .insights-link-arrow {
  font-size: 1.2rem;
  margin-left: 0.2rem;
  display: inline-block;
  transition: transform 0.2s;
}
.custom-slider-root .insights-link:hover .insights-link-arrow {
  transform: translateX(4px);
}
.custom-slider-root .insights-slider-wrapper {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 3vw;
}
.custom-slider-root .insights-slider {
  width: 100%;
  display: flex;
}
.custom-slider-root .insights-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  overflow: hidden;
  margin: 0 1.2rem;
  min-width: 340px;
  max-width: 380px;
  width: 100%;
  display: flex !important;
  flex-direction: column;
  transition: box-shadow 0.3s;
}
.custom-slider-root .insights-card-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.custom-slider-root .insights-card-body {
  padding: 1.5rem 1.2rem 1.2rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.custom-slider-root .insights-card-title {
  font-size: 1.5rem;
  font-weight: 400;
  color: #222;
  margin-bottom: 0.2rem;
}
.custom-slider-root .insights-card-sub {
  font-size: 1rem;
  color: #6b7280;
  font-weight: 300;
}
.custom-slider-root .insights-arrow {
  background: rgba(255,255,255,0.7);
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 1.5rem;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: background 0.2s, color 0.2s;
  z-index: 3;
}
.custom-slider-root .insights-arrow:hover {
  background: #10b981;
  color: #fff;
}
.custom-slider-root .insights-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  margin-top: 2.5rem;
  z-index: 2;
  position: relative;
}
.custom-slider-root .insights-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.2s, background 0.2s;
  border: 2px solid transparent;
}
.custom-slider-root .insights-dot.active {
  opacity: 1;
  background: #10b981;
  border-color: #10b981;
}
.insights-section .coman-block-sec .coman-block {
    width: calc(100% - 50%);
}

.insights-section .coman-block-sec .view-all-coman {
    width: 50%;
}

/* Hero banner Slider End */

/* Insight Slider Section Start */

.insights-section {
    padding-top: 81px;
    padding-bottom: 33px;
    background: linear-gradient(90deg, #385B84 0%, #2E90AA 100%);
    overflow: hidden;
    position: relative;
}
/*
.insights-section:before {
    content: "";
    position: absolute;
    width: 269px;
    height: 100%;
    background: linear-gradient(87.87deg, rgba(48, 138, 166, 0) 31.1%, #16677D 98.3%);
    right: 0;
    top: 0;
}
*/
.insights-section .coman-block h2 {
    margin-bottom: 23px;
}
.insights-section .coman-block-sec {
    margin-bottom: 2px;
}
.insights-section .slider-container .slick-list.draggable {
    margin: 0 -18.5%;
}
.insights-section .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.insights-section .slider-container {
    position: relative;    
}

.insights-section .slick-slider {
    margin: 0 -15px;
}

.insights-section .slide-item {
    padding: 30px 27px;
    transition: all 0.5s ease;
    width: 480px;
}

.insights-section .card {
    background: white;
    border-radius: 10px;
    overflow: initial;
    transition: all 0.5s ease;
    display: block;
    overflow: hidden;
}
.insights-section .card:hover {
    box-shadow: 0 5px 21px rgba(0, 0, 0, 0.10), 0 10px 7px rgba(0, 0, 0, 0.10);
}

.insights-section .card-image {
    width: 100%;
    height: 300px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.insights-section .card-content {
    padding: 19px 10px 5px 22px;
}
.insights-section .card-content h3 {
    color: #000;
    font-weight: 300;
    font-size: 36px;
    line-height: 1.14;
    margin-bottom: 17px;
}

.insights-section .slick-dots {
    bottom: -60px;
    text-align: center;
}

.insights-section .slick-dots li button:before {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.insights-section .slick-dots li.slick-active button:before {
    color: white;
}

.insights-section .nav-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-top: 25px;
}

.insights-section .nav-arrow {
     width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid var(--white-20, #FFFFFF33);
    background: transparent;
    color: #fff;
}

.insights-section .nav-arrow:hover {
    background-color: #385B84;
    color: #fff;
    border-color: #385B84;
}
.sort-wrap .sort-dropdown .sbSelector a {
    padding-left: 7px;
    letter-spacing: -0.032em;
    font-family: 'Arboria';
}
.sort-wrap .sort-dropdown .sbToggle {
    right: 6px;
    top: 12px;
}
.insight-section-block p.not-found-post {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
}

/* Insight Slider Section End */

/* Full width CTA Gradient and Image overlay Section Start */

.cta-gradient-section {
    padding-top: 149px;
    padding-bottom: 160px;
    position: relative;
}
.water-mark-logo:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: url(./assets/images/ptn-image.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.cta-gradient-section .cta-g-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.cta-gradient-section .cta-midd-text {
    max-width: 860px;
    width: 100%;
    position: relative;
    z-index: 2;
}
.cta-gradient-section .cta-midd-text p {
    margin-top: -5px !important;
    margin-bottom: 16px;
}
.sort-wrap .sbOptions {
    left: initial;
    right: 0;
    max-width: 200px;
    width: 160px !important;
}

/* Full width CTA Gradient and Image overlay Section End */

/* Icons and Text Section Start */

.icons-and-text-section {
    padding-top: 80px;
    padding-bottom: 125px;
}

.label-btn {
    background: rgba(202, 212, 215, 0.4);
    border-radius: 80px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 20.61px;
    text-transform: uppercase;
    font-family: "Barlow", sans-serif;
    color: #385B84;
    position: relative;
    padding: 7px 19px 10px 38px;
    letter-spacing: 0.06em;
    transition: all 0.5s ease-in-out;
    cursor: context-menu;
}
.label-btn:hover {
    background-color: rgba(148, 243, 218, 1);
    color: rgba(56, 91, 132, 1);
}

.label-btn:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #385B84;
    position: absolute;
    border-radius: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 20px;
}

.coman-block-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 54px;
}

.coman-block-sec .coman-block {
    float: left;
    width: calc(100% - 20%);
    padding-right: 30px;
}

.coman-block-sec .view-all-coman {
    float: left;
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}

.coman-block-sec .coman-block h2 {
    color: #000000;
}

.coman-block .label-btn {
    margin-bottom: 25px;
}

.coman-block-sec .coman-block p {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.003em;
}

a.view-all-btn {
    font-size: 30px;
    color: #385B84;
    position: relative;
    padding-right: 56px;
}

a.view-all-btn span {
    position: absolute;
    border-radius: 55px;
    border: 1px solid #CAD4D7;
    top: 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    -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.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.full-icon-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.full-icon-block .icon-links {
    padding: 0 30px;
    text-align: center;
    width: 100%;
}

.full-icon-block .icon-links .icon-heading {
    line-height: 1.1;
    font-size: 32px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 27px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}


.full-icon-block .icon-links .icon-img {
    display: block;
    margin: 0 auto;
    margin-bottom: 29px;
    max-width: 104px;
    width: 100%;
}

.full-icon-block .icon-links p {
    margin-top: 0;
    font-size: 24px;
    color: #000000;
}

a.view-all-btn:hover span {
    background-color: #385B84;
    color: #fff;
    border-color: #385B84;
}
.full-icon-block .icon-links .icon-img img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    top: 0;
    width: 100%;
}

.full-icon-block .icon-links a.icon-img:hover img {
    top: -10px;
}

.full-icon-block .icon-links a.icon-heading:hover {
    color: #385B84;
}
.full-icon-block.extended-layout {
    -webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-ms-flex-wrap: wrap;flex-wrap: wrap;}

.full-icon-block.extended-layout .icon-links {
    width: 25%;
    margin-bottom: 40px;
}

/* Icons and Text Section End */

/* Key Features Section Start */

.key-features-section {
    padding-top: 82px;
    padding-bottom: 134px;
    position: relative;
}
/*
.key-features-section.ptn-bg:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: url(./assets/images/ptn-image.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}
*/
.key-features-block {gap: 46px;row-gap: 80px;-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;padding: 0 0;}

.key-features-block .key-item {
    width: 100%;
}

.key-features-block .key-item h3 {
    font-weight: 300;
    margin-bottom: 46px;
}

.key-features-section .coman-block-sec {
    margin-bottom: 74px;
}

.key-features-block .key-item p {
    font-size: 20px;
    line-height: 1.4;
}

/* Key Features Section End */

/* Expandable Columns Section Start */
.slide-accordion-section {
    padding-top: 149px;
    padding-bottom: 149px;
}

.slide-accordion-section .coman-block-sec .coman-block h2 {
    font-size: 48px;
    margin-bottom: 38px;
}

.slide-accordion-section .coman-block-sec  .coman-block {
    width: calc(100% - 26%);
}

.slide-accordion-section .coman-block-sec .view-all-coman {width: 26%;}

.slide-accordion-section .coman-block-sec a.btn {
    color: rgba(56, 91, 132, 1);
    border-color: rgba(202, 212, 215, 1);
}

.slide-accordion-section .coman-block-sec a.btn:hover {
    color: #fff;
    border-color: #2a225e;
}

.slide-accordion-section .coman-block-sec {
    margin-bottom: 102px;
}

.slide-accordion-section .accordion-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 662px;
    border-radius: 20px;
    overflow: hidden;
}

.slide-accordion-section .accordion-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    min-width: 80px;
    margin: 0 8px;
    border-radius: 18px;
}

.slide-accordion-section .accordion-item.active {
    -webkit-box-flex: 2.8;
        -ms-flex: 2.8;
            flex: 2.8;
}

.slide-accordion-section .accordion-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 30px 20px 42px 37px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.slide-accordion-section .accordion-content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
}

.slide-accordion-section .accordion-text {
    color: white;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
    -webkit-transition: all 1s ease 0.1s;
    -o-transition: all 1s ease 0.1s;
    transition: all 1s ease 0.1s;
        max-width: 460px;
    width: 100%;
}

.slide-accordion-section .accordion-item.active .accordion-text {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}

.slide-accordion-section h3 {
    font-size: 64px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}

.slide-accordion-section p {    
    color: #fff;
    font-weight: 600;
    font-size: 24.33px;
    font-family: 'Arboria';
    letter-spacing: 0.00em;    
}

.slide-accordion-section .accordion-label {
    position: absolute;
    top: calc(100% - 200px);
    left: 70%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    white-space: nowrap;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: none;
    font-size: 64px;
    font-weight: 600;
    color: #fff;
    display: flex;
    width: 100%;
}
.accordion-content span.toparrow {
    position: absolute;
    border-radius: 55px;
    top: 45px;
    width: 60px;
    height: 60px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    -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.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    left: 37px;
    opacity: 0;
}
.slide-accordion-section .accordion-item.active span.toparrow{
    opacity: 1;
}
.slide-accordion-section .accordion-item.active .accordion-label {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg) scale(0.8);
        -ms-transform: translate(-50%, -50%) rotate(-90deg) scale(0.8);
            transform: translate(-50%, -50%) rotate(-90deg) scale(0.8);
}

.slide-accordion-section .accordion-item:hover:not(.active) {
    -webkit-box-flex: 1.2;
        -ms-flex: 1.2;
            flex: 1.2;
}

.slide-accordion-section .accordion-item:hover:not(.active) .accordion-content {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
}

.slide-accordion-section .quality-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.slide-accordion-section .tag {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Expandable Columns Section End */

/* Tabbed Content Section Start */
.tab-right-text a.btn.clr-btn{
    margin-bottom: 10px;
}
a.btn.clr-btn {
    border: 1px solid rgba(202, 212, 215, 1);
    color: rgba(56, 91, 132, 1);    
}

a.btn.clr-btn:hover {
    color: #fff;
    border-color: #2a225e;
}

.tabing-section {
    padding-top: 119px;
    padding-bottom: 237px;
}

.tabing-section .label-btn {
    margin-bottom: 23px;
}

.tabing-section .coman-block-sec .coman-block h2 {
    font-size: 48px;
    margin-bottom: 69px;
}

.tabing-section .coman-block-sec {
    margin-bottom: 48px;
}

.tab-inner-text.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.tab-inner-text .tab-left-image {
    float: left;
    width: 46.5%;
}
.tab-inner-text .tab-left-image img {
    width: 100%;
}
.tab-inner-text  .tab-right-text {
    float: left;
    width: 49%;
}

.tab-inner-text .tab-right-text h3 {
    font-family: Barlow;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 30px;
}

.tab-inner-text .tab-right-text p {
    letter-spacing: 0.003em;
    font-weight: 300;
}

 .tabbed-section-figma {
    width: 100%;
    background: #06132B;
    padding: 82px 0 108px;
  }
  .tabbed-card-figma {
    display: flex;
    width: 100%;
  }
    .vertical-slider {
        display: none;
    }
  .tabbed-tabs-figma-vertical {
    display: flex;
    flex-direction: column;
    margin-right: 57px;
      width: 30.5%;
  }
  .tab-btn-figma-vertical {
    font-size: 33.18px;
    font-weight: 700;
    border: none;
    padding: 45px 20px 45px 0px;
    cursor: pointer;
    outline: none;
    width: 100%;
    letter-spacing: 0.00em;
    background-color: transparent;
    font-family: "Barlow", sans-serif;
    border-bottom: 1px solid rgba(23, 37, 95, 0.2);
    text-align: left;
    color: rgba(56, 91, 132, 1);  
}
  .tab-btn-figma-vertical.active, .tab-btn-figma-vertical:hover {
        color: rgba(0, 122, 205, 1);
    }
  .tabbed-media-vertical {
    flex: 1;
    display: flex;
    position: relative;
  }
  .tab-panel-figma-vertical {
    display: none;
    width: 100%;
    animation: fadeInTab 1.5s;
    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;
}

.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 {
        color: #fff;
        text-align: left;
        justify-content: space-between;
        position: relative;
        transition: background 0.2s;
        line-height: 1.1;
        background-color: rgba(56, 91, 132, 1);
        border-radius: 5px;
        font-size: 24px;
        font-weight: 500;
        border: none;
        padding: 20px 20px 20px 20px;
        cursor: pointer;
        outline: none;
        width: 100%;
        letter-spacing: 0.00em;
        font-family: "Barlow", sans-serif;
    }
  .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: #fff;
    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 0px 0 0px;
    max-height: 400px;
    transition: max-height 0.5s cubic-bezier(.4,1.4,.6,1), padding 0.3s;
  }    

.accordion-section .faq-answer.open {
    padding-top: 0;
}
.mobile-tab {
    display: none;
}
.tab-right-text .cta-btn {
    margin-top: 12px;
    display: inline-block;
}

/* Tabbed Content Section End */

/* Side-by-side CTA with Image Section Start */
.side-by-side-section {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 22px;
    margin: 70px 0;
}

.side-by-side-section .side-by-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-by-side-section .side-by-wrap .side-by-item-left {
    float: left;
    width: 45%;
    padding-top: 168px;
    padding-bottom: 125px;
    padding-right: 30px;
}

.side-by-side-section .side-by-bg-right {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 45%;
    border-radius: 18px 0 0px 18px;
    overflow: hidden;
    right: 0;
    position: absolute;
    height: 100%;
}

.side-by-side-section .side-by-wrap .side-by-item-left h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 1.23;
    font-family: "Barlow", sans-serif;
    margin-bottom: 34px;
}
.side-by-side-section.side-by-left-image .side-by-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.side-by-side-section.side-by-left-image .side-by-wrap .side-by-bg-right {
    right: initial;
    left: 0;
    border-radius: 0 18px 18px 0;
}

.side-by-side-section.side-by-left-image .side-by-wrap .side-by-item-left {
    width: 40.5%;
    padding-right: 0;
}

/* Side-by-side CTA with Image Section End */

/* Our history Section Start */

.history_timeline {
    padding: 85px 0px 119px 0px;    
    background-color: rgba(246, 246, 246, 1);
}
.history_timeline .coman-block-sec .coman-block p {
    font-size: 20px;
    max-width: 663px;
    width: 100%;
}

.history_timeline .coman-block-sec .coman-block h2 {
    margin-bottom: 24px;
}
.history_timeline .coman-block-sec {
    margin-bottom: 36px;
}
.timeline {
  width: 100%;
  position: relative;
  margin-top: 100px;
  margin: 0 auto;
} 
.timeline-nav__item {
    width: auto !important;
    height: auto;
    text-align: center;
    background: transparent;
    color: rgba(56, 91, 132, 1);
    margin: 55px 45px 30px 45px !important;
    position: relative;
    font-size: 24.41px;
    line-height: 50px;
    font-weight: 400;
    outline: none;
    cursor: pointer;
    font-family: 'Arboria';
}
.timeline-nav__item.slick-current {
    font-weight: 700;
}

.timeline-nav__item::before {
    content: "";
    position: absolute;
    top: -44px;
    left: 50%;
    transform: translateX(-50%);
    width: 29px;
    height: 29px;
    border-radius: 100%;
    background-color: #fff;
    transition: 0.2s;
    border: 5px solid #fff;
}
.timeline-nav.slick-initialized.slick-slider:before {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    top: 22px;
    background: linear-gradient(90deg, #4A6382 0%, #2E8FA9 100%);
}
.timeline-nav.slick-initialized.slick-slider {
    margin-top: -11px;
}
  .timeline-nav__item.slick-current {
    opacity: 1;
  }
 .timeline-nav__item.slick-current::before {
    background-color: rgba(148, 243, 218, 1);
      border-color: #fff;

  }
  .timeline-wrapper {
    position: relative;
    width: 100%;
    height: 504px;
    margin: 0 auto 60px;
  }  
.timeline-nav .slick-track {
    transform: none !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
}

  .timeline-slider {
    height: 100%;
  }
  .timeline .slick-list {
    height: 100%;
  }
 
  .timeline .slick-track {
    height: 100%;
  }
.timeline-slide {
    position: relative;
    background-repeat: no-repeat;
    outline: none;
    background-position: center center;
    width: 80%;
    z-index: 1;
    background-size: cover;
    margin: 0 20px;
    border-radius: 6px;
    overflow: hidden;
}
  .timeline-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 99, 174, 0.8);
    z-index: 2;
  }
.timeline-slide__content {
    z-index: 5;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 14px 15px 11px 18px;
    opacity: 0;
    transition: opacity 1s;
    right: 19px;
    left: inherit;
    max-width: 439px;
    border-radius: 6px;
    bottom: 18px;
}
.timeline-year {
    transition: opacity 1.2s;
    font-size: 123px;
    color: rgba(56, 91, 132, 1);
    font-weight: 300;
    margin-bottom: 12px;
    display: inline-block;
    line-height: 0.9;
    font-weight: 700;
}
.timeline-slide__content p {
    color: rgba(56, 91, 132, 1);
    margin-bottom: 7px;
}
  .timeline .slick-current:after {
    background-color: rgba(0, 52, 113, 0);
  }
  .timeline .slick-current .timeline-year {
    opacity: 1;
  }
  .timeline .slick-current .timeline-slide__content {
    opacity: 1;
  }

/* Our history Section End */

/* Image Break Section Start */

.image-video-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 617px;
    overflow: hidden;
    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;
    text-align: center;
    position: relative;
    background-attachment: fixed;
}

.image-video-section:before {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(rgba(56, 91, 132, 0.2)), color-stop(48.56%, rgba(68, 133, 198, 0.18)), to(rgba(46, 144, 170, 0.2)));
    background: -o-linear-gradient(left, rgba(56, 91, 132, 0.2) 0%, rgba(68, 133, 198, 0.18) 48.56%, rgba(46, 144, 170, 0.2) 100%);
    background: linear-gradient(90deg, rgba(56, 91, 132, 0.2) 0%, rgba(68, 133, 198, 0.18) 48.56%, rgba(46, 144, 170, 0.2) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.image-video-section .middle-content-area {
    position: relative;
    z-index: 2;
}
.image-video-section video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}
/* Image Break Section End */

/* Large CTA with background image and color box Section Start */

.large-cta-section {
    padding-top: 150px;
    padding-bottom: 152px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.large-cta-section .large-block {
    max-width: 697px;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    padding: 80px 82px 85px 80px;
    position: relative;
}

.large-cta-section .large-block .cta-bg-clr {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    opacity: 0.9;
}

.large-cta-section .large-block h2, .large-cta-section .large-block p, .large-cta-section .large-block .cta-btn {
    position: relative;
}

.large-cta-section .large-block h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.large-cta-section .large-block .label-btn {
    margin-bottom: 36px;
}

.large-cta-section .large-block p {
    margin-bottom: 37px;
}

.large-cta-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.large-cta-section .container.large-block-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}

/* Large CTA with background image and color box Section End */

/* Team Section Start */
.teambio {
    padding: 80px 0 151px 0;
    width: 100%;
}

.teambio_box {
    width: 100%;
    gap: 53px;
    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;
}
.secin .coman-block-sec .coman-block h2 { 
    margin-bottom: 24px;
}
.secin .coman-block-sec .coman-block p {
    max-width: 640px;
    width: 100%;
    line-height: 1.4;
}
.secin .coman-block-sec {
    margin-bottom: 36px;
}
.team_titlebox h3:before {
    content: "\f078";
    position: absolute;
    right: 10px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 12px;
    color: rgba(56, 91, 132, 1);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        
}

.bioopen .team_titlebox h3:before {
    content: "\e59b";
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.team_titlebox h5 {
    font-weight: 300;
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    text-transform: capitalize;
    letter-spacing: -0.000em;
    font-family: 'Arboria';
    margin-bottom: 17px;
}

.team_titlebox ul.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}

.team_titlebox ul.social-icons li {
    margin-left: 10px;
}

.team_titlebox ul.social-icons li:first-child {
    margin-left: 0;
}

.team_titlebox ul.social-icons li a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(30, 99, 174, 1);
    color: #fff;
    border-radius: 50%;
    font-size: 15px;
}
.team_titlebox ul.social-icons li a:hover {
    background-color: rgba(83, 175, 150, 1);
}
.teambio_item .pvr {
    padding: 0 0 100% 0;
    margin: 0 0 34px 0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.teambio_item .pvr .bgimg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: scale(1);
    transition: 2s all;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 10px 10px 0 0;
}
.top_txt h2 {
    letter-spacing: 0.02em;
    margin-bottom: 32px;
}
.team_titlebox h3 {
    font-weight: 300;
    font-size: 36px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 12px;
    text-transform: capitalize;
    padding-right: 34px;
    letter-spacing: 0.00em;
    font-family: 'Arboria';
    margin-bottom: 19px;
    position: relative;
    cursor: pointer;
}
.teambio_info {
	display: none;
	padding-top: 13px;
}

.team_titlebox .arrowclose {
	position: absolute;
	right: 13px;
	top: 9px;
}

.team_titlebox {
	position: relative;
}

.teambio_info p {
    letter-spacing: 0.001em;
    font-weight: 300;
}
.teambio_info address ul {
	padding: 0;
	margin: 14px 0 0 0;	
}
.teambio_info address ul li:last-child {
    padding-bottom: 0;
}
.teambio_info address {
    margin-bottom: 0;
}

/* Team Section End */

/* 2 blocks with image Section Start */

.post-clm-section {
    width: 100%;
    padding-top: 262px;
    padding-bottom: 289px;
    background-color: #f0f0f0;
    overflow: hidden;
}
.post-clm-section .post-wrap .post-heading h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 1.23;
    font-family: "Barlow", sans-serif;
    margin-bottom: 34px;
    color: #000; /* adjust as needed */
}

.post-clm-section .post-wrap .post-heading p {
    font-size: 20px;
    line-height: 1.4;
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    color: #555; /* adjust for contrast */
    margin-bottom: 60px;
}

.post-clm-section .post-wrap .post-inner-wrap {
    float: left;
    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;
	
}

.post-wrap .post-inner-wrap .post-left-img {
    width: 100%;
    margin-right: 40px;
}

.post-wrap .post-inner-wrap .post-right-c {
    width: 69%; 
}

.post-wrap .post-inner-wrap .post-right-c h2 {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 33.18px;
    line-height: 1.1;
}
.post-wrap .post-inner-wrap .post-right-c p {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.36;
    margin-bottom: 17px;
}
.post-wrap .post-inner-wrap .post-left-img {
    display: inline-block;
    overflow: hidden;
    height: 100%;
}
.post-wrap .post-inner-wrap .post-left-img img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    width: 100%;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.post-wrap .post-inner-wrap.hovered .post-left-img img, .post-wrap .post-inner-wrap .post-left-img:hover img {
    -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
            transform: scale(1.25);
}
section.three-clm-img-section {
    width: 100%;
    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;
}
.post-wrap .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    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.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    overflow: hidden;
    border: 1px solid var(--white-20, #FFFFFF33);
    background: transparent;
    color: #fff;
    font-size: 0;
    bottom: -124px;
    right: 0;
}

.post-wrap .slick-arrow:before {
    font-size: 20px;
    color: #fff;
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.post-wrap button.slick-prev {
    content: "\f061";
}

.post-wrap button.slick-next:before {
    content: "\f061";
}

.post-wrap .slick-prev:before {
    content: "\f060";
}

.post-wrap button.slick-prev.slick-arrow {
    right: 70px;
}

.post-wrap .slick-arrow:hover {
    background-color: #385B84;
    color: #fff;
    border-color: #385B84;
}
.post-wrap .slick-slide {
    margin: 0 70px;
}
.post-wrap .slick-list {
    margin: 0 -70px;
}


/* 2 blocks with image Section End */

/* Accordions Module Section Start */
.accordion-section {
    padding-top: 81px;
    padding-bottom: 100px;
}
.accordion-section .tab-right-text .cta-btn {
    margin-bottom: 30px;
}
.accordion-section .faq-question {
    background-color: transparent;
    color: rgba(56, 91, 132, 1);
    font-weight: 700;
    font-size: 24px;
    padding-left: 0;
    border-top: 1px solid rgba(202, 212, 215, 0.4);
    border-radius: 0;
    font-family: 'Arboria';
    padding-top: 23px;
    padding-bottom: 22px;
    letter-spacing: -0.015em;
    padding-right: 50px;
}

.accordion-section .faq-question:last-child {
    border-bottom: 1px solid rgba(202, 212, 215, 0.4);
}

.accordion-section .faq-item:last-child .faq-question {
    border-bottom: 1px solid rgba(202, 212, 215, 0.4);
}

.accordion-section .faq-accordion {
    gap: 0;
}

.accordion-section span.faq-icon::before {
    background-color: rgba(56, 91, 132, 1);
}

.accordion-section span.faq-icon::after {
    background-color: rgba(56, 91, 132, 1);
}

.accordion-section span.faq-icon::before, .accordion-section span.faq-icon::after {
    width: 16px;
    height: 4px;
}
.accordion-section .tab-inner-text .tab-right-text {
    width: 100% !important;
    margin-bottom: 50px;
}

/* Accordions Module Section End */

/* join our Newsletter Section Start */

.join-section {
    padding-top: 150px;
    padding-bottom: 115px;
    position: relative;
}
.join-section:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: url(./assets/images/ptn-image.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.join-section .coman-block-sec h2 {
    margin-bottom: 15px;
}

.join-section .coman-block-sec p {
    font-size: 20px;
}

.join-section .coman-block-sec {
    width: 72%;
    margin-bottom: 20px;
}

.join-form h3 {
    display: none;
}

.join-form .nf-form-fields-required {
    display: none;
}

.join-form .nf-field .nf-field-element input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 300;
    font-family: "Barlow", sans-serif;
    color: #fff;
    padding: 15px 20px 19px 0;
    line-height: 1.1;
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border-radius: 0 !important;
}
.join-form .nf-field .nf-field-element input::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.join-form .nf-field .nf-field-element input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}


.join-form {
    max-width: 54.5%;
}
.join-form .nf-form-layout .nf-error-msg {
    display: none;
}

.join-form .nf-field .nf-error .nf-field-element input {
    border-color: red;
}

.join-form .nf-form-wrap .nf-field-container {
    margin-bottom: 36px;
}

.join-form .nf-form-wrap .submit-container .nf-field-element {
    display: inline-block;
    width: auto;
}

.join-form .nf-form-wrap .submit-container .nf-field-element input {
    padding: 19px 28px 19px 31px;
    border: 1px solid #fff;
    border-radius: 30px !important;
    font-family: 'Arboria';
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.join-form .nf-form-wrap .nf-field-container .nf-field-label {
    display: none;
}
.join-form .nf-form-wrap .submit-container .nf-field-element:before {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    color: #fff;
    font-size: 17px;
    position: absolute;
    margin-left: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    margin-top: 1px;
    right: 22px;
    top: 48%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.join-form .nf-form-wrap .submit-container .nf-field-element:hover:before {
    opacity: 1;
}

.join-form .nf-form-wrap .submit-container .nf-field-element:hover input {
    padding-right: 44px;
    background-color: #2a225e;
    color: #fff;
    border-color: #2a225e;
}
.join-section .nf-response-msg p {
    color: #fff;
    text-align: left;
    margin-bottom: 2px;
    font-weight: 500;
}

/* join our Newsletter Section End */

/* Inner Hero Banner Section Start */

.inner-hero-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    height: 812px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
}

.inner-hero-banner .banner-video {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.inner-hero-banner .inner-hero-text-block {
    position: relative;
    z-index: 1;
    margin-bottom: 122px;
    max-width: 990px;
}

.inner-hero-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(17.46deg, rgba(42, 34, 94, 0.5) 0%, rgba(46, 144, 170, 0.39) 100%),
-o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
-o-linear-gradient(359.73deg, rgba(8, 75, 151, 0.5) 0.23%, rgba(47, 143, 170, 0.5) 99.78%);
    background: linear-gradient(72.54deg, rgba(42, 34, 94, 0.5) 0%, rgba(46, 144, 170, 0.39) 100%),
linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
linear-gradient(90.27deg, rgba(8, 75, 151, 0.5) 0.23%, rgba(47, 143, 170, 0.5) 99.78%);
    z-index: 1;
    top: 0;
    left: 0;
}

.inner-hero-banner .inner-hero-text-block h1 {
    text-transform: none;
    margin-bottom: 14px;
    line-height: 1.2;
    font-size: 70px;
    letter-spacing: -0.021em;
}

.inner-hero-banner .inner-hero-text-block p {
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.002em;
}
.inner-hero-banner.home-hero-banner {
    height: 100vh;
}
section.inner-hero-banner.home-hero-banner:before {
    background: linear-gradient(105.75deg, rgba(56, 91, 132, 0.5) 1.4%, rgba(73, 102, 144, 0.5) 100.4%);
}

.inner-hero-banner.home-hero-banner .inner-hero-text-block p {
    line-height: 1.2;
}
.inner-hero-banner .banner-video .video-hero {width: 100%;}
.custom-page-insights-page .inner-hero-banner .inner-hero-text-block {
    max-width: 100%;
}
.custom-page-insights-page .inner-hero-banner{
    background-position: center;
}
/* Inner Hero Banner Section End */

/* Content section/Text Block Section Start */

section.blog-single-post {
    padding-top: 118px;
    padding-bottom: 100px;
    display: block;
    width: 100%;
}
.blog-single-post img {
    border-radius: 16px;
}
.blog-content .label-btn {
    margin-bottom: 25px;
}

.blog-content h2 {
    font-size: 48px;
    margin-bottom: 39px;
}

.blog-single-post .container {
    max-width: 1300px;
}

.blog-content p {
    letter-spacing: 0.004em;
    margin-bottom: 31px;
}

.blog-content h3 {
    color: rgba(56, 91, 132, 1) !important;
    letter-spacing: -0.002em;
    margin-bottom: 37px;
}

.blog-content h4 {
    color: rgba(56, 91, 132, 1) !important;
    letter-spacing: -0.003em;
    margin-bottom: 33px;
}
.blog-single-post .list-block-design ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.join-section .container {
    position: relative;
    z-index: 1;
}

/* Content section/Text Block Section End */

/* Map Section Start */
section.map-section {
    background: -o-linear-gradient(300.8deg, #375E86 1.52%, #2F8AA6 97.12%);
    background: linear-gradient(149.2deg, #375E86 1.52%, #2F8AA6 97.12%);
    padding-top: 83px;
    padding-bottom: 126px;
}
.map-section .coman-block-sec {width: 73%;}

.map-section .coman-block-sec h2 {
    margin-bottom: 26px;
}

.map-section .coman-block-sec p {
    line-height: 1.3;
}
.map-block {
    width: 100%;
    display: block;
}

.map-block img {
    width: 100%;
}
/* Map Section End*/

/* Insight block Section Start */

.insight-section-block {
    padding-top: 166px;
    padding-bottom: 151px;
}

.insight-block {
    width: 100%;
    gap: 32px;
    row-gap: 32px;
    -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;
}

.insight-block .insight-item {
    display: block;
    width: 100%;
    border: 1px solid rgba(56, 91, 132, 0.2);
    border-radius: 16px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;    -o-transition: all 0.5s ease-in-out;    transition: all 0.5s ease-in-out;
        height: 100%;
}
.insight-block .insight-item:hover {
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.16), 0 8px 10px rgba(0, 0, 0, 0.23);
            box-shadow: 0 8px 10px rgba(0, 0, 0, 0.16), 0 8px 10px rgba(0, 0, 0, 0.23);
}
.insight-block .insight-item .insight-image {
    width: 100%;
    display: block;
    height: 217px;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
    margin-bottom: 9px;
}

.insight-block .insight-item .insight-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.insight-block .insight-item .insight-text {
    padding: 25px 30px 9px 30px;
}

.insight-block .insight-item .insight-text h3 {
    font-weight: 400;
    font-size: 27.65px;
    line-height: 1;
    font-family: "Barlow", sans-serif;
    color: rgba(56, 91, 132, 1);
    margin-bottom: 21px;
    letter-spacing: -0.0025em;
}

.insight-block .insight-item .insight-text p {
    font-weight: 300;
    font-size: 24px;
    line-height: 33px;
}
.insight-block .insight-item .insight-text span {
    display: inline-block;
    padding: 13px 20px 11px 20px;
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    line-height: 1.1;
    color: rgba(56, 91, 132, 1);
    font-weight: 400;
    font-family: 'Arboria';
}
.filter-wrap .search-field input {
    width: 100%;
    font-weight: 300;
    font-size: 24.14px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: #000000;
    outline: none !important;
    box-shadow: none;
    padding: 0px 35px 17px 0px;
    line-height: 0;
    height: 34px;
    background: url(./assets/images/search-icon.svg) no-repeat;
    background-position: 99% 0;
    background-size: 18px;
    font-family: "Barlow", sans-serif;
    letter-spacing: -0.03em;
}
.filter-wrap .search-field input::placeholder {
  color: #000000;
  opacity: 1; /* Firefox */
}

.filter-wrap .search-field input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #000000;
}
.post-filter-wrap .filter-wrap {
    width: 100%;
    gap: 71px;
    row-gap: 0px;
    -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;
    margin-bottom: 176px;
}
.sort-wrap {
    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: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-bottom: 71px;
}

.sort-wrap .sort-dropdown {
    width: 113px;
}
button.load-more-btn {
    display: inline-block;
    padding: 19px 30px 21px 30px;
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    line-height: 1.1;
    color: rgba(56, 91, 132, 1);
    font-weight: 500;
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    background-color: transparent;
    margin: 56px auto 0;
    text-align: center;
    max-width: 280px;
    display: flex;
    cursor: pointer;
}
button.load-more-btn:hover {
    background-color: #1F518C;
    border-color: #1F518C;
    color: #fff;
}
/* Insight block Section End */

/* Insight Details page Style Start */
.left-btn {
    text-align: right;
    margin-bottom: 22px;
}
a.back-btn:hover{
    background-color: #2a225e;
    border-color: #2a225e;
    color: #fff;
}
a.back-btn:hover i{
    color: #fff;
}
.source-block-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;
}

.source-block-wrap .source-left {
    float: left;
    width: 68%;
}

.source-block-wrap .source-right {
    float: left;
    width: 28%;
    text-align: right;
}

.social-share {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-share li {
    font-size: 20px;
    margin-left: 0;
    margin-right: 19px;
    position: relative;
}
.social-share li:first-child {
  margin-left: 0;
}
.social-share li:last-child {
  margin-right: 0px;
}
.social-share li a {
    color: rgba(56, 91, 132, 1);
    display: inline-block;
    position: relative;
    font-size: 23px;
}
.social-share li a i {
  display: block;
  width: 20px;
  text-align: center;
}
.social-share li a span {
    position: absolute;
    width: 100px;
    top: -20px;
    transform: translate(-50%, -100%);
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    background-color: rgba(73, 102, 144, 1);
    left: 50%;
    display: none;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    font-weight: 400;
    padding: 6px 10px 8px 10px;
    letter-spacing: -0.02em;
    font-family: "Barlow", sans-serif;
}
.social-share li a span b {
  position: relative;
  z-index: 2;
}
.social-share li a span::after {
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    left: calc(50% - 7.5px);
    bottom: -9px;
    background-color: rgba(73, 102, 144, 1);
    transform: rotate(45deg);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.social-share li a:hover span {
  display: block;
}
.left-btn {
    text-align: right;
    margin-bottom: 22px;
}

a.back-btn {
    padding: 14px 10px 14px 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.05px;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-radius: 30px;
    font-family: 'Arboria';
    position: relative;
    border: 1px solid rgba(202, 212, 215, 1);
    color: rgba(56, 91, 132, 1);
}

a.back-btn i {
    color: rgba(202, 212, 215, 1);
    font-size: 16px;
    margin-right: 6px;
    position: relative;
    top: 1px;
    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;
}

.article-title h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 1.2;
}

.article-title {
    margin-bottom: 39px;
}

.article-social {
    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;
    padding: 29px 0 27px;
    border-top: 1px solid rgba(229, 229, 229, 1);
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    margin-bottom: 39px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.article-social .article-meta {
    width: 50%;
}

.article-social ul.social-share {
    float: left;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}

.article-social .article-meta{
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2;
    color: rgba(56, 91, 132, 1);
    font-family: "Barlow", sans-serif;
    letter-spacing: -0.007em;
}

.source-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid rgba(229, 229, 229, 1);
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    padding-bottom: 17px;
    margin-top: 111px !important;
}

.source-block .source-wrap {
    float: left;
    width: 50%;
}

.source-block .source-wrap a.back-btn {
    float: right;
}

.source-block .source-wrap span {
    color: rgba(56, 91, 132, 1);
    font-weight: 400;
    font-size: 28px;
    line-height: 1.1;
    font-family: "Barlow", sans-serif;
}

.source-block .source-wrap p {
    color: rgba(175, 186, 190, 1);
    margin-bottom: 0;
    font-family: Barlow;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.1;
}
.single section.blog-single-post {
    padding-bottom: 122px;
    border-bottom: 1px solid rgba(56, 91, 132, 0.2);
}
.source-wrap p a {
    color: rgba(175, 186, 190, 1);
}

.source-wrap p a:hover {
    color: #00BF51;
}

.related-insights-section {
    padding-top: 150px;
    padding-bottom: 148px;
}

.related-insights-section .coman-block-sec .coman-block h2 {
    font-size: 48px;
}

.related-insights-section .coman-block-sec {
    margin-bottom: 39px;
}


/* Insight Details page Style End */

/* Contact Form Style Section Start */



.contact-form .nf-form-content .nf-field-element input, .contact-form .nf-form-content .nf-field-element textarea {
    padding: 20px 20px 10px 16px;
    background-color: #fff;
    color: rgba(56, 91, 132, 1);
    font-size: 20px;
    font-weight: 300;
    border: none;
    width: 100%;
    border-bottom: 1px solid rgba(23, 37, 95, 0.2);
    font-family: "Barlow", sans-serif;
    border-radius: 0 !important;
    letter-spacing: 0.00em;
    outline: none !important;
}
.contact-form .nf-form-content nf-fields-wrap nf-field .nf-field-container {
    margin-bottom: 17px;
}

.ind-team-detail p strong {
    display: block;
    margin-bottom: -19px;
}

.contact-form ul li input[type="submit"]:hover,
.contact-form ul li input[type="submit"]:focus {
    background-color: #b60202;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(56, 91, 132, 1);
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(56, 91, 132, 1);
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(56, 91, 132, 1);
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(56, 91, 132, 1);
    opacity: 1;
}

.contact-form .nf-form-content nf-fields-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;
    margin: 0 -8px;
}
.contact-form .nf-form-content nf-fields-wrap nf-field {
    float: left;
    width: 50%;
    padding: 0 8px;
}
.contact-form .nf-form-content nf-fields-wrap nf-field:nth-of-type(5), .contact-form .nf-form-content nf-fields-wrap nf-field:nth-of-type(6), .contact-form .nf-form-content nf-fields-wrap nf-field:nth-of-type(7) {
    width: 100%;
}
.contact-form .nf-form-content .nf-error input, .contact-form .nf-form-content .nf-error textarea {
    border-color: red;
}
.contact-form .nf-form-content .nf-error-msg {
    display: none;
}
.contact-form .nf-form-content .nf-field-element select {
    padding: 20px 45px 18px 36px;
    background-color: #fff;
    color: #032B1E;
    font-size: 16px;
    font-weight: 400;
    border: none;
    width: 100%;
    border: 1px solid rgba(3, 43, 30, 0.2);
    font-family: 'Century Gothic';
    border-radius: 8px;
    letter-spacing: 0.00em;
    cursor: pointer;
    -webkit-appearance: none;-moz-appearance: none;appearance: none;
}
.contact-form .nf-form-content .submit-wrap input {
    width: auto;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    border-width: 0;
    background: transparent;
    color: rgba(56, 91, 132, 1);
    padding: 15px 49px 15px 48px;
    border-radius: 28px;
    font-size: 19.5px;
    text-decoration: none;
    letter-spacing: 0.06em;
    font-weight: 500;
    border: none;
    cursor: pointer;
    display: inline-block;
}
.contact-form .nf-form-content .submit-wrap input:hover{
    background: #234A38;
    color: #fff;
}
.contact-form .nf-form-content .list-select-wrap .nf-field-element {
    position: relative;
}
.contact-form .nf-form-content .list-select-wrap .nf-field-element:before {
    background-image: url(./assets/images/down-f-arrow.svg);
    content: "";
    position: absolute;
    z-index: 11;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.contact-form .nf-after-form-content .nf-error-msg.nf-error-field-errors {
    display: none;
}
.contact-form .nf-form-wrap.ninja-forms-form-wrap .nf-response-msg p {
    text-align: center;
    font-weight: 600;
    color: green;
}
.contact-form .nf-form-content .nf-field-element textarea {
    height: 140px;
}
.contact-form .nf-form-title {
    display: none;
}

.contact-form .nf-form-fields-required {
    display: none;
}

.contact-form .nf-field-label label {
    display: none;
}
.contact-form .nf-form-wrap .submit-container .nf-field-element {
    display: inline-block;
    width: auto;
    margin-top: 30px;
}
.contact-form .nf-form-wrap .submit-container .nf-field-element:before {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    color: #fff;
    font-size: 17px;
    position: absolute;
    margin-left: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    margin-top: 1px;
    right: 22px;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contact-form .nf-form-wrap .submit-container .nf-field-element input {
    padding: 19px 28px 19px 31px;
    border: 1px solid rgba(202, 212, 215, 1);
    border-radius: 30px !important;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-form .nf-form-wrap .submit-container .nf-field-element:hover input {
    padding-right: 44px;
    background-color: #1F518C;
    color: #fff;
    border-color: #1F518C;
}
.contact-form .nf-form-wrap .submit-container .nf-field-element:hover:before {
    opacity: 1;
}

.contact-form .checkbox-container .checkbox-wrap .nf-field-label label {
    display: block;
    color: rgba(56, 91, 132, 1);
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-size: 20px;
    padding-left: 27px;
    position: relative;
    line-height: 1.5;
}

.contact-form .checkbox-container .checkbox-wrap .nf-field-label {padding-left: 0;}

.contact-form .checkbox-container .checkbox-wrap .nf-field-label label:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid rgba(56, 91, 132, 1);
    position: absolute;
    left: revert-layer;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.contact-form .checkbox-container .checkbox-wrap .nf-field-element {
    display: none;
}

.contact-form .checkbox-container .checkbox-wrap .nf-field-label label.nf-checked-label:after {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 11px;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
        cursor: pointer;
}
.contact-form-section {
    padding-top: 150px;
    padding-bottom: 150px;
}
/* Contact Form Style section End*/

/* Table Style Section Start */

.table-section {
    padding-top: 150px;
    padding-bottom: 150px;
}
.table-section .coman-block-sec .coman-block {    
    width: 50%;    
}
.table-section .coman-block-sec .coman-block h2 {
    line-height: 1.3;
    margin-bottom: 35px;
}

.table-section .coman-block-sec {
    margin-bottom: 20px;
}
.tablepress {
    --text-color: #111;
    --head-text-color: var(--text-color);
    --head-bg-color: #d9edf7;
    --odd-text-color: var(--text-color);
    --odd-bg-color: #fff;
    --even-text-color: var(--text-color);
    --even-bg-color: #f9f9f9;
    --hover-text-color: var(--text-color);
    --hover-bg-color: #f3f3f3;
    --border-color: #ddd;
    --padding: 0.5rem;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
    margin: 0 auto 1rem;
    table-layout: auto;
    width: 100%
}

.tablepress>:not(caption)>*>* {
    background: none;
    border: none;
    box-sizing: border-box;
    float: none!important;
    padding: var(--padding);
    text-align: left;
    vertical-align: top
}

.tablepress>:where(thead)+tbody>*>*,.tablepress>tbody>*~*>*,.tablepress>tfoot>:where(:first-child)>* {
    border-top: 1px solid rgba(56, 91, 132, 0.2);
}

.tablepress>:where(thead,tfoot)>*>th {
    background-color: var(--head-bg-color);
    color: var(--head-text-color);
    font-weight: 700;
    vertical-align: middle;
    word-break: normal
}

.tablepress>:where(tbody)>tr>* {
    color: var(--text-color)
}

.tablepress>:where(tbody.row-striping)>:nth-child(odd)>* {
    background-color: var(--odd-bg-color);
    color: var(--odd-text-color)
}

.tablepress>:where(tbody.row-striping)>:nth-child(2n)>* {
    background-color: var(--even-bg-color);
    color: var(--even-text-color)
}

.tablepress>.row-hover>tr:hover>* {
    background-color: var(--hover-bg-color);
    color: var(--hover-text-color)
}

.tablepress img {
    border: none;
    margin: 0;
    max-width: none;
    padding: 0
}

.tablepress-table-description {
    clear: both;
    display: block
}

.dt-scroll {
    width: 100%
}

.dt-scroll .tablepress {
    width: 100%!important
}

div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr {
    height: 0
}

div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr th {
    border-bottom-width: 0!important;
    border-top-width: 0!important;
    height: 0!important;
    padding-bottom: 0!important;
    padding-top: 0!important
}

div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing {
    height: 0!important;
    overflow: hidden!important
}

div.dt-scroll-body>table.dataTable>thead>tr>th {
    overflow: hidden
}

.tablepress {
    --head-active-bg-color: #049cdb;
    --head-active-text-color: var(--head-text-color);
    --head-sort-arrow-color: var(--head-active-text-color)
}


.is-table table th, .is-table table td {
    background: none !important;
    padding-left: 0;
    color: rgba(56, 91, 132, 1) !important;
    padding-right: 25px;
    font-size: 22px;
    font-weight: 700;
    padding: 37px 10px 40px 0;
    font-family: "Barlow", sans-serif;
}
.is-table table td {
    color: rgba(56, 91, 132, 1) !important;
    padding-right: 25px;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
}
.is-table table th {
    border-top: 2px solid rgba(56, 91, 132, 1);
    text-align: right;
}
.is-table table th:first-child ,
.is-table table td:first-child {
    text-align:left;
}
.is-table table tr:last-child td{
    border-bottom: 2px solid rgba(0, 122, 205, 1);
}
.table-style {
    padding-top: 124px;
    padding-bottom: 135px;
}

.table-style .heading-coman-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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;
    margin-bottom: 63px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
}
.table-heading-left h2 {
    color: #fff;
    letter-spacing: 0.00em;
    line-height: 1;
}
.table-style .heading-coman-top .table-heading-left {
    float: left;
    width: 54%;
}

.table-style .heading-coman-top .table-heading-right {
    float: left;
    width: 40.6%;
    padding-right: 18px;
}

.table-style .heading-coman-top .table-heading-right p {
    font-size: 20px;
    letter-spacing: -0.028em;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 19px;
    margin-top: -11px;
    color: #fff;
}

.table-style .heading-coman-top .table-heading-right p:last-child {
    margin-bottom: 0;
    letter-spacing: -0.036em;
}

.table-style .heading-coman-top .table-heading-right p:first-child {
    margin-bottom: 29px;
}
.is-table {
    margin-bottom: 40px;
}
/* Table Style Section End */

/* Counter Section Start */

.stats-section {
    padding: 83px 0 145px 0;
}
.stats-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.stats-title {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin-bottom: 1.5rem;
    color: #fff;
    font-family: 'Inter', Arial, sans-serif;
}

.stats-desc {
    color: #e0e7ef;
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 3.5rem;
    line-height: 1.5;
}

.stats-counters {
    width: 100%;
    gap: 53px;
    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;
    text-align: center;
}


.counter-number {
    font-size: 116.57px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.02em;
    font-family: "Barlow", sans-serif;
    margin-bottom: 27px;
}

.counter-label {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    font-family: "Barlow", sans-serif;
}


/* Counter Section End */


.slide-menu{
    display: none !important;
}

/* Footer Section Start */

footer {
    padding-bottom: 92px;
    padding-top: 130px;
}

.top-footer {
    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;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(202, 212, 215, 1);
}

.top-footer .top-footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.top-footer .top-footer-logo .logo-certified {
    margin-left: 47px;
}

.top-footer .top-footer-logo .logo-certified h5 {
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    font-family: 'Arboria';
    letter-spacing: 0.12em;
}

.top-footer .top-footer-logo .logo-certified p {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Arboria';
}

.top-footer-content {
    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;
    width: 43.5%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.top-footer-content .footer-details {
    width: 31%;
}

.top-footer-content .footer-details h4 {
    color: rgba(56, 91, 132, 1);
    font-weight: 400;
    font-size: 14px;
    font-family: 'Arboria';
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.top-footer-content .footer-details ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.top-footer-content .footer-details ul li {
    margin-bottom: 10px;
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Arboria';
    color: #000000;
}

.top-footer-content .footer-details ul li a {
    color: #000000;
}

.top-footer-content .footer-details ul li a:hover {
    color: rgba(56, 91, 132, 1);
}

.bottom-footer {
    padding-top: 18px;
    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: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.bottom-footer p {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Arboria';
    color: #000000;
}

.top-footer-content .footer-details:last-child {
    margin-right: 0;
}


/* Footer Section End */
section.inner-hero-banner.default-banner {
    height: 500px;
}
.blog-single-post.default-page-content {
    padding-top: 70px;
    padding-bottom: 90px;
}
.bg-image-404 {
    height: 600px;
    display: flex;
    align-items: end;
    padding-bottom: 60px;
    padding-top: 100px;
    background: linear-gradient(90deg, #385B84 0%, #2E90AA 100%);
}

.bg-image-404 h1.title-404 {
    font-size: 150px;
}

.bg-image-404 .content-404 h2 {
    color: #fff;
    font-size: 30px;
    margin: 20px 0 40px;
    display: inline-block;
}
.wide-img.active, .wide-content.active {
    display: block !important;
}
.wide-img .tab-left-image {
    width: 100% !important;
}
.wide-img .tab-left-image img {
    width: 100%;
    display: block;
}
.wide-content .tab-right-text {
    width: 100% !important;    
}
.tab-inner-text.wide-img.active, .tab-inner-text.wide-content.active {
    display: block;
}
.wide-content .tab-left-image, .wide-img .tab-right-text {
    display: none;
}
.content-mobile-btn{
    display: none;
}
section#what-we-value .full-icon-block .icon-links {
    width: 33.33%;
}

/* Responsive Style Start */

@media (min-width: 992px) {
    body {
        padding-top: 0 !important;
    }
}

@media (max-width: 1550px) {
    .header-wrap .header-logo a.brand-logo {
        max-width: 450px;     
        width: 100%;
    }
    header.site-header {
        padding-top: 20px;
    }
    .desktop-menu li.menu-lavel-1 > a {        
        font-size: 19px;
    }
    .desktop-menu li.menu-lavel-1 {
        margin-right: 21px;
    }
    .desktop-menu li.menu-lavel-1 > a i {
        font-size: 12px;     
        right: -2px;
        top: -3px;
    }
    header.site-header.srolled {
        padding-top: 20px;
    }
    .custom-slider-root h2, .custom-slider-root h1 {
        font-size: 56px;        
    }
    .custom-slider-root .custom-navigation {
        right: 30px;
        bottom: 35px;
    }
    .custom-slider-root .custom-dots {
        width: calc(100% - 240px);
        bottom: 35px;
    }
    .slide-accordion-section .coman-block-sec .coman-block h2 {
        font-size: 42px;
        margin-bottom: 25px;
    }
    .slide-accordion-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .slide-accordion-section h3 {
        font-size: 50px;
    }
    .slide-accordion-section .accordion-label{
        font-size: 50px;
    }
    .slide-accordion-section .coman-block-sec {
        margin-bottom: 60px;
    }
    h2, .h2 {        
        font-size: 54px;
    }
    .full-icon-block .icon-links {
        padding: 0 20px;        
    }
    .full-icon-block .icon-links .icon-heading {        
        font-size: 28px;
        margin-bottom: 20px;
    }
    .insights-section .card-image {        
        height: 240px;
    }
    .insights-section .card-content h3 {
        font-size: 32px;
        line-height: 1.1;
        margin-bottom: 14px;
    }
    .insights-section .slide-item {
        padding: 20px 20px; 
    }
    .tab-inner-text .tab-right-text h3 {
        font-size: 40px;
        line-height: 53px;
        margin-bottom: 22px;
    }
    .tabing-section {
        padding-top: 100px;
        padding-bottom: 140px;
    }
    .tabing-section .coman-block-sec .coman-block h2 {
        font-size: 48px;
        margin-bottom: 40px;
    }
    .key-features-section.ptn-bg:before {
        width: 80%;
    }
    .post-clm-section {
        padding-top: 200px;
        padding-bottom: 200px;     
    }
    .post-filter-wrap .filter-wrap {
        margin-bottom: 100px;
    }
    .image-video-section{
        background-attachment: inherit;        
    }
}

@media (max-width: 1366px) {
    .header-wrap .header-logo a.brand-logo {
        max-width: 300px;    
    }
    .header-inner .header-wrap .header-menu {
        width: calc(100% - 300px);
    }
    .custom-slider-root h2, .custom-slider-root h1 {
        margin-bottom: 30px;
        font-size: 46px;
    }
    a.view-all-btn {
        font-size: 26px;
    }
    .slide-accordion-section .coman-block-sec .coman-block h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .cta-gradient-section {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .icons-and-text-section {
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .full-icon-block .icon-links p {     
        font-size: 22px;        
    }
    footer {
        padding-bottom: 70px;
        padding-top: 100px;
    }
    .top-footer-content {
        width: 50%;
    }
    .tab-inner-text .tab-right-text h3 {
        font-size: 36px;
    }
    .tab-btn-figma-vertical {
        font-size: 28px;
        padding: 40px 20px 40px 0px;
    }
    .tabbed-tabs-figma-vertical {
        margin-right: 40px;
        width: 30.5%;
    }
    .tabing-section .coman-block-sec .coman-block h2 {
        font-size: 48px;
        margin-bottom: 30px;
    }
    .tabing-section {
        padding-top: 90px;
        padding-bottom: 100px;
    }
    .side-by-side-section .side-by-wrap .side-by-item-left h2 {
        font-size: 38px;
    }
    .timeline-slide {
        margin: 0 10px;
    }
    .timeline-nav__item {
        margin: 55px 30px 30px 30px !important;        
        font-size: 24px;
    }
    .large-cta-section .large-block {
        padding: 60px 60px 60px 60px;     
    }
    .teambio_box {
        gap: 30px;
        row-gap: 30px;
    }
    .team_titlebox h3 {        
        font-size: 30px;
    }
    .post-clm-section {
        padding-top: 150px;
        padding-bottom: 180px;        
    }
    .post-wrap .post-inner-wrap .post-right-c p {        
        font-size: 22px;
    }
    .post-wrap .slick-list {
        margin: 0 -40px;
    }
    .post-wrap .slick-slide {
        margin: 0 40px;
    }
    .join-section {
        padding-top: 100px;
        padding-bottom: 100px;     
    }
    .inner-hero-banner .inner-hero-text-block h1 {
        font-size: 58px;
    }
    .map-section .coman-block-sec {
        width: 100%;
    }
    .insight-section-block {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .post-filter-wrap .filter-wrap {        
        gap: 40px;
        margin-bottom: 70px;
    }
    .inner-hero-banner{
        height: 600px;
    }
    .desktop-menu li.menu-lavel-1 > a {
        font-size: 18px;
    }
    .desktop-menu {
        padding-top: 7px;
    }
    .table-section .coman-block-sec .coman-block {
        width: 100%;
    }
    .is-table table th, .is-table table td {
        padding: 20px 10px 20px 0;
    }
    .table-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .custom-slider-root .banner-midd h3 {
        margin-bottom: 50px;
        font-size: 28px;
    }
    .counter-number {
        font-size: 90px;
        margin-bottom: 20px;
    }
    .srolled .header-menu .cta-btn a {
        padding-top: 14px;
        padding-bottom: 14px;
        margin-top: -5px;
    }
}

@media (max-width: 1200px) {
    .container {
        padding: 0 30px;
    }
    .desktop-menu li.menu-lavel-1 > a {
        font-size: 18px;
    }
    .desktop-menu {
        padding-top: 11px;
    }
    .desktop-menu li.menu-lavel-1 > a i {
        font-size: 10px;     
        right: -2px;
        top: -3px;
    }
    .desktop-menu li.menu-lavel-1 {
        margin-right: 13px;        
    }
    .slide-accordion-section .accordion-slider {
        height: 450px;
    }
    .coman-block .label-btn {
        margin-bottom: 20px;
        font-size: 20px;
    }
    a.view-all-btn {
        font-size: 24px;
    }    
    h2, .h2 {        
        font-size: 46px;
    }
    .full-icon-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .full-icon-block .icon-links {
        width: 33.33%;
        margin-bottom: 30px;
    }
    .icons-and-text-section {
        padding-top: 70px;
        padding-bottom: 80px;
    }
    .coman-block-sec .coman-block {        
        width: calc(100% - 30%);        
    }
    .coman-block-sec .view-all-coman {        
        width: 30%;
    }
    .coman-block-sec .coman-block p {        
        font-size: 22px;
    }
    .key-features-section .coman-block-sec {
        margin-bottom: 50px;
    }
    .key-features-section {
        padding-top: 70px;
        padding-bottom: 90px;
    }
    .key-features-block {
        gap: 30px;
        row-gap: 50px;
        padding: 0 0;
    }
    .top-footer-content {
        width: 60%;
    }
    .insights-section .slider-container .slick-list.draggable {
        margin: 0 0%;
    }
    .insights-section .nav-arrow {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
    .insights-section .card-content h3 {
        font-size: 28px;
    }
    .insights-section .slide-item {
        padding: 20px 10px;
    }
    .tab-panel-figma-vertical.active {
        display: block;
    }
    .tab-inner-text .tab-left-image {     
        width: 100%;
        margin-bottom: 20px;
    }
    .tab-inner-text .tab-right-text {     
        width: 100%;
    }
    .tabing-section .coman-block-sec .coman-block h2 {
        font-size: 42px;
        margin-bottom: 15px;
    }
    .tabing-section .coman-block-sec {
        margin-bottom: 30px;
    }
    .side-by-side-section .side-by-wrap .side-by-item-left {
        width: 45%;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .side-by-side-section .side-by-bg-right {
        width: 50%;
    }
    .side-by-side-section .side-by-wrap .side-by-item-left {
        width: 50%;
    }
    .side-by-side-section.side-by-left-image .side-by-wrap .side-by-item-left {
        width: 43%;
    }
    .large-cta-section .large-block h2 {        
        font-size: 40px;
    }
    .large-cta-section .large-block .label-btn {
        margin-bottom: 25px;
    }
    .large-cta-section .large-block p {
        margin-bottom: 25px;
    }
    .teambio {
        padding: 80px 0 100px 0;     
    }
    .secin .coman-block-sec {
        margin-bottom: 10px;
    }
    .secin .coman-block-sec .coman-block h2 {
        margin-bottom: 15px;
    }   
    .post-wrap .slick-arrow {
        width: 50px;
        height: 50px;
        bottom: -100px;
    }
    .post-wrap .post-inner-wrap .post-right-c p {
        font-size: 20px;
    }
    .inner-hero-banner .inner-hero-text-block h1 {
        font-size: 48px;
    }
    .inner-hero-banner .inner-hero-text-block {
        margin-bottom: 100px;     
    }
    .blog-content h4 {
        margin-bottom: 20px;
    }
    .blog-content h3 {
        margin-bottom: 25px;
    }
    .blog-content h2 {
        font-size: 42px;
        margin-bottom: 30px;
    } 
    .insight-block .insight-item .insight-text h3 {        
        font-size: 26px;
    }
    .insight-block .insight-item .insight-text p {        
        font-size: 22px;     
    }
    .insight-block .insight-item .insight-text span {
        font-size: 18px;
    }
    .related-insights-section .coman-block-sec .coman-block h2 {
        font-size: 46px;
    }
    .contact-form-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .counter-number {
        font-size: 80px;
        margin-bottom: 18px;
        line-height: 1;
    }
    .counter-label {
        font-size: 28px;
    }
    .stats-section {
        padding: 80px 0 100px 0;
    }
    .full-icon-block.extended-layout .icon-links {
        width: 33.33%;     
    }
}

@media (max-width: 1100px) {
  .custom-slider-root .insights-card {
    min-width: 260px;
    max-width: 320px;
  }
  .custom-slider-root .insights-title {
    font-size: 2.2rem;
  }
    .desktop-menu li.menu-lavel-1 > a {
        font-size: 16px;
    }
    .header-wrap .header-logo a.brand-logo {
        max-width: 280px;
    }
    .header-inner .header-wrap .header-menu {
        width: calc(100% - 200px);
    }
}

@media (max-width: 991px) {
    .custom-slider-root .insights-header-row,
      .custom-slider-root .insights-slider-wrapper {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 1vw;
      }
      .custom-slider-root .insights-link-col {
        align-items: flex-start;
        justify-content: flex-start;
        min-width: unset;
        padding-top: 0.5rem;
        margin-bottom: 1.5rem;
      }
      .custom-slider-root .insights-slider {
        margin: 0 auto;
      }
    .mobile-header {
        display: block;
        padding: 12px 30px 7px;
        box-shadow: 0 8px 14px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        display: none;
    }
    .mobile-header a.brand-logo {
        width: 300px;
        display: inline-block;
        position: relative;
        z-index: 100;
    }
    .mobile-header a.brand-logo img {
        width: 100%;
        display: block;
    }
    .btn.slide-menu-control {
        padding: 0;
        width: 26px;
        height: 18px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-shadow: none;
                box-shadow: none;
        margin-top: 0;
        outline: none;
        border: 0;
        background-color: transparent;
        cursor: pointer;
        position: absolute;
        top: 50%;
        z-index: 111;
        right: 25px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .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;
    }
    header.site-header {
        padding-top: 10px !important;
        padding-bottom: 10px;
        z-index: 11;
    }
    .custom-slider-root h2, .custom-slider-root h1 {
        font-size: 38px;
    }
    a.btn {
        padding: 15px 24px 15px 24px;
    }
    .custom-slider-root .banner-midd {
        top: -100px;
        position: relative;
    }
    .slide-accordion-section h3 {
        font-size: 42px;
    }
    .slide-accordion-section p {
        font-size: 22px;
    }
    .slide-accordion-section .accordion-label{
        font-size: 38px;
    }
    .slide-accordion-section .accordion-content{
        padding: 30px 20px 40px 25px;
    }
    .slide-accordion-section .accordion-label {        
        top: calc(100% - 100px);
        left: 60%;
    }
    .slide-accordion-section .accordion-item.active {
        -webkit-box-flex: 4;
        -ms-flex: 4;
        flex: 4;
    }
    .slide-accordion-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .slide-accordion-section .coman-block-sec .coman-block {
        width: 100%;
    }
    .slide-accordion-section .coman-block-sec .view-all-coman, .coman-block-sec .view-all-coman {
        width: 100%;
        margin-top: 15px;
    }
    a.view-all-btn {
        font-size: 22px;
    }
     h2, .h2 {        
        font-size: 42px;
    }
    .cta-gradient-section {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .coman-block-sec .coman-block p {        
        font-size: 20px;
    }
    .coman-block-sec .coman-block {        
        width: 100%;
        padding-right: 0;
    }
    a.view-all-btn span {
        top: -5px;
    }
    .insights-section .coman-block-sec .coman-block {
        width: 100%;
    }
    .insights-section .coman-block-sec .view-all-coman {
        width: 100%;
    }
    .insights-section .coman-block h2 {
        margin-bottom: 10px;
    }
    .insights-section {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .key-features-block .key-item h3 {     
        margin-bottom: 30px;
    }
    .key-features-block .key-item p {
        font-size: 22px;     
    }
    .key-features-block {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 40px;
    }
    footer {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .top-footer .top-footer-logo {
        width: 100%;
        margin-bottom: 20px;
    }
    .top-footer-content {
        width: 100%;
    }
    .insights-section .card-image {
        height: 200px;
    }
    .insights-section .card-content h3 {
        font-size: 26px;    
        margin-bottom: 12px;
    }
    .insights-section .card-content p {
        line-height: 1.1;
        font-size: 18px;
    }
    .insights-section .coman-block-sec {
        margin-bottom: 22px;
    }
    .key-features-section {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .tabbed-card-figma {
        display: none;
    }
    .mobile-tab {
        display: block;
    }
    .tab-inner-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-top: 30px;
                padding-bottom: 30px;
    }
    .tab-inner-text .tab-right-text {
        width: 50%;
    }
    .tab-inner-text .tab-left-image {
        width: 45%;     
    }
    .tab-inner-text .tab-right-text h3 {
        font-size: 34px;
        line-height: 1.2;
        margin-bottom: 13px;
    }
    .tabing-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .tabing-section .coman-block-sec {
        margin-bottom: 20px;
    }
    .side-by-side-section .side-by-wrap .side-by-item-left h2 {
        font-size: 32px;
    }
    .timeline-year {        
        font-size: 100px;
    }
    .timeline-slide {
        margin: 0 30px;
    }
    .timeline-nav__item {
        margin: 46px 15px 30px 15px !important;
    }
    .timeline-wrapper {
        height: 400px;
        margin: 0 auto 40px;
    }
    .timeline-nav__item::before {
        top: -36px;
        width: 25px;
        height: 25px;
    }    
    .history_timeline {
        padding: 90px 0px 90px 0px;     
    }
    .history_timeline .coman-block-sec {
        margin-bottom: 10px;
    }
    .history_timeline .coman-block-sec .coman-block h2 {
        margin-bottom: 15px;
    }
    .image-video-section {
        height: 500px;
    }
    .large-cta-section .large-block {
        padding: 40px 40px 40px 40px;
    }
    .large-cta-section .large-block h2 {        
        font-size: 34px;
    }
    .large-cta-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .teambio_box {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .teambio_item .pvr {        
        margin: 0 0 20px 0;
    }
    .team_titlebox h3 {
        margin-bottom: 10px;
        font-size: 28px;
    }
    .post-wrap .slick-arrow {
        width: 40px;
        height: 40px;
        bottom: -60px;
    }
    .post-wrap .slick-arrow:before{
        font-size: 16px;
    }
    .post-clm-section {
        padding-top: 80px;
        padding-bottom: 130px;
    }
    .post-wrap button.slick-prev.slick-arrow {
        right: 50px;
    }
    .accordion-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .join-section {
        padding-top: 80px;
        padding-bottom: 70px;     
    }
    h3, .h3 {
        font-size: 30px;
    }
    h4, .h4 {
        font-size: 25px;
    }
    .blog-content p {     
        margin-bottom: 20px;
    }
    .list-block-design ul li {
        margin-bottom: 20px;
    }
    section.blog-single-post {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .map-section .coman-block-sec {
        width: 100%;
    }
    section.map-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .sbSelector > a {
        font-size: 20px;        
    }
    .filter-wrap .search-field input {
        font-size: 20px;
    }
    .post-filter-wrap .filter-wrap {        
        gap: 20px;
        margin-bottom: 40px;
    }
    .sort-wrap {
        margin-bottom: 50px;
    }
    .insight-block {
        gap: 30px;
        row-gap: 30px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sbToggle {
        top: 40%
    }
    .sort-wrap .sort-dropdown .sbToggle {     
        top: 17px;
    }
    .inner-hero-banner {
        height: auto;
        min-height: 500px;
        padding-top: 30px;
    }
    .article-title h2 {     
        font-size: 42px;        
    }
    .single section.blog-single-post {
        padding-bottom: 90px;     
    }
    .source-block {
        margin-top: 50px !important;
    }
    .source-block .source-wrap p {
        font-size: 26px;
    }
    .source-block .source-wrap span {
        font-size: 26px;
    }
    .article-social .article-meta {        
        font-size: 26px;
    }
    .article-title {
        margin-bottom: 30px;
    }
    .related-insights-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .related-insights-section .coman-block-sec .coman-block h2 {
        font-size: 42px;
    }
    .inner-hero-banner .banner-video .video-hero {
        width: auto;
    }
    .bg-image-404 {
        height: 500px;
    }
    .bg-image-404 h1.title-404 {
        font-size: 100px;
    }
    .bg-image-404 .content-404 h2 {     
        font-size: 27px;
        margin: 9px 0 27px;
        display: inline-block;
    }
    .coman-block-sec {
        margin-bottom: 30px;
    }
    .table-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .wide-img .tab-left-image img {
        height: 400px;
        object-fit: cover;
        border-radius: 6px;
    }
    .header-wrap .header-logo a.brand-logo img {
        display: none;
    }
    .header-wrap .header-logo a.brand-logo img.sticky {
        display: block;
    }
    .menu-icon .menu-box span {
        background: rgba(56, 91, 132, 1);
    }
    .custom-slider-root .slide {
        padding-bottom: 70px;
    }
    .custom-slider-root .banner-midd h3 {     
        font-size: 25px;
    }
    .counter-number {
        font-size: 68px;
    }
    .counter-label {
        font-size: 24px;
    }
    .stats-counters {
        gap: 15px;
        row-gap: 30px;
    }
    .stats-section {
        padding: 60px 0 60px 0;
    }
    .header-menu .cta-btn a {
        color: rgba(56, 91, 132, 1) !important;
        border-color: rgba(202, 212, 215, 1) !important;
        margin-top: -3px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .header-menu .cta-btn a:hover {
        border-color: #1f518c !important;
        color: #fff !important;
    }
    section#what-we-value .full-icon-block .icon-links {
        width: 50%;
    }
}

@media (max-width: 767px) {
    h3, .h3 {
        font-size: 28px;
    }
    .accordion-slider {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto;
    }

    .accordion-item {
        min-height: 80px;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
    }

    .accordion-item.active {
        min-height: 300px;
    }

    .accordion-label {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
            -ms-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg);
    }

    .accordion-item.active .accordion-label {
        -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(0.8);
            -ms-transform: translate(-50%, -50%) rotate(0deg) scale(0.8);
                transform: translate(-50%, -50%) rotate(0deg) scale(0.8);
    }

    .header h1 {
        font-size: 2rem;
    }
    .custom-slider-root .slide-content {
        padding: 0 1.5rem;
        text-align: left;
    }    
    .custom-slider-root .slide-actions {
        flex-direction: column;
        width: 100%;
        gap: 1rem;
    }        
    .custom-slider-root .custom-dots {
        bottom: 56px;
        left: 0;
        right: 0;
        flex-direction: column;
        gap: 7px;
        width: calc(100% - 60px);
    }
    .custom-slider-root .custom-dot {
        padding: 0.75rem;
    }
    .custom-slider-root .dot-content {
        flex-direction: row;
        align-items: center;
        gap: 1rem;
        padding: 0;
    }
    .custom-slider-root .dot-number {
        margin-bottom: 0;
        font-size: 1.25rem;
    }
    .custom-slider-root .dot-title {
        font-size: 0.9rem;
    }
    .custom-slider-root .custom-navigation {
        bottom: 20px;
        gap: 10px;
    }
    .custom-slider-root .custom-arrow {
        width: 40px;
        height: 40px;
    }
    .custom-slider-root .custom-arrow svg {
        width: 20px;
        height: 20px;
    }
  .custom-slider-root .insights-card {
    min-width: 90vw;
    max-width: 98vw;
    margin: 0 0.5rem;
  }
  .custom-slider-root .insights-header-row {
    padding: 0 0.5rem;
  }
  .custom-slider-root .insights-slider-wrapper {
    padding: 0 0.5rem;
  }
  .insights-section .header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .insights-section .header h1 {
        font-size: 2.5rem;
    }

    .insights-section .card-content {
        padding: 20px;
    }    
    .custom-slider-root h2, .custom-slider-root h1 {
        font-size: 34px;
    }
    a.btn{
        font-size: 16px;
    }
    .slide-accordion-section .accordion-item {
        margin-bottom: 10px;
    }
    .accordion-content span.toparrow {
        top: 25px;
        width: 45px;
        height: 45px;
        font-size: 15px;
        left: 27px;
    }
    .slide-accordion-section .accordion-slider {
        height: auto;
    }
    .slide-accordion-section .accordion-label {
        top: 50%;
        left: 30px;
        -webkit-transform: translateY(-50%) rotate(0deg);
            -ms-transform: translateY(-50%) rotate(0deg);
                transform: translateY(-50%) rotate(0deg);
    }
    .slide-accordion-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .coman-block .label-btn {
        margin-bottom: 20px;
        font-size: 18px;
    }
    h2, .h2 {        
        font-size: 38px;
    }
    .cta-gradient-section .cta-midd-text p {
        font-size: 18px;
    }
    .full-icon-block .icon-links {
        width: 50%;
        margin-bottom: 20px;
        padding: 0 15px;
    }
    .full-icon-block .icon-links .icon-heading {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .icons-and-text-section {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .full-icon-block .icon-links .icon-img {
        margin-bottom: 9px;        
    }
    .key-features-block .key-item h3 {     
        margin-bottom: 20px;
    }
    .key-features-block .key-item p {
        font-size: 18px;     
    }
    .key-features-section {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .top-footer .top-footer-logo {
        width: 100%;
        margin-bottom: 30px;
        display: block;
        text-align: center;
    }
    .top-footer .top-footer-logo .logo-certified {
        margin-left: 0;
    }
    .footer-logo {
        margin-bottom: 15px;
    }
    .top-footer .top-footer-logo .logo-certified h5 {
        margin-bottom: 5px;
    }
    .top-footer-content {     
        display: block;
        text-align: center;
    }
    .top-footer-content .footer-details {
        width: 100%;
        margin-bottom: 30px;
    }
    .top-footer-content .footer-details h4 {
        margin-bottom: 10px;
    }
    .top-footer {
        padding-bottom: 0;
    }
    .bottom-footer {
        display: block;
        text-align: center;
    }
    footer {
        padding-bottom: 30px;
        padding-top: 40px;
    }
    .bottom-footer .btm-footer-logo a {
        display: block;
        margin-bottom: 7px;
    }

    .bottom-footer .btm-footer-logo a img {
        max-width: 300px;
        width: 100%;
    }
    .cta-gradient-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .insights-section .slide-item {    
        opacity: 0.5 !important;
    }
    .insights-section .slide-item.slick-current.slick-active.slick-center {
        opacity: 1 !important;
    }
    .tab-inner-text {
        display: block;
    }
    .tab-inner-text .tab-left-image {
        width: 100%;
    }
    .tab-inner-text .tab-right-text {
        width: 100%;
    }
    .tab-inner-text .tab-right-text h3 {
        font-size: 30px;    
    }
    .tabing-section .coman-block-sec .coman-block h2 {
        font-size: 36px;     
    }
    .coman-block-sec .coman-block p {     
        margin-bottom: 10px;
    }
    .key-features-section.ptn-bg:before {
        width: 100%;
        background-size: contain;
    }
    .tab-right-text .cta-btn {
        margin-top: 5px;     
    }
    .inner-top-section .hero-banner-block:after {
        top: 2px;
    }
    .side-by-side-section .side-by-wrap .side-by-item-left {
        width: 100%;
        padding: 0;
        order: 2;
    }
    .side-by-side-section .side-by-bg-right {
        width: 100%;
        position: relative;
        height: 300px;
        border-radius: 20px !important;
        overflow: hidden !important;
        left: 0;
        padding: 0;
        margin-bottom: 30px;
    }
    .side-by-side-section.side-by-left-image .side-by-wrap .side-by-bg-right {
        left: 0;
    }
    .side-by-side-section.side-by-left-image .side-by-wrap .side-by-item-left {
        width: 100%;
    }
    .side-by-side-section {
        padding: 30px 0px;
        margin: 0;
    }
    .timeline-year {
        font-size: 74px;
    }
    .timeline-slide__content p {
        font-size: 18px;
    }
    .timeline-nav__item {
        margin: 42px 10px 30px 10px !important;
        font-size: 20px;
    }
    .timeline-nav.slick-initialized.slick-slider:before {
        height: 3px;        
        top: 18px;
    }
    .history_timeline {
        padding: 70px 0px 60px 0px;     
    }
    .image-video-section {
        height: 400px;         
    }
    .large-cta-section .large-block {
        padding: 30px 25px 30px 25px;        
    }
    .large-cta-section .large-block p {     
        font-size: 18px;
    }
    .large-cta-section .large-block h2 {        
        font-size: 30px;
    }
    .label-btn {
        font-size: 16px;
        padding: 7px 18px 10px 34px;
    }
    .team_titlebox h3 {        
        font-size: 24px;
    }
    .team_titlebox h5 {        
        font-size: 18px;
    }
    .teambio_info p {
        font-size: 18px;
    }
    .teambio_box {        
        gap: 20px;
        row-gap: 20px;
    }
    .teambio {
        padding: 50px 0 50px 0;     
    }
    .post-wrap .post-inner-wrap .post-right-c p {
        font-size: 18px;
    }
    .post-wrap .post-inner-wrap .post-right-c h2 {
        margin-bottom: 10px;
        font-size: 28px;
    }
    .accordion-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .accordion-section .faq-question {
        font-size: 22px;
        padding-top: 22px;
    }
    .join-section .coman-block-sec {
        width: 100%;        
    }
    .join-section {
        padding-top: 60px;
        padding-bottom: 40px;     
    }
    .join-form {
        max-width: 100%;
    }
    .inner-hero-banner .inner-hero-text-block h1 {
        font-size: 44px;
    }
    .inner-hero-banner .inner-hero-text-block {
        margin-bottom: 60px;     
    }
    .inner-hero-banner .inner-hero-text-block p {
        font-size: 20px;
    }
    p {
        font-size: 18px;
    }
    section.blog-single-post {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .alignleft {
        margin-top: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .alignright {
        margin-left: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .list-block-design ul li {
        margin-bottom: 14px;
        font-size: 18px;
    }
    .list-block-design ul {
        padding-left: 17px;
        margin-bottom: 10px !important;
    }
    .blog-content h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .map-section .coman-block-sec h2 {
        margin-bottom: 20px;
    }
    section.map-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .map-section .coman-block-sec .coman-block p {
        margin-bottom: 20px;
    }
    .post-filter-wrap .filter-wrap {
        gap: 20px;
        row-gap: 20px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .sort-wrap .sort-dropdown {
        width: 119px;
    }
    .insight-block .insight-item .insight-text h3 {        
        font-size: 24px;
    }
    .insight-block .insight-item .insight-text p {     
        font-size: 18px;
        line-height: 1.3;
    }
    .insight-block .insight-item .insight-text span {        
        padding: 11px 17px 11px 17px;
        margin-bottom: 15px;
        font-size: 16px;
    }
    .insight-block .insight-item .insight-text {
        padding: 20px 20px 9px 20px;
    }
    .insight-section-block {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    button.load-more-btn {
        padding: 15px 30px 17px 30px;
        font-size: 16px;
        margin: 40px auto 0;
    }
    .article-title h2 {        
        font-size: 36px;
    }
    .single section.blog-single-post {
        padding-bottom: 60px;     
    }
    .related-insights-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .related-insights-section .coman-block-sec .coman-block h2 {
        font-size: 38px;
    }
    .inner-hero-banner.home-hero-banner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .inner-hero-banner.home-hero-banner .inner-hero-text-block {
        margin-bottom: 0;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .blog-single-post.default-page-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .custom-slider-root .slick-active .banner-midd h3 {
        font-size: 20px;
    }
    .contact-form-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contact-form .nf-form-content nf-fields-wrap nf-field {
        float: left;
        padding: 0 0;
    }
    .contact-form .nf-form-content nf-fields-wrap {
        margin: 0 0;
    }
    .contact-form .nf-form-content .nf-field-element input, .contact-form .nf-form-content .nf-field-element textarea {
        padding: 8px 20px 8px 10px;
        font-size: 18px;
    }
    .contact-form .nf-form-content .nf-field-element textarea {
        height: 90px;
    }
    .contact-form .nf-form-wrap .submit-container .nf-field-element {
        margin-top: 10px;
    }
    .contact-form .checkbox-container .checkbox-wrap .nf-field-label label {
        font-size: 18px;
    }
    .table-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .is-table table th, .is-table table td {
        font-size: 20px;
    }
    .is-table table td {
        font-size: 18px;
    }
    .table-section .coman-block-sec .coman-block h2 {
        margin-bottom: 15px;
    }
    .list-block-design ul li:before {        
        width: 6px;
        height: 6px;
        top: 10px;
    }
    .custom-slider-root .slide {
        padding-bottom: 40px;
    }
    .stats-counters {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .full-icon-block.extended-layout .icon-links {
        width: 50%;
        margin-bottom: 30px;
    }
    .is-table {
        margin-bottom: 20px;
    }
    .header-menu .cta-btn a {
        display: none;
    }
    .coman-block-sec .view-all-coman {
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .insight-block {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .sort-wrap {
        margin-bottom: 40px;
    }
    section.inner-hero-banner.default-banner {
        height: 390px;
    }
    .cta-btn a {
        margin-right: 7px;
        margin-bottom: 10px;
    }
    .header-menu .cta-btn a {        
        margin-top: 0;
        padding-top: 12px;
        padding-bottom: 12px;
        margin-bottom: 0;
    }
    .header-menu .cta-btn {
        margin-right: 40px;
    }
    .content-mobile-btn {
        position: fixed;
        z-index: 2;
        bottom: 80px;
        left: 25px;
        display: block;
    }

    .content-mobile-btn a {
        border-radius: 10px;
        border: 1px solid #385b84;
        color: #fff;
        font-size: 18px;
        padding: 13px 14px;
        display: inline-block;
        background-color: #385b84;
        border-radius: 50%;
        width: 50px;
        height: 50px;
    }

    .content-mobile-btn a:hover {
        background-color: #1F518C;
        border-color: #1F518C;
        color: #ffffff;
    }
    .slide-accordion-section .accordion-content {
        padding: 30px 20px 10px 25px;
    }
    .accordion-item.active {
        min-height: 480px;
    }
    section#what-we-value .full-icon-block .icon-links {
        width: 100%;
    }
}

@media (max-width: 480px) {    
    h2, .h2 {
        font-size: 34px;
    }
    .tabing-section .coman-block-sec .coman-block h2 {
        font-size: 34px;
    }
    .coman-block-sec .coman-block p {
        font-size: 18px;
    }
    .coman-block .label-btn {
        margin-bottom: 15px;
        font-size: 16px;
    }    
    .custom-slider-root .custom-navigation {
        bottom: 1rem;
        right: 1rem;
    }
    .custom-slider-root .custom-arrow {
        width: 40px;
        height: 40px;
    }
    .custom-slider-root .custom-arrow svg {
        width: 18px;
        height: 18px;
    }
    .slide-accordion-section h3 {
        font-size: 32px;
    }
    .slide-accordion-section .accordion-label {
        font-size: 32px;
    }
    .slide-accordion-section p {
        font-size: 20px;
    }
    .slide-accordion-section .coman-block-sec .coman-block h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .full-icon-block .icon-links {
        width: 100%;        
        padding: 0 0;
    }
    .key-features-block {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .key-features-block .key-item h3 {     
        margin-bottom: 14px;
    }
    .mobile-header a.brand-logo {
        width: 200px;
    }
    .custom-slider-root h2, .custom-slider-root h1 {
        font-size: 28px;
        margin-bottom: 14px;
    }
    a.btn {
        padding: 11px 19px 11px 19px;
    }    
    a.btn i {
        font-size: 14px;
        margin-top: 2px;
    }    
    .custom-slider-root .banner-midd {
        top: -110px;    
    }
    .slide-accordion-section .coman-block-sec .coman-block h2 {
        font-size: 24px;    
    }
    a.view-all-btn {
        font-size: 20px;
        padding-right: 45px;
    }
    a.view-all-btn span {
        width: 37px;
        height: 37px;
        font-size: 15px;
    }
    .slide-accordion-section .coman-block-sec {
        margin-bottom: 40px;
    }
    .slide-accordion-section h3 {
        font-size: 26px;
    }
    .slide-accordion-section .accordion-label {
        font-size: 26px;
        line-height: 1.1;
    }
    .slide-accordion-section p {
        font-size: 18px;
    }
    .slide-menu .slider {        
        top: 54px;
    }
    .insights-section .card-content h3 {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .insights-section .nav-arrow {
        width: 45px;
        height: 45px;
        font-size: 15px;
    }
    .insights-section .card-image {
        height: 180px;
    }
    .faq-question {
        font-size: 22px;
    }
    .custom-slider-root .slider-container {
        height: calc(100vh - 100px);
        min-height: 613px;
    }
    .side-by-side-section .side-by-wrap .side-by-item-left h2 {
        font-size: 28px;
    }
    .history_timeline .coman-block-sec .coman-block h2 {
        margin-bottom: 15px;
    }
    .timeline-nav__item {
        margin: 37px 5px 30px 5px !important;
        font-size: 15px;
    }
    .timeline-nav__item::before {
        top: -30px;
        width: 20px;
        height: 20px;
        border: 4px solid #fff;
    }
    .timeline-slide__content {        
        padding: 10px 10px 10px 10px;
        right: 0;     
        max-width: 439px;
        border-radius: 0;
        bottom: 0;
    }
    .timeline-year {
        font-size: 55px;
    }
    .history_timeline {
        padding: 40px 0px 40px 0px;
    }
    .teambio_box {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        row-gap: 30px;
    }
    .post-clm-section .post-wrap .post-inner-wrap {
        display: block;
    }
    .post-wrap .post-inner-wrap .post-left-img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        
    }
    .post-wrap .post-inner-wrap .post-right-c {
        width: 100%;
    }
    .large-cta-section .large-block p {
        font-size: 16px;
    }
    .teambio_info p {
        font-size: 16px;
    }
    .post-wrap .post-inner-wrap .post-right-c p {
        font-size: 16px;
    }
    .join-section .coman-block-sec {     
        margin-bottom: 5px;
    }
    .coman-block-sec .coman-block p {
        font-size: 18px;
    }
    .join-form .nf-form-wrap .nf-field-container {
        margin-bottom: 22px;
    }
    .inner-hero-banner .inner-hero-text-block h1 {
        font-size: 36px;
    }    
    .blog-content h3 {
        margin-bottom: 20px;
    }
    h4, .h4 {
        font-size: 22px;
    }
    .list-block-design ul li {
        font-size: 16px;
    }
    h3, .h3 {
        font-size: 24px;
    }
    .blog-content h2 {
        font-size: 34px;
        margin-bottom: 16px;
    }
    .post-clm-section {
        padding-top: 60px;
        padding-bottom: 110px;
    }    
    .cta-btn a {     
        margin-bottom: 10px;
    }
    .insights-section .card-content {     
        min-height: 163px;
    }
    
    .article-title h2 {        
        font-size: 32px;     
    }
    .article-title {
        margin-bottom: 25px;
    }
    .article-social .article-meta {
        width: 100%;
        margin-bottom: 20px;
    }
    .article-social ul.social-share {
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        width: 100%;
    }
    .article-social {
        padding: 25px 0 25px;
        margin-bottom: 30px;
    }
    .article-social .article-meta {        
        font-size: 22px;
    }
    .source-block .source-wrap {     
        width: 100%;
        margin-bottom: 20px;
    }
    .source-block .source-wrap a.back-btn {
        float: none;
    }
    .source-block .source-wrap p {
        font-size: 22px;
        margin-bottom: 4px;
    }
    .source-block .source-wrap span {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .related-insights-section .coman-block-sec .coman-block h2 {
        font-size: 34px;
    }
    .key-features-block {     
        row-gap: 25px;
    }
    .wide-img .tab-left-image img {
        height: 260px;             
    }
    .custom-slider-root .banner-midd h3 {
        margin-bottom: 40px;     
    }
    .full-icon-block.extended-layout .icon-links {
        width: 100%;
        margin-bottom: 20px;
    }
    .header-menu .cta-btn a {
        display: none;
    }
    .accordion-item.active {
        min-height: 500px;
    }
    .slide-accordion-section p {     
        line-height: 1.25;
    }
}
