@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro ExtraLight Az.otf');
  font-weight: 200;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro ExtraLight Italic Az.otf');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro UltraLight Az.otf');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro UltraLight Italic Az.otf');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro Light Az.otf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro Light Italic Az.otf');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro Regular Az.otf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro Italic Az.otf');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro Medium Az.otf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro Medium Italic Az.otf');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro SemiBold Az.otf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro SemiBold Italic Az.otf');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro Bold Az.otf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro Bold Italic Az.otf');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro Black Az.otf');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro Black Italic Az.otf');
  font-weight: 900;
  font-style: italic;
}

*{
	font-family: "Sofia Pro", sans-serif;
    margin: 0;
        -webkit-font-smoothing: antialiased;
 }
 .navbar-brand {
 
     display: flex;
      align-items: center;
      left: 0;
    justify-content: center;
    background: #fff; 
     border-bottom-right-radius: 15px;
    z-index: 5;
    height:  50px;
    width: 200px;
}
.navbar{
    background: #f7f9fc;
	  padding: 0px;
    position: fixed;
    height: 90px;
    width: 100%;
}
 
.nav-link{ 
	 transition: transform 0.4s ease, color 0.4s ease; 
}  

 
.header {
    width: 100%;
    position: fixed;
    z-index: 101;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
}
.header .brand {
    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;
    background: #fff;
    padding: 40px;
    border-bottom-right-radius: 15px;
    position: relative;
    z-index: 5;
}

.header .brand img {
width: 260px;
}

.header .header-content {
    width: 100%;
    height: 90px;
    background: #f7f9fc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .nav-left, .header .nav-right {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .nav-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 20px;
}
@media (min-width: 992px) {
    .nav-pri {
        display: inline-block !important;
    }
}
 

.nav-pri ul {
    margin: 0;
    padding: 0;
}
.nav-pri>ul>li.menu-item-has-children {
    position: relative;
}
.nav-pri>ul>li {
    display: inline-block;
    margin: 0 15px;
}
.nav-pri li {
    list-style: none;
}
.nav-pri>ul>li.menu-item-has-children>a {
    padding-right: 20px;
}

.nav-pri>ul>li>a {
    display: block;
    color: #141e30;
    font-size: 17.5px;
    font-weight: 400;
    letter-spacing: .05em;
}
.nav-pri>ul>li.menu-item-has-children>a:after {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url('../images/arrow.svg');
    background-position: 50%;
    background-size: cover;
    position: absolute;
    top: 40%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: all .2s ease-in-out;
}
.nav-pri>ul>li>ul {
    width: calc(100% - 270px);
    background: #f7f9fc;
    padding: 25px 25px 50px 25px;
    border-top: 2px solid #e5e5e5;
    transition: all .2s ease-in-out;
    position: fixed;
    top: 90px;
    left: 270px;
    z-index: 4;
    opacity: 0;
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap to next line */
    justify-content: flex-start; /* Align items to the start */
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.dropdown-menu {
  background: #f7f9fc;
  padding: 20px 20px 10px;
  border-top: 2px solid #e5e5e5;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  margin-top: 10px; /* prevent sticking to button */
  border: none;
  display: block !important;
}

/* Show dropdown (Bootstrap adds 'show' class) */
.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Dropdown items */
.dropdown-menu .dropdown-item {
  padding: 10px 12px;
  border-radius: 6px;
  font-weight: 500;
  color: #333;

  transition: all 0.2s ease;
}
p{
        font-size: 1.1rem;
}
/* Hover effect */
.dropdown-menu .dropdown-item:hover {
  background-color: #e0eafc;
  color: #007bff;
}

.nav-pri > ul > li.menu-item-has-children.toggled a::after {
    transform: translateY(-50%) rotate(-180deg);
}

/* Default state for submenu (hidden) */
.nav-pri .sub-menu {
   
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s ease-in-out;
}

/* Arrow icon rotation */
.menu-services a::after {
    transition: transform 0.2s ease-in-out;
}

.menu-services.toggled a::after {
    transform: translateY(-50%) rotate(180deg);
}

a.button:hover{
background: #79939c;
}
/* When menu is toggled */
.menu-services.toggled .sub-menu {
  
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.nav-pri>ul>li>ul>li {
    width: 25%; /* Change to 25% for 4 items per line */
     border-right: 1px solid #e5e5e5;
    padding: 1.5% 2%;
    box-sizing: border-box; /* Include padding in width calculation */
}

/* Remove right border from every 4th item to prevent extra border */
.nav-pri>ul>li>ul>li:nth-child(4n) {
    border-right: none;
}

.nav-pri>ul>li>ul>li>a {
    color: #141e30;
     font-size: 17px;
    font-weight: 500;
}
.nav-pri>ul>li>ul>li:hover {
    background-color: #f1ac383b; /* Light blue background on hover */
    transform: translateY(-3px); /* Slight lift effect */
    box-shadow: 0 5px 15px rgba(0,0,0,0.1); /* Shadow on hover */
 cursor: pointer;
}
.nav-pri>ul>li>ul>li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 7%;
    width: 85%;
    height: 1px;
    background: #e5e5e5; /* Blue accent color */
    border-radius: 3px;
}
.nav-pri>ul>li>ul .nav-icon {
    margin-bottom: 15px;
}
.nav-pri>ul>li>ul .nav-icon img {
    width: auto;
    height: auto;
    max-width: 40px;
    max-height: 40px;
}
.nav-pri li {
    list-style: none;
}
nav li {
    list-style: none;
}
 
a {
    color: #38b3ea;
    text-decoration: none;
    background-color: transparent;
}
.header .nav-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    /* justify-content: flex-end; */
    min-width: 300px;
    text-align: right;
}
.header .phone-mobile {
    color: #141e30;
    display: inline-block;
    margin-right: 25px;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
}
svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
}
 
