body {
	padding-top: 0px;
	padding-bottom: 0px;
	/*-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
	font-family: 'Open Sans', sans-serif;
	position: relative;
	background: #fff;
}
a, a:active, a:focus, button, button:focus, button:active, .btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
	outline: none;
	outline: 0;
}
 input::-moz-focus-inner {
 border: 0;
}
 @-webkit-keyframes bounce {
 0% {
bottom:0px;
}
 50% {
bottom:15px;
}
 100% {
bottom:30;
}
}
 @-moz-keyframes bounce {
 0% {
bottom:0px;
}
 50% {
bottom:15px;
}
 100% {
bottom:30;
}
}
 @-o-keyframes bounce {
 0% {
bottom:0px;
}
 50% {
bottom:15px;
}
 100% {
bottom:30;
}
}
 @keyframes bounce {
 0% {
bottom:0px;
}
 50% {
bottom:15px;
}
 100% {
bottom:30;
}
}
.clr {
	clear: both;
}
@font-face {
	font-family: 'Shintyan';
	src: url('../fonts/Shintyan.eot');
	src: url('../fonts/Shintyan.eot?#iefix') format('embedded-opentype'),  url('../fonts/Shintyan.svg#Shintyan') format('svg'),  url('../fonts/Shintyan.ttf') format('truetype'),  url('../fonts/Shintyan.woff') format('woff'),  url('../fonts/Shintyan.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd-Light';
  src: url('../fonts/AvenirLTStd-Light.eot');
  src: url('../fonts/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/AvenirLTStd-Light.svg#AvenirLTStd-Light') format('svg'),
       url('../fonts/AvenirLTStd-Light.ttf') format('truetype'),
       url('../fonts/AvenirLTStd-Light.woff') format('woff'),
       url('../fonts/AvenirLTStd-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.top_part {
	position: absolute;
	width: 100%;
	z-index: 99;
	padding: 28px 0;
}
.menu {
	float: right;
}
.logo img{
	width: 141px;
}
.menu span {
	display: inline-block;
}
.menu .menubar {
	padding-left: 30px;
}
.menu .phone_no h4 {
	font-size: 24px;
	font-weight: 400;
	padding-left: 50px;
	color: #fff;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 99;
	top: 0;
	right: 0;
	background-color: #b2c22b;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}
.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #fff;
	display: block;
	transition: 0.3s;
}
.sidenav a:hover {
	color: #f1f1f1;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

@media screen and (max-height: 450px) {
.sidenav {
	padding-top: 15px;
}
.sidenav a {
	font-size: 18px;
}
}
.phone_no {
}
/*Banner*/
.banner {
	position: relative;
}
.banner-overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.banner .owl-carousel {
	position: inherit;
}
.banner-text-area {
	text-align: center;
	padding-top: 169px;
}
.banner-text-area h2 {
	font-size: 69px;
	line-height: 1;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding:20px 0;
}
.banner-text-area p {
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-shadow: 6px 4px 6px rgba(0, 0, 0, 0.4);
}
.banner-text-area a {
	font-size: 16px;
	color: #000000;
	border-radius: 50px;
	padding: 16px 33px;
	display: inline-flex;
	margin-top: 2px;
	transition: .5s ease-in-out;
	background: #0aab9a;
	font-weight: 600;
	letter-spacing: 1px;
	position: relative;
}
.banner-text-area a:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 276px;
	background: #fff;
	left: 161px;
	top: 26px;
}
.banner-text-area a:before {
	content: "";
	position: absolute;
	height: 1px;
	width: 276px;
	background: #fff;
	right: 161px;
	top: 26px;
}
.banner_form a img {
	width: 20px !important;
}
.banner-text-area a:hover {
	background: #fff;
	color: #000;
	transition: .5s ease-in-out;
	text-decoration: none;
}
#banner-carousel .owl-dots {
	counter-reset: dots;
}
#banner-carousel .owl-dot {
	position: relative;
	display: block;
}
#banner-carousel .owl-dot::before {
	counter-increment: dots;
	content: counter(dots);
	color: #fff;
	/*font-size: 16px;*/
	font-weight: 300;
	visibility: hidden;
}
#banner-carousel .owl-controls .owl-dots {
	position: absolute;
	left: 20px;
	top: 46%;
}
#banner-carousel .owl-dot {
	height: 9px;
	width: 9px;
	background: #98998d;
	display: block;
	right: 0;
	top: 11px;
	border-radius: 23px;
	margin: 5px;
}
#banner-carousel .owl-dot.active {
	background: #63990e;
}
.banner-text-area h4 {
	background: rgba(10, 171, 154, 0.81);
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
	padding: 4px;
	width: 253px;
	margin: 0 auto;
	font-weight: 300;
	position: relative;
	top: 16px;
	font-family: 'Roboto Condensed', sans-serif;
}
.banner_form .form-control {
	height: 40px;
	padding: 0 0 0 15px;
	font-size: 13px;
	font-weight: 300;
	color: #000;
	letter-spacing: 1px;
	margin-top: 2px;
	outline: 0;
	background: #ebebeb;
	border-bottom: none;
	border: none;
	border-radius: 30px;
	width: 217px;
}
.banner_form .textarea {
	height: 85px;
	padding: 14px 0 0 15px;
	font-size: 13px;
	font-weight: 300;
	color: #000;
	letter-spacing: 1px;
	margin-top: 2px;
	outline: 0;
	background: #ebebeb;
	border-bottom: none;
	border: none;
	border-radius: 18px;
	width: 314px;
	resize:none;
}
.banner_form {
	width: 82%;
	text-align: center;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.22);
	border-radius: 121px;
	padding: 25px 46px 25px 72px;
	margin-top: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.banner_form .form-group {
	margin-bottom: 9px;
}
.form-control::-moz-placeholder {
 color: #363836;
 opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: #363836;
}
.form-control::-webkit-input-placeholder {
 color: #363836;
}
.form-control::-ms-expand {
 background-color: transparent;
 border: 0;
}
.banner_form a span {
	padding-left: 4px;
}
.formbox {
	width: 217px;
	display: inline-block;
	float: left;
	margin-left: 13px;
}
.formboxtwo {
	width: 217px;
	display: inline-block;
	float: left;
	margin-left: 13px;
}
.formboxthree {
	display: inline-block;
	float: left;
	margin-left: 13px;
}

