@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;600;700&amp;family=Sriracha&amp;display=swap');

.top-header{
    padding: 10px 0px;
}

.top-header ul{
    padding-left: 20px;
    display: inline-block;
}

.top-header ul li{
    display: inline-block;
    padding: 0px 10px;
}


.top-header ul li span{
    display:inline-block;
}
.top-header ul li span i{
    font-size: 20px;
    padding: 10px;
    border: 1px solid #b1081a;
    border-radius: 50%;
    margin-right: 10px;
    top: -10px;
    position: relative;
    color: #b1081a;
}
.enquiry-now a{
    background-color: #b1081a;
    border-radius: 50px;
    color: white;
    padding: 10px 30px;
    float: right;
    margin-left: 15px;
}
.enquiry-now:hover a{
    background-color: #003d69;
    border-radius: 50px;
    color: white !important;
    padding: 10px 30px;
    float: right;
}

.is-transparent .header-main, .has-fixed .header-main{
    background-color: #fff;
}

.header-main {
    padding: 0px;
}
.header-navbar{
    padding: 0px;
}

.menu-item a{
    color:#b1081a;
    border-right: 1px solid #f1f3f6;
}

.menu-item a:hover{
    color:#fff !important;
    border-right: 1px solid #f1f3f6;
    background-color: #b1081a;
}


.abslt{
    margin-top: -50px;
    z-index: 999;
    box-shadow: 0px 0px 20px #00000042;
    overflow: hidden;
    padding: 20px;
    background-color: white;
    height: 400px;
    border-radius: 50px 0px 0px 0px ;
}


    .abslt h2 {
        color: forestgreen;
        font-weight: 600;
        border-bottom: 1px solid forestgreen;
        padding-bottom: 10px;
        font-size: 25px;
    }
.abslt ul li{
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
}

    .abslt ul li b {
        display: inline-block;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
        color: forestgreen;
    }

    .abslt ul li span {
        display: block;
        /* margin-left: 20px; */
        margin-top: 10px;
        font-size: 14px;       
        font-weight: 500;
    }

.abslt ul li b:nth-child(2){
    float: right;
    color: #b1081a;
    font-weight: bold;
    font-size: 16px;
}



.bread-crumb{
    position: relative;
}

.motion-img {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 10px);
}


.abslt ul li{
    list-style-type: disc !important;
    line-height: 20px;
    padding:10px 0px;
}
.abslt ul li a{
    font-size: 14px;
}

.menu-sub{
    background-color: #fff;
}

.main-top {
    background-color: #b1081a;
    padding: 10px 0px;
}
.main-top ul li{
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    color: white;
    border-right: 1px solid #eaeaea;
    font-size: 14px;
}
.main-top ul li i{
    display: inline-block;
    margin-right: 5px;
    color: white;
}

a.menu-link.nav-link.active {
    color: white !important;
    background-color: #b1081a;
}

.logo img {
    height: 65px;
    border-radius: 0px !important;
}

.wgs-logo{
    background-color: white;
    padding: 5px 10px;
    margin-bottom: 20px;
}
.wgs-logo img{
    border-radius: 0px !important;
}


.enroll-today{
    padding: 15px 30px;
    background-color: #b1081a;
    color: white;
    border-radius: 50px;
    margin-right: 10px;
}
.enroll-today:hover{
    background-color: #003d69;
    color: white !important;
}

.schedule-tour{
    padding: 15px 30px;
    background-color: #fff;
    color: #b1081a;
    border-radius: 50px;
}

.schedule-tour:hover{
    background-color: #003d69;
    color: white !important;
}










.banner-box{
    text-align: center;
    margin-top: -100px;
    background-color: #b1081a;
    padding: 30px;
    position: relative;
    border-radius: 10px;
}
.banner-box img{
    position: relative;
    padding: 30px;
    width: 150px;
    height: 150px;
    margin-top: -100px;
}

.banner-box::before{
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #fff;
    content: "";
    top: 0%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.banner-box h3{
    color: white;
    margin-top: 20px;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}
.banner-box p{
    color: white;
    font-weight: 15px;
}

.bg-yellow{
    background-color: #f0aa00;
}
.bg-pink{
    background-color: #ff002a;
}
.bg-blue{
    background-color: #003d69;
}
.bg-sky{
    background-color:#3db2d5;
}

.mt-100{
    margin-top: 100px;
}

.bg-secondary {
    background-color: #f1f3f6 !important;
}

a:hover, a:focus, a:active, button:hover, button:focus, button:active{
    color: #b1081a!important;
}

.thumb{
    position: relative;
    border-radius: 10px;
    
}

.gallery .col-lg-3{
    margin-bottom: 50px;
}

.text-green{
    color: forestgreen !important;
}


.thumb::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #b1081a;
    opacity: .8;
    content: "";
    border-radius: 10px;
    display: none;
    transition: 300ms;
}

