@charset "utf-8";
/* CSS Document */


* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
	padding:0;
}
img{max-width: 100%;}

.container{
	width: 90%;
	margin: 0 auto;
	color: white;
}

p,h1,h2,h3,h4,h5,h6,a,li{
	letter-spacing: 1px;
}
 

body{
	margin:0;
	padding:0;
	overflow-x: hidden;
	font-family: 'Playfair Display', serif;


}
header{
	position: fixed;
	width: 100%;
	padding: 10px 0 0;
	z-index: 1000;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	background: white;
}
header *{-webkit-transition: .4s;-o-transition: .4s;transition: .4s;}
.logo{
	width: 200px;
	display: inline-block;
	vertical-align: middle;
}
header.fixed.black{ background: rgba(0,0,0,.8); }
header.fixed{background: rgb(255, 255, 255);border-bottom: 1px solid #e3e3e3;}
header.fixed .logo{width: 150px;}
header.fixed .nav ul li a{font-size: 15px;letter-spacing: 2px;}
.banner img{
	width: 100%;
	
}

.head1 a {
    color: white;
    text-decoration: none;
}
.headwrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        -webkit-justify-content: space-between;
	        justify-content: space-between;
	padding: 10px;
}
.banner{position: relative;
}
.banner .par{
	position: absolute;
	bottom: 0;
	-webkit-transform: translateY(50%);
	    -ms-transform: translateY(50%);
	        transform: translateY(50%);
	width: 100%;
	z-index: 1;
	/*! position: relative; */
}
.nav{
	display: inline-block;
	vertical-align: middle;
	text-align:right;
	font-size: 17px;
}
.nav ul li{
	display: inline-block;
	padding: 0 15px;
	position: relative;
}
.nav ul li + li{
	border-left: 1px solid black;

}
.nav ul li a{
	text-decoration: none;
	color: #000;
	padding: 10px;
	display: inline-block;
	width: 100%;
	font-weight: bold;
	letter-spacing: 1px;
}
.fixed .nav ul li a:hover{
	color: #ffb346;
}
.nav ul li a:hover{
	color: #ec8304;
}
.nav ul li ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 5px;
	background: rgba(0, 0, 0, 0.75);
	text-align: center;
	width: 200px;
	overflow: auto;
}
.nav ul li ul.pro{
	width: 500px;
}
.nav ul li ul.pro li{
	width: 50%;

}
.nav ul li ul.pro li:nth-child(odd){
	border-right: 1px solid #ffffff4d;
}
.nav ul li ul li:hover{
	background: #fb2674;
}
.nav ul li:hover ul{
	display: block;
}
.nav ul li ul li{
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ffffff4d;
}
.nav ul li ul li a{
	padding: 15px 10px;
	font-size: 14px;
}
.socialmedia{
	display: inline-block;
	vertical-align: middle;
	width: 220px;
	text-align: right;
}
.socialmedia ul li{
	display: inline-block;
	margin: 0 5px;
}
.socialmedia ul li a{
  border:1px solid white;
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  text-align: center;
  line-height: 40px;
  color: white;
}
.banner > img{
	width: 100%;
	float: left;
	height: 70vh;
	-o-object-fit: contain;
	   object-fit: contain;
	/*! min-height: 550px; */
	position: relative;
}
.slider-image {position: relative;}
.slider-content {
  position: relative;
}
.banner{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 3%;
	bottom: 0;
	/*! height: 75vh; */
}
.banner h2 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 45px;
    color: 
    white;
    right: 0;
    bottom: 0;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.banner .par{
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
}

.slider-text {
	position: absolute;
	top: 40%;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        -webkit-justify-content: center;
	        justify-content: center;
	width: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	float: left;
}

.slider-text h1{
	width: 100%;
	color: black;
	margin-top: 50px;
	float: left;
	font-size:60px;
	text-align: center;
}

