/*Genral*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css');
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body{
	font-family: 'Montserrat', sans-serif !important;
}
img {
	max-width: 100%;
	height: auto;
}
a{
	text-decoration:none !important;
	color:#000;
}
.pd0{
	padding:0px !important;
}
.pd31{
	padding:30px 15px 20px 15px !important;
}
.pd21{
	padding: 0px 15px 5px 15px !important;
} 
.pd30{
	padding:30px 0px!important;
}
.pd33{
	padding: 30px 15px;
}
.pd50{
	padding:50px 0px !important;
}
.pd80{
	padding:80px 0px !important;
}
.pd-top-50{
	padding-top:50px !important
}
.pd-btn-0{
	padding-bottom:0px !important;
}
.pd-b25{
	padding-bottom:25px !important
}
.pl0{
	padding-left:0px !important;
}
.pr0{
	padding-right:0px;
}
.bg-white{
	background:#fff;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
}
.bg-grey{
	background:#f6f6f6 !important;
}
.bg-blue{
	background:rgba(81, 192, 245, 0.17) !important;
}
.bg-black{
	background:#000;
}
.mrgb10{
	margin-bottom:10px !important
}
.mrgb15{
	margin:15px 0px !important
}
.mrg-b-30{
	margin-bottom:30px !important;
}
.mrg-t-30{
	margin-top:30px !important;
}
.mrg100{
	margin-top:90px;
}
.mrgn-btm-60{
	margin-bottom:60px !important;
}
.pad-lf-40{
	padding-left:40px !important
}
.bg-custom1{
	background:#F5F8FA;
}
/*Genral*/
/*BUTTON STYLE*/
.btn-style{
	padding:10px 15px;
	color:#19548f;
	background:#FFF;
	margin-top:20px;
	transition-delay: 0.5s;
	transition: all 0.5s ease;
	border-radius:0px;
	font-weight:600;
}
.btn-style:hover{
	color:#fff;
	border:1px solid #fff;
	background-color:#19548f;
}
/*BUtton Style*/
/*Head Strip*/
.headstrip{
	background: #eeeeee;
	padding: 8px 0px;
}
.headstrip h3{
	font-size:12px;
	margin:0px;
	font-weight:600;
	text-align: right;
}
/*Head Strip*/
/*header*/
.headpart{
	padding: 10px 0px;
}
.call-no ul{
	list-style-type:none;
	text-align:right;
	padding-top:6px;
}
.call-no ul li{
	font-size:20px;
	font-weight:600;
}
.call-no .fa-whatsapp{
	color:#5ffb7b;
}
.call-no .fa-phone{
	color:#724595;
}
.call-no .fa-comment-o{
	color:#5ffb7b;	
}
/*header*/


/*Main Carousel*/
.part1 {
    position:relative;
}
.part1  .owl-carousel .item {
	height: auto;
	background: #4DC7A0;
	color: #fff;
	position: relative; 
  }
  .part1  .owl-carousel .item img{
	 width: 100%;
  }
  .part1 .owl-item .item .text{
	width: 100%;
	height: inherit;
	position: absolute;
	opacity: 0;
	z-index: 99;
	top: 12vw;
    left: 50vw;
	text-shadow: 2px 2px 15px rgba(0,0,0,0.9);
	text-align:left;
  }
  
  .part1 .owl-item.active .item .text{
	opacity: 1;
  	transition: all 2s ease 1s;
	padding:10px;
  }
  .part1 .owl-item.active .item .text p{
	margin: 10px 0 0 0;
	transition: all 1s ease 0.8s; 
	font-size:34px;
	color:#fff;
	font-weight:700;
	margin-bottom:30px;
  }
  .part1 .maincaroimg{
	  width:100%;
  }
  
  .part1 .owl-item .item .text1{
	width: 100%;
	height: inherit;
	position: absolute;
	opacity: 0;
	z-index: 99;
	top: 12vw;
    left: 10vw;
	text-shadow: 2px 2px 15px rgba(0,0,0,0.9);
	text-align:left;
  }
  
  .part1 .owl-item.active .item .text1{
	opacity: 1;
  	transition: all 2s ease 1s;
	padding:10px;
  }
  .part1 .owl-item.active .item .text1 p{
	margin: 10px 0 0 0;
	transition: all 1s ease 0.8s; 
	font-size:34px;
	color:#fff;
	font-weight:700;
	margin-bottom:30px;
	text-transform:uppercase;
  } 
  .part1 .owl-item .item .text3{
	width: 100%;
	height: inherit;
	position: absolute;
	opacity: 0;
	z-index: 99;
	top: 12vw;
    left: 40vw;
	text-shadow: 2px 2px 15px rgba(0,0,0,0.9);
	text-align:left;
  }
  
  .part1 .owl-item.active .item .text3{
	opacity: 1;
  	transition: all 2s ease 1s;
	padding:10px;
  }
  .part1 .owl-item.active .item .text3 p{
	margin: 10px 0 0 0;
	transition: all 1s ease 0.8s; 
	font-size:44px;
	margin-bottom:30px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
  }
