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;
}
@font-face {
	font-family: 'Lobster1.3';
	src: url('../fonts/Lobster1.3.eot');
	src: url('../fonts/Lobster1.3.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lobster1.3.svg#Lobster1.3') format('svg'),  url('../fonts/Lobster1.3.ttf') format('truetype'),  url('../fonts/Lobster1.3.woff') format('woff'),  url('../fonts/Lobster1.3.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
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;
}
.top_part {
	background: #8ba8ac;
	padding: 10px;
}
.top_address {
}
.top_address ul {
	margin: 0;
	padding: 0;
}
.top_address ul li {
	color: #000;
	display: inline-block;
	list-style-type: none;
	padding-right: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 13px;
}
.top_address ul li.font {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}
.top_address ul li span {
	color: #000;
}
.top_address ul li .fa {
	padding-right: 10px;
}
.top_address ul li img {
	padding-right: 10px;
}
.top_socialm {
	text-align: right;
}
.top_socialm ul {
	margin: 0;
	padding: 0;
}
.top_socialm ul li {
	display: inline-block;
}
.top_socialm ul li a .fa {
	color: #000;
	font-size: 18px;
	padding: 0 4px;
	list-style-type: none;
}
.banner-overlayy form {
	margin-top: 15%;
	width: 55%;
	float: right;
	background: rgb(255, 255, 255);
	text-align: center;
	border-radius: 180px 180px 180px 180px;
	padding: 25px 27px;
	position: relative;
	pointer-events: visible;
}
.banner-overlayy form:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	border: 6px solid #ffffff4f;
	padding: 9px;
	z-index: -9;
	margin: -6px;
	border-radius: 180px 180px 180px 180px;
}
.banner-overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.banner .owl-carousel {
	position: relative;
	background: #000;
}
.banner-overlayy {
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 122px;
	pointer-events: none;
}
.banner-text-area {
	text-align: -webkit-auto;
	padding-top: 28%;
}
.banner-text-area h2 {
	    font-size: 63px;
    padding: 12px 0;
    line-height: 58px;
	color: #fff;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	padding-left: 0px;
}
.banner-text-area h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	color: #000;
	font-weight: 300;
	margin: 3px 0 0px 0px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0));
	padding: 4px 13px;
}
.banner-text-area p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	padding-left: 0px;
}
.formpadd {
	padding: 0px;
}
.formpadd .form-group {
	margin-bottom: 13px;
}
form h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: 900;
	color: #8ba8ac;
}
form p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 12px;
}
.banner-overlayy form input[type="text"] {
	width: 100%;
	height: 40px;
	padding: 0 0 0 15px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #000;
	letter-spacing: 1px;
	margin-top: 2px;
	outline: 0;
	background: #ecececf5;
	border-bottom: none;
	border: none;
	border-radius: 30px;
}
.banner-overlayy form input[type="tel"] {
    width: 100%;
    height: 40px;
    padding: 0 0 0 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #000;
    letter-spacing: 1px;
    margin-top: 2px;
    outline: 0;
    background: #ecececf5;
    border-bottom: none;
    border: none;
    border-radius: 30px;
}
.banner-overlayy form input[type="email"] {
	width: 100%;
	height: 40px;
	padding: 0 0 0 15px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #000;
	letter-spacing: 1px;
	margin-top: 2px;
	outline: 0;
	background: #ecececf5;
	border-bottom: none;
	border: none;
	border-radius: 30px;
}
.banner-overlayy form .contact_message {
	width: 100%;
	height: 80px;
	padding: 7px 0 0 15px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #000;
	letter-spacing: 1px;
	margin-top: 2px;
	outline: 0;
	background: #ecececf5;
	border-bottom: none;
	border: none;
	border-radius: 22px;
	resize:none;
}
.banner-overlayy form button {
	background: #8ba8ac;
	color: #000;
	width: 150px;
	font-size: 16px;
	font-weight: 400;
	padding: 9px 0 9px 0;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	margin-top: 12px;
	border: 1px solid #8ba8ac;
	letter-spacing: 1px;
	border-radius: 24px;
}
.banner-overlayy form button span img {
	padding-left: 7px;
}
 .banner-overlayy .form-control::-moz-placeholder {
 color: #000;
 opacity: 1;
}
.banner-overlayy .form-control:-ms-input-placeholder {
 color: #000;
}
.banner-overlayy .form-control::-webkit-input-placeholder {
 color: #000;
}
#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-weight: 300;
	visibility: hidden;
}
#banner-carousel .owl-controls .owl-dots {
	position: absolute;
	left: 8%;
	top: auto;
	z-index: 99;
	bottom: 80px;
}
#banner-carousel .owl-dot {
	height: 9px;
	width: 9px;
	background: #fff;
	right: 0;
	top: 11px;
	border-radius: 23px;
	margin: 2px;
	display: inline-block;
}
#banner-carousel .owl-dot.active {
	background: #8ba8ac;
}
.welcome {
	padding: 72px 0;
}
.about h4 {
	position: relative;
	text-align: center;
}
.about_text h5 {
	color: #8ba8ac;
	font-size: 32px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}
