/**Global css Start**/

html {
    scroll-behavior: smooth;
}

body{
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

a:hover{
    color: #0056b3;
    text-decoration: none;
}

.sliderBox .slideBtn {
    transition-duration: 0.2s;
    display: block;
    border: 2px solid #e5e5e5;
    text-align: center;
    width: 35%;
    float: left;
    color: #fff;
    padding: 5px 0px;
    border-radius: 3px;
    font-size: 17px;
    background-color: #000;
    letter-spacing: 1px;
}
.sliderBox .videoBtn {
    transition-duration: 0.2s;
    display: block;
    border: 2px solid #7c3c3c;
    text-align: center;
    width: 57%;
    float: left;
    margin-left: 20px;
    color: #000;
    padding: 5px 0;
    border-radius: 3px;
    font-size: 17px;
    letter-spacing: 1px;
}
.sliderBox p {
    font-size: 18px;
    margin: 20px 0px;
    color: #000;
}
.sliderBox .carousel-caption {
    left: 12%;
    top: 0;
    bottom: 15%;
    text-align: left;
    padding: 50px;
    width: 85%;
}
.corporate img {
    width: 100%;
    border-radius: 0px 40px;
}
.corporate ul li {
    color: #000;
}
.corporate h2 {
    color: #000 !important;
    font-weight: bold;
    font-size: 32px !important;
}
.corporate {
    background-color: #eee;
    padding: 50px 0;
}

img.sliderLogo {
    width: 46% !important;
    display: block !important;
    margin: 0 auto;
}

a.side-modals-close img {
    width: 59%;
}

ul{
    margin:0;
    padding:0;
    list-style: none;
}

button:focus, .form-control:focus, .btn:focus {
    box-shadow: none;
    outline: 0;
}

.destopmodehide{
    display: none;
}

/**Global css End**/

.desktophide{
    display: none;
}

span.moble-menus-models {
    right: -2%;
    margin-top: 11px;
    position: absolute;
    font-size: 30px;
    color: #5a5a5a;
    cursor: pointer;
}


/**Header css Start**/

a.tapTopbtn {
    color: #fff;
    width: 58px;
    background-color: #000;
    display: none;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    padding: 15px 0px;
    position: fixed;
    bottom: 3%;
    right: 3%;
    transition-duration: 0.3s;
}

a.tapTopShow {
    display: block;
}

a.tapTopbtn:hover {
    background-color: #000;
    color: #fff;
}

.header-menu ul{
    float: right;
}

.header-menu ul li {
    float: left;
    position: relative;
}

.header-menu ul li a {
    color: #4a4a4a;
    padding: 20px 5px 15px;
    margin: 8px 0;
    display: block;
    font-size: 15px;
    transition-duration: 0.3s;
}



.header-menu ul li a:before {
    position: absolute;
    content: "";
    height: 2px;
    background: #000;
    width: 0;
    bottom: 17px;
    left: 50%;
    right: 50%;
    transition: .5s all;
}

.header-menu ul li a:hover:before {
    width: 100%;
    left: 0;
    right: 0;
}






.footerLogo {
    background-color: #ffff;
    display: block;
    width: 200px;
    padding: 0px 8px;
    border-radius: 5px;
}
ul.subsubItems {
    left: 100%;
    top: 0!important;
}



.header-menu ul li ul {
    display: none;
    position: absolute;
    width: 250px;
    z-index: 999;
    top: 61px;
    background: #7c3c3c;
}

.header-menu ul li ul li a{
    padding: 7px 10px;
    font-size: 13px;
    letter-spacing: unset;
    color: #fff;
    margin: 0;
    transition-duration: 0.2s;
}

.header-menu ul li ul li a:hover{
    color: #c5c5c5;
    background-color: #565656;
}

.header-menu ul li:hover > ul{
    display: block;
}

.header-menu ul li:hover > .mega-menus{
    display: block;
}

ul.dropdown-menus {
    left: 100%;
    top: 0;
}

.header-menu ul li span.fa-chevron-down {
    font-size: 12px;
    margin: 5px;
    padding: 2px;
    color: #e5e5e5;
}

.header-menu ul li span.fa-angle-right {
    padding: 3px 10px;
    color: #e5e5e5;
    float: right;
}

ul.dropdown-submenus li a {
    padding: 5px 0px 5px 10px;
}

.header-menu ul li ul li {
    border-bottom: 1px solid #d3d3d3;
    width: 100%;
}

.header-menu ul li ul li:last-child{
    border-bottom: none;
}
.sticky-header .container-fluid {
    padding: 0 50px;
}
.logo a img {
    width: 110px;
    /*margin: 2px 0px 2px -60px;*/
}

/**Header css End**/

.slider-section .carousel-caption.d-none.d-md-block {
    left: 4%;
    top: 10%;
    width: 45%;
    bottom: 15%;
    text-align: left;
    padding:50px;
}

.slider-section .carousel-caption.d-none.d-md-block p{
    font-size: 20px;
    margin: 20px 0px;
    color: #000;
}

.slider-section .carousel-caption.d-none.d-md-block a.slideBtn{
    transition-duration: 0.2s;
    display: block;
    border: 2px solid #e5e5e5;
    text-align: center;
    width: 35%;
    float: left;
    color: #fff;
    padding: 5px 0px;
    border-radius: 3px;
    font-size: 17px;
    background-color: #000;
    letter-spacing: 1px;
}

.slider-section .carousel-caption.d-none.d-md-block a.slideBtn:hover{
    background-color: #fff;
    color: #444;
}

.slider-section .carousel-caption.d-none.d-md-block a.videoBtn{
    transition-duration: 0.2s;
    display: block;
    border: 2px solid #7c3c3c;
    text-align: center;
    width: 57%;
    float: left;
    margin-left: 20px;
    color: #000;
    padding: 5px 0;
    border-radius: 3px;
    font-size: 17px;
    letter-spacing: 1px;
}

.slider-section .carousel-caption.d-none.d-md-block a.videoBtn:hover{
    background-color: #fff;
    color: #444;
}

.counterSection .col-md-2 {
        flex: 0 0 20.00%;
        max-width: 20.000%;
    }
.count-slider .slick-arrow {
    display: none !important;
}


.aboutPageview {
    background-color: #eee;
}

.aboutPageview .container {
    padding: 40px 0;
}

.aboutPageview .nav-tabs .nav-link {
    border: 1px solid #000;
    border-top-left-radius: 0.25rem;
    background-color: #fff;
    border-top-right-radius: 0.25rem;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}
.aboutPageview .nav-tabs .nav-link:last-child {
  margin: 0 !important;
}


.aboutPageview .nav-link.active {
    color: #fff !important;
    background-color: #000 !important;
    display: block;
    width: 100%;
    border: 1px solid #000;
}
.aboutPageview  .nav-tabs {
    border-bottom: unset !important;
}











.homeHalfContent{
    padding: 50px 0px;
}

.homeHalfContent.differntColor {
    background: #eee;
}

.homeHalfContent.differntColor h2{
    color: #000;
}

.homeHalfContent.differntColor p{
    color: #000;
    margin: 0;
}

.homeHalfContent h2{
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}

.homeHalfContent p{
    margin: 20px 0px;
    font-size: 18px;
    text-align: justify;
}


.cartificatePart {
    margin-top: 50px;
}

div#pills-tabContent {
    border: 1px solid lightgray;
    padding: 6px 20px;
    margin-bottom: 30px;
}
.tabMenuDiv .nav-pills .nav-link {
    border-radius: 0;
    border: none;
    margin: 0 4px;
}

