@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

body { 
	margin:0; 
	padding:0; 
	font-family: "Nunito Sans", sans-serif; 
	}
	
:root {
    --duration-short: 100ms;
    --duration-default: 300ms;
    --duration-long: 500ms;
	--text-boxes-border-opacity: 0.1;
    --text-boxes-border-width: 0px;
    --text-boxes-radius: 0px;
    --text-boxes-shadow-opacity: 0.0;
    --text-boxes-shadow-horizontal-offset: 0px;
    --text-boxes-shadow-vertical-offset: 4px;
    --text-boxes-shadow-blur-radius: 5px;
	--text-boxes-shadow-horizontal-offset: 0px;
    --text-boxes-shadow-vertical-offset: 4px;
    --text-boxes-shadow-blur-radius: 5px;
	--wdtBaseTransition: all 0.3s linear 0s;
    --wdtAltTransition: all 0.35s ease-in-out 0s;
}
	
h1,h2,h3,h4 {
	font-family: "Baloo 2", sans-serif;
}

h2 {
	font-weight: 800;
    text-transform: uppercase;
    font-size: 42px;
    color: #4e2573;
}

h2 span { color:#e40a75; }

/*** Header ***/

.logo { padding:10px; }

.header-top {
    margin: 0;
    padding: 0;
    text-align: right;
	margin-bottom:10px;
}
.header-top ul { margin:0; padding:0; }
.header-top ul li {
    display: inline-block;
    padding: 15px 15px 0
}
.header-top ul li a {
	text-decoration: none;
	color:#4d4d4d;
	font-weight:700;
}
.header-top ul li a:hover {
	color:#e60449;
}

section { padding:50px 0px; position:relative; }
header {
    position: relative;
    z-index: 2;
    background: darkcyan;
    color: #fff;
}
.college_name h1{
    font-family: "Nunito Sans", sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.snd_tagline {
    font-weight: 500;
}
.college_name { text-align: right;}

.header .logo img { width:120px; } 
.main-banner { position: relative; }

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px;
    color: #000;
}


/**** Welcome Section *****/

.welcome-section {
    position: relative;
}
.welcome-section .welcome-content h2 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 40px;
    color: #4e2573;
    line-height: 42px;
}
.welcome-section .welcome-content {
   position: relative;
   z-index: 9;
}
.welcome-section .welcome-image {
    position: relative;
    z-index: 9;
}

.welcome-section .welcome-image:before {
	content:'';
	background-image:url(../images/star.png);
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:-90px;
	width:112px;
	height:94px;
}

.welcome-section .welcome-content h2 span {
    color: #e40a75;
    text-transform: capitalize;
    font-size: 35px;
}
.welcome-section .welcome-content p {
    font-size: 1.1rem;
}
.welcome-section .read-more {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.5s;
    border-radius: 25px;
    background: #e60449;
    padding: 11px 40px;
}
.welcome-section .read-more span {
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.welcome-section .read-more span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: -3px;
    right: -20px;
    transition: 0.5s;
    font-size: 19px;
  }
  .welcome-section .read-more:hover span {
    padding-right: 25px;
  }
  
.welcome-section .read-more:hover span:after {
    opacity: 1;
    right: 0;
  }
  

.read-more:after {
	content: "";
    position: absolute;
    top: calc(var(--text-boxes-border-width)* -1);
    right: calc(var(--text-boxes-border-width)* -1);
    bottom: calc(var(--text-boxes-border-width)* -1);
    left: calc(var(--text-boxes-border-width)* -1);
    border-radius: var(--text-boxes-radius);
    box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset) var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
    z-index: -1;
}

.welcome-section .read-but:hover {
    background-color: #000;
}
.welcome-section::before {
    content: url(../images/roket-icon.png);
    right: 47px;
    top: 35px;
    position: absolute;
}

/**** Services Section *****/

