body {
	background: #fff;
	color: #231F20;
	margin: 0px;
	padding: 0px;
	font-family: 'Swis721 Lt BT';
	font-size:21px;
	line-height:35px;
}
a {
	transition: 0.5s;
	color: #000;
}
*{
	outline: 0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img{
	max-width: 100%;
}
a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
	padding: 0;
}
ul, label{
	margin:0px;
	list-style: none;
	font-family: 'Swis721 Lt BT';
}
.set {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.set a i {
    float: right;
    font-size: 20px;
    line-height: 40px;
    position: absolute;
    right: 1%;
    transform: translate(-50%,-50%);
    top: 50%;
}
.set a i.fa.fa-minus {
    top: 27%;
    right: 1.2%;
}
.set a i.fa-plus:before{
    content: "+";
}
.set a i.fa-minus:before{
    content: "_";
}
.nri-banner{
    margin-top: 50px;
}
.contents h3 {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Swis721 Lt BT';
    font-weight: bold;
}
.content{
    display:none;
    padding: 20px 30px;
    float: left;
    width: 100%;
    padding-top: 10px;
}
.content p {
    font-size: 17px;
    line-height: 25px;
    padding-bottom: 20px;
}
.set a {
    width: 100%;
    float: left;
    background: #414042;
    padding: 3px 30px;
    color: #fff !important;
    font-family: 'Humanst521 Lt BT';
    font-size: 19px;
    position:relative;
}

.back-to-top {
	position: fixed;
	display: none;
	background: #a4c536;
	color: #fff;
	display: inline-block;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	border-radius: 50%;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
	z-index: 11;
}
.back-to-top i {
	padding-top: 12px;
	color: #fff;
}
@media (max-width:768px) {
.back-to-top {
	bottom: 15px;
}
}
#header {
    transition: all 1s;
    float: left;
    width: 100%;
    height: 85px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    z-index: 99;
    position: relative;
}
.headerbg.header-scrolled {
	
}
#header.header-scrolled {


}
#header #logo {
    float: left;
    width: 8%;
    margin-left: 20px;
    position: relative;
    z-index: 1;
}
@media (min-width:1024px) {
}
#header #logo h1 {
	font-size: 34px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
}
#header #logo h1 a, #header #logo h1 a:hover {
	color: #fff;
	padding-left: 10px;
	border-left: 4px solid #a4c536;
}
#logo img {
    width: 100%;
}
@media (max-width:768px) {
#header #logo img {
    width: 100%;
    margin:5px 0;
}
}
#intro {
	display: table;
	width: 100%;
	padding: 0;
}
#intro .carousel-item {
	width: 100%;
	height: 87vh;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
#intro .carousel-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
#intro .carousel-content {
	text-align: center;
}
#intro h2 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 48px;
	font-weight: 700;
}
@media (max-width:768px) {
#intro h2 {
	font-size: 28px;
}
}
#intro p {
	width: 80%;
	margin: 0 auto 30px auto;
	color: #fff;
}
@media (min-width:1024px) {
#intro p {
	width: 60%;
}
}
#intro .carousel-fade .carousel-inner .carousel-item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
#intro .carousel-fade .carousel-inner .carousel-item, #intro .carousel-fade .carousel-inner .active.carousel-item-left, #intro .carousel-fade .carousel-inner .active.carousel-item-right {
	opacity: 0;
}
#intro .carousel-fade .carousel-inner .active, #intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left, #intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
	opacity: 1;
	transition: 0.5s;
}
#intro .carousel-fade .carousel-inner .carousel-item-next, #intro .carousel-fade .carousel-inner .carousel-item-prev, #intro .carousel-fade .carousel-inner .active.carousel-item-left, #intro .carousel-fade .carousel-inner .active.carousel-item-right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#intro .carousel-control-prev, #intro .carousel-control-next {
	width: 10%;
}
@media (min-width:1024px) {
#intro .carousel-control-prev, #intro .carousel-control-next {
	width: 5%;
}
}
#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
	background: none;
	font-size: 32px;
	line-height: 1;
}
#intro .carousel-indicators li {
	cursor: pointer;
}
#intro .btn-get-started {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 32px;
	border-radius: 50px;
	transition: 0.5s;
	margin: 10px;
	color: #fff;
	background: #a4c536;
}
#intro .btn-get-started:hover {
	background: #fff;
	color: #a4c536;
}
.nav-menu, .nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.nav-menu li {
	position: relative;
	white-space: nowrap;
}
.menus .nav-menu > li {
    float: left;
    cursor: pointer;
    position:relative;
    padding: 0 12px;
}

.nav-menu li:hover > ul, .nav-menu li.sfHover > ul {
	display: block;
}
.nav-menu ul ul {
	top: 0;
	left: 100%;
}
.nav-menu ul li {
	min-width: 180px;
}
.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 15px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
}
#nav-menu-container {
	float: right;
	margin: 0;
}
@media (min-width:1024px) {
#nav-menu-container {

}
}
@media (max-width:768px) {
}
.nav-menu li:hover > a, .nav-menu > .menu-active > a {
}
.nav-menu ul {
    background: #58595b;
}
.nav-menu ul li {
	transition: 0.3s;
}
.nav-menu ul li a {
    padding: 10px;
    color: #fff;
    transition: 0.3s;
    display: block;
    font-size: 14px;
    text-transform: none;
    width: 100%;
    height: auto !important;
    float: left;
    background: #58595b;
    border-bottom: solid 1px #868585;
    line-height: 26px;
    text-transform: uppercase;
}
.nav-menu ul li:hover > a {
	color: #a4c536;
height: auto;
}
.nav-menu ul ul {
	margin: 0;
}
body.mobile-nav-active {
	overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
	left: 0;
	width: 100%;
}
body.mobile-nav-active #mobile-nav-toggle {
	color: #fff;
}
.section-header h3, .section-header h1{
    font-size: 24px;
    color: #565656;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    line-height: 36px;
    letter-spacing: 2px;
    float: left;
    font-family: 'Swis721 Lt BT';
    width: 100%;
}

.section-header h3.text-left {
    text-align: left;
}
.section-header p {
	text-align: center;
	padding-bottom: 30px;
	color: #333;
}
.section-bg {
}
#featured-services {
}
#featured-services .box {
	padding: 30px 20px;
}
#featured-services .box-bg {
	background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}
#featured-services i {
	color: #a4c536;
	font-size: 48px;
	display: inline-block;
	line-height: 1;
}
#featured-services h4 {
	font-weight: 400;
	margin: 15px 0;
	font-size: 18px;
}
#featured-services h4 a {
	color: #fff;
}
#featured-services h4 a:hover {
	color: #a4c536;
}
#about {

}
#about::before {
	
}
#about .container {
	position: relative;
	z-index: 10;
}
#about .about-col {
	background: #fff;
	border-radius: 0 0 4px 4px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
}
#about .about-col .img {
	position: relative;
}
#about .about-col .img img {
	border-radius: 4px 4px 0 0;
}
#about .about-col .icon {
	width: 64px;
	height: 64px;
	padding-top: 8px;
	text-align: center;
	position: absolute;
	background-color: #a4c536;
	border-radius: 50%;
	text-align: center;
	border: 4px solid #fff;
	left: calc(50% - 32px);
	bottom: -30px;
	transition: 0.3s;
}
#about .about-col i {
	font-size: 36px;
	line-height: 1;
	color: #fff;
	transition: 0.3s;
}
#about .about-col:hover .icon {
	background-color: #fff;
}
#about .about-col:hover i {
	color: #a4c536;
}
#about .about-col h2 {
	color: #000;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	padding: 0;
	margin: 40px 0 12px 0;
}
#about .about-col h2 a {
	color: #000;
}
#about .about-col h2 a:hover {
	color: #a4c536;
}
#about .about-col p {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-bottom: 0;
	padding: 0 20px 20px 20px;
}
#services {
	background: #fff;
	background-size: cover;
	padding: 60px 0 40px 0;
}
#services .box {
	margin-bottom: 30px;
}
#services .icon {
	float: left;
}
#services .icon i {
	color: #a4c536;
	font-size: 36px;
	line-height: 1;
	transition: 0.5s;
}
#services .title {
	margin-left: 60px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}
#services .title a {
	color: #111;
}
#services .box:hover .title a {
	color: #a4c536;
}
#services .description {
	font-size: 14px;
	margin-left: 60px;
	line-height: 24px;
	margin-bottom: 0;
}
#call-to-action {
	background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg.html) fixed center center;
	background-size: cover;
	padding: 60px 0;
}
#call-to-action h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}
#call-to-action p {
	color: #fff;
}
#call-to-action .cta-btn {
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 28px;
	border-radius: 25px;
	transition: 0.5s;
	margin-top: 10px;
	border: 2px solid #fff;
	color: #fff;
}
#call-to-action .cta-btn:hover {
	background: #a4c536;
	border: 2px solid #a4c536;
}
#skills {
	padding: 60px 0;
}
#skills .progress {
	height: 35px;
	margin-bottom: 10px;
}
#skills .progress .skill {
	font-family: "Open Sans", sans-serif;
	line-height: 35px;
	padding: 0;
	margin: 0 0 0 20px;
	text-transform: uppercase;
}
#skills .progress .skill .val {
	float: right;
	font-style: normal;
	margin: 0 20px 0 0;
}
#skills .progress-bar {
	width: 1px;
	text-align: left;
	transition: .9s;
}
#facts {
	background: url("../img/facts-bg.html") center top no-repeat fixed;
	background-size: cover;
	padding: 60px 0 0 0;
	position: relative;
}
#facts::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.88);
	z-index: 9;
}
#facts .container {
	position: relative;
	z-index: 10;
}
#facts .counters span {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 48px;
	display: block;
	color: #a4c536;
}
#facts .counters p {
	padding: 0;
	margin: 0 0 20px 0;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: #111;
}
#facts .facts-img {
	text-align: center;
	padding-top: 30px;
}
#portfolio {
    padding: 60px 0;
    float: left;
    width: 100%;
}
#portfolio #portfolio-flters {
	padding: 0;
	margin: 5px 0 35px 0;
	list-style: none;
	text-align: center;
}
#portfolio #portfolio-flters li {
	cursor: pointer;
	margin: 15px 15px 15px 0;
	display: inline-block;
	padding: 10px 20px;
	font-size: 12px;
	line-height: 20px;
	color: #231F20;
	border-radius: 4px;
	text-transform: uppercase;
	background: #fff;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
}
#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
	background: #a4c536;
	color: #fff;
}
#portfolio #portfolio-flters li:last-child {
	margin-right: 0;
}
#portfolio .portfolio-wrap {
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	transition: 0.3s;
}
#portfolio .portfolio-wrap:hover {
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}
#portfolio .portfolio-item {
	position: relative;
	overflow: hidden;
}
#portfolio .portfolio-item figure {
	background: #000;
	overflow: hidden;
	position: relative;
	border-radius: 4px 4px 0 0;
	margin: 0;
}
#portfolio .portfolio-item figure:hover img {
	opacity: 0.4;
	transition: 0.3s;
}
#portfolio .portfolio-item figure .link-preview, #portfolio .portfolio-item figure .link-details {
    position: absolute;
    display: inline-block;
    opacity: 0;
    line-height: 1;
    text-align: center;
    width: 36px;
    height: 36px;
    background: #a4c536;
    border-radius: 50%;
    transition: 0.2s linear;
}
#portfolio .portfolio-item figure .link-preview i, #portfolio .portfolio-item figure .link-details i {
	padding-top: 6px;
	font-size: 22px;
	color: #333;
}
#portfolio .portfolio-item figure .link-preview:hover, #portfolio .portfolio-item figure .link-details:hover {
	background: #a4c536;
}
#portfolio .portfolio-item figure .link-preview:hover i, #portfolio .portfolio-item figure .link-details:hover i {
	color: #fff;
}
#portfolio .portfolio-item figure .link-preview {
	left: calc(50% - 38px);
	top: calc(50% - 18px);
}
#portfolio .portfolio-item figure .link-details {
	right: calc(50% - 38px);
	top: calc(50% - 18px);
}
#portfolio .portfolio-item figure:hover .link-preview {
	opacity: 1;
	left: calc(50% - 44px);
}
#portfolio .portfolio-item figure:hover .link-details {
	opacity: 1;
	right: calc(50% - 44px);
}
#portfolio .portfolio-item .portfolio-info {
	background: #fff;
	text-align: center;
	padding: 30px;
	height: 90px;
	border-radius: 0 0 3px 3px;
}
#portfolio .portfolio-item .portfolio-info h4 {
	font-size: 18px;
	line-height: 1px;
	font-weight: 700;
	margin-bottom: 18px;
	padding-bottom: 0;
}
#portfolio .portfolio-item .portfolio-info h4 a {
	color: #333;
}
#portfolio .portfolio-item .portfolio-info h4 a:hover {
	color: #a4c536;
}
#portfolio .portfolio-item .portfolio-info p {
	padding: 0;
	margin: 0;
	color: #b8b8b8;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
}
#clients {
	padding: 60px 0;
}
#clients img {
	max-width: 100%;
	opacity: 0.5;
	transition: 0.3s;
	padding: 15px 0;
}
#clients img:hover {
	opacity: 1;
}
#clients .owl-nav, #clients .owl-dots {
	margin-top: 5px;
	text-align: center;
}
#clients .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
}
#clients .owl-dot.active {
	background-color: #a4c536;
}
#testimonials {
}
#testimonials .section-header {
}
#testimonials .testimonial-item {
	text-align: center;
}
#testimonials .testimonial-item .testimonial-img {
	width: 120px;
	border-radius: 50%;
	border: 4px solid #fff;
	margin: 0 auto;
}
#testimonials .testimonial-item h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #111;
}
#testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #999;
	margin: 0 0 15px 0;
}
#testimonials .testimonial-item .quote-sign-left {
	margin-top: -15px;
	padding-right: 10px;
	display: inline-block;
	width: 37px;
}
#testimonials .testimonial-item .quote-sign-right {
	margin-bottom: -15px;
	padding-left: 10px;
	display: inline-block;
	max-width: 100%;
	width: 37px;
}
#testimonials .testimonial-item p {
	font-style: italic;
	margin: 0 auto 15px auto;
}
@media (min-width:992px) {
#testimonials .testimonial-item p {
	width: 80%;
}
}
#testimonials .owl-nav, #testimonials .owl-dots {
	margin-top: 5px;
	text-align: center;
}
#testimonials .owl-dot {
	display: inline-block;
	width: 9px;
	height: 9px;
	background-color: #ddd;
	margin: 0 12px;
}
#testimonials .owl-dot.active {
	background-color: #a4c536;
}
#team {
	background: #fff;
	padding: 60px 0;
}
#team .member {
	text-align: center;
	margin-bottom: 20px;
	background: #000;
	position: relative;
}
#team .member .member-info {
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	transition: 0.2s;
}
#team .member .member-info-content {
	margin-top: -50px;
	transition: margin 0.2s;
}
#team .member:hover .member-info {
	background: rgba(0, 0, 0, 0.7);
	opacity: 1;
	transition: 0.4s;
}
#team .member:hover .member-info-content {
	margin-top: 0;
	transition: margin 0.4s;
}
#team .member h4 {
	font-weight: 700;
	margin-bottom: 2px;
	font-size: 18px;
	color: #fff;
}
#team .member span {
	font-style: italic;
	display: block;
	font-size: 13px;
	color: #fff;
}
#team .member .social {
	margin-top: 15px;
}
#team .member .social a {
	transition: none;
	color: #fff;
}
#team .member .social a:hover {
	color: #a4c536;
}
#team .member .social i {
	font-size: 18px;
	margin: 0 2px;
}
#contact {
	padding: 60px 0;
}
#contact .contact-info {
	margin-bottom: 20px;
	text-align: center;
}
#contact .contact-info i {
	font-size: 48px;
	display: inline-block;
	margin-bottom: 10px;
	color: #a4c536;
}
#contact .contact-info address, #contact .contact-info p {
	margin-bottom: 0;
	color: #000;
}
#contact .contact-info h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
}
#contact .contact-info a {
	color: #000;
}
#contact .contact-info a:hover {
	color: #a4c536;
}
#contact .contact-address, #contact .contact-phone, #contact .contact-email {
	margin-bottom: 20px;
}
@media (min-width:768px) {
#contact .contact-address, #contact .contact-phone, #contact .contact-email {
	padding: 20px 0;
}
}
@media (min-width:768px) {
#contact .contact-phone {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
}
#contact .form #sendmessage {
	color: #a4c536;
	border: 1px solid #a4c536;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
