

body {
	background: #1d1e21;
	font-size: 14px;
	/* font-family: 'Roboto', sans-serif; */
	font-family: 'robotoregular';
	/* margin: 0px 0px 70px; */
	/* height: 100vh; */
	overflow: hidden;
	
}
.body-overflow{
	overflow: hidden;
}
ol,ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
a {
	color:#333;
	display: inline-block;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
a:hover, a:focus {
	text-decoration: none;
	outline: 0 none;
}
.btn {
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
.btn:hover, .btn:focus {
	outline: 0 none;
}
i {
	display: inline-block;
}
img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

/*sticky footer use when the page height is 2117px*/
/*sticky footer*/
html {
  min-height: 100%;
  position: relative;
  /* The html and body elements cannot have any padding or margin. */
}

/* Set the fixed height of the footer here */
.footer {
  position: absolute;
  bottom: -61px;
  height: 61px;
  width: 100%;
}
.footer-top {
	background-color: #4a953a;;
}
.footer-inner {
	padding: 20px 0px;
}
/*sticky footer*/

/*drop down menu*/
/*drop down menu*/
.nav li.dropdown {
    position: relative;
}
.nav li.dropdown a i {
	margin-left: 5px;
}
.dropdown-menu li {
	padding-bottom: 1px;
}
.dropdown-menu {
	margin-top: 0px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	/*background: #2d2d2d none repeat scroll 0 0 !important;*/
}
.navbar-nav .open .dropdown-menu {
	background: #fff;
}

@media (min-width: 768px){
.nav > li.dropdown:hover > .dropdown-menu {
	display: block;
}
.mega-menu > li.dropdown > ul > li.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  left: 100%;
  top: -2px;
}
.nav > li.dropdown.open > .dropdown-menu {
	display: none;
}
.navbar-right.mega-menu .dropdown-menu {
	left: -100% !important;
}
}
/*drop down menu responsive */
@media (max-width: 767px) {
	
	  .dropdown-menu {
	  	position: relative;
	  	top: 0;
	  	width: 100%;
	  }
	  
	 
	  
	  .mega-menu > .dropdown-toggle {
	position: relative;
	/*float: right;*/
	font-style: normal !important;
	/*width: 15px;*/
	z-index: 10;
	line-height: 32px;
	/*top:17px;*/
	cursor: pointer;
}
.mega-menu .dropdown-toggle::after {
  content: "";
  font-family: "FontAwesome";
  font-size: 17px;
  /*font-weight: 300;*/
  line-height: 1;
  margin-top: -7px;
  position: absolute;
  right: 25px;
  top: 18px;
  color:#ee8a26 !important;
  /*border: 1px solid #ee8a26;
  padding: 2px 10px;
  border-radius: 5px; */
  /*font-weight: bold;*/
}
.dropdown.open > .dropdown-toggle::after {
  content: "";
}
.dropdown-submenu .dropdown-toggle::after {
  content: "";
  font-family: "FontAwesome";
  font-size: 17px;
  /*font-weight: 300;*/
  line-height: 1;
  margin-top: -7px;
  position: absolute;
   top: 13px;
   right: 25px;
  /*right: 0px;*/
  
  color:#ee8a26 !important;
}

.dropdown-submenu.open .dropdown-toggle::after {
	content: "";
}
.menu > li > a {
	padding: 10px 15px !important;
}
.menu > li {
	margin-bottom: 1px;
}
	 
}
/*drop down menu responsive*/
/*drop down menu responsive*/

button{
	display: inline-block;
}
button:focus{
	outline: 0 none;
}

.menu-button {
	/*position: fixed;
	z-index: 1000;
	top: 15px;
	left: 30px;*/
	width: 50px;
	height: 50px;
	padding: 0;
	cursor: pointer;
	border: none;
	outline: none;
	background: transparent;
	/* border: 1px solid #999; */
	border-radius: 5px;
	position: relative;
}
.menu-button-outr{
    position: fixed;
	z-index: 1000;
	top: 0px;
	left: 0px;
	padding: 5px;
	background: #333;
	width: 60px;
    height: 60px;
}
.menu-button span {
	position: absolute;
	left: 7px;
	right: 3px;
	overflow: hidden;
	border-radius: 4px;
	width: 34px;
	height: 3px;
	text-indent: 200%;
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
}
.menu-button::before, .menu-button::after {
	content: '';
	position: absolute;
	/* top: 50%; */
	left: 3px;
	width: 100%;
	height: 3px;
	width: 42px;
	border-radius: 4px;
	pointer-events: none;
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.menu-button::before {
	-webkit-transform: translate3d(0, -10px, 0) scale3d(0.8, 1, 1);
	transform: translate3d(0, -10px, 0) scale3d(0.8, 1, 1);
}
.menu-button::after {
	-webkit-transform: translate3d(0, 10px, 0) scale3d(0.8, 1, 1);
	transform: translate3d(0, 10px, 0) scale3d(0.8, 1, 1);
}
.menu-button::before, .menu-button::after, .menu-button span {
	background: #fff;
}
.menu-button--open::before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.menu-button--open::after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
.menu-button--open span {
	opacity: 0;
}

.pages-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50vh;
	padding: 30px;
	pointer-events: none;
	opacity: 0;
	background: transparent;
	-webkit-transition: -webkit-transform 1.2s, opacity 1.2s;
	transition: transform 1.2s, opacity 1.2s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-webkit-transform: translate3d(0, 150px, 0);
	transform: translate3d(0, 150px, 0);
}
.pages-nav .row{
	height: 100%;
}

.pages-nav__item {
	padding: 0 10%;
}
.pages-nav__item {
	width: 33.333%;
}
.pages-nav__item a{
	padding: 0 10%;
	display: block;
	color: #cecece;
}
.pages-nav__item a.link--page{
	margin-top: 12px;
}
.pages-nav__item a:hover{
	color: #fff;
}

.link {
	font-weight: bold;
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}
.pages-nav{
	height: 50vh;
padding: 30px;
position: absolute;
top: 0;
width: 100%;
opacity: 0;
-webkit-transform: translate3d(0, 150px, 0);
transform: translate3d(0, 150px, 0)
}
.pages-nav {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 20px;
	text-align: center;
}
.link--social {
	font-size: 1.74em;
	margin: 0 0.75em;
}
.pages-nav__item--social a{
	display: inline-block;
	padding: 0px;
	color: #4f4f64;
}
.pages-nav__item--social{
	width: 100%;
	text-align: center;
	margin-top: 0px;
}
.link--faded:hover, .link--faded:focus {
	color: #fff;
}
.pages-nav--open {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.page {
    position: relative;
    z-index: 5;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    pointer-events: auto;
    background: #fff;
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	transition: transform .3s ease-in-out 0s, opacity .3s ease-in-out 0s;
	z-index: 3;
opacity: 1;

}

.page--open{
	z-index: 3;
opacity: 1;
transform: translate3d(0px, 75%, -200px);
-moz-transform: translate3d(0px, 75%, -200px);
-webkit-transform: translate3d(0px, 75%, -200px);
transition: transform 1.2s ease 0s, opacity 1.2s ease 0s;
}
html.js, .js body {
	overflow: hidden;
	height: 100vh;
}
.box {
	width: 50%;
	height: 50%;
	display: block;
	position: absolute;
	opacity: 1;
	
}
.box.active{
	position: static !important;
}

.box.in-active {
	display: none !important;
	width: 0%;
	height: 0%;
}
.desc {
	width: 50%;
	height: 350px;
	float: right;
	background: #4a953a;
	position: relative
}
.desc h2{
  margin-bottom: 0px;	
  position: absolute;
  top: 50%;
  left: 50%;
  width: 430px;
  text-transform: capitalize;
  transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
}

.box.active .desc{
	display: block;
	width: 50%;
}
.invisible {
	visibility: hidden;
}
.box .content, .box .desc {
	transition: all 0.5s ease-in-out 0s;
		-webkit-transition: all 0.5s ease-in-out 0s;
			-moz-transition: all 0.5s ease-in-out 0s;
}
.box.active .content, .box.active .desc {
	visibility: visible !important;
	transition: all 0.5s ease-in-out 0s;
		-webkit-transition: all 0.5s ease-in-out 0s;
			-moz-transition: all 0.5s ease-in-out 0s;
}
.box.active .header .special-title {
	width: 50%;
	height: 350px;
	float: left;
}
.box.active .header {
	height: 50%;
	width: 100%;
	min-height: 350px;
	background: #f9f9f9 !important;
}
#back {
	position: fixed;
	color: #fff;
	z-index: 100;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background: #333;
	font-size: 36px;
	text-align: center;
}
#about {
	left: 0;
	top: 0;
	
}
#service {
	right: 0;
	top: 0;
	
}
#contact {
	left: 0;
	bottom: 0;
	
}
#news {
	right: 0;
	bottom: 0;
	
}
.logo {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 10;
	transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
			-moz-transform: translate(-50%,-50%);
	
}
.logo.logo-left{
	left: 150%;
	top: 150%;
	
}
.logo-img-original {
	position: absolute;
	opacity: 1;
}
.logo-img-color {
	position: absolute;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.logo .logo-image {
	width: 220px;
	height: 220px;
	display: block;
}
.logo-image:hover .logo-img-color {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	/* opacity: 0; */
}

.special-title a img{
	height: auto;
}
.bottom  img {
	position: absolute;
	bottom: 0;
}
.pages-stack {
    z-index: 100;
    pointer-events: none;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    -webkit-perspective-origin: 50% -50%;
    perspective-origin: 50% -50%;
}
#about .header {
	background: #f9f9f9;
}

