Google Fonts
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900');
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700");

body, html{
	height: 100%;
	width:100%;
}
body{
	font-size: 1rem;
	font-family:  "Montserrat", "Source Sans Pro", sans-serif;
}

/* ========== Universal Stylings ========== */
h1,h2,h3,h4,h5,h6{
	position: relative;
	font-family: "Montserrat", sans-serif;
}
h1{
	position: relative;
	font-size: 60px;
	font-weight: 900;
	text-transform: uppercase;
}
.bg-primary{
	background-color: #77bf00!important;
}
.text-inverse{
	color: #074052;
}
.text-primary{
	color: #77bf00!important;
}
.btn{
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	-ms-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}

.btn-primary{
	background-color: #77bf00;
	border-color: #77bf00;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	height: 43px;
	padding: 10px 20px;
	text-transform: uppercase;
}
img{
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	-ms-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}

.btn-primary:hover, .btn-primary:focus{
	background-color: #d8ca00 !important;
	border-color: #b0a94c !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4) !important;
}
.btn-capsul{
	border-radius: 0px;
}
i.box-circle-outline{
	border-color: inherit;
	border-width: 1px;
	border-style:solid;
	border-radius: 50%;
	height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}
i.box-circle-solid{
	background-color:#77bf00;
	border-radius: 50%;
    color: #fff;
    font-size: 22px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    width: 55px;
}
.text-underline-white:before{
	content:"";
	position: absolute;
	width:100px;
	height: 4px;
	left:50%;
	margin-left:-50px;
	background:#fff;
	bottom: -15px;
	border-radius: 10px;
}
.text-underline-rb-white:before{
	content:"";
	position: absolute;
	width:100px;
	height: 4px;
	left:0;
	background:#fff;
	bottom: -15px;
	border-radius: 10px;
}
.text-underline-primary:before{
	content:"";
	position: absolute;
	width:50px;
	height: 4px;
	left:50%;
	margin-left:-25px;
	background:#77bf00;
	bottom: -15px;
	border-radius: 10px;
}
.text-underline-rb-primary:before{
	content:"";
	position: absolute;
	width:100px;
	height: 4px;
	left:0;
	background:#77bf00;
	bottom: -15px;
	border-radius: 10px;
}
.bg-overlay:before{
	content:"";
	background:rgba(0,0,0,0.7);
	position: absolute;
	height: 100%;
	width:100%;
	left:0;
	top:0;
	z-index: -1;
}
.bg-overlay-light:before{
	content:"";
	background:rgba(0,0,0,0.4);
	position: absolute;
	height: 100%;
	width:100%;
	left:0;
	top:0;
	z-index: -1;
}
.parallax{
	background-attachment: fixed!important;
}
a.link_green{    
	font-size: 16px !important;
	font-weight: 600;
    color: #72b700 !important;
	text-decoration: none;
}
a:hover.link_green{    
	font-size: 16px !important;
    color: #72b700 !important;
	text-decoration: none;
}
.b_lg{
	background: #292929d0;
	text-align: left;
	color: #fff;
	padding: 10px;
    position: absolute;
	top:-55px;
	left:0px;
}
.b_l{
	background: #000;
	width: 66%;
	float: left;
	text-align: right;
	color: #fff;
	padding: 10px;
    position: absolute;
    left: -24%;
	top:-10px;
}
.b_r{
	background: #77bf00;
	width: 66%;
	float: right;
	text-align: left;
	padding: 10px;
	color: #000;
	position: absolute;
	right: -24%;
	top:-10px;
}
.b_m{
	width: auto;
	float: both;
	text-align: center;
	padding: 10px;
}
.text-black{
	color: #000;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.0) !important;  
}
.text-white{
	color: #fff !important; 
	text-shadow: 1px 1px 2px rgba(0,0,0,0.0) !important;  
}
a:hover.text-white {
	color: #000 !important;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.0) !important;  
}
.video {
    height: 0;
    position: relative;
    padding-bottom: 56.25%; /* Если видео 16/9, то 9/16*100 = 56.25%. Также и с 4/3 - 3/4*100 = 75% */
}
.video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.s-f {
	float: right;
	height: 50px;
	padding-top: 20px;
	padding-left: 10px;

  }
  .s-f .s-w {
	display: block;
	background: inherit;
	overflow: hidden;
	height: 30px;
	border-radius: 5px;
  }
  .s-f .s-w .s-b,
  .s-f .s-w .s-i {
	height: 30px;
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	outline: none;
  }
  .s-f .s-w .s-b {
	width: 30px;
	height: 30px;
	transition: all .6s ease;
	background: inherit;
	color: #eee;
  }
  .search-exp .s-f .s-w .s-b {
	background: #eee;
	color: #c9c9c9;
  }
  .s-f .s-w .s-i {
	transition: width .6s ease;
	width: 0;
	background: #eee;
	color: #666;
  }
  .search-exp .s-f .s-w .s-i {
	width: 140px;
	float: right;
  }
