
/*-----------------------------------------
1. Sections
-------------------------------------------*/
.section-block{
	padding: 60px 0px 50px 0px;
	background-color: #fff;
}	

.section-block-grey{
	padding: 90px 0px 90px 0px;
	background-color: #fbfbfb;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.section-block-parallax{
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
		padding: 90px 0px 90px 0px;    
}	

.section-block-bg{
    background-size: cover;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
		padding: 90px 0px 90px 0px;    
}	

.section-block h4{
	color: #333;
	font-size: 30px;
	font-weight: 500;
}	

/*-----------------------------------------
2. Headings
-------------------------------------------*/
.section-heading{
	margin-bottom: 10px;
}

.section-heading h2{
	position: relative;
	text-transform: uppercase;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	line-height: 130%;
	background: #849E7B;
	letter-spacing: 1.5px;
	padding: 10px 15px;
	margin-bottom: 20px;
}
.section-heading h2:after{
	content: '';
	position: absolute;
	display: block;	
	border-bottom: 2px solid #849E7B;
	width: 590px;
	margin-left: -590px;
	margin-top: -7px;
	padding-top: 15px;
}

.section-heading h3{
	position: relative;
	font-size: 29px;
	font-weight: 700;
	color: #2d2d2d;
	line-height: 160%;
	margin-bottom: 10px;
}

.section-heading h4{
	position: absolute;
	font-size: 129px;
	font-weight: 900;
	color: #f7f7f7;
	line-height: 160%;
	margin-bottom: 10px;
	margin-left: -300px;
	z-index: 0;
}

.section-heading p{
	font-size: 15px;
	font-weight: 500;
	color: #979797;
	line-height: 160%;
	padding-top: 10px;
	margin-bottom: 0px;
}

.section-heading span{
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #849E7B;
	line-height: 160%;
}

.page-title{
	padding: 70px 0px 70px 0px;
	background-color: #1d1d1d;
	background-size: cover;	
	background-position: top;
}

.page-title h1:before{
	content: '';
	display: block;
	width: 90px;
	height: 2px;
	margin: auto;
	margin-bottom: 10px;
	background: #fff;
}

.page-title h1{
	font-size: 43px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	margin: 10px 0px;
  text-shadow: 7px 7px 0px rgba(150, 150, 150, 0.2)
}

.page-title h6{
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 15px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
}



/*-----------------------------------------
3. Navbar 
-------------------------------------------*/
.affix {
	top: 0;
	width: 100%;
	z-index: 99999;
}

.navbar-nav{
	margin: 0px;
}

.navbar-header-custom{
	background: #fff;
	padding: 15px 0px 15px 0px;
}

.navbar-logo img{
	max-width: 100%;
	margin-left: 15px;
	max-height: 50px;
}

.navbar-custom{
	background: #fff;
	border: none;
	border-radius: 0px;
	padding: 0px 0px 0px 0px;
  border-bottom: 1px solid #f3f3f3;
  box-shadow: 0 0 65px rgba(0,0,0,0.09);
	margin-bottom: 0px;
}

.navbar-custom .navbar-links-custom li {
	padding: 15px 2px 15px 2px;
}

.navbar-custom .navbar-links-custom li a{
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;	
	letter-spacing: 0.5px;
	color: #2d2d2d;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;		
}

.navbar-custom .navbar-links-custom li a i{
	font-size: 9px;
	font-weight: normal;
}
.navbar-custom .navbar-links-custom li a:hover{
	color: #849E7B;
}

.navbar-custom .navbar-toggle .icon-bar {
  background-color: #849E7B;
}

@media screen and (max-width:767px) {
	.navbar-custom .navbar-links-custom li{
		font-size: 13px;
		font-weight: bold;
		-webkit-transition-duration: .3s;
		transition-duration: .3s;	
    border-bottom: 1px solid #e6e6e6;
    padding: 0px;
    margin: 0px;
	}
	.navbar-custom .navbar-links-custom li:last-child{
    	border-bottom: none;
	}
	.navbar-custom .navbar-links-custom li a{
		margin: 0px;
		padding: 15px;
	}
	.navbar-default .navbar-links-custom .open .dropdown-menu>li>a {
    color: #2d2d2d;
    font-size: 10px;
    padding: 2px 0px 7px 15px;
	}		
}


.navbar-links-custom .dropdown ul{
	background: rgba(255, 255, 255, .85);
	border: none;
	border-radius: 0px;
	padding: 10px;
	margin-left: 5px;
	-webkit-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 5px 9px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 5px 9px 0px rgba(50, 50, 50, 0.15);	
}

.navbar-links-custom .dropdown ul li{
	padding: 0px;
	border:none;
}

.navbar-links-custom .dropdown ul li a{
	font-weight: 600;
	padding: 10px 15px;
	width: 190px;
	text-transform: uppercase;
	text-align: left;
	color: #2d2d2d;
}

.navbar-links-custom .dropdown ul li a:hover{
	background: none !important;
	color: #849E7B !important;
}

/*DROPDOWN ICON STYLES*/
.navbar-links-custom .dropdown .dropdown-toggle:after{
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 6px;
}

.active-link a{
	color: #849E7B !important;
}

@media screen and (max-width:767px) {
	.navbar-links-custom .dropdown ul li a:hover{
		color: #849E7B !important;
	}	
}

.menu-icon{
	border: none;
	background: none; 	
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}


/*Navbar breakpoint*/
@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
 .navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
  }     
  .navbar-links-custom{
  		padding-bottom: 5px;
  }
	.navbar-custom .navbar-links-custom li {
		padding: 5px 0px 0px 5px;
	}    
}


