@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700");

html,
body {
	width: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	color: #303030;
}

a, button,
a:hover, button:hover {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	color: inherit;
	text-decoration: none;
}

a, input, button, select {
	transition: 0.5s;
	outline: none;
}

a:focus, button:focus, a:active, button:active{
	color: inherit;
	text-decoration: none;
	outline: none;
}

ul,li,ol {
	list-style: none;
}

ul {
	padding-left: 0;
	margin-bottom: 0;
}

em, i {
	font-style: normal;
}

.wrapper {
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	position: relative;
}

.main {
	min-height: calc(100% - 200px);
}

.top-navigation {
	padding: 20px 0px 0px 0px;
	display: table;
	width: 100%;
}

.navbar-brand {
	height: auto;
	padding: 0 ;
	z-index: 1;
	position: relative;
}

.navbar-inverse {
	background-color: transparent;
	border-color: transparent;
	display: flex;
	flex-direction: column;
}

.navbar-inverse .navbar-nav>li>a {
	color: #303030;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 15px;
	padding: 6px 10px;
	margin-right: 10px;
	line-height: 18px;
	border-top: 1px solid transparent;
	margin-top: -1px;
}

@media (min-width: 992px) {
	#navbar {
		border-top: 1px solid #f5f5f5;
		margin-top: 15px;
		margin-bottom: -1px;
	}

	.navbar-inverse .navbar-nav .header-top-nav {
		position: absolute !important;
		top: 5px;
		right: 8px;
	}

}

.header-top-nav ul .choose-lang i {
	padding-left: 3px;
}

.header-top-nav ul .choose-lang i.fa-globe {
	margin-right: 3px;
	color: #b2b2b2;
}

.header-top-nav ul .choose-lang ul {
	min-width: 63px;
	box-shadow: none;
	border: none;
	border-radius: 0;
}

.header-top-nav ul .choose-lang ul li {
	margin-bottom: 3px;
}

.header-top-nav ul li a:hover {
	color: #25cbd3;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a.active-nav {
	color: #303030;
	background-color: #f5f5f5;
	/*font-weight: 400;*/
	border-top: 1px solid #77b828;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-inverse .navbar-toggle {
	border-color: transparent;
	margin-right: 0;
	padding-top: 0;
	margin-top: 19px;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #77b828;
	width: 30px;
}

.navbar-inverse .navbar-nav .choose-lang a,
.navbar-inverse .navbar-nav .choose-lang a:focus,
.navbar-inverse .navbar-nav .choose-lang a:hover {
	color: #303030;
	font-size: 13px;
	background-color: inherit;
}

.social-icons-top {
	position: absolute;
	right: 0;
}

.social-icons-top ul li {
	display: inline-block;
	margin-right: 5px;
}

.social-icons-top ul li a,
.social-icons li a  {
	width: 30px;
	height: 29px;
	display: inline-block;
	text-align: center;
	line-height: 29px;
}

.social-icons-top ul li a  {
	border:1px solid #1D8DC7;
	color: #1D8DC7;
	font-size: 15px;
}

.social-icons-top ul li a:hover {
	color: #fff;
	background-color:  #1D8DC7;
}

/*----header----*/
.header .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.header .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 400px !important;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.header .swiper-slide:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0,0,0,0.2);
}

.header .swiper-button-prev:before {
	content: "\f104" !important;
	margin-right: 5px;
}

.header .swiper-button-next:before {
	content: "\f105" !important;
	margin-left: 5px;
}

.header .swiper-button-next:before,
.header .swiper-button-prev:before{
	font-family: FontAwesome;
	font-size: 28px;
	position: absolute;
	top: 7px;
	text-align: center;
	right: 0;
	left: 0;
}

.header .swiper-button-next,
.header .swiper-button-prev  {
	color: #fff;
	width: 56px;
	height: 56px;
	background-color: rgba(0,0,0,0.4);
	background-image: none !important;
	transition: all 0.5s;
}

.header .swiper-button-next {
	right: 0px;
}

.header .swiper-button-prev {
	left: 0px;
}

.slide-info {
	color: #fff;
	z-index: 1;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	display: flex;
	flex-direction: column;
	text-align: left;
}

.slide-title {
	font-weight: 700;
	font-size: 50px;
	line-height: 58px;
}

.slide-text {
	font-weight: 300;
	line-height: 40px;
	font-size: 40px;
	max-width: 800px;
}

.bedeck-btn {
	font-weight: 400;
	font-size: 18px;
	border: 2px solid;
	display: inline-block;
	line-height: 38px;
	text-align: center;
	padding: 0 20px;
}

.more-info,
.clear {
	border-color:#77b828;
}

.more-info {
	margin-right: auto;
	margin-top: 10px;
	color: #fff;
}

