/**
* Template Name: Selecao - v2.3.0
* Template URL: https://bootstrapmade.com/selecao-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "PingFangTC", "Noto Sans TC", "Noto Sans", "Microsoft JhengHei", "Arial", sans-serif;
  color: #444444;
}

a {
  color: #ef6603;
}

a:hover {
  color: #fc8129;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "PingFangTC", "Noto Sans TC", "Noto Sans", "Microsoft JhengHei", "Arial", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #ef6603;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #fc7c1f;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 64px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: rgba(42, 44, 57, 0.9);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 54px;
  border:none;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}
.nav-menu a {
  display: block;
  position: relative;
  color: #000;
  padding: 5px 15px 7px 15px;
  margin-left: 5px;
  transition: 0.3s;
  font-size: 16px;
  border-radius: 50px;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  font-weight: bold;
  color: #1e59d1;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  border-radius: 15px;
  margin-top: 5px;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #2a2c39;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #296cf5;
  background: none;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #000;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
	text-align: center;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #2a2c39;
  padding: 15px 30px;
  font-weight: 500;
  outline: none;
  font-size: 16px;
  border-bottom: 1px dotted #f2f2f2;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #296cf5;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(20, 21, 28, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #dbdee4;
  padding: 0;
}

.carousel {
  height: auto;
  width: 100%;
  overflow:hidden;
}
.carousel .carousel-inner {
  height:auto;
}

.carousel .carousel-inner img {
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

#hero .hero-img {
  max-width: 100%;
  z-index: 10;
  right:0;
  margin-top: 60px;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.main_notebook{
	position: absolute;
	z-index: 10;
	margin-top: -400px;
	right: 0!important;
}

.hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  z-index: 5;
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@media (max-width: 992px) {
.main_notebook{
	width: 99%;margin-top: -390px;
}	
}

@media (max-width: 768px) {
	
.main_notebook{
	margin-top: -300px;
	width: 70%;
  }
	
.hero-waves {
  display: block;
  margin-top: 0px;
  width: 100%;
  height: 40px;
}
	
}

@media (max-width: 991px) and (min-width: 767px){

.main_notebook{
	margin-top: -300px;
	width: 63%;
  }
}

@media (max-width: 575px) {
	
.main_notebook{
	margin-top: -250px;
	width: 79%;
  }
	
.hero-waves {
  display: block;
  width: 100%;
  height: 40px;
}

}	
	


@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0 50px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 40px;
  font-family: "PingFangTC", "Noto Sans TC", "Noto Sans", "Microsoft JhengHei", "Arial", sans-serif;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #fd9042;
  margin: 4px 10px;
}

.section-title h3 {
  margin: 0;padding: 0;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 5px;
  
}

.section-title h4 {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #000;
}

.section-title p {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2a2c39;
}


/*--------------------------------------------------------------
# wish
--------------------------------------------------------------*/

.wish{
	color:#296cf5;
	margin: 45px 0;
	padding: 0 20px;
}

.wishes-info h4{
  text-align: left;
  font-weight: 700;
  margin: 15px 0;
  font-size: 18px;
  color: #2a2c39;
}

.wishes-info p{
  text-align: left;
  font-weight: normal; 
  font-size: 14px;
  line-height: 24px;
  color: #373636;
}

@media (max-width: 991px) {
	.wish{margin-top: 70px;	}
}

@media (max-width: 575px) {
	.wish{margin-top: 70px;}
	.section-title h3{font-size: 24px;}
	.section-title h4{font-size: 16px;}
	.wishes-info h4{font-size: 16px;}
	.wishes-info p{font-size: 15px;}
}

/*--------------------------------------------------------------
# Chameleon
--------------------------------------------------------------*/
.chameleon{
	padding: 0;
	 background: rgb(219,219,219);
     background: linear-gradient(0deg, rgba(219,219,219,1) 0%, rgba(219,219,219,1) 36%, rgba(251,251,251,1) 48%, rgba(255,255,255,1) 100%); 

}

@media (max-width: 575px) {
	.chameleon{
		padding: 0;
		background-color: #dbdbdb;
		}
	}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 1px solid #d4d6df;
  padding: 15px;
  transition: 0.3s;
  color: #2a2c39;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.features .nav-link:hover {
  color: #ef6603;
}

.features .nav-link.active {
  background: #ef6603;
  color: #fff;
  border-color: #ef6603;
}

@media (max-width: 768px) {
  .features .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .features .nav-link {
    padding: 15px;
  }
  .features .nav-link i {
    font-size: 24px;
  }
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #ef6603;
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #ef6603;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #ef6603;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #ef6603;
}

.about .content .btn-learn-more:hover {
  background: #ef6603;
  color: #fff;
  text-decoration: none;
}