#service .header {
	background: #ebebeb;
}

#contact .header {
	background: #ebebeb;
}

#news .header {
	background: #ddd;
}

.header {
	width: 100%;
	height: 100%;
	background: #f9f9f9;
	position: relative;
}
.header:hover {
	background: #ccc !important;
	-webkit-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.link--page:not(.link--faded)::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	width: 30px;
	height: 2px;
	margin: 5px 0 0 -15px;
	background: #fff;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
}
.link--page:hover::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.menu-nav-item.active .link--page::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.box .special-title{
	height: 100%;
	width: 100%;
	position: relative;
	
}
.box .special-title a{
	position: absolute;
	height: 100%;
	display: block;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width: 100%;
	color: #fff;
	z-index:2;
}
.box .special-title a:hover{
	color: #4a953a;
}
.box.active .special-title{
	height: auto;
	width: 50%;
	float: left;
}




/*Loader 1- Spinning */


#loader-1 #loader{
	position: relative;
    
    height: 200px;
    width: 200px;
    transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
			-moz-transform: translate(-50%,-50%);
    border: 5px solid transparent;
    border-top-color: #4a953a;
    border-bottom-color: #4a953a; 
    border-radius: 50%;
    z-index: 2;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader-1 #loader:before{
	content: "";
    position: absolute;
    top:4%;
    bottom: 4%;
    left: 4%;
    right: 4%; 
    border: 5px solid transparent;
    z-index: 2;
    border-top-color: #4a953a;
    border-radius: 50%;
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    -o-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;

}