/*Main Carousel*/

/*Intro Section*/
.bg-in{
	background: #ffffff;
}
.sec1 .bg-left{
	background:#ffffff;
	padding:57px 40px;
	position: relative;
}
.sec1 .bg-left h3{
	text-align:center;
	font-weight:600;
	font-size:28px;
}
.sec1 .bg-left h6{
	color:#f12635;
	text-align:center;
	font-size:18px;
	margin-top:15px;
}
.sec1 .bg-left .feat-prod{
	padding:10px;
	text-align:center;
	transition-delay: 0.5s;
	transition: all 0.5s ease;
}
.sec1 .bg-left .feat-prod h4{
	font-size:16px;
	font-weight:600;
}
.sec1 .bg-left .feat-prod a{
	margin-top:10px;
	color:#f12635;
	font-weight:600;
}
.sec1 .bg-left .feat-prod img{
	margin:0px auto;
	transform: scale(1);
	transition-delay: 0.5s;
	transition: all 0.5s ease;
}
.sec1 .bg-left .feat-prod:hover img{
	transform: scale(1.1);
}
.sec1 .bg-left .referance{
	position:absolute;
	left:50%;
	bottom:3%;
	transform: translate(-50%,-50%);	
	text-decoration: underline !important;
	font-weight:600;
}
.bg-right{
	position:relative;
}
.bg-right a{
	position:absolute;
	bottom:-15px;
	left:50%;
	transform: translate(-50%,-50%);
	font-size:20px;
	font-weight:600;
	color:#fff;
	padding:0px 15px;
	border-bottom:5px solid #fff;
}
/*Intro Section*/

/*Clients*/
.client h3{
	text-align:center;
	position:relative;
	font-weight:600;
}
.client h3:before{
	position:absolute;
	content:'';
	bottom:-10px;
	left:50%;
	transform: translate(-50%,-50%);
	width:60px;
	height:5px;
	background:#f12635;
}
.cli-in{
	border:1px solid #2222;
	margin-right: 10px;
	padding: 10px;
	transition-delay:0.5s;
	transition:all 0.5s ease;
}
.cli-in:hover{
	border:1px solid #f12635;
}
/*clients*/