/*-----------------------------------------
4. Project Titles
-------------------------------------------*/
.project-title {
	margin-top: 40px;
}
.project-title h2{
	position: relative;
	font-size: 40px;
	font-weight: 700;
	color: #2d2d2d;
	line-height: 130%;
	margin-bottom: 10px;	
}
.project-title h2:after{
	content: '';
	display: block;	
	border-bottom: 5px solid #2d2d2d;
	width: 70px;
	padding-top: 15px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;		
}

.project-title h3{
	position: relative;
	font-size: 29px;
	font-weight: 700;
	color: #2d2d2d;
	line-height: 160%;
	margin-bottom: 10px;
}

.project-row:hover .project-title h2:after{
	content: '';
	display: block;	
	border-bottom: 5px solid #849E7B;
	width: 130px;
	padding-top: 15px;
}


/*-----------------------------------------
5. Features
-------------------------------------------*/
.feature-box{
	background: transparent;
	border-radius: 5px;
	margin: 35px 0px 15px 0px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;	
}

.box-icon{
	float: left;
	width: 10%;
	text-align: center;
	padding-top: 15px;
}

.box-icon i{
	font-size: 25px;
	color: #fff;
	transition: all .2s ease-in-out;		
}

.box-content{
	float: right;
	width: 90%;	
}

.box-content h5{
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	line-height: 180%;	
	margin-left: 15px;
	margin-bottom: 5px;
}

.box-content p{
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	line-height: 180%;	
	margin-left: 15px;
	margin-bottom: 0px;
}

.feature-box:hover{
	box-shadow: 0 0 50px 10px rgba(0,0,0,.06);
}


/*--------------------
a) Text-content
----------------------*/
.text-content p{
	font-size: 16px;
	font-weight: 500;
	color: #444;
	line-height: 200%;	
	margin-bottom: 15px;
}


/*--------------------
a) VIDEO POPUP-
----------------------*/
.full-width{
	width: 100%;
}




/*--------------------
c) Buttons
----------------------*/
.primary-button{
	background: #849E7B;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	border-radius: 50px;
	padding: 10px 15px 10px 15px;		
  -webkit-transition-duration: .3s;
  transition-duration: .3s;		
}
.primary-button:hover{
	background: #2d2d2d;
	color: #fff;
	padding-right: 15px;
}
.primary-button:after{
	content: '\f178';
	font-family: FontAwesome;
	display: inline-block;
	color: #849E7B;
	padding-left: 10px;
	margin-left: -20px;
	opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;		
}
.primary-button:hover:after{
	color: #fff;
	margin-left: 0px;
	opacity: 1;
}


.dark-button{
	background: #2d2d2d;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	border-radius: 50px;
	padding: 10px 15px 10px 15px;		
  -webkit-transition-duration: .3s;
  transition-duration: .3s;		
}
.dark-button:hover{
	background: #849E7B;
	color: #fff;
	padding-right: 15px;
}
.dark-button:after{
	content: '\f178';
	font-family: FontAwesome;
	display: inline-block;
	color: #849E7B;
	padding-left: 10px;
	margin-left: -20px;
	opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;		
}
.dark-button:hover:after{
	color: #fff;
	margin-left: 0px;
	opacity: 1;
}

.button-tag{
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	margin: 5px 5px 5px 0px;
	padding:  5px 10px 5px 10px !important;
}
.button-xs{
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
}

.button-sm{
	display: inline-block;
	font-weight: 600;
	padding: 10px 15px 10px 15px;		
}

.button-md{
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	padding: 12px 17px 12px 17px;	
}

.button-lg{
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	padding:  10px 25px 10px 25px !important;
}




