

:root,
:root.red {
  --bg-color: #fff;
  --text-color: #ffa500;
}

img.top-left-vector {
    position: absolute;
    top: 15%;
    left: 2%;
}
img.bottom-left-vector {
    position: absolute;
    bottom: 24%;
    left: 1%;
}
img.top-right-vector {
    position: absolute;
    top: 12%;
    right: 2%;
}
img.bottom-center-vector {
    position: absolute;
    bottom: 0;
    left: 35%;
}
.carousel.pointer-event {
    touch-action: pan-y;
    margin-top: 0px;
}


.toggle-container {
  position: relative;
}

.theme-btn {
  width: 6em;
  height: 6em;
  padding: 0.5em;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.theme-btn img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

a#Dot1 {
    color: #115f31;
}
.dark .theme-btn.light {
  display: block;
}
.main-banner-caption h6 {
    color: #fff;
    font-weight: 500;
    margin: 0;
    font-size: 16px;
}
/*.main-banner-caption {
    position: absolute;
    top: 24%;
    z-index: 99;
    left: 6rem;
    width: 42%;
}*/
.main-banner-caption h2 {
    font-size: 60px;
    color: var(--white-color);
    font-family: 'ClashDisplay-Medium';
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.main-banner-caption h2 span{
	color: #fff;
    font-family: 'ClashDisplay-Bold';
}
	
.main-banner-caption p {
    color: #fff;
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-300);
    margin: 10px 0 25px;
}
	

.main-banner-item a img {
    position: absolute;
    right: 6px;
    top: 3px;
}
.get-connected form {
    display: flex;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    justify-content: space-around;
}
.connected-form label {
    display: flex;
    font-size: 14px;
    color: #000;
}
.get-connected {
    position: absolute;
    bottom: 10%;
    width: 50%;
    left: 10%;
    z-index: 9;
}
.connected-form select {
    width: 170px;
    border: none;
    font-size: 14px;
}
.connected-form input {
    width: 170px;
    font-size: 14px;
    border: none;
}
.get-connected h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}
.connected-form input:focus{
    box-shadow: none;
}
.connected-form input:focus-visible{
    outline: none;
}
.connected-form select:focus-visible{
    outline: none;
}
.connected-form select:focus{
    box-shadow: none;
}
.connected-form-btn button {
    border: none;
    background: none;
}

.round-vector {
    position: absolute;
    bottom: -40px;
    right: 20px;
}
.banner-people {
    position: absolute;
    bottom: 0;
    right: -21%;
}


.vector-one{
    text-align: center;
    margin-top: 20px;
}
.aboutus-images {
    display: flex;
    justify-content: space-between;
}
.aboutus-text h2 {
    font-size: 45px;
    color: var(--primary-color);
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 30px;
}
.count-number {
    color: var(--primary-color);
    font-size: 34px;
    font-weight: 400;
    line-height: normal;
}
.vector-two{
    margin-bottom: -5px;
    margin-top: 30px;
}
#counter p {
    color: #808285;
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 0;
}
.about-counter {
    text-align: center;
    background: #e6e9ef;
    padding: 5px 0 10px;
    margin-bottom: 18px;
}
.aboutus-section{
    padding: 100px 0 0;
}
.service-box {
    position: relative;
}

.service-caption a {
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 0;
    transition: .5s cubic-bezier(0, 0, .2, 1);
}
.service-caption.overlay {
    position: absolute;
    width: 85%;
    left: 7%;
    transition: .5s cubic-bezier(0, 0, .2, 1);
    bottom: 20px;
    padding: 15px;
    border-radius: 7px;
}
.service-caption h3 {
    font-size: 24px;
    color: #fff;
    transition: .5s cubic-bezier(0, 0, .2, 1);
    font-weight: 600;
}
.service-caption p {
    margin-bottom: 0;
    height: 0;
    opacity: 0;
    color: #999999;
    font-size: 14px;
    transition: .5s cubic-bezier(0, 0, .2, 1);
}
.service-box:hover h3 {
    color: var(--primary-color);
}
.service-box:hover .service-caption p{
    height: 100%;
    opacity: 1;
}
.service-box:hover .service-caption a{
 opacity: 1;
}
.service-box:hover .service-caption{
 background: #fff;
}

