.ct-site-container h1 {
    font-size: 40px;
    line-height: 1.2em;
    padding-bottom: 5px;
}

.ct-site-container h2 {
    font-size: 41px;
    line-height: 1.2em;
	margin-bottom: 22px;
}

.ct-site-container h3 {
    font-size: 30px;
	padding-bottom: 10px;
}

.ct-site-container p {
    text-align: unset;
	color: #3D3F47;
}

.ct-container-full {
    max-width: 1300px;
    width: 98%;
    margin: 0 auto;
    padding: 17px 20px;
}

.ct-main-header .nav-menu>ul>li.ct-menu-btn {
    padding-right: 0;
}

.ct-main-header.ct-container-full {
    padding: 10px 0;
}

.ct-top-header-list {
    display: flex;
    gap: 15px;
    color: #333;
}

.ct-top-header-right {
    display: flex;
    justify-content: end;
}

.ct-top-header-list:not(:last-child) {
    margin-right: 15px;
    border-right: 1px solid #CACACA;
    padding-right: 15px;
}

.ct-gen-site-logo img {
    height: 100%;
    min-width: 120px;
}

#header.ct-header-home {
    padding-top: 0;
	box-shadow: 0 0 10px #00000026;
}

.ct-top-header {
    background-color: #ffffff;
    color: #fff;
    font-size: 16px;
}

.top-header-icon {
    position: relative;
    top: -2px;
}

.ct-main-header a {
    color: #333;
}

.ct-main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.ct-main-header #menu-top_menu {
    justify-content: end;
}

.ct-main-header .nav-menu .drop-down>a:after {
    color: #333;
	content: "\f0d7";
}

.ct-home-main-menu {
    width: 100%;
}

.ct-home-main-menu .nav-menu>ul {
    justify-content: end;
	align-items: center;
}

.ct-header-home .nav-menu .active>a, 
.ct-header-home  .nav-menu a:hover, 
.ct-header-home  .nav-menu li:hover>a {
    color: var(--4F2862);
}

.ct-header-home .nav-menu a {
    font-size: 16px;
    letter-spacing: 0;
    font-family: 'Helvetica', sans-serif;
}
.ct-main-header .nav-menu>ul>li {
    padding: 10px;
}

.ct-main-header .nav-menu .sub-menu a:after {
    color: #fff; 
	top: 10px;
}

.ct-menu-btn a {
    background-color: var(--4F2862);
    padding: 16px 23px !important;
    color: #fff;
    border-radius: 10px;
}

.ct-menu-btn a:hover {
    color: #fff !important;
    background-color: var(--ct-accent-hover);
}

/* end header */

.ct-site-container .has-text-align-center {
    text-align: center;
}

.ct-icon-list.has-text-color li {
    color: #ffffff;
    margin-bottom: 6px !important;
}

.ct-icon-list.ct-icon-list-check-accent li {
    background-image: url('/wp-content/uploads/2023/12/check-violet-min.png');
    background-size: 20px;
    background-position: 0 4px;
    padding-left: 38px;
}

.ct-site-container h1, 
.ct-site-container h2, 
.ct-site-container h3, 
.ct-site-container h4, 
.ct-site-container h5 {
	color: #3D3F47;
    margin-top: 0;
}

.ct-btn-arrow-down {
    position: relative;
}

.ct-btn-arrow-down:after {
    content: url(/wp-content/uploads/2023/12/check-arrow-w.png);
    position: absolute;
    right: -20px;
    top: 4px;
}

.ct-home-main-menu .nav-menu .drop-down ul {
    padding: 0;
    border: 0;
    border-radius: 20px;
    background: #6A2F8F;
    min-width: 384px;
}

.ct-main-header .nav-menu .drop-down ul a {
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
    white-space: pre-wrap;
}

.ct-main-header .sub-menu li {
    padding: 0 10px;
}

.ct-menu-item-description {
    font-size: 14px;
    display: block;
    white-space: pre-wrap;
    line-height: 1.5em;
    opacity: 0.75;
}

.ct-main-header .nav-menu .drop-down ul a:hover {
    background-color: rgba(0, 0, 0, 0.10);
}

.ct-main-header .sub-menu li:first-child {
    padding-top: 10px;
}