/*-----------------------------------------
12. Slider
-------------------------------------------*/
.swiper-container {
  width: 100%;
  height: 100%;
  background: #fff;
}
.swiper-slide {
  font-size: 18px;
  color:#fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 90px;
	display: table-cell;
	vertical-align: middle;
	margin-top: 4%;
}
.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.swiper-slide .title {
  font-size: 58px;
  font-weight: 600;
  width: 800px;  
  max-width: 100%;
  border-left: 8px solid rgba(255, 255, 255, 0.3);
  padding-left: 20px;
  margin-top: 20px;
}
.swiper-slide .pre-title{
  font-size: 15px;
  font-weight: 600;
  width: 400px;
  max-width: 100%;
  line-height: 1.8;
  opacity: 0.5;
}
.swiper-slide .subtitle {
  font-size: 14px;
  font-weight: 600;
}
.swiper-slide .text {
  font-size: 14px;
  font-weight: 500;
  max-width: 400px;
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (max-width:767px) {
	.swiper-slide {
	  font-size: 18px;
	  color:#fff;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  padding: 30px 25px;
		display: table-cell;
		vertical-align: middle;
	}	
	.swiper-slide .title {
	  font-size: 33px;
	  font-weight: 600;
	  max-width: 100%;  
	  border-left: 8px solid rgba(255, 255, 255, 0.3);
	  padding-left: 20px;
	  margin-top: 20px;
	}
	.swiper-slide .subtitle {
	  font-size: 14px;
	  font-weight: 600;
	}
	.swiper-slide .text {
	  font-size: 14px;
	  font-weight: 500;
	  max-width: 400px;
	  line-height: 1.8;
	  margin-top: 20px;
	}
}




/*--------------------
Slider
----------------------*/
.slide-item{
	background-size: cover;
	margin: 0px !important;
	height: 700px;
}

@media(max-width: 450px) {
	.slide-item{
		background-size: cover;
		margin: 0px !important;
		height: 350px;
	}
}

.slider-content{
 position: relative;
  -webkit-transform: translateY(22%);
  -ms-transform: translateY(22%);
  transform: translateY(22%);
}

.swiper-slide .title-center {
  width: 100%;
  font-size: 58px;
  font-weight: 600; 
  text-align: center;
  margin-top: 20px;
  margin: 0px;
}

@media screen and (max-width:767px) {
	.swiper-slide .title-center {
		font-size: 25px;
	}
	.slider-content{
	  -webkit-transform: translateY(5%);
	  -ms-transform: translateY(5%);
	  transform: translateY(5%);		
	}
}
.swiper-slide .text-center {
  font-size: 14px;
  font-weight: 500;
  width: 600px;
  max-width: 100%;
  line-height: 1.8;
  margin-top: 20px;
  margin: auto;
}
.swiper-slide .pre-title-center{
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
  opacity: 0.5;
}

/*-----------------------------------------
13. Footer
-------------------------------------------*/
footer{
	background: #1d1d1d;
	padding: 60px 0px 60px 0px;
}
footer p{
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	line-height: 200%;	
	margin-top: 20px;
}
footer .footer-title h2{
	font-size: 15px;
	color: #fff;
	font-weight: 500;
}
footer .footer-title h2:after{
	content: '';
	display: block;
	width: 30%;
	height: 1px;
	background: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
}

@media screen and (max-width:767px) {
	footer .footer-title h2{
		margin-top: 30px;
	}	
}

footer ul{
	padding-left: 0px;
}
footer ul li{
	font-size: 13px;
	color: #fff;
	font-weight: 500;	
	list-style-type: none;
	padding: 5px 0px;
}
footer ul li a{
	font-size: 13px;
	color: #fff;
	font-weight: 500;
}
footer a i{
	font-size: 15px !important;
	color: #fff;
	padding: 0px 12px !important;
}
footer input{
	background: #4d4d4d;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	border: none;
	padding: 10px 14px;
}
footer input::-webkit-input-placeholder {
	color: #fff;
}
footer a:hover{
	color: #849E7B;
}


/*-----------------------------------------
14. Search Overlay
-------------------------------------------*/
#search_nav{
	display: inline-block;
	z-index: 9999;
}
.search-holder{
	margin-top: 12.5px;
	border-left: 1px solid #f3f3f3;
}
.search-button{
	padding-left: 12.5px;
	cursor: pointer;
}
@media (max-width: 991px) {
	.search-holder{
		border: none !important;
	}
	.search-button i{
		padding: 17px 0px;
		cursor: pointer;
	}	
	.search-button i:after{
		content: 'Search';
		font-family: 'Montserrat', sans-serif;
		font-size: 10px;
		text-transform: uppercase;
		font-weight: 700;
		display: inline-block;
		padding-left: 10px;
	}	
	.search-overlay-content input{
		margin: 30px;
		max-width: 80%;
	}	
	.search-overlay-content {
	    position: relative;
	    top: 15% !important;
	    text-align: center;
	}			
}
.search-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.search-overlay-content {
    position: relative;
    top: 35%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.search-overlay-content input{
	font-size: 35px;
	font-weight: 500;
	color: #fff;
	background: transparent;
	border: none;
	border-bottom: 2px solid #fff;
	opacity: 0.5;
	padding: 15px 15px;
}

.search-overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.search-overlay a:hover, .search-overlay a:focus {
    color: #f1f1f1;
}

.search-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .search-overlay a {font-size: 20px}
  .search-overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}


/*-----------------------------------------
15. Scroll To Top Button
-------------------------------------------*/
.scroll-to-top{
	font-size: 20px;  
	padding: 6px; 
	text-align:center; 
	color: #fff;
	text-decoration: none;
	position:fixed;
	bottom:80px;
	right: 10px;
	display:none;
	border-radius: 50%;
	/*background: #383c9d;*/
	background: #849E7B;
	width: 40px;
	height: 40px;  
	z-index: 9999;
	outline: none;
}
.scroll-to-top i{
	color: #fff;
}

.scroll-to-top:hover{
	color: #fff;
	background: #2d2d2d;
}
 .scroll-to-top:hover i{
	color: #fff;
}
.scroll-to-top:visited{
	color: #fff;
	text-decoration:none;
}


/*-----------------------------------------
16. Preloader
-------------------------------------------*/
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff;
    display: table;
    text-align: center;
} 

.spinner {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto 0;
  width: 70px;
  text-align: center;
}