.more-info i {
	margin-left: 15px;
}

.more-info:hover,
.clear:hover {
	color: #fff;
	background-color: #77b828;
}

.inline-header {
	position: relative;
	background-position: center;
	background-size: cover;
	display: flex;
	width: 100%;
	background-repeat: no-repeat;
}

.inline-header:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(119,184,40,0.9);
}

.contact-header {
	/*height: 230px;*/
}

.header-text {
	z-index: 1;
	color: #fff;
	margin: auto;
}

.header-text h1 {
	font-size: 42px;
	line-height: 75px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}

/*----main---*/
section {
	padding: 30px 0px;
}

.gray-bg {
	background-color: #fafafa;
}

.about-services {
	display: flex;
	justify-content: space-between;
}

.about-desc {
	width: 63%;
	margin-right: 20px;
}

.services-desc {
	width: 37%;
	align-self: center;
}

.section-title {
	font-size: 36px;
	font-weight: 100;
	margin-top: 0;
}

.about-desc .section-title {
	font-weight: 400;
}

.about-services p,
.about-text p,
.partner-section p,
.about-content ul li,
.partner-section ul li  {
	font-size: 17px;
	line-height: 24px;
	font-weight: 300;
}

.read-more {
	color: #006db6;
	font-size: 15px;
}

.read-more:hover {
	color: #77b828;
}

.davtashen-complex {
	padding-right: 20px;
	align-self: center;
}

.davtashen-complex img {
	max-height: 186px;
}

/*.service-img {
	margin-bottom: 10px;
}*/

.service-img img {
	/*max-width: 100%;*/
	max-height: 186px;
}

.project-list,
.partner-list {
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(4, minmax(1px, 1fr));
	margin-bottom: 20px;
	margin-top: 12px;
}

.project-item {
	max-width: 100%;
	height: 207px;
	background-size: cover;
	background-position: center;
	position: relative;
	background-repeat: no-repeat;
}

.project-item a {
	display: block;
	height: 100%;
}

.item-desc {
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	padding: 13px;
	left: 0;
	right: 0;
	color: #fff;
	/*transition: all .5s;*/
	transition: background-color .5s;
}

.project-item a:hover .item-desc {
	background-color: rgba(119,184,40,0.9);
}

.item-desc h4,
.item-desc p  {
	font-weight: 300;
	margin:0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.item-desc h4 {
	font-size: 20px;
	width: 98%;
	margin-bottom: 5px;
}

.item-desc p {
	font-size: 16px;
}

.view-all {
	border-color: #1c94d0;
	color: #1c94d0;
}

.view-all:hover {
	background-color: #1c94d0;
	color: #fff;
}

.lg-backdrop {
	background-color: rgba(0,0,0,0.6) !important;
}

.lg-toolbar,
.lg-sub-html {
	background-color: transparent !important;
}

.lg-actions .lg-next:before{
	content: "\f105" !important;
	font: normal normal normal 25px/1 FontAwesome;
}

.lg-actions .lg-prev:after {
	content: "\f104" !important;
	font: normal normal normal 22px/1 FontAwesome;
}

.lg-toolbar .lg-icon {
	font-size: 36px;
	margin-right: 10px;
	margin-top: 10px;
}

/*----contacts----*/
.inline-pages {
	border-top: 1px solid #f5f5f5;
}

.inline-pages section {
	padding-top: 35px;
	padding-bottom: 30px;
}

.inline-pages .section-title {
	font-weight: 300;
	color: #77b828;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.inline-pages .archive_list .section-title {
	font-size: 25px;
	margin-bottom: 20px;
}

.archive_list p {
	margin-bottom: 15px;
}

.ip-breadcrumb {
	border-bottom: 1px solid #fafafa;
	padding-bottom: 7px;
	margin-bottom: 25px;
}

.input-fld, .text-area {
	margin-bottom: 30px;
}

.input-fld input[type="text"],
.text-area textarea {
	font-size: 16px;
	color: #303030;
	padding-right: 35px;
	border-radius: 0;
	border-color: #ababab;
	font-weight: 300;
}

.inpud-list ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #bfbfbf;
}
.inpud-list ::-moz-placeholder { /* Firefox 19+ */
	color: #bfbfbf;
}
.inpud-list :-ms-input-placeholder { /* IE 10+ */
	color: #bfbfbf;
}
.inpud-list :-moz-placeholder { /* Firefox 18- */
	color: #bfbfbf;
}

.inpud-list .form-control:focus {
	border-color: #77b828;
}

.input-fld input[type="text"]{
	height: 56px;
}

.text-area textarea {
	height: 200px;
	resize: none;
}

.form-control {
	box-shadow: none !important;
}

.btn-area {
	display: flex;
	justify-content: flex-end;
}

