@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400);

body {
  background-color: #fff;
    font-family:'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}
#video{ 
width:48%;
padding-left:20px;
float:left;



 }
 .smile
 {
 	
	
	font-size:20px;
color:#FFFFFF;

text-align:center;
	
 }
 .smile::after {
  content: "";
    display: block; 
   margin-top:-35px;
    height:50px;
 
 background:url(../../images/smiley.png) no-repeat;
 	text-align:center;
 }
#video1{ 
width:48%;
padding-left:20px;

float:right;

 }
 
 .prod_left, .prod_right {
    width: 49%;
    float: left;
    margin-bottom: 25px;

}
 
 ul.actions {
    cursor: default;
}
/* Forms */

		form {
		}
		
			form label {
				display: block;
			}
		
			form input[type="text"],form input[type="email"],
			form input[type="password"],
			form select,
			form textarea {
				display: block;
				width: 100%;
				padding: 0.75em;
				background: none;
				border: solid 2px rgba(185, 186, 187, 0.97);
				color: inherit;
				border-radius: 0.5em;
				outline: none;

				-moz-appearance: none;
				-webkit-appearance: none;
				-o-appearance: none;
				-ms-appearance: none;
				appearance: none;

				-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
			}

				form input[type="text"]:hover,
				form input[type="password"]:hover,
				form select:hover,
				form textarea:hover {
				}

				form input[type="text"]:focus,
				form input[type="password"]:focus,
				form select:focus,
				form textarea:focus {
					border-color: #9ac8e9;
				}

			form input[type="text"],form input[type="email"],
			form input[type="password"],
			form select {
				line-height: 1em;
			}
				
			form textarea {
				min-height: 8em;
			}

			form .formerize-placeholder {
				color: rgba(145,146,147,0.85) !important;
			}

			form ::-webkit-input-placeholder {
				color: rgba(145,146,147,0.85) !important;
			}

			form :-moz-placeholder {
				color: rgba(145,146,147,0.85) !important;
			}

			form ::-moz-placeholder {
				color: rgba(145,146,147,0.85) !important;
			}

			form :-ms-input-placeholder {
				color: rgba(145,146,147,0.85) !important;
			}

			form ::-moz-focus-inner {
				border: 0;
			}
            
            /* Buttons */
		
		.button {
			background-color:#E39759;
			border: 0;
			border-radius: 3.5em;
			color: #fff;
			cursor: pointer;
			display: inline-block;
			height: 3.5em;
			line-height: 3.5em;
			outline: 0;
			padding: 0 2em 0 2em;
			position: relative;
			text-align: center;
			text-decoration: none;

			-moz-appearance: none;
			-webkit-appearance: none;
			-o-appearance: none;
			-ms-appearance: none;
			appearance: none;

			-moz-transition: all 0.2s ease-in-out;
			-webkit-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}

			.button.down {
				width: 5em;
				height: 5em;
				line-height: 4.5em;
				padding: 0;
				background-image: url('images/dark-arrow.svg');
				background-position: center center;
				background-repeat: no-repeat;
				text-indent: -10em;
				overflow: hidden;
			}
			
				.button.down.anchored {
					bottom: 0;
					border-bottom: 0;
					border-radius: 3em 3em 0 0;
					height: 4.5em;
					margin-left: -2.5em;
				}
			
			.button.anchored {
				position: absolute;
				left: 50%;
			}
			
			.button:hover {
				background-color:#000;
			}
			
			.button:active {
				background-color: #88b583;
			}

			.button.style2 {
				background-color: transparent;
				border: solid 2px #e5e6e7;
				color: inherit;
			}

				.button.style2:hover {
					background-color: rgba(145,146,147,0.035);
				}
				
				.button.style2.down {
					background-image: url('images/arrow.svg');
				}

	/* Box */

		.box {
			background: #fff;
			color: #000;
			padding: 2em;
		}
		
			.box.style2 {
				padding:2em 3em 2.5em  1.1em;
			}


