body {
  margin:0px;
  padding:0px;
  overflow-x: hidden;
}

.send-btn:after {
    position: absolute;
    content: '';
    background: #fff;
    height: 2px;
    width: 30px;
    right: 100px;
    top: 25px;
}

.send-btn {
    display: inline-block;
    position: relative;
}

.send-btn input.wpcf7-form-control.wpcf7-submit.btn-tov {
    padding: 10px 73px 15px 28px;
}

/*.about-section-page h2, .about-section-page h3{
	clear: inherit;
}*/


h1,h2,h3,h4,h5,h6 { margin:0px; font-weight:normal; padding:0px;}
p { margin:0px; padding:0px; font-weight:normal;line-height: 24px;
	font-size: 17px;
	letter-spacing: .6px;
	color:#353635;}
img { border:none;}
ul { margin:0px; padding:0px;}
ul li { list-style-type:none;}
a, a:hover { text-decoration:none;}

@font-face {
	font-family: 'Conv_Limelight-Regular';
	src: url('../fonts/Limelight-Regular.eot');
	src: url('../fonts/Limelight-Regular.woff') format('woff'), 
	url('../fonts/Limelight-Regular.ttf') format('truetype'), 
	url('../fonts/Limelight-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Lato-Bold';
	src: url('../fonts/Lato-Bold.eot');
	src: url('../fonts/Lato-Bold.woff') format('woff'), 
	url('../fonts/Lato-Bold.ttf') format('truetype'), 
	url('../fonts/Lato-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Lato-Regular';
	src: url('../fonts/Lato-Regular.eot');
	src: url('../fonts/Lato-Regular.woff') format('woff'), 
	url('../fonts/Lato-Regular.ttf') format('truetype'), 
	url('../fonts/Lato-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Roboto-Black';
	src: url('../fonts/Roboto-Black.eot');
	src: url('../fonts/Roboto-Black.woff') format('woff'), 
	url('../fonts/Roboto-Black.ttf') format('truetype'), 
	url('../fonts/Roboto-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Roboto-Bold';
	src: url('../fonts/Roboto-Bold.eot');
	src: url('../fonts/Roboto-Bold.woff') format('woff'), 
	url('../fonts/Roboto-Bold.ttf') format('truetype'), 
	url('../fonts/Roboto-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Roboto-Medium';
	src: url('../fonts/Roboto-Medium.eot');
	src: url('../fonts/Roboto-Medium.woff') format('woff'), 
	url('../fonts/Roboto-Medium.ttf') format('truetype'), 
	url('../fonts/Roboto-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Roboto-Regular';
	src: url('../fonts/Roboto-Regular.eot');
	src: url('../fonts/Roboto-Regular.woff') format('woff'), 
	url('../fonts/Roboto-Regular.ttf') format('truetype'), 
	url('../fonts/Roboto-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.wrapper {
    
}
.container {
	max-width: 1430px;
 }
 #header .container {
 	position: relative;
 }

 .header-top {
 	background: #8cc541;
 	padding: 17px 0;
 }
 .header-left li,
 .social-icon li {
 	display: inline;
 	margin-right: 40px;
 }
 .header-left li a {
 	color:#fff;
 	font-family: 'Conv_Roboto-Regular';
 	font-size: 20px;
 }
.header-left li a i {
	margin-right: 10px;
}
.header-left li a i.fa-phone {
	transform: rotate(90deg);
}
.header-left li:last-child,
.social-icon li:last-child {
 	margin-right: 0px;
 }
 .social-icon li a {
 	font-size: 20px;
 	color:#fff;
 }
  .social-icon li a:hover {
  	color:#0a57ac;
  }
 .banner-slider .carousel-caption {
 	text-align: left;
 	left: 0;
 	right: 0;
 	position: relative;
 	bottom: auto;
 	margin-left: 15px;
 	margin-right: 15px;
 	padding: 300px 0 160px 0;
 }
 .banner-slider .carousel-caption h2,
 .title-section .banner-detail h2 {
 	font-family: 'Conv_Limelight-Regular';
 	font-size: 80px;
 	color:#fff;
 	width: 900px;
 	padding-left: 50px;
 }
 .banner-detail {
 	max-width: 1440px;
 	margin: auto;
 }
.banner-slider .carousel-item .d-block {
	position: absolute;
	width: 100%;
}
.btn-tov {
	font-size: 20px;
	font-family: 'Conv_Roboto-Medium';
	border-radius: 10px;
	background: #8cc541;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 28px;
	display: inline-block;
	border:1px solid #8cc541;
}
.border-line {
	width: 30px;
	height: 2px;
	background: #fff;
	display: inline-block;
	position: relative;
	top: -7px;
	margin-left: 10px;
}
.all-button {
	margin-top: 50px;
	padding-left: 50px;
}
.all-button .btn-tov {
	margin-right:50px;
}
.all-button .btn-tov:last-child {
	margin-right:0px;
}
.btn-tov:hover {
	background: #fff;
	border-color:#fff;
	color:#8cc541;
}
.btn-tov:hover .border-line {
	background: #8cc541;
}
.bg-white.btn-tov {
	background: none !important;
	border-color:#fff;
}
.bg-white.btn-tov:hover {
	background: #fff !important;
	color:#8cc541;
}
.banner-slider .carousel-indicators li {
    width: 13px;
    height: 13px;
    margin-right: 8px;
    margin-left: 8px;
    text-indent: 0;
    border-radius: 10px;
    opacity: 1;
    border: 1px solid #fff;
    text-shadow: none;
}

.banner-slider .carousel-indicators li:last-child {
	margin-right: 0;
}
.banner-slider .carousel-indicators {
    margin-right: 5%;
    margin-left: 0;
    bottom: 20px;
    -ms-flex-pack: right;
	justify-content: right;
	right: 0;
	left: auto;
}
.banner-slider .carousel-indicators li.active,
.banner-slider .carousel-indicators li:hover {
	background: #8cc541;
}
.header-bottom {
	position: absolute;
	z-index: 999;
	padding-top:40px;
	padding-bottom:40px;
	width: calc(100% - 30px);
}
.header-bottom .navbar-nav {
	display: inline-block;
	text-align: right;
	width: 100%;
}
.header-bottom .navbar {
	padding: 0;
	margin-top: 25px;
}
.header-bottom .navbar-nav li {
	display: inline-block;
	padding: 0px 15px 10px 15px;
}
.header-bottom .navbar-nav li a {
	padding:0 !important;
	font-size: 22px;
	font-family: 'Conv_Roboto-Black';
	color:#fff !important;
}
.search-icon {
	color:#fff;
	margin-left: 30px;
	position: relative;
	top: -6px;
}
.search-icon i {
	font-size: 20px;
}
.header-bottom .navbar-nav li a:hover, .search-icon:hover {
	color: #8cc541 !important;
}
.down-arrow {
	position: absolute;
	bottom: 35px;
	left: 70px;
}
.banner-slider {
	position: relative;
}

.about-section {
	position: relative;
}
.icon-logo {
	position: absolute;
	left: 0;
	top: -21px;
}
.about-section {
	padding: 100px 0 150px 0;
}
.about-left img {
	width: 100%;
}
.right-about {

}
.sub-title {
	font-family: 'Conv_Roboto-Bold';
	color: #8cc541;
	font-size: 22px;
	position: relative;
	padding-left: 60px;
	margin-top: 35px;
}
.sub-title:before {
	position: absolute;
	width: 45px;
	height: 2px;
	content: "";
	left: 0;
	background: #8cc541;
	top:calc(50% - 1px);
}
.main-title {
	font-family: 'Conv_Roboto-Bold';
	color: #0a57ac;
	font-size: 45px;
	margin-top: 40px;
}
.des-text {
	font-family: 'Conv_Lato-Regular';
	font-size: 20px;
	line-height: 30px;
	color:#808080;
	padding-top: 30px;
}
.about-des {

}
.single-about-des {
	position: relative;
	padding-left: 55px;
	margin-top: 40px;
}
.single-about-des:before {
	position: absolute;
	width: 30px;
	height: 30px;
	background: url("../images/check-icon.png");
	content: "";
	top:calc(50% - 15px);
	left: 0;
}
.single-about-des h4 {
	font-family: 'Conv_Lato-bold';
	font-size: 26px;
	color:#808080;
	font-weight: normal;
}
.single-about-des p {
	font-family: 'Conv_Lato-Regular';
	font-size: 20px;
	color:#808080;
	padding-top: 5px;
}
.dot-lmage {
	position: absolute;
	right:0;
	bottom:0;
}
.service-section {
	background: #0858b4 url("../images/bg-dot.png") repeat;
	padding: 120px 0 420px 0;
	position: relative;
}
.service-inner {
	padding-top: 55px;
}

.service-inner h3 {
	color:#fff;
	font-family: 'Conv_Roboto-Black';
	line-height: 60px;
	font-size: 45px;
	width: 300px;
}
.service-inner .des-text {
	color:#fff;
	width:700px;
}
.service-inner .all-button {
	margin:40px 0 0 0;
	padding: 0;
}
.dot-lmage1 {
	position: absolute;
	bottom:-77px;
	left: 0;
}
.service-box {
	background: #fff;
	border-radius: 10px;
	padding:55px 60px;
	box-shadow:0 0 23px rgba(0,0,0,.07);
	margin-bottom: 50px;
}
.service-box h2 a {
	margin-top: 50px;
	font-family: 'Conv_Lato-bold';
	font-size: 26px;
	color:#232323;
	line-height: 30px;
}
.service-box h2 a:hover {
	color:#8cc541;
}
.service-box p {
	font-family: 'Conv_Lato-Regular';
	font-size: 20px;
	color:#696969;
	line-height: 30px;
	padding: 40px 0;
}
.service-box .read-more {
	color:#8cc541;
	font-family: 'Conv_Roboto-Bold';
	font-size: 20px;
}
.service-box .read-more:hover {
	color:#232323;
}
.service-slider {
	margin-top: -254px;
	margin-bottom: 130px;
}
.service-slider .slick-slide {
	margin: 0 15px;
}
.service-slider .slick-list {
	margin: 0 -15px;
}
.service-slider .slick-dots {
	text-align: center;
}
.service-slider .slick-dots li {
	display: inline;
	margin:0 10px;
}
.service-slider .slick-dots li button {
	padding:0;
	width:10px;
	height: 10px;
	border-radius: 10px;
	border:1px solid #909090;
	background: #909090;
	font-size: 0;
}
.service-slider .slick-dots li:last-child {
	margin-right: 0;
}
.service-slider .slick-dots li.slick-active button {
	width: 15px;
	height:15px;
	background: none;
	border-color:#202020;
}
.footer-top {
	background: url('../images/footer-bg.png') no-repeat;
	background-size: cover;
	padding:110px 0 100px 0;
	position: relative;
}
.footer-top p.des-text {
	color:#fff;
	width: 380px;
}
.footer-menu li {
	display: inline;
	padding: 0 15px 0 0;
}
.footer-menu li a {
	color:#fff;
	font-size: 20px;
	font-family: 'Conv_Roboto-Black';
	position: relative;
	padding-right:15px;
}
.footer-menu li:after {
	position: relative;
	content: "|";
	color:#fff;
	top:-2px;
}
.footer-menu li:last-child:after {
	content: "";
}
.footer-menu li:first-child {
	padding-left: 0;
}
.footer-menu li:last-child,
.footer-menu li:last-child a {
	padding-right: 0;
}
.right-bottom {
	margin-top: 40px;
	margin-left: 10px;
}
.right-bottom li {
 	display: inline;
 	margin-right: 30px;
 }
 .right-bottom li a {
 	color:#fff;
 	font-family: 'Conv_Roboto-Regular';
 	font-size: 20px;
 }
.right-bottom li a i {
	margin-right: 10px;
}
.right-bottom li a i.fa-phone {
	transform: rotate(90deg);
}
.right-bottom li:nth-child(2) {
 	margin-right: 0px;
 }
 .address-icon {
 	width: 100%;
 	float: left;
 	margin-top: 30px;
 }
 .right-bottom li a:hover, .footer-menu li a:hover {
  	color:#8cc541;
 }
.dot-lmage2 {
 	position: absolute;
 	right:0;
 	bottom:77px;
 }
  .footer-top .social-icon {
 	margin-top:30px;
 	margin-left: 15px;
 	clear: both;
 	float: left;
 	width: 100%;
 }
 .footer-bottom {
 	background: #8cc541;
 	padding: 16px 0;
 }
 .footer-bottom p {
 	color:#fff;
 	font-size: 16px;
 	font-family: 'Conv_Roboto-Regular';
 }
 .footer-bottom-menu {
 	text-align: right;
 }
 .footer-bottom-menu li {
 	display: inline;
 	padding-right:10px;
 }
 .footer-bottom-menu li a {
 	color:#fff;
 	font-size: 16px;
 	font-family: 'Conv_Roboto-Regular';
 	padding-right:10px;
 }
 .footer-bottom-menu li:after {
	position: relative;
	content: "|";
	color:#fff;
	top:-2px;
}
.footer-bottom-menu li:last-child:after {
	content: "";
}
.footer-bottom-menu li:first-child {
	padding-left: 0;
}
.footer-bottom-menu li:last-child,
.footer-bottom-menu li:last-child a {
	padding-right: 0;
}
.footer-bottom-menu li a:hover {
	color: #0858b4;
}
.product-dep {
	background: #8cc541;
	clear: both;
	/*overflow: hidden;*/
	display: flex;
	flex-wrap: wrap;
	margin-top: 75px;
	position: relative;
}
.feature-section {
	margin-bottom: 75px;
}
.product-dep ul li {
	display: inline;
	width: 16.5%;
	float: left;
	text-align: center;
	padding: 40px 0;
	position: relative;
	transition: all .5s;
}
.product-dep ul li a img {
	opacity: .3;
}
.product-dep ul li a h2 {
	font-family: 'Conv_Roboto-Bold';
	font-size: 22px;
	color:#fff;
	padding-top: 30px;
	opacity: .3;
}
.product-dep ul li:before, .product-section .nav-tabs li a.active:before {
	position: absolute;
	top: -13px;
	left: 0;
	width: 0;
	height: calc(100% + 26px);
	background: #0a57ac;
	content: "";
	border-radius: 10px;
	transition: all .5s;
}
.product-dep ul li:hover:before, .product-section .nav-tabs li a.active:before {
	width: 100%;
}
.product-dep ul li:hover a h2,
.product-dep ul li:hover img,
.product-section .nav-tabs li a.active h2,
.product-section .nav-tabs li a.active img {
	opacity: 1;
	z-index: 9999;
	position: relative;
	transition: all .5s;
}
.page-title h3 {
	color:#8cc541;
	font-size: 22px;
	font-family: 'Conv_Roboto-Bold';
	text-transform: uppercase;
	position: relative;
}
.page-title h3:before {
	background: #8cc541;
    width: 45px;
    height: 2px;
    content: "";
    display: inline-block;
    position: relative;
    top: -8px;
    right: 20px;
}
.page-title h2, .department-des h2 {
	color:#0a57ac;
	font-size: 45px;
	font-family: 'Conv_Roboto-Bold';
	padding: 20px 0 25px 0;
}
.page-title p {
	font-size: 20px;
	color:#696969;
	font-family: 'Conv_Lato-Regular';
	width:695px;
	margin: auto;
}
.dep-image img {
	width: 100%;
}
.department-des {
	max-width: 85%;
	margin: auto;
}
.department-des p {
	color:#696969;
	font-size: 20px;
	padding: 15px 0;
}
.department-des .all-button {
	padding-left: 0;
}
.department-des .all-button {}
.bg-blue {
	color:#0a57ac !important;
	border-color:#0a57ac !important;
	background: none;
}
.bg-blue:hover {
	color:#fff !important;
	border-color:#0a57ac !important;
	background: #0a57ac !important;
}
.bg-blue:hover .border-line {
	background: #fff !important;
}
.bg-blue .border-line {
	background:#0a57ac;
}
 .department-des .all-button .btn-tov:hover {
 	border-color: #8cc541;
 }

.counter-section {
	clear: both;
	overflow: hidden;
	padding-top: 150px;
}
.counter-inner {
	max-width: 1220px;
	float: right;
	background: #fff;
	border-radius: 20px;
	padding-left: 45px;
}
.euipment-box {
	display: flex;
	flex-wrap: wrap;
	float: left;
	padding-right: 90px;
	padding-bottom: 50px;
}
.des-equioment {
	padding-left: 15px;
}
.des-equioment h2,
.video-section h2 {
	font-size: 45px;
	color:#242424;
	font-family: 'Conv_Roboto-Black';
}
.des-equioment h3 {
	font-size: 22px;
	color:#696969;
	font-family: 'Conv_Roboto-Bold';
}
.euipment-box:last-child {
	padding-right: 0;
}
.counter-section {
	z-index: 99;
	position: relative;
}
.video-section {
	position: relative;
	padding-top: 150px;
	margin-top: -60px;
	padding-bottom: 200px;
}
.video-section:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: #0a57ac;
	width: 70%;
	height: 420px;
}
.video-section h2 {
	color:#fff;
	font-family: 'Conv_Limelight-Regular';
}
.video-section .all-button {
    margin-top: 30px;
    padding-left: 0;
}
.right-video {
	position: absolute;
	right:0;
	bottom:0;
	background: #f6f6f6;
	padding:20px 0 20px 20px;
	border-radius: 10px;
	width: 652px;
}
.dot-lmage3 {
	position: absolute;
	right:0;
	top: -47px;
}
.department-section {
	position: relative;
}
.dot-lmage4 {
	position: absolute;
	right:0;
	top: 43%;
}
.logo-icon2 {
	position: absolute;
	left: 0;
	top:400px;
}
.testimonial-section {
	padding: 100px 0 130px 0;
}

.testimonial-box {
	border:2px solid #ececec;
	border-radius: 10px;
	padding: 50px 60px;
	position: relative;
}
.testimonial-box p {
	font-size: 20px;
	color:#9c9c9c;
	font-family: 'Conv_Lato-Regular';
	line-height: 30px;
}
.testimonial-box h2 {
	font-size: 22px;
	color:#287ff9;
	font-weight: bold;
	font-family: 'Conv_Lato-Regular';
	padding:25px 0 5px 0;
}
.testimonial-box h3 {
	font-size: 22px;
	color:#818181;
	font-weight: normal;
	font-family: 'Conv_Lato-Regular';
}
.quote-icon {
	position: absolute;
	right: 40px;
	bottom: -55px;
}
.testimonial-section {
	margin-left: 15px;
	margin-right: 15px;
}
.testimonial-section .slick-slide {
	margin: 0 20px;
}
.testimonial-section .slick-dots {
	text-align: center;
	margin-top: 60px;
    position: ;
    width: 100%;
}
.testimonial-section .slick-dots li {
	display: inline;
	margin:0 10px;
}
.testimonial-section .slick-dots li button {
	padding:0;
	width:10px;
	height: 10px;
	border-radius: 10px;
	border:1px solid #909090;
	background: #909090;
	font-size: 0;
}
.testimonial-section .slick-dots li:last-child {
	margin-right: 0;
}
.testimonial-section .slick-dots li.slick-active button {
	width: 15px;
	height:15px;
	background: none;
	border-color:#202020;
}
.service-inner .all-button .btn-tov,
.department-des .all-button .btn-tov {
    margin-right: 10px;
}
.testimonial-section .page-title {
	padding-bottom: 70px;
}
.department-section .row {
	/*margin-left: 0;
	margin-right: 0;*/
}
body.menu-open {
	overflow: hidden;
}
.title-section {
	background: url('../images/bannr-image.jpg') no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 230px 0 30px 0;
}
.banner-detail .breadcrumb {
	background: none;
	padding:0;
	margin:90px 0 0 50px;
}
.banner-detail .breadcrumb-item + .breadcrumb-item::before {
	content: "-";
	color:#fff;
}
.banner-detail .breadcrumb-item a, 
.banner-detail .breadcrumb-item.active {
	color:#fff;
	font-size: 16px;
}
.about-section-page {
	position: relative;
	padding: 50px 0 120px 0;
}
.about-img {
	float: left;
}
.about-section-page .sub-title {
	display: inline-block;
	margin-top: 82px;
}
.brand-section {
	background: #fafafa;
	padding:110px 0 20px 0;
}
.brand-section h2 {
	font-size: 30px;
	font-family: 'Conv_Roboto-Bold';
	color:#0a57ac;
	text-align: center;
	width:660px;
	margin: auto;
}
.brand-section .container .row {
	padding-top: 80px;
}
.city-box {
	padding-bottom: 90px;
}
.city-box h3 {
	color:#282828;
	font-size: 25px;
	font-family: 'Conv_Roboto-Bold';
	margin-bottom: 10px;
	min-height: 60px;
}
.city-box p {
	font-size: 22px;
	color:#808080;
	font-family: 'Conv_Roboto-Regular';
	line-height: 41px;
	width: 320px;
}
.testimonial-section .page-title h2 {
	color:#287ff9;
	font-family: 'Conv_Roboto-Black';
}
.testimonial-section .page-title  p {
	color: #9c9c9c;
}


.contact-section {
	position: relative;
	padding: 95px 0 155px 0;
}
.contact-box {

}
.contact-box {
	text-align: center;
}
.contact-box img {
	margin-bottom:25px;
}
.contact-box a {
	font-size: 24px;
	color:#696969;
	font-family: 'Conv_Roboto-Bold';
	display: inline-block;
	width: 100%;
	line-height: normal;
	
}
.contact-box a:hover {
	color: #0a57ac;
}
.form-contact {
	background: #fff;
    box-shadow: 0 2px 213px rgba(0,0,0,.05);
    margin: 70px auto 0 auto;
    clear: both;
    width: 1180px;
}
.form-inner {
	padding: 45px 10px 45px 45px;
}
.input-box {
	margin-bottom: 28px;
}
.input-box input,
.input-box textarea {
	height: 58px;
	width:100%;
	border:1px solid #d6d6d6;
	background: none;
	padding:10px 30px;
	font-size: 22px;
	color:#696969;
	font-family: 'Conv_Lato-Regular';
}
.input-box textarea {
	height: 148px;
	resize: none;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #696969 !important;
  opacity: 1 !important 
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #696969;
  opacity: 1 !important 
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #696969;
  opacity: 1 !important 
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #696969;
  opacity: 1 !important 
}
.form-inner .btn-tov:hover {
	background: #0a57ac;
	color:#fff;
}
.form-inner .btn-tov:hover .border-line {
	background: #fff;
}
.map iframe {
	width: 100%;
	min-height: 664px;
	margin-bottom: -7px;
}
.all-con-box {
	padding-top: 70px;
}
.dot-contact {
	position: absolute;
	right: 0;
	top: 250px;
}

.product-section {
	padding:85px 0 0 0;
	margin-bottom: 0;
	position: relative;
}
.product-section .product-dep {
	margin-top: 55px;
}
.product-section .product-dep ul li a img,
.product-section .product-dep ul li a h2 {
	opacity: 1;
}
.product-section .nav-tabs {
	border: none;
}
.product-section .tab-content {
	padding: 105px 0 120px 0;
}
.product-section .product-detail h2 {
	font-size: 45px;
	color:#0a57ac;
	font-family: 'Conv_Roboto-Bold';
	padding-bottom: 40px;
}
.product-detail li {
	display: inline-block;;
	list-style-type: none;
	margin-right:25px;
	width:calc(33.3% - 20px);
}
.product-detail li:nth-child(3n+0) {
	margin-right:0;
}
.product-detail li a {
	font-size: 20px;
	color:#696969;
	background: #f4f4f4;
	font-family: 'Conv_Lato-Regular';
	border:1px solid #d6d6d6;
	border-top:0;
	width: 100%;
	display: inline-block;
	padding: 20px 40px;
	position: relative;
}
.product-detail li a:before {
	width:12px;
	height: 12px;
	border-radius: 100%;
	content: "";
	border:1px solid #696969;
	background: #f4f4f4;
	position: absolute;
	top:calc(50% - 6px);
	left: 15px;
}
.product-detail li a:after {
	width:6px;
	height: 6px;
	border-radius: 100%;
	content: "";
	background: #696969;
	position: absolute;
	top:calc(50% - 3px);
	left: 18px;
}
.product-detail li:nth-child(1),
.product-detail li:nth-child(2),
.product-detail li:nth-child(3) {
	border-top:1px solid #d6d6d6;
}
.product-detail li a:hover {
	background: #0a57ac;
	color:#fff;
}
.product-detail li a:hover:before {
	background: #0a57ac;
	border-color:#fff;
}

.product-detail li a:hover:after {
	background:#fff;
}


.testimonial-section .slick-list {
	overflow: hidden;
    overflow-y: inherit;
    padding-bottom: 40px;
}




.pro-detail-left {
	border: 1px solid #eeeeee;
	background: #f9f9f9;
	border-radius: 10px;
	overflow: hidden;
}
.pro-detail-left h3 {
	background: #8cc541;
	font-size: 22px;
	color:#fff;
	font-family: 'Conv_Roboto-Bold';
	text-transform: uppercase;
	padding: 15px 20px 15px 85px;
	position: relative;
}
.pro-detail-left h3:before {
	position: absolute;
	content: "";
	left: 20px;
	top: calc(50% - 1px);
	width: 46px;
	height: 2px;
	background: #fff;
}
.pro-detail-left ul li {
	border-bottom: 1px solid #e2e2e2;
}
.pro-detail-left ul li:last-child {
	border-bottom: none;
}
.pro-detail-left ul li a {
	color:#454545;
	font-size: 18px;
	font-family: 'Conv_Lato-Regular';
	padding: 14px 18px;
	display: inline-block;
	width: 100%;
}
.pro-detail-left ul li a:hover {
	color:#8cc541;
}
.product-detail-inner {
	padding: 80px 0 120px 0;
}
.image-pro-dea img {
	border-radius: 10px;
	width:100%;
}
.product-detail-right h1 {
	font-size: 35px;
	color:#0a57ac;
	font-family: 'Conv_Roboto-Bold';
}
.product-detail-right .col-xl-6 h1  {
	padding-bottom: 20px;
}
.product-detail-right .col-xl-6 p {
	color:#454545;
	font-size: 18px;
	font-family: 'Conv_Lato-regular';
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 0;
}
.product-detail-right .col-xl-6 p strong {
	font-family: 'Conv_Lato-Bold';
	font-weight: normal;
}
.product-detail-right .col-xl-6 .btn-tov {
	font-size: 20px;
	font-family: 'Conv_Lato-Bold';
	text-transform: none;
	padding: 15px 25px 18px 25px;
	line-height: 20px;
	margin-top: 30px;
	color:#fff;
}
.product-detail-right .col-xl-6 .btn-tov:hover {
	border: 1px solid #8cc541;
	color:#8cc541;;
}
.product-detail-right .row {
	padding-bottom: 70px;
}
.product-detail-right h2 {
	font-size: 25px;
	color:#0a57ac;
	font-family: 'Conv_Roboto-Bold';
	padding-bottom: 20px;
	padding-top: 10px;
}
.product-detail-right p {
	font-size: 18px;
	color:#808080;
	line-height: 30px;
	font-family: 'Conv_Lato-regular';
	padding-bottom: 25px;
}
.product-detail-right h3 {
	font-size: 20px;
	color:#0a57ac;
	font-family: 'Conv_Roboto-Bold';
	padding-bottom: 15px;
	padding-top: 10px;
}
.product-detail-right ul,
.product-detail-right ol {
	padding: 15px 0 15px 50px;
}
.product-detail-right ul li,
.product-detail-right ol li {
	position: relative;
	font-size: 18px;
	color:#808080;
	font-family: 'Conv_Lato-regular';
	margin-bottom: 15px;
}
.product-detail-right ul li:before {
	width: 7px;
	height: 7px;
	background: #0a57ac;
	border-radius: 7px;
	content: "";
	left: -30px;
	top: 10px;
	position: absolute;
}
.product-detail-right a {
	color:#0a57ac;
}
.product-detail-right a:hover {
	color:#8cc541;
}
.product-detail-right ol {
	list-style: none; 
	counter-reset: li;
}
.product-detail-right ol li {
	counter-increment: li
}
.product-detail-right ol li:before {
	content: counter(li); 
	color: #0a57ac;
	left: -30px;
	top: 0;
	position: absolute;
}



@media screen and (min-width: 1200px){
	.container {
		max-width: 1300px;
	}
}
@media screen and (min-width: 1400px){
	.container {
		max-width: 1440px;
	}
}

@media(max-width:1650px){
	
	.main-title {
		font-size: 42px;
		margin-top: 25px;
	}
	.des-text {
		padding-top: 20px;
		font-size: 18px;
		line-height: 28px;
	}
	.single-about-des {
		margin-top: 30px;
	}
	.single-about-des p, .service-box p {
		font-size: 18px;
	}
	.service-box h2 a {
		margin-top:40px;
	}
	.service-box p {
		padding: 35px 0;
	}
	.service-box {
	    padding: 45px 50px;
	}
	.footer-top {
		padding: 90px 0 80px 0;
	}
}

@media(max-width:1490px){
	.right-video {
		width: 590px;
	}
	.right-video iframe {
		width: 100% !important;
	}
	.des-equioment h2, .video-section h2 {
		font-size: 40px;
	}
	.contact-box img {
		height: 50px;
	}
	.contact-box a {
		font-size: 22px;
	}
}

@media(max-width:1400px){
	.service-section {
		padding: 120px 0 370px 0;
	}
	.testimonial-box .slick-slide img {
		width: 130px;
		bottom: -45px;
	}
	.quote-icon {
		bottom: -40px;
		width: 120px;
		height: auto !important;
	}
}

@media(max-width:1300px){
	.banner-slider .carousel-caption h2,
 .title-section .banner-detail h2 {
	    font-size: 70px;
	    width: 850px;
	}
	.banner-slider .carousel-caption {
		padding: 250px 0 150px 0;
	}
	.service-slider {
	    margin-bottom: 100px;
	}
	.service-section {
	    padding: 100px 0 350px 0;
	}
	.euipment-box {
		padding-right: 60px;
	}
	.video-section h2 {
	    width: 600px;
	}
	.main-title {
	    font-size: 38px;
	    margin-top: 20px;
	}
	.des-text {
	    padding-top: 20px;
	    font-size: 18px;
	    line-height: 28px;
	}
	.single-about-des p, .service-box p, 
	.department-des p, .testimonial-box p {
		font-size: 17px;
		line-height: 27px;
	}
	.single-about-des h4 {
		font-size: 24px;
	}
	.single-about-des {
	    margin-top: 20px;
	}
	.about-section {
	    padding: 80px 0 120px 0;
	}
	.service-section {
	    padding: 80px 0 350px 0;
	}
	.service-inner h3 {
	    font-size: 40px;
	    width: 270px;
	}
	.service-box h2 {
		line-height: 26px;
	}
	.service-box h2 a {
		font-size: 24px;
		display: inline-block;
		margin-top: 30px;
	}
	.service-box {
	    padding: 25px 40px;
	}
	.slick-slide img {
		height: 80px;
	}
	.service-box p {
	    padding: 25px 0;
	}
	.single-about-des p, .service-box p, {
		line-height: 26px;
	}
	.page-title h2, .department-des h2 {
		font-size: 38px;
	}
	.department-des p {
		padding: 10px 0;
	}
	.testimonial-box {
		padding: 40px 50px;
	}
	.testimonial-box h2 {
		font-size: 20px;
		padding:15px 0 5px 0;
	}
	.testimonial-box h3 {
		font-size: 20px;
	}
	.counter-section {
		padding-top: 100px;
	}
}

@media(max-width:1199px){
	.container {
	    max-width: 100%;
	    width: 100%;
	}
	.header-bottom .navbar-nav li a {
		font-size: 20px;
	}
	.banner-slider .carousel-caption h2,
 .title-section .banner-detail h2 {
	    font-size: 55px;
	    width: 800px;
	}
	.banner-slider .carousel-caption {
	    padding: 220px 0 150px 0;
	}
	.banner-slider .carousel-item .d-block {
	    height: 602px;
	    object-fit: cover;
	}
	.btn-tov {
		font-size: 18px;
		padding: 10px 25px;
	}
	.main-title {
	    font-size: 33px;
	    margin-top: 15px;
	}
	.single-about-des h4 {
	    font-size: 22px;
	}
	.sub-title {
		margin-top: 15px;
	}
	.service-inner h3 {
	    font-size: 33px;
	    width: 220px;
	    line-height: 45px;
	}
	.service-inner .des-text {
		width:100%;
	}
	.service-inner {
	    padding-top: 40px;
	}
	.page-title h2, .department-des h2 {
	    font-size: 34px;
	    padding: 20px 0 15px 0;
	}
	.page-title p {
	    font-size: 18px;
	    width: 635px;
	}
	.product-dep ul li a h2 {
	    font-size: 18px;
	    padding-top: 20px;
	}
	.product-dep ul li {
		padding: 30px 10px;
	}
	.department-des h2 {
	    padding: 15px 0;
	}
	.department-des {
	    max-width: 95%;
	}
	.department-des p {
	    padding: 5px 0;
	}
	.department-des .all-button {
		margin-top: 30px;
	}
	.counter-section {
	    padding-top: 80px;
	}
	.euipment-box {
	    padding-right: 30px;
	    padding-bottom: 40px;
	}
	.des-equioment h3 {
	    font-size: 20px;
	}
	.des-equioment h2, .video-section h2 {
	    font-size: 34px;
	}
	.counter-inner {
		padding-left: 25px;
	}
	.right-video {
	    width: 450px;
	    top:180px;
	    bottom: auto;
	}
	.right-video iframe {
	    width: 100% !important;
	    height: 240px !important;
	}
	.video-section h2 {
	    width: 550px;
	}
	.header-left li a {
		font-size: 18px;
	}
	.video-section {
		padding-bottom: 130px;
	}
	.testimonial-section {
	    padding: 80px 0 90px 0;
	}
	.testimonial-section .slick-dots {
		margin-top: 40px;
	}

	.about-img {
	    width: 530px;
	}
	.about-section-page .sub-title {
		margin-top: 58px;
	}
	.about-section-page {
	    padding: 50px 0 90px 0;
	}
	.brand-section {
	    padding: 90px 0 30px 0;
	}
	.city-box h3 {
	    font-size: 23px;
	    min-height: 55px;
	}
	.city-box p {
	    font-size: 20px;
	    line-height: 35px;
	    width: 270px;
	}
	.city-box {
	    padding-bottom: 60px;
	}

	.form-contact {
		width: 100%;
	}
	.form-inner {
	    padding: 35px 0px 35px 35px;
	}
	.contact-box a {
	    font-size: 20px;
	}
	.contact-section {
	    padding: 75px 0 105px 0;
	}
	.input-box input, .input-box textarea {
	    height: 50px;
	    padding: 10px 20px;
	    font-size: 19px;
	}
	.input-box {
	    margin-bottom: 20px;
	}
	.map iframe {
	    min-height: 471px;
	}
	.all-con-box {
	    padding-top: 50px;
	}
	.contact-box img {
	    height: 40px;
	    margin-bottom: 15px;
	}

	.product-section .product-detail h2 {
	    font-size: 40px;
	    padding-bottom: 30px;
	}
	.product-detail li a {
		font-size: 18px;
		padding: 20px 30px 20px 40px;
	}
	.product-section .tab-content {
	    padding: 85px 0 90px 0;
	}
	.product-detail-inner {
	    padding: 30px 0 80px 0;
	}
	.pro-detail-left h3::before {
	    width: 40px;
	}
	.pro-detail-left h3 {
	    font-size: 20px;
	    padding: 15px 20px 15px 75px;
	}
	.product-detail-right h1 {
		font-size: 29px;
	}
	.product-detail-right .col-xl-6 p {
	    font-size: 17px;
	    padding-top: 5px;
	}
	.product-detail-right .col-xl-6 .btn-tov {
	    font-size: 17px;
	    padding: 15px 15px 18px 15px;
	    margin-top: 20px;
	}
	.product-detail-right .row {
	    padding-bottom: 50px;
	}
}

@media(max-width:991px){
	.header-bottom .navbar {
		margin-top: 15px;
	}
	.search-icon {
		top: 4px;
	}
	.container {
	    max-width: 98%;
	    width: 98%;
	}
	header .navbar-light .navbar-toggler {
		border: none;
		padding: 0;
	}
	header .navbar-light .navbar-toggler:focus {
		outline: none;
	}
	header .navbar-light .navbar-toggler-icon {
		background: none;
	}
	header .navbar-light span.navbar-toggler-icon {
		height:2px !important;
		height: 100%;
		background: #fff;
		position: relative;
	}
	header .navbar-light span.navbar-toggler-icon:before,
	header .navbar-light span.navbar-toggler-icon:after {
		height:2px !important;
		height: 100%;
		background: #fff;
		content: "";
		position: absolute;
		left:0;
	}
	header .navbar-light span.navbar-toggler-icon:before {
		top: -8px;
		width: 80%;
	}
	header .navbar-light span.navbar-toggler-icon:after {
		bottom: -8px;
		width: 60%;
	}
	header .menu-close {
	    display: block;
	    width: 25px;
	    height: 25px;
	    position: absolute;
	    top: 15px;
		right: 15px;
	    z-index: 9999;
	    cursor: pointer;
	    transition: all ease 2.7s;
	    /*display: none;*/
	}
	header .menu-close::after {
	    width: 24px;
	    height: 2px;
	    background: #fff;
	    display: inline-block;
	    content: "";
	    position: absolute;
	    left: 0;
	    top: 10px;
	    transform: rotate(135deg);
	}
	header .menu-close::before {
	    width: 24px;
	    height: 2px;
	    background: #fff;
	    display: inline-block;
	    content: "";
	    position: absolute;
	    left: 0;
	    top: 10px;
	    transform: rotate(41deg);
	}
	.menu-close {
	    
	}



	.header-bottom .navbar {
	    float: right;
	}
	.banner-slider .carousel-caption h2,
 .title-section .banner-detail h2 {
	    font-size: 45px;
	    width: 600px;
	    padding-left: 20px;
	}
	.header-bottom nav.navbar .navbar-collapse {
		position: fixed;
		top: 0;
		right: 0;
		width: 225px;
		transition: all ease .3s;
		right: -225px !important;
		margin-top: 0;
		background: #0a57ac;
		height: 100%;
		/*margin-right: -225px;*/
		z-index: 99;
	}
	.header-bottom nav.navbar .navbar-collapse.show {
		right: 0 !important;
	}
	.header-bottom .navbar-nav {
		text-align: left;
		margin-top: 40px;
	}
	.header-bottom .navbar-nav li {
	    width: 100%;
	    padding: 10px 15px 10px 15px;
		border-bottom: 1px solid rgba(255,255,255,.5);
	}
	.header-bottom .navbar-nav li a {
	    color: #fff !important;
	    font-weight: normal !important;
	    font-family: 'Conv_Roboto-Regular';
	    font-size: 18px;
	}
	.all-button {
		padding-left: 20px;
	}
	.logo, .footer-logo {
		width: 175px;
	}
	.banner-slider .carousel-caption {
	    padding: 180px 0 110px 0;
	}
	.down-arrow {
		left: 40px;
		z-index: 9999;
	}
	.down-arrow a img {
		width: 25px;
	}
	.about-left {
		text-align: center;
	}
	.about-left img {
	    width: 450px;
	}
	.about-section {
	    padding: 60px 0 80px 0;
	}
	.main-title {
	    font-size: 30px;
	}
	.service-section {
	    padding: 60px 0 310px 0;
	}
	.product-dep ul li {
		width: 33.3%;
		padding: 25px 0;
	}
	.service-box h2 a {
		font-size: 22px;
	}
	.dep-image {
		text-align: center;
		margin-bottom: 50px;
	}
	.dep-image img {
		width: 500px;
	}
	.euipment-box {
	    padding-right: 27px;
	}
	.video-section h2 {
	    width: 100%;
	}
	.video-section::before {
		height: 390px;
		width: 95%;
	}
	.video-section {
		padding-top: 120px;
		padding-bottom: 0;
	}
	.right-video {
	    top: 150px;
	}
	.logo-icon2 {
	    top: 370px;
	}
	.testimonial-section {
	    padding: 60px 0 80px 0;
	}
	.all-button .btn-tov {
	    margin-right: 30px;
	}
	.btn-tov {
	    font-size: 16px;
	    padding: 9px 21px;
	}
	.euipment-box {
	    padding-right: 15px;
	    width: 25%;
	    justify-content: center;
	    text-align: center;
	}
	.des-equioment h3 {
	    font-size: 18px;
	}
	.des-equioment {
	    padding-left: 0;
	    float: left;
		width: 100%;
		padding-top: 10px;
	}
	.icon-equipment img {
		height: 45px;
	}
	.right-video {
	    top: 0;
	    position: relative;
	    margin: 50px auto 0 auto;
	    padding: 20px;
	}
	.testimonial-box {
	    padding: 30px 25px;
	}
	.service-slider {
	    margin-bottom: 70px;
	}
	.footer-top p.des-text {
		width: 100%;
	}
	.footer-menu li a {
		font-size: 17px;
		padding-right: 10px;
	}
	.footer-menu li {
		padding: 0 10px 0 0;
	}
	.right-bottom {
	    margin-top: 20px;
	}
	.right-bottom li {
	    display: inline-block;
	    margin-right: 0;
	    margin-bottom: 10px;
	}
	.right-bottom li a {
		font-size: 17px;
	}
	.right-bottom li:last-child {
		margin-bottom: 0;
	}
	.address-icon,
	.footer-top .social-icon {
		margin-top: 10px;
	}
	.footer-top {
	    padding: 70px 0;
	}
	.header-left li a {
	    font-size: 16px;
	}

	.title-section {
	    padding: 180px 0 30px 0;
	}
	.banner-detail .breadcrumb {
	    margin: 60px 0 0 30px;
	}
	.about-img {
	    width: 405px;
	}
	.about-section-page .sub-title {
	    margin-top: 44px;
	}
	.about-section-page {
	    padding: 50px 0 70px 0;
	}
	.brand-section {
	    padding: 70px 0 30px 0;
	}
	.city-box h3 {
	    font-size: 20px;
	    min-height: 48px;
	}
	.city-box p {
	    font-size: 17px;
	    line-height: 30px;
	    width: 100%;
	}
	.city-box {
	    padding-bottom: 30px;
	}
	.testimonial-section .page-title {
	    padding-bottom: 40px;
	}
	.brand-section h2 {
	    font-size: 25px;
	    width: 630px;
	}
	.brand-section .container .row {
	    padding-top: 50px;
	}

	.product-section .tab-content {
	    padding: 65px 0 70px 0;
	}
	.product-detail li {
	    margin-right: 15px;
	    width: calc(33.3% - 13px);
	}
	.product-detail li a {
		line-height: normal;
	}
	.product-section .product-detail h2 {
	    font-size: 35px;
	}

	.quote-icon {
		bottom: -35px;
		width: 110px;
	}
	.testimonial-section .slick-list {
		padding-bottom: 35px;
	}
	.product-detail-inner {
	    padding: 0px 0 60px 0;
	}
	.product-detail-right ul, .product-detail-right ol {
	    padding: 15px 0 15px 40px;
	}
	.image-pro-dea img {
		margin-bottom: 40px;
	}
	.product-detail-right .col-xl-6 h1 {
	    padding-bottom: 10px;
	}
	.product-detail-right {
		padding-top: 40px;
	}
	.image-pro-dea {
		text-align: center;
	}
	.image-pro-dea img {
		width: 400px;
	}
	.product-detail-right .row {
	    padding-bottom: 30px;
	}
}

/*.banner-slider .carousel-caption h2 {
    font-size: 45px;
    width: 600px;
}*/

@media(max-width:767px){
	.department-des {
	    max-width: 98%;
	}
	.header-left li {
		margin-right: 20px;
	}
	.banner-slider .carousel-caption h2,
 .title-section .banner-detail h2 {
	    font-size: 40px;
	    width: 450px;
	}
	.all-button {
	    margin-top: 35px;
	}
	.service-inner h3 {
		width: 100%;
	}
	.service-box {
	    padding: 15px 20px;
	}
	.service-box h2 a {
		margin-top: 20px;
	}
	.service-box p {
	    padding: 18px 0;
	}
	.page-title p {
		width: 95%;
	}
	.des-equioment h3 {
	    font-size: 15px;
	}
	.des-equioment h2, .video-section h2,
	.page-title h2, .department-des h2 {
	    font-size: 30px;
	}
	.euipment-box {
		padding-bottom: 30px;
	}
	.footer-menu {
		padding-top: 40px;
	}
	.footer-bottom, .footer-bottom-menu {
		text-align: center;
	}
	.footer-bottom-menu {
		padding-top: 5px;
	}
	.testimonial-section .page-title {
	    padding-bottom: 45px;
	}
	.page-title h3 {
		font-size: 18px;
	}
	.testimonial-section .slick-slide {
	    margin: 0 10px;
	}
	.service-slider {
	    margin-bottom: 30px;
	}
	.brand-section h2 {
		width: 100%;
	}
	.about-section-page .container {
		text-align: center;
	}
	.about-img {
		float: none;
	}
	.about-section-page {
	    overflow: hidden;
	    padding: 30px 0 50px 0;
	}
	.about-section-page .sub-title,
	.about-section-page .main-title,
	.about-section-page .des-text {
	    text-align: left;
	    float: left;
	    width: 100%;
	}
	.about-section-page .sub-title {
	    margin-top: 30px;
	}
	.des-text {
		font-size: 16px;
		padding-top: 10px;
		line-height: 26px;
	}
	.main-title, .des-equioment h2, .video-section h2, .page-title h2, .department-des h2 {
	    font-size: 28px;
	}
	.sub-title {
		font-size: 20px;
	}
	.city-box h3 {
		min-height: inherit;
	}
	.page-title p {
		font-size: 16px;
		line-height: 26px;
	}
	.page-title h2, .department-des h2 {
	    padding: 15px 0 15px 0;
	}
	.testimonial-section .page-title {
	    padding-bottom: 30px;
	}
	.testimonial-section {
	    padding: 60px 0;
	}

	.form-inner {
		padding: 35px;
	}
	.all-con-box {
	    padding-top: 30px;
	}
	.contact-box {
		margin-bottom: 30px;
	}
	.form-contact {
		margin: 30px auto 0 auto;
	}
	.map iframe {
	    min-height: 300px;
	}
	.product-section {
	    padding: 65px 0 0 0;
	}
	.product-detail li:nth-child(3n+0) {
		margin-right:15px;
	}
	.product-detail li:nth-child(even) {
		margin-right:0;
	}
	.product-detail li {
	    width: calc(50% - 10px);
	}
	.product-detail-right .col-xl-6 p {
		font-size: 16px;
	}
	.pro-detail-left ul li a {
	    font-size: 17px;
	    padding: 10px 18px;
	}
}

@media(max-width:585px){
	.header-left {
		padding-bottom: 5px;
	}
	.header-left, .header-top .text-right {
	    text-align: center !important;
	}
	.single-about-des h4 {
	    font-size: 20px;
	}
	.main-title,
	.service-inner h3 {
	    font-size: 26px;
	    line-height: 35px;
	}
	.single-about-des p, .service-box p, .department-des p, .testimonial-box p,
	.page-title p {
	    font-size: 16px;
	    line-height: 25px;
	}
	.about-section {
	    padding: 50px 0 60px 0;
	}
	.product-dep {
		margin-top: 45px;
	}
	.dep-image img {
	    width: 340px;
	}
	.dep-image {
		margin-bottom: 30px;
	}
	.counter-inner {
	    padding-left: 10px;
	}
	.banner-slider .carousel-caption h2,
	.all-button {
		padding-left: 0;
	}
	.social-icon li {
	    margin-right: 20px;
	}
	.banner-slider .carousel-caption {
	    padding: 150px 0 100px 0;
	}
	.banner-slider .carousel-caption h2,
 .title-section .banner-detail h2 {
		font-size: 35px;
	}
	.testimonial-section .slick-slide {
	    margin: 0 5px;
	}

	.title-section {
	    padding: 150px 0 30px 0;
	}
	.banner-detail .breadcrumb {
	    margin: 40px 0 0 30px;
	}
	.brand-section {
	    padding: 50px 0 20px 0;
	}
	.brand-section h2 {
	    font-size: 22px;
	}
	.testimonial-box h2,
	.testimonial-box h3 {
	    font-size: 18px;
	}
	.testimonial-section .slick-dots {
	    margin-top: 20px;
	}
	.contact-section {
	    padding: 75px 0;
	}
	.product-section .product-detail h2 {
	    font-size: 30px;
	}

	.quote-icon {
	    bottom: -30px;
	    width: 90px;
	    right: 30px;
	}
	.testimonial-section .slick-dots {
	    margin-top: 30px;
	}
	.product-detail-inner {
	    padding: 0px 0 40px 0;
	}
}


@media(max-width:479px){
	.header-left li {
	    margin-right: 0;
	    display: inline-block;
	}
	.banner-slider .carousel-caption h2,
 	.title-section .banner-detail h2 {
		width: 100%;
	}
	.banner-slider .carousel-caption h2,
 	.title-section .banner-detail h2 {
	    font-size: 30px;
	}
	.all-button .btn-tov {
	    margin-right: 20px;
	}
	.about-left img {
	    width: 100%;
	}
	.department-des {
	    /*max-width: 90%;*/
	}
	.dep-image img {
	    width: 90%;
	}
	.sub-title {
		font-size: 20px;
	}
	.main-title, .service-inner h3 {
	    font-size: 22px;
	    line-height: 30px;
	}
	.des-equioment h2, .video-section h2, .page-title h2, .department-des h2 {
		font-size: 26px;
	}
	.product-dep ul li {
	    width: 49.3%;
	}
	.euipment-box {
		width:50%;
	}
	.euipment-box:nth-child(even) {
		padding-right: 0;
	}
	.right-video {
		width: 90%;
	}
	.right-video iframe {
	    height: 190px !important;
	}
	.video-section::before {
		width: 100%;
	}
	.footer-top {
	    padding: 50px 0;
	}
	.about-img {
		width: 100%;
	}
	.city-box p {
	    font-size: 16px;
	    line-height: 28px;
	}
	.contact-section {
	    padding: 50px 0;
	}
	.form-inner {
	    padding: 20px;
	}
	.input-box input, .input-box textarea {
	    font-size: 17px;
	}
	.product-detail li:nth-child(3n+0) {
		margin-right:0;
	}
	.product-detail li {
	    width: 100%;
	}
	.product-section .tab-content {
	    padding: 55px 0 50px 0;
	}

	.quote-icon {
	    bottom: -20px;
	    width: 65px;
	    right: 20px;
	}
	.testimonial-section .slick-list {
		padding-bottom: 20px;
	}
	.image-pro-dea img {
		width: 100%;
	}
}

@media(max-width:430px){
	.banner-slider .carousel-caption .all-button .btn-tov.bg-white,
	.service-section .all-button .btn-tov.bg-white,
	.department-des .all-button .btn-tov.bg-blue {
		margin-top:15px;
	}
}

@media(max-width:380px){
    .send-btn:after{right:30px;}
    .send-btn {
        display: table-caption;
    }
}