 body {
     overflow-x: hidden;
     color: #000;
     padding: 0;
     margin: 0;
     width: 100%;
 }

 body {
   font-family:"adelle-sans";
   font-size: 16px;
   line-height: 23px;
   font-weight: 300;
 }
 h1{
font-family:"minion-pro";
 }
h2,h3,h4,h5,h6{
    font-family: "minion-pro";
    font-style: italic;

 }
 h2{
    font-size: 40px;
    line-height: 56px;
 }
 h3{
    font-size: 30px;
    line-height: 30px;
 }
 a:visited {
    
     text-decoration: none; 
	 border: none ;
 }
 
 a {
     color: #0F0C24;
     text-decoration: none;
 }
 a:hover {
     color: #0F0C24;
     text-decoration: none;
 }
 /* Header */
 
 html {
      
     overflow-x: hidden;
     padding: 0;
     margin: 0;
     width: 100%;
   }
 header.site-header {
    position: fixed;
    width: 100%;
 
 }
 #menu-menu-1 {
     font-size: 16px;
 }
#header-logo {
    display: table;
    width: 270px;
    margin: 0 auto;
}
 
 .menu-item.menu-item-type-custom.menu-item-object-custom {
        padding: 0px 16px;
 }

 #menu-menu-1 {
     align-items: center;
     /* margin-right: 2rem; */
 }
 
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 14px 40px;
    color: #ffffffc7;
    font-weight: 300;
    font-size: 16px;
    outline: none;
    background: #B22873;
    border-radius: 6px;
}
 .navbar-expand-lg .navbar-nav .nav-link:hover {
     color: #000;
     background: #fff;
 }
#junior-navbar.navbar-expand-lg .navbar-nav .nav-link {
    padding: 14px 40px;
    color: #ffffffc7;
    font-weight: 300;
    font-size: 16px;
    outline: none;
    background: #67ACE5;
    border-radius: 6px;
}
 #junior-navbar.navbar-expand-lg .navbar-nav .nav-link:hover {
     color: #000;
     background: #fff;
 }
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link{
   
    color: #0F0C24;
   
    background: #67ACE5;
    
}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link:hover {
   color: #000;
     background: #fff;
}


#junior-navbar.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link{
   
    color: #fff;
   
    background: #B22873;
    
}
#junior-navbar.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link:hover {
   color: #000;
     background: #fff;
}

.fixed-header .navbar-expand-lg .navbar-nav .nav-link {
       border: 2px solid #B22873 !important;
}
.fixed-header .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link{
   
    
    border: 2px solid #67ACE5 !important;
  
    
}
.fixed-header #junior-navbar.navbar-expand-lg .navbar-nav .nav-link {
       border: 2px solid #67ACE5 !important;
}
.fixed-header #junior-navbar.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link{
   
    
    border: 2px solid #B22873 !important;
  
    
}

 
 /* Hero Section */
 
 .picture-container {
       background-size: cover;
     max-height: 694px;
     min-height: 950px;
         background-position: center;
         position: relative;
 }
.picture-container::after {
  
  content: '';
  position: absolute;
  bottom: 0;      
  left: 0;
  width: 100%;
  height: 50%;    
  background: linear-gradient(to top, #0F0C24, #0F054900);
  pointer-events: none; 


}
 img {
     max-width: 100%;
     height: auto;
 }
 #hero-picture {
     width: 100%;
 }
 
 .container-text-hero {
     padding-top: 50%;
     position: relative;
     z-index: 1;
 }
 
 .hero-text-container {
     width: 100%;
     display: flex;
 }
 
 .hero-field {
    
    bottom: 0;
    color: #fff;
    
 }
 
 .hero-field > a {
     letter-spacing: 0.5px;
 }
 

 
 /* Footer */
 
 #visit-us {
        background: #0F0C24;
             padding: 40px 0px 15px 0px;
    
 }
 
 .footers-info {
     color: #fff;
     line-height: 35px;
     display: flex;
     flex-direction: column;
     justify-content: center;
 }
 
 .footer-details {
     padding-bottom: 3rem;
 }
 
 .footer-details p {
     font-weight: 200;
 }
 
 
 
 .copyright {
     padding-right: 0;
 }
 
 
 
 
 
 /* Responsive */
 
 
 @media only screen and (max-width: 991px){
     /* header */
     .menu-item.menu-item-type-custom.menu-item-object-custom {
         padding-left: 0;
         padding-bottom: 10px;
         display: block;
         text-align: left;
         width: 100%;
     }
 
     #menu-item-13 {
         padding-right: 0;
     }
 
     
     
     
 }
 
 
 
 
