@charset "utf-8";
/* CSS Document */


.single-project .project-content .project-title {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    position: relative;
    color: #fff;
    margin-left: 60px;
    border: 0px solid #000;
    height: 400px;
    padding-top: 365px;
}

.single-project .project-content .project-title::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background-color: #fff;
    top: 96%;
    left: -60px;
}

.navigation-bar.sticky {
    position: fixed;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 21px 0px rgba(136, 166, 202, 0.2);
    -moz-box-shadow: 0px 5px 21px 0px rgba(136, 166, 202, 0.2);
    box-shadow: 0px 5px 21px 0px rgba(136, 166, 202, 0.2);
    z-index: 99;
    padding: 15px 0;
}

.navbar .navbar-brand img {
    max-width: 250px;
}

.navigation-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 20px 0;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}


.gray-bg {
    background: rgba(136, 166, 202, 0.06137254901960784);
}

.darkgray-bg {
    background: rgba(152, 152, 152, 0.46137254901960784);
	background: rgba(136, 166, 202, 0.86137254901960784);
}

.preloader .loader_34 .ytp-spinner-circle {
      box-sizing: border-box;
      position: absolute;
      width: 200%;
      height: 100%;
      border-style: solid;
      /* Spinner Color */
      border-color: #88a6ca #88a6ca #ededed;
      border-radius: 50%;
      border-width: 6px; }

.navbar .navbar-nav .nav-item.active a, .navbar .navbar-nav .nav-item:hover a {
    color: #88a6ca;
}

.header-banner .banner-content .sub-title {
    font-size: 24px;
    color: #88a6ca;
    text-transform: uppercase;
}

.header-banner .banner-content .banner-title span {
    color: #88a6ca;
}

.header-banner .banner-content .banner-contact {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    color: #88a6ca;
    text-transform: uppercase;
    margin-left: 70px;
}