.cube2 {
  background-color: #849E7B;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}
.cube1{
  background-color: #2d2d2d;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}





/*-----------------------------------------
 Projects Mansory
-------------------------------------------*/
.wrapper {
    width: 100%;
    margin: 0px auto;
}

.masonry {
    margin: 15px;
    padding: 0;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}

.masonry-item {
  position: relative;	
	margin-top: 20px;
}
.masonry-item img{
  display: block;
  width: 100%;
  height: auto;
}


.masonry-item-overlay {
  position: absolute;
  /*top: 0;*/
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  max-height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  padding: 30px;
}

.masonry-item:hover .masonry-item-overlay {
  opacity: 1;
}

.masonry-item-overlay h4{
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  position: absolute;
  bottom: 50px;
}
.masonry-item-overlay ul{
	position: absolute;
	padding-left: 0px;
	bottom: 15px;
}
.masonry-item-overlay ul li{
	list-style-type: none;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	padding-left: 0px;
	opacity: 0.7;
}
.masonry-item-overlay ul li:last-child:after{
	content: none;
}
.masonry-item-overlay ul li:after{
	content: ' / ';
	font-size: 8px;
	font-weight: 700;
	margin: 0px 5px 0px 5px;
}
.masonry-item-overlay ul li a{
	color: #fff;
}

.masonry-item:first-child{
	margin-top: 0px;
}

.project-arrow{
	position: absolute;
	display: inline-block;
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	/* width: 40px; */
	/* height: 40px; */
	/*background: rgba(255, 255, 255, 0.7);*/
	bottom: 25px;
	right: 30px;
	border-radius: 50px;
	border: 2px solid #fff;
	padding: 0px 15px;

}
.project-arrow:hover{
	color: #849E7B;
	border: 2px solid #849E7B;
	background: #fff;
	opacity: 0.6;
}


@media only screen and (min-width: 400px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}



/*-----------------------------------------
 Project Detail
-------------------------------------------*/
.project-detail-carousel{
	position: relative;
	z-index: 999;

}

.justify-content-center{
	display: flex;
    justify-content: center;
    align-items: center;
}

.project-detail-item img{
	height: 450px;
	margin: auto;
}

.project-detail-carousel:after{
    content: "";
    position: absolute;
    left: 30px;
    bottom: -30px;
    border: 10px solid rgba(0, 0, 0, 0.05);
    display: block;
    width: 100%;
    height: 100%;
    transition: all 300ms linear 0s;
    z-index: -1;
}
@media screen and (max-width:991px) {
	.project-detail-carousel:after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    border: 10px solid rgba(0, 0, 0, 0.05);
    display: block;
    width: 100%;
    height: 50%;
    transition: all 300ms linear 0s;
    z-index: -1;
	}	
}
.project-detail-1{
	padding-left: 30px;
}
@media screen and (max-width:991px) {
	.project-detail-1{
		padding-left: 0px;
	}
}
.project-detail-1 h2{
  font-size: 35px;
  font-weight: 600;
  color: #2d2d2d;
  line-height: 130%;
}
.project-detail-1 h2:after {
  content: '';
  display: block;
  border-bottom: 4px solid #849E7B;
  width: 130px;
  margin-top: 15px;
}
.project-detail-1 ul{
	margin-top: 30px;
	padding-left: 0px;
}
.project-detail-1 ul li{
	list-style-type: none;
	font-size: 14px;
	font-weight: 600;
	padding: 13px 0px;
	border-bottom: 1px solid #eee;
}
.project-detail-1 ul li span{
	display: inline-block;
	color: #999;
	width: 100px;
}
.project-detail-1-info h3{
  font-size: 25px;
  font-weight: 600;
  color: #2d2d2d;
  line-height: 130%;
}
.project-detail-1-info h3:after {
  content: '';
  display: block;
  border-bottom: 3px solid #849E7B;
  width: 130px;
  margin-top: 15px;
  margin-bottom: 15px;
}


.single-product h2{
	color: #849E7B;
	font-size: 28px;
}

.single-product p{
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 30px;
}


/*-----------------------------------------
 work Product Slider (PROD. DETAIL)
-------------------------------------------*/
.sr-text {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.slick-slider .slick-prev, .slick-slider .slick-next {
	display: none !important;
  z-index: 100;
  font-size: 2.5em;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  color: #B7B7B7;
  position: absolute;
  top: 50%;
  text-align: center;
  color: #000;
  opacity: 1;
  transition: opacity .25s;
  cursor: pointer;
  background: #333;
}

.slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
  opacity: .65;
}

.slick-slider .slick-prev {
  left: 0;
}

.slick-slider .slick-next {
  right: 0;
}

.wrapper {
  max-width: 1024px;
  margin: 0 auto;
  font-family: '';
}

.wrapper strong {
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 1.2em;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  color: #666;
}

.product-images {
  width: 100%;
  margin: 0 auto;
}

.product-images li, .product-images figure, .product-images a, .product-images img {
  display: block;
  outline: none;
  border: none;
}

.product-images .main-img-slider figure {
  margin: 0 auto;
  border: 1px solid #ececec;
}

.product-images .main-img-slider figure a {
  cursor: e-resize;
}

.product-images .main-img-slider figure a img {
  width: 100%;
  margin: 0 auto;
}

.product-images .thumb-nav {
  margin: 0 auto;
  margin-top: 10px;
  width: 100%;
  padding: 0;
}

.product-images .thumb-nav.slick-slider .slick-prev, .product-images .thumb-nav.slick-slider .slick-next {
  font-size: 1.2em;
  height: 20px;
  width: 26px;
  margin-top: -10px;
}

.product-images .thumb-nav.slick-slider .slick-prev {
  margin-left: -30px;
}

.product-images .thumb-nav.slick-slider .slick-next {
  margin-right: -30px;
}

.product-images .thumb-nav li {
  display: block;
  margin: 0 auto;
  float: left;
  cursor: pointer;
  margin-right: 10px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;	  
}
.product-images .thumb-nav li img {
  display: block;
  width: 100%;
  max-width: 131.25px;
  margin: 0 auto;
  border: 1px solid transparent;
}

.product-images .thumb-nav li:hover {
  opacity: .7;
}


.product-images .thumb-nav li:hover, .product-images .thumb-nav li:focus {
  border-color: #ccc;
}

.product-images .thumb-nav li.slick-current img {
  border-color: #ccc;
}

.pswp__bg {
  background: #fff;
}

.pswp__top-bar {
  background-color: transparent !important;
}

.pswp__button,
.pswp__button:before,
.pswp__button--close:before,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: none !important;
  background-size: 100%;
  width: 44px;
  height: 44px;
  font-family: 'icomoon';
}

.pswp__button {
  color: #000 !important;
  opacity: 0.4 !important;
  transition: opacity .25s;
}

