
@font-face {
    font-family: mainFont;
    src: url('League_Spartan/LeagueSpartan-VariableFont_wght.ttf');
}

@font-face {
    font-family: secondaryFont;
    src: url('Acme/Acme-Regular.ttf');
}

body{
    font-family: 'mainFont';
    font-size:15px;
}

.uranus.tparrows{
    top:95% !important
}

.uranus.tparrows:before{
    font-size: 25px;
}

.section{
    background:#fff;
}

.menu-link{
    color:#fff !important;
}

.is-expanded-menu .sticky-header #header-wrap .menu-link{
    padding: 15px;
    color: #fff;
    font-size: 12px;
}

.is-expanded-menu #header.full-header.transparent-header #header-wrap{
    border-bottom: 0 !important;
}

.is-expanded-menu .full-header #logo{
    border-right:0 !important;
}

#section-features {
    padding: 20px !important;
    text-align: center;
    font-size: 18px;
}

#section-features img {
    width: 40px;
    margin-bottom: 10px;
}

#section-features .feature-name {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 18px;
}

#section-features p {
    font-size: 14px;
}

.vertical-divider {
    border-right-width: 1px;
    border-right-style: solid;
}

.left-vertical-divider {
    border-left-width: 1px;
    border-left-style: solid;
}

#section-about-us .colored-area{
    /* height:300px;
    margin-top: 110px;
    z-index: 0;
    position: relative; */
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -25%);
    width: 200px;
    height: 50%;
    width: 100%;
}

#section-about-us .about-container{
    padding:0 60px;
}

.animated-border {
    width: 95%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);   
    animation: rotate 5s infinite linear;
    border-radius: 100%;
    max-width: 100%;
    padding: 3px;
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* .about-content-wrapper{
    top: 10px;
    position: absolute;    
} */

.about-us-content{
    background: #ffffff;
    padding: 40px;
    border-radius: 30px;
    line-height: 26px;
    font-size: 16px;
    z-index: 15;
    position: relative;
    border-top: 1px solid #4748480d;
    box-shadow: 2px 5px 3px #babbbb4d;
}

.about-content-description-wrapper{
    padding:0;
}

#section-about-us .round-img{
    border: 2px solid transparent;
    /* padding: 3px; */
    z-index: 10;
    position: relative;
}

.about-img-border {
    width: 100%;
    height:100%;
    line-height: 90px;
    font-size: 45px;
    text-align: center;
    color: transparent;
    position: relative;
    box-shadow: 0 0 0 5px transparent;
    border-radius: 50%;
}

.about-img-border:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 4px;
    z-index: 1;
    animation: spin 10s linear infinite;
    display: block;
}

@keyframes  spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.round-img{
    border-radius: 100%;
}

.about-content-card{
    top: -350px;
    position: relative;
    left: 150px;
}

.garden-btn {
    min-width: 125px;
    height: 44px;
    display: inline-block;
    color: #fff;
    border-radius: 30px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
    line-height: 45px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: auto !important;
}

.garden-btn:hover{
    color:#fff;
}

.garden-btn.sm-btn{
    min-width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 50px;
}