#loader-1 #loader:after{
	content: "";
    position: absolute;
    top:8%;
    bottom: 8%;
    left: 8%;
    right: 8%; 
    border: 5px solid transparent;
    border-top-color: #4a953a;
    z-index: 2;
    border-radius: 50%;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    -o-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;

}
#loader:after{
	top:12% !important;
    bottom: 12% !important;
    left: 12% !important;
    right: 12% !important; 
}

/*Keyframes for spin animation */

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }

    50% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(180deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}


@-moz-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }

    50% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(180deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

@-o-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }

    50% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(180deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }

    50% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(180deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #333;
	z-index: 9999;
}
.loader-wrapper{
	position: absolute;

left: 50%;
top: 50%;
transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
}
.header h2 {
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	/* font-family: 'Oswald', sans-serif; */
	font-family: 'oswaldregular';
	font-size: 2.1rem;
}
.header span img {
	margin-left:43px;
	margin-top:110px;
}
.box.active{
	overflow-y: auto;
}
.service-heading{
	text-align: center;
	position:absolute;
	left:0;
	right:0;
	width: 100%;
	top: 50%;
	/* font-family: 'Dosis', sans-serif; */
	font-family: 'dosisextralight';
	font-size: 130px;
	font-weight: 200;
	transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
}
.service-heading span{
	font-size: 60px;
	width: 100px;
	font-weight: 900 !important;
	text-transform: uppercase;
}
.special-title img{
   width: 100%;
   -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
}
.box.active .special-title img{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.box.active:hover .special-title a{
	color: #fff !important;
}

.box.active .special-title:hover img{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.box.active .special-title .service-heading{
	color: #4a953a !important; 
}
.special-title:hover img{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
	transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
}
.box .special-title{
	position: relative;
	overflow: hidden;
}
.box .special-title:before{
	content:"";
	background: rgba(0,0,0,0.5);
	position:absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom:0;
	z-index:1;
}

.contact-info{
	display: none;
	height: 580px;
}

#contact-main {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	max-height: 95%;
	overflow: auto;
	padding-top: 40px;
}
#contact-main .handle {
	height: 40px;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: absolute;
	background: #333;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
}
#contact-main .handle a{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 0px 15px;
	line-height: 40px;
	vertical-align: top;
	letter-spacing: 4px;
}
#contact-main .contact-info {
	background: #333;
	padding-top: 80px;
}
.contact-info .container{
	max-width: 62.5rem;
}
.contact-form .form-control{
	background: transparent;
}
.contact-form input.form-control{
	height: 45px;
}
.contact-form .form-group{
	margin-bottom: 30px;
}
textarea.form-control{
	resize: none;
}
.contact-btn{
	background: #4a953a;
	border-color: #4a953a;
	color: #fff !important;
}
.contact-btn:hover, .contact-btn:focus{
	border-color: #4a953a;
	background: transparent;
	color: #4a953a !important;
}
.box .content{
	opacity: 0;
	
}
.box.active .content{
	opacity: 1;
	transition: all 0.5s ease-in-out 0s;
		-webkit-transition: all 0.5s ease-in-out 0s;
			-moz-transition: all 0.5s ease-in-out 0s;
}
.content{
	position: relative;
	margin-bottom: 61px;
}
.about-text-inr{
	padding: 30px 0px 0px;
	text-align:justify;
	
}
.about-text-inr p{
	font-size: 1rem;
	line-height: 1.6;
}
.about-text-inr h4{
	font-weight: 600;
	color: #4a953a;
}
.spec-outr{
	background: #f5f5f5;
}
.spec-img-outr{
	/*background: url('../images/map2.jpg')no-repeat left top #f5f5f5;
	background-size: cover;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right:20px;*/
	margin-top: 20px;
}
.spec-inr{
	padding: 30px 0px;
}
.section-title {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
}
.section-title::after {
	content: "";
	height: 1px;
	display: inline-block;
	background: #ccc;
	width: 100%;
	position: absolute;
	top: 18px;
	z-index: 0;
	left:0;
}
.section-title h2 {
	display: inline-block;
	background: #f5f5f5;
	padding: 3px 15px;
	font-size: 25px;
	font-weight: normal;
	margin: 0;
	text-transform:uppercase;
	position: relative;
	z-index:1;
	color: #4a953a;
}
.spec-box-txt{
	text-align: center;
	
	padding: 15px 10px;
}
.spec-box-txt p{
	font-size: 14px;
	display: table-cell;
	width: 1%;
	height: 36px;
	vertical-align: middle;
	margin-bottom:0px;
}
.spec-box-txt h4{
	color: #4a953a; 
	font-size: 15px;
	font-weight:bold;
}
.spec-grid-outr .row{
	margin: 0px -4px;
}
.spec-grid-outr .spec-box-outr{
	padding: 0px 4px;
}
/*.spec-box-outr{
	-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
max-width: 12.5%;
padding: 0px 4px;
}*/
.spec-inr .section-title{
	margin-bottom: 0px;
}
.spec-box-inr{
	margin-top: 25px;
	text-align: center;
	border: 1px solid #ddd;
    box-shadow: 3px 3px 5px 0 #ddd;
	height: 102px;
	background: #fff;
}
.spec-box-img{
	height: 80px;
	line-height: 80px;
	background: #4a953a;
}