.pswp__button:hover {
  opacity: 0.65 !important;
}

.pswp__button:before {
  opacity: 1 !important;
}

.pswp__button.pswp__button--arrow--left:before, .pswp__button.pswp__button--arrow--right:before {
  font-size: 44px;
}

.pswp__button.pswp__button--arrow--left:before {
  content: "\e93b";
}

.pswp__button.pswp__button--arrow--right:before {
  content: "\e93c";
}

.pswp__button.pswp__button--close {
  top: 10px;
  right: 20px;
}

.pswp__button.pswp__button--close:before {
  content: "\e92a";
  font-size: 44px;
}

.pswp__button.pswp__button--close:hover {
  color: red;
}




/*-----------------------------------------
 Contact Page
-------------------------------------------*/
.contact-box-info h4{
	color: #2d2d2d;
	font-size: 20px;
}

.contact-box-icon{
	margin: 40px 0px 30px 0px;
	border-bottom: 1px solid #eee;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s; 
}
.contact-box-icon:hover{
	border-bottom: 1px solid #849E7B;
}
	
.contact-icon{
	float: left;
	width: 25%;
	text-align: center;
}

.contact-icon i{
	color: #c1c1c1;
	background: #fff;
	font-size: 20px;
	border: 1px solid #c1c1c1;
	border-radius: 50px;
	padding: 13px 15px 13px 14px;
	width: 50px;
	height: 50px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s; 
}
.contact-box-icon:hover .contact-icon i{
	background: #fff;
	color: #676767;
	border: 1px solid #676767;
}

.contact-info{
	float: left;
	width: 75%;
	margin: 10px 0px 20px 0px; 
}

.contact-info h5{
	font-size: 17px;
	font-weight: 600;
	color: #849E7B;
	margin-bottom: 5px;
}

.contact-info p{
	font-size: 14px;
	font-weight: 600;
	color: #676767;
	margin: 10px 0px 3px 0px;
}


/*form*/
.contact-form input,.contact-form textarea{
    color: #676767;
    font-size: 14px;
    font-weight: 500;   
    border: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    margin-top: 30px; 
    padding: 15px 18px 15px 18px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;       
}
.contact-form input:focus{
    border-color: #849E7B;
}

.contact-form textarea{
	overflow: hidden;
    color: #676767;
    font-size: 14px;
    font-weight: 500; 
    border: none;
    border: 1px solid #eee;
    border-radius: 5px;
    width: 100%;
    margin-top: 30px; 
    padding: 15px 18px 15px 18px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;       
}

.contact-form textarea{
    min-height: 200px;
}

.contact-form textarea:focus{
    border-color: #849E7B;
}

#map {
	height: 400px;
}


/*-----------------------------------------
 work
-------------------------------------------*/
.work-product{
	position: relative;
	overflow: hidden;
	margin: 30px 0px 20px 0px;
}

.work-img img{
	width: 100%;
	height: 200px;
}
.work-product:hover img{
	transform: scale(1.1);
}

.work-text{
	text-align: center;
	padding: 15px;
	width: 100%;
	height: 80px;
}

.work-text h4{
	color: #2d2d2d;
	font-size: 15px;
	font-weight: 500;
	margin: 10px 0px 10px 0px;
}

.work-text h5{
	color: #2d2d2d;
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0px 10px 0px;
}

.work-text i{
	color: #f9d100;
	font-size: 18px;
	margin: 5px 0px 5px 0px;
}

.work-button a{	
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	padding: 14px 0px 14px 0px;
}


.navbar-toggle{
	z-index: 999;
}


/*  ********  NEW STYLE ************************************************  */

.home-about{
	margin-top: 30px;
}

.home-about h2{
	color: #333;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.6;
}

.home-about p{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 20px;
}


.artwork{
	margin-top: 100px;
}

.artwork-left h4{
	color: #333;
	font-size: 25px;
	font-weight: 400;	
}

.artwork-left p{
	color: #333;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 20px;
}


.artwork-img{
	display: inline-block;
	margin-bottom: 25px;
}

.artwork-img img{
	display: block;
	width: 400px;
	height: 300px;	
}

.artwork-img h4{
	color: #333;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 10px;
}
.artwork-img:hover h4{
	transition: 0.3s;
	color: orange;
}



.form-radio{
	display: inline-block;
	width: 100%;
	margin-top: 15px;
}


.form-radio input{
	display:inline-block;
	width: 10%;
}

.form-radio label{
	color: #333;
	font-size: 15px;
	font-weight: 500;
	margin-left: -10px;
	cursor: pointer;
}


.form-radio select{
	padding: 15px;
	margin-top: 15px;
	color: #333;
	font-size: 15px;
	width: 100%;
	border:1px solid #ccc;
	outline: none;
	transition: 0.3s;
}
.form-radio select:hover{
	border:1px solid orange;
}



/* LANGUAGE *****/


.chooseLang {
	position: absolute;
	right: 60px;
	top: 25px;
}
@media screen and (max-width:767px) {
	.chooseLang{
		right: -80px;
	}
}


.chooseLang div {
	width: 200px;
	height: 25px;
	position: relative;
	/* left: 20px; */
  }
  .chooseLang span {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	opacity: 0;
	cursor: pointer;
	transition: 0.9s ease;
	left: 0;
	top: 0;
	background-repeat: no-repeat !important;
  }
  .chooseLang span.por-lang {
	background-image: url(../img/lang/armenia1.png)
  }
  .chooseLang span.por-lang.opened {
	left: -35px;
	top: 5px;
	opacity: 1;
  }
  .chooseLang span.ing-lang {
	background-image: url(../img/lang/united-states1.png)
  }
  .chooseLang span.ing-lang.opened {
	left: 0px;
	top: 5px;
	opacity: 1;
  }
  .chooseLang span.esp-lang {
	background-image: url(../img/lang/russia1.png)
  }
  .chooseLang span.esp-lang.opened {
	left: 35px;
	top: 5px;
	opacity: 1;
  }
  .chooseLang span.chosen {
	opacity: 1;
	z-index: 1;
  }


  