.item_part{
	padding: 62px 0;
}
.item_part h4{
	color: #000;
	text-align: center;
	font-size: 41px;
	    margin: 0;
    padding-bottom: 60px;
	font-family: 'Roboto Condensed', sans-serif;
}
.our_item{
	text-align: center;
}
.our_item_img{
	text-align: center;
    height: 121px;
    width: 121px;
    margin: 0 auto;
    border-radius: 95px;
    border: 1px solid #0aab9a;
    padding: 35px;
}
.our_item h3{
	color: #030402;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	    margin: 0;
    padding: 17px 0;
}
.pp{
	padding: 28px 20px;
}
.featured {
	background: url(../images/Services_background.jpg) no-repeat 0 0;
	padding: 80px 0 80px 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.featured h4{
	color: #fff;
	text-align: center;
	font-size: 41px;
	    margin: 0;
    padding-bottom: 60px;
	font-family: 'Roboto Condensed', sans-serif;
}
#client-carousel .owl-controls .owl-nav {
    width: 47px;
    position: absolute;
    top: -82px;
    margin: 0 auto;
    right: 0;
}

#client-carousel .owl-controls .owl-nav .owl-prev,
#client-carousel .owl-controls .owl-nav .owl-next {
    top: 0;
    margin: auto;
    width: 22px;
    height: 24px;
    line-height: 22px;
 font-size: 17px;
 color:#fff;
 border: rgba(255, 255, 255, 0.42) 1px solid;
 position: relative;
}
#client-carousel .owl-controls .owl-nav .owl-next:hover {
     top: 0;
    margin: auto;
    width: 22px;
    height: 24px;
    line-height: 22px;
 font-size: 17px;
 color:#724992;
 border: rgba(255, 255, 255, 0.42) 1px solid;
 position: relative;
	background: #fff;
}
#client-carousel .owl-controls .owl-nav .owl-prev:hover {
    top: 0;
    margin: auto;
    width: 22px;
    height: 24px;
    line-height: 22px;
 font-size: 17px;
 color:#724992;
 border: rgba(255, 255, 255, 0.42) 1px solid;
 position: relative;
	background: #fff;
}
#client-carousel .owl-controls .owl-nav .owl-prev {
 float: left;
}
#client-carousel .owl-controls .owl-nav .owl-next {
 float: right;
}
.client-text-area span img{
	width: 44px !important;
    position: absolute;
    bottom: 11px;
    right: 24px;
}
.client-text-area span .roar{
		width: 44px !important;
    position: absolute;
    top: 176px;
    right: 24px;
}