.services-content {
	position:relative;
}
.services-content:before {
	content:'';
	background-color:#fff;
	border-radius:20px;
	position:absolute;
	width:100%;
	height:200px;
	z-index:1;
	box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important;
	left: 0;
    right: 0;
    bottom: 0;
}

.services-thumbnail, .services-details { position:relative; z-index:2; }

.services-content h2 {
	color:#4e2573;
	font-weight:800;
}
.btn-enquire  {
    color: #e60449;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.5s;
	cursor:pointer;
}
.btn-enquire span {
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.btn-enquire span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: -3px;
    right: -20px;
    transition: 0.5s;
    font-size: 19px;
  }
.btn-enquire:hover span {
    padding-right: 25px;
	color:#000;
  }
  
.btn-enquire:hover span:after {
    opacity: 1;
    right: 0;
  }

/*--------------------------------------------------------------
# Popup CSS
--------------------------------------------------------------*/

.slider-video-icon {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}

.slider-video-icon::before {
  content: '';
  background-color: rgba(0,0,0,0.3);
  position:absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top:0;
  width: 100%;
  height: 100%;
}

.vidP {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000c7;
  z-index: 99999;
  padding: 50px;
  backdrop-filter: blur(3px);
  display: none;
  transition: display ease-in-out 200ms;
  -webkit-transition: display ease-in-out 200ms;
  -moz-transition: display ease-in-out 200ms;
}

.vidP .innerPop {
  max-width: 80%;
  max-height: 100%;
  position: absolute;
  background: #000;
  padding: 15px;
  top: 50%;
  left: 50%;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.vidP .innerPop .cls_btn {
  position: absolute;
  right: -15px;
  top: -15px;
}

.vidP .innerPop .cls_btn a {
  width: 40px;
  height: 40px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #333;
  border-radius: 100px;
}

.vidP .innerPop .videoWrap video {
  width: 100%;
  height: 100%;
}

.vidP .innerPop .videoWrap iframe {
  min-width: 70vw;
  min-height: 85vh;
}

.vidP.active {
  display: block;
  transition: display ease-in-out 200ms;
  -webkit-transition: display ease-in-out 200ms;
  -moz-transition: display ease-in-out 200ms;
}

.slider-video-icon a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 500%;
  position: absolute;
  color: #e40a75;
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-white 1s linear infinite;
  -webkit-transition: .5s;
  background: #fff;
  left: 0;
  right: 0;
  top: 42%;
  bottom: 0;
  text-align: center;
  margin: 0 auto;
}

.slider-video-icon .bx-play {
color: #f1502b;
  font-size: 25px;
  padding-top: 14px;
  padding-left: 7px; }

@-webkit-keyframes ripple-white {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
  }
  100% {
      -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
  }
}

@keyframes ripple-white {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
  }
  100% {
      -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
  }
}

