@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

:focus-visible {
    outline: none;
}

ol,
ul {
    list-style: none;
    padding: 0 0 !important;
    margin: 0 !important;
}
.clear {
    clear: both;
}

/* Header Css */
header {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  z-index: 99;
}

.top-hd{
    background-color: #fff0c5
}
.logo {
  padding: 14px 0 10px 0;
}
.logo img{
  max-width: 100%;
}
.top-rt{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
ul.top-number {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.top-number li {
  padding: 0 13px;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}
ul.top-number li a {
  color: #0e0c0c;
  transition: all 0.5s;
  text-decoration: none;
}
ul.top-number li a:hover {
  transform: scale(1.05);
  color: #F7548C; 
}


/* Slider Css */

.bg-slider{
  background-color: transparent;
  width: 100%;
  height: auto;
  position: relative;
  padding: 0px 0;
}
.s-bx {
    position: absolute;
    top: 0;
    z-index: 99;
}
.carousel-caption {
  position: relative !important;
  right: 0 !important;
  top: 13%;
  left: 0 !important;
}
.carousel-caption h1 {
  color: #333;
  font-family: 'Roboto';
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;  
  width: 80%;
  line-height: 33px;
}
span.pink-clor {
  color: #F7548C;
  font-weight: 700;
  text-transform: uppercase;
}
span.pink-black {
  color: #333;
  font-weight: 200;
  text-transform: uppercase;
}
span.txt-blue {
  color: #37305B;
  font-weight: 700;
  text-transform: uppercase;
}
.carousel-caption p {
  color: #333 !important;
  font-family: 'Roboto' !important;
  font-size: 16px;  
  font-weight: 400;
  line-height: 22px !important;
  width: 75%;
}
p.sl-btn a {
  text-decoration: none;
  display: inline-block;
  padding: 16px 24px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s;
}
a.btn-pink {
  background: #F7548C;
  margin-right: 10px;
}
a.btn-blue{
  background: #37305B;
}
p.sl-btn a:hover{
  background-color: #275A95;
}

/* Top Marquee Notice */
section.top-marquee-notice {
  background: #FE504F;
  padding: 0 10px;
}
marquee.txt-marquee a {
    color: #fff;
}
.box-marquee {
    display: flex;
    align-items: center;
    color: #fff;
    font-family: 'Montserrat';
}
.box-marquee h3 {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    display: flex;
    padding: 12px 23px;
    margin: 0;
    background: #fff;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 8px;
}

/* Top Tab */
.tab-menu {
    position: absolute;
    bottom: 19px;
    right: auto;
    left: 0;
    margin: auto;
    text-align: center;
    width: 100%;
}
.tab-menu a {
    background: #fff;
    display: inline-block;
    padding: 12px 16px;
    margin: 0 4px;
    width: 348px;
    color: #fe504f;
    font-family: 'Montserrat';
    transition: all 0.5;
}
.tab-menu a:hover {
    background: #fe504f;
    color: #fff;
}

@media (max-width:767px) {
        .tab-menu {
        position: relative;
        justify-content: center !important;
        top: 0;
        right: 0;
        padding-bottom: 12px;
        padding-top: 6px;
    }
}

/* School Box */
section.school-box {
    margin: 56px 0;
    padding: 3px 0 19px 0;
}
.school-box{
  background: #FE504F;
}
section.school-box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0px;
}
section.school-box ul li {
    transition: all 0.5s;
    position: relative;
    width: 26%;
    text-align: center;
    justify-content: center;
}
section.school-box ul li:hover {
    transform: scale(1.1);
}
section.school-box ul li:last-child:after {
    display: none;
}
/* School Box End*/



/* Latest Update */
h2.titl-news {
    text-align: center;
    font-weight: 800;
    font-family: 'Montserrat';
    color: #fe504f;
    background-color: #fff0c6;
    margin: 0px;
    padding: 16px 0;
}
.school-type {
    background: #fff0c6;
    padding: 60px ;
    height: 415px; 
    border: 2px solid #fe504f;
}
.school-type ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.school-type ul li {
    line-height: 56px;
    width: 80%;
    margin: 7px 0;
    background: #fe504f;
}
.school-type ul li a {
    display: block;
    color: #fff;    
    font-family: 'Montserrat';
    font-size: 21px;
    text-decoration: none;
    transition: all 0.5s;
    position: relative;
} 
section.school-box ul li:after {
    content: '';
    border-right: 2px solid #fff;
    height: 81px;
    position: absolute;
    right: 0;
    top: 48px;
}
section.school-box ul li img{
  text-align: center;
  margin: auto;
}
.school-type ul li a:hover {
    background: #eb302f;
}

.latestEvent-bx {
    border: 2px solid #fe504f;
    padding: 24px 8px;
    height: 415px;
    overflow: hidden;
}
.latest-event {
    border: 1px solid #fe504f;
    height: auto;
    width: 63% !important;
    margin: auto;
    border-radius: 11px;
    padding: 12px 18px;
    margin-bottom: 20px;
    display: block !important;
    height: 145px;
}
.latest-event h6 a {
    text-decoration: none;
    color: #FE504F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.latest-event p {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0 0 14px 0;
    line-height: 20px;
}
.latest-event h4 a{
  color: #FE504F;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
ul.parent-arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: auto;
    position: relative;
    width: 14%;
    bottom: 85px;
    left: 20%;
}
li.next1, li.prev1 {
    height: 30px;
    width: 30px;    
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fe504f;
    font-size: 30px;
    cursor: pointer;
}
a.view-btn {
    text-align: center;
    text-decoration: none;
    color: #fe504f;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
    margin: 0 0 0 0;
    transition: all 0.5s;
    position: relative;
    z-index: 99;
    top: -55px;
    left: 40%;
}
a.view-btn:hover{
  color:#eb302f;
  font-weight: 600;
}
a.view-btn i {
  font-size: 28px;
  margin: 0 0 0 9px;
  position: relative;
  top: 3px;
}





/* About Us Css */
.bg-about{
  padding:0px 0 0px 0 ;
  z-index: 99;
  position: relative;
}
section.bg-about .about-title {
  text-align: left;
}
.abrlt-bx ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
}
.abrlt-bx ul li {
    width: 48%;
    margin: 0px 0px 20px 0;
    height: 206px;
    overflow: hidden;
}
.abrlt-bx ul li img {
    object-fit: cover;
    height: 207px;
    width: 100%;
}
.view-pht{
  text-align: center;
  text-decoration: none;
  color: #fe504f;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 18px;
  display: block;
  margin: 0 0 0 0;
  transition: all 0.5s;
  position: relative;
  z-index: 99;  
}
a.view-pht:hover{
  color:#eb302f;
  font-weight: 600;
}
a.view-pht i {
  font-size: 28px;
  margin: 0 0 0 9px;
  position: relative;
  top: 3px;
}
.title-upcoming {
    display: block !important ;
    /* justify-content: space-between;
    align-items: center; */
}
.title-upcoming .form-select:focus {
    box-shadow: none;
    border: none;
}
.title-upcoming .form-select {
    background: #fe504f;
    color: #fff;
}
.Event-upcom{
  background-color: #fe504f;
  padding: 20px 0;
  margin: 0;  
  height: auto;
}
.EventUpcom-box {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 20px 0 6px 0;
    border-bottom: 1px solid #ffffff;
    width: 78% !important;
    margin: auto;
}
.Event-Data {
    background: #fff;
    padding: 0px;
    margin: 0px;
    height: 74px;
    width: 84px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
    font-style: italic;
    color: #fe504f;
}
.Event-Data h2 {
    margin: 0px;
    padding: 3px 0 6px 0;
    line-height: 24px;
}
.Event-Data h5 {
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}
.Event-descipt {
    width: 84%;
    padding: 0px 0 0 12px;
}
.Event-descipt p {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.469px;
    padding: 0 0 0 0;
    margin: 0px;
}
.Event-descipt p {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.469px;
    padding: 0 0 0 0;
    margin: 0px;
}
.Event-descipt a {
    color: #D7D7D7;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 500;
    line-height: 12.469px;
    text-decoration: none;
    font-style: italic;
    transition: all 0.5s;
}
.Event-descipt a:hover {
    color: #ffffff;
}
ul.parent-arrow1 {
    height: auto;
    clear: both;
    background: #fe504f;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 16px 0 !important;
}
ul.parent-arrow1 i {
    font-size: 27px;
    color: #fff;
    margin: 0 20px 0 20px;
    cursor: pointer;
}
/* photo gallery end */

