/*---------------------------------------- File Name: style.css -----------------------------------------*/


/*---------------------------------------- import Fonts -----------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****----------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ------------*****/



/*---------------------------------------- skeleton -----------------------------------------*/

*{
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

:root{
    --basecolor:#ffc107;
    --seccolor:#ffc4c4;
    --white: #ffffff;
    --lightcolor:#0e100f;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}

body {
   
    font-size: 14px;
    font-family: Poppins;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden !important;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

/*ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}*/

p {
    margin: 20px;
  /* font-weight: 300;*/
    font-size: 15px;
    line-height: 24px;
}
a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}
.bg-base{
    background-color: var(--basecolor);
}
.dark_background{
    background-color: var(--seccolor);
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: var(--white) !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 15px;
    padding-bottom: 0px;
}

.header_bg {
    background: transparent !important;
    border-bottom: 2px solid var(--basecolor);
}

.header_section {
    width: 100%;
    float: left;
    /*background-image: url(../images/banner-bg.png);*/
    background-color: red;
    height: auto;
    background-size: 100%;
}

.logo {
    width: 35%;
    float: left;
}
.logoimg {
    width: 50px!important;
    border-radius: 10px;
   
}

.bg-light {
    background-color:  var(--white) !important;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--basecolor);
}

.navbar-light .navbar-nav .nav-link {
    color: #212120;
    font-size: 18px;
    padding-right: 15px;
    padding-left: 15px;
}

.navbar {
    padding: .5rem 40px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--basecolor);
}



.banner_section {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}
.banner_section .carousel-item img{
    width:100%;
    position: relative;
}
.banner_section .carousel-item .carousel-container
{
    position: absolute;
    bottom: 0;
    background-color: #0000001a;
    width:100%;
}
.banner_taital {
    
    width: 100%;
    float: left;
    font-size: 40px;
    color: #fdfcfc;
    font-weight: bold;
    text-align: center;
   
}

.banner_text {
   
    width: 100%;
    float: left;
    font-size: 20px;
    color:  var(--white);
    text-align: center;
    margin: 0px;
    font-weight: bold;
}

.read_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    background-color:  var(--basecolor);
    border: 3px solid var(--basecolor);
    text-align: center;
    padding: 10px 0px;
    margin-top: 60px;
     color:  var(--white);
}

.read_bt a:hover {
    color: var(--basecolor);
    background-color: var(--white);
}

.play_icon {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    top: -40px;
}

.login_text {
    float: left;
    font-size: 18px;
    color: #000;
    width: 100px;
}

.language_section {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.language_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: var(--basecolor);
    font-weight: bold;
    padding: 0px;
}

.language_taital_1 {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #2d2d2d;
    font-weight: bold;
    padding: 0px;
}

.language_section_2 {
    width: 100%;
    float: left;
}

.box_main {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px;
    background-color: var(--basecolor);
    border-radius: 7px;
}

.box_main.active {
    background-color: var(--white);
    box-shadow: 0px 3px 20px -3px #f4f4f4;
}

.icon_1 {
    width: 100%;
    float: left;
    min-height: 60px;
}

.heavy_text {
    width: 100%;
   /* float: left;*/
    font-size: 16px;
    color: var(--white);

    text-align: center;
    /*padding-top: 20px;
    font-weight: 900;*/
}
.heavy_text p{
    margin: 15px;
    font-size: 15px;
   /* font-weight: 300;
    line-height: 24px;*/
}


.heavy_text.active {
    color: #000;
}

.box_main:hover {
    background-color: var(--seccolor);
    box-shadow: 0px 3px 20px -3px #f4f4f4;
}

.readmore_bt {
    width: 100px;
    margin: 0 auto;
    text-align: center;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #2d2d2d;
    border-bottom: 3px solid var(--basecolor);
    text-align: center;
    margin-top: 60px;
    font-weight: 500;
}

.readmore_bt a:hover {
    color: var(--basecolor);
    border-bottom: 3px solid var(--basecolor);
}

.readmore_bt.active a {
    color: var(--basecolor);
}

.services_section {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.services_text {
    width: 90%;
    float: left;
    font-size: 16px;
    color: #000;
    margin: 0px;
}

.appoinment_bt {
    width: 210px;
    float: left;
    margin-top: 50px;
}

.appoinment_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: var(--basecolor);
    border: 3px solid var(--basecolor);
    text-align: center;
    padding: 10px 0px;
}