/* Tabs Card */

.project-tab {
    padding: 10% 2% 2%;
    margin-top: -8%;
}
.project-tab #tabs{
    background: #ccc;
    color: #737373;
}
.project-tab #tabs h6.section-title{
    color: #737373!important;
}
.project-tab .nav-tabs .nav-link:focus, .project-tab .nav-tabs .nav-link:hover{
	color: #77bf00!important;
}

.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #77bf00;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: bold;
}
.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #737373;
    font-size: 16px;
    font-weight: 600;
}
.project-tab .nav-link:hover {
    border: none;
}
.project-tab a{
    text-decoration: none;
    color: #333;
    font-weight: 600;
}
/* ========== arrow ========== */
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
   }
	40% {
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
   }
	60% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
   }
}
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
   }
	40% {
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
   }
	60% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
   }
}
@-ms-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
   }
	40% {
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
   }
	60% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
   }
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
   }
	40% {
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
   }
	60% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
   }
}

.encircle {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	border: solid 2px black;
	position: fixed;
	z-index: 1000;
	bottom: 0;
	right: 10%;
}
.arrow {
	margin: 0 auto;
	margin-top: 13px;
	width: 30px;
	height: 30px;
	background-image: url("images/arrow.png");
	background-size: contain;
}
.bounce {
	-webkit-animation: bounce 10s infinite;
	-moz-animation: bounce 10s infinite;
	-ms-animation: bounce 10s infinite;
	animation: bounce 10s infinite;
}
/* ========== About tabs ========== */
/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/* Tabs panel */
.tabbable-panel {
	border:1px solid #eee;
	padding: 10px;
  }
  
  /* Default mode */
  .tabbable-line > .nav-tabs {
	border: none;
	margin: 0px;
  }
  .tabbable-line > .nav-tabs > li {
	margin-right: 2px;
	width: 33%;
	font-size: x-large;
  }
  .tabbable-line > .nav-tabs > li > a {
	border: 0;
	margin-right: 0;
	color: #737373;
  }
  .tabbable-line > .nav-tabs > li > a > i {
	color: #a6a6a6;
  }
  .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
	border-bottom: 4px solid #00aa0e70;
  }
  .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
	border: 0;
	background: none !important;
	color: #333333;
  }
  .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
	color: #a6a6a6;
  }
  .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
	margin-top: 0px;
  }
  .tabbable-line > .nav-tabs > li.active {
	border-bottom: 4px solid #00aa0e;
	position: relative;
  }
  .tabbable-line > .nav-tabs > li.active > a {
	border: 0;
	color: #333333;
  }
  .tabbable-line > .nav-tabs > li.active > a > i {
	color: #404040;
  }
  .tabbable-line > .tab-content {
	margin-top: -3px;
	background-color: #fff;
	border: 0;
	border-top: 1px solid #eee;
	padding: 15px 0;
  }
  .portlet .tabbable-line > .tab-content {
	padding-bottom: 0;
  }
  
  /* Below tabs mode */
  
  .tabbable-line.tabs-below > .nav-tabs > li {
	border-top: 4px solid transparent;
  }
  .tabbable-line.tabs-below > .nav-tabs > li > a {
	margin-top: 0;
  }
  .tabbable-line.tabs-below > .nav-tabs > li:hover {
	border-bottom: 0;
	border-top: 4px solid #00aa0e70;
  }
  .tabbable-line.tabs-below > .nav-tabs > li.active {
	margin-bottom: -2px;
	border-bottom: 0;
	border-top: 4px solid #00aa0e;
  }
  .tabbable-line.tabs-below > .tab-content {
	margin-top: -10px;
	border-top: 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
  }