.move-eff span {
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.move-eff::before {
    content: '';
    position: absolute;
    top: 50px;
    left: -5px;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 190px solid rgba(255, 255, 255, 0.25);
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.move-eff::after {
    content: '';
    position: absolute;
    top: 50px;
    left: -5px;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 190px solid rgba(255, 255, 255, 0.25);
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.move-eff::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.move-eff:hover::before {
    opacity: 1;
    -webkit-transform: translate(0px, -190px);
    transform: translate(0px, -190px);
}

.move-eff:hover::after {
    opacity: 1;
    -webkit-transform: translate(0px, -150px);
    transform: translate(0px, -150px);
}

.main-headings {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.main-headings h1, .main-headings h2 {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 500;
    margin: 0;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

.main-headings span {
    display: block;
    content: attr(data-mask);
    position: absolute;
    text-align: center;
    margin-top: -15px;
    top: 0;
    font-weight: 900;
    font-size: 65px;
    line-height: 1;
    z-index: 1;
    color: #f4f4f4;
    text-transform: uppercase;
    width: 100%;
}


/**services section **/
#section-services {
    margin-top: -30px !important;
}

.service-card {
    box-shadow: 0 0 5px #e1e1e1;
    background: linear-gradient(to bottom, #efefef 50%, #fff 50%);
    border-radius: 20px;
    min-height: 30px;
    height: auto;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    padding: 20px;
    margin-bottom: 20px;
}

.service-card:hover img {
    transform: scale(1.2);
    transform-origin: 50% 50%;
    transition: all .5s ease-in-out;
}

.service-card:hover .service-title:after {
    width: 60%;
    transition: all .5s ease-in-out;
}

.service-card .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 100%;
    border-radius: 500px;
    border: 3px solid #fff;
    padding: 3px;
}

.service-card img {
    z-index: 100;
    position: relative;
    border-radius: 500px;
    transition: all .5s ease-in-out;
    overflow: hidden;
    max-width: 100%;
    display: block;
    width: 100%;
    transform: scale(1);
}

.service-card .service-details {
    background: #fff;
    padding: 0 10px 20px 10px;
    position: relative;
}

.service-card .service-title {
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold;
}

.service-card .service-title:after {
    content: '';
    display: block;
    margin: auto;
    height: 1px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
    margin-top: 10px;
}

.service-card .service-description {
    margin-bottom: 20px;
    min-height: 60px;
    font-size: 15px;
}

#section-middle-contact {
    z-index: 100;
    clip-path: ellipse(100% 55% at 48% 44%);
}

.middle-contact-content .display-4 {
    color: #fff;
    font-family: 'secondaryFont' !important;
}

.middle-contact-content .display-4 a {
    color: #fff;
    font-size: 50px;
}


#section-products {
    background: #f7f7f7;
    padding: 60px 60px 30px 60px;
    margin-top: -100px !important;
}

#section-products .main-headings{
    margin-top: 100px !important;
}

.product-card {
    padding: 0 0 20px 0;
    box-shadow: 0px 2px 5px #c7c7c7;
    background: #fff;
    border-radius: 25px;
    margin-bottom: 20px;
}

.product-card:hover {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    0% {
      transform: translateX(0);
    }
  
    12.5% {
      transform: translateX(-6px) rotateY(-9deg) skewY(1deg);
    }
  
    37.5% {
      transform: translateX(5px) rotateY(4.5deg) skewY(-1deg);
    }
  
    62.5% {
      transform: translateX(-3px) rotateY(-2.25deg) skewY(0);
    }
  
    87.5% {
      transform: translateX(2px) rotateY(3deg) ;
    }
  
    100% {
      transform: translateX(0);
    }
}

.product-card img {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

.product-details {
    padding: 0 15px;
}

.product-read-more-circle {
    width: 100%;
    height: 40px;
}

.product-card .product-title {
    text-align: center;
    /* padding: 20px 0; */
    font-size: 20px;
    font-weight: bold;
    min-height: 40px;
}

.product-card .product-title a {
    color: #111;
}

.product-card .product-title:after {
    content: '';
    display: block;
    margin: auto;
    height: 1px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
    margin-top: 10px;
}

.product-card:hover .product-title:after {
    width: 60%;
    transition: all .5s ease-in-out;
}

.product-card:hover .product-read-more-circle i {
    border: none;
    color: #fff;
    transition: all .5s ease-in-out;
}

.product-card .product-description {
    text-align: center;
    min-height: 90px;
    font-size: 15px;
}

.product-read-more-circle i {
    background: #ffffff;
    width: 50px;
    padding: 10px;
    text-align: center;
    border-radius: 100px;
    height: 50px;
    margin-bottom: 10px;
    line-height: 31px;
    font-size: 18px;
    margin: -50% auto;
    border: 2px solid #fff;
}

.owl-carousel.owl-loaded {
    display: block;
}

/**testimonials**/
#section-testimonials .testimonial-main-row{
	min-height: 350px;
}

#section-testimonials .testimonial-left{
	background:#f5f5f5; 
}

#section-testimonials .testimonial-right{
	padding:50px 0;
	align-content: center;
	/* filter: brightness(95%); */
}

