@charset "utf-8";


*{
	box-sizing: border-box;
	margin: 0;
	padding:0;
	font-size-adjust: none;
	-webkit-text-size-adjust:none;
	   -moz-text-size-adjust:none;
	    -ms-text-size-adjust:none;
	        text-size-adjust:none;
	transition:.4s
}


.btn1{
	margin: 5px 0 0 0 !important;
}

.staff-login-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: #1B4F8A;
    color: #ffffff !important;
    border-radius: 8px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease;
    white-space: nowrap;
    height: fit-content;
    align-self: center;
}

.staff-login-btn:hover {
    background: #0C3464;
    color: #ffffff !important;
    text-decoration: none;
}

.about-heading h2{
	margin-top: 0 !important;
}

.testi-heading{
	text-align: center;
	margin-bottom: 30px;
}

img{max-width: 100%;}
a{
	text-decoration: none;
}
span{
	font-style: italic;

font-weight: 400;

font-family: 'Libre Baskerville', serif;
}
.container{
	width: 90%;
	margin: 0 auto;
}
body{
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden; 
	float: left;
	width: 100%;
}

.wrap1 {
  float: left;
  width: 50%;
  padding: 40px;
}

.redd {
  color: #393939 !important;
  text-transform: capitalize;
}


.navigation{
	float: left;
	background-color: #2e7651;
	width: 100%;
	position: fixed;
	z-index: 99999;
}
video{
	float: left;
	width: 100%;
	background-color: black;
	height: 100vh;
	object-fit: cover;
	transform: scale(1.2);
}
.sliderimg {

    float: left;
    width: 100%;
    height: 100vh;
    overflow: hidden;

}
#ad\ new {
    background: #007139;
}
#ad\ new h3{
	color: white !important;
}
.nav{
	float: left;
	width: 75%;
}
.nav1{
	float: right;
	width: 25%;
	margin-top: 10px;
}
.nav ul li{
	float: left;
	margin-left: 25px;
	list-style: none;
	padding: 15px;
	color: #fff;
	font-size: 12px;
}
.nav1 ul li{
	float: left;
	margin-left: 40px;
	list-style: none;
	padding: 5px;
	color: #fff;
}
.fas.fa-phone {

    transform: rotate(90deg);

}

.banner img{
	float: left;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}


.slick-slide>div,.slider-image{
	float: left;
	width: 100%;

}
.slider-img img{
	width: 100%;
	float: left;
	object-fit: cover;
}


.slider-image {position: relative;}
.slider-content {
  position: relative;
}


.slider-text {
	position: absolute;
	top: 225px;
	bottom: 0;
	left: 175px;
	right: 0;
	justify-content: center;
	width: 100%;
	/*! align-items: center; */
	/*! text-align: center; */
}

.slider-text h2{
	width: 100%;
	color: #fff;
	margin-top: 50px;
	float: left;
	font-size:50px;
	/*! text-align: center; */
	/*! margin-left: 10%; */
}

.slider-text h3{
	margin-top: 10px;
	font-size:20px;
	color: white;
	width: 100%;
	margin-bottom: 60px;
}
.slider-text a{
	margin-top: 40px;
	font-size:13px;
	padding: 20px;
	background-color: white;
	color: black;
	width: 175px;
	text-align: center;
	margin-left: 15px;
	border-radius: 5px;
	font-weight: bold;
	float: left;
}

.slider-text a:hover{
	background-color: #2e7651;
	color: white;
}

.slick-dots {

    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    cursor: pointer;

}


.testi {
  background: #d9d9d9;
  width: 95% !important;
  padding: 35px;
  text-align: center;
}

.dum {
  width: 18%;
  border-radius: 50%;
  margin-top: 40px;
  margin-left: 42%;
  margin-bottom: 15px;
  padding: 5px;
}
.p8 p {
  line-height: 25px;
  margin-top: 30px;
  color: #424242;
}

.logo img{
	margin-top: -10px;
    margin-bottom: 10px;
}

/* 
.slick-dots .slick-active button {

    background-color: #ec1f27;

} */
.slick-dots li button {

    font-size: 10px;
    padding: 5px;
    margin-left: 5px;
    border-radius: 50%;
    background-color: #fffefe;
    border: none;
    color: transparent;
    width: 15px;
    height: 15px;

}
.navi{
	position: fixed;
	left: 0;
	top: 0;
	margin-top: 70px;
	width: 100%;
	background: white;
	/*! padding: 10px; */
	margin-top: 0;
	z-index: 99999;
	box-shadow: 0 0 10px #d5d5d5;
}
.logo{
	float: left;
	width: 20%;
	text-align: center;
}
.site{
	/* float: left; */
	margin-top: 20px;
	width: 75%;
	margin-left: 5%;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.site ul li{
	float: left;
	/*! margin-left: 30px; */
	list-style: none;
	color: #2e7651;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	font-weight: bold;
}


.site ul li ul {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 126%;
    margin-top: 0;
    background: #343233;
    width: 225px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px) !important;
    transition: .3s ease-in;
}



.panel5 {
  text-align: center;
  margin-top: 50px;
  float: left;
  width: 100%;
}





.carrer {
  float: left;
  width: 100%;
  padding: 50px 0;
  background: #eee;
  margin-top: 70px;
  text-align: center;
}

.carrer h2{
    font-size: 35px;
    margin-bottom: 30px
}

.resume {
  float: left;
  width: 100%;
  padding: 30px;
  border: 1px dotted #a4a4a4;
}