.appoinment_bt a:hover {
    color: var(--white);
    background-color: var(--basecolor);
}

.image_1 {
    width: 100%;
    float: left;
}

.image_2 {
    width: 100%;
    float: left;
    position: relative;
    left: -240px;
    margin-top: 25px;
}

.gallery_section {
    width: 100%;
    float: left;
    height: auto;
    padding: 80px 0px 80px 0px;
}

.gallery_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: var(--basecolor);
    font-weight: bold;
    padding: 0px;
}

.gallery_text {
    width: 45%;
    float: left;
    font-size: 16px;
    color: var(--white);
    margin: 0px;
}

.gallery_section_2 {
    width: 100%;
    float: left;
}

.image_3 {
    width: 100%;
    float: left;
    background-image: url(../images/img-3.png);
    height: 200px;
    background-size: 100%;
    padding: 70px 0px;
}

.image_4 {
    width: 100%;
    float: left;
    background-image: url(../images/img-4.png);
    height: 200px;
    background-size: 100%;
    padding: 70px 0px;
}

.image_5 {
    width: 100%;
    float: left;
    background-image: url(../images/img-5.png);
    height: 200px;
    background-size: 100%;
    padding: 70px 0px;
}

.play_icon_2 {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    z-index: 9;
}

.play_icon_2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 115%;
    transform: translate(-50%, -50%);
    background-color: var(--white);
    border-radius: 100%;
    z-index: -1;
    animation: fadeEffect 1.3s infinite ease;
    box-shadow: 0px 0px 10px 0px;
}

@keyframes fadeEffect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

.language_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: var(--basecolor);
    text-align: center;
    margin-top: 10px;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
    background: #000;
    color:  var(--white);
}

#main_slider a.carousel-control-next {
    position: absolute;
    left: 550px;
    top: 125%;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    width: 65px;
    height: 50px;
    background: var(--basecolor);
    opacity: 1;
    font-size: 18px;
    color: var(--white);
}

#main_slider a.carousel-control-prev {
    position: absolute;
    left: 480px;
    top: 125%;
    background-color: #000;
}

.about_section {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: var(--lightcolor);
    font-weight: bold;
    padding: 0px;
}

.about_section_2 {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.about_taital_1 {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #161616;
    font-weight: bold;
   /* padding-top: 70px;
    padding-bottom: 0px;*/
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: var(--lightcolor);
    margin: 0px;
    padding-bottom: 8px;
}

.image_6 {
    width: 100%;
    float: left;
    background-image: url(../images/img-6.png);
    height: 386px;
    background-size: 100%;
    padding: 163px 0px;
}

.play_icon_3 {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    z-index: 9;
}

.play_icon_3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 115%;
    transform: translate(-50%, -50%);
    background-color: var(--white);
    border-radius: 100%;
    z-index: -1;
    animation: fadeEffect 1.3s infinite ease;
    box-shadow: 0px 0px 10px 0px;
}

@keyframes fadeEffect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

.courses_section {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.courses_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: var(--lightcolor);
    font-weight: bold;
    padding: 0px;
    text-align: center;
}

.courses_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: var(--lightcolor);
    margin: 0px;
    text-align: center;
}

.courses_section_2 {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.flag_main {
    min-width: 50px;
    max-width: 250px;
    display: flex;
    margin: 5px;
}

.flag_text {
    float: left;
    font-size: 20px;
    color: var(--lightcolor);
    font-weight: bold;
    padding-top: 4px;
    width: 185px;
}

.padding_left_15 {
    padding-left: 15px;
}

.border_bg {
    left: 0px;
    background-color: var(--basecolor);
    height: 2px;
    width: 540px;
    position: relative;
    top: 9px;
}

.learn_text {
    width: 400px;
    float: left;
    font-size: 18px;
    color: #e0ce64;
    text-align: center;
    border: 2px solid #e0ce64;
    border-radius: 60px;
    padding: 10px;
}

.learn_text:hover {
    color: var(--white);
    background-color: #e0ce64;
}

.learn_text.active {
    color: var(--white);
    background-color: #e0ce64;
}

.events_section {
    width: 100%;
    float: left;
    
    height: auto;
    padding: 40px 0px 60px 0px;
}

.events_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: var(--basecolor);
    font-weight: bold;
    padding: 0px;
}

.events_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: var(--white);
    margin: 0px;
}