.about {
  background-image: url(../../assets/img/bg_about.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
}

.flat {
  background-image: url(../../assets/img/bg_flat.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
}

.about h3, .flat h3 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 5px;
}

.about p, .flat p {
  color: #fff;
  font-size: 18px;font-weight: normal;
  line-height: 28px;
  letter-spacing: 1px;
}

.about .about-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #ef6603;
}

.about .about-btn:hover {
  background: #fff;
  color: #ef6603;
}

@media (max-width: 1024px) {
  .about {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .about .about-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

@media (max-width: 575px) {
	.about, .flat {padding: 40px 0;}
	.section-title {padding-bottom: 20px;}
	.about h3, .flat h3{font-size: 24px;line-height: 36px;}
	.about p, .flat p{font-size: 14px;}
	
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
}

.services .icon-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 35px 0 rgba(68, 88, 144, 0.2);
}

.services .icon {
  position: absolute;
  left: -20px;
  top: calc(50% - 30px);
}

.services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

.services .title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #2a2c39;
  transition: ease-in-out 0.3s;
}

.services .title a:hover {
}

.services .description {
  font-size: 14px;
  margin-left: 20px;
  line-height: 24px;
  margin-bottom: 0;
}

@media (max-width: 575px) {
.services .title {
  text-align: left;
  margin: 25px 15px 15px 15px;
}
.services .description {
  font-size: 15px;
  margin-left: 15px;
  line-height: 24px;
  margin-bottom: 0;
}
}


/*--------------------------------------------------------------
# media_area
--------------------------------------------------------------*/
.media_area{
	background-color: #f6f6f6;
	padding: 30px 0 60px 0;
}
.media_area .section-title{
	margin: 30px 0 5px 0;
}

