body{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    background: #ffffff;
    color: #333333;
	font-weight: 300;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f2f2f2; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff4d06; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: "Poppins", sans-serif;
}
a{
  text-decoration: none;
  color: #343f52;
}
.offer{
  background: #ff4d06;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  color: #ffffff;
  display: flex;
  transition: all 0.5s ease-in-out;
  animation-duration: 0.9s;
  animation-name: bossanimation2;
  animation-iteration-count: infinite;
}
.offer:hover{
  animation: none;
  transition: all 0.5s ease-in-out;
}
@keyframes bossanimation2 {
  0% { transform: scale(1); }
  50% { transform: scale(1.07); }
  100% { transform: scale(1); }
}
.offer a{
  color: #ffffff;
  padding: 15px 25px;
  font-family: "Poppins",sans-serif;
  font-weight: 500;
  font-size: 18px;
  display: block;
}

ol,
ul {
	padding: 0px;
	margin: 0px;
}
a{
  color: #000000;
}
a, a:hover{
  text-decoration: none;
}

header{
  padding-left: 30px;
  padding-right: 15px;
  background: transparent;
  padding: 0 15px;
  position: absolute;
  width: 100%;
  z-index: 9999;
  transition: 0.5s;
  height: 70px;
}
header .logo{
  float: left;
  display: flex;
  margin-top: 12px;
  filter: brightness(0) invert(1);
  transition: all 0.5s;
}
header .desktop{
  display: flex;
  float: right;
  margin-right: 210px;
  transition: all 0.5s;
}
header .desktop ul{
  float: right;
  list-style-type: none;
}
header .desktop ul li{
  float: left;
}
header .desktop ul li a{
  display: block;
  padding: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 20px;
  transition: all 0.5s;
	position: relative;
  color:#ffffff;
}
header .desktop ul li a:hover{
	transition: all 0.5s;
	color: #ff4d06;
}
header .desktop ul li a::before{
	content: "";
	position: absolute;
	width: 0;
	height: 4px;
	bottom: 0;
	left: 50%;
	background-color: #ff4d06;
	transition: all 0.5s;
}
header .desktop ul li a:hover::before{
	width: 100%;
	left: 0;
}
header.sticky{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	box-shadow: 0px 0px 5px #727272;
	background: #ffffff;
	transition: 0.9s;
	padding: 0 15px;
}
header.sticky .logo {
  filter: none;
  transition: all 0.5s;
}
header.sticky .desktop{
	margin-right: 34px;
	transition: all 0.5s;
}
header.sticky .desktop ul li a{
  color: #343f52;
}
header.sticky .sidebar-icon .sidebar-icon-line{
	background: #ff4d06;
}
header.sticky .project-offer{
	opacity: 0;
	transition: all 0.5s;
	display: none;
}
header.sticky .project-offer a:hover{
	color: #333333;
}
.slider.style2 .portfolio-item {
  position: relative;
  transition: all 0.3s ease;
  height: 100vh;
}
.slider.style2 .portfolio-item .slider-content {
  position: absolute;
  bottom: 85px;
  left: 100px;
  max-width: 550px;
  padding-left: 45px;
}
.slider.style2 .portfolio-item .slider-content .title {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 30px;
}
.slider.style2 .portfolio-item .slider-content .title a {
  color: #ffffff;
}
.slider.style2 .portfolio-item .slider-content .desc {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}
.slider.style2 .portfolio-item .slider-content:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 215px;
  left: 0;
  top: 12px;
  background: #ff4d06;
}
.slider.style2 .portfolio-item .readon.started {
  padding: 12px 30px;
}
.slider.style2 .portfolio-item .social-icon {
  position: absolute;
  bottom: 70px;
  right: 40px;
}
.slider.style2 .portfolio-item .social-icon li {
  margin-bottom: 2px;
}
.slider.style2 .portfolio-item .social-icon li a {
  color: #ffffff;
  font-size: 14px;
}
.slider.style2 .portfolio-item .social-icon li a:hover {
  color: #ff4d06;
}
.slider.style2 .portfolio-item.sl2bg1 {
  /*background: url(../images/1.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slider.style2 .portfolio-item.sl2bg2 {
  background: url(../images/2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slider.style2 .portfolio-item.sl2bg3 {
  background: url(../images/3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slider.style2 .portfolio-item.sl2bg4 {
  background: url(../images/4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slider.style2 .portfolio-item.sl2bg5 {
  background: url(../images/5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slider.style2 .slider-carousel {
  position: relative;
}
.slider.style2 .slider-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  color: #0a0a0a;
  background: #ffffff;
  transition: all 0.5s;
  transition-delay: 0.70s;
}
.slider.style2 .slider-carousel .owl-nav .owl-next i:before {
  content: "\f138";
  font-family: Flaticon;
}
.slider.style2 .slider-carousel .owl-nav .owl-prev {
  display: none;
}
.slider.style2 .slider-carousel .owl-nav .owl-next {
  right: 30px;
  left: unset;
}
.slider.style2 .slider-carousel .owl-nav .owl-next i:before {
  content: "\f137";
}
.slider.style2 .slider-carousel .owl-dots {
  position: absolute;
  right: 40px;
  top: 85%;
  transform: translateY(-50%);
}
.slider.style2 .slider-carousel .owl-dots .owl-dot {
  width: 60px;
  height: 8px;
  display: block;
  margin: 0 0 20px;
  margin-left: auto;
  background: #8e8e93;
  transition: 0.6s;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  text-align: center;
  opacity: 1;
}
.slider.style2 .slider-carousel .owl-dots .owl-dot.active,
.slider.style2 .slider-carousel .owl-dots .owl-dot:hover {
  background: #ff4d06;
  width: 35px;
}
.slider-content .link{
	position: relative;
	transition: .5s;
	display: inline-block;
}
.slider-content .link:hover .link-button{
	border: 2px solid #ff4d06;
	transition: .5s;
	background: transparent;
}
.slider-content .link .link-button{
	background: #ff4d06;
	padding: 10px 35px;
	color: #ffffff;
	font-family: "Oswald", serif;
	font-weight: 400;
	font-size: 18px;
	border: 2px solid #ff4d06;
	transition: .5s;
}
.services{
    background: #f7f7f7;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.services .cols-title{
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}
.services .cols-title .title{
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0px;
    position: relative;
    margin-bottom: 20px;
}
.services .service{
    padding: 10px;
    position: relative;
    text-align: center;
}
@media (max-width: 576px) {
    .services .service{
        width: 100%;
        padding: 25px;
    }
}
@media (max-widht: 768px) {
    .services .service{
      width: 50%;
      padding: 25px;
    }
}
.services .service .item{
    background: #ffffff;
    padding: 30px 20px;
    position: relative;
    height: 100%;
}
.services .service .item figure{
	/*display: none;*/
}
.services .service .item figure img{
	/*filter: invert(0%) sepia(49%) saturate(303%) hue-rotate(179deg) brightness(100%) contrast(93%);
	stroke: #ff4d06;
	stroke-width: 1.8;*/
}
.services .service .item .title{
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 10px;
  position: relative;
}
.services .service .item .keys{
  font-size: 11px;
  font-weight: 300;
  color: #a1a1a1;
  margin-bottom: 10px;
  position: relative;
}
.services .service .item .desc{
    margin-bottom: 20px;
    font-weight: 300;
    position: relative;
}
.services .service .item .link{
    position: relative;
    -webkit-box-pack: center;
    justify-content: center;
}
.link .link-button{
  border: 2px solid rgba(34, 34, 34, 0.12);
	position: relative;
	color: #343f52;
	padding: 10px 30px;
	font-weight: 500;
	font-family: "Oswald", serif;
	transition: all .5s;
}
.link{
	display: flex;
}
.link .link-button{
	padding: 10px 30px;
	font-family: "Oswald", serif;
	font-weight: 500;
	font-size: 18px;
}
.link .link-button:hover{
	padding-right: 80px;
	transition: all .5s;
}
.link .link-button:hover .link-arrow:after{
	border-left: 6px solid #343f52;
	transition: all .5s;
}
.link .link-button:hover .link-arrow:before{
	background-color: #343f52;
	transition: all .5s;
}
.link .link-button .link-arrow{
	position: absolute;
    left: 90px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 44px;
    height: 8px;
    transition: all .5s;
    -webkit-transition: all .5;
    -moz-transition: all .5s;
    -ms-transition: all .5;
    -o-transition: all .5s;
}
.link a .link-arrow:before{
	content: "";
    position: absolute;
    right: 0px;
    top: 3px;
    width: 100%;
    height: 2px;
    background-color: #343f52;
}
.link a .link-arrow:after{
	content: "";
    position: absolute;
    right: -2px;
    top: 0px;
    width: 5px;
    height: 8px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #343f52;
}
.services .cols-button{
    margin-top: 50px;
    text-align: center;
}
.button{
    padding: 15px 35px;
    background-color: #ff4d06;
    font-family: "Oswald",sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    box-shadow: 0px 0px 1px 1px #0000001a;
}
.button:hover{
    animation: bossanimation 1.2s infinite;

}
@keyframes bossanimation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.projects{
  background: #ffffff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.projects .project{
  padding: 7px;
  margin: 0;
  position: relative;
}
.projects .project .item{
  padding: 0;
  margin: 0;
  position: relative;
  transition: all 0.5s;
}
.projects .project .item .left{
  position: relative;
  display: block;
}
.projects .project .item .left figure img{
	width: 100%;
	height: 100%;
}
.projects .project .item .right{
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: #ff4d06;
  width: 100%;
  height: 100%;
  padding: 25px;
  transition: all 0.5s;
  opacity: 0;
}
.projects .project .item .right .title{
  text-align: center;
  color: #ffffff;
}
.projects .project .item:hover .right{
  visibility: visible;
  transition: all 0.5s;
  opacity: 1;
  text-align: center;
}
.projects .project .item .right .link{
	position: relative;
	margin-top: 20px;
	justify-content: center;
	position: absolute;
    left: 0;
    bottom: 20px;
    text-align: center;
    width: 100%;
}
.projects .project .item:hover .right .link .button{
  border: 1px solid #ffffff;
  color: #ffffff;
  position: relative;
  justify-content: center;
}
.projects .project .item:hover .right .link .link-button .link-arrow{
  left: 0;
}
.brands{
  background: #f7f7f7;
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
}
.brands .brand{ 
  padding: 7px;
}
.brands .brand .item{ 
  background: #ffffff;
  text-align: center;
}
.brands .brand .item img{
  filter: grayscale(100%);
	transition: 0.5s;
}
.brands .brand:hover .item img{
  filter: none;
	transition: 0.5s;
}
.get-offers{
  padding-bottom: 40px;
  padding-top: 40px;
  background: url(../images/get-offer.png);
  background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 1;
  position: relative;
}
.get-offers .get-offer{
  text-align: center;
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  float: left;
}
.get-offers .get-offer .title{
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 22px;
}
.get-offers .get-offer .sub-title{
  color: #ffffff;
  margin-bottom: 20px;
}
.get-offers .get-offer .get-offer-button{
  margin: 0 auto;
  position: relative;
  max-width: 175px;
  background: #000000;
}
.get-offers .get-offer .get-offer-button a{
  padding: 12px 30px;
  display: block;
  color: #ffffff;
  font-size: 17px;
  transition: all 0.5s ease-in-out;
  animation-duration: 0.9s;
  animation-name: bossanimation;
  animation-iteration-count: infinite;
}
.get-offers .get-offer .get-offer-button a:hover{
  animation: none;
  transition: all 0.5s ease-in-out;
}
.footer{
  padding-bottom: 60px;
  padding-top: 60px;
  background: #f7f7f7;
  position: relative;
}
.footer .footer-bottom .footer-cols .sub-title i{
  margin-right: 10px;
  color: #ff4d06;
}
.footer .footer-bottom .footer-cols .sub-title a{
  color: #343f52;
  transition: all 0.5s;
}
.footer .footer-bottom .footer-cols .sub-title a:hover{
  color: #ff4d06;
  transition: all 0.5s;
}
.footer .footer-bottom .footer-cols .title{
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 20px;
}
@media (max-width: 576px) {
    .footer .footer-bottom .footer-cols{
      width: 100%;
      margin-bottom: 20px;
      border-bottom: 1px solid #e1e1e1;
      padding: 10px 15px;
    }
}
.cols-button{
  margin-top: 50px;
  text-align: center;
}
.bossbtn{
  color: #ffffff;
  padding: 15px 30px;
  background: #ff4d06;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  animation-duration: 0.9s;
  animation-name: bossanimation;
  animation-iteration-count: infinite;
}
.bossbtn:hover{
  animation: none;
}
.bg-black{
  background: #000000 !important;
}
.bg-white{
  background: #ffffff !important;
}
.section-title{
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}
.section-subtitle{
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
}
/************ PAGES ************/