.hero-field .banner-title {
    font-size: 82px;
    line-height: 80px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    letter-spacing: 14px;
}
 
 .hero-field > p {
           margin-top: 10px;
     margin-left: 100px;
     font-size: 120px;
     line-height: 95px;
     color: #ffffff;
     
     display: block;
     transform: rotate(356deg);
     transform-origin: center;
 
 }
 
 
   

 #slickslider .slick-dots li.slick-active button:before{
     color:#72243b!important;
 }
  #slickslider .slick-dots li button:before{
     color:#000!important;
     font-size: 30px;
       opacity: 1;
     width: 30px;
     height: 30px;
   }
   .card-body{
    
     padding: 50px 0px;
     max-width: 660px;
     margin: 0 auto;
   
   }
   .card-body h3{
     
         font-weight: 600;
     text-align: center;
     font-size: 27px;
     color: #72243b;
     
   }
   .cust_card_btn_div{
     margin:0px 0px 50px;
     
   }
   .cust_card_btn{
     color:#fff;
     Background:#991B1E;
     padding:16px 40px; 
     position:absolute;
     right:0px;
   }
   .card-body span{
     background:#991B1E;
     border-radius:4px;
     padding:10px 15px;
   color:#fff;
     position:relative;
     float:right;
     margin-bottom:50px;
     
   } 
   .lead p{
     color: #363635;
    
     font-size: 27px;
     line-height: 35px;
     text-align: center;
     font-weight: 500;
   }
 
   #slickslider .slick-prev {
    display: none;
   
   }
   
   #slickslider .slick-next {
     display: none;
    
   }
   
   
   #slickslider .slick-prev:before,
   #slickslider .slick-next:before {
     display: none;
   }
 
 
 