#form .wrap {
    margin-bottom: 10px;
}
#msform select:before {

    content: '\f107';
    position: absolute;
    right: 0;
    z-index: 9999999;
    top: 0;

}
#msform input[type=text],
input[type=tel],
select, option, 
textarea {
    border: 1px solid #c1c1c1 !important;
}
input[type=text],
input[type=tel],
input[type=number],
input[type=email],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #919191 !important;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 0;
    resize: vertical;
    font-family: open sans;
    color: #1c1c1c;
    background: none;
    border: none;
    font-size: 14px;
}

em.error {

    font-size: 14px;
    color: red;
    font-style: normal;
    width: 100%;
    float: left;
    margin-top: 7px;
    margin-bottom: 2px;
    text-align: left;
}

input[type=submit] {
    background-color: #00adee;
    color: #fff;
    padding: 12px 30px;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 15px;
    font-size: 15px;
    float: left;
}

input[type=submit]:hover {
    background-color: green;
    color: #fff;
}

::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1c1c1c;
    opacity: 1;
    /* Firefox */
}

::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1c1c1c;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#1c1c1c;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1c1c1c;
    opacity: 1;
    /* Firefox */
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1c1c1c;
    opacity: 1;
    /* Firefox */
}

label {
    color: #000;
    margin-top: 15px;
    float: left;
}
#resume-btn {
    margin-top: 15px;
    float: left;
    width: 100%;
}

.ca {
    width: 250px;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 4px;
    float: left;
}

.result {
    color: 
    #00ac00;
    font-size: 22px;
    margin-top: 15px;
    float: left;
    width: 100%;
}


.container2 {
    -webkit-border-radius: 5px;
    border-radius: 20px;
    padding: 20px;
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    float: left;
    background: #f4f4f4;
}

.forms{
    float: left;width: 100%;
}
.forms h3 {

    color: 

    #1c1c1c;
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
}

























 
.site ul li ul li{
    width: 100%;
    margin-left: 0;
    float: left;
}
.site ul li ul li a:hover{
    background: #fff;
    color: #343233;
    border-radius: 0;
}
.site ul li ul li a{
    width: 100%;
    color: #fff;
    float: left;
    padding: 10px;
    text-align: left;
    font-weight: normal;
}
.site ul li:hover ul {
    /*! display: block; */
    opacity: 1;
    visibility: visible;
    transform: translateY(0px) !important;
    border: 1px solid #fff;
}
 






.big {
    background: #343233;
    padding: 20px 50px !important;
	color: white !important;
}
 
.site ul li a{
	color: #000;
	padding: 10px;
	font-weight: normal;
}
.site ul li a:hover{
	color: #fbfbfb;
	background: #333132;
	border-radius: 10px;
}
.site ul li:hover{
	color: green;
}
.site ul{
	float: left;
	width: auto;
    flex: 1;
	display: flex;
	justify-content: space-evenly;
    margin-right: 20px;
}
.box {
		position: relative; }
		.box::before {
			content: '';
			display: block;
			height: 3px;
			width: 0;
			position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
			margin: 0 auto;
			background-color: #333132;
			transition: all 0.3s ease-in-out; }
		.box:hover::before {
			width: 100%; }
.box{
	float: left;
	width: 30%;
	margin: 1%;
	padding: 35px;
	background: white;
	min-height: 300px;
	box-shadow: 0 0 5px #e6e6e6;
}
.box h3{
	
	margin-top: 10px !important;
	color: #404040 !important;
	font-size: 21px !important;
}
.box h5{
	
	font-weight: normal;
	color: #777;
	font-size: 15px;
	margin-top: 15px;
}
.box:hover{
	margin-top: 5px;
	animation: slideInUp ease-in;
	transition: 1s;
	cursor: pointer;
}
.content {

    float: left;
    width: 100%;
    margin-top: 75px;
    text-align: center;
    /*! margin-bottom: 75px; */
    background: #f4f4f4;
}

.content h1{
	font-size: 40px;
	color: #444148;
	margin-top: 75px;
	margin-bottom: 75px;
}
.pannel2 {
    float: left;
    width: 100%;
    margin-top: -75px;
    z-index: 9999;
}
 
.boxes{
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/*! padding-top: 100px; */
	/*! padding-bottom: 100px; */
	text-align: center;
}

.box h2{

	font-size: 40px;
	color: #444148;
	font-weight: bold;
}
.box p{
	
	font-size: 20px;
	color: #444148;
	margin-top: 3px;
}
.wrapper {
    float: left;
    width: 100%;
    margin-top: 75px;
    text-align: center;
    /*! margin-bottom: 75px; */
}
.wrap{
	float: left;
	width: 90%;
	/*! min-height: 460px; */
	margin-left: 10px;
	/*! padding: 20px; */
	margin-top: 15px;
	margin-bottom: 10px;
	display: flex;
	margin-left: 5%;
	margin-right: 5%;
}
#cap {

    float: left;
    width: 25%;

    display: flex;
    flex-direction: column;
    margin-right: 26%;
}
.wrap h3{
	margin-top: 30px;
	float: left;
	font-size: 20px;
	width: 100%;
	color: #737373;
	letter-spacing: 2px;
}
.wrap p{
	margin-top: 15px;
	float: left;
	width: 100%;
	padding: 10px;
	color: #7f7f7f;
	line-height: 25px;
}


.blog{
	background-color: #42474b;
	float: left;
	width: 100%;
	padding: 30px;
	/*! margin-top: 136px; */
}
.box1{
	float: left;
	width: 30%;
	margin-left: 110px;
}
.box2{
	float: left;
	width: 60%;
	margin-top: 30px;
}
.box1 img {

    float: left;
    width: 100%;
    padding: 25px;

    /*! margin-top: 50px; */
}
.box2 p{
	margin-top: 25px;
	line-height: 32px;
	color: #dadada;
}
.box2 h1{
	
	line-height: 27px;
	color: #f5f5f5;
	margin-bottom: 20px;
}