.thumb span{
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 80%;
    height: auto;
    padding: 10px;
    text-align: center;
    color: white;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    z-index: 9;
    background-color:#b1081a;
    transform: translate(-50%,0);
}

.copyright p{
    padding: 10px;
    color: white;
}


 

.wgs-content span {
    vertical-align: middle;
}
.wgs-content span img {
    width: 20%;
}

.wgs-content span p {
    width: 70%;
    vertical-align: middle;
    font-size: 14px;
}

.featured-box{
    padding: 15px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #eaeaea;
    margin: 10px 0px;
    margin-bottom: 20px;
}

.featured-box i{
    font-size: 50px;
    line-height: 70px;
}


.featured-box a i{
    font-size: 16px;
    line-height: 70px;
    align-content: center;
    line-height: 20px;
    vertical-align: middle;
    transition: 200ms;
}

.featured-box a:hover i{
    margin-left: 10px;
}


.featured-box p{
    color: #555;
    margin-bottom: 15px;
    font-size: 15px;
}




.tc-light{
    background-image: url(../images/counter.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.admission-form form{
    background-color: yellowgreen;
}


.featured-box.red {
    background-image: linear-gradient(
180deg
, rgba(255,0,0,.2) 0%, #FFFFFF 50%);
}

.red-icon{
    width: 80px;
    height: 80px;
    background-color: #ff002a;
    padding: 20px;
    border-radius: 50% !important;
}
.green-icon{
    width: 80px;
    height: 80px;
    background-color: #69981e;
    padding: 20px;
    border-radius: 50% !important;
}

.blue-icon{
    width: 80px;
    height: 80px;
    background-color: #1e3098;
    padding: 20px;
    border-radius: 50% !important;
}
.yellow-icon{
    width: 80px;
    height: 80px;
    background-color:#f0aa00;
    padding: 20px;
    border-radius: 50% !important;
}

.orange-icon{
    width: 80px;
    height: 80px;
    background-color: orangered;
    padding: 20px;
    border-radius: 50% !important;
}

.darkblue-icon{
    width: 80px;
    height: 80px;
    background-color: #0d2e4c;
    padding: 20px;
    border-radius: 50% !important;
}


.darkred-icon{
    width: 80px;
    height: 80px;
    background-color:darkred;
    padding: 20px;
    border-radius: 50% !important;
}

.skyblue-icon{
    width: 80px;
    height: 80px;
    background-color:#3db2d5;
    padding: 20px;
    border-radius: 50% !important;
}




.featured-box.green {
    background-image: linear-gradient(
180deg
, #EDF8CD 0%, #FFFFFF 50%);
}

.featured-box.blue {
    background-image: linear-gradient(
180deg
, #E0DFFf 0%, #FFFFFF 50%);
}

.featured-box.yellow {
    background-image: linear-gradient(
180deg
, #ffff002b 0%, #FFFFFF 50%);
}

.featured-box.orange {
    background-image: linear-gradient(
180deg
, #ffa50040 0%, #FFFFFF 50%);
}
.featured-box.darkblue {
    background-image: linear-gradient(
180deg
, #19197042 0%, #FFFFFF 50%);
}
.featured-box.darkred {
        background-image: linear-gradient( 
180deg
 , #ff090942 0%, #FFFFFF 50%);
}

.featured-box.skyblue {
        background-image: linear-gradient( 
180deg
 , #2cb7da40 0%, #FFFFFF 50%);
}


.featured{
    background-image: url(../images/icon-box-shape-bg1.png) !important;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size:auto;
    position: relative;
    background-attachment: fixed;
}

.featured::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(241,243,246,.5);
    content: "";
}



.bg-red{
    background-color: #04c;
    background-image: url(../images/geometry-bg.jpg);
    background-size: cover;
    position: relative;
}

.bg-red::before{
    background-color: #04c;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    opacity: .95;
    position: absolute;
}



.events-txt h3{
    font-size: 40px;
    text-align: center;
    color: white;
    font-family: 'Berkshire Swash', cursive;
}
.events-txt p{
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.events-txt h5 {
    font-size: 60px;
    display: block;
    text-align: center;
    color: #000;
    font-family: 'Berkshire Swash', cursive;
}
.events-txt h5 span{
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: #fff;
}



.get-intouch span{
    display: inline-block;
}

.get-intouch h2{
    font-size: 20px;
    color: white;
    line-height: 20px;
}

.get-intouch p{
    font-size: 16px;
    color: #ccc;
}
.get-intouch span i{
    font-size: 20px;
    border: 1px solid white;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    align-items: center;
    position: relative;
    bottom: 15px;
}

.gett{
    
    margin-bottom: 70px;
}
.gett{
    
    margin-bottom: 70px;
}

/* ====================
    Gallery Area 
========================*/
.gallery-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px; }
  @media only screen and (max-width: 767px) {
    .gallery-grid {
      -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr); } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .gallery-grid {
      -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr); } }
  .gallery-grid .grid-width-2 {
    -ms-grid-column: span 2;
    grid-column: span 2; }
    @media only screen and (max-width: 767px) {
      .gallery-grid .grid-width-2 {
        -ms-grid-column: span 1;
        grid-column: span 1; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .gallery-grid .grid-width-2 {
        -ms-grid-column: span 1;
        grid-column: span 1; } }
  .gallery-grid .grid-height-2 {
    -ms-grid-row: span 2;
    grid-row: span 2; }
    @media only screen and (max-width: 767px) {
      .gallery-grid .grid-height-2 {
        -ms-grid-row: span 1;
        grid-row: span 1; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .gallery-grid .grid-height-2 {
        -ms-grid-row: span 1;
        grid-row: span 1; } }

.musician-gallery-grid {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 90px;
  grid-row-gap: 80px;
  display: -ms-grid;
  display: grid; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .musician-gallery-grid {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 30px;
      grid-row-gap: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .musician-gallery-grid {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 30px;
      grid-row-gap: 30px; } }
  @media only screen and (max-width: 767px) {
    .musician-gallery-grid {
      -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
      grid-column-gap: 30px;
      grid-row-gap: 30px; } }
  .musician-gallery-grid .grid-width-2 {
    -ms-grid-column: span 2;
    grid-column: span 2; }
  .musician-gallery-grid .grid-height-2 {
    -ms-grid-row: span 2;
    grid-row: span 2; }

.gallery {
  display: block;
  position: relative !important;
  width: 100%;
  height: 100%; 
  padding: 100px 0px; 
}

.promo-sidebar-trigger{
    display: none;
}


  .gallery .thumb img {
    width: 100%; 
}
  .gallery .hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #0038E3;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .gallery .hover-overlay .inner {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .gallery .hover-overlay .inner span {
        font-size: 36px;
        color: #fff; }
  .gallery:hover .hover-overlay {
    visibility: visible;
    opacity: .9; }

.masonary-item {
  margin-top: 30px; }



.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

.mlr-5{
    padding: 0px 15px !important;
}

.news-feed iframe{
    border: 1px solid #ccc !important;
    padding: 5px;
}

.news-feed p {
    color: white;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    background-color: forestgreen;
    margin: 10px 0px;
}

.news-feed .row{
    margin-top: 20px;
    background-color: white;
    border-bottom: 1px solid #ccc;
    padding-top: 8px;
}

.news-feed .row iframe{
   width: 100%;
    border-radius: 0px;
    height: 136px;
}


.footer-social li{
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
    margin-top: 30px;
}
.footer-social li a{
   padding: 10px;
    background-color: white;
    transition: 200ms;
    border: 1px solid #b1081a;
    border-radius: 50%;
}
.footer-social li a:hover{
   padding: 10px;
    background-color: #b1081a;
    color: white !important;
    
}

.news-feed .row ul li{
   display: inline-block;
    font-size: 14px;
    color: yellowgreen;
    margin: 10px 0px;
}

.news-feed .row ul li:nth-child(1){
   text-align: left;
}
.news-feed .row ul li:nth-child(2){
   text-align: right;
    float: right;
}
.news-feed .row h5 a{
   font-size: 18px;
    font-weight: 500;
}


.testimonial-person{
    margin-bottom: 30px;
    position: relative;
}

.testimonial-person img{
    height: 100%;
}

.actvv{
    border: 5px solid orange;
    background-color: transparent;
    border-radius: 20px;
    
}

.banner-heading{
    font-weight: 500;
    font-size: 70px;
    text-transform: capitalize;
    margin-bottom: 50px;
}
.banner-heading span{
    color: #b1081a;
     -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
    font-weight: 900;
}



.featured-box h4{
    margin: 25px 0px 15px 0px;
    font-size: 18px;
    font-weight: 600;
}

.featured-box img{
    border-radius: 0px !important;
}


.section-head p{
    color: #555;
}

.footer{
    background-color: #262540;
}

.bg-third{
    background: #54a6ff !important;
}

.featured-box a i{
    line-height: unset !important;
    background-color:white !important;
    padding: 0;
}


.founders{
    color: blue;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}

.text-block h6{
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}
.text-block p{
    font-size: 17px;
    color:#555;
    font-weight: 400;
    margin-bottom: 20px;
}
.text-block img{
    margin-bottom: 20px;
}

img{
    border-radius: 10px !important;
}

.text-block p span{
    color: #b1081a;
}

.bloc-2 {
    display: flex;
    align-items: center;
    min-height: 50vh;
    padding: 70px 0 0;
}



.bread-crumb{
    padding: 10px 0 60px 0px;
    text-align: center;
    background-image: url(../images/breadcrumb.jpg);
    background-size: cover;
    margin-top: 77px;
}


.bread-crumb h2{
    color: white;
}
.bread-crumb p{
    color: #f1f1f1;
}
   
.upcoming-events{
    vertical-align: middle;
    border: 1px solid #b1081a;
    overflow: auto;
    margin-bottom: 30px;
    
}


.history-txt h2{
    font-size: 35px;
    color: forestgreen;
    font-weight: 600;
    
}

.upcoming-events span:nth-child(1){
    display: inline-block;
    width: 20%;
    float: left;
    background-color: #b1081a;
    padding: 15px;
    text-align: center;
    height: 100%;
    color: white;
    height: 120px;
    vertical-align: middle;
    line-height: 50px;
    align-items: center;
}
.upcoming-events span h3{
    color: white;
}
.upcoming-events span:nth-child(2){
    display: inline-block;
    width: 80%;
    float: left;
      padding: 5px 20px;
}
.upcoming-events span h4{
    color: black;
    font-weight: 600;
}
.upcoming-events span h6{
   font-weight: 500;
    font-size: 15px;
    color: #b1081a;
}
.upcoming-events span p{
   font-size: 14px;
    color: grey;
}















.team-image{
    position: relative;
    overflow: hidden;
}

.team-single .overlay-details{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    display: none;
    transition: 500ms;
}
.team-single:hover .overlay-details{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    display: block;
}

.team-single .overlay-details .social-media{
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}
.team-single .overlay-details .social-media ul li{
    color: white;
    display: inline-block;
    margin: 0px 10px;
    color: white;
    font-size: 20px;
}
.team-single .overlay-details .social-media ul li i{
    color: white;
}

.anthem p{
    line-height: 30px;
    
}

.anthem h2{
    font-size: 30px;
    font-weight: 600;
    color: dodgerblue;
    
}

.para{
    padding: 50px;
    background-color: #eaeaea;
    font-size: 16px;
    line-height: 30px;
    margin: 30px 0px;
    border-left: 2px solid #000;
}

.mb-100{
    margin-bottom: 100px;
}



.steps1{
    text-align: center;
    padding: 50px;
}

.steps1 h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 30px;
}

.steps1.blue i{
    font-size: 30px;
   background-color: #64c8ff;
    padding: 20px;
    border-radius: 50%;
    color: white;
    line-height: 100px;
}
.steps1.orange i{
    font-size: 30px;
   background-color: orange;
    padding: 20px;
    border-radius: 50%;
    color: white;
    line-height: 100px;
}
.steps1.purple i{
    font-size: 30px;
   background-color: #b496fa;
    padding: 20px;
    border-radius: 50%;
    color: white;
    line-height: 100px;
}
.steps1.red i{
    font-size: 30px;
   background-color: #ff6464;
    padding: 20px;
    border-radius: 50%;
    color: white;
    line-height: 100px;
}
.steps1.blue {
        background-image: linear-gradient(
180deg
, #def5ff 0%, rgba(255,255,255,0) 40%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #def5ff;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 10px 0px 60px 0px rgb(100 200 255 / 10%);
}

.steps1.orange{
            background-image: linear-gradient(
180deg
, #fff4dc 0%, rgba(255,255,255,0) 40%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFECC2;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 10px 0px 60px 0px rgb(240 170 0 / 10%);
}



.steps1.purple{
            background-image: linear-gradient(
180deg
, #eee1ff 0%, rgba(255,255,255,0) 40%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #eee1ff;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 10px 0px 60px 0px rgb(180 150 250 / 10%);
}





.steps1.red{
                background-image: linear-gradient(
180deg
, #ffe3e3 0%, rgba(255,255,255,0) 40%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ffe3e3;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 10px 0px 60px 0px rgb(255 100 100 / 10%);
}



.enroll h2{
    font-size: 35px;
    color: black;
    font-weight: 600;
    text-align: center;
    margin-bottom: 100px;
    position: relative;
}
.enroll h2::before{
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 150px;
    height: 2px;
    background-color: deeppink;
    content: "";
    transform: translate(-50%,0);
}


.enroll h2::after{
    position: absolute;
    left: 50%;
    bottom: -11px;
    width: 50px;
    height: 5px;
    background-color: deeppink;
    content: "";
    transform: translate(-50%,0);
    border-radius: 10px;
}












.fee{
    text-align: center;
    border-radius: 10px;
}
.fee.blue{
   background-color: #90a51e;
}
.fee.blue h3{
   color: white;
    padding: 35px 50px; 
}

.fee.blue h4{
   color:black;
    background-color: rgba(255,255,255,.5);
    padding: 20px 0px;
}

.fee.blue h4 span{
   font-size: 30px;
}


.fee.blue ul li{
   padding: 0px;
    height: auto;
    height: 50px;
    font-weight: 500;
    color: white;
    font-size: 18px;
}

.fee.blue ul li i{
   background-color: transparent;
    color: white;
    font-weight: 900;
    width: auto;
    height: auto;
    padding: 0px;
}

.fee.blue  a button{
   margin: 50px 0px;
    padding: 15px 50px;
    font-weight: bold;
    border: 0px;
    background-color: rgba(255,255,255,.8);
    border-radius: 50px;
    color: black;
}







.fee.orange{
   background-color: orange;
}
.fee.orange h3{
   color: white;
    padding: 35px 50px; 
}

.fee.orange h4{
   color:black;
    background-color: rgba(255,255,255,.5);
    padding: 20px 0px;
}

.fee.orange h4 span{
   font-size: 30px;
}


.fee.orange ul li{
   padding: 0px;
    height: auto;
    height: 50px;
    font-weight: 500;
    color: white;
    font-size: 18px;
}

.fee.orange ul li i{
   background-color: transparent;
    color: white;
    font-weight: 900;
    width: auto;
    height: auto;
    padding: 0px;
}

.fee.orange  a button{
   margin: 50px 0px;
    padding: 15px 50px;
    font-weight: bold;
    border: 0px;
    background-color: rgba(255,255,255,.8);
    border-radius: 50px;
    color: black;
}








.fee.purple{
   background-color: #ff0081;
}
.fee.purple h3{
   color: white;
    padding: 35px 50px; 
}

.fee.purple h4{
   color:black;
    background-color: rgba(255,255,255,.5);
    padding: 20px 0px;
}

.fee.purple h4 span{
   font-size: 30px;
}


.fee.purple ul li{
   padding: 0px;
    height: auto;
    height: 50px;
    font-weight: 500;
    color: white;
    font-size: 18px;
}

.fee.purple ul li i{
   background-color: transparent;
    color: white;
    font-weight: 900;
    width: auto;
    height: auto;
    padding: 0px;
}

.fee.purple a button{
   margin: 50px 0px;
    padding: 15px 50px;
    font-weight: bold;
    border: 0px;
    background-color: rgba(255,255,255,.8);
    border-radius: 50px;
    color: black;
}






.fee.red{
   background-color: #ff6464;
}
.fee.red h3{
   color: white;
    padding: 35px 50px; 
}

.fee.red h4{
   color:black;
    background-color: rgba(255,255,255,.5);
    padding: 20px 0px;
}

.fee.red h4 span{
   font-size: 30px;
}


.fee.red ul li{
   padding: 0px;
    height: auto;
    height: 50px;
    font-weight: 500;
    color: white;
    font-size: 18px;
}

.fee.red ul li i{
   background-color: transparent;
    color: white;
    font-weight: 900;
    width: auto;
    height: auto;
    padding: 0px;
}

.fee.red  a button{
   margin: 50px 0px;
    padding: 15px 50px;
    font-weight: bold;
    border: 0px;
    background-color: rgba(255,255,255,.8);
    border-radius: 50px;
    color: black;
}















/* Style tab links */
.tablink {
  background-color: #fff;
  color: black;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
    border: 5px solid #f1f3f6;
}

.tablink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 100px 20px;
  height: 100%;
}

.tab-1{
    border-radius: 20px 0px 0px 0px;
}
.tab-4{
    border-radius: 0px 20px 0px 0px;
}


.tabcontent h4{
    font-size: 20px;
    font-weight: 600;
}
.tabcontent p{
    font-size: 16px;
    color: #222;
    font-weight: 400;
}

.i-blue i{
    font-size: 30px;
    background-color: blue;
    padding: 40px;
    border-radius: 50%;
}
.i-blue h4{
    font-size:20px;
   color: blue;
    font-weight: 600;
}

.mb-5{
    margin-bottom: 50px !important;
}



.i-green i{
    font-size: 30px;
    background-color: forestgreen;
    padding: 40px;
    border-radius: 50%;
}
.i-green h4{
    font-size:20px;
   color: forestgreen;
    font-weight: 600;
}

.i-sky i{
    font-size: 30px;
    background-color: dodgerblue;
    padding: 40px;
    border-radius: 50%;
}
.i-sky h4{
    font-size:20px;
   color: dodgerblue;
    font-weight: 600;
}


.i-orange i{
    font-size: 30px;
    background-color: orange;
    padding: 40px;
    border-radius: 50%;
}
.i-orange h4{
    font-size:20px;
   color: orange;
    font-weight: 600;
}

.i-pink i{
    font-size: 30px;
    background-color: deeppink;
    padding: 40px;
    border-radius: 50%;
}
.i-pink h4{
    font-size:20px;
   color: deeppink;
    font-weight: 600;
}

.i-purple i{
    font-size: 30px;
    background-color: purple;
    padding: 40px;
    border-radius: 50%;
}
.i-purple h4{
    font-size:20px;
   color: purple;
    font-weight: 600;
}


















.preloader img{
    border-radius: 50% !important;
    padding: 10px;
	
    background-color: white;
}



.admission-form{
    position: relative;
    height: 600px;
}

.img-1{
    position: absolute;
    width: 260px;
    height: 350px;
    left: 0;
    top: 0;
}
.img-2{
    position: absolute;
    width: 250px;
    height: 300px;
    right: 0;
    top: 100px;
}
.img-3{
    position: absolute;
    width: 260px;
    height: 350px;
    left: 50px;
    top: 350px;
}
.img-4{
    position: absolute;
    width: 200px;
    height: 250px;
    left: 350px;
    top: 430px;
}

.admission-form form{
    padding: 50px;
    box-shadow: 10px 0px 60px 0px rgb(0 0 0 / 8%);
    border-radius: 20px;
}

.admission-form form input{
    width: 100%;
    height: auto;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 50px;
}
.admission-form form select{
    width: 100%;
    height: auto;
    padding: 18px;
    border: 1px solid #ccc;
    border-radius: 50px;
}

.gender input{
    width: 20px !important; 
    height: auto;
}
.admission-form form textarea{
    width: 100%;
    padding: 10px;
}
.admission-form form button{
    width: 100%;
    padding: 15px;
    background-color: #b1081a;
    color: white;
    border-radius: 50px;
    margin: 20px 0px;
}


.admission-form form button:hover{
    background-color: #003d69;
    
}





.facility h2{
    font-size: 35px;
    color: #333;
    font-weight: 600;
}

.facility p{
    font-size: 16px;
    line-height: 30px;
    color: #555;
}
.facility ul li {
   margin-bottom: 10px;
    align-items: flex-start;
}
.facility ul li span{
   display: inline-block;
    color: #555;
    align-items: flex-start;
}
.facility ul li span:nth-child(1){
   width: 5%;
    color: forestgreen;
    font-weight: bold;
    font-size: 20px;
    align-items: flex-start;
}

.facility ul li span:nth-child(2){
   width: 90%;
    
}


.facility-box{
    padding: 30px;
    box-shadow: 0px 0px 20px #eaeaea;
    margin: 20px 0px;
    text-align: center;
}


.facility-box h4{
    font-size: 25px;
    font-weight: 500;
}
.facility-box p{
    font-size: 16px;
    color: #555;
}



.mt-5{
    margin-top: 50px !important;
}

.facility-zigzag h3{
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 600;
}

.facility-zigzag p{
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
}
.facility-zigzag a{
    padding: 10px 30px;
    color: white;
    border-radius: 20px;
}
.facility-zigzag a.pinkk{
    background-color: deeppink;
}

.facility-zigzag a.greenn{
    background-color: forestgreen;
}

.facility-zigzag a.bluee{
    background-color: dodgerblue;
}
.facility-zigzag a.yelloww{
    background-color: yellow;
}




.videosection iframe{
    border-radius: 20px;
    margin-bottom: 30px;
}

.videosection h2{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}
.videosection p{
    font-size: 16px;
    margin-bottom: 30px;
    color: #555;
}
.videosection a{
    background-color: black;
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
}



.comtact-details ul li{
    margin-bottom: 40px;
}

.comtact-details ul li span{
    display: inline-block;
    vertical-align: text-top;
} 
.comtact-details ul li span:nth-child(1){
    width: 15%;
}  
.comtact-details ul li span:nth-child(2){
    width: 80%;
} 

.comtact-details ul li span.purple i{
    text-align: center;
    border: 2px solid purple;
    padding: 10px;
    color: purple;
    font-size: 30px;
    border-radius: 50%;
} 
.comtact-details ul li span.pinkk i{
    text-align: center;
    border: 2px solid deeppink;
    padding: 10px;
    color:deeppink;
    font-size: 30px;
    border-radius: 50%;
}  
.comtact-details ul li span.greenn i{
    text-align: center;
    border: 2px solid forestgreen;
    padding: 10px;
    color: forestgreen;
    font-size: 30px;
    border-radius: 50%;
}  
.comtact-details ul li span h4{
    font-size: 25px;
    font-weight: 600;
}  
.comtact-details ul li span p{
    font-size: 16px;
    color: #555;
} 


.contact-form form input{
    width: 100%;
    padding: 15px;
    border-radius: 50px;
    border:1px solid #ccc;
}
.contact-form form select{
    width: 100%;
    padding: 15px;
    border-radius: 50px;
    border:1px solid #ccc;
}
.contact-form form textarea{
    width: 100%;
    padding: 15px;
    border-radius: 50px;
    border:1px solid #ccc;
}
.contact-form form button{
    width: 100%;
    padding: 15px;
    border-radius: 50px;
    border:1px solid #ccc;
    background-color: #b1081a;
    color: white;
}
.contactt{
    background-image: url(../images/contact-building-bg.jpg);
    background-size: cover;
    padding: 50px;
}


.testimonial-person{
    cursor: pointer;
    height: 150px;
}


.testi-txt{
    background-color: orange;
    padding: 30px;
    border-radius: 20px;
    display: none;
    margin-top: 50px;
}
.testi-txt h5{
    color: white;
    font-size: 20px;
    margin-bottom: 15px;
}
.testi-txt p{
    color: white;
    font-size: 16px;
    line-height: 25px;
}

.txt-1{
    display: block;
}

.testi-txt{
    position: relative;
}


.testi-txt i{
    position: absolute;
    top: -25px;
    right: 50px;
    width: 50px;
    height: 50px;
    background-color: white;
    color: orange;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    font-size: 25px;
}



.subscribe input{
    width: 100%;
    height: auto;
    padding: 15px;
    border: 1px solid white;
    background-color: transparent;
    border-radius: 50px;
    color: white !important;
}

.subscribe input::placeholder{
    
    color: #ccc !important;
}

.subscribe button{
    width: 100%;
    height: auto;
    padding: 10px;
    border: 0px;
    background-color: white;
    border-radius: 50px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0px, -50%);
    font-size: 30px;
    font-weight: bold;
}

.footer{
    padding: 0px 0px;
}

.subscribe button:hover{
    background-color: #003d69;
    color: white !important;
}




.abt-bg-1{
    background-image: url(../images/about-bg3.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 40px;
}


.abt-bg-1::before{
    width: 100%;
    height: 100%;
    background-color: rgba(166, 196, 55, 0.92);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
}



.abt-bg-2{
    background-image: url(../images/about-bg3.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 40px;
}


.abt-bg-2::before{
    width: 100%;
    height: 100%;
    background-color: rgba(240, 90, 33, 0.92);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
}



.abt-bg-3{
    background-image: url(../images/about-bg3.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 40px;
}


.abt-bg-3::before{
    width: 100%;
    height: 100%;
    background-color: rgba(68, 100, 177, 0.92);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
}
.img-overlay h4{
    color: white;
    font-size: 20px;
    z-index: 9;
    position: relative;
}
.img-overlay p{
    color: white;
    font-size: 16px;
    z-index: 9;
    position: relative;
}



.why-us h2{
    font-size: 30px;
    color: white;
    left: 1px ;
    font-weight: 600;
    margin-bottom: 30px;
}

.why-us p{
    color: white;
    margin-bottom: 30px;
}
.why-us ul li{
    background-color: white;
    padding: 15px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.why-us ul li span{
    display: inline-block;
}
.why-us ul li span:nth-child(1){
    width: 8%;
    margin-right: 10px;
}
.why-us ul li span:nth-child(2){
    width: 87%;
}












.white-heading {
    color: forestgreen;
    margin: 10px 0px;
    font-size: 30px;
    font-weight: 600;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.html);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(../../../i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.html);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    position: relative;
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 250px;
    height: 250px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50% !important;
    border: 1px solid #b1081a!important;
    padding: 5px;
}
.testimonial4_slide p {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0px;
}
.testimonial4_slide h4 {
  color: #b1081a;
  font-size: 22px;
    margin-top: 10px;
}


.feed{
    border: 0px !important;
}


.feed h2{
   color: white;
}

.feed p{
   color: white;
}


._2p3a {
    width: 100% !important;
}

.view-all p{
    width: 150px;
    margin: 20px auto;
    border-radius: 50px;
    padding: 10px;
    text-align: center;
    color: white;
    background-color: #b1081a;
}
.overlay-fall{
    position: relative;
}


.overlay-fall::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    content: "";
}


.counter-icon img{
    width: 80px;
}

.banner-btn a {
    font-weight: bold;
    font-size: 16px;
}
.banner-btn a i{
    vertical-align: middle;
    margin-right: 10px;
}

.img-thumbnail{
    border: 0px !important;
}



.text-block span{
    font-weight: bold;
    color: #b1081a;
}

.text-block b{
    font-weight: bold;
    color: #000;
}

/* ------testimonial  close-------*/



.anthem h3{
    font-family: 'Sriracha', cursive;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 1px;
}
.anthem p{
    font-family: 'Sriracha', cursive;
    font-weight: 300;
    font-size: 16px;
}

.anthem .blue h3{
    color: dodgerblue;
}

.anthem .orange h3{
    color: orange;
}

.anthem .purple h3{
    color: purple;
}



.bullet-section{
     padding: 50px;
    background-color: orange;
    border-radius: 5px;
    overflow: hidden;
    background-image: url(../images/events.jpg);
    position: relative;
    background-attachment: fixed;
}

.bullet-section::before{
     position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #092638;
    content: "";
    opacity: .98;
}

.text-orange{
    color: orange !important;
}

.bullets-points{
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.bullets-points ul li b{
    display: none;
}

.bullets-points ul li strong{
    color: orange;
    font-weight: 400;
}

.bullets-points ul li{
    position: relative;
    margin-left: 30px;
    line-height: 30px;
}

.bullets-points ul li::before{
    position: absolute;
    left: -30px;
    top: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 3px solid orange;
    content: "";
}



.apply-now-box{
    padding: 50px;
    background-image: url(../images/events.jpg);
    background-size: auto;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background-attachment: fixed;
}

.apply-now-box::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: orange;
    content: "";
    opacity: .95;
}


.apply-now-box h3{
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
    color: white;
}.apply-now-box p{
    position: relative;
    z-index: 9;
    color: white;
}
.apply-now-box a{
    position: relative;
    z-index: 9;
}


.bullets-points h3{
    margin-bottom: 30px;
    color: yellowgreen;
    font-weight: 600;
}


.bullets-points ul li{
    color: white;
    margin-bottom: 30px;
    font-size: 16px;
}

.section-head h2{
    font-weight: 600;
}


.g-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .7;
    content: "";
    border-radius: 5px;
    display: none;
    transition: 500ms;
}
.g-overlay i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    font-weight: bold;
    font-size: 30px;
}

.modal-header{
    padding: 0px;
}

.modal-header .close{
    padding: 0px;
    margin: 0px;
    position: absolute;
    right: -20px;
    background-color: white;
    top: 0;
}

.modal-title {
    display: none;
}

.modal-body{
    padding: 0px;
}

#image-gallery-image{
     padding: 0px !important;   
}

.thumb:hover .g-overlay{
    display: block;
}




.anthem-bg{
    background-image: url(../images/praying.jpg);
    background-attachment: fixed;
    background-size: contain;
    position: relative;
}


.anthem-bg::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f3f6;
    content: "";
    opacity: .96;
}

.home-gallery{
    padding: 50px 0px;
}

.home-gallery .thumb{
    border-radius: 30px;
    overflow: hidden;
}

.steps1{
    transition: 500ms;
    cursor: pointer;
}



.how-to-appy .steps1.blue{
    background-color: yellowgreen;
    background-image: none;
}

.how-to-appy .steps1.orange{
    background-color: orange;
    background-image: none;
}
.how-to-appy .steps1.purple{
    background-color: purple;
    background-image: none;
}
.how-to-appy .steps1.red{
    background-color: #ff0047;
    background-image: none;
}

.how-to-appy i{
    background-color: white !important;
}
.how-to-appy .steps1.blue i{
    color: yellowgreen;
    font-weight: bold;
}

.how-to-appy .steps1.orange i{
    color: orange;
    font-weight: bold;
}
.how-to-appy .steps1.purple i{
    color: purple;
    font-weight: bold;
}

.how-to-appy .steps1.red i{
    color: #ff0047;
    font-weight: bold;
}

.how-to-appy  h3{
    color: white !important;
}
.steps1:hover{
    margin-top: -20px;
    box-shadow: 0 10px 20px #ccc;
    background-color:  #b1081a!important;
}




@media only screen and (max-width:991px){
    .main-top ul li span{
        display: none;
    }
    
    .main-top ul li i{
        display: block !important;
    }
    
    .is-transparent:not(.has-fixed) .toggle-line, .is-dark.has-fixed .toggle-line{
        color: black;
    }
    
    .menu-item a {
            padding:10px;
        }
    
    .banner-heading {
        font-size: 30px;
    }
    
    .banner-btn a{
        display: block;
        width: 200px;
        margin: 10px auto;
    }
    
    .enroll-today{
        padding: 10px 20px;
    }
    .schedule-tour{
        padding: 10px 20px;
    }
    .banner-heading{
        margin-bottom: 20px;
    }
    
    .banner-box{
        margin-top: 0px;
        margin-bottom: 50px;
    }
    
    .mt-100{
        margin-top: 30px;
    }
    
    .founders {
        font-size: 30px;
    }
    
    .p-5{
        padding: 10px !important;
    }
    
    .abslt{
        margin-top: 15px;
        border-radius: 0;
    }
    
    .custom-testimonial{
        padding-left: 0px;
    }
    
    .testimonial-person{
        height: auto;
        margin-top: 10px;
    }
    
    .testimonial-person img{
        height: auto;
    }
    
    .cta-text-s3 h2{
        font-size: 20px;
    }
    
    .tc-light p {
        font-size: 15px;
    }
    
    .subscribe button{
        position: relative;
        transform: translate(0);
        right: 0px;
        margin: auto;
        text-align: center;
        padding: 10px;
    }
    
    .tc-light{
        padding: 30px 0px !important;
    }
    
    .get-intouch.wow.fadeInLeft.animated.undefined {
    margin-bottom: 30px;
}
    .banner-content{
        padding: 50px;
    }
    
    .bread-crumb {
        padding: 50px;
    }
    
    .history-txt h2 {
        font-size: 25px;
    }
    
    .para {
        padding: 15px;
        border-left: none;
        border-top: 5px solid black;
    }
    .why-us h2{
        font-size: 25px;
    }
    
    .why-us ul li span:nth-child(1) {
        width: 15%;
    }
    
    .why-us ul li span:nth-child(2) {
        width: 75%;
    }
    
    .pr-5{
        padding-right: 15px !important;
    }
    .steps1.blue{
        margin-bottom: 20px;
    }
    
    .fee{
        margin-bottom: 20px;
    }
}