.slider-text h3{
	margin-top: 10px;
	font-size:42px;
	color: black;
	width: 100%;
	text-align: center;
}

.head{
	background-color: black;
	float: left;width: 100%;
	padding: 10px;
	margin-top: -10px;
}
.head1 h3{
	color: #ee941a;
	float: left;
	font-size: 16px;
}
.head2 h3{
	color: #ee941a;
	float: right;
	font-size: 16px;
}
.head2 a {
    color: white;
    letter-spacing: 1px;
    text-decoration: none;
}
.up{

	float: left;
	width: 100%;
	border-left: 10px solid #ee941a;
	margin-top: 25px;
}
.up h1{
	color: black;
	float: left;
	width: 100%;
	margin-left: 15px;
}
.up p{
	color: black;
	float: left;
	width: 75%;
	margin-left: 15px;
	line-height: 27px;
}
.all{
	
	float: left;
	margin-left: 5%;
}
.all a{
	text-decoration: none;
	padding: 15px 40px;
	background-color: #ee941a;
	-webkit-border-radius: 25px;
	        border-radius: 25px;
	font-size: 17px;
	color: white;
}
.all a:hover{
	background-color: #e35515;
	color: black
}
.n-logo.pr-logo li {

width: 20%;
    margin-left: 0;


float: left;
list-style: none;
padding: 5px;
}
 