.trust-round{
    text-align: center;
}
.services-section{
    padding: 50px 0;
}
.services-section h2 {
    color:var(--primary-color);
}
.trust-section{
    padding: 60px 0 30px;
}
.trust-section h2 {
    margin-bottom: 20px;
    color: #2C2C2C;
    font-size: 40px;
}
.trust-section p{
    color: #000;
}
.trust-round-border-one {
    border: 1px solid #00000014;
    border-radius: 100%;
    padding: 50px;
    margin: 0 auto;
    width: 52%;
    position: relative;
}
.trust-round-border-two {
    border: 1px solid #00000014;
    border-radius: 100%;
    padding: 46px;
    margin: 0 auto;
}
.trust-round-border-three {
    border: 1px solid #00000014;
    border-radius: 100%;
    padding: 42px;
    margin: 0 auto;
}
.trust-pointers {
    display: flex;
    align-items: flex-start;
}
.trust-pointers img{
    margin:0 15px;
}
.trust-pointers h3 {
    font-size: 20px;
    color:var(--primary-color);
    font-weight: 600;
}


.pointer-1 {
    position: absolute;
    top: 19%;
    left: -8%;
}
.pointer-2 {
    position: absolute;
    top: 36%;
    left: -18%;
}
.pointer-3 {
    position: absolute;
    top: 55%;
    left: -16%;
}
.pointer-4 {
    position: absolute;
    bottom: 19%;
    left: -6%;
}
.trust-pointers.pointer-first {
    display: block;
    text-align: center;
    position: absolute;
    top: 6%;
    left: 34%;
}

.trust-pointers.pointer-5 {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 6.5%;
    left: 36%;
}


.pointer-9 {
    position: absolute;
    top: 19%;
    right: -8%;
}
.pointer-8 {
    position: absolute;
    top: 36%;
    right: -17%;
}
.pointer-7 {
    position: absolute;
    top: 55%;
    right: -0%;
}
.pointer-6 {
    position: absolute;
    bottom: 19%;
    right: -6%;
}
.trust-top-logo {
    position: absolute;
    left: 33.5%;
    top: -16px;
}
.trust-bottom-logo {
    position: absolute;
    left: 34%;
    bottom: -16px;
}
.contact-icon-text {
    display: flex;
    margin-bottom: 40px;
}
.contact-icon {
    margin-right: 15px;
}
.contact-text h3{
    color:var(--primary-color);
    font-size: 18px;
    font-weight: 600;
}
.contact-text p {
    color: #666666;
    font-size: 15px;
    margin: 0;
}

.form-inputs label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.form-inputs{
    margin-bottom: 20px;
    position: relative;
}
.form-inputs input {
    width: 100%;
    border: none;
    background: #0066991A;
    font-size: 12px;
    padding: 9px 14px;
    border-radius: 26px;
}
.form-inputs input:focus-visible{
    outline: none;

}
.form-inputs textarea {
    width: 100%;
    border: none;
    background: #0066991A;
    font-size: 12px;
    padding: 16px 14px;
    border-radius: 26px;
}
.form-inputs textarea:focus-visible{
    outline: none;

}

.errormsg {
    position: absolute;
    bottom: -17px;
    left: 15px;
    padding: 1px 5px;
    display: none;
    font-size: 11px;
    color: #e10000;
}

.submit-btn{
    text-align: right;
}
.contact-section {
    padding: 60px 0 70px;
}
.contact-section h2 {
    margin-bottom: 20px;
    color: #2C2C2C;
    font-size: 40px;
    font-family: 'ClashDisplay-Medium';
}
.contact-section h2 span{
    font-family: 'ClashDisplay-Bold';
}
.map-section{
    margin-top:-150px;
}
.contact-pathforce-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../images/home/cta-btn-bg.jpg);
    background-size: 100%;
    padding: 37px 50px;
    background-repeat: no-repeat;
}
.contact-pathforce-paragraph h2 {
    color: #fff;
    font-weight: 600;
    font-size: 33px;
}
.contact-pathforce-section{
    margin: 30px 0;
}