.main-section {
	background: linear-gradient(to bottom,  #ffffff 0%,#fff0e5 100%); 
}

.act-image {
	display:inline-flex;
}
.act-image a {
	width: 260px;
    padding: 0px 0px 0px 0px;
    border-style: solid;
    border-radius: 0px 0px 0px 0px;
	position:relative;
	border:none;
}
.act-image a:before {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #71d1cc;
    border-radius: 10px;
    transform: scale(1.08);
	z-index: -1;
    box-shadow: 0px 16px 25.92px 1.08px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-out;
 }
.act-image a img { height:inherit; }

.act-circle {
	display:inline-flex;
}
.act-circle a {
	width: 260px;
    padding: 0px 0px 0px 0px;
    border-style: solid;
    border-radius: 50% 50% 50% 50%;
	position:relative;
	border:none;
 }
 
 .act-circle a img {
	height:inherit;
	-webkit-border-radius: inherit;
    border-radius: inherit;
 }
 
 .act-circle a:before {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fccb13;
    transform: scale(1.08);
	z-index: -1;
    box-shadow: 0px 16px 25.92px 1.08px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-out;
    border-radius: 50%;
 }
 
 .act-triangle {
	 display:inline-flex;
	 box-sizing:border-box;
 }
 .act-triangle:before {
	content: "";
    height: 30px;
    position: absolute;
    left: 0;
    width: 100%;
	bottom: 30px; 
	z-index: -1;
    box-shadow: 0px 16px 25.92px 1.08px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-out;
  }
  
 .act-triangle a {
	width: 300px;
    padding: 0px 0px 0px 0px;
	-webkit-mask-image: url(https://wdtninos.wpengine.com/wp-content/uploads/2022/09/rec-mask.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center top;
    -webkit-mask-repeat: no-repeat;
    mask-image: url(https://wdtninos.wpengine.com/wp-content/uploads/2022/09/rec-mask.png);
    mask-size: contain;
    mask-position: center top;
    mask-repeat: no-repeat;
 }
 
  .act-triangle a img {
	border-radius: inherit;
	-webkit-transition: var(--wdt-elementor-base-transition);
    transition: var(--wdt-elementor-base-transition);
	height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  
  .triangle-border {
	      border-style: solid;
  }
  
  
 .activities-cols {
	     display: inline-grid;
    justify-content: center;
    align-items: center;
	position:relative;
 }
  
  .activities-cols .triangle-border .wdt-content-separator {
    transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866) translate(-50%, 50%);
    transform-origin: left top;
    margin-top: 52px;
}

.activities-cols .triangle-border .wdt-content-separator {
    width: 56%;
    height: auto;
    border-top-right-radius: 10%;
    padding-top: 56%;
}

.activities-cols .triangle-border .wdt-content-separator {
    background-color: #f7941e;
	position:relative;
	display: inline-block;
    line-height: 0;
    vertical-align: top;
    width: 100%;
}
.activities-cols .triangle-border .wdt-content-separator.separator-1 span {
    background-color: #eb1551;
    display: inline-block;
    height: 2px;
    vertical-align: top;
    width: 60px;
}


.smart-activities .col-lg-4:nth-child(4) .activities-col .act-image a:before {
	background:#e40a75;
}
.smart-activities h2:before {
 content: url(../images/butterfly.png);
 left: 100px;
 position: absolute;
}
.smart-activities h2:after {
    content: url(../images/rainbow.png);
    right: 100px;
 position: absolute;
 top: 8px;
   }
.activities-details h3 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 23px;
    color: #103741;
}
.activities-details p {
    color:#636363;
}


/*** Blog ***/

.blog-section { position:relative; }

.blog-section h2 {
    text-align: center;
    color: #103741;
    font-weight: 800;
    font-size: 45px;
    line-height: 45px;
}
.blog-section .subtitle {
    text-align: center;
    color: #4e2573;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 0;
}
.blog-details {
    border-radius: 25px;
    padding: 25px;
}
/*.blog-img img {
    border-radius: 25px;
}*/
.blog-section .date {
    color: #959292;
    font-size: 16px;
}
.blog-content h3 {
    font-size: 25px;
    color: #103741;
    font-weight: 600;
    border-bottom: 1px solid #eef1f2;
    padding-bottom: 25px;
    margin-bottom: 18px;
}
.blog-section .blog-btn {
    color: #4e2573;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.5s;
}
.blog-section .blog-btn span {
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.blog-section .blog-btn span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: -3px;
    right: -20px;
    transition: 0.5s;
    font-size: 19px;
  }
.blog-section .blog-btn:hover span {
    padding-right: 25px;
  }
  
  .blog-section .blog-btn:hover span:after {
    opacity: 1;
    right: 0;
  }
  
  
.call-action { background:#4e2573; color:#fff; }
.call-action h3 { font-size:3rem; text-transform:uppercase; font-weight:800; }
.call-action-bg {
    background-image: url(../images/call-action-bg.jpg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: repeat-x;
    width: 100%;
    height: 96px;
}

.enquirebtn {
    color: #4e2573;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.5s;
    border-radius: 25px;
    background: #fccb13;
    padding: 11px 40px;
}
.enquirebtn span {
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.enquirebtn span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: -3px;
    right: -20px;
    transition: 0.5s;
    font-size: 19px;
  }
  .enquirebtn:hover span {
    padding-right: 25px;
  }
  
  .enquirebtn:hover span:after {
    opacity: 1;
    right: 0;
  }
  
  /*** child-testimonials ***/ 

.child-testimonials {
    background: linear-gradient(to bottom,  #ffffff 0%,#fff0e5 100%);
    padding: 70px 0 90px;
}  
.child-testimonials h2 {
text-align: center;
}
.child-testimonials h2:before {
    content: url(../images/icon.png);
    left: 15px;
    position: absolute;
    top: -29px;
}
.child-testimonials h2:after {
    content: url(../images/child-icon.png);
    right: 100px;
    position: absolute;
    top: 8px;
}
.child-testimonials .subtitle {
    text-align: center;
    color: #e40a75;
    font-size: 18px;
    font-weight: 600;
}
.child-feadback {
    background-color: #fff;
    padding: 55px 30px;
    border-radius: 35px;
    color: #000;
    transition: 0.5s ease-in-out;
}
.child-feadback:hover {
    background-color: #e40a75;
    transition: 0.5s ease-in-out;
    color: #fff;
}

.child-feadback:hover .name { color:#fff; }

.testimonials-content .content {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}
.child-feadback .name {
    font-size: 22px;
    font-weight: 600;
    color: #e40a75;
    font-family: "Baloo 2", sans-serif;
}

  /*** parents-testimonials ***/ 

.parents-testimonials .subtitle {
    text-align: center;
    color: #e40a75;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.parents-testimonials h2 {
    text-align: center;
}
.parents-testimonials h2:before {
    content: url(../images/pen.png);
    left: 15px;
    position: absolute;
    top: 50px;
}
.testimonial-content { }

.testimonials-quote {
    background-image: url(../images/testimonial-shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding:189px 90px;
}
.testimonials-quote .quote {
    color: #747272;
    padding: 0px 135px;
    font-size: 16px;
}
.parents-name p {
    font-size: 20px;
    font-weight: 800;
}
.parents-name p span {
    font-size: 16px;
    font-weight: 400;
    color: #e40a75;
}

  
 /*** Footer ***/

 .footer-main {
    background: darkcyan;
    position: relative;
    padding: 55px 0px 16px;
}
.footer-main .footer-title {
    color: #fff;
}
.footer-main ul {
    margin: 0;
    padding: 0;
}
.footer-main ul li {
    display: block;
}
.footer-main ul li a {
    color: #FFFFFF;
    text-decoration: none;
    line-height: 27px;
	transition: all .3s linear;
    display: inline-block;
    margin: 0px;
    padding: 0px 0 7px 0;
    font-size: 18px;
    text-transform: capitalize;
    overflow: hidden;
    text-decoration-style: wavy;
    text-decoration-line: underline;
    text-underline-offset: .2em;
    text-decoration-color: transparent;
}
.footer-main ul li a:hover {
    color: #fff;
    text-decoration-color: #fff;
}
.footer-main .address {
    color: #FFFFFF;
    text-decoration: none;
    line-height: 22px;
    font-weight: 600;
    display: flex;
    margin: 10px 0 24px;
}

.footer-main .phone a, .footer-main .email a {
    color: #FFFFFF;
    text-decoration: none;
    line-height: 22px;
    font-weight: 600;
}
.fa-phone:before, .fa-envelope:before, .fa-map-marker:before {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
    margin-top: 25px;
}
.fa-map-marker:before {
    font-size: 30px;
}
ul.socile-media {
    margin: 0;
    padding: 0;
    display: flex;
    text-align: center;
    align-items: center;
	position: relative;
    z-index: 2;
}
.socile-media .fa-facebook, .socile-media .fa-twitter, .socile-media .fa-instagram, .socile-media .fa-youtube-play, .socile-media .fa-linkedin {
    background-color:#000000;
    border-radius: 50px;
    padding: 3px 11px;
    text-align: center;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
	text-decoration:none;
}

.socile-media .fa:hover {
	background:#fff;
	color:#000;
}

.footer-bottom {
    color: #bdb8b8;
    text-align: center;
    border-top: #203349 solid 1px;
    margin-top: 30px;
    padding-top: 30px;
    position: relative;
}

.zoom-effect {
    transition: 0.5s all ease-in-out;
    position: relative;
    overflow: hidden;
}

.zoom-effect:hover {
    transform: scale(1.1);
}

.internal-banner h1 {
	text-align: left;
    top: 0;
    left: auto;
    height: 100%;
    color: #fff;
    font-size: 1.5rem;
}
section.internal-banner.m-0.p-0.position-relative {
    background: orange;
    padding: 8px 0px 5px !important;
    display: block;
}


@media only screen and (max-width: 768px) {

    .footer-main .footer-title {
        margin-top: 20px;
    }
    .blog-section h2 {
        font-size: 28px;
        line-height: 30px;
    }

    .welcome-section .welcome-content h2 {
        font-size: 35px;
        line-height: 32px;
    }
    .about-page .welcome-section .welcome-content h2 {
        display: none;
    }
    
    .welcome-section .welcome-content h2 span {
        font-size: 30px;
    }
    .welcome-section::after {
        right: -62px;
        bottom: 0;
        position: relative;
    }
    h2 {
        font-size: 35px;
        line-height: 33px;
    }
    h2 span {
        color: #e40a75;
        font-size: 30px;
    }

	
	.smart-activities h2:before { display:none; }
	.smart-activities h2:after { display:none; }
	
	.internal-banner h1 {
	    left: 0;
    right: 0;
    color: #4e2573;
    position: relative;
    top: 24px;
    font-size: 2.5rem;
    font-weight: 800;
    padding: 0px 15px;
    line-height: 37px;
}

.testimonials-quote .quote {
    padding: 0px;
}

.testimonials-quote {
	padding:0px 15px;
}

.parents-testimonials h2:before { display:none; }

.testimonials-quote { background:none; }

.child-testimonials h2:after, .child-testimonials h2:before { display:none; }

.child-feadback {
    padding: 25px 30px;
    margin-bottom: 25px;
}

.services-content {
    margin-bottom: 25px;
}
.contact-page h2 {
    display: none;
}
.contact-details .phone a {
    font-size: 1.2rem !important;
}
section {
    padding: 50px 0px!important;
}


  }

@media only screen and (max-width: 991px) {

.contact-details {
    padding: 60px 5px !important;
}
.contact-details .phone a {
    font-size: 1rem !important;
}
section {
    padding: 0px 0px;
}

}

/*** about-section ***/

.partners-section {
    text-align: center;
    position: relative;
    background-color: #4e2573;
}
.partners-section h2 {
    color: #fff;
}
.partners-section p {
    color: #ccc;
}
.partners-section h2:before {
    content: url(../images/atom.png);
    position: absolute;
    top: 37px;
    left: 55px;
}
.partners-section h2:after {
    content: url(../images/masonry-rocket.png);
    position: absolute;
    top: 28px;
    right: 55px;
}
.partner-logo {
    transition: 0.5s ease-in-out;
    padding: 25px;
    background: #fff;
    border-radius: 25px;
}
.partner-logo img {
    width: 75%;
}
.chiscool {
    text-align: center;
}
.chiscool h2 {
    text-align: center;
    color: #103741;
    font-weight: 800;
    font-size: 45px;
    line-height: 45px;
}
.chiscool .subtitle {
    text-align: center;
    color: #4e2573;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 0;
}
.chiscool-img img {
    border-radius: 25px;
}

/*** Sidebar Menu ***/

.sidebar-menu {
	background-color:#fff;
	box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important;
	border-radius:20px;
}

.sidebar-menu h2 { color:#e40a75; line-height:38px; }

.sidebar-menu ul { margin:0; padding:0; }
.sidebar-menu ul li { display: inline-block; width: 100%; }
.sidebar-menu ul li a {     
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2em;
    color: #000;
    position: relative;
    text-decoration: none; 
	}
.sidebar-menu ul li a:before {
	content: "";
    position: absolute;
    /* -webkit-mask-image: url(https://wdtninos.wpengine.com/wp-content/uploads/2022/11/right-pencil.svg); */
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/sub-menu-hover-icon.png);
    mask-image: url(../images/sub-menu-hover-icon.png);
    mask-repeat: no-repeat;
    background-color: #f7941e;
    width: 25px;
    height: 25px;
    margin: 0;
    top: 0px;
    display: block;
    left: -30px;
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-position: center;
    -webkit-mask-position: center;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    opacity: 0;
    transition: var(--wdtBaseTransition);
	z-index:2;
}

.sidebar-menu ul li a:hover { color:#f7941e; }

.sidebar-menu ul li a:after {
	position: absolute;
    content: "";
    width: 8px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    bottom: 0;
    left: -18px;
    background-color: currentColor;
    /* border-radius: 50%; */
    opacity: 0.4;
}

.sidebar-menu ul li:hover a:before {
	opacity:1;
}

.sidebar-menu ul li:hover a:after {
	opacity:0;
}

.activity-banner { background-color:#eb1551; border-radius:5px; }
.activity-banner h2 { color:#fff; }
.contact-box { background-color:#1cbbb4; color:#fff; }
.background-overlay {
	background-image:url(../images/contact_form_bg_img.png);
	background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.contact-box h2 { color:#fff; }
.contact-box .form-control {
	height: 45px;
    border-radius: 50px;
    font-weight: 600;
}

.contact-box textarea.form-control { height:90px; border-radius:15px; }
.contact-box .btn-primary {
	width: 100%;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 800;
    background: #eb1551;
    border: none;
}
.Policies-content { color:#6b6b84; }
.policies-col a { text-decoration:none; }
.policies-col a h2 {     
	font-size: 1.5rem;
    line-height: 32px;
    min-height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
	background:#fff;
	}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/* contact-page */

.contact-page {
    padding: 50px 0;
 }
.contact-page h2 {
    text-align: center;
    position: relative;
 }

.contact-page .form-control {
    padding: 0.575rem .75rem;
    font-size: 0.95rem;
    border: 1px solid #ced4da;
    border-radius: 25px;
    margin-bottom: 20px;
}
.contact-page .contact-btn {
    width: 25%;
    border-radius: 25px;
    padding: 10px;
    border: none;
    background: #e40a75;
    color: #fff;
    transition: 0.5s ease-in-out;
    text-align: center;
    margin: 0 auto;
    font-weight: 800;
}
.contact-info .rounded {
    border-radius: 25px;
}
.contact-page .contact-btn:hover {
    background: #000;
    transition: 0.5s ease-in-out;
}

.contact-details {
    text-align: center;
    padding:60px 25px;
}

.contact-page .fa-phone:before, .contact-page .fa-envelope:before, .contact-page .fa-map-marker:before {
    color: #e40a75;
    font-size: 40px;
}
.contact-details h3 {
    font-size: 18px;
    color: #817f7f;
}
.contact-details .phone a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 1.2rem;
}
.contact-details .phone a:hover {
    color: #e40a75;
}

.contact-details p .location {
    color: #000;
    font-weight: 800;
    font-size: 20px;
}
.contact-info {
    position: relative;
}
.contact-info::before {
    content: url(../images/pencil.png);
    top: -247px;
    left: -40px;
    position: absolute;
}
.contact-page h2::after {
    content: url(../images/abc.png);
    right: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}

.scanner-modal .scan-title {
	    text-align: center;
    margin: 0 auto;
    width: 100%;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.5rem;
}

.scanner-modal .modal-content {
	background: #92210f;
    color: #fff;
}
.scanner-modal .modal-header { border:none; }
.scanner-modal .modal-header .modal-title {
	text-align: center;
    margin: 0 auto;
    width: 100%;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.5rem;
}
.scanner-modal .scanner {
    background: #fff;
    padding: 15px;
    border: #72190a solid 5px;
    border-radius: 5px;
}
.breadcrumb-content { display:none; }

.director-messages {
    padding: 50px 50px 50px 70px;
    -webkit-box-shadow: 5px 4px 5px -1px rgba(0, 0, 0, .31);
    -moz-box-shadow: 5px 4px 5px -1px rgba(0, 0, 0, .31);
    box-shadow: 5px 4px 5px -1px rgba(0, 0, 0, .31);
    background: url(https://www.cisfreetown.com/new/public/images/dairy-bg.jpg) left repeat-y #fff;
}

.director-messages h2 {
	font-size:2.3rem;
}
.director-messages h3 {
	margin-bottom:20px;
}
.direcotor-bottom p {
	margin:0; 
	padding:0;
	font-weight:600;
}
.contact-form label { display:none; }

.service-card {
	background: #fff;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    padding: 25px;
    border-radius: 10px;
}

.service-card .para h3 {
	    color: #92210f;
    font-size: 2rem;
    font-weight: 600;
}

.pre-primary-box .para h3 {
    color: #92210f;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
	padding-top: 20px;
}

.pre-primary-box .para img {
	width:100px;
}

.pre-primary-box {
    background: #fff;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    padding: 25px;
    border-radius: 10px;
    min-height: 480px;
}

.primary-section .pre-primary-box {
	min-height:inherit;
} 

.pre-primary-box ul {
	margin:0; 
	padding:0;
}

.pre-primary-box ul li {
	margin-bottom: 15px;
    list-style: none;
    padding-left: 25px;
	position:relative;
}

.pre-primary-box ul li:before {
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	position:absolute;
	left:0;
	top:6px;
	color:#92210f; 
}

.apply-btn {
	background: #92210f;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700;
}
/*-------------------------------Blog-page----------------------------------------*/

.blog-heading h5, .blog-short_desc h5 {
    font-weight: 600;
    font-size: 34px;
    color: #4e2573;
    font-family: "Baloo 2", sans-serif;
}
.blog-heading h2 {
        line-height: 25px;
        text-transform: capitalize;
        font-weight: 600;
        font-size: 21px;
    }
.blog-heading h2 a {
    color: #4e2573;
    text-decoration: none;
}
.blog-short_desc h3 {
        font-size: 21px;
        color: #103741;
        font-weight: 600;
        border-bottom:none;
        padding-bottom:0;
        margin-bottom: 0;
}
.blog-heading p {
    color: #8c8585;
}

.jb-blog-comment-wrapper .comment-post-box .coment-field {
    border-radius: 25px;
    border: 1px solid #a8a5a5;
    padding: 5px 15px;
}
.jb-blog-comment-wrapper textarea {
    resize: vertical;
    border-radius: 9px;
    border: 1px solid #ccc;
    padding: 7px 10px 7px 12px;
}
.jb-blog-comment-wrapper .jb-post_btn {
    background: #3a6596;
    color: #fff;
    padding: 9px 30px;
    border-radius: 25px;
    border: 1px solid #3a6596;
}
.jb-blog-comment-wrapper .jb-post_btn:hover {
    background: #000;
}

.jb-read-more_area a {
    color: #e40a75;
    text-decoration: none;
}

@media only screen and (max-width: 786px) {
    .logo {

    text-align: center !important;
}
.logo {
    
    text-align: center !important;
}
.cmhnav.light.left.mobile.active ul {
    background: #ed2126 !important;
    z-index: 99;
}
.cmhnav li li a{
	color: #fff !important;
}
}