/*  ___________ Request form ___________*/

/*  SELECT ---------*/

.add-sub-box{
	border: 1px solid #ccc;
	padding: 25px;
	margin-top: 40px;
	background: #fafafa;
	border-radius: 5px;

	-webkit-box-shadow: 0px -1px 20px 0px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px -1px 20px 0px rgba(0,0,0,0.29);
	box-shadow: 0px -1px 20px 0px rgba(0,0,0,0.29);
}

.select-sub-box{
	margin-bottom: 20px;
}
.select-sub-box h5{
	color: #777;
	font-size: 14px;
	font-weight: 500;
}
.select-sub-box h5 span{
	color: #333;
	font-size: 15px;
}

.select-sub-box input{
	width: 100%;
	height: 35px;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 600;
	color: #444;
	outline: none;
    border-radius: 5px;
    border: 1px solid #aaa;
    background: #fafafa;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.select-sub-box input:focus{
    border: 1px solid #ddd;
    background: #fefefe;
}
.select-sub-box input::placeholder{
	font-size: 14px;
	font-weight: 600;
	color: #999;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.select-sub-box input:focus::placeholder{
	padding-left: 15px;
	color: #ccc;
}


.select-sub-box select{
	width: 100%;
	height: 35px;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 600;
	color: #333;
	cursor: pointer;
	background: #fafafa;

	outline: none;
    border-radius: 5px;
    border: 1px solid #aaa;
    background: #fafafa;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.select-sub-box select:focus{
	cursor: pointer;
	background: #fefefe;
}
.select-sub-box select option{
	width: 100%;
	height: 35px;
	padding: 15px 10px;
	font-size: 14px;
	font-weight: 600;
	color: #777;
	cursor: pointer;
}
.select-sub-box select option:first-child{
	width: 100%;
	height: 35px;
	padding: 15px 10px;
	font-size: 15px;
	font-weight: 600;
	color: #666;
	cursor: pointer;
}

.select-sub-box textarea{
	width: 100%;
	height: 150px;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 600;
	color: #333;
	background: #fafafa;

	outline: none;
    border-radius: 5px;
    border: 1px solid #aaa;
    background: #fafafa;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.select-sub-box textarea:focus{
    border: 1px solid #ddd;
    background: #fefefe;
}

.select-sub-box textarea:focus::placeholder{
	padding-left: 15px;
	color: #ccc;
}

.search-button input{
	display: inline-block;
	background: #849E7B;
	border: 1px solid #849E7B;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	padding: 5px 15px;
	outline: none;
	width: 100%;

	color: #fff;
	font-size: 14px;
	font-weight: 600;
	transition: 0.3s;
}
.search-button input:hover{
	display: inline-block;
	background: #000;
	border: 1px solid #849E7B;
}



/* ---- ADD IMG ---*/
/* .statment-box h5{
	color: #777;
	font-size: 14px;
	font-weight: 500;
}

.images{
    display: flex;
    flex-wrap:  wrap;
    margin-top: 20px;
    max-width: 500px; 
    margin-right: 0px;
    width: 1000px;
}
.images .img,
.images .pic {
    flex-basis: 31%;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 2px solid #bbb;
    width: 500px;
}

.images .img {
    width: 500px;
    height: 95px;
    background-size: cover;
    margin-right: 10px;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: opacity .1s ease-in;
}
.images .img:nth-child(3n) {
    margin-right: 0;
}
.images .img span {
    display: none;
    text-transform: capitalize;
    z-index: 2;
}
.images .img::after {
    content: '';
    width: 100%;
    height: 100%;
    transition: opacity .1s ease-in;
    border-radius: 4px;
    opacity: 0;
    position: absolute;
}
.images .img:hover::after {
    display: block;
    background-color: #000;
    opacity: .8;
}
.images .img:hover span {
    display: block;
    color: #f00;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.images .pic {
    background-color: #f1f1f1;
    align-self: center;
    text-align: center;
    padding: 40px 0;
    text-transform: uppercase;
    color: #777;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.3s;
}
.images .pic:hover{
    background-color: #ccc;
} */


/*---- ADD MASTER IMAGE -------*/

/* .add-master-img{
	position: relative;
}

.add-master-img h5{
	color: #777;
	font-size: 14px;
	font-weight: 500;
}

.add-master-img img{
	display: block;	
	width: auto;
	height: auto;
    border: 1px dashed #999;
    border-radius: 5px;
    max-width: 120px;
    max-height: 120px;
    cursor: pointer;
    margin-top: -110px;
    padding: 5px;
}
.add-master-img input[type=file]{
    position: relative;
    opacity: 0 ;
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    cursor: pointer;
    border: 1px solid #00F;
} */


/*button*/

/* .submit-box input{
	background: #383c9d;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	padding: 5px 50px;
	outline: none;
	border: 1px solid #aaa;
	border-radius: 30px;
}

.required.error{
	border-color: #be0303 !important;
}

.required.success{
	border-color: #00C714 !important;
}

.error_msg{
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #383c9d;
	margin-left: 15px;
	display: none;
}
 */




/* ----------- ADD YOUR CAR -----------*/

