

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: red;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #50d8af;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}
.back-to-top {

  background: #e12219;

  color: #fff;

}



.back-to-top:focus {

  background: #e12219;

  color: #fff;

}



.back-to-top:hover {

  background: #ffc0c0;

  color: #fff;

}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  padding: 0;
  height: 40px;
}
#topbar .contact-info i {
  font-style: normal;
  color: #50d8af;
}
#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #444;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #50d8af;
}
#topbar .social-links a {
  color: #555;
  padding: 0 15px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}
#topbar .social-links a:hover {
  color: #50d8af;
}
#topbar .social-links a:first-child {
  border-left: 0;
}


/*--------------------------------------------------------------



# Header



--------------------------------------------------------------*/

#header {

  height: 80px;

  transition: all 0.5s;

  z-index: 997;

  background: #000000;

  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);

}



#header #logo h1 {

  font-size: 36px;

  margin: 0;

  padding: 0;

 font-family: 'Roboto Condensed', sans-serif;

  font-weight: 700;

}







/* .logo {



	background-color: #e12219;



	margin-bottom: 20px;



	



}



.logo img {



	padding: 0;



	display: block;



	margin-left: auto;



	margin-right: auto;



}







.logo2 img {



	padding: 0;



	display: block;



	margin-left: auto;



	margin-right: auto;



}







@media (min-width: 767px) {



	.logo2 {



	display:none;



	}



}



	.logo2 {



	background-color: #e12219;



	margin: -20px -20px 20px -20px;	



}



@media (max-width: 767px) {



	.logo {



		display:none;



		margin-bottom: 20px;



	}



} */





#header #logo h1 a {

  color: #ffffff;

}



#header #logo h1 a span {

  color: #50d8af;

}



#header #logo img {

  padding: 0;

  margin: 0;

}



.flexy {



    display: flex;



    justify-content: space-between;



    align-items: center;



}







.flexy img {



    width: 100%;



    max-width: 220px;



}



@media (max-width: 768px) {

  #header {

    height: 60px;

  }

  #header #logo h1 {

    font-size: 28px;

  }

  #header #logo img {

    /* max-height: 50px; */

  }

}



.scrolled-offset {

  margin-top: 70px;

}



/*--------------------------------------------------------------



# Navigation Menu



--------------------------------------------------------------*/

/**



* Desktop Navigation 



*/

.navbar {

  padding: 0;



  border: white solid 0px;

}



.navbar ul {

  margin: 0;

  padding: 0;

  display: flex;

  list-style: none;

  align-items: center;



  

}



.navbar li {

  position: relative;

}



.navbar a, .navbar a:focus {

  display: flex;

  /* align-items: center; */

  /* justify-content: space-between; */



  vertical-align:top;

  padding: 10px 0 10px 30px;

  font-size: 15px;

  font-weight: 600;

  color: #444;



  text-transform: uppercase;

  white-space: nowrap;

  transition: 0.3s;

}



.navbar a i, .navbar a:focus i {

  font-size: 12px;

  line-height: 0;

  margin-left: 5px;

}



.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {

  color: #50d8af;

}



.navbar .dropdown ul {

  display: block;

  position: absolute;

  left: 14px;

  top: calc(100% + 30px);

  margin: 0;

  padding: 10px 0;

  z-index: 99;

  opacity: 0;



  max-width:330px;

  visibility: hidden;

  background: #fff;

  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);

  transition: 0.3s;

}



.navbar .dropdown ul li {

  min-width: 250px;

}



.navbar .dropdown ul a {

  padding: 5px 15px;

  font-size: 11px;

}



.navbar .dropdown ul a i {

  font-size: 11px;

}



.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {

  color: #50d8af;

}



.navbar .dropdown:hover > ul {

  opacity: 1;

  top: 100%;

  visibility: visible;

}



.navbar .dropdown .dropdown ul {

  top: 0;

  left: calc(100% - 30px);

  visibility: hidden;

}



