body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	font-family: 'Lexend Deca', sans-serif;
}

html {
	width: 100%;
	height: 100%;
}

a {
	outline: none;
}

a:focus {
	outline: none;
}
p{font-size: 15px;}

.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.margin1 {
	margin-top: 10px;
}

.margin2 {
	margin-top: 20px;
}

.margin3 {
	margin-top: 30px;
}

.margin4 {
	margin-top: 40px;
}

.margin_b1 {
	margin-bottom: 50px;
}

.padding1 {
	padding-left: 10px;
	padding-right: 10px;
}

.btn_new1 {
	color: #fff;
	font-size: 14px;
	background: #5f702e !important;
	text-transform: uppercase;
	padding: 5px 9px;
	border-radius: 16px;
	transition: all .7s;
}

.btn_new1.focus,
.btn_new1:focus,
.btn_new1:hover {
	color: #fff;
	text-decoration: none;
	outline: none !important;
	background: #000;
}

.btn_new2 {
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	background-color: #000;
	outline: none;
	margin-top: 8px;
	border-radius: 0;
	padding: 5px 10px;
	transition: all .7s;
	border: 1px solid rgba(255, 255, 255, 0);
}

.btn_new2:hover {
	color: #fff;
	background: #000;
}

.btn_new2.focus,
.btn_new2:focus,
.btn_new2:hover {
	color: #fff;
	text-decoration: none;
	outline: none !important;
	background: #000;
	border: 1px solid #000;
}

.btn_new1_white {
	color: #000;
	font-size: 14px;
	background: #fff !important;
	text-transform: uppercase;
	padding: 5px 9px;
	border-radius: 16px;
	transition: all .7s;
}

.btn_new1_white.focus,
.btn_new1_white:focus,
.btn_new1_white:hover {}

.navbar-brand span {
	color: #fff;
}

.paras_top .navbar-nav {
	margin-top: 10px;
}

.navbar-custom {
	margin-bottom: 0;
	border-bottom: ;
	background-color: #000;
}

.navbar-custom .navbar-brand {
	text-transform: none;
	font-weight: normal;
	font-size: 24px;
}

.navbar-custom .navbar-brand:focus {
	outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
	padding: 4px 6px;
	font-size: 16px;
	color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}

.navbar-custom a {
	color: #fff;
}