.btn-area .bedeck-btn {
	text-transform: capitalize;;
	min-width: 175px;
	margin-left: 20px;
	height: 50px;
}

.btn-area .send {
	color: #fff !important;
	background-color: #77b828;
	border-color: #77b828;
}

.clear {
	background-color: transparent;
	color: #77b828;
}

.btn-area button:hover {
	opacity: 0.8;
}

.contacts .address-list > li {
	color: #303030;
	font-size: 18px;
	margin-bottom: 25px;
	line-height: 25px;
	font-weight: 300;
}

.contacts .address-list li em {
	font-weight: 400;
	display: inline-block;
	margin-bottom: 10px;
}

.contacts .social-icons li a {
	color: #77b828;
}

.contacts .social-icons li a:hover {
	color: #fff;
	background-color: #77b828;
}

.map {
	height: 290px;
	margin-bottom: 30px;
}

/*----inline pages----*/

.partner-item {
	padding: 20px 10px 10px;
	text-align: center;
	background-color: #fafafa;
}

.partner-item a {
	display: block;
	width: 100%;
	height: 100%;
}

.partners-title {
	font-size: 15px;
	font-weight: 300;
	color: #303030;
	text-transform: uppercase;
}

.partner-item a:hover .partners-title {
	color: #77b828;
}

.partners-img {
	display: flex;
	max-height: 250px;
	min-height: 160px;
}

.partner-item img {
	max-width: 100%;
	margin: auto;
	max-height: 160px;
}

.prev-proj-section {
	margin-bottom: 40px;
}

.about-content ul {
	margin-bottom: 15px;
	margin-top: 10px;
}

.about-content ul li,
.partner-section ul li {
	padding-left: 15px;
}

.about-content ul li:before,
.partner-section ul li:before,
.archive_list ul li:before {
	content: "•";
	font-size: 25px;
	color: #77b828;
	position: relative;
	top: 3px;
	margin-right: 6px;
}

.archive_list ul {
	margin-top: -6px;
}

.archive_list ul li {
	line-height: 15px;
}

.about-content em,
.about-content i {
	font-style: italic;
}

/*----footer----*/
.footer {
	padding: 30px 0px;
	background-image: url(../img/footer-bg.jpg);
	position: relative;
	min-height: 240px;
	background-size: cover;
	background-position: center;
}

