* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins', sans-serif;/*font-family: 'Quicksand', sans-serif;*/
}

::selection {
	color: #fff;
	background-color: #D73502;
}

a {
	text-decoration: none !important;
	outline: none !important;
}

img {
	border: none;
}

.clr {
	clear: both;
}

/*top-strip*/
.info-wrap {
	width: 100%;
	height: auto;
	padding: 0.5rem 0;
	border-bottom: 1px solid #e9e9e9;
	background-color: #222222;
}

.social-media {
	width: 100%;
	height: auto;
	text-align: right;
}

.social-media ul {
	margin: 0px;
	padding: 0px;
}

.social-media ul li {
	list-style: none;
	display: inline-block;
	margin-left: 0.9rem;
}

.social-media ul li a {
	display: block;
	font-size: 0.8rem;
	color: #fff;
	font-weight: 400;
	position: relative;
	text-transform: uppercase;
}

.social-media ul li a:before {
	width: 1px;
	height: 100%;
	background: #aaa;
	position: absolute;
	content: '';
	right: -10px;
	top: 0;
}

.social-media ul li:last-child a:before {
	display: none;
}

.social-media ul li a i {
	font-size: 0.8rem;
	color: #777;
}

.contact-info {
	width: 100%;
	height: auto;
	text-align: center;
}

.contact-info ul {
	margin: 0px;
	padding: 0px;
}

.contact-info ul li {
	list-style: none;
	display: inline-block;	/*margin-right: 0.9rem;*/
	padding: 0px 20px;
}

.contact-info ul li a {
	display: block;
	font-size: 0.8rem;
	color: #fff;
	font-weight: 400;
	position: relative;
}

.contact-info ul li a i {
	margin-right: 5px;
	color: #D73502;
}

.contact-info ul li a:before {
	width: 1px;
	height: 100%;
	background: #aaa;
	position: absolute;
	content: '';
	right: -20px;
	top: 0;
}

.contact-info ul li:last-child a:before {
	display: none;
}

.contact-info ul li a:hover {
	color: #f5f5f5;
	text-decoration: underline !important;
	transition: .5s;
}

.contact-info a b {
	font-weight: 600;
}

/*top-strip*/
.nav-strip {
	width: 100%;
	height: auto;	/*background: linear-gradient(340deg, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);*/
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 9999;
	box-shadow: 0 0 4px 2px #0000001a;
}

.nav-strip:after {
	background: url(../images/shadow1.png) no-repeat center top;
	bottom: -42px;
	content: "";
	display: block;
	left: 0;
	width: 100%;
	z-index: 9;
	height: 43px;
	position: absolute;
	display: none;
}

.logo {
	    width: 210px;
    height: 75px;
    padding: 9px 0;
}

.logo a {
	display: block;
}

.logo a img {
	width: 100%;
	height: 100%;
}

.search-in {
	width: 100%;
	height: auto;
	margin-top: -4px;
}

.search-in ul {
	padding: 0;
	margin: 0;
}

.search-in ul li {
	list-style: none;
	display: inline-block;
	position: relative;
}

.search-in ul li:first-of-type {
	background: #D73502;
}

.search-in ul li:last-of-type {
	font-weight: 700;
	font-size: 20px;
	bottom: -12px;
}

.search-in ul li span {
	font-weight: 400;
	color: #D73502;
	font-size: 15px;
	display: contents;
}

.search-in ul li i {
	color: #fff;
	padding: 15px;
}

.search-in-2 {
	height: auto;
	width: 150px;
	background: #f5f5f5;
	box-shadow: 0 10px 15px -6px rgb(0 0 0 / 10%);
	visibility: hidden;
	position: absolute;
	right: 0;
	z-index: 9999;
	text-align: left;
	top: 50px;
	padding: 10px;
}

.search-in-2 ul {
	margin: 0;
	padding: 0;
}

.search-in-2 ul li {
	font-size: 15px;
	line-height: 30px;
}

.search-in-2 ul li a {
	color: #000;
}