.single-awesome-project{
  overflow: hidden;
  margin: 12px 0;padding: 0;
  text-align: center;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

.single-awesome-project:hover .awesome-img > a::after {
  opacity: 1;
}

.single-awesome-project:hover .add-actions {
  opacity: 1;
  bottom: 0;
}

.awesome-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.awesome-img > a {
  display: block;
  position: relative;
}

.awesome-img > a::after {
  background: rgba(41, 108, 245, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}
.media-content{padding: 15px 0;text-align: center;}
.media-content a{
  font-size: 18px;
  font-weight: 400;
  color: #444;
  text-decoration: none;
  padding: 0 0 20px 0;
}

.media-content a:hover{
	color:#2058ca;
}


@media (max-width: 767px) {
  .media_area {
    padding-bottom: 30px;
  }
}



.first-item {
  margin-bottom: 30px;
}

.add-actions {
  background: rgba(41, 108, 245, 0.7) none repeat scroll 0 0;
  bottom: 30px;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.project-dec {
  display: block;
  height: 100%;
  width: 100%;
  padding-top: 90px;
}

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

.project-dec h4{
  color: #fff;
  margin-bottom: 5px;
}

.project-dec h4 {
  font-size: 20px;
  margin-top: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
}

.project-dec .icon_mediaplay{
  background-image: url(../../assets/img/icon_play.svg);
  background-repeat: no-repeat;
  width:70px; height: 70px;
  display: block;
  margin-top: 30px;
  margin: 0 auto;
}

.project-action-btn {
  display: block;
  height: 100%;
  text-align: center;
  transition: all 1s ease 0s;
  width: 100%;
}

@media (max-width: 991px) {
.project-dec {padding-top: 28px;}
}

@media (max-width: 575px) {
.media-content a{font-size: 16px;}
.project-dec {padding-top: 50px;}
}

/*--------------------------------------------------------------
# Download
--------------------------------------------------------------*/
.download{padding: 60px 0;}

.download a{
	font-size: 18px;
	color: #444;
	text-decoration: none;
	padding-left: 10px;
}

.download a:hover{
	color: #2058ca;
}

.download h4 {
  font-size: 16px;
  font-weight: normal;
	text-align: left;
}

.download i::before {
  
}

@media (max-width: 575px) {
	.download{padding: 40px 0;}
	.download h4 {text-align: center;}
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 25px -20px;
  padding: 30px 15px;
  font-size: 18px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #ef6603;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #ef6603;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #ef6603;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #fc8129;
}

.pricing .featured {
  border: 2px solid #ef6603;
}

.pricing .featured h3 {
  color: #fff;
  background: #ef6603;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #ef6603;
  color: #fff;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
	margin: 0;
	/*
  background-image: url(../../assets/img/bg_clients.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 320px 0;
	*/
}
.clients-bg{z-index: -1;position: relative;margin-top: -310px;}
.clients_fit{margin-top: 20px;}

.clients .section-title h3{margin: 0 20px;}

.clients .clients-list {
  list-style: none;
  margin-top: -10px;
}

.clients .clients-list li {
  padding: 5px 0;
  line-height: 21px;
}

.clients .clients-list a {
  display: block;
  position: relative;
  font-family: #ef6603;
  font-size: 18px;
  font-weight: 500;
}

.clients .clients-list i {
  font-size: 20px;
  padding-right: 8px;
  color: #2058ca;
}

.clients .clients-list h4 {
  font-size: 16px;
  font-weight: normal;
}

.clients .clients-list a.collapse {
  color: #ef6603;
}

.clients .clients-list a.collapsed {
  color: #343a40;
}

.clients .clients-list a.collapsed:hover {
  color: #ef6603;
}

.clients .clients-list a.collapsed i::before {
  content: "\eab2" !important;
}

@media (max-width: 768px) {
	.clients-bg{margin-top: -150px;}
}

@media (max-width: 575px) {
	.clients-bg{display: none;}
.clients {
  background-image: url(../../assets/img/bg_clients_xs.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 400px 20px;
	margin-bottom: 20px;
}
	.clients_fit{
		margin-top:-350px;
		
	}
	.clients .clients-list {
  margin-left: -45px;
}
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
/*
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #2a2c39;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  background: rgba(239, 102, 3, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  background: #fc8129;
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #2a2c39;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}
*/


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact{
  background-attachment: fixed !important;
  background-image: url(../../assets/img/bg_contact.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 45px 0;
}

.contact .section-title h3{
	font-size: 30px;
	color:#fff;
	margin: 20px 0;
}

.contact .section-title h4{
	font-size: 18px;
	color:#fff;
	line-height: 28px;
}

.form-row{margin: 20px 0;}

.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  color: #ef6603;
  float: left;
  width: 44px;
  height: 44px;
  background: #ffecde;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2a2c39;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #555974;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #ef6603;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px; padding-right: 15px;
}

.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;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #f1b140;
}

.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 label{color: #FFF;font-size: 14px;}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
  border-radius: 5px;
  padding: 0 10px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;border-radius: 5px;
}

.contact .php-email-form button[type="submit"] {
  background: #1e59d1;
  border: 0;
  padding: 8px 26px;
  margin-bottom: 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  letter-spacing: 3px;font-size: 18px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #3569d1;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 575px) {
.contact{padding: 30px 0;}
.contact .section-title h3{font-size: 24px;margin: 15px 0;}
.contact .section-title h4{font-size: 16px;line-height: 30px;}
.contact .php-email-form{margin-top: -20px;}
.contact .php-email-form .form-group {padding:5px;}
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 22px 0;
  margin-top: 64px;
  min-height: 60px;
  background-image: url(../../assets/img/bg_breadcrumbs.jpg); 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 800;
  color: #FFF;
  letter-spacing: 2px;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #FFF;
}

.breadcrumbs ol a{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #FFF;
}

.breadcrumbs ol a:hover{
  color: #fbe29b;
}

@media (max-width: 992px) {
  .breadcrumbs ol {
    margin-top: 10px;
  }
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #FFF;
  content: "/";
}

@media (max-width: 575px) {
	.breadcrumbs {padding: 15px 0;}
  .breadcrumbs .d-flex {
    display: block !important;
  }
.breadcrumbs h2{font-size: 18px;}
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #ef6603 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.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: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# customers_area
--------------------------------------------------------------*/

.customers_area{
	margin: 0;
	padding: 75px 20px;
	background-image: url(../../assets/img/bg_customers.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: cover;
}

.cd-foreword{padding: 0 0 40px 0;}
.cd-careers{display: block; padding-bottom: 15px;}

.customers_area .section-title h3{
  margin: 0;padding: 0;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 5px; 
}

.customers_area h5{
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px; 
  line-height: 50px;
}

.customers_area h4{
  text-align: center;
  font-weight: 700;
  margin: 15px 0;
  font-size: 18px;
  color: #296cf5;
}
.c-descr{min-height: 65px;}

.customers_area p{
  text-align: left;
  font-weight: normal; 
  font-size: 14px;
  line-height: 24px;
  color: #373636;
}
.customers_area ul li{}
.customers_area ul {list-style-type: none;}

.customers_area li{
	text-align: left;
	font-size: 17px;
	list-style: none; 
	list-style-position:inside;
	margin-left: 30px;
	line-height: 26px;
	padding:10px 15px;
}
.customers_area li:before{
   content: '';
   display: inline-block;
   height: 18px;
   width: 18px;
   background-image: url(../../assets/img/icon_yes.svg);
   background-repeat: no-repeat;
   background-size: 92%;
   margin-right: 5px;
}


.btn-more{
  padding: 5px 14px;
  font-size: 16px;
  color: #296cf5;border:2px solid #296cf5;
  text-align: center;
  font-weight: normal;
}

.btn-more:hover{
  color: #fff;background-color: #296cf5;
}
.highlights{color: #296cf5;font-weight: bold;}

@media (max-width: 991px) {
.customers_area{margin: 0;}
.customers_area ul {margin-left: -20px;}
.customers_area .section-title h3{font-size: 24px;line-height: 40px;letter-spacing: 4px;}
.customers_area h5{font-size: 24px;line-height: 40px;}
.c-descr{min-height: 45px;}
.cd-careers{margin-bottom: 20px;}
}

@media (max-width: 575px) {
.customers_area{margin: 0;padding: 65px 20px 40px 20px;}
.customers_area h5{font-size: 21px;line-height: 40px;margin-top: -20px;}
.customers_area h4{font-size: 16px;}
.customers_area .section-title h3{font-size: 21px;line-height: 40px;letter-spacing: 2px;}
.customers_area .col-6{padding: 0 5px;}
.customers_area ul{margin-left: -85px;}
.customers_area li{font-size: 15px;line-height: 24px;}
.cd-careers{margin: 0 0 12px 0;}
.cd-foreword {padding: 0 0 10px 0;}
.c-descr{min-height: 75px;}
.btn-more{font-size: 14px;padding: 2px 10px;}
}


/*--------------------------------------------------------------
. description_customer
--------------------------------------------------------------*/

.description_customer{
  padding: 45px 0;
}

.description_customer h3{
	padding: 15px 0;
	font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #000;
}

.description_customer h4{
  padding: 10px 0;
	font-size: 20px;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #296cf5;
}

.description_customer h5{
	padding: 10px 15px 15px 0;
	font-size: 17px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #000;}

.description_customer p{
	padding: 15px 0;
	font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #000;
}

.description_customer ul li{text-align: left;}

.description_customer ul{
  padding: 10px 0 5px 0;margin: 0;
	font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #296cf5;
}

.description_customer li{
	font-size: 17px;
	list-style: none; 
	list-style-position:inside;
	text-indent: -1.4em;
	margin-left: 30px;
	line-height: 26px;
	padding:10px 15px;
}
.description_customer li:before{
   content: '';
   display: inline-block;
   height: 18px;
   width: 18px;
   background-image: url(../../assets/img/icon_yes.svg);
   background-repeat: no-repeat;
   background-size: 92%;
   margin-right: 5px;
}

.description_customer img{margin: 5px 0;}

.icon_tube{
   background-image: url(../../assets/img/icon_tube.svg);
   background-repeat: no-repeat;
   display: inline-block;
   height: 30px;
   width: 30px;
   background-size: 100%;
   margin-right: 8px;margin-top: 8px;
	
}


@media (max-width: 991px) {
.description_customer{padding: 25px 0px;}
.description_customer h3{font-size: 16px;line-height: 30px;letter-spacing: 1px;}
.description_customer p{font-size: 16px;line-height: 30px;letter-spacing: 1px;}
.description_customer h4{font-size: 16px;line-height: 30px;}
.description_customer h5{font-size: 15px;line-height: 30px;}
}

@media (max-width: 575px) {
.description_customer{padding: 18px 5px;}
.description_customer h3{
	font-size: 16px;
	line-height: 30px;
    letter-spacing: 1px;
	}
.description_customer p{font-size: 16px;line-height: 30px;letter-spacing: 1px;}
.description_customer ul{font-size: 16px;line-height: 30px;}	
.description_customer h4{font-size: 16px;line-height: 30px;}
.description_customer h5{font-size: 15px;line-height: 30px;}
.description_customer li{font-size: 15px;line-height: 28px;}
.description_customer img{padding: 0;margin: 0; border: none;}
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #2a3c7e;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  padding: 40px 0;
}

#footer h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #fff;
  position: relative;
  padding: 0;
  margin: 20px 0 15px 0;
}

#footer p {
  font-size: 14px;
  padding: 0;
  margin: 30px 0 0 0;
  line-height: 28px;
}

#footer a {
  font-size: 14px;
  display: inline-block;
  color: #17faf7;
  letter-spacing: 1px;
  text-decoration: underline;
  transition: 0.3s;
}

#footer a:hover{
  color: #97faf9;
  text-decoration: none;
}

#footer .credits {
  font-size: 13px;
}

.copyright {
  padding: 10px 0;
  background-color: #000;
}
.copyright p{
  text-align: center;
  font-size: 14px;
  color: #fff;
}

@media (max-width: 575px) {
	.company-info{padding: 0 30px;}
	#footer h3{font-size: 21px;margin:30px 0 7px 0;}
	.copyright p, .copyright span{font-size: 13px;padding: 8px 15px;font-weight: normal;}
}

