@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&family=Oswald:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
/*
	font-family: 'Abril Fatface', cursive;

    font-family: 'Open Sans', sans-serif;

    font-family: 'Oswald', sans-serif;

    font-family: 'Dancing Script', cursive;

*/
a{
	text-decoration: none !important;
}

p{
	font-size: 15px;
	margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    line-height: 27px;
    letter-spacing: 1px;
}

ul{
	list-style: none;
	padding: 0;
}

header{
	background: #171515;
}

i{
	font-size: 15px;
	margin-right: 8px;
}

.logo img{
	width: 130px;
	margin-right: 10px;
}

.heading p{
	text-align: center;
	color: #d28b0f;
	font-size: 14px;
	text-transform: uppercase;
}

#mainText p {
    margin-bottom: 0px;
    color: #333;
}       
word{ 
    display:inline-block; 
}

letter{ 
    display:inline-block; 
    white-space:pre; 
    background:none; 
    transition:.4s; 
}

letter.initial{ 
    opacity:0; 
    text-shadow:0 0 9px; 
    color:#FFF; 
    -webkit-transform:scale(8); 
    -webkit-transform-origin:150% 50%; 
    transform:scale(8); 
    transform-origin:150% 50%; 
}

.heading h4{
	display: inline-block;
	margin: 0;
	font-size: 34px;
	padding-top: 15px;
	font-family: 'Abril Fatface', cursive;
	border-bottom: 1px solid #3e3d3d;
	color: #d28b0f;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.nav-header .m-name{
display: none;
	}

.navbar-light .navbar-nav .nav-link{
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	padding: 5px 10px;
	position: relative;
	margin-right: 5px;
	border: none;
	font-weight: 500;
	color: #a25810;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #ff8a17;
	transition: 0.4s;
	border-bottom: 2px solid;
}  

.navbar-light .navbar-nav .nav-link.active{
	color: #ff8a17;
	border-bottom: 2px solid;
}
.enq-form .form-control {
    margin-top: 20px;
}
.enq-form .btn {
    background: #FF8A14;
    color: #fff;
    width: 100%;
    font-weight: 600;
    margin-top: 30px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0px;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
.dropdown a:hover{
	color: #d28b0f;
}	

.slide-video{
	position: relative;
	height: 600px;
	overflow: hidden;
}

.slide-video::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}

.slide-video .sec-caption{
	position: absolute;
	bottom: 220px	;
	left: 290px;
}

.slide-video .sec-caption h2{
	font-size: 60px;
	margin: 0;
	transition: 0.9s;
}

.slide-video .sec-caption h4{
	font-size: 35px;
	transition: 0.9s;
	font-family: 'Dancing Script', cursive;
}