#contact .form #errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
	display: block;
}
#contact .form .validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}
#contact .form input, #contact .form textarea {
	padding: 10px 14px;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
}
#contact .form button[type="submit"] {
	background: #a4c536;
	border: 0;
	padding: 10px 30px;
	color: #fff;
	transition: 0.4s;
	cursor: pointer;
}
#contact .form button[type="submit"]:hover {
	background: #13a456;
}
#footer .footer-top {
	background: #111;
	padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
	margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
	font-size: 34px;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 10px;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	border-left: 4px solid #a4c536;
}
#footer .footer-top .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: "Montserrat", sans-serif;
	color: #eee;
}
#footer .footer-top .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #333;
	color: #eee;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
	background: #a4c536;
	color: #fff;
}
#footer .footer-top h4 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 12px;
}
#footer .footer-top h4::before, #footer .footer-top h4::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
}
#footer .footer-top h4::before {
	right: 0;
	background: #555;
}
#footer .footer-top h4::after {
	background: #a4c536;
	width: 60px;
}
#footer .footer-top .footer-links {
	margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer .footer-top .footer-links ul i {
	padding-right: 8px;
	color: #ddd;
}
#footer .footer-top .footer-links ul li {
	border-bottom: 1px solid #333;
	padding: 10px 0;
}
#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}
#footer .footer-top .footer-links ul a {
	color: #eee;
}
#footer .footer-top .footer-links ul a:hover {
	color: #a4c536;
}
#footer .footer-top .footer-contact {
	margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
	line-height: 26px;
}
#footer .footer-top .footer-newsletter {
	margin-bottom: 30px;
}
#footer .footer-top .footer-newsletter input[type="email"] {
	border: 0;
	padding: 6px 8px;
	width: 65%;
}
#footer .footer-top .footer-newsletter input[type="submit"] {
	background: #a4c536;
	border: 0;
	width: 35%;
	padding: 6px 0;
	text-align: center;
	color: #fff;
	transition: 0.3s;
	cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type="submit"]:hover {
	background: #13a456;
}
.menunav {
	width: 80%;
	float: left;
	margin: 0 10%;
	position: absolute;
	top: 10%;
}
.section-header {
	text-align: center;
	width: 100%;
	float: left;
}
.carousel-background img {
	width: 100%;
}
section {
	padding: 50px 0;
	width: 100%;
	float: left;
}
.p-0 {
	padding: 0px;
}
.color {
	color: #a4c536;
}
.abtright h1 {
	font-size: 85px;
	line-height: 103px;
	padding: 0 80px;
	color: #a4c536;
	position: relative;
	margin: 80px 0;
	float: left;
}
.abtright h1::before {
	content: '';
	position: absolute;
	display: block;
	width: 150px;
	height: 2px;
	top: 50px;
	background: #a4c536;
	left: -100px;
	z-index: 1;
}
.img {
	width: 100%;
}
.abtright {
    float: right;
    width: 100%;
}
p {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    font-family: 'Swis721 Lt BT';
    letter-spacing: 0.5px;
}
.bttn {
    color: #565656;
    border: solid 1px #f1f1f1;
    padding: 9px 20px;
    font-weight: bold;
    font-size: 12px;
    line-height: 22px;
    margin: 25px 0;
    display: inline-block;
    font-family: 'Swis721 Lt BT';
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 5px;
}
.more-btn {
	width: 100%;
	float: left;
	text-align: center;
}
.MultiCarousel {
	float: left;
	overflow: hidden;
	width: 100%;
	position: relative;
	text-align: right;
	margin: 0;
}
.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
    padding: 50px 0px;
    display: none;
}
.MultiCarousel .MultiCarousel-inner .item {
    position: relative;
    text-align: center;
    display: inline-block;
    float: left;
    margin: 0 40px;
}
.MultiCarousel .MultiCarousel-inner .item img {
	width: 100%;
	max-height: 320px;
}
.newcont p {
	font-size: 22px;
	text-align: left;
	font-family: 'Baskerville';
	color: #fff;
}
.newcont {
	border-top: dotted 2px #ddd;
	float: left;
	width: 100%;
	padding: 50px 0;
	background: #b3893a;
}
.newcont h4 {
	width: 100%;
	float: left;
	padding-top: 10px;
	font-size: 30px;
	font-family: 'GalanoGrotesque';
	letter-spacing: 1px;
	color: #fff;
	font-weight: 400;
	text-align: right;
}
.newcont h4 p {
	text-align: right;
	font-size: 13px;
	line-height: 50px;
	letter-spacing: 0;
	text-transform: uppercase;
	font-family: 'GalanoGrotesque';
	color: #fff;
}
.pro-text ul li {
	font-family: 'Baskerville';
	font-size: 18px;
	line-height: 28px;
	list-style: none;
	color: #414042;
	border-left: solid 1px #414042;
	padding-left: 20px;
	margin: 10px 0;
}
button.btn.btn-primary.leftLst.over, button.btn.btn-primary.leftLst {
    margin-right: 10px;
    margin-bottom: 10px;
    border: none;
    position: absolute;
    left: -12px;
    top: 50%;
    margin: 0;
    padding: 0;
    z-index: 9;
}
button.btn.btn-primary.rightLst {
    border: none;
    position: absolute;
    right:-12px;
    top: 50%;
    margin: 0;
    padding: 0;
    z-index: 9;
}
button.btn.btn-primary.rightLst {
	
}
.MultiCarousel button.btn img {
    width: 50px;
}
.web-container {
	width: 80%;
	margin: 0px auto;
}
.MultiCarousel::before {
	content: '';
	position: absolute;
	display: block;
	width: 300px;
	height: 2px;
	top: 96px;
	left: 0;
}
.MultiCarousel::after {
	content: '';
	position: absolute;
	display: block;
	width: 2px;
	height: 300px;
	top: 0;
	left: 100px;
}
.pro-box, .pro-img {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
}
.pro-hndg h5 {
    font-size: 15px;
    display: inline-block;
    color: #000;
    float: left;
    width: 100%;
    text-align: left;
    margin: 15px 0;
    padding: 6px 0;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
}
.pro-hndg ul {
    padding: 0;
    list-style: none;
    width: 100%;
}
.pro-hndg ul li {
    display: inline-block;
    text-align: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
    color: #a4c536;
    font-size: 14px;
    overflow: hidden;
    float: none;
    letter-spacing: 1px;
    line-height: 20px;
    font-family: 'Swis721 BT';
    font-weight: bold;
}
.pro-hndg ul li label {
    font-weight: normal;
    margin: 5px 0;
    line-height: 25px;
    color: #231F20;
    font-size: 17px;
    float: left;
    width: 100%;
    padding-right: 10px;
    border-top: 1px solid #f1f1f1;
    padding-top: 5px;
    letter-spacing: 0.5px;
    font-family: 'Swis721 Lt BT';
}
.pro-hndg ul li:last-child {
    width: 100%;
    height: 47px;
    margin-bottom: 15px;
}
.pro-hndg p {
    text-align: left;
    color: #231F20;
    overflow: hidden;
    width: 100%;
    float: left;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-family: 'Swis721 Lt BT';
    max-height: 144px;
}
.pro-hndg a {
    width: auto;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 27px;
    letter-spacing: 1px;
    margin: 0px 0 10px 0;
    border: solid 1px #f1f1f1;
    padding: 5px 15px;
    color: #58595b;
}
.MultiCarousel .MultiCarousel-inner .item .pro-hndg a img {
	width: auto;
}
.pro-box {width: 94%;float: none;margin: 0px auto;}
.owl-carousel .owl-item .item {
    width: 100%;
    float: left;
    overflow: hidden;
}
.footer {
}
.innerbox h4 {
	font-size: 24px;
	line-height: 30px;
	color: #b69c54;
	font-family: 'Swis721 Lt BT';
	font-weight: bold;
	border-bottom: solid 1px;
	display: inline-block;
	text-transform: uppercase;
	margin: 10px 0;
}
.innerbox p a, .innerbox p {
	margin: 0;
	color: #fff;
}
.innerbox::before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    right: -20px;
    border: solid 1px #797979;
}
.innerbox {
    width: 25%;
    float: left;
    margin: 20px 0%;
    position: relative;
    text-align: center;
    min-height: 150px;
}
.innerbox:nth-child(4)::before {
	border: none;
}
.innerbox:nth-child(3)::after, .innerbox:nth-child(4)::after {
	border: none;
}
.inerfooter {
	width: 100%;
	float: left;
	margin: 0;
}
.innerbox p strong {
	width: 100%;
	float: left;
	margin: 5px 0;
}
.midfooterbox {
	width: 49%;
}
.enquireform h3 {
	font-size: 29px;
	line-height: 28px;
	color: #fff;
	font-family: 'Humanst521 Lt BT';
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: 1px;
	text-align: center;
}
.enquireform ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	width: 100%;
	float: left;
}
.enquireform ul li {
	width: 100%;
	float: left;
	margin: 10px 0;
}
.enquireform ul li input {
	width: 100%;
	float: left;
	height: 50px;
	font-family: 'Humanst521 Lt BT';
	text-indent: 10px;
	font-size: 17px;
	border: none;
	line-height: 30px;
	font-weight: normal;
	resize: none;
	overflow: hidden;
	padding: 0;
}
.enquireform ul li textarea {
	width: 100%;
	float: left;
	height: 80px;
	font-family: 'Humanst521 Lt BT';
	text-indent: 10px;
	font-size: 15px;
	border: none;
	line-height: 30px;
	font-weight: normal;
	resize: none;
	overflow: hidden;
	padding: 0;
}
.enquireform ul li:last-child {
	width: auto;
	float: right;
}
.enquireform ul li:last-child input[type="submit"] {
	padding: 5px 40px;
	background: #a4c536;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	outline: none;
	cursor: pointer;
	height: auto;
}
.enquireform {
	width: 80%;
	float: right;
}
.midfooter {
	width: 80%;
	float: left;
	margin: 25px 5%;
	border-top: dotted 1px #fff;
	padding: 50px 0;
}
.copyright p a {
	float: left;
	padding: 0 10px;
	border-right: solid 1px #aaa;
	line-height: 20px;
	font-size: 19px;
	color: #787878;
}
.copyright p a:hover {
	color: #a4c536;
}
.copyright p a:last-child {
	border: none;
}
section#footer {
	padding-bottom: 0;
}
.sidebar-nav li:first-child {
	font-size: 17px;
	line-height: 47px;
	font-family: 'Humanst521 Lt BT';
	cursor: pointer;
}
.sidebar-nav li img {
	width: 50px;
	margin-top: 25px;
}
.sliderpopupbutton {
	position: fixed;
	top: 45%;
	right: 0;
	z-index: 9;
}
.sidenav {
    width: 0;
    position: fixed;
    top: 46%;
    right: 0;
    background-color: #58595b;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 999;
    height: 87px;
    overflow: hidden;
}
.sidenav a {
	text-decoration: none;
	color: #fff;
	display: block;
	transition: 0.3s;
	font-size: 16px;
	font-family: 'Swis721 Lt BT';
	line-height: 60px;
	padding-top: 10px;
}
.sidenav a:hover {
	color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 34px;
    background: #ebaf0b;
    bottom: 0;
    padding: 0 10px;
    line-height: 85px;
}
.sliderpopupbutton div img {
    margin: 10px 0;
    cursor: pointer;
    background: #58595b;
    border-radius: 10px 0px 0px 10px;
}
.sliderpopupbutton div div#mySidenav a img {
	margin: 0;
	vertical-align: top;
	width: 60px;
}
.modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.86);
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 0.4s;
	animation-name: fadeIn;
	animation-duration: 0.4s;
}
.modal-content {
	position: fixed;
	top: 0;
	background-color: transparent;
	width: 100%;
	-webkit-animation-name: slideIn;
	-webkit-animation-duration: 1s;
	animation-name: slideIn;
	animation-duration: 1s;
	border: none;
	box-shadow: none;
}
.close {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
	opacity:0.9;
}
.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.modal-header {
	/* background-color: #6d6e71; */
	margin: 10% 40%;
	width: 25%;
	padding: 25px;
	border: none;
	display: inline-block;
}
.modal-header .enquireform {
	width: 100%;
}
.modal-body {
	padding: 2px 16px;
}
.modal-footer {
	padding: 2px 16px;
	background-color: #5cb85c;
	color: white;
}
@-webkit-keyframes slideIn {
from {
top:300px;
opacity:0
}
to {
	top: 0;
	opacity: 1
}
}
@keyframes slideIn {
from {
top:300px;
opacity:0
}
to {
	top: 0;
	opacity: 1
}
}
@-webkit-keyframes fadeIn {
from {
opacity:0
}
to {
	opacity: 1
}
}
@keyframes fadeIn {
from {
opacity:0
}
to {
	opacity: 1
}
}
.parallax-window {
	min-height: 600px;
	background: transparent;
}
#banners {
	padding: 0;
}
.contents {
	width: 100%;
	float: left;
}
.content p {font-size: 14px;line-height: 18px;text-align: justify;}
#numbers::before {
	content: '';
	background-color: rgba(0, 0, 0, 0.72);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
