@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
@import "fontawesome-all.css";
@import "simple-line-icons.css";
@font-face {
    font-family: 'Flicker DEMO';
    src: url('../fonts/FlickerDEMO.woff2') format('woff2'),
        url('../fonts/FlickerDEMO.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*:hover, *:hover * {transition: all 0.3s;}
body {font-family: 'Open Sans', sans-serif;}
p {font-size: 16px;line-height: 28px;}
a {color:inherit; text-decoration:none;}
a, .btn, button {
    outline: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.btn:hover, .btn:focus { color:#fff;}
.btn:active, .btn.active {box-shadow:none;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {outline:0px; color:#fff;}
a:hover {text-decoration:none; color:inherit;}
a:focus, a:active {color:inherit; text-decoration:none; outline:0px;}
h1,h2,h3,h4,h5,h6 {text-transform: capitalize;color:#182937;font-family: 'Flicker DEMO', serif; letter-spacing:1px;}
.martp10 {margin-top:10px;}
.martp20 {margin-top:20px;}
.martp30 {margin-top:30px;}
.martp40 {margin-top:40px;}
.martp50 {margin-top:50px;}
.mar-btm0 {margin-bottom:0px;}
.mar-btm20 {margin-bottom:20px;}
.mar-btm30 {margin-bottom:30px;}
.mar-btm40 {margin-bottom:40px;}
.mar-btm50 {margin-bottom:50px;}
.mar-btm60 {margin-bottom:60px;}
.mar-btm70 {margin-bottom:70px;}
.mar-btm80 {margin-bottom:80px;}
.pad0 { padding:0px !important;}
.pad-tp0 {padding-top:0 !important;}
/*scroll top*/
#scroll {position: fixed;
    right:0;
    bottom:0;
    cursor: pointer;
    width:30px;
    height:30px;
    display: none;
    z-index: 99;
    text-align: center;
	color:#fff;
    display: block;
    background-color:#e31e24;
	border-radius:2px;
}
#scroll i {display:block;font-size:20px;line-height:30px;}
#scroll:hover {color:#fff;}
/*======header=====*/
/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
/* END ANIMATED X */
.top-header {background:linear-gradient(225deg, #e31e24 30%, #edd993 30%);}
.top-header p {margin-bottom: 0;color:#fff;padding-top: 5px;}
.tp-info {margin-bottom: 0;}
.tp-info li {
    font-size: 14px;
    font-weight:500;
    padding-right: 0px;
    margin-right:10px;
    padding: 11px 0;
}
.pd0 {padding: 0;}
.tp-info li i {margin-right: 10px;
    color:#e31e24;
    vertical-align: middle;
}
.social-media-head {margin-bottom: 0;text-align:right}
.social-media-head li a {
    font-size: 15px;
    color: #fff;
    padding: 12px 0;
    display: inline-block;
    margin: 0px 2px;
}
.tp-info li a:hover {color:#e31e24;}
.social-media-head li a:hover {color:#fff;}
/*navbar start*/
.affix {position: fixed;
      top: 0;
      width: 100%;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      z-index: 999;
    box-shadow:0 3px 3px rgba(0,0,0,.1);
}
.navbar-brand {height:100px;padding:10px 15px;}
.navbar-brand > img {width:185px;}
.navbar-default {
    background-color:#fff;
    border-color:transparent;
}
.navbar {
    border-radius:0;
    min-height:100px;
    margin-bottom:0px;
    border: 0px;
}
.navbar-default .navbar-nav > li > a {
   color:#010101;
    font-weight:700;
    font-size: 16px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#e31e24;
    background-color:transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#e31e24;
    background-color:transparent;
}
.navbar-default .navbar-nav > .active > a:before, .navbar-default .navbar-nav > .active > a:hover:before, .navbar-default .navbar-nav > .active > a:focus:before {
      -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}
.navbar-default .navbar-nav > li > a:hover:before, .navbar-default .navbar-nav > li > a:focus:before {    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}
/*.dropdown-menu*/
.dropdown-menu {margin: 0px;
    background-color: #fff;
    padding:0;
    border-bottom: 2px solid #e31e24 !important;
    min-width: 250px;
    border: 0px;
    
}
.dropdown-menu > li > a {
    padding:12px 15px;
    color:#333;
    text-transform: uppercase;
    font-size:15px;
	font-weight:600;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    letter-spacing: 0.4px;
}
.dropdown-menu > li:hover > a {
    padding-left:22px;
}
.dropdown-menu > li:last-child > a {border-bottom: 0px;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:#e31e24;
    background-color:transparent;
}
/*header close*/
/*welcome-section start*/
.bg-border {margin-top:-48px;
    -webkit-mask-image: url(../img/bg1.svg);
    mask-image:  url(../img/bg1.svg);
    -webkit-mask-position: top;
    mask-position: top;
    z-index:99;
}
.welcome-section {padding:80px 0 80px 0;
    position:relative;
    background-color:#fff;
    text-align: center;
}
.hd-left {text-align: left;}
.heading-style h2 {margin-top: 0px;
	text-transform:uppercase;
    color:#001837;
    font-size:48px;
} 
.heading-style h3 {
    font-size:15px;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    margin-top: 0;
    color:#e31e24;
    margin-bottom:15px;
}
.heading-style p {font-size:18px;font-weight:700;font-style: italic;}
.heading-style h4 {font-size: 22px;font-weight: 700;}
.more-btn {color:#e31e24;
    font-weight: 700;
    font-style: italic;
    font-size: 15px;
}
.more-btn:hover, .more-btn:focus {color:#e31e24;}
.btn2 {background-color:#182937;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 15px;
    padding: 10px 25px;
}
.btn2:hover, .btn2:focus {background-color:#e31e24;color:#fff;}
.welcome-note {padding-top:30px;}
.welcome-note h3 {font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    letter-spacing: 0;
    font-style: italic;
}
/*product-section start*/
.product-section {padding:60px 0;background-color: #f2f2f2;}
.bg-white {background-color:#fff;}
.product-item {
    text-align: center;  
    border:1px solid #ddd;
    background-color: rgba(255, 255, 255, 0.2);
    background-color:#fff;
    margin-bottom:25px;
}
.product-image {overflow: hidden;}
.product-image img {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.product-item:hover .product-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.product-item:hover {box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.09);}
.product-detail {padding: 20px 12px;border-top: 1px solid #e2e1e1;}
.product-detail h3 {margin-top: 0px;margin-bottom:5px;font-size: 20px;}
.product-detail p {color:#222222; font-size: 12px;font-weight: 600;}
.btn-view {position: relative;
    text-transform: uppercase;
    background-color:#e31e24;
    padding: 7px 19px;
    border-radius: 25px;
    color: #fff;
    position: relative;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.btn-view:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    background: rgba(0,0,0,.05);
}
.btn-view:hover:after  {width: 100%;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background:#e31e24 !important;
}
/*btm-content-section start*/
.btm-content-section {
    padding:70px 0;
    position: relative;
    overflow: hidden;
}
.ftcontent-box {margin-bottom:50px;}
.ftcontent-box h1 {
    margin-top: 0;
    font-size: 46px;
    letter-spacing:1px;
    word-spacing: 2px;
    margin-bottom: 20px;
    font-weight: 700;
}
.ftcontent-box p {font-size: 16px;color:#2a363a;}
.bgfxd2 img {
    position: absolute;
    right: -170px;
    top: 65px;
}
#image-banner .item {
    position: relative;
        border-radius: 10px;
}
.slide-image-content {
    position: absolute;
    top:10%;
    left:20px;
    padding:20px;
    width:50%;
}
.slide-image-content h3 {color: #fff;
    font-size:40px;
    margin-bottom:20px;
}
#image-banner .owl-nav.disabled + .owl-dots {
    position: absolute;
    right: 2%;
    bottom: 2%;
}
/*footer start*/
.footer {position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-image: url(../img/footer-bg.png) !important;
    background-color:#404040;
}
.main-footer {padding:60px 0 30px 0;}
.footer-widget {margin-bottom:30px;}
.footer-hd h3 {margin:0px;
    font-size:26px;
    color: #fff;
    position: relative;
    margin-bottom:15px;
}
.footer-widget p {color:#fff;font-size: 14px;}
.list-link li {
    position: relative;
    padding: 0 0 12px 16px;
	font-size:15px;
	width: 50%;
    float: left;
    color:#fff;
}
.list-link li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 28%;
    width: 4px;
    height: 4px;
    background:#999;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.list-link li a:hover {color:#e31e24;}
.list-link li:hover:before {
    left:5px;
    color:#1a2451;
}
.add-wdt p {
    position: relative;
    padding-bottom:0;
    padding-left:24px;
}
.add-wdt p strong {color:#6a7c92;}
.add-wdt p i {position: absolute;
    font-size: 17px;
    color: #e31e24;
    top: 8px;
    left: 0px;
}
.branch-wrap {border-top: 1px solid rgb(255 255 255 / 10%);
    margin-top: 20px;
}
.branch-wrap h4 {color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;
}
.ft-social li {padding-right:0px;}
.ft-social li a i {
    height: 40px;
    width: 40px;
    display: block;
    color: #fff;
    background-color:rgba(255, 255, 255, 0.1);
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    transition: all 500ms ease;
}
.ft-social li a:hover i {
    background:#e31e24;;
    color: #fff;
    transform: rotate(360deg);
}
.bottom-footer {text-align: center;padding:20px 0;border-top:1px solid rgb(80 80 80 / 50%);}
.bottom-footer p {margin-bottom:0px;font-size:13px;color:#d6deeb; word-spacing:1px; letter-spacing:0.4px;}
.whatsapp-icon-fixed, .call-icon-fixed {
    position: fixed;
    bottom:25px;
    z-index:99;
    text-align: center;
}
.whatsapp-icon-fixed {left:20px;}
.call-icon-fixed {right:20px;bottom:40px;}
.whatsapp-icon-link, .mobile-icon {
    display: block;
    height: 50px;
    width: 50px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: relative;
    border-radius: 100%;
}
.whatsapp-icon-link {background-color:#25D366;}
.mobile-icon {background-color:#e31e24;}
.whatsapp-icon-link .whatsapp-icon {
    min-height: 30px;
    width: 30px;
    height: 100%;
}
.mobile-icon i {color: #fff;
    font-size: 21px;
    line-height: 50px;
    text-align: center;
}

.animate-icon {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
/*inner-banner start*/
.inner-banner {
    position: relative;
    padding: 140px 0px 60px 0;
    background-image: url(../img/inner-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.inner-banner h1 {margin: 0px;
    color:#182937;
    font-weight:800;
    text-transform: capitalize;
    font-size:46px;
}
.page-breadcrumb {position: relative;margin-top:7px;}
.page-breadcrumb li {position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color:#182937;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.page-breadcrumb li:after {
    position: absolute;
    content: "\f105";
    right: -5px;
    top: 0;
    font-size: 17px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.page-breadcrumb li:last-child::after{display:none} 
.page-breadcrumb li.active {color:#e31e24;}

.innerpage-section {padding:60px 0px;}
/*service inner page*/
.sub-heading h2 {font-weight:800;}
.service-item-wrap {border:1px solid #D1D1D1;
    padding:25px;
    border-radius:4px;
    position: relative;
    margin-bottom:25px;
}
.service-item-wrap:before {content: "";
    display: block;
    height: 3px;
    position: absolute;
    top: 0;
    left:30px;
    right:30px;
    background-color:#e31e24;
}
.service-item-wrap h3 {margin-bottom:10px;
    margin-top:0;
    font-weight:800;
    font-size:28px;
}
.service-item-wrap ul li a {
    position: relative;
    color:#182937;
    font-size: 16px;
    font-weight:500;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-bottom:1px solid #f5f5f5;
    display: block;
    padding:12px 0;
}
.service-item-wrap ul li:last-child a {border-bottom:0;padding-bottom:0;} 
.service-item-wrap ul li a:after {
    position: absolute;
    content:"\f105";
    right:5px;
    top:10px;
    font-size: 20px;
    font-weight: 900;
    font-family:'Font Awesome 5 Free';
}
.service-item-wrap ul li a:hover {color:#e31e24;}
.service-item-wrap ul li.active a {color:#e31e24;}
.callbox-wrap {background-image: url(../img/mover-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding:40px;
    text-align: center;
}
.callbox-wrap:before {
    position: absolute;
    content:'';
    height:100%;
    width: 100%;
    left:0;
    top:0;
    background-color: transparent;
    background-image: linear-gradient(315deg, #e31e24 16%, #182937 16%);
    opacity: 0.9;
}
.callbox-wrap h3, .callbox-wrap ul li {color:#fff;position:relative;}
.icon-call {position: relative;
    color:#e31e24;
    font-size: 50px;
    line-height: 0;
    margin-bottom:20px;
}
.callbox-wrap h3 {margin-top:0;font-weight:800;text-transform:uppercase;margin-bottom:25px;}
.callbox-wrap ul li {font-size: 16px;padding-bottom: 20px;}
.callbox-wrap ul li i {color: #e31e24;
    padding-right: 10px;
    vertical-align: middle;
    font-size: 20px;
}
.callbox-wrap ul li a:hover {color: #e31e24;}
/*gallery page*/
.video-wrap {position: relative;
    padding-bottom: 70%;
    margin-bottom: 25px;
    border: 8px solid #ddd;
    border-radius: 4px;
}
.video-wrap iframe {
position: absolute;
width: 100%!important;
height: 100%!important;
}
.gallery-image-item {
    position: relative;
    overflow: hidden;
    transition: visibility 0.6s ease-out, opacity 0.6s ease-out;
    border-radius: 12px;
    margin-bottom: 20px;
    border:1px solid #f1efef;
}
.gallery-image-item:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color:rgba(37,37,37,.4);
    opacity: 0;
    top: 0;
    right: 0;
    z-index: 2;
}
.gallery-image-item .gallery-img {
    position: relative;
    overflow: hidden;
    transition: visibility 0.6s ease-out, opacity 0.6s ease-out;
}
.gallery-image-item .gallery-img:before {
    content: '';
    transition: 1.9s;
    border:1px solid rgba(255, 255, 255, .9);
    border-radius:0px;
    position: relative;
    opacity: 0;
    z-index: 3;
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
    position: absolute;
}
.gallery-image-item .gallery-img img {transition: 6s ease-out, 6s ease-out;}
.gallery-image-item:hover .gallery-img img {transform: scale(1.2);}
.gallery-image-item:hover .gallery-img:before {opacity: 1;}
.gallery-image-item:hover:before {opacity: 1;}
.gall-hover h3 {color: #fff;
    font-weight: 500;
    text-shadow: 0px 1px 2px #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 26px;
}
.gall-hover {
    left: 15%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 70%;
    -webkit-transform: scale(0.6) perspective(610px) rotateX(-30deg);
    -moz-transform: scale(0.6) perspective(610px) rotateX(-30deg);
    -ms-transform: scale(0.6) perspective(610px) rotateX(-30deg);
    -o-transform: scale(0.6) perspective(610px) rotateX(-30deg);
    transform: scale(0.6) perspective(610px) rotateX(-30deg);
    -webkit-transition: all 0.3s linear 0.2s;
    -moz-transition: all 0.3s linear 0.2s;
    -ms-transition: all 0.3s linear 0.2s;
    -o-transition: all 0.3s linear 0.2s;
    transition: all 0.3s linear 0.2s;
	z-index: 9;
}
.gall-hover i {color:#fff; font-size: 26px;}
.gallery-image-item:hover .gall-hover {
    opacity: 1;
    -webkit-transform: scale(1) perspective(610px) rotateX(0deg) translateY(-50%);
    -moz-transform: scale(1) perspective(610px) rotateX(0deg) translateY(-50%);
    -ms-transform: scale(1) perspective(610px) rotateX(0deg) translateY(-50%);
    -o-transform: scale(1) perspective(610px) rotateX(0deg) translateY(-50%);
    transform: scale(1) perspective(610px) rotateX(0deg) translateY(-50%);
}
/*contact-us page start*/
.pad0{padding:0;}
.contact-detail-item {margin-bottom:25px;text-align: center;}
.contact-detail-item i {width:90px;
    height:100px;
    width:100px;
    line-height:100px;
    text-align: center;
    font-size:40px;
    border-radius: 50%;
    border:2px solid #e32222;
    color: #e32222;
    display: inline-block;
    margin-bottom: 5px;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.contact-detail-inner h4 {
    font-size: 22px;
    font-weight: 600;
    margin:15px 0;
}
.contact-detail-inner p {color:#182937;font-size: 18px;}
.contact-detail-inner p a:hover {color:#e32222;}
.contact-page-form {box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    padding:30px;
}
.contact-page-form  .form-control {
    height:50px;
    border-radius:0;
    border: 1px solid #e6e6e6;
    box-shadow:none;
}
textarea.form-control {height: auto !important;}
.contact-detail-item:hover i {background-color:#e32222;color:#fff;}
/*=====Media Query Start=====*/
@media(max-width:992px){
    .ftcontent-box h1 {font-size:38px;}
    .slide-image-content h3 {font-size:26px;margin-top:0;}
    .slide-image-content {padding:0px;}
}
@media(max-width:992px){
    .container {width:100%;}
    .welcome-form-wrap {margin-top:20px;}
    .btn2 {font-size:10px;padding:8px 10px;}
}
@media(min-width:769px){
    .navbar-nav > li > a {padding-top:40px;padding-bottom:40px;}
    ul.nav.navbar-nav li:hover > .drop-menu {-webkit-transform: scale(1, 1);transform: scale(1, 1);}
	.drop-menu {-webkit-transform: scale(1, 0);display: block;}
    .navbar-default .navbar-nav > li > a:before {
    position: absolute;
    top: 0px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    content: "";
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 6px solid #e31e24;
    left: 50%;
    margin-left: -8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;}
}
@media(max-width:769px){
    .navbar-toggle {margin-top: 26px;}
    .navbar-default .navbar-toggle {border-color: #e31e24;}
    .navbar-default .navbar-toggle .icon-bar {background-color: #e31e24;}
    .navbar-toggle .icon-bar {width: 36px;height:5px;border-radius: 2px;}
    .navbar-default .navbar-nav > li > a:before {border-top: 6px solid #1a2451;}
	.animated {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;}
    .product-item .text-box .inner {background-color:#fff;
     border-bottom: 0;
    -webkit-box-shadow: 0px 1px 18px rgb(0 0 0 / 20%);
    box-shadow: 0px 1px 18px rgb(0 0 0 / 20%);}
    .product-item .text-box .inner h3, .product-item .text-box .inner p {color: #262626;}
    .product-item .text-box .inner a.more {margin-top: 10px;opacity: 1;}
    .btCurveHeader {display:none;}
}
@media(max-width:580px){ 
    .whatsapp-icon-fixed {left: 10px;}
    .call-icon-fixed {right:10px;}
}
@media(max-width:425px){
    .navbar-brand > img {width: 200px;}
    .social-media-head li a {padding:12px 1px;margin:0;}
    .slide-image-content h3 {font-size:16px;}
}


