/*
 Theme Name:   Dynamic Divi Child Theme
 Theme URI:    https://diviengine.com/
 Description:  Dynamic Divi Child Theme
 Author:       Divi Engine
 Author URI:   https://diviengine.com/
 Template:     Divi
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Teko:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
body{
	font-family:'Inter', sans-serif;
}
#main-header{
	padding:10px 0;
}
a {
    transition: 0.3s ease;
}
#top-menu-nav .menu-item a{
	color:#363636;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	padding-bottom:0 !important;
	letter-spacing: 0em;
}
#top-menu-nav .menu-item:hover{
	opacity:1;
}
#top-menu-nav .menu-item:hover a{
	color:#4E267E;
}
#top-menu-nav .current-menu-item.menu-item a{
	color:#4E267E;
	font-weight:600;
}
#top-menu-nav #top-menu li{
	padding-bottom:13px;
	margin-bottom:15px;
	    padding-right: 20px;
    padding-left: 20px;
}
#top-menu-nav #top-menu li.menu-item-type-custom{
	margin-left:50px;
	padding-bottom: 0;
}
#top-menu-nav #top-menu li.menu-item-type-custom a{
	color:#fff;
	opacity:1 !important;
	border-radius:5px;
	padding: 10px 30px;
	padding-bottom:10px !important;
	background-color:#4E267E;
	border:1px solid #4E267E;
}
#top-menu-nav #top-menu li.menu-item-type-custom:hover a{
	border:1px solid #4E267E;
	color:#4E267E;
	background-color:#fff;
}
.footer .footer-inner-wrapper{
	display:grid;
	grid-template-columns:25% 45% 30%;
}
.footer .footer-section-two-wrap .footer-section-inner-wrap{
	display:grid;
	grid-template-columns:50% 50%;
}
.footer .social-media-links{
	display:flex;
	gap:15px;
}
.footer .footer-section-one-wrap{
	    display: flex;
    flex-direction: column;
/*     justify-content: space-between; */
	gap:56px;
}
.footer .footer-short-desc p{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	text-align: left;
	color:#94C023;
}
.footer .footer-section-inner-wrap h6{
	font-size: 18px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0.05em;
	color:#FFFFFF;
	padding-bottom:15px;
}
.footer  .link-footer{
	padding-left:0;
	list-style-type: none;
}
.footer  .link-footer  li{
	padding:5px 0;	
}
.footer  .link-footer a{
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: 0.05em;
	color:#FFFFFF;
}
.footer  .link-footer a:hover{
	color:#94c023;
}
.footer .social-media-links h6{
		font-size: 18px;
	font-weight: 700;
	line-height: 19px;
	margin:auto 0;
	letter-spacing: 0.05em;
	color:#FFFFFF;
	padding-bottom:0px;
}
.footer .footer-inner-row-wrappers h6{
		font-size: 18px;
	font-weight: 700;
	line-height: 19px;
	margin:auto 0;
	letter-spacing: 0.05em;
	color:#FFFFFF;
	padding-bottom:30px;
}
.footer .social-media-links .et-pb-icon{
	border:1px solid #fff;
}
.footer .social-media-links .et-pb-icon{
	font-size:18px;
	color: #fff;
	padding:5px;
	border:1px solid #fff;
	border-radius:5px;
}
.footer .phone-numbers-wrapper {
    display: grid;
    gap: 10px;
    margin: auto 0;
    padding: 7.5px 0;
    grid-template-columns: 10% 90%;
}
.footer .phone-numbers-wrapper img {
    width: 20px;
    margin: auto;
    display: flex;
    align-items: center;
	    padding: 5px;
    height: 30px;
    width: 30px;
	background: #94C023;
    border-radius: 100%;
}
.footer .phone-numbers-wrapper a {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #FFFFFF;
    text-align: left;
}
.footer  .phone-numbers-wrapper a:hover{
	color:#94c023;
}
.bottom-footer-section .et_pb_text_inner p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    text-transform: capitalize;
}
.bottom-footer-section .et_pb_text_inner a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
}
.bottom-footer-section .et_pb_text_inner a:hover{
	color:#4e267e;
}

/* Hero Section */
 @keyframes slideInLeft {
        0% {
          transform: translateX(-100%);
        }
        100% {
          transform: translateX(0);
        }
      }
.hero-banner-slider-wrapper .hero-heading h1{
	font-family: 'Teko', sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.1;
    text-align: left;
/*     width: 55%; */
	text-transform:uppercase;
	color:#FFFFFF;
}
/* .hero-banner{
	padding:100px 0;
} */
.hero-banners{
	position:relative;
}
/* .hero-banners:before{
	position:absolute;
	content:'';
	background-image:url('/wp-content/uploads/2023/08/Group-34.svg');
	background-repeat:no-repeat;
	background-size:100%;
	top:0;
	left:0;
	height:100px;
	width:100px;
} */

.home-service-grid-bx-cont-2{
	display:none;
}
.hero-banners .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #94C023;
}
.hero-banners .slick-dots li button:before{
	font-size:11px !important;
	color:white;
}
.hero-banners #left-area ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul{
	line-height:60px;
}
.hero-banner-slide.hero-slide-one{
	background-image:url('/wp-content/uploads/2023/08/hero-bsnner-02-1.png');
	background-size:contain;
	background-position:bottom right;
	background-repeat:no-repeat;
	position:relative;
/* 	background-color: linear-gradient(107deg, #52267E 57.44%, #392949 92.92%); */
}
.hero-banner-slide.hero-slide-one:before{
	position:absolute;
	content:'';
	background-image:url('/wp-content/uploads/2023/08/Group-34.svg');
	background-repeat:no-repeat;
	background-size:100%;
	top:0;
	left:0;
	height:250px;
	width:470px;
}
.hero-banner-slide.hero-slide-one:after{
	position:absolute;
	content:'';
	background-image:url('/wp-content/uploads/2023/08/Group-35.svg');
	background-repeat:no-repeat;
	background-size:100%;
	bottom:0;
	right:0;
	height:210px;
	width:470px;
	z-index:-1;
}
.hero-banner-slide.hero-slide-two{
	background-image:url('/wp-content/uploads/2023/08/4085-Converted-01-1.svg');
	background-size:contain;
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#4F2F86;
	position:relative;
}
.hero-banner-slide.hero-slide-two:before{
	position:absolute;
	content:'';
	background-image:url('/wp-content/uploads/2023/08/Vector-26.png');
	background-repeat:no-repeat;
	right: 0;
    top: 4%;
    height: 298px;
    width: 82px;
}
.hero-banner-slide.hero-slide-two:after{
	position:absolute;
	content:'';
	background-image:url('/wp-content/uploads/2023/08/Vector-5.png');
	background-repeat:no-repeat;
	right:0;
	top:40%;
	height:100px;
	width:100px;
}
.hero-banner-slider-wrapper .slick-next{
	right:0;
}
.hero-heading{
	width:55%;
	transition-delay: 250ms;
    transition-property: margin-left;
/* 	animation: 1s ease-out 0s 1 slideInLeft; */
}
.hero-banner-slider-wrapper .hero-heading h1 span{
	color:#94C023;
}
.hero-para-desc{
	color: #EAEAEA;
   font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.4px;
    width: 500px
}
.hero-banner-slider-wrapper .hero-banner-content{
	width:80%;
	margin:auto;
	max-width:1300px;
}
.hero-button-wrap.button-one{
	background: #94C023;
    width: 145px;
    padding: 10px 20px;
	border-radius:5px;
	margin-top:20px;
}
.hero-banner{
	display:flex;
	height:87vh;
	align-items:center;
}
.banner-img{
	display:flex;
}
.banner-img img{
	align-self:end;
}
.hero-button-wrap.button-one a{
	font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
	color:#FFF;
}
.about-us-section-home h2{
	position:relative;
	font-family: 'Teko', sans-serif;
	padding-bottom:0px;
	margin-bottom:20px;
	color:#303030;
	font-size:40px;
	line-height:1.2;
	width: fit-content;
    display: flex;
/* 	background: linear-gradient(to left, #f69ec4, #f9dd94 100%);
background-position: 0 100%;
background-size: 100% 2px;
background-repeat: repeat-x; */
    justify-content: start;
}
.about-us-section-home h2:before{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background-color:#8BC241;
	height:2px;
}
.about-us-section-home p{
font-size: 16px;
font-weight: 400;
line-height:1.4;
letter-spacing: 0em;
color:#232323;
text-align:justify;
}
.why-choosewise-heading{
	display:flex;
	justify-content:start;
}