.feimgpaddbo{
	padding-bottom: 15px;
}
.feimg_paddtop{
	padding-top: 15px;
}
.hide_box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,0.7);
	opacity: 0;
	text-align: center;
	
	
}
.our_services_box:hover .hide_box
{
	opacity: 1;
	z-index: 1;
}

.hide_box p{
	text-align: center;
    padding: 38px;
    color: #2d2a1c;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    line-height: 31px;
    font-size: 20px;
    margin-top: 47px;
}

.client-text-area:hover .hide_box{
    bottom: 104px;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.Blog{
	padding: 62px 0;
}
.Blog img{
	width: 100%;
	position: relative;
    left: -16px;
}
.blog_text{
	    padding: 50px 0;
}
.blog_text h5{
	font-size: 27px;
	color: #0aab9b;
}
.blog_text h4{
	   font-family: 'Roboto Condensed', sans-serif;
    font-size: 31px;
    color: #0aab9b;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 32px;
}
.blog_text h3{
	font-size: 16px;
}
.blog_text h2{
	font-size: 18px;
    line-height: 24px;
}
footer{
	background: url(../images/footer_background.jpg) no-repeat 0 0;
	background-size:cover;
}
.footer_top_part{
	background: rgba(8, 51, 47, 0.67);
	padding: 23px 0;
}
.phone{
	text-align: center;
}
.phone h3{
	font-size: 16px;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	
}
.email
{
	text-align: center;
}
.email h3{
	font-size: 19px;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
}
.footer_botton{
	padding: 47px 0;
}
.social_bottom{
	text-align: center;
}
.social_bottom h4{
	text-align: center;
	color: #fff;
	font-weight: 300;
	
	
}
.social_bottom ul{
	margin: 0;
	padding: 0;
}
.social_bottom ul li{
    display: inline-block;
    list-style-type: none;
    color: #fff;
    border: 2px solid #71c7bb;
    border-radius: 5px;
    padding: 9px;
    margin: 0 5px;
    width:74px;
    height:74px;
}
.social_bottom ul li:hover{
	border: 2px solid #fff;
}
.social_bottom ul li a .fa{
	color: #71c7bb;
	font-size: 52px;
	
}
.social_bottom ul li a .fa:hover{
	color: #fff;
}
.social_bottom ul li a .fa-facebook{
	    padding: 0px 1px;
}
.footer_logo h4{
	font-size: 14px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	    line-height: 21px;
	
}
.footer_menu h3{
	font-size: 17px;
	color: #fff;
	
}
.footer_menu ul{
	margin: 0;
	padding: 0;
}
.footer_menu ul li
{
	list-style-type: none;
	color: #fff;
	line-height: 28px;
}
.footer_menu ul li a
{
	color: #fff;
	font-size: 15px;
}

.footer_bottomm{
	border-top: 2px solid #18b397;
	text-align: center;
	margin-top: 0;
}

.footer_bottomm h3 {
    font-size: 14px;
    color: #fff;
    font-weight: 200;
    padding: 24px 0;
    margin: 0;
}
.footer_bottomm h3 a{
	color: #fff;
}

/****servics****/
.featured_inner{
	padding: 40px 0;
}
.featured_inner h4 {
    color: #18ab91;
    text-align: center;
    font-size: 41px;
    margin: 0;
    padding-bottom: 0px;
    font-family: 'AvenirLTStd-Light';
}

/****contactuspage****/
.inner_content{
	padding: 10px 0 75px 0;
}

.contact-right{
	border-left: 1px solid #ccc;
}

.contact-left p {
    color: #7d7d7d;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding: 0 0 10px 0;
    line-height: 29px;
	text-transform: uppercase;
}

.contact-left p a{
	color: #7d7d7d;
	text-decoration: none;
}

.contact-left span {
    color: #18ab91;
    font-weight: 400;
    padding-right: 10px;
    width: 150px;
    font-size: 18px;
	text-transform: uppercase;
	display: block;
	padding-bottom: 5px;
	font-family: 'Poppins', sans-serif;
}

.contact_map{
	margin: 30px 0 0 0;
	height: 300px;
	border-top: 1px solid #ccc;
	padding: 15px 0 0 0;
}

.contact_message{
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px;
}

.form-group input{
	border-radius: 0;
	border: 1px solid #ccc;
}

.form-group label{
   font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
}

.contact_button{
	padding: 9px 35px;
	background: #18ab91;
	color: #fff;
	border: 0;
	border-radius: 0;
	transition: .3s all ease-in;
}

.contact_button:hover{
	background: #38b93a;
	transition: .3s all ease-in;
	color: #fff;
}

/******Blog*****/

.well-blog {
	background: rgba(232, 232, 232, 0.25);
	border:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-bottom:0px;
	padding:15px;
}
.blog-title {
	    color: #000;
    font-size: 24px;
    font-weight: 400;
	margin-bottom:10px;	
	  font-family: 'Poppins', sans-serif;
}
.MsoNormal{
	 font-family: 'Poppins', sans-serif;
}
.blog-date {
	margin-bottom:20px
}
.blog-text {
	color: #616161;
         font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.social-container {
	display: inline-block;
	width: 100%;
	margin: 10px 0px;
}
.blog-right-heading {
	color: #000;
       font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
	border-bottom:#18ab91 2px solid;
	padding-bottom:5px;
	margin-bottom:10px;
}

.btn-blue  {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-transform: uppercase;
    line-height: 1.42857143;
    border: 1px solid transparent;
    font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
    background: #18ab91;
    padding: 10px 30px;
	transition-duration: 1s;
    -webkit-transition-duration: 1s;
}


.btn-blue:focus, .btn-blue:hover {
    color: #fff;
    background: #38b93a;
	transition-duration: 1s;
    -webkit-transition-duration: 1s;
	
	}
.featured-posts-title {
	color: #0075b2;
    font-size: 18px;
    font-weight: 600;
	margin:10px 0px 5px;	
}

#right-panel .news-item {
    margin-bottom: 10px;
}

#right-panel .panel-default{
	border-radius: 0;
    border: #0075b2 0 solid;
    background: #f9f9f9;
}

