body {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: 'Roboto', 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;
}
.top_part{
	padding: 10px 0;
    border-bottom: 1px solid #727570;
}
.emil_top h4{
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	margin: 0;
	padding-top: 5px;
}
.emil_top h4 .fa{
	    padding-right: 6px;
    color: #63d1ff;
    font-size: 19px;
}

.phone_top ul{
	padding: 0;
	margin: 0;
}
.menu{
	float: right;
}
.phone_top ul li{
	display: inline-block;
	list-style-type: none;
	font-weight: 300;
	font-size: 14px;
	color: #fff;
}
.phone_top ul li span{
	     padding: 0 10px;
    text-transform: uppercase;
}
.top_menu{
	padding: 10px 0;
}
.banner-overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.banner-text-area{
	text-align: -webkit-auto;
    padding-top: 24%;
}
.banner .owl-carousel {
	position: relative;
	background: #000;
}
.banner-text-area h2 {
	font-size:50px;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    padding-left: 40px;
    
}
.banner-text-area h4{

	font-size: 51px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	    padding: 70px 0 0px 40px;
}
.banner-text-area p {

	font-size: 16px;
	color: #fff;
	    font-weight: 400;
    font-style: italic;
	padding-left:40px;
}
.banner-text-area img{
position: absolute;
    width: 55% !important;
}
.over_banner{
	position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
}
.phone_top{
	text-align: right;
}
.banner-overlayy form{
       margin-top: 20%;
    width: 60%;
    float: right;
    background:rgba(0, 0, 0, 0.55);
	text-align: center;
}

.formpadd{
	 padding: 18px;
}

.banner-overlayy form input[type="text"] {
    width: 100%;
    height: 40px;
    border-radius: 0;
    /* margin: 0 0 13px 0; */
    padding: 0 0 0 15px;

    font-size: 14px;
	font-weight: 100;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 2px;
	    border: 0;
    outline: 0;
	    background: transparent;
    border-bottom: 1px solid #7d7c7c;
}
.banner-overlayy form input[type="email"] {
    width: 100%;
    height: 40px;
    border-radius: 0;
    /* margin: 0 0 13px 0; */
    padding: 0 0 0 15px;
    font-size: 14px;
	font-weight: 100;
	    border: 0;
    outline: 0;
       background: transparent;
    border-bottom: 1px solid #7d7c7c;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 2px;
}
.banner-overlayy form textarea{
    width: 100%;
    height: 40px;
    border-radius: 0;
    /* margin: 0 0 13px 0; */
    padding: 0 0 0 15px;

    font-size: 14px;
	font-weight: 100;
   border: 0;
    outline: 0;
       background: transparent;
    border-bottom: 1px solid #7d7c7c;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 2px;
}
.banner-overlayy form button {
   background: #00d7a7;
    color: #fff;
    width: 189px;
    font-size: 18px;
    font-weight: 400;
    padding: 9px 0 9px 0;
    border-radius: 0;
    cursor: pointer;

    margin-top: 23px;
    border: 1px solid #00d7a7;
	text-transform: uppercase;
	letter-spacing: 1px;
	
}
.banner-overlayy .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.banner-overlayy .form-control:-ms-input-placeholder {
  color: #fff;
}
.banner-overlayy .form-control::-webkit-input-placeholder {
  color: #fff;
}
.banner-overlayy form h3{

    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    background: #00d7a7;
    margin: 0;
    padding: 8px;
	font-weight: 200;
	
}
.banner-overlayy form{
	color: #fff;
}
#banner-carousel .owl-dot {
	    height: 2px;
    width: 25px;
    background: #c3c3c3;
    display: inline-block;
    /* position: absolute; */
    right: 0;
    top: 11px;
    border-radius: 0;
    margin: 3px;
	
}

