*{

  padding: 0;

  margin: 0;

  box-sizing: border-box;

}



img{

        max-width: 100%;

}

body{

    font-family: 'Quattrocento Sans', sans-serif;

    position: relative;

}

a{

    color: #333;

    outline: none;

    text-decoration: none;

}

a:hover,a:focus{

    text-decoration: none;

    color: #333;

}



.carousel-caption h1 {
    font-family: oswald;
    font-size: 61px;
}

.carousel-caption p {
    font-size: 30px;
    line-height: 34px;
}
.btn-check:focus+.btn, .btn:focus{

  box-shadow: none;

}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 34%;
}
span.way-color {
    color: #ffc101;
}


@media (min-width: 1200px){

  .container{

    max-width: 1272px;

  }

}

.gallery-header-1{

  display: none;

}

.side-page{

    width: 13%;

    height: 100%;

    position: absolute;

    background-color: #64CE72;

}

.background{

 position: relative;

}

.background{

  background-color: #F5F5F4;

}

.header{

  display: block;

  position: relative;

  overflow: hidden;

  padding: 33px 15px;

}

.header .header-nav .nav-left{

    display: inline-block;

    vertical-align: middle;

}

.navbar .navbar-nav .nav-item{

  position: relative;

}

.navbar .navbar-nav .nav-item.active:after{

  content: '';

  left: 15px;

  margin: 0 auto;

  position: absolute;

  width: 32px;

  height: 4px;

  background:  #F5C92B;

}

.header .header-nav .nav-left svg{

  width: 25px;

  height: 25px;

  fill: #FFF;

}

.header .header-nav .nav-left .contact{

  padding-left: 5px;

}

.header .header-nav .nav-left .contact, .header .header-nav .nav-right .mail-contact{

  display: inline-block;

  vertical-align: middle;

  font-weight: 300;

  font-size: 17px;

  padding-left: 10px;

  line-height: 25px;

  color: #FFFFFF;

}

.header-nav .nav-right{

  text-align: right;

}

.header .header-nav .nav-right svg{

  width: 25px;

  height: 25px;

  fill: #FFF;

}

.header .container .row{

  align-items: center;

}

.header .navbar-nav .nav-link{

  font-size: 18px;

  text-align: left;

  color: #232323;

  letter-spacing: 0;

  opacity: 1;

  padding: 10px 13px;

}

.navbar-collapse{

  justify-content: center;

}

.login-btn{

  font-size: 18px;

  color: #232323;

  letter-spacing: 0;

  text-decoration: underline;

}


.login-btn:hover, .register-btn:hover {
    background: #64ce72; border-color:#dbd9d9;
}

.login-btn {
    border: solid 1px #dbd9d9;
    border-radius: 20px;
    border-radius: 32px;
    padding: 10px 35px;
    color: #232323;
    text-decoration: none;
}
.register-btn{

    background-color: #ffc101;

    border:1px dashed #ffc101;

    border-radius: 32px;

    padding: 10px 35px;

    color: #232323;

    font-size: 18px;

}



.main-page{

  padding:0 137px 0 137px;

  margin-bottom: 120px;

}

.main-page1{

  padding:0 137px 0 137px;

}

.text-wrapper .about-text{

  text-align: left;

  margin-top: 20px;

  position: relative;

  z-index: 1;

}

.text-wrapper .about-text .sub-title{

  font-size: 80px;

  color: #232323;

  letter-spacing: 0;

  text-shadow: 0px 24px 50px #0000001A;

  font-family: 'Oswald', sans-serif;

  line-height: 85px;

  margin-bottom: 40px;

}

.text-wrapper .about-text .main-title{

  font-size: 24px;

  color: #232323;

  letter-spacing: 0;

  line-height: 30px;

  margin-bottom: 20px;

}

.inner-title{

  display: inline-block;

    vertical-align: middle;

  font-size: 32px;

  color: #232323;

  font-family: 'Oswald', sans-serif;

  font-weight: 600;

  position: relative;

  z-index: 1;

  top: -42px;

  margin-top: -30px;

  margin-bottom: 0;

}

.inner-title span{

  display: inline-block;

    vertical-align: middle;

  font-size: 18px;

  color: #64CE72;

  padding-left: 10px;

  font-weight: 200;

  font-family: 'Quattrocento Sans';

}



.topnav{

  display: block;

  overflow: hidden;

  margin-bottom: 20px;



}



.topnav form {

    position: relative;

    width: 70%;

}

.topnav .input-btn {

    width: 100%;

    height: 75px;

    border-radius: 48px;

    color: #909090;

    font-size: 18px;

    align-items: center;

    padding: 15px 168px 15px 15px;

    background: #F5F5F4 0% 0%;

    border:1px solid #eee;

}

.topnav .input-btn:focus-visible{

  outline: none;

}



.topnav .btn {

    position: absolute;

    right: 10px;

    background-color: #F5C92B;

    height: 55px;

    border-radius: 30px;

    top: 10px;

    padding: 0 30px;

    font-size: 18px;

    color: #232323;

}

.topnav .btn i{

  padding: 10px;

  vertical-align: middle;

}

.image-wrapper{

  position: relative;

}

.image-wrapper img{

  width: auto;

  max-width: 100%;

  left: auto;

  top: 0;

  right: 120px;

  position: relative;

}

.image-wrapper .inner-image{

    width: 490px;

    height: 574px;

    right: auto;

    left: 45px;

    top: -70px;

    background-color: #F5C92B;

    position: absolute;

    border-radius: 47% 47% 0 0;

}

.image-wrapper .inner-image img{

    width: 60px;

    height: 60px;

    position: absolute;

    top: 70px;

    right: auto;

    left: 71px;

}

.slider1{

  margin-bottom: 40px;

  position: relative;

  padding-right: 15px;

}

.slider1 img{

  border-radius: 32px 32px 0px 0px;

}

.slider1 .text{

  border-radius: 0px 0px 32px 32px;

  background-color: #F5F5F4;

  padding: 15px;

}

.slider1 .text .title{

  text-align: center;

  color: #232323;

  text-transform: uppercase;

  font-size: 24px;

  font-weight: 700;

  margin-bottom: 10px;

}

.slider1 .text .sub-title{

  color: #909090;

  font-size: 18px;

  text-align: center;

}

.slider .slick-next:before, .slider .slick-prev:before{

  font-size: 0 !important;



}

.slider .slick-next, .slider .slick-prev{

  width: 38px !important;

  height: 38px !important;

  border-radius: 25px;

  background: #fff !important;

  top: 45% !important;

  right: -6px !important;

}