#section-testimonials .testimonial-content-wrapper{
    background: transparent;
	width: 100%;
    margin-left: -20%;
    padding: 20px 40px;
    box-shadow: 0px 0px 3px #c3c3c3;
    border-radius: 10px;
	font-size: 14px;
	line-height: 26px;
	min-height: 450px;
}

#section-testimonials .testimonial-content-wrapper .row{
	margin-top:60px;
}

#testimonial-carousel .owl-dots{
	display: none;
}

/* #section-testimonials .testimonial-content-wrapper .testimonial-content::first-letter{
	font-size: 250%;
	color: #333;
	font-weight: bold;
} */

#section-testimonials .testimonial-content-wrapper .testimonial-content .testimonial-title{
	font-size:24px;
	font-weight: bold;
	margin-bottom: 20px;
	min-height: 55px;
} 

#section-testimonials .testimonial-content-wrapper .testimonial-content .testimonial-para{
	min-height: 180px;
    font-size: 16px;
} 

#section-testimonials .testimonial-content-wrapper .testimonial-img img{
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
    padding: 2px;
    border-right: none !important;
}

.client-details-wrapper{
	text-align: right;
}

.client-details-wrapper.cdw-ss{
	display: none;
}

.client-details-wrapper .client-name{
	font-size: 19px;
    color: #333;
    font-weight: bold;
}

.client-details-wrapper .client-designation{
	color: #333;
    font-size: 15px;
}

.double-qoutes-wrapper{
	font-family: "Catamaran", sans-serif;
    font-size: 180px;
    margin-top: -90px;
    text-align: right;
    color: #ebd0a9;
    transform: rotate(-180deg);
    margin-left: -50px;
    font-weight: 400;
    font-style: normal;
    position: relative;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap::before {
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\f062';
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    opacity: 0;
    background-image: linear-gradient(298deg, #da2c4d, #aa8453);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap::after {
    position: absolute;
    font-family: "font-icons";
    font-weight: 900;
    content:"\e7a6";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #ab8a62;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap svg.progress-circle path {
    stroke: #aa8453;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap svg path {
    fill: none;
}


/**section contact us**/

#section-contact-us{
	margin:80px 0;
}

#section-contact-us #map ,#section-contact-us #map iframe{
	height: 200px;
}

#section-contact-us .form-wrapper{
	padding: 20px 40px;
    box-shadow: 0px 22px 27px -15px #000000;
    border-top: 1px solid #f7f7f7;
    z-index: 100;
    position: relative;
    background: #f8f8f8
}

#section-contact-us .form-wrapper .form-title{
	text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 20px;
}

#section-contact-us .sm-form-control{
	padding:6px 14px;
	font-size: 14px;
}

#section-contact-us .contact-details{
	padding: 20px 0;
	font-size: 16px;
	line-height: 30px;
}

#section-contact-us .contact-icons{
	font-size: 18px;
    margin-right: 20px;
	font-weight: bold;
	min-width: 25px;
}

#section-contact-us .contact-links{
	color:#555;
}

footer{
    padding: 60px 60px 20px 60px;
    color: #fff;
    font-size: 14px;
    margin-top: -150px;
    z-index: 0;
    position: relative;
}

.copyrights{
	border-top: 1px solid #6e6e6e;
    padding: 20px 0;
    margin-top: 20px;
	color: #bbb;
}

footer .footer-menu{
	display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

footer .footer-menu .footer-menu-item a{
	color:#fff;
}

footer .footer-menu .footer-menu-item a:hover{
	color:#bbb;
}

footer .social-icons-wrapper{
	display: flex;
    list-style-type: none;
	margin-bottom: 5px;
}

footer .social-icons-wrapper li{
	margin-right: 20px;
}

footer .social-icons-wrapper li a{
	color:#fff;
	font-size: 20px;
	padding: 20px;
}

footer .social-icons-wrapper li a:hover{
	border-radius: 4px;
    color:#fff;
}

#section-contact-us button.garden-btn {
    border: none !important;
}

.si-facebook:hover, .si-colored.si-facebook {
    background-color: #3B5998 !important;
}

.si-instagram:hover, .si-colored.si-instagram {
    background-color: #8A3AB9 !important;
}

