

/*
Template Name: Construction - Startup Landing Page Template
Author URI: http://themeforest.net/user/bogdan_09
Author Name: Ioana
Version: 1.0
*/


/* --- TABLE OF CONTENT

01. GENERAL LAYOUT
02. FOOTER
03. HOME
04. SERVICES 04. ABOUT US
05. TEAM
06. OFFERS
07. OUR VISION
08. CONTACT
09. REGISTER
10. OTHER STYLES
		1. Buttons
		2. Sponsors
		3. Navigation
		4. Fun Facts
		5. Testimonials
		6. Background Image
11. MOBILE DEVICES

--- */

/* ========================================================== */
/* 			            01. GENERAL LAYOUT                    */
/* ========================================================== */


.one h2 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.one h2:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #2f3192;
}
.one h2:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #2f3192;
}












.check-box-i
{
    color: #f58220;
    padding-right: 10px;
}


.case-study
{
    border: 1px #ff6b23 solid;
    padding: 10px 25px;
    border-radius: 20px;
    background-color: #00adef;
    font-size: 18px;
    color: #fff;
}
.case-study-div
{
    margin-bottom: 70px !important;
}
.case01
{
    padding-top: 50px;
    padding-left: 100px;
}
.case02
{
padding-left: 90px;
}

.case03
{
   padding-left: 270px;
}

.case04
{
    padding-left: 130px;
}
.case-img
{
    width:140%;
}
.about-img

{
  width: 100%;  
}

@media handheld, only screen and (max-width: 800px) {
    

.case01
{
    padding-top: 50px;
    padding-left: 0px !important;
}
.case02
{
padding-left: 0px !important;
}

.case03
{
   padding-left: 0px !important;
}

.case04
{
    padding-left: 0px !important;
}


.picture-wrapper {
    margin-bottom: 25px;
    width: 25% !important;
   
}
.list-one
{
        margin-top: 20px !important;
}
.home-title {
    font-size: 30px !important;
    
}
.home-subtitle {
    font-size: 14px !important;
        padding-top: 80px !important;
    
}
.home-second-title {
    
    margin-top: -20px !important;
}
.banner-text
{
    color:#000 !important;
    background: #ffffff40 !important;
}
.case-img
{
    width:100% !important;
}
}





.banner-text
{
        font-family: 'Roboto';
    padding-bottom: 20px;
    color: #121212;
   
}

.products-img
{
    width: 100%;
}

ul, ol { 
	 
	margin: 0; 
	padding: 0;
	color:#858585;
	font-size: 14px;
	line-height:24px;
	margin-bottom:20px;
}
	
ul li, ol li{
	font-size: 14px;
	line-height: 28px;
	list-style: none;
}

ul li i{
	vertical-align: middle;

}

ul.features-list-dark{
	display: inline-block;
}

ul.features-list-dark li{
	float:left;
	font-size:16px;
	line-height:28px;
	margin:1px 0;
}

ul.features-list li{
	float:left;
	font-size:16px;
	line-height:24px;
	margin:6px 0;
}
ul.features-list li img{
	max-width:55px;
	margin-right:20px;
	float:left;
}

ul.features-list li i{
	font-size:16px;
}


p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #858585;
	margin-bottom:15px;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom:20px;
  color: #454545;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

h2 {
	margin:0 0 15px 0;
}

h2.section-title.grey{
	color:#ddd;
}

h2.section-title {
	font-size: 30px;
	font-weight: 700;
}

h2.large-title{
	margin-bottom: 15px;
	font-size: 40px;
	font-weight: 500;
}

p.section-subtitle{
	font-size:17px;
}

p.grey{
	color:#bbb;
}

.separator_wrapper, 
.separator_wrapper_white {
	margin-bottom:10px;
}

.separator_wrapper::after, 
.separator_wrapper::before {
	background-color: #34b1c4;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 60px;
	height: 1px;
	margin-top: -6px;
}

.separator_wrapper_white::after, 
.separator_wrapper_white::before {
	background-color: #ddd;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 60px;
	height: 1px;
	margin-top: -6px;
}

.medium-title {
	font-size: 32px;
	margin-top:10px;
}

iframe{
	max-width:100%;
	border:none;
}

.width-100 {
	width: 100%;
}

.medium {
	font-weight: 400;
}