.navbar-custom .nav li a {
	font-size: 14px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.right_pipe {}

.navbar-custom .nav li a:hover {
	outline: 0;
	color: rgba(255, 255, 255, .8);
	background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
}

.navbar-custom .nav li.active {
	outline: 0;
}

.navbar-custom .nav li a.active {
	background: #ff0000;
}

.navbar-custom .nav li.active a {
	background-color: ;
}

.navbar-custom .nav li.active a:hover {
	color: #fff;
}

.logo_position_custom {
	padding: 0 0 0 0 !important;
	background: #5f702e !important;
}

.logo_position_wrap {
	width: 100%;
	text-align: center;
}

.logo_position {
	float: none;
	line-height: 0;
}

.logo_position>img {
	display: inline-block;
	max-width: 300px;
}

.logo_position_wrap .navbar-toggle {
	display: none;
}

.top_back a {
	vertical-align: middle;
	font-weight: bold;
}

.top_back a img {
	vertical-align: top;
}

@media(min-width:768px) {
	.navbar-custom {
		padding: 5px 0 5px 0;
		border-bottom: 0;
		letter-spacing: 1px;
		background: rgba(0, 0, 0, 1);
		-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
		-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
		transition: background .5s ease-in-out, padding .5s ease-in-out;
	}
	.navbar-custom.top-nav-collapse {
		padding: 0;
		background: #000;
	}
	.navbar-brand {
		height: auto;
		padding: 6px 15px;
	}
	.navbar-brand>img {
		display: block;
		max-width: 162px;
	}
	.nav>li>a {
		position: relative;
		display: block;
		padding: 4px 10px;
	}
}


/* -------- BANNER SECTION --------*/

.slider_wrap {
	position: relative;
	margin-top: 45px;
	margin-bottom: 0;
}

.carousel-inner .item img {}

.carousel-indicators .active {
	background: #000;
	width: 14px;
	height: 14px;
}

.carousel-indicators li {
	background: none;
	border: 2px solid #000;
	width: 12px;
	height: 12px;
}

.slider_wrap {
	position: relative;
}

.text_outer {
	width: 100%;
	position: absolute;
	bottom: 40%;
	z-index: 9;
	text-align: center;
}

.slide_bg1 h2 {
	font-size: 60px;
	color: #000;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}

.slide_bg1 h3 {
	font-size: 44px;
	color: #000;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	letter-spacing: 5px;
}

a.carousel-control {
	background-image: none !important;
	opacity: 1;
	z-index: 99;
	display: none;
}

.slider_wrap .carousel-control .glyphicon {
	font-size: 45px;
	color: #fff;
}

.slide_bg1 {
	background: rgb(249,223,222);
background: linear-gradient(90deg, rgba(249,223,222,1) 0%, rgba(240,230,254,1) 53%, rgba(222,240,254,1) 100%); padding-top: 50px; padding-bottom:50px;
	
}

.slide_bg1 img {}

.slide_text {
	margin-top: 150px;
}


.slide_text p{color: #000; font-size: 16px;margin-top: 6px;}




/* -------- BANNER SECTION ENDS --------*/

@media(max-width:768px) {
	.navbar-toggle i {
		color: #fff !important;
	}
	.top {
		margin-top: 40px;
	}
	.navbar-custom .nav li a {
		border-left: none;
	}
}

@media(max-width:992px) {
	.navbar-brand>img {
		display: block;
		max-width: 130px;
	}
	.navbar-brand {
		padding-top: 9px;
	}
	.img_wrap video {
		width: 100%;
		height: 556px;
		object-fit: cover;
	}
	.logo_position_wrap {
		width: auto;
	}
	.slider_wrap {
		margin-top: 50px;
		margin-bottom: 0;
	}
	.slide_text {
		margin-top: 20px;
		text-align: center;
		margin-bottom: 10px;
	}
	.slide_bg1 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.slide_bg1 h2 {
		font-size: 40px;
	}
	.slide_bg1 h3 {
		font-size: 30px;
	}
}

@media(max-width:768px) {
	.navbar-brand>img {
		display: block;
		max-width: 168px;
	}
}

.content-section {
	padding-top: 40px;
}

.content-section h2{margin-bottom: 15px;}

.content-section h2 span {
	color: #28af7b;
	border-top: 2px solid #28af7b;
	border-bottom: 2px solid #28af7b;
}

.mid_icons {
	margin-top: 50px;
}

.block {
	text-align: center;
	margin-top: 40px;
}

.round {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	background: #fff;
	border: 2px dashed #42dca3;
	vertical-align: top;
}

.round:after {
	content: "";
	position: absolute;
	border-radius: 50%;
	transform: scale(3);
	opacity: 0;
	left: 0;
	top: 0;
	width: 119px;
	height: 119px;
	background: #a2ffdd;
	z-index: -9;
	transition: all .6s;
}

.round:hover.round:after {
	opacity: 1;
	transform: scale(1);
}

.round img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.block h6 {
	font-size: 20px;
	color: #000;
	margin-top: 28px;
	margin-bottom: 15px;
	display: block;
	line-height: 26px;
}

.block p {
	margin-top: 15px;
	font-size: 16px;
}

.same3 {
	min-height: 205px;
}


/* Our Work Section 
==============================*/

.section-title {}

.section-title h2 span {
	color: #28af7b;
	border-top: 2px solid #28af7b;
	border-bottom: 2px solid #28af7b;
}

ul.cat {
	margin: 0 auto;
	padding: 0 0 0 0;
}

ol.type {
	margin: 0 auto;
	padding: 0 0 0 0;
}

.categories {
	padding-bottom: 30px;
}

ul.cat li {
	display: inline-block;
}

ol.type li {
	display: inline-block;
	margin-left: 14px;
	margin-bottom: 16px;
}

ol.type li a {
	color: #888;
	font-size: 18px;
	margin-bottom: 30px;
}

ol.type li a.active {
	color: #28af7b;
	padding-bottom: 8px;
}

ol.type li a:hover {
	color: #28af7b;
	padding-bottom: 8px;
}

.isotope-item {
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}

.isotope-hidden.isotope-item {
	z-index: 1
}

.isotope,
.isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}

.portfolio-item {
	margin-bottom: 30px;
}

.portfolio-item h4 {
	margin-bottom: 10px;
}

.portfolio-item .hover-bg {
	height: auto;
	overflow: hidden;
	position: relative;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding-top: 25%;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}

.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	color: #f6f6f6;
}

.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}

.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.hover-bg:hover .hover-text {
	opacity: 1;
}


/* Why Section
==============================*/

.why_us {
	background: #28af7b;
	margin-top: 60px;
}

.why_div {
	margin-top: 40px;
}

.map_div {}

.number_box {
	text-align: left;
	margin-top: 60px;
}

.number_box i {
	color: #fff;
}

.media-body h4 {
	font-size: 20px;
	color: #fff;
}

.number_size {
	font-size: 28px;
	color: #fff;
}

.why_us {}

.why_us h2 {
	margin-bottom: 15px;
	color: #fff;
}

.why_us p {
	text-align: ;
	font-size: 18px;
	color: #fff;
	line-height: 20px;
}

