@charset "utf-8";
/* CSS Document */

body{
	overflow-x: hidden;
	margin: 0;
}
header .container{
	display: flex;

flex-direction: row-reverse;

align-items: center;
}
header{
	position: fixed;
	z-index: 9999;
	float: left;
	background: white;
	width: 100%;
	top: 0;
	left: 0;
}
.container{
	width: 90%;
	margin: 0 auto;
}
.logo img{
	float: right;
	width: 200px;
}
.logo{
	float: right;
	/*! width: 100%; */
}
.line{
	float: right;
	margin-top: 100px;
	margin-right: 50px;
}
main {
  position: absolute;
  right: 5%;
  left: 0;
  top: 170px;
  bottom: 210px;
}
.nav-icon {
	width: 70px;
	/*! text-align: center; */
	float: left;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-top: -20px;
	cursor: pointer;
}
.nav-icon span{display: inline-block;
	width: 70px;
	background: black;
	height: 3px;
vertical-align: top;
position: relative;
transition: .7s;
}
.nav-icon span:nth-child(1){
	top: 0px;
	width: 70px;
}
.nav-icon span:nth-child(2){
	top: 5px;
	width: 40px;
}
.nav-icon span:nth-child(3){
	top: 10px;
	width: 40px;
}
.nav-icon span:nth-child(4){
	top: 15px;
	width: 40px;

}
.nav-icon.clicked span:nth-child(4){
	visibility: hidden;
	transition: none;
}
.nav-icon.clicked span:nth-child(1){
	top: 4px;
	/*! transform:rotate(45deg); */
	visibility: hidden;
	transition: none;
}
.nav-icon.clicked span:nth-child(2){
	top: 4px;
	width: 40px;
	/*! visibility: hidden; */
	/*! transition: none; */
	transform: rotate(45deg);
}
.nav-icon.clicked span:nth-child(3){
	top: 0px;
	width: 40px;
	transform:rotate(-45deg);
}


body.nav-show header{
	right: 200px;
}

.nav{
	position: fixed;
	top: 0;
	right: -280px;
	bottom: 0;
	width: 240px;
	padding: 15px;
	background-color: #141414;
	transition: .4s;
	list-style: none;
}
.nav.nav-show{
	right: 0;
}
.nav ul li{
	margin-top: 20px;
	list-style: none;

	}
.nav a{
	text-decoration: none;
	list-style: none;
	color: #f27c23;
}

.banner1{
	float: left;
	width: 25%;
	margin-top: 0;
	position: fixed;
	top: 5%;
	bottom: 5%;
}
.banner1 img{
	float: left;
	height: 90vh;
}
.text h1{
	display: inline-block;
	width: 30%;
	text-align: center;
	font-size: 40px;
	margin-top: 35px;
	color: black;
	background-color: rgb(245, 127, 37,0.8);
}
.text {

    float: left;
    width: 100%;

    display: inline-block;
    text-align: center;
}
.footer{
	float: left;
	margin-left: 12.5%;
	white-space: nowrap;
}
.footer p{
	float: left;
	margin-top: 22px;
	border-right: 1px solid #c8c8c8;
	color: #b4b4b4;
	white-space: nowrap;
	padding-right: 10px;
}
.footer h3{
	float: left;
	color: #b4b4b4;
	margin-left: 10px;
	font-weight: normal; 
}
.social {

    float: right;

}
.social ul li{
	float: left;
	margin-left: 20px;
	width: 30px;
	height: 30px;
	border: 1px solid #f37e24;
	text-align: center;
	border-radius: 50%;
	list-style: none;
}
.social ul li i{
	color: #f37e24;
	margin-top: 6px;
}


footer{
    position: fixed;
    bottom: 0;
    /*! left: 5%; */
    background-color: white;
    /*! right: 5%; */

}
footer.back{
	background: transparent;
	left: 5%;
	width: 90%;
}

header.back{
	background: transparent;
}

.about{
	float: left;
	width:100%;
	margin-top: 100px;
}
.about h1 {
    color: #f57f25;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.about h2 {
    color: #f57f25;
}

.about p {
    color: #201e1f;
    line-height: 33px;
    font-size: 18px;
}



.inner main{
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	float: left;
	width: 100%;
}
.inner footer{
	width: 100%;
	float: left;
	position: relative;
	background: black;
}

.about ul li{
	margin-top: 15px;
	list-style: none;
	font-size: 18px;
}


