@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap');
body{font-family: 'Montserrat', sans-serif;}


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


#header{  background:#000000; color:#fff;font-size:20px;}
#header .container{position:relative}
#header ul{list-style:none; margin:0; padding:0}
#header ul li{display:inline-block;}
#header a{color:#fff}
#header .contact-menu li{}
#header .contact-menu li:not(:last-child):after{content:'|'; margin:0 10px}
#header .contact-menu li a{color:#fff; }
#header .contact-menu i.fa{color:#fff; margin-right:10px; transform:scale(1.2)}
#header .social li{display:inline-block;margin-left: 10px;}
#header .social i.fa{width: 44px;height: 44px;color: #fff;border: 2px solid #fff;border-radius: 50px;text-align: center;line-height: 40px;font-size: 21px;}
#header .social i.fa:hover{color:#fff; border-color:#}
#header .social i.fa-facebook:hover{background:#3e54aa;border-color:#3e54aa}
#header .social i.fa-twitter:hover{background:#5fb8fe;border-color:#5fb8fe}
#header .social i.fa-instagram:hover{background:#e04a91;border-color:#e04a91}
#header .social i.fa-pinterest:hover{background:#fd2e3d;border-color:#fd2e3d}
#header .social i.fa-linkedin:hover{background:#0073b1;border-color:#0073b1}
#header .social i.fa-whatsapp:hover{background:#15cf3e;border-color:#15cf3e}