.box2 a{
	float: left;
	margin-top: 50px;
	padding: 20px;
	background: #2e7651;
	color: white;
	font-size: 13px;
	border-radius: 5px;
	letter-spacing: 2px;
	font-weight: bold;
}
.box2 a:hover{
	background: white;
	color: #2e7651;
	border: 2px solid #2e7651;
}


.box i {

    font-size: 50px;
    color: #005f65;
    margin-bottom: 20px;
    font-size: 45px;

}
.blogs{
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 100px;
	margin-bottom: 100px;
}
.boo{
	float: left;
	width: 50%;
	padding: 50px;
}
.boo img{
	float: left;
	width: 100%;
	box-shadow: 10px 10px 10px gray;
}

.bow{
	float: left;
	width: 50%;
	padding: 30px;
	margin-top: 20px;
}

.bow h3{

	font-size: 15px;
	color: gray;
}
.bow h2{
	
	margin-top: 15px;
	font-size: 30px;
	color: gray;
}
.bow hr{
	
	margin-top: 15px;
	color: #d0d0d0;
	width: 100px;
	margin-bottom: 15px;
}
.bow p{
	
	float: left;
	line-height: 30px;
	color: gray;
	margin-bottom: 20px;
}

.bow span{
	font-style: italic;
	font-weight: normal;
}
.bow a{
	float: left;
	margin-top: 50px;
	padding: 20px;
	background: #2e7651;
	color: white;
	font-size: 13px;
	border-radius: 5px;
	letter-spacing: 2px;
	font-weight: bold;
}
.bow a:hover{
	background: white;
	color: #2e7651;
	border: 2px solid #2e7651;
}
.stat{
	float: left;
	width: 100%;
	display: flex;
	background-color: #fff;
	flex-wrap: wrap;
	padding-bottom: 35px;
}
.square{
	float: left;
	width: 25%;
	padding: 20px;
}
.squ{
	float: left;
	width: 100%;
	margin-top: 50px;
}

.square h3{

	color: #3c3c3c;
	margin-bottom: 20px;
}

.square p{
	
	line-height: 25px;
	color: gray;
}
.squ + .squ{
	margin-top: 10px;
}
.pannel h2{
	
	font-size: 35px;
	font-weight: normal;
}
.pannel p{
	
	margin-top: 20px;
	line-height: 33px;
}
.pannel{
	float: left;
	width: 100%;
	background-image: url(../img/back.jpg);
	padding: 100px 50px 130px;
	text-align: center;
	color: white;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	z-index: -1;
}

.pan {
	float: left;
	width: 32.33%;
	background: #42474b;
	padding: 70px;
	min-height: 460px;
}
.pan2 {
	float: left;
	width: 45%;
	margin-top: 0;
	padding: 0 20px;
}
.pan3 {
	float: right;
	width: 35.33%;
	background: #dadada;
		min-height: 460px;
	padding: 70px;
}
.pan h4{

	color: white;
	font-size: 15px;
}
.pan h2{
	
	margin-top: 15px;
	margin-bottom: 10px;
}
.pan hr{
	
	width: 80px;
}
.pan p{
	
	color: #ababab;
	margin-top: 20px;
	line-height: 27px;
}

.pannel span{
	
	font-size: 40px;
	font-style: italic;
	color: white;
	font-weight: normal;
}
.pan2 h4{

	color: white;
	font-size: 15px;
}
.pan2 h2{
	
	margin-top: 15px;
	margin-bottom: 10px;
}
.pan2 hr{
	
	width: 80px;
	color: white;
}
.pan2 p{
	color: #fff;
	margin-top: 20px;
	line-height: 27px;
}


.square i {

    font-size: 40px;
    color: #2e7651;
    margin-bottom: 34px;

}
.pan3 h4{

	color: #42474b;
	font-size: 15px;
}
.pan3 h2{
	
	margin-top: 15px;
	margin-bottom: 10px;
}
.pan3 hr{
	
	width: 80px;
}
.pan3 p{
	color: #42474b;
	margin-top: 20px;
	line-height: 27px;
}

.pan3 span{
	color: #42474b;
}

.bl{
	float: left;
	width: 100%;
	margin-top: 100px;
	margin-bottom: 100px;
}
.blr{
	width: 32.33%;
	float: left;
	padding: 20px;
	position: relative;

}

.a2 img {
  object-fit: contain;
  height: 400px;
}
.checked {
  color: orange;
}


#ww {
  width: 100% !important;
  padding: 50px 0;
}


.containerr {
  border: 2px solid #ccc;
  background-color: #eee;
  border-radius: 5px;
  padding: 16px;
  margin: 16px 0
}

.containerr::after {
  content: "";
  clear: both;
  display: table;
}

.containerr img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}

.containerr span {
  font-size: 20px;
  margin-right: 15px;
}



.box img {
  width: 150px;
}














.blr img{
	float: left;
	width: 100%;
	height: 500px;
	position: relative;
	object-fit: cover;
	border-radius: 6px;
}

.blr h2{

	color: white;
}