.team-inr{
	padding: 30px 0px 0px;
}
.team-inr .section-title h2{
	background: #fff;
}
.team-slidr{
	position: relative;
	/* height: 600px; */
}
.team-slidr .nav{
	display: block;
}
.contact-desc{
	padding: 0px;
}
.contact-form-inr{
	padding: 30px 0px;
}
.contact-form-inr .section-title h2{
	background: #fff;
}
.contact-form label{
	font-size: 16px;
}
.contact-form{
	text-align: center;
}
.contact-form .form-group{
	text-align: left;
}
.get-touch-inr h2{
	background: #fff;
}
.location-txt p{
	margin-bottom: 0px;
}
.location-box-inr{
	text-align: center;
}
.location-img i{
	border: 1px solid #4a953a;
	color: #4a953a;
height: 50px;
width: 50px;
line-height: 50px;
margin-bottom: 15px;
}
.get-touch-inr .section-title{
	margin-bottom: 0px;
}
.location-box-inr{
	margin-top: 25px;
}
.get-touch-inr{
   padding-bottom: 30px;
}
.contact-form .form-control{
	background: #f5f5f5;
	border: 0 none;
}
.location-txt a:hover{
	color: #4a953a;
}
.news-box-inr{
	margin-top: 25px;
}
.news-content-inr{
	padding: 25px 0px 40px;
}
#accordion{
	width: 100%;
}
.news-grid-outr .card-header{
	padding: 0px;
	background: transparent;
	border-bottom: 0 none;
}
.news-grid-outr .card{
	border: 0 none;
	margin-top: 25px;
}
.news-txt{
	padding-left: 30px;
}
.news-grid-outr .mb-0 .news-pic{
	-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.news-grid-outr .mb-0 .news-txt{
	-webkit-box-flex: 0;
-ms-flex: 0 0 66.667%;
flex: 0 0 66.667%;
max-width: 66.667%;
}
.news-grid-outr .mb-0{
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.news-txt h2{
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.news-mnu li{
	display: inline-block;
	margin-right: 25px;
	position: relative;
	font-size: 16px;
}
.news-mnu li::before {
	content: "";
	border-right: 1px solid #333;
	height: 18px;
	width: 1px;
	position: absolute;
	left: -13px;
	top: 1px;
}
.news-mnu li:first-child:before{
	border-right: 0 none;
}
.news-mnu li i{
	margin-right: 5px;
}
.news-txt .news-mnu{
	margin: 20px 0px;
}
.news-txt .contact-btn{
	background: transparent;
	color: #4a953a !important;
}
.news-txt .contact-btn:hover, .news-txt .contact-btn:focus{
	background: #4a953a;
	color: #fff !important;
	text-decoration: none;
}
.news-txt{
	padding-top: 20px; 
}
.news-txt h2{
	font-size: 25px;
}
.news-content-outr  .card-body{
	background: #f9f9f9;
	margin-top: 15px;
	padding-bottom: 5px;
}
.news-content-outr  .card-body p{
	font-size: 16px;
}
.contact-content .special-title img{
	/* height: 140% !important; */
}
.contact-content.active .special-title img{
	height: 100% !important;
}
.team-slidr .wrap{
	background: #d2eacd;
}
.footer-inner p{
	margin-bottom: 0px;
	color: #fff;
}
.service-txt-inr{
	padding: 30px 0px 55px;
}
.service-box-text h4{
	font-weight: 600;
}
.service-box-text{
	background: #f5f5f5;
	padding: 10px;
}
.service-box-text ul{
	margin-bottom: 16px;
	padding-left: 5px;
}
.service-box-text ul li::before {
	content: "";
	height: 8px;
	width: 8px;
	background: #4a953a;
	position: absolute;
	left: 0px;
	top: 8px;
}
.service-box-text ul li {
	position: relative;
	padding-left: 18px;
	color: #999;
}
.service-box-text ul li h5{
	font-weight: normal;
	text-transform: capitalize;
	font-size: 18px
}
.service-box-text p{
	color: #999;
}
.service-box-img{
	position: relative;
	height: 200px;
}
.service-box-img{
	overflow: hidden;
}
.service-box-img img{
	transition: all 0.5s ease-in-out 0s;
		-webkit-transition: all 0.5s ease-in-out 0s;
			-moz-transition: all 0.5s ease-in-out 0s;
}
.service-box-img:hover img{
	transform: scale(1.2,1.2);
}
.service-box-img a .service-box-content h4{
	transition: all 0.5s ease-in-out 0s;
		-webkit-transition: all 0.5s ease-in-out 0s;
			-moz-transition: all 0.5s ease-in-out 0s;
}
.service-box-img a:hover .service-box-content h4{
	color: #4a953a;
}
.service-box-img img{
	height: 100%;
	width: 100%;
}
.service-box-content{
	position: absolute;
	left:0;
	bottom:0px;
	top:0;
	right: 0;
	width: 100%;
	text-align: center;
	background: rgba(0,0,0,0.6);
	color: #fff;
	padding: 85px 10px;
}
.service-box-content h4{
	font-size: 22px;
	/* font-family: 'Dosis', sans-serif; */
	font-family: 'dosisbook';
	text-transform: capitalize;
	margin-bottom: 15px;
}
.service-box-content a{
	color: #fff;
}
.service-box-text{
	display: none;
}
.content-entry{
	margin-top: 25px;
}
.content-entry .service-box-content a i{
	transition: all 0.5s ease-in-out 0s;
		transition: all 0.5s ease-in-out 0s;
			transition: all 0.5s ease-in-out 0s;
}
.content-entry.open .service-box-content a i{
	transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
			-moz-transform: rotate(180deg);
}
.service-box-text h5{
	font-weight: normal;
	text-transform: capitalize;
	font-size: 18px;
	color: #999;
}
.service-box-content a{
	position: absolute !important;
	bottom:20px;
	left: 50%;
	transform: translateX(-50%);
}
.accordion-content{
	display: none;
}
.vission-txt-outr li{
	text-align: left;
}
.vission-txt-outr{
	background: #f5f5f5;
	padding: 10px 30px;
	box-shadow: 5px 5px 0px 0px #999;
	text-align: center;
}
.about-text-inr .col-sm-6{
	margin-top: 30px;
}
.about-grid-outr{
	max-width: 900px;
	margin: 0 auto;
}
/*.mission-txt-outr{
	height: 150px;
}
.mission-txt-outr p{
	text-align: left;
}*/
.box.active .header a {
	cursor: default;
}
.vission-txt-outr li p{
	margin-bottom: 5px;
}

.gllry-outr .section-title h2{
	background: #fff;
}
.glry-img-outr img{
	height: 275px;
}
.glry-img-outr{
	/* margin-top: 20px; */
	position: relative;
	text-align: center;
	border: 1px solid #ddd;
}
.gallery-img-detail {
	background: rgba(0,0,0,0.6);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}
.glry-img-outr:hover .gallery-img-detail {
	opacity: 1;
}
.glry-img-outr:hover .gallery-img-detail .post-img-zoom-icon {
	opacity: 1;
}
.gallery-img-detail .post-img-zoom-icon {
	background: rgba(0,0,0,0.6);
	height: 40px;
	width: 40px;
	line-height: 38px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 15px !important;
	transform: translate(-50%, -50%);
	color: #fff;
	opacity: 0;
	border: 1px solid #fff;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}
.gallery-grid-outr .col-sm-3{
	-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}

.photo .side-back .desc{
	width: 100%;
	background: #fff !important;
	padding: 10px;
	font-size: 12px !important;
	text-align: center;
	width: 140%;
	height: auto;
}
.photo{
	height: 345px !important;
	
}
.photo .side-front .caption a{
	font-size: 12px !important;
	line-height: normal !important;
	float: right;
	color: #4a953a;
}
.photo .side-front .caption a:hover{
	color: #ff6666;
	text-decoration: underline;
}
.photo .side-front .caption:before, .photo .side-front .caption:after{
	content:"";
	display: table;
}
.photo .side-front .caption:after{
	clear: both;
}
.carouseller [class*="car__"]{
	margin-left: 5px !important;
}
.gallery-slidr-outr{
	margin-top: 20px;
}
.menu-nav .menu-nav-item{
	width: 20%;
	padding: 0px;
}
.menu-nav .menu-nav-item a{
	padding: 0px;
}
.logo-img-color{
	display: block !important;
}
.photo .side-back .desc{
	/* font-family: 'Lato', sans-serif; */
	font-family: 'latoregular';
}



@media (min-width: 992px) {
	 .mobilesonly{
		 display: none;
	 }
    
}
@media (max-width: 991px) {
	 .desktoponly{
		 display: none;
	 }
    
}

.about-full-width{
	height: 100%;
	width: 100%;
}
.about-home{
	display: inline-block !important;
}
.vission-img-outr{
	height: 200px;
	background-size: cover;
	background-position: left top;
}
.client-sec-inr .section-title h2 {
	background: #fff;
}
.gllry-outr .spec-inr {
	padding-bottom: 0px;
}
.gllry-outr .carouseller {
	margin-bottom: 0px !important;
}
.client-box-inr {
	margin-top: 20px;
}
.client-box-img {
	line-height: 170px;
	border: 1px solid #ddd;
	height: 172px;
}
.client-box-img img{
	max-height: 168px;
}
.client-box-inr {
	text-align: center;
	
}
.client-box-txt{
	padding-top: 15px;
}
.client-box-txt h3 {
	font-size: 16px;
	text-transform: capitalize;
	display: table-cell;
	width: 1%;
	vertical-align: middle;
	height: 38px;
}
.team-slidr-inr{
	padding-bottom: 30px;
}
.team-inr .section-title{
	margin-bottom: 0px;
}
.team-slidr-box-inr{
	max-width: 255px;
margin: 25px auto 0;
}
.team-slidr-box-pic{
	height: 270px;
	background-size:cover;
	background-position: center top
}
.team-slidr-box-text{
	text-align: center;
	padding: 20px 0px 20px;
	background: #4a953a;
	color: #fff;
}
.team-slidr-box-text h2{
	font-size: 20px;
	font-weight: bold;
}
.team-slidr-box-text p{
	margin-bottom: 0px;
	font-size: 17px;
}
.menu-nav .menu-nav-item {
	width: 16%;
}

.service-box-img a{
	display: block;
	/* height: 200px; */
}
.service-box-content p.read-brn{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
}
.service-detail-img-inr{
	height: 500px;
	background-size: cover;
}
.service-detail-content-inr h4{
	font-weight: bold;
	margin-bottom: 15px;
}
.service-detail-content-inr p{
	font-size: 15px;
	text-align: justify;
}
.service-detail-content-inr ul{
	margin-bottom: 20px;
}
.service-detail-content-inr ul li{
	position: relative;
	padding-left: 25px;
}
.service-detail-content-inr ul li+li{
	margin-top: 10px;
}
.service-detail-content-inr ul li:before{
	content: "\f00c";
	font-family: "FontAwesome";
	position: absolute;
	left:0;
	color: #4a953a;
}
.know-btn{
	color: #4a953a;
	padding: 0px;
}
.know-btn:hover{
	color: #000;
}
.content-entry .service-box-content a{
	position: relative;
	padding: 2px 5px;
	font-size: 13px;
	display: inline-block;
}
.service-grid-outr .service-box-img:hover a{
	opacity: 1;
}
.content-entry .service-box-content a{
	background: #4a953a;
	border-color: transparent;
	color: #fff !important;
}
.content-entry .service-box-content a:hover{
	background: #fff;
	color: #4a953a !important;
	border-color: #4a953a;
}
.service-box-content .btn-success:focus,.service-box-content .btn-success.focus{
	box-shadow: 0px 0px 0px !important;
}
.content-entry.open .service-box-content a{
	opacity: 1;
	background: #4a953a;
	color: #fff !important;
}
/*back to top*/
#back-top {
    position: fixed;
    bottom: 120px;
    right: 7px;
    z-index: 99999;
    margin-bottom: 0px;
}
#back-top a {
    display: block;
    text-align: center;
    font: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    /* background color transition */
    -webkit-transition: 0.5s all ease-in-out 0s;
    -moz-transition: 0.5s all ease-in-out 0s;
    transition: 0.5s all ease-in-out 0s;
}
#back-top a:hover span, #back-top a:focus span{
    color: #173E78 !important;
	border-color: #173E78;
	background: transparent;
}

/* arrow icon (span tag) */
#back-top span {
    width: 44px;
    height: 44px;
    display: block;
    background: #173E78;
    /* rounded corners */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /* background color transition */
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
    border: 1px solid transparent;
}
#back-top span i {
    font-size: 25px;
    line-height: 38px;
}
#back-top a:hover span {
  background: rgba(0, 0, 0, 0) url("../images/totop.png") no-repeat scroll center -30px;
}

