@import url('variable.css');

/*flex box property*/
.d-flex {
    display: -ms-flexbox;
    display: flex;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-wrap:before,
.flex-wrap:after {
    display: none;
}

.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}

.justify-content-center {
    -ms-justify-content: center;
    justify-content: center;
}

.align-items-end {
    -ms-flex-align: end;
    align-items: end;
}

/*Google Translater*/
.goog-logo-link,
.langauge span {
    display: none !important;
}

.goog-te-gadget {
    font-size: 0px !important;
}

.goog-te-gadget .goog-te-combo {
    font-size: 18px !important;
}

/*Google Translater End*/

#minimal-bootstrap-carousel .carousel-inner .item {
    min-height: 85vh;
}

.HomeGlimbs {
    margin: 0;
}

.HomeGlimbs.boxes-column ul li {
    width: 25%;
    padding: 30px 10px;
}

.HomeGlimbs.boxes-column ul li::after {
    height: 89px;
}

.HomeWhyChooseus {
    padding: 5rem 0;
    background: #f7f7f7;
}

.HomeProductsSection {
    background: url(../images/product-bg-1.jpg) no-repeat center center;
    background-size: cover;
}

.ProductDetail .product-slider {
    float: left;
}


/*Header Nav*/
.StickyLogo {
    display: none;
}

.sticky_header .StickyLogo {
    display: block;
    float: left;
}

.sticky_header .header-requestbtn {
    display: none;
}

a.header-requestbtn.header2-requestbtn {
    padding: 22px 10px;
}


.HomeContact {
    background: url(../images/contact/quick-enquiry-background.png);
}

.csr {
    padding: 10rem 0;
    background: url(../images/quality/green-background.jpg);
    background-size: contain;
}

.csr img {
    border-radius: 5%;
}

.static-section ul li h2 {
    display: inline-block;
}

.static-section span {
    color: #000;
    top: -5px;
    left: 0px;
    vertical-align: super;
    position: relative;
    font-size: 4rem;
    font-weight: 800;
}

.DeviderCall .bestthing-text-column p {
    font-weight: 700;
    font-size: 4rem;
    line-height: inherit;
    text-align: center;
}

.footerIcon span {
    padding: 0 .5rem .5rem 0;
}

.footerIcon .ftr-logo img {
    width: 12rem;
}

#main-navigation ul li.active > a {
    color: var(--primaryColor);
    background-color: transparent;
}

/*.top-to-bottom{
  position: fixed;
  right: 0;
  bottom: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.top-to-bottom.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
*/
/*================================================
Top-to-bottom CSS
=================================================*/
.top-to-bottom {
    position: fixed;
    cursor: pointer;
    bottom: 7px;
    right: 7px;
    background-color: var(--primaryColor);
    color: #fff;
    z-index: 4;
    width: 43px;
    text-align: center;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    font-size: 27px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.top-to-bottom i {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.top-to-bottom.active {
    opacity: 1;
    visibility: visible;
}

.top-to-bottom:hover {
    background-color: #111111;
}

.whatsapp-icon-bar {
    position: fixed;
    bottom: 5%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999999;
}

.whatsapp-icon-bar a {
    display: block;
    text-align: center;
    padding: 0px !important;
    transition: all 0.3s ease;
    color: white;
    margin-bottom: 5px;
    border-radius: 12px;
    font-size: 20px;
}



.ui.form,
.ui.form .field .dropdown,
.ui.form .field .dropdown .menu > .item,
.myformbtn {
    font-size: 1.5rem !important;
}

.ui.form .field .prompt.label {
    font-size: 1.1rem !important;
    display: inline-block !important;
}

.myformbtn {
    border: 1px solid #ccc !important;
    background: #fff !important;
    color: #000 !important;
}

.myformbtn:hover {
    border: 1px solid var(--primaryColor) !important;
    background: #fff !important;
}

.myformbtn::before {
    background: var(--primaryColor) !important;
}

.myformbtn:hover::before,
.myformbtn:focus::before,
.myformbtn:active::before {
    -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66) !important;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66) !important;
}

.experienceRight img {
    border: .8rem solid var(--primaryColor);
    border-radius: 2rem;
}



.seoContent h1,
.seoContent h2,
.seoContent h3,
.seoContent h4{
    text-transform: inherit;
    font-weight: bold;
    padding-bottom: 10px;
    margin: 0;
    line-height: 1.4;
}