.hero-section .book-now-btn {
    background: #0F0C24;
    border-radius: 8px;
    color: #FFFFFF;
    width: 397px;
    border: none;
 margin-top: 30px !important;
    transition: all 0.5s;
    font-weight: 300;
    font-size: 16px;
   margin: 0 auto;
   display: table;
    line-height: normal;
    padding: 20px 40px 20px 40px;
    border: 3px solid #67ACE5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
  .hero-section .book-now-btn:hover{
     background: #fff;
     color: #0F0C24;
  }
 
 

 
 .slidersection{
    background: #E9EBE8;
         padding: 80px 0px;
 }
 

 #gform_1 label, .gform-field-label, #gform_3 label, .gform-field-label{
     color: #1E2B38 !important;
     font-size: 16px !important;
     font-weight: 500 !important;
     width: max-content;
     letter-spacing: 0.26px;
     
 }
 #gform_1 .gfield--type-html, #field_1_33 legend,  #gform_3 .gfield--type-html, #field_3_33 legend{
     font-size: 49px !important;
     letter-spacing: -1px !important;
     margin-bottom: 20px;
     color: #72243b !important;
     font-weight: 600 !important;
     line-height: 53px !important;
 }
 #gform_1 .gfield--type-html span,  #gform_3 .gfield--type-html span{
     font-size: 21px;
     color: #72243b;
     font-weight: 500;
     display: block;
     line-height: normal;
 }
 .gfield_required_text{
     display: none !important;
 }
 .form-heading{
     font-size: 24px;
     font-weight: bold;
     color: #4794D3;
 }
 .gfield--type-address legend{
     color: #72243B !important;
 }
 .form-content{
     font-size: 20px;
     color: #fff;
     max-width: 1000px;
     padding: 20px 0px;
     line-height: 35px;
 }
 
 #gform_1 input{
        border-radius: 10px;
    height: 47px;
    width: 100%;
    border: none;
    background: #EFEFFC;
 
 }
  #gform_4 input{
        border-radius: 10px;
    height: 47px;
    width: 100%;
    border: none;
    background: #E6F5FF;
 
 }
 .gfield-choice-input{
     height: 15px !important;
     background: transparent;
     border: 2px solid #fff;
     width: 15px !important;
     margin-top: 4px;
 }
 #gform_1 #label_1_13_0 , #gform_1 #label_1_13_1, #gform_3 #label_2_13_0, #gform_3 #label_2_13_1{
     color: #fff !important;
     font-size: 19px !important;
     font-weight: normal !important;
 
 }
 .gchoice{
         align-items: center !important;
 }
 .gfield--type-choice .gfield_radio {
    
     gap: 5px !important;
 }
 #gform_1 .gform_button {
    background: #B22873 !important;
    width: 205px !important;
    border-radius: 8px !important;
    font-size: 20px !important;
  
    height: 68px !important;
    transition: all 0.5s !important;
    color: #fff !important;
    border: none !important;
    margin-top: 20px !important;
}
  #gform_1 .gform_button:hover{
     background: #0F0C25 !important;
 }
  #gform_4 .gform_button {
    background: #0F0C24 !important;
    width: 205px !important;
    border-radius: 8px !important;
    font-size: 20px !important;
  
    height: 68px !important;
    transition: all 0.5s !important;
    color: #fff !important;
    border: none !important;
    margin-top: 20px !important;
}
  #gform_4 .gform_button:hover{
     background: #B22873 !important;
 }
 #choice_1_13_0, #choice_1_13_1, #choice_2_13_0, #choice_2_13_1{
     background: transparent;
     border: 2px solid #fff;
 }
 .form-disclamier{
    font-size: 18px;
    color: #212121;
    max-width: 1140px;
    line-height: 25px;
    font-weight: 500;
    margin-top: 50px;
 }
 .form-disclamier a{
     text-decoration: none;
      transition: all 0.5s;
     color: #fff;
 }
 .form-disclamier a:hover{
     color: #4794D3;
 }

 .fixed-header {
     position: fixed;
     width: 100%;
     top: 0;
     left: 0;
     z-index: 11;
    
     animation: smoothScroll 1s forwards;
 }
 :focus-visible {
     outline: none !important;
 }

 .mobile-menu{
     display: none;
 }
 .navbar-light .navbar-toggler {
    color: #fff;
    background: transparent;
    border: none;

 }

 .navbar-light .navbar-toggler-icon {
    background-image: url("/wp-content/uploads/2025/09/menu-icon-1.webp");
    width: 2em;
}
 .navbar-toggler:focus {
     
     outline: 0;
     box-shadow: none;
 }
 .navbar {
    
     padding-top: 0;
     padding-bottom: 0;
     
 }
 .navbar-expand-lg .offcanvas-body {
     
     justify-content: end;
 }
 

 .gform-theme--framework .gform_validation_errors{
     background-color: #fff !important;
 }
 

 section.thank-you-page {
    height: 900px;
    display: flex
;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: end;
    justify-content: center;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #aea8a8;
    padding-bottom: 60px;
   
 }
 section.thank-you-page::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, #0F0C24, #0F054900);
  pointer-events: none;
  z-index: -1;
}

 section.blank-page404 {
    padding: 100px 0 100px 0px;
        background: #EFEFFC;
    height: 80vh;
    display: flex
;
    align-items: center;
   
 
}
.no-page404 h1{
    font-style: italic;
    position: relative;
    margin-bottom: 50px;
    
}
.no-page404 h1::before {
    content: '';
    height: 5px;
    width: 50px;
    background: #B22873;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 1%);
}

 .back-to-home{
    background: #0F0C24;
    border: 3px solid #67ACE5 !important;
    color: #fff;
    padding: 18px 45px;
    margin: 0 auto;
    display: table;
    border-radius: 8px;
    font-size: 18px;
    margin-top: 35px;
     transition: all 0.5s;
 }
 .back-to-home:hover{
     background: #fff;
 }
 .thank-you-heading{
        font-size: 82px;
    letter-spacing: 20px;
    line-height: 80px;
    color: #fff;
    font-weight: 300;
   
    text-align: center;
 }

 .thank-you-page p{
  
    font-size: 51px;
    line-height: 60px;
    color: #fff;
  
    text-align: center;
    font-family: "minion-pro";
    font-style: italic;
 
 }

 
 
 .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
     color: #fff;
 }
 
 .mobile-view{
     display: none !important;
 }

 .fixed-header .active-border{
     border-bottom: none !important;
 }


 #gform_1 input[type="radio"], #gform_1 input[type="checkbox"] {
    
     width: 15px !important;
     height: 15px !important;
     border: 1px solid #000;
     
    background: #fff;
     
     
     --gf-local-shadow: none !important;
    
 }
  #gform_4 input[type="radio"], #gform_4 input[type="checkbox"] {
     width: 15px !important;
     height: 15px !important;
     border: 1px solid #000;
     
    background: #fff;
     
     
     --gf-local-shadow: none !important;
  }
