@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

body {
	padding-top: 0px;
	font-family: 'Poppins', sans-serif;
}

body p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    color: #434343;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.active a {
	font-weight:bold;
	color:#ff3803!important;
}

.top-head {
	background-color: #222222;
	padding-bottom:8px;
	padding-top:8px;
}

.top-head p {
	color: #fff;
	margin: 0px;
	font-size: 16px;
}

.top-head p a {
	color: #fff;
	padding-right: 10px;
	text-decoration:none;
}

.top-head .fas {
	margin-right: 7px;
}

.social .fa-facebook-f {
	border:1px solid #fff;
	padding: 7px 10px 7px 10px;
}
.social .fa-twitter {
	border:1px solid #fff;
	padding:7px;
}
.social .fa-youtube {
	border:1px solid #fff;
	padding:7px;
}
.social .fa-instagram {
	border:1px solid #fff;
	padding: 7px 9px 7px 9px;
}

@media only screen and (max-width: 600px) {
	.top-head p {
		text-align: right;
	}
	.navbar {
		background-image: none!important;
	}
}

.fixed-top {
	position: inherit;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
	color: #000;
	text-decoration: none;
}

.navbar-brand {
	color: #0056b3;
	font-weight: 600;
	font-size: 24px;
}
.navbar-brand img {

    max-width: 310px;

}

.home-1 {
	padding-bottom:3em;
	padding-top:3em;
}

.home-1 h1 {

    font-size: 28px;
    text-transform: uppercase;
    font-size: 24px;
    position: relative;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 700;

}

.home-1 h1::before {

    position: absolute;
    bottom: 0px;
    left: 49%;
    width: 50px;
    height: 2px;
    content: '';
    background: #ff3600;

}




.home-1 p {
	line-height: 27px;
}

.about-contents {
	padding-left: 1.5em;
}

.about-contents .btn-primary {
	color: #fff;
	background-color: #0056b3;
	border-color: #0056b3;
	border-radius: 50px;
	font-size: 14px;
	padding: 8px 15px 8px 15px;
}

.about-contents .btn-primary:hover {
	background-color: #FC0;
	border-color: #FC0;
}


/*********************** Demo - 1 *******************/

.box1 img,
.box1:after,
.box1:before {
	width: 100%;
	transition: all .3s ease 0s
}

.box1 .icon,
.box2,
.box3,
.box4,
.box5 .icon li a {
	text-align: center
}

.box10:after,
.box10:before,
.box1:after,
.box1:before,
.box2 .inner-content:after,
.box3:after,
.box3:before,
.box4:before,
.box5:after,
.box5:before,
.box6:after,
.box7:after,
.box7:before {
	content: ""
}

.box1,
.box11,
.box12,
.box13,
.box14,
.box16,
.box17,
.box18,
.box2,
.box20,
.box21,
.box3,
.box4,
.box5,
.box5 .icon li a,
.box6,
.box7,
.box8 {
	overflow: hidden
}

.box1 .title,
.box10 .title,
.box4 .title,
.box7 .title {
	letter-spacing: 1px
	
}
.box1 .title a {
	text-decoration:none;
	color:#fff;
}

.box3 .post,
.box4 .post,
.box5 .post,
.box7 .post {
	font-style: italic
}


.box1 .icon,
.box1 .title {
	margin: 0;
	position: absolute
}

.box1 {
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	position: relative
}

.box1:after,
.box1:before {
	height: 50%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transform-origin: 100% 0;
	transform: rotateZ(90deg)
}

.box1:after {
	top: auto;
	bottom: 0;
	transform-origin: 0 100%
}

.box1:hover:after,
.box1:hover:before {
	transform: rotateZ(0)
}

.box1 img {
	height: auto;
	transform: scale(1) rotate(0)
}

.box1:hover img {
	filter: sepia(80%);
	transform: scale(1.3) rotate(10deg)
}