.slider .slick-prev{

  left: -20px !important;

  right: auto !important;

  z-index: 99;

}

.slider .slick-next:after, .slider .slick-prev:after{

  color: #F5C92B;

  content: "\E315";

  display: inline-block;

  font-family: "material icons";

  font-size: 23px;

  line-height: 40px;

  transition: all 0.5s;

}

.slider .slick-prev:after{

    content: "\E314";

}

.banner-section{

  padding: 0 30px;

  overflow: hidden;

  position: relative;

}

.banner-section .title{

  font-size: 35px;

  font-weight: 600;

  text-align: center;

  letter-spacing: 8.86px;

  color: #232323;

  margin-bottom: 30px;

}

.banner-section .banner-main{

  align-items: center;

}

.banner-section .banner-main .banner-text{

  text-align: left;

  padding: 75px 30px;

}

.banner-section .banner-main .banner-text .title{

  text-align: left;

letter-spacing: 0px;

color: #232323;

font-size: 35px;

font-weight: 500;

font-family: oswald;

margin-bottom: 5px;

}

.banner-section .banner-main .img-section{

  position: absolute;

  top: 0;

  right: 0;

  text-align: right;

  padding: 0;

}

.banner-section .banner-img{

  width: 23%;

  margin-right: 30px;

  float: left;

  background: #FFFFFF 0% 0% no-repeat padding-box;

  border: 1px solid #9E9E9E;

  border-radius: 16px;

  position: relative;

  margin-bottom: 30px;

  overflow: hidden;

}

/*.banner-section .banner-main{

  background-image:url(../img/teacher01_img.png);

  position: absolute;

    right: 0;

    background-size: contain;

    background-repeat: no-repeat;

}*/

.banner-section .banner-main .banner-text .sub-title{

    background: #64CE72 0% 0% no-repeat padding-box;

    border-radius: 3px;

    padding: 7px 15px;

    text-align: center;

    height: auto;

    width: auto;

    color: #fff;

    display: inline-block;

    font-size: 14px;

    font-family: 'Poppins';

    margin-bottom: 10px;

}

.banner-section .des{

  font-size: 20px;

  text-align: center;

  letter-spacing: 0px;

  color: #1D1D1D;

  width: 48%;

  font-family: 'Poppins';

  margin: 0 auto;

  margin-bottom: 30px;

}

.banner-section .banner-main .video{

  cursor: pointer;

}

.banner-section .banner-main .video .video-text{

  display: inline-block;

  vertical-align: middle;

  color: #9E9E9E;

  font-size: 15px;

  font-family: 'Poppins';

}

.banner-section .banner-main .video .video-btn{

  display: inline-block;

  vertical-align: middle;

}

.banner-section .btn{

  background: #F5C92B 0% 0% no-repeat padding-box;

    border-radius: 48px;

    color: #232323;

    font-family: 'Poppins';

    font-weight: 500;

    font-size: 18px;

    padding: 15px 50px;

}

.banner-btn{

  text-align: center;

  margin-bottom: 100px;

}

#information-section{

  background: #F5F5F4;

}

#information-section .information-main-section{

  padding:0 137px 0 137px;

  display: flex;

    justify-content: center;

}

#information-section .information-main-section .info-1, #information-section .information-main-section .info-2{

  padding: 120px 0;

}

#information-section .information-main-section .info-main-box{

    margin-bottom: 30px;

    text-align: left;

}

#information-section .information-main-section .info-main-box .info-box{

      background: #FFFFFF;

          padding: 30px;

}

#information-section .information-main-section .info-main-box .info-image{

  background-color: #F5F6F7;

  border-radius: 16px;

  width: 99px;

  height: 93px;

  padding: 25px;

  text-align: center;

  margin-bottom: 10px;

}

.info-bg, .info-bg1, .info-bg2, .info-bg3, .info-bg4{

    background-image: url("../img/Guaranteed_ico.png");

    width: 42px;

    height: 42px;

    margin: 0 auto;

}

.info-bg1{

    background-image: url("../img/network_ico.png");

    width: 47px;

    height: 38px;

}

.info-bg2{

    background-image: url("../img/learning_ico.png");

}

.info-bg3{

    background-image: url("../img/achieve_ico.png");

    width: 38px;

}

#information-section .information-main-section .info-main-box .info-title .info-subtitle{

    color: #000000;

    font-size: 19px;

    font-family: oswald;

    font-weight: 500;

    margin-bottom: 10px;

}

#information-section .information-main-section .info-main-box .info-title .info-des{

    color: #9E9E9E;

    font-size: 16px;

    margin-bottom: 20px;

}

#information-section .information-main-section .info-main-box .link-btn{

    color: #1D1D1D;

    font-size: 13px;

    font-weight: 500;

    text-transform: uppercase;

    font-family: 'Poppins';

}

#information-section .information-main-section .info-2{

  padding-left: 70px;

}

#information-section .information-main-section .info-2 .info-btn{

  background: #d1ecd4;

  border-radius: 24px;

  padding: 11px 20px;

  padding-left: 40px;

  display: inline-block;

  vertical-align: middle;

  position: relative;

}

#information-section .information-main-section .info-2 .info-btn a{

  font-size: 18px;

  font-family: 'Poppins';

  color: #64CE72;

}

#information-section .information-main-section .info-2 .info-btn a:after{

    width: 12px;

    height: 12px;

    border-radius: 5px;

    border: 1px solid #ECECEC;

    background-color: #64CE72;

    content: '';

    left: 18px;

    top: 18px;

    right: auto;

    position: absolute;

}

#information-section .information-main-section .info-2 h1{

  color: #000000;

  text-align: left;

  font-size: 60px;

  font-family: oswald;

  font-weight: 500;

  letter-spacing: 0.5px;

  margin-bottom: 40px;

}

#information-section .information-main-section .info-2 .description{

  display: flex;

  align-items: flex-start;

  margin-bottom: 30px;

}

#information-section .information-main-section .info-2 .description .des-title{

  padding-left: 20px;

}

#information-section .information-main-section .info-2 .description .des-title .des-main-title{

  color: #373737;

  font-size: 18px;

  font-weight: 600;

  margin-bottom: 5px;

  font-family: 'Poppins';

}

#information-section .information-main-section .info-2 .description .des-title .des-sub-title{

  color: #373737;

  font-size: 16px;

  line-height: 28px;

  font-weight: 400;

  font-family: 'Poppins';

}