.search-in ul li:nth-child(2):hover .search-in-2 {
	visibility: visible;
	transition: inherit;
}

.search-in ul li a {
	display: block;
}

.search-in ul li a img {
	width: 20px;
	height: 20px;
}

.search-in form {
	width: 100%;
	height: auto;
	position: relative;
}

.search-in input {
	width: 100%;
	height: 40px;
	position: relative;
	background: #fff;
	border: none;
	padding: 10px 40px 10px 20px;
	color: #bb3239;
	border-radius: 100px;
	font-weight: 400;
	font-size: 13px;
}

.search-in input::placeholder {
	color: #bb3239;
}

.search-in button {
	width: 11%;
	height: 30px;
	position: absolute;
	top: 5px;
	right: 5px;
	background: #bb3239;
	border: none;
	display: block;
	color: #fff;
	border-radius: 100px;
}

.search-in button i {
	font-size: 14px;
}

.banner-in {
	width: 100%;
	height: auto;
	position: relative;
}

.banner-in:before {
	height: 100%;
	width: 100%;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background-color: #080A14;
	opacity: 0.6;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	z-index: 99;
}

.banner-in img {
	width: 100%;
	height: auto;
}

.banner-text {
	height: 100%;
	width: 100%;
	position: absolute;
	color: #fff;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
	display: grid;
	align-items: center;
	place-content: center;
	z-index: 999;
}

.banner-text h1 {
	font-size: 50px;
	font-weight: 600;
	text-transform: uppercase;
}

.banner-text p
{
	font-size: 25px;
	font-weight: 500;
	margin: 0;
}

/*contact section start*/
.contect-us {
	height: auto;
	width: 100%;
	position: relative;
}

.contect-us:before {
	height: 100%;
	width: 100%;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background-color: #080A14;
	opacity: 0.8;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	z-index: 99;
}

.contact-flash {
	height: 100%;
	width: 100%;
	position: absolute;
	color: #fff;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
	display: grid;
	align-items: center;
	place-content: center;
	z-index: 999;
}

.contact-flash h1 {
	font-size: 45px;
	font-weight: 700;
}

.contact-flash p {
	font-size: 18px;
}

