/* global css start */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul.footer-menu li {
    list-style-type: disclosure-closed;
}
ul.footer-menu li::marker{
    color: #e2ae34;
}

ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

video.kb-blocks-bg-video {
    margin-bottom: -8px;
}

.footerNewsLetter ul li a:hover {
    background-color: #e2ae23;
    color: #fff;
}
.footerNewsLetter ul li a {
    color: #e2ae34;
    font-size: 20px;
    background-color: #fff;
    padding: 3px 10px;
    display: block;
    transition-duration: 0.3s;
    border-radius: 50%;
}

.footerNewsLetter ul {
    margin-top: 15px;
    text-align: center;
}

.footerNewsLetter ul li {
    display: inline-block;
}

/**Matis Menu multi larvel css Start**/

.multi-lavel ul li {
    padding:0px;
}

ul.primarymenu li {
    background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
}

ul.primarymenu li a {
    padding: 10px;
    display: block;
    color: white;
    font-weight: bold;
}

ul.submenu li{
    display: none;
}

ul.submenu li{
    border: 0px;
}

ul#submenutwo{
    padding: 0;
    background: #e7e7e7;
}

ul#menu li ul li a {
    font-size: 18px;
}

ul#menu li a {
    display: inline-block;
    padding: 7px 12px;
    font-size: 25px;
    color: #fff;
    width: 100%;
}

ul#menu li a:hover {
    background-color: #444;
}

/**Matis Menu multi larvel css End**/


/**Side Modals css Start**/


.side-modals.right.open-side ul#menu li a:hover {
    background-color: #e5e5e5;
}

.side-modals.right.open-side ul#menu li a {
    display: inline-block;
    padding: 7px 12px;
    font-size: 14px;
    color: #444;
    width: 100%;
}

span.apparels {
    display: block;
    position: absolute;
    font-size: 11px;
    top: 55px;
    left: 166px;
    color: #fff;
}

/**Side Modals css End**/


body{
    max-width: 1400px;
    margin: auto;
    box-shadow: 0 0 10px #ccc;
}

.primarymenu {
    padding: 45px;
}

.popsearch .input-group-text {
    display: flex;
    align-items: center;
    padding: 10px 21px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0;
}

/* global css end */

/* header part css start */
.haderTop{
  background-color: black;
  padding: 10px 15px;
  border-bottom: 1px solid #3c3333;
}
.contaictInfo li {
  display: inline-block;
}

.contaictInfo li a {
    color: #fff;
    margin-right: 28px;
    font-size: 15px;
    font-weight: bold;
  /*  content: "";*/
  /*position: absolute;*/
  /*z-index: 100;*/
  /*top: 0;*/
  /*left: 0;*/
  /*background: white;*/
  /*height: 100%;*/
  /*animation-name: coverImage;*/
  /*animation-duration: 1s;*/
  /*-webkit-animation-name: coverImage;*/
  /*-webkit-animation-duration: 1s;*/
  /*-webkit-animation-timing-function: ease-in-out;*/
  /*animation-timing-function: ease-in-out*/
}
@keyframes coverImage {
  0% { width: 0; left: 0; right: unset;}
  40% {width: 100%; left: 0; right: unset;}
  60% {width: 100%; left: unset; right: 0;}
  100% {width: 0%;  left: unset; right: 0;}
}
.overlayLoader img {
    display: block;
    width: 20%;
    margin: 0 auto;
    animation: example 3s infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    /*clip: rect(0, 0, 50px, 0);*/
    transform: translate(-50%, -50%);
}
/*@keyframes example {*/
/*    0% {*/
/*        clip: rect(0, 0, 50px, 0)*/
/*    }*/

/*    10% {*/
/*        clip: rect(0, 33.33333px, 50px, 0)*/
/*    }*/

/*    20% {*/
/*        clip: rect(0, 66.66667px, 50px, 0)*/
/*    }*/

/*    30% {*/
/*        clip: rect(0, 100px, 50px, 0);*/
/*        opacity: 1*/
/*    }*/

/*    80% {*/
/*        clip: rect(0, 100px, 50px, 0);*/
/*        opacity: 0*/
/*    }*/

/*    90% {*/
/*        opacity: 0*/
/*    }*/

/*    100% {*/
/*        clip: rect(0, 100px, 50px, 0);*/
/*        opacity: 0*/
/*    }*/
/*}*/
 @keyframes example {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
ul#submenuone {
    padding: 0px;
    background: rgb(94 94 94);
    margin-left: 12px;
}
.contaictInfo li a i {
    margin-right: 5px;
}
.pageLoader {
    position: fixed;
    z-index: 999999999999999999999;
    display: block;
    width: 100%;
    height: 100vh;
    vertical-align: middle;
    background-color: #444;
}
.navLogo a img {
    width: 100%;
    display: block;
}
.navBar {
  background-color: black;
  padding: 10px;
}
.navLink li {
  display: inline-block;
}