#information-section .information-main-section .info-2 .info-btn2{

  padding: 10px 15px;

    display: inline-block;

    border-radius: 6px;

    background-color: #64CE72;

}

#information-section .information-main-section .info-2 .info-btn2 a{

  font-size: 16px;

  font-family: 'Poppins';

  color: #FFFFFF;

  line-height: 25px;

  position: relative;

  padding-right: 40px;

}

#information-section .information-main-section .info-2 .info-btn2 a:after{

    width: 1px;

    height: 15px;

    border-radius: 5px;

    background-color: #FFF;

    content: '';

    right: 20px;

    top: 6px;

    position: absolute;

}

 

/*#testimonial {

  background-color: #ECECEC;

  padding: 100px 137px 100px 137px;

  display: block;

    overflow: hidden;

}*/


#testimonial {
    /* background-color: #ECECEC; */
    padding: 100px 137px 100px 137px;
    display: block;
    overflow: hidden;
    background-image: url();
    background-image: url(../img/banner.jpg);
}

#testimonial .home-tile{

  margin-bottom: 40px;

}

#testimonial .home-tile .title{

  font-size: 35px;

   font-family: oswald;

  font-weight: 500;

}

#testimonial .home-tile .desc{

  color: #1D1D1D;

  font-size: 18px;

  font-family: 'Poppins';

}

#testimonial .testimonial-section{

  border-radius: 15px;

  background-color: #FFFFFF;

  padding: 50px 30px;

  margin-right: 30px;

  float: left;

}

#testimonial .testimonial-section .review{

  margin-bottom: 20px;

}

#testimonial .testimonial-section p{

  font-size: 15px;

  font-family: 'Poppins';

  color: #1D1D1D;

  margin-bottom: 30px;

}

#testimonial .testimonial-section .test-img img{

  border-radius: 50px;

  display: inline-block;

    vertical-align: middle;

}

#testimonial .testimonial-section .test-img .test-desc{

  display: inline-block;

  vertical-align: middle;

  padding-left: 10px;

}

#testimonial .testimonial-section .test-img .test-desc .test-title{

  color: #1D1D1D;

  font-size: 16px;

  font-weight: 500;

  font-family: 'Poppins';

}

#testimonial .testimonial-section .test-img .test-desc .test-sub-title{

  color: #9E9E9E;

  font-size: 14px;

}

#newsletter {

 background-image:url(../img/subscribe_bg.png);
  
  background-size: cover;

  padding: 120px 150px;

}

#newsletter .newsletter-title{

    color: #FFFFFF;

    font-size: 35px;

    text-align: center;

    font-weight: 500;

    margin-bottom: 30px;

    font-family: 'Poppins';

}

#newsletter form{

  position: relative;

  overflow: hidden;

  text-align: center;

  max-width: 61%;

  margin: 0 auto;

}

#newsletter input[type=email]{

  width: 100%;

  display: block;

  position: relative;

  padding: 20px 10px;

  float: left;

  margin: 0;

  padding-right: 230px;

}

#newsletter input[type=email]:focus-visible{

  outline: none;

}

#newsletter input[type=submit]{

  position: absolute;

  left: auto;

  top: 4px;

  font-size: 18px;

  font-weight: 500;

  font-family: 'Poppins';

  color: #fff;

  right: 4px;

  background: #F5C92B;

  padding: 17px 9px;

  border: none;

  padding-left: 20px;

  padding-right: 50px;

}

#newsletter svg{

  position: absolute;

  right: 19px;

  left: auto;

  top: 27px;

}

#footer {

  padding: 100px 0 50px;

}

#footer .footer-logo{

  padding-left: 50px;

  width: 33%;

}

#footer .footer-logo .logo{

  text-align: left;

  margin-bottom: 25px;

}

#footer .footer-logo .footer-des{

  color: #373737;

  font-size: 16px;

  font-family: 'Poppins';

  font-weight: 400;

  margin-bottom: 20px;

}

#footer .footer-logo .location{

    margin-bottom: 15px;

}

#footer .footer-logo .location .icon{

  display: inline-block;

  vertical-align: middle;

}

#footer .footer-logo .location .content{

  display: inline-block;

  vertical-align: middle;

  color: #373737;

  font-size: 16px;

  font-family: 'Poppins';

  padding-left: 10px;

}

#footer .footer-link{

  width: 18%;

  padding-left: 48px;

}

#footer .footer-link .link-title{

  color: #373737;

  font-family: 'Poppins';

  font-weight: 600;

  font-size: 20px;

  margin-bottom: 20px;

}

#footer .footer-link ul{

  list-style: none;

  padding: 0;

}

#footer .footer-link ul li{

  margin-bottom: 15px;

  position: relative;

}

#footer .footer-link ul li:before{

  content: '';

  background-color: #ffc101;

  position: absolute;

  width: 6px;

  height: 6px;

  top: 9px;

  left: -20px;

  border-radius: 5px;



}

#footer .footer-link ul li a{

   color: #373737;

  font-size: 16px;

  font-family: 'Poppins';

  font-weight: 400;

}

#footer .footer-info{

  width: 30%;

}

#footer .footer-info .info-title{

  color: #373737;

  font-size: 20px;

  font-family: 'Poppins';

  font-weight: 600;

    margin-bottom: 20px;

}

#footer .footer-info .info-desc{

   color: #373737;

  font-size: 16px;

  font-family: 'Poppins';

  font-weight: 400;

      margin-bottom: 20px;

}

#footer .footer-info .app-store{

  margin-bottom: 20px;

}

#footer .social-icon ul{

  list-style: none;

  padding: 0;

}

#footer .social-icon ul li {

    display: inline-block;

  vertical-align: middle;

}

#footer .footer-info .facebook, #footer .footer-info .linkedin, #footer .footer-info .twitter, #footer .footer-info .instagram{

  background-image:url(../img/fb_ico.png);

  width: 39px;

  height: 39px;

  margin: 0 3px;

  display: inline-block;

  vertical-align: middle;

  

}

#footer .footer-info .linkedin{

  background-image:url(../img/linkedin_ico.png);

}

#footer .footer-info .twitter{

  background-image:url(../img/twitt_ico.png);

}

#footer .footer-info .instagram{

  background-image:url(../img/isnta_ico.png);

}

.footer-bottom {
    border-top: 1px solid #D5D5D5;
    padding: 30px 0;
    background: #303030;
}

.footer-bottom p{

  text-align: center;

  color: #fff;

  font-size: 16px;

  letter-spacing: 1.6px;

  font-family: 'Poppins';

  font-weight: 300;

  margin-bottom: 0;

}