.header-banner .banner-content .banner-contact::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    background-color: #88a6ca;
    left: -70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-area .header-shape-fore {
    left: 44%;
    bottom: -100px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.about-content .about-welcome {
    font-size: 24px;
    color: #88a6ca;
    text-transform: uppercase;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #88a6ca;
  padding: 0 30px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #88a6ca;
  -webkit-box-shadow: 0px 5px 16px 0px rgba(136, 166, 202, 0.65);
  -moz-box-shadow: 0px 5px 16px 0px rgba(136, 166, 202, 0.65);
  box-shadow: 0px 5px 16px 0px rgba(136, 166, 202, 0.65);
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase; }
  .main-btn i {
    margin-right: 5px; }
  .main-btn:hover {
    background-color: #fff;
    color: #88a6ca;
    border-color: #88a6ca; }
  .main-btn.main-btn-2 {
    background-color: #fff;
    color: #88a6ca;
    border-color: #88a6ca; }

    .main-btn.main-btn-2:hover {
      background-color: #88a6ca;
      border-color: #88a6ca;
      color: #fff; 
}

.main-btn-breit {
	width: 100%;
}

.about-image .about-btn .main-btn:hover {
    border-color: #88a6ca;
}

.section-title .sub-title {
    font-size: 18px;
    color: #88a6ca;
    text-transform: uppercase;
}

.single-project .project-image::before {
    position: absolute;
    content: '';
    width: 98.5%;
    height: 100%;
    background: white;
    background: -webkit-linear-gradient(rgba(136, 166, 202, 0) 50%, #88a6ca 100%);
    background: -o-linear-gradient(rgba(136, 166, 202, 0) 50%, #88a6ca 100%);
    background: linear-gradient(rgba(136, 166, 202, 0) 50%, #88a6ca 100%);
    opacity: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.single-services .services-icon i {
    font-size: 52px;
    color: #88a6ca;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.single-services {
	background: rgba(136, 166, 202, 0.06137254901960784);
}

.single-services:hover {
    background-color: #88a6ca;
}

.single-project .project-content .project-title {
    font-size: 21px;
}


.single-project:hover .project-image::before {
    opacity: 1;
	width: 98.5%;
}


.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 46px;
  z-index: 99;
  text-align: center;
  display: none;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  -moz-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #fff;
  background-color: #88a6ca; 
}
  .back-to-top:hover {
    color: #88a6ca;
    background-color: #fff; 
}

.project-active .slick-dots li.slick-active button {
    width: 45px;
    background-color: #88a6ca;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(156, 156, 156, 0.5);
  -moz-box-shadow: 0px 0px 7px 0px rgba(156, 156, 156, 0.5);
  box-shadow: 0px 0px 7px 0px rgba(156, 156, 156, 0.5);
}

.project-active .slick-dots li button {
    width: 30px;
    height: 15px;
    border-radius: 50px;
    border: 0;
    background-color: rgba(136, 166, 202, 0.7);
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    font-size: 0;
    cursor: pointer;
}


.slick-prev {
	position: absolute;
	width: 75px;
	height: 75px;
	z-index: 10000;
	top:35%;
	left:-2%;
	color: transparent;
	border:0;
	background-image: url("../images/arrows_left.png");
	opacity: 0.3;
	-webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.slick-prev:hover {
	opacity: 1.0;
	-webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.slick-next {
	position: absolute;
	float: right;
	width: 75px;
	height: 75px;
	z-index: 10000;
	top:35%;
	right:-2%;
	color: transparent;
	border:0;
	background-image: url("../images/arrows_right.png");
	opacity: 0.3;
	-webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.slick-next:hover {
	opacity: 1.0;
	-webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.modal-header{
	padding: 1.5rem 1.5rem;
}
.modal-body {
	padding:1.5em;
}
.modal-footer {
	padding:1.5em;
}


.project-area {
  position: relative; }
  @media (max-width: 767px) {
    .project-area {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .project-area .shape {
    position: absolute; }
    @media only screen and (min-width: 1200px) and (max-width: 1400px) {
      .project-area .shape img {
        width: 325px; } }
  .project-area .shape-one {
    top: 25px;
    left: 50px; }
    @media only screen and (min-width: 1200px) and (max-width: 1400px) {
      .project-area .shape-one {
        left: 20px; } }
  .project-area .shape-tow {
    left: 150px;
    bottom: 50px; }
    @media only screen and (min-width: 1200px) and (max-width: 1400px) {
      .project-area .shape-tow {
        left: 70px; } }
  .project-area .shape-three {
    right: 85px;
    bottom: 30px; }
    @media only screen and (min-width: 1200px) and (max-width: 1400px) {
      .project-area .shape-three {
        right: 35px; } }


.footer-link ul li {
    padding: 7px;
    border-bottom: 1px solid #eee;
    list-style: square;
    max-width: 75%;
}

.footer-link ul li a:hover {
    color: #88a6ca;
}

.footer-logo a img {
    width: 215px;
}

.copyright-area {
  border-top: 1px solid #eceff8;
  padding: 20px 0; 
}

.copyright-area a{
  font-size: 17px;
    color: #646464;
    font-family: 'Hind', sans-serif;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; 
}

.copyright-area a:hover{
	color: #88a6ca;
}

.copyright-area .active{
	color: #88a6ca;
}


@media (max-width: 767px) {
  .navbar .navbar-brand img {
    max-width: 200px;
} 
	.footer-link ul li {
    margin-left: 25px;
}
	.header-banner .banner-content .sub-title {
	font-size: 16px;
	}
	.header-banner .banner-content .banner-title {
	font-size: 30px;
    }
	.header-banner .banner-content .banner-contact {
	width: 200px;
	margin-left:0px;
	margin-top:5px;
	color: #000;	
	}	
	.header-banner .banner-content .banner-contact::before {
	display:none;
	}	
	.header-banner .banner-content .banner-text {
	width: 140px;
	margin-top:5px;
	line-height: 22px;
	color: #000;	
	}	
	.header-banner .banner-content .main-btn{
	margin-top:15px;
	}	
	.about-image .single-image.image-tow {
	margin-top: 30px;
	display:none;
    }	
	.about-image .about-btn .main-btn {
    display:none;
}
		
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .navbar .navbar-brand img {
    max-width: 225px;
	}

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.navbar .navbar-brand img {
    max-width: 225px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar .navbar-brand img {
    max-width: 225px;
}
	.navbar .navbar-btn {
        position: absolute;
        right: 100px;
        top: 8px;
    }
}