/* ========== Loader ========== */

.loaders {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex: 0 1 auto;
	flex-direction: row;
	flex-wrap: wrap;
}
.loaders .loader {
	box-sizing: border-box;
	display: flex;
	flex: 0 1 auto;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 25%;
	max-width: 25%;
	height: 200px;
	align-items: center;
	justify-content: center;
}
.loader {
	display: table;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 1200;
}
.loader-bg {
	background: #77bf00;
}
.loader-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.loader .ball-clip-rotate-pulse {
    left: 50%;
    position: absolute;
    top: 50%;
}

/* ========== Top Navigation ========== */
.top-nav {
   
	height: 86px;
	background-color: #2e2f30;
	/* -webkit-transition: all 500ms ease-in; 
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	-moz-transition: all 500ms ease-in;
	-ms-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	transition: all 500ms ease-in; */
}
.top-nav .navbar-nav li .nav-link {
    color: #fff;
    font-size: 12px;
    padding:10px 15px;
    font-weight: 300;
	text-transform: uppercase;
	width: 121px;
	height: 94px;
    /* -webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	-ms-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	transition: all 500ms ease-in; */
}
.top-nav .navbar-nav li:last-child .nav-link {
background:#77bf00;}
.nav-item:hover{

	background-color: #252526;
	height: 94px;
}
#tab.nav-item:hover{

	background-color: none;
	height:auto;
}
.project-tab .nav-tabs .nav-link:focus, .project-tab .nav-tabs .nav-link:hover{
	background-color: none !important;
	height:auto !important;
}

.top-nav .nav-item.active a.nav-link{
    /*border-bottom: 3px solid #77bf00;
    color:#77bf00 !important;
     -webkit-transition: all 500ms ease-in;
-moz-transition: all 500ms ease-in;
-ms-transition: all 500ms ease-in;
-o-transition: all 500ms ease-in;
transition: all 500ms ease-in; */
background-color: #252526;
}

.svg_img_nav {
	width: 36px;
	height: 36px;
	/* filter: invert(47%) sepia(45%) saturate(1578%) hue-rotate(91deg) brightness(170%) contrast(97%);
	filter: invert(27%) sepia(50%) saturate(2878%) hue-rotate(1006deg) brightness(1004%) contrast(97%); */
	display: block;
	text-align: center;
	margin: 10px auto 0px;
	font-size: 24px;
  } 
.top-nav .navbar-brand{
	font-size: 28px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
}

.main-logo img{
	padding: 5px;
width: 90px;
height: auto;
}
.main-logo, .main-logo:hover, .nav-item .main-logo:hover
{   
	border: 2px solid #fff;
	border-top: 0px;
	padding: 0px 20px;
	background-color: #252526;
	height: 100px;
}
 .top-nav .nav-item.active .svg_img_nav{
	/* filter: invert(27%) sepia(95%) saturate(1308%) hue-rotate(66deg) brightness(170%) contrast(57%); */
}
.dropdown-item:hover  >  li.nav-item > a:hover,
.dropdown-item:focus >  li.nav-item > a:focus{
	border-bottom: 3px solid #77bf00;
    color: #77bf00 !important;
}
.dropdown-item:focus, .dropdown-item:hover{
	background-color: #77bf00 !important;
}

/* ========== Intro Header ========== */
.intro{
	float: left;
	width:100%;
	display: flex;
	align-items:center;
	height:100%;
	position: relative;
	z-index: 1;
}
.intro.intro-small{
	height: 60%;
}
.intro-bg{
	background:url("images/bg-03.jpg");
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
}
.caption-container{
	width:50rem;
	margin:0 auto;
}
.caption-two-panel{
	display: flex;
	align-items:center;
}
.intro h1{
	font-weight: 700;
}
.intro h2{
	display: none;
}
.intro-caption .btn i{
	float: left;
	margin-right:15px;
}
.intro .carousel-item{
	height: 100vh;
}
.intro .carousel-item::before{
	content:"";
	background:rgba(0,0,0,0.3);
	position: absolute;
	width:100%;
	height: 100vh;
}
/* .intro  .carousel-caption{
	top:25%;
} */

