.elementor.elementor-location-header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
}
.kdg_slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.kdg_slider__slides {
  z-index: 1;
  position: relative;
  height: 100%;
}
.slider__control {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  border-radius: 50%;
  transition: background-color 0.3s;
  cursor: pointer;
}
.slider__control--right {
  left: 95%;
}

.slider__control-line {
  position: absolute;
  left: 23px;
  top: 50%;
  width: 3px;
  height: 14px;
  transform-origin: 50% 0;
  transform: rotate(-45deg);
}
.slider__control-line:nth-child(2) {
  transform: translateY(1px) rotate(-135deg);
}
.slider__control--right .slider__control-line {
  left: 37px;
  transform-origin: 1px 0;
  transform: rotate(45deg);
}
.slider__control--right .slider__control-line:nth-child(2) {
  transform: translateY(1px) rotate(135deg);
}
.slider__control-line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #999999;
  transition: background-color 0.3s;
}
.slider__control:hover .slider__control-line:after {
  background-color:#999999;
}
.slider__control.a--rotation .slider__control-line:after {
  -webkit-animation: arrowLineRotation 0.49s;
  animation: arrowLineRotation 0.49s;
}
.slider__control.a--rotation .slider__control-line:nth-child(1):after {
  -webkit-animation: arrowLineRotationRev 0.49s;
  animation: arrowLineRotationRev 0.49s;
}

@-webkit-keyframes arrowLineRotation {
  to {
    transform: rotate(180deg);
  }
}

@keyframes arrowLineRotation {
  to {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes arrowLineRotationRev {
  to {
    transform: rotate(-180deg);
  }
}
@keyframes arrowLineRotationRev {
  to {
    transform: rotate(-180deg);
  }
}
.kdg_slide {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150vmax;
  height: 150vmax;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: -webkit-clip-path 0s 0.91s;
  transition: clip-path 0s 0.91s;
  transition: clip-path 0s 0.91s, -webkit-clip-path 0s 0.91s;
  -webkit-clip-path: circle(1px at 120vw 50%);
  clip-path: circle(1px at 120vw 50%);
	contain: layout paint size;
  will-change: clip-path, -webkit-clip-path;
}
.kdg_slide.s--prev {
  -webkit-clip-path: circle(1px at 30vw 50%);
  clip-path: circle(1px at 30vw 50%);
}
.kdg_slide.s--active {
  z-index: 1;
  transition: -webkit-clip-path 1.3s;
  transition: clip-path 1.3s;
  transition: clip-path 1.3s, -webkit-clip-path 1.3s;
  -webkit-clip-path: circle(120vmax at 120vw 50%);
  clip-path: circle(120vmax at 120vw 50%);
}
.kdg_slide.s--active.s--active-prev {
  -webkit-clip-path: circle(120vmax at 30vw 50%);
  clip-path: circle(120vmax at 30vw 50%);
}

.slide__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100vh;
  margin-left: -50vw;
  margin-top: -50vh;
  background-size: cover;
  background-position: center center;
	  display: flex;                 /* make it flexbox */
  justify-content: center;       /* horizontal center */
  align-items: center;    
}
.slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
/*   background: rgba(0, 0, 0, 0.3); */
}
.slide__content {
max-width: 950px;
margin: 0 auto;
color: #fff;
text-align:center;

}
.slide__text {
  font-size: 25px;
font-family: "Gilroy", Sans-serif;
}
.slide__text a {
  color: inherit;
}

.kdg_slider_dot {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  cursor: pointer;
	transition: all 0.8s ease-in-out;
}