.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 18px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    transition: .6s;
    padding: 5px 0 9px;
    background: 0 0;
    border: 1px solid #fff0;
    box-shadow: none;
    border-radius: 106px;
    position: relative;
    opacity: 1;
}
#carouselExampleCaptions .carousel-indicators {
    left: 0;
    bottom: 25%;
    display: inline;
    margin-left: 6%;
}
#carouselExampleCaptions .carousel-indicators button:before {
    content: '';
    position: absolute;
    background: #bebebe;
    width: 9px;
    height: 9px;
    left: 7px;
    border-radius: 100px;
    top: 6px;
}
#carouselExampleCaptions .carousel-indicators [data-bs-target] {
    width: 9px;
}
#carouselExampleCaptions .carousel-indicators .active:before {
    background: var(--primary-color);
    width: 9px;
    height: 9px;
}
.zarurat-ka-reply{
    background:  var(--primary-color);
    border-radius: 20px;
    padding: 20px 80px;
}
.zarurat-ka-reply h2{
    color: var(--white-color);
    font-size: 26px;
    margin:0;
    font-weight: 600;
}
.zarurat-ka-reply form{
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
.zarurat-ka-reply input{
    width: 100%;
    background: #fff;
    border-radius: 6px;
    padding: 10px 60px;
    border:none;
}
.zarurat-ka-reply button{
    position: absolute;
    left:10px;
    top: 9px;
    border:none;
    background: none;
}
.tags-list span {
    color: #fff;
    font-size: 13px;
    margin-right: 10px;
}
.tags-list a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 1px 8px;
    transition: .5s cubic-bezier(0, 0, .2, 1);
}
.tags-list a:hover{
    background: #fff;
    color: var(--primary-color);
}
.zaroorat-search{
    margin-top: -80px;
    z-index: 99;
    position: relative;
}
.planning-head {
    text-align: center;
    margin-bottom: 30px;
}
.planning-head h1{
    color: #000;
    font-size: 45px;
    font-weight: 600;
}
.planning-head p{
    color: #000;
    font-size: 14px;
}
.planning-box span {
    position: absolute;
}

.planning-box a{
    position: relative;
    display: block;
}
.planning-box span {
    position: absolute;
    bottom: 15%;
    left: 28%;
    background: #fff;
    padding: 8px 25px;
    border-radius: 20px;
    color: #000;
    font-size: 14px;
    transition: .5s cubic-bezier(0, 0, .2, 1);
    font-weight: 500;
}
.planning-box a {
    position: relative;
    display: block;
    text-align: center;
}
.planning-section {
    padding: 50px 0;
}
.planning-box a:hover span{
    background: var(--primary-color);
    color: #fff;
}
.view-all-cats {
    display: flex;
    justify-content: space-evenly;
    margin-top: 40px;
}
.cats-list p {
    margin: 0;
    font-weight: 500;
    color: var(--primary-color);
    font-size: 14px;
}
.cats-list span {
    display: inline-block;
    margin-bottom: 15px;
}
.cats-list a{
    text-align: center;
    border: 1px solid var(--primary-color);
    width: 110px;
    padding: 17px 0;
    border-radius: 15px;
    text-decoration: none;
    display: block;
}

.explore-head h2{
    color: #000;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.explore-box a {
    display: flex;
    background: var(--primary-color);
    padding: 40px 50px;
    color: #fff;
    text-decoration: none;
}
.explore-text h2 {
    font-size: 30px;
    font-weight: 600;
}
.explore-text {
    margin-left: 40px;
}
.explore-text p{
    font-size: 14px;
}
.explore-text img{
    margin-left: 10px;
}
.explore-text span {
    border-radius: 100px;
    border: 1px solid #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 10px;
}
.create-section{
    padding: 50px 0;
}

.create-box a {
    display: flex;
    background: #ebf3ef;
    padding: 35px;
    text-decoration: none;
    color: #000;
}
.create-text h3 {
    font-size: 24px;
    font-weight: 600;
}
.create-text p {
    font-size: 12px;
}
.create-text {
    margin-left: 30px;
}


.products-head {
    margin-bottom: 30px;
}
.products-head h2{
    color: #000;
    font-size: 45px;
    font-weight: 600;
}
.products-head h2 a{
    float: right;
    font-weight: 500;
}

