/*--------------------------------------------------------------------- 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');
@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

#maindiv{
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
    background: white;
    z-index: 9999;
    position: sticky;
    top: 0;
}

#basinimg{
    width: 40%;
}

@media screen and (min-width: 650px) and (max-width: 800px) {
    #basinimg{
        width: 50%;
    }
}
@media screen and (min-width: 540px) and (max-width: 650px) {
    #basinimg{
        width: 60%;
    }
}
@media screen and (min-width: 410px) and (max-width: 540px) {
    #basinimg{
        width: 80%;
    }
}
@media screen and (min-width: 310px)  and (max-width: 410px) {
    #basinimg{
        width: 90%;
    }
}
@media screen and (max-width: 310px) {
    #basinimg{
        width: 100%;
    }
}

/*Kurumsal*/

#kurumsal{
    margin-top: 40px;
    display: flex !important;
    justify-content: center !important;
}

#kurumsalimg{
    width: 50%;
}


@media screen and (min-width: 1000px) and (max-width: 1200px) {
    
    #kurumsalimg{
      width: 70%;
    }
    
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
    
    #kurumsalimg{
      width: 80%;
    }
    
}

@media screen and (min-width: 650px) and (max-width: 800px) {
    
    #kurumsalimg{
      width: 90%;
    }
    
}

@media screen and (max-width: 650px) {
    #kurumsal{
        display: none !important;
    }
    #kurumsalresp{
        display: block !important;
    }
    
}

@media screen and (min-width: 480px) and (max-width: 650px) {
    
    #kurumsalresp #img1{
        width: 70% !important;
    }

    #kurumsalresp #img2{
        width: 40% !important;
        margin-top: 40px;
    }

    #kurumsalresp #img3{
        width: 40% !important;
        margin-top: 40px;
    }
    
}
@media screen and (min-width: 330px) and (max-width: 480px) {
    
    #kurumsalresp #img1{
        width: 90% !important;
    }

    #kurumsalresp #img2{
        width: 60% !important;
        margin-top: 40px;
    }

    #kurumsalresp #img3{
        width: 60% !important;
        margin-top: 40px !important;
    }
    
}

@media screen and (max-width: 330px) {
    
    #kurumsalresp #img1{
        width: 94% !important;
    }

    #kurumsalresp #img2{
        width: 70% !important;
        margin-top: 40px;
    }

    #kurumsalresp #img3{
        width: 70% !important;
        margin-top: 40px !important;
    }
    
}

/********/



/*Filmimiz*/

#filmimiz{
    margin-top: 40px;
    display: flex !important;
    justify-content: center !important;
}

#filmimizimg{
    width: 50%;
}


@media screen and (min-width: 1000px) and (max-width: 1200px) {
    
    #filmimizimg{
      width: 70% !important;
    }
    
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
    
    #filmimizimg{
      width: 80% !important;
    }
    
}

@media screen and (min-width: 580px) and (max-width: 800px) {
    
    #filmimizimg{
      width: 100% !important;
    }
    
}

@media screen and (max-width: 580px) {
    
    #filmimiz{
      display: none !important;
    }

    #filmimizimg{
        width: 100% !important;
    }
    
}
#filmbaslik{
    width: 32%;
}
#filmimizafis{
    width: 80% !important;
    margin-top: 40px !important;
}

@media screen and (max-width: 400px)
{
    #filmimizafis{
        width: 100% !important;
        margin-top: 40px !important;
    }
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
    
    #filmbaslik{
        width: 50% !important;
    }
       
}

@media screen and (min-width: 580px) and (max-width: 800px) {
    
    #filmbaslik{
        width: 60% !important;
    }
       
}

@media screen and (min-width: 440px) and (max-width: 580px) {
    
    #filmbaslik{
        width: 80% !important;
    }
       
}

@media screen and (max-width: 440px) {
    
    #filmbaslik{
        width: 90% !important;
    }
       
}

/********/
/*Galeri*/
#galeribaslik{
    width: 28% !important;
}


@media screen and (min-width: 1000px) and (max-width: 1200px) {
    
    #galeribaslik{
      width: 40% !important;
    }
    
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
    
    #galeribaslik{
      width: 50% !important;
    }
    
}

@media screen and (min-width: 650px) and (max-width: 800px) {
    
    #galeribaslik{
      width: 50% !important;
    }
    
}


@media screen and (min-width:540px) and (max-width: 650px) {
    
    #galeribaslik{
      width: 60% !important;
    }
    
}

@media screen and (min-width:410px) and (max-width:540px) {
    
    #galeribaslik{
      width: 80% !important;
    }
    
}

