/* Header */

.site-header .site-navigation .top-bar-right #menu-main-menu>li>ul>li>a {
    position: relative;
    display: inline-block;
}

.site-header .site-navigation .top-bar-right #menu-main-menu>li>ul>li>a:before {
    content: '';
    position: absolute;
    bottom: calc(40% - 22px);
    width: 80%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
    height: 4px;
    background-color: #2ecdc1;
}

.site-header .site-navigation .top-bar-right #menu-main-menu>li>ul>li:hover>a:before {
    transform: scaleX(1);
    transform-origin: left;
}

.btn-animation::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #144078;
  border-radius: inherit;
  transform: scaleX(0);
  transform-origin: left; /* default for hover-in */
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1), transform-origin 0s;
  z-index: -1;
}

.btn-animation:hover::before {
  transform: scaleX(1);
  transform-origin: left; /* expand from left */
}

.btn-animation:not(:hover)::before {
  transform: scaleX(0);
  transform-origin: right; /* collapse to right */
}

.site-header .site-navigation .top-bar-right #menu-main-menu>li {
    position: relative;
}

.c-button--blue:active, .c-button--blue:hover {
    background-color: transparent;
    border-color: #144078;
    color: #144078;
}

a:active, a:hover {
    transition: all .2s ease-in-out;
}

.site-header .site-navigation .top-bar-right .c-header-phone {
    padding: 32px 14px;
    color: #144078;
    font-weight: 500;
    display: none;
    position: relative;
}

.site-header .site-navigation .top-bar-right .c-button{
    padding:12px 24px; 
    border-radius: 30px;
}

.c-button--gray:active, .c-button--gray:hover {
    background-color: transparent;
    border-color: #2ecdc1;
    color: #2ecdc1;
    border: solid 4px;
}

.site-header .site-navigation .top-bar-right #menu-main-menu>li>ul li a {
    font-size: 16px;
    color: #144078;
    font-weight: 500;
}

.site-header .site-navigation .top-bar-right #menu-main-menu>li>ul>li>a {
    position: relative;
    display: inline-block;
}

.site-header .c-logo {
    display: inline-block;
    margin: 12px 0 12px 20px;
    max-width: 173px;
    min-width: 173px;
}

.site-header .site-title-bar .menu-icon {
    width: 30px;
    margin: 0 50px;
    position: relative;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

/* footer */

.c-footer-phones__phone img {
    margin-left: 25px;
}


.c-footer-phones .footer-social-icons a {
    background-color: #144078;
    padding: 14px;
    margin-right: 10px;
    border-radius: 20px 0px 0px;
}

.footer-social-icons {
    padding-top: 20px;
}

.c-footer-menu>li .sub-menu a{
    color:#000000;
    line-height:1;
    font-weight: 500;
}

.c-footer-menu>li>a {
    font-weight: 700;
    font-size: 26px;
    color: #144078;
}

    .c-footer-phones__phone {
        display: block;
        color: #000000;
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 32px;
    }

    .c-footer-additional-links__single a {
        font-size: 15px;
        color: #000000;
        font-weight: 500;
        text-decoration: none;
    }

    .c-footer-phones__title {
        font-weight: 700 !important;
        font-size: 26px;
        color: #144078;
    }

    .c-footer__copyright {
        color: #000000;
        font-size: 14px;
    }

    .c-footer-menu {
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 0;
    margin-bottom: 30px;
}

.site-header .site-navigation .top-bar-right #menu-main-menu>li>a:after {
    content: '';
    position: absolute;
    bottom: calc(40% - 14px);
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
    width: 100%;
    height: 4px;
    background-color: #2ecdc1;
}

.site-header .site-navigation .top-bar-right #menu-main-menu>li:hover>a:after {
    transform: scaleX(1);
    transform-origin: left;
}

.site-header .site-navigation .top-bar-right #menu-main-menu>li>a {
    font-weight: 600;
    color: #144078;
    padding: 36px 0;
    font-size: 18px;
    margin: 0 9px;
}



/* Home Page */