.navbar {position:relative; }
.navbar ul > li {position:relative}
.navbar ul>li> a{color: #fff;text-transform: uppercase;text-decoration: none;padding: 15px 23px;font-size: 16px;display: block;font-weight: 500;}

.navbar ul>li.reqbtn> a{color: #fff;}
.navbar ul>li.dropdown > a:after{font-family:FontAwesome; content:"\f0d7"; margin-left:5px;}

.navbar ul>li:last-child{border-right:none}
.navbar ul>li:first-child a{}
.navbar ul>li:last-child a{}
.navbar ul>li.active> a,.navbar ul>li:hover> a{color:#d0251d}
.navbar ul>li.reqbtn:hover> a,.navbar ul>li.reqbtn.active> a{color:#fff}
.navbar ul>li.reqbtn:hover>a{background:#1967d2}
@media(min-width:768px) {
.navbar{
    background: #2c2c2c;
}
#mobileMenuButton{display:none}
.navbar .navbar-collapse>.navbar-nav{
    position: relative;
    z-index: 123;
}
.navbar .navbar-nav>li{}
.navbar .navbar-nav>li:not(:last-child):after{}
.navbar ul>li ul{
    -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;
    width: 200px;
    background: #ffffff;
    z-index:12;
    list-style:none;
    padding:10px 0;
    margin:0;
    display:none;
    box-shadow: 1px 4px 5px #e5e5e5;
    }
@-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 ul ul{left: 200px;top: 0;}
.navbar ul>li:hover> ul{ display:block}
.navbar ul > li .hasSub{position: absolute;right: 11px;top: 17px;}
.navbar ul > li li .hasSub{right: 10px;top: 0;bottom: 0;margin: auto;width: 10px;height: 10px;}
.navbar ul > li .hasSub:after {content: '';position: absolute;border-bottom: 1px solid #5e5c5c;border-right: 1px solid #5e5c5c;width: 8px;height: 8px;transform: rotate(45deg);}
.navbar ul > li li .hasSub:after {transform: rotate(316deg);}
.navbar ul > li li {}
.navbar ul > li li a{color: #000000;text-shadow: none;padding: 7px 10px;/* font-size: 14px; */font-weight: normal;}
.navbar ul > li li:hover>a{color: #29acc3;background: #f6f7fc;}
.navbar ul > li button.sub-menu-toggle {display: none;}

.pageContent{ position:relative; /*min-height:900px;*/}
.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: 16px;text-transform: capitalize;padding:7px 15px;font-weight:500;}
.mobileNavWrapper ul li a:hover, .mobileNavWrapper ul li.active a { color: #FFF; background: #da251d; 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: 8px 15px;font-size: 100%;border-color: #efefef;color: #666666;line-height: normal;font-weight: 700;}
.mobileNavWrapper ul.nav li li li a {color: #da251d;padding:5px 15px;font-weight: 500;}
.mobileNavWrapper .navbar-nav li .hasSub{position: absolute;right: 0;width: 45px;height: 38px;top: 0;z-index: 123;background: #da251d;cursor: pointer;}
.mobileNavWrapper .navbar-nav li li .hasSub{height:33px; width:40px;}
.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 li .hasSub:after{ width: 10px;height: 10px;top: 10px;}

.mobileNavWrapper.showNav, .header.showNav, .pageContent.showNav { -webkit-transform: translateX(-250px); -ms-transform: translateX(-250px); transform: translateX(-250px); }
#mobileMenuButton{float: right;font-size: 25px;color: #fff;padding: 0;background:url(../images/menu.png) no-repeat;width: 40px;height: 40px;background-size: 50px;position: absolute;right: 15px;top: 0;bottom: 0;margin: auto;}
/* 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-theme .owl-controls { text-align: center; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.owl-theme .owl-controls .owl-nav div { color: #FFF; display: inline-block; cursor: pointer; width:25px;height: 30px;position:relative}
.owl-theme .owl-controls .owl-nav .disabled { opacity: 0.5; cursor: default; }
.owl-theme .owl-controls .owl-nav div:hover { text-decoration: none; }
.owl-theme .owl-dots .owl-dot { margin-top:15px; display: inline-block; zoom: 1;  *display: inline;}
.owl-theme .owl-dots .owl-dot span {  display: block; width: 8px; height: 8px; margin: 5px 2px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: #686b6d;  }
.owl-theme .owl-dots .owl-dot.active span { background:#fff }
.owl-theme .owl-controls .owl-nav div {    margin: 0px;
    position: absolute;
    top: 35%;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: url(../images/arrow-left.png) no-repeat center #d6d6d6;
}
.owl-theme .owl-controls .owl-nav div:hover{background-color:#ade4ed;}
.owl-theme .owl-controls .owl-nav .owl-prev{left:-15px}
.owl-theme .owl-controls .owl-nav .owl-next{ right:-15px;transform:rotate(180deg); -webkit-transform:rotate(180deg);} 
.owl-theme .owl-controls .owl-nav div:after{}
.owl-theme .owl-controls .owl-nav .owl-prev{}
@media(min-width:1300px){

}

/* 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 {}
.slider .carousel-caption{top: 0; bottom:0;padding:0}

.slider .carousel-item>img{ width:100%;}
.slider .carousel-item .desc{background: rgb(218 37 29 / 80%);color: #ffffff;font-size:16px;font-weight:400;width: 42%;padding: 15px;}
.slider .carousel-item h1{font-size:29px;margin-bottom: 20px;line-height: 1.3;font-weight:400;text-transform:uppercase;}
.slider .carousel-item h1 strong{font-size:40px;display:block;font-weight:800;}
.slider .carousel-item p{text-align: left;font-weight: 400;}
.slider .carousel-item .btn{background:#fff;font-size: 20px;border-radius: 0;padding: 6px 30px;text-transform: uppercase;background: none;border-color: #fff;color: #fff;font-weight: 500;}
.slider .carousel-item .btn:hover{background:#ffffff;color:#da251d}
.slider .carousel-control-next, .slider .carousel-control-prev{width:34px;height:55px;background: rgb(0 0 0 / 26%);border-radius:0 5px 5px 0;color: #fff;top:0;bottom:0;margin:auto;opacity:1;z-index:12;font-size: 20px;}
.slider .carousel-control-next{right:0px; border-radius:5px 0 0 5px;}
.slider .carousel-control-prev{left:0px;}


.mid-title h1{color:#000}
.title p{font-size:22px; color:#a6a6a6}


.section-welcome{background:url(../images/bg-about-us.jpg) no-repeat 50% fixed;background-size:cover; color:#2c2c2c; font-weight:500}
.section-welcome  .btn{text-transform:uppercase; border-radius:0; border:none}
.section-welcome  .btn:hover{background:#000}

.ourser{}
.ourser .item{display:block; position:relative; color:#fff; overflow:hidden; margin-bottom:30px;}
.ourser .item:after{content:'';position:absolute; left:0; right:0; top:0; bottom:0; background:rgba(0,0,0,0.6);opacity:0;transition:0.9s;}
.ourser .item img{ width:100%; transition:0.8s}
.ourser .item .overflow{position:absolute; background:url(../images/icon-search-white.png) no-repeat center top;top: calc(-50%);transform: translate(0%, -50%); left:0; right:0;text-align:center; text-transform:uppercase; font-size:22px; font-weight:700; padding-top:40px;transition:0.2s; z-index:12}
.ourser .item:hover .overflow{top: calc(50%); }
.ourser .item:hover:after{opacity:1}
.ourser .item:hover img{ transform:scale(1.3);-webkit-transform:scale(1.3)}

.section-content{background:url(../images/bg-section-content.jpg) no-repeat 50% fixed;background-size:cover; color:#fff}
.section-content h4{text-transform:uppercase}
.section-content h1{font-size:37px}
.section-content ul{padding-left:15px;}
.section-content ul li{margin-bottom:5px;}
.section-content .moz-col-2{column-count:2}
.section-content .map{padding-bottom:40px; position:relative}
.section-content .map .btn{position:absolute;right: 35px;border-radius: 0;background: #000;bottom: 5px;color:#fff;font-size:20px;padding: 20px 25px;border:none}
.section-content .map .btn:hover{background:#fff; color:#d0241c}
.section-content .map .btn i.fa{font-size:120%; margin-right:10px}
iframe{width:100%; display:block}

.section-highlights{background:url(../images/bg-why-choose-us.jpg) no-repeat 50% fixed;background-size:cover; color:#fff}
.section-highlights h1{color:#fff}
.highlights-message ul{list-style: none;padding: 0;margin: 0;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.highlights-message ul li{-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;padding: 15px 10px 10px;color:#fff;transition:0.5s;font-size: 18px; line-height:normal}
.highlights-message ul li img{display:block; margin:auto;transition:0.5s}
.highlights-message ul li:hover{background:#d0241c; }




.section-testimonial{background:url(../images/bg-footer.jpg) no-repeat 50% fixed;background-size:cover; font-size:16px; color:#121212}
.section-testimonial h1{color:#000}
.our-testimonial{}
.our-testimonial .item{background:url(../images/quote.png) no-repeat 0 0; padding-top:100px; line-height:1.8}
.our-testimonial .item .author{}
.our-testimonial .item .rating i.fa{color:#f77d0a}
.our-testimonial .item .author h5{font-size:20px;margin: 10px 0 5px;}
.our-testimonial .item .author p{margin:0}



.section-newsletter {background:#000; color:#fff; font-size:22px;}
.section-newsletter .mid-title h1{ color:#fff}
.section-newsletter .newsletter{max-width:775px; margin:auto}
.section-newsletter p{margin-bottom:5px}
.section-newsletter form{position:relative}
.section-newsletter .form-control{background:#fff;color:#000;height: 75px;border:none; border-radius:50px;padding:5px 250px 5px 25px; font-size:18px;}
.section-newsletter .form-control::placeholder{opacity:1; color:#2c2c2c}
.section-newsletter .btn{height: 75px;background: url(../images/icon-email-white.png) no-repeat 26px 25px #D0241C;font-size:22px;position: absolute;right: -1px;top: 0;border-radius: 50px;padding: 10px 24px 10px 75px;text-transform: uppercase;font-weight: 500;border: none;}
.section-newsletter .btn:hover{ background-color:#2c2c2c;}



.action-book-btn{position:fixed; right:0; top:30%; z-index:123}
#modalBookAppointment .modal-header .close	{position: absolute;right: -12px;top: -12px;width: 30px;height: 30px;background:#ff0000;opacity: 1;text-align: center;padding: 0;text-shadow: none;font-weight: 400;color: #fff;border-radius: 50px;margin: 0;}
#modalBookAppointment .modal-dialog	{top: calc(50%);transform: translate(0%, -50%); margin:0 auto;}
#modalBookAppointment .modal-title	{color:#000}
#modalBookAppointment .modal-body	{background:#f3f3f3}
#modalBookAppointment .form-group{}
#modalBookAppointment .form-control{height:40px; border-radius:0; color:#000; font-weight:500}
#modalBookAppointment textarea.form-control{height:140px;}
#modalBookAppointment .btn{height: 45px;border-radius: 0;padding: 10px 45px;border: none;text-transform: uppercase;}
#modalBookAppointment .btn:hover{background:#000}



#footer{background:url(../images/bg-footer.jpg) no-repeat 50% fixed;background-size:cover;color:#2c2c2c; font-weight:500;}
#footer .h3{position:relative; font-size:27px;color:#000;  margin-bottom:15px; }
#footer a{color:#142533}
#footer a:hover{color:#d0241c}
#footer ul{list-style:none; margin:0 0 10px; padding:0}
#footer .ftrnav ul li {margin-bottom:3px; }
#footer .ftrnav ul li a {position:relative;padding-left: 17px;}
#footer .ftrnav ul li a:before {content:"\f105";font-family:FontAwesome;position: absolute;left: 0;top: 0;font-size: 20px;line-height: 18px;}
#footer .footer-address ul li {padding-left: 31px;margin-bottom:20px;position: relative;display:block}
#footer .footer-address ul li:before {font-family:FontAwesome;position: absolute;left: 0;top: -4px;font-size: 20px;width: 20px;text-align: center;color: #2c2c2c;}
#footer .social {}
#footer .social li{display:inline-block;margin-right: 10px;}
#footer .social i.fa{width: 44px;height: 44px;color: #2c2c2c;border: 2px solid #2c2c2c;border-radius: 50px;text-align: center;line-height: 40px;font-size: 24px;}
#footer .social i.fa:hover{color:#fff; border-color:#}
#footer .social i.fa-facebook:hover{background:#3e54aa;border-color:#3e54aa}
#footer .social i.fa-twitter:hover{background:#5fb8fe;border-color:#5fb8fe}
#footer .social i.fa-instagram:hover{background:#e04a91;border-color:#e04a91}
#footer .social i.fa-pinterest:hover{background:#fd2e3d;border-color:#fd2e3d}
#footer .social i.fa-linkedin:hover{background:#0073b1;border-color:#0073b1}
#footer .social i.fa-whatsapp:hover{background:#15cf3e;border-color:#15cf3e}
#copyright {font-size:18px; color:#fff;background: #000; }
@media(min-width:768px){
#footer .ftrnav{border-left: 1px solid #c0bebe;border-right: 1px solid #e5e3e3;box-shadow: -1px 0 0 #e5e3e3, 1px 0 0 #c0bebe;}
}



.banner{position:relative;}
.banner img{width:100%;}
.banner h1{ color:#fff;   font-size: 72px;margin-bottom: 0px;line-height: 1.2;font-weight: 700;text-shadow:3px 3px 12px rgb(0 0 0 / 24%); text-transform:uppercase}
.banner .banner-caption{ position:absolute;    bottom: 0;left:0; right:0;}

.innerContent{color:#000; }
.innerContent .services{}
.innerContent .services .btn{border-radius:0; font-size:15px; }
.innerContent ul.list{list-style: none;padding: 0;}
.innerContent ul.list li{font-size:18px;position: relative;padding-left: 30px;margin-bottom: 5px;}
.innerContent ul.list li:before{font-family:FontAwesome;content: "\f00c";position: absolute;left: 0;font-weight: normal;top: 2px;font-size: 16px;}


.service-menu{}
.service-menu .card{border:1px solid #d3d1d1;border-radius: 0; overflow:hidden}
.service-menu .card ul{list-style:none;padding:0;margin: 0 0 0;width: 100%;display: inline-block;}
.service-menu .card ul li:not(:last-child){border-bottom:1px solid #d3d1d1}
.service-menu .card ul li a{color:#2d2d2d;display: block;font-size:18px;padding: 27px 25px 27px 115px;position:relative;min-height: 85px;line-height: normal;font-weight: 500;}
.service-menu .card ul li img{position: absolute;left: 22px;top: 0;bottom: 0;margin: auto;width: 75px;}
.service-menu .card ul li:hover a{color:#da251d; background:#f7f7f7}
.service-menu .card ul li a.active{color:#fff;background:#da251d}
.service-menu .card ul li a.active:after{content:'';width: 16px;height: 16px;position: absolute;right: 30px;top: 0;bottom: 0;margin: auto;border-right: 3px solid #fff;border-top: 3px solid #fff;transform: rotate(45deg);}


.confrm{}
.confrm h1{ margin-bottom:15px;}
.confrm .form-group{margin-bottom:30px;}
.confrm .form-control{background:#f7f7f7; color:#000; border-color:#f7f7f7; font-weight:500; border-radius:0; font-size:16px; height:40px;}
.confrm textarea.form-control{height:145px;}
.confrm .form-control::placeholder{opacity:1; color:#000}
.confrm .form-control:focus{background:#fff}
.confrm .btn{font-size: 20px;border-radius: 0px;padding: 10px 45px; font-weight:600}
.coninfo{}
.confrm .card{border-radius:25px; border-color:#c0c0c0}
.coninfo .card{background:#f7f7f7;border-radius:25px; border:none; position:relative}
.coninfo .card ul{list-style:none; margin:0; padding:15px 0 40px; margin-bottom:5px; background:url(../images/bg-contact.png) no-repeat right bottom}
.coninfo .card ul li {padding-left: 35px;margin-bottom:15px;position: relative; font-size:18px; color:#000; font-weight:500}
.coninfo .card ul li:before {font-family:FontAwesome;position: absolute;left: 0;top: -4px;font-size: 20px;width: 20px;text-align: center;color: #2c2c2c;}
.coninfo table td{padding: 3px 0;font-weight: 500;}
.coninfo table th{padding: 3px 0;font-weight: 600;}

iframe{display:block; width:100%}

.service-pic-list{}
.service-pic-list .item{}
.service-pic-list .card{border:1px solid #b9b9b9; padding:7px; border-radius:0; color:#2d2d2d;transition:0.5s; margin-bottom:30px;}
.service-pic-list .card .thumb{overflow:hidden}
.service-pic-list .card .thumb img{width:100%}
.service-pic-list .card h4{margin:12px 0 5px}
.service-pic-list .card:hover{color:#fff;background:#da251d; border-color:#da251d}

.repair-order-filter{}
.repair-order-filter form{max-width: 530px;position:relative}
.repair-order-filter .form-control{height:50px;border-color:#b9b9b9;padding-right: 135px;font-weight: 500;color: #000; font-size:18px; font-weight:500}
.repair-order-filter .btn{height:50px;position:absolute;right: 0;top: 0;width: 130px;text-transform: uppercase;padding: 5px 0;border-radius: 0 6px 6px 0;font-weight: 700;}

.about-content{background:#f0eff4; line-height:1.9}
.about-content img{border:10px solid #fff}
.about-content p {text-align:inherit}
.about-content p a{color:#d0251d}
.about-content p strong{font-size:110%}

.matter-label{}
.matter-label h3{margin:0; display:inline-block}

.section-special{}
.section-special{background:#d0241c; color:#fff}
.section-special h1{font-weight:300;color:#fff; line-height:1.5; font-size:45px}
.section-special h1 strong{font-weight:900;display:block}

.google-review{box-shadow:2px 5px 10px #ebebeb; border-radius:25px;}
.service-other-detail{background:url(../images/bg-other-detail.jpg) no-repeat center fixed; background-size:cover; color:#232323}
.service-other-detail h2{margin-bottom:20px;}
.service-other-detail ul{list-style:none; padding:0}
.service-other-detail ul li{margin-bottom:5px;}
.service-other-detail ul li{position: relative;padding-left: 25px;margin-bottom: 5px;}
.service-other-detail ul li:before{font-family:FontAwesome;content: "\f111";position: absolute;left: 0;font-weight: normal;top:5px;font-size: 10px;color:#d0241c}

.coupon-box{background:#f4eef0;padding:15px 10px 20px;position:relative;font-size: 18px;}
.coupon-box:before{content:'';position:absolute;border: 1px dashed #3b3b3b;left: 7px;top: 7px;bottom: 7px;right: 7px;}
.coupon-box *{position:relative; z-index:1}
.coupon-box p{margin:0}
.coupon-box h3{font-size:22px;}
.coupon-box h1{font-size:42px; color:#da251d}
.coupon-box .copupon-code{position:relative;max-width: 275px;margin: 0 auto 10px;border: 1px solid #ccc;height: 45px;background: #fff;padding: 0 120px 0 17px;line-height: 44px;font-size: 18px;font-weight: 700;color: #171717;}
.coupon-box .copupon-code .coupon-value{}
.coupon-box .copupon-code .btn{position: absolute;right: 0;top: 0;height: 44px;width: 100px;border-radius: 0;font-size: 20px;padding: 7px;text-transform: uppercase;font-weight: 700;border: none;}
.coupon-box .copupon-code .btn:hover{background:#000}


.callus-now{position:relative}
.callus-now img{ width:100%;}
.callus-now .overlay{position:absolute;left: 0;right: 0;top: 5%;}
.callus-now h2{color:#000; margin:0}
.callus-now h2 strong{display:block;font-size: 175%;}
.callus-now h4{font-size: 16px;background:#da251d;color:#fff;padding: 10px 5px;margin:5px 0 10px}

.request-callback{background:url(../images/request-callback.jpg) no-repeat center;background-size:cover;padding: 30px 15px;font-size:28px;color:#000001; font-weight:700; line-height:1.3;text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;}
.request-callback  p{}
.request-callback .btn{font-size: 18px;border-radius:0;font-weight: 700;padding: 10px;text-shadow: none}
.request-callback .btn:hover{background:#fff;color:#d0241c; border-color:#fff}

.owl-brands .owl-dots .owl-dot span{border:1px solid #ccc; background:#fff; margin-right:10px}
.owl-brands .owl-dots .owl-dot.active span{background:#da251d; border-color:#da251d}
.owl-brands .owl-controls{text-align:left}

/* MEDIA QUERY */
@media(max-width:1300px){


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

.slider .carousel-item h1{font-size:25px}
.slider .carousel-item h1 strong{font-size:110%}
}
@media(max-width:991px) and (min-width:768px){
.navbar ul>li> a{padding: 11px 7px;font-size: 12px;text-transform: capitalize;}
.navbar .navbar-collapse>.navbar-nav{margin:auto;}
}
@media(max-width:1199px){

}
@media(max-width:991px){
.highlights-message ul li {-ms-flex: 0 0 33.3333%; flex: 0 0 33.3333%;max-width: 33.3333%;}
.slider .carousel-item h1{font-size:18px}
.slider .carousel-item h1 strong{font-size:110%}
.slider .carousel-item .btn{font-size:14px; padding:5px 15px;}
#header{font-size:12px;}
}
@media(max-width:767px){
.text-xs-center{text-align:center!important}
h1,.h1,.section-content h1,.section-special h1,.callus-now h2 strong{font-size:25px;}
.h2, h2,.request-callback{font-size:22px;}
.h3, h3,#footer .h3,.callus-now h2{font-size:18px;}
.h3, h3,.section-newsletter,.our-testimonial .item .author h5,.section-content h4{font-size:15px;}

body,#copyright,.highlights-message ul li{font-size:14px; line-height:1.4}
.about-content{ line-height:1.4}

#header .social{float:right}
#header .logo{padding-right:100px; position:relative}
#header .social i.fa{width:20px; height:20px; font-size:14px; border:none; line-height:20px;}
#header .contact-menu{float:right}
#footer .h3{margin-bottom:10px;}
#footer ul,#footer table{margin-bottom:20px;}
#footer .ftrnav ul{column-count:2}
.our-testimonial .item{line-height:1.4; background-size: 35px; padding-top: 40px;}
.section-newsletter .form-control{height:40px;padding:5px 110px 5px 20px; font-size:14px;}
.section-newsletter .btn{height:40px; font-size:14px;padding:10px 15px 10px 35px;background-size: 14px;background-position: 15px;}
.section-content .map .btn,.section-welcome .btn{font-size: 14px; padding: 10px 15px;}
.highlights-message ul li {-ms-flex: 0 0 50%; flex: 0 0 50%;max-width: 50%;}
.highlights-message ul li img{height:50px;}
.slider .carousel-item h1{font-size:14px;}
.section-content .moz-col-2{column-count:1}
.action-book-btn{width:30px;}
.ourser .item .overflow{font-size:15px;}

.service-menu .card ul li a{font-size: 16px;padding: 15px 25px 15px 65px;position: relative;min-height: 50px;}
.service-menu .card ul li img{width:45px;left:10px;}
}
@media(max-width:640px){
.slider .carousel-item h1{font-size:10px; margin-bottom:5px;}
.slider .carousel-item .btn{font-size:12px; padding:5px 10px;}
.slider .carousel-item .desc{padding:0 0}
#header .social li{margin-left:0}
#modalBookAppointment .modal-dialog{margin-left:25px; margin-right:25px;}
}
@media(max-width:480px){


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


}







/*Below CSS written by Nitin Saxena*/

#modalBookAppointment .form-control{height: 42px;}
#modalBookAppointment textarea.form-control{height: 90px;}
#modalBookAppointment .modal-header{background: #f3f3f3;justify-content: center;padding: 10px 0 0;border-bottom: 0;}
#modalBookAppointment .modal-title{text-align: center;font-size: 32px;}
#modalBookAppointment .modal-title span{color: #c82333;}
#modalBookAppointment .modal-body .error{font-size: 14px;margin-bottom: 0;}
#modalBookAppointment .modal-body{padding-top: 6px !important;}
#modalBookAppointment .modal-dialog {
    max-width: 970px;
    width: 100%;
    margin: auto;
    background: #46494a;
    border: 10px solid #000;
}

@media(max-width:768px){
    #wowslider-container1{margin-right: 215px;}
    #wowslider-container1 .ws_thumbs{right: -215px;width: 200px;}
}
@media(max-width:767px){
    #wowslider-container1 .ws_thumbs{right: -115px;width: 100px;}
    #wowslider-container1{margin-right: 115px;}
    #wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev{width: 32px;height: 32px;background-size: 64px;}
}