@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
 /*font-family: "malila", sans-serif;*/
 body {
   margin: 0;
   padding: 0;
   font-size: 16px;
   line-height: 24px;
     font-family: "Montserrat", sans-serif;
   font-weight: 400;
   color: #000;
 }
 .pdtb-85 {
   padding: 85px 0px;
 }
 .pdb-85 {
   padding-bottom: 85px;
 }
 .pdt-85 {
   padding-top: 85px;
 }
 .mt-85 {
   margin-top: 85px;
 }
 .mb-85 {
   margin-bottom: 85px;
 }
 .mt-50 {
   margin-top: 50px;
 }
 .mb-50 {
   margin-bottom: 50px;
 }
 .pdb-50 {
   padding-bottom: 50px;
 }
 .pdt-50 {
   padding-top: 50px;
 }
 .pdt-150 {
   padding-top: 150px;
 }
 h1 {
   font-size:45px;
   line-height: 54px;
   font-weight: 700;
 }
 h2 {
   font-size: 42px;
   line-height: 48px;
   font-weight: 700;
	  margin-bottom: 20px;
 }
 h3 {
   font-size: 38px;
   line-height: 47px;

 }
 h4 {
   font-size: 28px;
   line-height: 37px;
	  font-weight: 700;
	
 
 }
 h5 {
   font-size: 24px;
   line-height: 30px;
	  font-weight: 700;

 }
 h6 {
   font-size: 18px;
   line-height: 27px;
	  font-weight: 700;

 }
 img {
   max-width: 100%;
 }

.home_banner{
	background: url("../img/college-students-cramming-outdoor.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
 .overlay {
  position: absolute; 
  width: 100%; 
  height: 100%; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); 


}

.home_banner:after{
	  position: absolute; 
  width: 100%; 
  height: 40%; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
	content: "";
  background: transparent linear-gradient(180deg, rgba(32, 129, 151, 1) 0%, rgba(32, 129, 151, 0) 100%) 0% 0% no-repeat padding-box;
mix-blend-mode: multiply;
opacity: 0.5;
}
.banner-content {
    max-width: 810px;
    margin: 0 auto;
    padding: 100px 0px 120px;
    text-align: center;
}
.banner-content span {
    display: inline-block;
    margin-bottom: 20px;
}
.home_main {
    position: relative;
    z-index: 9;
}
.banner-content h1{
	color: #98BDD2;
}
.banner-content p {
    color: #fff;
    max-width: 638px;
    margin: 25px auto 33px;
	font-size: 18px;
	line-height: 27px;
}
.appointment a {
    background: #F58220;
    padding: 12px 35px;
    border-radius: 25px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    font-weight: 700;
}
.appointment {
    margin-left: 25px;
}
.navbar-nav li {
    font-size: 14px;
   
    margin: 0px 15px;
}
.navbar-nav li a {
    color: #fff;
    text-decoration: none;
}
.book-dicover a {
    background: #98BDD2;
    padding: 15px 35px;
    border-radius: 50px;
    font-size: 18px;
    min-width: 276px;
        color: #fff;
    text-decoration: none;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    font-weight: 700;
    display: inline-block;
}
.service-main {
    text-align: center;
}
.services-section {
    margin-top: -45px;
    position: relative;
}
.service-icon{
	margin-bottom: 20px;
}
.service-main {
    max-width: 220px;
    margin: 0 auto 35px;
}
.service-main h6 {
    color: #208197;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    margin: 0;
}
.programe_text h2{
	color: #208197;
}
.programe_text h2 span{
	color:#98BDD2;
}
.okimg {
  
    margin-bottom: 30px;
}
.programe_text {
    max-width: 473px;
}
.step-section{
	background: url("../img/pattren.png") no-repeat #034B5A;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 0;
}
.timeline-line {
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #7dd3fc, #b3e5fc, #7dd3fc);
    transform: translateY(-50%);
}
section.steps-section {
    position: relative;
}
.circule {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: inline-block;
    background: #034B5A 0% 0% no-repeat padding-box;
    border: 5px solid #98BDD2;
    margin: 15px 0px;
}
.step {
    text-align: center;
    max-width: 210px;
}

.step h4{
	color: #98BDD2;
	margin-bottom: 0;
}


.step-node{
	font-size: 14px;
	font-weight: 700;
	color: #98BDD2;
}
.step-years{
	font-weight: 700;
	color: #98BDD2;
	margin-bottom: 0;
}
.step-themes{
	color: #fff;
	margin: 0;
}
.program-overview{
	max-width: 530px;
	margin: 0 auto;
	text-align: center;
}
.program-overview h2{
	color: #98BDD2;
}
.program-overview p{
	font-size: 18px;
	line-height: 27px;
	color: #fff;
}
.principal-text h2{
	color: #208197;
}
.deliver-heading{
	text-align: center;
}
.deliver-heading h2{
	color: #208197;
}
.principal-text h2 span{
	color:#98BDD2;
}

.principal-text ul{
	padding: 0;
}
.principal-text ul li {
    padding: 8px 0px 8px 65px;
    position: relative;
    list-style: none;
    margin-bottom: 8px;
}
.principal-text ul li:after{
  position: absolute; 
  width: 45px; 
  height: 100%; 
  top: 5px;
  left: 0;
  content: "";
  background: url("../img/tick_filled.png") no-repeat;
  background-size: contain;
}
.delivery-section {
    background: url("../img/dliver-pattren.png") no-repeat  rgba(152, 189, 210, 0.2);
    background-size: cover;
    background-position: center center;
    position: relative;
}
.del-item {
    width: calc(14% - 0px);
    flex-basis: calc(14% - 0px);
	text-align: center;
	position: relative;
}

body.page-id-1113 {
    background: #fff;
    background-color: #fff;
}
.delivery-container {
    display: flex;
    justify-content: space-between;
    gap: 0 25px;
        margin-bottom: 40px;
}
.deliver-heading {
    margin-bottom: 40px;
}
.del-item {
  flex: 1 1 16%;
  margin: 0 10px;
  text-align: center;
  position: relative;
}
.del-icon {
  width: 70px;
  height: 70px;
  background: #208197;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.del-icon img {
  max-width: 40px;
  max-height: 40px;
}
.del-item h6 {
  font-size: 18px;
  font-weight: bold;
  color: #208197;
  margin-bottom: 8px;
}
.del-item p {
  font-size: 14px;
  color: #000000;
  line-height: 1.5;
  max-width: 200px;
  margin: 0 auto;
}
.del-item::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 30px;
    width:25px;
    height:28px;
    background: url("../img/triangle.png") no-repeat;
	background-size: contain;

}

