/*
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome {
/*  background: url(../images/welcome-bg.png) left center no-repeat;*/
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.welcome .welcome-content {
  width: 100%;
  position: relative;
}
.welcome .welcome-content .welcome-text h1 {
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 1.3px;
  margin-bottom: 35px;
  color: #1F2128;
}
.welcome .welcome-content .welcome-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.53px;
  color: #606060;
  margin-bottom: 35px;
}
.welcome .welcome-content .slider-wrapper {
  position: absolute;
  top: 0px;
/*  padding-left: 70px;*/
}
.welcome .welcome-content .slider-wrapper .base {
  position: absolute;
  width: 100%;
/*  height: 200px;*/
  left: 0px;
  bottom: 0px;
/*
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
*/
}
.welcome .welcome-content .slider-wrapper .base .prev {
  position: absolute;
  right: 80px;
  bottom: 16px;
  font-size: 40px;
  line-height: 40px;
  cursor: pointer;
  z-index: 999;
}
.welcome .welcome-content .slider-wrapper .base .next {
  position: absolute;
  right: 40px;
  bottom: 16px;
  font-size: 40px;
  line-height: 40px;
  cursor: pointer;
  z-index: 999;
}
.welcome .welcome-content .slider-wrapper .owl-carousel {
  position: relative;
  z-index: 2;
}
.welcome .welcome-content .slider-wrapper .owl-carousel .item .img {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
/*  margin-bottom: 20px;*/
}
.welcome .owl-carousel .owl-item img {
/*	height: 300px;*/
	width:auto;
	top:-20px;
	position: relative;
}
.welcome .welcome-content .slider-wrapper .owl-carousel .item .text {
/*  visibility: hidden;*/
  visibility: visible;
  opacity: 1;
  transition: visibility 0.3s linear, opacity 0.3s linear;
	position: relative;
	bottom:80px;
	text-align: center;
}
.welcome .welcome-content .slider-wrapper .owl-carousel .item .text h5 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.53px;
  margin-bottom: 10px;
  color: #1F2128;
	padding:0 10px;
}
.welcome .welcome-content .slider-wrapper .owl-carousel .item .text p {
  font-weight: 400;
  font-size: 14px;
  color: #606060;
  letter-spacing: 0.47px;
  line-height: 26px;
}
.welcome .welcome-content .slider-wrapper .owl-carousel .firstActiveItem .text {
  visibility: visible;
  opacity: 1;
}
.welcome .fa-angle-left,
.welcome .fa-angle-right {
	font-size: 24px;
	color:#7D7D7D;
}
@media (max-width: 1400px) {
  .welcome .welcome-content {
/*    margin-top: 100px;*/
  }
}
@media (max-width: 1200px) {
  .welcome {
    padding-top: 60px;
    padding-bottom: 100px;
    margin-bottom:20px;
/*		padding: 75px 20px;*/
  }
  .welcome .welcome-content .slider-wrapper .base {
    width: 100%;
    left: 15px;		
		/*bottom: 0px!important;*/
  }
}
@media (max-width: 1024px) {
    .welcome {
        padding-bottom:0px;
    }
   .welcome .welcome-content .slider-wrapper .base {
		bottom: 0px!important;
		
  } 
}
@media (max-width: 991px) {
  .welcome .welcome-content .welcome-text {
    text-align: center;
    margin-bottom: 50px;
  }
  .welcome .welcome-content .welcome-text a {
    margin: auto;
  }

  .page .cover {
    margin-top: 80px;
  }
  .page .page-bottom .page-single .page-single-img {
    margin-bottom: 30px;
  }
  .page .page-bottom .page-single .page-single-text .count span {
    margin-bottom: 30px;
  }
}
@media (max-width: 599px) {
	.welcome .base {
		height:110px;
		bottom: -60px!important;
	}
	.welcome .owl-dots {
		display: none;
	}
	.welcome .welcome-content .slider-wrapper .base {
		bottom: -50px!important;
  }
	.welcome .welcome-content .slider-wrapper {
		padding: 0 20px;
	}
}
/* 
---------------------------------------------
pages
--------------------------------------------- 
*/
.page .cover {
  margin-top: 100px;
  min-height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .cover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background: #000;
  z-index: 2;
  opacity: 0.6;
}
.page .cover .cover-top {
  position: relative;
  width: 100%;
  z-index: 3;
  text-align: center;
  transform: perspective(1px) translateY(0%);
  overflow: hidden;
}
.page .cover .cover-top h1 {
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 1.4px;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}
.page .cover .cover-top .breadcrumb {
  position: relative;
  z-index: 9;
  float: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none;
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  display: inline-block;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
  margin: 0px;
  border: 1px solid #fff;
}
.page .cover .cover-top .breadcrumb li {
  font-weight: 400;
  font-size: 14px;
  color: #D8D8D8;
  line-height: 30px;
  margin-left: 10px;
  display: inline-block;
}
.page .cover .cover-top .breadcrumb li:after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 10px;
  color: #fff;
}
.page .cover .cover-top .breadcrumb li:first-child {
  margin-left: 0px;
}
.page .cover .cover-top .breadcrumb li:last-child:after {
  content: "";
  margin-left: 0px;
}
.page .cover .cover-top .breadcrumb li a {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.page .page-bottom {
  padding-top: 60px;
  padding-bottom: 60px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.88px;
  line-height: 28px;
  color: #606060;
}
.page .page-bottom p {
  margin-bottom: 45px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
}
.page .page-bottom .project-grid .project-grid-item {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
  margin-bottom: 30px;
}
.page .page-bottom .project-grid .project-grid-item .img {
  width: 100%;
  height: 228px;
  position: relative;
  overflow: hidden;
}
.page .page-bottom .project-grid .project-grid-item .text {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 2;
  margin-top: -30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  padding: 30px 25px;
}
.page .page-bottom .project-grid .project-grid-item .text h3 {
  font-weight: 400;
  font-size: 16px;
  color: #1F2128;
  letter-spacing: 0.7px;
  margin-bottom: 10px;
}
.page .page-bottom .project-grid .project-grid-item .text p {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
  color: #606060;
  letter-spacing: 0.88px;
  line-height: 26px;
}
.page .page-bottom .project-grid .project-grid-item:hover {
  padding-bottom: 10px;
}
.page .page-bottom .project-grid .project-grid-item:hover .text {
  margin-top: -40px;
}
.page .page-bottom .project-list .project-list-item {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  align-items: center;
}
.page .page-bottom .project-list .project-list-item .img {
  width: 45%;
  height: 228px;
  float: left;
  position: relative;
  overflow: hidden;
}
.page .page-bottom .project-list .project-list-item .text {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  width: 70%;
  right: 0px;
  position: absolute;
  z-index: 2;
  text-align: left;
  padding: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page .page-bottom .project-list .project-list-item .text h3 {
  font-weight: 400;
  font-size: 16px;
  color: #1F2128;
  letter-spacing: 0.7px;
  margin-bottom: 10px;
}
.page .page-bottom .project-list .project-list-item .text p {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
  color: #606060;
  letter-spacing: 0.88px;
  line-height: 26px;
}
.page .page-bottom .project-list .project-list-item:hover .text {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.2);
}
.page .page-bottom .page-single .page-single-img {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .page-bottom .page-single .page-single-img .play {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 2;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.page .page-bottom .page-single .page-single-img .play:hover {
  transform: scale(1.1);
}
.page .page-bottom .page-single .page-single-img .play:before {
  content: "";
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  width: 80px;
  height: 80px;
  z-index: 2;
  opacity: 0.39;
}
.page .page-bottom .page-single .page-single-img .play:after {
  content: "";
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
  background: #fff;
  width: 60px;
  height: 60px;
  z-index: 2;
}
.page .page-bottom .page-single .page-single-img .play i {
  position: absolute;
  z-index: 3;
  width: 80px;
  left: 0px;
  padding-left: 7px;
  line-height: 80px;
  font-size: 20px;
  color: #1F2128;
}
.page .page-bottom .page-single .page-single-text .title {
  font-weight: 600;
  font-size: 16px;
  color: #1F2128;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.page .page-bottom .page-single .page-single-text .sub-title {
  font-weight: 400;
  font-size: 18px;
  color: #1F2128;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.page .page-bottom .page-single .page-single-text p {
  font-weight: 400;
  font-size: 16px;
  color: #606060;
  letter-spacing: 1px;
  line-height: 28px;
  margin-bottom: 30px;
}
.page .page-bottom .page-single .page-single-text .info-list {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  padding: 15px 20px;
  margin-bottom: 40px;
}
.page .page-bottom .page-single .page-single-text .info-list strong {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: #1F2128;
  letter-spacing: 1px;
}
.page .page-bottom .page-single .page-single-text .info-list span {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: #606060;
  letter-spacing: 1px;
}
.page .page-bottom .page-single .page-single-text .count strong {
  display: block;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 1.29px;
  color: #1F2128;
  margin-bottom: 10px;
  text-align: center;
}
.page .page-bottom .page-single .page-single-text .count span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.69px;
  color: #606060;
  text-align: center;
}
.page .page-bottom .page-single .page-single-text .skill-wrapper .skill-item {
  margin-bottom: 20px;
}
.page .page-bottom .page-single .page-single-text .skill-wrapper .skill-item strong {
  font-weight: 400;
  font-size: 14px;
  color: #1F2128;
  letter-spacing: 0.88px;
  display: block;
  margin-bottom: 5px;
}
.page .page-bottom .page-single .page-single-text .skill-wrapper .skill-item .skill-progress {
  width: 100%;
  position: relative;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #E2E2E2;
}
.page .page-bottom .page-single .page-single-text .skill-wrapper .skill-item .skill-progress .line {
  position: absolute;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #1F2128;
  width: 0%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.project-grid .project-grid-item {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
  margin-bottom: 30px;
}
.project-grid .project-grid-item .img {
  width: 100%;
  height: 228px;
  position: relative;
  overflow: hidden;
}
.project-grid .project-grid-item .text {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 2;
  margin-top: -30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  padding: 30px 25px;
}
.project-grid .project-grid-item .text h3 {
  font-weight: 400;
  font-size: 16px;
  color: #1F2128;
  letter-spacing: 0.7px;
  margin-bottom: 10px;
}
.project-grid .project-grid-item .text p {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
  color: #606060;
  letter-spacing: 0.88px;
  line-height: 26px;
}
.project-grid .project-grid-item:hover {
  padding-bottom: 10px;
}
.project-grid .project-grid-item:hover .text {
  margin-top: -40px;
}

.pagination {
  margin-bottom: 30px;
}
.pagination li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  font-size: 14px;
  color: #1F2128;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.pagination li a:hover, .pagination li a.active {
  background: #1F2128;
  color: #fff;
}
/* 
/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
.blog-post-grid {
  display: block;
  width: 100%;
  height: 284px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.blog-post-grid:hover h3 {
  padding-bottom: 27px;
}
.blog-post-grid:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
  z-index: 1;
}
.blog-post-grid h3 {
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 2;
  padding: 20px 25px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-post-grid .date {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
	height: 40px;
	line-height: 44px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 4px;
	overflow: hidden;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	letter-spacing: 5px;
	padding: 0px 20px;
}
.blog-post-grid .date:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-image: linear-gradient(-130deg, #000000 0%, #b19777 100%);
  z-index: -1;
  left: 0px;
}