.si-linkedin:hover, .si-colored.si-linkedin {
    background-color: #0E76A8 !important;
}

.si-tiktok:hover, .si-colored.si-tiktok {
    background-color: #000 !important;
}

.si-whatsapp:hover, .si-colored.si-whatsapp {
    background-color: #25D366 !important;
}

.powered-by-link{
    color:#c5c5c5 !important;
}

/**product categories**/

#section-home-product-categories .card-img, #section-home-product-categories .card {
    border-radius: 0 !important;
}

#section-home-product-categories img {
    border-radius: 2px !important;
}

.course-categories .card a span {
    display: block;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 1px;
    position: absolute;
    top: 85%;
    left: 50%;
    text-align: center;
    color: #161616;
    text-shadow: navajowhite;
    width: 100%;
    background: #efefef;
    padding: 18px 10px;
    text-shadow: none;
    font-weight: bold;
    color: #efefef;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.course-categories  .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* border: 1px solid rgba(0, 0, 0, 0.125); */
    border-radius: 0.25rem;
}

.hover-effect {
    -webkit-transition: transform .25s ease, box-shadow .3s ease;
    -o-transition: transform .25s ease, box-shadow .3s ease;
    transition: transform .25s ease, box-shadow .3s ease;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    box-shadow: none;
    border: 0;
}

@media only screen and (max-width: 2000px) {
    /* #section-about-us {
        padding-bottom: 450px;
    } */
}

@media only screen and (max-width: 1600px) {
    /* #section-about-us {
        padding-bottom: 350px;
    } */
}

@media only screen and (min-width:991px) and (max-width: 1200px) {
    .about-content-card {
        top: -250px;
        position: relative;
        left: 75px;
    }

    /* #section-about-us {
        padding-bottom: 300px;
    } */

} 

@media only screen and (max-width: 1100px) {
   .client-details-wrapper{
		display: none;
	}

	.client-details-wrapper.cdw-ss{
		display: block;
		text-align: center;
	}

	#section-testimonials .testimonial-content-wrapper{
		min-height: 300px;
	}
}

@media only screen and (max-width: 991px) {
    #section-testimonials .testimonial-content-wrapper{
		width: 110%;
		margin-left: -30%;
		padding: 20px;
	}

    .main-headings span{
        font-size: 45px;
        margin-top: 0px;
    }

    
    .menu-item {
        border-bottom: 1px dashed beige;
    }

}

@media only screen and (max-width: 767px) {
    /* #section-about-us {
        padding-bottom: 350px;
    } */

    #section-services{
        padding-left: 40px;
        padding-right: 40px;
    }

    #section-testimonials .testimonial-content-wrapper {
		width: 130%;
		margin-left: -50%;
	}

	#section-testimonials .testimonial-content-wrapper .testimonial-img img{
		-webkit-border-radius: 400px;
		-moz-border-radius: 400px;
		border-radius: 400px;
		width: 60%;
		margin-left: 20%;
	}

    footer{
		padding: 60px 20px 20px 20px;
	}

	footer .social-icons-wrapper{
		margin: 40px 0;
		justify-content: center;
	}

	.copyrights{
		text-align: center;
	}

	footer .footer-menu{
		display: inline;
		line-height: 30px;
	}

	footer .footer-menu-wrapper{
		text-align: center;
	}

	footer .footer-menu .footer-menu-item{
		display: inline-block;
		margin-right: 20px;
	}

    #section-features .vertical-divider:nth-child(3) {
        border-left-width: 1px;
        border-left-style: solid;
    }

     .course-categories .card a span{
        padding: 10px;
    }
}

@media only screen and (max-width: 667px) {
    /* #section-about-us {
        padding-bottom: 330px;
    } */
}

@media only screen and (max-width: 575px) {
    /* #section-about-us {
        padding-bottom: 450px;
    } */
    .about-content-card {
        padding: 0 20px;
    }

    /* .about-content-wrapper{
        padding:0 15px;
    } */
}

@media only screen and (max-width: 565px) {
    .course-categories .card a span{
        min-height: 60px;
        top: 75%;
        font-size: 13px;
    }
}