/* Titles */
h1, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}
h2
{
    font-family:'Oswald', sans-serif;
    font-weight: 300;
    color: #333;
}
/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}
table {
    font-size: 16px;
}

p, ul, ol, dl, table {
    margin-bottom: 1em;
}

table tr td {
  

    line-height:1.5;
    padding:20px;
    border-collapse: collapse;
    border-spacing: 0;
}

/* Links */
a {
    color:#fff;
    word-wrap: break-word;
	
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}


a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*---------------------------------------------------
	3.1 Topbar
---------------------------------------------------*/

#section-topbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	overflow: visible;
	font: normal 16px/24px  'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#section-topbar a {
  color:#000;
}

#topbar-inner {
	background: #fff;
	line-height: 0;
	text-align: center;
	box-shadow:0px 1px 1px #ddd;
}

/*
	Top Bar

	By default, top navigation bar uses "fixed" position
*/
#section-topbar ul#nav {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;

	

	/* For IE, the outcast */
	zoom:1;
	*display: inline;
}

#section-topbar ul#nav > li {
	display: block;
    float: left;
    padding: 0;
}


#section-topbar ul#nav a {
  display: block;
font-family: 'Oswald', sans-serif;
  text-decoration: none;
  font-size:17px;
  font-weight:500;
  padding:45px 20px 18px 20px;
 
}

	#section-topbar ul#nav a:hover {
	  background: #fff;
	  text-decoration: none;
	  border-left: 1px solid #fff;
	}

	#section-topbar ul#nav .active a {
	
		border-left: 1px solid #fff;
	}

		#section-topbar ul#nav .active a:hover {

		}
#section-topbar i {
	font-size: 25px;
}

/*---------------------------------------------------
	SECTION WRAPS
---------------------------------------------------*/

/* Header Wrap */
#headerwrap {
	background: url(../img/bg112.jpg) no-repeat center top;
	margin-top:110px;
	padding-top:140px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 560px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#headerwrap1 {
	background: url(../img/bg112.jpg) no-repeat center top;
	margin-top:110px;
	padding-top:140px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height:350px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap2 {
	background: none;

	padding-top:110px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 320px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#headerwrap h3
{
	 -moz-animation-name: dropHeader;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 1s;

    -webkit-animation-name: dropHeader;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 1s;

    animation-name: dropHeader;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
}
#headerwrap h1 {
	font-size:50px;
	color: white;
	font-weight:500;
	  margin-top: 25px;
   
    text-align: center;
    animation: fadein 5s;
    -moz-animation: fadein 5s; /* Firefox */
    -webkit-animation: fadein 5s; /* Safari and Chrome */
    -o-animation: fadein 5s; /* Opera */
	
	
		
}

@-moz-keyframes dropHeader {
    0% {
        -moz-transform: translateY(-40px);
    }
    100% {
        -moz-transform: translateY(0);
    }
}
@-webkit-keyframes dropHeader {
    0% {
        -webkit-transform: translateY(-40px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}
@keyframes dropHeader {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:5;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:5;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:5;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

#headerwrap h3 {
	font-size:30px;
	color: white;
}

/* Intnro Wrap */

#intro {
	background:#E39759;
	padding-top: 60px;
	padding-bottom: 60px;
	color: white;
} 

#intro h5, p {
	color:#000;
}

#intro i {
	color: white;
	font-size: 20px;
	padding-right: 8px;
	vertical-align: middle;
}


#skillswrap {
	background: url(../img/bg2.jpg) no-repeat top;
	padding-top: 60px;
	padding-bottom: 60px;
	color: white;
}
#skillswrap1 {
	
	padding-top: 60px;
	padding-bottom: 60px;
	color: white;
}

#skillswrap h5, p {
	color: #000;
	text-align:justify;
}

#footwrap {
	background:#E39759;
	padding-top: 50px;
	padding-bottom: 50px;
}

#footwrap p {
	color: white;
}

#footwrap h5 {
	color: white;
}


#footwrap t {
	font-weight: 700;
}

#footwrap i {
	padding-right: 8px;
	color: #fff;
	margin-left:25px;
	line-height:2;
	font-size:28px;
}

