*, body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}

@font-face {
	font-family: Butler_Ultra_Light;
	src:url(font/Bulter/Butler_Ultra_Light.otf);
}

/*----------------------------------------------------------------------------------------
Global Classses
----------------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	font-family: Butler_Ultra_Light;
}

.c-btn {
	border:1px solid #343a40;
	color: #343a40;
	background-color: ;
}

.c-btn:hover {
	background-color:#343a40 ;
	color: #fff;
}

a {
	text-decoration: none;
	color: #fff;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

a:hover {
	text-decoration: none;
	color: #adb5bd;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

li {
	list-style-type: none;
}

.gold-text {
	color:#ffc107;
}

/*----------------------------------------------------------------------------------------
	Navbar
----------------------------------------------------------------------------------------*/

.navbar {
	background-color: #fff!important;
	padding: 0 1rem;
}

.navbar-nav {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    width: 100%;
}

.logo-img {
	width: 170px;
}

.nav-item {
	/*font-weight: bold;*/
	
}

.nav-link {
	text-transform: uppercase;
    font-size: 14px;
    height: 90px;
    line-height: calc(90px - 1rem);
    color: #252525!important;
}



/*----------------------------------------------------------------------------------------
	Carousel
----------------------------------------------------------------------------------------*/

.carousel-item img {
	filter: brightness(0.6);
}

.carousel-item:nth-child(1) img, 
.carousel-item:nth-child(5) img, 
.carousel-item:nth-child(9) img {
	animation: carouselImgMove 5s ease forwards;
}

.carousel-item:nth-child(2) img, 
.carousel-item:nth-child(6) img, 
.carousel-item:nth-child(10) img {
	animation: carouselImgMoveSide 5s ease forwards;
}

.carousel-item:nth-child(3) img, 
.carousel-item:nth-child(7) img, 
.carousel-item:nth-child(11) img {
	animation: carouselImgMoveOut 5s ease forwards;
}

.carousel-item:nth-child(4) img, 
.carousel-item:nth-child(8) img, 
.carousel-item:nth-child(12) img {
	animation: carouselImgMoveUp 5s ease forwards;
}

@keyframes carouselImgMove {
	0% {
		transform: scale(1);
		filter: brightness(0.6);
	}
	100% {
		transform: scale(1.05);
		filter: brightness(0.8);
	}
}

@keyframes carouselImgMoveSide {
	0% {
		transform: scaleX(1);
	}
	100% {
		transform: scaleX(1.03);
	}
}