.tabMenuDiv .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #000;
}




.homeHalfContent img{
    display: block;
    border-radius: 0px 40px;
    width: 100%;
}

.homeHalfContent p b{
    display: block;
    color: #444;
}
.counterNUum {
    display: flex
;
    align-items: center;
    justify-content: center;
}
.countBox span {
    /*position: absolute;*/
    right: 31%;
    top: 19%;
    font-size: 53px;
    color: #000;
}

.homeHalfContent ul{
    list-style-type: auto;
    margin: 10px 0 0 15px;
}

.homeHalfContent ul li{
    margin: 10px 0px;
    font-size: 18px;
}

a.readMoreBtn {
    background-color: #fff;
    padding: 8px 35px;
    color: #000;
    transition-duration: 0.2s;
    border: 1px solid #000;
    display: inline-block;
}

a.readMoreBtn:hover{
    background-color: #000;
    color: #fff;
  
    
}

.homeHalfContent.differntColor ul {
    list-style-type: none;
    margin: 0;
}

.homeHalfContent.differntColor .nav-pills .nav-link {
    font-size: 18px;
    padding: 5px 40px;
    color: #fff;
    background-color: #8b8b8b;
    margin-right: 10px;
}

.homeHalfContent.differntColor .nav-pills .nav-link.active {
    background-color: #000;
}
.corporateList li p {
    font-weight: normal;
    line-height: 20px;
}
.overLayCer {
    padding: 20px 0;
    background-color: #000000d1;
}