.first-section .icon-box .icon-1 {
    background-color: #144078;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    padding: 20px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.first-section .icon-box .icon-2 {
    background-color: #126eb4;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    padding: 20px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.first-section .icon-box .icon-3 {
    background-color: #00b0bc;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    padding: 20px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.first-section .icon-box .icon-4 {
    background-color: #f76ab1;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    padding: 20px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.first-section .icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    gap: 20px;
    flex: 1 1 calc(25% - 60px);
    max-width: calc(25% - 0px);
}

.first-section .icon-box p {
    width: 170px;
   font-weight: 600;
   color: black;
   margin-bottom: 0;
}

.icon-boxes {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    padding-top: 60px;
    /* gap: 34px; */
}

.first-section {
    background-color: #faf8f8;
}

h2 {
    color: #144078;
    font-weight: 700;
}

.second-section p {
    color: black;
    font-weight: 500;
    margin-top: 1rem;
}

.info-box {
    padding-top: 50px;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    max-width: 100%;
    box-sizing: border-box;
}


.boxes {
    width: 100% !important;
}

.box-2, .box-3, .box-4, .box-5  {
    border-radius: 0px;
}

.box-1 {
    background-repeat: no-repeat;
    background-size: cover;
    width: 529px;
    height: 330px;
    position: relative;
    background-position: center;
    border-radius: 100px 0px 0px;
    display: grid;
    grid-template-rows: 1fr auto;
}

.box-1 .overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--overlay-color, #000);
    border-radius: 100px 0px 0px;
    transition: opacity 0.5s ease-in-out;
}

.box-1:hover .overlay::before {
    opacity: 0.7;
}

.box-2 {
    background-repeat: no-repeat;
    background-size: cover;
    width: 529px;
    height: 330px;
    position: relative;
    background-position: center;
    display: grid;
    grid-template-rows: 1fr auto;
}

.box-2 .overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--overlay-color, #000);
    transition: opacity 0.5s ease-in-out;
}

.box-2:hover .overlay::before {
    opacity: 0.7;
}

.box-3 {
    background-repeat: no-repeat;
    background-size: cover;
    width: 530px;
    height: 330px;
    position: relative;
    background-position: center;
    display: grid;
    grid-template-rows: 1fr auto;
}

.box-3 .overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--overlay-color, #000);
    transition: opacity 0.5s ease-in-out;
}

.box-3:hover .overlay::before {
    opacity: 0.7;
}

.box-4 {
    background-repeat: no-repeat;
    background-size: cover;
    width: 529px;
    height: 330px;
    position: relative;
    background-position: center;
    display: grid;
    grid-template-rows: 1fr auto;
}

.box-4 .overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--overlay-color, #000);
    transition: opacity 0.5s ease-in-out;
}

.box-4:hover .overlay::before {
    opacity: 0.7;
}

.box-5 {
    background-repeat: no-repeat;
    background-size: cover;
    width: 529px;
    height: 330px;
    position: relative;
    background-position: center;
    display: grid;
    grid-template-rows: 1fr auto;
}

.box-5 .overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--overlay-color, #000);
    transition: opacity 0.5s ease-in-out;
}

.box-5:hover .overlay::before {
    opacity: 0.7;
}

.box-6 {
    background-repeat: no-repeat;
    background-size: cover;
    width: 529px;
    height: 330px;
    position: relative;
    background-position: center;
    border-radius: 0px 0px 100px;
    display: grid;
    grid-template-rows: 1fr auto;
}

.box-6 .overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--overlay-color, #000);
    border-radius: 0px 0px 100px;
    transition: opacity 0.5s ease-in-out;
}

.box-6:hover .overlay::before {
    opacity: 0.7;
}

.box-content {
    padding: 40px;
    grid-row: 2;
    z-index: 9;
}

.box-content h4 {
    text-align: left;
    color: white;
    font-weight: 800;
    width: 230px;
}

.t-second-section .info-box .boxes:last-child {
    border-radius: 0px 0px 100px;
}

h2.first-sec-heading {
    margin-bottom: 20px;
}