/* ========== Who We Are ========== */

.info-section{
	float: left;
	width:100%;
	padding:5rem 0;
	position: relative;
	z-index: 1;
}
.info-section h2{
	font-weight: 700;
	font-size: 2.5rem;
}

.info-section .head-sec{
	float: left;
	width:100%;
}

.info-section h3{
	font-size: 1.4rem;
}
.info-section p {
    font-size: 14px;
    line-height: 1.3rem;
}
.info-section .box h2{
    font-size:24px;
    margin-bottom:20px;
    margin-top:0;
}

.info-section .box i{
    font-size:20px;
}
.info-section .box{
    display:flex;
}
.info-section .text-box{
    flex:1 1 0;
    text-align:left;
}
.info-section .icon-box{
    line-height: 1.2;
    width:70px;
}
.info-section .service-block-overlay{
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}
.info-section .service-block-overlay:hover{
	background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 90px rgba(0, 0, 0, 0.1);
    float: left;
    margin-top: -10px;
    position: relative;
    width: 100%;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}
.content-half{
    color:#fff;
}
.content-half ul{
    padding:0;
    list-style:none;
}
.content-half ul li{
    margin:15px 0;
    float:left;
    width:100%;
}
.content-half ul li i{
    float:left;
    font-size:30px;
    padding-top:10px;
    padding-bottom:10px;
}
.content-half ul li .list-content{
    float:left;
    margin-left:20px;
}
.content-half ul li strong{
    font-size:19px;
    font-weight:700;
}
.content-half .btn{
    margin-top:20px;
}
/*--- three Block Panel ---*/
.three-panel-block{
	float: left;
	width: 100%;
}
.three-panel-block i{
	font-size: 1.5rem;
	margin-bottom: 15px;
}
.three-panel-block i.box-round{
	border-color: inherit;
	border-width: 1px;
	border-style:solid;
	padding:16px;
	border-radius: 50%;
}

/*--- Two Block Panel ---*/
.two-panel-block{
	float: left;
	width: 100%;
}
.two-panel-block p{
	font-size:16px;
}


/*--- Two Block Panel ---*/
.four-panel-block{
	float: left;
	width:100%;
}

/* ========== Who We Are ========== */
.widget{
	float: left;
	width:100%;
	position: relative;
	z-index: 1;
}

/* ========== Copy Content Styles ========== */
.copy-content-sec{
	float: left;
	width:100%;
	padding:5rem 0;
	position: relative;
	z-index: 1;
}
.copy-container{
	display: flex;
	align-items: center;
}
.copy-content{
	float: left;
	width:100%;
}
.copy-content li i{
	float: left;
	width:30px;
	margin-top:5px;
	color: #5CB85C;
}
.banner {
	padding-top: 110px;
	padding-bottom: 110px;
	background-position: top;
	background-attachment: fixed;
background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	background-color: #77bf00!important;
  }
  .banner .content h2 {
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: 1.6px;
	line-height: 1.2;
  }

  .banner .content p {
	font-weight: 400;
	margin-bottom: 30px;
	font-size: 19px;
	line-height: 1.5;
  }
/* ========== Team Section ========== */