.box1 .title {
	font-size: 19px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 1px #004cbf;
	bottom: 10px;
	left: 10px;
	opacity: 0;
	z-index: 2;
	transform: scale(0);
	transition: all .5s ease .2s
}

.box1:hover .title {
	opacity: 1;
	transform: scale(1)
}

.box1 .icon {
	padding: 7px 5px;
	list-style: none;
	background: #ff3803;
	border-radius: 0 0 0 10px;
	top: -100%;
	right: 0;
	z-index: 2;
	transition: all .3s ease .2s
}

.box1:hover .icon {
	top: 0
}

.box1 .icon li {
	display: block;
	margin: 10px 0
}

.box1 .icon li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 10px;
	font-size: 18px;
	color: #fff;
	transition: all .3s ease 0s
}

.box2 .icon li a,
.box3 .icon a:hover,
.box4 .icon li a:hover,
.box5 .icon li a,
.box6 .icon li a {
	border-radius: 50%
}

.box1 .icon li a:hover {
	color: #fff;
	box-shadow: 0 0 10px #000 inset, 0 0 0 3px #fff
}


/*********************** Demo - 1 *******************/

.home-2 {
	padding-bottom:2em;
	padding-top:2em;
	background-color: #fff;
}


.home-2  h1 {

    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
	position:relative;
	padding-bottom: 10px;
	text-align:center;

}
.home-2 h1::before {

    position: absolute;
    bottom: 0px;
    left: 48%;
    width: 60px;
    height: 2px;
    content: '';
    background: #ff3803;

}

.home-2 img {
	border: 1px solid #ff3803;
}

.home-2 h4 {
	text-align:center;
	font-size:19px;
	font-weight:600;
	padding-bottom:8px;
	padding-top:8px;
}







.vis-mis {	
	padding-bottom:3em;
	padding-top:3em;
	background-image: linear-gradient(to right, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),url(../img/contact-us-header.jpg);
	background-attachment:fixed;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;

}

.vis-mis h4 {

    font-weight: 600;
    padding-bottom: 8px;
    padding-top: 8px;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    font-size: 28px;

}
.vis-mis p {

    text-align: center;
    color: #fff;
	padding-bottom: 15px;

}

.cntr { text-align:center;}

.contact-sec-box {

    text-align: center;

}
.contact-sec-box .btn-primary {

    color: #fff;
    background-color: transparent;
    border-color: #fff;
    border-radius: 0px;

}
.contact-sec-box .btn-primary:hover {

    color: #fff;
    background-color: #ff3803;
    border-color: #ff3803;
    border-radius: 0px;

}



.footer {
	padding-bottom:1em;
}
.footer h4 {

    color: #fff;
    text-transform: capitalize;
    padding-bottom: 15px;
    padding-top: 1em;
    border-bottom: 1px solid #b7b2b2;
    margin-bottom: 0.9em;

}
.footer p {
	line-height:28px;
	font-size:15px;
}
.footer p a {
	line-height:28px;
	font-size:15px;
	color:#fff;
	text-decoration:none;
}
.footer .fas {
	margin-right:7px;
	color:#ff3803;
}
.footer .far {
	margin-right:7px;
	color:#ff3803;
}


.bottom-footer {
	background-color:#ff3803;
	padding-bottom:.7em;
	padding-top: .7em;
	}

.bottom-footer p {
	color:#fff;
	
	}
.bottom-footer p a {
	color:#000;
	text-decoration:none;
	
	}	





.home-one {

    padding-bottom: 2em;
    padding-top: 2em;

}


.welcome-textbox {

    text-align: center;
    padding-bottom: 25px;

}

.welcome-textbox h1 {

    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
	position:relative;
	padding-bottom: 20px;

}
.welcome-textbox h1::before {

    position: absolute;
    bottom: 0px;
    left: 48%;
    width: 60px;
    height: 2px;
    content: '';
    background: #ff3803;

}