/* Copyright Wrap */

#c {
	background: #222222;
	padding-top: 15px;
	text-align: right;
}

#c p {
	color: white
}



/* Global Values */

.desc {
	padding-top:30px;
	
}

.desc p {
	color: #2f2f2f;
    text-align:justify;
}

.desc t {
	color: #34495e;
	font-weight: 700;
}
#footwrap ul li
{
	color:#FFFFFF;
	list-style-type:none;
	margin-left:-38px
}

#footwrap ul li a
{
	color:#FFFFFF;
	line-height:2
}
.desc imp {
	padding: 6px;
	color: white;
	background: #34495e;
}

.desc more {
	color: #95a5a6;
}


sm {
	font-size: 12px;
}

/*--flexisel--*/
.flex-slider{	
background:#222227;
padding:20px 0 100px 0;
}
.opportunity{
background:#28282e;
margin:0px 20px;

position:relative;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:60px;
	height:60px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
left: 42%;
top:110% !important;
background: url(images/themes.png) no-repeat 0px 0px;
}
.nbs-flexisel-nav-right {
right: 42%;
top:110% !important;
background: url(images/themes.png) no-repeat -222px 0px;
}
/*--//flexisel--*/
.opportunity-info h3{
margin:0;
font-size:32px;
color:#3d3d3d;

}
.opportunity-info h3 span{
font-weight:700;
}
.opportunity img
{
	width:100%;
}
.opportunity-info p{
margin:15px 0 0 0;
font-size:14px;
text-align:center;
color:#878796;
line-height:1.8em;

}
.opportunity:hover div.opportunity-info{
display:block;
}
.opportunity-info{
position:absolute;
top:0%;
left:0%;
width:100%;
height:100%;
background:rgba(0,0,0,0.75);
display:none;
padding:30px 20px;
}
.opportunity-info a
{
	font-family: 'Oswald', sans-serif;
	margin-top:60px;
	display:block;
}
.products img
{
	width:100%;
}
#firstImage img
{
	width:100%;
	height:200px;
	border:1px solid #ccc;
}

.contact-wrapper{
    display:flex;
    gap:40px;
    align-items:flex-start;
    margin-top:30px;
    flex-wrap:wrap;
}

/* LEFT SIDE */
.contact-card{
    flex:1;
    min-width:320px;
    background:#fff;
    padding:30px;
    border-radius:10px;
    box-shadow:0 2px 10px rgba(0,0,0,0.08);
}

.title{
    font-size:30px;
    font-weight:bold;
    color:#1d3557;
    margin-bottom:20px;
}

.info{
    margin-bottom:18px;
    font-size:16px;
    line-height:1.8;
    color:#444;
}

.section{
    margin-top:30px;
}

.section-title{
    font-size:22px;
    color:#e49859;
    font-weight:bold;
    margin-bottom:15px;
    border-bottom:1px solid #ddd;
    padding-bottom:8px;
}
.text-whitemn{
	color: white;
	text-align: center;
}
.contact-person{
    background:#f9f9f9;
    padding:15px;
    border-left:4px solid #1d3557;
    border-radius:6px;
    margin-bottom:15px;
}

.contact-person h4{
    margin:0 0 8px;
    color:#1d3557;
}

/* RIGHT SIDE FORM */
.prod_right{
    flex:1;
    min-width:320px;
    background:#fff;
    padding:30px;
    border-radius:10px;
    box-shadow:0 2px 10px rgba(0,0,0,0.08);
}

.prod_right h3{
    font-size:28px;
    color:#1d3557;
    margin-bottom:20px;
}

.prod_right input,
.prod_right textarea{
    width:100%;
    padding:4px 15px;
    border:1px solid #ccc;
    border-radius:6px;
    font-size:15px;
    outline:none;
}

.prod_right input:focus,
.prod_right textarea:focus{
    border-color:#1d3557;
}

.button{
    background:#e49859;
    color:#fff;
    border:none;
    padding:4px 30px;
    border-radius:6px;
    cursor:pointer;
    font-size:16px;
}