.logo-in img{
	float: left;
	width: 120px;
}
.logo-in{
	float: left;
}
.navi{
	float: left;
	width: calc(100% - 120px);
	margin-top: 30px;
}
.navi ul li{
	float: left;
	list-style: none;
	text-decoration: none;
	border-right: 1px solid orange;
	
}
.navi ul li a{
	color: orange;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
}
.navi ul li:nth-child(7){
	border-right: none;
}

.navi ul li a:hover{
	background-color: black;
	transition: 0.3s;
}




.navi-h ul {

    margin-top: 0;
    padding: 0;

}
.navi-h{
	float: left;
	width: calc(100% - 200px);
	background: white;
	/*! margin-top: -125px; */
	margin-left: 0;
}
.navi-h ul li{
	float: left;
	/*! margin-left: 15px; */
	list-style: none;
	text-decoration: none;
	border-right: 1px solid orange;
	
	
}
.navi-h ul li a{
	color: orange;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	
}
.navi-h ul li:nth-child(7){
	border-right: none;
}

.navi-h ul li a:hover{
	background-color: black;
	transition: 0.3s;
}

footer.back p {
    color: #1e1e1e;
    border-right: 1px solid #2a2a2a;
}
footer.back h3 {
    color: #1e1e1e;
}
footer a {

    text-decoration: none;
    color: #b3b3b3;
    

}


.slider-image {position: relative;}

.slider-images{
	width: 100%;
	float: left;
}
.slider-images .slick-track{
	display: flex;
}

.slider-image{
	width: 100%;
	float: left;
}

.slider-image .slick-track{
	display: flex;
}




.banner{
	width: 100%;
	position: relative;
	float: left;
}


.banner-in{
	float: left;
	width: 100%;
	margin-top: 110px;
}
.banner-in img{
	float: left;
	width: 100%;
}




* {box-sizing: border-box;}
#form .wrap{
	margin-bottom: 10px;
}
input[type=text],input[type=tel], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    font-family: open sans;
}
em.error {

    font-size: 12px;
    color: indianred;
    font-style: normal;

}
input[type=submit] {
    background-color: #F47E24;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: green;
}
.container1 {
    border-radius: 5px;
    background-color: #c5c5c5;
    padding: 20px;
    margin-top: 30px;
    width: 100%;
    margin-left: 20px;
    display: inline-block;
    margin-bottom: 30px;
}
.for{
	margin-top: 110px;
	width: 60%;
}
.for h3{
	font-size: 25px;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	color: #000;
}

label{
	color: #000;
	font-weight: bold;
}
.for-side{
	width: 30%;
	float: left;
	background: #c5c5c5;
	margin-top: 140px;
	height: 250px;
}
.for-side ul li{
	color: #202020;
	line-height: 30px;
	list-style: none;
	margin-left: 15px;
}
.for-side h2{
	color: #000;
}
.contact-in{
	display: flex;
	float: left;
	width: 100%;
	flex-wrap: wrap;
	float: left;
}

.for-side ul li i{
	position: absolute;
	margin-left: -25px;
	margin-top: 7px;
}
.for-side ul li a{
	color: #242424;
	text-decoration: none;
}
.fas.fa-phone {

    transform: rotate(90deg);

}
.for-sides{
	width: 100%;
	float: left;
	margin-top:50px;
	height: 350px;
}
.for-sides iframe {

    width: 100%;
    height: 375px;

}


table,td,tr,th{border-collapse: collapse;}
td,th{padding:10px; text-align: center; vertical-align: middle;}
table {
	border:1px solid white;
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

table th{
	border:1px solid white;

}
table td{
	border: 1px solid white;
	border:1px solid white;

}

thead{
	background-color: #f57f25;
	color: white;
}
tbody{
	background-color: #000;
	color: white;
}

.text1 {

    float: left;
    width: 100%;

}
.text1 p{
	
    padding: 15px;
    background-color: #0f0f0fb3;
    color: #fff;
	line-height: 33px;
	font-size: 20px;
	text-align: center;
}


.about img {

    width: 45%;
    padding: 15px;
    float: right;
    height: 325px;
}

.link{

	float: left;
	width: 50%;
}
.link a{
	
	background: black;
	color: orange;
	cursor: pointer;
	padding: 15px;
	text-decoration: none;
	letter-spacing: 1px;
}
.link :hover{
	background: #f57f25;
	color: black;
}

.links{
	float:left;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 15px;
	text-align: center;
}
.ca {

    width: 100%;
    height: 50px;

}

