.gform_required_legend{
    display: none !important;
}

 
 .gform-theme--framework .gfield--type-choice .gfield_checkbox, .gform-theme--framework .gfield--type-choice .gfield_radio {
	 display: inline-grid !important;
     flex-wrap: wrap;
     flex-direction: row !important;
     gap: 25px !important;
	     row-gap: 10px !important;
		     grid-template-columns: repeat(2, 1fr);
 }
#gform_1 .gchoice .gform-field-label{
	color: #1e2b38c2 !important;
	font-size: 14px !important;
    font-weight: 500 !important;
}
.gchoice .gform-field-label{
	color: #1e2b38c2 !important;
	font-size: 14px !important;
    font-weight: 500 !important;
}
 .side-thank-you-img{
     position: absolute;
     right: 0;
     top: 0;
     width: 50%;
 }
 .gform-theme--foundation .gform_fields{
     row-gap: 25px !important;
 }
 .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    
     color: #000000 !important;
    
     font-size: 20px  !important;
 }
 
  .gform-theme--foundation .gfield select {
     max-inline-size: 100%;
     border-radius: 15px;
     height: 47px;
     width: 100%;
     border: 2px solid #72243b;
 }

 .gform-theme--foundation .gfield textarea.large{
    min-block-size: 14rem !important;
    border-radius: 15px;
    width: 100%;
    border: 2px solid #72243b;
 }

.hero-section .slick-prev:before, .hero-section .slick-next:before {
    content: none;
}

.hero-section .slick-prev, .hero-section .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: none !important;
}

.hero-section .slick-prev {
    left: 10px;
	    width: 40px;
}

.hero-section .slick-next {
    right: 10px;
	    width: 40px;
}

.testimonial-slider-wf .testimonial-item {
    background: #fff;
    border: 1px solid #000;
    margin: 0 10px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 20px;
}
.testimonial-slider-wf .testimonial-item .testi-img {
    height: 420px;
    object-fit: cover;
    width: 370px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.logo-wrapper {
    background: #fff;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 20px 15px 14px 15px;
    width: 310px;
}
.fixed-header #header-logo {
    display: table;
    width: 200px;
    margin: 0 auto;
}
.fixed-header{
    background: #fff;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.about-us-section{
    padding: 120px 0px;
}
.about-us-section h2{
        position: relative;
    margin-bottom: 50px;
}
.about-us-section h2{
        position: relative;
    margin-bottom: 50px;
}
.about-us-section h2::before {
       content: '';
    height: 5px;
    width: 50px;
    background: #B22873;
    position: absolute;
    bottom: -15px;
}
.about-us-section .content strong{
   
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 28px;
    display: block;

}
.about-us-section .content{
    margin-bottom: 40px;
}
.pink-text{
    color: #B22873;
}

.about-us-section h3.short-text{
    color: #B22873;
    border-top: 2px solid #B22873;
    padding-top: 20px;
        max-width: 520px;
}
.why-westfield{
        background: #EFEFFC;
    
}

.why_westfield_module .content{
       
            margin-top: 20px;
}
.why_westfield_module  .round-imgs{
    width: 280px;
    height: 280px;
    object-fit: contain;
}
.even-row{
    justify-content: end;
}
.why_westfield_module h3{
    color: #0F0C24;
    margin-left: 20px;
}
.pink-border{
        height: 7px;
    background: #B22873;
    width: 70px;
}
.why_westfield_module{
    margin-bottom: 60px;
}
.why_westfield_module ul {
  list-style: none;
  padding-left: 0;
      margin-left: 20px;
}