.products-box p img {
    width: auto !important;
    background: #b2b2b2;
    padding: 10px 7px;
    border-radius: 100px;
    display: inline-block !important;
    transition: .5s cubic-bezier(0, 0, .2, 1);
}
.products-box {
    text-align: center;
}
.products-box a {
    text-decoration: none;
    font-size: 24px;
    color: #000;
    transition: .5s cubic-bezier(0, 0, .2, 1);
}
.products-box a:hover p img{
    background: var(--primary-color);
}
.products-box a:hover{
    color: var(--primary-color);
}
.products-box h3 {
    margin: 20px 0;
}
.products-slider button.owl-prev:before {
    background: url(../images/home/slider-arrow-left.svg);
    left: -20px;
    background-repeat: no-repeat;
    position: absolute;
    transition: .3s;
    height: 37px;
    width: 38px;
    top: 37%;
    content: '';
}
.products-slider button.owl-next:before {
    background: url(../images/home/slider-arrow-right.svg);
    right: -20px;
    background-repeat: no-repeat;
    position: absolute;
    transition: .3s;
    height: 37px;
    width: 38px;
    top: 37%;
    content: '';
}
.products-slider .owl-nav button span {
    display: none;
}
.products-slider .owl-dots {
    position: absolute;
    top: -12%;
    left: 28%;
}
.products-section .owl-theme .owl-dots .owl-dot.active span, .products-section .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color);
}
.products-section .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 6px;
    background: #cccccc;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.testimonials-head h2{
    color: #000;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.video-play-button {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    z-index: 99;
}
.video-box .play-video {
    width: auto !important;
}
.testimonial-caption {
    position: absolute;
    bottom: 0;
    left: 50px;
    color: #fff;
}
.testimonial-caption h3{
    font-size: 20px;
    font-weight: 600;
}
.testimonial-caption p{
    font-size: 14px;
}
.testimonials-slider button.owl-prev:before {
    background: url(../images/home/slider-arrow-left.svg);
    left: -20px;
    background-repeat: no-repeat;
    position: absolute;
    transition: .3s;
    height: 37px;
    width: 38px;
    top: 37%;
    content: '';
}
.testimonials-slider button.owl-next:before {
    background: url(../images/home/slider-arrow-right.svg);
    right: -20px;
    background-repeat: no-repeat;
    position: absolute;
    transition: .3s;
    height: 37px;
    width: 38px;
    top: 37%;
    content: '';
}
.testimonials-slider .owl-nav button span {
    display: none;
}
.testimonials-section .owl-theme .owl-dots .owl-dot.active span, .testimonials-section .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color);
}
.testimonials-section .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 6px;
    background: #cccccc;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.testimonials-slider .owl-dots {
    text-align: center;
}
.testimonials-section {
    background: #ebf3ef;
    padding: 30px 0 30px;
}















.box-text-image {
    position: relative;

    & h2{
    }

    & .box-caption {
	    position: absolute;
	    width: 60%;
	    left: 5%;
	    top: 8%;
	    color: var(--white-color);
	}
}
.banner-boxes {
    margin-top: -5rem;
}
section.our-journey {
    padding: 50px 0;
}
.our-journey h1 {
	color: var(--black-color);
    font-size: var(--font-size-45);    
    margin-bottom: 30px;
}
.our-journey h1 span{
    color: var(--primary-color);
 }
.journey-video {
    position: relative;
	& .learn-more {
	    position: absolute;
	    top: 12%;
	    left: 10%;
    	z-index: 9;
	}
	& .learn-more h4{
		color: var(--white-color);
		font-weight: var(--font-weight-500);
	}

	& .founder-text {
	    position: absolute;
	    bottom: 12%;
	    left: 12%;
	}

	& .founder-text p span{
		font-size: var(--font-size-14);
	}

	& .founder-text p{
		color: var(--white-color);
	}
	& a {
	    display: block;
	    border-radius: 15px;
	    overflow: hidden;
	}
	& .founder-text img{
		width: 40px;
		margin-bottom: 1rem;
	}
	& picture img {
	    transition: 1.5s cubic-bezier(0, 0, .2, 1);
	}
	& picture {
	    position: relative;
	    overflow: hidden;
	}
	&:hover picture img{
		-webkit-transform: scale(1.1);
	    -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    transform: scale(1.1);
	}
}


.journey-text p {
    color: #000;
}
.children-and-familys {
    position: relative;
    .family-children-caption {
      position: absolute;
      top: 15%;
      left: 6%;
      width: 39%;
    }
    & h2 {
        font-size: 45px;
        color: #fff;
    }
    & p {
        color: #fff;
        font-size: 20px;
    }
}