.blr h5{
	
	color: white;
	margin-top: 10px;
}
.blr p{
	
	color: white;
	margin-top: 20px;
	line-height: 25px;
}
.ab{
	position: absolute;
	top: 0;
	left: 0;
	padding: 40px;
	margin-top: 134px;
}
.pan a:hover{

	background: #2e7651;
	color: white;
}
.pan a {

    padding: 10px;
    background: white;
    border-radius: 5px;
    margin-top: 100px;
    float: left;
    color: black;
}
.pan2 a:hover{
background: #2e7651;
	color: white;
border: 1px solid white;
}
.pan2 a {

    padding: 10px;
    background: white;
    border-radius: 5px;
    margin-top: 75px;
    float: left;
    color: black;
}
.pan3 a:hover{
	background: #2e7651;
	color: white;
}
.pan3 a {

    padding: 10px;
    background: white;
    border-radius: 5px;
    margin-top: 75px;
    float: left;
    color: black;
}
#rep {
    width: 100%;
    margin-bottom: 30px;
}
#rep h4{
	text-align: center;
	font-size: 25px;
	display: inline-block;
	width: 100%;
	font-weight: normal;
}
.contact{
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.con{
	float: left;
	width: 50%;
	padding: 75px;
	background: #bbb;
	min-height: 610px;
}
.con h3{

	color: black;
	font-size: 14px;
}
.con h1{
	
	color: black;
	margin-top: 20px;
}
.con span{
	
	font-style: italic;
	font-weight: normal;
}
.con hr{
	
	width: 80px;
	margin-top: 15px;
	margin-bottom: 20px;
}
.con p{
	
	color: black;
	line-height: 30px;
	margin-bottom: 40px;
}

.con ul{
	
}
.con ul li{
	color: black;
	list-style: none;
	margin-top: 35px;
	line-height: 27px;
	margin-left: 35px;
}
.con ul li a{
	
	color: black;
}
.con i {

    position: absolute;
    margin-left: -37px;
    color: #2e7651;
    font-size: 25px;
}


.cont{
	float: left;
	width: 50%;
	padding: 75px;
	background: #ebebeb;
	min-height: 610px;
}
.cont h3{

	color: #42474b;
	font-size: 14px;
}
.cont h1{
	
	color: #42474b;
	margin-top: 20px;
}
.cont span{
	
	font-style: italic;
	font-weight: normal;
}
.cont hr{
	width: 80px;
	margin-top: 15px;
	margin-bottom: 20px;
	color: #dfdfdf;
}

* {box-sizing: border-box;}
.for .wrap1{
	margin-bottom: 10px;
}
input[type=text],input[type=tel], select, textarea {
    width: 100%;
    padding: 12px;
    border: none;
    /*! border-radius: 4px; */
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    font-family: open sans;
    /*! border: none; */
    background: #ebebeb;
    border-bottom: 1px solid #ccc;
}
em.error {

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

}
input[type=submit] {
    background-color: #2e7651;
    color: white;
    padding: 16px 35px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

input[type=submit]:hover {
    background-color: white;
    color: #2e7651;
    /*! border: 2px solid #2e7651; */
}
.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: 100%;
}
.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;
}
.link{
	float: left;
	width: 50%;
	padding: 20px;
	text-align: center;
}

.social{
	float: left;
	width: 100%;
}
.social ul{
	
	display: flex;
	width: 70%;
	justify-content: space-evenly;
	margin-left: 15%;
}
.social ul li{
	float: left;
	/*! margin-left: 25px; */
	list-style: none;
	text-align: center;
		/*! width: 40px; */
	/*! height: 40px; */
	/*! border-radius: 50%; */
	/*! background-color: #e8e8e8; */
	margin-top: 20px;
}

.social i{

	font-size: 20px;
	color: white;
	text-align: center;
	vertical-align: middle;
	margin-top: 10px;
	width: 40px;
	height: 40px;
	background: #e8e8e8;
	border-radius: 50%;
	display: inline-block;
	padding-top: 10px;
}
.foot{
	float: left;
	width: 100%;
	margin-top: 50px;
}
.link p{
	
	line-height: 25px;
	margin-top: 25px;
	color: gray;
}

.link2{
	float: left;
	width: 50%;
	padding: 20px;
}

.link3{
	float: left;
	width: 15%;
	padding: 20px;
}

.link2 h3 {

    color: #343233;

    margin-bottom: 20px;
    margin-left: 50px;
    margin-left: 25px;
    font-size: 26px;
}
.link2 ul li {

    color: gray;
    list-style: none;
    margin-top: 8px;
    margin-left: 25px;
    line-height: 27px;
}
.link2 a {

    color: gray;

}
.link3 h3{
	color: gray;
}

.link3 ul{

	margin-top: 25px;
}
.link3 ul li{
	
	color: gray;
	list-style: none;
	margin-top: 15px;
	cursor: pointer;
}

.foot{
	float: left;
	width: 100%;
}


footer{
	float: left;
	width: 100%;
	background: #f9f9f9;
}


.rights{
	float: left;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 20px;
}
.rights p{
	float: left;
	color: gray;
	font-size: 15px;
}

.rights h3{
	float: right;
	font-weight: normal;
}
.wrap i {

    font-size: 60px;
    color: #005f65;

}

.rights a {
    color: gray;
    font-size: 16px;
}


.success h3{

	color: gray;
}
.success h1{

	color: #444;
	margin-top: 25px;
	font-size: 40px;
}
.success p{

	color: gray;
	line-height: 30px;
	margin-top: 25px;
}

.pannel3 {
    float: left;
    width: 100%;
    padding: 70px 0;
    position: relative;
}
.pan1 {
    float: left;
    width: 45%;
    margin-right: 5%;
}
.pan1 a{
	
	padding: 10px;
	display: inline-block;
	background: #006f37;
	color: white;
	width: 175px;
	text-align: center;
	border-radius: 15px;
	margin-top: 40px;
	font-size: 18px;
	margin-left: 20px;
}
.pan1 a:hover{
	
	background: #63af42;
}
.pan1 h2{
	
	font-size: 35px;
	font-weight: normal;
	margin-top: 30px;
}
.pan1 ul{
	
	margin-top: 20px;
	float: left;
}
.pan1 ul li{
	
	margin-top: 10px;
	margin-left: 30px;
	text-align: justify;
	color: #606060;
	list-style: none;
}
.pan1 ul li i{
	
	position: absolute;
	margin-left: -30px;
	font-size: 18px;
	color: #343233;
}
.success {
	float: left;
	width: 100%;
	position: relative;
    /*! margin-bottom: 50px; */

	/*! margin-top: 76px; */
}
.slider-text .blue{
	background-color: #2e7651;
	color: white;
}
.slider-text .blue:hover{
	color: black;
}
.success img:nth-child(1){
	position: relative;
}
.success img:nth-child(2){
	position: absolute;
	float: left;
	margin-left: -60%;
	margin-top: 20px;
}