#numbers{
	position: relative;
	padding: 0px;
}
.numberspuri {
	position: absolute;
	top: 0;
	width: 100%;
	float: left;
	padding: 117px 0;
}
.white {
	color: #fff !important;
}
.numberspuri ul {
    width: 70%;
    float: left;
    margin: 0 15%;
    list-style: none;
    padding: 0;
}
.numberspuri ul li {
    display: inline-block;
    width: 30%;
    color: #fff;
    border-right: dotted 1px #fff;
    margin: 25px 1.3%;
    min-height: 150px;
    float: left;
    padding: 0 3%;
    font-family: 'Swis721 Lt BT';
}
.numberspuri ul li:last-child {
	border: none;
}
.numberspuri ul li label {
	font-size: 21px;
	line-height: 56px;
	text-transform: uppercase;
	border-bottom: solid 2px #a4c536;
	display: inline-block;
	font-family: 'Swis721 Lt BT';
	margin: 0;
}
.numberspuri ul li span {
    font-size: 34px;
    line-height: 40px;
    font-family: 'Swis721 Lt BT';
    color: #a4c536;
    margin: 10px 0;
    float: left;
}
.numberspuri ul li p {
	width: 100%;
	float: left;
	margin: 0;
	font-weight: normal;
	line-height: 25px;
}
.numberspuri ul li p em {
	font-style: inherit;
	font-size: 29px;
	float: left;
	font-weight: bold;
	width: 100%;
	line-height: 25px;
}
#numberspuri .parallax-window {
	min-height: 600px;
}
.spacemanage {
	width: 100%;
	float: left;
	margin-top: 90px;
}
.projectsbox {
	width: 31%;
	float: left;
	margin: 20px 1%;
	border: solid 1px #ddd;
}
.topleft img {
	width: 30px;
}
.projectbtm {
	width: 90%;
	float: left;
	padding: 10px 5%;
}
.projecttop {
	padding: 15px 2% 0 2%;
	width: 96%;
	float: left;
	height: 60px;
}
.topleft {
	float: left;
	width: 55%;
}
.topleft img {
	width: 40px;
	float: left;
	margin-right: 5px;
}
.topleft ul {
	margin: 0;
	padding: 0;
	float: left;
}
.topleft ul li {
	width: 100%;
	list-style: none;
	float: left;
	font-size: 13px;
	line-height: 20px;
	font-family: 'Trajan Pro';
	font-weight: bold;
	color: #b59c57;
	margin-top: 2px;
}
.topleft ul li label {
	width: 100%;
	float: left;
	color: #000;
	margin: 0px;
}
.topright {
	width: auto;
	float: right;
	border-left: solid 1px #dcdada;
	padding-left: 10px;
	text-align: center;
}
.topright h4 {
	color: #a4c536;
	font-size: 16px;
	font-family: 'Swis721 Lt BT';
	font-weight: bold;
	margin: 0;
	line-height: 40px;
	letter-spacing: 0.5px;
}
.projectmid {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.projectmid img {
	width: 100%;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	max-height: 300px;
}
.projectsbox:hover .projectmid img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.projectmid h5 {
	position: absolute;
	bottom: 0;
	width: 100%;
	float: left;
	background: rgba(157, 128, 28, 0.78);
	line-height: 32px;
	font-size: 21px;
	color: #fff;
	text-indent: 20px;
	font-family: 'Swis721 Lt BT';
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	padding: 5px 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.projectbtm div p {
}
.projectbtm div button {
	background: #000;
	padding: 12px 25px;
	border: none;
	margin: 10px 0;
	cursor: pointer;
	color: #fff;
}
.projectsbox:hover .projectbtm div button {
	background: rgba(157, 128, 28, 0.78)
}
.projectbtm div button a {
	color: #fff;
	font-family: 'Swis721 Lt BT';
	font-size: 13px;
	line-height: 19px;
}
.constupdt {
	width: 96%;
	float: left;
	margin: 20px 2%;
}
.constupdt img {
	width: 100%;
	border: solid 1px #fff;
}
.constupdt h5 {
	width: 100%;
	float: left;
	color: #a4c536;
	text-align: center;
	font-family: 'Swis721 Lt BT';
	padding: 10px 0;
	border: solid 1px;
	margin: 5px 0;
}
.banner {
	position: relative;
}
.banner h1 {
	position: absolute;
	bottom: 10%;
	width: 100%;
	text-align: center;
	font-size: 65px;
	line-height: 65px;
	color: #fff;
	margin: 0;
}
.container {
	width: 90%;
	margin: 0px auto;
}
#career, .bgcolor {
	background: #f2f2f3;
	width: 100%;
	float: left;
}
#career {
	margin-bottom: 50px;
}
.carousel-inner.vertical > .item {
	-webkit-transition: .6s ease-in-out top;
	-o-transition: .6s ease-in-out top;
	transition: .6s ease-in-out top;
}
div#carousel-pager {
	padding: 40px 0;
	width: auto;
	float: left;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner.vertical > .item {
	-webkit-transition: -webkit-transform .6s ease-in-out;
	-o-transition: -o-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
}
.carousel-inner.vertical > .item.next, .carousel-inner.vertical > .item.active.right {
	-webkit-transform: translate3d(0, 33.33%, 0);
	transform: translate3d(0, 33.33%, 0);
	top: 0;
}
.carousel-inner.vertical > .item.prev, .carousel-inner.vertical > .item.active.left {
	-webkit-transform: translate3d(0, -33.33%, 0);
	transform: translate3d(0, -33.33%, 0);
	top: 0;
}
.carousel-inner.vertical > .item.next.left, .carousel-inner.vertical > .item.prev.right, .carousel-inner.vertical > .item.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	top: 0;
}
}
.carousel-inner.vertical > .active {
	top: 0;
}
.carousel-inner.vertical > .next, .carousel-inner.vertical > .prev {
	top: 0;
	height: 100%;
	width: auto;
}
.carousel-inner.vertical > .next {
	left: 0;
	top: 33.33%;
	right: 0;
}
.carousel-inner.vertical > .prev {
	left: 0;
	top: -33.33%;
	right: 0;
}
.carousel-inner.vertical > .next.left, .carousel-inner.vertical > .prev.right {
	top: 0;
}
.carousel-inner.vertical > .active.left {
	left: 0;
	top: -33.33%;
	right: 0;
}
.carousel-inner.vertical > .active.right {
	left: 0;
	top: 33.33%;
	right: 0;
}
#carousel-pager .carousel-control.left {
	width: 100%;
	text-align: center;
	top: 0;
	left: auto;
	float: left;
	bottom: auto;
}
#carousel-pager .carousel-control.right {
	width: 100%;
	text-align: center;
	top: inherit;
	left: auto;
	float: left;
}
.leftmedia {
    width: 100%;
    float: left;
    position: relative;
}
.rightmedia {
	width: auto;
	float: right;
	position: absolute;
	right: 5%;
	top: 10%;
}
.year {
    width: 100%;
    background: #fff;
    font-size: 20px;
    font-family: 'Swis721 Lt BT';
    font-weight: bold;
    color: #555;
    padding: 22px 0;
}
.carousel-control img {
	width: 25px;
}
.mediatabs {
    width: 90%;
    float: left;
    position: relative;
    min-height: 450px;
}
.mediabox {
    width: 100%;
    float: left;
    margin: 15px 0;
    border: solid 1px #ddd;
}
.mediabox img {
    width: 100%;
    height:180px;
}
.mediabox h4 {
    width: 100%;
    margin: 0;
    text-align: center;
    background: #e6e7e8;
    padding: 10px 0;
    color: #565656;
    font-weight: bold;
    font-family: 'Swis721 Lt BT';
    font-size: 17px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mediabox h4 span {
	font-weight: 300;
	padding-left: 10px;
	text-transform: initial;
}
.jourbox {
	width: 870px;
	float: left;
}
.joutimg {
	width: 40%;
	float: left;
}
.joutimg img {
	width: 100%;
	border-radius: 10px;
}
.jourcont {
	width: 50%;
	float: left;
	margin-left: 2%;
	background: #a4c536;
	padding: 4%;
	border-radius: 10px;
	height: 280px;
}
.jourcont h3 {
	color: #414042;
	float: left;
	width: 100%;
	font-size: 30px;
	font-family: 'Swis721 Lt BT';
	line-height: 25px;
	font-weight: bold;
}
.jourcont p {
	font-size: 15px;
	line-height: 18px;
	font-family: 'Swis721 Lt BT';
	color: #4d4d4d;
}
.jourcont ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
.jourcont ul li {
	border-left: solid 1px #4d4d4d;
	margin: 10px 0;
	padding: 0 10px;
	font-size: 15px;
	line-height: 18px;
	font-family: 'Swis721 Lt BT';
	color: #4d4d4d;
}
.statml {
	width: 50%;
	position: absolute;
	margin: 0px auto;
	left: 25%;
	background: #a4c536;
	height: 3px;
	bottom: 10%;
}
.statml ul {
	position: absolute;
	top: -6px;
	padding: 0;
	margin: 0;
	list-style: none;
	padding-left: 50px;
}
.statml ul li {
	display: inline-block;
	padding: 0 5px;
	background: #fff8ed;
	margin: 0 20px;
}
.statml ul li a {
	color: #4d4d4d;
	font-size: 20px;
	line-height: 12px;
	font-family: 'Swis721 Lt BT';
	position: relative;
}
.jourcont h3 span {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.statml ul li a img {
	width: 25px;
	position: absolute;
	top: -40px;
	left: 50%;
}
.scrollingarrow {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.scrollingarrow img {
	margin: 0px auto;
	margin-bottom: 50px;
}
.gold {
	display: none;
}
.arrowblack:hover .gold {
	display: block;
}
.arrowblack:hover .black {
	display: none;
}
.bannertitle {
	position: absolute;
	right: 0;
	bottom: 0;
}
#wrapper.toggled #page-content-wrapper ul.socialmedia {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	display: block;
}
ul.socialmedia {
	display: none;
}
ul.socialmedia li {
	background: #f1f1f2;
	display: inline-block;
	margin: 10px;
	padding: 5px;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	font-size: 20px;
	line-height: 30px;
}
ul.socialmedia li a {
	color: #4d4d4d;
}
.iconnns {
	display: none;
	position: absolute;
}
.sidebar-nav li:hover .iconnns {
	display: block;
}
.sidebar-nav li:hover a {
	color: #a4c536;
}
#testimonials h5 {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 20px;
	font-family: 'Swis721 Lt BT';
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	color: #a4c536;
	letter-spacing: 3px;
}
.logsoss img {
    width: auto;
    margin: 0px auto;
    display: inherit;
}
ul.pro-dec li {
    padding: 0 50px;
    min-height: 50px;
}
.overviewcont ol {
	padding: 0 20px;
	margin: 0;
	float: left;
}
.overviewcont li {
	font-size: 15px;
	line-height: 24px;
	list-style: circle;
}
.nav-tabs>li> .hiddens, .year.hiddens {
	color: #c1c1c1;
	cursor: default;
}
.nav-tabs {
    display: flex;
    overflow: visible;
    flex-wrap: inherit;
    border: 1px solid #ddd;
}
#style-2::-webkit-scrollbar-track {
-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
border-radius:10px;
background-color:#231f20;
}
#style-2::-webkit-scrollbar {
width:12px;
background-color:#F5F5F5;
}
#style-2::-webkit-scrollbar-thumb {
border-radius:10px;
-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
background-color:#a4c536;
}
input [type="submit"] {
	cursor: pointer;
}
.btn-change {
	height: 50px;
	width: 100px;
	background: lightseagreen;
	margin: 20px;
	float: left;
	box-shadow: 0 0 1px #ccc;
	-webkit-transition: all 0.5s ease-in-out;
	border: 0px;
	color: #fff;
}
.btn-change:hover {
	-webkit-transform: scale(1.1);
	background: #31708f;
}
.btn-change8 {
	width: auto;
	box-shadow: 0 0 1px #ccc;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: linear;
	box-shadow: 0px 0 0 #a4c536 inset;
}
.btn-change8:hover {
	-webkit-box-shadow: -500px 0 0 #a4c536 inset;
	color: #fff !important;
}
a:hover {
	color: #4d4d4d;
}
.pbtn {
	width: 100%;
	float: left;
	text-align: center;
}
.bredcum {
	width: 100%;
	float: left;
	font-family: 'Swis721 Lt BT';
	font-size: 21px;
	line-height: 30px;
	padding-top: 5px;
}
.bredcum font {
	padding: 0 5px;
	font-size: 15px;
}
.bredcum a {
	color: #a4c536;
}
.projectright .contactus ul {
	width: 300px;
}
.disclaimer h4 {
	font-family: 'Swis721 BT';
	letter-spacing: 0.5px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 15px;
}
.disclaimer ul {
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
	margin: 0;
}
.disclaimer ul li {
	width: 95%;
	float: right;
	font-family: 'Humanst521 Lt BT';
	font-size: 21px;
	line-height: 35px;
	letter-spacing: 1px;
	position: relative;
	margin-bottom: 15px;
}
.disclaimer ul li label {
	margin: 0;
	width: auto;
	position: absolute;
	left: -5%;
}
.disclaimer ul li label img {
	width: 40px;
}