.overLayCer h3{
    color: #fff;
    line-height: 20px;
    font-size: 15px;
    text-align: center;
}

.overLayCer img{
    border-radius: 0;
    width: 430px;
    margin: 0 auto;
}

.ethicsPart h4{
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 30px;
    margin: 0;
}

.formContainer {
    border: 2px solid #8b8b8b;
    padding: 50px;
    width: 85%;
    margin: 0 auto;
}

.ethicsPart h2 {
    margin-bottom: 25px;
    font-size: 45px;
}

.productType {
    
}


.overlayMaps {
    padding: 50px 0px;
    background-color: #000000c9;
}

.overlayMaps h2{
    text-align: center;
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 4px;
    margin-bottom: 65px;
}

a.whatAppBtn {
    position: fixed;
    display: block;
    left: 3%;
    z-index: 999;
    bottom: 3%;
}

a.whatAppBtn img{
    width: 40%;
    display: block;
}

a.whatAppBtn:hover p{
    display: block;
}

a.whatAppBtn p {
    display: none;
    position: absolute;
    left: 35%;
    top: 13px;
    margin: 0;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
    box-shadow: 0px 0px 20px #444;
    color: #444;
    display: none;
}

.mapLocateImg {
    height: 268px;
}

.countryAddress{
    color: #fff;
}

.countryAddress img {
    display: block;
    width: 30%;
}

.countryAddress h1{
    font-weight: bold;
    margin: 10px 0px;
}

.countryAddress p{
    margin: 5px 0px;
}

a#v-pills-home-tab {
    position: absolute;
    right: 21%;
    bottom: 36%;
    text-align: center;
    padding: 0 5px;
    background-color: #ff1414c7;
}

a#v-pills-profile-tab {
    position: absolute;
    left: 42%;
    padding: 0 5px;
    top: 21%;
    text-align: center;
    background-color: #ff1414c7;
}


.itemType {
    padding: 16px 0;
}

.quantityField {
    padding: 16px 0;
}

.imageUpload {
    padding: 16px 0;
}

.textAria {
    padding: 16px 0;
}
.quantityField select {
    width: 100%;
    text-align: center;
    padding: 7px;
}

button.btnSend {
    border: none;
    padding: 5px 7px;
    background: #17A8E3;
    color: #fff;
    border-radius: 4px;
}
.formContainer input {
    background: #E6E6E6;
}
.textAria textarea {
    background: #E6E6E6;
}





.ourProducts{
    padding: 50px 0px;
    background-color: #eee;
    text-align: center;
}

.ourProducts h2{
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #7c3c3c;
}

a.homeCtgGrid{
    background-color: #fff;
    display: block;
    margin: 15px 0px;
    padding: 10px;
    box-shadow: 0px 0px 10px #c5c4c4;
    transition-duration: 0.3s;
}

a.homeCtgGrid:hover{
    transform: scale(1.1);
}