.about_text h3 {
	color: #000;
	font-size: 53px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	position: relative;
	margin-bottom: 32px;
}
.about_text p {
	color: #000;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 25px;
}
.about_text h3:after {
	content: "";
	position: absolute;
	height: 4px;
	width: 70px;
	background: #8ba8ac;
	top: 60px;
	margin-top: 13px;
	left: 0;
}
.welcome_right img {
	width: 100%;
}
.services {
	background-image: url(../images/services_back.jpg);
	padding: 30px 0 74px 0;
	background-size:cover;
}
.services .title {
	text-align: center;
}
.services .title h4 {
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	padding-bottom: 8px;
	font-family: 'Roboto', sans-serif;
}
.services .title h4 span {
	color: #fff;
	font-weight: 100;
}
.services .title img {
	padding: 7px 0 42px;
	position: relative;
}
.services .title h4:before {
	width: 100px;
	height: 1px;
	background: #dedada;
	content: "";
	position: absolute;
	left: -181px;
	top: 42px;
	bottom: 0;
	right: 0;
	margin: auto;
}
.services .title h4:after {
	width: 100px;
	height: 1px;
	background: #dedada;
	content: "";
	position: absolute;
	left: 0;
	top: 42px;
	bottom: 0;
	right: -181px;
	margin: auto;
}
.our_services_box {
	background: #fff;
	padding: 27px 20px 60px 20px;
	border-radius: 140px;
	box-shadow: 1px 0px 7px 2px rgba(74, 71, 71, 0.12);
}
.our_box_top {
	text-align: center;
}
div#instagram-carousel .our_box_top {background: #8ba8ac;}
.our_box_top h4 {
	font-size: 24px;
	color: #8ba8ac;
	padding: 18px 0;
	position: relative;
}
.our_box_top h4:before {
	position: absolute;
	content: "";
	height: 1px;
	width: 40px;
	background: #e6e6e6;
	left: 41%;
	right: 0;
    bottom: 0;
}
.our_box_top p {
	font-size: 13px;
	color: #767070;
	padding: 0 6px;
}
.owl-next {
	right: -55px;
	position: absolute;
	top: 43%;
	background: #fff;
	padding: 8px 14px;
	border-radius: 67px;
	box-shadow: 2px 3px 3px #c7c7c7;
}
.owl-next .fa {
	color: #6b6b6b;
	font-size: 10px;
}
.owl-prev {
	left: -55px;
	position: absolute;
	top: 43%;
	background: #fff;
	padding: 8px 14px;
	border-radius: 67px;
	box-shadow: 2px 3px 3px #c7c7c7;
}
.owl-prev .fa {
	color: #6b6b6b;
	font-size: 10px;
}
#service-carousel .owl-dots {
	counter-reset: dots;
}
#service-carousel .owl-dot {
	position: relative;
	display: block;
}
#service-carousel .owl-dot::before {
	counter-increment: dots;
	content: counter(dots);
	color: #fff;
	font-weight: 300;
	visibility: hidden;
}
#service-carousel .owl-controls .owl-dots {
	position: relative;
	left: 0;
	top: 0;
	padding-top: 31px;
}
#service-carousel .owl-controls .owl-dots:before {
	width: 500px;
	height: 1px;
	background: #fff;
	content: "";
	position: absolute;
	left: -557px;
	top: 48px;
	bottom: 0;
	right: 0;
	margin: auto;
}
#service-carousel .owl-controls .owl-dots:after {
	width: 500px;
	height: 1px;
	background: #fff;
	content: "";
	position: absolute;
	left: 0;
	top: 48px;
	bottom: 0;
	right: -557px;
	margin: auto;
}
#service-carousel .owl-dot {
	height: 12px;
	width: 12px;
	background: #fff;
	right: 0;
	top: 11px;
	border-radius: 23px;
	margin: 2px;
	display: inline-block;
}
#service-carousel .owl-dot.active {
	background: #8ba8ac;
}
.ins {
	margin-bottom: 35px;
}
.ins_title {
	background: #262626;
	width: 183px;
	padding: 12px 11px;
	position: absolute;
	z-index: 9;
	left: 154px;
	text-align: center;
}
.ins_title h4 {
	color: #ffffff;
	font-size: 33px;
	margin: 0;
	font-family: 'Lobster1.3';
}
#instagram-carousel .owl-next {
	right: 19px;
	position: absolute;
	top: 47%;
	background: #fff;
	padding: 6px 14px;
	border-radius: 0;
	box-shadow: none;
}
#instagram-carousel .owl-prev {
	left: 19px;
	position: absolute;
	top: 47%;
	background: #fff;
	padding: 6px 14px;
	border-radius: 0;
	box-shadow: none;
}
#instagram-carousel.owl-carousel .owl-item img:hover {
	opacity: .5;
}
footer {
	background-image: url(../images/fooeter_background.png);
	padding: 120px 0 19px 0;
	background-repeat: no-repeat;
	background-size:cover;
}
.contact_address {
	padding-left: 30px;
}
.contact_address h1 {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	position: relative;
	padding: 0px 0 0px 9px;
}
.contact_address h1:after {
	position: absolute;
	content: "";
	height: 4px;
	width: 35px;
	left: 10px;
	top: 37px;
	background: #fff;
}
.contact_address h3 {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 15px;
	padding-top: 11px;
}
.contact_address h2 {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 23px;
	padding-top: 11px;
	margin: 0;
	padding: 6px 0 6px 9px;
}
.contact_address h3 span {
	padding: 0 10px;
}
.contact_address p {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 15px;
	padding: 4px 0 4px 9px;
}
.contact_address h3 {
	color: #ababab;
	font-family: 'Roboto', sans-serif;
	;
	font-weight: 300;
	font-size: 17px;
	padding-top: 22px;
	line-height: 25px;
}
.contact_address p a {
	color: #fff;
}
.footer_menu h1 {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	position: relative;
}
.footer_menu h1:after {
	position: absolute;
	content: "";
	height: 4px;
	width: 35px;
	left: 0;
	top: 37px;
	background: #fff;
}
.footer_menu ul {
	padding: 0;
	padding-top: 22px;
}
.footer_menu ul li {
	list-style-type: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #fff;
	padding: 5px 0;
	line-height: 21px;
}
.footer_menu ul li a {
	color: #fff;
	font-size: 15px;
}
.footer_menu ul li a .fa {
	color: #dbad93;
}
.social_contact h3 {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0;
}
.social_contact h3 a .fa {
	color: #fff;
	font-size: 18px;
	padding: 0 4px;
}
.social_contact {
	padding-left: 0;
	padding-top: 10px;
}
footer hr {
	margin-top: 41px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #737171;
	margin-right: 50px;
}
.footer_bottom {
	text-align: center;
	margin-top: 38px;
}
.footer_bottom h3 {
	font-size: 15px;
	color: #fff;
	font-weight: 300;
}
.footer_bottom h3 a {
	color: #fff;
}
.contact_address img {
	padding-right: 10px;
}
.contact_address span.fontawsm {
	width: 10px;
	float: left;
	margin-right: 12px;
}
.scroll-top-wrapper {
	position: absolute;
	top: -94px;
	left: 81px;
}