.second-section .box-content img {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 20px
}

    .c-testimonials {
        background-color: #126eb4;
        position: relative;
    }

        .c-testimonials__title {
        font-weight: 900;
    }

    h2.c-section__title, .c-testimonial p {
    color: white;
     text-align: left;
}

.c-testimonials .c-section__container {
    display: flex;
    align-items: center;
    gap: 60px;
    
}

.c-testimonial__slider-wrapper {
    overflow: hidden;
}

.c-testimonials-slider .slick-dots {
    opacity: 0;
}

h2.c-section__title.c-demo__title {
    color: #00b0bc;
    font-weight: 900;
    width: 66%;
    /* font-size: 40px; */
    line-height: 54px;
}

.c-section__text.c-demo__text p {
    color: #144078;
    font-weight: 900;
    font-size: 24px;
}

.c-demo-column.c-demo-form {
    background-color: #00b0bc;
    padding: 60px;
    border-radius: 0px 0px 150px;
        margin: 0;
}

.c-form__field {
    font-weight: 500;
    border-radius: 30px;
    padding: 22px 20px;
    color: #144078;
}

select.c-form__field {
    color: black;
    padding: 11px 40px 11px 20px;
    height: auto;
}

input.c-form__field::placeholder {
    color: black;
    font-weight: 500;
}

       .c-form .c-button {
        margin: 20px 0px;
        padding: 12px 16px;
        border-radius: 30px;
        display: flex;
        width: 170px;
        justify-content: center;
    }

    .c-form .c-button:hover {
    color: white;
}

.c-form .cell {
    margin-bottom: 10px;
}

.c-demo .c-section__container .c-demo__grid {
    align-items: center;
}


/* Travel Page */

.travel-sec .hero-subheader {
    color: #144078;
}

.travel-sec .hero-cta {
    background-color: white;
    color: #144078;
    padding: 0.7rem 1.6rem;
}

.travel-sec .hero-cta::before{
    background: transparent !important;
    color: #ffffff !important;
}

.travel-sec .hero-cta:hover{
    color: #ffffff;
    border-color: #ffffff;
    background: transparent;
}

.c-section p{
    font-weight: 500;
}

.t-first-section {
    background-color: #faf8f8;
}

p.first-section-desc {
    margin-bottom: 0;
}

.t-first-section .c-section__container {
    display: flex;
    align-items: center;
    gap: 40px;
    /* padding: 0px; */
}

.t-first-section .c-section__container .col-1 {
    text-align: left;
    max-width: 70%;
    width: 100%;
}

.t-first-section .c-section__container .col-2 {
    max-width: 30%;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #144078;
    color: white;
    padding: 180px 40px 60px;
    height: 220px;
    border-radius: 100px 0px 0px;
}

.t-first-section .c-section__container .col-2 p {
    font-weight: 700;
    max-width: 44%;
    text-align: left;
    margin-bottom: 0px;
}

.t-second-section .info-box .boxes {
    background-color: #d8ecf9;
    display: flex;
    height: unset;
    align-items: start;
    width: 100%;
}

.t-second-section .boxes .box-content {
    padding: 60px 30px 20px;
}

.t-second-section .boxes .box-content h4 {
    text-align: center;
    max-width: 100%;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #144078;
    margin-top: 26px;
}