.bold {
	font-weight: 700;
}

.lyla {
    color: #9E5FBA;
}

.green {
    color: #16A085;
}

.blue {
    color: #3498db;
}

.yellow {
	color: #f4c21c;
}

.red{
	color:#34b1c4;
}
.grey{
	color:#ddd;
}

.grey-light {
	color: #cecece;
}

.white{
	color:#fff;
}

.section-white{
	background-color:#fff ;
	padding:90px 0px 30px 0px;
}

.section-grey{
	background-color: #edefef;
	padding:90px 0;
}

.section-yellow{
	background-color:#f4c21c;
	padding:60px 0;
}


.section-grey.small-padding, 
.section-white.small-padding{
	padding:40px 0;
}

.section-grey.medium-padding, 
.section-white.medium-padding, 
.section-dark.medium-padding{
	padding:60px 0;
}

.section-grey.no-padding-bottom, 
.section-white.no-padding-bottom, 
.section-dark.no-padding-bottom, 
.section-blue.no-padding-bottom{
	padding:90px 0 0 0;
}

.section-grey.small-padding-bottom, 
.section-white.small-padding-bottom, 
.section-dark.small-padding-bottom, 
.section-blue.small-padding-bottom{
	padding:90px 0 60px 0;
}

.section-grey.no-padding, 
.section-white.no-padding, 
.section-dark.no-padding, 
.section-blue.no-padding{
	padding:0;
}

.section-white.about-padding{
	padding:85px 0 100px 0;
}

.section-dark.portfolio-padding{
	padding:60px 0 75px 0;
}

.section-dark{
	background-color:#2f3539;
	padding:90px 0;
}

.section-blue{
	background-color:#34b1c4;
	padding:90px 0;
}

/* margin and padding classes */

.margin-right-25 {
	margin-right: 25px !important;
}

.margin-top-110 {
	margin-top: 110px !important;
}

.margin-top-100 {
	margin-top: 100px !important;
}

.margin-top-90 {
	margin-top: 90px !important;
}

.margin-top-80 {
	margin-top: 80px !important;
}

.margin-top-60 {
	margin-top: 60px !important;
}