/*******services******/

.services_inner .title {
	text-align: center;
}
.services_inner .title h4 {
	font-size: 36px;
	color: #451f38;
	font-weight: 700;
	padding-bottom: 8px;
	font-family: 'Roboto', sans-serif;
	padding-top: 39px;
}
.services_inner .title h4 span {
	color: #000;
	font-weight: 100;
}
.services_inner .title img {
	padding: 7px 0 42px;
	position: relative;
}
/****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: #451f38;
    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: #451f38;
	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:#451f38 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: #451f38;
    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;
	  font-family: 'Poppins', sans-serif;
}

#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-family: 'Poppins', sans-serif;
	font-weight: 100;
	position: relative;
    padding: 26px 0
}
#blog_page .title h4 span{
	font-weight: 900;
}
.mrg30T {
	 font-family: 'Poppins', sans-serif;
}
.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;
}

.banner .owl-carousel .owl-item .item img {
	opacity: 0.7;
	height: 580px;
	object-fit: cover;
}
.our_services_box img {
	width: 200px !important;
	height: 200px;
	object-fit: cover;
	margin: 0 auto;
	border-radius: 50%;
	display: block;
}
#instagram-carousel.owl-carousel .owl-item img{
    transition:all 0.3s;
}
.inner_banner img {
	width: 100%;
}
#right-panel .news-item img{
    width:50px;
    height:50px;
    padding: 0;
}
.our_box_top > img {
	height: 252px;
	object-fit: cover;
}
.galley_img_box img {
	height: 200px;
	object-fit: cover;
	width: 100%;
}
.services_inner .col-md-8 .well.well-blog img {
	height: 200px;
	object-fit: cover;
	width: 100%;
}
.recent-post-link .well.well-blog img {
	width: 100px;
	height: 80px;
	object-fit: cover;
	padding: 0;
}

.aim img {
    

    width: 100%;
    display: block;

}