/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800&amp;display=swap');


/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html, body {
	height: 100%;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom: 15px;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom: 15px;
}
.aligncenter {
	display:block;
	margin:0 auto 15px;
}
a:focus {
	outline:0px solid;
}
img {max-width:100%;
	height:auto;
}
.fix {
	overflow:hidden;
}
p {
	margin:0 0 15px;
    color: #7e8ca0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito', sans-serif;
	margin: 0 0 15px;
	color: #151b2c;
    font-weight: 600;
}
h1{
	font-size: 48px;
	line-height: 50px;
		
}
h2{
	font-size: 38px;
	line-height: 46px;
		
}
h3{
	font-size: 30px;
	line-height: 38px;
		
}
h4{
	font-size: 24px;
	line-height: 34px;
		
}
h5{
	font-size: 20px;
	line-height: 30px;
		
}
h6{
	font-size: 16px;
	line-height: 28px;
		
}
a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
}
a:hover {
  color: rgb(0,169,75);
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
    color: #3d5368;
    text-decoration: none;
}
body {
	background: #fff none repeat scroll 0 0;
	color: #7e8ca0;
   font-family: 'Nunito', sans-serif;
	font-size: 15px;
	text-align: left;
	overflow-x: hidden;
	line-height: 26px;
}
#scrollUp {
    bottom: 30px;
    font-size: 20px;
    line-height: 48px;
    right: 30px;
    width: 44px;
    background-color: rgb(0,169,75);
    color: #fff;
    text-align: center;
    height: 44px;
    border-radius: 3px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