.contect-us img {
	height: 400px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.contact-manu {
	height: auto;
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0px;
	padding-left: 15px;
	border-top: 1px solid #999;
	padding: 12px;
	text-align: center;
	z-index: 999;
}

.contact-manu ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.contact-manu ul li {
	display: inline-block;
	font-size: 15px;
	list-style-type: none;
	margin: 0 15px;
	position: relative;
	padding: 5px 5px;
}

.contact-manu ul li:before {
	content: '';
	position: absolute;
	height: 30px;
	width: 2px;
	background: #fff;
	top: 0px;
	right: -20px;
	transform: rotate(15deg);
}

.contact-manu ul li:last-of-type:before {
	display: none;
}

.contact-manu ul li a {
	color: #fff;
}

.contect-info {
	height: auto;
	width: 100%;
	padding: 40px 0px;
}

.left-info {
	height: auto;
	width: 100%;
}

.left-info h1 {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 20px;
}

.first-info {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	margin-bottom: 15px;
	border: 1px solid #ccc;
}

.first-info a {
	-ms-flex-preferred-size: 50%;
	-webkit-flex-basis: 50%;
	flex-basis: 25%;    /* background: #00aeef; */
	overflow: hidden;
	transition: .5s;
	text-align: center;
	border-right: 1px solid #ccc;
	padding: 10px 0px;
}

.first-info a i {
	line-height: 40px;
	position: relative;
	color: #d73502;
}

.first-info a:last-of-type {
	-ms-flex-preferred-size: 50%;
	-webkit-flex-basis: 50%;
	flex-basis: 100%;
	color: #9c9c9c;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	padding-top: 0;
	text-align: left !important;
	padding: 10px;
	border-right: none;
}

.first-info-1 {
	height: auto;
	width: 100%;
	border: 1px solid #ccc;
	margin-top: 45px;
}

.first-info-1 h1 {
	color: #333;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0px 4px 23px;
	top: -12px;
	display: inline;
	background: #fff;
}

.first-info-1 p {
	color: #9c9c9c;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	padding-top: 0;
	text-align: left !important;
	margin-bottom: 2px;
	margin: 20px 0px 30px 0px;
	margin-left: 20px;
	border-right: none;
	line-height: 0px;
}

.right-info {
	height: auto;
	width: 100%;
	-webkit-box-shadow: 0px 5px 28.5px 1.5px rgb(255 255 255 / 20%);
	box-shadow: 2px 2px 13.92px 2.08px rgb(0 0 0 / 1%);   /* padding: 30px;*/
	border-radius: 5px;
}

.form-field {
	height: auto;
	width: 100%;
}

.form-field h1 {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 20px;
}

.form-field input {
	width: 100%;
	background-color: #f5f5f5;
	border: none;
	height: 55px;
	color: #2f2c52;
	border: 1px solid #ffffff;
	border-radius: 5px;
	margin-bottom: 15px;
	padding-left: 30px;
}

.form-field textarea {
	width: 100%;
	height: 150px;
	background-color: #f5f5f5;
	border: 1px solid #ffffff;
	border-radius: 5px;
	margin-bottom: 30px;
	padding-left: 30px;
	padding-top: 25px;
}

.form-field a {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	border: none;
	padding: 10px 60px;
	background-color: #d73502;
	color: #fff;
	position: relative;
	display: inline-block;
}

.contact-map {
	height: auto;
	width: 100%;
}

.contact-map iframe {
	height: 400px;
	width: 100%;
}

.about {
	height: auto;
	width: 100%;
	padding: 80px 0px 40px 0px;
}

.about-image {
	height: auto;
	width: 100%;
	display: flex;
}

.about-image-1 {
	height: 500px;
	width: 350px;
}

.about-image-2 {
	height: 600px;
	width: 350px;
}

.about-image img {
	height: 100%;
	width: 100%;
	padding: 0px 15px;
	object-fit: cover;
}

.counter {
	height: auto;
	width: 250px;
	box-shadow: 2px 2px 5px 2px rgb(171 179 194 / 20%);
	background: #fff;
	position: relative;
	bottom: 50px;
	margin: auto;
}

.counter-text {
	height: auto;
	width: 100%;
	display: flex;
	padding: 20px;
}

.counter-text img {
	height: 50px;
	width: 70px;
	object-fit: contain;
}

.counter-text h1 {
	font-size: 35px;
	font-weight: 700;
}

.counter-text h1 span {
	font-size: 16px;
	font-weight: 500;
	color: #7A7A7A;
}

.right-about {
	height: auto;
	width: 100%;
	margin-top: 20px;
}

.right-about h1 {
	color: #D73502;
	font-size: 20px;
	font-weight: 500;
}

.right-about h2 {
	font-size: 35px;
	font-weight: 600;
}

.right-about p {
	font-size: 17px;
	color: #7A7A7A;
	line-height: 30px;
	margin-bottom: 40px;
}

.right-box {
	height: auto;
	width: 100%;
	display: flex;
}

.right-box-image {
	height: 70px;
	width: 70px;
	padding: 10px;
	transition: .5s;
}

.right-box-image:hover {
	margin-top: -10px;
	transition: .5s;
}

.bg-1 {
	background: #D73502;
}

.bg-2 {
	background: #000;
}

.bg-3 {
	background: #f5f5f5;
	box-shadow: 2px 2px 5px 2px rgb(171 179 194 / 10%);
}

.right-box-image img {
	height: 100%;
	width: 100%;
}

.right-box-text {
	height: auto;
	width: 70%;
	margin-left: 10px;
}

.right-box-text h1 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
}

.right-box-text p {
	color: #7A7A7A;
	font-size: 16px;
	line-height: 25px;
}

/*provide section start */
.provide {
	height: 350px;
	width: 100%;
	background: url(../images/provide.jpg);
	background-position: 0px 21%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-top: 60px;
}