.why_us ul {
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.why_us ul li {
	list-style: none;
	font-size: 16px;
	margin: 0 0 0 0;
	padding: 7px 0 7px 0;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.why_us ul li i {
	color: #fff;
}

.padding_feature1 {
	padding-top: 50px;
	padding-bottom: 50px;
}


/* -------- TESTIMONIAL SECTION  --------*/

.testimonial {
	width: 100%;
	background: url(../images/t.jpg) no-repeat center center;
	background-size: cover;
	padding: 50px 0 20px 0;
	position: relative;
	margin: 35px 0 0px 0;
}

.heading h3 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.heading h3 span {
	
}

.testimonials_content {
	width: 100%;
	text-align: center;
}

.testimonials_content p {
	font-size: 16px;
	color: #fff;
	padding: 15px 0 20px 0;
	line-height: 27px;
	text-align: left;
}

.testimonials_content h2 {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	padding: 0 0 0 0;
	margin: 15px 0 0 0;
}

.t_img {
	margin-top: 0;
}


/* -------- TESTIMONIAL SECTION ENDS --------*/

@media(max-width:1600px) {
	.content_top {
		bottom: 20%;
	}
}

@media(max-width:1300px) {
	.content_top {
		bottom: 15%;
	}
}

@media(max-width:1200px) {
	.content_top {
		bottom: 15%;
	}
	.write {
		font-size: 47px;
	}
	.navbar-custom .nav li a {
		text-shadow: 1px 1px 1px #000000;
	}
	.small_scroll {
		margin-top: 40px;
	}
}

@media(max-width:992px) {
	.small_scroll {
		display: none;
	}
	.type_div {
		margin-top: 25px;
	}
	
	.block {
	text-align: center;
	margin-top:20px;}
	
	
	.same3 {
    min-height: auto;
}
	
	.block h6 {
    font-size: 20px;
    color: #000;
    margin-top: 20px;
    
}
	
	
}

@media(max-width:767px) {
	.portfolio-item {
		width: 75%;
		margin: 0 auto 30px auto;
	}
	.portfolio-item img {
		width: 100%;
	}
	.content-section {
		padding-top: 55px;
	}
	.testimonials_content p {
		text-align: justify;
	}
	.hover-bg .hover-text {
		background: none;
		opacity: 1;
	}
	.hover-bg .hover-text>h4 {
		opacity: 1;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		transition: all 0.3s;
		color: #f6f6f6;
		background: rgba(0, 0, 0, .7);
		padding-top: 5px;
		padding-bottom: 5px;
		margin-bottom: 15px;
	}
	.hover-bg:hover .hover-text>h4 {
		opacity: 1;
		-webkit-backface-visibility: hidden;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	.hover-bg .hover-text>i {
		opacity: 1;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		transition: all 0.3s;
		background: rgba(0, 0, 0, .7);
		padding: 10px;
	}
	.hover-bg:hover .hover-text>i {
		opacity: 1;
		-webkit-backface-visibility: hidden;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	.hover-bg:hover .hover-text {
		opacity: 1;
	}
}

@media(max-width:479px) {
	.content_top {
		position: relative;
		bottom: 0;
		color: #fff;
		width: 100%;
		padding: 30px 0;
		background: #000;
		margin-top: -6px;
	}
	.small_scroll {
		display: block;
		margin-top: 25px;
	}
	.btn-circle {
		margin-top: 10px;
	}
	.write {
		border-bottom: 5px solid #fff;
		border-top: 5px solid #fff;
		font-size: 40px;
	}
	.portfolio-item {
		width: 100%;
	}
}

@media(min-width:767px) {
	.content-section {
		padding-top: 90px;
	}
	.download-section {
		padding: 100px 0;
	}
}


/* -------- GET IN TOUCH Page Begins --------*/

.contacts {
	background: none;
	text-align: center;
	margin-top: 30px;
}

.contact {
	background: #28af7b;
	transition: all .4s ease-in-out;
	text-align: center;border-radius: 20px;
	border: 1px solid #dfdede;
}

.contact_inner {
	padding: 30px 8px;
}

.contact_inner i {
	color: #fde540;
}

.contact h3 {
	font-size: 22px;
	color: #f6f6f6;
	margin: 25px 0 15px 0;
}

.contact p {
	font-size: 16px;
	color: #f9f9f9;
	line-height: 27px;
}

.contact a {
	font-size: 16px;
	color: #333333;
	display: block;
	line-height: 29px;
}

.contact a:hover {
	text-decoration: none;
}

@media (max-width: 768px) {}

footer {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #000;
	margin-top: 40px;
}

footer p {
	margin: 0;
	color: #fff;
}

footer p a {
	color: #fff;
}

footer p a i {
	color: #fff;
	vertical-align: middle;
}

.social {
	text-align: right;
}

@media only screen and (max-width: 992px) {
	footer {
		text-align: center;
	}
	.social {
		text-align: center;
		margin-top: 20px;
	}
	
	
	.contact{margin-top: 15px;}
	
}


.right_img{margin-top: 35px;}




/* -------- Scroll Top Css --------*/

.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	z-index: 99999999999999999;
	color: #eeeeee;
	right: 5px;
	bottom: 70px;
	padding-top: 2px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {}

.scroll-top-wrapper.show {
	visibility: visible;
	cursor: pointer;
	opacity: 1.0;
}


/* -------- Scroll Top Css Ends --------*/