/* .save-listing-box{
	position: relative;
	background: #fafafa;
	border-radius: 5px;
	text-align: center;
	padding: 30px 15px;

	-webkit-box-shadow: 0px -1px 20px 0px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px -1px 20px 0px rgba(0,0,0,0.29);
	box-shadow: 0px -1px 20px 0px rgba(0,0,0,0.29);
}
.save-listing-box h4{
	color: #333;
	font-size: 25px;
	font-style: italic; 
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 50px;
}

.save-button{
	display: inline-block;
	margin-bottom: 20px;
}
.save-button a{
	background: #fff;
	border: 2px solid #383c9d;
	border-radius: 30px;
	padding: 7px 50px;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.save-button-back{
	display: inline-block;
	margin-right: 50px;
}
.save-button-back:hover a{
	background: rgba(198, 19, 52,0.5);
}

.save-button-save a{
	display: inline-block;
	background: #383c9d ;
	color: #fff;
}
.save-button-save:hover a{
	background: rgba(198, 19, 52,0.5);
} */


/*-- Personal Area -- */

/* .personal-area-box{
	position: relative;
	border: 1px solid #ddd;
	padding: 10px 20px 0px 20px;
	margin-bottom: 25px;
}

.personal-box{
	border: 1px solid #ddd;
}

.personal-area-box h4{
	color: #555;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.personal-area-add-button{
	display: inline-block;
	margin-right: 50px;
}

.personal-area-add-button a{
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	
	background: #383c9d;
	border: 2px solid #383c9d;
	border-radius: 30px;
	padding: 7px 30px;
	margin: 20px 0px;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.personal-area-add-button a i{
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	margin-left: 10px;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.personal-area-add-button a:hover{
	background: #fff;
	border: 2px solid #383c9d;
	color: #000;
	-webkit-box-shadow: 1px 1px 54px 0px rgba(0,0,0,0.23);
	-moz-box-shadow: 1px 1px 54px 0px rgba(0,0,0,0.23);
	box-shadow: 1px 1px 54px 0px rgba(0,0,0,0.23);
}
.personal-area-add-button a:hover i{
	color: #000;
}

.personal-area-img{
	position: relative;
}
.personal-area-img img{
	display: block;
	width: 100%;
	height: auto;
	max-height: 250px;
}

.personal-area-info ul li{
	display: inline-block;
	color: #333;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;

	margin-right: 25px;
}
.personal-area-info ul li i{
	display: inline-block;
	color: #000;
	font-size: 12px;
	font-weight: 600;
	margin-right: 3px;
}

.personal-area-text h4 a{
	color: #383c9d;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.personal-area-text p{
	color: #333;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.personal-area-text ul{
	 display: inline-block;
}
.personal-area-text ul li{
	color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0;
}
.personal-area-text ul li span{
	display: inline-block;
    color: #555;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
    width: 150px;
    max-width: 100%;
}


.personal-area-buttons a{
	display: inline-block;
	margin-right: 50px;
}
.personal-area-buttons a i{
	font-size: 14px;
} */





/* ----------- ADD YOUR INFORMATION -----------*/

/* 
.sub-box-info{
	position: relative;
	border: 1px solid #eee;
	padding: 15px 15px;
}

.add-sub-box-info-top{
	text-align: center;
}
.rent-sub-box-info-top{
	text-align: center;
} */






/*--------------
   PROD ***********
----------------*/
.prod-member{
	overflow: hidden;
	background: #fff;
    border: 1px solid #ececec;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    margin: 20px 0px;    
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;  
}

.prod-member:hover{
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.28);

 }

.prod-member-img{
    width: 100%;
    height: auto;
}
.prod-member-img img{
	width: 100%;
}

.prod-member-text{
    text-align: center;
    padding: 20px 15px;
}

.prod-member-text h4{
    color: #111;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 3px;
    -webkit-transition-duration: .6s;
    transition-duration: .6s; 
}
.prod-member:hover .prod-member-text h4 {
   color: #849E7B;
}

.prod-member-text span{
    color: #849E7B;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
}


@media screen and (max-width:994px) {
    .prod-member-text{
        padding: 20px 10px;
    }   
}



/* ----------- ABOUT -----------*/

.about-box{
	display: inline-block;
	margin-top: 50px;
}

.about-box-text h4{
	font-size: 30px;
	font-weight: 500;
	color: #333;
}

.about-box-text p{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 20px;
}

.about-box-img img{
	display: inline-block;
	width: 100%;
	height: auto;
}


/*--------------------
d) Lists
----------------------*/
.primary-list{
	padding-left: 0px;
	margin-top: 30px;
}
.primary-list li{
    list-style-type: none;
    color: #aaa;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;  
}
.primary-list li i{
    color: #849E7B;
    padding-right: 15px;
}

.dark-list{
	padding-left: 0px;
}
.dark-list li{
    list-style-type: none;
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;  
}
.dark-list li i{
    color: #2d2d2d;
    padding-right: 15px;
}





/*-----------------------------------------
21. Gallery
-------------------------------------------*/
.justified_gallery{
	overflow: hidden;
	position: relative;
}

.gallery-item {
	position: relative;
	overflow: hidden;
	margin: 15px 0px;
}

.no-gutters .gallery-item {
	margin: 0px 0px !important;
}

.justified_gallery .gallery-item {
	width: 100%;
	margin: 0px 0px !important;
}


/*--------------------
Style 1
----------------------*/
.gallery-style-1{
	position: relative;
	overflow: hidden;
}

.gallery-style-1 .gallery-item img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.gallery-style-1 .gallery-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    background-color: rgba(0, 0, 0, .9);
    text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;       
}

