/* CT Global */
:root {
    --primary-color: #3F4D97;
    --secondary-color: #2ecc71;
}
  

.ct-bg{
    background: white;
}
.ct-alternate-bg{
    background: #F9FAFC;
}
.ct-bg-shadow{
    -webkit-box-shadow: 1px 1px 17px -6px rgba(92,92,92,1);
    -moz-box-shadow: 1px 1px 17px -6px rgba(92,92,92,1);
    box-shadow: 1px 1px 17px -6px rgba(92,92,92,1);
}
.ct-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.ct-align-center{
    align-items: center;
}
.ct-justify-content-center{
    justify-content: center;
}
.ct-mw-600{
    max-width: 600px;
    margin: auto;
}
.ct-mw-768{
    max-width: 768px;
    margin: auto;
}
.ct-mw-870{
    max-width: 870px;
    margin: auto;
}
.ct-col-50{
    width: 50%;
}
.ct-col-33{
    width: calc(33% - 10px);
}
.ct-m-auto{
    margin:auto !important;
}
.ct-mt-20{
    margin-top: 20px;
}
.ct-mb-30{
    margin-bottom: 30px;
}
.ct-mb-20{
    margin-bottom: 20px;
}
.ct-p-35{
    padding: 35px;
}
.ct-plr-35{
    padding-left: 35px;
    padding-right: 35px;
}
.ct-ptb-20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.ct-plr-20{
    padding-left: 20px;
    padding-right: 20px;
}
.ct-primary-font{
    font-family: "Titillium Web";
}
.ct-font-bold{
    font-weight: 800 !important;
}
.ct-primary-color{
    color: var(--primary-color);
}
.ct-xxl-heading{
    color: var(--primary-color);
    font-size: 40px;
    line-height: 39.68px; /* 99.2% */
}
.ct-xl-heading{
    color: var(--primary-color);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    line-height: 41px;
}

.ct-l-heading{
    color: #000;
    font-family: "Titillium Web";
    font-size: 24px;
    font-style: normal;
    line-height: 40px;
}
.ct-hero-cta-button{
    padding: 21px 40px;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    display: inline-flex;
    color: #FFF !important;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    transition: all 0.25s linear;
}
.ct-hero-cta-button:hover{
    color: var(--primary-color) !important;
    background: #fff;
}
.ct-cta-button{
    color: #FFF;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 100% */
    text-transform: uppercase;
    
}
.ct-cta-button > a{
    background: #3F4D97;
    color: #FFF;
    transition: all 0.25s linear;
    border-radius: 0px;
    font-size: 20px;
}
.ct-cta-button > a:hover{
    color: var(--primary-color);
    background: white;
}
.ct-container-section{
    max-width: 1140px;
    margin: auto;
}

@media screen and (max-width: 1024px) {
    .ct-m-full{
        width: 100%;
    }
    .ct-xxl-heading{
        font-size: 30px;
    }
    .ct-xl-heading{
        font-size: 26px;
    }
}