.navLink li a {
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding-right: 20px;
    padding: 32px 12px;
    display: block;
    font-family: Jost, sans-serif;
    font-style: normal;
}
.socialLink ul li {
  display: inline-block;
}
.socialLink ul li a {
  color: #fff;
  margin-top: 27px;
  display: block;
  font-size: 18px;
  padding-right: 12px;
}

.affiliatePAge{
    background-color: #000;
}

.partnerList{
    text-align: center;
    color: #fff;
    padding: 40px 0;
}

.partnerList h3{
    font-weight: bold;
    font-size: 35px;
    color: #e2ae34;
}

.partnerList span{
    display: block;
    margin-bottom: 30px;
    font-size: 14px;
    letter-spacing: 1px;
}

.partnerBox{
    background-color: #6c5200;
    padding: 20px;
    border-radius: 15px;
    margin: 20px 0;
}

.partnerBox h5{
    
}

.partnerBox p{
    font-size: 14px;
    margin: 15px 0;
    line-height: 22px;
}

.partnerBox ul{
    
}

.affGeid {
    text-align: center;
    color: #fff;
    padding: 25px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 10px 0;
    background-color: #000000c7;
}

.affGeid img{
    display: block;
    width: 25%;
    margin: 0px auto;
}

.affGeid h4{
    margin: 15px 0;
    color: #e2ae34;
}

.affGeid p{
    font-size: 14px;
    line-height: 25px;
}

.affOverlay {
    padding: 50px 0;
    background-color: #00000087;
}

.partnerBox ul li a{
    display: block;
    font-size: 15px;
    color: #ffda00;
    font-weight: bold;
    letter-spacing: 0px;
    margin: 5px 0;
    transition-duration: 0.2s;
}

.partnerBox ul li a:hover{
    color: #e2ae34;
}

.socialLink ul li select.form-control {
    padding: 5px 10px;
    font-weight: bold;
    background-color: #6c5200;
    color: #fff;
    border: #6c5200;
}

.btnCallUs {
    border: 2px solid #6c5200;
    font-size: 14px !important;
    border-radius: 5px;
    margin-left: 5px;
    padding: 4px 15px;
    color: #6c5200 !important;
}
.btnCallUs:hover {
  box-shadow: 2px 2px 14px 10px #e2ae344d;
  border-color: #ffff;
  color: #fff !important;
}

/* header part css end */

.homeMainSlider.slick-initialized.slick-slider i.fa.fa-caret-left.slick-arrow {
    display: none !important;
}

.homeMainSlider.slick-initialized.slick-slider i.fa.fa-caret-right.slick-arrow {
    display: none !important;
}

.homeMainSlider.slick-initialized.slick-slider img{
    display: block;
    width: 100%;
}

/* home page banner part css start */
.bannerImage img {
  height: auto;
  width: 100%;
}

.bannerContent {
  position: absolute;
  top: 56%;
  left: 7%;
}

.bannerContent h1 {
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  text-shadow: 7px 2px 6px #090404;
}