@keyframes carouselImgMoveOut {
	0% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes carouselImgMoveUp {
	0% {
		transform: scaleY(1);
	}
	100% {
		transform: scaleY(1.03);
	}
}

.myCaptions {
	bottom: 50%;
	transform: translateY(50%);
}

.myCaption-title {
	font-size: 5rem;
	font-family: Butler_Ultra_Light;
	text-shadow: 0 2px 5px rgba(0,0,0,0.2);
	margin-bottom: 0;
}

.myCaption-title-cat {
	font-size: 5rem;
	font-family: Butler_Ultra_Light;
	text-shadow: 0 2px 5px rgba(0,0,0,0.2);	
}

.myCaption-text {
	font-size: 1rem;
	text-shadow: 0 2px 5px rgba(0,0,0,0.2);
	text-align: left;
	margin-bottom: 14px;
	display: flex;
	align-self: flex-end;
	width: 200px;
}

.myCaption-link {
	font-size: 1rem;
	text-shadow: 0 2px 5px rgba(0,0,0,0.2);
	position: relative;
	text-align: right;
	margin-bottom: 14px;
	display: flex;
	align-self: flex-end;
	justify-self: flex-end;
	width: 200px;
	display: block;
}

.caption-wrap {
	display: flex;
	justify-content: space-between;
}

.myCaption-link:hover {
	color: #ddd;
}

.myCaption-link::after {
	position: absolute;
	content: "\f30b";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	right: -18px;
	top: 0;
}

/*----------------------------------------------------------------------------------------
	Home
----------------------------------------------------------------------------------------*/


.our-company-wrapper {
	background-image: url("../img/our-company-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 54vw;
	position: relative;
}

.our-company-inner {
	/*position: absolute;
	left: 0;
	top:47px;*/
	padding: 3rem 0;
	color: #fff;
}

.our-company-inner h1, .our-company-inner h4, .our-company-inner p {
	text-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.hm-profile-link {
	position: relative;
	text-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.hm-profile-link:hover {
	position: relative;
	text-shadow: 0 2px 6px rgba(0,0,0,0.3);
	color: brown;
}

.hm-profile-link::after {
	position: absolute;
	content: "\f30b";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	right: -30px;
	top: 0;
}

.home-pro-wrapper {
	background-image: url("../img/home-product-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
	height: 54vw;
	position: relative;
	padding: 6rem 0;
}

.home-pro-inner {
	position: absolute;
	left: 120px;
	top: -45px;
	color: #fff;
}

.home-product-type-col {
	/*margin-top: 14rem;*/
}

.home-product-type-inner {
	/*display: flex;
	flex-direction: row;
	justify-content:center;
	align-items: center;
	margin-top: 2rem;*/
}

.home-pro-img {
	/*width: 200px;*/
}

.feature-box {
	margin-bottom: 2rem;
}

.home-contact-wrapper {
	background-image: url("../img/home-contact-banner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5rem 0;
}

.home-contact-H1 {
	color: #ddd;
	font-weight: bold;
	font-size: 4rem;
	padding-bottom: 1rem;
}

.home-contact-H1{
	position: relative;
}

.home-contact-H1::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 80%;
	background-image: linear-gradient(to right, #ddd , #34393f);
	height: 1px;
}

.home-contact-para {
	color: #ddd;
}

.home-input {
	background-color: rgba(221,221,221,0.62);
}


/*----------------------------------------------------------------------------------------
	About
----------------------------------------------------------------------------------------*/

.about-banner-wrapper {
	background-image: url(../img/banner4.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position:bottom;
	height: 38vw;
}

.about-content-wrapper {
	background-image: url(../img/about-bg-new.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

.welcome-banner-wrapper {
	padding-bottom: 5rem;
}

.welcome-para-title {
	position: relative;
	padding-top: 0.8rem;
	color: #fff;
	margin-bottom: 1.5rem;
}

.about-help-title-col {
	margin-top: 3rem;
}

.welcome-para-title::before {
	position: absolute;
	content: "";
	top:0;
	left: 41%;
	width: 18%;
	height: 2px;
	background-color: gold;
}

.welcome-para-wrap, .welcome-image-wrap {
    padding-top: 8rem;
}

.welcome-para-text {
	color: #fff;
	font-weight: 300;
	font-size: 15px;
	margin-top: 1rem;
}

.about-box-title-wrap h4 {
	color: #be9a44;
}

.about-testimonial-col {
	margin-top: 3rem;
}

.about-help-wrapper {
	/*height: 39.7vw;*/
	padding: 0 0 5rem;
}

.about-help-image-boxes-wrapper {
	padding-top: 2rem;
}

.welcome-img {
	width: 50%;
}

.welcome-about-help-title {
	position: relative;
	padding-top: 0.5rem;
	text-align: center;
	color: #fff;
}

.welcome-about-help-title::before {
	position: absolute;
	content: "";
	top:0;
	left: 42%;
	width: 16%;
	height: 2px;
	background-color: #ffc107;
}

.scale,.calender,.phone {
	color: #ffb504;
    font-size: 65px;
    padding: 1rem;
}

.about-help-box-content-wrap {
	background-color: #fff;
    padding: 1rem 1rem;
    color: #6c757d;
    text-align: center;
    margin: 1rem 0;
    height: 100%;
}

.about-testimonial-wrapper {
	padding-bottom:10rem;
    text-align: center;	
 }

 .testimonial-title-wrap {
 	margin-bottom: 3rem;
 }

.about-carousel-inner {
	/*padding-top: 3rem;*/
	box-shadow:0px 0px 4px 1px #ddd;
}

.testimonial-title-wrap {
	padding-top:1rem;
	position: relative;
}

.testimonial-title-wrap h2 {
	color: #fff;
}

.testimonial-title-wrap::before {
	position: absolute;
	content: "";
	top:0;
	left:42%;
	width: 16%;
	height: 2px;
	background-color: #ffc107;
}

.about-carousel-item {
	padding:4rem 0rem;
	min-height: 250px;
}

.fa-quote-left {
	color:#fff;
}

.fa-quote-right {
	color:#fff;
}

.test-car-text {
	color: #fff;
}

.hm-ct-desc-cover i {
	color: #fff;
}

.hm-ct-desc-cover p {
	color: rgba(255,255,255,0.8);
	font-weight: 300;
}

/*----------------------------------------------------------------------------------------
	Products
----------------------------------------------------------------------------------------*/

.product-main {
	padding: 5rem 0;
}

.product-heading {
	text-align: center;
	padding: 2rem 0;
}

.product-category-sec {
	text-align: center;
	padding: 2rem;
}

.pro-row {
	margin: 1rem 0;
}

.pro1-col {
	margin: 1rem 0;
	text-align: center;
}

.pro-info {
	color: #616161;
}

.pro1-col a {
	color: #495057;
}

.pro1-col a:hover {
	color: #000;
}

.cate-group li a {
	color: #495057;
	font-size: 13px;
	word-spacing: 3px;
}

.cate-group li a:hover {
	color: #000;
}

.spec-inner h4 {
	text-align: center;
	font-weight: bold;
	padding-bottom: 1rem;
}

.medel-no {
	position: relative;
	margin-top: 1rem;
}

.spec-img-inner {
	margin-top: 2.1rem;
}

.spec-chart-inner {
	margin-top:2.3rem;
}
.table td,.table-th{
	/*border-color:#fff;*/
}

.cate-group ul li {
	margin: 0.5rem 0;
	padding: 0.3rem 1.5rem;
	border:1px solid #ddd;
	font-size: 14px;
	border-radius: 6px;
	color: #6c757d;
	-webkit-transition: 0.3s  ease;
	-o-transition: 0.3s  ease;
	transition: 0.3s  ease;
}

.cate-group ul li:hover {
	background-color: #252525;
	color: #fff;
	-webkit-transition: 0.3s  ease;
	-o-transition: 0.3s  ease;
	transition: 0.3s  ease;
} 

.cate-active {
	background-color: #343a40;
	color: #fff!important;
	padding-right: 1rem;
	-webkit-transition: 0.5s  ease;
	-o-transition: 0.5s  ease;
	transition: 0.5s  ease;
}

.model-span {
	padding: 0.5rem;
}

.cate-group li {
	cursor:pointer;
}

.specification-wrapper {
	padding: 5rem 0;
}

#pas01 {
   padding-bottom: 12%;
}

.pro1-col, .spec-img-inner {
	position: relative;
}

.cover-img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/*----------------------------------------------------------------------------------------
	Contact
----------------------------------------------------------------------------------------*/

.contact-title-wrapper {
	padding:6rem 0;
	text-align: center;
}

.contact-titlebox-wrap {
	padding: 3rem 0 0 0;

}

.contact-titlebox-col {
	/*background-color: dimgrey;*/
}

.ctc01 {
	border-right:5px solid #ff9c01 ;
}

.ctc03 {
	border-left:5px solid #ff9c01;
}

.ctiemoji {
	color: #bdbdbd;
}

.contact-titlebox-info li, .contact-titlebox-info p, .contact-titlebox-info a {
	color: #616161;
}

.contact-form-wrapper {
	background-image: url("../img/contact-form-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;

	padding:6rem 0;
	text-align: center;
}

.contact-form-wrap {
	padding:2rem 0 0 0;
}

.contact-form-button {
	background-color: #cd8929;
}

.contact-connect-wrapper {
	padding:6rem 0;
	text-align: center;
}

.contact-formtitle-wrap {
	color:white;
}

.ctihead {
	text-transform: uppercase;
}

.contact-connect-social-wrap i{
	padding:0.5rem 0.5rem;
	margin: 1rem 1rem;
	color: #09111e;
	background-color: #e9b76a;
}

.send-btn {
	text-align: center;
}

p .mail-text {
	/*color: #000;*/
}

p .mail-text:hover {
	color: #252525;
}

/*----------------------------------------------------------------------------------------
	Footer
----------------------------------------------------------------------------------------*/
.copyright-container,.footer-container {
	padding: 0 4rem;
}

.footer-wrapper {
	padding: 3rem 0 1rem;
	background-color: #000;
}

.footer-logo-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-logo {
	width: 150px;
}

.footer-li{
	display: inline-block;
	padding: 2rem 1.5rem 0 0;
}

.footer-address {
	color: #fff;
	font-weight: 300;
    font-size: 15px;
}

.fa-map-marker-alt {
	font-size: 25px;
}

.logo-col {
	height: 100%;
}

.social-col {
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
}    

.social-inner {
	color: #fff;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.fa-facebook-f {
    border-radius: 50%;
    margin:0 0.3rem;
    font-size: 20px;
    background-color: #3b5998;
}

.fa-facebook-f,.fa-youtube,.fa-twitter,.fa-instagram {
	height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius:5px;
    text-align: center;
}

.fa-youtube {
	background-color: #fff;
	color: #000;
    margin-right:0.3rem;
    font-size: 20px;
}  

.fa-twitter {
	background-color: #1da1f2;
    color: #fff;
    margin-right:0.3rem;
    font-size: 20px;
}

.fa-instagram {
	background-color: #fff;
    color: #000;
    margin-right: 0;
    font-size: 20px;
}

.copyright-wrapper {
	padding: 0.5rem 0;
}

.copyright-inner p, .created-inner p {
	margin-bottom: 0;
	font-size: 0.85rem;
	color: #717171;
}

.created-col p {
	text-align: right;
}

.digi {
	color: #495057;
	font-weight: bold;
}

.digi:hover {
	color: #000;
} 