.t-third-section .content-box .content-sec {
    display: flex;
    gap: 60px;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.t-third-section .content-box .content-sec .content-col {
    text-align: left;
}

.t-third-section .content-box .content-sec .content-col, .t-third-section .content-box .content-sec .content-image {
    width: 50%;
}

.t-third-section .content-box .content-sec .content-col strong {
    color: #126eb4;
    font-size: 20px;
}

.t-third-section .content-box .content-box-2, .t-third-section .content-box .content-box-4, .t-third-section .content-box .content-box-6, .t-third-section .content-box .content-box-8 {
    flex-direction: row-reverse;
}

.t-third-section .content-box .content-sec .content-col h2 {
    margin-bottom: 30px;
}

.c-section ul li {
    font-weight: 500;
}


.t-fourth-section p {
    color: white;
}


.t-fourth-section .icon-box .icon-1 {
    background-color: #2ecdc1;
    border-radius: 100%;
    padding: 20px;
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin: 0 auto;
}

.t-fourth-section .icon-box .icon-2 {
    background-color: #f76ab1;
    border-radius: 100%;
    padding: 20px;
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin: 0 auto;
}

.t-fourth-section .icon-box .icon-3 {
    background-color: #126eb4;
    border-radius: 100%;
    padding: 20px;
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin: 0 auto;
}

.t-fourth-section .icon-box .icon-4 {
    background-color: #faf8f8;
    border-radius: 100%;
    padding: 20px;
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin: 0 auto;
}

.t-fourth-section {
    background-color: #144078;
    color: #ffffff;
}

h2.t-fourth-section-heading {
    color: #ffffff;
    margin-bottom: 30px;
}

.t-fourth-section .icon-box {
    gap: 20px;
    flex: 1 1 calc(25% - 60px);
    max-width: calc(25% - 0px);
}

.t-fourth-section .icon-box h4 {
    font-size: 22px;
    font-weight: 600;
    padding-top: 30px;
}

.t-fourth-section .icon-box p {
    max-width: 77%;
    margin: 0 auto;
}


/* Cloud Receive Page */

.cloud-receive-hero-sec .hero-headline, .cloud-group-hero-sec .hero-headline {
    margin-bottom: 50px;
}

/* CRM */

.content-btn a.third-sec-btn {
    background-color: #f76ab1;
    color: white;
    padding: 0.7rem 1.6rem;
    border-radius: 30px;
}

.content-btn {
    margin-top: 40px;
}

.content-btn-2 a.third-sec-btn, .content-btn-4 a.third-sec-btn, .content-btn-6 a.third-sec-btn, .content-btn-8 a.third-sec-btn{
    background-color: #144078;
}


/* MRTS */

.mrts-hero-sec p.hero-subheader {
    color: #2ecdc1;
}

/* Leads Management */


.lm-hero-sec p.hero-subheader {
    color: #2ecdc1;
}


/* Emergency Road Service Management */

.ercm-hero-sec .hero-subheader {
    color: #2ecdc1;
}

/* Membership */

.mem-hero-sec .hero-subheader {
    color: #2ecdc1;
}



.services-hero-sec .hero-subheader {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 40px;
}

/* Services */

.services-2sec .info-box {
    padding-top: 50px;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    max-width: 100%;
    box-sizing: border-box;
}


.services-2sec .info-box .box-1 {
    background-color: #144078;
    color: white;
}

.services-2sec .info-box .box-2 {
    background-color: #126eb4;
    color: white;
}

.services-2sec .info-box .box-3 {
    background-color: #00b0bc;
    color: white;
}

.services-2sec .info-box .box-4 {
    background-color: #f76ab1;
    color: white;
}

.services-2sec .boxes .box-content h4 {
    color: white;
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
}

.services-3sec .last-iconsec .icon-img {
    background-color: #144078;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    padding: 20px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.services-3sec .last-iconsec h2 {
    margin-bottom: 30px;
}

    .services-3sec{
        padding: 50px 40px;
    }


    /* News */

    .c-blog-single__image-wrapper img {
            border-radius: 0px 50px;
        }

        .c-blog-single__title a {
        color: #144078;
        font-size: 2.4rem;
    }

        .c-blog-single__date {
        color: #2ecdc1;
    }

    .c-blog-single__excerpt {
    color: black;
    font-weight: 500;
}

.category .c-blog-single {
    align-items: center;
    display: flex;
    gap: 40px;
}

.cat-banner {
    background-color: #144078;
    color: white;
    display: flex;justify-content: center;
    padding: 70px;
    align-items: center;
}


.cat-banner .c-blog__title {
    margin-bottom: 0px;
    color: white;
    font-weight: 900;
    font-size: 46px;
}

.c-sidebar {
    background-color: #d8ecf9;
    box-shadow: none;
}

.c-sidebar-subscription__title, .c-sidebar-contact__title  {
    color: #144078;
    font-size: 22px;
}

.c-form button.c-button.c-button--green {
    margin: 0 auto;
    background-color: #144078;
    width: 210px;
}

h3.c-sidebar-subscription__title {
    padding-top: unset;
}

.c-form .c-button--green:active, .c-form .c-button--green:hover {
    border-color: #144078;
    cursor: pointer;
}


.c-sidebar-contact .c-sidebar-contact__text p.c-sidebar-contact__name {
    margin-top: 20px;
    color: black;
    font-weight: 600;
    font-size: 18px;
}

.c-sidebar-contact__text a {
    background-color: #2ecdc1;
    width: 200px;
    color: white;
    padding: 12px 16px;
    border-radius: 30px;
    margin-top: 36px;
}

.c-sidebar-contact__text span {
    color: black;
}

.c-sidebar__text--subscription {
    color: black;
    margin-bottom: 20px;
}

.c-tag-cloud.card
 {
    display: none;
}

    .c-sidebar-contact__text a:active, .c-sidebar-contact__text a:hover {
        text-decoration: none;
    }

    .c-form--sidebar .c-form__field {
    text-align: center;
}

h2.c-blog-single__title {
    line-height: 50px;
}

.c-blog-single h1.c-blog-single__title {
    color: #144078;
    line-height: 46px;
    margin-bottom: 40px;
}

.c-blog-single__socials {
    float: right;
}

.a2a_kit .a2a_svg {
    background-repeat: repeat;
    border-radius: 18px 0px 0px !important;
    padding: 6px;
}

.entry-content a.c-blog-single__image-wrapper {
    width: 100%;
    padding: 30px 0px;
}

.c-blog-single--page .entry-content {
    border-bottom: none;
}

/* Partners*/

.partner-2sec .info-box .box-content img {
    width: 60%;
    margin-bottom: 20px;
}


/* About */

.c-about-info .c-section__container {
    display: flex;
    text-align: left;
    gap: 40px;
    align-items: center;
}

.c-about-info .c-section__container .about-sec h2 {
    color: #144078;
    font-weight: 700;
    line-height: 48px;
}

.c-about-info .c-section__container .about-sec p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}