.seoContent h2{
    font-size: 3rem;
}
.seoContent h3{
    font-size:2.8rem;
}

.seoContent ul,
.seoContent ol {
    padding: 0 2rem;
}


#currencyConverter #submit {
    margin-top: 15px;
}




#main-navigation-wrapper.sticky_header {
    height: 100px;
}

header {
    padding: 5px 0px 0px;
}

.header2 .mobile-display-none .logo img {
    max-height: 88px;
    max-width: 300px
}

.sticky_header .StickyLogo img {
    max-height: 100px;
    max-width: 300px
}

#main-navigation-wrapper.sticky_header .nav > li > a {
    padding: 15px 20px;
}

.sticky_header .StickyLogo {
    font-size: 3.5rem;
    max-width: 330px;
}



/*Custom Responsive **************************************/

@media only screen and (min-width : 310px) and (max-width : 480px) {

    .contactForm.d-flex {
        display: block;
    }

    .paddingSection {
        padding: 50px 0;
    }

    .display-block {
        display: block;
    }

    .mobile-display-none {
        display: none;
    }

    .supportTextCol h1,
    .home7Title h1 {
        font-size: 22px;
    }

    header {
        padding: 0;
    }

    .header2 #main-navigation-wrapper.navbar-default {
        margin-top: 0;
    }

    #main-navigation-wrapper.navbar2-wrap {
        background: none;
        margin-bottom: 0
    }

    #main-navigation ul li.active > a {
        color: #48402b;
    }

    .header2 .navbar-header .logo-menu a {
        font-size: 2.2rem;
    }

    .logo-menu img {
        max-width: 200px;
        max-height: 100px;
    }

    #minimal-bootstrap-carousel .carousel-inner .item {
        min-height: 203px;
        background-size: 100% 100%;
    }

    .HomeGlimbs.boxes-column ul li {
        width: 100%;
    }

    .HomeGlimbs.boxes-column ul li:after {
        width: 1px;
        height: 181px;
    }

    .HomeGlimbs.boxes-column ul li:last-child:after {
        display: block;
    }

    .experienceLeft a.header-requestbtn.more-infobtn {
        margin: 3rem 0;
    }

    .expImgTitle .row {
        width: 90%;
    }

    .expImgTitle .col-md-3 {
        width: 25%;
        padding-left: 0;
    }

    .expImgTitle .col-md-9 {
        width: 75%;
    }

    .expImgTitle h3 {
        font-size: 23px;
    }

    .DeviderCall .bestthing-text-column p {
        font-size: 2.5rem;
    }

    .companyMissionSec {
        margin: 4rem 0;
    }

    .companyMissionSec .d-flex {
        display: block;
    }

    .hm7missionContentSide,
    .home7Accordian {
        padding-top: 0;
    }

    .static-section span {
        font-size: 3rem;
    }

    .static-section {
        padding: 5rem 0;
    }

    .static-section ul {
        margin: 0;
    }

    .static-section ul li:last-child {
        border-bottom: 1px solid #000;
    }

    .csr {
        background-size: auto;
    }

    .home7News .row .col-md-4 {
        margin-top: 4rem;
    }

}

/*310px to 480px END*/


@media only screen and (min-width : 481px) and (max-width : 767px) {

    header {
        padding: 0;
    }

    ul.header-info {
        margin: 10px 0 0 0;
    }

    #main-navigation ul li.active > a {
        color: #48402b;
    }

    #minimal-bootstrap-carousel .carousel-inner .item {
        min-height: 300px;
        background-size: 100% 100%;
    }

    .HomeGlimbs.boxes-column ul {
        display: flex;
    }

    .HomeGlimbs.boxes-column ul li {
        width: 49%;
    }

    .HomeGlimbs.boxes-column ul li:after {
        width: 1px;
        height: 181px;
    }

    .HomeGlimbs.boxes-column ul li:last-child:after {
        display: block;
    }

    .boxes-column ul li::after {
        left: 5%;
        right: 5%;
    }

    .experienceLeft a.header-requestbtn.more-infobtn {
        margin: 3rem 0;
    }

    .expImgTitle h3 {
        font-size: 23px;
    }

    .DeviderCall .bestthing-text-column p {
        font-size: 2.5rem;
    }

    .hight-level-section ul li {
        padding: 12px 15px 12px 0;
    }

    .companyMissionSec {
        margin: 4rem 0;
    }

    .companyMissionSec .d-flex {
        display: block;
    }

    .hm7missionContentSide,
    .home7Accordian {
        padding: 0;
    }

    .hm7TestimonialSec {
        margin-top: 35px;
        margin-left: 0;
    }

    .hm7TestimonialSec .col-md-12 {
        margin-top: 0;
    }


}