.navbar .dropdown .dropdown:hover > ul {

  opacity: 1;

  top: 0;

  left: 100%;

  visibility: visible;

}



@media (max-width: 1366px) {

  .navbar .dropdown .dropdown ul {

    left: -90%;

  }

  .navbar .dropdown .dropdown:hover > ul {

    left: -100%;

  }

}







/**



* Mobile Navigation 



*/

.mobile-nav-toggle {

  color: #000;

  font-size: 28px;

  cursor: pointer;

  display: none;

  line-height: 0;

  transition: 0.5s;

}



.mobile-nav-toggle.bi-x {

  color: #fff;

}



.mobile-nav-toggle.bi-list {



  color: #fff;



}



@media (max-width: 991px) {

  .mobile-nav-toggle {

    display: block;

  }

  .navbar ul {

    display: none;

  }

}



.navbar-mobile {

  position: fixed;

  overflow: hidden;

  top: 0;

  right: 0;

  left: 0;

  bottom: 0;

  background: rgba(8, 30, 91, 0.9);

  transition: 0.3s;

  z-index: 999;

}



.navbar-mobile .mobile-nav-toggle {

  position: absolute;

  top: 15px;

  right: 15px;

}



.navbar-mobile ul {

  display: block;

  position: absolute;

  top: 55px;

  right: 15px;

  bottom: 15px;

  left: 15px;

  padding: 10px 0;

  background-color: #fff;

  overflow-y: auto;

  transition: 0.3s;

}



.navbar-mobile a {

  padding: 10px 20px;

  font-size: 15px;

  color: #fff;

}



.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {

  color: #50d8af;

}



.navbar-mobile .getstarted {

  margin: 15px;

}



.navbar-mobile .dropdown ul {

  position: static;

  display: none;

  margin: 10px 20px;

  padding: 10px 0;

  z-index: 99;

  opacity: 1;

  visibility: visible;

  background: #fff;

  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);

}



.navbar-mobile .dropdown ul li {

  min-width: 200px;

}



.navbar-mobile .dropdown ul a {

  padding: 10px 20px;

}



.navbar-mobile .dropdown ul a i {

  font-size: 12px;

}



.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {

  color: #50d8af;

}



.navbar-mobile .dropdown > .dropdown-active {

  display: block;

}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 60vh;
  position: relative;
  background: url("../img/hero-carousel/3.png") no-repeat;
  background-size: cover;
  padding: 0;
}

@media screen and (max-width:767px){#hero{background-image:url(../img/hero-carousel/nurlan_sq2.png);}}
#hero .hero-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#hero .hero-content h2 {
  color: #0c2e8a;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 700;
}
#hero .hero-content h2 span {
  color: #50d8af;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #hero .hero-content h2 {
    font-size: 34px;
  }
}
#hero .hero-content .btn-get-started, #hero .hero-content .btn-projects {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}
#hero .hero-content .btn-get-started {
  background: #0c2e8a;
  border: 2px solid #0c2e8a;
}
#hero .hero-content .btn-get-started:hover {
  background: none;
  color: #0c2e8a;
}
#hero .hero-content .btn-projects {
  background: #50d8af;
  border: 2px solid #50d8af;
}
#hero .hero-content .btn-projects:hover {
  background: none;
  color: #50d8af;
}
#hero .hero-slider {
  z-index: 8;
  height: 60vh;
}
#hero .hero-slider::before {
  /* content: ""; */
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}
#hero .hero-slider .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: opacity;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 30px;
}
.section-header h2 {
  font-size: 32px;
  color: #0c2e8a;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}
.section-header h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #50d8af;
  bottom: 0;
  left: 0;
}
.section-header p {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #fafafa;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* About Section
--------------------------------*/
#about {
  padding: 60px 0 30px 0;
}
#about .about-img {
  overflow: hidden;
}
#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}
@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}
#about .content h2 {
  color: #0c2e8a;
  font-weight: 700;
  font-size: 36px;
  font-family: "Raleway", sans-serif;
}
#about .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}
#about .content p {
  line-height: 26px;
}
#about .content p:last-child {
  margin-bottom: 0;
}
#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #50d8af;
}
#about .content ul {
  list-style: none;
  padding: 0;
}
#about .content ul li {
  padding-bottom: 10px;
}

