@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

body{font-family: "Poppins", sans-serif; background:#f4f1ee}


img{max-width:100%;}
 p{text-align:justify}
.text-left p{ text-align:left}
.text-center p{text-align:center}

#header{left:0;right:0;z-index:1234; background:#fff;  top:-300px; -webkit-transition-property: top;-webkit-transition-duration: 0.5s; padding:10px 0;     box-shadow: 0 0 10px #ccc; }
#header .site-logo img{width:auto}


#header .search-form{position: relative;}
#header .search-form .action-search{background:url(../images/icon-search.png) no-repeat 50%;    width: 50px;height: 45px;display: block;text-indent: -9999999px;overflow: hidden; outline:none; border:none}
#header .search-form .dropdown-menu{border: none;right: 0;left: auto;width: 280px; padding:0}
#header .search-form .form-control{height: 40px;font-size: 12px;padding: 5px 76px 5px 15px;border-color:#d7d7d7}
#header .search-form .btn{position: absolute;right: 0;width: 75px;height: 40px;top: 0;border:none;border-radius: 0 6px 6px 0;padding: 0;font-size: 11px;border-left:1px solid #d7d7d7;background: #4d004a;color: #fff;text-transform: uppercase;font-weight: 300;letter-spacing: 2px;}


#header .container-fluid{position:relative;}
#header.fixed{position:fixed; top:0; padding:5px 0}
#header.fixed .site-logo img{height:50px}
#header.fixed .navbar ul>li> a{ font-size:14px}

#header .user-menu .navbar ul>li{}

.navbar {position:relative; }
.navbar .navbar-nav{position:static}
.navbar ul > li {position:relative}
.navbar ul>li> a{color: #1a1a1a;text-transform: capitalize;text-decoration: none;padding: 10px 20px;font-size: 18px;display: block;font-weight:600;}
.navbar ul>li.dropdown > a:after{font-family:FontAwesome; content:"\f0d7"; margin-left:5px;}
.navbar ul>li:hover> a{color: #4d004a;}
.navbar ul>li:last-child{}
.navbar ul>li:last-child a{}
.navbar ul>li:hover> a,.navbar ul>li.active> a{}
.navbar ul>li.reqbtn a{color:#e6031b}
.navbar ul>li.reqbtn:hover> a,.navbar ul>li.reqbtn.active> a{}

@media(min-width:768px) {
.navbar{position: relative;}
.navbar .navbar-nav{padding:0;}
.navbar .navbar-nav.user-menu{border-left:1px solid #afaead}
#mobileMenuButton{display:none}
.navbar .container{position:relative}
.navbar .navbar-collapse>.navbar-nav{z-index: 123;}
.navbar .navbar-nav>li{}
.navbar .navbar-nav>li:not(:last-child):after{}
.navbar ul>li:not(.has-megamenu) ul,.navbar ul>li.has-megamenu .megamenu-inner{
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -webkit-animation-name: slide-down-slow;
    -moz-animation-name: slide-down-slow;
    animation-name: slide-down-slow;
    display:none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px;
    background: #fff;
    z-index:12;
    list-style:none;
    padding:15px 0;
    margin:0;
    display:none;
    box-shadow: 2px 2px 6px #919191;
    border-radius: 5px;
    }
@-webkit-keyframes slide-down-slow{0%{-webkit-transform:perspective(1px) scaleY(.1);-moz-transform:perspective(1px) scaleY(.1);-ms-transform:perspective(1px) scaleY(.1);-o-transform:perspective(1px) scaleY(.1);transform:perspective(1px) scaleY(.1)}to{-webkit-transform:perspective(1px) scaleY(1);-moz-transform:perspective(1px) scaleY(1);-ms-transform:perspective(1px) scaleY(1);-o-transform:perspective(1px) scaleY(1);transform:perspective(1px) scaleY(1)}}
@keyframes slide-down-slow{0%{-webkit-transform:perspective(1px) scaleY(.1);-moz-transform:perspective(1px) scaleY(.1);-ms-transform:perspective(1px) scaleY(.1);-o-transform:perspective(1px) scaleY(.1);transform:perspective(1px) scaleY(.1)}to{-webkit-transform:perspective(1px) scaleY(1);-moz-transform:perspective(1px) scaleY(1);-ms-transform:perspective(1px) scaleY(1);-o-transform:perspective(1px) scaleY(1);transform:perspective(1px) scaleY(1)}}
}

.navbar ul>li:not(.has-megamenu) ul:before{content:'';position: absolute;left: 20px;top: -15px;width: 15px;height: 15px;border-bottom: 9px solid #672f92;border-left: 10px solid transparent;border-right: 10px solid transparent;}
.navbar ul > li.has-megamenu .megamenu-inner{right: 15px;left: 15px;width: calc(100% - 30px);padding: 15px; }
.navbar ul>li:not(.has-megamenu):hover> ul,.navbar ul>li.has-megamenu:hover> .megamenu-inner{ display:block}
.navbar ul>li ul.right{left:auto; right:0}
.navbar ul>li:not(.has-megamenu) ul.right:before{left:auto; right:40px;}

.navbar ul > li .hasSub{position: relative;right: 3px;bottom: 0;float: right;z-index:123;font-size: 10px;line-height: 12px;margin: auto;top: calc(47%);transform: translate(0%, -47%);}
body.home #header:not(.fixed) .navbar ul > li .hasSub{}
.navbar ul > li .hasSub i {margin-right: -2px;}
.navbar ul > li li {}
.navbar ul > li li a{color: #000;text-shadow: none;padding:4px 15px;font-size: 14px;font-weight: 500;}
.navbar ul > li li a[href="#"]{opacity:0.4}
.navbar ul > li li:hover>a{background: #e2eddc;color:#000}
.navbar ul > li button.sub-menu-toggle {display: none;}
.navbar ul > li.has-megamenu{position:static}
.navbar ul > li.has-megamenu .megamenu-inner .hasSub{display:none}
.navbar ul > li.has-megamenu ul{list-style:none; padding:0; margin:0; top:0 }
.navbar ul > li.has-megamenu ul li{margin-bottom:3px}
.navbar ul > li.has-megamenu ul li a{padding: 3px 0 3px 18px;position: relative;background: none; display:inline-block}
.navbar ul > li.has-megamenu ul li a:hover{color:#ee1c2e}
.navbar ul > li.has-megamenu ul li a:before{content: "\f054";font-family: 'FontAwesome';font-size: 12px;left: 0;position: absolute;top: 4px;}
.navbar ul > li.has-megamenu .moz-col-2{column-count:2; }
.navbar ul > li.has-megamenu>a{position:relative}
.navbar ul > li.has-megamenu:hover>a:after{content:'';position: absolute;left: 15px;bottom: 0;border-bottom: 9px solid #672f92;border-left: 10px solid transparent;border-right: 10px solid transparent;z-index:123}
.navbar ul > li.has-megamenu .imgbox{position:relative;display:block;border-radius: 6px;overflow: hidden;}
.navbar ul > li.has-megamenu .imgbox img{ width:100%}
.navbar ul > li.has-megamenu .imgbox h3{position:absolute;background: url(../images/arrow-wh-r8.png) no-repeat 95% #ee1c2e;color: #fff;left: 0;right: 0;bottom: 0;margin: 0;padding: 10px 30px 10px 10px;font-size: 13px;font-weight: 500;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}



.pageContent{ position:relative; }
.pageContent .pageOverlay{position: absolute;width: 100%;height: 100%;background: rgba(0,0,0,0.4);left: 0;top:0;z-index: 12;opacity:0; transition:.5s; display:none}
.pageContent.showNav .pageOverlay{ opacity:1;display:block}


/* menu start */
.mobileNavWrapper ul.nav li a { border-top: 1px solid #e8e8e8; display:block; color: #000; font-size: 14px; text-transform: capitalize; padding:7px 15px; font-weight:500  }
.mobileNavWrapper ul li a:hover, .mobileNavWrapper ul li.active a {color: #FFF;background: #448a0c;text-decoration:none;}
.mobileNavWrapper { background:#fff; width: 250px; height: 100%; min-height: 100%; position: fixed; right: -250px; padding-top:50px; top: 0; overflow-x: hidden; z-index: 16; }
.mobileNavWrapper h2{    font-size: 23px;
    padding: 15px; margin:0px}
.mobileNavWrapper, .header {
 transition: all .30s ease; -webkit-transform: translateX(0px); -ms-transform: translateX(0px); transform: translateX(0px); -webkit-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; }
.pageContent{ transition:all .30s ease;-webkit-backface-visibility:hidden;-ms-backface-visibility: hidden;backface-visibility: hidden;}
.mobileNavWrapper .navbar-nav li{ position:relative}
.mobileNavWrapper .navbar-nav li ul{padding: 0;box-shadow: none;margin: 0;border: none; width:100%; min-width:auto; display:none}
.mobileNavWrapper .navbar-nav li ul ul{}
.mobileNavWrapper ul.nav li li a {padding: 10px 15px;font-size: 95%;border-color: #efefef;color: #4e4e4e;line-height: normal;font-weight: 500;}
.mobileNavWrapper .navbar-nav li .hasSub{position: absolute;right: 0;width: 45px;height: 38px;top: 0;z-index: 123;background: #ff0000;cursor: pointer;}
.mobileNavWrapper .navbar-nav li .hasSub:after{ position:absolute;     content: '';width: 12px;height: 12px;border-top: 2px solid #fff;border-right: 2px solid #fff;left: 18px;top: 12px;transform: rotate(135deg);}
.mobileNavWrapper .navbar-nav li .hasSub i{display:none}

.mobileNavWrapper.showNav, .header.showNav, .pageContent.showNav { -webkit-transform: translateX(-250px); -ms-transform: translateX(-250px); transform: translateX(-250px); }
#mobileMenuButton{float: right;margin: 8px 0 0;font-size: 25px;color: #fff;padding: 0;background: url(../images/menu.png) no-repeat 50%;width: 45px;height: 45px;background-size: 52px;}
/* menu close */






/* code of owl-carousel script  */
.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); position: relative; z-index: 1; }
.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; }
.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-stage-outer.owl-height { -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }
.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; }
.owl-controls .owl-nav div, .owl-controls .owl-dot { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url('owl-video-play.png') no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; transition-property: scale; transition-duration: 100ms; transition-timing-function: ease; }
.owl-carousel .owl-video-play-icon:hover { -moz-transform: scale(1.3, 1.3); -ms-transform: scale(1.3, 1.3); -o-transform: scale(1.3, 1.3); -webkit-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display: none; }
.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; transition-property: opacity; transition-duration: 400ms; transition-timing-function: ease; }
.owl-carousel .owl-video-frame { position: relative; z-index: 1; }
.owl-loaded { display: block; }
.owl-loading { opacity: 0; display: block; }
.owl-hidden { opacity: 0; }
.owl-carousel .owl-refresh .owl-item { display: none; }
.owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel .owl-item img { }
.owl-carousel.owl-text-select-on .owl-item { -webkit-user-select: auto; -moz-user-select: auto; -ms-user-select: auto; user-select: auto; }
.owl-carousel .owl-grab { cursor: move; cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; }
.owl-carousel .owl-item img.owl-lazy { opacity: 0; }
.owl-carousel .owl-item img {}
.owl-carousel .owl-stage.backfacefix .owl-item { -webkit-backface-visibility: hidden; }
.owl-rtl { direction: rtl; }
.owl-rtl .owl-item { float: right; }
.no-js .owl-carousel { display: block; }
.animated { -webkit-animation-duration: 600ms; animation-duration: 600ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.owl-animated-in { z-index: 0 }
.owl-animated-out { z-index: 1 }
.fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }
 @-webkit-keyframes fadeOut {  0% { opacity: 1;} 100% { opacity: 0;}}
 @keyframes fadeOut {  0% { opacity: 1;} 100% { opacity: 0;}}
.owl-carousel .owl-nav.disabled{display:none}
.owl-carousel .owl-nav{text-align:center}
.owl-carousel .owl-nav .owl-prev{}
.owl-carousel .owl-nav .owl-next{}
.owl-carousel .owl-dots{}
.owl-carousel .owl-dots .owl-dot{background:#c2c0c0; border:none; width:20px; height:20px; border-radius:50px; outline:none; margin:0 5px;}
.owl-carousel .owl-dots .owl-dot.active{background:#19ad7a}


/* end code of owl-carousel script  */

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }
.fancybox-wrap { position: absolute; top: 0; left: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 8020; }
.fancybox-skin { position: relative; background: #f9f9f9; color: #444; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.fancybox-opened { z-index: 8030; }
.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.fancybox-outer, .fancybox-inner { position: relative; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }
.fancybox-error { color: #444; font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0; padding: 15px; white-space: nowrap; }
.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; }
.fancybox-image { max-width: 100%; max-height: 100%; }
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url(../images/fancybox_sprite.png); }
#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; }
#fancybox-loading div { width: 44px; height: 44px; background: url(fancybox_loading.gif) center center no-repeat; }
.fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; }
.fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url(blank.gif);-webkit-tap-highlight-color: rgba(0, 0, 0, 0); z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: visible; }
.fancybox-prev span { left: 10px; background-position: 0 -36px; }
.fancybox-next span { right: 10px; background-position: 0 -72px; }
.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp { position: absolute; top: -99999px; left: -99999px; max-width: 99999px; max-height: 99999px; overflow: visible !important; }
.fancybox-lock { overflow: visible !important; width: auto; }
.fancybox-lock body { overflow: hidden !important; }
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background: rgba(0, 0, 0, 0.45); }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }
.fancybox-title { visibility: hidden; font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; position: relative; text-shadow: none; z-index: 8050; }
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; }
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent;  background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; }
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }
.fancybox-title-inside-wrap { padding-top: 10px; }
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, .8); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
 #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {/*background-image: url(fancybox_sprite@2x.png);background-size: 44px 152px;*/}
 #fancybox-loading div {
/*background-image: url(fancybox_loading@2x.gif);background-size: 24px 24px; */}
}
.shareThis { position: absolute; left: 0; right: 0; bottom: 0; z-index: 9999; text-align:center; }
.shareThis .btn { margin:2px; }
.shareThis a { float:none!important; display:inline-block!important; }

/* end code of fancy lightbox */

.slider {position:relative;}
.slider .carousel-inner{overflow:visible}
.slider .carousel-caption{top: calc(50%);transform: translate(0%, -50%); bottom:auto; padding:0;text-align:left;left:3%;right:3%;}
.slider .carousel-item>img{ width:100%;}
.slider .desc{color:#fff;}
.slider .desc h2,.slider .desc h1{font-size:55px; line-height:1.2; margin:0 0 15px; text-transform:capitalize}
.slider .desc h6{font-size:22px;color:#fedc19; margin:0 0 15px 0;}
.slider .desc p{text-align:left}
.slider .desc .btn{font-size: 18px;text-transform:uppercase;padding: 8px 19px;font-weight: 400;border-radius: 50px;}
.slider .desc .btn.btn-call{background: url(../images/callus.png) no-repeat 15px;padding-left: 55px; color:#fedc19; border-width:2px;}

.banner {background:url(../images/bg-banner.jpg) no-repeat 50%;background-size:cover;padding: 5em 3em;}
.banner h1{color:#fff;font-size:55px;margin:0;font-weight: 600;}

.title h1{ color:#4d004a; font-weight:600}
.title .btn{font-size: 14px;padding: 8px 10px;border-radius: 4px; font-weight:500}

.request-form{background:url(../images/bg-req-form.jpg) no-repeat 50%; background-size: cover;   border-radius: 12px;}
.request-form form p{margin-bottom:0}
.request-form h3{color:#fff; font-size:32px;font-weight: 600;}
.request-form .form-control,.request-form .form-select{height:45px; border:none; border-radius:4px; font-size:14px}
.request-form .btn{font-size: 18px;text-transform: uppercase;padding: 12px 40px;font-weight: 500;border-radius: 50px;background: #fedc19;border: none;}



.product-category .item{display: block;position: relative; color: #fff;}
.product-category .item img{width:100%}
.product-category .item h3{    position: absolute;left: 8px;top: calc(50%); transform: translate(0%, -50%); width: 50%;font-size: 16px; font-weight: 400; line-height: 1.4; margin:0;}

.products{}
.products .item {background:#fff; border:1px solid #fff;transition:0.5s;padding: 15px;}
.products .item:hover{border-color:#4d004a; }
.products .item .thumb{margin-bottom:10px}
.products .item .desc{}
.products .item h2{font-size:15px;line-height: 1.4;color:#2e2d2d; }
.products .item h2 a{color:#2e2d2d; text-decoration:none}
.products .item .price{color:#e6071f; font-size:16px; font-weight:600}

.our-testimonials{}
.our-testimonials .item{ position:relative; background:#000; overflow:hidden}
.our-testimonials .item img{ opacity:0.3; transition:0.5s; width:100%}
.our-testimonials .item:hover img{ opacity:0.5;}
.our-testimonials .item .desc{position:absolute;left: 10px;right: 10px;bottom: 10px;color: #fff;font-weight: 300;font-size: 13px;}
.our-testimonials .item .desc p:before{content:url(../images/quote-open.png); margin-right:7px}
.our-testimonials .item p{text-align:inherit}


.welcome-text{ line-height:1.9}
.welcome-text h1{ color:#4d004a; font-weight:600}
.welcome-text .btn{border-radius:50px;background:#fedc19;color:#000;font-size: 18px;text-transform: uppercase;font-weight: 600;padding: 10px 30px;}




#footer{background:#232323; color:#F7FFE4; line-height:1.6}
#footer .footer-top{border-bottom:1px solid #343434;}
#footer .footer-inner{background:#0a0a0a; border-radius:12px}
#footer .h3{font-size:18px;margin-bottom: 20px;color:#fff;text-transform: uppercase;}
#footer a{color: #bebebe;text-decoration: none;}
#footer a:hover{color: #fff;}
#footer ul{list-style:none; padding:0; margin:0}

#footer .ftrnav li {margin-bottom:6px}
#footer .ftrinfo h4{font-weight:400; font-size:12px; color:#bebebe; margin:0 0 }
#footer .ftrinfo .item{margin-bottom:20px}
#footer .ftrinfo .item a, #footer .ftrinfo .item{color:#fedc19; font-weight:600}

#footer .payment-accept{background: #1c1c1c;transform: skewX(-10deg);}
#footer .payment-accept .inner{    transform: skewX(10deg);}
#footer .payment-accept .inner h6{text-transform: uppercase;font-size: 16px;color: #fff;font-weight: 500;margin-bottom: 20px;}

#footer .newsletter{}
#footer .newsletter form{position:relative}
#footer .newsletter .form-control{height: 45px;border-radius: 0; font-size:14px}
#footer .newsletter .form-control::placeholder{opacity:1; color:#8f8f8f}
#footer .newsletter .btn{background: #fedc19;color: #2d2d2d;border: none;height: 45px;text-transform: uppercase;font-weight: 500;padding: 5px 20px;border-radius: 0;}

#footer .social ul{list-style:none;padding:0;margin: 0;display:inline-block}
#footer .social ul li{display: inline-block;margin-right: 1px;}
#footer .social ul li a{}
#footer .social li i{width: 36px;height: 36px;background: #087bef;color: #fff;line-height: 36px;text-align: center;font-size: 20px;border-radius: 4px;}
#footer .social li .fa-facebook-f{background:#087bef;}
#footer .social li .fa-whatsapp{background:#34e255;}
#footer .social li .fa-instagram{background:#b339eb;}
#footer .social li .fa-youtube{background:#fe0000;}
#copyright {border-top:1px solid #343434}

.get-enquiry-form{border-radius: 12px;box-shadow: 0 0 20px #a8a8a8;}
.get-enquiry-form form p{margin-bottom:0}
.get-enquiry-form h3{color: #4f014b;font-weight: 600;border-bottom: 3px solid #b9b9b9;padding-bottom: 11px;}
.get-enquiry-form .form-control,.get-enquiry-form .form-select{height: 55px;border-radius:4px;font-size:14px}
.get-enquiry-form .btn{font-size: 18px;text-transform: uppercase;padding: 12px 40px;font-weight: 500;border-radius: 50px;background: #fedc19;border: none;}

.coninfo{background:#4f014b;color:#fff;padding: 2em 2em 1em;border-radius: 12px;font-size: 110%;}
.coninfo h4{	border-bottom: 3px solid rgb(255 255 255 / 45%);padding-bottom: 10px;margin-bottom: 20px;}
.coninfo p{	text-align:inherit; margin-bottom:15px}
.coninfo p strong{font-weight:300; font-size:80%; opacity:0.7}

iframe{width:100%}

.expertsupport .connectbtn{padding: 10px 22px 8px 22px;background-color: #f16237;color: #fff;display: inline-block;border-radius: 4px;font-weight: 700;font-size: 16px;letter-spacing: 2px;margin: 0 10px;transition: 0.5s all;}
.expertsupport .connectbtn.btn-call{animation: zoom-in-zoom-out 1.5s ease infinite;}
.expertsupport .connectbtn.btn-msg i{animation: ratateicon 1.5s ease infinite; transition: 0.5s all;}
@keyframes zoom-in-zoom-out {
	0% {transform: scale(1, 1);}
	50% {transform: scale(1.05, 1.05);}
	75% {transform: scale(1.1, 1.1);}
	100% {transform: scale(1, 1);}
}
@keyframes ratateicon {
	0% {transform: rotate(0deg) scale(1.5);}
	50% {transform: rotate(35deg) scale(1.5);}	
	100% {transform: rotate(0deg) scale(1.5);}
}



.woocommerce-breadcrumb{display:none}
.woocommerce div.product div.images.woocommerce-product-gallery{background:#fff}


/* MEDIA QUERY */
@media(min-width:1400px){
	.navbar ul>li> a{}
	.slider .desc h2, .slider .desc h1{font-size:25px}
}
@media(max-width:1199px){
.slider .desc h2, .slider .desc h1{font-size:25px}

}
@media(max-width:991px) and (min-width:768px){
.navbar ul>li> a{padding-left:10px;padding-right:10px; font-size:12px; }

}
@media(max-width:1199px){

}
@media(max-width:991px){
.slider .desc{font-size:8px}
	.slider .desc h2, .slider .desc h1{font-size:16px; margin-bottom:5px}
	.slider .desc h6{font-size:14px; margin: 0 0 5px}
.slider .desc .btn{    padding: 5px 10px; font-size:10px}
	.slider .desc .btn.btn-call{padding-left: 26px;
    background-size: 14px;
    background-position: 5px;}
	
}
@media(max-width:767px){
.text-xs-center{text-align:center!important}
h1,.banner h1,.request-form h3{font-size:20px;}
#header .navbar {float:right}
	#header .site-logo img{height:50px}
.banner {padding: 2em;}
#footer .payment-accept,#footer .payment-accept .inner{transform:none}
.request-form{background:#4e004a}
	
}
@media(max-width:640px){
	.slider .desc p{display:none}
}
@media(max-width:480px){


}
@media(max-width:420px){


}