@import url(../font/font.css);
@import url(../css/lity.css);
/**************************************
                General
**************************************/
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
  scroll-padding: 65px;
}
html::-webkit-scrollbar{
  width: 6px;
  background-color: #7595ff4d;
}
html::-webkit-scrollbar-thumb{
  background-color: #7595ff;
  border-radius: 50rem;
}
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
a,
button {
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none;
}

ol,
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

body {
  font-size: 14px;
  font-family: 'Proxima Nova';
  font-weight: 400;
  color: #131313;
  background-color: #fff;
}

a,
a:hover,
a:focus {
  /* color: inherit; */
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  text-decoration: none;
  font-family: 'Oswald Medium';
}

h1,
h2,
h3,
h4,
h5 {
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}
h1{
  font-family: 'Inter Bold';
}
h2{
  font-family: 'Inter Semi Bold';
}
h4,h5{
  font-family: 'Oswald Medium';
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

main {
  overflow: clip;
  z-index: 1;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}


/**************************************
                Helper Class
**************************************/
p {
  font-size: 23px;
  line-height: 31px;
  color: #131313;
}

.primary-btn {
  border-radius: 50rem;
  background-image: linear-gradient(0deg, #e97415 0%, #e70003 100%);
  border: 0;
  outline: none;
  padding: 8px 45px;
  padding-left: 45px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  overflow: clip;
  z-index: 2;
  font-size: 20px;
  line-height: 30px;
  color: rgb(255 255 255);
  isolation: isolate;
}
.primary-btn span{
  width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    position: relative;
    display: inline-block;
    right: -38px;
    text-align: center;
    line-height: 44px;
    margin-left: -13px;
}
.secondary-btn span{
  width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    position: relative;
    display: inline-block;
    right: -24px;
    text-align: center;
    line-height: 43px;
    margin-left: -10px;
}
.secondary-btn span img{
  transform: translate(1px, 4px);
}
.enq .primary-btn span img{
  transform: translate(1px, 2px);
}
.secondary-btn {
  border-radius: 250rem;
  background-image: linear-gradient(0deg, #0ee3e3 0%, #04bdbd 100%);
  border:0;
  padding: 8px 35px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  overflow: clip;
  z-index: 1;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.secondary-btn .char,.primary-btn .char {
  font-style: normal;
  display: inline-block;
  height: 100%;
  padding-left: 1px;
  padding-right: 1px;
  transition: all 0.5s;
}
.secondary-btn .char:hover,
.primary-btn .char:hover {
  transform: translate3d(0, -6px, 0);
  transition: all 0.5s;
  font-weight: bold;
}
.secondary-btn:hover {
  color: #ffffff;
}
.secondary-btn:hover:after {
  transform: translate3d(0, 0, 0);
  scale: 1;
}
.primary-btn:after,
.primary-btn::before,
.secondary-btn:after,
.secondary-btn::before {
  content: '';
  content: '';
  position: absolute;
  z-index: -1;
  background: #e70003;
  inset: 0;
  scale: 1 0;
  transition: scale 450ms;
  transform-origin: top;
  /* box-shadow: inset 0px 0px 37px 5px #3b0000; */
}
.secondary-btn:after {
  background-color: #04bdbd;
 }
.primary-btn:hover {
  color: #fff;
}
.primary-btn:hover::after,
.primary-btn:focus-visible::after ,
.secondary-btn:hover::after,
.secondary-btn:focus-visible::after {
  scale: 1 1;
  transform-origin: right;
}
.btn-group{
  display: flex;
  gap: 20px;
}
.text-center {
  text-align: center;
}

.container {
  max-width: 1400px;
}

/* Modal */
.fade {
  transition: opacity .15s linear;
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform .3s ease-in-out;
  width: 400px;
}

.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  border-left: 1px solid #1313132d;
  transform: translateX(100%);
  background-image: url(../img/why-choose-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
  background-position: bottom;
}

.offcanvas-header,
.offcanvas .offcanvas-header.form-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  position: relative;
  padding-bottom: 0;
}

.offcanvas .heading-section h2 {
  position: relative;
  bottom: unset;
  font-size: 30px;
  color: #fff;
}

.offcanvas .heading-section {
  margin: 0;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.offcanvas-body .contact-box {
  border-radius: 30px;
  background-color: rgb(30 184 185 / 0%);
  text-align: center;
  padding: 0;
  padding-top: 0;
  overflow: clip;
}
.offcanvas-body::-webkit-scrollbar {
  width: 0;
}
.offcanvas-body .contact-box form::after, 
.offcanvas-body .contact-box form::before{
background-color: #05c0c1;
}
.offcanvas-body .contact-box form {
  padding-bottom: 40px;
  padding-top: 0;
  background-color: transparent;
}
.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
  visibility: visible;
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
  transform: none;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.offcanvas-backdrop.show {
  opacity: .5;
}

.fade {
  transition: opacity .15s linear;
}

button.btn-close img {
  border-bottom: 1px solid #6f5036;
  padding-bottom: 4px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7490%) hue-rotate(132deg) brightness(110%) contrast(101%);
}

button.btn-close {
  width: 40px;
  height: 40px;
  opacity: 1;
  color: #ffffff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-radius: 50%;
  flex-direction: column;
  gap: 5px;
  background-image: linear-gradient(82deg, #fb4919 0%, #f7b733 100%);
  transition: all .5s;

}

button.btn-close:hover {
  background-color: #000;
}

.form-group{
  margin-bottom: 15px;
}
.form-input{
  width: 100%;
    font-size: 18px;
    padding: 22px 22px;
    background-color: #ffffff;
    border: 0;
    border-radius: 10px;
    outline: none;
}
input.primary-btn {
  border: 0;
  padding-inline: 50px;
  cursor: pointer;
}

/*******************************
	Menu
*******************************/
.header-area {
  position: relative;
}

.enq-btn {
  position: fixed;
    top: 40%;
    right: 5px;
    height: 56px;
    font-weight: 400;
    text-align: center;
    z-index: 99;
    transform: rotate(-90deg);
    transform-origin: bottom right;
    border-radius: 0px;
    overflow: clip;
    display: flex;
    box-shadow: 0px 0px 10px 0px #1313133d;
    border-radius: 4px;
    background-image: linear-gradient(82deg, #fb4919 0%, #f7b733 100%);
}
.enq-btn::after,
.enq-btn::before{
  content: '';
  content: '';
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(82deg, #f7b733 0%, #fb4919 100%);
  inset: 0;
  scale: 1 0;
  transition: scale 450ms;
  transform-origin: top;
}

.enq-btn:hover::after,
.enq-btn:focus-visible::after {
  scale: 1 1;
  transform-origin: right;
}

.enq-btn a{
  padding: 0 20px;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 58px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
}
.enq-btn a img{
  transform: rotate(90deg);
    margin-bottom: -5px;
    margin-right: 5px;
}
.header-area.sticky {
  background: #fff;
  animation: slideDown 0.35s ease-out;
}

.header-area.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  box-shadow: 0px 0px 10px 0px #000;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}
.enq .primary-btn{
  padding-left: 25px;
}
.enq .primary-btn span{
  margin-left: -30px;
}
.main-menu {
  display: flex;
  align-items: center;
  gap: 50px;
}

header {
  position: relative;
  width: 100%;
  background: #fff0;
  z-index: 100;
  transition: ease-in-out .4s;
  padding-top: 8px;
  padding-bottom: 8px;
}
.sticky .logo img {
  transition: all .5s;
    width: 100px;
    height: auto;
}
.logo img {
  transition: all .5s;
}

.logo {
  filter: drop-shadow(0px 7px 5px rgba(0,0,0,0.19));
}

nav {
  position: relative;
  margin: 0 auto
}
.contact-list{
  position: relative;
  padding-left: 52px;
}
.contact-list span{
  width: 38px;
  height: 38px;
  border-radius: 19px;
  background-color: #e22d2d;
  border: 1px solid #e3e3e3;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 5px #e22d2d;
  position: absolute;
  left: 0;
  top: 12px;
}
.contact-list p{
  font-size: 18px;
line-height: inherit;
text-transform: uppercase;
color: #000000;
font-weight: 400;
margin-bottom: 5px;
font-family: 'Oswald Medium';
}
.contact-list a{
  font-size: 24px;
letter-spacing: 0px;
line-height: 24px;
color: #101010;
font-weight: 600;
font-family: 'Oswald Medium';
}
.contact-list a:hover{
  color: #e70003;
}
#menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.sec-gap {
  padding: 60px 0;
}
main{
  margin-top: -133px;
}

/*******************************
	Hero
*******************************/
.banner {
  position: relative;
  margin-bottom: -400px;
  padding-top: 300px;
  padding-bottom: 0;
}
.banner::after{
  content: '';
  background-image: url(../img/banner-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1920px;
  height: 1406px;
  position: absolute;
  top: 0;
  z-index: -1;
}
.banner :is(.icon1,.icon2,.charector1,.icon-box,.boy,.bcircle){
  position: absolute;
}
.bcircle {
  top: -10%;
    left: 20%;
    z-index: -1;
}
.charector1 {
  top: 50%;
  left: 3%;
  animation: movement 5s infinite;
}
@keyframes movement {
  20%{
   transform: translateX(20px);
}
40%{
   transform: translateX(-20px);
}
100%{
    transform: translateX(0);
}
}
.icon1 {
  top: 15%;
  left: 2%;
  animation: icon1 2s infinite  alternate;
}
@keyframes icon1 {
  0% { transform: translateX(0); }
  100% { transform: translateX(-10px); }
}
.icon2 {
  left: 49%;
  top: 16%;
  animation: icon2 2s infinite  alternate;
}
@keyframes icon2 {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
.penguin{
  animation: penguin 6s infinite;
  z-index: -1;
  position: relative;
}
@keyframes penguin {
  20%{
   transform: translateX(20px);
}
40%{
   transform: translateX(-20px);
}
100%{
    transform: translateX(0);
}
}
.boy {
  right: -17%;
  top: -20%;
  animation: boy 7s infinite;
}
@keyframes boy {
  20%{
   transform: translateX(20px);
}
40%{
   transform: translateX(-20px);
}
100%{
    transform: translateX(0);
}
}
.hero-img {
  text-align: right;
  position: relative;
  animation: 1.5s slide-left;
  z-index: 1;
}


@keyframes slide-left {
  from {
    transform:translateX(50%);
    opacity: 0;
  }
  to {
    transform:translateX(0);
    opacity: 1;
  }
}
.happy-student{
  width: 249px;
  height: 80px;
  border-radius: 20px;
  filter: drop-shadow(0px 7px 5.5px rgba(0,0,0,0.13));
  background-color: #ffffff;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  bottom: 14%;
  left: 8%;
  transition: all .5s;
  overflow: clip;
  isolation: isolate;
}
.happy-student::after{
  content: '';
    background-color: #f63d40;
    inset: 0;
    scale: 0 1;
    transition: scale 450ms;
    z-index: -1;
    position: absolute;
    inset: 0;
    transform-origin: right;

}
.happy-student:hover::after{
  transform-origin: left;
  scale: 1 1;
  
}
.happy-student:hover h6{
  color: #fff;
}
.happy-student:hover{
  transform: scale(1.1);
}
.happy-student img {
  position: absolute;
  top: 5px;
  right: 13px;
  transition: all .4s;
}
.happy-student:hover img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7474%) hue-rotate(74deg) brightness(97%) contrast(106%);
}
.happy-student h6{
  font-size: 24px;
line-height: 26px;
color: #131313;
  width: 40%;
  text-align: left;
  transition: all .4s;
}
.happy-student span{

  font-size: 26px;
line-height: 18px;
color: #ffffff;
font-weight: 700;
font-family: 'Oswald Medium';
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .4s;
  width: 60px;
  height: 61px;
  border-radius: 30px;
  background-color: #e22626;
  box-shadow: 0px 0px 0px 5px rgb(226 38 38 / 10%);
}
.happy-student:hover span{
  background-color: #fff;
  color: #f63d40;
}
.banner h5 {
  height: 52px;
  border-radius: 26px;
  background-image: linear-gradient(0deg, #e97415 0%, #e70003 100%);
  font-size: 28px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding-inline: 24px;
}
h1{
font-size: 69px;
line-height: 69px;
color: #0b0b0b;
font-weight: 700;
margin-block: 10px;
position: relative;
animation: bounce 2s ease 0s 1 normal forwards;
}
.banner p{
  font-size: 23px;
line-height: 31px;
color: #131313;
border-left: 4px solid #07c9c9;
padding-left: 10px;
}
@keyframes bounce {
	0% {
		animation-timing-function: ease-in;
		opacity: 1;
		transform: translateY(45px);
	}

	24% {
		opacity: 1;
	}

	40% {
		animation-timing-function: ease-in;
		transform: translateY(24px);
	}

	65% {
		animation-timing-function: ease-in;
		transform: translateY(12px);
	}

	82% {
		animation-timing-function: ease-in;
		transform: translateY(6px);
	}

	93% {
		animation-timing-function: ease-in;
		transform: translateY(4px);
	}

	25%,
	55%,
	75%,
	87% {
		animation-timing-function: ease-out;
		transform: translateY(0px);
	}

	100% {
		animation-timing-function: ease-out;
		opacity: 1;
		transform: translateY(0px);
	}
}

.banner-content{
  position: relative;
}
.banner-content .btn-group{
  animation: bounce 2s ease 0s 1 normal forwards;
  animation-delay: .5s;
  opacity: 0;
}
.icon-box {
  width: 89px;
  height: 89px;
  border-radius: 44px;
  filter: drop-shadow(0px 11px 12.5px rgba(0,0,0,0.08));
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0px 0px 0px 5px rgba(0,0,0,0.08);
  animation: zoom-in-zoom-out 4s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
    box-shadow: inset 0px 0px 0px 5px rgba(0, 0, 0, 0);
  }
  50% {
    transform: scale(1.2, 1.2);
    box-shadow: inset 0px 0px 0px 5px rgba(0,0,0,0.08);
  }
  100% {
    transform: scale(1, 1);
    box-shadow: inset 0px 0px 0px 5px rgba(0, 0, 0, 0);
  }
}
.hero-img .icon-box.a{
  top: 9%;
  left: 20%;
}
.hero-img .icon-box.b{
  top: 16%;
  right: -24%;
  z-index: -1;
  animation-delay: 1s;
}
.hero-img .icon-box.c{
  right: -17%;
  bottom: 23%;
  animation-delay: 2s;
}
@keyframes bounce {
	0% {
		animation-timing-function: ease-in;
		opacity: 1;
		transform: translateY(-45px);
	}

	24% {
		opacity: 1;
	}

	40% {
		animation-timing-function: ease-in;
		transform: translateY(-24px);
	}

	65% {
		animation-timing-function: ease-in;
		transform: translateY(-12px);
	}

	82% {
		animation-timing-function: ease-in;
		transform: translateY(-6px);
	}

	93% {
		animation-timing-function: ease-in;
		transform: translateY(-4px);
	}

	25%,
	55%,
	75%,
	87% {
		animation-timing-function: ease-out;
		transform: translateY(0px);
	}

	100% {
		animation-timing-function: ease-out;
		opacity: 1;
		transform: translateY(0px);
	}
}

.banner-content p{
  animation: bouncerev 2s ease 0s 1 normal forwards;
  animation-delay: .7s;
  opacity: 0;
}
.banner-content h5{
  animation: bouncerev 2s ease 0s 1 normal forwards;
  animation-delay: .7s;
  opacity: 0;
}
@keyframes bouncerev {
	0% {
		animation-timing-function: ease-in;
		opacity: 1;
		transform: translateY(45px);
	}

	24% {
		opacity: 1;
	}

	40% {
		animation-timing-function: ease-in;
		transform: translateY(24px);
	}

	65% {
		animation-timing-function: ease-in;
		transform: translateY(12px);
	}

	82% {
		animation-timing-function: ease-in;
		transform: translateY(6px);
	}

	93% {
		animation-timing-function: ease-in;
		transform: translateY(4px);
	}

	25%,
	55%,
	75%,
	87% {
		animation-timing-function: ease-out;
		transform: translateY(0px);
	}

	100% {
		animation-timing-function: ease-out;
		opacity: 1;
		transform: translateY(0px);
	}
}
.banner .secondary-btn img{
  filter: brightness(0) saturate(100%) invert(67%) sepia(36%) saturate(5415%) hue-rotate(137deg) brightness(93%) contrast(97%);
}
.request .primary-btn img{
  filter: brightness(0) saturate(100%) invert(13%) sepia(89%) saturate(7488%) hue-rotate(352deg) brightness(83%) contrast(120%);
}
/*****************************
Services
*****************************/
.service-item {
  border-radius: 20px;
  filter: drop-shadow(0px 15px 45.5px rgba(0,0,0,0.15));
  background-color: #ffffff;
  position: relative;
  padding: 16px 16px;
  transition: all .5s;
  height: 90px;
	display:flex;
	align-items:center;
	gap: 10px;
}
.service-item:hover{
  transform: translateY(-5px) scale(1.051);
  filter: drop-shadow(0px 10px 15.5px rgba(0,0,0,0.15));
}
.service-item img{
    width: auto;
    height: 50px;
}
.service-item h5{
  font-size: 22px;
  line-height: inherit;
  color: #000000;
  font-weight: 600;
  font-family: 'Inter Semi Bold';
  margin-bottom: 7px;
}
.service-item p{
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 20px;
  color: #080808;
  margin-bottom: 0;
}
/*****************************
About
*****************************/
.about{
  position: relative;
  padding-bottom: 10%;
}
.sub-title{
  font-size: 33px;
  color: rgb(246, 61, 64);
  margin-bottom: 8px;
  animation: reval linear both;
  animation-timeline: view();
  animation-range: contain;
}

@keyframes reval {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
    letter-spacing: 1px;
  }
 45%, 100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
    letter-spacing: normal;
  }
}
h2{
  font-size: 54px;
    line-height: 61px;
    color: #181818;
    font-weight: 600;
    margin-bottom: 10px;
    animation: revall linear both;
    animation-timeline: view();
    animation-range: entry 0 entry 1;
}
@keyframes revall {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
    letter-spacing: -4px;
  }
 45%, 100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
    letter-spacing: normal;
  }
}

.about-img {
  position: relative;
  text-align: center;
  z-index: 1;
  animation: fade-in-left linear forwards;
  animation-timeline: view();
  animation-range: cover 10px 500px;
  margin-left: -535px;
  padding-right: 12%;
  opacity: 0;
}
@keyframes fade-in-left{
  to{
    margin-left: 0px;
    opacity: 1;
  }
}
.about-img::before{
  content: '';
  width: 527px;
  height: 527px;
  border-radius: 264px;
  background-color: #05c0c0;
  position: absolute;
  bottom: -20%;
  left: -17%;
}
.about-img::after{
  content: '';
  width: 115px;
  height: 116px;
  background-image: url(../img/dots.webp);
  position: absolute;
  top: -6%;
  right: 6%;
  z-index: -1;
}
.about-img img{
  border-radius: 20px;
  filter: drop-shadow(0px 15px 14.5px rgba(5,17,40,0.07));
}
.about-small {
  position: absolute;
  left: 44%;
  bottom: -12%;
}


.charector2{
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: 2;
  animation: boy 7s infinite;
}
.about-line{
  position: absolute;
  bottom: -11%;
  right: 0;
  z-index: 1;
}
.about p{
  animation: linear fade-up forwards;
  animation-timeline: view();
  animation-range: entry 0 entry 120px;
  opacity: 0;
}
@keyframes fade-up{
  to{
    opacity: 1;
  }
}
/*********************************
Request Call
*********************************/
.request{
  position: relative;
}
.request .container{
  position: absolute;
  inset: 0;
}
.request .bg{
  width: 100%;
}
.request-call {
  position: absolute;
  left: 0px;
  top: 13%;
}
.request-call h4{
  font-size: 48px;
  line-height: 61px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
}
.request-call h4 a{
  color: #ffffff;
  text-transform: lowercase;
}
.request-call h4 a:hover{
  color: #e22d2d;
}
.request-call .primary-btn{
  margin-top: 20px;
}
/**************************************
Courses
**************************************/
.courses-offer h2{
      margin-bottom: -5px;
    background: #ffffff8c;
    padding-bottom: 20px;
}
.courses-box{
  border-radius: 20px;
filter: drop-shadow(0px 15px 14.5px rgba(5,17,40,0.07));
background-color: #ffffff;
border: 1px solid #d5d5d5;
text-align: center;
padding: 20px;
margin-bottom: 40px;
transition: all .5s;
animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% entry 80%;
    position: relative;
}
@keyframes appear {
  from {
      opacity: 0;
      translate: 0 -50% 0;
      clip-path: inset(100% 100% 0% 0%);
  }
  to {
      opacity: 1;
      clip-path: inset(0% 0% 0% 0%);
  }
}
.courses-box:after{
content: '';
background-color: #d4f9f8;
border: 1px solid #d4f9f8;
position: absolute;
inset: 0;
z-index: -1;
border-radius: 20px;
opacity: 0;
transition: all .5s;
}
.courses-box:hover{
  border-color: #d4f9f8;
}
.courses-box:hover:after{
opacity: 1;
}
.courses-box span {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.courses-box span img{
  height: 80px;
  width: auto;
}
.courses-box span::after{
  content: '';
  background-image: url(../img/icon-back-shap.webp);
  width: 91px;
  height: 70px;
  position: absolute;
  left: 15px;
  z-index: -1;
  bottom: 0;
}
.courses-box h4{
  font-size: 38px;
line-height: 40px;
color: #131313;
font-weight: 600;
margin-bottom: 10px;
}
.courses-box p{
  font-size: 18px;
letter-spacing: 0px;
line-height: 26px;
color: #080808;
margin-bottom: 0;
min-height: 104px;
}
/* .courses-box .primary-btn{
  transform: translateY(50px);
  margin-top: -25px;
  padding: 13px 30px;
} */
.courses-box .btn-group {
    transform: translateY(50px);
    margin-top: -25px;
    padding: 13px 10px;
}
.courses-box .btn-group a {
    font-size: 14px;
    padding: 8px 16px;
    width: 50%;
    display: flex;
    align-items: center;
    gap: 3px;
    justify-content: center;
}
/**************************************
Why Choose
**************************************/
.why-choose{
  background-image: url(../img/why-choose-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.why-choose h2{
  color: #fff;
  margin-bottom: 50px;
}
.why-choose-box{
  position: relative;
  text-align: center;
  padding-inline: 20%;
}
.why-choose-box span{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 10px rgb(255 255 255 / 22%);
  filter: drop-shadow(0px 13px 13.5px rgba(15,15,15,0.08));
  margin: auto;
  margin-bottom: 25px;
  position: relative;
}
.why-choose-box span:before{
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(5 192 193 / 23%);
    border-radius: 50%;
    z-index: 0;
    transition: all 0.5s;
    opacity: 0;
}
@keyframes rotate {
  0% {
    transform: scale(0.92) rotate(0deg)
  }
  100% {
    transform: scale(0.92) rotate(360deg)
  }
}
.why-choose-box span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
  z-index: 0;
  transition: all 0.5s;
  opacity: 0;
  border: 2px dashed rgb(5 192 193);
  box-sizing: border-box;
}
.why-choose-box:hover span:before {
  opacity: 1;
  transform: scale(0.8);
}
.why-choose-box:hover span:after {
  opacity: 1;
  animation: rotate 10s linear infinite;
}
.why-choose-box h4{
  font-size: 36px;
line-height: 44px;
color: #ffffff;
font-weight: 500;
}
.why-choose-box::after{
  content: '';
    background-image: url(../img/why-choose-icon-dot.webp);
    width: 79px;
    height: 79px;
    position: absolute;
    right: 18%;
    z-index: 0;
    top: -15px;
}

/**************************************
Placement
**************************************/
.placement{
position: relative;
}
.placement h2{
  width: 63%;
  margin: auto;
  margin-bottom: 40px;
}
.placement-box{
  position: relative;
}
.student-img img{
  border-radius: 10px;
  width: 100%;
}
.placement-box .content{
  border-radius: 10px;
  background-color: #03b9b9;
  text-align: center;
  width: 88%;
  margin: auto;
  transform: translateY(-30%);
  padding-bottom: 10px;
  padding-top: 5px;
  transition: all .5s;
}
.placement-box:hover .content{
  /* transform: translateY(-100%); */
  width: 100%;
  background-color: #fb4919;
}
.placement-box .content h4{
  font-size: 24px;
letter-spacing: 1px;
line-height: 46px;
text-transform: uppercase;
color: #ffffff;
font-weight: 700;
}
.placement-box .content p{
  font-size: 20px;
letter-spacing: 0px;
line-height: 22px;
color: #ffffff;
margin: 0;
}

.placement-slider .slick-list{
  margin: 0 -20px;
}
.placement-slider .slick-slide{
  margin: 0 20px;
}
.slick-arrow{
  width: 45px;
height: 45px;
border-radius: 22px;
filter: drop-shadow(0px 8px 12px rgba(0,0,0,0.12));
background-color: #ffffff;
border: 1px solid #ffffff;
z-index: 1;
opacity: 1;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.5s;
}
.slick-arrow:hover{
  background-color: #35c9c8;
  offset: 10px;
}
.slick-arrow:after{
  content: '';
    outline: 1px solid #35c9c8;
    width: 45px;
    height: 45px;
    position: absolute;
    border-radius: 50%;
    scale: .90;
    transition: all .5s;
    transition-delay: .2s;
    z-index: -1;
    opacity: 0;
}
.slick-arrow:hover:after{
    scale: 1.1;
    opacity: 1;
}
.slick-arrow:hover::before{
  border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}
.slick-arrow::before{
  content: '';
    width: 15px;
    height: 15px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    display: inline-block;
    transform: rotate(135deg);
    margin-right: 5px;
    opacity: 1;
}
.slick-arrow.slick-prev::before {
  transform: rotate(316deg);
  margin-left: 8px;
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover{
  background-color: #35c9c8;
}
/********************************
Contact Box
*********************************/
.contact{
  position: relative;
}
.contact::after{
  content: '';
    background-image: url(../img/contact-right-bg.webp);
    width: 729px;
    height: 1435px;
    position: absolute;
    right: 0;
    top: -62%;
    z-index: -1;
}
.contact .container{
  position: relative;
}
.contact:before{
  content: '';
  background-image: url(../img/contact-shape.webp);
  position: absolute;
  width: 448px;
  height: 366px;
  right: 0;
  top: 28%;
}
.charector3{
  transform: translateX(90px);
  position: absolute;
    bottom: 0;
    right: 30px;
    z-index: 2;
}
.contact-box{
  border-radius: 30px;
  background-color: rgb(30, 184, 185);
  text-align: center;
  padding: 5px;
  padding-top: 25px;
  overflow: clip;
}
.contact-box h2{
  font-size: 36px;
line-height: inherit;
color: #ffffff;
font-weight: 700;
z-index: 1;
position: relative;
}
.contact-box p{
  font-size: 19px;
letter-spacing: 0px;
line-height: 22px;
color: #ffffff;
z-index: 1;
position: relative;
}
.contact-box form{
  filter: drop-shadow(0px 12px 13px rgba(0,0,0,0.09));
  background-color: #ffffff;
  padding: 70px 15px;
  border-radius: 10px;
  margin-bottom: 8px;
  position: relative;
  padding-bottom: 50px;
}
.contact-box form::after,
.contact-box form::before{
  content: '';
    position: absolute;
    top: -39px;
    left: 1.5%;
    width: 97%;
    height: 64px;
    border-radius: 100%;
    background-color: rgb(30, 184, 185);
}
.contact-box .primary-btn{
  position: relative;
  padding-left: 22px;
  padding-right: 100px;
  padding-block: 14px;
}
.contact-box .primary-btn:hover,.contact-box .primary-btn:focus{
	background-image: linear-gradient(0deg, #e97415 0%, #e97415 100%);
}
.form-btn::after {
  content: '';
  background-image: url(../img/submit-icon.webp);
  width: 45px;
  height: 45px;
  position: absolute;
  right: -2px;
  z-index: 2;
  top: 0px;

}
.form-btn {
  display: inline-block;
  position: relative;
}
.contact-box form::after{
  bottom: -39px;
  top: unset;
}
.form-group{
  position: relative;
  margin-bottom: 10px;
}
.contact-box .form-group img{
  position: absolute;
  right: 18px;
  top: 18px;
}
.form-control{
  width: 100%;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #1eb8b9;
  font-size: 18px;
  line-height: 26px;
  color: #1d1f1f;
  outline: none;
  padding: 13px 50px 13px 15px;
}
select{
  appearance: none;
  background-image: url(../img/form-arrow.webp);
  background-repeat: no-repeat;
  background-position: 97%;
  background-size: 15px;
}
.form-control::placeholder{
  color: #1d1f1f;
}
.flex-box {
  display: flex;
  gap: 10%;
  margin-top: 5%;
}
.contact-info h2{
  margin-bottom: 5%;
  font-size: 49px;
}
.contact-info h2:after{
  content: '';
  width: 124px;
  height: 2px;
  background-color:  #1eb8b9;
  display: inherit;
  margin-top: 0px;
  margin-left: 10px;
}
.contact-info h4{
  font-size: 24px;
line-height: 36px;
color: #161616;
font-weight: 500;
margin-bottom: 6px;
}
.contact-info p,
.contact-info a{
font-size: 22px;
line-height: 28px;
color: #161616;
font-family: 'Proxima Nova';
text-transform: unset;
}
.contact-info a:hover{
  color: #e70003;
}
.contact-info .contact-list span {
  background-color: #03b9b9;
  border: 0px solid #e3e3e3;
  box-shadow: 0px 0px 0px 5px #03b9b9;
}
.map iframe {
  width: 100%;
  height: 215px;
  border-radius: 0px;
  border: 0;
  margin-top: 5%;
}
/*************************************
  Admission
**************************************/
.admission{
  background-repeat: no-repeat;
    padding-top: 6%;
    padding-bottom: 14%;
    background-size: contain;
    position: relative;
    background-position: right;
    margin-top: 60px;
}
.admission::before{
  content: '';
  background-image: url(../img/admission-shape.webp);
  position: absolute;
    width: 1173px;
    height: 927px;
    left: 0;
    top: 3%;
}
.admission-content {
  position: relative;
  width: 66%;
}
.admission-logo{
  position: absolute;
    right: 2%;
    top: -11%;
    width: 110px;
    height: auto;
}
.admission-content h1{
  font-size: 272px;
  line-height: 240px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Oswald Medium';
}

.admission-content h2{
  font-size: 100px;
  letter-spacing: 6px;
  line-height: inherit;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: 'Oswald Medium';
  background-color: #e80405;
  display: inline-block;
  padding-inline: 50px;
}

.admission-content h3{
  font-size: 90px;
    letter-spacing: 7px;
    line-height: inherit;
    text-transform: uppercase;
    color: #0c0c0c;
    font-weight: 500;
    background-color: #fff000;
    display: inline-block;
    padding-top: 8px;
    padding-inline: 7px;
    margin-bottom: 15px;
    box-shadow: -90vmax 0px 0 68vmax #fff000;
    clip-path: inset(0vmax -68vmax);
}

.admission-content h4{
  font-size: 58px;
  line-height: 69px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}
.admission-content .char:hover {
  transform: translate3d(0, -6px, 0);
  transition: all 0.5s;
  font-weight: bold;
}
.admission-content h4 a{
  text-transform: lowercase;
  color: #ffffff;
}
.admission-content h4 a:hover{
  color: #e80405;
}

/**************************************
Footer
**************************************/

footer {
  background-color: #2b2b2b;
  width: 100%;
  position: relative;
}

.copyright {
  color: #fff;
  padding: 25px 0;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
}

.copyright p,
.copyright a {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #d7d7d7;
  margin: 0;
}

.copyright p span {
  color: rgb(9, 208, 208);
}

.copyright p a:hover {
  color: rgb(9, 208, 208);
}
.banner-img {
       position: relative;
    margin-top: -145px;
    transform: translateX(100px);
     animation: movement 5s infinite;
}
/************************************************************************************************************/
/**************************************
             Responsive
**************************************/

@media (max-width: 1440px) {
  .admission-content {
    position: relative;
    width: 62%;
}
}
@media (max-width: 1366px) {
  .admission-content {
    position: relative;
    width: 66%;
}
}

@media (max-width: 1440px),
(max-width: 1366px) {
  .container {
    max-width: 1200px;
}
.banner-img {
 position: relative;
    margin-top: -136px;
    transform: translateX(50px);
}
.courses-box .btn-group {
    padding: 13px 0px;
    gap: 10px;
}
.banner h5 {
  font-size: 22.5px;
}
h1 {
  font-size: 58px;
}
.banner p {
  font-size: 17px;
  line-height: 24px;
}
.bcircle {
  left: 7%;
  width: 96%;
  height: auto;
}
.hero-img .icon-box.a {
  left: 4%;
  top: 13%;
}
.happy-student {
  left: -6%;
}
.hero-img {
  text-align: left;
}
img.penguin {
  width: 80%;
  height: auto;
}
.boy {
  right: 3%;
  top: -26%;
  width: 54%;
  height: auto;
}
.hero-img .icon-box.b {
  top: 10%;
  right: -5%;
  z-index: -1;
}
.hero-img .icon-box.c {
  right: -2%;
  bottom: 22%;
}
.banner {
    position: relative;
    padding-top: 240px;
    padding-bottom: 25px;
}
.icon1 {
  top: 15%;
  left: 2%;
  width: 7%;
  height: auto;
}
.icon2 {
  width: 8%;
  height: auto;
}
.charector1 {
  width: 10%;
  height: auto;
  bottom: 0%;
}
.banner::after {
  width: 1540px;
  height: 981px;
}
.service-item h5 {
  font-size: 17px;
}
.service-item p {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 20px;
}
.service-item img {
  top: 14px;
}
.about-img::before {
  bottom: -18%;
  left: -19%;
  transform: scale(.9);
}
p {
  font-size: 18px;
  line-height: 24px;
}
h2 {
  font-size: 45px;
  line-height: 45px;
}
.charector2 {
  width: 10%;
}
.about-line {
  width: 21%;
}
.request-call h4 {
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 10px;
}
.request-call .primary-btn {
  margin-top: 11px;
}
.courses-box h4 {
  font-size: 28px;
  line-height: 30px;
}
.courses-box p {
  font-size: 15px;
  line-height: 22px;
}
.primary-btn,
.secondary-btn{
  font-size: 16px;
}
.courses-box span img {
  height: 70px;
}
.why-choose-box h4 {
  font-size: 30px;
  line-height: 36px;
}
.contact-info p, .contact-info a {
  font-size: 18px;
  line-height: 24px;
}
.charector3 {
  bottom: 54px;
  right: 30px;
  width: 21%;
  transform: translateX(110px);
}
.contact-list a {
  font-size: 20px;
}
.admission-content h1 {
  font-size: 200px;
  line-height: 180px;
}
.admission-content h2 {
  font-size: 68px;
}
.admission-content h3 {
  font-size: 63px;
}
.admission-content h4 {
  font-size: 40px;
  line-height: 48px;
}
.admission::before {
  width: 865px;
  height: 717px;
  background-size: contain;
  background-repeat: no-repeat;
}
.contact:before {
  width: 244px;
  height: 310px;
  right: 0;
  top: 28%;
}
.about-small {
  position: absolute;
  left: 35%;
  bottom: -12%;
}
}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {
  .main-menu .contact-list p,
  .main-menu .contact-list a:last-child{
    display: none;
  }
  .main-menu .contact-list span {
    position: relative;
    left: 0;
    top: unset;
}
.main-menu .contact-list{
  padding-left: 0;
}
.main-menu {
  gap: 30px;
}
.container {
  max-width: 720px;
}
.banner {
  padding-top: 160px;
  margin-bottom: 0;
        padding-bottom: 0;
}
.banner-content {
  text-align: center;
}
.banner h5 {
  font-size: 22.5px;
  justify-content: center;
  padding-inline: 21px;
  display: inline;
  padding-block: 8px;
}
.sticky .logo img {
  transition: all .5s;
  width: 80px;
  height: auto;
}
.icon1 {
  top: 11%;
}
.icon2 {
  top: 8%;
}
h1 {
  font-size: 58px;
  width: 80%;
  margin: auto;
  margin-block: 10px;
}
.banner-content .btn-group {
  justify-content: center;
}

.hero-img {
  margin-top: 20%;
}
.bcircle {
  left: 3%;
  width: 88%;
  height: auto;
}
img.penguin {
  width: 70%;
  height: auto;
}
.boy {
  right: 16%;
  top: -23%;
  width: 46%;
  height: auto;
}
.hero-img .icon-box.b {
  top: 12%;
  right: 9%;
  z-index: -1;
}
.hero-img .icon-box.c {
  right: 10%;
  bottom: 22%;
}
.happy-student span {
  font-size: 18px;
  line-height: 18px;
}
.happy-student {
  left: -3%;
  width: 210px;
  height: 80px;
}
.charector1 {
  width: 18%;
  height: auto;
  bottom: 48%;
  left: 1%;
}
.about-img {
  margin-bottom: 10%;
}
.request-call h4 {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 10px;
}
.request .bg {
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: 0%;
}
h2 {
  font-size: 45px;
  line-height: 60px;
}
.why-choose h2 {
  color: #fff;
  width: 80%;
  margin: auto;
  margin-bottom: 50px;
  line-height: 60px;
}
.why-choose-box {
  padding-inline: 26%;
  margin-bottom: 6%;
}
.placement h2 {
  width: 90%;
}
.charector3,.contact:before {
  display: none;
}
.admission {
  background-size: cover;
  background-position: -30% 0%;
  margin-top: 0px;
}
.admission-content {
  position: relative;
  width: 100%;
  text-align: center;
}
.admission-logo {
  position: absolute;
  right: -3%;
  top: -3%;
  width: 110px;
  height: auto;
}
.admission::before {
  width: 770px;
  height: 717px;
}
}

@media (max-width: 675px), (max-width: 575.98px) {
  
  .main-menu {
    gap: 12px;
    flex-wrap: wrap;
}
.enq .primary-btn {
  padding-left: 25px;
  font-size: 12px;
  padding: 15px;
  padding-block: 5px;
}
.enq .primary-btn span{
  display: none !important;
}
.contact-list span {
  box-shadow: 0px 0px 0px 1px #e22d2d;
}
header {
  padding-inline: 15px;
}
.logo img {
  transition: all .5s;
  width: 80px;
  height: auto;
}
.banner h5 {
  font-size: 11px;
  padding-inline: 10px;
  letter-spacing: 2px;
  padding-block: 8px;
}
h1 {
  font-size: 32px;
  line-height: 33px;
  width: 96%;
  margin: auto;
  margin-block: 15px;
}
.banner p {
  font-size: 14px;
  line-height: 20px;
}
.banner-content .btn-group {
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 60%;
    margin: auto;
}
.primary-btn, .secondary-btn {
  font-size: 14px;
}
.icon2 {
  top: 12%;
}
.primary-btn span {
  width: 35px;
  height: 35px;
  right: -38px;
  line-height: 40px;
  margin-left: -13px;
}
.primary-btn{
  padding: 4px 42px;
}
.secondary-btn{
  padding: 4px 27px;
  padding-left: 20px;
}
.secondary-btn span {
  width: 40px;
    height: 40px;
    right: -22px;
    line-height: 43px;
    margin-left: -10px;
}
.icon-box {
  width: 40px;
  height: 40px;
  padding: 10px;
}
.happy-student span {
  font-size: 16px;
  line-height: 18px;
  width: 40px;
  height: 40px;
}
.happy-student h6 {
  font-size: 16px;
  line-height: 20px;
}
.happy-student {
  left: -1%;
  width: 141px;
  height: 60px;
  bottom: -6%;
  border-radius: 10px;
  padding: 6px;
  gap: 8px;
}
.happy-student img {
  position: absolute;
  top: 5px;
  right: 5px;
  transition: all .4s;
  width: 20px;
}
.about-small {
  position: absolute;
  left: 14%;
  bottom: -45%;
  transform: scale(.71);
  width: 100%;
}
.about-img::before {
  bottom: -54%;
  left: -38%;
  transform: scale(.7);
}
h2 {
  font-size: 24px;
  line-height: 28px;
}
.about-img {
  margin-bottom: 20%;
}
p {
  font-size: 14px;
  line-height: 18px;
}
.request-call {
  position: absolute;
  text-align: center;
  inset: 0;
  top: 15%;
}
.request-call h4 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
.request-call .primary-btn {
  margin-top: 9px;
  padding-left: 25px;
}
.request .bg {
  height: 180px;
}
.courses-box p {
  font-size: 14px;
  line-height: 18px;
}
.courses-box h4 {
  font-size: 22px;
  line-height: 20px;
}
.courses-box span img {
  height: 50px;
  width: auto;
}

.why-choose h2 {
  margin-bottom: 50px;
  line-height: 30px;
}
.why-choose-box span {
  width: 100px;
  height: 100px;
  padding: 27px;
  margin-bottom: 20px;
  position: relative;
}
.why-choose-box h4 {
  font-size: 20px;
  line-height: 24px;
}
.why-choose-box {
  padding-inline: 15%;
  margin-bottom: 25%;
}
.admission-logo {
  position: absolute;
  right: -3%;
  top: -6%;
  width: 60px;
  height: auto;
}
.sec-gap {
  padding: 30px 0;
}
.contact-box h2 {
  font-size: 25px;
}
.contact-box p {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 10px;
}
.contact-info h2 {
  margin-bottom: 5%;
  font-size: 30px;
}
.flex-box {
  display: flex;
  gap: 19px;
  margin-top: 5%;
  flex-wrap: wrap;
}
.admission-content h1 {
  font-size: 110px;
  line-height: 100px;
}
.admission-content h2 {
  font-size: 27px;
}
.admission-content h3 {
  font-size: 29px;
}
.admission-content h4 {
  font-size: 24px;
  line-height: 32px;
}
.copyright p, .copyright a {
  font-size: 16px;
}
.enq-btn a {
  padding: 0 10px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 35px;
}
.enq-btn {
  height: 34px;
}
.enq-btn a img {
  transform: rotate(90deg);
  margin-bottom: -5px;
  margin-right: 2px;
  width: 20px;
}
.icon1 {
  top: 14%;
}
.icon2 {
  top: 15%;
  left: 28%;
}
.service-item {
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slick-next {
  right: -7px;
}
.slick-prev {
  left: -7px;
}
}

/* Extra CSS Code */
.wpcf7-spinner{
  display: none;
}
.wpcf7-not-valid-tip{
  font-size: 17px;
}

.phone_list a{
	color:#fb4919;
}


.fixed_chat {
  position: fixed;
    bottom: 8%;
    right: 35px;
    z-index: 1000;
    width: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

@media (max-width: 575.98px) {
.fixed_chat {
  bottom: 12%;
  right: 15px;
  width: 40px;
  gap: 5px;
}
}
/* Popup */
.popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.64);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 1045;
  opacity: 0;
  transform: translateY(10px);
  z-index: -1;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.popup.show{
  opacity: 1;
  transform: translateY(0px);
  z-index: 999999;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  -webkit-transition: opacity 0.5s ease, transform 0.5s ease;
  -moz-transition: opacity 0.5s ease, transform 0.5s ease;
  -ms-transition: opacity 0.5s ease, transform 0.5s ease;
  -o-transition: opacity 0.5s ease, transform 0.5s ease;
}
.contact-form {
    width: 100%;
}
.popup .popup__content {
  width: 35%;
    padding: 0px;
    background: white;
    color: black;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    z-index: 99999;
}

.popup .popup__content .close {
  position: absolute;
    right: 0px;
    top: 0px;
    width: 20px;
    display: block;
    width: 40px;
    height: 40px;
    opacity: 1;
    color: #ffffff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border-radius: 50% 10px 50% 50%;
    flex-direction: column;
    gap: 5px;
    background-color: #048be2;
    transition: all .5s;
    z-index: 9;
}
.popup .popup__content .close:hover{
  background-color: #ffffff;
}
.popup .popup__content .close:hover span{
  background-color: #15222B;
}
.popup .popup__content .close span {
  cursor: pointer;
  position: fixed;
  width: 20px;
  height: 3px;
  background: #ffffff;
}
.popup .popup__content .close span:nth-child(1) {
  transform: rotate(45deg);
}
.popup .popup__content .close span:nth-child(2) {
  transform: rotate(135deg);
}

.left {
  background: #15222B;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.right {
      padding: 60px;
  text-align: left;
  display: flex;
  align-items: center;
  background: linear-gradient(to left, #00f2d3, #0575e6);
}
.title{
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
  line-height: 1.2;
  text-align: center;
  font-size: 34px;
}
.title span{
  font-weight: bold;
  color: #000000;
  padding: 10px 0;
  line-height: 1.2;
  background: #ffffff40;
  display: inline-block;
  padding-inline: 15px;
  border-radius: 10px;
}
.contact-form label {
  color: #fff;
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}
.contact-form .form-control {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #000000;
  padding: 12px 15px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 1px solid #C1C1C1;
  width: 100%;
  border-radius: 4px;
  outline: none;
}
.contact-form .bttn-color {
  background: linear-gradient(to right, #ffffff, #ffffff);
  border-radius: 100px;
  /* border: 1px solid #fff; */
  padding: 15px 30px;
  color: #000;
  font-weight: 600;
  letter-spacing: .7px;
  text-transform: uppercase;
  transition: .3s;
  border: 0;
    outline: none;
    cursor: pointer;
}
.contact-form .bttn-color:hover{
  background:#000000;
  color: #fff;
}
@media (max-width: 991.98px){
  .left {
  height: 33vh;
}
.right {
  padding: 30px;
  padding-inline: 45px;
}
}

@media (max-width: 575.98px) {
.popup .popup__content {
  width: 90%;
}
.title {
  font-size: 24px;
}
.right {
 padding: 30px;
padding-inline: 30px;
}
	.courses-box .btn-group a {
        font-size: 12px;
        padding: 8px 16px;
        width: 50%;
    }
	.courses-box .btn-group {
        transform: translateY(50px);
        margin-top: -25px;
        padding: 13px 1px;
        gap: 8px;
    }
    .courses-box {
    padding: 20px 15px;
}
.banner-img {
    margin-top: 0;
}
    .banner {
        padding-top: 160px;
        margin-bottom: -269px;
        padding-bottom: 0;
    }
}