a.homeCtgGrid img{
    display: block;
    width: 100%;
}

a.homeCtgGrid p{
    margin: 0;
    font-weight: bold;
    letter-spacing: 1px;
    color: #444;
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
}




.partnersList {
    padding: 50px 0px;
    text-align: center;
}

.partnersList h3{
    color: #444;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.partnersList img{
    display: block;
    width: 80%;
    margin: 0px auto;

}

.partner-logo button.slick-prev.slick-arrow {
    display: none!important;
}

.partner-logo button.slick-next.slick-arrow {
    display: none!important;
}




.managementPart {
    padding: 50px 0px;
    background-color: #7c3b3b;
    text-align: center;
}

.managementPart h2{
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
}

.memberGrid{
    background-color: #fff;
    padding: 10px;
    margin: 10px 0px;
}

.memberGrid img{
    display: block;
    width: 100%;
}

.memberGrid h6{
    margin: 10px 0px;
    font-weight: bold;
    letter-spacing: 1px;
}

.memberGrid p{
    margin: 0;
}




.newsEvents{
    padding: 50px 0px;
    background-color: #eee;
}

.newsEvents h2{
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 40px;
    color: #000;
}

.newsEventGrid{
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 6px #b5b5b5;
    transition-duration: 0.3s;
    margin: 10px 0px;
}

.newsEventGrid:hover{
    background-color: #eee;
    box-shadow: none;
}

.newsEventGrid img{
    display: block;
    width: 100%;
}

a.newsTitle {
    display: block;
    font-size: 20px;
    margin: 10px 0px;
    font-weight: bold;
    color: #7c3c3b;
    letter-spacing: 1px;
    line-height: 28px;
}

.newsEventGrid p{
    margin: 10px 0px 20px 0;
    font-size: 14px;
}

a.readNewsBtn {
    background-color: #444;
    padding: 5px 25px;
    font-size: 14px;
    color: #fff;
}

a.viewAllBtn {
    display: block;
    width: 20%;
    color: #000;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 6px 0px;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    transition-duration: 0.2s;
    border: 1px solid #000;
}

a.viewAllBtn:hover{
    background-color: #000;
    color: #fff;

}




.sideBarCtg {
    background-color: #7b3639;
    color: #fff;
}






.overlayTitle {
    padding: 50px 0px;
    background-color: #231f1eb8;
}

.overlayTitle h2{
    margin: 0;
    font-size: 35px;
    color: #fff;
    letter-spacing: 1px;
}

ul.aboutSocial {
    list-style-type: none;
    margin-top: 5px;
}

ul.aboutSocial li{
    display: inline-block;
}

ul.aboutSocial li a{
    font-size: 25px;
    color: #fff;
    padding: 0px 5px 0;
    margin-right: 2px;
}

.pageviewContent{
    padding: 50px 0px;
}

.serviceGridImg {
    margin: 0 0 20px;
}

.serviceGridImg img{
    display: block;
    width: 100%;
}

a.newsGrid {
    display: block;
    transition-duration: 0.3s;
    margin: 15px 0;
}

a.newsGrid:hover{
    transform: scale(1.1);
}

a.newsGrid:hover .card{
    background-color: #eee;
}

a.newsGrid img{
    display: block;
    width: 100%;
}

a.newsGrid .card-body{
    
}

a.newsGrid h5{
    color: #000;
    font-size: 18px;
    letter-spacing: 1px;
}

a.newsGrid p{
    font-size: 16px;
    color: #000;
}

.aboutUspage {
    padding: 50px 0px;
}

.exploreContent{
    
}
.exploreImg img {
    border: 1px solid lightgray;
    padding: 5px;
}

.exploreContent h2{
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 32px;
    margin-bottom: 20px;
    color: #000;
}

.exploreContent p{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
}

.exploreContent p b{
    letter-spacing: 1px;
    color: #000;
}

.exploreContent ul{
    list-style-type: disclosure-closed;
    margin: 0px 0 20px 20px;
}

