
#service-section .single-service-content:hover p {
  opacity: 1;
  color: #fff;
  -webkit-transform: translate3D(0,0,0);
     -moz-transform: translate3D(0,0,0);
      -ms-transform: translate3D(0,0,0);
       -o-transform: translate3D(0,0,0);
          transform: translate3D(0,0,0);
}




 #service-section .single-service-content:hover .icon-heading .icon,
#service-section .single-service-content:hover .icon-heading h6 a
{
	color:#065b10;
}

#service-section .single-service-content:hover
{
	border-color:#d73e4d;
  border-style: solid;
}


.tran3s,.theme-main-menu .navbar-nav>li a,#project-section .project-gallery .single-img .opacity,
#team-section .team-member-wrapper .single-team-member .member-name h6,
#team-section .team-member-wrapper .single-team-member .member-name p,
#team-section .team-member-wrapper .single-team-member .member-name ul,
#our-client .owl-theme .owl-dots .owl-dot span {
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
 }


/* ------------------------------------------------------------------
SERVICE WRAPPER
--------------------------------------------------------------------- */
.service-wrapper {
    background: #ffffff;
    padding: 60px;
}
.service-wrapper .section-title {
    margin-bottom: 0;
}
.service-wrapper .media {
    margin-top: 70px;
}

.service-wrapper .media-heading {
    margin-bottom: 15px;
    font-weight: 400;
}
.service-wrapper .media-heading a{
    color: #58574b;
}
.service-wrapper .media-body{
    color: #949ea3;
	margin-top: 20px;
}

.service-wrapper .media-heading a:hover{
    color: #fcbb3c;
}


.service-wrapper .icon {
    display: inline-block;
    margin: 0px 10px 0 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.service-wrapper .icon:before {
    font-size: 50px;
    margin-left: 0;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.service-wrapper .icon:hover:before {
    color: #000;
}
.service-wrapper .icon.bg1 {
    background: #6c4c22;
}
.service-wrapper .icon.bg2 {
    background: #882929;;
}
.service-wrapper .icon.bg3 {
    background: #2d5b35;
}
.service-wrapper .icon.bg4 {
    background: #3a395e;
}
/*.service-wrapper .icon:hover {
    background: #7eb040;
}*/
.service-wrapper .media
{
background-color: #ebebeb;
}

/*.service-wrapper .media:hover {
    background: #7eb040;
	cursor: pointer;
}
*/

#blog-section .single-news-item .img {
  overflow: hidden;
  position: relative;
}
#blog-section .single-news-item {
  margin-top: 55px;
  border: 1px solid #CCC;
  padding: 5px;
  background-color: #eeeeee;
}
#blog-section .single-news-item .img a {
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  text-align: center;
  font-size: 28px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-transform: scale(0.2);
     -moz-transform: scale(0.2);
      -ms-transform: scale(0.2);
       -o-transform: scale(0.2);
          transform: scale(0.2);
}
#blog-section .single-news-item .img a i {
  position: relative;
  top:50%;
  display: block;
  margin-top: -14px;
}
#blog-section .single-news-item:hover .img a {
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
#blog-section .single-news-item .post h6 a {
  display: block;
  line-height: 26px;
  text-transform: none;
  color:#58574b;
  margin: 40px 0 15px 0;
}
#blog-section .single-news-item .post>a {
  color: #292929;
  font-size: 15px;
  margin-bottom: 18px;
}
#blog-section .single-news-item .post p a {
  color: #292929;
}

.clear-fix { clear:both;}
.clear-fix:after {
  display: table;
  content: '';
  clear: both;
 }
 
 /*hhhh*/
 
 overlay:before,