@media screen and (min-width:365px) and (max-width:410px) {
    
    #galeribaslik{
      width: 90% !important;
    }
    
}

@media screen and  (max-width:365px) {
    
    #galeribaslik{
      width: 100% !important;
    }
    
}
/********/

/*İletişim*/

#iletisimgorsel{
    width: 55% !important;
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
    
    #iletisimgorsel{
      width: 60% !important;
    }
    
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
    
    #iletisimgorsel{
      width: 70% !important;
    }
    
}

@media screen and (min-width: 500px) and (max-width: 800px) {
    
    #iletisimgorsel{
      width: 90% !important;
    }
    
}

@media screen and (max-width: 500px) {
    
    #iletisimgorsel{
      width: 100% !important;
    }
    
}

#iletisimbaslik{
    width: 28% !important;
}


@media screen and (min-width: 1000px) and (max-width: 1200px) {
    
    #iletisimbaslik{
      width: 40% !important;
    }
    
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
    
    #iletisimbaslik{
      width: 50% !important;
    }
    
}

@media screen and (min-width: 650px) and (max-width: 800px) {
    
    #iletisimbaslik{
      width: 50% !important;
    }
    
}


@media screen and (min-width:540px) and (max-width: 650px) {
    
    #iletisimbaslik{
      width: 60% !important;
    }
    
}

@media screen and (min-width:410px) and (max-width:540px) {
    
    #iletisimbaslik{
      width: 80% !important;
    }
    
}

@media screen and (min-width:365px) and (max-width:410px) {
    
    #iletisimbaslik{
      width: 90% !important;
    }
    
}

@media screen and  (max-width:365px) {
    
    #iletisimbaslik{
      width: 100% !important;
    }
    
}

/********/

/*Bizi Tanıyın*/

#bizitaniyin{
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

#bizitaniyinimg{
    width: 50%;
}


@media screen and (min-width: 1000px) and (max-width: 1200px) {
    
    #bizitaniyinimg{
      width: 70% !important;
    }
    
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
    
    #bizitaniyinimg{
      width: 80% !important;
    }
    
}

@media screen and (min-width: 650px) and (max-width: 800px) {
    
    #bizitaniyinimg{
      width: 90% !important;
    }
    
}

@media screen and (max-width: 650px) {
    
    #bizitaniyin{
      display: none !important;
    }
    
}

@media screen and (min-width:500px) and (max-width: 650px) {
    
    #bizitaniyinbaslik{
      width: 70% !important;
    }
    
}

@media screen and (max-width:500px) {
    
    #bizitaniyinbaslik{
      width: 80% !important;
    }
    
}

@media screen and (max-width:400px) {
    
    .pagetext{
      font-size: 5vw !important;
      text-align: center;
    }
    
}

/********/

/*Lisanslı*/

#lisansli{
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

#lisanslimg{
    width: 50%;
}

#lisansliresp{
    display: none !important;
}


@media screen and (min-width: 1000px) and (max-width: 1200px) {
    
    #lisanslimg{
      width: 70% !important;
    }
    
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
    
    #lisanslimg{
      width: 80% !important;
    }
    
}

@media screen and (min-width: 650px) and (max-width: 800px) {
    
    #lisanslimg{
      width: 90% !important;
    }
    
}

@media screen and (max-width: 650px) {
    
    #lisansli{
      display: none !important;
    }
    #lisansliresp{
        display: block !important;
    }
    
}


/********/

/*Kliplerimiz*/

#kliplerimiz{
    margin-top: 40px !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

#kliplerimizimg{
    width: 50%;
}

@media screen  and (max-width: 580px) {
    #kliplerimiz{
        display: none !important;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
    
    #kliplerimizimg{
      width: 70% !important;
    }
    
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
    
    #kliplerimizimg{
      width: 80% !important;
    }
    
    
}

@media screen and (max-width: 800px) {
    
    #kliplerimizimg{
      width: 100% !important;
    }
    
}

#klipbaslik{
    width: 32%;
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
    
    #klipbaslik{
        width: 50% !important;
    }
       
}

@media screen and (min-width: 580px) and (max-width: 800px) {
    
    #klipbaslik{
        width: 60% !important;
    }
       
}

@media screen and (min-width: 440px) and (max-width: 580px) {
    
    #klipbaslik{
        width: 80% !important;
    }
       
}

@media screen and (max-width: 440px) {
    
    #klipbaslik{
        width: 94% !important;
    }
       
}

/********/

/*Kitabımız*/

#kitabimizbaslik{
    width: 32%;
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
    
    #kitabimizbaslik{
        width: 50% !important;
    }
       
}

