.modal-body h1 {
  font-weight: 900;
  font-size: 2.3em;
  text-transform: uppercase;
}
.modal-body a.pre-order-btn {
  color: #000;
  background-color: gold;
  border-radius: 1em;
  padding: 1em;
  display: block;
  margin: 2em auto;
  width: 50%;
  font-size: 1.25em;
  font-weight: 6600;
}
.modal-body a.pre-order-btn:hover {
  background-color: #000;
  text-decoration: none;
  color: gold;
}





.dropbtn1 {
  background-color: #ff0000;
  color: white;
  padding: 9px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  font-weight: bolder;
  font-family: math;
  margin-bottom: 3px;
}

.dropdown1 {
  position: relative;
  display: inline-block;
}

.dropdown-content1 {

      
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content1 a {
    color: black;
    padding: 10px 14px;
    text-decoration: none;
    display: block;
    background-color: #ff5959;
    border-radius: 4px;
    font-weight: bolder;
    font-family: math;
}
.dropdown-content1 a:hover {background-color: #f1f1f1;}
.dropdown1:hover .dropdown-content1 {display: block;}
.dropdown1:hover .dropbtn1 {background-color: #3e8e41;}




  body {
   
  overflow-x: hidden; /* Hide horizontal scrollbar */
}
a {
  text-decoration: none;
   
}

.site-header { 
  border-bottom: 1px solid #ccc;
  padding: .5em 1em;
  display: flex;
   
  justify-content: space-between;
}

.site-identity h1 {
	color:  black;
  font-size: 1.5em;
  font-weight: bolder;
  margin: 1.4em 11px;
  display: inline-block;
  text-align: center;
  font-family: math;
}



 
 body {
  margin: 0;
  font-family: arial;
}

.topnav {
  overflow: hidden;
  background-color: #000000;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family: math;
  font-weight: bold;
}

.topnav a:hover {
  background-color: #ff5959;
  color: black;
}

.topnav a.active {
  background-color: #ff0000;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.right-lnk {
   float: right;
}




.default-btn {
  text-decoration: none;
    color:white;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    padding: 8px 25px 9px;
    position: relative;
    text-transform: uppercase;
    z-index: 9;
    background: #EC1C23;
}
.default-btn:hover{
  text-decoration: none;
  color: white;
  background-color: #0d1071;
  transition: all 0.6s ease 0s;
}

.about-content p {
    font-size: 16px;
    color: black;
    font-family:math;
    margin-bottom: 10px;
}
.about-content h2 {
    font-size: 34px;
    color: #303030;
    font-weight: 700;
    font-family: math;
    margin-top: 50px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.about-content h2 span {
    color: #ec1c23;
}




 

.contact-contents {
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 13%);
    padding: 55px 0;
    margin-right: 65px;
        width: 311px;
    height: 550px;
}
.mb-65 {
    margin-bottom: 65px;
}
.contact-icon {
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    height: 50px;
    margin: auto auto 20px;
    position: relative;
    text-align: center;
    width: 50px;
}
.contact-add h3 {
    font-size: 18px;
    color: black;
    font-weight: 600;
    font-family: math;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.contact-add p {
    font-size: 16px;
    color: black;
    font-family: math;
    margin-bottom: 0px;
}

element.style {
}
.contact-area .reply-area h3 {
    margin-top: 0;
}
.reply-area h3 {
    font-size: 20px;
    color: black;
    text-transform: uppercase;
    font-family:math;
    margin-top: 58px;
    margin-bottom: 15px;
    font-weight: bolder;
}
.reply-area p {
    font-size: 14px;
    color: black;
    font-weight: 400;
    margin-bottom: 26px;
}
.reply-area form {
    position: relative;
}
.reply-area form p {
    font-size: 14px;
    color: #030303;
    font-weight: 600;
    margin-bottom: 10px;
}
.reply-area form input, .reply-area form textarea {
    border: 1px solid #E1E1E1;
    height: 42px;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 15px;
}
.reply-area form .reply-btn {
    background: #2C2B5E;
    color: #fff;
    text-transform: uppercase;
    font-family: math;
    padding: 8px 25px;
    font-weight: 700;
    display: inline-block;
}
#contact-form .form-message {
    margin-top: 15px;
    margin-bottom: 0;
}











.align-items-center {
    align-items: center!important;
}
.steps-area h2, .steps-area h3 {
    color: #fff;
    font-family: math;
}
.section-title h2 {
    font-size: 50px;
    padding-bottom: 0;
    margin-bottom: 0px !important;
    position: relative;
    font-family: math;
}
.steps-area .section-title p {
    color: #96bece;
    font-size: 18px;
    margin-top: 15px;
    font-family: math;
}
.step-box .text p {
    margin-bottom: 0;
    color: #96bece;
        text-align: center;
    font-family: math;

}
.pr-20 {
    padding-right: 20px;
}
.steps-area li {
    margin-bottom: 30px;
}
.step-box .date-box {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #ff7350;
    margin-right: 20px;
    text-align: center;
    position: relative;
    float: left;
    color: #fff;
    font-family:math;
    font-size: 24px;
    font-weight: 600;
    line-height: 70px;
}
.step-box .date-box img{
        margin-top: 1px;
}


.fun-factor-area.fun-bg-img {
    background-image: url(https://htmldemo.net/edubuzz/edubuzz/img/banner/8.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
height: 674px;
}

.fun-factor-area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.single-fun-factor {
    text-align: center;
    padding: 40px 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    background: rgba(0, 0, 0, 0.7);
}
.single-fun-factor h2 {
    font-size: 56px;
    line-height: 46px;
    font-weight: 900;
    color: #FFAE27;
}
.single-fun-factor > h4 {
    font-size: 24px;
    line-height: 14px;
    margin-top: 20px;
    position: relative;
    margin-bottom: 0;
    font-weight: 500;
    color: #fff;
}










.services-box {
    border-radius: 8px;
    background-color: #fff;
    padding: 40px 50px;
    margin-top: 25PX;
}
.services-box .icon {
    margin-bottom: 30px;
}
.services-box .icon img {
    height: 52px;
}
.services-box h3 {
    font-size: 24px;
        font-weight: 600;
    font-family: math;
}
p {
    margin-bottom: 15px;
    font-family: math;
}
.services-box a {
    color: #141b22;
    font-family: 'Jost', sans-serif;
}

 .menu3{background-color:#c5ccd147}
.gallery{ min-height:250px;color:black;text-align:center;margin-top:20px;}





.sub-title {
    background:#c21f1f;
    padding: 17px;
    border-radius: 8px 8px 0px 0px;
    color: #fff;
    font-family: math;
}


.list ul {
    float: left;
    width: 100%;
}
.list {
    padding: 0;
    float: left;
    width: 100%;
}




.flat-about {
    margin: -3px 0 87px 0;
}
.flat-about .title-section {
    margin-bottom: 49px;
}
.title-section {
    position: relative;
     
}
.title-section .flat-title.medium {
    font-size: 36px;
    line-height: 40px;
}
.heading-type18:after {
    content: "";
    width: 46px;
    background: #fbb545;
    position: absolute;
    height: 2px;
    bottom: -23px;
    left: 0;
}
.flat-about .textbox-content .about-introduce p {
    margin-bottom: 11px;
    letter-spacing: 0.5px;
}
.flat-about .iconbox-about {
    float: right;
}
.iconbox-about .iconbox-about-wrap .iconbox-teacher {
    background: #f1fff5;
}
.iconbox-about .iconbox-about-wrap .iconbox .counter .content-counter {
    text-align: center;
    padding-top: 25px;
}
.iconbox-about .iconbox-about-wrap .iconbox .counter .content-counter .numb-count {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.iconbox-about .iconbox-about-wrap .iconbox .counter .content-counter .name-count {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding-top: 18px;
}
.iconbox-about .iconbox-about-wrap .iconbox-students {
    background: #fdf6ff;
}
.iconbox-about .iconbox-about-wrap .iconbox .counter .content-counter {
    text-align: center;
    padding-top: 25px;
}
.iconbox-about .iconbox-about-wrap .iconbox .counter .content-counter .numb-count {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.bg-cla476b4 {
    background-color: #a476b4;
}
.iconbox-about .iconbox-about-wrap .iconbox .counter .content-counter .name-count {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding-top: 18px;
}

.iconbox-about .iconbox-about-wrap .list-2 {
    float: left;
}
.iconbox-about .iconbox-about-wrap .iconbox {
    width: 170px;
    height: 170px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.iconbox-about .iconbox-about-wrap .iconbox .counter .content-counter {
    text-align: center;
    padding-top: 25px;
}
.iconbox-about .iconbox-about-wrap .iconbox .counter .content-counter .numb-count {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.bg-clffbe34 {
    background-color: #ffbe34;
}

.iconbox-about .iconbox-about-wrap .iconbox {
    width: 170px;
    height: 170px;
    border-radius: 10px;
    margin-bottom: 30px;

}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.bg-cl25cf71 {
    background-color: #25cf71;
}
.bg-clfb6d6d {
    background-color: #fb6d6d;
}
.iconbox-about .iconbox-about-wrap .list-1, .iconbox-about .iconbox-about-wrap .list-2 {
    float: left;
}
.iconbox-about .iconbox-about-wrap .iconbox-courses {
    background: #fff9eb;
}

.iconbox-about .iconbox-about-wrap .iconbox {
    width: 170px;
    height: 170px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.iconbox-about .iconbox-about-wrap .iconbox .counter .content-counter {
    text-align: center;
    padding-top: 25px;
}
.bg-clffbe34 {
    background-color: #ffbe34;
}
.iconbox-about .iconbox-about-wrap .iconbox .counter .content-counter .numb-count {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.bg-clfb6d6d {
    background-color: #fb6d6d;
}
.iconbox-about .iconbox-about-wrap .list-2 {
    margin-top: 59px;
    margin-left: 30px;
}





.services-w3l-block .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: var(--bg-color);
    box-shadow: var(--box-shadow);
    transition: all 0.3s ease-in-out;
    text-align: center;
    border: 1px solid var(--bg-color);
}
.services-w3l-block .icon-box-clr-1 .icon i {
    background: rgb(245 112 118 / 14%);
    color: #fd5c63;
}
.services-w3l-block .icon i {
    margin: 0 auto 20px auto;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    font-size: 34px;
    line-height: 72px;
}
.services-w3l-block .title a {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 33px;
    color: var(--heading-color);
    display: block;
    text-decoration: none;
}
.services-w3l-block .icon-box-clr-2 .icon i {
    background: rgb(0 164 228 / 8%);
    color: #00a4e4;
}
.services-w3l-block .icon i {
    margin: 0 auto 20px auto;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    font-size: 34px;
    line-height: 72px;
}
.services-w3l-block .icon-box-clr-3 .icon i {
    background: rgb(249 188 46 / 10%);
    color: #ffc845;
}
.services-w3l-block .icon i {
    margin: 0 auto 20px auto;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    font-size: 34px;
    line-height: 72px;
}
.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.services-w3l-block .icon-box-clr-4 .icon i {
    background: rgb(0 193 110 / 9%);
    color: #00c16e;
}

.services-w3l-block .icon i {
    margin: 0 auto 20px auto;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    font-size: 34px;
    line-height: 72px;
}



@media screen and (max-width: 600px) {
  .rest{
    height: 300px;
    width: 100%;
  }
}



@media screen and (max-width: 600px) {
  .rest1{
    margin-left: 100px;
    
}
}







.widget {
  position: fixed;
  right: 0;
  bottom: 0;
  transition: 0.6s;
}
.open.widget {
  right: 35px;
}
a {
  color: inherit;
}
#chatme {
        margin: 10px;
  background-color: #358712;
  color: white;
  border: none;
  position: relative;
  width: 66px;
  height: 66px;
  border-radius: 100%;
  transition: 0.4s;
  box-shadow: 0 0 0 0 #41ef29;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  z-index: 999;
  cursor: pointer;
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

#chatme:hover {
  animation: paused;
}
#chatme:focus {
  outline: none;
}

#chatme svg,
.socials > div svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  fill: white;
}
.socials > div svg {
  width: 16px;
  height: 16px;
}
#chatme .close {
  opacity: 0;
  transition: 0.3s;
}
#chatme .chat {
  opacity: 1;
  transition: 0.3s;
}
.open #chatme .close {
  opacity: 1;
  transition: 0.3s;
}
.open #chatme .chat {
  opacity: 0;
  transition: 0.3s;
}
.open #chatme {
  transform: rotate(45deg);
}
.widget:not(.open) .socials {
  transform: scale(0);
}
.socials {
  position: relative;
  transition: 0.4s;
  background: rgba (0, 0, 0, 0.3);
}
.socials > div {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: white;
  transition: 0.3s;
}
.socials > div:hover {
  transform: scale(1.2);
}
.socials .phone {
  background: #00cc66;
  right: 85px;
  bottom:49px;
}
.socials .email {
    background: #e51f19;
    right: 55px;
    bottom: 85px;
}
.socials .instagram {
  background: #645dd7;
  right: 45px;
  bottom: 77px;
}
.socials .youtube {
  background: red;
  right: 0px;
  bottom: 80px;
}
.socials .vk {
  background: #37515f;
  right: -35px;
  bottom: 53px;
}



















/* footer */
  .bg-footer {
    background-color: #33383c;
    padding: 50px 0 30px;
    margin-top: 12px;
}
.footer-heading {
    letter-spacing: 2px;
    font-family: math;
    font-weight: bolder;
    color: white;
}

.footer-link a {
    color: #acacac;
    line-height: 40px;
    font-size: 14px;
    transition: all 0.5s;
}
.footer-link li {
    font-family: math;
    color: white;
    line-height: 40px;
    font-size: 14px;
    transition: all 0.5s;
}
 
 .footer-link li:hover {
    color: #1bbc9b;
}
.footer-link a:hover {
    color: #1bbc9b;
}

.contact-info {
    color: #acacac;
    font-size: 14px;
}

.footer-social-icon {
    font-size: 23px;
    height: 32px;
    width: 34px;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
}

.facebook {
    background-color: #4e71a8;
    color: #ffffff;
}

.twitter {
    background-color: #55acee;
    color: #ffffff;
}

.google {
    background-color: #d6492f;
    color: #ffffff;
}

.apple {
    background-color: #424041;
    color: #ffffff;
}

.footer-alt {
    color: #acacac;
}

.footer-heading {
    position: relative;
    padding-bottom: 12px;
}

.footer-heading:after {
    content: '';
    width: 25px;
    border-bottom: 1px solid #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    border-bottom: 1px solid #1bbc9b;
}