.sky-bg {
    background: #75cbe7;
    background: -webkit-gradient(linear, left top, left bottom, from(#75cbe7), to(#138fc2));
    background: linear-gradient(to bottom, #75cbe7 0%, #138fc2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cbe7', endColorstr='#138fc2', GradientType=0);
    color: #ffffff;
}

.gray-bg {
    background-color: #f2fefe;
}

.v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

/**
*Caption-slider
**/

.caption-slider .carousel-indicators {
    position: static;
    margin: 30px auto 0 auto;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.caption-slider .carousel-indicators li {
    float: left;
    /*padding-top: 20px;
    padding-right: 30px;*/
    cursor: pointer;
    position: relative;
    list-style: none;
}

.caption-slider .carousel-indicators li:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    opacity: 0;
}


.caption-slider .carousel-indicators li.active:before {
    opacity: 1;
}

.caption-slider .carousel-indicators li strong {
    display: block;
	padding-bottom: 15px;
	font-size: 18px;
}

.caption-slider h2 {
    margin-bottom: 20px;
    font-size: 40px;
}

.caption-slider .button {
    margin-top: 30px;
}

.caption-slider .caption-photo {
    display: inline-block;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1)
}

.caption-slider .caption-photo.two {
    margin-top: 60px;
}

.caption-slider .caption-title {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.caption-slider .caption-desc {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.caption-slider .caption-button {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.caption-slider .caption-photo.one {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.caption-slider .caption-photo.two {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}


.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    height: 0px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5);
}

#tit
{
	padding-top: 50px;
	font-size: 18px;
}



/*Need to Delete*/

.section-padding {
    padding: 100px 0;
}


#service-section {
  background: #7eb040;
  padding-bottom: 80px;
  padding-top: 30px;
}


.single-service-content p
{
	font-size: 14px;
	line-height: 150%;	
}


#service-section .theme-title h2,
#service-section .theme-title p {
  color:#fff;
}
#service-section .row {
  margin: 50px 0 0 0;
}
#service-section .row [class*="col-"] {
  padding-top: 25px;
}
#service-section .single-service-content {
  border: 2px solid #456023;
  text-align: center;
  margin-bottom: 20px;
  padding: 118px 23px 65px 23px;
  overflow: hidden;
}
#service-section .single-service-content p {
  -webkit-transition-delay: 0.3s; /* Safari */
  transition-delay: 0.3s;
  opacity: 0;
  -webkit-transform: translate3D(0,200px,0);
     -moz-transform: translate3D(0,200px,0);
      -ms-transform: translate3D(0,200px,0);
       -o-transform: translate3D(0,200px,0);
          transform: translate3D(0,200px,0);
}
#service-section .single-service-content .icon-heading {
  position: absolute;
  width: 100%;
  left:0;
  right: 0;
  top:120px;
}
#service-section .single-service-content .icon-heading .icon {
  font-size: 48px;
  color:#ffffff;
  width: 80px;
  margin: 0 auto;
  background: #7eb040;
}
#service-section .single-service-content .icon-heading a {
  color:#ffffff;
  text-transform: capitalize;
  margin-top: 33px;
}
#service-section .single-service-content:hover .icon-heading {
  top:-10px;
}

 .service-bottom-area {
    position: relative;
}