@media screen and (min-width: 580px) and (max-width: 800px) {
    
    #kitabimizbaslik{
        width: 60% !important;
    }
       
}

@media screen and (min-width: 440px) and (max-width: 580px) {
    
    #kitabimizbaslik{
        width: 80% !important;
    }
       
}

@media screen and (max-width: 440px) {
    
    #kitabimizbaslik{
        width: 94% !important;
    }
       
}

#kitabimiz{
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

#kitabimizimg{
    width: 50%;
}
#kitabimizresp{
    display: none !important;
}


@media screen and (min-width: 1000px) and (max-width: 1200px) {
    
    #kitabimizimg{
      width: 70% !important;
    }
    
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
    
    #kitabimizimg{
      width: 80% !important;
    }
    
}

@media screen and (min-width: 650px) and (max-width: 800px) {
    
    #kitabimizimg{
      width: 100% !important;
    }
    
}

@media screen and (max-width: 650px) {
    
    #kitabimiz{
      display: none !important;
    }
    #kitabimizresp{
        display: block !important;
    }
    
}

/********/

 #btn {
  background-color: rgb(106,107,108);
  border: none;
  color: white;
  padding: 2px 8px;
  font-size: 16px;
  position: fixed;
  display: none;
  top: 80%;
  z-index: 1;
  right: 20px;
}

#btn:hover {
  background-color: #babac0;
}

.footerTag {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .footerTag, .footerTag:hover {
      text-decoration: none !important; }
  
  .content {
    height: 70vh; }
  
  .footer-16371 {
    padding: 7rem 0;
    font-family: "Poppins", sans-serif; }
    .footer-16371 .footer-site-logo {
      text-align: center;
      font-size: 2rem;
      font-weight: 900; }
      .footer-16371 .footer-site-logo a {
        color: #4200ff; }
    .footer-16371 .nav-links {
      padding: 0;
      margin: 0; }
      .footer-16371 .nav-links li {
        display: inline-block; }
        .footer-16371 .nav-links li a {
          padding: 10px;
          color: #000; }
          .footer-16371 .nav-links li a:hover {
            color: #4200ff; }
    .footer-16371 .social h3 {
      font-weight: bold;
      font-size: 18px;
      color: #000; }
    .footer-16371 .social ul li {
      display: inline-block; }
      .footer-16371 .social ul li a {
        display: inline-block;
        padding: 10px; }
      .footer-16371 .social ul li.in a {
        color: rgb(106,107,108); }
      .footer-16371 .social ul li.tw a {
        color: rgb(106,107,108); }
      .footer-16371 .social ul li.fb a {
        color: rgb(106,107,108); }
      .footer-16371 .social ul li.dr a {
        color: rgb(106,107,108); }
      .footer-16371 .social ul li.pin a {
        color: rgb(106,107,108); }
    .footer-16371 .copyright {
      color: #999999; }





/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/






* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}



.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     50%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('https://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}



html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}

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;
}

.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: #ffffff !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: 40px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}

/*custom css start*/

.footercat:hover{
    color: khaki !important;
}

.sub_cat{
    width: 80%;
}

.sub_cat:hover{

    filter: brightness(80%);

}

@media screen and (min-width: 0px) and (max-width: 600px) {

    #logologo{
        height: 18px !important;
        margin-left: -30px !important;
    }

}
@media screen and (min-width: 0px) and (max-width: 320px) {

    .footercat{
       
        font-size: 18px !important;
    }

}


#logologo:hover{
    filter: blur(1px);
}
.subcat_div
{
    color: black;
    position: absolute;
    text-shadow: 0px 3px 3px rgba(255, 255, 255);
    font-size: 1.4vw !important;
    font-weight: 600;
font-family: Calibri;}

@media screen and (min-width: 400px) and (max-width: 800px) {
    .subcat_div{
        font-size: 5vw !important;
    }
    
}

@media screen and (max-width: 400px) {
    .subcat_div{
        font-size: 5.4vw !important;
    }
    
}

.footerLogo1{
    width: 12%;
    min-width: 100px;
}

.footerLogo2{
    width: 8%;
    margin-left: 15%;
    min-width: 80px;
}

.footerLogo3
{
    width: 12%;
    margin-left: 15%;
    min-width: 100px;
}

@media screen and (min-width: 1400px) {
 .list-unstyled{
    font-size: 70px !important;
 }
}

@media screen and (max-width: 500px) {

    .footer-site-logo .mb-12{
           display: block !important;
           flex-wrap: wrap;
    }
    .footerLogo1{
        width: 40%;
        margin: auto;
        margin-bottom: 10px;
        
    }
    
    .footerLogo2{
        width: 30%;
        margin: auto;
        margin-bottom: 10px;
        margin-left: 40px !important;
    }
    
    .footerLogo3
    {
        width: 40%;
        margin: auto;
        
        
    }
}

@media screen and (max-width: 700px) {

    #mylogo{
        height: 30px !important;
    }
    .myheaderdiv2{
    
        width: 70% !important;
        margin-right: -30px !important;
    }
    .myheaderdiv2 a{
    
        float: right !important;
    }
    
}

@media screen and (min-width: 800px) {
    .myheaderdiv1right{
       width: 30%;
       margin-right: -30px !important;
       display: block !important;
    }

    .myheaderdiv1right ul{
        display: flex;
        float: right;
    }
    
}

@media screen and (max-width: 500px) {
    #mylogo{
        width: 240px;
       
       object-fit: contain;
    }
    
}
@media screen and (max-width: 800px) {
    
    .myheaderdiv1right{
    display: none !important;
}
}