#account-page{

  padding: 20px;

}

#account-page .account-logo{

  padding: 20px 15px 100px 50px;

}

#account-page .account{

  float: right;

  padding-right: 180px;

}

#account-page .account .home-title{

  color: #000000;

  text-transform: uppercase;

  font-size: 35px;

  font-family: 'Oswald', sans-serif;

  font-weight: 500;

  margin-bottom: 10px;

}

#account-page .account .home-desc{

  color: #9E9E9E;

  font-size: 16px;

  font-family: 'Poppins';

  font-weight: 400;

  margin-bottom: 25px;

}

#account-page .account .radio-btn{

  padding: 12px 10px;

  background: #D7F2DB 0% 0% no-repeat padding-box;

border: 1px solid #64CE72;

border-radius: 5px;

}

#account-page .account .radio-btn .btn-name{

  color: #64CE72;

  font-size: 14px;

  font-family: 'Poppins';

  font-weight: 400;

  padding-left: 5px;

  display: inline-block;

    margin: 0;

}

#account-page .account .radio-btn2{

  padding: 12px 10px;

  background: #fff;

  border: 2px solid #C4C4C4;

  border-radius: 5px;

}

#account-page .account .radio-btn2 .btn-name{

  color: #C4C4C4;

  font-size: 14px;

  font-family: 'Poppins';

  font-weight: 400;

  padding-left: 5px;

  display: inline-block;

    margin: 0;

}

#account-page .account .select .title{

  color: #1D1D1D;

  font-size: 16px;

  font-family: 'Poppins';

  font-weight: 600;

  margin-bottom: 10px;

}

input[type='radio']:after {

        width: 15px;

        height: 15px;

        border-radius: 15px;

        top: -2px;

        left: -1px;

        position: relative;

        background-color: #d1d3d1;

        content: '';

        display: inline-block;

        visibility: visible;

}



input[type='radio']:checked:after {

    width: 15px;

    height: 15px;

    border-radius: 15px;

    top: -2px;

    left: -1px;

    position: relative;

    background-color: #64CE72;

    content: '';

    display: inline-block;

    visibility: visible;

    outline: 2px solid #64CE72;

}

label{

    display: block;

    margin-top: 30px;

    font-size: 16px;

    font-weight: 500;

}

.form-text{

    display: block;

    height: 69px;

    width: 100%;

    background-color: rgba(255,255,255,0.07);

    border-radius: 10px;

    padding: 0 10px;

    margin-top: 8px;

    font-size: 14px;

    font-family: 'Work Sans';

    border: 1px solid #CDCDCD;

    font-weight: 300;

}

.form-text:focus-visible{

  outline: none;

}

::placeholder{

    color: #64CE72;

}

.login-btn1{

  width: 65%;

  border-radius: 0;

  border: none;

  font-family: 'Work Sans';

  background-color: #F5C92B;

  color: #080710;

  padding: 15px 0;

  font-size: 18px;

  text-decoration: none;

  font-weight: 600;

  cursor: pointer;

}

.forget{

  color: #A1A1A1;

  font-size: 15px;

  font-family: 'Work Sans';

}

.social{

  margin-top: 30px;

  display: flex;

}

.social .fb, .social .go{

  background: #fff;

  width: 50%;

  border: 1px solid #9E9E9E;

  border-radius: 5px;

  padding: 12px 10px;

  background-color: rgba(255,255,255,0.27);

  color: #0F3F62;

  text-align: center;

}

.social .fb svg, .social .go svg{

  display: inline-block;

  vertical-align: middle;

  font-size: 16px;

}

.social .fb .text, .social .go .text{

    display: inline-block;

    vertical-align: middle;

    font-size: 16px;

}

.social div:hover{

  background-color: rgba(255,255,255,0.47);

}

.social .go{

  margin-left: 25px;

  color: #5B5B5B;

}

.social i{

  margin-right: 4px;

}

.psw{

  margin-top: 30px;

  margin-bottom: 50px;

}

.frg-btn{

  text-align: right;

  float: right;

  padding: 15px 0;

}

.sign-up-text{

  text-align: center;

  position: relative;

}

.sign-up-text p{

  display: inline-block;

  vertical-align: middle;

  text-align: center;

  color: #9E9E9E;

  font-size: 16px;

  font-family: 'Poppins';

  font-weight: 600;

}

.sign-up-text p:after, .sign-up-text p:before{

  content: '';

  position: absolute;

  width: 200px;

  height: 1px;

  top: 12px;

  opacity: 0.3;

  right: 0;

  background-color: #000000;;

}

.sign-up-text p:before{

  left: 0;

  right: auto;

}

.last-btn{

  padding-top: 150px;

  text-align: center;

}

.last-btn .create-a, .last-btn .need{

  display: inline-block;

  vertical-align: middle;

  font-size: 14px;

  color: #898989;

  font-family: 'Work Sans';

}

.last-btn .create-a span{

  color: #8D7AD5;

}

.last-btn .create-a{

    padding-right: 30px;

}



/**************responsive header************/



.mobile-width-left{

  float: left;

}

.mobile-width-left #menu-icon{

  cursor: pointer;

  width: 40px;

  height: 40px;

}



#header #_mobile_search .search-info .search__input{

    min-width: 280px;

    width: 100%;

    border: 1px solid #e7e7e7;

    border-radius: 0;

    height: 40px;

    padding: 5px 15px;

    padding-right: 40px;

    margin: 0;

    background: #fff;

    text-transform: capitalize;

    font-size: 14px;

    font-weight: 400;

    letter-spacing: .8px;

    color: #777;

}



#header #_mobile_search .search-info .search-header__submit {

    position: absolute;

    right: 0;

    top: 0;

    border: none;

    background: 0 0;

    height: 40px;

    width: 40px;

    font-size: 15px;

    font-weight: 400;

    color: #000;

    line-height: 35px;

    text-align: center;

    padding: 0;

    outline: 0;

    z-index: 11;

    -ms-transition: all .5s;

    -webkit-transition: all .5s;

    -moz-transition: all .5s;

    -o-transition: all .5s;

    transition: all .5s;

}





#mobile_top_menu_wrapper #top_menu_closer {

    cursor: pointer;

    padding: 15px 30px 0px;

    text-align: right;

}



#mobile_top_menu_wrapper #top_menu_closer i {

    font-size: 24px;

    color: #000;

}



#mobile_top_menu_wrapper #_mobile_top_menu {

    padding: 0 15px;

}