.why_westfield_module ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 14px;
}

.why_westfield_module ul li::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: -8px;
    top: 11px;
    transform: translateY(-50%);
    color: #fff;
    background: #B22873;
    border-radius: 50%;
    font-size: 9px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    text-align: center;
}
.heading-wrap-why-westfield {
  position: relative;
  text-align: center;

}
.heading-wrap-why-westfield::before {
           content: '';
    height: 5px;
    width: 50px;
    background: #B22873;
    position: absolute;
    bottom: -15px;
    z-index: 2;
    left: calc(50% - 1%);
}
.heading-wrap-why-westfield::after {
      content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 310px;
    height: 150px;
    background: #fff;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
}

.heading-wrap-why-westfield h2 {
  position: relative;
  z-index: 1;
  padding-top: 20px; 
  
}

.why_westfield_row{
    padding: 120px 0px;
}
.testimonial-item .quote{
       
           
            font-style: italic;
    text-align: left;
}

.testimonial-item h4.quote{
       font-size: 30px;
         
    line-height: 35px;
}
.testimonial-slider-wf{
    padding: 120px 0px;
}
.box-of-testimonials{
 padding: 0px 20px;

}
.testimonial-item .name{
    text-align: left;
    font-weight: 600;
}
.heading-wrap-parent_testimonials {
  position: relative;
  text-align: center;

}
.heading-wrap-parent_testimonials::before {
           content: '';
    height: 5px;
    width: 50px;
    background: #B22873;
    position: absolute;
    bottom: -15px;
    z-index: 2;
    left: calc(50% - 1%);
}
.heading-wrap-parent_testimonials::after {
      content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 310px;
    height: 150px;
    background: #EFEFFC;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
}

.heading-wrap-parent_testimonials h2 {
  position: relative;
  z-index: 1;
  padding-top: 20px; 
  
}
.fees-section{
        background: #0F0C24;
}
.heading-wrap-fees {
  position: relative;
  text-align: center;

}
.heading-wrap-fees::before {
           content: '';
    height: 5px;
    width: 50px;
    background: #B22873;
    position: absolute;
    bottom: -15px;
    z-index: 2;
    left: calc(50% - 2%);
}
.heading-wrap-fees::after {
      content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 310px;
    height: 150px;
    background: #fff;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
}

.heading-wrap-fees h2 {
  position: relative;
  z-index: 1;
  padding-top: 20px; 
  
}
.tuition-section-fees{
    padding: 140px 0px;
}
.light-bg{
        background: #E7F5FF;
        padding: 24px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
}
.light-bg .fees{
       font-size: 43px;
    color: #0F0C24;
    text-align: center;
    margin-bottom: 15px;
}

.per-term-box{
    background: #fff;
    padding: 20px 20px;
    border-radius: 10px;
}

.light-bg  .per-terms{
       margin-bottom: 0;
    text-align: center;
    font-family: "minion-pro";
    font-style: italic;
    font-size: 20px;
}
.pink-bg-box{
        background: #B22873;
        padding: 24px 20px 24px 40px;
    border-radius: 10px;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
}

.pink-bg-box .fees{
       font-size: 43px;
    color: #0F0C24;
    text-align: center;
       margin-top: 18px;
}

.pink-bg-box .per-term-box{
   background: #fff;
    padding: 14px 40px;
    border-radius: 10px;
    margin-left: 23px;
}

.pink-bg-box .per-terms{
       margin-bottom: 0;
    text-align: center;
    font-family: "minion-pro";
    font-style: italic;
    font-size: 20px;
}
.school-club-heading{
    color: #fff;
    font-family: "minion-pro";
    font-style: italic;
    font-size: 24px;
    line-height: 34px;
}
.fees-both-headings{
    color: #fff;
    font-size: 20px;
    line-height: 24px;
}
.come-and-discover{
    padding: 120px 0px;
}
.come-and-discover .title{
        position: relative;
            margin-bottom: 50px;
   
}
.come-and-discover .title::before {
    content: '';
    height: 5px;
    width: 50px;
    background: #B22873;
    position: absolute;
    bottom: -15px;
    z-index: 2;
    
}
.come-and-discover  .content{
    max-width: 500px;
        margin-bottom: 50px;
}