#mylogo{
    height: 40px;
    z-index: 999;
    
}




.myheaderdiv1left{
    width: 30%;
}

.myheaderdiv2{
    
    width: 40%;
}


/*custom css finish*/



/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-color: white;
    height: auto;
    background-size: 100%;
}

.bg-light {
    background-color: transparent!important;
}

.toggle_icon {
    padding: 10px 0px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}

.sidenav a {
    padding: 4px 8px 4px 8px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #fc967e;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav {
    z-index: 99999999999999;
    background-color: rgb(0, 0, 0, 0.9);
}

@media screen and (max-width: 450px) {
    .sidenav {
        padding-top: 15px;
        background-color: rgb(0, 0, 0, 0.9);
    }
    .sidenav a {
        font-size: 18px;
    }
}

.login_text {
    width: 100%;
    float: left;
}

.login_text ul {
    margin: 0px;
    padding: 0px;
}

.login_text li {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    float: left;
    padding-left: 15px;
}

.login_text a {
    color: #ffffff;
}

.login_text a:hover {
    color: #ffffff;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
    padding-left: 90px;
    z-index: 2;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.banner_taital {
    width: 100%;
    margin: 0 auto;
    font-size: 100px;
    color: #000;
    line-height: 90px;
    padding-top: 20px;
    font-family: 'Great Vibes', cursive;
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    margin: 20px 0px;
}

.read_bt {
    width: 170px;
    float: left;
    padding-top: 30px;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #252525;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    text-transform: uppercase;
}

.read_bt a:hover {
    color: #ffffff;
    background-color: #f5ddb6;
}


/* banner section end */


/* product section start */

.product_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.product_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #232322;
    font-weight: bold;
}

.product_text {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #50504f;
    margin: 0px;
}

.product_section_2 {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.product_box {
    width: 100%;
    background-color: #ffffff;
    height: auto;
    border: 1px solid #7d7d7c;
    padding: 20px 0px 0px 0px;
    margin-top: 30px;
}

.bursh_text {
    width: 100%;
    font-size: 20px;
    text-align: center;
    color: #1a1c1b;
    font-weight: 600;
}

.lorem_text {
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #50504f;
    margin: 0px;
}

.image_1 {
    width: 100%;
    text-align: center;
    margin: 20px 0px;
    padding: 0px 20px;
    height: 200px;
}

.btn_main {
    width: 100%;
    display: flex;
    background-color: #000;
    height: auto;
    padding: 20px 10px 13px 10px;
}

.buy_bt {
    float: left;
    width: 100%;
}

.buy_bt ul {
    margin: 0px;
    padding: 0px;
}

.buy_bt li a {
    float: left;
    font-size: 12px;
    color: #252525;
    padding: 5px 10px;
    background-color: #ffffff;
    text-transform: uppercase;
    margin-right: 5px;
    border-radius: 40px;
}

.buy_bt li a:hover {
    background-color: #f5ddb6;
    color: #ffffff;
}

.buy_bt li.active a {
    background-color: #f5ddb6;
    color: #fff;
}

.price_text {
    font-size: 16px;
    color: #fefefd;
    width: 42%;
    padding-top: 5px;
    text-align: right;
}

.seemore_bt {
    width: 170px;
    margin: 0 auto;
    padding-top: 60px;
}

.seemore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #252525;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.seemore_bt a:hover {
    color: #ffffff;
    background-color: #f5ddb6;
}


/* product section end */


/* about section start */

.about_section {
    width: 100%;
    float: left;
    background-color: #fef4ec;
    height: auto;
    padding-bottom: 90px;
}