.totop {
    background: url("../images/totop.png") no-repeat center top;
}

#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.client-logo-outr .col-sm-3{
	ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
padding: 0px 7px;
}
.client-logo-outr .row{
	margin: 0px -7px;
}
.founder-inr  .team-slidr-box-inr{
	margin-left: 0px;
}
.founder-inr .team-slidr-box-inr{
	float: left;
	width: 43%;
	margin-top: 0px;
	margin-right: 15px;
}
.team-slidr-box-txt{
	
	padding: 7px 10px;
	text-align: justify;
}
.team-slidr-box-txt p{
	margin-bottom: 0px;
}
.team-slidr-box-content-outr{
	margin-top: 25px;
	border: 1px solid #ddd;
}
.founder-inr .team-slidr-box-pic{
	height: 295px;
}
.founder-inr .col-sm-6{
	padding: 0px 7px;
}
.founder-inr .col-sm-6{
	padding: 0px 5px;
}
.founder-inr .row{
	margin: 0px -5px;
}
.founder-inr .team-slidr-box-txt p{
	font-size: 13px;
	line-height: 18px;
}

.service-grid-outr .service-box-img{
	overflow: hidden;
}
.news-content-inr .row{
	margin: 0px -20px;
}
.news-content-inr .col-sm-3{
	-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
padding: 0px 20px;
}
.news-content-inr .col-sm-9{
	-ms-flex: 0 0 80%;
flex: 0 0 80%;
max-width: 80%;
padding: 0px 20px;
}
.news-mnu-inr{
	margin-top: 25px;
	
}
.news-grid-outr{
	position: relative;
}
.news-grid-outr:before{
	content:"";
	border-left: 1px solid #a5f294;
	position: absolute;
	left: -20px;
	top:0;
	bottom:0;
}
.news-mnu-inr ul{
	overflow:hidden;
}
.news-mnu-inr ul li a{
	line-height: 40px;
	display: block;
	padding: 0px 15px;
	color: #4a953a;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}
.news-mnu-inr ul li{
	border-bottom: 1px dotted #fff;
	background: #a5f294;
}
.news-mnu-inr ul li:last-child{
	border-bottom: 0 none;
}
.news-mnu-inr ul li a:hover{
	background: #4a953a;
	color:  #fff;
}
.news-mnu-inr ul li.active a{
	background: #4a953a;
	color:  #fff;
}
.news-mnu-inr ul li:last-child a{
	border-bottom: 0 none;
}
.about-txt-lft-outr{
	text-align: left;
	margin-top: 35px;
}
.about-txt-lft-outr p{
	margin-bottom: 5px;
}
.about-txt-lft-outr li{
	position: relative;
	padding-left: 20px
}
.about-txt-lft-outr li:before{
	content:"";
	background: #4a953a;
	height: 8px;
	width: 8px;
	position: absolute;
	left:0;
	top: 8px;
	border-radius: 50%;
		-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
}
.flagship-grid-outr{
	max-width: 100%;
	margin-top: 30px;
}
.flagship-grid-outr .vission-txt-outr{
	text-align: left;
	height: 100%;
	background: #fff;
	box-shadow: 0px 0px 0px;
	border: 1px  solid #ccc;
	border-radius: 5px;
}
.flagship-grid-outr .vission-txt-outr p{
	font-size: 16px;
	text-align: justify;
}
.thirdparty-outr    .about-txt-lft-outr li::before {
    background: #fff !important;
}
.about-txt-outr h3{
	color: #4a953a;
	
}
.thirdparty-outr{
	background: #4a953a;
	color: #fff;
}
.thirdparty-outr .about-txt-lft-outr{
	padding: 20px 0px;
}
.thirdparty-outr .about-heading{
	margin-bottom: 15px;
	color: #fff;
}
.thirdparty-outr .about-txt-lft-outr p{
	font-size: 16px;
	margin-bottom: 10px;
}
.thirdparty-outr .about-txt-lft-outr ul li p{
	margin-bottom: 5px;
}
.spec-inr + .spec-inr{
	padding-top: 0px;
}
.industry-grid-outr .col-sm-3{
	-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.industry-grid-outr .spec-box-inr{
	height: auto;
	background: transparent;
}
.industry-grid-outr  .spec-box-txt {
	display: table-cell;
	width: 1%;
	vertical-align: middle;
	height: 75px;
	background: #fff;
}
.industry-grid-outr .row{
	justify-content:center; 
}
.about-heading{
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
}
.what-heading{
	font-size: 23px;
}
.small-heading{
	font-size: 22px;
	color: #333; 
}
.thirdparty-outr .about-heading .small-heading{
	color: #fff;
	text-transform: none;
}
.flagship-grid-outr h2{
	background: #fff;
	font-size: 25px;
}
.crumb li:before, .crumb li:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #eee;
  border-width: 19px 20px;
  width: 0;
  height: 0;
}





.crumb {
  list-style: none;
  display: inline-block;
  margin-bottom: 20px;
}
.crumb li {
  font-size: 15px;
  float: left;
  height: 38px;
  line-height: 38px;
}
.crumb li{
  color: #5b5c59;
  display: block;
  background: #eee;
  text-decoration: none;
  position: relative;
  padding: 0 20px;
  margin-right: 40px;
}
.crumb li:before {
  left: -30px;
  border-left-color: transparent;
}
.crumb li:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #eee;
}
.crumb li:first-child  {
  padding-left: 20px;
}
.crumb li:first-child:before {
  border: none;
}
.crumb li:last-child {
  padding-right: 40px;
}

@media (min-width: 992px) {
.crumb li:last-child:after {
  border: none;
}
}
.crumb li.active  {
  background-color: #4a953a;
  color: white;
}
.crumb li.active:before {
  border-color: #4a953a;
  border-left-color: transparent;
}

.crumb li.active:after {
  border-left-color: #4a953a;
}
.crumb .fa-lg{
	font-size: 1.5rem;
}
.crumb li a{
	color: #212529;
}
.crumb li.active a{
	color: #fff;
}
.crumb li a:hover{
	color: #4a953a;
}
.crumb li:first-child a:hover{
	color: #fff;
}
.flagship-grid-outr .section-title{
	margin-bottom: 0px;
}