.events_section_2 {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.image_7 {
    width: 90%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    display: block;
    z-index: 9;
}

.lorem_text {
    width: 80%;
    float: left;
    font-size: 18px;
    color: var(--white);
    font-weight: bold;
    padding: 10px 15px;
    position: absolute;
    bottom: 25px;
    margin-left: 42px;
    background-color: rgba(14, 16, 15, 0.7);
    z-index: 9;
}

.time_section {
    width: 100%;
    display: flex;
    position: relative;
}

.live_text {
    width: 100%;
    font-size: 18px;
    color: #202020;
    /*font-weight: bold;
    float: left;
    padding-left: 25px;*/
}

.date_text {
    width: 33%;
    float: right;
    font-size: 18px;
    color: var(--basecolor);
    font-weight: bold;
}

.images_main {
    width: 100%;
    float: left;
    position: relative;
}

.images_main::after {
    content: '';
    position: absolute;
    background-color: var(--white);
    height: 330px;
    width: 540px;
    top: 47px;
}

.students_section {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.students_section_2 {
    width: 100%;
    float: left;
}

.client_main {
    width: 60%;
    margin: 0 auto;
    background-color: var(--white);
    height: auto;
    padding: 20px 20px 0px 0px;
    box-shadow: 0px 10px 17px 6px #dbdbdb;
    display: flex;
}

.client_left {
    width: 30%;
    float: left;
}

.client_right {
    width: 70%;
    float: left;
}

.name_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #decb5e;
    padding: 0px;
}

.client_text {
    width: 100%;
    float: left;
    font-size: 16px;
    margin: 0px;
    color: #292828;
}

.quote_icon {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    top: 45px;
}

.image_9 {
    width: 100%;
    float: left;
    position: relative;
    top: -50px;
    left: -60px;
}

.newsletter_section {
    width: 100%;
    float: left;
    background-color: var(--seccolor);
    height: auto;
    padding: 40px;
    margin-top: 40px;
    margin-bottom: -97px;
    z-index: 5;
    position: relative;
}

.newsletter_taital {
    width: 100%;
    float: left;
    font-size: 30px;
    color: var(--white);
    text-align: center;
}

.mail_main {
    width: 60%;
    display: flex;
    margin: 0 auto;
}

.email_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #9a9999;
    background-color: var(--white);
    border: 0px;
    padding: 6px 15px;
}

.left_arrow {
    width: 60px;
    background-color: #decb5e;
    text-align: center;
    padding: 10px 0px;
}

.footer_section {
    width: 100%;
    float: left;
    background-color: #161616;
    height: auto;
    padding: 150px 0px 50px 0px;
}

.touch_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: var(--white);
    text-align: center;
}

.email_box {
    width: 50%;
    margin: 0 auto;
    height: auto;
}

.input_main {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.email-bt {
    color: #929191;
    width: 100%;
    height: auto;
    font-size: 18px;
    padding: 10px 20px 0px 0px;
    background: transparent !important;
    border-bottom: 1px solid #8f8f8f !important;
    border: 0px;
}

input.email-bt::placeholder {
    color: #929191;
}

.massage-bt {
    color: #929191;
    width: 100%;
    height: 70px;
    font-size: 18px;
    padding: 36px 20px 0px 0px;
    background: transparent !important;
    border: 0px;
    border-bottom: 1px solid #8f8f8f !important;
}

textarea#comment::placeholder {
    color: #929191;
}

.send_bt {
    width: 150px;
    float: right;
}

.send_bt button {
    width: 100%;
    float: left;
    font-size: 20px;
    color: var(--basecolor);
    border: 3px solid var(--basecolor);
    text-align: center;
    padding: 5px 0px;
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: transparent;
}

.send_bt button:hover {
    color: var(--basecolor);
    background-color: var(--white)
}

.call_main {
    width: 50%;
    display: flex;
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
}

.call_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: var(--white);
}

.padding_left_15 {
    padding-left: 15px;
}