.c-about-info .c-section__container img {
    margin: 0;
}

    .c-about-stats {
        background-color: #faf8f8;
    }

    .c-about-stats h2 {
    color: #144078;
    text-align: center;
        font-weight: 700;
}

.c-about-stats p {
    font-size: 16px;
}

.c-about-stats__grid {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        flex-wrap: wrap;
    }

.c-about-stats .c-about-stat {
    background-color: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0px;
    text-align: left;
    width: calc(25% - 1.875rem);
}

.icon-1 .who-icon, .icon-2 .who-icon, .icon-3 .who-icon, .icon-4 .who-icon, .icon-5 .who-icon, .icon-6 .who-icon, .icon-7 .who-icon, .icon-8 .who-icon {
    border-radius: 100%;
    width: 90px;
    height: 90px;
    padding: 20px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.icon-1 .who-icon {
    background-color: #144078;
}

.icon-2 .who-icon {
    background-color: #126eb4;
}

.icon-3 .who-icon {
    background-color: #00b0bc;
}

.icon-4 .who-icon {
    background-color: #f76ab1;
}

.icon-5 .who-icon {
    background-color: #126eb4;
}

.icon-6 .who-icon {
    background-color: #f76ab1;
}

.icon-7 .who-icon {
    background-color: #144078;
}

.icon-8 .who-icon {
    background-color: #00b0bc;
}

.c-about-stats .c-about-stat .c-about-stat__text {
    margin: 0;
    color: black;
    font-weight: 600;
    font-size: 16px;
    width: 170px;
}

.c-brands h2.c-section__title {
    color: #144078;
    text-align: center;
    font-weight: 700;
}

p.c-section__text.c-brands__text {
    font-size: 16px;
}

.c-brands a.c-button.c-button--green {
    background-color: #144078;
    border-radius: 30px;
}

.c-button--green:active, .c-button--green:hover {
    background-color: transparent;
        border-color: #144078;
    color: white;
}

.c-team {
        background-color: #126eb4;
    }

    .c-team h2 {
    text-align: center;
    font-weight: 700;
}

.c-team .c-member__wrapper {
    border-radius: 80px 0px 0px;
    color: black;
}

    .c-team .c-member__wrapper.active {
        background-color: #00b0bc;
        color: #fff;
    }

    .c-team .c-member:after {
    display: none;
}

.c-team .c-member__biography {
    background-color: transparent;
    padding: 30px 0px 36px;
}

.c-team .c-member__biography:after {
    display: none;
}

.c-team .c-member__position {
    font-size: 16px;
    font-family: 'Montserrat';
    margin-top: 16px;
    font-weight: 400;
}

h4.c-member__name {
    font-family: 'Montserrat' !important;
    font-size: 17px !important;
}


.c-perseus .c-section__container {
    display: flex;
    text-align: left;
    align-items: center;
        flex-wrap: wrap;
}

.c-perseus__text {
    margin: 0;
    font-size: 16px;
}

.abt-txt-la h2 {
    color: #144078;
}

.c-perseus .c-section__container > div {
    flex: 1;
}

.c-perseus .c-section__container img.c-perseus__logo {
    max-width: 40%;
    width: 100%;
    margin-bottom: 0px;
}

    .c-perseus {
        background-color: white;
    }

    .c-brands ul li.c-brand {
    list-style: none;
    margin-bottom: 50px;
}


.c-contact-demo .c-section__container .c-demo__grid {
    align-items: unset;
    margin-top: 60px;
}

.c-contact-demo h2 {
    margin-bottom: 20px;
}

.c-contact-demo .c-demo-column.c-demo-contacts {
    background-color: #144078;
    margin: 0;
    padding: 60px 120px;
    border-radius: 150px 0px 0px;
}

.c-demo-contacts__link {
    color: white;
    font-size: 18px;
}

.c-supports h2 {
    margin-bottom: 20px;
}

.c-supports__grid {
    margin-top: 60px;
}

.c-supports
 {
        border-top: none;
        background-color: #faf8f8;
    }

    section.c-section.c-location {
    padding: 0;
}

.c-location .c-address {
    background-color: #126eb4;
}

    .c-location .c-address__text p {
        color: #ffffff;
        line-height: 1;
        font-size: 16px;
    }

    .c-address h2.second-section-heading {
    color: white;
    margin-bottom: 16px;
}

    .c-location__image {
    height: 60px;
    width: 60px;
    object-fit: contain;
    }


            .c-supports .c-support {
            width: calc(33.33% - 1.875rem);
        }

        .c-supports .c-supports__grid div:first-child {
    border-radius: 100px 0px 0px;
}

    /* .c-demo-contacts__link--phone {
        background-size: 35px 38px;
        margin: 0 0 20px;
        padding-top: 28px;
    } */

        .c-supports .c-support {
        box-shadow: 0 10px 40px rgba(18, 110, 180, .25);
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center 30px;
        background-size: auto 30px;
        border-radius: 5px;
        color: #126eb4;
        padding: 100px 20px 30px;
        margin-bottom: 20px;
        transition: all .2s ease-in-out;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        /* width: calc(100% - 1.25rem); */
        margin-right: .625rem;
        margin-left: .625rem;
    }

            .c-supports .c-support {
            padding: 90px 30px 40px;
        }

        h3.c-support__title {
        color: #126eb4;
        font-weight: 700;
        font-size: 16px;
    }

    .c-support img.cntct-icn {
    margin-bottom: 20px;
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.c-demo-contacts__link img.cntct-phone,  .c-demo-contacts__link img.cntct-mail {
    margin-bottom: 20px;
    width: 48px;
}

    .c-team .c-member__image {
        margin-bottom: 28px;
        width: 130px;
        height: auto;
        border-radius: 50%;
    }

        .c-auto-hero, .c-page-hero {
        color: #fff;
        background-color: #144078;
        padding: 100px;
    }

            .c-auto-hero__title, .c-product-hero__title, .c-page-hero__title {
            color: white;
            font-weight: 900;
            font-size: 46px;
            margin-bottom: 20px;
            text-transform: uppercase;
        }

            .c-auto-hero__text {
            font-size: 30px;
            margin-bottom: 0;
            font-size: clamp(16px, 2.2vw, 20px);
            color: #2ecdc1;
            font-weight: 600 !important;
        }

        .single-resources .cat-banner {
    display: none;
}

.c-auto-stories .c-story__company {
    position: unset;
    transform: unset;
    -webkit-transform: unset;
}

.c-auto-stories .c-story__title, .c-recent-post__title {
        padding: 0px 20px 10px;
        text-align: center;
    }

    .c-auto-stories .c-story__image-wrapper, .c-recent-post__image-wrapper {
    border-radius: 0px 100px;
}

    .c-auto-stories .c-recent-post:hover .c-story__image-wrapper, .c-auto-stories .c-story:hover .c-recent-post__image-wrapper, .c-auto-stories .c-story:hover .c-story__image-wrapper, .c-recent-post:hover .c-auto-stories .c-story__image-wrapper, .c-recent-post:hover .c-recent-post__image-wrapper {
        box-shadow: none;
        border-radius: 0px 100px 0px 0px;
    }

        .c-auto-stories .c-story:hover, .c-recent-post:hover {
        box-shadow: 0 10px 40px rgb(18 110 180 / 0%);
    }

    .c-story .resources-sub-story {
    padding: 40px 10px;
}

.c-auto-stories .c-story__company a {
    font-size: 24px;
    font-weight: 700;
    color: #144078;
    text-transform: uppercase;
    line-height: 30px;
}

.c-auto-stories .c-story__title a, .c-recent-post__title a {
    text-decoration: none;
}

    .c-story:hover .resources-sub-story {
    background-color: #126eb4;
    color: #ffffff;
    border-radius: 0px 0px 0px 100px;
    padding: 40px 10px;
}

.c-story:hover .resources-sub-story p.c-story__company a, .c-story:hover .resources-sub-story h2.c-story__title a {
    color: white;
}

.c-story:hover .resources-sub-story h2.c-story__title a {
    text-decoration: underline;
}

    .c-auto-stories .c-story__image-wrapper, .c-recent-post__image-wrapper {
        display: inline-block;
        text-align: center;
        background-color: #fff;
        vertical-align: middle;
        position: relative;
        overflow: hidden;
    }


    .c-auto-stories .c-story__image-wrapper:after, .c-recent-post__image-wrapper:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #2ecdc185;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        transition: -webkit-transform .2s 
ease-in;
        transition: transform .2s 
ease-in;
        transition: transform .2s 
ease-in, -webkit-transform .2s 
ease-in;
    }

        .c-auto-stories .c-story:hover, .c-recent-post:hover {
        background-color: transparent;
    }

        .c-recent-post__company {
        position: unset;
        transform: unset;
        -webkit-transform: unset;
        }

        .c-recent-post .resources-sub-story {
    margin-top: 20px;
}

.c-recent-post .resources-sub-story p.c-recent-post__company a {
    font-weight: 700;
    color: #ffffff;
}

.c-recent-post .resources-sub-story h4.c-recent-post__title a {
    color: #ffffff;
}

.entry-content h2 {
        color: #193950;
        font-size: 20px;
    }

        .c-recent-posts {
        background-color: #126eb4;
    }

        .c-recent-posts__title {
        font-weight: 700;
        color: #ffffff;
    }


@media (max-width: 1200px) {
.site-header .site-navigation .top-bar-right a.c-button.c-button--gray {
    display: none;
}
}

@media (max-width: 1110px) {
 .info-box {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 1024px) {
.c-testimonials-slider__arrow {
        display: none;
    }
   
}


/* Tablet (max 991px) */
@media (max-width: 991px) {
 
  .first-section .icon-box {
    flex: unset;
    max-width: unset;
}
h2.c-section__title.c-demo__title {
    width: 100%;
}
 h2.c-section__title.c-demo__title, h2.c-section__title {
        font-size: 2.25rem;
    }
    .icon-boxes{
        gap: 34px;

    }

    .t-fourth-section .icon-box {
    gap: 20px;
    flex: 1 1 calc(50% - 60px);
    max-width: calc(50% - 0px);
}

.c-about-stats .c-about-stats__grid {
    gap: 20px;
    justify-content: center;
}

.c-about-stats .c-about-stat {
    width: unset;
}

.icon-1 .who-icon, .icon-2 .who-icon, .icon-3 .who-icon, .icon-4 .who-icon, .icon-5 .who-icon, .icon-6 .who-icon, .icon-7 .who-icon, .icon-8 .who-icon {
    width: 90px;
    height: 90px;
    padding: 20px;
}
.c-about-info .c-section__container {
    flex-wrap: wrap;
}

/* .c-contact-demo .c-demo-column.c-demo-contacts {
    padding: 60px 60px;
} */

.c-demo-contacts__link {
            width: 100%;
            text-align: left;
            display: block;
            padding-bottom: 20px;
        }

}


@media (max-width: 767px) {
  .info-box {
    grid-template-columns: 1fr;
  }
  h2.c-section__title.c-demo__title {
    text-align: center;
}
.t-third-section .content-box .content-sec {
    flex-direction: column;
}

.t-third-section .content-box .content-sec .content-col, .t-third-section .content-box .content-sec .content-image {
    width: 100%;
}
.t-first-section .c-section__container {
    flex-direction: column;
}

.t-first-section .c-section__container .col-2 {
    max-width: 50%;
}

.services-2sec .info-box {
    grid-template-columns: repeat(1, 1fr);
}

.c-perseus .c-section__container img.c-perseus__logo {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0px;
}

.c-supports__grid {
    margin-top: 60px;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.c-supports .c-support {
    width: 70%;
}

.c-auto-hero, .c-page-hero {
    padding: 120px 40px 100px 40px;
}


}


@media (max-width: 669px) {
  .c-footer-phones {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        width: calc(100% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem;
    }
    .h2, h2 {
    font-size: 2.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}
   .t-fourth-section .icon-box {
    gap: 20px;
    flex: 1 1 calc(100% - 60px);
    max-width: calc(100% - 0px);
}

.c-brands a.c-button.c-button--green {
    background-color: #144078;
    border-radius: 30px;
    width: 300px;
}

}

@media (max-width: 569px) {
ul.c-footer-additional-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    list-style: none;
}
.c-footer-menu>li .sub-menu li {
    margin-top: 10px;
}
 .c-footer-menu {
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-bottom: 30px;
    gap: 30px;
}

.t-first-section .c-section__container .col-2 {
        max-width: 100%;
    }
    .t-first-section .c-section__container .col-1 {
    max-width: 100%;
    width: 100%;
}

.c-about-stats .c-about-stat {
    margin-bottom: 20px;
}

.c-team .c-member__wrapper {
    color: #ffffff;
}

h4.c-member__name {
    margin-top: 20px;
    font-weight: 600;
}

.c-team .c-member__wrapper.active {
    padding: 20px;
        margin: 40px 0px;
}

.c-location .c-address {
    padding: 40px;
}

.c-story .resources-sub-story h2.c-story__title {
    font-size: 18px;
    line-height: 1.4;
}

.c-auto-stories .c-story:hover, .c-recent-post:hover {
    margin-bottom: 20px;
    padding: 20px;
}

}

/* Mobile (max 600px) */
@media (max-width: 480px) {
    .c-testimonials .c-section__container {
    display: block;
    align-items: center;
    gap: 60px;
}

.c-contact-demo .c-demo-column.c-demo-contacts {
    padding: 60px 74px;
}

}


@media (max-width: 390px) {
 .box-1, .box-2, .box-3, .box-4, .box-5, .box-6 {
    max-width: 262px;
 }
 .box-content h4 {
    width: unset;
}
}

@media screen and (min-width: 64.0625em) {
    .site-header .site-navigation .top-bar-right #menu-main-menu>li>a {
        margin: 0 20px;
        font-size: 20px;
    }
}

@media screen and (min-width: 64.0625em) {
    .site-header .site-navigation .top-bar-right .c-header-phone {
        display: block;
    }
}

@media print, screen and (min-width: 35.5em) {
    .h2, h2 {
        font-size: 2.3rem;
    }
}