.button:hover{
    background:#e49859;
}
.desc {
    padding: 30px 15px;
}

.video-box {
    margin-bottom: 30px;
}

.video-box iframe {
    width: 100%;
    height: 420px; /* Increased height */
    border: 0;
    border-radius: 8px;
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .video-box iframe {
        height: 250px;
    }
}
    /* HERO SECTION */
    .hero-section{
      background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
      url('images/parking-bg.jpg') center/cover no-repeat;
      color:#fff;
      padding:100px 0;
      text-align:center;
    }

    .hero-section h1{
      font-size:48px;
      font-weight:700;
      margin-bottom:20px;
    }

    .hero-section p{
      font-size:20px;
      max-width:800px;
      margin:auto;
    }

    .btn-custom{
      background:#e49859;
      color:#fff;
      padding:12px 30px;
      border:none;
      border-radius:5px;
      margin-top:25px;
      font-size:18px;
      text-decoration:none;
      display:inline-block;
    }

    .btn-custom:hover{
      background:#e49621;
      color:#fff;
    }

    /* SECTION TITLE */
    .section-title{
      text-align:center;
      margin-bottom:50px;
    }

    .section-title h2{
      font-size:40px;
      font-weight:bold;
      color:#1d3557;
    }

    .section-title p{
      color:#666;
      max-width:700px;
      margin:auto;
    }

    /* SERVICE BOX */
    .service-box{
      background:#fff;
      padding:30px;
      border-radius:10px;
      box-shadow:0 4px 12px rgba(0,0,0,0.08);
      transition:0.3s;
      height:100%;
    }

    .service-box:hover{
      transform:translateY(-5px);
    }

    .service-box h4{
      color:#e49859;
      margin-bottom:15px;
    }

    /* LIST STYLE */
    .custom-list{
      list-style:none;
      padding:0;
    }

    .custom-list li{
      padding:10px 0;
      border-bottom:1px solid #eee;
      font-size:16px;
    }

    .custom-list li:last-child{
      border-bottom:none;
    }

    /* WHY CHOOSE */
    .why-section{
      background:#1d3557;
      color:#fff;
      padding:70px 0;
    }

    .why-box{
      background:rgba(255,255,255,0.08);
      padding:25px;
      border-radius:8px;
      text-align:center;
      height:100%;
    }
.text-white{
	color: white;
}
    .why-box h5{
		color: wheat;
      margin-top:15px;
      font-weight:600;
    }

    /* CONTACT SECTION */
    .contact-section{
      background:#fff;
      padding:70px 0;
    }

    .contact-box{
      background:#f8f9fa;
      padding:40px;
      border-radius:10px;
      box-shadow:0 2px 10px rgba(0,0,0,0.08);
      text-align:center;
    }

    .contact-box h2{
      color:#1d3557;
      margin-bottom:20px;
    }

    .contact-box p{
      font-size:18px;
      margin-bottom:12px;
    }

    /* HOMEPAGE SHORT BOX */
    .homepage-short{
      background:#e49859;
      color:#fff;
      padding:50px;
      border-radius:10px;
      margin-top:60px;
      text-align:center;
    }

    .homepage-short h3{
      font-size:36px;
      margin-bottom:20px;
    }

.carousel-inner > .item > img{
    width:100%;
    height:550px;
    object-fit:cover;
}

.carousel-caption{
    background:rgba(0,0,0,0.55);
    padding:25px;
    border-radius:10px;
    bottom:80px;
}

.carousel-caption h2{
    font-size:42px;
    font-weight:bold;
    margin-bottom:15px;
}

.carousel-caption p{
    font-size:18px;
    line-height:28px;
}

.slider-btn{
    background:#d62828;
    color:#fff;
    padding:12px 30px;
    border-radius:5px;
    text-decoration:none;
    display:inline-block;
    margin-top:15px;
    font-size:16px;
}

.slider-btn:hover{
    background:#b71c1c;
    color:#fff;
    text-decoration:none;
}