/* Services Section
--------------------------------*/
#services {
  padding: 40px 0;
}
#services .box {
  padding: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
  height: 100%;
}
#services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}
#services .box .icon {
  float: left;
}
#services .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}
#services .box .icon i:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#services .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}
#services .box h4 a {
  color: #444;
}
#services .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}
@media (max-width: 767px) {
  #services .box .box {
    margin-bottom: 20px;
  }
  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #services .box h4, #services .box p {
    margin-left: 0;
    text-align: center;
  }
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 30px 0;
}
#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}
#clients img:hover {
  opacity: 1;
}
#clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
#clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #50d8af;
}
#clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #50d8af;
}

/* Our Portfolio Section
--------------------------------*/
#portfolio {
  background: #fff;
  padding: 30px 0;
}
#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}
#portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 18px 12px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #f7f7f7;
  border-radius: 4px;
}
#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #50d8af;
}
#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
#portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}
#portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #50d8af;
  padding: 15px 20px;
}
#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
#portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
#portfolio .portfolio-item .portfolio-info .preview-link, #portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: rgba(255, 255, 255, 0.6);
  transition: ease-in-out 0.3s;
}
#portfolio .portfolio-item .portfolio-info .preview-link:hover, #portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #fff;
}
#portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}
#portfolio .portfolio-item:hover img {
  top: -30px;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #50d8af;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #50d8af;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(12, 46, 138, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 30px 0;
}
#testimonials .testimonials-carousel, #testimonials .testimonials-slider {
  overflow: hidden;
}
#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
}
#testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}
#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}
#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}
#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}
#testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
#testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #50d8af;
}
#testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #50d8af;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: #081e5b;
  background-size: cover;
  padding: 40px 0;
}
#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
#call-to-action .cta-text {
  color: #fff;
}
@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}
#call-to-action .cta-btn:hover {
  background: #50d8af;
  border: 3px solid #50d8af;
}

/* Our Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 30px 0 0 0;
}
#team .member {
  text-align: center;
  margin-bottom: 20px;
}
#team .member .pic {
  overflow: hidden;
  text-align: center;
}
#team .member .pic img {
  max-width: 100%;
}
#team .member .details {
  background: #50d8af;
  color: #fff;
  padding: 15px;
  border-radius: 0 0 3px 3px;
}
#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}
#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
#team .member .social {
  margin-top: 5px;
}
#team .member .social a {
  color: #fff;
}
#team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 30px 0;
}
#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}
#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #50d8af;
}
#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}
#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}
#contact .contact-info a {
  color: #000;
}
#contact .contact-info a:hover {
  color: #50d8af;
}
#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}
#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}
#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
#contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
#contact .php-email-form input, #contact .php-email-form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}
#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #50d8af;
}
#contact .php-email-form button[type=submit] {
  background: #50d8af;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}
#contact .php-email-form button[type=submit]:hover {
  background: #2dc899;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #f2f5f8;
  padding: 0 0 30px 0;
  font-size: 14px;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #555;
}
#footer .credits a {
  color: #0c2e8a;
}



/* body {



	font-family: 'Roboto Condensed', sans-serif;



  background: transparent;



  color: #a6a5a5;



  font: 400 14px/18px "Play", sans-serif;



  -webkit-text-size-adjust: none; }







img {



  max-width: 100%;



  height: auto; } */



  



  #cms {



	  margin: -20px 0 0 0;



  }







#cms h1 {



  font-size: 48px;



  line-height: 48px;



  font-weight: 700;



  color: #2c2d2e;



  text-transform: uppercase; }



  