#top-menu>li {

    display: inline-block;

    vertical-align: middle;

    position: relative;

}



#mobile_top_menu_wrapper .top-menu .navbar-toggler {

    display: inline-block;

    padding: 0;

    position: absolute;

    right: 0;

    cursor: pointer;

    color: #333;

}



#_mobile_top_menu{

    padding: 0 15px;

}



#top-menu {

    margin-bottom: 0;

    text-align: left;

    display: block;

    padding: 0;

    position: relative;

}



#header-layout1 #top-menu>li .dropdown-item{

    white-space: normal;

}



#header-layout1 #top-menu li a span.new{

    color: #666;

    background-repeat: repeat;

    background-attachment: scroll;

}



#header-layout1 #mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded=true] .add{

    display: none;

}



#header-layout1 .collapse-icons[aria-expanded=true] .remove{

    display: block;

}



#header-layout1 #mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded=true] .remove{

    display: block;

}



#header-layout1 #mobile_top_menu_wrapper .top-menu .category span i{

    color: #333;

    font-size: 24px;

    padding-right: 15px;

}



#header-layout1 #mobile_top_menu_wrapper .top-menu .sub-menu ul {

    padding: 10px 0 0 15px;

    list-style: none;

}



#header-layout1 #mobile_top_menu_wrapper .top-menu .sub-menu .mainmenu-dropdown li a{

    display: inline-block;

}



#header-layout1 .collapse-icons .remove {

    display: none;

}



#header-layout1 #top-menu h4 {

    font-size: 15px;

    font-weight: 400;

}



#header-layout1 #top-menu h4 {

    position: relative;

    margin: 0;

    letter-spacing: .5px;

    font-family: Poppins;

    font-weight: 500;

}   



#header-layout1 #top-menu ul li{

    vertical-align: middle;

    position: relative;

    border: none;

}



#header-layout1 #top-menu li .dropdown-item{

  white-space: normal;

}



#header-layout1 #top-menu li a .title{

    color: #222;

    font-weight: 400;

    font-size: 15px;

    line-height: 18px;

    font-family: Poppins;

    -webkit-transition: all .5s;

    -moz-transition: all .5s;

    -o-transition: all .5s;

    transition: all .5s;

}



#header-layout1 #top-menu h3{

    position: relative;

    margin: 0;

    letter-spacing: .5px;

    font-family: Poppins;

    font-size: 17px;

    font-weight: 500;

}



#header-layout1 #_desktop_top_menu #top-menu .sub-menu{

    opacity: 0;

    background-color: #ffffff;

    position: absolute;

    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);

    top: 70%;

    border: none;

    width: auto;

    z-index: 18;

    overflow: hidden;

    padding: 15px;

    border-radius: 0;

    visibility: hidden;

    text-align: center;

    -webkit-transition: all .5s;

    -moz-transition: all .5s;

    -o-transition: all .5s;

    transition: all .5s;

    transform: translateY(60px);

    -webkit-transform: translateY(60px);

    -ms-transform: translateY(60px);

    -o-transform: translateY(60px);

    -moz-transform: translateY(60px);

}



#header-layout1 .top-menu.mainmenu-dropdown{

  display: inline-block;

  overflow: hidden;

  width: 430px;

}



#header-layout1 .top-menu.mainmenu-dropdown .sub-category .inner-title{

  position: relative;

}



#header-layout1 .top-menu.mainmenu-dropdown .sub-category .inner-title:before{

  border-top: 1px solid #ddd;

    bottom: -7px;

    content: "";

    position: absolute;

    left: 0;

    width: 50%;

}



#header-layout1 .top-menu .mainmenu-dropdown li a {

    font-family: Poppins;

    font-size: 14px;

    display: block;

    color: #666;

    font-weight: 400;

    padding-bottom: 12px;

    display: block;

}



#header-layout1 .top-menu.mainmenu-dropdown .sub-category .inner-style{

  padding-bottom: 4px;

    margin-bottom: 17px;

    position: relative;

}







#header-layout1 .top-menu.mainmenu-dropdown .sub-category {

    text-align: left;

    width: 200px;

    float: left;

    margin-bottom: 0;

}



#header-layout1 #_desktop_top_menu #top-menu li:hover .sub-menu {

    top: 100%;

    opacity: 1;

    transform: translateY(0);

    visibility: visible;

}



#header-layout1 #mobile_top_menu_wrapper #top-menu {

    margin-bottom: 0;

    text-align: left;

    display: block;

    padding: 0;

    position: relative;

}



#header-layout1 #mobile_top_menu_wrapper .top-menu .navbar-toggler {

    display: inline-block;

    padding: 0;

    position: absolute;

    right: 0;

    cursor: pointer;

    color: #333;

}





#header-layout1 #top-menu li a span.new{

    color: #666;

    background-repeat: repeat;

    background-attachment: scroll;

}



#header-layout1 #mobile_top_menu_wrapper{

    position: fixed;

    display: none;

    top: 0;

    left: 0;

    width: 300px;

    bottom: 0;

    background: #fff;

    z-index: 9999;

    overflow-y: auto;

    overflow-x: auto;

}



#mobile_top_menu_wrapper .top-menu a{

    padding: 0;

    margin: 0;

    color: #444444;

    font-weight: 500;

    font-size: 16px;

    line-height: 16px;

}



#mobile_top_menu_wrapper .top-menu .sub-menu ul>li {

    float: none;

    margin: 0;

}



@media(max-width: 991px){

  #top-menu li{

    display: block;

    padding: 13px 0;

    border-bottom: 1px solid #eee;

  }

  #header-layout1 #top-menu>li{

    display: block;

    border-bottom: 1px solid #eee;    

  }



}













/*******************responsive*****************/



@media (min-width: 544px){



    

}



@media (min-width: 768px){



   

}



@media (min-width: 992px){

  .gallery-header-1{

    display: block;

  }

  .hidden-lg-up {

    display: none !important;

  }

}





@media (min-width: 1200px){



}



@media (min-width: 544px){



}

@media (max-width: 1840px){

  .image-wrapper img{

    right: 83px;

  }

  .image-wrapper .inner-image{

    width: 413px;

    height: 539px;

    left: 84px;

    top: -70px;

  }

}

@media (max-width: 1765px){

  .text-wrapper .about-text .sub-title{

    font-size: 70px;

  }

  #information-section .information-main-section{

    padding: 0 110px 0 110px;

  }

  .banner-section .banner-main .banner-text{

    padding: 75px 10px;

  }

  .banner-section{

    padding: 0;

  }

  .sign-up-text p:after, .sign-up-text p:before{

    width: 180px;

  }

  #account-page .account{

    padding-right: 160px;

  }



}