.pres img{
	width: 100%;
	float: left;
	position: relative;

	cursor: pointer;
}
.pres{
	width: 25%;
	float: left;
	position: relative;
	overflow:hidden;
}
.pres h4,.pres h2{
	visibility: hidden;
	transform: translateY(50px);
	opacity: 0;
}
.pres:hover h4,.pres:hover h2{
	visibility: visible;
	transform: translateY(0);
	opacity: 1;
}
.pres h4:hover{
	text-decoration: underline;
	cursor: pointer;
}
.pres h2:hover{
	text-decoration: underline;
	cursor: pointer;
}

.pres h4{
	display: inline-block;
	width: 100%;
	text-align: center;
	z-index: 999;
	margin-top: 40%;
	transition-delay: 0.2s;
	color: white;
	font-size: 22px;
}
.pres h2{
	display: inline-block;
	width: 100%;
	text-align: center;
	z-index: 9999;
	margin-top: 5%;
	font-size: 40px;
	transition-delay: 0.4s;
	color: white;
}
.pres:hover .blo{
	transform: translateY(0);
}
.blo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateY(100%);
	background: rgba(22, 22, 22, 0.58);
}
.peel{
	float: left;
	width: 100%;
	/*! margin-top: 50px; */
	padding: 20px;
	/*! margin-bottom: 100px; */
	background: #f7f7f7;
}
.slider-texts{
	float: left;
	width: 40%;
}

.peel img{
	float: left;
	width: 60%;
}
.slick-slide .slider-img,.slick-slide .slider-texts{
	float: left;
	width: 50%;
}

.slick-slide .slider-img img{
	width: 100%;
}


.slider-texts{

	padding: 0 70px;
}

.slider-texts h2{

	margin-bottom: 15px;
	font-size: 30px;
	color: #474747;
}
.slider-texts h5{
	margin-bottom: 20px;
	color: #5e5e5e;
}
.slider-texts p{
	
	line-height: 30px;
	color: gray;
}

.slider-texts hr{
	width: 70px;
	display: inline-block;
	margin-bottom: 20px;
	color: #f0f0f0;
}
.slider-texts a{
	padding: 16px;
	float: left;
	background: #2e7651;
	color: white;
	letter-spacing: 2px;
	border-radius: 5px;
	margin-top: 50px;
}
.box h2 span{
	font-size: 27px;
	font-family: Sans-Serif;
	font-weight: bold;
}



.test{
	float: left;
	width: 100%;
	background-image: url(../img/meet.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 100px;
}
.tell h1{
	width: 100%;
	display: inline-block;
	text-align: center;
	color: white;
	font-size: 20px;
}
.tell h2{
	float: left;
	width: 100%;
	text-align: center;
	color: white;
	margin-top: 25px;
	font-size: 40px;
}
.tell hr{
	width: 50px;
	text-align: center;
}

.tell p{
	width: 100%;
	color: white;
	line-height: 38px;
	text-align: center;
	font-size: 24px;
	margin-top: 25px;
	display: inline-block;
}
.ceo img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.ceo{
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-top: 50px;
}
.ceo h3{
	color: white;
	margin-top: 20px;
}
.ceo p{
	margin-top: 0;
}
.team{
	float: left;
	margin-top: 75px;
	width: 100%;
	margin-bottom: 100px;
}

.team h1{
	color: #505050;
	font-size: 40px;
	margin-top: 20px;
	margin-bottom: 60px;
	text-align: center;
}
.team h3{
	color: gray;
	font-size: 18px;
	text-align: center;
}
.prest img{
	width: 100%;
	float: left;
	position: relative;
	cursor: pointer;
	height: 400px;
}
.prest{
	width: 33.33%;
	float: left;
	position: relative;
	overflow:hidden;
	height: 395px;
}
.prest h5,.prest h3{
	visibility: hidden;
	transform: translateY(50px);
	opacity: 0;
}
.prest:hover h5,.prest:hover h3{
	visibility: visible;
	transform: translateY(0);
	opacity: 1;
}
.prest h5:hover{
	text-decoration: underline;
	cursor: pointer;
}
.prest h3:hover{
	text-decoration: underline;
	cursor: pointer;
}

.prest h5{
	display: inline-block;
	width: 100%;
	text-align: center;
	z-index: 999;
	margin-top: 40%;
	transition-delay: 0.2s;
	color: white;
	font-size: 20px;
}
.prest h3{
	display: inline-block;
	width: 100%;
	text-align: center;
	z-index: 9999;
	margin-top: 25%;
	font-size: 33px;
	transition-delay: 0.4s;
	color: white;
}
.prest:hover .blo{
	transform: translateY(0);
}
.blo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateY(100%);
	background: rgba(22, 22, 22, 0.58);
}