.pages{
  padding-top: 180px;
  padding-bottom: 80px;
  background: linear-gradient(to top, #ff4d06 0%, #be3e0b 100%);
}
.pages .page-header .title{
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}
.pages .page-header .sub-title{
  color: #ffffff;
}
.page-content{
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.page-content.services{
	background: #f7f7f7;
}
.page-content h1{
  font-size: 32px;
  font-weight: 700;
}
.page-content ul{
  list-style-type: none;
}
.page-content ul li{
  background: #fdfdfd;
  border: 1px solid #dedede;
  padding: 10px 10px 10px 35px;
  border-left: 10px solid #ff4d06;
  margin-bottom: 17px;
}
.page-content .page-projects{
  padding: 7px 7px;
  height: 100%;
  position: relative;
}
.page-content .page-projects .page-project{
  background: #f7f7f7;
  height: 100%;
  padding-bottom: 20px;
  position: relative;
  transition: all 0.5s;
}
.page-content .page-projects .page-project .figure .img-fluid,
.page-content .page-projects .page-project .figure{
  position: relative;
  width: 100%;
}
.page-content .page-projects .page-project .title{
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}
.page-content .page-projects .page-project .keys{
  font-size: 11px;
  font-weight: 400;
  padding-left: 15px;
  color: #a1a1a1;
  margin-bottom: 10px;
}
.page-content .page-projects .page-project .box-button{
  padding-left: 15px;
  transition: all 0.5s;
}
.page-content .page-projects .page-project .box-button .bi-arrow-right{
  margin-left: 2px;
  transition: all 0.5s;
}
.page-content .page-projects .page-project .box-button:hover .bi-arrow-right{
  margin-left: 10px;
  transition: all 0.5s;
}
.page-content .page-projects .page-project:hover{
  background: #ff4d06;
  transition: all .5s ease-out;
}
.page-content .page-projects .page-project:hover .title,
.page-content .page-projects .page-project:hover .keys,
.page-content .page-projects .page-project:hover .box-button{
  color: #ffffff;
}
.page-content .page-brands{
  padding: 7px;
  margin: 0;
  position: relative;
  text-align: center;
}
.page-content .page-brands .page-brand{
  border: 1px solid #d7d7d7;
}
.page-content .page-brands .page-brand .figure{
  margin: 0px;
}
.page-content .page-brands .page-brand .figure img{
  filter: grayscale(100%);
	transition: 0.5s;
}
.page-content .page-brands .page-brand .figure img:hover{
  filter: none;
	transition: 0.5s;
}
.page-content .contacts{
  position: relative;
  text-align: center;
}
.page-content .contacts .box{
  padding: 20px 5px;
}
.page-content .contacts .box .title{
  font-size: 18px;
  font-weight: 700;
}
.page-content .contacts .box span{
  font-size: 15px;
  font-weight: 400;
  display: block;
}
.page-content .contacts .box span i{
  margin-right: 5px;
}
.page-content .google-maps{
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.page-content .contacts-form{
  text-align: center;
  position: relative;
}
.page-content .contacts-form .title{
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.page-content .contacts-form .sub-title{
  margin-bottom: 15px;
}
.page-content .contacts-form .forms{
  float: left;
  width: 100%;
  display: flex;
}
.page-content .contacts-form .form-control{
  border-radius: 0px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}
.page-content .contact-form .title{
	text-align: center;
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 15px;
}
.page-content .contact-form .title b{
	font-weight: 500;
	color: #ff4d06;
}
.page-content .contact-form .sub-title{
	text-align: center;
	margin-bottom: 25px;
}
.page-content .contact-form .center-buton .boss-buton{
	margin-top: 30px;
}
/*********************************/

/******** SINGLE PROJECT **********/

.page-content .single-project{

}
.page-content .single-project img{
  width: 100%;
}

header .sidebar-icon {
	cursor: pointer;
	text-align: center;
	z-index: 111;
	width: 29px;
	float: right;
	position: absolute;
	right: 15px;
	top: 16px;
}
header .sidebar-icon-line{
	background-color: #ffffff;
    border-radius: 3px;
    height: 3px;
    margin: 5px 0;
    width: 23px;
}
/*header .sidebar-icon-line:nth-child(2){
    width: 15px;
}*/
header .sidebar{
	background-color: #fff;
    -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 50px rgba(0, 0, 0, .2);
    height: 100%;
    left: -435px;
    max-width: 435px;
    opacity: 0;
    overflow: auto;
    padding: 65px 44px 20px 35px;
    position: fixed;
    top: 0;
    -webkit-transition: all .35s;
    transition: all .35s;
    width: calc(100% - 50px);
    z-index: 99999;
}
header .sidebar.enter{
	left: 0;
	opacity: 1;
}
header .sidebar.enter::-webkit-scrollbar {
	display: none;
}
header .sidebar .sidebar-header{
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 50px;
    position: relative;
}
header .sidebar .sidebar-header .sidebar-logo{
	display: inline-block;
    width: 100%;
}
header .sidebar .sidebar-header .sidebar-logo img{
	width: 100%;
	height: 55px;
}
header .sidebar .sidebar-header .sidebar-close{
	color: #000;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 0;
    -webkit-transition: all .35s;
    transition: all .35s;
	font-weight: 300;
}
header .sidebar .sidebar-content{}
header .sidebar .sidebar-content ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
header .sidebar .sidebar-content ul li{
	
}
header .sidebar .sidebar-content ul li a{
	color: #333333;
	font-size: 22px;
	font-weight: 300;
	display: block;
	text-decoration: none;
	line-height: 40px;
	transition: 0.35s;
}
header .sidebar .sidebar-content ul li a:hover{
	color: #cc0000;
	transition: 0.35s;
}
header .sidebar .sidebar-content p.copyright{
	font-size: 13px;
	font-weight: 500;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: justify;
}
header .sidebar .sidebar-content ul.sidebar-link{
	list-style: none;
	margin: 0;
	padding: 0px 0px 50px 0px;
}
header .sidebar .sidebar-content ul.sidebar-link li{}
header .sidebar .sidebar-content ul.sidebar-link li a{
	color: #333333;
	font-size: 15px;
	font-weight: 500;
	display: block;
	text-decoration: none;
	line-height: 24px;
	transition: 0.35s;
}
header .sidebar .sidebar-content ul.sidebar-link li a:hover{
	color: #f2f2f2;
}
#colors-block{
	background: linear-gradient(90deg, rgba(255, 77, 6, 1) 0%, rgba(224, 60, 0, 1) 100%);
	padding: 51px 61px;
}
#colors-block .left p{
	color: #FFFFFF;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 0;
    border-right: 3px solid #FFFFFF;
}
#colors-block .center p{
	color: #FFFFFF;
    font-size: 20px;
    font-weight: 300;
}
.marquee-row {
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	background: white;
	padding: 20px 0;
	border-top: 2px solid #F2F2F9;
	border-bottom: 1px solid #F2F2F9;
}
.marquee-row.bottom-row {
	border-bottom: 2px solid #F2F2F9;
	border-top: 1px solid #F2F2F9;
}
.marquee-content {
	display: inline-block;
	white-space: nowrap;
	animation: scroll-left 40s linear infinite;
}
.marquee-content.reverse {
	animation: scroll-right 40s linear infinite;
}
.marquee-content a {
    font-weight: bold;
    font-size: 81px;
    color: #F2F2F9;
    text-decoration: none;
    display: inline-block;
    margin-right: 8rem;
    transition: color 0.3s;
}
.marquee-content a:hover {
  color: #ff4d06;
}
.marquee-content a:hover ~ a,
.marquee-content a:hover {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@media (max-width: 576px) { 
	#colors-block .center,
	header .desktop{
		display: none;
	}
	header .sidebar{
		width: 100%;
		max-width: 100%;
	}
	#colors-block .left,
	#colors-block .center,
	#colors-block .right{
		width: 100%;
	}
	#colors-block .left p{
		border-right: none;
		text-align: center;
	}
	#colors-block .right{
		width: 100%;
		margin-top: 25px;
	}
	.page-content .teklif-al .secenek{
		width: 50% !important;
	}
}
header .project-offer{
	position: absolute;
	right: 60px;
	height: 100%;
	transition: 0.35s;
}
header .project-offer a{
	line-height: 65px;
	padding: 10px 25px;
	font-size: 16px;
	font-weight: 500;
	background: #ff4d06;
	color: #ffffff;
	transition: 0.35s;
	border: 2px solid #ff4d06;
	
}
header .project-offer a:hover{
	background: transparent;
	transition: 0.35s;
	border: 2px solid #ff4d06;
	color: #ffffff;
}