.footer:after {
	content: "";
	background-color: rgba(29, 141, 199, 0.9);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.footer-container {
	z-index: 1;
	position: relative;
	overflow: hidden;
}

.footer .contact-title {
	font-size: 20px;
	font-weight: 500;
	margin-top: 0;
	color: #fff;
}

.footer-nav li {
	margin-bottom: 4px;
}

.footer-nav li a {
	color: #fff;
	line-height: 26px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	border-bottom: 1px solid transparent;
}

.address-list li {
	color: #fff;
	line-height: 20px;
	font-size: 15px;
	margin-bottom: 4px;
}

.address-list li a {
	border-bottom: 1px solid transparent;
}

.footer-nav li a:hover,
.footer-nav li .active-footer,
.address-list li a:hover {
	border-bottom: 1px solid #fff;
}

.address-list li > i {
	display: block;
}

.address-list li em {
	padding-right: 5px;
	font-size: 18px;
	font-weight: 500;
}

.social-icons li {
	display: inline-block;
}

.social-icons li a {
	font-size: 18px;
	margin-right: 14px;
	color: #fff;
	transition: all 0.3s;
}

.social-icons li a:hover {
	color: #1D8DC7;
	background-color: rgba(255,255,255,0.8);
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 13px;
	color: #303030;
	font-weight: 300;
	font-size: 13px;
}

.development:hover a {
	color: #77b828;
}

@media (max-width:1399px) {
	.wrapper {
		max-width: 1200px;
		padding-left: 40px;
		padding-right: 40px;
	}

	.footer-bottom {
		padding: 0 45px;
	}

	.top-navigation {
		padding: 20px 0px 0px 0px;
	}
}

@media (max-width:1280px) and (min-width:1024px) {
	.item-price,
	.item-desc p {
		font-size: 15px;
	}

	.item-price {
		top: 12px;
	}

	.item-desc h4 {
		font-size: 16px;
	}

}

@media (max-width:1200px) {
	.section-title {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.slide-title {
		font-size: 42px;
		line-height: 50px;
	}

	.about-services p {
		font-size: 15px;
		line-height: 21px;
	}

	.inline-pages .section-title {
		margin-bottom: 30px;
	}
}

@media (max-width:1024px) {
	.project-list,
	.partner-list {
		grid-template-columns: repeat(2, minmax(1px, 1fr));
	}

	.project-item {
		height: 230px;
	}
}

@media (max-width:991px) {
	.top-navigation {
		padding: 15px 0px 15px 0px;
	}

	.social-icons-top {
		right: 120px;
		top: 15px;
	}

	.navbar-inverse .navbar-nav>li>a {
		margin-left: 0;
		display: inline-block;
	}

	.navbar-inverse .navbar-nav>li>a:focus,
	.navbar-inverse .navbar-nav>li>a:hover,
	.navbar-inverse .navbar-nav>li>a.active-nav {
		border-top: none;
	}

	.nav>li {
		text-align: center;
	}

	.navbar-inverse .navbar-collapse {
		border-top: 1px solid #f5f5f5;
		margin-top: 15px;
	}

	.navbar-nav .choose-lang.open .dropdown-menu {
		padding-left: 6px;
		width: 68px;
		margin: auto;
		position: static;
		float: none;
	}

	.navbar-inverse .navbar-nav .header-top-nav ul li {
		margin-bottom:  5px;
	}

	.navbar-inverse .navbar-nav>li>a {
		border: none;
	}

	.header-top-nav {
		margin-top: 7px;
	}

	.navbar-inverse .navbar-nav .donate,
	.header-top-nav ul .input-fld {
		margin-top: 0px;
	}

	.navbar-toggle span:nth-child(2) {
		transform-origin: 5% 53%;
		transform: rotateZ(45deg) skewX(-45deg)
	}

	.navbar-toggle span:nth-child(3) {
		opacity: 0;
	}

	.navbar-toggle .icon-bar+.icon-bar {
		margin-top: 6px;
	}

	.navbar-toggle span:nth-child(4) {
		transform-origin: 18% 88%;
		transform: rotateZ(-45deg) skewX(45deg);
	}

	.navbar-toggle.collapsed span:nth-child(2),
	.navbar-toggle.collapsed span:nth-child(4) {
		transform: rotate(0);
	}

	.navbar-toggle.collapsed span:nth-child(3) {
		opacity: 1;
	}

	.header .swiper-button-next, .header .swiper-button-prev {
		width: 36px;
	}

	.slide-title {
		font-size: 37px;
		line-height: 43px;
	}

	.slide-text {
		line-height: 30px;
		font-size: 18px;
	}

	.about-services {
		flex-direction: column;
	}

	.about-services > * {
		width: 100%;
		margin-bottom: 15px;
	}

	/*.service-img {
		float: left;
		width: 55%;
		margin-right: 20px;
	}*/
	
	.davtashen-complex {
		padding-right: 0;
	}
	
		.davtashen-complex img {
			width: 100%;
			max-height: initial;
		}
		
		.service-img img {
			max-width: 100%;
			max-height: initial;
		}

}

@media (max-width:768px) {
	section {
		padding: 20px 0px;
	}

	.section-title {
		font-size: 29px;
	}

	.footer {
		padding: 25px 0px;
	}

	.footer-bottom {
		padding: 0 30px;
	}

	.contacts .address-list {
		margin: 0 15px;
	}

	.contacts .address-list > li {
		margin-bottom: 10px;
	}

	.more-info {
		max-width: 240px;
	}

	.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 15px;
	}
}

@media (max-width:660px) {
	.item-price,
	.item-desc p {
		font-size: 15px;
	}

	.item-price {
		top: 12px;
	}

	.item-desc h4 {
		font-size: 16px;
	}

	.footer-bottom {
		flex-direction: column;
		margin-top: 7px;
		margin-bottom: 10px;
	}
}

@media (max-width:568px) {
	.project-list,
	.partner-list {
		grid-template-columns: repeat(1, minmax(1px, 1fr));
	}

	.slide-title {
		font-size: 31px;
		line-height: 32px;
	}

	.slide-text {
		line-height: 24px;
		font-size: 16px;
	}

	.service-img {
		float: none;
		width: 100%;
	}

	.about-services p, .about-text p,
	.partner-section p, .about-content ul li {
		font-size: 15px;
		line-height: 21px;
	}

	.navbar-brand>img {
		width: 160px;
		margin-top: 5px;
	}
}

@media (max-width:480px) {
	.col-xxs-12 {
		width: 100%;
	}

	.navbar-brand>img {
		width: 140px;
	}

	.social-icons-top {
		right: 88px;
	}

	.wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}

	.slide-info {
		padding-left: 40px;
	}

	.section-title {
		font-size: 25px;
	}

	.inline-pages .archive_list .section-title {
		font-size: 19px;
	}
}

@media (max-width:375px) {
	.navbar-brand>img {
		width: 115px;
		margin-top: 13px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-collapse.collapse.in {
		display: block !important;
	}
	.navbar-header .collapse, .navbar-toggle {
		display:block !important;
	}
	.navbar-header {
		float:none;
	}

	.nav>li {
		float: none;
	}

	.navbar-nav {
		float: none;
	}
}