/*481px to 767px END*/

@media only screen and (min-width : 767px) and (max-width : 991px) {

    header {
        padding: 0;
    }

    ul.header-info {
        margin: 10px 0 0 0;
    }

    #main-navigation ul li.active > a {
        color: #48402b;
    }

    #minimal-bootstrap-carousel .carousel-inner .item {
        background-size: 100% 100%;
        min-height: 500px;
    }

    .header-socials {
        display: block !important;
    }

    .boxes-column ul li .boxes-icons {
        width: 100%;
    }

    .boxes-column ul li .boxes-desc {
        width: 100%;
        float: left;
    }

    .companyMissionSec {
        margin: 4rem 0;
    }

    .home7Accordian {
        padding: 0;
    }

    .home7Accordian .v-center {
        -ms-flex-align: end;
        align-items: end;
    }

    .hm7TestimonialSec {
        margin-top: 35px;
        margin-left: 0;
    }

    .hm7TestimonialSec .col-md-12 {
        margin-top: 0;
    }
}

/*767px to 992px END*/


@media only screen and (min-width : 991px) and (max-width : 1199px) {
    header.header2 ul.header-info {
        margin-left: 27px;
        width: 67%;
    }

    .sticky_header .StickyLogo {
        font-size: 2.8rem;
        max-width: 218px;
    }
    #main-navigation-wrapper.sticky_header .nav > li > a{
        padding: 15px 18px;
    }
    #main-navigation-wrapper .nav > li > a {
        padding-right: 10px;
        padding-left: 10px;
    }

    #minimal-bootstrap-carousel .carousel-inner .item {
      min-height: 388px;
    }

}

/*767px to 992px END*/

@media screen and (min-width: 1200px) and (max-width : 1350px) {
    header.header2:before {
        width: 37%;
    }

    #minimal-bootstrap-carousel .carousel-inner .item {
      min-height: 469px;
/*      background-size: 100% 100%;*/
    }
}
@media screen and (min-width: 1350px) and (max-width : 1550px){
    header.header2:before {
        width: 37%;
    }

    #minimal-bootstrap-carousel .carousel-inner .item {
      min-height: 527px;
/*      background-size: 100% 100%;*/
    }
}
@media screen and (min-width: 1550px) and (max-width : 1770px){
    header.header2:before {
        width: 37%;
    }

    #minimal-bootstrap-carousel .carousel-inner .item {
      min-height: 610px;
/*      background-size: 100% 100%;*/
    }
}
@media screen and (min-width: 1770px) and (max-width : 1920px){
    header.header2:before {
        width: 37%;
    }

    #minimal-bootstrap-carousel .carousel-inner .item {
      min-height: 680px;
/*      background-size: 100% 100%;*/
    }
}

@media screen and (min-width: 1921px) {

    header.header2:before {
        width: 42%;
    }

    #minimal-bootstrap-carousel .carousel-inner .item {
      min-height: 85vh;
      background-size: 100% 100%;
    }
}


.productDetails table{
    width: 100%;
}

.productDetails .table td, 
.productDetails .table th{
    border: 1px solid #dee2e6;
    padding: 1rem;
    vertical-align: top;
}


.pswp__button--arrow--left, .pswp__button--arrow--right{
    border: none;
}



.whatsAppWrapper{
    position: relative;
}
.whatsAppWrapper .service-heading{
    box-shadow: 0px -7px 10px #ccc;
    z-index: 999;
    position: relative;
}


.dmfeature{
/*    background-color: darkred;*/
/*    display:inline-block;*/
/*    margin:1rem 0 0 0;*/
    position: relative;
}

.dmfeature .whatsAppCon{
    width: 100%; 
    display: flex;
    border-left: 4px solid var(--primaryColor);
/*    box-shadow: 0px 6px 10px #ccc;*/
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    padding: 0px 0 20px 8px;
}

.dmfeature .whatsAppCon a{    
    color: #198754;
    padding: 0.375rem 0.75rem;
    border: 1px solid #198754;
    border-radius: 0.25rem;
}
.whatsAppWrapper:hover .whatsAppCon a{
    opacity: 0;
}