/**************** BUTON **************/
.center-buton{
	display: flex;
    align-items: center;
    justify-content: center;
}
.boss-buton{
	border: 2px solid #333333;
	padding: 10px 65px 10px 35px;
	border-radius: 30px;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: left;
	transition: all 0.3s;
	background: transparent;
}
.boss-buton span{
	font-size: 18px;
	font-weight: 400;transition: all 0.3s;
}
.boss-buton img{
	width: 15px !important;
	position: absolute;
	right: 25px;
	transition: all 0.3s;
}
.boss-buton:hover span{
	opacity: 0;
	transition: all 0.3s;
}
.boss-buton:hover img{
	transform: rotate(45deg);
	transition: all 0.3s;
	right: 50%;
}
.boss-buton.white{
	border: 2px solid #ffffff;
}
.boss-buton.white.big{
	height: 100px;
}
.boss-buton.orange.medium{
	height: 70px;
}
.boss-buton.white span{
	color: #ffffff;
}
.boss-buton.white img{
	filter: brightness(0) invert(1);
}
.boss-buton.orange{
	border: 2px solid #ff4d06;
	background: #ff4d06;
}
.boss-buton.orange span{
	color: #ffffff;
}
.boss-buton.orange img{
	filter: brightness(0) invert(1);
}