.exploreContent ul li{
    font-size: 15px;
    letter-spacing: 1px;
    margin: 2px 0px;
}

.exploreImg img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.newDesign{
    background-color: #eee;
    color: #fff;
    border-radius: 30px 0px;
    padding: 20px;
    
}

.rotate-icon {
  transition: transform 0.3s ease;
  color: #000;
}

.rotate-icon.rotated {
  transform: rotate(180deg);
}

.newDesign h3{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    color: #000;
}

.buyer li p {
    margin: 0;
    padding-bottom: 4px;
    font-size: 18px;
    color: #000;
}
.buyer ul {
    margin-left: 20px;
}
.newDesign p{
    margin: 0;
    font-size: 18px;
    color: #000;
    text-align: justify;
}
.newDesingTitle {
    display: flex
;
    align-items: center;
    justify-content: center;
}
.counterSection {
    padding: 30px 0px;
    background-color: #eee;
}
.read-more-btn {
    border: none;
    background-color: unset;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
    margin-left: 10px;
    color: #fff;
    font-size: 35px;
}
.countBox {
    text-align: center;
    background-color: #fff;
    padding: 35px 0px;
    border-radius: 40px 0;
    box-shadow: 0px 0px 20px #ddd;
    margin: 15px;
}

.countBox h1.count {
    color: #000;
    letter-spacing: 2px;
    font-weight: bold;
}

.countBox h3{
    margin: 0;
    font-size: 18px;
}






.gallery-page{
    margin-top: 20px;
}

.gallery_box{display: table; height: 100%;}
.gallery_left{display: table-cell; vertical-align: middle;}
.galleryImg {
    margin: 0px 0;
  position: relative;
      background-color: #fff;
}
.gallery-wrap .col-lg-4:nth-child(2) .galleryImg + .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-4:nth-child(4) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-4:nth-child(5) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-4:nth-child(6) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-3:nth-child(5) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-3:nth-child(6) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-3:nth-child(7) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-3:nth-child(8) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-6:nth-child(3) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-6:nth-child(4) .galleryImg {
  margin-top: 30px;
}