.training-box {
    position: relative;
    & .training-box-caption {
	    position: absolute;
	    bottom: 10%;
	    left: 10%;
	}
    & .training-box-caption h3 {
    	color: var(--white-color);
		font-size: var(--font-size-31);
	}
	& a {
	    display: block;
	    border-radius: 13px;
	    overflow: hidden;
	}
	& picture img {
	    transition: 1.5s cubic-bezier(0, 0, .2, 1);
	}
	& picture {
	    position: relative;
	    overflow: hidden;
	}
	&:hover picture img{
		-webkit-transform: scale(1.1);
	    -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    transform: scale(1.1);
	}
}
.training-section{
	padding: 50px 0;
	position: relative;
	& h2{
		color: var(--black-color);
	    font-family: var(--secondry-font);
	    font-size: var(--font-size-45);
	    margin-bottom: 30px;
	}
	& h2 span{
		color: var(--primary-color);
	}
}
.awareness{
	& h2{
		color: var(--black-color);
	    font-size: var(--font-size-45);
	    margin-bottom: 20px;
	}
	& picture{
		margin-bottom: 10px;
		display: block
	}
	& span {
	    color:  var(--primary-color);
	    font-size: var(--font-size-14);
	}
	& p {
	    color: var(--black-color);
	    font-size: var(--font-size-18);
	    font-weight: var(--font-weight-500);
	}
	& a span{
		color: var(--white-color) ;
	}
}
.latest-updates{
	& h2 {
	    color: var(--black-color);
	    font-size: var(--font-size-45);
	    margin-bottom: 20px;
	}
	& h2 span {
	    color: var(--primary-color);
	}
}
.latest-update-list a{
    display: flex;
    margin-bottom: 25px;
    text-decoration: none;
    align-items: center;
}
.latest-updates-list-image {
    width: 170px;
}
.latest-updates a.primary-cta-btn {
    margin-top: 1.7rem;
}
.latest-updates-list-text  {
	margin-left: 30px;
	& span {
	    color: var(--primary-color);
	    margin-bottom: 10px;
	    display: block;
	}
	& p{
		color: var(--black-color);
	    font-size: var(--font-size-16);
	}
}
section.work-section {
    position: relative;
    padding: 50px 0;
}
.work-image-caption {
    position: relative;
    & .work-caption {
	    position: absolute;
	    bottom: 10%;
	    left: 12%;
	}
	& .work-caption h3 {
	    color: var(--white-color);
	    margin-top: 20px;
	    font-size: var(--font-size-24);
	}
	& p{
		color: var(--white-color);
	}
	& a {
	    display: block;
	    border-radius: 13px;
	    overflow: hidden;
	}
	& picture img {
	    transition: 1.5s cubic-bezier(0, 0, .2, 1);
	}
	& picture {
	    position: relative;
	    overflow: hidden;
	}
	&:hover picture img{
		-webkit-transform: scale(1.1);
	    -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    transform: scale(1.1);
	}
}
.work-head-text {
	& h2 {
	    color: var(--black-color);
	    font-size: var(--font-size-45);
	    margin-bottom: 20px;
	}
	& h2 span {
	    color: var(--primary-color);
	}
	& p{
		font-weight: var(--font-weight-300);
	    color: var(--black-color);
	}
}
.bg-animte {
    position: absolute;
    left: -25%;
     -webkit-animation: linear infinite;
  -webkit-animation-name: run;
  -webkit-animation-duration: 10s;
}
@-webkit-keyframes run {
  0% {
    left: 0;
  }
  50% {
    left: -10%;
  }
  100% {
    left: 0;    
  }
}

.icon-ummeedLife {
    position: absolute;
    background: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 100px;
    left: 7%;
    top: 8%;
    z-index: 9;
    & img {
	    width: auto !important;
	    margin: 12px auto;
	}
}
.life-at-ummeed {
	& h2 {
	    color: var(--black-color);
	    font-size: var(--font-size-45);
	    margin-bottom: 20px;
	    text-align: center;
	}
	& h2 span {
	    color: var(--primary-color);
	}
}
.ummeed-life-box{
	& a {
	    display: block;
	    overflow: hidden;
	}
	& picture img {
	    transition: 1.5s cubic-bezier(0, 0, .2, 1);
	}
	& picture {
	    position: relative;
	    overflow: hidden;
	}
	&:hover picture img{
		-webkit-transform: scale(1.1);
	    -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    transform: scale(1.1);
	}
}
.career-with-us{
	padding: 50px 0;
}
.resource-bg-animte {
    position: absolute;
     -webkit-animation: linear infinite;
  -webkit-animation-name: runs;
  -webkit-animation-duration: 10s;
}
@-webkit-keyframes runs {
  0% {
    right: 0;
  }
  50% {
    right: 0;
  }
  100% {
    right: 0;    
  }
}

.large-font {
    font-size: 20px;
}