.page-content .teklif-al .secenek{
	flex: 0 0 auto;
    float: left;
    position: relative;
    width: 20%;
	display: flex;
	margin-bottom: 15px;
}
.page-content .teklif-al .secenek .form-check{
	float: left;
	padding-left: 0.7rem;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 0.7rem;
	position: relative;
    text-align: center;
    border: 1px solid #e1e1e1;
    width: 100%;
    height: 100%;
	border-radius: 8px;
}
.page-content .teklif-al .secenek input{
	display: block;
	margin-left: 0px;
}
.page-content .teklif-al .secenek label{
	display: block;
	color: #212529;
	opacity: 0.7;
	text-align: left;
    margin-left: 22px;
}
.page-content .teklif-al .center-buton .boss-buton{
	margin-top: 25px;
}
.page-content .teklif-al .secenek-text{
	margin-bottom: 15px;
}
.page-content .teklif-al .secenek-text h4{
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 400;
	border-left: 5px solid #ff4d06;
	padding-left: 20px;
	margin-bottom: 0px;
}
.aservices{
	display: flex;
}
.aservices .left{
	width: 40%;
	display: block;
}
.aservices .left figure{}
.aservices .left figure img{
	width: 100%;
	object-fit: cover;
}
.aservices .right{
	width: 60%;
	display: block;
}
.aservices .right .title{
	display: block;
	width: 100%;
}
#what-services{
	padding-top: 50px;
	padding-bottom: 50px;
}
#what-services .left{}
#what-services .left figure{}
#what-services .left figure img{
	width: 100%;
}
#what-services .right{}
#what-services .right span.h1{
	display: block;
	font-weight: 300;
	font-size: 52px;
}
#what-services .right span.h2{
	display: block;
	color: #ff4d06;
	font-size: 46px;
}
#what-services .right span.h3{
	display: block;
	font-size: 40px;
}
#what-services .right p{
	font-size: 20px;
}
#what-services .right .what-buton{
	max-width: 180px;
}