@media (max-width: 1199px) and (min-width: 980px) {



    



#cms h1 {



      font-size: 38px; } 



	  }







#cms h2 {



  margin-bottom: 20px;



  margin-top: 0px;



  position: relative;



  font-size: 30px;



  line-height: 30px;



  font-weight: 700;



  color: #282828;



  text-transform: uppercase;



  text-align: center; 



  }



  



 #cms h2 span {



    display: inline-block;



    position: relative;



    background: #fff;



    padding: 0 10px; }







#cms h3 {



  margin-bottom: 10px;



  font-size: 24px;



  line-height: 24px;



  font-weight: 700;



  color: #333333;



  text-transform: uppercase; }



  @media (max-width: 979px) {



    #cms h3 {



      font-size: 20px; } }







#cms p + h3 {



  margin-top: 30px; }







#cms h4 {



  margin-bottom: 20px;



  font-size: 18px;



  line-height: 18px;



  font-weight: 700;



  color: #333333;



  text-transform: uppercase; }







#cms h5 {



  margin-bottom: 20px;



  font-size: 12px;



  line-height: 18px;



  color: #e12219;



  text-transform: uppercase; }



  #cms h5 a:hover {



    color: #282828; }







#cms h6 {



  margin-bottom: 15px;



  font-size: 16px;



  line-height: 24px;



  color: #282828;



  text-transform: uppercase; }







#cms p + h6 {



  margin-top: 25px; }







#cms h2 a:hover, h3 a:hover, h4 a:hover, h6 a:hover {



  color: #e12219; }







#cms p a:hover, .marked-list a:hover, .list a:hover {



  text-decoration: underline; }



#cms p .fa, .marked-list .fa, .list .fa {



  text-decoration: none; }



 */







#cms a {



  font: inherit;



  color: inherit;



  text-decoration: none;



  -moz-transition: 0.3s;



  -o-transition: 0.3s;



  -webkit-transition: 0.3s;



  transition: 0.3s; }



  #cms a:focus {



    outline: none; }



  #cms a:active {



    background-color: transparent; }



	



/*========================================================



                     HEADER  Section



=========================================================*/



header {



  background: #fff;



  position: relative;



  z-index: 20; }



  header .brand {



    float: left; }



    @media (max-width: 979px) {



      header .brand {



        float: none; } }



  header .nav {



    float: left; }



  header .h-right {



    float: right; }



    @media (max-width: 979px) {



      header .h-right {



        float: none; } }



  @media (max-width: 767px) {



    header {



      text-align: center; }



      header .nav {



        float: none; } }















#cms .ratio {



	margin: -50px 0;



}



@media (max-width: 767px) {



	



	#cms .ratio {



	margin: 0;



	}



}







#cms {



	vertical-align: text-top;



	border: 0px solid black;



}



#cms .text01 {



  margin-bottom: 15px;



  text-align: center;



  font-size: 16px;



  line-height: 24px;



  color: #646464; 



  }







#cms .text_center {



  text-align: center; }







/*=======================================================



                       Main Layout



=========================================================*/



/*=======================================================



                        Components



=========================================================*/



/*==================     Brand     ======================*/



.brand {



  display: inline-block; }



  .brand_name {



    overflow: hidden; }



    .brand_name .logo {



      display: inline-block;



      background: #e12219;



      padding: px px px;



      line-height: 0;



      font-size: 0; }



      @media (min-width: 768px) {



        .brand_name .logo {



          margin-right: 20px; } }



    .brand_name .logo_name {



      display: inline-block;



      margin: 40px 0 35px; }







/*==================    Buttons    ======================*/



