/*
CTC Separate Stylesheet
Updated: 2024-03-08 08:10:34
*/
html{scroll-behavior:smooth}
.singular .entry-header, footer.entry-footer.default-max-width {
    display: none;
}
.entry-content {
    margin: 0;
    min-height: 800px;
}
.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .default-max-width {
    max-width: none;
}
.single-jobs section{
    padding: 0;
}
body{
    font-family: 'Lato', sans-serif;
    font-size:20px;
}
a{
    color:#333;
}
a:hover{
    color:#6d2c85;
    text-decoration: none;
}
header{
    position:relative; 
}
.home-hero{
    position: relative;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
header.internal{
    background: none;
    min-height:90px;
}
nav{
    width:100%;
    background-color:#fff;
    padding:20px 0;
    position:fixed;
    z-index:995;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
nav .logo img{
   
    max-width: 180px;
    width:100%;
}
nav .menu{
    font-size:16px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height:42px;
}
nav .menu li{
    display: inline;
    padding:0 15px;
    font-weight:600;
    letter-spacing: 0.1em;

}
nav .menu li a{
    color:#333;
}
nav .menu li a.active{
    color:#6d2c85;
}

nav .menu li a:hover{
    color:#6d2c85;
    text-decoration: none;
}

#navigation-toggle {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
#navigation-toggle:checked ~ .mobile-navigation{
    left:0;
}
.mobile-navigation{
    width:320px;
    left:-320px;
    position:fixed;
    height:100%;
    background:#6d2c85;
    z-index:999;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.mobile-close{
    font-size:30px;
    top:15px;
    right: 30px;
    color:#fff;
    position:absolute;
}
.mobile-menu {
    position:absolute;
    top:50%;
    width:100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size:18px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    color:#fff;
}
.mobile-menu  li{

    padding:10px 15px;
    font-weight:600;
    letter-spacing: 0.1em;

}
.mobile-menu  li a{
    color:#fff;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f2f2f2;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #6d2c85;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(109, 44,133,0.8);
}

header .content{
    width:100%;
 position:absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.container-fluid{
    max-width:1900px;
}
.properties-images{
    width:100%;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.15);
}
.team-profile{
    border:4px solid #6d2c85;
    display:inline-block;
    padding:30px;
    font-size:40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.team-name{
    font-size:24px;
    color:#6d2c85;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.1em;
    font-weight: 500;
}
.team-title{
    font-size:17px;
    letter-spacing: 0.1em;
}
.sub-title{

    color:#6d2c85;
    font-size:24px;
    font-weight:500;
    position:relative;
    font-family: 'Montserrat', sans-serif;
    display:inline-block;
    padding-bottom:15px;
    letter-spacing: 0.1em;
}
.title{
    text-transform: uppercase;
    font-size:32px;
    font-weight:500;
    position:relative;
    font-family: 'Montserrat', sans-serif;
    display:inline-block;
    padding-bottom:15px;
    letter-spacing: 0.1em;
}
.title:before{
    content:'';
    position:absolute;
    border-bottom:4px solid #6d2c85;
    width:100px;
    bottom:0;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.services .type{
    color:#6d2c85;
    font-weight:500;
    font-size:18px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
}
.services .icon{
    padding:20px 30px;
    background:#6d2c85;
    color:#fff;
    display:inline-block;
    font-size:30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.mobile-menu-button{
    display:none;
    position:absolute;
    right:15px;
    top:50%;
    font-size:25px;
    color:#6d2c85;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.terms b, .terms dt{
    color:#6d2c85;
}
.btn-purple{
    background:#6d2c85;
    color:#fff;
    border:2px solid #6d2c85;
    font-weight:500;
    letter-spacing: 0.1em;
}
.btn-purple:hover{
    background:#fff;
    color:#6d2c85;
}
footer{
    font-size:16px;
    padding:30px 0;
    background:#6d2c85;
    color:#fff;
}
footer a{
    color:#fff;
    letter-spacing: 0.05em;
    padding:0 10px;
}
footer a:last-of-type{
padding-right:0;
}
footer a:hover{
    color:rgba(255,255,255,0.8);
}
.services .description{

    font-size:16px;
    margin-top:15px;
}
.our-team{
    position:relative;
    overflow: hidden;
}
.our-team canvas{
    position:absolute;
    left:0;
    top:0;
}
.bg-purple .title{
    color:#fff;
}
.bg-purple .title:before{
    border-bottom:4px solid #fff;
}
.bg-gray{
    background:#f2f2f2;
}
.bg-purple{
    background: #6d2c85;
}
section{
    padding:100px 0;
}
section.no-padding{
    padding:0;
}
.section{
    padding:100px 0;
}
.montserrat{
    font-family: 'Montserrat', sans-serif;
}
.m-t-15{
    margin-top:15px;
}
.m-t-30{
    margin-top:30px;
}
.m-t-60{
    margin-top:60px;
}
.f-s-48{
    font-size:48px;
}
.f-s-30{
    font-size:30px;
}
.f-s-20{
    font-size:20px;
}
.f-s-16{
    font-size:16px;
}
.bold{
    font-weight:500;
}





.wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.wpforms-field{
    width: 48.5% !important;
}

.wpforms-field-textarea {
    width: 100% !important;
}

.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-large{
      padding: 20px 20px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #dbdbdb;
    outline: 0;
    height: auto;
}

.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-large:focus {
    border: 1px solid #000;
}
.wpforms-container-full form.wpforms-form select { 
    background-position: right var(--form--spacing-unit) top 53% !important;
}
.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
    height: 130px !important;
}


.custom-form.wpforms-container-full .wpforms-form button[type=submit] {
    color: #FFFFFF;
   
    background-color: #6d2c85;
     padding: 15px 30px 15px 30px;
    border: 0;
    border-radius: 5px;
    min-width: 180px;
}
.custom-form.wpforms-container-full .wpforms-form button[type=submit]:hover { 
    background-color: #562368;
}
.custom-form.wpforms-container-full .wpforms-form label.wpforms-error {
    display: none !important;
}
.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-large.wpforms-valid {
    border: 1px solid #04a518;
}
.wpforms-confirmation-container-full {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #edffee;
    border: 1px dashed #bacfbb;
    padding: 25px;
    min-height:350px;
}
.thankyou-msg img {
    max-width: 100px;
    width: 100%;
    margin-bottom: 15px;
}

.thankyou-msg p {
    font-size: 18px;
    font-weight: 700;
    color: #008d01;
}

.wpforms-field-file-upload, .wpforms-field-email, .wpforms-field-checkbox {
    width: 100% !important;
}
.wpforms-has-error .wpforms-uploader {
    border-color:#cc0000 !important;
} 
.job-list .elementor-post__title a:hover, .job-list .elementor-post__title a:focus {
    background: none !important;
    color: #000 !IMPORTANT;
    text-decoration: underline;
}
 .job-list .elementor-post__read-more {
	 background-color:none !important;
    background-repeat: no-repeat;
    background-position-y: 0px;
    background-image: linear-gradient(transparent calc(100% - 2px), #6d2c85 1px);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-size: 0 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block; 
    
    text-decoration: none !important;
} 

.job-list .elementor-post__read-more:hover {   
    background-size: 100% 100%;
}
 
@media (max-width: 768px) {
    .f-s-48{
        font-size:38px;
    }
    .menu{
        display:none;
    }
    .mobile-menu-button{
        display:block;
    }
	.wpforms-field {
    width: 100% !important;
}
}