.under{
	float: left;
	width: 100%;
}
.under img{
	float: left;
	width: 100%;
}
.pannel4 {
    float: left;
    width: 100%;
    background-image: url(../img/ac.jpg);
    padding: 100px 50px 130px;
    text-align: center;
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.pannel4 h3{

	color: white;
	font-size: 40px;
	font-weight: normal;
}
.pannel4 p{
	
	color: white;
	margin-top: 20px;
	font-size: 18px;
}

.pannel4 a{
	
	padding: 10px;
	display: inline-block;
	background: #fff;
	color: #282828;
	width: 175px;
	text-align: center;
	border-radius: 15px;
	margin-top: 40px;
	font-size: 18px;
}
.pannel4 a:hover{
	
	background: #63af42;
}
.fab.fa-facebook-f {
    color: #3333e3;
}

.fab.fa-twitter {
    color: #00abff;
}
.fab.fa-instagram {
    color: purple;
}
.fab.fa-youtube {
    color: red;
}

.fa-linkedin-in{
	color: #0077B5 !important;
}

.bann {
    float: left;
    width: 100%;
    margin-top: 60px;
    position: relative;
}

.bann img{

	position: relative;
	float: left;
	width: 100%;
	height: 350px;
	object-fit: cover;
}

.bann h2{
	
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 50px;
	background: rgba(22, 19, 62, 0.36);
	font-weight: normal;
}

.pannel5 {
    float: left;
    width: 100%;
    background-image: url(../img/pattern.png);
    padding: 100px 50px 130px;
    text-align: center;
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.about-in {
    float: left;
    width: 100%;
    padding: 30px 0;
}
.pannel6 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 70px 0;
}
.pannel6 span{
	
	font-size: 32px;
	font-weight: bold;
}
.pannel6 h5 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 17px;
    color: gray;
}
#gou {
    padding: 70px 0 20px;
}
#gou{
	color: black;
	font-size: 35px;
}
.pannel6 h2{
	
	color: #343233;
	font-weight: normal;
	width: 100%;
	text-align: center !important;
	display: inline-block;
}
.a1 {
    float: left;
    width: 60%;
    padding: 0 50px 0 0;
}
.a1 h3 {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    color: #343233 !important;
}
.a3 h3 {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    color: #343233 !important;
}
.a2 {
    float: left;
    width: 40%;
    height: 400px;
    text-align: center;
    margin-top: 40px;
}
.a1 h2{

	color: #343233;
	font-weight: normal;
	text-align: justify;
	font-size: 35px;
	margin-bottom: 10px;
	display: inline-block;
	margin-top: 20px;
}
.fas.fa-check-circle {
    color: #343233 !important;
}
.a1 p{
	
	float: left;
	text-align: justify;
	margin-top: 20px;
	line-height: 30px;
	color: #606060;
	font-size: 16px;
}

.a3{
	float: left;
	width: 100%;
}

.a3 p{
	
	float: left;
	text-align: justify;
	margin-top: 20px;
	line-height: 30px;
	float: left;
	width: 100%;
	color: #606060;
	font-size: 16px;
}

.about-in h3{
	
	float: left;
	width: 100%;
	margin-top: 75px;
	font-size: 35px;
	font-weight: normal;
	color: #2d2d2d;
	margin-bottom: 30px;
}
#kev {
    color: #343233;
    margin-top: 40px;
}

#ad {
    min-height: 200px !important;
}
.pannel5 h2 {
    float: left;
    font-size: 35px;
    font-weight: normal;
    margin-bottom: 40px;
}
.pannel5 ul{

	float: left;
	width: 100%;
}

.pannel5 ul li{
	
	float: left;
	width: 50%;
	text-align: left;
	margin-top: 20px;
	font-size: 18px;
	list-style: none;
}

.pannel5 ul li i{
	
	position: absolute;
	margin-left: -30px;
	font-size: 20px;
}

.a1 ul{

	margin-top: 15px;
	display: inline-block;
	float: left;
	width: 100%;
}

.a1 ul li{
	
	list-style: none;
	line-height: 30px;
	color: #6f6f6f;
}
 
.beh{

	float: left;
	width: 100%;
}

.beh h2{
	
	background: #F7F9FA;
	padding: 100px;
	font-size: 35px;
	font-weight: normal;
	color: #343233;
}
.hind{

	float: left;
	width: 100%;
	display: flex;
}
.b1{

	float: left;
	width: 28%;
	margin-right: 5%;
}

.b1 img{

	float: left;
	width: 100%;
}
.b2{

	float: left;
	width: 100%;
	padding: 15px 5px;
}
.b2 h3{
	
	font-size: 20px;
}

.b2 a{
	
	color: #005f1f;
	margin-top: 7px;
	display: inline-block;
}
.b2 p{
	
	margin-top: 10px;
	color: #646464;
}
.hind + .hind{
	margin-top: 50px;
}


.pannel7{

	text-align: center;
}
.pannel7 h2{ 
	
	font-size: 35px;
	font-weight: normal;
	display: inline-block;
	color: #424242;
}
.pannel8{

	float: left;
	width: 100%;
	display: flex;
}
.p1{
	
	float: left;
	width: 32.5%;
	background: #cfebdf;
	text-align: center;
	padding: 30px;
	margin: 5px;
	border: 1px solid #c3d9d0;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.p1 img{

}
.p1 h3{
	
	margin-top: 10px;
	color: #353535;
}
.p1 ul{
	
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 30px;
	min-height: 200px;
}
.p1 ul li{
	
	text-align: left;
	list-style: none;
	margin-left: 30px;
	font-size: 16px;
	margin-top: 8px;
}
.p1 ul li i{
	
	position: absolute;
	margin-left: -25px;
	margin-top: 4px;
	font-size: 18px;
}
.p1 h4{
	
	font-size: 23px;
	margin-top: 10px;
	color: #343233;
}
.pannel9{

	float: left;
	width: 100%;
	padding: 50px 0;
	text-align: center;
}
.pannel9 h2{
	
	font-size: 35px;
	font-weight: normal;
	margin-bottom: 20px;
}