.disclaimers {
	width: 100%;
	float: left;
}
 #intro .carousel-indicators li:nth-child(7), #intro .carousel-indicators li:nth-child(8) {
	display: none;
}
#intro .carousel-indicators li:nth-child(9), #intro .carousel-indicators li:nth-child(10) {
	display: none;
}
ul.mediatbs {
	width: 100%;
	float: left;
	margin: 0 0%;
	padding: 0;
	text-align: center;
	list-style: none;
}
ul.mediatbs li {
	width: 44%;
	display: inline-block;
	padding: 10px 20px;
	margin: 0 2%;
	background: #a4c536;
	box-shadow: 0 0 1px #ccc;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: linear;
	box-shadow: 0px 0 0 #a4c536 inset;
}
ul.mediatbs li a {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Humanst521 Lt BT';
	font-size: 20px;
	letter-spacing: 1px;
}
ul.mediatbs li:hover {
	-webkit-box-shadow: -500px 0 0 #4d4d4d inset;
	color: #fff !important;
}
.mediasection .mediatabs {
	width: 100%;
}
.projectenquiryform.rmve h5 {
	display: none;
}
#disclaimerpop {
	position: fixed;
	z-index: 999;
	width: 400px;
	padding: 0;
	bottom: 10%;
	right: 0;
	display: none;
}
.disclaimerfix {
    width: 100%;
    padding: 0;
    border-radius: 3pt;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.2);
    background: #a4c536;
}
.disclaimer {
    display: inline-block;
    border-right: 0;
    padding: 0 30px;
    border-radius: 5px;
    position: relative;
}
.close img {
	background: #a4c536;
	padding: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 100%;
	width: 30px;
	cursor: pointer;
}
.content.text-left.disclaimer.inner {
	max-height: max-content;
	overflow: visible;
	width: 100%;
	border: none;
}
.strip {
    width: 100%;
    background: #58595b;
    display: inline-block;
    float: left;
    padding: 2.5px 0;
}
.strip ul {
    float: right;
    list-style: none;
}
.strip ul li {
    display: inline-block;
    float: left;
    position: relative;
    text-transform: uppercase;
}
.strip ul li a {
    font-size: 16px;
    color: #fff;
    margin: 0 5px;
    letter-spacing: 2px;
    display: inline-block;
    float: left;
    cursor: pointer;
    border: solid 1px #939598;
    border-radius: 0;
    font-family: 'Swis721 Lt BT';
}
.strip ul li:first-child a:hover{
    background:transparent;
}
.strip ul li:first-child a {
    border: none;
}
.strip ul li a.facebook:before{
 content: "\f09a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.strip ul li a.linkedin:before{
 content: "\f0e1";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.strip ul li a.twitter:before{
 content:"\f099";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.strip ul li a.youtube:before{
 content: "\f167";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.strip ul li a.google:before{
 content: "\f0d5";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.midheader {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}
.aboutbox {
    width: 100%;
    float: left;
    background: #fff;
}
.strip ul li label {
    margin-right: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    float: left;
    letter-spacing: 2px;
}
#nav-menu-container ul:first-child li.menu-active a {
    background: #a4c536;
    color: #fff;
    height: 100px;
}
.menus .nav-menu > li a {display: block;letter-spacing: 0.5px;text-transform: uppercase;position: relative;z-index: 1;text-decoration: none;}
.nav-menu > li:hover a{
} 
.innerbox img {
    margin-bottom: 20px;
    border-radius: 3pt;
}
.protabs {
    width: 100%;
    float: left;
}
.citytab li a {
    padding: 0 80px;
    float: left;
    line-height: 45px;
    border: solid 1px #eaeaea;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 0.5px;
    color: #000 !important;
    font-family: 'Swis721 BT';
    text-transform: uppercase;
}
.citytab li {
    margin: 0px 10px;
    width: auto;
    display: inline-block;
}
.citytab {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 0 40px 0;
}
.citytab a.slideractive {
    background: #a4c536;
    border-color: #a4c536;
    color: rgb(255, 255, 255) !important;
}
.pro-hndg ul li:nth-child(2) {
    float: none;
    text-align: left;
}
.pro-hndg ul li:first-child {
    height: auto;
}
#zhifubaoDiv{
    display: block;
}


/* ---------------- For Animation on Scroll ---------------- */
.slideanim {
    visibility:hidden;
    visibility:visible\9;/*For old IE browsers IE6-8 */
}
.slideanim.slide {visibility: visible; animation:slide 1s;}
.slideanim::after {
    /* useful when its child elements are float:left; */
    content: "";
    display: table;
    clear: both;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}


@media (max-width: 768px) {
    section {
        padding:20px 8px;
    }
    .col-33, .col-40, .col-60 {
        float:none;
        width:100%;
    }
}

.bg-gray {
    background-color:#F4F4F4;
}
.text-center {
    text-align:center;
}
h2 {
}

h4 {
}




/* ---------------- For the Responsive Image Grid. For details visit: www.menucool.com/ui/use-image-sprites-in-responsive-image-grids ---------------- */

#rig {
	max-width:900px;
	margin:0 auto; /*center aligned*/
	padding:0;
	font-size:0; /* Remember to change it back to normal font size if have captions */
	list-style:none;
	background-color:none;
}
#rig li {
	display:inline-block;
	*display:inline;/*for IE6 - IE7*/
	width:25%;
	vertical-align:middle;
	box-sizing:border-box;
	margin:0;
	padding:0;
}

/* The wrapper for each item */
.rig-cell {
	margin:12px;
	box-shadow:0 1px 4px rgba(0,0,0,0.4);
	padding:16px;
	border:none;
	color:#555;
	background-color:white;
	text-decoration:none;
	text-align:center;
	display:block;
	position: relative;
	overflow:hidden;
}

.rig-cell h3 {
	font-size:18px;
	font-family:'Oswald', sans-serif;
	font-weight:normal;
}

/* If have the image layer */
.rig-img {
	display:block;
	border:none;
	width:100%;
	height:0;
    padding-top:83.461538%;
    background-size:cover;
	background-color:white;
	background-image:url(imgs/web-ui.html);
    background-repeat:no-repeat;
	position:relative; /* Make its pseudo :after to be relative to it. */
}
.rig-img:after{
	position:absolute;
	top:20px;right:20px;bottom:20px;left:20px;
	border:1px solid #fff;
	content:'+';
	color:white;
	padding-top:14%;
	font-size:30px;
	opacity:0;
	filter:alpha(opacity=0);
	transition:all 0.3s;
	transform:scale(0);
}

#rig li:hover .rig-img:after {
	opacity:1;
	transform:scale(1);
}

/* If have the overlay layer */
.rig-overlay {
	position: absolute;
	display:block;
	top:0;left:0;bottom:0;right:0;
	margin:auto;
	background:white;
	background-size:50px 50px;
	opacity:0;
	filter:alpha(opacity=0);/*For older IE*/
	transition:all 0.3s;
}
#rig li:hover .rig-overlay {
	opacity:0.5;
}
.slidercontent {
    width: 500px;
    float: right;
    position: relative;
    top: 11%;
    right: 4%;
}
.slidercontent h4 {
       margin-bottom: 0;
    font-size:34px;
    font-family: 'Swis721 Lt BT';
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}
.slidercontent span {
    width: 40px;
    height: 3px;
    background: #a4c536;
    float: left;
}
.slidercontent h5 {
    width: 100%;
    float: left;
    margin-top: 15px;
    font-family: 'Swis721 Lt BT';
    font-size: 27px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    line-height: 35px;
    letter-spacing: 1px
}
.slidercontent.black h4, .slidercontent.black h5{
    color: #58595b;
}

#zio{
    -webkit-animation: bounce 3s infinite ease-in-out;
    -o-animation: bounce 3s infinite ease-in-out;
    -ms-animation: bounce 3s infinite ease-in-out; 
    -moz-animation: bounce 3s infinite ease-in-out; 
    animation: bounce 3s infinite ease-in-out;
}
#zio {
    position: absolute;
    bottom: 3%;
    width: 100%;
    text-align: center;
    right: 0;
}
.strip ul li a:hover {
    background: #a4c536;
    border-color: #a4c536;
}
sliderpopupbutton div img:hover {
    -webkit-animation: bounce 3s infinite ease-in-out;
    -o-animation: bounce 3s infinite ease-in-out;
    -ms-animation: bounce 3s infinite ease-in-out;
    -moz-animation: bounce 3s infinite ease-in-out;
    animation: bounce 3s infinite ease-in-out;
}
.abtright h2 {
    margin-bottom: 12px;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 50px;
    padding: 50px;
    font-family: 'Swis721 Lt BT';
    padding-right: 140px;
}
.sitemap {
    width: 100%;
    float: left;
}
.panel-title.asd {
    background: #58595b;
    padding: 15px;
    border-radius: 3pt;
    margin: 0;
    float: left;
    width: 98%;
}
.panel-title.asd a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Swis721 Lt BT';
    font-weight: bold;
    letter-spacing: 0.5px;
    width: 100%;
    float: left;
}
span.glyphicon.glyphicon {
    float: right;
}
#teams{
    background-image: url(../images/Satya-TEAM.html);
    background-size: 100%;
    margin-bottom: 30px;
}
.teambox {
    float: left;
    width: 100%;
    padding: 50px 0;
}
.teamcont ul {
    padding: 0;
    width: 100%;
    float: left;
}
.teamcont ul li {
    list-style: square;
    float: left;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #666;
    line-height: 24px;
    margin-bottom: 10px;
}
.teamcont ul li label {
    color: #414042;
    font-weight: normal;
    font-family: 'Humanst521 Lt BT';
}
.teamcont {
    width: 80%;
}
.teamimg {
    width: 48%;
}
.numberspuri h5 {
    margin: 50px 0 25px 0;
}
.panel-body.panel_text {
    width: 96%;
    float: left;
    padding: 15px 1.95%;
    background: #f2f2f2;
}
.panel-body.panel_text ul {
    padding: 0;
}
.panel-body.panel_text ul li {
    margin-bottom: 10px;
    border-bottom: solid 1px #eaeaea;
    padding-bottom: 15px;
}
.panel-body.panel_text ul li:last-child {
    border-bottom: 0;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
    float: left;
}