.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.header .phone {
    color: #141e30;
      font-size: 17px;
    font-weight: 500;
    display: inline-block;
    margin: 20px 25px;
}
.nav-lang ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}
.nav-lang li {
    display: inline-block;
    margin: 0 10px;
    line-height: 1;
}
nav li {
    list-style: none;
}
ul .wpml-ls-menu-item a {
    display: flex;
    align-items: center;
          transition: all .2s ease-in-out;;

}

ul .wpml-ls-menu-item a:hover{
    background: #F1AC38;
    color: white;
}
 .nav-pri>ul>li>a:hover{
    color: #F1AC38;
 }
 .phone-rotator {
      
      transition: opacity 0.5s ease;
    }

    .hidden {
      opacity: 0;
    }
.nav-lang a {
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #141e30;
        font-size: 17px;
    font-weight: 500;
    line-height: 1;
    border-radius: 50%;
    border: 1px solid #F1AC38;
}
.portal-button:hover {
background: #F1AC38;
border-color: #F1AC38;
}
.portal-button {
    border: 1px solid #588CB7;
    background: #588CB7;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 0 !important;
}
.portal-button a {
       padding: 5px 8px 2px;
    color: #fff !important;
}
.nav-pri ul {
    margin: 0;
    padding: 0;
}
.nav-toggle {
    width: 30px;
    height: 16px;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;
    margin-right: 25px;
}
.nav-toggle span:first-child {
    top: 0;
}
.nav-toggle span {
    display: block;
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background: #588CB7;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    z-index: 3;
}

.nav-toggle span:nth-child(2), .nav-toggle span:nth-child(3) {
    top: 7px;
    height: 3px;
}
.nav-toggle span {
    display: block;
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background: #588CB7;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    z-index: 3;
}
.nav-toggle span:nth-child(2), .nav-toggle span:nth-child(3) {
    top: 7px;
    height: 3px;
}
.nav-toggle span {
    display: block;
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background: #588CB7;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    z-index: 3;
}
.nav-toggle span:nth-child(4) {
    top: 14px;
}
.nav-toggle span {
    display: block;
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background: #588CB7;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    z-index: 3;
}

.nav-mobile, .nav-mobile:before {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
}
.nav-mobile {
    bottom: 100%;
    z-index: 100;
    overflow: auto;
}

.nav-mobile{
            transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1); /* smoother easing */

        padding-top:100px ;

}
.nav-mobile:before {
    content: "";
    top: 0;
    z-index: 0;
    background: #f7f9fc;
}
.nav-mobile .menu>li {
    list-style: none;
    display: block;
    margin: 30px 0;
    text-align: left;
}

    .nav-mobile a {
        font-size:16px;
    }
    .nav-mobile a {
    color: #141e30;
    font-size: 20px;
    font-weight: 300;
    line-height: 1em;
    display: block;
 }
.nav-mobile .menu>li>.sub-menu>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #141e30;
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-top: 1em;
}

.nav-mobile .menu>li>.sub-menu .nav-icon {
    margin-right: 25px;
}
.nav-mobile .menu>li>.sub-menu .nav-icon img {
    width: auto;
    height: auto;
    max-width: 40px;
    max-height: 40px;
}

.nav-mobile .menu>li>.sub-menu>li>ul {
    margin-left: 65px;
}
.nav-mobile li {
    list-style: none;
}
    .nav-mobile .menu>li>.sub-menu>li>ul a {
        font-size: 12px;
        display: inline-block;
    margin-top: 1em;
    }
 