.serImg {
  margin-bottom: 30px;
}
.galley_inner .row > div {
  margin: 15px 0;
}
.galley_inner {
  text-align: center;
}
.testi_list {
  list-style: none;
}
.testi_list li {
  margin: 36px 0;
}
.testi_list .testimonials_sec {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.portfolio-overley {
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.galleryImg img {
  width: 100%;
}
.gallery-wrap .galleryImg:hover .portfolio-overley, .galley_inner .galleryImg:hover .portfolio-overley {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gallery-wrap .content, .galley_inner .content {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.gallery-wrap .content .image-link, .galley_inner .content .image-link {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  color: #ffffff;
  line-height: 50px;
  background: #f0aa00;
  display: block;
  font-size: 16px;
  z-index: 1;
  text-align: center;
  margin-left: -25px;
  margin-top: -25px;
}


/*contact css start*/

.contact-page {
    padding: 50px 0px;
}



.form-info {
    background-color: #eee;
    padding: 50px;
}
.major li {
    list-style: disc;
}
.subAbout li {
    list-style: disc;
        color: #000;
}
.form-info .form-control{
    border-radius: 0;
    font-size: 13px;
    height: auto;
    padding: 10px 20px;
    margin-bottom: 25px;
}

button.btn.submitbutton {
    background-color: #fff;
    border-radius: 0;
    padding: 6px 50px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #000;
    transition-duration: 0.2s;
    border: 1px solid #000;
}


.tab-pane img {
    width: 100%;
}

button.btn.submitbutton:hover{
    background-color: #000;
    color: #fff;
}

.website-info{
    background-color: #eee;
    padding: 20px;
    color: #000;
    margin-bottom: 20px;
}

.website-info i{
    width: 35px;
    font-size: 25px;
}

.website-info h5{
    font-size: 18px;
    margin-bottom: 3px;
    letter-spacing: 1px;
    color: #000;
}

.website-info p{
    margin: 0;
    font-size: 15px;
}

/* contact css end*/




/* footer css start*/

.mainFooter {
    background-color: #141414;
    padding: 20px 0px;
}

.mainFooter h4{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
}

.mainFooter h5 a:hover{
    background-color: #444;
    color: #fff;
}

ul.footerList{
    list-style-type: none;
}

ul.footerList li{
    color: #fff;
    font-size: 15px;
    margin: 10px 0px;
}

ul.footerList li a{
    display: block;
    font-size: 15px;
    color: #fff;
    padding: 0;
    transition-duration: 0.2s;
}

ul.footerList li a:hover{
    padding-left: 5px;
}

a.footerLogo img {
    display: block;
    width: 100%;
    margin: 20px auto;
}

ul.footerListSocial {
    list-style-type: none;
    margin-bottom: 30px;
}

ul.footerListSocial li{
    display: inline-block;
}

ul.footerListSocial li a{
    padding: 6px 10px;
    font-size: 20px;
    border-radius: 50%;
    background-color: #eee;
    margin-left: 5px;
    transition-duration: 0.2s;
    color: #444;
}

ul.footerListSocial li a:hover{
    background-color: #444;
    color: #fff;
}

.bottom-footer {
    background-color: #282828;
    padding: 10px 20px;
}

.copyright p{
	margin: 0px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.copyright a {
    color: #fff;
    font-weight: bold;
}
.ethicsPart {
    padding-top: 30px;
}
/*footer css end*/

header.sticky-header {
    width: 100%;
    -webkit-transition: all 2.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    padding: 5px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
}

.fancybox-image,.fancybox-spaceball {
    background: #fff !important;
}

header.sticky-header.stick {
    position: fixed;
    top: 0;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    left: 0;
    animation: smoothScroll 1s forwards;
    z-index: 99;
    padding: 0;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

.top-header.hidesection {
    display: none;
}
.middle-header.hidesection {
    display: none;
}

/**Matis Menu multi larvel css Start**/
.primarymenu {
    padding:0px;
}

.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 a {
    border-bottom: 1px solid #d6d4d4;
    display: inline-block;
    padding: 7px 12px;
    font-size: 14px;
    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 {
        right: -300px;
        height: 100vh;
        width: 300px;
        top: 0;
    }
    
    .cart_media {
        padding: 0px;
        background-color: #fff;
    }

    .side-modals {
        position: fixed;
        background-color: #fff;
        z-index: 9999;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .side-modals.right.open-side {
        right: 0;
    }
    
    .side-modals.right.open-side ul#menu li a:hover {
        background-color: #e5e5e5;
    }
    
    .side-modals.right.open-side ul#menu li a {
        border-bottom: 1px solid #d6d4d4;
        display: inline-block;
        padding: 7px 12px;
        font-size: 14px;
        color: #444;
        width: 100%;
    }

    .side-modals.open-side {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .side-modals .overlay {
        visibility: hidden;
        opacity: 0;
        background-color: #000000a3;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .side-modals.open-side .overlay {
        opacity: 0.8;
        visibility: visible;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .side-modals.right .cart-inner {
        height: 100vh;
        overflow: auto;
    }

    .side-modals .cart-inner {
        background-color: #ececec;
        z-index: 9;
        position: relative;
        top: 0;
    }

    .side-modals .cart-inner .cart_top {
        padding: 15px 10px;
        color: #fff;
        background-color: #813e3c;
        border-bottom: 1px solid #000;
    }
    
    span.apparels {
        display: block;
        position: absolute;
        font-size: 11px;
        top: 55px;
        left: 166px;
        color: #fff;
    }

/**Side Modals css End**/

/**For Laptop/ testop Large deviece**/

@media only screen and (max-width: 1400px) {
.sliderBox .carousel-caption {
    left: 12%;
    top: 8%;
    bottom: 15%;
    text-align: left;
    padding: 0 50px;
    width: 74%;
    }
    .sliderBox p {
        font-size: 18px;
    }
    .sticky-header .container-fluid {
        padding: 0;
        padding-left: 124px;
    }
    
}
@media only screen and (max-width: 1360px) {
.sliderBox .carousel-caption {
    left: 12%;
    top: 8%;
    bottom: 15%;
    text-align: left;
    padding: 0 50px;
    width: 74%;
    }
    .sliderBox p {
        font-size: 18px;
    }
    .sticky-header .container-fluid {
        padding: 0;
        padding-left: 124px;
    }
    
}


@media only screen and (max-width: 1199px) {

    
}

/**For Tablet/small laptops/ Medium deviece**/

@media only screen and (max-width: 1024px){
    
    
    
}

@media only screen and (max-width: 991px) {

    .mobilemodehide{
        display: none;
    }
}

/**For Mobile small deviece**/
@media only screen and (max-width: 767px) {
    .sticky-header .container-fluid {
        padding-left: 10px;
    }
    .counterSection .col-md-2 {
        flex: unset;
        max-width: unset;
    }
    .tabMenuDiv .nav-pills .nav-link {
        margin-bottom: 10px;
    }
    span.moble-menus-models {
        right: 23%;
        margin-top: 20px;
    }
    
    .countBox {
        margin: 10px 0px;
    }
    
    .mobilemodehide{
        display: none;
    }

    .destopmodehide {
        display: block;
    }

    .header-menu{
        display: none;
    }
    
    .form-info {
        margin-bottom: 30px;
    }
    
    .logo a img {
        width: 100px;
        margin: 6px 0;
    }
    
    .desktophide{
        display: block;
    }
    
    .newDesign {
        margin-bottom: 20px;
    }
    
    .newDesign p {
        height: auto;
    }
    
    .newDesign h3 {
        font-size: 21px;
        margin-bottom: 20px;
    }
    
    .formContainer {
        border: 2px solid #8b8b8b;
        padding: 10px;
        width: 100%;
        margin: 0 auto;
    }
    
    a#v-pills-profile-tab {
        left: 40%;
        top: 23%;
    }
    
    a#v-pills-home-tab {
        right: 5%;
        bottom: 34%;
    }
    
    a.viewAllBtn {
        width: 45%;
    }
    
    .homeHalfContent ul li {
        width: 100%;
        margin: 5px 0px;
    }
    
    .homeHalfContent img {
        display: block;
        border-radius: 0px 40px;
        width: 100%;
        margin: 30px 0px;
    }
    
    .overLayCer img {
        margin: 0px 0px!important;
    }
    
    .overLayCer {
        margin-bottom: 30px;
    }
    
    img.sliderLogo {
        width: 62%!important;
        margin: 0px auto;
    }
    
    a.homeCtgGrid p {
        padding: 10px 0px;
        font-size: 17px;
    }
    
    .slider-section .carousel-caption.d-none.d-md-block p {
        font-size: 13px;
        margin: 10px 0px;
        color: #fff;
    }
    
    .slider-section .carousel-caption.d-none.d-md-block {
        left: 0%;
        top: -3%;
        display: block!important;
        background-color: #00000069;
        text-align: center;
        width: 100%;
        bottom: 0;
        padding: 40px 51px;
    }
    
    .carousel-fade .carousel-item {
        padding: 30px 0px 50px;
    }
    
    .slider-section .carousel-caption.d-none.d-md-block a.slideBtn {
        border: none;
        width: 50%;
        float: left;
        color: #fff;
        padding: 2px 0px;
        margin-top: 2px;
        font-size: 15px;
    }
    
    .slider-section .carousel-caption.d-none.d-md-block a.videoBtn {
        background-color: #fff;
        width: 50%;
        float: left;
        margin-left: 0;
        margin-top: 2px;
        color: #000;
        padding: 4px 0;
        border: none;
        font-size: 11px;
    }
    
    .countBox span {
        right: 35%;
        top: 23%;
    }
    
    a.footerLogo img {
        width: 60%;
        margin: 20px 0;
    }
        
    
}

/**For extra Mobile small deviece**/
@media only screen and (max-width: 575px) {
    
    
    
}