.ct-main-header .sub-menu li:last-child {
    padding-bottom: 10px;
}

.ct-main-header .nav-menu .ct-sub-menu-left .drop-down:hover>ul {
    right: 100%;
    left: auto;
}
.ct-main-header .nav-menu .ct-sub-menu-left .drop-down ul {
    left: auto;
    right: calc(100% - 30px);
}

.ct-video-radius video {
    border-radius: 20px;
}

.line-text {
    position: relative;
}

.line-text:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 17px;
    border-top: 1px solid #d6d6d6;
    left: 0;
}

.line-text.line-text-2:before {
    top: 12px;
}

.line-text span {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}


#ct-footer-home #footer-widgets ul li a {
    color: #3D3F47;
    font-size: 16px;
}

#ct-footer-home #footer-widgets ul li a:hover {
    color: #4f2862;
}

#ct-footer-home #footer-widgets h4 {
    color: #4f2862;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

#ct-footer-home #footer-widgets {
    background: #FBF2FF;
    padding: 105px 30px 70px;
}

#ct-footer-home .copyright span a {
    color: #fff;
}
#ct-footer-home #footer-widgets ul li:last-child {
    padding-bottom: 0;
}

.hide_now {
    display: none;
}
.owl-carousel.owl-theme .owl-item.active{
    background: transparent;
}


/* Desktop below */
@media screen and (max-width: 1400px) {
    .ct-header-home .nav-menu a, .ct-top-header {
        font-size: 16px;
    }
	.es_full{
		width: 100%;
	}
    .bg-gray-overlay .gb-block-image{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .bg-gray-overlay .gb-block-image img{
        height: auto;
    }
}

/* Laptop below */
@media screen and (max-width: 1200px) {
    .ct-site-container h1 {
        font-size: 40px;
    }
    .ct-site-container h3 {
        font-size: 28px;
    }
    .ct-site-container h2 {
        font-size: 36px;
    }
	.ct-header-home .nav-menu a, .ct-top-header {
        font-size: 14px;
    }
    .bg-gray-overlay .gb-block-image{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .bg-gray-overlay .gb-block-image img{
        height: auto;
    }
}

/* Tablet below */
@media screen and (max-width: 992px) {
	.page-template-page-new-home .mobile-nav-toggle {
		top: 35px;
	}

    .ct-site-container h1 {
        font-size: 30px;
    }
    .ct-site-container h2 {
        font-size: 30px;
    }
    .ct-site-container h3 {
        font-size: 26px;
    }
	.line-text:before {
		top: 17px;
	}
	
	#ct-footer-home #footer-widgets .widget-column {
        float: none;
        padding: 0;
        display: inline-block;
        width: 46%;
        vertical-align: top;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    
    #ct-footer-home #footer-widgets {
        padding: 80px 30px 30px;
    }
    .ct-home-main-menu {
        display: none;
    }
	.es_full{
		width: 100%;
	}
	.ct-container-full {
		border-bottom: 0;
	}
}

/* Mobile below */
@media screen and (max-width: 767px) {
	.page-template-page-new-home .mobile-nav-toggle {
		top: 20px;
	}
    .ct-site-container h1 {
        font-size: 26px;
    }
    .ct-site-container h2 {
        font-size: 26px;
    }
    .ct-site-container h3 {
        font-size: 24px;
    }
	.ct-site-container .text-center-mobile {
		text-align: center;
	}
	.ct-site-container h3 {
		margin-bottom: 0;
	}
	.line-text:before {
		top: 12px;
	}	
	.mobile-w-img-33 .gb-block-image {
		width: 33%;
	}

	.line-text span {
		padding: 0 14px;
	}
	
	#ct-footer-home #footer-widgets .widget-column {
        width: 100%;
    }
    
    #ct-footer-home #footer-widgets {
        padding: 60px 30px 30px;
    }
    
    #ct-footer-home .copyright span:last-child {
        float: none;
    }
    
    #ct-footer-home .copyright-text {
        display: block;
        text-align: center;
        margin-bottom: 6px;
    }
    
    #ct-footer-home .copyright {
        text-align: center;
    }
	 .ct-top-header {
        display: none;
    }
    .ct-gen-site-logo img {
        max-width: 100px;
        min-width: auto;
    }
}