.dmfeature .Onhover{
    position: absolute;
    top: 20%;
    width: 100%;
    z-index: 9;
    left: 0;
/*    background: #ffffff;*/
    padding: 3px 8px 20px 8px;
    /*box-shadow: 0px 6px 7px 0 rgba(0, 0, 0, 0.3);*/
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    transition: all 300ms ease-in-out;
    border-left: 4px solid var(--primaryColor);
    opacity: 0; 
    visibility: hidden; 
}

.whatsAppWrapper:hover .dmfeature .Onhover{
    top: 55%;
    opacity: 1;
    visibility: visible;
}

.dmfeature .Onhover a{
    line-height: 35px;
    padding: 0 18px;
    text-transform: capitalize;
    font-size: 12px;
    height: 35px;
    color: #fff;
    background-color: #198754;
    border-color: #198754;
    display: block;
    text-align: center;
    border-radius: 0.25rem;
    display: inline-block;
}

.whatsAppAddTocart{
    color: #198754;
    border: 3px solid #198754;
}

.whatsAppAddTocart span:not(.btn-title){
    background-color: #198754;
}



.productWhatsAppWrapper{
    position: relative;
    display: flex;
}
.productWhatsAppWrapper a.more-infobtn{
    width: 22rem;
    margin-top: 0;
    border: 1px solid #198754;
    color: #198754;
    padding: 1rem 0.75rem;
}
.productWhatsAppWrapper a.more-infobtn:before{
    background-color:#198754;
}
.productWhatsAppWrapper a.more-infobtn:hover,
.productWhatsAppWrapper a.more-infobtn:focus {
  border: 1px solid #198754;
  color: #fff;
}


a.productEnquiryButton{
    margin-top: 0 !important;
    margin-right: .5rem!important;
    padding: 1rem 0.75rem!important;
}




/*GOOGle Review Section*/
.ReviewUsOnGoogle {
     padding: 0; 
     margin: 10rem 0; 
}

.ReviewUsOnGoogle .site-button{
    background-color: #fff;
    color:#000000;
    Outline: none;
    padding: 10px 25px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-table;
    border: none;
    font-size: 15px;
    transition: 0.5s all ease;
    border-radius: 15px;
} 

.ReviewUsOnGoogle .site-button img{
  width: 140px;
}

.googlReviewCon{
    padding: 50px 50px 20px 50px;
    background-color: #f8f5ff;
    border-radius: 30px;
    box-shadow: 0px 0px 30px rgba(46, 13, 79, 0.1);
    max-width: 960px;
    margin: 0px auto;
    position: relative;
    z-index: 1;
}

.googlReviewCon h2 {
    max-width: 600px;
    margin: 0px auto 30px;
    font-size: 2rem;
    font-weight: 600
}

.googlReviewClientImg span {
    display: inline-block;
    border-radius: 50%;
    border: 3px solid var(--primaryColor);
    overflow: hidden;
}

.googlReviewClientImg .img-pos-1 {
    position: absolute;
    left: 180px;
    top: -40px;
}

.googlReviewClientImg .img-pos-2 {
    position: absolute;
    left: 40px;
    top: 60px;
}

.googlReviewClientImg .img-pos-3 {
    position: absolute;
    left: 80px;
    top: 180px;
}

.googlReviewClientImg .img-pos-4 {
    position: absolute;
    right: 180px;
    top: -40px;
}

.googlReviewClientImg .img-pos-5 {
    position: absolute;
    right: 40px;
    top: 60px;
}

.googlReviewClientImg .img-pos-6 {
    position: absolute;
    right: 80px;
    top: 180px;
}

@media only screen and (min-width: 320px) and (max-width: 640px){
    .googlReviewCon {
      padding: 50px 50px 20px 50px !important;
    }
    .googlReviewClientImg{
        display: none;
    }
}
@media only screen and (min-width: 640px) and (max-width: 767px){
    .googlReviewCon {
      padding: 50px 150px 20px 150px !important;
    }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
    .googlReviewCon {
      padding: 50px 90px 20px 90px;
    }
}
/*GOOGle Review Section End*/
header.header2:before {
    border-top: 132px solid #ffffff;
    border-right: 80px solid transparent;
}
.var2-nav {
    background: #9f9e9e;
}
#main-navigation-wrapper.navbar-default.sticky_header.navbar2-wrap {
    background: #9f9e9e;
}