#right-panel .panel-default .panel-footer {
    padding: 10px 15px;
    background-color: #e2ebef;
    border-top: 0px solid #0075b2;
}

.recent-post-title {
	color: #000;
    font-weight: 600;
	 font-family: 'Poppins', sans-serif;
}
.recent-post-link {
	display:inline-block;
	width:100%;
	margin-bottom:10px;
}
#blog_page .title h4{
	text-align: center;
	font-size: 54px;
	color: #8ebd34;
	text-transform: uppercase;
	font-weight: 100;
	position: relative;
    padding: 26px 0
}
#blog_page .title h4 span{
	font-weight: 900;
}

.mrg30T img{
	padding: 0 10px;
}
 .thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;
    border-radius: 4px;
}
.footer_logo img {
    width: 150px;
}

.banner .owl-carousel{
    background:#000;
	position:relative;
}
.banner .owl-carousel .owl-item img{
    height:580px;
    object-fit:cover;
    opacity:0.6;
}
.banner-text-area .wpcf7-submit {
	font-size: 16px;
	color: #fff;
	border-radius: 50px;
	padding: 15px 40px;
	display: inline-flex;
	margin-top: 2px;
	transition: .5s ease-in-out;
	background:#18ab91;
	font-weight: 600;
	letter-spacing: 1px;
	position: relative;
	border: none;
	line-height:1;
}
.banner-text-area .wpcf7-submit:hover {
	color: #fff;
	background: #38b93a;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
img{
    max-width:100%;
}
.inner_banner img {
	width: 100%;
}
#right-panel .news-item img{
    width:50px;
    height:50px;
    padding:0;
}
.client-text-area > img {
	height: 200px;
	object-fit: cover;
	width: 100%;
}
.sidenav .menu{
    float:none;
    list-style:none;
    padding:0;
}
.banner-overlay {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin-top: -50px;
	width: auto;
	height: auto;
	right: auto;
	bottom: auto;
	background: none;
}


/*06.11.2019*/
div#featuredboxpanel {width:100%;display:inline-block;}
.featured_box {width:100%;}
.featured_box img {width:100%;display:block;}
.modal-body img {max-width:171px;height:auto;float:left;margin:0 20px 20px 0;}
.modal-body p {color: #616161;font-size:14px;font-weight:400;margin:0 0 70px;line-height: 25px;}
div#right-panel .img-circle {padding: 0 !important;width: 50px;height: 50px;}
div#right-panel .well img {width:100px;height:100px;}
.single .blogleft img {margin:0 20px 20px 0;max-width:300px;height: 225px;object-fit: cover;}
.blog .blogleft img {max-width:300px;height: 225px;object-fit: cover;}

div.wpcf7-validation-errors{
    color:red !important;
    border: 2px solid red !important;
}