@media (max-width: 1730px){

  .image-wrapper .inner-image{

    height: 510px;

    }

}

@media (max-width: 1700px){

  .inner-title{

    top: -25px;

  }

}

@media (max-width: 1625px){

  .inner-title{

    top: -17px;

  }

}

@media (max-width: 1650px){

  .image-wrapper .inner-image{

    height: 460px;

  }

  .image-wrapper img{

    right: 64px;

  }

}

@media (max-width: 1615px){

  .image-wrapper .inner-image{

    left: 52px;

  }

}

@media (max-width: 1600px){

  .inner-title{

    top: 0;

    margin-bottom: 20px;

  }

}

@media (max-width: 1525px){

  .image-wrapper{

    margin-bottom: 20px;

  }

}

@media (max-width: 1500px){

  .image-wrapper img{

    right: 46px;

  }

}

@media (max-width: 1599px){

  .slider1 .text .title{

    font-size: 21px;

  }

  .text-wrapper .about-text .sub-title{

    font-size: 61px;

    margin-bottom: 27px;

  }

  .text-wrapper .about-text .main-title{

    margin-bottom: 20px;

    font-size: 21px;

  }

  .topnav .input-btn{

    font-size: 15px;

  }

  #information-section .information-main-section{

    padding: 0 90px 0 90px;

  }

  #information-section .information-main-section .info-2 h1{

    line-height: 70px;

    font-size: 53px;

    margin-bottom: 25px;

  }

  .banner-section .banner-main .banner-text .sub-title{

    padding: 7px 10px;

  }

  .banner-section .banner-main .video .video-text{

    font-size: 14px;

  }

  .sign-up-text p:after, .sign-up-text p:before{

    width: 150px;

  }

}

@media (max-width: 1566px){

  .banner-section .banner-main .banner-text{

    padding: 75px 55px;

  }

}

@media (max-width: 1510px){

  .sign-up-text p:after, .sign-up-text p:before{

    width: 130px;

  }

}

@media (max-width: 1499px){

  .text-wrapper .about-text .sub-title{

    font-size: 62px;

  }

  .main-page{

    padding: 0 100px 0 100px;

  }

  #information-section .information-main-section{

    padding: 0 60px 0 60px;

  }

  #information-section .information-main-section .info-2{

    padding-left: 50px;

  }

  .banner-section .title{

    font-size: 32px;

    letter-spacing: 6.86px;

  }

  .banner-section .des{

    width: 56%;

  }

  #account-page .account-logo{

    padding: 20px 15px 80px 50px;

  }

}

@media (max-width: 1381px){

  .text-wrapper .about-text .sub-title{

    font-size: 58px;

    line-height: 77px;

  }

  .topnav form{

    width: 75%;

  }

  .login-btn1{

    width: 60%;

    padding: 12px 0;

  }

  .social .go{

    margin-left: 10px;

  }

}

@media (max-width: 1330px){

  .inner-title{

    margin-top: 5px;

  }

  .topnav form{

    width: 80%;

  }

}

@media (max-width: 1399px){

  .inner-title{

    margin-top: 5px;

  }

  #information-section .information-main-section{

    padding: 0 40px 0 40px;

  }

  #information-section .information-main-section .info-2{

    padding-left: 40px;

  }

  #information-section .information-main-section .info-2 h1{

    line-height: 65px;

    font-size: 48px;

  }

  .banner-section .banner-main .banner-text{

    padding: 75px 30px;

  }

  #testimonial{

    padding: 100px 110px 100px 110px;

  }

  #account-page .account-logo{

    padding: 20px 15px 70px 50px;

  }

  #account-page .account{

    padding-right: 130px;

  }

}

@media (max-width: 1281px){

  .text-wrapper .about-text .sub-title{

    font-size: 53px;

    line-height: 70px;

  }

}

@media (max-width: 1250px){

  .topnav form{

    width: 85%;

  }

}

@media (max-width: 1299px){
    
    .header-button1 {
    margin-top: 11px;
}

  #account-page .account{

    padding-right: 100px;

  }

  .banner-section .banner-main .banner-text{

    padding: 75px 15px;

  }

  #newsletter form{

    max-width: 70%;

  }

  .banner-section .des{

    width: 65%;

  }

  .text-wrapper .about-text .sub-title{

    font-size: 53px;

    line-height: 70px;

  }

  .image-wrapper .inner-image{

    left: 25px;

    top: -45px;

    height: 433px;

    width: 388px;

  }

  .text-wrapper .about-text .main-title{

    font-size: 19px;

  }
.header-right .login-btn {
    padding: 4px 17px;
}


.header-right .register-btn {
    padding: 4px 17px;
}
  .login-btn{

    padding: 0;

  }

}

@media (max-width: 1199px){
    
    
 .header-right .login-btn {
    padding: 10px 35px;
   
}  
    

  .slider1 .text .title{

    font-size: 17px;

  }

  .image-wrapper .inner-image{

    left: 50px;

  }

  #account-page .account{

    padding-right: 60px;

  }

  .sign-up-text p:after, .sign-up-text p:before{

    width: 118px;

  }

  .image-wrapper img{

    right: 0px;

  }

  #information-section .information-main-section{

    padding: 0 15px 0 15px;

  }

  #information-section .information-main-section .info-main-box{

    margin-bottom: 20px;

  }

  #information-section .information-main-section .info-main-box .info-box{

    padding: 20px;

  }

  #information-section .information-main-section .info-2{

    padding-left: 20px;

  }

  .banner-section .banner-main .banner-text{

    padding: 75px 70px;

  }

  .footer-bottom{

    padding: 20px 15px;

  }

  #footer .footer-logo{

    padding-left: 33px;

  }

  #footer .footer-link .link-title{

    font-size: 19px;

  }

  #footer .footer-info .info-title{

    font-size: 19px;

  }

  #newsletter input[type=submit]{

    padding-left: 8px;

    padding-right: 50px;

    font-size: 16px;

  }

  .banner-section .title{

    font-size: 29px;

    letter-spacing: 3.86px;

  }

  .text-wrapper .about-text .sub-title{

    font-size: 41px;

    line-height: 56px;

  }

  .main-page1{

    padding: 0 85px 0 85px;

  }

  .main-page{

    padding: 0 85px 0 85px;

  }

  .text-wrapper .about-text .sub-title{

    font-size: 35px;

    line-height: 47px;

  }

  .register-btn{

    padding: 10px 31px;

  }

  .topnav .btn{

    padding: 0 9px;

    font-size: 16px;

  }

  .topnav form{

    width: 90%;

  }

  .topnav .btn i{

    padding: 5px;

  }

  .topnav .input-btn{

    padding: 15px 120px 15px 15px;

  }

}

