/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@400;500;600;700&display=swap');
:root {
    --general: #20242F;
    --second-color: #793992;
    --pink: #D82D7B;
    --plyr-color-main: var(--pink);
    --plyr-audio-controls-background: transparent;
    --gradient: linear-gradient(260deg, #FB7818 0%, #DA3275 35%, #8F51B3 70%, #17D0D3 100%);
}

body {
    font-family: 'Spartan', sans-serif!important;
}

.elementor-element-f80a324 .elementor-nav-menu--main .elementor-nav-menu a {
    position: relative;
    display: block;
    color: var(--general) !important;
    margin: 0 max(1vw, 5px);
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.041em;
    position: relative;
}


/* .elementor-element-f80a324 .elementor-nav-menu--main .elementor-nav-menu a:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    background-image: var(--gradient);
    height: 2px;
    width: 0%;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
} */

.elementor-element-f80a324 .elementor-nav-menu--main .elementor-nav-menu a:hover,
.elementor-element-f80a324 .elementor-nav-menu--main .elementor-nav-menu a.elementor-item-active {
    color: var(--general) !important;

}

.elementor-element-f80a324 .elementor-nav-menu--main .elementor-nav-menu a.elementor-item-active:before,
.elementor-element-f80a324 .elementor-nav-menu--main .elementor-nav-menu a:hover:before {
    width: 100%;
}

.elementor-element-f80a324 .elementor-nav-menu--main .elementor-nav-menu li::after{
    display: none;
}
.elementor-element-f80a324 .elementor-nav-menu--main .elementor-nav-menu li:not(:last-child) a:after {
    content: "•";
    display: block;
    position: absolute;
    right: -20%;
    top: 10px;
    font-size: 12px;
    color: #5d85bf;
    background: rgba(0, 0, 0, 0) !important;
    opacity: 1 !important;
}

.videoPlayButton {
    color: #fff;
}

.headingWithLogo h2 {
    position: relative;
}

.headingWithLogo h2:before {
	content: "";
    display: inline-block;
    position: relative;
    background-image: url(../../uploads/2023/11/logoIcons.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 120px;
    height: 56px;
    top: 10px;
    margin-right: max(1.5vw, 0px);
}

.serviceSect .serviceBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.serviceSect .serviceBox figure.elementor-image-box-img {
    width: 66px !important;
    height: 66px !important;
    padding: 15px;
    border-radius: 100%;
    background: rgba(211, 231, 231, 0.3);
}

.serviceSect .serviceBox p.elementor-image-box-title {
    position: relative;
}

.serviceSect .serviceBox p.elementor-image-box-title:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 2px solid var(--general);
    border-right: 2px solid var(--general);
    transform: rotate(45deg);
    margin-left: 10px;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.serviceSect .serviceBox:hover p.elementor-image-box-title:after {
    opacity: 1;
}

[data-elementor-type="footer"] {
    position: relative;
}

[data-elementor-type="footer"]:before {
    content: "";
    display: block;
    position: absolute;
    height: 93px;
    width: 100%;
    top: -92px;
    left: 0;
    background-color: var(--general);
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    z-index: 3;
}

/* [data-widget_type="button.default"] a {
    display: inline-block;
    text-align: center;
    min-width: 230px;
    border-radius: 100rem;
    font-weight: 700;
    font-size: 16px;
    line-height: 2;
    padding: 12px 50px;
    cursor: pointer;
    color: var(--general);
    border: solid 5px transparent;
    background-image: var(--gradient);
    background-origin: border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
    text-decoration: none;
    display: inline-block;
    z-index: 1;
    color: #20242F;
    padding: 3px 10px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.041em;
    position: relative;
}

[data-elementor-type="footer"] [data-widget_type="button.default"] a {
    box-shadow: 2px 1000px 1px var(--general) inset;
    color:#fff;
}
[data-widget_type="button.default"] a:hover {
    color: #fff !important;
    box-shadow: 2px 1000px 1px rgba(255, 255, 255, 0) inset;
} */
.imageGallery img{
	width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin-right: 10px;
  filter: grayscale(100%);
	}
.testimonialsSect .swiper-pagination {
    position: absolute;
    top: -100px;
    left: 100%;
    width: 40px;
	font-size:0!important;
}
.testimonialsSect .swiper-pagination span.swiper-pagination-current {
  font-size: 28px;
  font-weight: 700;
  position: relative;
  display: block;
}
.testimonialsSect .swiper-pagination span.swiper-pagination-total {
  font-size: 18px;
  font-weight: 700;
  padding-left: 50px;
  position: relative;
  top: -8px;
}
.testimonialsSect .swiper-pagination span:before{
  content:'0';
}
.testimonialsSect .swiper-pagination span.swiper-pagination-current:after{
  content: "";
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 70px;
  height: 2px;
  transform: rotate(-45deg);
  z-index: 3;
  background-color: #D8E0E1;
}
.formBtn button[type="submit"]{
    /* 	display: inline-block;
    text-align: center;
    min-width: 230px;
    border-radius: 100rem;
    font-weight: 700;
    font-size: 16px;
    line-height: 2;
    padding: 12px 50px;
    cursor: pointer;
    color: var(--general)!important;
    border: solid 5px transparent;
    background-image: var(--gradient);
    background-origin: border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
    text-decoration: none;
    display: inline-block;
    z-index: 1;
    color: #20242F;
    padding: 3px 10px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.041em;
    position: relative; */
    font-family: "League Spartan", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    fill: #FFFFFF;
    color: #FFFFFF!important;
    background-color: #CBDBDD!important;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #CBDBDD;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 50px 15px 50px;
    }

.formBtn button[type="submit"]:hover{
    /* 	color: #fff !important;
    box-shadow: 2px 1000px 1px rgba(255, 255, 255, 0) inset; */
    color: #686887!important;
    background-color: #92BCCA!important;
    border-color: #92BCCA;
    transform: translateY(-8px);
    }

/* .formBtn button[type="submit"]:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    background-image: var(--gradient);
    height: 2px;
    width: 0%;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
} */
.contactDetailsList ul li a{
    position:relative;
    display:inline-block;
    width:fit-content!important;
    width:-moz-fit-content!important;
    width:-webkit-fit-content!important;
}

.contactDetailsList ul li a:before{
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    background-image: var(--gradient);
    height: 2px;
    width: 0%;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.contactDetailsList ul li a:hover:before {
    width: 100%;
}
@media screen and (max-width:991px){
	.testimonialsSect .swiper-pagination {
		position: absolute;
		top: -100px;
		left: calc(100% - 100px);
	}
	.testimonialsSect .swiper-pagination span.swiper-pagination-current {
		font-size:20px;
	}
	.testimonialsSect .swiper-pagination span.swiper-pagination-total{
		font-size:16px;
	}
}
@media screen and (max-width:768px){
	.testimonialsSect .swiper-pagination {
		position: absolute;
		top: -100px;
		left: calc(100% - 100px);
	}
	.testimonialsSect .swiper-pagination span.swiper-pagination-current {
		font-size:16px;
	}
	.testimonialsSect .swiper-pagination span.swiper-pagination-total{
		font-size:12px;
	}
	.headingWithLogo h2:before {
		width: 60px;
		height: 30px;
	}
}