.btn:hover {



  background: #e12219; }



.btn:active {



  background: #b31b14; }







.btn01 {



  display: inline-block;



  margin-top: 35px;



  padding: 10px 18px;



  border: 1px solid #cccccc;



  background: none;



  color: #282828;



  font-size: 12px;



  line-height: 20px;



  text-transform: uppercase; }



  .btn01:hover {



    color: #e12219; }



  .btn01:active {



    color: #b31b14; }







.btn02 {



  display: inline-block;



  margin-top: 20px;



  color: #141716;



  font-size: 30px;



  line-height: 30px; }



  .btn02:hover {



    color: #e12219; }



  .btn02:active {



    color: #b31b14; }







.btn03 {



  display: inline-block;



  margin-top: 25px;



  color: #e12219;



  font-weight: 700;



  line-height: 18px; }



  .btn03:hover {



    color: #fff; }



  .btn03 .fa {



    margin-left: 5px;



    font-size: 18px;



    line-height: 18px; }







/*==================      Box      ======================*/



.box {



  margin-bottom: 35px; }



  .box:before, .box:after {



    display: table;



    content: "";



    line-height: 0; }



  .box:after {



    clear: both; }



  @media (max-width: 767px) {



    .box {



      margin-bottom: 0; } }



  .box img + h3 {



    margin-top: 30px; }



  .box_aside {



    text-align: center;



    margin-bottom: 20px; }



    @media (min-width: 980px) {



      .box_aside {



        float: left;



        margin-right: 25px;



        margin-bottom: 0; } }



  .box_cnt__no-flow {



    overflow: hidden; }







.box01 {



  margin-bottom: 30px;



  background: #fff;



  border: 1px solid #ebebeb;



  text-align: center;



  padding: 15px 20px 25px; }



  @media (max-width: 767px) {



    .box01 {



      margin-bottom: 0; } }



  .box01_cnt {



    margin-top: 30px; }



    .box01_cnt p {



      font-family: 'Roboto Condensed', sans-serif;



      color: #5f646a; }



      @media (min-width: 1200px) {



        .box01_cnt p {



          padding: 0 30px; } }







.box02 {



  margin-bottom: 30px;



  position: relative; }



  @media (max-width: 767px) {



    .box02 {



      margin-bottom: 0; } }



  .box02_cnt {



    position: relative;



    background: rgba(0, 0, 0, 0.2);



    margin-left: 50%;



    width: 50%;



    color: #fff; }



    .box02_cnt h3, .box02_cnt h4, .box02_cnt h5 {



      color: #fff; }



    .box02_cnt h3 {



      margin-bottom: 20px; }



    @media (max-width: 479px) {



      .box02_cnt {



        width: 100%;



        margin: 0; } }



  .box02_inner {



    padding: 50px 25px; }



  .box02 .bg-img {



    position: absolute;



    top: 0;



    bottom: 0;



    left: 0;



    right: 0; }



  .box02.bg_img01 {



    background: no-repeat url(../images/page1_img04.jpg) top center;



    background-size: cover; }



  .box02.bg_img02 {



    background: no-repeat url(../images/page1_img05.jpg) top center;



    background-size: cover; }



  .box02.bg_img03 {



    background: no-repeat url(../images/page1_img06.jpg) top center;



    background-size: cover; }



  .box02.bg_img04 {



    background: no-repeat url(../images/page1_img07.jpg) top center;



    background-size: cover; }



  .box02.bg_img05 {



    background: no-repeat url(../images/page2_img04.jpg) top center;



    background-size: cover; }



  .box02.bg_img06 {



    background: no-repeat url(../images/page2_img05.jpg) top center;



    background-size: cover; }



  .box02.bg_img07 {



    background: no-repeat url(../images/page4_img01.jpg) top center;



    background-size: cover; }



  .box02.bg_img08 {



    background: no-repeat url(../images/page4_img02.jpg) top center;



    background-size: cover; }



  .box02.bg_img09 {



    background: no-repeat url(../images/page4_img03.jpg) top center;



    background-size: cover; }



  .box02.bg_img10 {



    background: no-repeat url(../images/page4_img04.jpg) top center;



    background-size: cover; }



  .box02.bg_img11 {



    background: no-repeat url(../images/page4_img05.jpg) top center;



    background-size: cover; }



  .box02.bg_img12 {



    background: no-repeat url(../images/page4_img06.jpg) top center;



    background-size: cover; }







/*========================   Menu   ==========================*/



.sf-menu {



  display: inline-block;



  font-family: 'Roboto Condensed', sans-serif;



  text-transform: uppercase; }



  .sf-menu:before, .sf-menu:after {



    display: table;



    content: "";



    line-height: 0; }



  .sf-menu:after {



    clear: both; }



  .sf-menu > li {



    position: relative;



    float: left; }



    .sf-menu > li + li {



      margin-left: 15px; }



  .sf-menu a {



    display: block; }







.sf-menu > li > a {



  padding: 12px 20px 22px;



  border-top: 6px solid transparent;



  color: #FFF;



  font-weight: 700;



  font-size: 16px;



  line-height: 30px; }



  @media (max-width: 979px) and (min-width: 768px) {



    .sf-menu > li > a {



      padding-left: 10px;



      padding-right: 10px; } }



.sf-menu > li.sfHover > a, .sf-menu > li.active > a, .sf-menu > li a:hover {



  border-color: #e12219;



  color: #e12219; }







.sf-menu ul {



  display: none;



  position: absolute;



  top: 100%;



  min-width: 105px;



  margin-top: -10px;



  padding: 20px 0 20px;



  background: #111111;



  z-index: 2;



  -moz-box-sizing: border-box;



  -webkit-box-sizing: border-box;



  box-sizing: border-box; }







.sf-menu ul > li {



  position: relative;



  margin-bottom: 15px;



  padding: 0 10px; }



  .sf-menu ul > li > a {



    color: #FFF;



    font-weight: 400;



    font-size: 12px;



    text-transform: uppercase; }







.sf-menu ul ul {



  position: absolute;



  left: 100%;



  top: -10px;



  min-width: 100px;



  margin-top: 0;



  padding: 10px 0 0;



  z-index: 4;



  background: #e12219; }







.sf-menu ul ul > li {



  padding: 0 15px; }



  .sf-menu ul ul > li > a {



    color: #FFF; }



  .sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {



    color: #282828; }







.sf-menu > li > .sf-with-ul {



  position: relative; }



  .sf-menu > li > .sf-with-ul:before {



    position: absolute;



    left: 50%;



    top: 62%;



    margin-left: -6px;



    content: "";



    font: 400 12px/12px "FontAwesome"; }







@media (max-width: 767px) {



  .sf-menu {



    display: none; } }







/*==================  Stuck menu  ======================*/



.stuck_container {



  background: repeat url(../images/bg01.jpg) top left; }







.isStuck {



  background: repeat url(../images/bg01.jpg) top left;



  z-index: 999; }







@media only screen and (max-width: 979px) {



  .isStuck {



    display: none !important; } }



/*==================     ToTop     ======================*/



.toTop {



  width: 42px;



  height: 42px;



  font-size: 38px;



  line-height: 38px;



  color: #fff;



  background: #000;



  border-radius: 50%;



  display: block;



  overflow: hidden;



  text-align: center;



  text-decoration: none;



  z-index: 20;



  margin: 0 auto; }



  .toTop:hover {



    color: #fff;



    background: #e12219;



    text-decoration: none; }







/*==================  RD Parallax    ======================*/



.parallax {



	



  position: relative;



  overflow: hidden;



  color: #fff;



  text-align: center; }



  .parallax h3 {



    color: #fff; }



  .parallax h2 {



    color: #fff; }



    .parallax h2:before {



      display: none; }



  .parallax_image, .parallax_pattern {



    position: absolute;



    top: 0;



    left: 0;



    right: 0;



    height: 100%;



    background-position: center center;



    will-change: transform; }



  .parallax_image {



    background-repeat: no-repeat;



    -webkit-background-size: cover;



    background-size: cover; }



  .parallax_pattern {



    background-repeat: repeat; }



  .parallax_cnt {



    position: relative; }























.wellcome + .text01 {



  color: #646464; }







.circle-img {



  border-radius: 50%;



  border: 7px solid #eaeaea;



  width: 72%;



  height: auto; }







.contacts-list {



  margin: 18px 0;



  float: right; }



  @media (max-width: 767px) {



    .contacts-list {



      float: none; } }



  .contacts-list li {



    display: inline-block;



    font-size: 14px;



    line-height: 30px; }



    .contacts-list li + li {



      margin-left: 30px; }



    .contacts-list li a {



      color: #e12219; }



      .contacts-list li a:hover {



        color: #fff; }







.social-list01 {



  margin-top: 10px;



  margin-bottom: 5px; }



  @media (min-width: 980px) {



    .social-list01 {



      text-align: right;



      margin: 25px 0 10px; } }



  .social-list01 li {



    display: inline-block;



    font-size: 18px;



    line-height: 30px; }



    .social-list01 li + li {



      margin-left: 12px; }



    .social-list01 li a {



      color: #2a2d2e; }



      .social-list01 li a:hover {



        color: #e12219; }







.social-list02 {



  margin-bottom: 30px; }



  .social-list02 li {



    display: inline-block; }



    .social-list02 li + li {



      margin-left: 20px; }



      @media (max-width: 479px) {



        .social-list02 li + li {



          margin-left: 10px; } }



    .social-list02 li a {



      display: block;



      width: 75px;



      height: 75px;



      font-size: 40px;



      line-height: 75px;



      background: #e12219;



      border-radius: 50%;



      text-align: center;



      color: #fff; }



      .social-list02 li a:hover {



        background: #282828; }







.addr01 {



  text-transform: uppercase;



  line-height: 20px; }



  .addr01 p {



    margin-bottom: 10px; }







.num {



  margin-bottom: 15px;



  font-size: 30px;



  line-height: 30px;



  font-weight: 800;



  color: #333333; }







.banner {



  background: #e12219;



  color: #fff;



  padding: 43px 0 42px; }



  .banner_text {



    font-size: 48px;



    line-height: 48px;



    text-transform: uppercase;



    font-weight: 700; }



    @media (max-width: 1199px) {



      .banner_text {



        font-size: 38px;



        line-height: 52px; } }







.quote {



  font-size: 16px;



  line-height: 24px; }



  .quote:before {



    content: "“";



    margin-bottom: 20px;



    display: inline-block;



    font-size: 30px;



    font-weight: 700; }







#cms .link01 {



  display: inline-block;



  margin-top: 50px;



  font-size: 18px;



  line-height: 21px;



  text-transform: uppercase;



  color: #282828; }







.addr02 {



  margin-bottom: 15px;



  font-size: 18px;



  line-height: 21px;



  color: #282828;



  text-transform: uppercase; }



  .addr02 dl {



    display: table; }



    @media (max-width: 1199px) and (min-width: 768px) {



      .addr02 dl {



        display: block; } }



  .addr02 dt, .addr02 dd {



    display: table-cell;



    vertical-align: middle; }



    @media (max-width: 1199px) and (min-width: 768px) {



      .addr02 dt, .addr02 dd {



        display: block;



        text-align: center; } }



  .addr02 dd {



    padding-left: 15px; }



    .addr02 dd span {



      font-size: 24px; }



    @media (max-width: 1199px) and (min-width: 768px) {



      .addr02 dd {



        margin-top: 30px;



        padding: 0; } }



  .addr02 .fa {



    color: #fff;



    font-size: 36px;



    line-height: 70px; }



  .addr02 a:hover {



    text-decoration: underline; }



  .addr02 .circle {



    display: inline-block;



    width: 70px;



    height: 70px;



    line-height: 70px;



    border: 7px solid #eaeaea;



    border-radius: 50%;



    background: #e12219;



    text-align: center; }



  @media (max-width: 479px) {



    .addr02 {



      font-size: 14px; }



      .addr02 dd span {



        font-size: 20px; } }







.terms h6 {



  color: #646464; }







/*==================      Well     ======================*/



.well01 {



  position: relative;



  margin-top: -140px; }



  @media (max-width: 979px) {



    .well01 {



      margin: 0;



      padding-top: 30px; } }







.well02 {



  padding-bottom: 40px; }







.well03 {



  padding-bottom: 30px; }







.well04 {



  padding-bottom: 70px; }











/*================    Gallery   =======================*/



.gallery_image a.big-image {



  display: block;



  position: relative;



  background: #33bdea;



}



.gallery_image a.big-image img {



  -webkit-box-shadow: 0 0 0 0 #ffffff;



  box-shadow: 0 0 0 0 #ffffff;



  -webkit-transition: all 0.3s ease;



  transition: all 0.3s ease;



  width: 100%;



}



.gallery_image a.big-image .gallery_hover {



  width: 100%;



  height: 100%;



  position: absolute;



  left: 0;



  top: 0;



  opacity: 0;



  filter: alpha(opacity=0);



  -webkit-transition: all 0.3s ease;



  transition: all 0.3s ease;



}



.gallery_image a.big-image .gallery_hover i {



  opacity: 0;



  filter: alpha(opacity=0);



  -webkit-transition: all 0.3s ease;



  transition: all 0.3s ease;



  font-size: 40px;



  color: #ffffff;



  position: absolute;



  top: 50%;



  left: 50%;



  margin-top: -20px;



  margin-left: -21px;



}



.gallery_image a.big-image:hover img {



  opacity: 0.3;



  filter: alpha(opacity=30);



}



.gallery_image a.big-image:hover .gallery_hover {



  opacity: 1;



  filter: alpha(opacity=100);



}



.gallery_image a.big-image:hover .gallery_hover i {



  opacity: 1;



  filter: alpha(opacity=100);



}







.box8 .gallery_image {



  margin-bottom: 34px;



}



.box8 h4 {



  margin-bottom: 9px;



}



.box8 .btn-default {



  margin-top: 30px;



}



.gallery {



  margin-top: -2px;



}



.gallery .box8 {



  margin-bottom: 44px;



}







.btn-default {



    background: #e12219 none repeat scroll 0 0;



    color: #ffffff;



    display: inline-block;



    font: 400 13px/18px "Asap",sans-serif;



    padding: 4px 21px;



    text-align: center;



    text-transform: uppercase;



}







.btn-default:hover {



    background: #33bdea none repeat scroll 0 0;



    color: #ffffff;



}







@media(min-width: 480px){



  .links-header {



	  



    display: none;



  }



}







@media(max-width: 767px){



  .links-header {



	margin-top:60px;



    display: block;



  }



  .brand,.social-list01,.contacts-list {



    display: none;



  }



  .container-fluid {



      padding: 0!important;



  }







  .header-links a {



    padding: 11px 0;



  }



  .header-links a {



    color: #fff;



    font-size: 18px;



    font-weight: 700;



    text-transform: uppercase;



    padding: 0 15px;



  }







  .header-links > li {



    border-right: 2px solid #fff;



    float: left;



  }







  .header-links > li:last-child{



    border: 0;



  } 







  .header-links {



    margin-bottom: 12px;



    margin-top: 12px;



    display: inline-block;



  }



}



























/*========================================================



                     FOOTER  Styles



=========================================================*/



footer {



  background: transparent;



  text-align: center;



  color: #dddddd;



  padding: 60px 0 75px;



  font-size: 16px;



  line-height: 20px; }



  footer .copy {



    margin-top: 20px;



    margin-bottom: 50px;



    text-transform: uppercase; }



    footer .copy a {



      white-space: nowrap;



      margin-left: 5px; }