@media (max-width: 1070px){

  .banner-section .banner-main .banner-text{

    padding: 75px 40px;

  }

}

@media (max-width: 991px){

    .hidden-lg-down {

        display: none !important

    } 

    .banner-btn{

      margin-bottom: 50px;

    }

    #account-page .account-logo{

        padding: 15px 15px 50px 15px;

    }

    #account-page .account{

      padding-right: 150px;

    }

    #information-section .information-main-section{

      display: block;

      padding-bottom: 30px;

    } 

    #information-section .information-main-section .info-1{

      padding: 30px 0 0;

    }

    #information-section .information-main-section .info-2{

      padding: 0;

    }

    #information-section .information-main-section .info-2 h1{

      line-height: 60px;

      font-size: 44px;

    }

    .banner-section .banner-img{

      margin-right: 15px;

    }

    #testimonial{

      padding: 100px 40px 100px 40px;

    }

    #footer .footer-logo{

      width: 100%;

      text-align: center;

      padding: 0 15px;

      margin-bottom: 30px;

    }

    #footer .footer-logo .logo{

      text-align: center;

    }

    #footer .footer-logo .lo-ca{

      display: flex;

      align-items: center;

      justify-content: center;

    }

    #footer .footer-logo .lo-ca .lo-ca1{

      padding-right: 30px;

    }

    #footer .footer-link{

      width: 31%;

    }

    #footer .footer-info{

      width: 38%;

    }

    #footer{

      padding: 50px 0 40px

    }

    #footer .footer-link .link-title{

      left: -21px;

     position: relative;

    }

    .button12{

      font-size: 0 !important;

      padding: 30px !important;

    }

    #newsletter svg{

      right: 21px;

    }

    #newsletter input[type=email]{

      padding-right: 70px;

    }

    #newsletter {

      padding: 60px 40px;

    }

    .banner-section .title{

      font-size: 27px;

    letter-spacing: 3px;

    }

    .banner-section .banner-img{

      margin-bottom: 0;

    }

    .banner-section .des{

      width: 80%;

      font-size: 18px;

    }

    .image-wrapper img{

      right: -34px;

    }

    .image-wrapper .inner-image{

      left: 219px;

      top: 0px;

      height: 480px;

      width: 435px;

    }

    .image-wrapper{

      display: none;

      margin-bottom: 0;

    }

    .inner-title{

      margin-top: 0;

    }

    .main-page{

      margin-bottom: 20px;

    }

  .text-wrapper .about-text{

    margin-top: 0;

  }

  .header-button1{

    text-align: right;

  }

  .login-btn{

    display: block;

    text-align: right;

  } 

  .register-btn{

    background: 0;

    border: 0;

    padding: 0;

  }

  .slider1 .text .title{

    font-size: 19px;

  }

  .main-page1{

    padding: 0;

  }

  .side-page{

    display: none;

  }

  .sign-up-text p:after, .sign-up-text p:before{

    width: 300px;

  }

  .last-btn{

    padding-top: 50px;

    margin-bottom: 50px;

  }

  .login-btn1{

    width: 50%;

  }

}

@media (max-width: 930px){

  .image-wrapper .inner-image{

    left: 180px;

  }

  .sign-up-text p:after, .sign-up-text p:before{

    width: 260px;

  }

}

@media (max-width: 840px){

  .sign-up-text p:after, .sign-up-text p:before{

    width: 220px;

  }

}

@media (max-width: 800px){

  .image-wrapper .inner-image{

    left: 120px;

    height: 383px;

    width: 385px;

  }

  .banner-section .banner-main .banner-text{

    padding: 75px 10px;

  }

  .banner-section .banner-main .banner-text .title{

    font-size: 33px;

  }

  .banner-section .banner-main .banner-text .sub-title{

    padding: 7px 7px;

    font-size: 13px;

  }

  .banner-section .banner-main .video .video-text{

    font-size: 13px;

  }

  .slider1 .text{

    padding: 15px 0;

  }

}

@media (max-width: 749px){

  .sign-up-text p:after, .sign-up-text p:before{

    width: 190px;

  }

  #testimonial{

  padding: 40px 40px 30px 40px;

  }

  .banner-section .banner-main .banner-text{

    padding: 60px 100px;

    margin :0 5px;

  }

  .banner-section .banner-img{

    margin-right: 10px;

  }

  .banner-section .banner-main .banner-text .title{

    font-size: 51px;

  }

  .banner-section .banner-main .banner-text .sub-title{

    padding: 14px 20px;

    font-size: 13px;

  }

  .banner-section .banner-main .video .video-text{

    font-size: 15px;

  }

  #testimonial .home-tile{

    margin-bottom: 20px;

  }



}

@media (max-width: 767px){
    
    
    .century_title.text-center {
    font-size: 30px !important;
    line-height: 33px;
    margin-bottom: 12px;
}
 

  #footer .footer-info{

    width: 100%;

    text-align: center;

  }

  #account-page .account{

      padding-right: 100px;

  }

  #footer .footer-link{

    width: 50%;

    padding-left: 100px;

  }

  #footer .footer-logo .lo-ca{

    display: block;

  }

  #footer .footer-logo .lo-ca .lo-ca1{

    padding: 0;

  }

  #footer .footer-logo{

    margin-bottom: 15px

  }

  .banner-section .title{

    font-size: 25px;

  }

  .image-wrapper{

    display: none;

  }

  .slider .slick-prev{

    left: -15px !important;

  }

  .slider, .inner-title{

    padding: 0 15px;

    margin-left: 5px;

  }

  .main-page{

    padding: 0;

  }

  .image-wrapper .inner-image{

    left: 154px;

    height: 414px;

    width: 386px;

  }

  .image-wrapper img{

    right: -3px;

  }

  .header-button1{

    text-align: right;

  }

  #footer .footer-logo .lo-ca .lo-ca1{

    padding-right: 20px;

  }

  #footer .footer-info .facebook, #footer .footer-info .linkedin, #footer .footer-info .twitter, #footer .footer-info .instagram{

    margin: 0 1px;

  }

  #footer .footer-link .link-title, #footer .footer-info .info-title{

    font-size: 18px;

  }

  #newsletter .newsletter-title{

    font-size: 32px;

  }

  .banner-section .des{

    width: 90%;

    font-size: 17px;

  }

  .banner-section .btn{

    font-size: 16px;

    padding: 15px 36px;

  }

  .side-page{

    display: none;

  }

  .text-wrapper .about-text{

    text-align: center;

  }

  .topnav form{

    margin: 0 auto;

  }

  .text-wrapper .about-text .sub-title{

    font-size: 30px;

    line-height: 39px;

  }

}