.provide:before {
	height: 100%;
	width: 100%;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background-color: #080A14;
	opacity: 0.8;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.provide-left {
	height: 450px;
	width: 80%;
	background: url(../images/provide-2.jpg);
	background-position: 0px 21%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	transform: translate(0px, -45px);
	margin: auto;
	color: #fff;
}

.provide-left:before {
	height: 100%;
	width: 100%;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background-color: #D73502;
	opacity: 0.85;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	z-index: -1;
}

.provide-left-1 {
	height: 100%;
	width: 100%;
	position: absolute;
	color: #fff;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
	display: grid;
	align-items: center;
	place-content: center;
	z-index: 9;
}

.provide-left-1 h1 {
	font-size: 22px;
	font-weight: 600;
}

.provide-left-1 h2 {
	font-size: 22px;
	font-weight: 600;
	position: relative;
	margin: 25px 0px;
}

.provide-left-1 h2:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 70px;
	top: 12px;
	left: 50px;
	background: #fff;
}

.provide-left-1 h2:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 70px;
	top: 12px;
	right: 50px;
	background: #fff;
}

.provide-left-1 h3 {
	font-size: 45px;
	font-weight: 600;
}

.provide-left-1 p {
	font-size: 18px;
	font-weight: 500;
	margin-top: 20px;
}

.right-provide {
	height: 100%;
	width: 100%;
	position: absolute;
	color: #fff;
	text-align: left;
	left: 0;
	right: 0;
	margin: auto;
	display: grid;
	align-items: center;
	place-content: center;
	z-index: 9;
}

.right-provide h1 {
	color: #D73502;
	font-size: 20px;
	font-weight: 500;
}

.right-provide h2 {
	font-size: 45px;
	font-weight: 600;
}

.right-provide p {
	font-size: 17px;
	line-height: 25px;
}

/*provide section end*/
.product {
	height: auto;
	width: 100%;	/*padding: 40px 0px;*/
}

.product-top {
	height: auto;
	width: 100%;	/*margin-top: 60px;*/
	text-align: center;
}

.product-top h1 {
	color: #D73502;
	font-size: 20px;
	font-weight: 600;
}

.product-top h2 {
	font-size: 45px;
	font-weight: 600;
}

.product-top p {
	font-size: 17px;
	line-height: 25px;
}

.product-in {
	width: 95%;
	height: auto;
	transition: .5s;
	border: 1px dashed #999;
	margin: auto;
	margin-top: 25px;
}