/*Home Experience Section*/
.experience-home-sec{
	background-image:url('/wp-content/uploads/2023/08/Group-1.svg');
	background-repeat:no-repeat;
	background-position:top right;
	background-size:30%;
}
.experience-slider{
	margin-top:35px;
}
.experience-head{
	display:flex;
	justify-content:center;
	align-items:center;
}
.experience-head h3{
	color:#303030;
font-family: 'Teko', sans-serif;
font-size: 35px;
font-style: normal;
font-weight: 600;
line-height: 55px; /* 157.143% */
text-transform: capitalize;
	border-bottom:1px solid #8BC241;
	padding-bottom:0;
}
.exp-img{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.exp-img-child{
	margin:10px 20px;
	background-color:#FFF;
	border-radius:50%;
	box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);
	padding:18px;
	width:90px;
	position:relative;
}
.exp-img-child img{
	margin:auto;
	height:50px;

}
/* .exp-img{
	position:relative;
} */
/* .exp-img-child:after{
	position:absolute;
	content:'';
	background:url('/wp-content/uploads/2023/08/Line-52.svg');
	left: 104px;
    top: 50%;
    width: 138px;
    height: 2px;
} */
.experience-slider:after{
	position:absolute;
	content:'';
	background:url('/wp-content/uploads/2023/08/Line-52.svg');
	left: 10%;
    top: 30%;
    width: 80%;
    height: 2px;
	z-index:-10;
}
.exp-img-wrapper{
	margin:0 20px;
	background:white;
}
.exp-cont{
	text-align:center;
}
/* .experience-slider:nth-last-child():after{
	display:none;
} */
.experience-slider .slick-next:before, .experience-slider .slick-prev:before{
	color:transparent !important;
}
/* .experience-slider .slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover{
	background:unset !important;
} */
.experience-slider .slick-prev{
	background:#FFF url('/wp-content/uploads/2023/08/Vector-4.svg');
	width:30px;
	height:30px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:30%;
	border-radius:50%;
	box-shadow:0px 3px 4px rgba(0, 0, 0, 0.25);
	
}
.experience-slider .slick-prev:hover, .experience-slider .slick-prev:focus{
	background:#8BC241;
	background-image:url('/wp-content/uploads/2023/08/Vector-4.svg');
 	background-repeat:no-repeat;
	
	background-position:center;
}
.experience-slider .slick-next:hover, .experience-slider .slick-next:focus{
	background-color:#8BC241;
	background-repeat:no-repeat;
	background-image:url('/wp-content/uploads/2023/08/Vector-5-1.svg');
	background-position:center;
	
}

.experience-slider .slick-next{
	background:#FFF url('/wp-content/uploads/2023/08/Vector-5-1.svg');
	width:30px;
	height:30px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:30%;
	border-radius:50%;
	box-shadow:0px 3px 4px rgba(0, 0, 0, 0.25);
}
/* .experience-slide .slick-next.slick-disabled:before, .slick-prev.slick-disabled:before{
	opacity:0 !important;
} */
/* .experience-slide .slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover{
	background:#FFF url('/wp-content/uploads/2023/08/Vector-5-1.svg') !important;
	background-repeat:no-repeat !important;
 	transition:all 0.3s ease-in !important;
 }  */
