@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Oswald:wght@200;300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700;800;900&family=Poppins:wght@100;200;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

.contact_form label {
    width: 100% !important;
}
.contact-form-sec form ul {
    display: flex;
    margin: 0 0;
}

.contact-form-sec form ul li {
    padding: 0 6px;
}

.contact-form-sec form ul li:nth-child(1) {
    padding-left: 0 !important;
}

.contact-form-sec form ul li:nth-child(2) {
    padding-right: 0 !important;
}

.contact-form-sec form p {
    width: 100% !important;
}
.contact_form form textarea {
    width: 100% !important;
}

html body .form-004 {
    width: 100% !important;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

 

/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5{
  margin-top: 50px;
}
.mb-5{
  margin-bottom: 50px;
}
.mt-8{
  margin-top: 80px;
}
.mt-4{
  margin-top: 40px;
}
.mt-3{
  margin-top: 30px;
}
.mt-2{
  margin-top: 20px;
}
.pt-5{
  padding-top: 50px;
}
.pb-1{
  padding-bottom: 10px;
}
.pb-2{
  padding-bottom: 20px;
}
.pb-3{
  padding-bottom: 30px;
}
.pb-4{
  padding-bottom: 40px;
}
.pb-8{
  padding-bottom: 80px;
}

.m-0{
  margin: 0 !important;
}

.p-0{
padding: 0 !important;
}
  
.pt-8{
  padding-top: 80px;
}
.pt-4{
  padding-top: 40px;
}
.pt-3{
  padding-top: 30px;
}
.pt-2{
  padding-top: 20px;
}
.all-section{
  padding: 80px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.img-fluid{
  width: 100%;
}
.about-img-box .ab-txt {
    bottom: 0 !important;
}

.service-sec .nav-tabs .nav-link {margin-bottom: 10px !important;}
.d-flex{
  display: flex;
  align-items: center;
}

.over-flow-h{
  overflow: hidden;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

p{
  color: #000003;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  margin: 0px;
  margin-bottom: 15px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */

.topSec{
  background-color: #5c4e6e;
  padding: 10px 0;
}
.topSec ul{
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
.topSec ul li select{
  background-color: transparent;
  border: 0;
  -webkit-appearance:auto;
  color: #fff;
      padding: 0 10px;
    margin-right: 10px;
}
.topSec ul li select option{
  background: #5c4e6e;
    color: #000;
}
.topSec ul li .socail{
  margin-left: 50px;
}
.topSec ul li .socail li a{
  color: #fff;
  font-size: 18px;
}
.topSec ul li .socail li{
  margin-right: 15px;
}
.topSec p{
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  margin: 0;
}
=
.header-logo img {
    width: 100%;
    height: 20vh !important;
}

.menuSec {
  padding: 0px 0;
}
.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 20px 30px;
    font-size: 18px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #5c4e6e;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
/*banner css start */




.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators {}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
/*banner css end*/

  .banner_text{
    position: relative;
  }
  .banner_text h1{
    color: #fff;
    font-size: 80px;
    font-family: 'Kaushan Script', cursive;
    line-height: 90px;
  }
  .banner_text p{
    color: #fff;
    font-size: 14px;
  }
  .themes-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 160px;
    background-color: #5c4e6e;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    border: 2px solid #5c4e6e;
  }
  .themes-btn:hover{
    box-shadow: inset 0 0 0 25px #fff , inset 0 0 0 -25px #fff;
    letter-spacing: 1px;
    transform: scale(1.02);
    color: #5c4e6e;
  }
  .themes-btn1{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 160px;
    background-color: #8c69ba;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    border: 2px solid #8c69ba;
  }
  .themes-btn1:hover{
    box-shadow: inset 0 0 0 25px #fff , inset 0 0 0 -25px #fff;
    letter-spacing: 1px;
    transform: scale(1.02);
    color: #8c69ba;
  }

  .themes-padd{
    padding: 80px 0;
  }
  .themes-h4{
    position: relative;
    font-size: 55px;
    color: #000000;
    font-weight: bold;
  }
  .themes-h2{
    position: relative;
    font-size: 40px;
    color: #5c4e6e;
    line-height: 60px;
    font-family: 'Kaushan Script', cursive;
  }
  .themes-h2 span{
    display: block;
  }
  .themes-h3{
    position: relative;
    font-size: 50px;
    color: #fff;
    line-height: 55px;
    font-weight: 400;
    font-family: 'Kaushan Script', cursive;
  }
  .themes-h3 span{
    display: block;
  }

  /*homee pages section*/
      /*shiping-sec*/
      .shiping-sec{
        position: relative;
        padding: 20px 0;
        margin-top: 5px;
        box-shadow: 0 0 10px 0 #00000022;
      }
      .shiping-sec ul{
        display: flex;
        margin: 0;
        justify-content: center;
        align-items: center;
      }
      .shiping-sec ul li img{
        margin-right: 20px;
      }
      .shiping-sec ul li h5{
        color: #262626;
        font-size: 22px;
        margin: 0;
      }
      .shiping-sec ul li h6{
        color: #000;
        font-size: 16px;
        font-weight: 400;
        margin: 0;
      }
      /*shiping-sec*/

      /*about-sec*/
        .about-sec{
          position: relative;
        }
        .about-sec .row{
          align-items: center;
        }
        .about-img-box{
          position: relative;
        }
        .about-img-box img{
          margin: 0% auto;
          display: block;
          height: 650px;
        }
        .about-img-box .ab-txt{
          position: absolute;
          bottom: -13%;
          background: #5c4e6e;
          padding: 20px 30px;
          text-align: center;
        }
        .about-img-box .ab-txt h5{
          color: #e5e6ec;
          font-size: 50px;
          line-height: 50px;
          margin: 0;
        }
        .about-img-box .ab-txt h5 span{
          display: block;
          font-size: 25px;
          line-height: 25px;
          text-transform: uppercase;
        }
      /*about-sec*/

      /*banner-sale-sec*/
      .sale-banner-box{
        position: relative;
      }
      .banner-sale-img{
        position: relative;
        overflow: hidden;
      }
      .sale-banner-box:hover .banner-sale-img img{
        transform: scale(1.2);
      }
      .banner-sale-img img{
        transition: 0.3s ease-in-out;
      }
      .baner-sale-txt{
        position: absolute;
        top: 50%;
        left: 40%;
        transform: translate(-50%,-50%);
      }
      .baner-sale-txt h3{
        color: #fff;
        font-size: 50px;
        line-height: 60px;
        font-family: 'Kaushan Script', cursive;
        margin: 0;
      }
      .baner-sale-txt h3 span{
        display: block;
      }
      .baner-sale-txt p{
        color: #fff;
      }

      .sale-banne-box{
        position: relative;
        margin-top: 20px;
      }
      .sale-banne-box .sale-img{
        position: relative;
        overflow: hidden;
      }
      .sale-banne-box:hover .sale-img img{
        transform: scale(1.2);
      }
      .sale-banne-box .sale-img img{
        transition: 0.3s ease-in-out;
      }
      .sale-banne-box .sale-txt{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
      }
      .sale-banne-box .sale-txt h3{
        margin: 0;
        position: relative;
      }
      .sale-banne-box .sale-txt h3::before{
            content: '';
    position: absolute;
    left: -20%;
    top: -35%;
    height: 250px;
    width: 400px;
    background-image: url(../images/sale-txt-bg-.png);
    background-repeat: no-repeat;
    background-size: contain;
      }
      .sale-banne-box.styl-c {
        margin-bottom: 20px;
        margin-top: 0;
      }
      .sale-banne-box.styl-c .sale-txt{
        text-align: center;
        width: 80%;
      }
      .sale-banne-box.styl-c .sale-txt h3{
        color: #000;
      }
      .sale-banne-box.styl-c .sale-txt h3::before{
        filter: invert(100%);
        left: 0;
        width: 100%;
        top: -60%;
      }

      .sale-banner-box.sty-che .baner-sale-txt{
           width: 80%;
    left: 10%;
    transform: translate(0, -50%);
    text-align: center;
      }
      .sale-banner-box.sty-che .baner-sale-txt a{
        margin: 0% auto;
      }
      .sale-banner-box.sty-che .baner-sale-txt h3{
        color: #000;
      }
      .sale-banner-box.sty-che .baner-sale-txt p{
        color: #000;
      }
      /*banner-sale-sec*/

      /*service-sec*/
        .service-sec{
          position: relative;
        }
        .service-sec .nav-tabs{
          border: 0;
              justify-content: center;
              margin-bottom: 50px;
        }
        .service-sec .nav-tabs .nav-link{
          padding: 5px 10px;
          border: 1px solid #5c4e6e;
          color: #5c4e6e;
          font-size: 16px;
          border-radius: 0;
          margin: 0 5px;
        }
        .service-sec .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
          background-color: #5c4e6e;
          color: #fff;
        }
        .service-box{
          position: relative;
          background-color: #e7e6e9;
          padding: 10px;
          margin: 10px 0;
        }
        .service-box .service-img{
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%;
          height: 200px;
          width: 200px;
          padding: 5px;
          border: 2px dashed #5c4e6e;
          margin: 0% auto;
          margin-bottom: 10px;
          overflow: hidden;
        }
        .service-box:hover .service-img img{
          transform: scale(1.2);
        }
        .service-box .service-img img{
          height: 100%;
          width: 100%;
          object-fit: cover;
          transition: 0.3s ease-in-out;
        }
        .service-box .service-txt{
          padding: 10px 0;
          text-align: center;
        }
        .service-box .service-txt h4{
          margin: 0;
          color: #5c4e6e;
          font-size: 22px;
          font-family: 'Kaushan Script', cursive;
        }
      /*service-sec*/

       /*client-say-sec*/

    .client-say-sec{

      padding-bottom: 80px;

    }

    .client-say-sec .container-fluid{

      padding: 0 ;

    }

    .client-box::before{

content: '\f10e';

font-family: 'Font Awesome 5 Free';

font-weight: 600;

color: #fff;

position: absolute;

left: 0;

top: 0;

height: 100px;

width: 100px;

background-color: #6e3180;

clip-path: polygon(0 0, 0% 100%, 100% 0);

font-size: 25px;

padding: 15px 0 0 20px;

}

    .client-box::after{

content: '\f10e';

font-family: 'Font Awesome 5 Free';

font-weight: 600;

color: #eaede0;

position: absolute;

right: 20px;

bottom: 20px;

font-size: 65px;

opacity: 1;

}

    .client-box{

      position: relative;

      box-shadow: 0 0 10px 0 #00000022;

      padding: 30px 30px;

      margin: 10px 0;

    }

    .client-box ul{

      display: flex;

      width: 80%;

      margin: 0% auto;

      align-items: center;

      justify-content: center;

      margin-bottom: 20px;

    }

    .client-box ul li img{

      margin-right: 20px;

      height: 100px;

      object-fit: contain;

    }

    .client-box ul li h4{

margin: 0;

color: #000;

font-size: 30px;

}

.client-box ul li h5{
        color: #000000;
      font-size: 18px;
      font-weight: 500;
      font-family: 'Roboto';
      margin: 8px 0;

    }

    .client-box ul li .d-flex i{

      color: #fd8f00;

    }

    .client-box p{

      color: #6f6f6f;

      font-size: 14px;

      width: 80%;

      margin: 0% auto;

      text-align: center;

      font-family: 'Roboto';

    }



    .client-say-sli .slick-slide{

      opacity: 1;

    }

  /*client-say-sec*/

  /*contact-form-sec*/
    .contact-form-sec.inner1{
      background-color: transparent;
    }
    .contact-form-sec.inner::after{
       content: '';
      position: absolute;
      top: -150%;
      height: 200%;
      width: 100%;
      z-index: -1;
      background-color: #f7f7f7;
      z-index: -1;
    }
    .contact-form-sec::before{
      content: '';
      position: absolute;
      bottom: 0;
      height: 50%;
      width: 100%;
      z-index: -1;
      background-color: #000;
    }
    .contact-form-sec{
      position: relative;
      background-color: #fff;
      z-index: 0;
    }
    .contact-form-sec .form-box{
      background-color: #5c4e6e;
      width: 70%;
      margin: 0% auto;
      text-align: center;
      padding: 40px 20px;
    }
    .contact-form-sec .form-box h2{
      color: #fff;
      margin-bottom: 10px;
    }
    .contact-form-sec .form-box p{
      color: #fff;
      width: 90%;
      margin: 0% auto;
      margin-bottom: 20px;
    }
    .contact-form-sec .form-box input{
      width: 100%;
      padding: 12px;
      margin-bottom: 10px;
      border: 0;
    }
    .contact-form-sec .form-box textarea{
      width: 100%;
      padding: 12px;
      margin-bottom: 10px;
      border: 0;
      resize: none;
      height: 100px;
    }
    .contact-form-sec .form-box form{
      width: 80%;
      margin: 0% auto;
    }
    .contact-form-sec .form-box button{
      border: 2px solid #fff;
      background-color: #8064a3;
      color: #fff;
      padding: 10px 40px;
    }
  /*contact-form-sec*/

  /*homee pages section*/

   /*main_footer*/
  .main_footer{
    position: relative;
    padding-top: 20px;
    background: #000000;
  }
  .main_footer p{
    color: #fff;
  }
  .main_footer .f-logo{
    margin-bottom: 20px;
  }
  .main_footer h4{
    color: #fff;
    margin-top: 50px;
    font-family: 'Kaushan Script';
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .main_footer ul li a{
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    display: flex;
  }
  .main_footer ul li a span {
    width: 90%;
    margin: 0% auto;
    display: block;
    line-height: 20px;
    margin-bottom: 10px;
}
  .main_footer ul li a i{
    width: 30px;
    margin-top: 8px;
  }
  .main_footer .footer_social{
    display: flex;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .main_footer .footer_social li{
    margin-right: 10px;
  }
  .main_footer .footer_social li a i{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    background: #5c4e6e;
  }
  .col-f1{background-color:#3b5998 ;}
  .col-f2{background-color:#0e76a8 ;}
  .col-f3{background-color:#2296f9 ;}
  .col-f4{background-color:#cd1f29 ;}

  .footer_bottom{
    margin-top: 30px;
    border-top: 2px solid #fff;
    height:80px;
    display: grid;
    align-content: center;
  }
  .footer_bottom p{
  margin: 0;
  font-size: 18px;
  }
  .footer_bottom img{
    float: right;
  }
 /*main_footer*/


 /*inner pages*/
  .banner_text.inner h1 {
    color: #fff;
    margin: 0;
}
.about-sec .mg-40{
  margin-top: 60px;
}
.about-sec .mg-40 h2{
  margin-bottom: 10px;
}
.about-sec .mg-40 p{
  margin-bottom: 5px;
}

  .service-inner-sec{
    position: relative;
  }
  .service-inner-sec .service-box .service-img{
    height: 300px;
    width: 300px;
  }
  .service-inner-sec .service-box {
    margin: 20px 0;
  }
  .service-inner-sec .service-box .service-txt h4{
    font-size: 40px;
    margin: 15px 0;
  }

  .pagnation{
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .pagnation li{
    margin-right: 20px;
  }
  .pagnation li:last-child{
    margin: 0;
  }
  .pagnation li a:hover{
    background-color: #5c4e6e;
  }
  .pagnation li a.active{
    background-color: #5c4e6e;
  }
  .pagnation li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: #8064a3;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
  }

  /*CONTACT PAGE*/

.contact_form_sec{
  padding: 25px 0px 70px 0px;
}
.contact_form h3{
  font-size: 40px;
  line-height: 45px;
  color: #000;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Kaushan Script';
}
.contact_form form input{
  width: 100%;
  height: 50px;
  padding-left: 15px;
  margin-bottom: 20px;
  font-size: 16px;
  border: 1px solid #e0e0e0;
  background: #fff;
}

.contact_form form textarea{
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  font-size: 16px;
  border: 1px solid #e0e0e0;
  height: 150px;
  resize: none;
}
.contact_page_map iframe{
  border: none;
  height: 492px;
  width: 100%;
}

.contact_page{
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.contact_form_sec{
  position: relative;
  z-index: 1;
}

.contact_form p {
    font-size: 16px;
    line-height: 25px;
    color: #333;
    font-family: 'Poppins';
    font-weight: 500;
}



.contact_detail_box figure img {
    margin: auto;
    width: 90px;
    height: 90px;
    object-fit: contain;
    transition: 0.3s ease-in-out;
}

.contact_detail_box h2 {
    font-size: 30px;
    line-height: 35px;
    color: #000;
    font-weight: 800;
    margin: 20px 0 10px 0;
    transition: 0.5s ease-in-out;
    font-family: 'Kaushan Script';
}

.contact_detail_box p {
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    margin: 0;
    height: 51px;
    transition: 0.5s ease-in-out;
}

.contact_detail_box {
    padding: 50px 30px;
    border-radius: 10px;
    transition: 0.5s ease-in-out;
    box-shadow: 0px 0px 10px #00000029;
    background-color: #fff;
}
html body .about-img-box .ab-txt {
    bottom: 0 !important;
}
.contact_detail_box:hover {
    background-color: #6b5e7b;
}
.contact_detail_box:hover img{
  filter: brightness(0) invert(1);
}

.contact_detail_box:hover * {
    color: #fff;
}
.contact_form button{
  background-color: #5c4e6e;
  border: 0;
  padding: 10px;
  color: #fff;
}
/*CONTACT END*/


/*register-sec*/
  .register-sec::before{
    content: '';
    position: absolute;
    bottom: -50%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: #f7f7f7;
  }
  .register-sec{
    position: relative;
  }
  .register-sec h3{
    color: #000000;
    font-size: 33px;
  }
  .register-sec input{
    width: 100%;
    padding: 10px 15px;
    border-radius: 2px;
    border: 2px solid #e7e7e7;
    margin-bottom: 20px;
    color: #9e9e9e;
  }
  .register-sec p a{
    color: #006ba8;
    border-bottom: 2px solid #006ba8;
    font-weight: 500;
  }
  .register-sec ::placeholder{
    color: #9e9e9e;
  }
  .register-sec button{
    background-color: #5c4e6e;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 5px;
    color: #fff;
    border: 0;
    width: 100%;
  }
/*register-sec*/

/*login-sec*/
  .login-sec::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #f7f7f7;
    z-index: -1;
    bottom: -50%;
    left: 0;
  }
  .login-sec{
    position: relative;
  }
  .login-sec form label{
    display: block;
    color: #555555;
    font-size: 15px;
  }
  .login-sec form input{
    width: 100%;
    padding: 10px 15px;
    color: #555555;
    border: 2px solid #cec9c9;
    margin-bottom: 20px;
  }
  .login-sec form .d-flex input{
    height: 18px;
    width: 18px;
    margin: 0;
    margin-right: 5px;
  }
  .login-sec form  a{
    float: right;
    color: #333333;
    font-size: 14px;
  }
  .login-sec form button{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5c4e6e;
    height: 50px;
    width: 100%;
    color: #fff;
    border-radius: 5px;
    border: 0;
    margin: 20px 0;
  }
  .login-sec h6{
    text-align: center;
    color: #333333;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .login-sec .reg-btn{
     display: flex;
    align-items: center;
    justify-content: center;
    background-color: #8064a3;
    height: 50px;
    width: 100%;
    color: #fff;
    border-radius: 5px;
    border: 0;
  }
/*login-sec*/


 /*inner pages*/

/*media query*/
@media only screen and (max-width: 1440px) {}
@media only screen and (max-width: 1280px) {
  .menuSec ul li a{
    font-size: 16px;
  }
  .banner_text h1{
    font-size: 65px;
    line-height: 70px;
  }
  .client-say-sec{
    overflow: hidden;
  }
}
@media only screen and (max-width: 1024px) {
  .topSec p{
    font-size: 11px;
  }
  .menuSec ul li a {
    font-size: 16px;
    padding: 20px 20px;
}
.banner_text h1 {
    font-size: 55px;
    line-height: 60px;
}

.themes-h2{
  font-size: 40px;
  line-height: 45px;
      margin-bottom: 10px;
}
.themes-h4 {
    font-size: 20px;
    margin-bottom: 5px;
}
p {
  line-height: 25px;
  margin-bottom: 5px;
}
.themes-padd {
    padding: 40px 0;
}
.baner-sale-txt h3{
  font-size: 35px;
    line-height: 40px;
}
.baner-sale-txt {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-20%,-50%);
}
.baner-sale-txt p{
  margin: 10px 0;
}
.sale-banne-box .sale-txt {
    position: absolute;
    top: 0;
    left: 0;
    transform: inherit;
    text-align: center;
    height: 100%;
    width: 100%;
    display: grid;
    align-content: center;
}
.sale-banne-box .sale-txt h3::before{
      left: 6%;
}
.sale-banne-box.styl-c .sale-txt {
    text-align: center;
    width: 100%;
    height: 100%;
}
.sale-banne-box.styl-c .sale-txt h3 {
    font-size: 45px;
}
.sale-banne-box.styl-c .sale-txt h3::before {
    filter: invert(100%);
    left: 5%;
    width: 90%;
    top: -45%;
}
.client-box ul li img {
    margin-right: 15px;
    height: 80px;
  }
.client-box ul li h4 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 10px;
}


}
@media only screen and (max-width: 920px) {
  .topSec ul li select{
    padding: 0 10px;
  }
  .topSec ul li .socail {
    margin-left: 30px;
}
.menuSec ul li a {
    font-size: 14px;
    padding: 20px 10px;
}
.header-logo img {
    width: 100%;
    
    height: 20vh !important;
}
.shiping-sec ul{
  margin: 10px 0;
}
.about-img-box{
  float: right;
    margin-top: 20px;
        width: 80%;
}
.baner-sale-txt{
  text-align: center;
}
.baner-sale-txt a{
  margin: 0% auto;
}
.baner-sale-txt {
    text-align: center;
    width: 80%;
    left: 10%;
    transform: translate(0, 0);
    top: 0;
    height: 100%;
    display: grid;
    align-content: center;
}
.banner-sale-img img {
    width: 100%;
}
.sale-banne-box{
  margin-bottom: 20px;
}
.sale-banne-box .sale-img img{
  width: 100%;
}
.sale-banne-box .sale-txt h3::before {
    left: inherit;
    margin-left: -80px;
}
.sale-banner-box.sty-che .baner-sale-txt {
    transform: inherit;
}
.sale-banne-box.styl-c .sale-txt h3::before {
    top: -90%;
    margin-left: 0;
}
.service-box .service-txt h4{
  font-size: 19px;
}
.client-box ul li h5 p{
      font-size: 13px;
    margin: 0px 0;
}
.client-box ul li h4 {
    font-size: 16px;
    line-height: 15px;
}
.client-box p {
    color: #6f6f6f;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
}

 .client-box ul li h3 p {
    color: #000000 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    font-family: 'Roboto !';
    margin: 6px 0px -12px -30px !important;
}
.contact-form-sec .form-box{
  width: 100%;
}
.contact_detail_box{
      height: 330px;
    display: grid;
    align-content: center;
    padding: 0 10px;
}
}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 650px) {
    .slicknav_menu{
        background: #5c4e6e;
    padding: 25px;
  }
  .slicknav_nav{
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    top: 89px;
    z-index: 99;
    left: 0;
    padding: 10px 10px;
    background: #5c4e6eeb;
    width: 100%;
    border-top: 2px solid #fff;
    box-shadow: 0px 20px 20px 0 #00000038;
  }
  .header-logo img {
    width: 100%;
    height: 20vh !important;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #5c4e6e;
}
.slicknav_btn{
      background-color: #0d0c11;
}
.slicknav_nav li img {
    display: none;
}
img.img-fluid.home-banner {
    height: 400px;
    object-fit: cover;
}
.banner_text {
  text-align: center;
}
.banner_text a{
  margin: 0% auto;
}
.banner_text h1 {
    font-size: 40px;
    line-height: 50px;
}
.banner_text h1 span{
  display: block;
}
.about-img-box{
  width: 100%;
}
.sale-banne-box .sale-txt h3{
  font-size: 35px;
}
.sale-banne-box .sale-txt h3::before {
    left: inherit;
    margin-left: -80px;
    width: 80%;
    top: -10px;
}
.sale-banne-box.styl-c .sale-txt h3 {
    font-size: 35px;
}
.sale-banne-box.styl-c .sale-txt h3::before {
    top: -25%;
    margin-left: 0;
}
.service-sec .nav-tabs .nav-link{
  margin: 5px;
}
.header-logo img{
  margin-top: 5px;
}
.service-sec .nav-tabs{
  margin-bottom: 0;
}
.slicknav_nav li {
    color: transparent;
}
.slicknav_nav li img + a {
    height: 0px;
}
.main_footer ul li a span{
  width: 100%;
}
.main_footer h4{
  margin: 10px 0;
}
.footer_bottom p {
    margin: 0;
    font-size: 14px;
}
.contact_detail_box{
 margin-bottom: 20px;
    height: 300px;
    padding: 20px 10px;
}
}
@media only screen and (max-width: 400px) {
  .main_footer ul li a span{
    font-size: 15px;
  }
  .main_footer ul li a{
    font-size: 15px;
  }
  .themes-h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 350px) {}
/*media query*/

li#menu-item-29 a:before {
    content: '';
    background-image: url(https://demolinks2.com/janet-ensign/wp-content/uploads/2022/09/user-icon.png);
    position: absolute;
    left: -11px;
    top: 21px;
    right: 0 !important;
    bottom: 0;
    background-repeat: no-repeat;
}

li#menu-item-29 a {
    margin: 0 -17px 0 36px;
}



.page-id-2 label {
    display: block;
}

.cont-1 {
    width: 48%;
    float: left;
    margin-left: 9px;
}

/*.cont-2 {*/
/*    width: 97.3% !important;*/
/*    margin-left: 9px !important;*/
/*}*/

.cont-2 textarea.wpcf7-form-control.wpcf7-textarea {
    width: 97%;
    margin: 0 auto;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border: 2px solid #fff;
    background-color: #8064a3;
    color: #fff;
    padding: 10px 40px;
    width: 28%;
}

aside#nav_menu-3 h3 {
    color: #fff;
    margin-top: 50px;
    font-family: 'Kaushan Script';
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;

}


section.contact_page.position-relative.pt-8.pb-8.ex-content-111 h2 {
    margin-bottom: -30px;
}
.ex-content-111 a {
    color: #000;
}


/*contact page*/
.form-001 {
    width: 48%;
    float: left;
    margin-left: 12px;
}

.form-002 {
    width: 48%;
    float: left;
    margin-left: 12px;
}
.form-003 {
    width: 97.5%;
    display: grid;
    margin-left: 13px;
}
.form-004 input.wpcf7-form-control.has-spinner.wpcf7-submit {
    margin: 0 auto;
    display: block;
     width: 97.5%;
     margin-left:13px;
}
/*contact page end*/



/*Account Page*/


button.woocommerce-button.button.woocommerce-form-login__submit {
    border: 2px solid #8064a3;
    background-color: #8064a3;
    color: #fff;
    padding: 10px 40px;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
}

input#rememberme {
    width: 3%;
    /* color: red !important; */
}
.login-sec form input {
    width: 100%;
    padding: 10px 15px;
    color: #555555;
    border: 2px solid #5c4e6e;
    margin-bottom: 20px;
}

button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    border: 2px solid #8064a3;
    background-color: #8064a3;
    color: #fff;
    padding: 10px 40px;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #8064a3;
    text-decoration: none;
    background-image: none;
    color: #ffffff;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #d3ced200 !important;
    padding: 0px !important;
    margin: -4px 0 0 0 !important;
    text-align: left !important;
    border-radius: 0px !important;
}
div#customer_login h2 {
    font-size: 30px;
    line-height: 33px;
    margin: 10px 0 13px 0;
    color: #000;
}
.contact-form-sec .cont-2 {
    width: 100%;
    display: block;
}

.contact-form-sec .cont-2 label {
    width: 100%;
    display: block;
}





@media all and (max-width: 999px){
    .header-logo img {
    width: 50% !important;
    height: 100% !important;
}
	.banner_text h1 {
    padding-bottom: 0px !important;
}

.banner_text p {
    font-size: 16px !important;
    padding-bottom: 7px !important;
}

.client-box ul {
    width: 100% !important;
    display: block !important;
    padding-top: 60px !important;
}

.cont-1 {
    width: 100% !important;
    float: none  !important;
    margin: 0 0 !important;
}

.cont-2 textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100% !important;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    display: block !important;
    width: 100% !important;
}

.about-img-box .ab-txt {
    padding: 10px 30px !important;
}

.about-img-box img {
    height: auto !important;
}

.themes-padd {
    padding: 20px 0 !important;
}
.client-say-sec {
    padding-bottom: 0 !important;
}
section.about-sec.themes-padd .row {
    padding: 0 0 !important;
}
.contact_form h3 {
    font-size: 30px !important;
}

.form-001, .form-002, .form-003 {
    width: 90% !important;
    float: none !important;
    margin: 0 auto;
}

.contact_form form textarea {
    width: 100% !important;
}

.form-004 {
    width: 90% !important;
}

.form-004 input.wpcf7-form-control.has-spinner.wpcf7-submit {
    margin: 0 0 !important;
}
html body .form-004 {
    width: 90% !important;
}
section.golfimgs img {
    height: auto !important;
    margin-bottom: 20px !important;
}

section.golfimgs .col-3, section.golfimgs .col-6 {
    width: 100% !important;
}

section.golfimgs {
    margin-top: 0 !important;
    padding: 20px 0 !important;
}
html body .about-img-box .ab-txt {
    bottom: 0 !important;
}

.service-sec .nav-tabs .nav-link {margin-bottom: 10px !important;}

.contact-form-sec label {
    width: 100% !important;
    display: block !important;
}
.slicknav_btn {
    background-color: #fff !important;
}.main_footer .col-md-6 {
    width: 100% !important;
    display: block !important;
}
.about-img-box {
    float: none !important;
}
.about-img-box img {
    margin: 0 0 !important;
}
.client-box::after {
    display: none;
}
.service-inner-sec .service-box .service-txt h4 {
    font-size: 30px !important;
    line-height: 40px !important;
}
.contact-form-sec form ul {
    display: block !important;
    margin: 0 0 !important;
}

.contact-form-sec form ul li {
    width: 100% !important;
    padding: 0 0 !important;
}
.header-logo img {
    width: 100% !important;
    height: 100% !important;
}
.menuSec .col-md-3 {
    width: 45% !important;
}
.menuSec .col-md-9 {
    width: 50% !important;
}
.menuSec .row {
    align-items: center !important;
}    
 
}