/*Social Icon*/
img{
	margin:0 auto;
}
 .social-btn-roll {
    border: 1px solid transparent !important;
    background: 0 0;
    color: #6a7e8e !important;
}
.social-btn-roll {
    width: 35px;
    height: 35px;
    border: 1px solid #3b5998;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -ms-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}
.social-btn-roll.facebook {
    border-color: #3b5998;
    color: #3b5998;
}
.social-btn-roll-icons {
    width: 200%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.social-btn-roll-icon {
    width: 50%;
    line-height: 35px;
    text-align: center;
    display: block;
    float: left;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.social-btn-roll:hover .social-btn-roll-icons {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.social-btn-roll.twitter {
    border-color: #4cc4f2;
    color: #4cc4f2;
}
.social-btn-roll.google-plus {
    border-color: #dd4b39;
    color: #dd4b39;
}
.social-btn-roll.instagram {
    border-color: #128C7E;
    color: #128C7E;
}
.social-btn-roll:hover .social-btn-roll-icon {
    color: #f6f6f6;
}
.social-btn-roll.facebook:hover {
    background: #3b5998;
}
.social-btn-roll.twitter:hover {
    background: #4cc4f2;
}
.social-btn-roll.google-plus:hover {
    background: #dd4b39;
}
.social-btn-roll.instagram:hover {
    background: #25d366;
}
/*Social Icon*/

/*Index footer*/
.footer-up h4{
	font-weight:600;
	margin-bottom:20px;
}
.footer-up ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.footer-up .list-li li{
	padding:5px 0px;
}
.footer-up .list-li li a{
	transition-delay: 0.5s;
	transition: all 0.5s ease;
}
.footer-up .list-li li a:before{
	position:absolute;
	content:'\f054';
	left:10px;
	font-family:'FontAwesome';
	opacity:0;
	transition-delay: 0.5s;
	transition: all 0.5s ease;
	color:#f12635;
}
.footer-up .list-li li a:hover{
	padding-left:10px;
	color:#f12635;
}
.footer-up .list-li li a:hover::before{
	opacity:1;
}
/*Index Footer*/




/* breadcrumb */
.inner-banner {
	position: relative;
	background: #18212E url(../images/inner-banner-1-1.jpg) center center no-repeat fixed;
	background-size: cover;
}
.inner-banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #18212E;
	opacity: .85;
}
.inner-banner .container {
	position: relative;
	padding-top: 114px;
	padding-bottom: 70px;
}
.inner-banner__title {
	margin: 0;
	font-size: 60px;
	color: #fff;
	letter-spacing:10px;
	text-transform: uppercase;
	font-weight: bold;
	text-align:center;
}
.thm-breadcrumb {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.thm-breadcrumb__link {
	color: #f12635;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 1em;
	font-weight: 600;
	letter-spacing: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.thm-breadcrumb__item + .thm-breadcrumb__item:before {
	content: '/';
	font-size: 16px;
	color: #f12635;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 600;
}
.current .thm-breadcrumb__link {
	color: #fff;
}
/* breadcrumb */


/* about us */
.m-0 {
	margin: 0!important;
}
.p-0 {
	padding: 0!important;
}
.about-company-content {
	position: relative;
	background: linear-gradient(to left, #d0968d, #ca0b0b, #af660b, #941b08, #791202);
	z-index: 1;
	margin-top: 45px;
	margin-bottom: 53px;
	margin-right: -70px;
	padding-top: 70px;
	padding-bottom: 70px;
	padding-right: 70px;
}
.about-company-content::after {
	content: '';
	position: absolute;
	background: url(../images/shape2-black.png);
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .60;
	z-index: -1;
	background: #f12626;
}
.about-company-content .inner-content {
	max-width: 540px;
	margin-left: auto;
}
.about-company-content .section-title {
	margin-bottom: 25px;
}
.section-title {
	position: relative;
	z-index: 1;
}
.about-company-content .section-title span {
	color: #f12635;
	background: yellow;
	width: 170px;
	text-align: center;
}
.section-title span {
	font-size: 14px;
	text-transform: uppercase;
	display: block;
}
.about-company-content .section-title h2 {
	color: #ffffff;
}
.section-title h2 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 10px;
}
.about-company-content .section-title p {
	margin-top: 0;
	color: #ffffff;
}
.about-company-content p {
	color: #ffffff;
	margin-bottom: 0;
}
.section-title p {
	margin-bottom: 0;
	max-width: 450px;
}
.about-company-content .section-title img {
	display: none;
}
.section-title img {
	position: absolute;
	left: -35px;
	top: -35px;
	z-index: -1;
}
.about-company-content p {
	color: #ffffff;
	margin-top: 20px;
	margin-bottom: 0;
}
.about-company-content .btn-primary {
	color: #ffffff;
	border-color: #fd6c1e;
	background: -webkit-gradient(linear, left top, right top, from(#fc4a1a), color-stop(#fd6b12), color-stop(#fc8712), color-stop(#faa01f), to(#f7b733));
	background: linear-gradient(to right, #fc4a1a, #fd6b12, #fc8712, #faa01f, #f7b733);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius:0px;
	font-weight:600;
}
.btn-primary::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: -webkit-gradient(linear, right top, left top, from(#0575e6), color-stop(#0b5eca), color-stop(#0b47af), color-stop(#083194), to(#021b79));
	background: linear-gradient(to left, #0575e6, #0b5eca, #0b47af, #083194, #021b79);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.about-company-content .btn {
	margin-top: 22px;
}
.about-company-content .btn-primary:hover, .about-company-content .btn-primary:focus {
	border-color: #ffffff;
	color: #02298a;
	background: #fff;
}
.about-company-content .btn-primary:hover::after, .about-company-content .btn-primary:focus::after {
	border-radius: 0;
}
.about-company-video {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
/* about us */
/* why us */
.why-choose-one {
	padding-top: 80px;
	margin-bottom: 60px;
}
.thm-gray-bg {
	background-color: #F8F6F3;
}
.sec-title {
	margin-bottom: 40px;
}
.sec-title .title-line {
	margin: 0;
	margin-top: 5px;
	color: #18212E;
	font-weight: 600;
	font-size: 50px;
	letter-spacing: -0.06em;
	margin-bottom: 27px;
}
.sec-title .line-block {
	display: inline-block;
}
.sec-title .line-block:before, .sec-title .line-block:after {
	content: '';
	display: inline-block;
	width: 2px;
	height: 27px;
	background-color: #f12635;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-animation-name: lineUpDown;
	animation-name: lineUpDown;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.sec-title .line-block:after {
	margin-left: 5px;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.why-choose-one__single {
	text-align: center;
	background-color: #fff;
	position: relative;
	padding-bottom: 50px;
	padding-top: 60px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	margin-bottom: -60px;
}
.why-choose-one__single:before {
	content: '';
	width: 100%;
	height: 4px;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #f12635;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
.why-choose-one__icon {
	background-color: #F8F6F3;
	width: 117px;
	height: 117px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.why-choose-one__icon i {
	font-size: 45px;
	color: #7b7f85;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.why-choose-one__title {
	margin: 0;
	font-size: 20px;
	line-height: 36px;
	color: #18212E;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 68%;
	margin-left: auto;
	margin-right: auto;
}
.why-choose-one__title a {
	color: inherit;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.why-choose-one__text {
	margin: 0;
	font-size: 16px;
	line-height: 36px;
	color: #7b7f85;
	width: 57%;
	margin-left: auto;
	margin-right: auto;
}
.why-choose-one__single:hover {
	-webkit-box-shadow: 0px 10px 30px 0px rgba(4, 5, 5, 0.1), inset 0px -4px 0px 0px rgba(225, 139, 29, 0.004);
	box-shadow: 0px 10px 30px 0px rgba(4, 5, 5, 0.1), inset 0px -4px 0px 0px rgba(225, 139, 29, 0.004);
	z-index: 10;
}
.why-choose-one__single:hover:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}
.why-choose-one__single:hover .why-choose-one__icon {
	background-color: #f12635;
}
.why-choose-one__single:hover .why-choose-one__title a {
	color: #f12635;
}



@-webkit-keyframes lineUpDown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes lineUpDown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.why-choose-one__single:hover .why-choose-one__icon i {
	color: #fff;
}
/* why us */

/* contact us */
.ptb-100 {
	padding-top: 80px;
	padding-bottom: 50px;
}
.contact-box {
	background: #ffffff;
	padding: 30px 20px 30px 90px;
	border-radius: 5px;
	position: relative;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
	min-height:145px;
}
.contact-box .icon {
	position: absolute;
	left: 20px;
	top: 30px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 46px;
	border: 1px dashed #f12626;
	border-radius: 50%;
	color: #f12626;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.contact-box .icon {
	position: absolute;
	left: 20px;
	top: 30px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 46px;
	border: 1px dashed #f12626;
	border-radius: 50%;
	color: #f12626;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.contact-box .content h4 {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 700;
}
.contact-box .content p {
	margin-bottom: 0;
	font-size: 14px;
}
.contact-box .content p a {
	color: #777777;
}
.contact-box:hover, .contact-box:focus {
	-webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
	box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.contact-box:hover .icon, .contact-box:focus .icon {
	background: #f12626;
	color: #ffffff;
}
.contact-box .content p a:hover, .contact-box .content p a:focus {
	color: #f12626;
}
.contact-form {
	margin-top: 50px;
}
.leave-your-message h3 {
	margin-bottom: 12px;
	font-size: 22px;
	font-weight: 700;
}
#contactForm {
	background: #ffffff;
	padding: 30px;
	-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}
#contactForm label {
	font-weight: 600;
	font-size: 14px;
}
.form-control {
	height: 45px;
	border: 1px solid #eeeeee;
	background-color: transparent;
	border-radius: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	color: #141414;
	line-height: initial;
	padding-left: 13px;
	font-size: 14px;
}
#contactForm textarea {
	padding-top: 13px;
}
#contactForm .btn {
	margin-top: 8px;
}
#contactForm .btn {
	border: 1px solid;
	position: relative;
	border-radius: 5px;
	padding: 12px 25px 13px;
	line-height: initial;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	overflow: hidden;
	z-index: 1;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}
.btn-primary::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: -webkit-gradient(linear, right top, left top, from(#0575e6), color-stop(#0b5eca), color-stop(#0b47af), color-stop(#083194), to(#021b79));
	background: linear-gradient(to left, #0575e6, #0b5eca, #0b47af, #083194, #021b79);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.btn-primary::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: -webkit-gradient(linear, left top, right top, from(#fc4a1a), color-stop(#fd6b12), color-stop(#fc8712), color-stop(#faa01f), to(#f7b733));
	background: linear-gradient(to right, #fc4a1a, #fd6b12, #fc8712, #faa01f, #f7b733);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
}
.btn-primary:hover::after, .btn-primary:focus::after {
	opacity: 1;
	visibility: visible;
	border-radius: 0;
}
.btn-primary:hover, .btn-primary:focus {
	color: #ffffff;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	background: transparent;
	border-radius: 0;
	border-color: #fd6c1e;
}
.btn-primary:hover::before, .btn-primary:focus::before {
	opacity: 0;
	visibility: hidden;
	border-radius: 0;
}
/* contact us */


/* services */
.services-section-two {
	position: relative;
	padding: 80px 0;
}
.service-block-two {
	position: relative;
	margin-bottom: 30px;
}
.services-section-two h3{
	text-align:center;
	margin-bottom:30px;

}
.service-block-two .inner-box {
	position: relative;
	text-align: center;
	border: 0.8px solid #e1e1e1;
	padding: 50px 50px 50px;
	transition-delay: 0.5s;
	transition:0.5s;
}

.service-block-two .inner-box:before {
	position: absolute;
	content:'';
	border-top: 2px solid #f12626;
	border-bottom: 2px solid #f12626;
	height: 100%;
	width: 0;
	top: 0;
	left: 50%;
	transition-delay: 0.5s;
	transition:0.5s;
}

.service-block-two .inner-box:after {
	position: absolute;
	content:'';
	top: 50%;
	left: 0;
	height: 0;
	width: 100%;
	border-left: 2px solid #f12626;
	border-right: 2px solid #f12626;
	transition-delay: 0.5s;
	transition:0.5s;
}
.service-block-two .icon-box {
	position: relative;
	margin-bottom: 10px;
	font-size: 50px;
	transition-delay: 0.5s;
	transition:0.5s;
}
.service-block-two .icon-box .fa {
	position: relative;
	display: inline-block;
	font-size: 64px;
	line-height: 1em;
	text-align: center;
}
.service-block-two h3 {
	position: relative;
	font-size: 22px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
	margin-bottom: 25px;
}
.service-block-two .inner-box:hover{
	background:#fff;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
}
.service-block-two .inner-box:hover:before {
	left: 0;
	width: 100%;
}
.service-block-two .inner-box:hover:after {
	top: 0;
	height: 100%;
}
.service-block-two:hover .icon-box .fa{
	color:#f12626;
}
.service-block-two .inner-box:hover.icon-box .fa{
	color:#f12626;
}
/* services */

/* products */
.product-in{
	transition-delay: 0.5s;
	transition:all 0.5s ease;
	position:relative;
	margin-bottom:50px;
}
.product-img{
	overflow:hidden;
	position:relative;
	display: block;
  background: #222222;
}
.prod-cont{
	position: relative;
	margin-left: 12px;
	margin-right: 12px;
	padding: 34px 25px 60px;
	text-align: center;
	margin-top: -20px;
	z-index: 1;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	border-bottom: 3px solid #f12626;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.10);
	-ms-box-shadow: 0px 0px 30px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 30px rgba(0,0,0,0.10);
}
.prod-cont h3{
	font-size:18px;
}
.prod-cont .arrow {
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-bottom: -22px;
	width: 44px;
	height: 44px;
	color: #f12626;
	font-size: 10px;
	line-height: 44px;
	text-align: center;
	border-radius: 50%;
	font-weight: 800;
	margin-left: -20px;
	background-color: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
	-ms-box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
}
.product-img img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 5s ease;
	-moz-transition: all 5s ease;
	-webkit-transition: all 5s ease;
	-ms-transition: all 5s ease;
	-o-transition: all 5s ease;
}
.product-in:hover .product-img img {
	opacity: 0.7;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}


.product-in:hover .prod-cont {
	border-color: #f12626;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.product-in:hover .prod-cont .arrow {
	color: #ffffff;
	background-color: #f12626;
}
/* products */





/* product detail */
/* gallery silder owl */

.outer { margin:0 auto; max-width:800px;}
#big .item { margin:2px; color: #FFF; border-radius: 3px; text-align: center; }
#thumbs .item {   line-height:70px; padding: 0px; margin:10px; color: #FFF; border-radius: 3px; text-align: center; cursor: pointer; border:2px solid #f12626;}
#thumbs .item :hover{
	background-color:#f7f7f7;
	opacity:0.2;
	transition:all 0.3s ease;
}
#thumbs .item h1 { font-size: 18px; }
.owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
#big.owl-theme { position: relative; }
#big.owl-theme .owl-next, #big.owl-theme .owl-prev { background:#333;color:#fff; width: 22px; line-height:40px; height: 40px; margin-top: -20px; position: absolute; text-align:center; top: 50%; }
#big.owl-theme .owl-prev { left: 10px; }
#big.owl-theme .owl-next { right: 10px; }
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { background:#333; }
/* gallery silder owl */

.btn-style-five {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	padding: 13px 15px;
	font-weight: 800;
	overflow: hidden;
	border-radius: 3px;
	letter-spacing: 1px;
	background-color: #f12626;
	text-transform: uppercase;
	border: 1px solid #f12626;
	width: 100%;
	text-align: center;
	transition-delay: 0.5s;
	transition:all 0.5s ease;
}
.btn-style-five:hover {
	background-color: #fff;
	color: #f12626;
}

.tabs-box {
    position: relative;
}
.tabs-style-one .tab-buttons {
	position: relative;
	margin-bottom: 35px;
}
.tabs-style-one .tab-buttons .tab-btn {
	position: relative;
	float: left;
	margin-right: 45px;
	text-align: center;
	font-size: 18px;
	text-transform: capitalize;
	color: #888888;
	font-weight: 700;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.tabs-box .tab-buttons .tab-btn {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.tabs-style-one .tab-buttons .tab-btn.active-btn .icon {
	color: #f12626;
}
.tabs-style-one .tab-buttons .tab-btn.active-btn .txt {
	color: #f12626;
}
.tabs-style-one .tab-buttons .tab-btn .txt:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	border-bottom: 3px solid transparent;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.tabs-style-one .tab-buttons .tab-btn.active-btn .txt:before {
	width: 100%;
	border-color: #f12626;
}
.tabs-style-one .tab ul {
	position: relative;
	margin-bottom: 30px;
	list-style-type:none;
}
.tabs-style-one .tab ul li {
	position: relative;
	padding-left: 28px;
	font-weight: 700;
	color: #222222;
	margin-bottom: 10px;
	line-height: 1.5em;
}
.tabs-style-one .tab ul li:before {
	content: "\f138";
	position: absolute;
	left: 0;
	top: 0px;
	display: block;
	font-size: 14px;
	line-height: 1.4em;
	padding: 0px;
	color: #888888;
	font-weight: 900;
	font-family: "Fontawesome";
}
.table-bordered {
	border: 1px solid #dee2e6;
}


/* product detail */



/* filter */

.filtertab .navbar-toggle{
	z-index:999;
	border: 1px solid #ececec;
	margin-top: -60px;
	background: #fff;
	padding: 8px;
}
.filtertab .navbar-toggle .fa{
	color:#f12626;
	font-size:24px;
}
.pinwapper{
	padding: 10px;
	box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	min-width:260px;
	background: #fff;
}
.filter{
	position:relative;
	margin-bottom:30px;
}
.filter:before{
	position:absolute;
	content:'';
	bottom:-15px;
	height:1px;
	width:100%;
	background: #f12626;
}
.filter-title{
	font-size:16px;
	font-weight:600;
	color:#f12626;
}
.filter-title h3 a{
	position:relative;;
}
.filter-title a{
	color:#f12626;
}
.filter-title a:before{
	content: '\f107';
	font-family: 'fontawesome';
	position: absolute;
	display: inline-block;
	font-size: 24px;
	font-weight:600;
	top:-5px;
	right:0px;
	transition: all 0.35s;
	font-weight: 400;
}
.filter-title a.collapsed:before{
	content:'\f106';
}
.inner-filter .fa-square-o{
	font-size:24px;
	position:absolute;
	top:-5px;
	left:0px;
}
.inner-filter .fa-check-square-o{
	font-size:24px;
	position:absolute;
	top:-5px;
	left:0px;
}
.inner-filter h3{
	position:relative;
	font-size:13px;
	font-weight:600;
	padding-left:25px;
	color:#f12626;
}
.inner-filter ul{
	list-style-type: none;
	padding-left: 15px;
	margin: 0px;
}
.inner-filter ul li{
	padding: 10px 0px;
}
.inner-filter ul li i{
	color:#f12626;
}

.in-list ul li{
	position:relative;
	padding-left: 0;
	margin:0px;
}
.in-list ul li:before{
	position:absolute;
	content:'';
	width:100%;
	height:1px;
	background: rgba(0,0,0,0.1);
	bottom:0px;
}
.in-list ul li:last-child:before{
	display:none;
}
.in-list ul li a:hover{
	color:#f12626;
}
/* filters */
/* modal */

.cont-form h3{
	text-align:center;
	margin-bottom:20px;
	text-transform:uppercase;
	font-weight:600;
}
.cont-form form  input[type="text"], .cont-form form input[type="email"], .cont-form form textarea,.cont-form form select {
    border: 1px solid #e0edf4;
    color: #999999;
	background:#fff;
    display: block;
    font-size: 14px;
    height: 50px;
    margin-bottom: 20px;
    padding: 10px 10px;
    width: 100%;
    transition: all 500ms ease;
}
.cont-form form textarea {
	height:150px;
}
.cont-form form .btn-sty{
	border:1px solid #f12626;
	background:#fff;
	color:#222;
	font-weight:600;
	font-size:18px;
	padding:7px 25px;
	width:100%;
	text-transform:uppercase;
	transition-delay:0.5s;
	transition:all 0.5s ease;
}
.cont-form form .btn-sty:hover{
	background:#f12626;
	color:#fff;
}
/* modal */


.dealer-form select{
	width:100%;
	padding:10px;
	margin-bottom:15px;
	background:#fff;
}







/* float */
.floating-contact{
  position:fixed;
  right:-5px;
  bottom:10%;
  z-index:999999;
}
.floating-contact ul{
  list-style-type: none;
  padding:0px;
}
.floating-contact ul li{
  margin:10px 0px;
}
.floating-contact ul li i{
  font-size:28px;
  color:#fff;
}
.floating-contact ul .facebook{
  background:#3b5998;
  padding:10px 13px;
}
.floating-contact ul .twitter{
  background:#4cc4f2;
  padding:10px ;
}
.floating-contact ul .youtube{
  background:#dd4b39;
  padding:10px;
}
.floating-contact ul .whatsapp{
  background:#25D366;
  padding:10px;
}