.experience-slide .slick-next:before, .experience-slider.slick-prev:before{
	opacity:0 !important;
}
.experience-slider .slick-next, .experience-slider .slick-prev{
	top:35% !important;
}
.exp-btn{
	display:flex;
	justify-content:center;
	align-items:center;
}
.exp-btn a{
	background-color:#4E267E;
	box-shadow:0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding:10px 20px;
	color:#FFF;
	text-align: center;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
	border-radius:5px;
	border:1px solid transparent;
}
.exp-btn a:hover{
	background-color:#FFF;
	border:1px solid #4E267E;
	color:#4E267E;
/* 	padding:12px 22px; */
	transform:scale(1.1);
	transition:all 0.3s ease-in;
}
.exp-btn-row{
	margin-top:60px;
}
.exp-cont{
	color: #303030;
/* text-align: center; */
font-family:'Inter', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 24px; 
margin-top:15px;
}
.service-exp-grid-bx-1{
/* 	background: white; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin: 0 20px; */
    /* padding: 30px; */
   padding: 25px 30px 20px;
	border-radius: 10px;
border: 0.4px solid #EAEAEA;
background: #FBFFF6;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.service-exp-grid-bx-1:hover{
	background: linear-gradient(0deg, #D4FF9F -12.54%, #FBFFF6 126.52%);
	 transition:all 0.5s ease-in;
}
.service-exp-grid-bx-1 img{
	width:25%;
}
.service-exp-grid-bx-2{
	border-radius: 10px;
border: 0.4px solid #EAEAEA;
background: #FAF6FF;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.service-exp-grid-bx-2:hover{
	background: linear-gradient(0deg, #D2AEFF -12.54%, #FAF6FF 126.52%);
    transition:all 0.5s ease-in;
}
.exp-cont-2{
	text-align: center;
    font-size: 14px;
}
.service-exp-grid{
	display: grid;
    grid-template-columns: 32% 32% 32%;
    gap: 15px;
	margin:15px 0; 	
}
.go-corner{
	display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 25px;
  height: 25px;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: #94C023;
	opacity:0.4;
  border-radius: 12px 0px 32px 0px;
}


/*home advantage sec*/
.home-advantage-sec{
	background: #FBF8FF;
}
.advantage-head{
	display:flex;
	justify-content:start;
}
.advantage-head h3:after{
	position:absolute;
	content:'';
	width:100%;
	height:2px;
	background:#8BC241;
	left:0;
	bottom:25%;
	
}
.advantage-head h3{
	color: #303030;
font-family: 'Teko', sans-serif;
font-size: 35px;
font-style: normal;
font-weight: 600;
line-height: 55px; /* 157.143% */
text-transform: capitalize;
	position:relative;
}
.advantage-grid{
	display:flex;
	gap:20px;
	margin-top:20px;
}
.home-advantage-sec .et_pb_row.et_pb_row_3{
	padding-top:0;
}
.advantage-img img{
	width:100% !important;
}
.advantage-bar{
	display: flex;
    align-items: center;
    gap: 15px;
	margin:20px 0;
	background:#FFF;
	padding: 7px 7px;
/*     width: 500px; */
    border-radius: 50px;
	box-shadow: -2px 2px 5px 2px rgba(45, 45, 45, 0.10);
}
.advantage-bar:hover{
	border:1px solid #94C023;
	transition:all 0.3s ease-in;
}
.advantage-no{
	padding-bottom:0;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 1.2px;
	background-color: #94C023;
    width: 48px;
    /* text-align: center; */
    height: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.advantage-cont{
	color:  #303030;
font-family: 'Open Sans', sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal
}
.advantage-bar-col{
	align-self:center;
}

/*Home admission section*/
.admission-sec{
	background-color:#F7F2FF ;
	background-image:url('/wp-content/uploads/2023/08/Group.svg');
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size:20%;
}
.admission-head{
	display:flex;
	justify-content:center;
	align-items:center;
/* 	position:relative; */
}
.admission-head h3:after{
	position:absolute;
	content:'';
	background:#8BC241;
	height:2px;
	width:100%;
	left:0;
	bottom:30%;
}
.admission-head h3{
	color:#303030;
font-family: 'Teko', sans-serif;
font-size: 35px;
font-style: normal;
font-weight: 600;
line-height: 55px; /* 157.143% */
text-transform: capitalize;
	position:relative;
}
.admission-slider-bx img{
	margin: 0 auto;
	width:140px;
	height:100px;
}
.admission-slider{
	margin-top:20px;
}
.admission-img-bx{
/* 	width: 265px !important; */
    background: white;
    height: 232px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	gap:15px;
	margin:25px 40px;
	box-shadow:5px 5px 20px 1px rgba(0, 0, 0, 0.10);
	border-radius:10px;
	position:relative;
}
.admission-img-bx:after{
	position:absolute;
	content:'';
	width:50%;
	height:4px;
	background-color:#94C023;
	top:0;
	left:50%;
	transform:translate(-50%,-50%);
}
.admission-cont{
	text-align:center;
}
/* .admission-slider.slick-next.slick-disabled:before, .admission-slider .slick-prev.slick-disabled:before{
	opacity:1.25;
	display:none;
} */
.admission-slider .slick-prev {
    background-color: #FFF;
	background-image: url('/wp-content/uploads/2023/08/Vector-4.svg');
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
    border-radius: 50%;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
}
.admission-slider .slick-prev:hover, .admission-slider .slick-prev:focus{
	background-color:#8BC241;
	background-image:url('/wp-content/uploads/2023/08/Vector-4.svg');
 	background-repeat:no-repeat;
	background-position:center;
}
.admission-slider .slick-prev:before, .admission-slider .slick-next:before{
	opacity:0;
}
/* .admission-slider .slick-prev:before{
	opacity:0;
} */
/* .admission-slider.slick-next.slick-disabled:before, .admission-slider .slick-prev.slick-disabled:before {
    opacity: 0.05;
} */
.admission-slider .slick-next:hover, .admission-slider .slick-next:focus{
	background-color:#8BC241;
	background-repeat:no-repeat;
	background-image:url('/wp-content/uploads/2023/08/Vector-5-1.svg');
	background-position:center;
	
}

/* .admission-slider .slick-prev:hover{
	 background: #FFF url(/wp-content/uploads/2023/08/Vector-4.svg);
} */
.admission-slider .slick-next {
    background-color: #FFF;
	background-image:url('/wp-content/uploads/2023/08/Vector-5-1.svg');
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
    border-radius: 50%;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
}
/* .admission-slider .slick-next:before{
	display:none;
} */
.admission-slider .slick-next {
	top:50% !important;
}
.admission-slider .slick-prev{
	top:50% !important;
}
/* .admission-slider .slick-next:before,.admission-slider .slick-prev:before{
	opacity:0;
} */
/* .admission-slider-bx{
	width:310px !important;
} */
.admission-cont{
	color:#303030;
font-family:'Inter', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 120% */
}
.admission-sec .exp-btn-row{
	margin-top:40px;
}

/*Study destination Sec*/
.study-destination-sec{
	background-image:url('/wp-content/uploads/2023/08/Group-3.svg');
	background-repeat:no-repeat;
	background-size: 100%;
    background-position: center;
}
.destination-head{
/* 	text-align:center; */
	display:flex;
	justify-content:center;
	align-items:center;
}
.destination-slider{
	margin-top:30px;
}
.destination-head h3{
	color: #303030;
font-family: 'Teko', sans-serif;
font-size: 35px;
font-style: normal;
font-weight: 600;
line-height: 55px; /* 157.143% */
text-transform: capitalize;
	position:relative;
}
.destination-head h3:after{
	position:absolute;
	content:'';
	height:2px;
	width:100%;
	background:#8BC241;
	bottom:30%;
	left:0;
}
.destination-img-bx{
/* 	width:80%; */
	margin:0 35px;
}
.destination-img-bx img{
	height: auto;
/*     width: 270px; */
/*     margin: auto; */
/* 	margin:0 40px; */
	width:100%;
}
.study-in{
/* 	padding-left:35px; */
	color: #303030;
font-family:'Inter', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
	padding-bottom:0;
	margin-top:20px;
}
.study-country{
/* 	padding-left:35px; */
	color: #4E267E;
font-family:'Inter', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
	
}
.destination-slider .slick-prev {
    background-image: #FFF;
	background-image: url('/wp-content/uploads/2023/08/Vector-4.svg');
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
    border-radius: 50%;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
}
.destination-slider .slick-prev:hover, .destination-slider .slick-prev:focus{
	background:#8BC241;
	background-image:url('/wp-content/uploads/2023/08/Vector-4.svg');
 	background-repeat:no-repeat;
	
	background-position:center;
}

.destination-slider .slick-next {
    background: #FFF url(/wp-content/uploads/2023/08/Vector-5-1.svg);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
    border-radius: 50%;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
}
.destination-slider .slick-next:before{
	opacity:0;
}
.destination-slider .slick-next:hover, .destination-slider .slick-next:focus{
	background-color:#8BC241;
	background-repeat:no-repeat;
	background-image:url('/wp-content/uploads/2023/08/Vector-5-1.svg');
	background-position:center;
	
}
/* .destination-slider .slick-prev:focus{
	background-color:grey;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url('/wp-content/uploads/2023/08/Vector-4.svg');
} */
/* .destination-slider .slick-next:before{
	display:none;
} */
.destination-slider .slick-next,.destination-slider .slick-prev{
	top:45% !important;
}
/*students exp sec*/
.students-exp-sec{
	background-image:url('/wp-content/uploads/2023/08/depositphotos_330535198-stock-photo-businessman-head-pointing-five-star-transformed-1-svg.png');
	background-repeat:no-repeat;
	background-size:cover;
}
.student-title{
	color: #FFF;
font-family: 'Teko', sans-serif;
font-size: 35px;
font-style: normal;
font-weight: 600;
line-height: 40px; /* 114.286% */
text-transform: capitalize;
	border-bottom: 2px solid white;
    padding-bottom: 5px
}
.student-head{
	width:75%;
}
.student-desc{
	color: #FFF;
/* text-align: right; */
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
	padding-top:10px;
}
.student-testi-bx{
	border-radius: 5px;
background: rgba(139, 194, 65, 0.80);
box-shadow: 0px 4px 4px 0px rgba(82, 82, 82, 0.25);
/* 	width:345px; */
	padding: 18px 20px 18px 80px;
	position:relative;
	margin:0 10px;
}
.student-testi-desc{
	color: #FFF;
text-align: justify;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 18px;	
}
.student-testi-bx:before{
	position:absolute;
	content:'';
	background:url('/wp-content/uploads/2023/08/Group-40829.png');
	background-repeat:no-repeat;
	left: 15px;
    top: 25px;
    width: 50px;
    height: 50px;
}
.student-test-slider .slick-prev{
	background-color:grey;
	background-image:url('/wp-content/uploads/2023/08/Vector-4.svg');
	background-repeat:no-repeat;
	border-radius:50%;
	background-position:center;
	right:45px;
	left:unset;
	top:110%;
}
.student-test-slider .slick-prev:hover, .student-test-slider .slick-prev:focus{
	background-color:grey;
	background-image:url('/wp-content/uploads/2023/08/Vector-4.svg');
	background-repeat:no-repeat;
	border-radius:50%;
	background-position:center;
}
.student-test-slider .slick-next.slick-disabled:before{
	opacity:0;
}
.student-test-slider .slick-prev.slick-disabled:before{
	opacity:0;
}

.page-id-12 .slick-next:focus:before, .page-id-12 .slick-next:hover:before, .page-id-12 .slick-prev:focus:before, .page-id-12 .slick-prev:hover:before{
	display:none;
}

.destination-slider .slick-prev:before{
	display:none;
}
.page-id-12 .student-test-slider .slick-arrow:before {
    content: '' !important;
}

.student-test-slider .slick-next{
	background-color:grey;
	background-image:url('/wp-content/uploads/2023/08/Vector-5-1.svg');
	background-repeat:no-repeat;
	border-radius:50%;
	background-position:center;
	right:8px;
	top:110%;
}
.student-test-slider .slick-next:hover, .student-test-slider .slick-next:focus{
	background-color:grey;
	background-repeat:no-repeat;
	background-image:url('/wp-content/uploads/2023/08/Vector-5-1.svg');
	background-position:center;
}
.student-test-slider .slick-next:before{
	opacity:0;
}
.info-name{
	color: #FFF;
/* text-align: right; */
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 18px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
#testi-logo{
	border-radius:50%;
}
.info{
	display: flex;
    gap: 20px;
    justify-content: end;
    align-items: center;
    margin: 5px 0;
}
.student-exp{
	display: grid;
    grid-template-columns: 35% 65%;
}
.faq-section .accordion-style-one-content {
  background-color: #fff;
  display: none;
  border-radius:5px;	
}
.faq-section .et_pb_module_heading{
	display:flex;
	justify-content:start;
	position:relative;
}
.faq-section .et_pb_module_heading:after{
	position:absolute;
	content:'';
	background:#8BC241;
	width:6%;
	height:2px;
	left:0;
	bottom:0;
}
.accordion-style-one  .accordion-style-content h3 {
  background-color: #FFF;
  padding:20px 15px;
	margin:20px 0;
	font-weight:400;
  cursor: pointer;
	border-radius:5px;
/*   letter-spacing: 2px; */
  position: relative;
	color: #505050;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 20px; 
	border-radius: 10px;
background: #FFF;
box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, 0.10);
}
.accordion-style-content.active h3{
	 background-color: #8BC241;
	 color:#FFF;
}
.accordion-style-one .accordion-style-content.active h3:after{
	color:#FFF;
}
.accordion-style-one .accordion-style-content h3:after {
  content: '+';
  position: absolute;
  right: 15px;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  color:#8BC241;	
}
/* .accordion-style-one .accordion-style-content h3
.accordion-style-content:active{
	border-radius: 10px !important;
    background: #FFF;
    box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, 0.10) !important;
} */
.accordion-style-content:active{
	border-radius: 10px !important;
    background: #FFF;
    box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, 0.10) !important;
}
.rectangle img{
	padding-top:70px;
/* 	width: 310px;
    height: 355px; */
}
.rectangle{
	position:relative;
}
.rectangle:before{
	position:absolute;
	content:'';
	background:url('/wp-content/uploads/2023/08/Rectangle-244.svg');
	background-repeat:no-repeat;
	height:300px;
	width:245px;
	left: -32px;
    top: 22px;
    z-index: 100;
}
.rectangle:after{
	position:absolute;
	content:'';
	background:url('/wp-content/uploads/2023/08/Rectangle-245.png');
	background-repeat:no-repeat;
	height:265px;
	width:310px;
	right: -71px;
    bottom: -67px;
	z-index:200;
}
.heading-two{
	color: #303030;
font-family: 'Teko', sans-serif;
font-size: 35px;
font-style: normal;
font-weight: 600;
line-height: 55px; /* 157.143% */
text-transform: capitalize;
	position:relative;
}
.heading-two:after{
	position:absolute;
	content:'';
	height:2px;
	width:100%;
	background:#8BC241;
	bottom:20%;
	left:0;
}
.why-choosewise-para{
	color: #232323;
text-align: justify;
font-family:'Inter', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}
.home-sevice-head{
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative
}
.home-sevice-head h3{
	color:#FFF;
font-family: 'Teko', sans-serif;
font-size: 35px;
font-style: normal;
font-weight: 600;
line-height: 55px; /* 157.143% */
text-transform: capitalize;
/* position:relative;	 */
}
.home-sevice-head h3:after{
	height: 1px;
    width: 272px;
/* 	width:0; */
    position: absolute;
    content: '';
    bottom: 30%;
/*     left: 369px; */
	left:50%;
    background: #8BC241;
/* 	 background: none repeat scroll 0 0 transparent;
	 transition: width 0.3s ease 0s, left 0.3s ease 0s; */
	display:block;
	transform:translate(-50%,-50%);
}
/* .home-sevice-head h3:hover:after{
	width:100%;
	left:0;
} */
.home-service-grid-bx{
	background: rgba(255, 255, 255, 0.35);
    padding: 35px;
    border-radius: 10px;
	border:1px solid transparent;
}
.home-service-grid-bx:hover{
	background: rgba(255, 255, 255,0.45);
	transition:all 0.3s ease-in;
	color:white;
	border:1px solid white;
}
.read-more{
	cursor:pointer;
}
.home-service-grid{
	display: grid;
	grid-template-columns:49% 49%;
    gap: 20px
}
.home-service-grid-bx-head{
	color: #FFF;
/* text-align: center; */
font-family:'Inter', sans-serif;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.home-service-grid-bx-cont{
	color: #FFF;
text-align: justify;
font-family:'Inter', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}
.service-btn{
/* 	text-align:center; */
	margin-top:50px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.service-btn a:hover{
	transform:scale(1.1);
	background: rgba(139, 194, 65, 0.80);
	color:#FFF;
	transition:all 0.3s ease-in;
}
.service-btn a{
	border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 10px 20px;
	color: #4E267E;
/* text-align: center; */
font-family:'Inter', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
/*home contact us sec*/
.home-contact-sec{
	padding:10px 0;
}
.contact-head{
	display:flex;
	justify-content:center;
	align-items:center;
}
.contact-head h3:after{
	height: 1px;
    width: 100%;
    /* width: 0; */
    position: absolute;
    content: '';
    bottom: 30%;
    /* left: 369px; */
    left: 50%;
    background: #8BC241;
    display: block;
    transform: translate(-50%,-50%);
}
.contact-head h3{
	color: #303030;
font-family: 'Teko', sans-serif;
font-size: 35px;
font-style: normal;
font-weight: 600;
line-height: 55px; /* 157.143% */
text-transform: capitalize;
	position:relative;
}
.home-contact-form{
	display:flex;
	justify-content:end;
}
.home-contact-form .wpcf7.js{
	width:40%;
}
.home-contact-form form{
/* 	width:400px; */
	border-radius: 10px;
    background: #FFF;
    box-shadow: 10px 10px 15px 0px rgba(42, 42, 42, 0.20);
	padding:20px 40px;
}
.home-contact input{
	width:100%;
	border-radius: 5px;
border: 1px solid #A7A7A7;
	height:30px;
	margin:10px 0;
}
.home-contact select{
	width:100%;
	height:30px;
	border-radius:5px;
}
.home-contact.radio-flex .wpcf7-form-control.wpcf7-radio{
	display:flex;
	flex-direction:column;
}
.home-contact.radio-flex .wpcf7-list-item.first{
	display:flex;
	gap:15px;
	align-items:center;
	height:30px;
}
.home-contact.radio-flex .wpcf7-list-item.last{
	display:flex;
	gap:15px;
	align-items:center;
	height:30px;
}
.home-contact.radio-flex input{
	width:auto;
}
.home-contact label{
	color: #3D3D3D;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.form-container{
	display: flex;
    flex-direction: column;
    gap: 15px;
}
.submit-btn{
   display: flex;
    justify-content: center;
    align-items: center;
}
.submit-btn p{
	display: flex;
    flex-direction: column-reverse;
}
.submit-btn input{
	color: #FFF;
text-align: center;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
	border-radius: 5px;
background: var(--primary-1, #4E267E);
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding:10px 30px;
	cursor:pointer;
}
.submit-btn input:hover{
	background:#FFF;
	color:#4E267E;
	border: solid #4E267E;
}
.accordion-style-one .accordion-style-content.active  h3:after {
content: '-';
}
.accordion-style-one-content .content-inner {
  padding: 15px;
}
.accordion-style-one-content .content-inner p{
 color: #505050;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px
}
.why-choosewise-sec .why-choosewise-is-a-wise-choice-wrapper{
	      display: grid;
    grid-template-columns: 50% 45%;
    gap: 5%;
    width: 90%;
    /* max-width: 1300px; */
    margin-left: 10%;
/*     margin-right: 0; */
/*     float: right; */
	align-items:center;
}
.why-choosewise-sec .why-choosewise-is-a-wise-choice-wrapper .why-choosewise-image-wrapper img{
	width:100%;
}
.footer .link-footer li{
	height:40px;
}
.pum-container.pum-responsive.pum-responsive-medium {
    margin-left: -14%;
    width: 35%;
}
/* #popmake-526{
	margin-left:-95%;
	width:35%;
} */
#pum-518{
	background:transparent;
}
.pum-theme-510 .pum-container, .pum-theme-lightbox .pum-container{
	border: 1px solid transparent;
}
.sm-footer .footer-accordian .accordion-style-one-content{
	display: none;
	background:white;
}
.sm-footer{
	display:flex;
	flex-direction:column;
	gap:30px;
}
.sm-footer .footer-section-one-wrap {
	display:flex;
	gap:0 !important;

}
.accordion-style-one.footer-accordian{
	width:100%;
}
.sm-footer .link-footer a{
	font-size:13px;
	color:black;
}
.sm-footer .accordion-style-content.active h3{
	margin-bottom:0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
    background-color: #8BC241;
}
.sm-footer .phone-numbers-wrapper a{
	color:black;
	font-size:13px;
}
.sm-footer .accordion-style-one .accordion-style-content h3{
	background:transparent;
	box-shadow:unset;
	color:white;
	border-bottom: 1px solid;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

/*contact us page*/
.contact-us-banner{
	height:80vh;
}
.contact-form-sec .phone-numbers-wrapper {
    display: grid;
    gap: 15px;
    margin: 0 0 12px 0;
    padding: 7.5px 0;
    grid-template-columns: 10% 90%;
/* 	align-items:center; */
}
.contact-form-sec .phone-no-wrap a{
	color: var(--white-background, #FFF);
font-family: Inter;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.phone-no-wrap-2{
	width:65%;
}
.contact-form-sec{
	background-color:#4E267E;
}
.contact-form-sec .home-contact-form .wpcf7.js{
	width:100%;
}
.contact-form-sec .social-media-links{
	margin-top:30px;
	display:flex;
}
.contact-form-sec .social-media-links.social-icons{
	margin-top:0;
}
.contact-form-sec .social-link-one, .contact-form-sec .social-link-two{
	margin:0 10px;
}
.contact-form-sec .social-media-links h6{
	color: var(--white-background, #FFF);
font-family: Inter;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.contact-form-sec .phone-no-wrap{
	padding-top:5px;
}
.social-link-one img:hover{
	transform:scale(1.1);
}
.social-link-two img:hover{
	transform:scale(1.1);
}
.contact-map iframe{
	width:100%;
	border-radius:5px;
}
.contact-map-sec{
	padding:0;
}
.contact-form-sec .phone-no-wrap a:hover{
	color: #94c023;
}

/*Service Page*/
.service-banner{
	height:94vh;
	display:flex;
	background: #F6F6F6;
	background-repeat:no-repeat;
	background-size:cover;
}
/* .service-banner .et_pb_row.et_pb_row_0{
	margin-top:0;
	margin-bottom:0;
	padding:0 !important;
} */
.service-heading h2{
	color: var(--text, #303030);
font-family: 'Teko', sans-serif;
font-size: 50px;
font-style: normal;
font-weight: 600;
line-height: 53px; /* 106% */
text-transform: uppercase;
}
.service-heading span{
	color: var(--white-background, #FFF);
}
.service-head-desc p{
	color: #000;
 font-family: 'Poppins', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 130% */
letter-spacing: -0.4px;
}
.service-banner-head{
	width:55%;
	display: flex;
    justify-content: space-around;
    flex-direction: column;
    /* gap: 20%; */
    min-height: 400px;
    padding-top: 40px
}
.service-banner .hero-button-wrap.button-one {
   border-radius: 5px;
background: var(--primary-1, #4E267E);
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.36);
    width: 145px;
}

.service-foundation .home-sevice-head h3{
	color:#303030;
font-family: 'Teko', sans-serif;
font-size: 35px;
font-style: normal;
font-weight: 600;
line-height: 55px; /* 157.143% */
text-transform: capitalize;
/* position:relative;	 */
}
.service-foundation-grid-row{
	display: grid;
    grid-template-columns: 37% 61%;
    gap: 15px;
	align-items:center;
	margin:35px 0; 
}
.service-foundation-head{
	color: var(--Text, #303030);
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 24px; 
	
}
.service-foundation-cont{
	color: var(--Text, #303030);
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
}
.service-foundation-grid-row-2{
	display: grid;
    grid-template-columns:61% 37%;
    gap: 15px;
	align-items:center;
	margin-top:50px;
}
.service-foundation-grid-row-2 .service-foundation-head, .service-foundation-grid-row-2 .service-foundation-cont{
	text-align:right;
}
.service-foundation{
	position:relative;
	padding:20px 0;
}
.service-foundation:before{
	position:absolute;
	content:'';
	background-image:url('/wp-content/uploads/2023/08/Group-36.svg');
	background-repeat:no-repeat;
	height:528px;
	width:506px;
	right:0;
	top:0;
}
.service-foundation:after{
	position:absolute;
	content:'';
	background-image:url('/wp-content/uploads/2023/08/Group-37.svg');
	background-repeat:no-repeat;
	height:528px;
	width:506px;
	left:0;
	bottom:0;
}
/* .service-foundation-bx-1 img:hover{
	transform:scale(1.1);
	transition: all 0.3s ease-in;
} */
.service-exp-sec .home-sevice-head h3 {
    color: #FFF;
    font-family: 'Teko', sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
    text-transform: capitalize;
	position:relative;
}
.service-exp-sec .home-sevice-head h3:after {
    height: 1px;
    width: 100%;
    /* width: 0; */
    position: absolute;
    content: '';
    bottom: 30%;
    /* left: 369px; */
    left: 50%;
    background: #FFF;
    display: block;
    transform: translate(-50%,-50%);
}
.service-exp-sec{
	background: #4E267E;
	position:relative;
}
.service-exp-sec:before{
	position:absolute;
	content:'';
	background-image:url('/wp-content/uploads/2023/08/Group-39.svg');
	background-repeat:no-repeat;
	height: 624px;
    width: 663px;
	top:0;
	right:0;
}
.service-exp-sec:after{
	position:absolute;
	content:'';
	background-image:url('/wp-content/uploads/2023/08/Group-41060.svg');
	background-repeat:no-repeat;
	height: 776px;
    width: 663px;
	bottom:0;
	left:0;
}
.service-admission-bx-wrapper{
	padding-right:40px;
}
.service-admission-row-2 .service-admission-bx-wrapper{
	padding-left:40px;
	padding-right:unset;
}
.service-admission-row-2 .service-icon-img{
/* 	text-align:right; */
	display:flex;
	align-items:center;
	justify-content:end;
}
.service-icon-img{
	display:flex;
	align-items:center;
}
.service-admission-row-1 {
	display:grid;
	grid-template-columns:50% 50%;
/* 	gap:10px; */
	margin:30px 0;
}
.service-admission-row-2{
	display:grid;
	grid-template-columns:50% 50%;
/* 	gap:10px; */
	justify-content:end;
	margin:30px 0;
}
.service-admission-bx{
	border-radius: 10px;
/* border: 0.4px solid #EAEAEA; */
background: #FBFFF6;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding:20px;
	position:relative;
}
.service-icon-child{
	background-image:url('/wp-content/uploads/2023/09/Ellipse-10.svg');
	background-repeat:no-repeat;
	background-size: 100% 100%;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-left:18px;
	position:relative;
	z-index:10;
}
.service-admission-row-2 .service-icon-child:after {
    content: '';
    position: absolute;
    bottom: 37px;
    right: -9px;
    height: 25px;
    width: 25px;
    background-color: #4E267E;
    z-index: -1;
    transform: rotate(132deg) skew(10deg,10deg);
	left:unset;
}
.service-admission-row-2 .service-icon-child{
	margin-left:unset;
	margin-right:12px;
}
.service-icon-child:after{
    content: '';
    position: absolute;
    bottom: 37px;
    left: -9px;
    height: 25px;
    width: 25px;
    background-color: #4E267E;
    z-index: -1;
    transform: rotate(132deg) skew(10deg,10deg);
}
.go-corner:before{
	content: "";
    position: absolute;
    z-index: -1;
    top: -2px;
    left: -1px;
    background: #94C023;
    height: 32px;
    width: 32px;
    border-radius: 12px 0px 32px 0px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}
.service-admission-bx .go-corner{
	transition: width .3s, height .3s;
}
.service-admission-bx:hover .go-corner{
/* 	transform: scale(21); */
	height:100%;
	width:100%;
	border-radius:10px 10px 10px 10px;
	opacity:0.9;
}
.service-admin-head:hover{
	color:#303030;
}
.service-foundation-bx-1{
	overflow: hidden;
    border-radius: 10px;
}
.service-foundation-bx-1 img{
	transition: 0.3s;
}
.service-foundation-bx-1 img:hover{
	transform: scale(1.1);
}

/* .service-icon-1{
	position:absolute;
	left:110%;
	top:22%;
} */
/* .service-icon-2{
	position:absolute;
	right:111%;
	top:22%;
} */
/* .service-admission-bx:after{
	position:absolute;
	content:'';
	background-image:url('/wp-content/uploads/2023/08/Group-41050.svg');
	background-repeat:no-repeat;
	height:100%;
	width:100%;
	left:0;
	top:50%;
}
.service-admission-row-2 .service-admission-bx:after{
	position:absolute;
	content:'';
	background-image:url('/wp-content/uploads/2023/08/Group-41050.svg');
	background-repeat:no-repeat;
	height:100%;
	width:100%;
	left:0;
	top:50%;
}
 */
.service-admin-head{
	color: var(--Text, #303030);
font-family: Inter;
font-size: 26px;
font-style: normal;
font-weight: 600;
line-height: normal;
	padding-bottom:10px;
	position:relative;
	z-index:10;
}
.service-admin-cont{
	color: var(--Text, #303030);
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
	position:relative;
	z-index:10;
}
/* .service-admission-sec{
	position:relative
} */
.service-admission-main-grid{
	position:relative;
}
.service-admission-main-grid:before{
	position: absolute;
    content: '';
/*     height: 90%; */
    width: 6px;
    background:#94C023;
    left: 50%;
    top: 5%;
}
#bx-purple{
	background: #FAF6FF;
}
.service-study{
	background: var(--Primary-2, #94C023);
}

.service-study .destination-head h3{
	color:#FFF;
}
.service-study .destination-head h3:after{
	background:#FFF;
}
.service-study-desc p{
	color: var(--White-background, #FFF);
text-align: center;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px; 
}
.service-study-desc{
	width:70%;
	margin:auto;
}
.service-study-row{
	display: grid;
    grid-template-columns: 30% 30% 30%;
    gap: 45px;
}
.service-study-flex-bx{
	border-radius: 10px;
background: #FFF;
	padding:20px;
}
.study-cont{
	color: var(--gray, #505050);
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 20px; 
}
.service-study-flex-bx.aos-init.aos-animate:hover {
    transform: scale(1.1);
	transition:0.3s ease-in-out;
}
.service-study-flex-bx img{
	width:100%;
}
.service-study-main{
	margin-top:35px;
}
.service-study{
	padding:10px 0;
}
.service-study-row-2{
	display:grid;
	grid-template-columns:30% 30%;
	justify-content:center;
	gap:45px;
	margin-top:45px;
}
.service-study-desc.service-study-desc-2{
	width:75%;
	padding-top:30px;
}

.service-contact-sec{
	position:relative;
}
.service-contact-sec:before{
	position:absolute;
}
@media only screen and (max-width:1600px){
	.rectangle:after {
    position: absolute;
    content: '';
    background: url(/wp-content/uploads/2023/08/Rectangle-245.png);
    background-repeat: no-repeat;
    height: 1005;
    width: 100%;
    right: -156px;
    bottom: -67px;
    z-index: 200;
    border-radius: 5px;
}
}

/* @media only screen and (max-width:1422px){
	.rectangle:after{
	position:absolute;
	content:'';
	background:url('/wp-content/uploads/2023/08/Rectangle-245.png');
	background-repeat:no-repeat;
	height:265px;
	width:310px;
	right: -135px;
    bottom: -67px;
	z-index:200;
}
} */
@media only screen and (max-width:1280px){
	.rectangle:after{
	position:absolute;
	content:'';
	background:url('/wp-content/uploads/2023/08/Rectangle-245.png');
	background-repeat:no-repeat;
	height:100%;
	width:310px;
	right: -71px;
    bottom: -172px;
	z-index:200;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
	.hero-banner{
		display:block;
		padding-top:120px;
	}
	.why-choosewise-sec .why-choosewise-is-a-wise-choice-wrapper{
		grid-template-columns:100%;
		margin:auto;
	}
	.why-choosewise-sec{
		padding:0 0 60px !important;
	}
	.home-service-grid {
    display: grid;
    grid-template-columns: 100%;
    gap: 20px;
}
	.foundational-service-home{
		padding:0 !important;
	}
	.experience-home-sec{
		padding:0;
	}
	.exp-btn-row{
		margin-top:10px;
	}
	.exp-cont{
		font-size:15px;
		margin-top:5px;
	}
	.home-advantage-sec{
		padding:0;
	}
	.admission-img-bx{
		margin:10px 14px;
		box-shadow: 5px 5px 6px 1px rgba(0, 0, 0, 0.10);
	}
	.admission-cont{
		font-size:15px;
		line-height:15px;
	}
	.admission-sec{
		padding:0;
	}
	.admission-sec .exp-btn-row{
		margin-top:20px;
	}
	.admission-img-bx img{
		width:60%;
	}
	.destination-img-bx{
		margin:0 20px;
	}
	.study-in{
		font-size:16px;
	}
	.study-country{
		font-size:18px;
	}
	.destination-slider .slick-next, .destination-slider .slick-prev {
		top:30% !important;
	}
	.study-destination-sec .exp-btn-row{
		margin-top:30px;
	}
	.study-destination-sec{
		padding:0;
	}
	.student-exp {
    display: grid;
    grid-template-columns: 100%;
		gap:20px;
}
	.home-contact-form .wpcf7.js{
		width:55%;
	}
	.home-contact-sec .et_pb_row.et_pb_row_7{
		padding-bottom:0;
	}
	.home-contact-sec .et_pb_row.et_pb_row_8{
		padding-top:0;
	}
	.faq-row .et_pb_image_0 .et_pb_image_wrap, .et_pb_image_1 .et_pb_image_wrap{
		display:flex !important;
		justify-content:center;
	}
	.rectangle:after {
    position: absolute;
    content: '';
    background: url(/wp-content/uploads/2023/08/Rectangle-245.png);
    background-repeat: no-repeat;
    height: 75%;
    width: 65%;
    left: 283px;
    bottom: -67px;
    z-index: 200;
}
	.rectangle:before {
    position: absolute;
    content: '';
    background: url(/wp-content/uploads/2023/08/Rectangle-244.svg);
    background-repeat: no-repeat;
    height: 300px;
    width: 100%;
    left: 62px;
    top: 22px;
    z-index: 100;
}
/* 	.footer .phone-numbers-wrapper a {
		font-size:12px;
	}
	.footer .link-footer a{
		font-size:12px;
	}
	.footer .phone-numbers-wrapper{
		grid-template-columns:15% 80%;
	}
	.pum-container.pum-responsive.pum-responsive-medium {
    margin-left: -24%;
    width: 50%;
} */
	.footer-2 p{
		text-align:center !important;
	}
	.contact-us-banner{
		height:35vh;
	}
	.service-foundation-head{
		font-size:18px;
		line-height:10px;
		padding-bottom:15px;
	}
	.service-foundation-cont {
		font-size:12px;
		line-height:15px;
	}
	.service-exp-sec{
		padding:0;
	}
	.service-exp-grid-bx-1 img{
		width:50%;
	}
	.service-exp-grid-bx-1{
		padding: 16px 15px 10px
	}
	.exp-cont-2{
		font-size:10px;
		line-height:20px;
	}
	.service-admission-sec{
		padding:0;
	}
	.service-admin-head{
		font-size:20px;
		padding-bottom:5px;
	}
	.service-admin-cont{
		font-size:12px;
		line-height:16px;
	}
	.service-study-row{
		grid-template-columns:100%;
	}
	.service-study-row-2{
		grid-template-columns:100%;
	}
	.service-banner{
		display:block;
	}
	.service-banner-head{
		width:100%;
		min-height: 250px
	}
	.et_pb_code_1_tb_footer{
		padding-top:0 !important;
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px){
/* 	.hero-banner{
		display:block;
	} */
	.hero-heading{
		width:100%;
	}
	.hero-banner-slider-wrapper .hero-heading h1{
		font-size:35px;
	}
	.hero-para-desc{
		font-size:10px;
		line-height:15px;
		width:auto;
	}
	.hero-button-wrap.button-one{
		width:120px;
		padding:5px 14px;
	}
	.hero-button-wrap.button-one a{
		font-size:12px;
	}
	.hero-banner-slide.hero-slide-one{
		background-size:85%;
	}
	.hero-banner{
		height:500px;
		align-items:unset;
		padding-top:40px;
	}
	.hero-banner-slide.hero-slide-one:before {
		width:260px;
	}
	.hero-banner-slide.hero-slide-one:after{
		height:156px;
		width:356px;
	}
	.hero-banner-slide.hero-slide-two:after {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2023/08/Vector-5.png);
    background-repeat: no-repeat;
    right: 0;
    bottom: 13%;
    height: 103px;
    width: 50px;
		top:unset;
}
	.why-choosewise-sec .why-choosewise-is-a-wise-choice-wrapper{
		grid-template-columns:100%;
		margin:auto;
	}
	.heading-two{
		font-size:25px;
	}
	.home-service-grid{
		grid-template-columns:100%;
	}
	.foundational-service-home{
		padding:0 !important;
	}
	.home-service-grid-bx-cont {
		font-size:12px;
		line-height:15px;
	}
	.home-service-grid-bx-head{
		font-size:20px;
		padding-bottom:15px;
	}
	.home-service-grid-bx{
		padding:20px;
	}
	.home-sevice-head h3{
		font-size:25px;
	}
	.service-btn{
		margin-top:30px;
	}
	.experience-home-sec{
		padding:0 !important;
	}
	.experience-head h3{
		font-size:25px;
	}
	.exp-cont{
		font-size:15px;
		margin-top:0;
	}
	.exp-btn-row{
		margin-top:0;
	}
	.home-advantage-sec{
		padding:0;
	}
	.advantage-head h3{
		font-size:25px;
	}
	.advantage-head{
		justify-content:center;
	}
	.advantage-cont{
		font-size:15px;
	}
	.advantage-no{
		height:40px;
		width:40px;
		font-size:20px;
		padding:20px;
	}
	.advantage-bar{
		gap:10px;
		margin:0;
	}
	.admission-sec{
		padding:0;
	}
	.admission-head h3{
		font-size:25px;
	}
	.admission-slider{
		margin-top:0;
	}
	.admission-sec .exp-btn-row{
		margin-top:0;
	}
	.study-destination-sec{
		padding:0;
	}
	.destination-slider .slick-next, .destination-slider .slick-prev {
    top: 30% !important;
}
	.study-destination-sec .exp-btn-row{
		margin-top:25px;
	}
	.students-exp-sec{
		padding:0 0 20px 0px;
	}
	.student-exp{
		grid-template-columns:100%;
		gap:20px;
	}
	.student-head{
		width:100%;
	}
	.student-title{
		font-size:25px;
		line-height:25px;
	}
	.student-desc{
		font-size:15px;
	}
	.home-contact-sec{
		background-position: bottom;
    min-height: 990px;
		background-size: 100% 40% !important;
	}
	.home-contact-form .wpcf7.js{
		width:100%;
	}
	.home-contact-sec .et_pb_row.et_pb_row_8{
		padding-top:0;
	}
	.home-contact-sec .et_pb_row.et_pb_row_7{
		padding-bottom:0;
	}
	.contact-head h3{
		font-size:25px;
	}
	.accordion-style-one .accordion-style-content h3{
		font-size:12px;
	}
	.accordion-style-one-content .content-inner p{
		font-size:12px;
	}
	.faq-row{
		padding:0;
	}
	.faq-section .et_pb_module_heading:after {
		width:18%;
	}
	.faq-section h1{
		font-size:25px;
	}
	.footer .footer-inner-wrapper{
		grid-template-columns:100%;
	}
/* 	.footer .footer-section-one-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	gap:0;	
	} */
	.footer .footer-section-two-wrap .footer-section-inner-wrap{
		margin:20px 0;
	}
	.footer .link-footer li{
		height:30px;
	}
	.footer .footer-section-inner-wrap h6{
		padding-bottom:0;
	}
	.footer-2 p{
		text-align:center !important;
	}
	.rectangle:after{
		width:245px;
		right:-24px;
		bottom:-152px;
	}
/* 	.contact-us-banner {
		height:35vh;
	} */
	.contact-us-head-sec .et_pb_row.et_pb_row_0{
		padding:0;
	}
	.contact-form-sec{
		padding:0;
	}
	.contact-form-sec .phone-no-wrap a {
		font-size:20px;
	}
	.phone-no-wrap-2{
		width:100%;
	}
	.contact-form-sec .social-media-links h6{
		font-size:20px;
	}
    .contact-form-sec .social-link-one, .contact-form-sec .social-link-two {
    margin: 0px 5px;
}
	.contact-form-sec .social-media-links{
		gap:10px;
	}
	.service-heading h2{
		font-size:35px;
		line-height:35px;
	}
	.service-head-desc p {
		font-size:15px;
		line-height:20px;
	}
	.service-banner-head{
		width:100%;
		padding-top:0;
		display:block;
	}
	.service-banner{
		display:block;
		padding:0;
	}
	.service-banner .hero-button-wrap.button-one{
		width:106px;
	}
	.service-banner .hero-button-wrap.button-one{
		margin-top:10px;
	}
	.service-foundation-grid-row{
		grid-template-columns:100%;
		margin:0;
	}
	.service-foundation .et_pb_row.et_pb_row_1{
		padding:0;
	}
	.service-foundation-head{
		text-align:center;
		padding-bottom:6px;
	}
	.service-foundation-cont{
		text-align:center;
		font-size:12px;
		line-height:16px;
	}
	.service-foundation-grid-row-2{
		grid-template-columns:100%;
	}
	.service-foundation-grid-row-2 .service-foundation-bx-2{
		order:2;
	}
	.service-foundation-grid-row-2 .service-foundation-head, .service-foundation-grid-row-2 .service-foundation-cont{
		text-align:center;
	}
	.service-foundation .home-sevice-head h3{
		font-size:25px;
	}
	.home-sevice-head h3:after{
		width:208px;
	}
	.service-exp-sec .home-sevice-head h3{
		font-size:25px;
	}
	.service-exp-grid{
		grid-template-columns:100%;
	}
	.service-exp-grid-bx-1 img{
		width:50%;
	}
	.service-exp-grid-bx-1{
		padding:15px 20px 15px;
	}
	.service-study .destination-head h3{
		font-size:25px;
	}
	.service-study .et_pb_row.et_pb_row_4{
	padding:0;
}
	.service-study-desc p{
		font-size:12px;
		line-height:15px;
	}
	.service-study-main {
    margin-top: 20px;
}
	.service-study-row{
		grid-template-columns:100%;
		gap:30px;
	}
	.service-study-row-2{
		grid-template-columns:100%;
	}
	.service-contact-sec{
		min-height: 990px;
    background-size: 100% 38%;
    background-position: center bottom;
    background-color: #80808036;
		padding:0;
	}
	.service-contact-sec .et_pb_row.et_pb_row_5{
		padding:0;
	}
	.service-contact-sec .et_pb_row.et_pb_row_6{
		padding:0;
	}
	.faq-col .et_pb_module.et_pb_code.et_pb_code_1_tb_footer{
		padding:0;
	}
	.service-exp-sec{
		padding:0;
	}
	.service-admission-row-1 {
    display: flex;
/*     grid-template-columns: 50% 50%; */
    gap: 10px;
    flex-direction: column-reverse;
	}
	.service-admission-row-2 {
    display: flex;
/*     grid-template-columns: 50% 50%; */
    gap: 10px;
    flex-direction: column;
	}
	.service-icon-child:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 40px;
    height: 25px;
    width: 25px;
    background-color: #4E267E;
    z-index: 1;
    transform: rotate(45deg) skew(10deg,10deg);
}
	.service-admission-bx-wrapper{
		padding:0;
	}
	.service-icon-img{
		justify-content:center;
	}
	.service-icon-child{
		margin-bottom:25px;
	    margin-left:0;
	}
	.service-admission-row-2 .service-icon-img{
		justify-content:center;
	}
	.service-admission-row-2 .service-icon-child{
		margin-right:0;
	}
	.service-icon-child img{
		z-index:10;
	}
	.service-admission-row-2 .service-icon-child:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 35px;
    height: 25px;
    width: 25px;
    background-color: #4E267E;
    z-index: 1;
    transform: rotate(46deg) skew(10deg,10deg);
    left: unset;
}
	.service-admission-row-2 .service-admission-bx-wrapper{
		padding-left:0;
	}
	.service-admission-sec{
		padding:0;
	}
	.service-admin-head{
		font-size:20px;
	}
	.service-admin-cont{
		font-size:12px;
		line-height:20px;
	}
	.service-admission-main-grid:before{
		top:unset !important;
	}
	.service-exp-sec:after{
		width:371px;
	}
	.service-foundation:after{
		width:373px;
	}
	.service-exp-sec:before{
		width:585px;
	}
}
.box .animate {
  opacity: 1;
  transform: translateY(0);
}