.wor{

	display: inline-block;
	width: 70%;
	background: #f2fffa;
	padding: 50px;
	margin-top: 20px;
	margin-right: 15%;
	margin-left: 15%;
	border: solid 1px #d6efe6;
	margin-bottom: 20px;
}
.wor h3{
	
	float: left;
	width: 100%;
	font-size: 28px;
	text-align: left;
	color: #343233;
	font-weight: normal;
}
.wor ul{
	
	float: left;
	width: 100%;
	margin-top: 10px;
}
.wor ul li{
	
	text-align: left;
	list-style: none;
	margin-top: 13px;
	color: #4d4d4d;
}
.bac{

	float: left;
	width: 100%;
	height: 90vh;
	position: relative;
}
.bac img{
	
	float: left;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
}
.bac h2{

	position: absolute;
	top: 45%;
	left: 40%;
	font-size: 55px;
	font-weight: normal;
	color: white;
}
.vis{

	position: absolute;
	top: 65%;
	left: 10%;
	right: 10%;
}
.vis img{
	
	float: left;
	width: 100%;
}
.ross{

	float: left;
	width: 60%;
	margin-top: 20%;
	margin-left: 20%;
	margin-bottom: 5%;
}
.ross h2{

	color: #404040;
}
.ross p{
	
	margin-top: 15px;
	color: #595959;
	font-size: 20px;
}
.ross ul{
	
	margin-top: 20px;
}
.ross ul li{
	
	list-style: none;
	margin-top: 10px;
	color: #595959;
}
.cont-ban{

	float: left;
	width: 100%;
	position: relative;
	height: 85vh;
}

.cont-ban img{
	
	float: left;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cont-ban h2{
	
	position: absolute;
	top: 40%;
	left: 30%;
	color: white;
	font-size: 36px;
	font-weight: normal;
	background: rgba(85, 95, 154, 0.6);
	padding: 10px;
}

.mike{
	
	margin-top: -10%;
	float: left;
	width: 100%;
}
header.fixed .navi{
    animation: fadeInDown;
    transition: 1s;
}




* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#form .wrap {
    margin-bottom: 10px;
}
#msform select:before {

    content: '\f107';
    position: absolute;
    right: 0;
    z-index: 9999999;
    top: 0;

}
#msform input[type=text],
input[type=tel],
select, option, 
textarea {
    border: 1px solid #c1c1c1 !important;
}
input[type=text],
input[type=tel],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #d2d2d2 !important;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 0;
    resize: vertical;
    font-family: open sans;
    color: #000;
    background: white;
    border: none;
    font-size: 14px;
    height: 50px;
}

em.error {

    font-size: 14px;
    color: red;
    font-style: normal;
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

input[type=submit] {
    background-color: #00000;
    color: #ffffff;
    padding: 12px 30px;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 2%;
    font-size: 15px;
    margin-left: 5%;
    width: 40%;
}

input[type=submit]:hover {
    background-color: #63af42;
    color: #fff;
}

::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

label {
    color: #cf2b23;
}

.ca {
    width: 250px;
    height: 42px;
    margin-top: 20px;
    margin-bottom: 4px;
    float: left;
    margin-right: 20px;
}

.result {
    color: #eaeaea;
    font-size: 20px;
    margin-top: 15px;
}

.ud {

    float: left;
    width: 100%;
    padding: 50px;
    background: #333132;

    margin-top: 30px;
}
.container2 {
    -webkit-border-radius: 5px;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    float: left;
}

.container2 h3 {
    font-size: 35px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    color: #fff;
    margin-bottom: 20px;
}

.lines{
    display: none;
}
.navi{
	display: block;
}




















































































@media (max-width: 767px)
{

    header span{
        font-family: 'Times New Roman';
    }
    .container{
        width: 90%;
    }
.lines{
    display: block;
}
.navi{
	display: none;
}
h2{
    font-size: 16px !important;

}
h3{
    font-size: 15px !important;
}
h4{
    font-size: 14px !important;
}
h5{
    font-size: 13px !important;
}
h6{
    font-size: 13px !important;
}
p{
    font-size: 14px !important;
}
header.fixed .logo{
    width: 35%;
    float: left;
}
header.fixed #nav-icon1{
    /*! top: 25px; */
}
header.fixed .back {
    padding: 4px;
    margin-top: 0px;
}
 
.logo{
    width: 40%;
    float: left;
    margin-left: 0;
    margin-top: 5px;
}
    .logo img{
    width: 100%;
    float: left;
}

.lines {
    display: block;
    position: fixed;
    z-index: 99999999;
    width: 100%;
    background: 
    white;
    padding: 15px;
    border-bottom: 1px solid #c8c8c8;
}
.header-top{
    display: none;
}

.bann-img{
    margin-top: 0;
}
.nav{
    align-items:  flex-start;
}
.bann {
    float: left;
    height: 70vh;
}

.main-button, .main-button01{
    padding: 5px 10px;
}
.cont p{
    margin-bottom: 30px;
    line-height: 24px;
}
.cont h3{
    margin-bottom: 0;
}
.nav1 {

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

}
.nav1::before {

  display: none;

}
.up {

    -webkit-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: relative;
  /*! margin: 50px auto; */
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  top: 15px;
    right: 2%;
  float: right;
  z-index: 9999;
}
.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: black;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}
.nav ul li a {

    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
    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: #073e1f;
    font-size: 13px;
    padding: 0;
    padding: 10px;
    margin-top: 0;
    text-align: left;
}
.nav .sub.opened ul{
    display: block;
    width: 100%;
    position: unset;
    background: #fff;
    margin-top: 5px;
    padding: 5px;
    animation: fadeInDown 0.5s;
    transition: 1s linear;
}
    .nav ul li a i {

    position: absolute;
    margin-left: 15px;

    margin-top: 6px;
}
#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);
  transform: rotate(135deg);
  z-index: 9999999;
  opacity: 1;
  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);
  transform: rotate(-135deg);
  opacity: 1;
  background: white;
}
.nav ul li a:hover {

    color: #fff;
    text-align: center;

    background: #073e1f;
}
.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: 75%;
    padding: 15px;
    list-style: none;
    overflow: auto;
    z-index: 9999;
    height: 100%;
    background: rgb(255, 255, 255);
    transition: 1s;
}
.nav ul {

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

}
.nav.nav-show{
    top: 0;
    padding-top: 10%;
    width: 100%;
    background: #181818;
    transition: 1s;
    border: 1px solid white;
    /*! height: 70%; */
}