.owl-next {
    color: transparent;
    background: url(../images/w-right.png);
    background-position: center;
    background-size: cover;
    width: 32px;
    height: 42px;
    position: absolute;
    top: 50%;
    right: -5%;
}
.owl-prev{
    color: transparent;
    background: url(../images/w-left-arrow.png);
    background-position: center;
    background-size: cover;
    width: 32px;
    height: 42px;
    position: absolute;
    top: 50%;
    left: -7%;
}
div#demo {
    width: 100%;
    float: left;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    overflow: hidden;
}
.topmenu {
    width: 100%;
    float: left;
    padding: 50px 4%;
    background: #e3e4e4;
}
.topmbox {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
.menus .container {
    position: relative;
}
.topmenu .col-xs-12.col-md-12 {
    
}
.topmbox h4 {
    margin-bottom: 10px;
    font-size: 25px;
    font-family: 'Swis721 Lt BT';
    font-weight: bold;
    color: #32327f;
}
.topmbox ul {
    display: inline-block;
    width: 48%;
    float: left;
    position: relative;
    padding: 0 4%;
    height: 190px;
}
.topmbox ul:nth-child(2) {
    padding-left: 0;
}
.topmbox ul:last-child {
    padding-right: 0;
}
.topmbox ul:last-child::before {
    border: none;
}
.topmbox ul:before{
    content: " ";
    color: #000;
    position: absolute;
    top: 0;
    right:0;
    border-right: solid 1px #afafaf;
    bottom: 0;
}
.topmbox ul li {
    width: 100%;
    float: left;
    padding: 5px 0;
}
.topmbox.snd ul {
    width: 100%;
}
.topmbox ul li label {
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 0.5px;
}
.topmenu.btmmenu {
    background: rgba(35,31,32,.88);
}
.topmbox ul li a {
    color: #666;
}
.topmbox.snd h4 {
    color: #a4c536;
}
.topmbox.snd ul li label, .topmbox.snd ul li a{
    color: #ddd;
}
.topmbox ul li a:hover{
    color: #a4c536;
}
.panel.with-nav-tabs.panel-default .dtnc ul li {
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    margin: 5px 0;
    letter-spacing: 0.5px;
}
.panel.with-nav-tabs.panel-default .dtnc ul li:before {
    content: "\f0c8";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 6px;
    color: #a4c536;
    position: relative;
    left: -12px;
    top: -3px;
}
.accordion{width:100%;margin:30px auto 20px;list-style:none;float:left;text-align:left;padding:0;}
.accordion .link {
    cursor: pointer;
    display: block;
    padding: 10px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #58595b;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    text-indent: 15px;
    font-size: 21px;
}
.accordion li i{position:absolute;top:16px;left:12px;font-size:18px;color:#595959;-webkit-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;}
.accordion li i.fa-chevron-down {
    right: 20px;
    left: auto;
    font-size: 16px;
    color: #ffff;
    top: 20px;
}
.accordion li.open i.fa-chevron-down{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}

.accordion2{width:100%;margin:30px auto 20px;list-style:none;float:left;text-align:left;padding:0;}
.accordion2 .link{cursor:pointer;display:block;padding:15px 20px;color:#fff;font-size:15px;font-weight:400;border-bottom:1px solid #CCC;position:relative;-webkit-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;background:#231f20;margin-bottom:10px;float:left;width:100%;}
.accordion2 li:last-child .link{border-bottom:0;}
.accordion2 li i{position:absolute;top:16px;left:12px;font-size:18px;color:#595959;-webkit-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;}
.accordion2 li i.fa-chevron-down{right:12px;left:auto;font-size:16px;color:#ffff;}
.accordion2 li.open i.fa-chevron-down{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}
.currentleft {
    background: #f1f2f2;
    width: 100%;
    float: left;
    position:relative;
}
.currentleft img {
    float: left;
    width: 100%;
}
.currentleft p {
    float: right;
    width: 85%;
    color: #dcddde;
    margin: 0 7.5%;
    padding-bottom: 35px;
}
.footer.contftr {
    background: #f2f2f3;
}
.footer.contftr p, .footer.contftr p a {
    color: #565656;
}
.footer.contftr .innerbox::before {
    border-color: #c3c3c3;
}
.footer.contftr .innerbox:nth-child(4)::before {
    border: solid 1px #c3c3c3;
}
.footer.contftr .innerbox:nth-child(5)::before{
    border:none;
}
.copyright {
    float: left;
    width: 100%;
}
.mediapages {
    width: 100%;
    float: left;
    background: #414143;
    margin-bottom: 50px;
    border-radius: 3pt;
}
.mediapages ul {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}
.mediapages ul li {
    display: inline-block;
    text-align: center;
    width: 33%;
    padding: 15px 0;
    float: left;
}
.mediapages ul li a {
    color: #fff;
    padding: 5px 0;
    float: left;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 15px;
    border-right: solid 1px #8c8c8c;
}
.mediapages ul li:last-child a {
    border: none;
}
.mediatitle h4 {
    margin: 0;
    font-size: 26px;
    font-family: 'Swis721 Lt BT';
    font-weight: 600;
    color: #a4c536;
}
.nav-tabs>li:first-child a {
    margin-left: 0;
}
.nav-tabs>li:last-child a {
    margin-right: 0;
    border: none;
}
#portfolio .portfolio-item figure .link-preview img {
    width: 100%;
    opacity: unset;
    padding: 4px;
}
#portfolio .portfolio-item figure img.img-fluid {
    width: 100%;
    height: 300px;
}
#portfolio:first-child .col-lg-4.col-md-4.portfolio-item.filter-app {
    padding-left: 0;
}
.mediapages ul li.active a {
    color: #a4c536;
}
.mediatitle span {
    display: inline-block;
}
.sf-arrows .sf-with-ul:after{
    display:none;
}
.tab-list-content {
    float: left;
    width: 25%;
    position: relative;
    padding: 0 20px;
}
.speci-title {
    font-size: 26px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: 'Swis721 Lt BT';
    text-align: left;
}
.speci-title img {
    float: left;
    margin-right: 25px;
}
.ane-box {
    width: 100%;
    float: left;
}
.list-info {
    padding: 0;
    width: 80%;
    float: right;
    list-style: square;
    text-align: left;
}
.panel.with-nav-tabs.panel-default .list-info li {
    width: 100%;
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 28px;
    position:relative;
}
.panel.with-nav-tabs.panel-default .list-info li:before {
    background: #b7a10d;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}
.panel.with-nav-tabs.panel-default .list-info li:before {
    display: block;
    width: 5px;
    height: 5px;
    background-color: #414042;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.knowmore {
    width: 100%;
    float: left;
    padding: 50px 0;
    display:none;
}
.sa-specification.inner-speci {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.strip ul li:last-child a {
    width: 22px;
    line-height: 22px;
    height: 22px;
    text-align: center;
    font-size: 15px;
}
ul.sitemapdtl {
    width: 100%;
    padding: 25px;
    float: left;
}
.sitemapdtl label {
    font-size: 17px;
}
.contnt {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0, 0, 0, 0.7);
    padding:50px;
}
.contnt .section-header h3 {
    color: #dcddde;
}
.currentleft p a {
    font-weight: bold;
}
.strip ul li:last-child {
    margin-top: 5px;
}
.pro-hndg ul li:nth-child(2) label {
    padding: 0;
}
.newbox {
    text-align: left;
    width: 90%;
    float: left;
    margin: 50px 5%;
}
.newbox p {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    font-family: 'Swis721 Lt BT';
}
.newbox ul {
    padding: 0;
    width: 100%;
    float: left;
    text-align: center;
}
.panel.with-nav-tabs.panel-default .newbox ul li {
    width: 40%;
    float: left;
    height: 80px;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: 10%;
}
.panel.with-nav-tabs.panel-default .newbox ul li img {
    float: left;
}
.panel.with-nav-tabs.panel-default .newbox ul li label {
    width: 80%;
    float: right;
    text-align: left;
    font-weight: normal;
}
    .newbox p {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    font-family: 'Swis721 Lt BT';
}
.ethosimg img{
    width:100%;
}
.tabss ul li a:hover{
    color:#c1c1c1 !important;
}
.slidercontent.element {
    top: 10%;
    right: 5%;
}
.year {
    line-height: 15px;
    font-size: 13px;
}
.tabss .nav-tabs > li.active a{
    color:#fff;
}
.year.yact {
    color: #a4c536;
}
.content.text-left.disclaimer.inner {
    display: block;
}
.stmp {
    display: flex;
    width: 100%;
    text-align: center;
}
.stp-box {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 19px;
}
.sitemap ul#accordion2 .link {
    margin: 0;
}
.sitemap ul#accordion2 ul.sitemapdtl {
    background: #58595b;
    display: none;
}
.sitemap ul#accordion2 ul.sitemapdtl.mystyle {
}
.stp-box h4 {
color: #fff;
padding: 0 40px;
margin-bottom: 15px;
font-size: 17px;
}
.stp-box ul {
    padding: 0;
    padding-left: 40px;
}
.stp-box ul li a{
    color: #bcbec0;
}
stp-box ul li {
font-size: 16px;
line-height: 30px;
}

.stp-box h4 a {
    color: #fff;
}
.stp-box .set a {
    background: transparent;
    padding: 0;
    position: relative;
    color: #bcbec0 !important;
    font-family: 'Swis721 Lt BT';
}
.stp-box .set a i {
transform: translate(-22%,-58%);
color: #bcbec0;
line-height: 22px;
font-size: 25px;
top: 21px;
}
.stp-box ul .set {
margin: 0;
padding-left: 18px;
}
.stp-box ul .set ul.content {
    padding-left: 0;
}
.stp-box .set a.active, .stp-box .set a.active i{
    color: #a4c536 !important;
}
.show{
    opacity:1;
}
.nav-tabs > li > a.active {
    background: #a4c536;
    color: #fff;
}
#alter_div2{
    display: none;
}
#alter_div2 .tab-list-content {
    width: 100%;
    padding-left: 0;
}
#alter_div2 .list-info{
    width: 90%;
}
.blk-clr h4, .blk-clr h5 {
    color: #fff;
}
.teamcont ul li:nth-child(2n) {}
.teamcont ul li:last-child {
    border: none;
}

.fxlayer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    height: 100%;
    z-index: 9;
    display: none;
}
.thankyou {
    width: 300px;
    text-align: center;
    padding: 25px;
    background: #f2f2f3;
    margin: 50px auto;
}
ul.msubmenu{
    display: none;
}
ul.msubmenu li {
    padding-left: 0 !important;
}
.mprojectmenu{
    display: none;
}
li.mprojectmenu label {
    width: 100%;
}
li.mprojectmenu .fa {
    position: absolute;
    top: 68%;
    transform: translateY(-50%);
    right: 20px;
    color: #fff;
}
 {
    display: inline-block;
    padding: 0;
    padding-left: 0;
    float: right;
}

 .nav-toggle {
}
 .nav-toggle span {
}

 .nav-toggle span:nth-child(1) {
    top: 8px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

 .nav-toggle span:nth-child(2) {
}

 .nav-toggle span:nth-child(3) {
    top: 33px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    width: 100%;
}

 .nav-toggle.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
    left: 13px;
    width: 65%;
    background:#fff;
}
 .nav-toggle.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

 .nav-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 30px;
    left: 13px;
    width: 65%;
    background:#fff;
}
 .nav-layer {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
}

 .nav-layer.open {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.sitemap ul#accordion .link {
    margin: 0;
    background: transparent;
    border: none;
}
.mmenu ul#accordion {
    margin: 0;
}
.mmenu {
    width: 90%;
    margin-left: 7%;
}
.mmenu ul#accordion ul.sitemapdtl {
    padding: 0;
    background: transparent;
}
.leftmenu ul{
    padding:0px;
}
.sitemap.mobilemenu .link span {
    position: relative;
    left: -1.3%;
}
.mmenu {
    width: 96%;
    margin-left: 3%;
    padding-top: 50px;
}
.mmenu .link {
    position: relative;
}
ul.navbarmenu li {
    width: 100%;
    float: left;
    border-bottom: solid 1px rgba(66, 66, 66, 0.95);
    padding: 10px;
}
ul.navbarmenu li a, .sitemap.mobilemenu .link span{
    font-size: 16px;
}
.sitemap.mobilemenu .link {
    border-bottom: solid 1px rgba(66, 66, 66, 0.95) !important;
}
ul.navbarmenu li.brnon {
    border: none;
}
.sitemap.mobilemenu .stp-box {
    width: 100%;
    float: left;
    margin: 0;
    padding:0px;
}
.sitemap.mobilemenu .stp-box a {
    font-size: 16px;
    padding: 10px;
    border-bottom: solid 1px rgba(66, 66, 66, 0.95);
}
.sitemap.mobilemenu .stp-box a span{
    font-size:13px;
}
.sitemap.mobilemenu ul.content li label {
    border-bottom: solid 1px rgba(66, 66, 66, 0.95);
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    width: 100%;
}
.sitemap ul#accordion2 .link.ftrclr {
    background: #58595b;
}
.disclaimerfix .content.text-left {
    display: block;
    padding: 0 15px;
}
.disclaimerfix .disclaimer {
    padding: 0;
}
.topmbox.snd.bdrn ul:before {
    border: none !important;
}