.about_section_main {
    width: 100%;
    float: left;
}

.about_taital_main {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-left: 100px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 44px;
    color: #252525;
    font-weight: bold;
    text-transform: uppercase;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #252525;
    margin: 0px;
}

.image_3 {
    width: 100%;
    float: left;
    height: 430px;
}

.readmore_bt {
    width: 170px;
    float: left;
    padding-top: 30px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #363636;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.readmore_bt a:hover {
    color: #50504f;
    background-color: #ffffff;
}

#mySidenav a{
    font-family: 'nunito';
}

/* about section end */

/* customer section start */

.customer_section {
    width: 100%;
    float: left;
    padding-bottom: 70px;
}

.customer_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #252525;
    font-weight: bold;
}

.client_section_2 {
    width: 70%;
    margin: 0 auto;
    padding-top: 50px;
}

.client_main {
    width: 100%;
    float: left;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 30px 1px #eeeeed;
    margin-bottom: 50px;
}

.client_left {
    width: 30%;
    float: left;
}

.client_right {
    width: 70%;
    float: left;
    padding-top: 55px;
    padding-left: 14px;
}

.name_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #252525;
    font-weight: bold;
    text-transform: uppercase;
}

.dolor_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #252525;
    margin: 0px;
}

.client_img {
    width: 100%;
    text-align: center;
}

#main_slider a.carousel-control-prev {
    left: -60px;
    top: 360px;
}

#main_slider a.carousel-control-next {
    right: -60px;
    top: 360px;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #ffffff;
    opacity: 1;
    font-size: 30px;
    color: #000000;
    border-radius: 100px;
    box-shadow: 0px 0px 18px 8px #eeeeed;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #000;
    background-color: #f5ddb6
}


/* customer section end */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
}

.contact_taital {
    width: 100%;
    float: left;
    color: #1a1c1b;
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
}

.contact_text {
    width: 100%;
    float: left;
    color: #252525;
    margin: 0px;
    font-size: 16px;
}

.contact_main {
    width: 100%;
    display: flex;
    margin-top: 45px;
}

.contact_bt {
    width: 200px;
}

.contact_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 30px;
    background-color: #252525;
    text-transform: uppercase;
    margin-right: 15px;
    border-radius: 5px;
    text-align: center;
}

.contact_bt a:hover {
    background-color: #252525;
    color: #ffffff;
}

.newletter_bt {
    width: 200px;
    margin-left: 20px;
}

.newletter_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #252525;
    padding: 10px 30px;
    background-color: #fef4ec;
    text-transform: uppercase;
    margin-right: 15px;
    border-radius: 5px;
    text-align: center;
}

.newletter_bt a:hover {
    background-color: #252525;
    color: #ffffff;
}

.map_main {
    width: 100%;
    float: left;
    margin-top: 90px;
}

.contact_section_2 {
    width: 100%;
    float: left;
}


/* contact section start */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #363636;
    height: auto;
    background-size: 100%;
    padding-bottom: 30px;
}

.footer_logo {
    width: 100%;
    float: left;
    text-align: center;
    display: none;
}

.footer_logo_1 {
    width: 100%;
    float: left;
    text-align: center;
}

.address_bt {
    width: 100%;
    float: left;
}

.address_bt ul {
    margin: 0px;
    padding: 0px;
}

.address_bt li {
    font-size: 16px;
    color: #ffffff;
    padding: 10px 0px 0px 0px;
}

.address_bt li a {
    color: #ffffff;
}

.address_bt li a:hover {
    color: #f5ddb6;
}

.padding_left10 {
    padding-left: 10px;
}

.address_text {
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
}

.dummy_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #ffffff;
    margin: 0px;
    text-align: center;
    padding-top: 20px;
}

.ipsum_text {
    width: 65%;
    float: left;
    font-size: 14px;
    color: #ffffff;
    margin: 0px;
    padding-top: 10px;
}

.main {
    width: 54%;
    float: right;
}

.social_icon {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    border-bottom: 1px solid #f5ddb6;
    padding-bottom: 30px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.social_icon li {
    float: left;
    font-size: 26px;
    color: #f5ddb6;
    padding: 10px;
}

.social_icon li a {
    color: #f5ddb6;
}

.social_icon li a:hover {
    color: #ffffff;
}


/* footer section end */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #f0f0f0;
    height: auto;
}

.copyright_text {
    width: 100%;
    color: white;
    text-align: center;
    font-size: 2vw;
    margin: 20px 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #f5ddb6;
}

.margin_top90 {
    margin-top: 90px;
}