/* CT Forms */
.gform_wrapper.gravity-theme .ct-services-form label{
    color: #000;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 40px; 
    margin-bottom: 0px;
}
.gform_wrapper.gravity-theme .ct-services-form  input[type=text], .gform_wrapper.gravity-theme .ct-services-form  input[type=email], .gform_wrapper.gravity-theme .ct-services-form  input[type=tel]{
    border: 0.5px solid #000;
}
.ct-services-form .gform_body .gform_fields{
    grid-row-gap: 2px;
}
.ct-services-form-description{
    margin: 0px;
    margin-top: 15px;
}
.ct-form-divider{
    margin-right: -35px;
    margin-left: -35px;
}
.ct-services-form p {
    color: #797979;
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.ct-services-form .gform_footer input[type="submit"] {
    background: var(--primary-color);
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
}
/* Services Block */
.ct-col-services{
    gap:12px;
}
.ct-col-service-content{
    padding: 30px;
}
.ct-col-services-heading{
    color: #000;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}
.ct-table-hahn{
  gap: 0px !important;
}
.ct-table-head-first{
    padding:26px 34px;
}
.ct-table-heading{
    color: #FFF;
    font-family: "Titillium Web";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    margin: 0px;
}
.ct-table-main-wrap{
    gap: 0px;
}

.ct-container{
    max-width: 1140px;
    width: 100%;
    margin: auto;
}


/* Slick Slider */

.slick-dots li button:hover{
    background: none;
}
.slick-dots li.slick-active button:before{
    color: white !important;
}
.slick-dots li button:before{
    font-size: 8px !important;
    color: rgba(255, 255, 255, 0.50) !important;
}
.slick-dots li{
    margin: 0px !important;
}

/* CT Faq */
.ct-faq {
    margin-bottom: 8px;
}
.ct-faq summary {
    display: flex;
    padding: 26px 50px 26px 26px;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    background: #F9FAFC;
    color: #000;
    font-family: 'Lato', 'sans-serif';
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    position: relative;
}
.ct-faq summary:after{
    content: '⯈';
    flex-shrink: 0;
    transform:rotateZ(90deg);
    position:absolute;
    right: 35px;
    width: fit-content;
    transition: transform 0.3s linear;
}
.ct-faq[open] summary:after{
    transform:rotateZ(270deg);
}
.ct-faq[open] summary{
    cursor: pointer;
    color: #FFF;
    font-family: 'Lato', 'sans-serif';
    border-radius: 4px;
    background: var(--primary-color);
}

.ct-faq p{
    display: inline-block;
    padding: 28px 75px 28px 32px;
    gap: 8px;
    margin: 0px;
}
@media screen and (max-width: 1024px) {
    .ct-faq p{
        padding: 30px;
    }
}

/* Footer CTA */
.ct-footer-cta{
    background: #4F8BAF;
    color: white;
    padding-top: 40px;
    padding-bottom: 40px;
}

.ct-footer-cta p{
    margin: 0px;
    color: #FFF;
    font-family: 'Lato';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.ct-footer-cta p a{
    color: white;
    text-decoration: underline;
    font-weight: 400;
}

.ct-footer-cta-title{
    color: #FFF;
    font-family: "Titillium Web";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; 
    min-width: 240px;
}

.ct-footer-cta-wrapper{
    display: flex;
    gap: 60px;
}

.ct-footer-cta-button{
    display: flex;
    width: 210px;
    height: 56px;
    padding: 17px 40px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    color: var(--primary-color) !important;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 250% */
    text-transform: uppercase;
    background: #FFF;
    transition: all 0.25s linear;
}
.ct-footer-cta-button:hover{
    background:var(--primary-color) !important;
    color: #FFF !important;
}
@media screen and (max-width: 1024px) {
    .ct-footer-cta-wrapper{
        flex-wrap: wrap;
        gap:20px;
        padding: 20px;
    }
}
/* Footer */
.ct-site-footer{
    background: white;
    text-align: center;
    padding: 40px 20px;
}
.ct-footer-logo{
    margin-top: 30px;
    margin-bottom: 30px;
}
.ct-footer-logo img{
    width: 165px;
}
.ct-footer-menu>ul{
    display: flex;
    justify-content: center;
    column-gap: 35px;
    row-gap: 10px;
}
.ct-footer-menu>ul>li>a{
    color: #414D94;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}
.ct-footer-social-icons{
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin-top:25px;
    margin-bottom:40px;

}

.ct-footer-social-icons a{
    width: 44px;
    height: 44px;
    position:relative;
    border-radius: 27px;
    border: 3px solid #414D94;
}
.ct-footer-social-icons a:hover{
    background: #414D94;
}
.ct-footer-social-icons a:hover img{
    filter: invert(1) saturate(0) brightness(100);
}
.ct-footer-social-icons img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ct-footer-widget-area p{
  margin: auto;
  color: #5C5C5C;
    text-align: center;
    font-size: 16px;
    font-family: 'Lato', 'sans-serif';
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}
.ct-footer-widget-area p a{
    color: #5C5C5C !important;
}

.ct-footer-menu>ul>li{
    position:relative;
}
.ct-footer-menu ul>li>.sub-menu{
    position:absolute;

    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    min-width: 250px;
    z-index: 5;
    left: 0;
    display: none;
}
.ct-footer-menu ul>li>.sub-menu>li{
    padding: 0px 15px;
    width: 100%;
    text-align: left;
    border: 1px solid #222;
    background-color: var(--primary-color);

}
.ct-footer-menu ul>li>.sub-menu a{
    border-color: #222;
    line-height:3;
    min-width: 250px;
    font-size:12px;
    color: white;
    width:100%;
}
.ct-footer-menu ul>li>.sub-menu>li>a:hover{
    color: #cccccc;
}
.ct-footer-menu ul>li>.sub-menu.active{
    display: flex;
    left: 0px;
    bottom: 100%;
}

/* Icons Wrapper */
.ct-icons-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.ct-services-icon-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 15px;
    gap: 10px;
    border-radius: 6px;
}
.ct-services-icon-image{
    width: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.ct-services-icon-text{
    font-weight: 600;
}
@media screen and (max-width: 1024px) {
    .ct-icons-wrapper{
        max-width: 100%;
    }
    .ct-footer-menu > ul{
        position: relative;
    }
    .ct-footer-menu>ul>li{
        position: static;
    }
    .ct-footer-menu ul>li>.sub-menu.active{
        left: 50vw;
        transform: translate(-50%, 0);
    }
    .ct-feature-row{
        padding: 40px 0px 30px 0px; 
    }
    .ct-footer-menu ul{
        flex-wrap: wrap;
        column-gap: 20px;
    }
    .ct-mobile-third{
        width: 33% !important;
    }
    .ct-faq summary:after{
        right: 20px;
    }
}

/* CT Reason to Hire Service Page */
.ct-reason-to-hire{
    background: var(--primary-color);
    padding: 20px 40px 20px 50px;
    color: white;
    width: calc(35% - 10px);
}
.ct-reason-to-hire li{
    list-style: disc;
}
.ct-reason-to-hire-text{
    padding-right: 40px;
    width: 65%;
}
@media screen and (max-width: 1024px) {
    .ct-reason-to-hire-text{
        width: 100%;
        padding-left: 0px;
    }
    .ct-reason-to-hire{
        width: 100%;
        padding: 20px 20px 20px 40px;
    }
}

.ct-locations-row-group{
	display: flex;
}
.ct-locations-wrapper{
	width: calc(50% - 4px);
  display: flex;
	margin: 0px;
}

.ct-locations-wrapper a{
	font-size: 18px;
	font-weight: 600;
	padding:20px 20px;
	background: #F9FAFC;
	width: 100%;
	color: black;
	line-height: 1;
	transition: all 0.3s linear;
}
.ct-locations-wrapper a:hover{
	background: #3f4d97;
	color: white;
}

/* CT AIO Section */
.ct-aio-section{
	padding: 8px 8px;
	background-color: #3F4D97;
	color: white;
	text-align: center;
	font-size: 16px;
}