@media (max-width: 991.98px) {
    .nav-mobile .nav-mobile-content {
        padding: 0px;
    }
}
.nav-mobile .nav-mobile-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 3;
     overflow: scroll;
}
.nav-mobile ul {
    font-size: 0;
}
.nav-mobile .menu>li {
    list-style: none;
    display: block;
    margin: 30px 0;
    text-align: left;
}
.nav-mobile .portal-button {
    text-align: center !important;
}
.nav-mobile li {
    list-style: none;
}
.page-home .page-header {
    padding: clamp(8rem, 15vw, 10rem) 0;
    padding-top: 25vh;
}

.page-home .page-header-2 {
    padding: clamp(8rem, 1vw, 10rem) 0;
    padding-top: 20vh;

}

   
.page-header {
    position: relative;
   

     background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    min-height: 415px;
    padding: 90px 0;
}

}
.page-home .page-header .subhead {
    font-weight: 400;
    margin-bottom: .25em;
    font-size: 25px;
}
.subhead.subhead-white {
    color: #fff;
       

}

.subhead {
    color: #c31e1c;
    font-family: Lato, sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.2em;
    margin: 0;
}
.cta li{
    font-size: 18px;
        line-height: 1.4em;

}
.cta .subhead {
    margin-bottom: 1em;
}
.page-header.subhead {
    color: #c31e1c;
    font-family: Lato, sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.2em;
    margin: 0;
}


.page-home .page-header .title {
    line-height: 1em;
}
.page-header .title {
    margin-bottom: .25em;
}
.title.title-white {
    color: #fff;
}
.title.title-huge {
    font-size: 80px;
}
.title.title-medium{
    font-size: 55px;
    line-height: 1.2!important;

}

.title {
    font-family: Lato, sans-serif;
    color: #141e30;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2em;
    font-style: normal;
    margin: 0 0 1em;
}
.title-with-line.title-with-line-big .title-2 {
    padding-left: 300px;
}
.title-with-line .title-2 {
    position: relative;
    padding-left: 175px;
    display: block;
}