.kdg_slider_dot:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.kdg_dot_pagination {
  margin-top: -30px;
margin-left:20px;
  justify-content: center;
  display: flex;
  gap: 5px;
z-index: 99999;
 position: relative;
 justify-content: left;
}
h2.slide__heading {
   font-size: 75px !important;
    background: linear-gradient(90deg, #1E3A8A, #080F24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	    margin: 0;
	padding-bottom:15px;
	font-family: "Gilroy", Sans-serif;
    font-weight: 600;
}
h2.slide__heading1{
   font-size: 82px !important;
    background: linear-gradient(90deg, #1E3A8A, #080F24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	    margin: 0;
		font-family: "Gilroy", Sans-serif;
    font-weight: 600;
}
p.slide__text {
    font-size: 20px;
    color: #6d6d6d;
	padding-bottom: 23px;
	font-family: "Gilroy", Sans-serif;
}
.slide-btn{
	    background-color: transparent;
    font-family: "Gilroy", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    color: #ffffff !important;
    background-image: linear-gradient(90deg, #1E3A8A 0%, #12C6FF 100%);
    transition-duration: 1.4s;
    border-style: none;
    padding: 015px 035px 015px 035px;
	border-radius:100px;
	cursor:pointer !important;
	z-index:1;
	display:inline-block;  margin-right:8px; text-decoration:none;
	position: relative;
}
.web-btn {
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    fill: #FF732B;
    color: #FF732B !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    padding: 015px 035px 015px 035px;
	transition-duration: 1.4s;
	border: 1px solid #FF732B;
	cursor:pointer !important;
	border-radius:100px;
    z-index:1;
	display:inline-block;  margin-right:8px; text-decoration:none;
	position: relative;
}
.slide-btn:hover a{
	    background-color: transparent;
    color: var(--e-global-color-a575699);
    background-image: linear-gradient(180deg, #1E3A8A 0%, #12C6FF 100%);
    box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.5);
}
p.slide__text {
    max-width: 500px;
    margin: 0 auto;
}
.slide__content {
  flex: 1;
}
.slide__image img {
  max-width: 100%;
  height: auto;
}
img.boy {
    /* right: 50%; */
    position: absolute;
    right: 5%;
	 top: 30%;

}
img.boy1 {
    position: absolute;
   right:9%;
   top: 30%;
}
img.boy2 {
    position: absolute;
 right:9%;
	top: 35%;
	z-index:2;
}
img.boy3 {
    position: absolute;
 right:25%;
	top: 40%;
}
img.line {
    max-width: 434px !important;
	width: 100%;
}
.icon-text-flex {
    background: #F4F7FF;
    display: inline-block;
	 border-radius: 100px;
	font-size: 14px;
    color: #000000;
	 padding: 5px 10px 5px 7px;
	width: 156px;
    margin: 0 auto;
}
.icon-text-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
.slide__content h3{
	font-size:40px !important;
	color: #0D1A3D !important;
	margin:0;
}
span.kdg_slider_dot.active {
    background: #4EB0C6;
	width:35px;
	border-radius:30px;
	transition: all 0.8s ease-in-out;
}
@media screen and (max-width: 768px) {
	.slide__content {
		padding-top:20vh;
	}
	.kdg_slider {
    padding: 20px 20px;
}
	.slide-btn{
		margin-bottom:20px;
	}
	p.slide__text{
		font-size:18px;
		padding: 0 40px;
	}	
.slide__inner {
	  display: block;                 /* make it flexbox */
	}}
@media screen and (max-width: 500px) {
		h2.slide__heading1, h2.slide__heading{
   font-size: 30px !important;
	padding:10px 10px !important;
	}
	.slide__content h3{
		font-size:20px !important;
		padding:20px 30px;
	}
	img.boy {
        top: 50%;
        left: 22%;
        width: 60%;
}
	img.boy1 {
    top: 50%;
    left: 18%;
	width: 60%;
}
	img.boy2 {
	top: 50%;
	left: 15%;
	width: 60%;
	}
	img.boy3 {
	top: 40%;
	left: 34%;
	}
	img.boy3, img.boy2, img.boy1{
    height: 250px !important; object-fit:contain;}
	.kdg_slider {
height:90vh;
	}
	.buttons {
    padding: 0px 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1910px){
	img.boy2 {
    top: 35%;
}
}
/*Responsive css*/
@media (max-width: 768px) {
  .kdg_slide {
    -webkit-clip-path: circle(1px at 100% 50%);
    clip-path: circle(1px at 100% 50%);
  }

  .kdg_slide.s--prev {
    -webkit-clip-path: circle(1px at 0% 50%);
    clip-path: circle(1px at 0% 50%);
  }

  .kdg_slide.s--active {
    -webkit-clip-path: circle(120vmax at 100% 50%);
    clip-path: circle(120vmax at 100% 50%);
  }

  .kdg_slide.s--active.s--active-prev {
    -webkit-clip-path: circle(120vmax at 0% 50%);
    clip-path: circle(120vmax at 0% 50%);
  }
}
@media (max-width: 600px) {
	.web-btn, .slide-btn{display: block;
        max-width: 250px;
        margin: 0 auto;
        margin-top: 10px !important;}}
@media (min-width: 551px) and (max-width: 768px) {
			h2.slide__heading1, h2.slide__heading{
   font-size: 50px !important;
	padding:10px 10px !important;
	}
	.slide__content h3{
		font-size:35px !important;
		padding:10px 20px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
  .kdg_slide.s--active {
    -webkit-clip-path: circle(130vmax at 100% 50%);
    clip-path: circle(130vmax at 100% 50%);
  }

  .kdg_slide.s--active.s--active-prev {
    -webkit-clip-path: circle(130vmax at 0% 50%);
    clip-path: circle(130vmax at 0% 50%);
  }
}