.del-item:last-child::after {
  content: none;
}
.bookcenter{
text-align:center;
    margin-top:20px;
}
.logo-slider .slick-slide {
    margin: 0 10px;
}
.logo-item {
    border: 1px solid #EBEBEB;
    padding: 15px;
}
.logo-slider img {
    width: auto;
    max-width: 135px;
    height: 110px;
    margin: 0 auto;
    object-fit: contain;
}
.discovery-section{
background:#034B5A;
}
.call-heading p {
    max-width: 485px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}
.call-heading h2 {
    margin-bottom: 10px;
    color:#98BDD2;
}
.footer-newlp {
    text-align: center;
    padding: 30px 0px;
}
.footer-newlp p {
    color: #000000;
    font-size: 12px;
    font-family: 'Montserrat';
    line-height: 16px;
}
.footer-newlp p a{
color: #000000;
    text-decoration:none;
    font-size: 12px;
    font-family: 'Montserrat';
    line-height: 16px;
}
.programe_text ul {
    padding-left: 15px;
    margin-left: 0;
}
.principal-text ul {
    margin-left: 0;
}
.booking-form {
    max-width: 500px;
    margin: 10px auto 0px;
}
div#gform_fields_1 input::placeholder, div#gform_fields_1 textarea::placeholder{
 color: #fff;
}
div#gform_fields_1 input, div#gform_fields_1 textarea  {
    background: none;
    border: none;
    border-bottom: 1px solid #FFFFFF !important;
    padding: 5px 0px 0px;
    color: #fff;
    font-size: 12px;
    outline: none;
}
#gform_wrapper_1 .gform_footer.top_label {
    text-align: center;
}
input#gform_submit_button_1 {
    background: #98BDD2;
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat';
    min-width: 250px;
}
 h2.gform_submission_error.hide_summary:focus-visible {
    outline: none !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors:focus {
    outline: none !important;
    outline-offset: 0px !important;
}
	 span.gform-icon.gform-icon--circle-error {
    display: none !important;
}
.gform_wrapper .validation_message {
border:none !important;
    color:#ff5f3b !important;
padding:0px  !important;
margin:0px !important;
font-size: 14px !important;
    font-weight: 400 !important;
background:none !important;
}
span.gform-icon.gform-icon--close {
    display: none !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 0px !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-size: 14px !important;
    font-weight: 400 !important;
    color:#ff5f3b !important;
}
.deliver-heading.call-heading p a {
    color: #fff;
    text-decoration: none;
}
 .dropdown-menu {
    padding: 0;
    margin: 0;
    background: #98BDD2 !important;
     border:none;
} 
.dropdown-menu li {
    margin: 0 !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    background: #F58220 !important;
}
.navbar-section {
    max-width: 1920px;
    margin: 0 auto;
}
.local-sections{
    max-width: 1920px;
    margin: 0 auto;
}
.page-id-1189 {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
}
.page-id-1189 #zip-ai-sidebar-admin-trigger, .page-id-1189 #zip-ai-sidebar{
    display:none;
}

@media (min-width: 992px) {
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
    .navbar-nav .nav-item  a:hover{
    color: #F58220;
}
 .page-id-1189 .banner-content {
    max-width: 810px;
    margin: 0 auto;
    padding: 100px 0px 120px;
    text-align: center;
    height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}   
    
    
}