.page-header .header-pdf {
    background: #fff;
    border-top-left-radius: 15px;
    padding: 25px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 30;
    max-width: 450px;
}
.page-header .page-header-text {
    opacity: .75;
    margin-left: 300px;
    max-width: 60%;
    font-size: 25px;
}
.page-header .page-header-content {
    position: relative;
    z-index: 2;
}
.title-with-line .title-2:before {
    content: "";
    width: 150px;
    height: 10px;
    background: #F1AC38;
    position: absolute;
    top: 55%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.title-with-line.title-with-line-big .title-2:before {
    width: 250px;
    height: 15px;
}

.page-home .page-header .title-2:before {
    background: #fff;

}

  .advantages {
    margin: 100px 0;
}
.advantages .nb {
    color: #F1AC38;
;    font-family: Lato, sans-serif;
    font-size: 9rem;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
}
  .advantage .advantage-title {
    margin-bottom: 3em;


}
.advantage .icon{
        font-size: 3rem;   
         color: #588cb7;
         font-weight: bold;
    font-family: Lato, sans-serif;
}
 
.text.text-black, .text p.text-black, a.text-black, address.text-black, dd.text-black, dt.text-black, li.text-black, p.text-black, td.text-black, th.text-black {
    color: #000;
    opacity: 1;
}
.text.text-bigger, .text.text-bigger a, .text.text-bigger li, .text.text-bigger p, .text p.text-bigger, .text p.text-bigger a, .text p.text-bigger li, .text p.text-bigger p, a.text-bigger, a.text-bigger a, a.text-bigger li, a.text-bigger p, address.text-bigger, address.text-bigger a, address.text-bigger li, address.text-bigger p, dd.text-bigger, dd.text-bigger a, dd.text-bigger li, dd.text-bigger p, dt.text-bigger, dt.text-bigger a, dt.text-bigger li, dt.text-bigger p, li.text-bigger, li.text-bigger a, li.text-bigger li, li.text-bigger p, p.text-bigger, p.text-bigger a, p.text-bigger li, p.text-bigger p, td.text-bigger, td.text-bigger a, td.text-bigger li, td.text-bigger p, th.text-bigger, th.text-bigger a, th.text-bigger li, th.text-bigger p {
    font-size:1.3rem;
}
.title {
     color: #141e30;
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 1.2em;
    font-style: normal;
    margin: 0 0 1em;
}
.text-secondary{
    color: rgba(0, 0, 0, .5);
}
 .services {
    padding:  0px 80px;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}
.service-featured{
    width: 100%;
}
.page-home .partners .tech-stack-container1 {
   
   
  
}

 .awards{
    background: #f7f9fc;
    padding: 100px 0px;
    margin: 0 !important;
}

 .blogs-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 3;
    padding:50px 50px 50px;
}

 .service .service-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 3;
    padding: 100px 50px 50px;
}
.service .icon, .service .icon-red,.service .icon-white {
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: all .2s ease-in-out;
}
.service .icon {
    width: 45px;
    height: 45px;
    top: 30px;
    right: 30px;
    z-index: 2;
}
.service.service-featured .title {
    margin-bottom: 1em;
}
 .service {
   
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;  background: radial-gradient(circle at 30% 40%, rgba(88, 140, 183, 0.4), rgba(88, 140, 183, 0.2), transparent 70%);
    border-radius: 20px;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
    position: relative;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

  .blogs .blog {
   
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
      background: radial-gradient(circle at 30% 40%, rgba(88, 140, 183, 0.4), rgba(88, 140, 183, 0.2), transparent 70%);    border-radius: 20px;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
    position: relative;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.service .title {
    margin-bottom: .5em;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 1em;
}
.service .text {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
 .service .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.service.service-featured .button {
    margin-top:50px;
}

.service:hover {
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#F1AC38), to(#ff771c));
    background: -webkit-linear-gradient(top, #F1AC38, #ff771c);
    background: -o-linear-gradient(top,#F1AC38 0,#ff771c 100%);
    background: linear-gradient(180deg, #F1AC38, #ff771c);
}


.service:hover .icon {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
  .icon-red {
 opacity: 1;
   } 
   .icon-white {
    opacity: 0;
   } 
  .service:hover .icon-red {
    opacity: 0;
}
  .service:hover .icon-white {
    opacity: 1;
}

 .service:hover .text, .service:hover .title {
    color: #fff;
}
 .service:hover .text,  .service:hover .title {
    color: #fff;
}
  .service:hover .button {
    background: #fff;
    color: #F1AC38;
}
.service .icon-red,   .service .icon-white {
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: all .2s ease-in-out;
}
img {
    max-width: 100%;
    height: auto;
}
  .service .icon {
    width: 45px;
    height: 45px;
    top: 30px;
    right: 30px;
    z-index: 2;
}
.btn, .button, .next-button a, a.button, input[type=submit] {
    background: #588cb7;
    font-family: sofia-pro, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: .05em;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    border-radius: 25px;
    border: 2px solid transparent;
    padding: 1em 2em;
    margin: 1em 0 0;
    position: relative;
}


 .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.text, .text p, a, address, dd, dt,   p, td, th {
    color: rgba(0, 0, 0, .5);
 
    font-weight: 400;
    line-height: 1.3em;
}
.advantages{
        position: relative;
         overflow: hidden;
}
 .advantages:before {
    content: "";
    width: 500px;
    height: 500px;
    background-image: url('../images/side.svg');
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;
    right: -200px;
    z-index: -1;
}
 
.slick-dots li button{
    margin-right: 20px;
}
.slick-dots li button:before {
    content: ''; /* Remove the bullet character */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    width: 30px; /* Width of inactive dots */
    height: 4px; /* Height of inactive dots */
    background-color: black;
    opacity: 0.25;
    border-radius: 2px; /* Rounded corners */
    transition: all 0.3s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li,.slick-dots {
    list-style: none;
}
/* Active dot style */
.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #588cb7; /* Red color for active dot */
    transform: translate(-50%, -50%) scale(1);
    width: 30px; /* Slightly wider when active */
    height: 6px; /* Slightly taller when active */
}

/* Hover/focus state */
.slick-dots li button:hover:before, 
.slick-dots li button:focus:before {
    opacity: 0.5;
}

/* Adjust button container to prevent clipping */
.slick-dots li button {
    width: 40px; /* Should be at least as wide as your largest dot */
    height: 20px;
    padding: 0;
}

.custom-arrows {
  position: absolute;
  top: 90px;
  right: 105px;
  z-index: 10;
  display: flex;
  margin-top: 10px;
}
 
    .blogs {
  position: relative;
   background-size: 280px 260px;
  background-repeat: no-repeat;
  background-position: top left;
  overflow: hidden;
  padding-top:100px ;
  padding-bottom: 100px;
}
 
 
.custom-arrows button {
     background: #588CB7;
    color: #fff;
    border: none;
    width: 50px;
    height: 44px;
  display: flex;
  align-items: center;

  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  transition: background 0.3s ease;
}

.custom-arrows i{
       font-size: 30px;
}
.custom-arrows button:hover {
  background: #444;
}

.custom-arrows .prev-arrow {
  border-radius: 8px 0 0 8px;
}

.custom-arrows .next-arrow {
  border-radius: 0 8px 8px 0;
  border-left: 1px solid #588CB7;
}

.testimonials {

    position: relative;
    z-index: 2;
    overflow: hidden;
    margin: 20px;
    padding: 100px 50px 50px;
}
.testimonials:before {
    content: "";
    width: 100%;
    height: 80%;
    background-image: url('../images/testimonial.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 20px;
}  
.testimonials .swiper-buttons .swiper-button-next, .testimonials .swiper-buttons .swiper-button-prev {
    top: 30px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: all .2s ease-in-out;
}
.testimonials .swiper-button-next, .testimonials .swiper-button-prev {
    width: 60px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.testimonials .swiper-button-prev:after {
    background-image: url('../images/arrow-right.svg');
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


.testimonials .swiper-button-next:after, .testimonials .swiper-button-prev:after {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    font-size: 0;
}

.testimonials .swiper-buttons .swiper-button-next, .testimonials .swiper-buttons .swiper-button-prev {
    top: 30px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: all .2s ease-in-out;
}
.testimonials .swiper-button-next, .testimonials .swiper-button-prev {
    width: 60px;
}
.testimonials .testimonial {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.testimonials .testimonial .logo {
    margin-bottom: 20px;
    height: 65px;
}

.testimonials .testimonial .logo img {
    width: auto;
    height: auto;
    max-width: 250px;
    max-height: 50px;
}
.testimonials .container {
    position: relative;
    z-index: 2;
}
.testimonials .testimonial-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}
.testimonials .testimonial-contact .image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-right: 15px;
    display: inline-block;
}
.title.title-smallest {
    font-size: 20px;
}
.title.title-small {
    font-size: 13px;
}
.testimonials .swiper-button-next:after {
    background-image: url('../images/arrow-right.svg');
}


.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);

}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex
;
    transition-property: transform;
    box-sizing: content-box;
}
.testimonials .swiper {
    padding: 10px;
}
.testimonials .swiper-button-next:after, .testimonials .swiper-button-prev:after {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    font-size: 0;
}
.partners{
    padding: 100px 0px;
}
.award-title {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.award-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
 
  height: 10px;
  background-color: #F1AC38;
 }
.page-home .partners .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    border-left: 1px solid #e5e5e5;
}

.page-home .partners .logos .logo {
    display: inline-block;
    margin: 30px;
}
.page-home .partners .logos img {
    max-height: 90px;
    max-width: 180px;
}





.cta, .subscribe {
   background: linear-gradient(to bottom, #588cb7 0%, #588cb7 40%, #f1ac38 100%);
    margin: 20px;
    border-radius: 20px;
    position: relative;
}
.cta {
    padding: 75px 50px;
}


.cta-new {
    padding: 61px 50px;
}


.footer-soical-wrapper {
    grid-column-gap: 12px;
 
    align-items: center;
    display: flex;
}
.footer-soical-bg {
    z-index: -1;
    opacity: 0;
    background-color: #F1AC37;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
       transform: scale3d(0, 0, 1);
  transform-style: preserve-3d;
  transition: transform 0.2s ease, opacity 0.3s ease;
}
.footer-soical:hover .footer-soical-bg {
  transform: scale3d(1, 1, 1);
  border-color: white!important;
  opacity: 1;
}
.footer-soical {
    z-index: 1;
    border: 1px solid #fdfdf533;
    border-radius: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    font-size: 20px;
    height: 40px;
    display: inline-flex;
    position: relative;
}
.footer-soical::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #F1AC37;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.footer-soical:hover::before {
  animation: flash-border 0.4s ease forwards;
}


.gform_body .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gform_fields {
    position: relative;
}
.footer-menu-text:hover{
color: #F1AC37!important;
}
.btnSubmit{
    background: transparent;!important;
    color: black!important;

}
.gform_body .gfield .gfield_label.active {
    top: 10px;
    left: 10px;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    font-size: 10px!important;

}
 
.gform_body .gfield .gfield_label {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 1;
    margin: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: all .2s ease-in-out;
}
.form-white form .gfield_label, .form-white form label {
    color: #fff;
}
 

.form-white form .ginput_container_fileupload, .form-white form .select2 .select2-selection, .form-white form input[type=date], .form-white form input[type=email], .form-white form input[type=file], .form-white form input[type=number], .form-white form input[type=password], .form-white form input[type=search], .form-white form input[type=tel], .form-white form input[type=text], .form-white form select, .form-white form textarea {
    color: #fff;
    background: hsla(0, 0%, 100%, .15);
}

form .ginput_container_fileupload, form .select2 .select2-selection, form input[type=date], form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=search], form input[type=tel], form input[type=text], form select, form textarea {
    font-family: sofia-pro, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em !important;
    color: #141e30;
    background: rgba(0, 0, 0, .05);
    width: 100%;
    padding: 20px;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 2px solid transparent;
    border-radius: 10px;
    display: block;
    margin: 0;
}

.gform_body .gfield {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
.gfield {
    margin-bottom: 5px;
}



.form-white form .gfield_label, .form-white form label {
    color: #fff;
}
form label {
    color: #1f1f1f;
    font-family: sofia-pro, sans-serif;
    font-size: 15px!important;
    font-weight: 700;
    line-height: 1em!important;
    margin: 0 0 15px!important;
    display: block;
}

 @media (min-width: 768px) {

    .gform_body .gfield--width-half {
        width: calc(50% - 5px);
    }
        
    .gform_body .gfield-margin-left {
    margin-left: 0!important;
}
.gform_body .gfield--width-half+.gfield--width-half {
        margin-left: 10px;
    }
}

footer *{
      color: #141e30;
}
footer {
    padding: 75px 0;

}
.footer-menu-text{
    color: #141e30;
        transition: all .2s ease-in-out;
}

.footer-head{
 
    display: inline-block;
    font-family: Lato, sans-serif;
    color: #141e30;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 1em;
    font-size: 28px;
    white-space: nowrap;

}
  .approach {
    background: #f7f9fc;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

  .approach:before {
    content: "";
    width: 100%;
    height: 100%;
     background-size: contain;
    background-position: 100% 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: .3;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: all .2s ease-in-out;
    background-blend-mode: overlay;
}
.approach:after {
    content: "";
    width: 1000px;
    height: 1000px;
    background-image: url('../images/side.svg');
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 40%;
    left: 70%;
    z-index: 1;
}
.wysiwyg.bullets-linked ul {
    margin: 20px 0;
    padding: 0;
}

.wysiwyg.bullets-linked li {
    position: relative;
    padding-left: 30px;
    list-style-type: none;
    line-height: 1.2em;
    margin-bottom: 1em;
    font-size: 20px;
}

.wysiwyg.bullets-linked li:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    border: 2px solid #f1ac37;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 2;
}

.wysiwyg.bullets-linked li:not(:last-child):after {
    content: "";
    width: 2px;
    height: calc(100% + 1em);
    background: rgba(0, 0, 0, .2);
    position: absolute;
    top: 10px;
    left: 7.5px;
    z-index: 1;
}
.bullets-linked li:not(:last-child):after {
    content: "";
    width: 2px;
    height: calc(100% + 1em);
    background: rgba(0, 0, 0, .2);
    position: absolute;
    top: 10px;
    left: 7.5px;
    z-index: 1;
}

.approach blockquote {
    margin: 5em 10em 5em 0;
    border-left: 10px solid #f1ac37;
    padding: 2em 4em;
}

.wysiwyg blockquote p {
    font-family: Lato, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #141e30;
    margin-bottom: 0;
}

.join {
    background-image: url('../images/bg2.jpg');
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 150px 50px;
    margin: 20px;
    border-radius: 20px;
    position: relative;
}
.join .container {
    position: relative;
    z-index: 3;
}
 .advantages .advantage .icon {
    margin-bottom: 25px;
}
 .advantages .advantage .icon img {
    width: auto;
    height: auto;
    max-width: 50px;
    max-height: 50px;
}
.join:before {
    content: "";
    width: 25%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(20, 30, 48, 0)), to(#141e30));
    background: -webkit-linear-gradient(left, rgba(20, 30, 48, 0), #141e30);
    background: -o-linear-gradient(left,rgba(20,30,48,0) 0,#141e30 100%);
    background: linear-gradient(90deg, rgba(20, 30, 48, 0), #141e30);
    position: absolute;
    top: 0;
    right: 75%;
    z-index: 2;
}


.wysiwyg1 ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: none;
    background-image: url('../images/arrow-right-about.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 18px;
    width: 18px;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

  .block-numbered {
    margin: 100px 0;
}
  .block-numbered .numbered-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
}
  .block-numbered .number {
    font-family: Lato, sans-serif;
    color: #F1AC37;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    margin-right: 1em;
}
.wysiwyg1 ul {
    padding-left: 0;
}
  .wysiwyg1 ul li {
    padding-left: 3em;
        color: rgba(0, 0, 0, .5);
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3em;
 
}
.wysiwyg1 ul li {
    position: relative;
    padding-left: 2em;
    list-style-type: none;
    margin-bottom: 1em;
}


.page-header .contact-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}
.page-contact .page-header .contact-wrap .contact-info {
    width: 50%;
    display: inline-block;
}
.page-header .contact-info {
    margin-bottom: 30px;
}
.page-header .contact-wrap .contact-info {
    width: 50%;
    display: inline-block;
}
.socials {
    margin-top: 30px;
}
.socials .social {
    width: 40px;
    height: 40px;
    margin: 5px 5px 5px 0;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-contact a:hover{
    text-decoration: underline!important;
}
.socials svg {
    color: #c31e1c;
  
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
}
  
 .text-bigger1{
        font-size: 1.5rem;
 }
.title.title-white {
    color: #fff;
}
.title.title-smaller {
    font-size: 1.5rem;
}
.lifestyle-item .icon img {
    width: auto;
    height: auto;
    max-width: 60px;
    max-height: 60px;
}

.custom-file-upload {
  position: relative;
  border: 2px dashed #ccc;
  padding: 13px;
  text-align: center;
  border-radius: 8px;
  transition: 0.3s;
  background-color: transparent;
}

/* Hover effect */
 
/* Hide the default file input */
.custom-file-upload input[type="file"] {
  display: none;
}

/* Label styled like a button */
.custom-file-label {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f1ac37;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.2s ease;
}

 

/* File name display */
.file-name {
  margin-top: 10px;
  font-size: 14px;
  color: white;
}

 .lifestyle {
    margin: 100px 0;
}

.subhead.subhead-grey {
    color: rgba(0, 0, 0, .5);
    font-size: 25px;
}
.lifestyle-item {
    background: #fff;
    padding: 40px;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    border-radius: 20px;
    margin: 15px 0;
}

.lifestyle-item .icon {
    margin-bottom: 15px;
}
.hub-news {
    background: #f7f9fc;
    padding: 100px 0;
}

@media (min-width: 992px) {
     .hub-news .hub-news-article {
        margin: -50px 0 30px;
    }
    .hub-news .col-news:nth-child(3n-1) .hub-news-article {
        margin-top: 30px;
    }
}
  .hub-news .hub-news-article {
    display: block;
    border-radius: 20px;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
}
  .hub-news .hub-news-image {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
  .hub-news .hub-news-content {
    padding: 30px;
    position: relative;
    background: #fff;
   border-radius: 20px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: all .2s ease-in-out;
}

 .hub-news-article:hover .hub-news-content {
    background: #f1ac37;
}
 .hub-news-article:hover .date, .hub-news .hub-news-article:hover .text {
    color: #fff!important;
}
.hub-news-article:hover .arrow {
    right: 15px;
}
  .hub-news .text {
    display: block;
}
  .hub-news .date {
    display: block;
    color: #588cb7;
    margin-bottom: 0;
}
  .hub-news span {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: all .2s ease-in-out;
}
.hub-news .hub-news-title {
    display: block;
    margin-bottom: .5em;
    font-weight: 700;
}
.hub-news .excerpt {
    max-width: 80%;
}
.hub-news .hub-news-content .arrow {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: all .2s ease-in-out;
}
  .single-wrap {
    position: relative;
    z-index: 3;
}
  .single-wrap *{
    color: rgba(0,0,0,.75)!important;
  }
  .single-content {
    background: #fff;
    padding: 100px;
    border-radius: 20px;
    margin-top: -50px;
}
.single-content .text-big *{
     font-size: 1.2rem;
}
.text-big{
    
    font-size: 1.1rem;

}
.team-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.team-member .team-member-image {
    width: 50px;
    border-radius: 50%;
    margin-right: 20px;
}
.team-member .team-member-title {
    margin-bottom: 0;
}
.title.title-tiny {
    font-size: 1rem;
}
.team-member .team-member-position {
    margin-bottom: 0 !important;
}

@media (max-width: 1199.98px) {
.text-bigger{
    font-size: 15px!important;
}
     .hub-news .hub-news-article {
        margin: 15px 0;
    }
        .subhead {
        font-size: 2rem!important;
    }
    .cta-new,.cta-new1{    background: #588cb7!important;
}
  .single-content {
        margin-top: -30px;
        padding: 30px 15px;
    }
 .cta-new .button{
    background: #f1ac37;
     font-size: 13px!important;
 }
    .cta,.cta-new{
        padding: 50px 0px;
    }
    .cta li{
        font-size: 15px;
    }
    .custom-arrows {
        display: none;
    }
    .header .brand {
        padding: 35px;
    }
    .services{
        padding:0px 0px!important;
    }
    .nav-pri>ul>li {
        margin: 0 10px;
    }
    .nav-pri>ul>li>a {
        font-size: 16px;
        letter-spacing: 0;
    }
   .nav-lang a {
        font-size: 15px;
    }
    .header .phone {
        margin: 20px;
    }
    .header .brand img {
        width: 260px;
    }
    .header .nav-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
 
    min-width: auto;
    text-align: right;
}
  .advantage .advantage-title {
    margin-bottom: 1em;
 
}


.advantages .nb {
 
    font-size: 5rem;
}
.title-nb{
    font-size: 1.5rem;
}
.advantage .icon{
    font-size: 2rem;
}
.advantage-title{
    font-size: 1.2rem!important;
}
    .page-home .page-header {
        padding: 153px 0;
    }

        .page-header .subhead {
        font-size: 18px;
    }
        .title.title-huge {
        font-size: 50px;
    }
        .title-with-line.title-with-line-big .title-2 {
        padding-left: 250px;
    }
        .title-with-line.title-with-line-big .title-2:before {
        width: 200px;
        height: 13px;
    }
        .page-header .page-header-text {
        margin-left: 250px;
        max-width: 70%;
        font-size:18px;
    }
        .page-header .header-pdf {
        max-width: 425px;
    }
        .page-header .header-pdf {
        padding: 21.25px 42.5px;
    }
     .testimonials .swiper {
    padding: 0px!important;}

    .testimonials .tech-stack-item{
        padding: 0px 25px!important;
    }
    .testimonials .tech-stack-item img{
    width: 50px!important;
    height: 50px!important;
}
.partners{
    padding-top:50px ;
    padding-bottom: 50px;
}
.section-header{
    margin-bottom: 0px;
}
}

@media (max-width: 991.98px) {
    .header-pdf{
        font-size: 12px;
    }

        .testimonials .swiper-button-next, .testimonials .swiper-button-prev {
        width: 40px;
        font-size: 12px;
    }
   
    .header .brand {
        padding: 16px 30px;
        border-bottom-right-radius: 0;
    }
      .page-home .page-header {
       min-height: auto!important;
    }
    .header .brand img {
        width: 130px;
    }
        .nav-pri {
        display: none;
    }
        .nav-pri>ul>li {
        margin: 0 2px;
    }
        .nav-lang a {
        font-size: 14px;
    }
        .nav-toggle {
        display: inline-block;
    }
        .testimonials .swiper-button-next, .testimonials .swiper-button-prev {
        width: 50px;
        bottom: -40px!important;
        top: unset!important;
    }
        .testimonials .testimonial {
        padding: 28px;
    }

    .testimonials{
        padding:50px 20px 50px;
    }
  .subhead {
        font-size: 1.5rem!important;
    }
 
     .testimonials .swiper {
    padding: 0px!important;}
.nav-toggle.toggled {
    z-index: 8;
}
.nav-toggle.toggled span:first-child {
    top: 10px;
    width: 0;
    left: 50%;
}
.nav-toggle.toggled span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-toggle.toggled span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav-toggle.toggled span:nth-child(4) {
    top: 10px;
    width: 0;
    left: 50%;
}
    .page-header .header-pdf {
        padding: 17.5px 35px;
    }
      .page-header .page-header-text {
        margin-left: 200px;
        max-width: 80%;
        font-size: 16px;
    }
        .title-with-line.title-with-line-big .title-2:before {
        width: 150px;
        height: 11px;
    }
        .title-with-line.title-with-line-big .title-2 {
        padding-left: 200px;
    }
        .title.title-huge {
        font-size: 35px;
    }
    .page-home .page-header .subhead {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .page-home .page-header .subhead {
        font-size:14px;
    }
     
    .page-home .page-header .title {
    line-height: 1.2em;
}
    .title-with-line.title-with-line-big .title-2 {
        padding-left: 150px;
    }
    .title-with-line.title-with-line-big .title-2:before {
        width: 100px;
        height: 9px;
    }
        .page-header .page-header-text {
        margin-left: 150px;
        margin-top: 20px;
        max-width: 90%;
        font-size: 14px;
    }
        .page-header .header-pdf {
        max-width: 375px;
    }
        .page-header .header-pdf {
        padding: 13.75px 27.5px;
    }

}


@media (max-width: 700px) {
    .header .brand img {
        width: 110px;
    
    }
  .subhead {
        font-size: 1.2rem!important;
    }
    .title{
        font-size: 30px;
    }
        .nav-mobile a {
        font-size: 18px;
    }
.header .phone {
    display: none;
}
        .header .brand {
        padding: 16px 10px;
    }
}
@media only screen and (max-width: 1375px) {
    .header .phone {
        margin: 20px;
    }
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

}
    @media (max-width: 576px) {
    .page-home .page-header {
        padding-left: 0px;
        padding-right: 0px;
    }
    .block-numbered .number {
        font-size: 2rem;
        margin-right: 20px;
    }
  .block-numbered {
        margin: 40px 0;
    }
        .text, .text p, a, address, dd, dt, li, p, td, th {
        font-size: 1rem!important;
    }
    .wysiwyg blockquote p {
        font-size: 1rem!important;
    }
    .approach blockquote {
        margin: 10px 0;
        padding: 20px 0 10px 10px;
    }
        .title-with-line .title-2:before {
        width: 30px;
        height: 6px;
    }
        .title-with-line .title-2 {
        padding-left: 50px;
    }
        .page-home .page-header .subhead {
        font-size: 14px;
    }
 
.page-header .title {
        font-size: 30px;
         margin-top: 10px;
    }
        .title-with-line.title-with-line-big .title-2 {
        padding-left: 75px;
    }
     .title{
        font-size: 30px;
    }
        .title-with-line.title-with-line-big .title-2:before {
        width: 50px;
        height: 7px;
    }
        .page-header .page-header-text {
        margin-left: 0;
        max-width: 100%;
        font-size: 14px;
    }
        .page-header .header-pdf {
        max-width: 100%;
    }
        
}