.text-box h4 {

    font-size: 17px;
    margin-bottom: 5px;
    text-align: right;
    text-transform: capitalize;
    font-weight: 600;

}
.text-box p {

    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #868686;
    text-align: right;
	padding-bottom: 0.9em;

}

.icon-box {

	text-align:center;

}



.icon-box .fas {

    font-size: 30px;
    padding: 15px 15px 15px 15px;
	border: 2px solid #ff3803;

}
.image-box {

    padding: 10px 0px 0px 40px;

}

@media only screen and (max-width: 600px) {
.welcome-textbox h1::before {

    position: absolute;
    bottom: 0px;
    left: 37%;
    width: 60px;
    height: 2px;
    content: '';
    background: #ff3803;

}
.text-box h4 {

    text-align: center;

}
.text-box p {

    text-align: center;
	padding-bottom: 0em;

}
.icon-box {

    padding: 0px 0px 25px 00px;

}
.image-box {

    padding: 0;

}

}








.products-sec {

    padding-bottom: 2em;
    padding-top: 2em;

}
.products-sec h2 {

    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
	position:relative;
	padding-bottom: 20px;
	text-align:center;

}
.products-sec h2::before {

    position: absolute;
    bottom: 0px;
    left: 48%;
    width: 60px;
    height: 2px;
    content: '';
    background: #ff3803;

}

.hom-products {

    border: 1px solid orange;

}



.sec-2 {
	padding-bottom: 2em;
    padding-top: 2em;
}
.sec-2 h3 {

    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
	position:relative;
	padding-bottom: 10px;
	margin-bottom: 20px;

}
.sec-2 h3::before {

    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 60px;
    height: 2px;
    content: '';
    background: #ff3803;

}







.sec-3 {
	padding-bottom: 2em;
    padding-top: 2em;
	background-color:#eee;
}
.sec-3 h3 {

    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
	position:relative;
	padding-bottom: 10px;
	margin-bottom: 20px;

}
.sec-3 h3::before {

    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 60px;
    height: 2px;
    content: '';
    background: #ff3803;

}



.sec-4 {
	padding-bottom: 2em;
    padding-top: 2em;
	
}
.sec-4 h3 {

    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
	position:relative;
	padding-bottom: 10px;
	margin-bottom: 20px;

}
.sec-4 h3::before {

    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 60px;
    height: 2px;
    content: '';
    background: #ff3803;

}



.content-te {

    border: 1px solid gray;
    padding: 8px;
	text-align:center;
	height:310px;

}

.content-te h4 {

    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 23px;
color: #fff;
}

.content-te p {

    font-size: 15px;
    line-height: 26px;
	color: #fff;

}


.icon-box-1 {

    text-align: center;
    padding-bottom: 15px;
    padding-top: 5px;

}
.icon-box-1 .fas {

    font-size: 32px;
    color: #ff3803;

}

.our-best {
	padding-bottom: 3em;
    padding-top: 3em;
	background-image: linear-gradient(to right, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)),url(../img/bg1.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	background-position:fixed;
	
}
#first-head h3 {

    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
	position:relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-align:center;
	color:#fff;

}
#first-head h3::before {

    position: absolute;
    bottom: 0px;
    left: 48%;
    width: 40px;
    height: 2px;
    content: '';
    background: #ff3803;

}

 

#first-head p {

    text-align: center;
    padding-bottom: 15px;
	color:#fff;

}







.contact-contents h4 {

    text-transform: capitalize;
    padding-bottom: 5px;

}

.contact-contents {
	padding-bottom:3em;
	padding-top:3em;
}

.contact-contents fas {
	color:#ff3803;
	margin-right:8px;
}



.banner {
	width:100%;
	height:auto;
}
.banner img {
	width:100%;
	height:auto;
}


.product-contents {
	
	padding-bottom:2em;
	padding-top:2em;
	
}
.product-contents h2 {

    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
	padding-bottom:15px;

}
.pro-images img {

    border: 1px solid #ff3803;
    padding: 10px;

}