.lightgallerys {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.lightgallerys li {
    width: 32.6%;
    margin-right: 1%;
    margin-bottom: 1%;
}
.lightgallerys li:nth-child(3n){
    margin-right: 0;
}
.const-loaderwrp {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background: #fff;
    filter: grayscale(1);
    animation: flt;
    animation-delay: .2s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@keyframes flt {
    0% {filter: grayscale(1);}
    50% {filter: grayscale(0);}
    100% {filter: grayscale(1);}
}
.gallery-imgs.g1.heightst.slick-slide {
    height: 250px;
    overflow: hidden;
    vertical-align: middle;
    border: solid 1px #ededed;
    background: #f5f5f5;
    margin-right: 15px;
}
.gallery-imgs.g1.heightst.slick-slide img{
    height:100%;
    width: auto;
    text-align: center;
    float: none;
    margin: auto;
}

.col-md-12.col-sm-4.col-xs-12.gallery-imgs.g1.heightst{
    height: 250px;
    overflow: hidden;
    vertical-align: middle;
    background: #f7f7f7;
    border: solid 1px #ededed;
}
.col-md-12.col-sm-4.col-xs-12.gallery-imgs.g1.heightst img{
    height: auto;
    margin: auto;
}
.layer i img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.ltn-maps p {
    padding: 5px 0;
    display: inline-block;
    margin: 0;
    background: #a4c536;
    width: 100%;
    color: #fff;
}
.const-video video {margin: auto;width: 100%;}

.const-video-wrap {
    display: flex;
}
div#hive-video-wrapper {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

div#hive-video-wrapper video {
    max-width: auto;
    height: 80vh;
}

div#hive-video {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cls-btn {
    position: absolute;
    top: 50px;
    right: 50px;
    color: #fff;
    font-size: 40px;
    font-family: -webkit-body;
    cursor: pointer;
    
}
.nav-menu {
}

.menus {
    width: auto;
    float: right;
    text-align: right;
}
.container-fuild {
    padding: 0 15px;
}
.menus ul {
    padding-top: 0;
    display: flex;
    justify-content: flex-end;
    z-index: 1;
    margin: 0;
}

nav {
    width: 100%;
    margin-top: 0;
}

.menus ul li a {
    color: #e8e8e8;
    font-size: 13px;
    line-height: 24px;
    text-decoration: none;
}

.menus ul li {
    padding: 0 6px;
    letter-spacing: 0.5px;
    color: #e8e8e8;
}
.menus .nav-menu > li:last-child {
    padding: 0;
}

.menus .nav-menu > li:last-child a {
    padding: 0;
    border: none;
}
ol.carousel-indicators {
    display: none;
}
.abtimg {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}
.pro-hndg {
    width: 100%;
    float: left;
    padding: 15px;
    position: relative;
    top: -20px;
    border: solid 1px #a4c536;
    min-height:290px;
}
.facts {
    background-image: url(../images/facts.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 55px;
    padding-bottom: 80px;
}
.facts_part .width-bg {
    position: relative;
    width: 80%;
    margin: 0 auto;
}
.facts .facts_part h3 {
    margin: 0px;
    color: #fff;
    
}
.facts_part .facts-number {
    padding: 0px;
    margin-top: 40px;
    display: flex;
    max-width: 80%;
    margin: 40px 0 40px 10%;
}
.facts-number .facts-number-box {
    padding: 0px;
    position: relative;
}
.facts-number .facts-number-box h1 {
    margin: 0px;
    color: #fff;
    font-size: 150px;
    line-height: 110px;
    position: relative;
    top: -30px;
    font-family: 'Baskerville';
    font-weight: normal;
}
.facts-number .facts-number-box h5 {
}
.facts-number-box .facts-number-box-left {
    padding: 0px;
}
.facts-number-box .facts-number-box-left h6 {
    margin: 0px;
    color: #fff;
    font-size: 50px;
    line-height: 42px;
    position: relative;
    font-family: 'Baskerville';
    font-weight: 300;
    text-align: center;
}
.facts-number-box .facts-number-box-right h4 {
    margin: 0px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: 'Swis721 BT';
}
.facts-number-box .facts-number-box-right h5 {
}
.facts-number-box .facts-number-box-right h5 {
    margin: 0px;
    color: #cccccc;
    font-size: 14px;
    letter-spacing: 1px;
    padding-top: 0;
    font-family: 'Swis721 BT';
}
.facts_part .width-bg p {
    color: #fff;
    text-align: center;
}
.col-sm-10.col-xs-10.facts-number-box-right {
    padding: 0;
}
.col-sm-12.margin-facts.mb-20.row {
    margin-top: 30px;
}
.col-lg-12.col-md-12.col-sm-12.facts-quality {}

.col-lg-12.col-md-12.col-sm-12.facts-quality ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 10% 0 5%;
}

.col-lg-12.col-md-12.col-sm-12.facts-quality ul li {
    width: 24%;
    text-align: center;
}

.col-lg-12.col-md-12.col-sm-12.facts-quality ul li p {
    color: #fff;
    margin-top: 10px;
    letter-spacing: 1px;
}
.testimonial {
    width: 100%;
    float: left;
}
.success_stories {
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: left;
    width: 100%;
}

.post-slide {
    width: 100%;
}

.post-slide .post-img {
    float: left;
    width: 100%;
    position: relative;
    z-index: 8;
}

.post-slide .post-img img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
}

.post-slide .post-date {
    background: #ec3c6a;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 2% 3%;
    width: 60px;
    height: 60px;
    text-align: center;
    transition: all 0.50s ease;
}