.product-in-img {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.product-in-img a {
	display: block;
}

.product-in-img a img {
	width: 100%;
	height: 100%;
	transition: .5s;
}

.product-in-img:hover a img {
	transform: scale(1.1);
	transition: .5s;
}

.product-in-text {
	width: 100%;
	height: auto;
	text-align: left;
	padding: 1.1rem 0.5rem;
	padding-bottom: 0;
}

.product-in-text h1 {
	font-size: 1.1rem;
	color: #000;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 0.5rem;	/*overflow: hidden;*/

	/*text-overflow: ellipsis;*//*white-space: nowrap;*/
}

.product-in-text h1 a {
	color: #000;
}

.product-in-text p {
	font-size: 1rem;
	color: #ff6f00;
	font-weight: 600;
	margin-bottom: 0;
}

.product-in-btn {
	font-size: 0.9rem;
	position: absolute;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	background: rgb(215 53 2);
	width: 90%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	padding: 0.5rem 1rem;
	z-index: 1;
	transform: translateY(110%);
	transition: .5s;
}

.product-in:hover .product-in-btn {
	transform: translateY(-30%);
	transition: .5s;
}

.product-in-btn:hover {
	color: #fff;
	transition: .5s;
}

/*Customers-Section*/
.testi-wrap {
	width: 100%;
	height: auto;
	padding: 40px 0;
	background: url(../images/testy.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

/*.testi-wrap:before {
content: '';
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
    background-color: #080A14;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
*/
.testi-in {
	width: auto;
	height: auto;
	margin: 5px 20px;/*	background-color: #fff;
																																	box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);*/

	/*padding: 30px;*/
	text-align: center;
	border-radius: 5px;
}

.testi-in-content {
	width: 100%;
	height: auto;	/*color: #fff;*/
}

.testi-in-content h2 {
	font-size: 20px;
	font-weight: 700;
}

.testi-in-content h2 span {
	font-size: 15px;
	font-weight: 300;
	line-height: 25px;
}

.testi-in-content p {
	line-height: 25px;
	font-weight: 400;
	font-size: 16px;
}

.testi-in-image {
	width: 90px;
	height: auto;
	padding-top: 40px;
	margin: auto;
}

.testi-in-image img {
	width: 80px;
	height: 90px;
	margin-bottom: 10px;
	border-radius: 50px;
	border-radius: 50px;
	border: 1px solid #fff;
}

/*OWL*/
.owl-controls .owl-buttons {
	position: relative;
}

/*.owl-controls .owl-prev {
position: absolute;
left: -40px;
bottom: 230px;
padding: 8px 17px;
background: #26ccca;
border-radius: 50px;
transition: .5s;
}

.owl-controls .owl-next {
position: absolute;
right: -40px;
bottom: 230px;
padding: 8px 17px;
background: #26ccca;
border-radius: 50px;
transition: .5s;
}*/
.owl-controls .owl-prev:after, .owl-controls .owl-next:after {
	content: '\f104';
	font-family: FontAwesome;
	color: #fff;
	font-size: 16px;
}

.owl-controls .owl-next:after {
	content: '\f105';
}

.owl-controls .owl-prev:hover, .owl-controls .owl-next:hover {
	background: #000;
}

.owl-theme .owl-controls {
	margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
	background: #ccc;
	opacity: 1;
	transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #1a2c79;
}

/*OWL*/

/*Customers-Section*/

/*news section start*/

.news-section {
	height: auto;
	width: 100%;
	padding: 40px 0px;	/*background: #f5f5f5;*/
}

.news-box {
	height: auto;
	width: 100%;
	margin-bottom: 30px;
	border-radius: 10px;
	margin-top: 30px;
}

.news-image {
	height: 250px;
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 10px 10px 0px 0px;
}

.news-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.date-btn {
	height: auto;
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 25px;
	left: 30px;
}

.date-btn a {
	color: #fff;
	background: #fe9900;
	border-radius: 50px;
	padding: 7px 20px;
	font-size: 13px;
}

.news-contect {
	height: auto;
	width: 100%;
	padding: 22px 30px;
	border: 1px solid #eaeaea;
	border-top: 0;
	border-radius: 0px 0px 5px 5px;
	background: #fff;
}

.news-contect h1 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	transition: .5s;
	margin: 0;
	transition: .5s;
}

.news-contect h1 a {
	color: #000;
}

.news-contect h1:hover a {
	transition: .5s;
	color: #d73502;
}

.news-contect h2 {
	font-size: 16px;
	padding: 10px 0px;
	margin: 0;
	line-height: 25px;
}

.news-link {
	height: auto;
	width: 100%;
	border-top: 1px solid #f5f5f5;
	padding-top: 20px;
}

.news-link a {
	font-size: 16px;
	color: #d73502;
	font-weight: 600;
	position: relative;
	transition: .5s;
}

.news-link a:hover {
	color: #222222;
	transition: .5s;
}

.news-link a img {
	height: 13px;
	width: 25px;
	float: right;
	margin-top: 7px;
}

.news-contect p {
	font-size: 15px;
	transition: .5s;
}

.news-contect p a {
	color: gray;
	margin-right: 10px;
}

.news-contect p a i {
	color: #d73502;
}

/*news section end*/

/*fotter section start*/

.fotter {
	height: auto;
	width: 100%;
	padding: 40px 0px;
	background-image: url(../images/fotter.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	position: relative;
}

.fotter:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #080A14;
	opacity: 0.9;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.fotter-box {
	height: auto;
	width: 100%;
	background-color: transparent;
	background-image: linear-gradient(180deg, #D73502 4%, #222222 4%);
}

.fotter-box-text {
	height: auto;
	width: 100%;
	color: #fff;
	display: flex;
	padding: 30px;
}

.fotter-box-text h1 {
	margin-left: 15px;
	font-size: 22px;
	font-weight: 600;
}

.fotter-box-text h1 span {
	font-size: 17px;
	font-weight: 500;
}

.fotter-bg-text i {
	font-size: 25px;
	background: #fff;
	border-radius: 50px;
	padding: 15px;
	color: #D73502;
}

.fotter-bg {
	height: auto;
	width: 100%;
	background-color: #D73502;
	background-image: inherit;
}

.fotter-logo {
	height: auto;
	width: 100%;
	margin: 40px 0px;
}

.logo-1 {
	height: auto;
	width: 215px;
	padding: 10px 10px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
}

.logo-1 img {
	height: 100%;
	width: 100%;
}

.fotter-logo p {
	font-size: 14px;
	color: #fff;
}

.fotter-logo ul {
	margin: 0;
	padding: 0;
}

.fotter-logo ul li {
	background: #D73502;
	display: inline-block;
	list-style-type: none;
	padding: 15px;
	margin-right: 10px;
	transition: .5s;
}

.fotter-logo ul li:hover {
	transition: .5;
	transform: scale(1.1);
}

.fotter-logo ul li a {
	color: #fff;
}

.fotter-text {
	height: auto;
	width: 100%;
	margin: 40px;
}

.fotter-text h1 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}

.fotter-text ul {
	margin: 0;
	padding: 0;
}

.fotter-text ul li {
	list-style-type: none;
	line-height: 35px;
	transition: .5s;
}

.fotter-text ul li a:hover {
	color: #D73502;
	margin-left: 10px;
}

.fotter-text ul li a {
	color: #fff;
	font-size: 16px;
	transition: .5s;
}

.fotter-text ul li a i {
	margin-right: 10px;
}

.fotter-logo h2 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}

.newsletter-in {
	width: 100%;
	height: auto;
}

.newsletter-in form {
	width: 100%;
	height: auto;
	position: relative;
}

.newsletter-in input {
	width: 70%;
	height: 50px;
	position: relative;
	background: #ffffff;
	border: none;
	padding: 10px 100px 10px 20px;
	color: #0b726f;
	font-size: 14px;
}

.newsletter-in button {
	width: 25%;
	height: 50px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #d73502;
	border: none;
	padding: 10px;
	color: #fff;
}

.fotter-end {
	height: auto;
	width: 100%;
	border-top: 1px solid #FFFFFF1A;
	margin-top: 30px;
	padding-top: 25px;
}

.fotter-end h2 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}

.fotter-end h2 span {
	float: right;
}

/*fotter section end*/
.about-text {
	width: 100%;
	height: auto;
	padding: 50px 0px;
}

.about-in {
	width: 100%;
	height: auto;/*  margin: 30px 0px;*/
}

.about-in h1 {
	font-size: 30px;
	font-weight: 600;
	color: #d73502;
	text-transform: uppercase;
}

.about-in p {
	font-size: 15px;
	color: #62606c;
	line-height: 27px;
	text-align: justify;
}

.about-in img {
	width: 35%;
	height: auto;
	border-radius: 10px;
	float: left;
	margin: 0px 30px 0px 0px;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 5px 2px rgb(171 179 194 / 20%);
}

.about-sona {
	width: 100%;
	height: auto;
}

.about-sona img {
	width: 40%;
	height: auto;
	float: right;
	border-radius: 10px;
	margin: 0px 0px 0px 20px;
}

.about-sona h1 {
	font-size: 30px;
	font-weight: 600;
	color: #ea5f52;
}

.about-sona p {
	font-size: 15px;
	color: #62606c;
	line-height: 27px;
	text-align: justify;
}

/*product-details section start*/
.product-details {
	height: auto;
	width: 100%;
	padding-top: 60px;
}

.product-details-in {
	height: auto;
	width: 100%;
}

.product-details-image {
	height: auto;
	width: 30%;
	float: left;
	position: relative;
	margin-bottom: 20px;
	margin-right: 30px;
	border: 5px solid #f5f5f5;
}

.product-details-image img {
	height: 100%;
	width: 100%;
}

.product-details-in h1 {
	position: relative;
	font-size: 25px;
	font-weight: 600;
}

.product-details-in h2 {
	color: #d73502;
	font-size: 45px;
	position: relative;
	font-weight: 600;
	z-index: 1;
	margin-bottom: 15px;
}

.product-details-in p {
	font-size: 17px;
	font-weight: 500;
}

.product-details-in ul {
	margin: 0;
	padding: 0;
}

.product-details-in ul li {
	list-style-type: none;
}

.product-details-in-table {
	height: auto;
	width: 100%;
}

.product-details-table {
	height: auto;
	width: 100%;
}

.product-details-in-table {
	height: auto;
	width: 100%;
	padding: 30px 0px 40px 0px;
}

.product-details-table {
	height: auto;
	width: 100%;
}

.product-details-table table tr th {
	font-size: 18px;
	font-weight: 600;
	border: 1px solid #000;
	text-align: center;
	padding: 10px 13px;
	line-height: 23px;
	background: #f5f5f5;
}

.product-details-table table tr td {
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #000;
	text-align: center;
	padding: 10px 20px;
}

.product-details-table table tr:nth-child(odd) {
	background: #f5f5f5;
}

/*product-details section end*/
.fotter-circal {
	height: 50px;
	width: 50px;
	background: #D73502;
	border-radius: 50px;
	padding: 15px;
}

.fotter-circal i {
	font-size: 25px;
	line-height: 20px;
}

.pro-top {
	height: auto;
	width: 100%;
	margin: auto;
}

.pro-top img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.pro-left {
	height: 400px;
	width: 100%;
	padding: 40px 0px;
}

.pro-left h1 {
	font-size: 20px;
	font-weight: 600;
	color: #D73502;
}

.pro-left h1 span {
	color: #000;
}

.pro-left h2 {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

.pro-left h4 {
	font-size: 18px;
	font-weight: 600;
}

.pro-left p {
	font-size: 15px;
	text-align: justify;
}

.pro-left p span {
	font-weight: 600;
	margin-right: 50px;
	color: #000;
}

.pro-right {
	height: auto;
	width: 100%;
	padding-left: 20px;
	flex-basis: 36%;
}

.pro-right h1 {
	font-size: 16px;
	font-weight: 600;
}

.pro-right ul {
	margin: 0;
	padding: 0;
}

.pro-right ul li {
	font-size: 15px;
	list-style-type: none;
	line-height: 25px;
}

.pro-right ul li span {
	margin-right: 8px;
}

.pro-left img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pro-bottom {
	height: auto;
	width: 100%;
	padding: 50px 0px;
}

.pro-bottom p {
	font-size: 15px;
	text-align: justify;
	color: #fff;
}

.pro-bottom h1 {
	font-size: 18px;
	color: #fff;
	margin-top: 60px;
}

.pro-bottom-bg {
	height: auto;
	width: 100%;
	background: #D73502;
	padding-bottom: 80px;
}

.pro-fotter {
	height: auto;
	width: 100%;
	color: #fff;
	position: relative;
}

.pro-fotter:before {
	content: '';
	position: absolute;
	height: 160px;
	width: 1px;
	background: #fff;
	top: 0;
	right: 30px;
}

.pro-fotter h2 {
	font-size: 17px;
}

.pro-fotter p {
	font-size: 15px;
	margin: 0;
	margin-bottom: 5px;
}

.pro-fotter ul {
	margin: 0;
	padding: 0;
}

.pro-fotter ul li {
	font-size: 14px;
	list-style-type: none;
}

.pro-fotter-1 {
	height: auto;
	width: 100%;
	color: #fff;
	position: relative;
}

.pro-fotter-1 h2 {
	font-size: 17px;
}

.pro-fotter-1 ul {
	margin: 0;
	padding: 0;
}

.pro-fotter-1 ul li {
	font-size: 14px;
	list-style-type: none;
}

/*FAQ-Section*/
.faq-section {
	height: auto;
	width: 100%;
	padding-top: 60px;
	background: #f5f5f5;
}

.why-book {
	height: auto;
	width: 100%;
	background: #fff;
	border: 1px solid hsla(0, 0%, 89%, .3);
	padding: 50px 20px;
	box-shadow: 2px 4px 5.92px 2.08px rgb(0 0 0 / 2%);
}

.why-book h1 {
	font-size: 25px;
	display: block;
	line-height: 20px;
}

.why-book h2 {
	font-size: 16px;
}

.why-book h3 {
	font-size: 17px;
	padding: 15px 0px 0px 0px;
}

.why-book p {
	font-size: 15px !important;
	line-height: 24px;
	font-weight: 400;
	box-sizing: border-box;
	outline: 0;
}

.why-book a {
	font-size: 15px;
	font-weight: 500;
	transition: .5s;
}

.why-book a:hover {
	letter-spacing: 2px;
	transition: .5s;
}

.about-pg h1 {
	color: #333333;
	font-weight: 700;
	font-size: 26px;
	margin-bottom: 1.5rem;
}

.panel.panel-default {
	margin-bottom: 10px;
	background: #f5f5f5;
}

.panel-title {
	margin: 0;
}

#accordion .panel-title a {
	display: block;
	padding: 10px 30px;
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	color: #212529;
	border: none;
	border-radius: 5px 5px 0px 0px;
	position: relative;
	text-transform: uppercase;
}

#accordion .panel-title a span {
	color: #d73502;
}

