/*
Theme Name: BDCPA Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1743142378
Updated: 2025-03-28 06:12:58

*/

html {
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
}

.banner-main-slider {
    height: 800px;
	box-sizing:border-box;
}
.banner-main-slider .slick-list {
    height: 100%;
    overflow: visible;
}
.banner-main-slider .slick-list .slick-track {
    height: 100%;
}
.banner-main-slider .slick-prev {
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: 50px !important;
    z-index: 2;
    opacity: 0;
}
.banner-main-slider .slick-next {
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    right: 50px !important;
    z-index: 2;
    opacity: 0;
}
.banner-main-slider:hover .slick-prev, .banner-main-slider:hover .slick-next {
    opacity: 1;
}
.custom-arrow.slick-arrow {
    height: 70px;
    width: 70px;
	border:none;
	background:transparent;
	padding:0;
}
.custom-next.slick-next:before, .custom-prev.slick-prev:before {
    display: none;
    color: rgba(0,0,0,0.1);
}
.custom-prev svg, .custom-next svg {
    background-color: rgba(0,0,0,0.1);
    height: 70px;
    width: 70px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    -o-border-radius: 80px;
    border-radius: 80px;
    padding: 15px;
}
.custom-prev svg path, .custom-next svg path {
    fill: #fff;
}
.services-slider .slick-prev, .team-slider .slick-prev {
    left: -100px !important;
    z-index: 2;
}
.services-slider .slick-next, .team-slider .slick-next {
    right: -100px !important;
    z-index: 2;
}
.custom-cursor {
    background-color: #236093;
    height: 10px;
    outline: 2px solid #54565b;
    position: absolute;
    width: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.03s ease;
    -webkit-transition: all 0.03s ease;
    -o-transition: all 0.03s ease;
    transition: all 0.03s ease;
    outline-offset: 5px;
    z-index: 9999;
    pointer-events: none;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.custom-cursor.hidden {
    visibility: hidden;
}
.team_box img.attachment-full.size-full {
    height: 320px !important;
    object-position: top;
}
.team-slider .team_box {
    -moz-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    margin: 0 0 60px !important;
}
.team-slider .team_box.slick-current.slick-active.slick-center {
    margin: 60px 0 0 !important;
}
.team_box .profile-card {
    overflow: hidden;
}
.team_box .profile-footer {
    position: absolute;
    top: -100px;
    width: 100%;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    left: 0;
}
.team_box:hover .profile-footer {
    top: 250px;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.footer_icon span.elementor-icon-list-icon {
    font-size: 16px;
    margin-right: 5px;
    background-color: var(--e-global-color-primary);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 0.6em !important;
}
.footer_icon span.elementor-icon-list-icon svg {
    margin: 0 !important;
}
.sticky_header {
    background-color: #fff;
    position: fixed;
    top: 0;
}
.main-menu .menu-item a.hfe-menu-item {
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}
.banner-btn {
    -moz-transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
}
.banner-btn .elementor-icon-wrapper {
    background-color: var( --e-global-color-a74d045 );
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    padding: 10px;
}
.banner-btn .elementor-icon {
    position: relative;
}
.banner-btn .elementor-icon::before {
    content: "";
    background-color: transparent;
    height: 50px;
    position: absolute;
    bottom: 34px;
    width: 50px;
    left: -49px;
    -moz-border-bottom-right-radius: 55px;
    -webkit-border-bottom-right-radius: 55px;
    -o-border-bottom-right-radius: 55px;
    border-bottom-right-radius: 55px;
    -moz-box-shadow: 0 24px 0 -4px var( --e-global-color-a74d045 );
    -webkit-box-shadow: 0 24px 0 -4px var( --e-global-color-a74d045 );
    -o-box-shadow: 0 24px 0 -4px var( --e-global-color-a74d045 );
    box-shadow: 0 24px 0 -4px var( --e-global-color-a74d045 );
}
.banner-btn .elementor-icon::after {
    content: "";
    background-color: transparent;
    height: 50px;
    position: absolute;
    bottom: 34px;
    width: 50px;
    right: -49px;
    -moz-box-shadow: 0 24px 0 -4px var( --e-global-color-a74d045 );
    -webkit-box-shadow: 0 24px 0 -4px var( --e-global-color-a74d045 );
    -o-box-shadow: 0 24px 0 -4px var( --e-global-color-a74d045 );
    box-shadow: 0 24px 0 -4px var( --e-global-color-a74d045 );
    -moz-border-bottom-left-radius: 55px;
    -webkit-border-bottom-left-radius: 55px;
    -o-border-bottom-left-radius: 55px;
    border-bottom-left-radius: 55px;
}
.banner-btn .elementor-icon svg {
    animation: move-up 0.5s infinite alternate;
}
from {
    -moz-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
}
to {
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.main-btn a {
    overflow: hidden;
    position: relative;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
}
.main-btn a::before {
    content: "";
    background-color: var(--e-global-color-accent);
    height: 100%;
    position: absolute;
    top: 0;
    width: 0;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    right: 0;
    z-index: -1;
}
.main-btn a:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}
.main-btn.service-btn a::before {
    background-color: var(--e-global-color-primary);
}
.main-btn.resource-btn a::before {
    background-color: var(--e-global-color-primary);
}
.language-main .gtranslate_wrapper {
    border: 1px solid var(--e-global-color-primary);
    padding-right: 5px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: 1px 1px var(--e-global-color-primary);
    -webkit-box-shadow: 1px 1px var(--e-global-color-primary);
    -o-box-shadow: 1px 1px var(--e-global-color-primary);
    box-shadow: 1px 1px var(--e-global-color-primary);
}
.language-main select {
    border: none;
    background-color: transparent;
    padding: 9px 10px;
}


.language-main .trp-ls-shortcode-current-language,.language-main .trp-ls-shortcode-language{
    
    
    
   border: 1px solid var(--e-global-color-primary);
    -moz-box-shadow: 1px 1px var(--e-global-color-primary);
    -webkit-box-shadow: 1px 1px var(--e-global-color-primary);
    -o-box-shadow: 1px 1px var(--e-global-color-primary);
    box-shadow: 1px 1px var(--e-global-color-primary);
	
}
.language-main .trp-ls-shortcode-current-language, .language-main .trp-language-switcher.trp-language-switcher-container, .language-main .trp-ls-shortcode-language
{
	width:160px !important;
	padding-right: 5px;
	 border-radius: 30px;
	-moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
	height:auto;
	transition:all 0.5s ease;
}

.language-main .trp-language-switcher:focus .trp-ls-shortcode-language, .language-main .trp-language-switcher:hover .trp-ls-shortcode-language {
	border-radius: 15px;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
}

.language-main a {
    border: none;
    background-color: transparent;
    padding: 9px 10px;
}

.language-main .trp-ls-shortcode-language a[title="French"] img {
/*     content: url(https://dev.bdccpa.mtlti.com/wp-content/uploads/2025/04/fr_flag.png) !important; */
	content: url(https://dev.bdccpa.mtlti.com/wp-content/uploads/2025/06/fr-flag.webp) !important;
}
.language-main .trp-language-switcher > div > a{
	display: flex;
    align-items: center;
    gap: 5px;
}
.language-main  a.trp-ls-shortcode-disabled-language.trp-ls-disabled-language[title="French"] img{
	content: url(https://dev.bdccpa.mtlti.com/wp-content/uploads/2025/04/fr_flag.png) !important;
}

.language-main  a.trp-ls-shortcode-disabled-language.trp-ls-disabled-language[title="Français"] img{
/* 	content: url(https://dev.bdccpa.mtlti.com/wp-content/uploads/2025/06/fr-flag.webp) !important; */
	content: url(https://dev.bdccpa.mtlti.com/wp-content/uploads/2025/04/fr_flag.png) !important;
}

.language-main  .trp-ls-shortcode-language a[title="Français"] img{
/* 	content: url(https://dev.bdccpa.mtlti.com/wp-content/uploads/2025/06/fr-flag.webp) !important; */
	content: url(https://dev.bdccpa.mtlti.com/wp-content/uploads/2025/04/fr_flag.png) !important;
}

.testimonial-box .swiper {
    padding: 25px 5px;
}
.testimonial-box .elementskit-single-testimonial-slider {
    -moz-box-shadow: 0 0 25px 0 rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0 0 25px 0 rgb(0 0 0 / 5%);
    -o-box-shadow: 0 0 25px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 5%);
}
.testimonial-box1 .elementskit-single-testimonial-slider {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.testi-count {
    backdrop-filter: blur(10px);
}
.service-img {
    position: relative;
}
.service-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    right: 0;
    left: 0;
    z-index: 0;
    background-image: -moz-linear-gradient(180deg, transparent, #2c4e6b);
    background-image: -webkit-linear-gradient(180deg, transparent, #2c4e6b);
    background-image: linear-gradient(180deg, transparent, #2c4e6b);
    background-image: -o-linear-gradient(180deg, transparent, #2c4e6b);
    background-image: -ms-linear-gradient(180deg, transparent, #2c4e6b);
    background-repeat: no-repeat;
    background-position: center center;
}
.service-content {
    background-color: rgb(255 255 255 / 5%);
    height: 100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    backdrop-filter: blur(50px);
    transform-origin: bottom;
}
.service-box:hover .service-content {
    bottom: 0;
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}
.contact-img {
    position: relative;
}
.contact-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    right: 0;
    left: 0;
    z-index: 0;
    background-image: -moz-linear-gradient(180deg, transparent, #2c4e6b);
    background-image: -webkit-linear-gradient(180deg, transparent, #2c4e6b);
    background-image: linear-gradient(180deg, transparent, #2c4e6b);
    background-image: -o-linear-gradient(180deg, transparent, #2c4e6b);
    background-image: -ms-linear-gradient(180deg, transparent, #2c4e6b);
    background-repeat: no-repeat;
    background-position: center center;
}
.service-title {
    -moz-transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
}
.blog-box .ekit-wid-con .elementskit-post-image-card  .elementskit-entry-thumb {
    overflow: hidden;
}
.blog-box .ekit-wid-con .elementskit-post-image-card  .elementskit-entry-thumb img {
    display: block;
}
.blog-box .ekit-wid-con .elementskit-post-image-card:hover .elementskit-entry-thumb>img {
    opacity: 1;
    -moz-transform: scale(1.05) rotate(0deg);
    -webkit-transform: scale(1.05) rotate(0deg);
    -o-transform: scale(1.05) rotate(0deg);
    transform: scale(1.05) rotate(0deg);
}
.blog-box .ekit-wid-con .elementskit-post-body>p {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.blog-box .elementskit-post-body .entry-title a {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.blog-box .row {
    row-gap: 35px;
}
.team-social {
    bottom: 20px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.team-social .elementor-grid-item {
    -moz-transition: opacity 0.25s, transform 0.3s cubic-bezier(0.26, -0.14, 0, 1.01);
    -webkit-transition: opacity 0.25s, transform 0.3s cubic-bezier(0.26, -0.14, 0, 1.01);
    -o-transition: opacity 0.25s, transform 0.3s cubic-bezier(0.26, -0.14, 0, 1.01);
    transition: opacity 0.25s, transform 0.3s cubic-bezier(0.26, -0.14, 0, 1.01);
    opacity: 0;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}
.team-box:hover .team-social .elementor-grid-item {
    -moz-transition: all 0.5s cubic-bezier(0.26, -0.14, 0, 1.01);
    -webkit-transition: all 0.5s cubic-bezier(0.26, -0.14, 0, 1.01);
    -o-transition: all 0.5s cubic-bezier(0.26, -0.14, 0, 1.01);
    transition: all 0.5s cubic-bezier(0.26, -0.14, 0, 1.01);
    opacity: 1;
    -moz-transform: translateX(0) translateZ(0);
    -webkit-transform: translateX(0) translateZ(0);
    -o-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}
.team-social .elementor-grid-item:nth-child(2) {
    -moz-transition-delay: 0.2s !important;
    -webkit-transition-delay: 0.2s !important;
    -o-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
}
.team-social .elementor-grid-item:nth-child(3) {
    -moz-transition-delay: 0.3s !important;
    -webkit-transition-delay: 0.3s !important;
    -o-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important;
}
.footer-copyright .e-con-inner {
    border-top: 1px dashed #236093;
}
.hover-img {
    overflow: hidden;
}
.hover-img img {
    overflow: hidden;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hover-img:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.hover-img::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.4);
    height: 100px;
    position: absolute;
    top: 50%;
    width: 100px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    border-radius: 200px;
    -moz-transition: all 800ms;
    -webkit-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;
    left: 50%;
    z-index: 1;
    opacity: 0;
    -moz-transform: translate(-50%, -50%) scale(0) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) scale(0) rotate(-45deg);
    -o-transform: translate(-50%, -50%) scale(0) rotate(-45deg);
    transform: translate(-50%, -50%) scale(0) rotate(-45deg);
}
.hover-img:hover::after {
    background-color: transparent;
    opacity: 1;
    -moz-transform: translate(-50%, -50%) scale(6) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) scale(6) rotate(-45deg);
    -o-transform: translate(-50%, -50%) scale(6) rotate(-45deg);
    transform: translate(-50%, -50%) scale(6) rotate(-45deg);
}
.blog-box .elementskit-entry-header {
    overflow: hidden;
}
.blog-box .elementskit-entry-header::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.4);
    height: 100px;
    position: absolute;
    top: 50%;
    width: 100px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    border-radius: 200px;
    -moz-transition: all 800ms;
    -webkit-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;
    left: 50%;
    z-index: 1;
    opacity: 0;
    -moz-transform: translate(-50%, -50%) scale(0) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) scale(0) rotate(-45deg);
    -o-transform: translate(-50%, -50%) scale(0) rotate(-45deg);
    transform: translate(-50%, -50%) scale(0) rotate(-45deg);
}
.blog-box .elementskit-entry-header:hover::after {
    background-color: transparent;
    opacity: 1;
    -moz-transform: translate(-50%, -50%) scale(6) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) scale(6) rotate(-45deg);
    -o-transform: translate(-50%, -50%) scale(6) rotate(-45deg);
    transform: translate(-50%, -50%) scale(6) rotate(-45deg);
}
.team_box .profile-header {
    overflow: hidden;
}
.team_box .profile-header img {
    overflow: hidden;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team_box .profile-header:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.team_box .profile-header::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.4);
    height: 100px;
    position: absolute;
    top: 50%;
    width: 100px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    border-radius: 200px;
    -moz-transition: all 800ms;
    -webkit-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;
    left: 50%;
    z-index: 1;
    opacity: 0;
    -moz-transform: translate(-50%, -50%) scale(0) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) scale(0) rotate(-45deg);
    -o-transform: translate(-50%, -50%) scale(0) rotate(-45deg);
    transform: translate(-50%, -50%) scale(0) rotate(-45deg);
}
.team_box .profile-header:hover::after {
    background-color: transparent;
    opacity: 1;
    -moz-transform: translate(-50%, -50%) scale(6) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) scale(6) rotate(-45deg);
    -o-transform: translate(-50%, -50%) scale(6) rotate(-45deg);
    transform: translate(-50%, -50%) scale(6) rotate(-45deg);
}
.form-box {
    display: flex;
    gap: 15px;
}
.appoint-input {
    width: 100%;
}
.appoint-input input {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    text-transform: unset !important;
}
.appoint-input select {
    margin-top: 20px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    appearance: none;
}
.appoint-box-main p {
    margin-bottom: 0;
}
.appoint-input br {
    display: none;
}
.appoint-input textarea {
    margin-top: 20px;
    height: 100px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    overflow-y: auto;
}
.appoint-input .wpcf7-acceptance {
    display: inline-block;
    margin: 15px 0;
}
.appoint-input .wpcf7-submit {
    border: none;
    color: #fff;
    background-color: var e global color primary;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 12px 25px;
}
.appoint-input .wpcf7-submit {
    background-color: var(--e-global-color-primary);
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
}
.appoint-input .wpcf7-submit:hover {
    background-color: var(--e-global-color-accent);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.service-cta {
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.service-cta-img {
    position: relative;
}
.service-cta-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    right: 0;
    left: 0;
    z-index: 0;
    background-image: -moz-linear-gradient(180deg, transparent, #00080e);
    background-image: -webkit-linear-gradient(180deg, transparent, #00080e);
    background-image: linear-gradient(-90deg, transparent, #00080e);
    background-image: -o-linear-gradient(180deg, transparent, #00080e);
    background-image: -ms-linear-gradient(180deg, transparent, #00080e);
    background-repeat: no-repeat;
    background-position: center center;
}
.service-detail-img:hover::after {
    -moz-transform: translate(-50%, -50%) scale(10) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) scale(10) rotate(-45deg);
    -o-transform: translate(-50%, -50%) scale(10) rotate(-45deg);
    transform: translate(-50%, -50%) scale(10) rotate(-45deg);
}
.contact-top .elementor-icon-box-icon {
    position: absolute;
    top: -35px;
    left: 50%;
    -moz-transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
}
.whyus-box {
    backdrop-filter: blur(10px);
}
.newsletter-box {
    position: relative;
}
.single-post .site-main.post {
    padding: 50px 20px;
}
.single-post .site-main.post  .entry-title {
    font-family: 'Montserrat';
}
.single-post .site-main.post .page-content p {
    font-family: 'Roboto';
}
.single-post .site-main.post .comments-area .comment-reply-title {
    font-family: 'Montserrat';
}
.single-post .site-main.post .comments-area .comment-form p {
    font-family: 'Roboto';
}
.single-post .site-main.post .comments-area .comment-form input {
    -moz-border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    -o-border-radius: 25px !important;
    border-radius: 25px !important;
}
.single-post .site-main.post .comments-area .comment-form textarea {
    -moz-border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    -o-border-radius: 25px !important;
    border-radius: 25px !important;
}
.single-post .site-main.post .comments-area .comment-form label {
    margin-bottom: 5px;
}
.single-post .site-main.post .comments-area .comment-form a {
    color: var(--e-global-color-primary);
}
.single-post .site-main.post .comments-area .comment-form input[type="submit"] {
    border: 1px solid transparent;
    font-family: 'Montserrat';
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-primary);
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: .5rem 2rem;
}
.single-post .site-main.post .comments-area .comment-form input[type="submit"]:hover {
    background-color: var(--e-global-color-accent);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.fixed_header {
    background-color: #fff;
    position: sticky;
    top: -10px;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    z-index: 99;
}
.fixed_header.sticky_header {
    background-color: #fff;
    position: fixed;
    top: 0;
}

.testi-main-box .elementskit-single-testimonial-slider .elementskit-commentor-content p {
	height:130px;
	overflow-y:auto;
}

.services-popup-main {
	display:none;
}

@media only screen and (max-width: 767px) {
.banner-btn .elementor-icon::after {
    bottom: 28px;
    right: -44px;
}
.banner-btn .elementor-icon::before {
    bottom: 28px;
    left: -44px;
}
.banner-btn .elementor-icon {
    padding: 15px !important;
}
.banner-main-slider {
    height: 410px;
	width:100% !important;
	box-sizing:border-box;
}
.banner-main-slider .slick-prev {
    left: 20px !important;
    z-index: 2;
}
.custom-prev svg, .custom-next svg {
    background-color: rgba(0,0,0,0.5);
    height: 50px;
    width: 50px;
    padding: 10px;
}
.custom-arrow.slick-arrow {
    height: 50px;
    width: 50px;
}
.banner-main-slider .slick-next {
    right: 20px !important;
    z-index: 2;
}
	
	.banner-slide-item>div {
		margin-left:0 !important;
		margin-right:0; !important;
	}
	
	
	.banner-main-slider .slick-list {
		width: 100% !important;
	}
	
	.banner-main-slider .banner-slide::after {
		content:"";
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background-color:#020c14;
		opacity:0.4;
		z-index:-1;
	}
	.banner-main-slider .banner-slide {
		position:relative;
		z-index:5;
	}
	
	.banner-slide-item h2 {
		color:#fff !important;
	}

	.banner-slide-item p {
		color:#fff;
	}
	
	
.services-slider .slick-prev, .team-slider .slick-prev {
    left: -10px !important;
}
.services-slider .slick-next, .team-slider .slick-next {
    right: -5px !important;
}

.team-slider .team_box.slick-current.slick-active.slick-center {
    margin: 0 0 0 !important;
}
	
.team-slider .team_box {
    margin: 0 0 10px !important;
}
	
}
@media only screen and (max-width: 575px) {
.footer-contact .elementor-icon-box-wrapper {
    align-items: center;
}
.footer-bottom .elementor-icon-list-items {
    gap: 15px;
    flex-direction: column;
}
.appoint-right .elementor-icon-box-wrapper {
    align-items: center;
}
.appoint-contact .elementor-icon-box-wrapper {
    align-items: center;
}
.form-box {
    flex-direction: column;
}
.banner-main-slider .slick-dots {
    bottom: 35px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.banner-main-slider {
    height: 600px;
}
.banner-main-slider .slick-prev {
    left: 20px !important;
    z-index: 2;
}
.custom-prev svg, .custom-next svg {
    background-color: rgba(0,0,0,0.5);
    height: 50px;
    width: 50px;
    padding: 10px;
}
.custom-arrow.slick-arrow {
    height: 50px;
    width: 50px;
}
.banner-main-slider .slick-next {
    right: 20px !important;
    z-index: 2;
}
	.banner-slide {
		background-position:35% center !important;
	}
	.banner-slide-item {
		width:85% !important;
	}
	
.services-slider .slick-prev, .team-slider .slick-prev {
    left: -12px !important;
}
.services-slider .slick-next, .team-slider .slick-next {
    right: 5px !important;
}
.footer-bottom .elementor-icon-list-items {
    gap: 15px;
}
.team_box.team-item img.attachment-full.size-full {
    height: 280px !important;
}
.team_box.team-item:hover .profile-footer {
    top: 200px;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1259px) {
.services-slider .slick-prev, .team-slider .slick-prev {
    left: -20px !important;
}
.services-slider .slick-next, .team-slider .slick-next {
    right: -20px !important;
}
.custom-prev svg, .custom-next svg {
    background-color: rgba(0,0,0,0.3);
}
.banner-slide-item {
    left: 8% !important;
}
.banner-main-slider .slick-prev {
    left: 30px !important;
}
.banner-main-slider .slick-next {
    right: 30px !important;
}
	.language-main .trp-ls-shortcode-current-language, .language-main .trp-language-switcher.trp-language-switcher-container, .language-main .trp-ls-shortcode-language {
		width:130px !important;
		padding:5px 2px;
	}
	
	.fixed_header .main-menu .elementskit-navbar-nav>li>a {
		padding:9px 10px !important;
	}
	
	.fixed_header .main-btn .elementor-button {
		padding:15px 15px !important;
	}
	
/* 	.testi-subtitle h2 {
		font-size:34px;
		line-height:44px;
	} */
}
@media only screen and (min-width: 1260px) and (max-width: 1440px) {
.services-slider .slick-prev, .team-slider .slick-prev {
    left: -20px !important;
}
.services-slider .slick-next, .team-slider .slick-next {
    right: -20px !important;
}
.custom-prev svg, .custom-next svg {
    background-color: rgba(0,0,0,0.3);
}
.banner-main-slider .slick-prev {
    left: 20px !important;
}
.banner-main-slider .slick-next {
    right: 20px !important;
}
.banner-slide-item {
    left: 5% !important;
}
}