.bannerContent a {
     background: linear-gradient(to top, #eeaf33, #e6c641);
    margin-top: 20px;
    display: block;
    width: 30%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 8px 0;
    border-radius: 5px;
    border-bottom: 2px solid #ffd72d;
    transition: .5s all ease-in-out;
}
.bannerContent a:hover {
     background: linear-gradient(to top, #d69f32, #e7c437);
}
/* home page banner part css end */

/* get quote form part css start  */
.getQuoteFormMain {
    background-color: #1d1d1d;
    padding: 30px 0;
        margin-top: -1px;
}

.mainFootLogo img {
    display: block;
    width: 65%;
    margin: 10px auto;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 10px;
}

.mainFootLogo {
    background-color: #eee;
    padding: 20px 0;
    display: none;
}

.descriptions p b {
    color: #ffe4af;
}

.getQuoteFormMain h3 {
  text-align: center;
  font-weight: bold;
  color: #fff;
      margin-bottom: 30px;
  font-size: 35px;
}
.getQuoteFormMain .form-control {
  border: none;
  padding: 14px 12px;
  color: #868686;
}
.innerGet {
    background-color: #6c5200;
    padding: 30px;
    border-radius: 15px;
}
.getQuoteFormMain .form-control:focus {
  border-color: black;
  outline: 0;
  box-shadow: none;
}
.getQuoteFormMain .form-select {
  padding: 14px 10px !important;
  color: #9a7f7f !important;
  font-size: 15px;
}
.btnSend {
  border: none;
  background-color: black;
  color: #eeaf33;
  padding: 11px 10px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  border-radius: 7px;
  transition: .5s all ease-in-out;
}
/* get quote form part css end */

/* home page category part css start */
.homePageCategoryPart {
      background-color: #1d1d1d;
    padding: 10px 0 75px;
}
.homePageCategoryPart {
      background-color: black;
    padding: 45px 0 60px;
}

.homePageCategoryGrid img {
  width: 50%;
  display: block;
  margin: 0 auto;
  transition: .5s all ease-in-out;
  overflow: hidden;
}

.homePageCategoryGrid:hover img {
  transform: scale(1.2);
}

a.homePageCategoryGrid p {
    text-align: center;
    color: #ccc;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    display: none;
}

.homePageCategoryGrid h5 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  font-size: 15px;
  text-transform: uppercase;
}
/* home page category part css end */

/* about part css start */
.aboutPartMainDiv {
      padding: 50px 0px 60px;
    background-color: #6c5200;
  color: #fff;
}

.aboutPartMainDiv img {
    display: block;
    width: 100%;
    border-radius: 5px;
    height: 350px;
}
.aboutPartMainDiv h3 {
 text-align: center;
    font-size: 45px;
    padding-bottom: 30px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: 1px;
}
.aboutPartMainDiv h4 {
  text-align: center;
  font-size: 35px;
  padding-bottom: 43px;
  font-weight: bold;
}
.homeAbotBox {
    text-align: center;
    box-shadow: 0px 0px 10px #58400a;
    background-color: #947100;
    padding: 30px 20px;
    border-radius: 5px;
    height: 350px;
}

a.readMoreBtn {
    display: block;
    background-color: #7b5b1b;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 9px 0 10px;
    margin-top: 45px;
    transition-duration: 0.3s;
}

a.readMoreBtn:hover{
    background-color: #000;
}

.homeAbotBox p{
    margin: 20px 0;
    font-weight: bold;
    font-size: 15px;
}
/* about part css end */

/* Most Popular Car Rental Brands part css start */
.popularBrandsPart {
  background-color: black;
  padding: 70px 0;
}
.popularBrandGrid {
  display: block;
  border: 2px solid #a08d8d;
  margin-bottom: 24px;
}
.popularBrandGrid img {
  width: 100%;
  height: 350px;
}

.popularBrandsPart h4 {
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
}
/* Most Popular Car Rental Brands part css end */

/* counter part css start */
.counterPartMain {
  padding: 40px 0;
      display: none;
  background-color: #6c5200;
}
.counterGrid {
  display: flex;
  align-items: center;
  justify-content: center;
}
.counterImage img {
  width: 60px;
  margin-right: 10px;
}
.counterText {
  margin-left: 10px;
}

.counterText h5 {
  color: #ffa800;
  font-size: 30px;
}

.counterText p {
  color: #fff;
  font-weight: bold;
}
.descriptions h4 {
     color: #ffa800;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

.descriptions p {
    margin-bottom: 20px;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
}

.descriptionBoxHome {
    padding: 70px 0 60px;
    background-color: #6c5200;
        display: none;
}
/* counter part css end */

/* Our Professional Services css part start */
.ourProjessionalServicesPart {
  background-color: #6c5200;
  padding: 40px 0;
}

.ourProjessionalServicesPart h4 {
  text-align: center;
  padding-bottom: 50px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.ourProjessionalServicesGrid {
    margin: 15px 0;
    text-align: center;
}
.ourProjessionalServicesGrid img {
    width: 35%;
    transition: .5s all ease-in-out;
    overflow: hidden;
    display: block;
    margin: 0px auto -25px;
}
.ourProjessionalServicesGrid:hover img {
  transform: scale(1.2);
}
.ourProjessionalServicesGrid h5 {
  color: #fff;
  font-weight: bold;
  padding: 25px 0 15px;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ourProjessionalServicesGrid p {
     color: #d1d1d1;
    font-weight: 500;
    line-height: 23px;
    font-size: 15px;
}

/* Our Professional Services css part end */

/* our blog css part css start */
.ourBlogPart{
  background-color: black;
  padding: 70px 0px;
}
.ourBlogPart h4 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding-bottom: 40px;
  font-size: 33px;
}
.ourBLogGrid  {
  margin-bottom: 20px;
  border: 1px solid;
      margin: 10px;
}

.homeMainBlog i.fa.fa-caret-right.slick-arrow {
    display: none;
}

.homeMainBlog i.fa.fa-caret-left.slick-arrow {
    display: none;
}
.ourBLogGrid img {
  width: 100%;
}
.ourBlogInfo {
  padding: 40px;
  background-color: #6c5200;
}
.ourBlogInfo h5 {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 24px;
}
.ourBlogInfo p {
  padding-bottom: 24px;
  color: #bebebe;
}
.ourBlogInfo a {
  color: #d4cfcf;
  font-weight: bold;
}
.ourBlogInfo a:hover {
  color: #e2ae34;
}
/* our blog css part css end */


/* category page css start */
.categoryBanner img {
  width: 100%;
  height: 100%;
}
.categoryPartMain {
  background-color: black;
  padding: 40px 0;
}
.categoryPartMain h4 {
  text-align: center;
  padding-bottom: 30px;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
.categoryDescription {
  padding: 0px 100px;
  margin-bottom: 40px;
  color: #d6cccc;
  text-align: center;
}

.galleryPhotos.row img {
    display: block;
    width: 100%;
    margin: 10px 0;
}
.recommendMainDiv {
    padding: 40px 0;
}
.recommendMainDiv h2{
    color: #e2ae34;
    font-weight: bold;
}
.recommendMainDiv .categoryGrid p {
    color: #444;
}
h2.blog_price {
    color: #e2ae34;
    font-weight: bold;
    margin: 5px 0 25px;
}
h2.blog_title {
    color: #e2ae34;
    font-weight: bold;
}
.categoryGrid {
  padding: 10px;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}
.price h5 {
  font-size: 36px;
  color: #e5a830;
  font-weight: bold;
}

.price h5 span {
  font-size: 20px;
}
.categoryGrid p {
  color: #fff;
  padding-bottom: 15px;
  font-weight: bold;
}
.categoryGrid img {
  width: 100%;
  transition: .5s all ease-in-out;
}
.categoryGrid:hover img {
  transform: scale(1.1);
}
/* category page css end */

/* single page css start */
.singlePageMain {
  padding: 40px 0;
  background-color: black;
}
.singlePageLeftGrid  {
  margin-bottom: 20px;
}
.singlePageLeftGrid img {
  width: 100%;
}
.moreProductGrid img {
  width: 100%;
  border: 1px solid #6e726e;
}
.singlePageRightGrid p {
  color: #e9e3e3;
  padding: 20px 0;
  text-align: justify;
}
.singlePageRightGrid h4 {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 20px;
}
.moreProduct {
  background-color: black;
  padding: 40px 0;
}
/* single page css end */

/* related product css start */
.relatedProductMain {
  background-color: black;
  padding: 40px 0;
}
.relatedProductMain h4 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  padding-bottom: 30px;
}
.relatedProductGrid {
  border: 1px solid #766e6e;
  padding: 12px;
  margin-bottom: 20px;
  overflow: hidden;
}
.relatedProductGrid img {
  width: 100%;
  transition: .5s all ease-in-out;
}
.relatedProductGrid:hover img {
  transform: scale(1.1);
}
.relatedProductGrid p {
  color: #fff;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 14px;
}
/* related product css end */

/* contact page css start */
.contactUsPartMain .getQuoteFormMain {
  background-color: #2d2d2c;
  padding-bottom: 30px;
}
.btnSend:hover {
  box-shadow: 2px 2px 14px 10px #e2ae344d;
  border-color: #ffff;
  color: #fff !important;
}
/* contact page css end */

/* footer part css start */
.footerMain{
  padding: 50px 0 0 10px;
  background-color: #6c5200;;
}
.footerAbout {
  margin-bottom: 20px;
}
.footerTopBrand{
  margin-bottom: 20px;
}
.footerOurPage{
  margin-bottom: 20px;
}
.footerNewsLetter{
  margin-bottom: 20px;
}
.footerTopBrand {
  margin-bottom: 20px;
}
.footerAbout p {
      color: #fff;
    margin: 0px 0 5px;
    font-size: 14px;
    line-height: 25px;
}
.footerMain h3 {
    font-size: 19px;
  color: #e2ae34;
  padding-bottom: 20px;
  font-style: normal;
}
.footerNewsLetter h3 {
  text-align: center;
  font-style: normal;
}

.footerNewsLetter input {
  display: block;
  text-align: center;
  padding: 5px 20px;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: #131413;
  color: #fff;
  width: 80%;
  margin: 0 auto;
}
.footerNewsLetter button {
  background-color: #322500;
  border: none;
  display: block;
  margin: 10px auto;
  width: 50%;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  padding: 9px 0;
  transition: .5s all ease-in-out;
}
.footerNewsLetter button a {
    display: block;
    color: #fff;
}
.footerNewsLetter button:hover {
  box-shadow: 2px 2px 14px 10px #e2ae344d;
  background-color: #fb4a4a;
  color: #fff !important;
}
.footerNewsLetter p span {
  color: #fff;
}

.breadcrumb-area {
    padding: 40px 0px;
    color: #fff;
    background-color: #6c5200;
}

.popServiceGrid{
    margin: 15px 0;
    color: #fff;
    padding: 25px;
    border-radius: 10px;
    background-color: #6c5200;
}

.popServiceGrid img{
    display: block;
    width: 100%;
    border-radius: 10px;
}

.popServiceGrid h3{
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 20px 0 10px;
}

.popServiceGrid p{
    font-size: 16px;
    line-height: 25px;
    font-weight: 100;
    margin-bottom: 20px;
}

.popServiceGrid a.moreSerBtn{
    display: block;
    width: 40%;
    text-align: center;
    background-color: #fff;
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 7px 0;
    transition-duration: 0.3s;
    border-radius: 5px;
}

.popServiceGrid a.moreSerBtn:hover{
    background-color: #444;
    color: #fff;
}

.breadcrumb-area ul{
    margin-top: 10px;
}

.breadcrumb-area ul li{
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
}

.breadcrumb-area ul li a{
    color: #ff9700;
    margin-right: 5px;
}

.footerNewsLetter p {
  color: #c3b4b4;
  text-align: center;
}
.footerOurPage ul li a {
  color: #fff;
    display: block;
    padding: 5px 0;
    font-size: 15px;
    text-decoration: none;
}
.footerTopBrand ul li {
  
  color: #fff;
}
.footerTopBrand ul li a {
      color: #fff;
    display: block;
    padding: 5px 0;
    font-size: 15px;
    text-decoration: none;
}
ul.footer-menu {
    padding-left: 20px;
}
.footerTopBrand ul li a:hover {
  color: #e2ae34;
}
.footerOurPage ul li a:hover {
  text-decoration: none;
  color: #e2ae34;
}
.footerBottomText p {
  text-align: center;
  margin-top: 40px;
  color: #ad9d9d;
      background-color: #000;
    padding: 10px 0;
}

.footerTopBrand ul li a i {
    color: #e2ae34;
    margin-right: 8px;
}

.footerOurPage ul li a i{
    color: #e2ae34;
    margin-right: 8px;
}

.footerBottomText p a {
  color: #e2ae34;
}

/* footer part css end */

/* dropdouwn css start */
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  transition: .5s all ease-in-out;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #131413;
      min-width: 250px;
    padding: 5px;
  z-index: 1;
  transition: .5s all ease-in-out;
}

.dropdown-content ul li {
  display: block;
}
/* Links inside the dropdown */
.dropdown-content ul li a {
  margin: 0;
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  transition: .5s all ease-in-out;
  font-size: 12px;
}

.dropdown-content ul li a:hover {
  color: #a48f48;
  margin-left: 10px;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
  transition: .5s all ease-in-out;
}
/* dropdouwn css end */

/* mobile menu css start */
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  width: 100%;
  margin-left: 30px;
  margin-top: 40px;
}
.overlay .closebtn {
  position: absolute;
  top: -20px;
  right: 15px;
  color: #fff;
  font-size: 60px;
}

/* mobile menu css end */

/*contact us page start*/
.contactUsPartMain {
    padding: 50px 0;
}
.contactUsFormgrid {
    padding: 40px 20px;
    background-color: #eee;
     margin-bottom: 20px;
}

.contactUsFormgrid h4 {
    text-align: center;
    padding-bottom: 43px;
    font-weight: bold;
    color: #e2ae34;
    font-size: 31px;
}
.contactUsInfogrid {
    padding: 40px 20px;
    background-color: #eee;
    margin-bottom: 20px;
}
.btnSendMessage {
    border: none;
    background-color: #6c5200;
    display: block;
    width: 100%;
    margin-top: 5px;
    padding: 12px 10px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
.contactUsFormgrid .form-control {
    border-radius: 0;
    border-color: #e2ae34;
    padding: 10px 12px;
}
.contactUsFormgrid .input-group-text {
    border: 1px solid #e2ae34;
    border-radius: 0;
}
.contactUsFormgrid .form-control:focus {
    border-color: #e2ae34;
    box-shadow: none;
}
.contactUs h4 {
    color: #e4ae34;
    font-weight: bold;
    font-size: 31px;
    padding-bottom: 20px;
}
.contactUs ul {
    padding-bottom: 30px;
}

.contactUs ul li {
    color: #e4ae34;
    font-size: 20px;
    margin-bottom: 7px;
}
.address h4 {
    color: #e4ae34;
    font-weight: bold;
    font-size: 31px;
    padding-bottom: 15px;
}
.address h5 {
    font-size: 18px;
    padding-bottom: 20px;
}
.address ul li i {
    color: #e2ae34;
    font-size: 20px;
    margin-right: 10px;
}

.address ul li {
    font-size: 18px;
    margin-bottom: 20px;
}
.address {
    padding-bottom: 69px;
}
/*contact us page end*/

/*booking Details page css start*/
.bookingDetailsPart {
    padding: 50px 0px;
    background-color: black;
}
.bookingDetailsForm {
    padding: 30px;
    background-color: #fff;
}
.ourRequirement h5 {
    font-size: 24px;
    border-bottom: 2px solid lightblue;
    padding-bottom: 15px;
    color: #e2a11c;
    margin: 20px 0;
}
.bookingDetailsPart .form-control {
    padding: 10px 12px;
    border-radius: 0;
    border-color: #f2c365;
}
.bookingDetailsPart .form-control:focus {
    border-color: #f2c365;
    box-shadow: none;
}
.transfer h4 {
    color: #f2c365;
    border-bottom: 2px solid lightblue;
    padding-bottom: 7px;
    margin: 13px 0;
    font-weight: bold;
}

.additionalServices h4 {
    color: #f2c365;
    border-bottom: 2px solid lightblue;
    padding-bottom: 7px;
    margin: 13px 0;
}
.transfer ul {
    padding-bottom: 26px;
}
.additionalServices ul {
    padding-bottom: 26px;
}
.bookingDetailsForm button {
    border: none;
    width: 100%;
    display: block;
    padding: 10px 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background-color: #e2ae34;
}
.bookingDetailsForm button:hover {
    background-color: #c7a75b;
}
/*booking Details page css end*/

/* about us page css start*/
.aboutUsPart{
    padding: 50px 0;
    background-color: black;
    color: #fff;
}
.aboutUsPartLeftGrid {
    background-color: #6c5200;
    padding: 24px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.aboutUsPartLeftGrid h4 {
    margin-bottom: 20px;
    color: #e09a3d;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
}
.fpunderCont{
    background-color: #6c5200;
    padding: 24px;
    border-radius: 10px;
}

a.footBtnBio {
    background-color: #322500;
    padding: 10px 0;
    display: block;
    text-align: center;
    width: 100%;
    margin: 20px 0;
    transition-duration: 0.2s;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
}

a.footBtnBio:hover{
    background-color: #000;
}

.fpunderCont h4{
    text-align: center;
    font-weight: bold;
    color: #e09a3d;
    margin-top: 20px;
    margin-bottom: 10px;
}

.fpunderCont h5{
    text-align: center;
    font-style: italic;
}

.fpunderCont p{
    font-size: 15px;
    line-height: 23px;
    margin: 20px 0;
}

.aboutUsPartLeftGrid h5 {
    text-align: center;
        font-style: italic;
    margin-bottom: 20px;
}
.enquiryFormDiv {
    margin-bottom: 20px;
}
.aboutUsPartLeftGrid h6 {
    margin-bottom: 20px;
    font-weight: bold;
    color: #e09a3d;;
}
.aboutUsPartLeftGrid p {
    margin-bottom: 20px;
    text-align: justify;
}
.aboutUsPartLeftGrid p b {
    color: #e09a3d;
}

.aboutUsPartLeftGrid img {
    width: 100%;
}
.aboutUsPartRightGrid form {
    padding: 30px 20px;
    background-color: #ffff;
}
.enquiryFormDiv h4 {
    background-color: #6c5200;
    text-align: center;
    padding: 12px 0;
    font-weight: bold;
    color: #fff;
}
.enquiryFormDiv .form-control {
    border-radius: 0;
    border-color: #e2ae34;
    padding: 10px 12px;
}
.enquiryFormDiv .form-control:focus {
    border-color: #e2ae34;
    box-shadow: none;
}
.enquiryFormDiv .input-group-text {
    border-radius: 0;
    border-color: #e2ae34;
}
.serviceLinkDiv {
    background-color: #fff;
    margin-top: 50px;
}

.serviceLinkDiv h4 {
    background-color: #6c5200;
    text-align: center;
    padding: 12px 0;
    font-weight: bold;
    color: #fff;
}

.serviceLinkDiv ul {
    padding: 20px;
}

.serviceLinkDiv ul li a {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #444;
}
.serviceLinkDiv ul li a i {
    margin-right: 10px;
}
.serviceLinkDiv ul li a:hover {
    color: #e2ae34;
    text-decoration: underline;
}
/* about us page css end*/

/*subscribe part css start*/
.subscribePart {
    padding: 50px 0;
    background-color: black;
}
.subscribePart p{
    text-align: center;
    padding-bottom: 30px;
    color: #fff;
}
.subscibeFormDiv {
    padding: 30px 20px;
    box-shadow: 0 18px 50px -10px rgba(0, 0, 0, .2);
    background-color: #fff;
}
.subscibeFormDiv h4 {
    padding-bottom: 50px;
    text-align: center;
    color: #e2a11c;
    font-weight: bold;
}
.btnSubmit {
    display: block;
    border: none;
    width: 100%;
    margin-top: 30px;
    padding: 12px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    background-color: #e2ae34;
}
.subscibeFormDiv .form-control {
    padding: 10px;
    border-color: #e2ae34;
    border-radius: 0;
}
.subscibeFormDiv .form-control:focus {
    border-color: #e2ae34;
    box-shadow: none;
}
/*subscribe part css end*/

/*subscribe grid css start*/
.subscribeGalleryPart {
    margin-top: 70px;
}
.subscribeGalleryGrid img {
    width: 100%;
}
.subscribeGalleryGrid {
    display: block;
    border: 1px solid #373737;
    margin-bottom: 20px;
}
.subscribeGalleryGrid span {
    background-color: #e2ae34;
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #fff;
}
/*subscribe grid css end*/

/*La Maison Michelle Villa css part start*/
.maisonMichelleVillahPart {
    padding: 50px 0;
    background-color: black;
    color: #fff;
    margin-top: -6px;
}
.maisonMichelleVillahGrid {
    margin: 10px 0;
}
.maisonMichelleVillahGrid img {
    width: 100%;
    display: block;
    height: 260px;
}
.packageRatePartTop {
    text-align: center;
    padding-top: 40px;
}
.packageRatePartTop h4 {
    font-size: 28px;
    font-weight: bold;
    color: #dca62e;
    padding-bottom: 15px;
}
.packageRatePartTop h5 {
    font-size: 25px;
    padding-bottom: 15px;
}
.packageRatePartTop p b {
    padding-bottom: 15px;
    display: block;
    color: #625d5d;
}
.packageRatePartTop span {
    font-size: 17px;
    font-style: italic;
}
.welcomePackage {
    padding-top: 40px;
}
.welcomePackage h3 {
    font-weight: bold;
    color: #e2ae34;
    padding-bottom: 20px;
}
.welcomePackageGrid h5 {
    background-color: #e2ae34;
    font-size: 19px;
    padding: 14px 10px;
    color: #fff;
    margin-top: 20px;
}
.welcomePackage h6 {
    margin-top: 15px;
}

.packageTitle {
    display: flex;
    background-color: #6c5200;
    padding: 12px 10px;
    align-items: center;
}

.packageTitle p {
    margin-left: 280px;
}
.welcomePackage span {
    display: block;
    margin-top: 15px;
}
.welcomePackage ul {
    margin-top: 15px;
}

.welcomePackage ul li {
    font-size: 18px;
    margin-bottom: 7px;
}

.welcomePackage ul li i {
    margin-right: 10px;
    color: #e2ae34;
}
/*La Maison Michelle Villa css part end*/

/*Ocean Pearl Villa part css start*/
.oceanPearlVillaPart {
    padding: 50px 0;
    background-color: black;
}
.oreanPearlVillaLeftGrid {
    margin: 10px 0;
}
.oceanPearlVillaRightGrid form {
    padding: 30px 20px;
    background-color: #ffff;
}
.oreanPearlVillaLeftGrid img {
    width: 100%;
}
.pageContent {
    color: #fff;
}
.blogCompany {
    padding: 50px 0;
        background-color: #000;
}
.single-blog-content {
    text-align: justify;
    padding: 20px;
    background-color: #fff;
}
.sidenewbar {
    background-color: #fff;
    padding: 20px;
}
/*Ocean Pearl Villa part css end*/

/*  responsive css start*/
@media only screen and (max-width: 1350px) {
    
    .navLink li a {
        font-size: 12px;
        padding: 25px 10px;
    }
    
    .socialLink ul li a {
        margin-top: 15px;
        padding-right: 5px;
    }
    
    .btnCallUs {
        font-size: 14px !important;
        padding: 5px 4px;
        margin-left: 0;
    }
    
    .nav-wrapper-new {
        padding: 5px 1px!important;
        border: none!important;
    }
}

    
@media only screen and (max-width: 1048px) {
    
    .navLink li a {
        font-size: 12px;
        padding: 25px 7px;
    }
    
    .nav-wrapper-new{
        font-size: 12px!important;
    }
    
}

        
@media only screen and (max-width: 992px) {
    
    .navLink li a {
        font-size: 10px;
        padding: 18px 2px;
    }
    
    .nav-wrapper-new {
        font-size: 10px !important;
    }
    
    .socialLink ul li select.form-control {
        font-size: 12px;
        padding: 3px 10px;
    }
    
    .socialLink ul li a {
        margin-top: 19px;
        font-size: 10px !important;
        padding-right: 0px;
        font-weight: bold;
        border: none;
        padding-left: 0;
    }
    
    .btnCallUs {
        font-size: 12px !important;
        padding: 1px 4px;
                border: 1px solid #9e7000;
    }
    
    li.menuBarIcon i {
    color: #c48200;
}
    
}


@media only screen and (max-width: 767px) {
    
    .navLogo a img {
        width: 60%;
    }
    
    .ourProjessionalServicesGrid p {
        text-align: left;
    }
    
    .overlayLoader img{
        width: 30%;
    }
    
    a.homePageCategoryGrid p{
        display: block;
    }
    
    .socialLink ul li select.form-control {
        font-size: 30px;
        padding: 3px 15px;
        letter-spacing: 2px;
        margin-top: 15px;
    }
    
    a.footBtnBio{
        width: 70%;
    }
    
    a.homePageCategoryGrid {
        display: block;
        margin: 15px 0;
    }
    
    .homePageCategoryGrid img{
        width: 30%;
    }
    
    .homePageCategoryGrid h5 {
        padding-top: 0;
        font-size: 20px;
    }
    
    .btnCallUs {
        margin-left: 0;
    }
    
    .socialLink ul li a {
        margin-top: 15px;
    }
    
    .contaictInfo li {
        display: block;
        text-align: center;
    }
    
    .aboutPartMainDiv h3 {
        font-size: 28px;
        line-height: 38px;
    }
    
    .footerMain h3 {
        padding-bottom: 20px;
        margin-top: 35px;
        font-size: 30px;
    }
    
    
    .footerMain {
        text-align: left;
    }
    
    .homeAbotBox {
        margin-top: 10px;
        height: auto;
    }
    
    .contaictInfo li a {
        font-size: 13px;
    }
    
    .menuBarIcon i {
        font-size: 24px;
        color: #fff;
        margin-left: 15px;
    }
    
    .footerNewsLetter button {
        margin: 10px auto;
    }
    
    .footerNewsLetter input {
               display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .footerNewsLetter h3 {
        text-align: center;
            font-weight: bold;
        color: #dfaa6a;
    }
    
    .footerNewsLetter p {
        text-align: center;
    }
    
    .bannerImage img {
        width: 100%;
        height: 100%;
    }
    
    .footerTopBrand ul {
        margin-left: 0;
    }
        
    .bannerContent h1 {
        font-size: 28px;  
    }
    
    .bannerContent {
        top: 24%;
        left: 12%;
    }
    
    .bannerContent a {
        width: 86%;
    }
    
    a.homePageCategoryGrid {
        display: block;
        margin: 15px 0;
    }
    
    .ourProjessionalServicesGrid {
        text-align: center;
        padding: 10px 30px;
    }
    
    .counterGrid {
        justify-content: start;
        margin-bottom: 20px;
    }
    .categoryDescription {
        padding: 0px 0px;
    }
    .categoryPartMain h4 {
        font-size: 27px;
    }
    a.btnCallUs {
        padding: 10px 23px !important;
    }
    .socialLink {
        float: right;
    }
    .socialLink ul {
        margin-top: 0px;
    }
    .socialLink ul li a i {
        font-size: 50px;
    }
    .socialLink ul li a {
        padding: 10px 25px;
    }
     .socialLink ul {
        display: flex;
        align-items: center;
    }
    li.menuBarIcon i {
        margin-top: 13px;
        font-size: 60px;
    }
    a.btnCallUs {
        display: none !important;
    }
    
    .nav-wrapper-new {
        font-size: 30px !important;
        border: 1px solid #c48200 !important;
        padding: 0 10px !important;
        margin-top: 12px;
    }
}




@media only screen and (max-width: 600px) {
    
    .socialLink {
        float: right;
    }
    .socialLink ul {
        margin-top: 5px;
    }
    .socialLink ul li a i {
        font-size: 40px;
    }
    .socialLink ul li a {
        padding: 0 15px;
    }
     .socialLink ul {
        display: flex;
        align-items: center;
    }
    li.menuBarIcon i {
        margin-top: 13px;
    }
    
}


@media only screen and (max-width: 500px) {
    
      .socialLink {
        float: right;
    }
    
    .socialLink ul li select.form-control {
        font-size: 20px;
        padding: 1px 15px 5PX;
        letter-spacing: 2px;
        margin-top: 0px;
    }
    
    .overlayLoader img {
        width: 12%;
    }
    
    .aboutPartMainDiv {
        margin-top: -10px;
    }
    
    .getQuoteFormMain {
        margin-top: -1px;
    }

    .socialLink ul li a i {
        font-size: 30px;
    }

    .socialLink ul {
        margin-top: 9px;
    }

    .socialLink ul li a {
        padding: 10px 20px;
        margin: 0;
    }
    .socialLink ul {
        display: flex;
        align-items: center;
    }
    li.menuBarIcon i {
        font-size: 43px;
        color: #6c5200;
        margin-top: -2px;
    }
    
    .contaictInfo li a {
        font-size: 10px;
    }
    
    .nav-wrapper-new {
        font-size: 20px !important;
        margin-top: 0px;
    } 
    
}
@media only screen and (max-width: 450px) {
    
    .socialLink ul {
        margin-top: -5px;
    }
    
    .nav-wrapper-new {
        font-size: 15px !important;
    }
    
    .socialLink ul li a i {
        font-size: 18px;
    }
    .socialLink ul li a {
        padding: 10 15px;
        margin: 0;
    }
    li.menuBarIcon i {
        font-size: 25px;
        margin: 0 0 0 20px;
    }
    .socialLink ul {
        display: flex;
        align-items: center;
    }
    a.btnCallUs {
        display: none !important;
    }
    .socialLink {
        float: right;
        margin-top: 10px;
    }
    
}
@media only screen and (max-width: 350px) {
    
    .socialLink ul li a {
        padding: 0 5px;
    }
    .socialLink ul li a i {
        font-size: 16px;
    }
    .single-blog-content {
        margin-bottom: 20px;
    }
    .socialLink ul {
        margin-top: 0px;
    }
    li.menuBarIcon i {
        font-size: 18px;
    }
    a.btnCallUs {
        padding: 0px 4px !important;
    }
    .socialLink ul {
        display: flex;
        align-items: center;
    }
    
}
/*  responsive css end*/