@media (max-width: 711px){

  .image-wrapper .inner-image{

    left: 128px;

  }

    .sign-up-text p:after, .sign-up-text p:before{

    width: 180px;

  }

}

@media (max-width: 630px){

  .sign-up-text p:after, .sign-up-text p:before{

    width: 150px;

  } 

}

@media (max-width: 580px){

  .banner-section .banner-main .banner-text{

    padding: 60px 60px;

  }

  .sign-up-text p:after, .sign-up-text p:before{

    width: 130px;

  }

}

@media (max-width: 543px){

  .sign-up-text p:after, .sign-up-text p:before{

    width: 120px;

  }

  .slick-prev{

    left: -9px !important;

  }

  .slick-next{

    right: -9px !important;

  }

  #account-page .account{

      padding-right: 70px;

  }

  .slider1 .text .title{

    font-size: 15px;

    margin-bottom: 5px;

  }

  .slider1 .text .sub-title{

    font-size: 15px;    

  }

  .topnav form{

    width: 100%;

  }

  .banner-section .banner-main .banner-text{

    padding: 60px 40px;

  }

  .slider1{

    margin-bottom: 15px;

  }

  .text-wrapper .about-text .sub-title {

    font-size: 23px;

    line-height: 32px;

  }

  .text-wrapper .about-text .main-title{

    font-size: 17px;

  }

  .banner-section .des{

    width: 100%;

    font-size: 15px;

  }



  #information-section .information-main-section .info-2 h1{

    line-height: 55px;

    font-size: 37px;

  }  

  #information-section .information-main-section .info-2 .description .des-title .des-sub-title{

    font-size: 15px;

    line-height: 26px;

  }

  #testimonial{

    padding: 40px 15px 30px 15px;

  }

  #testimonial .testimonial-section{

    margin-right: 0;

  }

  #testimonial .home-tile .title{

    font-size: 31px;

  }

  #footer .footer-info{

    width: 100%;

    text-align: center;

  }

  #footer .footer-link{

    width: 50%;

    padding-left: 100px;

  }

  #footer .footer-logo .lo-ca{

    display: block;

  }

  #footer .footer-logo .lo-ca .lo-ca1{

    padding: 0;

  }

  #footer .footer-logo{

    margin-bottom: 15px

  }

  #newsletter {

    padding: 60px 15px;

  }

  #newsletter form{

    max-width: 100%;

  }

  .banner-section .title{

    font-size: 23px;

    letter-spacing: 2px;

  }

  .form-text{

    height: 60px;

    margin-top: 10px;

    font-size: 14px;

  }

}

@media (max-width: 500px){

  .slider1 .text .title{

    font-size: 13px;

  }

  #account-page .account{

      padding-right: 0;

  }

  .banner-section .banner-main .banner-text{

    padding: 65px 30px;

  }

  .banner-section .banner-main .banner-text .title{

    font-size: 44px;

  }

}

@media (max-width: 450px){

  .banner-section .banner-main .banner-text{

    padding: 72px 23px;

  }

  .banner-section .banner-main .banner-text .title{

    font-size: 38px;

  }

  .banner-section .banner-main .banner-text .sub-title{

    padding: 11px 14px;

  }

}

@media (max-width: 430px){

  .sign-up-text p:after, .sign-up-text p:before{

    width: 90px;

  }

  .banner-section .banner-main .banner-text{

    padding: 70px 15px;

  }

#footer .footer-link{

  padding-left: 44px;

}

  #footer .footer-link .link-title, #footer .footer-info .info-title{

    font-size: 16px;

  }

  .login-btn1{

    width: 42%;

    font-size: 17px;

  }

}

@media (max-width: 400px){

  .sign-up-text p:after, .sign-up-text p:before{

    width: 80px;

  }

  .banner-section .banner-main .banner-text .title{

    font-size: 32px;

  }

  .banner-section .banner-main .banner-text .sub-title{

    padding: 9px 10px;

    font-size: 12px;

  }

  .banner-section .banner-main .video .video-text{

    display: none;

  }

  .topnav .input-btn{

    font-size: 12px;

  }

}

@media (max-width: 370px){

  .banner-section .banner-main .banner-text{

    padding: 55px 8px;

  }

  .banner-section .banner-main .img-section{

    width: 73%;



  }

}

@media (max-width: 362px){

  .banner-section .banner-main .banner-text{

    padding: 47px 8px;

  }

}

@media (max-width: 350px){

  .banner-section .banner-main .banner-text{

    padding: 42px 8px;

  }

  .banner-section .banner-main .banner-text .title{

    font-size: 27px;

  }

  .banner-section .banner-main .banner-text .sub-title{

    padding: 7px 8px;

    font-size: 10px;

  }

}









#fade {

  display: none;

  position: fixed;

  top: 0%;

  left: 0%;

  width: 100%;

  height: 100%;

  background-color: black;

  z-index: 1001;

  -moz-opacity: 0.98;

  opacity: .98;

  filter: alpha(opacity=98);

}



#light {

  display: none;

  position: fixed;

    top: 30%;

    left: 0;

    max-width: 600px;

    max-height: 360px;

    z-index: 1002;

    overflow: visible;

    right: 0;

    margin: 0 auto;

}



#boxclose {

  float: right;

  cursor: pointer;

  color: #fff;

  border: 1px solid #AEAEAE;

  border-radius: 3px;

  background: #222222;

  font-size: 31px;

  font-weight: bold;

  display: inline-block;

  line-height: 0px;

  padding: 11px 3px;

  position: absolute;

  right: 2px;

  top: 2px;

  z-index: 1002;

  opacity: 0.9;

}



.boxclose:before {

  content: "×";

}



#fade:hover ~ #boxclose {

  display:none;

}



.test:hover ~ .test2 {

  display: none;

}



.slider .slick-disabled {

  display: none !important;

}



/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* Styles */
  
  .header-right .login-btn {
    padding: 6px 17px;
}
 .header-right .register-btn {
    padding: 4px 16px;
} 
 .header {
    padding: 7px 15px;
}
.about-page-img {
    background-position: center center;
}










  
}
