.post-slide .date {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.post-slide .month {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
}

.post-slide:hover .post-review {
}

.post-slide .post-title {
    display: inline-block;
    text-align: left;
    font-family: 'Bebas Neue';
    font-size: 27px;
    letter-spacing: 1px;
    margin: 15px 0 0px 0;
    border-left: 5px solid #a4c536;
    padding-left: 10px;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    font-weight: bold;
}

.post-slide .post-bar {
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}

.post-slide .post-bar:after,
.post-slide .post-bar:before {
    border: 1px solid #38cfd8;
    bottom: -10px;
    content: "";
    display: block;
    position: absolute;
    right: 36%;
    width: 25px;
}

.post-slide .post-bar:before {
    border: 1px solid #ec3c6a;
    right: 32%;
}

.post-slide .post-bar li {
    color: #555;
    font-size: 10px;
    margin-right: 10px;
    display: inline-block;
}

.post-slide .post-bar li a {
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ec3c6a;
}

.post-slide .post-bar li a:hover {
    color: #ec3c6a;
}

.post-slide .post-bar li i {
    color: #777;
    margin-right: 5px;
}
.post-slide {
}
.post-description {
    font-size: 15px;
    line-height: 24px;
    width: 100%;
    text-align: center;
}

.post-description i {
    font-size: 90px;
    opacity: 0.05;
    width: 100%;
    float: left;
    TEXT-ALIGN: LEFT;
}
.post-review {
    width: 90%;
    margin: 0 5%;
}
.moreabt {
    padding: 50px 0;
    float: left;
    width: 100%;
    text-align: center;
}

.mrbtn {
    width: 70%;
    float: left;
    margin: 0 15%;
}

.mrbtn .bttn.btn-change8 {
    width: 100%;
    float: left;
}

.moreabt .container {
    width: 70%;
}
.mrbtn a.bttn.btn-change8 {
    margin: 0;
}

.mrbtn h4 {margin: 15px 0;font-weight: bold;font-family: 'Swis721 BT';text-transform: uppercase;font-size: 17px;letter-spacing: 0.5px;}
.footer{
    background-image: url(../images/footer.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    float:left;
    width: 100%;
    padding: 50px 0;
    background-attachment: fixed;
}
.footer .footer-main{padding:0px;float: left;}

.footer-main .footer-one{
	float: left;
	width: 47%;
	padding-right: 120px;
	padding-left: 80px;
}
.footer-main .footer-one img{    margin-bottom: 25px; width: 200px;}
.footer-main .footer-one h2{margin: 0px;font-size: 17px;color: #a4c536;font-style: normal;padding-top: 12px;padding-bottom: 10px;font-weight: bold;font-family: 'Swis721 BT';text-transform: uppercase;letter-spacing: 0.5px;}
.footer-main .footer-one h4{
    margin: 0px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    font-style: normal;
    line-height: 24px;
    padding-bottom: 6px;
    padding-top: 8px;
}
.footer-main .footer-one h3{
    margin: 0px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    font-style: normal;
    float: left;
    line-height: 23px;
    padding-bottom: 6px;
    width: 100%;
}
.footer-main .footer-one p{
	margin: 0 0 10px 0;
	font-weight: normal;
	font-style: normal;
	font-size:15px;
	font-family: 'Swis721 Lt BT';
	width: 100%;
	float: left;
	color: #fff;
	line-height: 24px;
}
.footer-main .footer-one p a{
	color: #debf6b;
	transition: ease-in-out .4s;
	font-family: 'Swis721 Lt BT';
}
.footer-main .footer-one p a:hover{
	
}
.footer-main .footer-one h3 a{
	color: #a4c536;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
}
.footer-main .footer-one h3 a:hover {  transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -webkit-transition: 0.5s ease-in-out; -ms-transition: 0.5s ease-in-out; }


.footer-main .footer-two{
	float: left;
    width: 16%;
}
.footer-main .footer-two h2{
	margin:0px;
	font-size: 21px;
	color: #debf6b;
	font-style: normal;
	padding-top: 12px;
	padding-bottom: 20px;
	font-weight: bold;
	font-family: 'Swis721 BT';
}
.footer-main .footer-two ul{ padding:0px;margin:0px;}
.footer-main .footer-two ul li{}
.footer-main .footer-two ul li a{
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    display: block;
    transition: ease-in-out .4s;
    line-height: 26px;
    letter-spacing: 0.5px;
}
.footer-main .footer-two ul li a:hover{
	
}


.footer-main .footer-three{
	float: left;
	width: 25%;
	padding-right: 10px;
}
.footer-main .footer-three h2{margin: 0px;font-size: 21px;color: #a4c536;font-style: normal;padding-top: 12px;padding-bottom: 10px;font-weight: bold;font-family: 'Swis721 BT';}
.footer-main .footer-three ul{margin:0px;padding:0px;float: left;width: 100%;}
.footer-main .footer-three ul li{
    float: left;
    width: 100%;
}
.footer-main .footer-three ul li a{
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    display: block;
    transition: ease-in-out .4s;
    line-height: 28px;
    letter-spacing: 0.5px;
}
.footer-main .footer-three ul li a:hover{
	
}


.footer-main .footer-four{
	float: left;
	width: 24%;
}
.footer-main .footer-four h2{margin: 0px;font-size: 17px;color: #a4c536;font-style: normal;padding-top: 12px;padding-bottom: 10px;font-weight: bold;font-family: 'Swis721 BT';letter-spacing: 0.5px;text-transform: uppercase;}
.footer-main .footer-four ul{margin:0px;padding:0px;float: left;width: 100%;}
.footer-main .footer-four ul li{width: 100%;float: left;line-height: 30px;}
.footer-main .footer-four ul li a{
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    transition: ease-in-out .4s;
    letter-spacing: 0.5px;
    width: auto;
    display: inline-block;
    line-height: 15px;
    cursor:pointer;
}
.footer-main .footer-four ul li a:hover{
	
}


.footer-main .footer-five{
	float: left;
	width: 24%;
}
.footer-main .footer-five h2{
    margin: 0px;
    font-size: 17px;
    color: #a4c536;
    font-style: normal;
    padding-top: 12px;
    padding-bottom: 10px;
    font-weight: bold;
    font-family: 'Swis721 BT';
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.footer-main .footer-five p{
	color: #fff;
	font-weight: normal;
	font-style: normal;
	font-family: 'Swis721 Lt BT';
	font-size: 14px;
	line-height: 20px;
}
.sub1 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 25px;
}
.footer-main .footer-five input[type="text"], .footer-main .footer-five input[type="tel"], .footer-main .footer-five input[type="email"] {
    width: 100%;
    border: 1px solid #585858;
    height: 40px;
    padding: 10px;
    font-size: 14px;
    background: transparent;
    font-weight: 300;
    font-style: normal;
    line-height: 15px;
	color:#fff;
}

.sub2 {
    position: absolute;
    top: 5px;
    right: 12px;
    background-color: transparent;
    box-shadow: none;
    border: none;
}
.footer-main .footer-five ul{padding:0px;margin:0px;width: 275px;}
.footer-main .footer-five ul li{display:inline-block;list-style:none;width: 100%;float: left;margin-bottom: 10px;}
.footer-main .footer-five ul li a{
	color: #fff;
    transition: ease-in-out .4s;
    font-size: 27px;
    margin-right: 15px;
}
.footer-main .footer-five ul li a:hover{ }
.footer-main .footer-five ul li.i-blog a { margin-right:0px; }
.footer-main .footer-five ul li.i-blog a:hover img { display: none; }
.footer-main .footer-five ul li.i-blog a:hover img.h { display: inline-block !important; }

.footer-main .copywright{
	padding-top: 50px;
    text-align: center;
}
.footer-main .copywright p{
    color: #b0b0b0;
    font-weight: 300;
    font-style: normal;
    margin: 0;
}
.footer-main .copywright p span{ color:#f7941e;}
.footer-main .copywright p a{color:#b0b0b0;}

.footer-main .footer-five input#email_newsletter {
    float: left;
    letter-spacing: 0.5px;
    width: 100%;
    border: 1px solid #fff;
    height: 50px;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    font-style: normal;
    line-height: 15px;
    background: transparent;
}
.midheader .container-fuild {width: 96%;margin: 0 auto;}
.abtright a.bttn.btn-change8 {
    margin-bottom: 0;
    border: solid 1px #e8e7e7;
}
.abtimg img {
    width: 100%;
    object-position: top;
    object-fit: none;
}
.copyright p, .copyright p a {
    font-size: 13px;
    line-height: 40px;
    color: #787878;
    letter-spacing: 0.5px;
}
.breadcrum {
    width: 100%;
    float: left;
    bottom: 0;
    z-index: 9;
    height: 40px;
    background: #fff;
    position: relative;
}

.abouts {
    width: 100%;
    float: left;
    position: relative;
}

.breadcrum p a {
    line-height: 40px;
    color: #a4c536;
}

.breadcrum p {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Swis721 BT';
    letter-spacing: 0.5px;
    line-height: 20px;
    color: #666;
}

.breadcrum p em {
    padding: 0 5px 0 10px;
}
.about {
    background: url(../images/abtbnr.jpg);
    float: left;
    width: 100%;
    background-size: 100%;
    background-attachment: fixed;
}

.aboutcont {
    padding: 50px 100px;
    width: 96%;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    margin: 30px 2%;
}
.about .container {
    width: 100%;
}
.aboutcont h2 {
    color: #fff;
    margin-bottom: 12px;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 50px;
    padding: 0px 150px 15px;
    border-bottom: solid 1px #383838;
    margin-bottom: 10px;
}

.aboutcont p {
    color: #fff;
    padding-bottom: 6px;
    font-size:22px;
}
.aboutbox.interabt h2 {
    color: #231f20;
    font-family: 'Bebas Neue';
}

.aboutbox.interabt .abtimg {
    width: 60%;
    float: right;
}

.aboutbox.interabt .abtimg img {
    object-fit: inherit;
    object-position: initial;
}
.abtright ul {
    padding: 0;
}

.abtright ul li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    float: left;
    justify-content: space-between;
    margin-bottom: 15px;
}

.abtright ul li span {
    width: 85%;
}

.abtright ul li img {
    width: 50px;
    height: 50px;
}

.abtright ul li span strong {
    font-size: 19px;
    font-family: 'Swis721 BT';
    color: #a4c536;
}

.abtright ul li span p {
    letter-spacing: 0.5px;
}
.mission {
    display: flex;
    background: #F2F3F8;
    padding-right: 0;
}

.mislft {
    width: 50%;
    float: left;
    padding: 50px;
}

.misrgt {
    width: 50%;
    background: url(../images/vision.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.mislft ul {
}

.mislft ul li {font-size: 15px;line-height: 24px;margin-bottom: 10px;font-family: 'Swis721 Lt BT';letter-spacing: 0.3px;list-style: square;}

.mislft h3 {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 32px;
}
.misrgt:before {content: '';background: rgba(5, 5, 33, 0.9);position: absolute;top: 0;bottom: 0;left: 0;right: 0;}

.misrgt:after {
    content: '';
    border: 1px solid #3b4a59;
    float: left;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
}
.misgt {
    float: left;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
    width: 90%;
}

.misgt ul {
    padding: 10px;
}

.misgt h3 {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 32px;
}

.misgt ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    font-family: 'Swis721 Lt BT';
    letter-spacing: 0.3px;
}
.teams {
    width: 46%;
    border: solid 1px #cecece;
    position: relative;
    display: inline-block;
    float: left;
    background: #fff;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.1);
    padding-bottom: 0;
    margin: 65px 2% 50px 2%;
}
.teampro {
    width: 100%;
    float: left;
    position: relative;
}
.teampro img {
    position: absolute;
    top: -70px;
    left: 5%;
    z-index: 9;
    width: 150px;
    padding: 5px;
    background: #fff;
    border: solid 3px #a4c536;
}
.teampro h4 {
    float: right;
    padding: 32px 0px 10px;
    width: 65%;
    text-align: left;
    margin: 0;
    font-weight: bold;
    color: #a4c536;
    letter-spacing: 1px;
    font-size: 19px;
}
.teampro h4 span {
    width: 100%;
    float: left;
    color: #666;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin-top: 4px;
}
.teamcont {
    width: 96%;
    float: left;
    text-align: left;
    padding: 0px 30px;
    margin: 40px 0 0px 0;
    height: 200px;
}
.principledesk {
    padding: 65px 0;
    width: 100%;
    float: left;
    background: #f9f9f9;
}
.pb-0 {
    padding-bottom: 0;
}
.probox {
    width: 31%;
    float: left;
    text-align: left;
    border: solid 1px #efefef;
    margin: 0 1.1% 25px;
}

.prohd {
    width: 100%;
    float: left;
}

.prohd h4 {font-size: 15px;display: inline-block;color: #000;float: left;width: 100%;text-align: left;margin: 15px 0;padding: 0px 10px;letter-spacing: 1px;font-weight: bold;text-transform: uppercase;}

.proimg {
    width: 100%;
    float: left;
    position: relative;
}

.proimg img {
    width: 100%;
}

.proimg span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(164 197 54 / 70%);
    color: #fff;
    line-height: 36px;
    width: auto;
    padding: 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Swis721 Lt BT';
    letter-spacing: 1px;
    border-radius: 0px 5px 0px 0;
}

.probtm {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    height: 62px;
}

.probtm h4 {
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 20px;
}

.probtm .bttn.btn-change8 {
    margin: 0;
    white-space:nowrap;
    font-size: 11px;
}
div#image-gallery-1 {
  width: 100%;
float: left;
cursor: pointer;
}
div#image-gallery-1 img.gallery-items {
    float: none;
}
.ltn-map {
    width: 100%;
    height: 450px;
    margin: 0px auto;
    overflow: hidden;
    border: solid 5px #fff;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}

#iv-container {
  position: fixed;
  background: #0d0d0d;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index:99999;
}
div#image-gallery-1 p i {
    color: #a2822f;
    font-size: 10px;
    margin-left: 5px;
}
.iv-container {
  overflow: hidden;
}

.iv-close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  text-shadow: 0px 0px 3px #6d6d6d;
  -webkit-transition: all ease 200ms;
  -moz-transition: all ease 200ms;
  -o-transition: all ease 200ms;
  transition: all ease 200ms;
}
.iv-close:after,
.iv-close:before {
  content: "";
  height: 4px;
  width: 32px;
  background: #a4c536;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.iv-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.iv-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.iv-close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/***** snap view css *****/
.iv-snap-view {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 20px;
  left: 20px;
  border: 1px solid #666;
  background: black;
  z-index: 100;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -o-transition: all ease 400ms;
  transition: all ease 400ms;
  opacity: 0;
}

.iv-snap-image-wrap {
  display: inline-block;
  position: absolute;
  max-width: 150px;
  max-height: 150px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.iv-snap-image {
  position: relative;
}

.iv-snap-handle {
  position: absolute;
  border: 1px solid #ccc;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 0px 0px 0px 200px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 0px 200px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 0px 200px rgba(0, 0, 0, 0.5);
}

/*** zoom slider ***/
.iv-zoom-slider {
  width: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #666;
  border-top: 0;
  background: rgba(204, 204, 204, 0.1);
  height: 15px;
  position: absolute;
  top: 150px;
  left: -1px;
}

.iv-zoom-handle {
  width: 20px;
  height: 15px;
  background: #ccc;
  position: absolute;
}

/**** snap view css end *****/
.iv-image-view {
  position: absolute;
  height: 100%;
  width: 100%;
}

.iv-image-wrap {
  display: inline-block;
}

.iv-image-wrap:active {
  cursor: move;
}

.iv-large-image {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.gallery-items {width: 100%;}

.iv-loader {
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  z-index: 100;
  margin-top: -16px;
  margin-left: -16px;
  font-size: 5px;
  position: absolute;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.iv-loader:after {
  width: 10em;
  height: 10em;
  border-radius: 50%;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-content {
    width: 100%;
    float: left;
}

.contact-dtl {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.contact-tel {
    width: 100%;
    text-align: left;
    position: relative;
}

.contact-tel ul {
    list-style-type: none;
    float: left;
    width: 100%;
    display: flex;
    padding: 0;
    justify-content: space-between;
    text-align: center;
}

.contact-tel.mob ul li {
    width: 32%;
    float: left;
    background: #f5f8f8;
    padding: 15px;
}

.contact-tel span {
    color: #ededed;
    float: right;
    width: 100%;
    font-size: 17px;
    font-weight: 300;
    margin-top: 25px;
    line-height: 23px;
    font-family: 'Swis721 Lt BT';
    letter-spacing: 0.5px;
}

.contact-form {
    width: 70%;
    float: left;
    margin: 50px 15%;
    text-align: center;
}

.contact-form h6 {
    background: transparent;
    color: #968152;
    display: inline-block;
    padding: 5px 40px;
    color: #968152;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Swis721 BT';
    margin: 15px 0;
    border: 1px solid;
    border-radius: 3px;
}

.contact-form input[type=email], .contact-form input[type=text], .contact-form input[type=tel], .contact-form ul li textarea {
    border: none;
    font-size: 16px;
    letter-spacing: 0.5px;
    width: 100%;
    border-bottom: solid 1px #ededed;
    resize: none;
}

.contact-form ul li img {
    position: absolute;
    top: 15px;
    right: 15px;
}

.contact-form ul li {
    width: 31.3%;
    float: left;
    margin: 10px 1%;
    list-style: none;
    position: relative;
}

.contact-form ul li textarea {
}

.contact-form ul li:nth-child(4),
.contact-form ul li:nth-child(5) {
    width: 98%;
}

.contact-form ul li input[type="submit"] {
    background: #a4c536;
    margin: 0;
    width: 200px;
    color: #fff;
    cursor: pointer;
}

section#contact {
    padding: 0;
}
.contact-tel.mob ul li p {
    font-weight: bold;
    font-family: 'Swis721 BT';
    letter-spacing: 0.5px;
    font-size: 14px;
    text-transform: uppercase;
    color: #a4c536;
}

.contact-tel.mob ul li span {
    color: #000;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}

.contact-form ul {
    padding: 0;
}
.carclr:before {content: '';background: #515a8c;position: absolute;top: 0;bottom: 0;right: 0;left: 0;opacity: 0.5;}
.menus ul li a i.fa-mobile {
     font-size: 20px;
    position: relative;
    top: 3px;
    left: 5px;
}
.career {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 0;
}

.careerbox {
    width: 100%;
    float: left;
}
.currentjob {
    width: 80%;
    float: left;
    text-align: left;
    margin: 0 10%;
    background: #f1f2f2;
    padding: 50px;
}

.currentjob h4 {
    font-family: 'Swis721 Lt BT';
    font-size: 17px;
    letter-spacing: 1px;
    background: #485379;
    width: auto;
    display: inline-block;
    line-height: 38px;
    padding: 0 18px;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 20px;
}

.currentrow {
    align-items: center;
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0px 15px;
    border-bottom: solid 1px #ededed;
}

.currentrow div {
    width: 24%;
}

.currentrow div h3 {
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.currentrow div.jobdescription {
    width: 100%;
    margin-top: 15px;
    background: #fff;
    padding: 15px;
    float: left;
    display: none;
    border: solid 1px #f3f2f2;
    z-index: 9;
    font-style: normal;
    font-size: 15px;
    font-family: 'Swis721 Lt BT';
}

.currentrow div.jobtitle {
    width: 50%;
}

.currentrow div.jobtime, .currentrow div.jobaction {
    width: auto;
}

.currentrow div.jobaction {}

.currentrow div.jobaction a.bttn.btn-change8 {
    margin: 0 0 0 25px;
    cursor:pointer;
    border-bottom: solid 1px #a4c536;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    padding-bottom: 5px;
    color: #a4c536;
    outline: 0;
    padding-top: 0;
}
.currentrow div.jobtitle h3 {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Swis721 BT';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.5px;
}
.currentrow div h3 i {
    margin-right: 5px;
    color: #a4c536;
}
.currentrow div.jobaction a.bttn.btn-change8:hover {
    -webkit-box-shadow: -500px 0 0 #f1f2f2 inset;
    color: #a4c536 !important;
}
.currentrow div.jobaction a.bttn.btn-change8:hover {box-shadow: 0px 0 0 #f1f2f2 inset;}
.currentrow div.jobdescription p {
    letter-spacing: 0.5px;
}
.currentrow div.jobdescription a.bttn.btn-change8 {
    margin: 15px 0;
    background: #9E9E9E;
    color: #fff;
    cursor: pointer;
}
.forms {
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(35, 31, 32, 0.88);
    z-index: 99;
    height: 100vh;
    transition: ease 500ms all;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    visibility:hidden;
}
.forms.slides {
    top: 0;
    display: flex;
    visibility:visible;
}
.forms form {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    padding: 25px;
}

.forms form ul {
    padding: 0;
    width: 350px;
}

.forms form span.ftruser {
    width: 100%;
    float: left;
}

.forms form  input {
    width: 100%;
    float: left;
    border: solid 1px #ededed;
    border-radius: 5px;
    margin-top: 0px;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    text-indent: 48px;
    letter-spacing: 1px;
}

.label-txt {font-size: 12px;text-transform: uppercase;font-weight: bold;font-family: 'Swis721 BT';letter-spacing: 1px;color: #a4c536;}

.forms form ul li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.forms form ul li select {
    width: 100%;
    float: left;
    border: solid 1px #ededed;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    text-indent: 46px;
    padding-right: 6px;
}
.ftruser::before {
    content: "\f007";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.ftrmobile::before {
    content: "\f10b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 30px !important;
    padding-top: 2px !important;
}
.ftremail::before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.ftrexp::before {
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.forms form ul li span {
    width: 100%;
    float: left;
    position: relative;
}

.forms form ul li span::before {
    position: absolute;
    bottom: 2px;
    left: 10px;
    color: #bfbebe;
    border-right: solid 1px #ededed;
    padding-right: 10px;
    width: 20px;
    text-align: center;
    font-size: 18px;
}
.forms form input[type="file"] {
    float: right;
    line-height: 20px;
    position: relative;
    padding: 7px 0;
    text-indent: 0;
    width: 88%;
    border: none;
    border-left: solid 1px #ededed;
    border-radius: 0;
    padding-left: 10px;
    font-family: 'Swis721 BT';
    font-size: 13px;
}
.forms form ul li span.fa.fa-file {
    border: solid 1px #ededed;
}

.forms form ul li span.fa.fa-file::before {
    bottom: 10px;
    border: none;
}

.forms form ul li.smlb {
    font-size: 15px;
    position: relative;
    line-height: 0;
    top: -4px;
    text-align: right;
}

.forms form ul li.smlb small {font-weight: bold;font-family: 'Swis721 BT';letter-spacing: 0.5px;}

.forms form input[type="submit"] {
    text-indent: 0;
    font-weight: bold;
    font-family: 'Swis721 BT';
    letter-spacing: 0.5px;
    background: #a4c536;
    margin-top: 10px;
    text-transform: uppercase;
    font-size:15px;
}
.forms form h3 {
    font-size: 21px;
    letter-spacing: 0.5px;
    font-weight: bold;
    font-family: 'Swis721 BT';
    margin: 0;
    border-bottom: dashed 1px #ededed;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.frmclr {
    position: absolute;
    top: -10px;
    right: -10px;
    font-weight: bold;
    font-size: 13px;
    background: #a4c536;
    width: 25px;
    height: 25px;
    color: #000;
    text-align: center;
    border-radius: 100%;
    line-height: 25px;
    font-family: 'Swis721 BT';
    cursor: pointer;
}
.gallery {
    width: 70%;
    float: left;
    margin: 0px 15%;
}

.gallerymenu {
    width: 100%;
    float: left;
}

.gallerymenu ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 25px;
    padding: 8px 0;
    background: #231f20;
}

.gallerymenu ul li {
    width: 100%;
    text-align: center;
    background: #231f20;
    border-right: solid 1px #484848;
    float: left;
}

.gallerymenu ul li:last-child {
    border-right: none;
    display:none;
}

.gallerymenu ul li a {
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-family: 'Swis721 BT';
    text-transform: uppercase;
    letter-spacing: 1px;
}

.videobox {
    width: 49%;
    float: left;
    margin-bottom: 20px;
}

.videobox h5 {
    margin: 0;
    padding: 15px;
    background: #a4c536;
    color: #231f20;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
}
.videosnt {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gallerymenu ul li a.activegal {
    color: #a4c536;
}
#lightgallery {
    width: 100%;
    float: left;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.certificate .heading {
    margin-left: 35%;
    width: auto;
    float: none;
    margin-bottom: 40px;
}
.lightbox {
    width:32%;
    display: inline-block;
    box-shadow: -5px 10px 10px rgba(68, 68, 68, 0.14);
    border: solid 5px #fff;
    margin: 0 0.5%;
    float: left;
    margin-bottom: 12px;
}
.videosnt.pressrelease .lightbox {
    width: 30%;
}
.videosnt.pressrelease .lightbox h4 {
    margin: 0 0 8px 0;
    font-family: 'Swis721 Lt BT';
    color: #a4c536;
    font-size: 17px;
    letter-spacing: 0.5px;
    padding-top: 10px;
}

.videosnt.pressrelease .lightbox h5 {
      font-size: 16px;
    color: #565656;
    letter-spacing: 0.5px;
    margin: 0 0 5px 0;
}
.banners {
    width: 100%;
    float: left;
}

.banners img {
    width: 100%;
    height: 85vh;
}
.menus .nav-menu {padding-top: 5px;}
.menus .nav-menu > li.menu-active a {
    font-weight: 900;
    color: #a4c536 !important;
    border-bottom: solid 2px;
}
.abtright p {background: #f2f2f3;position: relative;left: -50px;padding: 40px 50px 40px 100px;}

.section-header h3 span, .section-header h1 span {color: #a4c536;font-weight: bold;}
.pro-img {
    width: 94%;
    left: 3%;
}
#carousel {
    border: solid 1px #f7f7f7;
    padding: 25px 0;
}
.owl-carousel .owl-item img {
    border-radius: 10px;
}
#header.inxhead {
    position: absolute;
    box-shadow: none;
}
.header.innerhead .menus ul li a {
    color: #565656;
}
.fixed {
    box-shadow: 0 3px 3px rgba(0,0,0,0.1);
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    padding: 0 0 5px 0;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}
.header.fixed .menus ul li a {
    color: #565656;
}
.header.fixed ul.nav-menu {
    border-color: #d4d4d4;
}
.menus ul li:last-child {
    padding-right: 0;
}
.menus ul li:hover a, .menus .nav-menu > li a:hover, .footer-main .footer-four ul li a:hover, .mrbtn h4 a:hover {
    color: #a4c536;
}
.nav-tabs > li > a{
    text-align:center;
}
.menustab {
    padding: 0;
    padding-bottom: 5px;
    width: auto;
    position: relative;
}
.menustab:before {content: '';background: #e8e8e8;width:89%;height: 0.5px;position: absolute;bottom: 0;right: 0;}
.footer-main .footer-five ul li input.bttn.btn-change8 {
    margin: 0;
    width: 100%;
}
#projects {
    padding-top: 0;
}
.projectbox {
    width: 85%;
    margin: 0px auto;
}
.overviewcont h3 {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 26px;
    border-left: solid 2px #a4c536;
    padding-left: 8px;
    font-weight: 100;
    letter-spacing: 0.5px;
    font-family: 'Swis721 BT';
}
div#location .ltn-map {
    background: #fff;
    height: auto;
}
.desktop-show{
        display:block;
    }
    .mobile-show{
        display:none;
    }
     .nav-toggle {
    width: 48px;
    height: 42px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    padding: 12px;
    border: solid 1px #e8e8e8;
    float: right;
    z-index: 9;
    right: 0;
}

 .nav-toggle span {
    display: block;
    width: 55%;
    height: 2px;
    border-radius: 1px;
    background: #e8e8e8;
    /* -webkit-transition: .5s ease-in-out; */
    transition: .5s ease-in-out;
    margin-top: 5px;
    float: left;
    position: absolute;
}

 .nav-toggle span:nth-child(1) {
    top: 4px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

 .nav-toggle span:nth-child(2) {
    top: 14px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    width: 40%;
}

 .nav-toggle span:nth-child(3) {
    top: 24px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    width: 30%;
}

 .nav-toggle.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
    left: 10px;
    width: 62%;
}

 .nav-toggle.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

 .nav-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 24px;
    left: 11px;
    width: 60%;
}
.mobilebtn a button {
    width: 49%;
    border: none;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
    background: #a4c536;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1.5px;
}
.mobilebtn {
    width: auto;
    float: left;
    position: fixed;
    bottom: 0;
    left: 0%;
    right: 0%;
    z-index:99;
}
 /*--thank you pop starts here--*/
.thank-you-pop{
	width:100%;
	padding:20px;
	text-align:center;
	background: #fff;
}
.modal{
    margin: 0;
} 
.modal-header{
    /* background-color: white; */
}
.close{
    color: #000;
    font-size: 2.5rem;
}
.thank-you-pop img{
	width:76px;
	height:auto;
	margin:0 auto;
	display:block;
	margin-bottom:25px;
}

.thank-you-pop h1{
	font-size: 42px;
    margin-bottom: 25px;
	color:#5C5C5C;
}
.thank-you-pop p{
	font-size: 20px;
    margin-bottom: 27px;
 	color:#5C5C5C;
}
.thank-you-pop h3.cupon-pop{
	font-size: 25px;
    margin-bottom: 40px;
	color:#222;
	display:inline-block;
	text-align:center;
	padding:10px 20px;
	border:2px dashed #222;
	clear:both;
	font-weight:normal;
}
.thank-you-pop h3.cupon-pop span{
	color:#03A9F4;
}
.thank-you-pop a{
	display: inline-block;
    margin: 0 auto;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #8BC34A;
    border-radius: 17px;
}
.thank-you-pop a i{
	margin-right:5px;
	color:#fff;
}
#ignismyModal .modal-header{
    border:0px;
    padding: 0;
    width: auto;
    top: -10px;
    position: absolute;
    z-index: 9;
    right: 0;
    width: 100%;
    margin: 0;
}
.nav {
flex-wrap: nowrap;
}
/*--thank you pop ends here--*/
.header.innerhead {
    width: 100%;
    float: left;
    height: 100%;
}
.header.innerhead.fixed {
    height: auto;
}
.layer {
	width: 100%;
	float: left;
	position: absolute;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.48);
	right: 0;
	left: 0;
}
/**** snap view css end *****/
.iv-image-view {
	position: absolute;
	height: 100%;
	width: 100%;
}
.iv-image-wrap {
	display: inline-block;
}
.iv-image-wrap:active {
	cursor: move;
}
.iv-large-image {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	cursor: zoom-in;
}
.gallery-items {
	width: 100%;
	height: auto;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
div#image-gallery-1 .ltn-map:hover p {
	background: transparent;
	color: #b3893a;
	border: solid 1px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
div#image-gallery-1 .sit-map:hover p {
	background: transparent;
	color: #b3893a;
	border: solid 1px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
.img-pln:hover .layer {
	display: none;
}
.ltn-maps {
    width: 30%;
    float: left;
    margin: 10px 1.5%;
    padding: 0;
    position: relative;
}
.img-pln {
    position: relative;
}
.googlemap {
    border: solid 5px #e2e2e2;
}
body{
       overflow-x: hidden;
       float: left;
       width: 100%;
   }
       .webloader-active{
   transform: scale(0,1);
}
.loader {
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   background:#ecf1e9;
   z-index: 9999;
   transition: all 2s;
}
.loader.remove{
   left: 100%;
}
.loaderlogo{
   display: none;
}
.loader::before {
 content: "";
 background: #fff;
 width: 100%;
 height: 100%;
 position: absolute;
 bottom: 0%;
 animation: splash 1.2s ease-in-out forwards;
 animation-delay: 1s;
 /*animation: splash 5s cubic-bezier(0.8, 0.2, 0.2, 0.8) forwards;*/
}

@keyframes splash {
 from {
   bottom: 0%;
 }
 
 to {
   bottom: 100%;
 }
 
}
.loader.webloader-active {
   opacity: 0;
   display: none;
   transition: ease all 500s;
}
#ignismyModal .modal-header button.close {
    padding: 0;
    display: inline-block;
    background: #9e9e9e;
    padding: 5px;
    float: right;
    margin: 0;
    border-radius: 100%;
    line-height: 0px;
    opacity: 1;
    color: #fff;
    width: 32px;
    height: 35px;
    line-height: 0;
}

#ignismyModal .modal-header button.close span {
    font-size: 20px;
    line-height: 20px;
    padding: 4px;
}
.abouts img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.col-lg-6.col-md-6.col-xs-12.col-sm-12.pull-left.p-0.aos-init.aos-animate {
    z-index: 9;
}
#zio img#donw {
    height: auto;
    width: auto;
}
.carousel-inner {
    height: 85vh;
}
#disclaimerpop .container {
    width: 100%;
}

.disclaimerfix a.bttn.btn-change8 {
    color: #fff !important;
    font-weight: normal;
    font-size: 11px;
    border-radius: 100%;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    margin: 0;
    float: right;
    right: 20px;
    top: 20px;
    position: relative;
    z-index: 99;
    cursor: pointer;
}

.disclaimerfix .content.text-left p.p-0 {
    font-size: 13px;
    color: #FFE;
    line-height: 18px;
    text-align: justify;
}
.disclaimerfix .disclaimer h3 {
    margin: 0;
    padding: 15px 0;
    color: #fff;
    font-size: 19px;
    line-height: 26px;
    padding-bottom: 5px;
}

::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 4px;
}

::-webkit-scrollbar-thumb {
    background-color: #a4c536;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}

::-webkit-scrollbar {
    overflow: visible;
    width: 7px;
    padding: 0;
    background: #f1f1f1;
}
section#popup {
    position: fixed;
    z-index: 999;
    background: rgb(0 0 0 / 70%);
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.popupbanner {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    float: left;
    width: 70%;
    margin: 0 15%;
    text-align: center;
}

.popup {
    width: 100%;
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popupbanner h4 {
    margin: 10px 0;
    font-family: 'Swis721 BT';
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 22px;
    border-left: solid 4px #a4c536;
    display: inline-block;
    padding-left: 5px;
}
.popupbanner span.cross {
    position: absolute;
    top: 0;
    right: 0;
    background: #a4c536;
    width: 30px;
    color: #fff;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.disclaimerfix .disclaimer .content {
    display: inline-block;
}
div#carouselExampleIndicators .carousel-inner {
    height: auto;
}
.disclaimerfix .disclaimer h3 {
    padding: 0;
}
.copyright p span {
    float: left;
}
.popupdis {
    cursor: pointer;
}
.googlemap iframe {
    width: 100%;
}
.clbhs ul li label{
        font-family: 'Swis721 BT';
}
.undersct{background:url(../images/bd.png) no-repeat scroll center bottom;position: relative;
    padding-bottom: 30px;
    font-size: 30px;
    font-weight: 600;
    color: #222222;
    font-family: 'Mukta Vaani', sans-serif;
    margin-bottom: 25px;}