/* Our Client Css */
.bg-ourclient{
  background-color: #EDF5F8;
  padding: 60px 0;
  height: auto;
}
.bg-ourclient .about-title, .bg-casestudy .about-title{
  text-align: center;
}
.client-bx {
    position: relative;
    display: block !important;
    margin: auto;
    text-align: center;
}
.client-bx:after {
    content: '';
    border-right: 2px solid #fff;
    height: 81px;
    position: absolute;
    right: 0;
    background: red;
    top: 25px;
}
.about-title p {
  width: 836px;
  text-align: center;
  margin: auto;
  font-weight: 400;
  font-family: 'Montserrat';
}
.client-bx a img {
    text-align: center;
    margin: auto;
}
.our-client-sl{
  margin-top: 34px;
}
.client-bx img {
  max-width: 90%;
}
/* Our Client Css  End*/

.about-us h2 {
  color: #FE504F;
  font-family: 'Montserrat';
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.about-us h4{
  color: #FE504F;
  font-family: 'Montserrat';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.about-us p{
  color: #FE504F;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
a.view-btn.read-btn {
    top: 0;
    left: 0;
}


 /* footer */

footer {
  background: #1E1E1E;
  height: auto;
  padding: 70px 0 10px 0;
  clear: both;
}
.ft img {
  max-width: 100%;
}
.ft h3 {
  color: #fff;
  padding: 18px 0 0 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
}
.ft p {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 22px 21px 0 0;
    line-height: 23px;
    text-transform: uppercase;
}
.ft h4 a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
}
.ft-number {
    display: block;
    line-height: 27px;
    padding: 10px 0 7px 0;
}
.ft-number a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 38px;
}
.ft-number a img {
  margin: 0 10px 0 0;
}
.ft-link h3 {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}
.ft-link ul a {
  text-decoration: none;
  color: #fff;
  line-height: 38px;
  transition: all 0.6s;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 15px;
}
.ft-link.ft-link1 {
  padding: 0;
}
.ft-link ul a:hover {
  color:#1f9fd1;
}
.form-boxft h2 {
    font-family: 'Montserrat';
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 8px;
}

.widgets-social.ft-social {
  justify-content: flex-start;
  margin-top: 25px;
}
.widgets-social.ft-social a{
  border: 1px solid #fff;
}
.follow-ul h3 {
  color: #f7548c;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 30px;
  text-align: left;
}
.follow-ul ul {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 35px !important;
}
.follow-ul ul li {
    border: 1px solid #fff;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    line-height: 32px;
    transition: all 0.5s;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.follow-ul ul li:hover {
  background: #fe504f;
}
.follow-ul ul li img {
    filter: invert(1);
}
.form-boxft {
    background: #ffffff47;
    padding: 16px;
    border-radius: 14px;
}
.form-boxft .form-label {
    margin: 0;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 13px;
    padding: 0 0 5px 0;
}
input.form-control::placeholder {
    color: #000;
    font-family: 'Montserrat';
    font-size: 12px;
}
.form-boxft .form-control {
    padding: 7px 11px;
    border-radius: 7px;
    margin: 0;
    line-height: normal;
}
textarea#exampleFormControlTextarea1 {
    font-size: 13px;
}
.btn.btn-submit {
    background: #FE504F;
    width: 100%;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    transition: all .5s;
}
.btn.btn-submit:hover{
    background-color: #df2726;
    color: #fff;
}
.copy-right {
    text-align: center;
    font-weight: 500;
    color: #ddd4d4;
    padding: 30px 0 6px 0;
    font-size: 14px;
    font-family: 'Montserrat';
}
.copy-right a{
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  transition: all 0.5s;
}
.copy-right a:hover{
  color: #1f9fd1;
}


/* Master Page css */
.masterText {
  padding: 20px 0;
}

.master-text h3 {
    color: #37305B;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
.master-text p {
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 148%;
    font-family: "Montserrat", sans-serif;
    text-align: justify;
    margin: 0px;
    padding: 0 0 16px 0;
}
.innerImg {
  float: right;
  margin-left: 20px;
}
.innerImg img {
  border: 4px double #fff;
  border-radius: 0 55px 0 55px;
}
ul.innerUl {
    padding: 0 0 16px 0 !important;
    margin: 0px !important;
}
ul.innerUl li {
    padding: 0 0 0 0;
    margin: 0 0 0 23px;
    font-family: 'Montserrat';
    list-style: outside;
}


.master-text {
  min-height: 350px;
  padding: 20px 0;
}
.tCenter img {
  text-align: center;
  margin: auto;
}

/* Our Services Css */

.f-digital-bx {
  padding: 50px 0 0 0;
}
.title-digital{
  text-align: center;
  padding-bottom: 30px;
}
.title-digital h2{
  color: #37305B;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
.title-digital h3{
  background-color:#F7548C ;
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding:8px 48px;
}
.title-digital h4 {
  color: #F7548C;
  font-family: 'Montserrat';
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.srvc-icon.srvc-icon2 h5 {
  font-size: 16px;
  padding: 14px 0 0 0;
  line-height: 26px;
}
.srvc-icon.srvc-icon2 img {
  text-align: center;
  margin: auto;
  width: 126px;
}
.service-box1.our-service2 {
  width: 100%;
  height: 300px;
  padding: 52px 30px;
}
.service-box1.our-service2.mrk-serv {
  padding: 0 15px;
  height: 336px;
}
.service-box1.our-service2.mrk-serv h5 span {
  font-weight: 300;
  display: block;
  font-size: 16px;
}

ul.text-services {
  padding: 0px;
  margin: 50px 0 50px 16px !important;
}
ul.text-services li {
  margin: 0 0 0 0;
  list-style: disc;
  color: #F7548C;
  padding: 20px 0 0 0;
  font-family: 'Montserrat';
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
ul.text-services li span {
  text-transform: capitalize;
  color: #000;
  color: #000;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
div#headtitle {
    background: #fe504f;
    text-align: center;
    color: #fff;
    line-height: 46px;
    border-radius: 10px 0 10px 0;
    margin-top: 43px;
    font-size: 23px;
    font-family: 'Montserrat';
    font-weight: 500;
}

@media(max-width:1200px){
  .abrlt-bx ul li {
    width: 36%;
    margin: 10px 10px;
}
.carousel-caption h1, .carousel-caption p{
  width: 100%;
}
.case-bx{
  padding: 40px 0 0 0;
}
}
@media(max-width:992px){
  .slider-shadow{
    bottom: 0;
  }
  .about-title p{
    width: 100%;
  }
}

@media(max-width:767px){
  .top-rt { 
    justify-content: center;    
    padding-bottom: 9px;
 }
  ul.top-number li{
    padding:0 17px;
    border-right: 1px solid #3b3838;
  }
  ul.top-number li:last-child {
    border-right: none;
}
  .carousel-caption {
    top: 0 !important;
    left: 0 !important;
    padding-top: 0 !important;
 }
  .bg-slider{
    height: auto;
  }
  .service-title{
    padding-top:0 ;
  }
  .service-box1.service-bx1 {
    margin-top: 10%;
  }
  .service-box1{
    width: 100%;
  }
  .service-box1.service-bx2, .service-box1.service-bx3, .service-box1.service-bx4, .service-box1.service-bx5 {
    margin-top: 17%;
    left: 0;
 }
 section.school-box ul li:after{
  top:33%
 }
 .school-type {
    background: #fe504f;
    padding: 8px;
    height: auto;
}
.latest-event{
  width:100% !important
}
 section.school-box ul li{
  width: 100%;
  max-width: 100%;
 }
.counter__list{
  flex-wrap:nowrap !important;
}
.counter__item span{
  font-size: 26px;
}
.counter__item {
  font-size: 13px !important;
  padding: 14px 13px !important;
}
.case-flex {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}
.case-bx {
  margin: auto;
}
.case-rts {
  width: 100%;
  height: auto;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  margin: -71px 0 0 0;
}
.txt-testimonial {
  background: #fff;
  width: 100%;
  height: auto;
  padding: 24px 16px;
  float: none;
  border-radius: 16px;
  margin-top: 0;
  margin-right: 0;
}
.testimonials-img { 
  padding: 14px 0;
}
div#headtitle{
  padding: 26px 0;
  font-size: 24px;
}
span.hd-span {
  font-size: 13px; 
  line-height: normal;
}
.title-digital h2{
  font-size: 24px;
}
.title-digital h3{
   font-size: 20px;
}
.about-title h2{
  width: 100% !important;
  font-size: 24px !important;
}
.rlt-blog img { 
  margin: 0 !important;
}
.ft-number{
  flex-wrap: wrap;
  line-height: 30px;
}
ul.top-number li a{
  font-size: 15px;
}
.ft-link.ft-link1{
  padding: 0;
}

section.Birthday-bg {
    background: none;
    height: auto;
    background-size: cover;
    background-color: #ffbbbc !important;
    background-position: center;
}
h3.title-bday{
  padding-top: 34px;
}
section.Birthday-bg{
  padding-bottom: 26px;
}
.client-bx:after{
  display:none
}
.EventUpcom-box{
  width:93%
}
.Event-descipt{
  width:75%
}
}