.social_icon {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 30px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.social_icon li {
    float: left;
    padding-right: 10px;
    padding-top: 20px;
}
.social_icon img {
    height: 35px;
  width: 35px;
}
.social_icon i {
   background-color: white;
   border-radius: 50%;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright_section {
    width: 100%;
    float: left;
    background-color: #141414;
    height: auto;
    box-shadow: 0px 10px 20px 1px #a4a4a4;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: var(--white);
    text-align: center;
    margin: 15px 0px;
}

.copyright_text a {
    color: var(--white);
}

.copyright_text a:hover {
    color: var(--basecolor);
}

.margin_90 {
    margin: 90px 0px;
}


/*---------------------------------------- File Name: responsive.css -----------------------------------------*/


/*-------------------------------------- 991px x 768px -----------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-search {
    padding: 15px 0px;
  }
}


/*-------------------------------------- 767px x 599px -----------------------------------------*/

@media only screen and (min-width: 599px) and (max-width: 767px) {
  .logo {
    text-align: center;
  }
  .cart-content-right {
    padding-bottom: 5px;
  }
  .mg {
    margin: 0px 0px;
  }
  .menu-area-main {
    height: 256px;
    overflow-y: auto;
  }
  .megamenu>.row [class*="col-"] {
    padding: 0px;
  }
  .menu-area-main .megamenu .men-cat {
    padding: 0px 15px;
  }
  .menu-area-main .megamenu .women-cat {
    padding: 0px 15px;
  }
  .menu-area-main .megamenu .el-cat {
    padding: 0px 15px;
  }
  .mean-container .mean-nav ul li a.mean-expand {
    height: 19px;
  }
  .category-box.women-box {
    display: none;
  }
  .cart-box {
    display: inline-block;
    margin: 0px 30px;
  }
  .wish-box {
    float: none;
    margin: 0px 30px;
    display: inline-block;
  }
  .menu-add {
    display: none;
  }
  .category-box {
    display: none;
  }
  .mean-container .mean-nav ul li ol {
    padding: 0px;
  }
  .mean-container .mean-nav ul li a {
    padding: 10px 20px;
    width: 94.8%;
  }
  .mean-container .mean-nav ul li li a {
    width: 92%;
    padding: 1em 4%;
  }
  .mean-container .mean-nav ul li li li a {
    width: 100%;
  }
  .header-search {
    padding: 15px 0px;
  }
  #collapseFilter.d-md-block {
    padding: 30px 0px;
  }
}


/*-------------------------------------- 599px x 280px -----------------------------------------*/

@media (min-width: 992px) and (max-width: 1199px) {
  .header_section {
    background-size: cover;
  }

  .logo {
    width: 25%;
  }
  .heavy_text {
    font-size: 17px;
  }
  .language_taital_1 {
    font-size: 32px;
  }
  .image_2 {
    left: -160px;
  }
  .image_3 {
    height: auto;
    background-size: cover;
  }
  .image_4 {
    height: auto;
    background-size: cover;
  }
  .image_5 {
    height: auto;
    background-size: cover;
  }
  #main_slider a.carousel-control-prev {
    left: 380px;
    top: 115%;
  }
  #main_slider a.carousel-control-next {
    left: 460px;
    top: 115%;
  }
  .about_taital_1 {
    font-size: 26px;
    padding-top: 20px;
  }
  .image_6 {
    height: 310px;
    padding: 161px 0px;
  }
  .lorem_text {
    font-size: 15px;
    margin-left: 33px;
  }
  .images_main::after {
    height: 270px;
    width: 450px;
  }
  .date_text {
    width: 40%;
  }
  .client_main {
    width: 70%;
  }
  .mail_main {
    width: 70%;
  }
  .call_main {
    width: 60%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .logo, .navbar-toggler{
        z-index: 9;
    }
    .navbar-collapse{
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        background: white;
        width: calc(100vw - 30px);
        border-bottom-right-radius: 80px;
        border-bottom-left-radius: 80px;
        padding: 67px 40px 10px;

        z-index: 1;
    }
  .header_section {
    background-size: cover;
  }
  .image_2 {
    left: -70px;
  }
  .language_taital_1 {
    font-size: 24px;
  }
  .language_taital {
    font-size: 40px;
  }
  .language_section_2 {
    padding-top: 50px;
  }
  .language_section {
    padding-top: 60px;
  }
  .gallery_text {
    width: 55%;
  }
  .image_3 {
    background-size: cover;
  }
  .image_4 {
    background-size: cover;
  }
  .image_5 {
    background-size: cover;
    margin-top: 30px;
  }
  #main_slider a.carousel-control-prev {
    left: 260px;
    top: 115%;
  }
  #main_slider a.carousel-control-next {
    left: 340px;
    top: 115%;
  }
  .about_taital_1 {
    font-size: 20px;
    padding-top: 0px;
  }
  .about_text {
    font-size: 14px;
    padding-top: 10px;
  }
  .appoinment_bt {
    width: 170px;
    margin-top: 20px;
  }
  .image_6 {
    padding: 89px 0px;
    height: auto;
  }
  .about_section {
    padding-bottom: 0px;
  }
  .border_bg {
    width: 160px;
  }
  .images_main::after {
    height: 190px;
    width: 330px;
  }
  .date_text {
    width: 63%;
  }
  .lorem_text {
    width: 80%;
    font-size: 16px;
    margin-left: 21px;
  }
  .client_main {
    width: 83%;
  }
  .quote_icon {
    top: 25px;
  }
  .mail_main {
    width: 90%;
  }
  .call_main {
    width: 80%;
  }
  .box_main {
    margin-top: 30px;
  }
  .readmore_bt a {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 280px) and (max-width: 599px) {
    .logo, .navbar-toggler{
        z-index: 9;
    }
    .navbar-collapse{
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        background: white;
        width: calc(100vw - 30px);
        border-bottom-right-radius: 80px;
        border-bottom-left-radius: 80px;
        padding: 67px 40px 10px;

        z-index: 1;
    }
  .cart-content-right {
    padding-bottom: 5px;
  }
  .megamenu>.row [class*="col-"] {
    padding: 0px;
  }
  .menu-area-main .megamenu .men-cat {
    padding: 0px 15px;
  }
  .menu-area-main .megamenu .women-cat {
    padding: 0px 15px;
  }
  .menu-area-main .megamenu .el-cat {
    padding: 0px 15px;
  }
  .mean-container .mean-nav ul li a {
    padding: 1em 4%;
    width: 92%;
  }
  .mean-container .mean-nav ul li li a {
    width: 90%;
    padding: 1em 5%;
  }
  .mean-container .sub-full.megamenu-categories ol li a {
    padding: 5px 0px;
    text-transform: capitalize;
    width: 100%;
  }
  .megamenu .sub-full.megamenu-categories .women-box .banner-up-text a {
    width: auto;
    border: none;
    float: none;
  }
  .menu-area-main {
    height: 45px;
    overflow-y: auto;
  }
  .mean-container .mean-nav ul li a.mean-expand {
    top: 0;
  }
  @media (min-width: 576px) and (max-width: 767px) {
    #main_slider a.carousel-control-prev {
      position: absolute;
      left: 175px;
      top: 90%;
      display: none;
    }
    #main_slider a.carousel-control-next {
      position: absolute;
      left: 236px;
      top: 90%;
      display: none;
    }
    .navbar-toggler {
      background-color:  var(--white);
    }
    .logo {
      width: 50%;
    }
    .banner_taital {
      font-size: 36px;
    }
    .banner_section {
      padding-top: 50px;
    }
    .header_section {
      background-size: cover;
      padding-bottom: 40px;
    }
    .read_bt a {
      margin: 30px 0px;
    }
    .language_section {
      padding-top: 40px;
    }
    .language_taital {
      font-size: 30px;
    }
    .language_taital_1 {
      font-size: 30px;
    }
    .box_main {
      margin-top: 30px;
    }
    .readmore_bt a {
      margin-top: 20px;
    }
    .language_section_2 {
      padding-top: 40px;
    }
    .services_section {
      padding-top: 0px;
    }
    .image_1 {
      padding-top: 30px;
    }
    .image_2 {
      left: 0px;
    }
    .gallery_taital {
      font-size: 30px;
    }
    .gallery_text {
      width: 100%;
    }
    .image_5 {
      background-size: cover;
      margin-top: 30px;
      height: auto;
    }
    .image_4 {
      background-size: cover;
      margin-top: 30px;
      height: auto;
    }
    .image_3 {
      background-size: cover;
      height: auto;
    }
    .gallery_section {
      padding: 90px 0px 90px 0px;
    }
    .appoinment_bt {
      width: 170px;
    }
    .about_section {
      padding-bottom: 0px;
    }
    .courses_taital {
      font-size: 30px;
    }
    .flag_main {
      display: initial;
    }
    .border_bg {
      display: none;
    }
    .learn_text {
      width: 100%;
      margin: 20px 0px;
    }
    .images_main {
      margin-top: 50px;
    }
    .images_main::after {
      content: '';
      position: absolute;
      background-color: var(--white);
      height: 290px;
      width: 510px;
      top: 47px;
    }
    .date_text {
      width: 75%;
    }
    .lorem_text {
      font-size: 14px;
      padding: 10px 5px;
    }
    .client_main {
      width: 100%;
      display: inline-block;
    }
    .client_left {
      width: 100%;
    }
    .client_right {
      width: 100%;
      padding-left: 10px;
    }
    .image_9 {
      width: 100%;
      position: relative;
      top: 0px;
      left: 10px;
    }
    .name_text {
      padding-top: 20px;
    }
    .quote_icon {
      top: 25px;
    }
    .newsletter_taital {
      font-size: 21px;
    }
    .newsletter_section {
      padding: 10px;
      padding: 20px 10px;
    }
    .mail_main {
      width: 100%;
    }
    .email_box {
      width: 100%;
    }
    .call_main {
      width: 100%;
    }
    .image_6 {
      height: 366px;
    }
    .newsletter_section {
      margin-bottom: -67px;
    }
  }
  @media (max-width: 575px) {
    #main_slider a.carousel-control-prev {
      position: absolute;
      left: 175px;
      top: 90%;
      display: none;
    }
    #main_slider a.carousel-control-next {
      position: absolute;
      left: 236px;
      top: 90%;
      display: none;
    }
    .contact .titlepage h2::after {
      left: -8px;
      width: 281px;
    }
    .footer .headinga span {
      font-size: 16px;
    }
    .menu-bottom {
      margin-bottom: 45px;
    }
    ul.link li {
      padding: 8px 12px;
      padding-bottom: 0px;
    }
    .navbar-toggler {
      background-color:  var(--white);
    }
    .logo {
      width: 50%;
    }
    .banner_taital {
      font-size: 26px;
    }
    .banner_text {
      width: 100%;
      font-size: 14px;
    }
    .banner_section {
      padding-top: 50px;
    }
    .header_section {
      background-size: cover;
      padding-bottom: 40px;
    }
    .read_bt a {
      margin: 30px 0px;
    }
    .language_section {
      padding-top: 40px;
    }
    .language_taital {
      font-size: 25px;
    }
    .language_taital_1 {
      font-size: 21px;
    }
    .box_main {
      margin-top: 30px;
    }
    .language_section_2 {
      padding-top: 40px;
    }
    .services_section {
      padding-top: 0px;
    }
    .image_1 {
      padding-top: 30px;
    }
    .image_2 {
      left: 0px;
    }
    .gallery_taital {
      font-size: 23px;
    }
    .gallery_text {
      width: 100%;
    }
    .image_5 {
      background-size: cover;
      margin-top: 30px;
      height: auto;
    }
    .image_4 {
      background-size: cover;
      margin-top: 30px;
      height: auto;
    }
    .image_3 {
      background-size: cover;
      height: auto;
    }
    .gallery_section {
      padding: 90px 0px 90px 0px;
    }
    .play_icon_3 {
      width: 100%;
      float: left;
      text-align: center;
      position: relative;
      z-index: 9;
      margin: 73px 0px;
    }
    .appoinment_bt {
      width: 170px;
    }
    .about_section {
      padding-bottom: 0px;
    }
    .courses_taital {
      font-size: 30px;
    }
    .flag_main {
      display: initial;
    }
    .border_bg {
      display: none;
    }
    .learn_text {
      width: 100%;
      margin: 20px 0px;
    }
    .images_main {
      margin-top: 50px;
    }
    .images_main::after {
      content: '';
      position: absolute;
      background-color: var(--white);
      height: 170px;
      width: 290px;
      top: 47px;
    }
    .date_text {
      width: 75%;
    }
    .lorem_text {
      width: 77%;
      font-size: 14px;
      padding: 10px 5px;
      margin-left: 22px;
    }
    .client_main {
      width: 100%;
      display: inline-block;
    }
    .client_left {
      width: 100%;
    }
    .client_right {
      width: 100%;
      padding-left: 10px;
    }
    .image_9 {
      width: 100%;
      position: relative;
      top: 0px;
      left: 10px;
    }
    .name_text {
      padding-top: 20px;
    }
    .quote_icon {
      top: 25px;
    }
    .newsletter_taital {
      font-size: 21px;
    }
    .newsletter_section {
      padding: 10px;
      padding: 20px 10px;
    }
    .mail_main {
      width: 100%;
    }
    .email_box {
      width: 100%;
    }
    .call_main {
      width: 100%;
      display: initial;
      float: left;
      text-align: left;
    }
    .newsletter_section {
      margin-bottom: -70px;
    }
    .email_text {
      width: 80%;
    }
  }