.small_school_heading{
        color: #68ACE5;
    letter-spacing: 8px;
    font-size: 43px;
    line-height: 52px;
    margin-top: 40px;
}
.mighty_futures_heading{
           color: #0F0C24;
    text-transform: uppercase;
    font-size: 48px;
    font-family: "minion-pro";
    line-height: 63px;
    letter-spacing: 8px;
    position: relative;
}

.mighty_futures_heading::before {
    content: '';
    height: 5px;
    width: 50px;
    background: #B22873;
    position: absolute;
    bottom: -15px;
    z-index: 2;
}

::placeholder{
    color: rgba(96, 96, 115, 0.5) !important;
}
.form-disclaimer{
        margin-top: 25px;
    color: #1E2B38;
}
.sky-btn{
        background: #68ACE5;
    color: #fff;
    display: block;
    border-radius: 10px;
    text-align: center;
    padding: 16px;
    font-size: 16px;
        margin-bottom: 17px;
            transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
         
}
.sky-btn:hover{
    background: #fff;
    color: #0F0C24;
}
.footer-address{
    line-height: 30px;
        margin-bottom: 0;
}
.copyright{
        border-right: 1px solid #fff;
    margin-right: 20px;
}
.heading-wrap-down-arrow {
  position: relative;
  text-align: center;

}
.heading-wrap-down-arrow::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
   width: 100px;
    height: 50px;
    background: #0F0C24;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
}

.heading-wrap-down-arrow i {
      position: relative;
    z-index: 1;
    padding-top: 0px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    top: -15px;
}

/* junior page css */
.page-template-junior_tpl .fees-section{
    background: #68ACE5;
}
.page-template-junior_tpl .why-westfield {
    background: #E8F5FF;
}
.page-template-junior_tpl .heading-wrap-parent_testimonials::after {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 310px;
    height: 150px;
    background: #E9F2FA;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
}
#footer-junior .sky-btn {
    background: #0F0C24;
    
}
#footer-junior  .sky-btn:hover {
    background: #fff;
    
}

.page-template-junior_tpl  .small_school_heading{
         color: #0F0C24;
    text-transform: uppercase;
    font-size: 48px;
    font-family: "minion-pro";
    line-height: 63px;
    letter-spacing: 4px;
    position: relative;
    font-style: normal;
}
.page-template-junior_tpl .mighty_futures_heading{
     color: #68ACE5;
   letter-spacing: 4px;
    font-size: 48px;
    line-height: 55px;
    margin-top: 0px;
    font-family: "minion-pro";
    font-style: italic;
    text-transform: none;
}
.page-template-junior_tpl .heading-wrap-why-westfield::after {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 480px;
    height: 230px;
    background: #fff;
    border-bottom-left-radius: 250px;
    border-bottom-right-radius: 250px;
}
#footer-junior #visit-us {
    background: #68ACE5;
    padding: 40px 0px 15px 0px;
}

.fees-right-image{
        background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 34px;
    margin-left: 32px;
    width: 46%;
    
    border-radius: 15px;
}

.head-intro {
   
   background: #B22873;
    padding: 60px 0px;
    position: relative;
    height: 640px;
}

.head-intro-img{
        position: absolute;
    left: 0;
    top: 0;
    width: 860px;
    height: 640px;
    object-fit: cover;
}
.head-intro .content p{
    color: #fff;
}
.head-section{
    margin-top: 20px;
}
.head-section p{
    margin-left: 20px;
    font-weight: 500;
}
.head-intro h2{
      position: relative;
    margin-bottom: 50px;
}
.head-intro h2::before {
    content: '';
    height: 5px;
    width: 50px;
    background: #67ACE5;
    position: absolute;
    bottom: -15px;
}
.welcome-section{
    padding: 100px 0px;
}
.welcome-section h2 {
    position: relative;
    margin-bottom: 50px;
}
.welcome-section h2::before {
    content: '';
    height: 5px;
    width: 50px;
    background: #B22873;
    position: absolute;
    bottom: -15px;
}
.quote p:last-child {
  margin-bottom: 0;
}