.team-section{
	float: left;
	width:100%;
	position: relative;
	z-index: 1;
	background-color:#fff;
}
.team-footer{
	float: left;
	width:100%;
	padding: 15px;
}
.team-footer h3{
	font-size: 1.5rem;
	text-transform: capitalize;
}
.member-box{
  width:100%;
  float:left;
  position:relative;
  overflow:hidden
}
.member-box:hover> img{
transform: scale(1.05);
transition:1s ease-in;  
}
.member-box img{
  transition:0.3s ease-in;  
}
.member-box.t-bottom .overlay-content{
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
}
.member-box.t-center .overlay-content{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
}
.member-box i.box-circle-solid{
	padding: 0;
	width:40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
/* style 1 */
.member-box.anim-lf .overlay-content{
  position:absolute;
  background-color:rgba(0,0,0,0.6);
  left:-100%;
  bottom:0;
  width: 100%;
  height:100%;
  transition:0.4s ease-in;
}
.member-box.anim-lf:hover>.overlay-content{
  left:0;
  transition:0.4s ease-in;
}
/* style 1 */
.member-box.anim-bt .overlay-content{
  position:absolute;
  background-color:rgba(0,0,0,0.6);
  bottom:-100%;
  width: 100%;
  height:100%;
  transition:0.6s ease-in;
}

.member-box.anim-bt:hover>.overlay-content{
  bottom:0;
  transition:0.4s ease-in;
}

/* ========== Testimonial Section ========== */
.testimonial-section{
	float: left;
	width:100%;
	position: relative;
	z-index: 1;
}
.testimonial-section .block-style-03 img{
	width:100px;
}

/* ========== Footer Section ========== */
.footer-section{
	float: left;
	width:100%;
	position: relative;
	z-index: 1;
}
.footer-section .list-box img {
    width: 70px;
}
.footer-section .list-box a.title{
	font-size: 14px;
	line-height: 0;
}
.footer-section .copy-text{
	font-size: 12px;
	border-top: 1px solid #555;
}
.social-box a.icoRss:hover {
	background-color: #F56505;
}
.social-box a.fa-box:hover {
	background-color:#3B5998;
}
.social-box a.tw-box:hover {
	background-color:#33ccff;
}
.social-box a.go-box:hover {
	background-color:#BD3518;
}
.social-box a.ld-box:hover {
	background-color:#007bb7;
}
ul.social-box {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-box li {
	display: inline;
	margin: 0 5px;
}
.social-box li a {
    background: #414344;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 30px;
}

.social-box li i {
	margin:0;
	line-height:30px;
	text-align: center;
}

.social-box li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-box i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

/* ========== Copy Content Styles ========== */
.copy-content-sec{
	float: left;
	width:100%;
	padding:5rem 0;
	position: relative;
	z-index: 1;
}
.copy-container{
	display: flex;
	align-items: center;
}
.copy-content{
	float: left;
	width:100%;
}
.copy-content li i{
	float: left;
	width:30px;
	margin-top:5px;
	color: #5CB85C;
}
.faq-box .card{
	border-color: #77bf00;	
	margin-top: 10px;
}
.faq-box .card-header{
	background-color: #77bf00;
	color: #fff;
}


/* ========== Price Table Styles ========== */
.price-section{
	float: left;
	width:100%;
	padding:5rem 0;
	position: relative;
	z-index: 1;
}
.price-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
}
.price-section .price-block{

}
.price-section .currency{
	font-size: 25px;
    vertical-align: super;
}
.price-section .price-count{
	font-size: 60px;
	line-height: 60px;
}
.price-section .price-block small{
	display: block;
	font-size: 15px;
}

/* ========== Contact Section ========== */
.contact-section{
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
.contact-section #map {
    display: block;
    width: 100%;
    height: 100%;
}

.contact-section #map {
    background: #fff;
    width:100%;
    height: 100%;
}
.contact-section .form-control{
	border-radius: 0;
}
.contact-section #map{
	height: 350px;
}

/* ========== Copy Footer Styles ========== */
.copy-footer{
	float: left;
	width:100%;
	font-size: 14px;
	background: #111;
}
.copy-footer a{
	color: #fff;
}
.copy-footer a:hover{
	text-decoration: underline;
}