#banner-carousel .owl-dot.active{
	background: #fff;
}
#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 {
	left: 0;
	position: absolute;
	z-index: 111;
	right: 0;
	bottom: 80px;
}
.banner-overlayy{
	    position: absolute;
    z-index: 1;
    width: 100%;
	top: 0;
}
.banner-overlayy h3 span{
	font-weight: 800;
}
.about_text{
padding-left: 60px;	
}
.captcha{
	    width: 70% !important;
    text-align: center !important;
    margin: 0 auto;
}
.about{
	background-image: url(../images/about_back.png);
	    padding: 85px 0;
	position: relative;
	background-size:cover;
}
.about h4{
	position: relative;
	text-align: center;
}
.formpadd .form-group{
	margin-bottom: 0;
	
}
.formpadd p{
	padding: 6px 0;
	font-weight: 200;
	    font-size: 12px;
}
.about h4:before{
	    position: absolute;
    content: url(../images/header_line.png);
    left: 0;
    right: 0;
        top: -154px;
    z-index: 99;
}
.about_text h5{
	color: #fff;
		font-size: 34px;
	font-weight: 100;
}
.about_text h3{
	color: #fff;
	font-size: 54px;
	text-transform: uppercase;
	font-weight: 900;
	position: relative;
}
.about_text h3:after{
	content: "";
	position: absolute;
	height: 1px;
	width: 34px;
	background: #fff;
	top: 80px;
	left: 0;
}
.about_text p{
	color: #fff;
	font-size: 18px;
		font-weight: 100;
	padding-top: 34px;
	    line-height: 29px;
}
.right_img{
	/*border: 2px solid #fff;*/
	position: relative;
}
.right_img:before {
         content: "";
    position: absolute;
    right: 0%;
    top: 5%;
    border: 6px solid #ffffff85;
    width: 96%;
    height: 100%;
    border-right: none;
    
}
.right_img img{
	    width: 100%;
    right: 0;
    

}
.service{
	background-image: url(../images/services_background.png);
	    padding: 64px 30px 42px 30px;
	    background-size:cover;
}
.service .title h4{
	text-align: center;
	font-size: 54px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 100;
	position: relative;
    padding: 26px 0
}
.service .title h4:before {
   position: absolute;
    content: url(../images/header_line.png);
    left: 0;
    right: 0;
    top: -132px;
}
.service .title h4:before{
}
.service .title h4 span{
	font-weight: 900;
}
#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-size: 16px;*/
	font-weight: 300;
	    visibility: hidden;
}
#service-carousel .owl-controls .owl-dots {
	position: absolute;
	right: -29px;
    top: 38%;
}
#service-carousel .owl-dot {
	height: 9px;
    width: 9px;
	background: #d89b4e;
	display: block;
	/*position: absolute;*/
	right: 0;
	top: 11px;
	border-radius: 23px;
	margin: 5px;
	
}
#service-carousel .owl-dot.active{
	background: #fff;
}
#service-carousel .item h4{
	text-transform: uppercase;
	color: #fff;
	font-size: 38px;
	text-align: center;
	font-weight: 800;
	    letter-spacing: 1px;
    padding: 17px 0;
	
}

.hide_box{
	background: #fff;
    padding: 17px;
    position: absolute;
    bottom: -10px;
    margin: 14px;
    left: 0;
    right: 0;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#service-carousel.item img{
	position: relative;
	
}
.our_services_box{
	position: relative;
}
.our_box_top:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    border: 6px solid
    #ffffff;
    padding: 0;
    z-index: 99;
    margin: 0;
    left: 10px;
    bottom: 10px;
}
.our_box_top {
	position: relative;
	height: 300px;
	overflow: hidden;
}
.our_services_box:hover .hide_boxx
{
	opacity: 1;
	z-index: 1;
}