.n-logo.pr-logo li+li{
	/*! margin-left: 5px; */
}
.n-logo img {

    display: inline-block;
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
}
.pr-logo{
	width: 100%;
	float: left;
	margin-bottom: 30px;
	margin-top: 30px;
}
.pr-logo li + li{
margin-left: 0;
}
.pr-logo li{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.slide{
	margin-top: 40px;
	margin-bottom: 50px;
	float: left;
	width: 100%;
}
.effect img{
	float: left;
	width: 100%;

	height: 100%;
}
.effect{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	float: left;
	-ms-flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	cursor: pointer;
	width: 100%;
	margin-top: 31px;
}
.effect>div{
	position: relative;
	/* display: -webkit-box; */
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	float: left;
	-ms-flex-wrap: wrap;
	/* flex-wrap: wrap; */
	width: 32.33%;
	margin-right: 1.5%;
}
.effect>div:nth-child(3n){
	margin-right: 0;
}
.effect>div:nth-child(n+4){
	margin-top: 20px;
}
.toptext{
	position: absolute;
	top: 0;
	width: 100%;
	bottom: 0;
	left: 0%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        -webkit-justify-content: center;
	        justify-content: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.toptext.green{
	background:rgba(25, 198, 117, 0.75);

}
.effect>div:hover .toptext{
	cursor: pointer;
	top: 80%;


}
#lg-download {
    display: none;
}
.toptext.red{
	background:rgba(187, 67, 64, 0.82);

}
.toptext.purple{
	background:rgba(128, 73, 135, 0.81);
}
.toptext.orange{
	background:#df7a28b3;

}
.toptext.blue{
 	background:rgba(54, 93, 169, 0.78);
}
.toptext.pink{
	background:rgba(189, 36, 93, 0.77);

}

.run{
	background-image: url(../img/num.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	        background-size: cover;
	background-attachment: fixed;
	padding: 150px 0;
	float: left;
	width: 100%;
}
.box{
	width: 32.3%;
	float: left;
	margin-right: 1.5%;
}
.box:nth-child(3n){
	margin-right: 0;
}

.boxes{
	float: left;
	width: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.box h3{
	font-size: 60px;
}
.box h4{
	font-size: 22px;
	margin-top: 20px;
}
.box h3:after{
	content: '\f067';
	font-family: "Font Awesome 5 Free";
	font-size: 40px;
	margin-left: 10px;
}
.share img{
	float: left;
	width: 100%;
	position: relative;
}
.share{
	/*! margin-top: 5%; */
	position: relative;
	float: left;
	width: 100%;
	
}

.share h1{
	padding:30px;
	float: left;
	color: black;
	position: absolute;
	margin-top: 5px;

}
.exp h3{
	margin-top: 10px;
	margin-bottom: 10px;
	color: white;
	font-weight: bold;
	font-size: 22px;
}
.exp p{
	line-height: 25px;
}
.exp{
	padding: 30px;
	width: 100%;
	margin-top: 40px;
	float: left;

}
.exp1{
	padding: 30px;
	width: 45%;
	float: right;
	margin-top: 40px;

}
.exps{
	position: absolute;
	float: left;
	left: 5%;
	right: 5%;
}
.exp1 h3{
	margin-top: 10px;
	margin-bottom: 10px;
}
.exp1 p{
	line-height: 25px;
}
.slid{
	float: left;
	width: 100%;
	margin-top: 45px;
}

.slid .slick-dots {

    bottom: auto;
    top: 20px;
    right: 10%;
    width: auto;

}
.slid .slider-image1 {

    float: left;
    width: 100%;

}

.code{

	width: 50%;
	float: left;
}
.code img{
	
	float: left;
	width: 45%;
}

.code h3{
	
	float: left;
	width: 50%;
	color: black;
	padding: 10px;
}

.code p{
	
	float: left;
	width: 50%;
	color: black;
	padding: 10px;
	line-height: 25px;
}
.slider-img{
	background-color: black;
}

.pr-logo1{
	float: left;
	width: 100%;
}
.subs{
	margin-top: 45px;
	position: relative;
	float: left;
	width: 100%;
}
.pop{
	position: absolute;
	top: 10px;
	border-left: 8px solid white;
	margin-top: 15px;
	float: left;
	left: 5%;
	right: 5%;
}
.pop1{
	position: absolute;
	top: 25px;
	margin-top: 15px;
	float: left;
}
.pop h1{
	color: black;
	margin-left: 15px;
	float: left;
	width: 100%;
}
.pop1 p{
	color: white;
	margin-top: 15px;
	margin-left: 15px;
	float: left;
	width: 100%;
}

.subs img{
	float: left;
	width: 100%;
}
.form1{
	margin-top: 40px;
	float: left;
	width: 100%;
	margin-left: 15px;
}
 form input{
	background:transparent;
	border:3px solid white;
	width: 35%;
	cursor: pointer;
	-webkit-border-radius: 25px;
	        border-radius: 25px;
	height: 50px;
	color: white;
	padding-left: 30px;
	font-size: 18px;
	float: left;
}
form #submit{
	background: white;
	color: orange;
	padding-left: 0;


}
#camera_wrap_4 {
    margin-bottom: 30px !important;
    margin-top: 100px;
}
.foot{
	background-color: #ffb820;
	float: left;
	width: 100%;
	padding: 30px;
}
.wrapper{
	width: 100%;
	float: left;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.wrapper:nth-child(3n){
	margin-right: 0;
}

.wrapper ul{
	
	margin-top: 10px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wrapper ul li{
	
	list-style: none;
	line-height: 26px;
	cursor: pointer;
	font-size: 13px;
	float: left;
	padding-right: 30px;
	border-right: 1px solid black;
	padding-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.wrapper ul li:nth-child(6){
	border: none;
}
.wrapper ul li a:hover{
	color: white;
}
.wrapper ul li a{
	color: black;
	text-decoration: none;
	font-size: 18px;
}
.wrapper i {
    margin-right: 5px;

}
.wraps{
	float: left;
	width: 100%;
	border-bottom: 1px solid #262626;
	padding-bottom: 10px;
	margin-top: 20px;
}
.design h3{
	font-size: 16px;
	float: left;

	color: #373737;
}
.design h4{
	font-size: 16px;
	cursor: pointer;
	
	float: right;
}
.design a{
	color: #373737;
	text-decoration: none;
}
.design {
	margin-top: 30px;
	float: left;
	width: 100%;
}
.orange-back{
	background:#fff;
}
.about h2 {

    text-align: center;
    color: 

    #444;

}
.about span {
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 1px;
    color: #ec8304;
}
.about{

	float: left;
	width: 100%;
	margin-top: 25px;
}
.about a {
    text-align: center;
    display: inline-block;
    margin-top: 25px;
    padding: 10px;
    text-decoration: none;
    background: 
#ec8304;
margin-left: 47%;
color:
    white;
}
.about a:hover{
	background: #0d1f36;
}
.about h1{
	color: black;
	
	text-align: center;
}
.about p{
	color: #464646;
	margin-top: 15px;
	line-height: 28px;
	
	text-align: center;
	font-size: 17px;
}

.service{

	float: left;
	width: 100%;
	margin-top: 25px;
}
.service h1{
	color: black;
	
}
.manage p{
	color: black;
	margin-top: 15px;
	line-height: 40px;
	float: left;
	width: 100%;
	font-size: 18px;
}
.manage h2{
	color: grey;
	/*! margin-top: 15px; */
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.manage img{
	float: right;
	width: 100%;

	margin-right: 15px;
}
.manage{
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #c8c8c8;
}

.manage1{
	float: left;
	width: 50%;
}
.manage2{
	float: right;
	width: 45%;
	margin-left: 30px;
}
.manages1{
	padding: 0 20px;
	float: right;
	width: 50%;
}

.manages2{
	float: left;
	width: 45%;
	margin-left: 30px;
}
.manage ul li i {
    font-size: 18px;
    color: 
    #444;
}
.manage ul li{
	color: black;
	margin-left: 25px;
	float: left;
	width: 100%;
	line-height: 28px;
	list-style: none;
}
.manages1 h4{
	margin-top: 10px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	color: black;
}
.c-sliders{
	float: left;
	width: 100%;
}
.c-logo{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.c-logo img{
	height: 80px;
	cursor: pointer;
	width: auto;
	float: left;
	display: block;
	margin: 0 auto;
}
.c-logo li:nth-child(3n){
	margin-right: 0;
}
.c-logo li{
	margin-right: 1.5%;
	width: 32.33%;
	margin-top: 40px;
	float: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap; 
	border: 1px solid #b9b9b9;
	padding: 10px;
}
.c-sliders h1{

	float: left;
	width: 100%;
	color: black;
	margin-top: 30px;
	text-align: center;
}

.icon1 {
	width:50px;
	background-color:#0d1f36;
	height:45px;
	-webkit-border-radius:0 25px 25px 0;
	        border-radius:0 25px 25px 0;
	border-right-radius:12px;
	position:relative;
	overflow:hidden;
	margin-bottom: 35px;
}
.icon1:hover {
	width:180px;
	background-color:#0d1f36;
	height:45px;
	-webkit-border-radius:0 25px 25px 0;
	        border-radius:0 25px 25px 0;
	border-right-radius:12px;
	position:relative
}
.icon1 p {
	float:left;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	        align-items:center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	margin-left:-200px;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	        justify-content:center;
	height:100%;
	overflow:hidden
}
.icon1:hover p {
	margin-left:20px;
	color:#fff
}
.icon1:hover i {
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	background:#db0707
}
.icon1 i {
	float:right;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	        align-items:center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	        justify-content:center;
	background-color:#ee6c07;
	-webkit-border-radius:100%;
	        border-radius:100%;
	height:35px;
	width:35px;
	margin-top:5px;
	margin-right:5px;
	color:#fff;
	font-size:19px;
}
.banner-sub1 {
	float:left;
	position:fixed;
	left:0;
	bottom:27%;
	z-index:9
}
.icon1, .icon1 * {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.shade{
	background-color: #000;
	padding: 50px;
	float: left;
	width: 100%;
}

* {-webkit-box-sizing: border-box;box-sizing: border-box;}
#form .wrap{
	margin-bottom: 10px;
}
.for input[type=text],input[type=tel], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 5px;
    resize: vertical;
    font-family: open sans;
    background: white;
    color: black;
    font-size: 14px;
}
em.error {

    font-size: 12px;
    color: indianred;
    font-style: normal;

}
input[type=submit] {
    background-color: #E35515 !important;
    color: white !important;
    padding: 12px 20px;
    border: none;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    cursor: pointer;
    margin-top: 15px;
}

input[type=submit]:hover {
    background-color: #ff0101 !important;
}
.container1 {
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 20px;
    margin-top: 30px;
    width: 60%;
    display: inline-block;
    margin-bottom: 30px;
    border: 1px solid grey;
}
.for{
	margin-top: 50px;
}
.for h3{
	font-size: 25px;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	color: #e35515;
}

label{
	color: white;
}
.ca{
	width: 250px;
	height: 40px;
}

.shade h1 {

    color: #fff;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 30px;
    /*! border-bottom: 1px solid #818181; */
    padding: 10px;
    font-size: 80px;
}
.shade h2 {

    color: #fff;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 15px;

    font-size: 60px;
    margin-bottom: 30px;
}
.shade h3 {

    color: #e8e8e8;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 15px;

    font-size: 27px;
}
.shade a{
	color: white;
	font-size: 22px;
	text-decoration: none;
}
.fas.fa-heart {

    color: #ff2e2e;

}
.far.fa-smile {

    color: #ee941a;

}
.shade h4 {

    color: white;
    float: left;
    width: 100%;
    text-align: center;
	font-size: 22px;
    margin-top: 15px;

    margin-bottom: 15px;
}
.container2 {

    float: right;
    width: 32%;
    margin-top: 0;

}
.media i {

    font-size: 50px;
    margin-right: 40px;

}
.container2 ul li i{
	
	position: absolute;
	margin-left: -25px;
	font-size: 22px;
}
.container2 ul li {

    border-left: 1px solid grey;
    list-style: none;
    padding-left: 40px;
    line-height: 30px;
    color: white;

    float: left;
    width: 100%;
}
.container2 ul li + li{
	margin-top: 25px;
}

.map{
	float: left;
	width: 100%;
}
.map iframe{
    float: left;
	height: 400px;
    width: 100%;
}
.result {

    margin-left: 30px;
    float: left;
    margin-top: 10px;
    color: #ff4b4b;

}

.vision {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.v1 {
    float: left;
    width: 48%;
    color: black;
    text-align: center;
    border: 1px solid #aeaeae;
    padding: 30px;
    min-height: 240px;
    margin-right: 2%;
    background: #ececec;
}
.v1 h2 {
    color: #ec8304;
}
.v1 p {
    line-height: 26px;
    color: #4f4f4f;
    margin-top: 15px;
    font-size: 14px;
}

.resp-t{
    display: block;
}
.resp-h{
    display: none;
}
.servi{
	float: left;
	width: 32.33%;
	color: black;
	text-align: center;
	margin-right: 1.5%;
	padding: 30px;
	min-height: 550px;
	border: 1px solid #e3e3e3;
}
.servi:nth-child(3){
	margin-right: 0;
}
.servi i {

    text-align: center;
    font-size: 50px;
    width: 100px;
    background: 

    #ee6c07;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 38%;

}
.serv {

    float: left;
    width: 100%;

    margin-top: 40px;
}
.servi h3{

	margin-top: 15px;
	margin-bottom: 15px;
}
.servi p{
	
	line-height: 30px;
	color: #3c3c3c;
}
.servi a {
    padding: 10px;
    display: inline-block;
    text-decoration: none;
    color: 
white;
background:
    #ee6c07;
    margin-top: 20px;
}

 
.servi a:hover{
	background: #0d1f36;
}

.fab.fa-facebook:hover {

    color: 

    #3c6dd5;

}
.fab.fa-youtube:hover {

    color: 

    red;

}

.pro{
	float: left;
	width: 100%;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
.pro img{
	float: left;
	width: 100%;
	position: relative;
}
#upp {
    top: -40%;
}

.pro h2{
	position: absolute;
top: 0;
left: 0;
font-size: 45px;
color:
white;
right: 0;
bottom: 0;
display: flex;
text-align: center;
align-items: center;
justify-content: center;
	text-transform: uppercase;
	font-weight: normal;
}


.gallery {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.gallery h2 {
    text-align: center;
    color: #ee6c07;
    font-size: 40px;
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background: black;
    font-weight: normal;
}

.f-log {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.f-log img {
    width: 25%;
}

.wrappers {
    float: left;
    width: 100%;
    margin-top: 30px;
    color: 
    black;
    line-height: 33px;
}
.wrappers ul li{
	list-style: none;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
}
.wrappers h2{
	text-align: center;
	display: inline-block;
	width: 100%;
}


































































@media (max-width: 767px)
{
    .container{
        width: 90%;
    }
h1{
    font-size: 17px !important;
}
h2{
    font-size: 16px !important;
}
h3{
    font-size: 15px !important;
}
h4{
    font-size: 14px !important;
}
h5{
    font-size: 13px !important;
}
p{
    font-size: 12px !important;
}
a{
    font-size: 13px !important;
}

header.fixed .logo{
    width: 25%;
    float: left;
}
header.fixed #nav-icon1{
    top: 15px;
}
header.fixed .back {
    padding: 4px;
    margin-top: 0px;
}
 
.logo{
    width: 30%;
    margin-top: 8px;
}

.lines{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.h-top{
    display: none;
}

header{
    background: #fff;
}
.social {

    float: left;
    background: none;
    padding: 0;
    margin-left:0%;
    -webkit-transform: none;
            -ms-transform: none;
        transform: none;

}
.resp-h{
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px;
    left: 0;
    background: white;
    z-index: 99999999999999999999999999999999999999;
    border: 1px solid #bfbfbf;
}
.banner-sub1{
	display: none;
}
.banner{
	float: left;
	width: 100%;
	height: 70vh;
}
.banner img{
	float: left;
	width: 100%;
	object-fit: cover;
	height: 70vh;
}
.nav1 {

    float: left;
    width: 60%;
    background: none;
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;

}
.inner-img{
	float: left;width: 100%;
	height: 70vh;
}
 .imgLoaded{
 	width: 100% !important;

height: unset!important;

/*object-fit: cover !important;*/
 }
.nav1::before {

  display: none;

}

.about a {
    text-align: center;
    display: inline-block;
    margin-top: 20px;
    padding: 10px;
    text-decoration: none;
    background: 
#ec8304;
margin-left: 35%;
color:
    white;
    margin-bottom: 30px;
}
.servi i {
    text-align: center;
    font-size: 30px;
    width: 70px;
    background: 
    #ee6c07;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 38%;
}
.up {

    -webkit-transform: none;
    -ms-transform: none;
        transform: none;

}
.social ul {


    display: none;
}
.nav1 ul li {

    list-style: none;
    float: left;
    margin-left: 0;

}
.social ul li a {

    float: left;
    margin-left: 0;
    padding: 10px;

}
#nav-icon1 {
  width: 30px;
  height: 20px;
  position: absolute;
  /*! margin: 50px auto; */
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  top: 20px;
    right: 30px;
  float: right;
  z-index: 999999;
}
.nav ul li{
    width: 100%;
    list-style: none;
    margin-left: 0;
    float: left;
}
#nav-icon1 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 30px;
  background: #d3531a;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.nav ul li a {

    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
        -ms-flex-pack: right;
            justify-content: right;
    display: inline-block;
    padding: 10px;
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.nav ul li ul li a{
    color: #fff;
    font-size: 15px;
    padding: 0;
    padding: 10px;
    margin-top: 0;
}
.nav .sub.opened ul{
    display: block;
    width: 100%;
    position: unset;
    background: orange;
    margin-top: 0;
    padding: 5px;
}
    .nav ul li a i {

    position: absolute;
    margin-left: 15px;

    margin-top: 3px;
}
#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 8px;
}

#nav-icon1 span:nth-child(3) {
  top: 16px;
}

#nav-icon1.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  left: 0;
  background: white;
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
  left: 0;
  background: white;
}
.nav ul li a:hover {

    color: #000;
    text-align: center;

    /*! background: black; */
}
.nav ul li ul li ul.sub-menu {

   /* left: 150px;
    top: 0;
    display: none;
    width: 370px;*/

}

body.nav-show header{
    right: 200px;
    left: -100px;
}
.nav{
    position: fixed;
    top: -100%;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background-color: #0000;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    list-style: none;
    overflow: auto;
    z-index: 9999;
    height: 100%;
}
.nav ul {

    padding: 10px;
    float: left;
    margin-top: 20px;

}
.nav.nav-show{
    top: 0;
    padding-top: 10%;
    background: #e46e33;
    width: 100%;
}
.nav span {
       position:absolute;
       right:0;
           right: -173px;
   top: 19px;
    -webkit-transform: translateY(-50%);
               -ms-transform: translateY(-50%);
        transform: translateY(-50%);
   }
       .ground{width:100%}
    header.fixed .nav{width:100%;}
    .mail p{max-width:100%}

.nav1 {

    float: left;
    margin-top: 0;
    padding-left: 20px;
    width: 60%;

}
.nav1 ul li {

    float: left;
    list-style: none;
    margin-left: 0;
    width: 100%;

}
.nav1 ul li a {

    float: left;
    text-decoration: none;
    color: black;
    font-size: 12px;
    margin-top: 3px;

    padding: 3px;
}

header.fixed .nav1 ul li a{
    font-size: 12px;
}
.logo img{
    margin-top: 0;
}

.head{
    padding: 10px;
    width: 100%;
    float: left;
}
header.fixed .head{
    padding: 6px;
}

 
.nav ul li ul li:hover ul.sub-menu{
    display: none;
}

.nav ul li:hover ul  {
    display: none;
}
.banner img{
    height: 60vh !important;
    -o-object-fit: contain;
       object-fit: contain;
}
	.banner{
    height: 60vh !important;
		
	}
.nav ul li ul.show{

    display: block;
    -webkit-transform: scale(1);
            -ms-transform: scale(1);
        transform: scale(1);

    background: white;
    width: 100%;
    float: left;
    margin-top: 0;
}


.nav ul li ul li ul.sub-menu.show {

    display: block;
    -webkit-transform: scale(1);
            -ms-transform: scale(1);
        transform: scale(1);

    background: #e6e6e6;
    width: 100%;
}


.nav ul li .hun {

    width: 100%;
    margin-left: 0px;
    z-index: 9999;

}
.nav ul li ul li ul.sub-menu{
    left: 0;
    top: 100%;
}
.nav ul li ul li {

    margin: 0;
    text-align: right;

    display: block;
    padding: 0;
    margin-top: 0;
}
.nav ul li ul li ul.sub-menu a {

    font-size: 12px;
    text-align: right;
    background: #e6e6e6;

}
 
.nav ul li:hover ul li{
    display: inline-block;
}
.nav ul li ul{
 
    display: none;
     
}
    
    
    .nav .sub.opened{
    position: relative;
    top: 0;
    width: 100%;
    /*! background: orange; */
    margin-top: 0;
}
    
    
.nav ul li:hover ul li{
    float: none;
}
body.nav-show header {

    right: 200px;
    left: -100px;

}

.banner{
    margin-top: 50px;
}
.resp-t{
    display: none;
}
.resp-h{
    display: block;
}
.up{
	margin-top: 0;
}

.effect > div{
	width: 100%;
margin-right: 0;
margin-top: 15px;
}
.share img {
    float: left;
    width: 100%;
    position: relative;
    height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
}
.exp p {
    line-height: 20px;
}
.pr-logo li img{
	padding: 5px;
}

.foot{
	padding: 10px;
}
.effect{
	margin-top: 15px;
}
.wrapper {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-top: 20px;
}
.design {
    margin-top: 16px;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.design h3 {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.design h4 {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 7px;
}

.nav ul li + li{
	border:none;
}

	.banner > img{
		
	min-height: auto;
	}
.manage{
	display: inline-block;
	padding-top: 11px;
}
.manage1{
	width: 100%;
}

.manage2{
	width: 100%;
	margin-left: 0;
	margin-top: 14px;
}
.manage p {
    color: black;
    margin-top: 0;
    line-height: 23px;
}
.manage ul li {
   
    line-height: 23px;
    margin-top: 5px;
    margin-bottom: 3px;
    font-size: 13px;
}
.manage img{
	margin-right: 0;
}
.manages2{
	width: 100%;
	margin-left: 0;
}
.manages1 {
    padding: 10px;
    float: left;
    width: 100%;
}

.shade{
	padding: 0;
}

.container1{
	width: 100%;
	margin-top: 15px;
}
.shade h4{
	margin-top: 0;
	margin-bottom: 15px;
}
.for input[type="text"], input[type="tel"], select, textarea{
	
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 13px;
}
form #submit {

    background: white;
    color: orange;
    margin-left: 0;
    padding-left: 0;
    float: left;

}
input[type="submit"] {

     padding: 10px;
        padding-left: 10px;
    border: none;
 
}
form input{
	font-size: 13px;
	margin-top: 7px;
}
.container2 {

    float: left;
    width: 100%;
    margin-top: 0%;

}
.container2 ul {

    float: left;
    width: 100%;

    margin-bottom: 30px;
}
.container2 ul li {

    border-left: 1px solid grey;
    list-style: none;
    padding-left: 40px;
    line-height: 23px;
    color: white;

    font-size: 15px;
}
.map{
	margin-bottom: 20px;
}
.servi{
	width: 100%;
	margin-top: 15px;
	padding: 10px;
	min-height: auto;
}

.serv{
	margin-top: 15px;
}

.servi h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.slide {
    margin-top: 0;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.f-log img {
    width: 50%;
}
.f-log{
	margin-bottom: 5px;
}
.wrapper ul{
	display: inline-block;
}
.wrapper ul li {
    list-style: none;
    line-height: 23px;
    cursor: pointer;
    font-size: 13px;
    float: left;
    padding-right: 10px;
    border-right: 1px solid 
    black;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wrappers{
	margin-top: 15px;
}
.wrappers ul li {
    list-style: none;
    text-align: center;
    line-height: 23px;
    font-size: 13px;
}
.design h3 {
    font-size: 11px !important;
    float: left;
    color: 
    black;
}
.about p{
	line-height: 23px;
	margin-top: 10px;
}
.v1 {
    float: left;
    width: 100%;
    color: 
black;
text-align: center;
border: 1px solid
#aeaeae;
padding: 15px;
min-height: auto;
margin-right: 0;
background:
    #ececec;
    margin-top: 12px;
}

.vision{
	margin-top: 10px;
}
.pro {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.pro + .pro {
	margin-top: 10px;
}
.gallery {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}


.n-logo.pr-logo li{
	width: 50%;
}
.c-logo li:nth-child(3n) {
    margin-right: 2%;
}
.c-logo li {
    margin-right: 2%;
    width: 48%;
    margin-top: 20px;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid 
    #b9b9b9;
    padding: 10px;
}

.shade h2{
	margin-bottom: 10px;
	margin-top: 10px;
}
.media {
    margin-bottom: 20px;
}
.shade h1{
	font-size: 25px !important;
}
.media i {
    font-size: 30px;
    margin-right: 25px;
}












































}