.service-bottom-area-bg {
    background: rgba(0, 0, 0, 0) url("../img/service/service-area-bg.jpg") repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.service-bottom-area-bg::after {
    background: #f5f7f9 none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.single-service {
    margin-bottom: 50px;
    padding-left: 80px;
    position: relative;
}

.service-list .single-service:last-child {
    margin-bottom: 0;
}

.service-icon-hexagon {
    left: -43px;
    position: absolute;
    top: -25px;
}

.hex {
    background: #f5f7f9 none repeat scroll 0 0;
    border-radius: 1em / 3.5em;
    display: inline-block;
    height: 5.2em;
    margin: 1em 4.61538em 1em auto;
    position: relative;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 150ms ease-in-out 0s;
    transition: all 150ms ease-in-out 0s;
    width: 4em;
}

.hex:before,
.hex:after {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: '';
}

.hex:before {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.hex:after {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.service-icon {
    background: #5d6b82 none repeat scroll 0 0;
    right: 15px;
	left: 15px;
	bottom: 15px;
	top: 15px;
    color: #fff;
    font-size: 24px;
    height: 60px;
    padding-top: 13px;
    position: absolute;
    
    text-align: center;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 34px;
    z-index: 1;
}

.service-icon::before,
.service-icon::after {
    background: #5d6b82 none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}

.service-icon::before {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.service-icon::after {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.service-icon i {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.service-details h4 {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-service:hover .service-details h4 {
    color: #f39c12;
}

.single-service:hover .service-icon,
.single-service:hover .service-icon::before,
.single-service:hover .service-icon::after {
    background: #f39c12 none repeat scroll 0 0;
}

.service-content h2 {
    font-size: 32px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}

.service-content h2::after {
    border-bottom: 1px dashed rgb(243, 156, 18);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}

.service-catalouge-content-area {
    background: rgba(0, 0, 0, 0) url("img/service/service-cargo-bg.png") no-repeat scroll center center / contain;
    position: relative;
}

.catalouge-content {
    background: rgba(243, 156, 18, 0.9) none repeat scroll 0 0;
    color: #fff;
    padding: 30px;
}

.catalouge-content h3 {
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}

.catalouge-content h3::after {
    border-bottom: 1px dashed;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.catalouge-content .read-more:hover,
.catalouge-content .read-more:focus {
    background: #fff none repeat scroll 0 0;
    color: #f39c12;
}

.catalouge-content ul {
    margin-top: 40px;
}

.catalouge-content ul li {
    margin-bottom: 15px;
}

.catalouge-content ul li i {
    margin-right: 15px;
}

.post
{
	padding-left: 10px;
	padding-right:10px;
}

.post p
{
	text-align: justify;
}

#mappadding
{
	padding-right: 0px;
}

.mybtn2
{
	color: #ffffff !important; margin-top: 0px; width: 300px !important; margin-top: 0px !important;
}

/*Inner Page style start*/
#innerbanner
{
	/*background: #365114;
	background: linear-gradient(to right, #629225, #365114 85%, #365114);*/
	height: 180px;
	margin-top: 100px;
}

#innerbanner2
{
	height: 150px;
	margin-top: 100px;
}

.vercenter
{
	display: table;
	height: 180px;
	vertical-align: middle;
	width: 100%;
}
.vertext
{
	display: table-cell;
	vertical-align: middle;
}

.vercenter1
{
	display: table;
	height: 150px;
	vertical-align: middle;
	width: 100%;
}
.vertext1
{
	display: table-cell;
	vertical-align: middle;
}

.vertext1 h2:after
{
	display: block;
	content: "";
	width: 100px;
	height: 3px;
	background-color: #727272;
}

#breadcrums
{
	color: #000000;
	font-size: 12px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: right;
}

#breadcrums a
{
	color: #000000;
	font-size: 12px;
}

#breadcrums1
{
	color: #629225;
	font-size: 14px;
	margin-bottom: 0px;
	padding: 0px;
}

#breadcrums1 a
{
	color: #629225;
	font-size: 14px;
}

.subtitle
{
	color: #629225;
	font-size: 22px;
	text-align: left;
	font-weight: 600;
	margin-bottom: 0px;
}

#myimg
{
	border-radius:  0 50px;
	border: 2px solid #e8e8e8;
}

#myimg1
{
	border-radius:  0 50px;
	border: 2px solid #e8e8e8;
	padding-top: 20px;
	padding-bottom: 20px;
}

.myvercenter
{
	display: table;
	height: 100px;
	vertical-align: middle;
	width: 100%;
}

.myvertext
{
	display: table-cell;
	vertical-align: middle;
}





.liststyle1
{
	list-style-image: url(../img/pd-details-bullet.jpg);
    background-repeat: no-repeat;
    line-height: 200%;
    margin: 10px 0px 0px 10px;
    padding-left: 35px;
    font-size: 14px;
    color: #333333;
    text-align: justify;
	margin-bottom: 20px;
}

/*Inner Page style end*/


@media (min-width: 1200px)
{
.col-lg-offset-6 {
    margin-left: 50%;
}
}

@media only screen and (max-width: 968px)
{
	
	
	.nav-switch
	{
		top: 30px;
	}
	
	.hero-slider .owl-nav
	{
		top: 350px;
		left: 130px;
	}
	.slide-content h2
	{
		font-size: 28px;
		line-height: 150%;
	}
	.hero-slider .hero-slide-item
	{
		padding-top: 150px;
		padding-bottom: 60px;
	}
	#resheight
	{
		height: 170px;
	}
	#resheight-1
	{
		height: 170px;
	}
	.mybtn2
	{
	width: 100px !important;
	color: #ffffff !important;;
	}
	#testimonials
	{
		height: 580px;
	}
		.left-bar .left-bar-content
	{
		margin-bottom: 25px;
	}
	.nav-menu ul li a
	{
		padding-left: 13px;
		padding-right: 13px;
		font-size: 12px;
		padding-bottom: 37px;
	}
	.logo-area1 img
	{
	width: 100%;
	max-width: 200px;
	}
	.logo-area1
	{
	padding: 0px;
	padding-top: 25px;
	}
	
	.logo-area
	{
	padding: 0px;
	padding-top: 14px;
	}
	
	.hero-section, .hero-slider .hero-slide-item
	{
		height: 380px;
	}
	.slide-content:after
	{
		display: none;
	}
	.slide-content
	{
	margin-left: 130px;
	margin-bottom: -35px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 30px;
	}
}


@media only screen and (max-width: 800px)
{
	
	
	.nav-switch
	{
		top: 30px;
	}
	
	.hero-slider .owl-nav
	{
		top: 350px;
		left: 130px;
		display: none;
	}
	.slide-content h2
	{
		font-size: 28px;
		line-height: 150%;
	}
	.hero-slider .hero-slide-item
	{
		padding-top: 150px;
		padding-bottom: 60px;
	}
	#resheight
	{
		height: 170px;
	}
	#resheight-1
	{
		display: none;
	}
	.mybtn2
	{
	width: 100px !important;
	color: #ffffff !important;;
	}
	#testimonials
	{
		height: 580px;
	}
		.left-bar .left-bar-content
	{
		margin-bottom: 25px;
	}
	.nav-menu ul li a
	{
		padding-left: 3px;
		padding-right: 3px;
		font-size: 12px;
		padding-bottom: 37px;
	}
	.logo-area1 img
	{
	width: 100%;
	max-width: 200px;
	}
	.logo-area1
	{
	padding: 0px;
	padding-top: 25px;
	}
	
	.logo-area
	{
	padding: 0px;
	padding-top: 14px;
	}
	
	.hero-section, .hero-slider .hero-slide-item
	{
		height: 380px;
	}
	.slide-content:after
	{
		display: none;
	}
	.slide-content
	{
	margin-left: 130px;
	margin-bottom: -35px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 30px;
	}
}

@media only screen and (max-width: 768px)
{
	.logo-area1
	{
		padding-top: 13px;
	}
	.logo-area1 img
		{
    		width: 100%;
			max-width: 200px;
		}
	.nav-menu
	{
		width: 320px;
		left: -113px;
		background: rgba(0, 0, 0, 0.8);
		top: 91px;
	}
	.nav-switch
	{
		top: 10px;
		width: 100%;
		text-align: center;
		right: 0;
	}
	.nav-menu
	{
		width: 320px;
		left: 107px;
		background: rgba(0, 0, 0, 0.8);
		top: 53px;
		text-align: left;
	}
	.hero-slider .owl-nav
	{
		top: 330px;
		left: -60px;
		display: none;
	}
	.slide-content h2
	{
		font-size: 28px;
		line-height: 150%;
	}
	.hero-slider .hero-slide-item
	{
		padding-top: 150px;
		padding-bottom: 60px;
	}
	#resheight
	{
		height: 170px;
	}
	#resheight-1
	{
		display: none;
	}
	.mybtn2
	{
	width: 100px !important;
	color: #ffffff !important;;
	}
	#testimonials
	{
		height: 580px;
	}
		.left-bar .left-bar-content
	{
		margin-bottom: 25px;
	}
	.set-bg {
    background-size: contain;
    background-repeat: no-repeat;
	}
	.hero-section, .hero-slider .hero-slide-item
	{
		height: 350px;
	}
	h2 {
    font-size: 30px;
	}
	#copyright p {
    font-size: 14px;
    color: #aeaeae;
	padding-top: 0px !important;
	}	
}


@media only screen and (max-width: 640px)
{
	
	.nav-switch
	{
		top: 14px;
		width: 100%;
		text-align: center;
		right: 0;
	}
	.header-area 
	{
		background-color: #629225;
		padding-right: 0px;
		padding-top: 5px;
    	padding-bottom: 5px;
	}
	.nav-menu
	{
		width: 320px;
		left: -123px;
		background: rgba(0, 0, 0, 0.8);
		top: 65px;
		text-align: left;
	}
	.hero-slider .owl-nav
	{
		top: 320px;
		left: -60px;
	}
	.slide-content h2
	{
		font-size: 24px;
		line-height: 150%;
	}
	.hero-slider .hero-slide-item
	{
		padding-top: 120px;
		padding-bottom: 60px;
	}
	.slide-num-holder
	{
		z-index: 1;
		display: none;
	}
	#resheight
	{
		height: 170px;
	}
	#resheight-1
	{
		height: 170px;
	}
	.left-bar .left-bar-content
	{
		margin-bottom: 10px;
	}
	#project-section .project-gallery .grid-item
	{
		width: 50%;
	}
	#mappadding
	{
	padding-right: 0px;
	padding-left: 0px;
	}
	.media-heading a
	{
		font-size: 21px;
	}
	.mybtn2
	{
	width: 100px !important;
	color: #ffffff !important;;
	}
	#testimonials
	{
		height: 580px;
	}
	.set-bg {
    background-size: contain;
    background-repeat: no-repeat;
	}
	.hero-section, .hero-slider .hero-slide-item
	{
		height: 270px;
	}
	p {
    font-size: 13px;
    color: #3e3b3b;
    line-height: 150%;
	}
	h2 {
    font-size: 24px;
	}	
	h4 {
    font-size: 14px;
	}	
	#copyright p {
    font-size: 12px;
    color: #aeaeae;
	padding-top: 0px !important;
	}	
	
}

@media only screen and (max-width: 480px)
{		
	.logo-area
	{
		padding: 0px;
	}
	.logo-area img
	{
		width: 100%;
		max-width: 100px;
	}
	.logo-area1
	{
		padding: 0px;
		padding-top: 10px;
	}
	.logo-area1 img
	{
		width: 100%;
		max-width: 100px;
	}
	.header-area 
	{
		background-color: #629225;
		padding-right: 0px;
		padding-top: 5px;
    	padding-bottom: 5px;
	}
	.nav-menu
	{
		width: 300px;
		left: -110px;
		background: rgba(0, 0, 0, 0.8);
		top: 64px;
		text-align: left;
	}
	.service-wrapper
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	#project-section .project-gallery .grid-item
	{
		width: 50%;
	}
	#mappadding
	{
	padding-right: 0px;
	padding-left: 0px;
	}
	.hero-slider .owl-nav
	{
		top: 260px;
		left: -60px;
		display: none;
	}
	.slide-content h2
	{
		font-size: 20px;
	}
	.hero-slider .hero-slide-item
	{
		padding-top: 120px;
		padding-bottom: 60px;
	}
	.slide-num-holder
	{
		z-index: 1;
		display: none;
	}
	#resheight-1
	{
		display: none;
	}
	#resheight
	{
		height: 110px;
	}
	.nav-switch
	{
		top: 6px;
		width: 100%;
		text-align: center;
		right: 0;
	}
	.set-bg {
    background-size: contain;
    background-repeat: no-repeat;
	}
	.hero-section, .hero-slider .hero-slide-item
	{
		height: 220px;
	}
	p {
    font-size: 13px;
    color: #3e3b3b;
    line-height: 150%;
	}
	h2 {
    font-size: 24px;
	}	
	h4 {
    font-size: 13px;
	}
	#copyright p {
    font-size: 12px;
    color: #aeaeae;
	padding-top: 0px !important;
	}		
}




@media only screen and (max-width: 360px)
{
	.logo-area
	{
		padding: 0px;
	}
	.logo-area img
	{
		width: 100%;
		max-width: 100px;
	}
	.logo-area1
	{
		padding: 0px;
		padding-top: 10px;
	}
	.logo-area1 img
	{
		width: 100%;
		max-width: 100px;
	}
	.header-area 
	{
		background-color: #629225;
		padding-right: 0px;
		padding-top: 5px;
    	padding-bottom: 5px;
	}
	.nav-menu
	{
		width: 300px;
		left: -110px;
		background: rgba(0, 0, 0, 0.8);
		top: 64px;
		text-align: left;
	}
	.service-wrapper
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	#project-section .project-gallery .grid-item
	{
		width: 50%;
	}
	#mappadding
	{
	padding-right: 0px;
	padding-left: 0px;
	}
	.hero-slider .owl-nav
	{
		top: 260px;
		left: -60px;
		display: none;
	}
	.slide-content h2
	{
		font-size: 20px;
	}
	.hero-slider .hero-slide-item
	{
		padding-top: 120px;
		padding-bottom: 60px;
	}
	.slide-num-holder
	{
		z-index: 1;
		display: none;
	}
	#resheight-1
	{
		display: none;
	}
	#resheight
	{
		height: 110px;
	}
	.nav-switch
	{
		top: 6px;
		width: 100%;
		text-align: center;
		right: 0;
	}
	.set-bg {
    background-size: contain;
    background-repeat: no-repeat;
	}
	.hero-section, .hero-slider .hero-slide-item
	{
		height: 150px;
	}
	p {
    font-size: 13px;
    color: #3e3b3b;
    line-height: 150%;
	}
	h2 {
    font-size: 24px;
	}	
	h4 {
    font-size: 13px;
	}	
	#copyright p {
    font-size: 12px;
    color: #aeaeae;
	padding-top: 0px !important;
	}
	#logo{
	max-width: 100px;	
	}	
}

@media only screen and (max-width: 320px)
{
	.logo-area
	{
		padding: 0px;
	}
	.logo-area img
	{
		width: 100%;
		max-width: 100px;
	}
	.logo-area1
	{
		padding: 0px;
		padding-top: 10px;
	}
	.logo-area1 img
	{
		width: 100%;
		max-width: 100px;
	}
	.header-area 
	{
		background-color: #629225;
		padding-right: 0px;
		padding-top: 5px;
    	padding-bottom: 5px;
	}
	.nav-menu
	{
		width: 300px;
		left: -110px;
		background: rgba(0, 0, 0, 0.8);
		top: 55px;
		text-align: left;
	}
	.service-wrapper
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	#project-section .project-gallery .grid-item
	{
		width: 50%;
	}
	#mappadding
	{
	padding-right: 0px;
	padding-left: 0px;
	}
	.hero-slider .owl-nav
	{
		top: 260px;
		left: -60px;
		display: none;
	}
	.slide-content h2
	{
		font-size: 20px;
	}
	.hero-slider .hero-slide-item
	{	
		padding-top: 120px;
		padding-bottom: 60px;
	}
	.slide-num-holder
	{
		z-index: 1;
		display: none;
	}
	#resheight
	{
		height: 0px;
	}
	#resheight-1
	{
		display: none;
	}
	.nav-switch
	{
		top: 3px;
		width: 100%;
		text-align: center;
		right: 0;
	}
	.set-bg {
    background-size: contain;
    background-repeat: no-repeat;
	}
	.hero-section, .hero-slider .hero-slide-item
	{
		height: 150px;
	}
	p {
    font-size: 13px;
    color: #3e3b3b;
    line-height: 150%;
	}
	h2 {
    font-size: 24px;
	}	
	h4 {
    font-size: 13px;
	}
	#copyright p {
    font-size: 12px;
    color: #aeaeae;
	padding-top: 0px !important;
	}	
	#logo{
	max-width: 75px;	
	}
}