#accordion .panel-title a i {
	float: right;
	font-size: 18px;
	font-weight: 600;
	color: #46484d;
	line-height: 26px;
}

#accordion .panel-body {
	padding: 20px 30px;
	background: #fff;
	font-size: 14px;
	color: #4f525a;
	line-height: 28px;
	border-top: none;
	border-radius: 0px 0px 5px 5px;
}

#accordion .panel-body h1 {
	font-size: 20px;
	font-weight: 600;
}

.faq-section-start-1 {
	display: flex;
}

.faq-section-start {
	height: auto;
	width: 100%;
	    margin-bottom: 20px;
}

.faq-section-start img {
	height: 300px;
	width: 380px;
	float: right;
	    padding: 20px;
    border: 1px solid #eee;
    margin-left: 15px;
    object-fit: contain;
}

.faq-section-star p {
	font-size: 15px;
	text-align: justify;
}

.panel-body p {
	font-size: 15px;
	text-align: justify;
}

.panel-body ul {
	margin: 0;
	padding: 0;
}

.panel-body ul li {
	font-size: 15px;
	list-style-type: none;
	line-height: 30px;
}

.panel-body ul li span {
	font-weight: 600;
	margin-right: 10px;
}

/*FAQ-Section*/
.pro-logo {
	height: auto;
	width: 100%;
	padding: 40px 0px;
}

.logo-botton {
	height: auto;
	width: 100%;
}

.logo-botton h4 {
	font-size: 17px;
	font-weight: 600;
	margin: 0;
	background: #d73502;
	padding: 12px 20px;
	display: inline;
	color: #fff;
	position: relative;
	border-radius: 5px 5px 0px 0px;
	text-transform: uppercase;
}

.logo-botton h4:before {
	height: 1px;
	width: 1000px;
	content: '';
	position: absolute;
	background: #000;
	top: 48px;
	left: 0;
}

.pro-logo-box {
	height: auto;
	width: 100%;
	margin: 40px 0px 30px 0px;
	border: 1px dashed #000;
	padding: 20px;
}

.pro-logo-image {
	height: 100px;
	width: 100px;
	margin: auto;
}

.pro-logo-image img {
	height: 100%;
	width: 100%;
}

.pro-logo-box p {
	font-size: 13px;
	text-align: center;
	margin: 0;
	margin-top: 10px;
}

.product-top-hadding
{
	height: auto;
	width: 100%;
	padding: 40px 0px;
}

.product-top-hadding h1
{
	font-size: 25px;
	font-weight: 600;
}