#scrollUp:hover {
    bottom: 35px;
    transition-duration: 500ms;
}
.clear{
	clear:both;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
	-moz-appearance: none;
	box-shadow: none !important;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
div#preloader { 
	position: fixed;
	left: 0; 
	top: 0; 
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url('img/logo/preloader.gif') no-repeat center center;
}
.navbar-collapse {
    padding-left: 0px;
}
::-moz-selection {
    background: rgb(0,169,75);
    text-shadow: none;
}
::selection {
    background: rgb(0,169,75);
    text-shadow: none;
}
.bg-color{
    background:#fafafa;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.area-padding{
	padding: 100px 0px;
}
.area-padding-2{
	padding: 100px 0px 70px;
}
.area-padding-3{
	padding: 100px 0px 50px;
}
.section-headline {
    padding-bottom: 40px;
    position: relative;
}
.section-headline.review-head {
    padding-bottom: 20px;
}
.section-headline h3 {
    font-size: 40px;
    line-height: 46px;
}
.section-headline p {
    font-size: 15px;
    max-width: 510px;
    margin: 0px auto;
}
.white-headline h2{
   color:#fff; 
}
.section-headline h4 .color {
    color: rgb(0,169,75);
    font-weight: 600;
}
.mar-row{
    margin-top: 50px;
}
.color{
   color:rgb(0,169,75); 
}
.load-more-btn {
    text-transform: uppercase;
    background: rgb(0,169,75);
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    margin-top: 30px;
    border-radius: 3px;
    width: 200px;
	transition: 0.4s;
	border:2px solid rgb(0,169,75);
}
.load-more-btn:hover{
    background: #fff;
	border:2px solid rgb(0,169,75);
    color: rgb(0,169,75);
	transition: 0.4s;
}
.text-bold {
    font-weight: 800;
}
.simple-text{
    font-weight: 400;
}
.big-btn {
    width: 160px !important;
    font-size: 18px !important;
    padding: 15px 20px !important;
}
.big-btn:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}
.color-text{
    color: rgb(0,169,75)
}
/*--------------------------------*/
/*  2. Header top Area
/*--------------------------------*/
.topbar-right ul li {
    display: inline-block;
}
.topbar-area {
    background:transparent;
}
.topbar-right ul li a {
    color: #ddd;
    display: block;
    font-weight: 600;
    margin-right: 20px;
    padding: 12px 0;
    text-decoration: none;
    font-size: 16px;
}
.topbar-right ul li a i {
    color: rgb(0,169,75);
    font-size: 16px;
    padding-right: 7px;
}
.topbar-right {
    position: relative;
    display: block;
    float: right;
}
.top-social {
    float: left;
    padding: 11px 0px;
    margin-left: 10px;
}
.top-social ul li{
    display: inline-block;
}
.top-social ul li a {
    color: #ddd;
    margin-right: 5px;
    display: block;
    text-align: center;
    font-size: 15px;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    line-height: 26px;
}
.top-social ul li a:hover{
	color:#fff;
	background: rgb(0,169,75);
}
.quote-button {
    float: left;
}
.quote-button .quote-btn {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: rgb(0,169,75);
    display: inline-block;
    border: 1px solid rgb(0,169,75);
    padding: 11px 20px;
    margin: 0px;
    transition: 0.4s;
}
.quote-button .quote-btn:hover {
	background: transparent;
	color: rgb(0,169,75);
    transition: 0.4s;
}
/*----------------------------------------*/
/*  2.1 Header Bottom Area 
/*----------------------------------------*/
.header-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}
.header-area{
	background:transparent;
}
.logo {
    display: block;
}
.logo a {
    display: inline-block;
    height: auto;
    padding: 20px 0;
}
.center-bg {
    display: block;
    background: #fff;
    padding: 0px 20px 0px 0px;
}
.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}
.main-menu ul.navbar-nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 33px 18px;
    text-transform: capitalize;
    position: relative;
}
.main-menu ul.nav > li> a::after {
    color: #fff;
    content: "\e64b";
    font-family: themify;
    font-size: 11px;
    position: absolute;
    right: 2px;
    top: 34px;
}
.main-menu nav ul li:hover a, 
.main-menu ul.nav > li:hover a::after {
    color: rgb(0,169,75);
}
.main-menu ul.nav li:nth-child(6) a:after{
	display:none;
}
.main-menu ul.navbar-nav li.active a:focus {
    color: #fff;
}
.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: rgb(0,169,75);
    position: relative;
    z-index: 9999999;
}
.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color:#fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    width: 200px;
    z-index: -99;
	padding: 10px 0px;
    border-radius: 3px;
}
.pagess {
    position: relative;
}
.navbar.navbar-default {
    float: right;
}
.main-menu ul.nav li ul.sub-menu li {
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu ul.nav li:hover ul.sub-menu{
    top:100%;
    opacity:1;
    z-index:999;
    visibility:visible;
}
.main-menu ul.nav li ul.sub-menu li a {
    color: #3d5368;
    display: block;
    font-size: 15px;
    padding: 5px 20px;
}
.main-menu ul.nav li ul.sub-menu li a span{
    color: rgb(0,169,75);
}
.main-menu ul.nav li a:hover,
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
    color:rgb(0,169,75);
}
.header-right-link {
    float: right;
    width: 115px;
    padding: 30px 0px;
    margin-left: 150px;
    text-align: right;
}
.s-menu {
    padding: 10px 25px;
    border: 1px solid rgb(0,169,75);
    background: rgb(0,169,75);
    color: #fff;
    transition: 0.4s;
    font-size: 17px;
    font-weight: 600;
    border-radius: 3px;
}
.s-menu:hover {
    background: transparent;
	color:rgb(0,169,75);
    transition: 0.4s;
}
.header-area.stick  .header-right-link {
    padding: 27px 0px;
}
.logo a.black-logo {
    display: none;
}
.header-border {
    background: transparent;
    box-shadow: none;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.header-center {
    border-right: 1px solid rgba(255,255,255,0.1);
    border-left: 1px solid rgba(255,255,255,0.1);
    padding: 0px 15px;
}
/*--------------------------------*/
/* 2.2. Sticky Header Area
/*--------------------------------*/
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0px 0px 3px #ddd, -2px -2px 3px #ddd;
    background: #fff;
}
.header-area.stick .logo a {
    display: inline-block;
    height: auto;
    padding: 17px 0;
}
.header-area.stick .main-menu ul.navbar-nav li a {
    padding: 30px 18px;
    color: #3d5368;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
    color: #3d5368;
    display: block;
    padding: 5px 15px;
}
.header-area.stick .main-menu ul.nav > li> a::after {
    color: #3d5368;
    top:32px;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover{
    color: rgb(0,169,75);
}
.header-area.stick .logo a.white-logo {
    display: none;
}
.header-area.stick .logo a.black-logo {
    display: block;
}
.header-area.stick .s-menu {
    border: 1px solid rgb(0,169,75);
    background: rgb(0,169,75);
    color: #fff;
    transition: 0.4s;
}
.header-area.stick .s-menu:hover{
    border: 1px solid rgb(0,169,75);
    background: #fff;
    color: rgb(0,169,75);
    transition: 0.4s;
}
.header-area.stick .header-center {
    padding: 0px;
}
/*----------------------------------------*/
/*  2.3. Mobile Menu Area
/*----------------------------------------*/
.mobile-menu-area {
    background: #fdfcfc none repeat scroll 0 0;
    padding: 10px 0px ;
}
.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.mean-container a.meanmenu-reveal:hover {
    color:rgb(0,169,75)
}
.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    background: #fdfcfc none repeat scroll 0 0;
    color: #3d5368;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    width: 90%;
}
.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}
.mean-container .mean-nav ul li a.mean-expand {
    color: #3d5368;
    line-height: 17px;
}
.mean-container .mean-nav ul li {
    width: 99.7%;
}
/*----------------------------------------*/
/*  3. Intro Area
/*----------------------------------------*/
.intro-area{
    position: relative;
    z-index: 1;
}
.intro-area::after{
    background-image: url('img/background/home.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.bg-wrapper img,
.intro-bg img{
	max-width: 100%;
	height: auto;
}
.intro-bg img{
	opacity: 1;
}
.intro-area .intro-bg{
    position: absolute;
    top: 0px;
    min-height: 500px;
    z-index: 2;
}
.display-table{
	width: 100%;
	height: 100%;
	display: table;
}
.display-table-cell{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.intro-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: -110px;
}
.slider-content {
    position: relative;
}
.layer-2 p {
    font-size: 18px;
    line-height: 28px;
    max-width: 600px;
    color: #ddd;
}
.layer-1 h2 {
    color: #fff;
    font-size: 64px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 20px;
    text-transform: capitalize;
    max-width: 700px;
}
.ready-btn {
    border: 1px solid rgb(0,169,75);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    padding: 10px 20px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    background: rgb(0,169,75);
    border-radius: 2px;
}
.ready-btn:hover{
    color: rgb(0,169,75);
    background: transparent;
    transition: all 0.4s ease 0s;
}
/*----------------------------------------
  4.Brand Area Css
----------------------------------------*/
.brand-area {
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 60px 0px;
}
/*--------------------------------*/
/* 5. welcome Services Area
/*--------------------------------*/
.well-services {
    background: #fff;
    text-align: center;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding: 40px 20px;
    overflow: hidden;
    border-radius: 3px;
    transition: 0.4s;
    z-index: 1;
    margin-bottom: 30px;
}
.well-services::before{
    position: absolute;
    content:"";
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
/*    background:url(img/about/wl.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.4s;
    opacity: 0;
    z-index: -1;
}
.well-services::after{
    position: absolute;
    content:"";
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(57,165,43,0.95) none repeat scroll 0 0;
    transition: 0.4s;
    opacity: 0;
    z-index: -1;
}
.big-icon {
    font-size: 60px;
    display: inline-block;
    line-height: 66px;
    color: rgb(0,169,75);
}
.main-wel {
    padding: 10px 0px 0px;
}
.wel-content h4 {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 0;
    padding: 0 0 10px;
    font-weight: 500;
}
.wel-content p {
    margin-bottom: 20px;
}
.well-services:hover .big-icon {
    transition: 0.4s;
    color: #fff;
}
.well-services:hover::before{
    transition: 0.4s;
    opacity:1; 
}
.well-services:hover::after{
    transition: 0.4s;
    opacity:1; 
}
.well-services:hover .wel-content h4,
.well-services:hover .wel-content p {
    color:#fff;
}
.service-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgb(0,169,75);
    color: #fff;
    position: absolute;
    right: 0;
}
.well-services:hover .service-btn{
    background: #fff;
    color: rgb(0,169,75);
}
/*--------------------------------*/
/* 6.About Area
/*--------------------------------*/
.about-area {
    position: relative;
}
.about-text {
    margin-top: 70px;
}
.about-image {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.about-text h3 {
    font-size: 40px;
    line-height: 46px;
}
.about-text li {
    display: block;
    position: relative;
}
.about-text ul li a {
    font-size: 16px;
    color: #888;
    padding: 10px 0px 10px 45px;
    display: block;
}
.about-text li::after {
    position: absolute;
    left: 0px;
    top: 10px;
    content: "\e64c";
    font-family: themify;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    font-size: 13px;
    color: #fff;
    background: rgb(0,169,75);
}
.ab-btn {
    padding: 6px 20px;
    border: 1px solid #ccc;
    background: #ccc;
    color: #151b2c;
    transition: 0.4s;
    font-size: 16px;
    font-weight: 600;
    border-radius: 1px;
    margin-top: 30px;
    display: inline-block;
}
.ab-btn:hover{
    border: 1px solid rgb(0,169,75);
    background: rgb(0,169,75);
    color: #fff;
    transition: 0.4s;
}
.margin-row {
    margin-top: 60px;
}
/*--------------------------------*/
/* 7 .Services Area
/*--------------------------------*/
.services-area{
    position: relative;
}
.single-services {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
    transition: 0.4s;
    padding: 0px 15px;
}
.service-images {
    font-size: 44px;
    line-height: 80px;
    color: rgb(0,169,75);
    transition: 0.4s;
    width: 70px;
    height: auto;
    float: left;
    text-align: center;
    margin-right: 15px;
}
.single-services .service-content h4 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 28px;
}
.single-services .service-content h4 a {
    color: #444;
}
.single-services:hover .service-content h4 a {
    color: rgb(0,169,75);
}
.single-services:hover .service-images{
	font-size: 46px;
	transition: 0.4s;
}
.single-services:hover{
    border:1px solid rgb(0,169,75);
    transition: 0.4s;
}
/*----------------------------------------*/
/* 8. Pricing area css
/*----------------------------------------*/
.pricing-area{
    position: relative;
}
.title-icon {
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 24px;
    display: inline-block;
    border: 1px solid rgb(0,169,75);
    color: rgb(0,169,75);
    border-radius: 3px;
    margin-bottom: 20px;
}
.table-list {
    transition: all 0.4s ease 0s;
    background: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    padding: 40px;
    margin-bottom: 30px;
}
.active-table{
    border: 1px solid rgb(0,169,75);
}
.top-price-inner {
    margin-bottom: 30px;
    z-index: 1;
    transition: all 0.4s ease 0s;
}
.top-price-inner h4 {
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    width: 100%;
}
.base {
    position: absolute;
    right: -37px;
    top: 33px;
    background: rgb(0,169,75);
    width: 180px;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #fff;
    transform: rotate(45deg);
}
span.users {
    color: rgb(0,169,75);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}
span.dolar {
    font-size: 24px;
    margin-right: 5px;
    position: relative;
    top: -17px;
    color: #6a7d91;
}
.prices {
    font-size: 40px;
    font-weight: 600;
    color: #151b2c;
    padding-right: 30px;
}
.table-list:hover{
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease 0s;
    border: 1px solid rgb(0,169,75);
}
.table-list ol li {
    color: #6a7d91;
    padding: 8px 0px;
    position: relative;
}
.table-list li.check.cross{
    position: relative;
}
.price-btn {
    margin-top: 30px;
}
.price-btn a {
    color: #151b2c;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    border-radius: 2px;
    font-weight: 600;
    font-size: 17px;
    padding: 8px 26px;
    background: #ccc;
    border: 1px solid #ccc;
    display: inline-block;
}
.table-list ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.price-btn a:hover {
    background: rgb(0,169,75);
    color: #fff;
    border: 1px solid rgb(0,169,75);
    transition: all 0.4s ease 0s;
}
.table-list ol {
    margin-top: 10px ;
}
.table-list li.check::before {
    content: "\e64c";
    font-family: themify;
    font-size: 18px;
    position: absolute;
    right: 0%;
    top: 9px;
    color: rgb(0,169,75);
    font-weight: 300;
}
.table-list li.check.cross::before {
    content: "\e646";
    font-family: themify;
    color: #FF5B5B;
}
/*--------------------------------*/
/*  9. projects Area
/*--------------------------------*/
.single-awesome-project {
    float: left;
    overflow: hidden;
    width: 100%;
}
.project-all{
    margin-top: -40px;
}
.project-all .single-awesome-project {
    margin-top: 30px;
}
.project-carousel .col-md-4{
	width: 100%;
}
.awesome-img{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.awesome-img img{
    transform: scale(1.1);
    transition: 0.4s;
}
.single-awesome-project:hover .awesome-img img{
    transform: scale(1);
    transition: 0.4s;
}
.awesome-img > a {
    display: block;
    position: relative;
}
.single-awesome-project:hover .awesome-img > a::after{
    opacity: 1;
}
.single-awesome-project:hover .add-actions{
    opacity: 1;
}
.awesome-img > a::after {
    background: rgba(0,0,0,0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}
.add-actions {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index:4;
    top: 0;
    cursor: pointer;
}
.port-icon {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    top: 41%;
    position: relative;
    font-size: 40px;
}
.project-dec {
    display: block;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: none;
}
.project-dec h4 {
    color: #151b2c;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
}
.project-dec h4::after {
    position: absolute;
    content: "\e649";
    right: 40px;
    top: 0px;
    font-family: themify;
    font-size: 20px;
    transition: 0.5s;
    width: 50px;
    height: 30px;
    border: 1px solid rgb(0,169,75);
    background: rgb(0,169,75);
    color: #fff;
    text-align: center;
    line-height: 27px;
    opacity: 0;
     transition: 0.5s;
}
.single-awesome-project:hover .project-dec h4::after {
    right: 0px;
    opacity: 1;
    transition: 0.5s;
}
.project-dec p{
	margin-bottom: 0px;
}
.pst-content {
    padding-left: 10px;
}
.single-awesome-project:hover .project-dec h4 {
    color:rgb(0,169,75);
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 39px;
    opacity: 0;
    border:1px solid #fff;
    width: 40px;
    height: 40px;
	border-radius: 50%;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: rgb(0,169,75);
    border: 1px solid rgb(0,169,75);
}
/*----------------------------------------
 10.Reviews Area Css
----------------------------------------*/
.reviews-area{
    position: relative;
}
.reviews-area{
    position: relative;
}
.single-testi {
    margin: 0px 0px 40px;
}
.clients-text {
    padding: 30px 30px;
    position: relative;
    background-color: #fff;
    border:1px solid #f5f5f5;
    border-radius: 4px;
}
.testi-img {
    position: relative;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
}
.testi-img img {
    max-width: 80px;
    height: auto;
    border-radius: 50px;
    border: 1px solid #ccc;
    float: left;
    margin-right: 20px;
}
.guest-details {
    margin-top: 20px;
}
.Reviews-content {
    margin-bottom: 15px;
}
.testimonial-carousel .active.center .single-testi .clients-text{
    border: 1px solid rgb(0,169,75);
}
.testi-text h4 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 0px;
    line-height:20px; 
}
.guest-rev {
    font-weight: 400;
}
.testi-text p {
    margin-bottom: 0px;
}
.client-rating {
    margin-bottom: 15px;
}
.testi-text span a{
    color:rgb(0,169,75);
}
.testi-text h5 {
    color: #6a7d91;
    font-size: 20px;
}
.client-rating a {
    display: inline-block;
    color: #fec731;
    font-size: 20px;
    padding: 0px 5px 0px 0px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot > span {
    background: #3d5368 none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    -moz-transition:0.4s;
    -webkit-transition:0.4s;
    -o-transition:0.4s;
    -ms-transition:0.4s;
    transition:0.4s;
    border-radius: 50%;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: -20px;
    display: block;
    left: 50%;
    margin-left: -40px;
    position: absolute;
}
.testimonial-content {
    margin-bottom: 15px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 3px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
    background: rgb(0,169,75);
    width: 30px;
    border-radius: 3px;
}
/*----------------------------------------*/
/* 11. Overview Area
/*----------------------------------------*/
.overview-text h3 {
    font-size: 40px;
    line-height: 46px;
}
.overview-content{
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.overview-content::after {
    position: absolute;
    right: -230px;
    top: 20px;
    width: 470px;
    height: 100%;
    content: "";
    background: rgba(57,165,43,0.85) none repeat scroll 0 0;
    transform: rotate(45deg);
}
.overview-content .video-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -50px;
    text-align: center;
    z-index: 9;
}
.overview-content .video-play.vid-zone {
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    height: 80px;
    width: 80px;
    overflow: hidden;
    transition: 0.4s;
    border: 1px solid #fff;
}
.overview-content .video-play.vid-zone i {
    color: rgb(0,169,75);
    font-size: 28px;
    line-height: 78px;
}
.overview-content .video-play.vid-zone:hover{
    background: #fff;
}
/*----------------------------------------*/
/*  12. banner Area
/*----------------------------------------*/
.banner-area {
    position: relative;
}
.banner-btn {
    border: 1px solid rgb(0,169,75);
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    background: rgb(0,169,75);
    border-radius: 1px;
}
.banner-btn:hover{
    background: transparent;
    border: 1px solid rgb(0,169,75);
    color:rgb(0,169,75);
}
.banner-content h3 {
    color: #151b2c;
    font-size: 40px;
    max-width: 840px;
    line-height: 46px;
    font-weight: 600;
    margin: 0 auto 30px;
}
.banner-content {
    overflow: hidden;
    padding: 0px 40px;
}
/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/
.footer-area {
    padding: 90px 0;
    background: #051b35;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-head h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 600;
}
.footer-icons ul li {
    display: inline-block;
}
.footer-icons ul li a {
    color: #c3c5c8;
    display: block;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    margin-right: 5px;
    width: 34px;
    height: 34px;
	border-radius: 2px;
    transition: 0.4s;
}
.footer-tags li a:hover,
.footer-icons ul li a:hover{
    color: #fff;
    background: rgb(0,169,75);
    transition: 0.4s;
}
.footer-tags {
    display: block;
    overflow: hidden;
}
.footer-tags li {
    float: left;
}
.footer-tags li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 5px;
}
.footer-icons {
    margin-top: 15px;
}
.footer-list {
    width: 50%;
    float: left;
}
.subs-feilds {
    background: #04172e;
    padding: 40px 20px;
    border-radius: 3px;
}
.suscribe-input {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.suscribe-input input {
    border: medium none;
    color: #c3c5c8;
    font-size: 15px;
    line-height: 24px;
    padding: 6px 15px;
    height: 46px;
    border-radius: 0;
    width: 64%;
    float: left;
    background: #051b35;
}
.suscribe-input button {
    background: rgb(0,169,75);
    border: none;
    color: #fff;
    font-size: 17px;
    padding: 10px 5px;
    width: 36%;
    font-weight: 600;
    height: 46px;
    border-left: 1px solid rgb(0,169,75);
}
.footer-list li a {
    color: #c3c5c8;
    padding: 7px 0px 7px 20px;
    display: block;
    position: relative;
    font-weight: 500;
}
.footer-list li a:first-child{
	padding-top: 0px;
}
.footer-list li a::after {
    position: absolute;
    content: "";
    right: auto;
    top: 12px;
    width: 5px;
    height: 5px;
    background: #c3c5c8;
    left: 0;
}
.footer-head p{
    color:#c3c5c8;
}
.footer-list li a:hover,
.footer-list li a:hover::after{
    color: rgb(0,169,75);
}
.footer-list li a:hover::after{
    background: rgb(0,169,75);
}
.footer-area-bottom {
    background: #04172e none repeat scroll 0 0;
    padding: 25px 0;
}
.copyright-text a:hover{
	text-decoration: underline;
	color:rgb(0,169,75);
}
.copyright-text a {
    color: rgb(0,169,75);
}
.copyright > p {
    margin-bottom: 0;
    color: #f5f5f5;
}
.copyright a {
    color: #f5f5f5;
}
/*----------------------------------------*/
/*  14.	Home Area 02 CSS
/*----------------------------------------*/
.topbar-area-2 {
    background: rgba(0,0,0,0.4);
}
.intro-area-2 .layer-1 h2 {
    font-size: 54px;
    line-height: 64px;
}
.intro-area-2 .intro-content {
    margin-top: -140px;
}
.slider-all-text {
    background: rgba(211,210,215,0.3);
    padding:40px;
    border-radius: 4px;
}
.intro-area-2 .slide-img {
    margin-right: 40px;
}
.intro-area-2 .ready-btn:hover {
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.4s ease 0s;
    background:transparent;
}
.first-content .about-images {
    margin-right: 40px;
}
.second-content .about-images {
    margin-left: 40px;
}
.about-area-2 .about-text {
    margin-top: 40px;
}
/*----------------------------------------*/
/*  14.1. Counter overview Area
/*----------------------------------------*/
.view-single {
    width: 50%;
    float: left;
    text-align: center;
}
.view-inter {
    border: 1px solid #f5f5f5;
    padding: 40px 30px;
    margin-left: 30px;
    margin-top: 30px;
    border-radius: 3px;
}
.view-inter span {
    font-weight: 600;
    font-size: 38px;
    line-height: 36px;
}
.overview-inner h3 {
    font-size: 40px;
    line-height: 46px;
}
.view-inter.blue {
    background: #1346e9;
}
.view-inter.green{
    background: #2fb819;
}
.view-inter.gray{
    background: #f3f3f3;
}
.view-inter.white{
    background: #fff;
}
.view-inter.blue h4,
.view-inter.blue span,
.view-inter.green h4,
.view-inter.green span {
    Color: #fff;
}
/*----------------------------------------*/
/*  14.2. Blog Area
/*----------------------------------------*/
.blog-image{
  overflow: hidden;
    display: block;
}
.image-scale {
    position: relative;
    transform: scale(1.1);
    display: block;
    transition: 0.5s;
}
.image-scale::after{
    position: absolute;
    content: "";
    background: rgba(0,46,91,0.10);
    width: 100%;
    height: 100%;
    left:0;
    top:0;
}
.blog-content a h4 {
    font-size: 22px;
    font-weight: 600;
    color: #444;
    line-height: 30px;
    margin-bottom: 10px;
}
.blog-category span {
    text-transform: uppercase;
    font-size: 13px;
    color: rgb(0,169,75);
    font-weight: 700;
}
.blog-content {
    border: 1px solid #ccc;
    padding: 20px;
    border-top: none;
}
.blog-title {
    margin-top: 10px;
}
.blog-details .blog-content a h4 {
    font-size: 24px;
    line-height: 32px;
}
.blog-meta {
    position: relative;
}
.blog-meta span {
    color: #666;
    font-size: 13px;
    font-weight: 600;
    margin-right: 10px;
}
.admin-type i, .date-type i, .comments-type i {
    color: rgb(0,169,75);
    margin-right: 5px;
}
.single-blog:hover .image-scale {
  transform: scale(1);
  transition: 0.5s;
}
.single-blog:hover .image-scale::after{
    background: rgba(0,46,91,0);
}
.single-blog {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.blog-grid-fast {
    margin-top: -30px;
}
.single-blog.b-mar{
    margin-top: 20px;
}
.blog-content a h4:hover{
    color:rgb(0,169,75);
}
/*----------------------------------------*/
/*  15.	Home page 03  CSS
/*----------------------------------------*/
.header-area-2{
    background: rgba(0,0,0,0.4);
}
.intro-area-3 .intro-content {
    margin-top: -140px;
}
.intro-area-3 .slider-all-text {
    background: transparent;
}
.intro-area-3 .layer-1 h2 {
    max-width: 740px;
    margin: 0 auto 20px;
}
.intro-area-3 .layer-2 p {
    max-width: 700px;
    margin: 0 auto 20px;
}
/*----------------------------------------*/
/*  16. Breadcumbs Area
/*----------------------------------------*/
.page-area {
    margin-top: 30px;
    position: relative;
    /*z-index: 1;/*/
    
}
.page-area {
    background: url(img/background/home.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.page-area::after{
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    content: "";
    left:0;
    top: 0;
    width:100%;
    height: 200px;
    z-index: -1;
}
.breadcrumb .section-headline {
    text-align: center;
    padding-bottom: 10px;
}
.page-area .section-headline::after {
    display: none;
}
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 80px 0px 50px;
}
.breadcrumb h3 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    position: relative;
    margin-bottom: 0px;
}
.breadcrumb .section-headline {
    text-align: center;
}
.breadcrumb ul li {
    display: inline-block;
    color: #f5f5f5;
    padding: 0px 10px 0px 20px;
    position: relative;
    font-size: 16px;
}
.breadcrumb ul li.home-bread{
    padding-left: 0px;
}
.breadcrumb ul li.home-bread::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -10px;
    top: 0;
}
.project-page-area .single-awesome-project {
    margin-bottom: 30px;
}
.pages-blog .blog-content a h4 {
    margin-bottom: 15px;
}
.review-page-area .clients-text {
    border: 1px solid rgb(0,169,75);
}
/*----------------------------------------*/
/*  17.	About page area  CSS
/*----------------------------------------*/
.counter-area{
    position: relative;
    background:url(img/background/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
    z-index: 1;
}
.counter-area::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left:0;
    top:0;
	z-index: -1;
}
.fun_text {
    padding: 25px 10px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid rgb(0,169,75);
    width: 240px;
    margin: 0 auto;
    margin-top: 30px;
}
.fun_text span {
    color: #fff;
    display: block;
    font-size: 34px;
    padding-bottom: 10px;
    line-height: 40px;
}
.fun_text > h4 {
    color: #fff;
    font-size: 17px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.fun_text span.counter-icon {
    color: #fff;
    font-size: 60px;
    margin-bottom: 10px;
    line-height: 60px;
}
/*----------------------------------------*/
/*  18. Team Area css
/*----------------------------------------*/
.team-pages .team-member {
    margin-top: -30px;
}
.single-member {
    margin-bottom:30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
}
.team-hover {
    padding: 15px 0 0px;
    text-align: center;
    transition: all 0.4s ease 0s;
}
.single-member .team-img {
    display: block;
    position: relative;
}
.single-member .team-img a {
    display: block;
}
.team-content {
    position: absolute;
    top:50%;
    content:"";
    left:0;
    right:0;
    transition: 0.5s;
    opacity:0;
    margin-top: -70px;
}
.team-content h4 a {
    color: #fff;
}
.team-content p {
    margin-bottom: 0;
    color: #ddd;
}
.team-content h4 {
    font-size: 24px;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: 600;
}
.team-content .social-icon{
  margin-top: 15px;
}
.social-icon li{
    display: inline-block;
    margin: 0px 2px;
}
.social-icon li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid rgb(0,169,75);
    background: rgb(0,169,75);
    color: #fff;
    border-radius: 3px;
    font-size: 18px;
    text-align: center;
    line-height: 39px;
}
.social-icon li a:hover{
    border:1px solid #fff;
    color:rgb(0,169,75);
	background: #fff;
}
.single-member .team-img::after{
    background: rgba(0,0,0,0.80) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top:0;
    opacity:0;
    transition: 0.5s;
	box-shadow: 2px 2px 20px #ddd;
}
.team-pages .single-member {
    margin: 30px 20px 30px;
}
.single-member:hover .team-img::after{
    opacity:1;
}
.single-member:hover .team-content {
    opacity: 1;
}
/*----------------------------------------*/
/*  19. FAQ  Area
/*----------------------------------------*/
.company-faq {
    display: block;
    overflow: hidden;
}
.faq-details .panel-heading {
    padding: 0;
}
.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 4px;
}
.panel-default {
    border-color: #f5f5f5;
    border-radius: 0 !important;
}
.panel-group .panel+.panel {
    margin-top: 30px;
}
.panel-default > .panel-heading {
    color: #444;
    background: transparent;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border:none;
    background: transparent;
}
.faq-details h4.check-title a {
    color: #444;
    display: block;
    font-weight: 500;
    padding: 10px 10px 10px 70px;
    text-decoration: none;
    background: transparent;
}
.panel-body {
    padding: 15px 15px 0px 70px;
}
.panel-body p {
    color: #444;
}
.faq-details h4.check-title {
    color: rgb(0,169,75);
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.faq-details .panel-heading h4 a{
    position: relative;
}
.faq-details .panel-heading h4 a::before {
    color: #fff;
    content: "\e61a ";
    font-family: themify;
    font-size: 24px;
    left: 0px;
    line-height: 54px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 50px;
    height: 100%;
    background: rgb(0,169,75);
}
.faq-details .panel-heading h4 a.active::before {
    color: #fff;
    content: "\e622";
    font-family: themify;
    font-size: 24px;
    left: 0px;
   line-height: 46px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 50px;
    height: 100%;
}
.faq-details .panel-heading h4 a.active {
    color: rgb(0,169,75);
}
.faq-area .col-md-6{
	padding-left: 0px;
	padding-right: 0px;
}
.faq-area .faq-content {
    margin-left: 80px;
    padding:30px;
    border-radius: 2px;
	border:1px solid rgb(0,169,75);
}
.faq-area .contact-form input[type="text"], .faq-area .contact-form input[type="email"] {
    border: 1px solid #ddd;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
    background: transparent;
     color: #ddd;
}
.faq-content h4{
	color:#444;
	padding-bottom: 20px;
}
.faq-area .faq-content .contact-form textarea#message {
    height: 135px;
    background: transparent;
    color: #ddd;
     border: 1px solid #ddd;
    border-radius: 0;
}
.faq-area .quote-btn {
    font-weight: 600;
    color: #fff;
    background: rgb(0,169,75);
    display: inline-block;
    border: 1px solid rgb(0,169,75);
    padding: 10px 20px;
    width: 134px;
    text-transform: capitalize;
    border-radius: 3px;
    transition: 0.4s;
    margin-top: 10px;
    font-size: 18px;
}
.faq-area .quote-btn:hover{
	background: transparent;
	border: 1px solid rgb(0,169,75);
	color: rgb(0,169,75);
	transition: 0.4s;
}
/*----------------------------------------*/
/*  20. Blog Sidebar Area
/*----------------------------------------*/
.blog-left-content {
    margin-right: 30px;
}
.blog-page-area .single-blog {
    padding: 5px;
    background: #fff;
}
.blog-page-area .blog-content{
	padding: 10px 15px 20px;
}
.blog-search-option input {
    padding: 5px 15px;
    width: 80%;
    border: none;
    height: 56px;
    background: transparent;
}
.blog-search-option {
    margin-bottom: 30px;
    display: block;
    background: #fff;
    border: 1px solid rgb(0,169,75);
    border-radius: 3px;
}
.blog-search-option button {
    background: transparent;
    border: none;
}
.blog-search-option button i {
    line-height: 16px;
    font-size: 18px;
    padding: 0px 10px;
}
.blog-search-option button i:hover {
    color: rgb(0,169,75);
}
.left-blog h4 {
    position: relative;
    color: #3d5368;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    padding: 15px 0px;
    text-transform: capitalize;
}
.left-blog h4::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 70px;
    height: 1px;
    background: rgb(0,169,75);
}
.blog-left-content .blog-content::after{
    display: none;
}
.left-side {
    padding-right: 40px;
}
.right-side {
    padding: 30px;
    border: 1px solid #ccc;
}
.left-blog {
    overflow: hidden;
    padding-bottom: 20px;
}
.blog-category li,
.left-blog li {
    display: block;
    position: relative;
}
.left-blog ul li a {
    color: #3d5368;
    display: inline-block;
    font-size: 15px;
    padding: 7px 0px 7px 25px;
    text-transform: capitalize;
}
.blog-category ul {
    margin-top: 12px;
}
.left-blog ul li span {
    display: inline-block;
    border: 1px solid rgb(0,169,75);
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
    color: rgb(0,169,75);
    line-height: 24px;
}
.pst-content .date-type{
	font-size: 14px;
}
.blog-category ul li:after {
    position: absolute;
    content: "\e649";
    right: 5px;
    top: 8px;
    font-family: themify;
    color: #3d5368;
    font-size: 11px;
}
.popular-tag.left-blog ul li a:before {
    display: none;
}
.recent-single-post {
    display: block;
    overflow: hidden;
    padding: 15px 0px;
}
.recent-single-post:last-child {
    border-bottom: none;
}
.post-img {
    display: inline-block;
    float: left;
    padding-right:10px;
}
.left-blog .post-img a {
    display: block;
    border:1px solid #fafafa; 
}
.left-blog .post-img a img {
    border-radius: 4px;
}
.pst-content {
    padding-left: 100px;
}
.pst-content p{
	margin-bottom: 0px;
}
.pst-content p a:hover,.left-blog ul li a:hover {
    color: rgb(0,169,75);
}
.blog-page-area .blog-content {
    background: #f9f9f9;
}
.pst-content p a {
    color: #3d5368;
    font-size: 15px;
}
.blog-tags {
    padding: 1px 0;
}
.recent-single-post img {
	width: 100%;
    max-width: 80px;
	height: 80px;
    object-fit: cover;
    border-radius: 2px;
}
.left-blog li:last-child {
    border-bottom: 0 ;
}
.popular-tag.left-side-tags.left-blog ul {
    padding:0px;
}
.left-tags .left-side-tags ul li {
    border-bottom: 0;
    display: inline-block;
    margin: 5px 3px;
}
.left-tags .left-side-tags ul li a {
    padding: 5px 10px;
    width: auto;
    background: #f4f5f4;
    color: #3d5368;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
}
.left-tags .left-side-tags ul li a:hover {
	color:#fff;
	background:rgb(0,169,75);
}
.left-side-tags h4 {
    margin-bottom: 15px;
}
.blog-side-area .blog-right-column{
	margin-top: -30px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0 0px;
    border-radius: 4px;
}
.pagination>li>a, 
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #3d5368;
    background-color: #f4f5f5;
    border: none;
    margin-left: -1px;
    border-radius: 2px;
}
.pagination>li {
    display: inline-block;
    margin: 0px 3px 0px 0px;
}
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus{
    z-index: 3;
    color: #fff;
    background-color: rgb(0,169,75);
    cursor: default;
    border-radius: 2px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: rgb(0,169,75);
    border-color: rgb(0,169,75);
    border-radius: 2px;
}
.adver-img {
    margin-top: 20px;
}
/*----------------------------------------*/
/*  21. Blog Details
/*----------------------------------------*/
.blog-post-wrapper{
    margin-right: 30px;
}
.comments-heading h3, h3.comment-reply-title {
    border-bottom: 1px solid #ddd;
    color: #3d5368;
    font-size: 18px;
    margin: 0 0 40px;
    padding: 0 0 5px;
    text-transform: capitalize;
}
.comments-list ul li{
    margin-bottom: 25px;
}
.comments-list-img{
    float: left;
    margin-right: 15px;
	border-radius: 50%;
	
}
.comments-list-img img {
    border-radius: 3px;
    border: 1px solid #ddd;
}
.comments-content-wrap {
    color: #3d5368;
    font-size: 14px;
    margin: 0 0 15px 90px;
    padding: 10px;
    position: relative;
}
blockquote {
    padding: 20px 40px 40px 80px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: none;
    font-style: italic;
    position: relative;
    background: #f5f5f5;
}
blockquote::before {
    position: absolute;
    top: 20px;
    left: 30px;
    content: "\f10d ";
    font-family: fontawesome;
    font-size: 34px;
    color: #3d5368;
}
blockquote p {
    font-size: 16px !important;
    line-height: 28px;
}
.author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
}
.comments-content-wrap span b{margin-right:5px}
.comments-content-wrap span a:hover{}
span.post-time{margin-right:5px}
.comments-content-wrap p {
    color: #3d5368;
    margin-top: 10px;
}
.threaded-comments{
	margin-left:50px
}
.comment-respond {
    margin-top: 20px;
}
span.email-notes{
	color: #3d5368;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}
.comment-respond p {
    color: #3d5368;
    margin-bottom: 5px;
}
.comment-respond input[type=text],
.comment-respond input[type=email]{
    border: 1px solid #ccc;
    border-radius: 0;
    height: 46px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
	background: transparent;
}
.comment-respond textarea#message-box{
    border: 1px solid #ccc;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
	height: 200px;
    width: 100%;
	background: transparent;
}
.comments-content-wrap span a {
    color: rgb(0,169,75);
}
.comments-content-wrap span a:hover {
    color: rgb(0,169,75);
}
.comment-respond .add-btn.contact-btn {
    background: rgb(0,169,75);
    color: #fff;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 20px;
    transition: 0.4s;
    border-radius: 2px;
    width: auto !important;
    margin-top: 20px;
    border: 1px solid rgb(0,169,75);
    text-transform: capitalize;
    font-weight: 600;
}
.comment-respond .add-btn.contact-btn:hover{
    background: #fff;
	color: rgb(0,169,75);
    border:1px solid rgb(0,169,75);
}
.blog-page-details .left-blog-page {
    margin-top:0px;
    margin-bottom:30px;
}
.single-post-comments,
.related-post{
    margin-top: 30px;
}
.left-head-blog .pst-content p{
	margin-bottom: 5px;
}
.blog-details .blog-content h4 {
    font-size: 22px;
    line-height: 34px;
}
.blog-details .blog-content h5 {
    font-size: 20px;
}
.blog-details .blog-content {
    border: 1px solid #f5f5f5;
}
.blog-details .blog-images img {
    width: 100%;
    height: 100%;
    max-height: 450px;
    object-fit: cover;
}
.blog-details .img-blog {
    margin: 30px 0px;
    width: 100%;
    height: 100%;
    max-height: 350px;
    overflow: hidden;
}
.related-post-list .recent-single-post {
    width: 50%;
    float: left;
    padding: 0px 20px 0px 0px;
}
.related-post-list .recent-single-post:last-child{
    padding: 0px 0px 0px 20px;
}
.blog-details .blog-meta {
    margin-bottom: 10px;
}
/*----------------------------------------*/
/* 22. Project Details page
/*----------------------------------------*/
.project-history {
    background: #f5f8fb;
    padding: 30px;
    margin-bottom: 30px;
}
.project-details h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.project-name ul li {
    color: #444;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    margin: 10px 0px;
}
.project-name span {
    padding-right: 15px;
    min-width: 110px;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
}
.project-inner {
    margin-bottom: 40px;
}
.project-details p {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 27px;
}
.project-image {
    margin-bottom: 30px;
    border:1px solid #ccc;
}
.project-new h4 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
}
.hire-btn {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin-top: 10px;
    transition: 0.5s;
    background: rgb(0,169,75);
    padding: 12px 20px;
    border: 1px solid rgb(0,169,75);
    border-radius: 2px;
    text-transform: capitalize;
}
.hire-btn:hover{
    color: rgb(0,169,75);
    transition: 0.5s;
    background: transparent;
    border: 1px solid rgb(0,169,75);
}
.last-content{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.none-padding-project .portfolio-menu {
    margin-bottom: 30px;
}
/*----------------------------------------*/
/* 23.Contact CSS
/*----------------------------------------*/
.contact-area {
    height: auto;
    width: 100%;
}
.contact-content {
    padding: 100px;
    background: #000 none repeat scroll 0 0;
}
.contact-content-right {
    padding:100px;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #3d5368;
    height: 46px;
    margin-bottom: 25px;
    padding-left: 20px;
    width: 100%;
}
.contact-form textarea#message {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #3d5368;
    height: 140px;
    padding: 20px;
    width: 100%;
}
.contact-form button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgb(0,169,75);
    color: #fff;
    display: block;
    font-size: 18px;
    margin-top: 16px;
    padding: 13px 24px;
    border-radius: 2px;
    transition: all 0.3s ease 0s;
    background: rgb(0,169,75);
}
.contact-form button[type=submit]:hover{
    color:rgb(0,169,75);
    border: 1px solid rgb(0,169,75);
    background: #fff;
    transition: all 0.3s ease 0s;
}
.single-icon i {
    font-size: 64px;
    line-height: 77px;
    margin-bottom: 20px;
    color:rgb(0,169,75);
}
.single-icon p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}
.contact-icon {
    margin-bottom: 50px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 30px;
    position: relative;
    z-index: 1;
}
.contact-icon::after{
    position: absolute;
    content: "";
    left:0;
    bottom:0;
    width: 80%;
    height: 2px;
    background: rgb(0,169,75);
    right: 0;
    margin: auto;
}
/*----------------------------------------*/
/* 24. Services Details
/*----------------------------------------*/
.page-head-left .single-page-head {
    margin-right: 40px;
    margin-bottom: 40px;
}
.page-head-right .single-page-head {
    margin-left: 40px;
    margin-bottom: 40px;
}
.single-services-page p {
    color: #666;
    margin-bottom: 0px;
}
.left-contact h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.left-menu li {
    display: block;
	margin: 2px 0px
}
.build-img .page-img {
    padding-bottom: 0;
}
.left-menu ul li.active a {
    color: rgb(0,169,75);
    position: relative;
}
.left-menu ul li a:hover {
    color: rgb(0,169,75);
}
.left-menu ul li a {
    color: #333;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
}
.left-menu ul li a:hover::after, .left-menu ul li.active a::after {
    position: absolute;
    left: 0;
    top: 8px;
    background: rgb(0,169,75);
    content: "";
    width: 1px;
    height: 70%;
}
.single-part{
    margin-bottom: 30px;
}
.single-part h4 {
    font-size: 26px;
    font-weight: 600;
}
.page-content h3 {
    font-weight: 600;
    padding: 15px 0 0;
}
.single-page {
    overflow: hidden;
}
.single-part h3 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 700;
}
.single-part.last-part p{
	margin-bottom: 0px;
}
.service-list li {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #444;
}
.service-list li::before{
    position: absolute;
    left: 0;
    content:"\f00c";
    font-family:fontawesome;
    top:0;
    color: rgb(0,169,75);
}
.single-page-head .service-btn{
    width: 100%;
    margin: 20px 0px 0px 0px;
}
.marker-list li {
    color: #777;
    padding-left: 30px;
    margin: 10px 0px;
    position: relative;
    font-size: 15px;
}
.marker-list li::after {
    position: absolute;
    content: "";
    left: 5px;
    top: 10px;
    background: rgb(0,169,75);
    width: 5px;
    height: 5px;
}
.feature-service {
    display: block;
    overflow: hidden;
}
.feature-service h5 {
    font-size: 20px;
    font-weight: 600;
}
.service-feature-inner{
	margin-bottom: 30px;
}
.single-services-page .panel-body {
    padding: 30px 15px 30px 45px;
}
.left-banner{
    position: relative;
}
.left-banner-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.78);
    text-align: center;
    padding: 125px 20px;
}
.left-banner-text h4 {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
}
.btn-left-banner {
    background: rgb(0,169,75);
    display: inline-block;
    padding: 10px 24px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    border-radius: 3px;
    transition: 0.4s;
    border: 1px solid rgb(0,169,75);
}
.btn-left-banner:hover{
    background: #0a27d5;
    color: #fff;
	transition: 0.4s;
    border: 1px solid #0a27d5;
}
.single-services-page .left-menu {
    background: #f5f8fb;
    padding: 20px 0px;
}
.page-head-right .left-menu ul li a:hover::after, .page-head-right .left-menu ul li.active a::after {
    right: 0;
    left: auto;
}
.single-services-page .panel-group{
    margin-bottom: 0px;
}
/*----------------------------------------*/
/*  25.	Animation  CSS
/*----------------------------------------*/
.last-item{
    margin-bottom: 0px;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}



p{
    color: #4d5156!important;
    font-size: 16px!important;
}




<style type="text/css">


    
/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
 
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
 
/* 
Extra small devices (portrait phones, less than 576px) 
*/
 /* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {  
  
    .owl-item{
        width: 172px!important;
        height: 77px!important;

    }

}
 
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  
  
    .owl-item{
        width: 172px!important;
        height: 77px!important;

    }

}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  

    .owl-item{
        width: 172px!important;
        height: 77px!important;

    }

}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 


}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  

   
}
 
 






</style>



























/*--------------------------------*/
/* .End CSS
/*--------------------------------*/