.wrap1{
	width: 100%;
}



























.nav span {
       position:absolute;
       right:0;
           right: -173px;
   top: 19px;
    -webkit-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%;

}

.a3 p{
	line-height: 25px;
}
.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; */
    /*! padding-left: 0; */
    /*! margin-left: -15px; */
}

.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;
}
 
.nav ul li ul.show{

    display: block;
    -webkit-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);
            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: left;

    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;
    overflow: hidden;
}
    
    
.nav ul li:hover ul li{
    float: none;
}
body.nav-show header {

    right: 200px;
    left: -100px;

}
#nav-icon1.open {
    z-index: 99999999;
}

.head-top{
    display: none;
}
.lines{
    display: block;
}
.banners{
    height: 60vh;
}
.banners img{
    height: 60vh;

}

.sliderimg {
     
    height: 60vh;
}

video {
     
    height: 60vh;
}

.pannel{
	padding: 30px 0 100px;
	padding-top: 30%;
}
.boxes{
	display: inline-block;
}
.box{
	width: 100%;
	padding: 20px;
	min-height: auto;
}
.pannel3{
	padding: 30px 0;
}
.pan1{
	width: 100%;
	margin-right: 0;
	margin-top: 10px;
}

.pan1 a{
	font-size: 14px;
	width: auto;
	margin-top: 20px;
}

.pan1 ul li{
	font-size: 15px;
	margin-top: 10px;
}
.pan2{
	width: 100%;
	padding: 0;
	margin-top: 20px;
}

.pannel4{
	
	padding: 20px;
}
.pannel4 a{
	font-size: 14px;
	width: auto;
	margin-top: 20px;
	margin-left: 0;
}

.link{
	width: 100%;
	padding: 10px;
}

.link2{
	width: 100%;
	padding: 0;
}
.foot{
	margin-top: 20px;
}
.link2 ul li{
	
	margin-top: 15px;
	margin-left: 10px;
	font-size: 14px;
}
	.link2 h3{
		margin-left: 10px;
	}
.rights{
	text-align: center;
	background: #eaeaea;
	padding: 20px 0;
	margin-top: 15px;
	margin-bottom: 0;
}

.rights p{

	float: unset;
}
 
.rights a{
	
	float: unset;
}
.rights h3{
	
	float: unset;
}

.big{
	padding: 12px !important;
}

.bann{
	margin-top: 50px;
	height: 40vh;
}
	.bann img{
		object-fit: cover;
		height: 100%;
	}

.a1{
	width: 100%;
	padding: 20px 0;
}

.about-in{
	padding: 15px 0;
	
}
	.hind + .hind {
    margin-top: 20px;
}
	.b2 a{
		font-size: 14px;
	}
	.hind{
		display: inline-block;
	}
.bann h2{
	font-size: 20px !important;
	padding: 15px;
}
	.b1 {
    float: left;
    width: 100%;
    margin-right: 0%;
}
	.b2 {
    float: left;
    width: 100%;
    padding: 15px 5px;
}
.a2{
	width: 100%;
	height: auto;
}
    .a2 img{
	height: auto;
}
.box h3{
	font-size: 15px !important;
}
.about-in h3{
	margin-top: 35px;
}
#ad {
    min-height: auto !important;
}
.pannel5{
	padding: 40px 10px 50px;
}
.pannel5 h2{
	margin-bottom: 15px;
}
.pannel5 ul li{
	width: 100%;
	font-size: 15px;
	margin-left: 20px;
}
.pannel6{
	padding: 15px 0 20px;
}
.a1 ul{
	margin-top: 10px;
}
	
	.beh h2{
		padding: 20px;
	}

.bac {
    height: 40vh;
}
.vis {
    position: absolute;
    top: 32%;
    left: 10%;
    right: 10%;
}
.ross {
    float: left;
    width: 90%;
    margin-top: 20%;
    margin-left: 5%;
    margin-bottom: 5%;
}
.ross ul li{
	font-size: 15px !important;
}
.ud{
	padding: 5px;
}
.wrap{
	width: 100%;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	flex-direction: column;
}
.container2{
	padding: 10px;
}
#cap{
	width: 100%;
	margin-right: 0;
}
em.error{
	font-size: 12px;
}
.a1 p{
	margin-top: 10px;
}
.a1 ul li{
	font-size: 14px;
}
#gou{
	padding: 20px 0;
}
#kev{
	margin-top: 20px;
}

.pannel8{
	display: inline-block;
}
.p1{
	width: 100%;
	margin: 0;
	margin-top: 15px;
	padding: 15px;
}
.p1 ul{
	margin-bottom: 20px;
	min-height: auto;
}

.pannel9{
	padding: 20px 0;
}
.wor{
	
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
	.pannel9 h2{
		margin-top: 10px;
	}

.cont-ban{
	height: 70vh;
}
.cont-ban h2{
	
	left: 10%;
}


































@media (max-width: 767px) {
    .nav ul li.login-item {
        padding: 25px 15px !important;
        text-align: center;
        float: left;
        width: 100%;
    }

    .nav ul li.login-item .staff-login-btn {
        display: inline-flex;
        justify-content: center;
        width: 90%;
        margin: 0 auto;
    }
}