.small-font {
    font-size: 12px;
}

.banner-image {
    margin-top: 60px;
    position: relative;
}

img.right-triangle {
    position: absolute;
    left: -33%;
    top: 50%;
    animation: rotate 5s linear infinite;
}
img.right-triangle-2 {
    position: absolute;
    right: 6%;
    top: 0%;
    animation: rotate 5s linear infinite;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
    	transform: rotate(359deg);
    }
}
span.top-grey {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #cbbbbb;
    left: 36%;
    top: 5%;
    animation: nudge 2s linear infinite alternate;
}
span.left-grey {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #cbbbbb;
    left: -15%;
    top: 35%;
}
span.bottom-red {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #d31f25;
    left: -12%;
    bottom: 15%;
     animation: MoveUpDown 4s linear infinite;
}
span.right-red {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #d31f2573;
    right: 10%;
    bottom: 2%;
}

@keyframes nudge {
  0%, 100% {
    transform: translate(-10px, 0);
  }
  
  50% {
    transform: translate(10px, 0);
  }
  
  80% {
    transform: translate(-10px, 0);
  }
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 60px;
  }
}

.reach-us-text  {
	& h3{
	    font-size: var(--font-size-32);
	    color: var(--black-color);
	    margin-bottom: 20px;
	}
	& h3 span{
    	color: var(--primary-color);		
	}
    & p a {
	    text-decoration: none;
	    color: #000;
	    font-size: 16px;
	}
	& p a img{
		margin-right: 10px;
	}
}

.reachusform-section form input[type=text] {
    background: #fff;
    border: none;
    border-bottom: 1px solid var(--black-color);
    font-size: var(--font-size-13);
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
}
.reachusform-section form textarea {
    background: #fff;
    border: none;
    border-bottom: 1px solid var(--black-color);
    font-size: var(--font-size-13);
    width: 100%;
    margin-bottom: 20px;
}
.reachusform-section form label {
    font-size: var(--font-size-14);
    color: var(--black-color);
}
.reachusform-section form .form-group {
    position: relative;
}
.reachusform-section form input:focus-visible {
    box-shadow: none;
    outline: none;
}
input#countrycode {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 12%;
}

.reachusform-section button.primary-cta-btn {
    border: none;
    margin-top: 0;
}
.email-tube-box a {
    display: flex;
    text-decoration: none;
}
section.email-youtube {
    background: var(--primary-color);
    margin-top: 50px;
    padding: 30px;
}
.email-tube-box {
    border: 2px solid var(--white-color);
    border-radius: 20px;
    padding: 30px 50px;
}
.email-tube-text {
    margin-left: 7%;
}
.email-tube-text p {
    color: var(--white-color);
    margin: 0;
}


.newsletter-popup {
    width: 33%;
    background: var(--white-color);
    padding: 40px;
    border-radius: 30px;
    bottom: 2.5%;
    left: 50%;
    border-bottom-left-radius: 0;
    position: absolute;
    box-shadow: -1px 2px 8px 0px #0000001f;
    & h2{
    	font-size: var(--font-size-26);
    	color: var(--black-color);
        margin-bottom: 30px;
    }
}

span.close-popup {
    float: right;
    color: var(--primary-color);
    font-weight: var(--font-weight-Bold);
    cursor: pointer;
}

.sendusform-section form input[type=text] {
    background: var(--white-color);
    border: none;
    border-bottom: 1px solid var(--grey-color);
    font-size: var(--font-size-13);
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
}
.sendusform-section form textarea {
    background: #fff;
    border: none;
    border-bottom: 1px solid var(--grey-color);
    font-size: var(--font-size-13);
    width: 100%;
    margin-bottom: 20px;
}
.sendusform-section form label {
    font-size: var(--font-size-14);
    color: var(--black-color);
}

.sendusform-section form .form-group {
    position: relative;
}
.sendusform-section form input:focus-visible {
    box-shadow: none;
    outline: none;
}
.sendusform-section .form-check{
	margin-bottom: 15px;
}
.sendusform-section .form-check-input {
    border: 1px solid var(--primary-color);
     width: 1.3em;
    height: 1.3em;
}
.sendusform-section .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.sendusform-section .form-check-input:focus {
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: none;
}
.sendusform-section form label.form-check-label {
    font-size: var(--font-size-13);
    color: var(--black-color);
    margin-left: 10px;
}
.bg-shape {
    position: absolute;
    left: -10px;
    bottom: 0;
}