.sec-1{
	padding: 40px 0;
	background: url(../img/home.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.sec1-matter{
	padding:40px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
	background: rgba(255, 143, 23, 0.2);
}

.sec1-matter h2{
	font-size: 45px;
	line-height: 60px;
	font-weight: 500;
	letter-spacing: 0px;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase;
	transition: 0.5s;
}


.sec1-matter h5{
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0px;
	color: #d28b0f;
	transition: 0.5s;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.btn-dark{
	color: #fff;
	background-color: #f0a11b;
	border-radius: 0;
	font-size: 16px;
	border:none;
	margin-top: 10px;
	font-family: 'Abril Fatface', cursive;
}

.btn-dark:hover{
	background: #df910d;
	transition: 0.4s;
	border: none;
}

.sec-2{
	background: #171515;
	padding: 40px 0;
}

.sec-heading{
	text-align: center;
	text-transform: uppercase;
	height: 110px;
}

.sec-heading h3{
	font-size: 40px;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
	transition: 0.9s;
	color: #fff;
}

.sec-heading h5{
	font-size: 21px;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	transition: 0.9s;
	color: #d28b0f;
}

.sec-heading h2{
	font-size: 40px;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
}

.sec2-slides{
	margin: 0 10px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	position: relative;
	z-index: 1;
}

.sec2-slides::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 184px;
	opacity: 0;
	background: rgba(255,255,255,.3);
	transition: 0.4s;
}

.sec2-slides:hover::after{
	opacity: 1;
	transition: 0.4s;
	cursor: pointer;
}

.sec2-slides:hover i{
	opacity: 1;
	top: 65px;
	transition: 0.4s;
	cursor: pointer;
}

.sec2-slides i:hover{
	background: rgba(255, 143, 23, 0.6);
	border: none;
	transition: 0.4s;
	color: #fff;
}

.autoplay{
	position: relative;
	margin-top: 20px;
}

.autoplay::before{
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 120px;
	background: #df910d ;
}

.sec2-slides i {
	opacity: 0;
	z-index: 9;
	position: absolute;
	top: 0;
	left: 40%;
	border: 1px solid;
	padding: 10px 13px;
	font-size: 20px;
	color: #000;
	transition: 0.4s;
}

.sec2-slides a{
	color: #000;
	text-decoration: none;
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

.sec-3{
	padding: 60px 0;
	background: url(../img/back1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.sec-3::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
}

.sec-caption{
	text-align: center;
	position: relative;
}

.sec-caption h2{
	font-family: 'Abril Fatface', cursive;
	color: #fff;
	font-size: 45px;
	text-transform: uppercase;
	transition: 0.9s;
	margin-bottom: 15px;
}

.sec-caption h4{
	font-family: 'Oswald', sans-serif;
	transition: 0.9s;
	color: #f0f0f0;
}

.product-banner{
	height: 250px;
	display: flex;
	align-items: center;
	position: relative;
	background: url(../img/pro-ban.jpg);	
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.top-banner{
	height: 250px;
	display: flex;
	align-items: center;
	position: relative;
	background: url(../img/back1.jpg);	
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.top-banner::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}

.abt-sec1{
	padding: 40px 0;
}

.content{
	position: relative;
}

.breadcrumb{
	margin-bottom: 0;
	background: rgba(0,0,0,0.5);
	border-radius: 0;
	padding: 10px 20px;
	border-left: 2px solid #fff;
	display: inline-block;
}

.breadcrumb li{
	display: inline-block;
    font-family: 'Open Sans', sans-serif;
	color: #fff;
}

.breadcrumb a{
	text-decoration: none;
	color: #fff;
}

.content h2{
	color: #fff;
	font-size: 50px;
	margin-bottom: 15px;
	font-family: 'Abril Fatface', cursive;
}

.abt-matter{
	text-align: center;	
	padding: 0 15px;
}

.abt-content{
	background: rgba(0,0,0,0.7);
	padding: 10px;
	height: 580px;
	margin-top: 10px;
	text-align: center;
}

.abt-content p{
	color: #d9d9d9;
}

.abt-content h4{
	color: #ff8a17;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	padding-top: 15px;
}

.contact{
	padding: 40px 0;
	position: relative;
}

.contact::before{
	position: absolute;
	content: '';
	top: 24%;
	left: 0;
	width: 100%;
	height: 20%;
	background: #f9bc75;
}

.contact-box{
	position: absolute;
	top: 16px;
	right: -33px;
	padding: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.contact-matter{
	text-align: center;
	background: #282a30;
	padding: 15px;
	height: 170px;
	color: #fff;
}

.pad0{
	padding: 2px;
}

.contact-matter i{
	color: #b5b9bc;
	border: 1px solid #fff;
	padding: 8px 14px;
	margin-bottom: 8px;
	border-radius: 50%;
	line-height: 25px;
}

.contact-matter span{
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 18px;
}

.contact-matter p{
	line-height: 22px;
	margin: 0;
	color: #b5b9bc;
}

.contact img{
	float: right;
}


footer{
	padding: 20px 0px;
	background: #f9f9f9;
}

.mid{
	text-align: center;
}

.mid img{
	width: 150px;
}

.mid h4{
	font-size: 24px;
	font-family: 'Abril Fatface', cursive;
	color: #d28b0f;
	padding-top: 5px;
	margin: 0;
	text-transform: uppercase;
}

.footer-matter h4{
	color: #ff8a17;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

.footer-matter ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-matter a{
	text-decoration: none;
	color: #484646;
}

.footer-matter li{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #484646;
	display: block;
	line-height: 25px;
	font-weight: 500;
}

.footer-matter li i{
	font-size: 13px;
	margin-right: 7px;
	color: #f0a11b;
}

.bottom{
	background: #171515;
	text-align: center;
	color: #ff8a17;
}

.bottom p{
	margin: 0;	
}

.infra-sec1{
	padding: 40px 0;
}

.infra-sec1 .sec-heading h3{
    font-family: 'Dancing Script', cursive;
    color: #000;
    font-size: 25px;
    height: 50px;
    text-transform: capitalize;
}

.infra-matter{
	padding: 10px 20px;
}

.infra-matter h2{
	font-size: 34px;
	font-family: 'Abril Fatface', cursive;
	font-weight: 600;
}

.infra-sec1 span{
	position: relative;
}

.infra-sec2{
	background: url(../img/in-back.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	height: 600px;
	position: relative;
}

.infrasec2-matter{
	text-align: center;
	padding: 0 20px;
}

.infrasec2-matter h4{
	font-size: 36px;
    font-family: 'Oswald', sans-serif;
	height: 55px;
}

.infrasec2-matter i{
	font-size: 150px;
	position: absolute;
	bottom: -75px;
	z-index: 0;
	left: -90px;
	color: #9f9e9d;
	transition: 0.4s;
}

.infrasec2-matter:hover i{
	transform: scale(1.15);
	transition: 0.4s;
}


.infra-sec2 .grey i{
	color: #fdc078;
	left: 510px;
	bottom: -65px;
}

.product-sec{
	padding: 40px 0;
}

.product-matter{
	padding: 30px 10px; 
}

.product-matter h2{
	font-size: 38px;
	font-family: 'Abril Fatface', cursive;
}

.product-img{
	position: relative;
	padding: 20px 0;
	text-align: center;
}

.product-img::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50px;
	width: 85%;
	background: url(../img/pro.png);
	background-size: cover;
	height: 300px;
	z-index: -1;
}


.products-details{
	padding: 20px;
	background: #f0ba845e;
	height: 320px;
	margin-top: 40px;
	border-left: 3px solid #fb9d4073;
}

.products-details h4{
   font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #cc6a0a;
}

.products-details li{
	line-height: 28px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #484848;
}


@media (min-width:320px) and (max-width:414px){

p {
	font-size: 13px;
	line-height: 26px;
}

.nav-header{
background: #d28b0f;
padding: 8px 15px;
}

.btn-dark {
	font-size: 14px;
}


.logo{
	text-align: center;
}

.logo img {
	width: 100px;
	margin: 0;
}

.nav-header .m-name{
float: right;
font-family: 'Open Sans', sans-serif;
color: #fff;
font-weight: 600;
padding: 4px 0px;
display: block;
}

.navbar-light .navbar-toggler {
	color: #fff;
	border-color: #fff;
	border-radius: 0;
	z-index: 999;
	position: relative;
}


.heading{
	text-align: center;
}

.heading h4 {
	font-size: 25px;
}

.heading p {
	font-size: 10px;
}

.navbar {
	display: inline-block;
	width: 100%;
}

.slide-video {
	position: relative;
	height: 200px;
	overflow: hidden;
}

.slide-video::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: rgba(0,0,0,0.2);
}

.slide-video .sec-caption{
	position: absolute;
	bottom: 40px;
	left: 10px;
}

.slide-video .sec-caption h2 {
	font-size: 30px;
}

.slide-video .sec-caption h4 {
	font-size: 22px;
	margin: 0;
}

.sec1-matter {
    padding: 25px;
}

.sec1-matter h2 {
    font-size: 30px;
    line-height: 35px;
}

.sec1-matter h5 {
    font-size: 16px;
    line-height: 28px;
}

.sec-heading h3 {
    font-size: 26px;
}    

.sec-heading h5 {
    font-size: 14px;
}

.sec2-slides::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 96%;
	height: 250px;
	opacity: 0;
	background: rgba(255,255,255,.3);
	transition: 0.4s;
}
.sec2-slides:hover i{
	top: 105px;
}

.sec2-slides a{
	font-size: 15px
}

.slick-prev{
	left: -15px !important;
}

.slick-next {
	right: -15px !important;
}

.sec-caption h2 {
	font-size: 32px;
}

.sec-caption h4{
	font-size: 20px;
}

.mid {
	text-align: left; 
}

.mid img {
	width: 120px;
}

.mid h4 {
    font-size: 22px;
}    

.infra-sec2 {
	height: auto;
}

.infrasec2-matter {
  padding: 15px 20px;
}

.infrasec2-matter i {
  display: none;
}

.sec-heading {
height: auto;
}

.content h2 {
font-size: 30px;
}

.breadcrumb li {
font-size: 13px;
}

.breadcrumb {
padding: 5px 10px;
}

.product-matter h2 {
 font-size: 28px;
}

.infra-sec1 .sec-heading h3 {
font-size: 20px;
height: auto;
}

.sec-heading h2 {
  font-size: 28px;
}

.infra-matter h2 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.infra-sec2 .grey i {
  display: none;
}


.contact-box {
  right: 0px;
  padding: 20px;
  position: relative;
}

.contact-matter {
  height: auto;
}

.products-details {
height: auto;
}

.products-details h4 {
  font-size: 20px;
}

.products-details li {
  font-size: 14px;
}

.product-img::before{
  top: 0;
  left: 0px;
  width: 100%;
}

.footer-matter{
	margin-top: 15px;
}

.footer-matter h4{
	font-size: 16px;
	margin: 0;
}

.footer-matter li{
	font-size: 14px;
}

.footer-matter b{
	font-size: 14px;
}

}