/* ========== Responsive Stylings ========== */
@media (max-width: 991px){

	.container{
		width: 100%;
	}
	.intro .intro-box{
		padding-left: 0;
		margin-bottom: 0;
	}
	.intro .intro-box span{
		margin-right: 10px;
	}
	.intro .intro-box .list-item{
		width: 85%;
	}
	.intro h1{
	display: none;
}
	.intro h2{
	display: block;
}
	.content-half ul li i{
		font-size: 20px;
	}
	.content-half ul li .list-content{
		width:77%;
	}
	.content-half ul li strong{
		line-height: 0;
	}
	.testimonial-section .single-testimonial .carousel-item{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.widget h2 {
    	font-size: 1.5rem;
	}
	.widget .counter{
		line-height: 0;
		font-size: 1.7rem;
	}
	.widget .fa-3x{
		font-size: 2rem;
	}
	.widget .stat-content h4{
		font-size: 1.2rem;
	}
}

.btn-theme{background-color:#77bf00; color:#fff;}

/*Profile card 4*/
.card{
    border: 0px solid rgba(0,0,0,.125) !important;
}
.profile-card-4 .card-img-block{
    float:left;
    width:100%;
    height:150px;
    overflow:hidden;
}
.profile-card-4 .card-body{
    position:relative;
}
.profile-card-4 .profile {
    border-radius: 50%;
    position: absolute;
    top: -62px;
    left: 50%;
    width:100px;
    border: 3px solid rgba(255, 255, 255, 1);
    margin-left: -50px;
}
.profile-card-4 .card-img-block{
    position:relative;
}
.profile-card-4 .card-img-block > .info-box{
    position:absolute;
    background:rgba(0, 0, 0, 0.6);
    width:100%;
    height:100%;
    color:#fff;
    padding:20px;
    text-align:center;
    font-size:14px;
   -webkit-transition: 1s ease;
    transition: 1s ease;
    opacity:0;
}
.profile-card-4 .card-img-block:hover > .info-box{
    opacity:1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.profile-card-4 h5{
    font-weight:600;
    color:#292929;
}
.profile-card-4 p{
    font-weight:bolder;
    color:#77bf00;
}
.profile-card-4 .card-text{
    font-weight:300;
    font-size:15px;
}
.profile-card-4 .icon-block{
    float:left;
    width:100%;
}
.profile-card-4 .icon-block a{
    text-decoration:none;
}
.profile-card-4 i {
  display: inline-block;
    font-size: 16px;
    color: #77bf00;
    text-align: center;
    border: 1px solid #77bf00;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin:0 5px;
}
.profile-card-4 i:hover {
  background-color:#77bf00;
  color:#fff;
}
/* ========== Testimonial Section ========== */
 h2 {
	color: #333;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	margin: 30px 0 60px;
}
.head-box h2::before {
	content: "";
	width: 140px;
	position: absolute;
	margin: 0 auto;
	height: 1px;
	background: rgba(51, 51, 51, 0.308);
	left: 0;
	right: 70%;
	bottom: 15px;
}
.head-box h2::after {
	content: "";
	width: 140px;
	position: absolute;
	margin: 0 auto;
	height: 1px;
	background: rgba(51, 51, 51, 0.308);
	left: 70%;
	right: 0;
	bottom: 15px;
}
h2::before {
	content: "";
	width: 160px;
	position: absolute;
	margin: 0 auto;
	height: 1px;
	background: rgba(51, 51, 51, 0.308);
	left: 0;
	right: 50%;
	bottom: 15px;
}
h2::after {
	content: "";
	width: 160px;
	position: absolute;
	margin: 0 auto;
	height: 1px;
	background: rgba(51, 51, 51, 0.308);
	left: 50%;
	right: 0;
	bottom: 15px;
}
h2.no-border::before   {
	width: 0px;
	margin: 0 auto;
	height: 0px;

}
h2.no-border::after  {
	width: 0px;
	margin: 0 auto;
	height: 0px;
}
.col-center {
	margin: 0 auto;
	float: both !important;
}
.carousel-inner img{
	height: fit-content !important;
}
.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
.MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
.MultiCarousel .MultiCarousel-inner .item { float: left;}
.MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#f1f1f1; color:#666;}
.MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:2%;top:calc(50% - 20px); }
.MultiCarousel .leftLst { 
	left:0;
	font-size: 24px;
	line-height: 24px;
}
.MultiCarousel .rightLst { 
	right:0;
	font-size: 24px;
	line-height: 24px;}

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { 
	pointer-events: none; background:#7AA641; 
}
.carousel {
	margin: 0px auto;
	
}
.carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
	min-height: 290px;
	padding: 20px 70px;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0px 10px;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #7AA641;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 42px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -10px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 12px;
	height: 12px;
	margin: 1px 4px;
	border-radius: 50%;
	border: 0px solid !important;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
   	-webkit-box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #7AA641;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
   -webkit-box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

 /* footer */
 .bg_white{
	background: #fff
 }
 .bg_imh{
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 450px;
    background: url("images/banner-3.jpg") no-repeat center center fixed;
    background-size: cover;

 }
 .bg-grey {
    background: #292929;
 }
 .logo-footer {
    margin-bottom: 40px;
 }
 footer {
        color: grey;
 }
 footer p, a {
font-size: 12px;
}
footer h6 {

margin-bottom: 40px;
position: relative;
}
footer h6:after {
position: absolute;
content: "";
background: grey;
width: 12%;
height: 1px;
left: 0;
bottom: -20px;
}
 .btn-footer {
             color: grey;
          
            text-decoration: none;
            border: 1px solid;
            border-radius: 43px;
            font-size: 13px;
            padding: 7px 30px;
            line-height: 47px;
 }
 .btn-footer:hover {
            
            text-decoration: none;
           
 }
.form-footer input[type="text"] {
    border: none;
	border-radius: 16px 0 0 16px;
	outline: none;
	padding-left: 10px;
	float: left;
	max-width: 200px;
	padding-bottom: 3px;
}
::placeholder {
font-size: 10px;
padding-left: 10px;
font-style: italic;
}
.form-footer input[type="button"] {
border: none;
background:#7AA641;
margin-left: -5px;
color: #fff;
outline: none;
border-radius: 0 16px 16px 0;
padding: 2px 12px;
float: left;
}
 .social .fa {
color: grey;
font-size: 22px;
padding: 10px 15px;
background: #3c3c3c;
}
 footer ul li {
list-style: none;
display: block;
}
footer ul  {
padding-left: 0;
}
footer ul  li a{
text-decoration: none;
color: grey;
text-decoration:none;
}
a:hover {
text-decoration: none;
color: #f5f5f5 !important;

}
.logo-part {
border-right: 0px solid grey;

}

@media (max-width: 767px){
	h2::before {
		width: 0px;
		border: 0px solid rgba(0, 0, 0, 0) !important;
	}
	h2::after {
		width: 0px;
		border: 0px solid rgba(0, 0, 0, 0) !important;
	}
	.container{
		width:100%;
	}
	.banner h2{
		font-size: 36px !important;
	}
	.b_lg {
    background: #292929d0;
    text-align: left;
    color: #fff;
    padding: 10px;
    position: absolute;
    top: -35px;
    left: -20px;
	}
	.intro .intro-form-small input[type="text"], .intro .intro-form-small input[type="password"]{
		width: 36%;
	}
	.intro .carousel-caption{
		top:10%;
	}
	.widget.widget-counter .container{
		width: 100%;
	}
	.contact-section #map {
    	height: 400px
	}
    .intro .display-4{
        font-size:2rem;
    }
    .intro p{
        display: none;
    }
	.intro img {
		height: 100%;
		width: 770px !important;
	}
	.intro .carousel-item{
	height: 100%;
}
    .intro .btn-primary{
        margin-top: 20px;
    }
    .top-nav .navbar-toggler i {
    color: #fff;
    margin-top: 6px;
    }
    .top-nav.light-header .navbar-toggler i {
    color: #77bf00;
    }
    .top-nav  .navbar-collapse.show {
    background-color: #fff;
    text-align: center;
    padding: 12px 0;
    }
    .top-nav .navbar-collapse.show a{
    color: #000;
    }
}
@media  (max-width: 768px) 
{
	.top-nav{
		height: 100px;
	}
	.top-nav.light-header{
		height: 80px;
	}
	.svg_img_nav{
		display: none;
	}
	.top-nav .navbar-nav li .nav-link {
		font-size: 14px;
		padding:30px 15px;
	}
	.tab-content.p-5{
		padding: 3rem 10px !important;
	}
	.top-nav .nav-item.active a.nav-link{
		background: none;
	}
	.top-nav .navbar-nav li .nav-link{
		width: auto;
	}
	.carousel-inner img{
		height: auto !important;
	}
	.head-box h2::before {
		content: "";
		width: 100px;
		position: absolute;
		margin: 0 auto;
		height: 1px;
		background: rgba(51, 51, 51, 0);
		left: 0;
		right: 70%;
		bottom: 15px;
	}
	.head-box h2::after {
		content: "";
		width: 100px;
		position: absolute;
		margin: 0 auto;
		height: 1px;
		background: rgba(51, 51, 51, 0);
		left: 70%;
		right: 0;
		bottom: 15px;
	}
}