.hide_boxx{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(117,255,224,0.7);
	opacity: 0;
	transition: all 0.3s;
	
}
.hide_boxx p{
	text-align: center;
    padding: 38px;
    color: #2d2a1c;
font-weight: 300;
line-height: 1.3;
font-size: 16px;
    margin-top: 47px;
}
.hide_boxx p:after{
	    content: "";
    position: absolute;
    height: 1px;
    width: 30px;
    background: #676662;
    top: 69px;
    left: 0;
    text-align: center;
    right: 0;
    margin: 0 auto;
		
}
.hide_boxx p:before{
	    content: "";
    position: absolute;
    height: 1px;
    width: 30px;
    background: #676662;
    bottom: 69px;
    left: 0;
    text-align: center;
    right: 0;
    margin: 0 auto;
		
}

.service-text-area:hover .hide_box{
    bottom: 104px;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.service-text-area{
	text-align: center;
    padding-top: 35px;
    margin: 0 auto;
    padding-bottom: 11px;
    position: relative;
    overflow: hidden;
}
.service-text-area:hover .hide_box {
    bottom: 104px;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.gallery{
	background-image: url(../images/gallery_back.png);
	    padding: 68px 30px 78px 30px;
	    background-size:cover;
}
.gallery .title h4{
	text-align: center;
	font-size: 54px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 100;
	position:relative;
    padding: 26px 0
}
.gallery .title h4:before{
	position: absolute;
	content:url('../images/header_line.png');
	left: 0;
	right:0;
	top: -132px;
}
.gallery .title h4 span{
	font-weight: 900;
}
.gallery img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.paddingnonleft{
	padding-left: 10px;
}
.paddingnonright{
	padding-right: 10px;
}
.paddingbottom{
	padding-bottom: 10px;
}
.paddingbottom{
	padding-bottom: 10px;
}
.paddingtop{
	padding-top: 10px;
}
.thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.blog{
	background-image: url(../images/blog_background.jpg);
	    padding: 58px 0px 65px 30px;
	    background-size:cover;
}
.blog .title h4{
	text-align: center;
	font-size: 54px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 100;
    padding: 26px 0;
	position: relative;
		
}
.blog .title h4:before{
	position: absolute;
	content:url('../images/header_line.png');
	left: 0;
	right:0;
	top: -132px;
}
.blog .title h4 span{
	font-weight: 900;
}
.blog_img img{
	width: 100%;
	padding-top: 21px;
}
.blog_content{
	padding-top: 34px;
}
.blog_content h4{
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 26px;
	letter-spacing: 1px;
	    line-height: 31px;
	margin: 0;
}
.blog_content h3{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    background-image: url(../images/text_backB.png);
    margin: 20px 0;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 11px;
}
.blog_content p{
	font-weight: 200;
	color: #fff;
	font-size: 17px;
}
.blog_content h3 span{
	color: #008488;
	position: relative;
	padding-left: 18px;
}
.blog_content h3 span:before{
content: "";
    position: absolute;
    height: 13px;
    width: 1px;
    background: #95da07;
    top: 4px;
    left: 0;
    margin: 0 8px;
}
.blog_content ul{
	margin: 0;
	padding: 0;
}
.blog_content ul li{
	list-style-type: none;
	font-weight: 200;
	color: #fff;
	font-size: 17px;
	line-height: 34px;
	background-image: url("../images/arrow.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding:0 0 0 23px;
}
.righ_content_one{
	color: #fff;
	background: #009378;
	padding: 22px;
	border-left: 3px solid #fff;
	    margin-bottom: 10px;
}
.righ_content_one h2{
	font-weight: 800;
	font-size: 20px;
	margin: 0;
	
}
.righ_content_one h3{
	font-weight: 200;
	font-size: 14px;
    margin: 0;
    padding: 5px 0;
}
.righ_content_one h4{
	font-weight: 200;
	font-style: italic;
	font-size: 13px;
	margin: 0;
}


.righ_content_two{
	color: #fff;
	background: #009378;
	padding: 22px;
	border-left: 3px solid #fff;
	    margin-bottom: 10px;
}
.righ_content_two h2{
	font-weight: 800;
	font-size: 20px;
	margin: 0;
	
}
.righ_content_two h3{
	font-weight: 200;
	font-size: 14px;
    margin: 0;
    padding: 5px 0;
}
.righ_content_two h4{
	font-weight: 200;
	font-style: italic;
	font-size: 13px;
	margin: 0;
}

footer{
	background-image: url(../images/footer_background.jpg);
	    padding: 92px 0 19px 0;
	    background-size:cover;
}
.contact_address{
	padding-left: 30px;
}
.contact_address h1{
	color: #fff;
	font-size: 20px;
	font-weight: 200;
	text-transform: uppercase;
}
.contact_address h3{
	color: #fff;
	font-weight: 200;
	font-size: 15px;
	padding-top: 11px;
}
.contact_address h3 span{
	padding: 0 10px;
}
.contact_address p{
		color: #888888;
	font-weight: 200;
	font-size: 15px;
}
.contact_address p a{
	color:#888888;
	text-decoration: underline;
}

.footer_menu h1{
	color: #fff;
	font-size: 20px;
	font-weight: 200;
	text-transform: uppercase;
}
.footer_menu ul{
	padding: 0;
	margin-left: 6px;
}
.footer_menu ul li{
	list-style-type: none;
	font-weight: 200;
	color: #fff;
	padding: 5px 0;
}
.footer_menu ul li a{
	color: #fff;
	font-size: 15px;
}
.social_contact h3{
	color: #fff;
	font-weight: 200;
	font-size: 15px;
	text-transform: uppercase;
}
.social_contact h3 a .fa{
	color: #fff;
    font-size: 18px;
    padding: 0 4px;
}
footer hr{
	    margin-top: 41px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #737171;
	    margin-right: 50px;
}
.footer_bottom{
	border-top: 1px solid #737171;
	text-align: center;
	margin-top: 64px;
}
.footer_bottom h3{
	font-size: 14px;
	text-transform: uppercase;
	color: #858383;
	font-weight: 200;
}
.footer_bottom h3 a{
	color: #fff;
}
.about .side_title{
	position: absolute;
	    left: -35px;
    top: 44%;
}
.about .side_title h3{

	font-weight: 200;
	font-size: 14px;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	transform: rotate(-90deg);
	
	
}
.about .side_title h3:after{
         position: absolute;
    content: url(../images/top_line.png);
    left: -136px;
    top: -106px;
    transform: rotate(-90deg);
}
.about .side_title h3:before{
	   position: absolute;
    content: url(../images/top_line.png);
    right: -137px;
    top: -106px;
    transform: rotate(90deg);
    width: 10px;
}


.gallery .side_title{
	position: absolute;
	    left: -11px;
    top: 39%;
}
.gallery .side_title h3{
	font-weight: 200;
	font-size: 14px;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	transform: rotate(-90deg);
	
	
}
.gallery .side_title h3:after{
         position: absolute;
    content: url(../images/top_line.png);
    left: -136px;
    top: -106px;
    transform: rotate(-90deg);
}
.gallery .side_title h3:before{
	   position: absolute;
    content: url(../images/top_line.png);
    right: -137px;
    top: -106px;
    transform: rotate(90deg);
    width: 10px;
}
.blog .side_title{
	position: absolute;
	    left: -24px;
    top: 59%;
}
.blog .side_title h3{

	font-weight: 200;
	font-size: 14px;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	transform: rotate(-90deg);
	
	
}
.blog .side_title h3:after{
         position: absolute;
    content: url(../images/top_line.png);
    left: -136px;
    top: -106px;
    transform: rotate(-90deg);
}
.blog .side_title h3:before{
	   position: absolute;
    content: url(../images/top_line.png);
    right: -137px;
    top: -106px;
    transform: rotate(90deg);
    width: 10px;
}

footer .side_title{
	    position: absolute;
        left: -3px;
    top: 79%;
}
footer .side_title h3{

	font-weight: 200;
	font-size: 14px;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	transform: rotate(-90deg);
	
	
}
footer .side_title h3:after{
         position: absolute;
    content: url(../images/top_line.png);
    left: -136px;
    top: -106px;
    transform: rotate(-90deg);
}
footer .side_title h3:before{
	   position: absolute;
    content: url(../images/top_line.png);
    right: -137px;
    top: -106px;
    transform: rotate(90deg);
    width: 10px;
}

/****About***/
.about_body{
	padding: 27px 0;
}
.about_body h3{
	font-size: 18px;
    font-weight: 300;
    color: #808080;
	    line-height: 33px;
	padding-top: 73px;
}

.about_img img{
	width: 100%;
}
.about_body .title h4{
	text-align: center;
	font-size: 54px;
	color: #00d7a7;
	text-transform: uppercase;
	font-weight: 100;
	position: relative;
    padding: 26px 0
}
.about_body .title h4 span{
	font-weight: 900;
}
/****contactuspage****/
.inner_content{
	padding: 10px 0 75px 0;
}

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

.contact-left p {
    color: #7d7d7d;
    font-size: 16px;
    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: #00d7a7;
    font-weight: 400;
    padding-right: 10px;
    width: 150px;
    font-size: 18px;
	text-transform: uppercase;
	display: block;
	padding-bottom: 5px;
}

.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-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
}

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

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

.inner_heading{
	position: absolute;
	top: 194px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.inner_heading h2{
	padding: 0;
	margin: 0;
	color: #f2df09;
	font-size: 72px;
	text-transform: uppercase;
	font-weight: 700;
}
.inner_content h3 {
    padding: 20px 10px;
    font-size: 32px;
}
/******Blog*****/

.headline{
    font-weight: 400;
    font-size: 35px;
    color: #7da72f;
    margin: 20px 0;
}
.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;	

}

.blog-date {
	margin-bottom:20px
}
.blog-text {
	color: #616161;
    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-size: 22px;
    font-weight: 600;
	border-bottom:#00d7a7 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;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
    background: #00d7a7;
    padding: 10px 30px;
	transition-duration: 1s;
    -webkit-transition-duration: 1s;
}


.btn-blue:focus, .btn-blue:hover {
    color: #fff;
    background: #92afdc;
	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;
}
.recent-post-link {
	display:inline-block;
	width:100%;
	margin-bottom:10px;
}
#blog_page .title h4{
	text-align: center;
	font-size: 54px;
	color: #00d7a7;
	text-transform: uppercase;
	font-weight: 100;
	position: relative;
    padding: 26px 0
}
#blog_page .title h4 span{
	font-weight: 900;
}
/*******services******/
.service_inner .title h4{
	text-align: center;
	font-size: 54px;
	color: #00d7a7;
	text-transform: uppercase;
	font-weight: 100;
	position: relative;
    padding: 26px 0
}
.service_inner .title h4 span{
	font-weight: 900;
}
.service_inner h4 {
    text-transform: uppercase;
    color: #00d7a7;
    font-size: 38px;
    text-align: center;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 17px 0;
    min-height:120px;
}
.inner img{
	width: 100%;
}
.banner-overlayy form input[type="tel"] {
    width: 100%;
    height: 40px;
    border-radius: 0;
    /* margin: 0 0 13px 0; */
    padding: 0 0 0 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 100;
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid #7d7c7c;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 2px;
}
.banner .owl-carousel .owl-item img {
	height: 660px;
	object-fit: cover;
	opacity:0.7;
}
.inner_banner img {
	width: 100%;
}
.galley_img_box img {
	height: 300px;
	object-fit: cover;
	width: 100%;
}
#right-panel .news-item img{
    width:50px;
    height:50px;
    padding:0;
}
.demo1.list-inline {
	height: auto !important;
}
#blog_page .col-md-8{
    margin-bottom:30px;
}