.gallery-style-1 .gallery-item:hover .gallery-overlay {
	opacity: 1;
}
.gallery-style-1 .gallery-item:hover img {
	transform: scale(1.1);
    filter: blur(5px);
}

.gallery-style-1 .gallery-content {
	display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.gallery-style-1 .gallery-content-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 15px;
}

.gallery-style-1 .gallery-content i{
	display: inline-block;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .1);
	font-size: 25px;
	color: #fff;
	margin: 5px;
	padding: 20px 20px 20px 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;  	
}

.gallery-style-1 .gallery-content i:hover{
	background-color: rgba(0, 0, 0, .4);
}



/*--------------------
	4 Columns
----------------------*/
.grid-gallery-4col{
	margin: 0px -15px;  
}

.grid-gallery-4col .gallery-item{
	width: calc(25% - 30px);
	float: left;
	margin: 15px;
}

@media screen and (max-width: 991.98px) {
	.grid-gallery-4col .gallery-item{
		width: calc(33% - 15px);
		float: left;
		margin: 7.5px;
	}	
}

@media screen and (max-width: 767.98px) {
	.grid-gallery-4col .gallery-item{
		width: calc(100% / 2 - 15px);
		float: left;
		margin: 7.5px;
	}	
}

@media screen and (max-width: 575.98px) {
	.grid-gallery-4col{
		margin: 0px 0px !important;  
	}	
	.grid-gallery-4col .gallery-item{
		float: none !important;
		width: 100% !important;
		margin: 15px 0px !important;
	}	
}




/*--- Controllers ---*/
.mfp-arrow-left:before {
    border-right: none;
    content: "\e629";
    font-size: 2em;
    font-family: 'themify';
    color: #fff;
}
.mfp-arrow-left:after {
    border-right: none;
    content: none;
    font-size: 2em;
    font-family: 'themify';
    color: #fff;
}

.mfp-arrow-right:before {
    border-left: none;
    content: "\e628";
    font-size: 2em;
    font-family: 'themify';
    color: #fff;
}
.mfp-arrow-right:after {
    border-right: none;
    content: none;
    font-size: 2em;
    font-family: 'themify';
    color: #fff;
}

.mfp-close{
	margin: 15px;
}






/*-----------------------------------------
23. Gallery Grid
-------------------------------------------*/
.gallery-item img{
	width: 100%;
}

@media screen and (max-width: 1200px) {
	.grid-gallery-5col, .grid-gallery-4col, .grid-gallery-3col, .grid-gallery-2col{
		margin: -7.5px !important;
	}	
}





/*--------------------
f) Video Box
----------------------*/
/* .video-video-box{
	position: relative;
	display: block;
	width: 100%;
	height: auto;	
	margin-bottom: 25px;
}
.video-video-box img{
	width: 100%;
}
.video-video-box-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: .5s ease;
}

.video-video-box-button{
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.video-video-box-button button{
	color: #222;
	font-size: 25px;
	background: rgba(255, 255, 255, .7);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding-top: 5px;
	padding-left: 12px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;	
}
.video-video-box-button button:hover{
	color: #fff;
	background: #222;
}
@media (max-width: 991px) {
	.video-video-box-button button{
		color: #222;
		font-size: 15px;
		background: rgba(255, 255, 255, .7);
		width: 60px;
		height: 60px;
		border-radius: 50%;
		padding-top: 1px;
		padding-left: 9px;
		-webkit-transition-duration: .3s;
		transition-duration: .3s;	
	}	
}


 */



/*--------------------
b) Blog Grid 
----------------------*/
.blog-grid{
	border:1px solid #e6e6e6;
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.08);
	box-shadow: 0 20px 40px rgba(0,0,0,0.08);
	margin: 15px 0px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;       
}
.blog-grid:hover{
	-webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.20);
	box-shadow: 0 20px 40px rgba(0,0,0,0.20);
}

.blog-grid-image img{
	width: 100%
	/* height: auto; */
}

.blog-grid-text{
	background: #fff;
	padding: 25px 30px 35px 30px;
}

.blog-grid-text h4{
	color: #333;
	font-size: 23px;
	font-weight: 400;
}

.blog-grid-text h4 a{
	color: #333;
	font-size: 23px;
	font-weight: 400;
}

.category{
	margin: 15px 0px 15px 0px;
}

.category span{
	color: #9b9b9b;
	margin-right: 30px;
	font-weight: 500;
}

.category span i{
	color: #9b9b9b;
	margin-right: 10px;
}

.blog-grid-text p{
	color: #6b6b6b;
	font-size: 15px;
	font-weight: 500;
	line-height: 180%;
}

.blog-grid-button{
	width: 70px;
	height: 70px;
	background: #08ad79;
	border-radius: 50%;
	border: 6px solid  #fff;
	text-align: center;
	margin-top: -50px;
	margin-right: -10px;
	float:right;
	position: relative;
}

.blog-grid-button i{
	color: #fff;
	font-size: 18px;
	margin-top: 19px;
}





/** PAGINATION STARTED **/
.pagination-box {
    margin-top: 25px;
}

.pagination {
    padding-left: 0;
    border-radius: 4px;
    display: inline-block;
}

.pagination li {
    display: inline-block;
}

.pagination > li > a, .pagination > li > span {
    border-radius: 0;
    margin: 0 5px 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
    line-height: 40px;
    border: none;
}

.pagination > li > a {
    color: #212529;
    font-size: 20px;
    background: #fff;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.pagination > li > .active {
    color: #113d04;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.pagination > li > a:hover {
    color: #2f0303;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}