.margin-top-50 {
	margin-top: 50px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-35 {
	margin-top: 35px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-15 {
	margin-top: 15px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}
.margin-top-5 {
	margin-top: 5px !important;
}

.margin-bottom-0 {
	margin-bottom: 0px !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}

.margin-bottom-60 {
	margin-bottom: 60px !important;
}

.margin-bottom-70 {
	margin-bottom: 70px !important;
}

.margin-bottom-80 {
	margin-bottom: 80px !important;
}

.margin-bottom-100 {
	margin-bottom: 100px !important;
}

.margin-bottom-120 {
	margin-bottom: 120px !important;
}

.margin-bottom-130 {
	margin-bottom: 120px !important;
}

.margin-bottom-140 {
	margin-bottom: 0px !important;
}

.padding-top-0 {
	padding-top: 0px !important;
}

.padding-top-20 {
	padding-top: 20px !important;
}

.padding-top-25 {
	padding-top: 25px !important;
}

.padding-top-30 {
	padding-top: 30px !important;
}

.padding-top-40 {
	padding-top: 10px !important;
}

.padding-top-45 {
	padding-top: 45px !important;
}

.padding-top-50 {
	padding-top: 50px !important;
}
.padding-top-60 {
	padding-top: 60px !important;
}

.padding-top-70 {
	padding-top: 70px !important;
}

.padding-top-80 {
	padding-top: 80px !important;
}

.padding-top-90 {
	padding-top: 90px !important;
}

.padding-top-100 {
	padding-top: 100px !important;
}

.padding-bottom-40 {
	padding-bottom: 40px !important;
}

.padding-bottom-60 {
	padding-bottom: 60px !important;
}

.padding-bottom-70 {
	padding-bottom: 70px !important;
}

.padding-bottom-80 {
	padding-bottom: 80px !important;
}

.padding-bottom-90 {
	padding-bottom: 90px !important;
}

.padding-bottom-100 {
	padding-bottom: 100px !important;
}

.padding-bottom-0 {
	padding-bottom: 0px !important;
}

.margin-top-0 {
	margin-top: 0px !important;
}

/* carousel */
.carousel.carousel1 .carousel-indicators {
	position: inherit;
	right: 0px;
}

.carousel.carousel1 .item .lead {
	font-size: 20px;
}

.carousel.carousel1 .carousel-indicators li {
	background-color: #e0e0e0;
	width: 16px;
	height: 16px;
}

.carousel.carousel1 .carousel-indicators li.active {
	background-color: #f4c21c;
}

.carousel.carousel3 .carousel-indicators {
	position: inherit;
	right: 0;
}

.carousel.carousel3 .item .lead {
	font-size: 20px;
}

.carousel.carousel3 .carousel-indicators li {
	background-color: #f9f9f9;
	width: 16px;
	height: 16px;
}

.carousel.carousel3 .carousel-indicators li.active {
	background-color: #34b1c4;
}

.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity:0;
}

.carousel.carousel-fade .active.item {
	opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}

.carousel.carousel-fade .carousel-control {
	z-index: 3;
}

.carousel-indicators {
  bottom: auto;
  left: auto;
  margin: 0;
  right: 16px;
  top: 16px;
  width: auto;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.carousel-indicators li {
  vertical-align: top;
  border: none;
  width: 8px;
  height: 8px;
  margin: 0 0 0 6px;
  background-color: #2c3e50;
  background-color: rgba(44, 62, 80, 0.5);
}

.carousel-indicators li.active {
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin: 0 0 0 6px;
}
/* end carousel */

/* -----  Photos Hover Animations ----- */
.popup-wrapper{
	display:block;
	position:relative;
	overflow:hidden;
}

.popup-gallery{
	display:inline-block;
	position:relative;
}

.first-gallery{
	margin-bottom:15px;
}

.popup-gallery img {
	position:relative;
	z-index:10;
	width: 100%;
	height: auto;
}

.popup-gallery:hover img {
	opacity: 0.25;
}

.popup-gallery a span.eye-wrapper, 
.popup-gallery a span.eye-wrapper2 {
	background-color:#000;
	position: absolute;
	display: block;
	overflow:hidden;
	z-index: 2;
	height:100%!important;
	top: 0%;
	margin-top: 0px;
	left: 0%;
	right: 0%;
	font-size: 22px;
	color:#fff;
	text-align: center;
	font-weight:300;
	opacity: 0;
}

.popup-gallery a span.eye-wrapper i.eye-icon, 
.popup-gallery a span.eye-wrapper2 i.eye-icon{
	position: absolute;
	display: inline-block;
	font-size:38px;
	z-index: 3;
	top: 50%!important;
	margin-top: -19px!important;
	left: 0;
	right: 0;
}

.popup-gallery a:hover span{
	opacity: 1;
}

.popup-gallery img,
.popup-gallery a span {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

/* ========================================================== */
/* 			                02. FOOTER                        */
/* ========================================================== */

.footer {
	z-index:900;
	background-color: #191919;
    border-top: 1px solid #393f43;
	font-weight: 300;
}

.footer p {
	font-size: 16px;
	color: #cecece;
}

.footer p a {
	font-size: 16px;
	color: #f4c21c;
	text-decoration:underline;
}

/* ----- 2. Footer Social Icons ----- */
ul.footer_social{
	width:100%;
	max-width:1140px;
	display:block;
	margin:0 auto;
	padding-top:5px;
	text-align:center;
}

ul.footer_social li{
	display:inline-block;
    margin:0 ;
	line-height:100%!important;
}

ul.footer_social li a i {
  display: inline-block;
  margin:0 5px;
  width: 38px;
  height: 38px;
  padding: 8px 8px;
  border: 1px solid #8d8d8d;
  border-radius: 50%;
  font-size:20px!important;
  color: #cecece;
  background-color: transparent;
  transition: all .5s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

ul.footer_social li a i:hover {
  color:#fff;
  background-color: #f4c21c;
  border: 1px solid #f4c21c;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

/* ========================================================== */
/* 			                 03. HOME                         */
/* ========================================================== */

.home-wrapper{
	width:100%;
	position:relative;
	overflow:hidden;
	z-index:100;
	padding:550px 0 115px 0;
	background: url(../images/construction-bg1.jpg);
	background-position: center top;
    background-repeat: no-repeat;
	background-attachment: scroll;
    background-size: cover;
}

.home-wrapper .gradient_overlay{
	position: absolute;
	opacity: 0.1;
	z-index:10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #171717;
}

.home-wrappe-inside{
	position:relative;
	z-index:100;
}

.register-padding{
	margin:0;
	padding:0 0 0 10px;
}

.register-submit-padding{
	margin:0;
	padding:0!important;
}

.home-inner{
	display: inline-block;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 50px 30px 70px 30px;
}

.home-second-title {
	font-size:20px;
	line-height:30px;
	font-weight:700;
	margin-bottom: 0;
}

.home-title{
	font-size: 50px;
    line-height: 52px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    
}

.home-subtitle{
	font-size:16px;
	line-height:26px;
	font-weight:400;
	color:#fff;
	margin-bottom:25px;
}

/* ========================================================== */
/* 				  		   04. SERVICES                       */
/* ========================================================== */

.features-item{
	display: inline-block;
	margin:20px 0;
	text-align:center;
}

.features-item h3{
	font-size: 20px;
    margin-bottom: 10px;
    text-align: left;
}

.features-item p{
	padding:0 10px;
}

.picture-wrapper{
	margin-bottom: 25px;
	width:15%;
	
}

.features-picture{
	width: 60px;
	height: 60px;
	border-radius: 80px 80px;

	-webkit-border-radius: 80px 80px;
    -moz-border-radius: 80px 80px;
   
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

.services-item {
    margin: 20px 0;
}

.services-icon {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0px;
    top: 5px;
    color: #34b1c4;
    font-size: 48px;
    line-height: 70px;
    text-align: center
}

.services-text {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
	font-weight: 400;
	color: #858585;
	margin-bottom: 0;
}

.services-text-serv{
    text-align: left;
    font-size: 16px;
    line-height: 26px;
	font-weight: 400;
	color: #858585;
	margin-bottom: 20px;
}

.service-title {
	color: #252525;
	font-size: 30px;
	font-weight: 700;
}

/* ========================================================== */
/* 				  		     04. ABOUT US                     */
/* ========================================================== */

.about-title {
	font-size: 30px;
	color: #252525;
	font-weight: 700;
	margin-top: 10px;
}

.about-box {
	overflow: hidden;
	margin-bottom: 20px;
}

.about-icon {
	float: left;
	font-size: 25px;
	line-height: 80px;
	text-align: center;
	border: 3px solid #f4c21c;
	border-radius: 41px 41px;
	width: 80px;
	height: 80px;
	margin-right: 20px;
}

.about-text-box {
	float: left;
	max-width: 80%;
}

h3.about-text {
	font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #454545;
    margin: 0;
}

/* ========================================================== */
/* 				  		     05. TEAM                         */
/* ========================================================== */

.team-box{
	text-align:center;
	background-color: #eef0f1;
    border-bottom: 3px solid #e0e0e0;
	margin-bottom:20px;
	padding:1px 20px 15px 20px;
	-webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.team-box h3{
	margin:20px 0 1px 0!important;
	color:#454545;
	font-size:18px;
	text-transform:uppercase;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.team-item:hover h3{
	color:#f4c21c;
}

.team-box p.team-info{
	font-size:16px;
	font-style:italic;
	margin-bottom:5px;
}

.team-popup{
	display:block;
	position:relative;
	overflow:hidden;
}

.team-popup .team-popup-overlay {
	background-color:#000;
	position: absolute;
	display: block;
	overflow:hidden;
	z-index: 2;
	height:100%!important;
	top: 0%;
	margin-top: 0px;
	left: 0%;
	right: 0%;
	font-size: 22px;
	color:#fff;
	text-align: center;
	font-weight:300;
	opacity: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.team-popup .team-popup-overlay .team-icon{
	position: absolute;
	display: inline-block;
	z-index: 3000;
	top: 50%!important;
	margin-top: -15px!important;
	left: 0%;
	right: 0%;
}

.team-popup .team-popup-overlay .team-icon a{
	margin:0 3px;
	color:#fff;
	font-size: 28px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.team-popup .team-popup-overlay .team-icon a:hover{
	color:#f4c21c;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.team-popup .team-popup-overlay:hover{
	opacity: 0.8!important;
}

/* ========================================================== */
/* 				  		     06. OFFERS                       */
/* ========================================================== */

.image-section-offers {
	width:100%;
	position:relative;
	z-index:100;
	background: url(http://placehold.it/1920x1280);
	background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
	
}

.image-section-offers .image-overlay{
	background-color: rgba(23,32,44,0.9);
	position: absolute;
	z-index:10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

p.section-subtitle {
	font-weight: 400;
	line-height: 26px;
	font-size: 16px;
}

.box-offer {
	background: url(../images/beauty-offer1.html) no-repeat top right;
	background-color: #ccd9c7;
	padding: 50px 70px 50px 20px;
}

h4.offer-title {
	font-size: 30px;
    line-height: 38px;
    font-weight: normal;
    color: #252525;
}

p.offer-text {
	font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    color: #454545;
}

.markup-offer {
	color: #ccd9c7;
	margin-left: 5px;
	position: absolute;
}

.btn-offer:hover .markup-offer{
	color: #ffffff;
}

/* ========================================================== */
/* 				  		     07. OUR VISION                   */
/* ========================================================== */

.vision-box-left {
	text-align: right;
	overflow: hidden;
	margin-bottom: 30px;
}

.vision-text-left {
	float: right;
	max-width: 70%;
	margin-right: 20px;
	display: block;
}

.vision-icon-left{
	float: right;
	display: block;
	font-size: 25px;
	line-height: 80px;
	text-align: center;
	background-color: #f4c21c;
	color: #ffffff;
	border-radius: 40px 40px;
	width: 80px;
	height: 80px;
	margin: 30px 0;
}

.vision-icon-right{
	float: left;
	display: block;
	font-size: 25px;
	line-height: 80px;
	text-align: center;
	background-color: #f4c21c;
	color: #ffffff;
	border-radius: 40px 40px;
	width: 80px;
	height: 80px;
	margin: 30px 0;
}

.vision-box-right {
	text-align: left;
	overflow: hidden;
	margin-bottom: 30px;
}

.vision-text-right{
	float: left;
	max-width: 70%;
	margin-left: 20px;
	display: block;
}

.vision-title {
	font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #454545;
    margin-bottom: 5px;
}

.border-vision {
	border-right: 1px dotted #f4c21c;
	right: 60px;
}

/* ========================================================== */
/* 						    08. CONTACT                       */
/* ========================================================== */

.image-section-contact{
	width:100%;
	position:relative;
	z-index:100;
	background: url(../images/construction-bg8.jpg);
	background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
	padding:0;
}

#contact-form{
	margin:0 auto;
	width:100%;
	max-width:960px;
	text-align:center;
	margin-bottom:10px;
}

input.contact-input{
	width:100%;
	height:55px;
    padding-left:2%;
    padding-right:2%;
	margin-bottom:20px;
	color: #fff;
	border: 1px solid #757575;
	background-color: transparent;
    font-size:14px;
	float:left;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

textarea{
	height:205px;
	margin-bottom:20px;
	width:100%;
    padding-left:2%;
    padding-right:2%;
    padding-top:10px;
    padding-bottom:10px;
	color: #fff;
	border: 1px solid #757575;
	background-color: transparent;
    font-size:14px;
	float:left;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

input.contact-submit{
	color: #fff;
	border: 2px solid #f58220;
	background-color: #f58220;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
	font-weight:700;
	margin:10px 0;
    padding: 16px 30px;
    position: relative;
    text-transform: uppercase;
	-webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px 3px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.contact-submit:hover{
	color:#f4c21c;
	background-color: transparent;
	border:2px solid #f4c21c;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.white-input::-webkit-input-placeholder,
textarea.white-input::-webkit-input-placeholder { /* WebKit browsers */
    color:#fff;
}
input.white-input:-moz-placeholder,
textarea.white-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#fff;
}
input.white-input::-moz-placeholder,
textarea.white-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#fff;
}
input.white-input:-ms-input-placeholder,
textarea.white-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#fff;
}

#contact-form input.contact-input:focus,
#contact-form textarea.contact-commnent:focus {
  border-color:#fff;
  outline: none;
}

p.contact_success_box{
	display:inline-block;
	color:#fff;
	font-size:20px;
	font-style:italic;
	padding:20px 20px;
	border:1px solid #fff;
	webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

/* ========================================================== */
/* 					       09. REGISTER                       */
/* ========================================================== */

.register-form{
	padding:25px 0 20px 0;
}

input.register-input{
	width:95%;
	height:52px;
    padding-left:2%;
    padding-right:2%;
	margin-bottom:30px;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
    font-size:14px;
	float:left;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

select.register-input{
	width:95%;
	height:52px;
    padding-left:2%;
    padding-right:2%;
	margin-bottom:20px;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
    font-size:14px;
	float:left;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

input.register-submit-top, input.register-submit{
	color: #ffffff;
	border: 1px solid #f4c21c;
	background-color: #f4c21c;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
	font-weight:700;
	width:100%;
	padding: 16px 0;
    text-transform: uppercase;
   	max-width: 470px;
   	float: left;
	-webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px 3px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.register-submit:hover{
	color:#f4c21c;
	background-color: transparent;
	border:1px solid #f4c21c;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.white-input::-webkit-input-placeholder,
select.white-input::-webkit-input-placeholder { /* WebKit browsers */
    color:#fff!important;
}
input.white-input:-moz-placeholder,
select.white-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#fff!important;
}
input.white-input::-moz-placeholder,
select.white-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#fff!important;
}
input.white-input:-ms-input-placeholder,
select.white-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#fff;
}

#register-form input.register-input:focus, #register-form select.register-input:focus {
  border-color:#fff!important;
  outline: none;
}

p.register_success_box{
	display:inline-block;
	color:#fff;
	font-size:16px;
	font-style:italic;
	margin:20px 0 30px 0;
	padding:20px 20px;
	border:1px solid #fff;
	webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

/* ========================================================== */
/* 		 		  	   	 10. OTHER STYLES                     */
/* ========================================================== */

.section_features{
	width:100%;
	max-width:1140px;
	margin:0 auto;
	padding:20px 0 0 0;
	position:relative;
	overflow:hidden;
	z-index:1;
}

.no-padding{
	padding:0;
}

.wrapper-inner{
	display: inline-block;
	width:100%;
	max-width:585px;
	padding:40px 0 40px 35px;
}

.portfolio-pic{
	margin-bottom:30px;
}

/* ----- 1. Buttons ----- */
.btn, btn:hover{
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn-margin {
    display: inline-block;
    margin: 10px 10px;
}

.btn-white {
  color: #454545;
  background-color: #fff;
  border-color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-white-big {
  color: #8b62ba;
  background-color: #fff;
  border-color: #fff;
  padding:20px 40px;
  font-size:16px;
  font-weight: 700;
  letter-spacing: 1px;
}

.btn-white-big:hover,
.btn-white-big:focus,
.btn-white-big:active,
.btn-white-big.active,
.open .dropdown-toggle.btn-white-big {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-white-transparent {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

.btn-white-transparent:hover,
.btn-white-transparent:focus,
.btn-white-transparent:active,
.btn-white-transparent.active,
.open .dropdown-toggle.btn-white-transparent {
  color: #454545;
  background-color: #fff;
  border-color: #fff;
}

.btn-small-blue{
  color: #fff;
  font-weight:600;
  background-color: #34b1c4;
  border: 2px solid #34b1c4;
  padding:12px 25px;
}

.btn-small-blue:hover {
  color: #34b1c4;
  background-color:  transparent;
  border-color: #34b1c4;
}

.btn-yellow {
	background-color:#f58220;
	position: relative;
	display: inline-block;
	text-align:center;
	color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
        margin-top: 50px !important;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-blue {
  color: #fff;
  background-color: #dbae19;
}

.btn-offer {
	width: 120px;
	text-align: center;
	padding: 15px 7px;
	font-weight: 600;
	margin-top: 10px;
	border: 2px solid #f4c21c;
	border-radius: 40px;
	display: inline-block;
}

.btn-offer:hover {
	background-color: #f4c21c;
	border: 2px solid #f4c21c;
	color: #ffffff;
	width: 150px;
}

/* ----- 2. Sponsors ----- */
.section-grey.sponsors-padding {
    padding: 50px 0;
}

.section-grey.sponsors-padding-small {
    padding: 35px 0;
}

.sponsor {
	max-width: 100%;
	margin: 0 10px;
   
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.sponsors img.sponsor:hover {
    opacity: 0.8;
}

/* ----- 03. Navigation ----- */
#navbar-collapse-02 li.selected a{
    color: #f4c21c!important;
}

#navbar-collapse-02 .current a {
    color: #f5821f!important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-fixed-top { background-color:#fff!important; padding:5px 0; transition: background-color 1s ease 0s;}
.navbar-fixed-top.opaque { background-color: #fff!important;transition: background-color 1s ease 0s;}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-default .navbar-nav > li > a.purchase{
	position:relative;
	color:#fff;
	background-color: #f4c21c;
	border:1px solid #f4c21c;
	margin-left:15px;
	margin-right:15px;
	margin-top:14px;
	padding:0 20px;

	font-size: 12px;
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;

	text-transform:none;
	webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
}

.navbar-default .navbar-nav > li > a.purchase:hover{
	color:#f4c21c!important;
	background-color: transparent;
	border:1px solid #f4c21c;
}

#navbar-collapse-02 .current a.purchase{
	color:#f4c21c!important;
	background-color: #fff!important;
	border:1px solid #fff!important;
}

/* ----- 4. Fun Facts ----- */
.fun-facts-wrapper{
	width:100%;
	position:relative;
	overflow:hidden;
	background-color: #f4c21c;
	margin: 0 auto;
	padding:50px 0;
}

.fun-facts-inside{
	position:relative;
	z-index:100;
}

.fun-facts-title{
	font-size:14px;
	line-height: 20px;
	font-weight:600;
	color:#fff;
}

.fun-facts-title span{
	text-align: center;
	font-size:42px;
	line-height:50px;
	font-weight:500;
	color:#fff;
	font-family: "Roboto";
}

.fun-facts-box i{
	text-align: center;
	font-size:38px;
	line-height:50px;
	color:#ffffff;
}

/* ----- 5. Testimonials ----- */
.testimonials-box{
	border-right: 1px solid #ffffff;
	overflow: hidden;
}

.testimonials-info{
	float: right;	
	padding:10px 40px 10px 0;
	
}

.author-pic {
	float: right;
	margin-right:30px;
	width:110px;
	height:110px;
	padding:5px 5px;
	background-color: transparent;
	border:1px solid #ffffff;;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

p.author-name{
	font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding-top: 20px;
}

p.author-name span{
	font-size:17px;
	font-weight:400;
	font-style:italic;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
}

p.testimonials-text {
	font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    margin-left: 30px;
}

/* ----- 6. Background Image ----- */
.image-section{
	width:100%;
	position:relative;
	z-index:100;
	background: url(../images/construction-bg2.jpg);
	background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
	padding:100px;
}

.image-section .image-overlay{
	background: rgba(0, 0, 0, 0.10);
	position: absolute;
	z-index:10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.image-section-inside{
	position:relative;
	z-index:100;
}

/* ========================================================== */
/* 					    11. MOBILE DEVICES                    */
/* ========================================================== */

@media handheld, only screen and (max-width: 800px) {
		
	.testimonials-box{
		border-right: none;
		margin: 0;
		text-align: center;	
	}

	.testimonials-info{
		float: none;	
	}

	.author-pic 
	{
		float:none;	
		display: inline-block;
		margin-bottom: 20px;
	}

	p.author-name
	{
		text-align: center;
	    
	}

	p.testimonials-text 
	{
		text-align: center;
	}

	input.register-submit-top, input.register-submit
	{
	   	max-width: 418px!important;
	}

}


.navbar-default .navbar-nav > li > a {
    color: #161616 !important;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #f27816 !important;
}




.containers1 {
  width: 100%;
  height: 300px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.carousel-views1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 44px 0;
  transition: all 0.25s ease-in;
}

.carousel-views1 .item-lists1 {
  max-width: 950px;
  width: 70vw;
  padding: 50px 10px;
  display: flex;
  gap: 48px;
  scroll-behavior: smooth;
  transition: all 0.25s ease-in;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  overflow: auto;
  scroll-snap-type: x mandatory;
}


/* Hide scrollbar for Chrome, Safari and Opera */
.item-lists1::-webkit-scrollbar {
  display: none;
}

.prev-btns1 {
  background = none;
  cursor: pointer;
}

.next-btns1 {
  cursor: pointer;
}

.items1 {
  scroll-snap-align: center;
  min-width: 120px;
  height: 120px;
  background-color: deeppink;
  border-radius:8px;
}


