/* 

Tinker Template

http://www.templatemo.com/tm-506-tinker

*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', arial, sans-serif;
}

body {
	 /*overflow-x: hidden; */
}

ul {
	list-style: none;
	margin: 0px;
}

p {
	color: #7a7a7a;
	font-size: 14px;
	line-height: 24px;
}

.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}

.primary-white-button a {
	display: inline-block;
	background-color: #fff;
	font-size: 13px;
	padding: 12px 18px;
	color: #121212;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}

.primary-blue-button a {
	display: inline-block;
	background-color: #33c1cf;
	font-size: 13px;
	padding: 12px 18px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}

.pop-button h4 {
	display: inline-block;
	background-color: #33c1cf;
	font-size: 13px!important;
	padding: 12px 18px;
	color: #fff;
	font-weight: 400!important;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	cursor: pointer;
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 9999999999999999;
    transition: all 0.2s ease-in-out;
    height: 67px;
    text-align: center;
    line-height: 40px;
	background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(254, 254, 254, 0.25);
    transition: all 0.2s ease-in-out;
}
.panels {
  /* min height incase content is higher than window height */
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height:80px;
  font-family: sans-serif;
  /* outline: 10px solid hotpink; */
  /* turn above on to see the edge of panels */
}

/* colours */
.color-violet {
  background-color: #7A4EAB;
}
.color-indigo {
  background-color: #4332CF;
}
.color-blue {
  background-color: #2F8FED;
}
.color-green {
  background-color: #4DCF42;
}
.color-yellow {
  background-color: #FAEB33;
}
.color-orange {
  background-color: #F19031;
}
.color-red {
  background-color: #F2293A;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
    text-shadow: none;
}

.navbar-brand {
	line-height: 80px;
	padding: 0px;
}
.navbar-brand>img {
    display: block;
    margin-top: 6px;
}
.bannerscollection_zoominout_opportune{
	position:relative;
	overflow:hidden;
	}
.height{
    position: absolute;
    right: 0;
    width: 382px;
    height: 530px;
    bottom: 0px;
    background: url(../images/hand.png) no-repeat bottom center;
    background-size: 100%;
    z-index: 666;
}
.banner-area{
	float:left;
	width:100%;
	position:relative;
	z-index:-1;
	}
video{
    height: 394px;
    width: 200px;
    overflow: hidden;
    position: absolute;
    margin-top: 30px;
    margin-left: 53px;
    border: 0px solid #1f1f1f;
    border-top: 0px;
    border-bottom: 0px;
}
controls{
	display:none;
	}
video:hover controls{
	display:block;
	}

#main-nav a {
	color: #fff!important;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	text-shadow: none;
	margin-left:10px;
	text-decoration:none;
	float:right;
	line-height: 80px;
	padding: 0px;
	letter-spacing: 0.5px;
}
#main-nav a span{
	background:url(../images/phone.png) no-repeat left;
	padding-left:25px;
	padding:8px 10px 8px 30px;
	}
#main-nav a span1{
	padding:6px 20px;
	border:2px solid #fff;
	}
#main-nav a span1:hover{
	background:#000;
	text-decoration:none;
	}
#main-nav a span2{
	padding:6px 20px;
	background:#fff;
	font-weight: 600;
	color:#e52329;
	border:2px solid #fff;
	}
#main-nav a span2:hover{
	background:#000;
	text-decoration:none;
	}
.navbar-nav>li {
	margin-left: 45px;
}

.header.active .navbar-nav>li>a {
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-shadow: none;
	color: #121212!important;
}
.scroll-responsive{
	display:none;
	}

.header.active {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(254, 254, 254, 0.25);
	transition: all 0.2s ease-in-out;
}
.navbar-brand {
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	color: #fff!important;
	transition: all 0.5s;
	 
}
.navbar-brand em {
	font-style: normal;
	color: #f7c552;
	font-size: 32px;
}
.header.active .navbar-brand {
	color: #121212!important;
}
.header .navbar-brand {
    font-weight: 800;
}
.navbar-inverse {
	background-image: none;
	background-color: transparent;
}
.header .navbar {
    margin: 0;
    border: none;
}
.page-section {
    padding: 80px 0;
}
.navbar-inverse .navbar-toggle {
	margin-top: 22px;
    border-color: #f7c552;
    background-color: #f7c552;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #f7c552;
}
bootstrap.min.css:5
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px!important;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media (min-width: 768px) {
    .header .navbar-brand {
        padding-left: 0;
    }
    .navbar-nav {
        float: right;
    }
}
@media (max-width: 480px) {
    .page-section h1 {
        font-size: 3em;
    }
    .page-section h2 {
        font-size: 2em;
    }
    .page-section p {
        font-size: 1em;
        margin: 0 0 20px;
    }
}

.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}

.baner-content {
	width: 100%;
  	padding-top: 35vh;
  	text-align: center;
  	vertical-align: middle;
}

.baner-content .text-content {
	text-align: center;
}

.baner-content .text-content h2 {
	font-size: 36px;
	font-weight: 400;
	color: #fff;
}

.baner-content .text-content h2 span {
	font-weight: 700;
	color: #33c1cf!important;
}

.baner-content .text-content h2 em {
	font-style: normal;
	font-weight: 700;
	color: #f89624!important;
}

.baner-content .text-content p {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	padding: 0px 25%;
}

.baner-content .text-content .primary-white-button {
	margin-top: 25px;
}


/*......................................................*/
      /*..................Welcome..................*/
/*......................................................*/



.welcome{
	float:left;
	width:100%;
	padding:30px 0px;
	}
.welcome h1{
	color:#000;
	font-size:24px;
	margin:0px;
	margin-bottom:15px;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
	background:url(../images/line.png) no-repeat bottom left;
	padding-bottom:25px;
	}
.red{
	color:#F00;
	margin-bottom:15px;
	line-height:1.8;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	}
.welcome  p{
	line-height:1.8;
	}
.welcome .col-md-6{
	padding:5px;
	}
.welcome .col-md-6 img{
	margin-bottom:10px;
	}


/*......................................................*/
      /*..................Packages..................*/
/*......................................................*/



.packages{
	float:left;
	width:100%;
	padding:30px 0px;
	background:url(../images/food_bg.jpg) no-repeat center center #000;
	background-size:cover;
	background-attachment:fixed;
	}
.packages h1{
	color:#fff;
	font-size:24px;
	margin:0px;
	margin-bottom:15px;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
	background:url(../images/line.png) no-repeat bottom left;
	padding-bottom:25px;
	}
.packages h2{
	color:#fff;
	font-size:20px;
	margin:0px;
	margin-bottom:5px;
	font-weight:500;
	font-family: 'Montserrat', sans-serif;
	}
.packages  p{
	line-height:1.8;
	color:#fff;
	}
.packages .col-md-6{
	padding:10px;
	}
.packages a{
	float:left;
	margin-right:15px;
	}
.full{
	float:left;
	width:100%;
	margin-bottom:10px;
	}
.full span{
	float:left;
	width:60px;
	background:#fff;
	height:2px;
	}
.border{
	float:left;
	width:100%;
	border:4px solid #fff;
	background:url(../images/food_bg1.jpg) no-repeat center center;
	background-size:cover;
	padding:15px;
	}
.border_second{
	float:left;
	width:100%;
	border:4px solid #fff;
	background:url(../images/food_bg2.jpg) no-repeat center center;
	background-size:cover;
	padding:15px;
	}		

/*......................................................*/
      /*..................Category..................*/
/*......................................................*/



.category{
	float:left;
	width:100%;
	padding:60px 0px;
	text-align:center;
	background:#ffffff;
	}
	
.category h1{
	color:#e42329;
	font-size:20px;
	margin-bottom:15px;
	margin-top:5px;
	font-weight:600;
	text-align:justify;
	font-family: 'Montserrat', sans-serif;
	}
.category h2{
	color:#000;
	font-size:24px;
	margin:0px;
	margin-bottom:15px;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
	background:url(../images/line.png) no-repeat bottom left;
	padding-bottom:25px;
	text-align:left;
	}

.category  p{
	line-height:1.8;
	text-align:justify;
	}
.category .col-md-8 img{
	padding:10px;
	border-radius:50%;
	border:3px solid #e42329;
	float:none;
	display:inline-block;
	text-align:center;
	}
.category .row{
	margin-bottom:15px;
	}
.category img{
	float:none;
	display:inline-block;
	text-align:center;
	}
	
	
	
	

/*......................................................*/
      /*..................Demo..................*/
/*......................................................*/



.demo{
	float:left;
	width:100%;
	padding:50px 0px;
	background:url(../images/food_bg3.jpg) no-repeat center center #c32425;
	background-size:cover;
	background-attachment:fixed;
	}
.demo h1{
	color:#fff;
	font-size:24px;
	margin:0px;
	margin-bottom:15px;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
	background:url(../images/line2.png) no-repeat bottom left;
	padding-bottom:25px;
	}
.demo h2{
	color:#71271e;
	font-size:18px;
	margin:0px;
	margin-bottom:10px;
	text-align:center;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
	}
.demo  p{
	line-height:1.8;
	color:#fff;
	}
.demo .col-md-4{
	padding:10px;
	}
.demo a{
	float:left;
	margin-right:15px;
	}
.white_border{
	float:left;
	width:100%;
	text-align:center;
	background:#fff;
	padding:15px;
	margin-top:30px;
	padding-top:55px;
	}
.white_border p{
	text-align:center;
	color: #7a7a7a;
	}
.white_border p a{
	text-align:center;
	background: #71271e;
	color: #fff;
	padding:3px 15px;
	text-decoration:none;
	font-size:13px;
	float:none;
	display:inline-block;
	}
.white_border img{
	float:none;
	display:inline-block;
	text-align:center;
	padding:5px;
	}
.white_border .radius{
	float:none;
	display:inline-block;
	text-align:center;
	margin-top:-84px;
	border-radius:50%;
	box-shadow:0px 0px 5px #7a7a7a;
	background:#fff;
	padding:5px;
	}
	
.white{
	color:#fff;
	}






/*......................................................*/
      /*..................Advantages..................*/
/*......................................................*/



.advantages{
	float:left;
	width:100%;
	padding:50px 0px 30px;
	background:#fff;
	}
.advantages h1{
	color:#1c1c1c;
	font-size:24px;
	margin:0px;
	text-align:center;
	margin-bottom:15px;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
	background:url(../images/line1.png) no-repeat bottom center;
	padding-bottom:25px;
	}
.advantages h2{
	color:#e42329;
	font-size:18px;
	margin:0px;
	margin-bottom:10px;
	text-align:center;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
	}
.advantages  p{
	line-height:1.8;
	}
.advantages .col-md-4{
	padding:10px;
	}
.advantages a{
	float:left;
	margin-right:15px;
	}
.advantages_area{
	float:left;
	width:100%;
	text-align:center;
	background:#fff;
	padding:0px;
	margin-top:10px;
	}
.advantages_area p{
	text-align:center;
	color: #7a7a7a;
	}

.advantages_area img{
	float:none;
	display:inline-block;
	text-align:center;
	margin-bottom:10px;
	}
	
.red_center{
	color:#e42329;
	text-align:center;
	}




/*--------------------*/
/*TESTIMONIAL SECTION */
/*--------------------*/	

.testimonial-section
{
	float:left;
	width:100%;
	padding:80px 0px;
	background:#71271e;
	text-align:center;
}
.testimonial-section .sec-1-rightr{
	padding-top:20px;
	}
.testimonial-section h1
{
	color:#fff;
	font-size:16px;
	font-weight:500;
	text-transform:none;
    text-align: center;
	font-style:italic;
    z-index: 1;
	float:left;
	width:100%;
}

.testimonial-section h1 span {
    background: #fff;
    padding: 0px 20px;
}


.testimonial
{
	float:left;
	width:100%;
}
.imgs{
	float:none;
	display:inline-block;
	text-align:center;
	width:100%;
	padding:5px;
	}

.testimonial-section img{
	float:none;
	display:inline-block;
	text-align:center;
	border-radius:50%;
	border:4px solid #fff;
	}

.imgs span{
	color:#fff;
	text-align:center;
	} 
.testimonial-section p{
	text-align:center;
	line-height:1.6;
	color:#fff;
	padding-top:10px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	}
.testimonial-section a{
	color:#deb306;
	font-size:16px;
	font-weight:600;
	text-decoration:none;
	float:none;
	display:inline-block;
	text-align:center;
	margin-top:20px;
	}
	
	

	

/*......................................................*/
      /*..................About..................*/
/*......................................................*/


#about {
	padding: 150px 0px;
	background-image: url(../img/about-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#about .service-item {
	text-align: center;
}

#about .service-item .icon {
	width: 110px;
	height: 110px;
	display: inline-block;
	text-align: center;
	line-height: 104px;
	border: 3px solid #fff;
	border-radius: 50%;
	background-color: #f7c552;
}

#about .service-item h4 {
	margin-bottom: 30px;
	margin-top: 45px;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
}

#about .service-item .line-dec {
	width: 100%;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
}

#about .service-item p {
	color: #fff;
	margin-top: 30px;
}

#about .service-item .primary-blue-button {
	margin-top: 35px;
}


.projects-holder .mix {
  display: none;
}

.projects-holder {
	padding: 30px 15px 0px 15px;
}

.filter-categories {;
  margin-top: 60px;
}

.filter-categories ul li {
  margin: 0px 10px 15px 0px;
  display: block;
}

.filter-categories ul li span {
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  left: 0.5px;
}

.filter-categories ul li.active span {
  color: #f7c552;
}

#portoflio .page-section {
	padding: 0px;
}

#portfolio .section-heading {
	padding-top: 200px;
	padding-bottom: 200px;
	background-color: #33c1cf;
	height: 732px;
	margin-left: -100vh;
	padding-left: 100vh;
}

#portfolio .project-item {
	margin: 0px -16px;
}

#portfolio .section-heading h4 {
	margin-top: 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}

#portfolio .section-heading .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
	margin: 20px 0px 15px 0px;
}

#portfolio .section-heading p {
	color: #fff;
	padding-right: 70px;
}


#testimonial {
	background-color: #f7c552;
	text-align: center;
	padding: 100px 0px;
}

#testimonial .testimonials-item h4 {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-top: 30px;
	margin-bottom: 5px;
}

#testimonial .testimonials-item span {
	font-size: 13px;
	color: #fff;
	letter-spacing: 0.5px;
}

#testimonial .testimonials-item p {
	font-size: 16px;
	color: #9a9a9a;
	font-style: italic;
	font-weight: 300;
	background-color: #fff;
	padding: 30px;
	border-radius: 5px;	
}

.owl-pagination {
  margin-top: 20px;
  opacity: 1;
  display: inline-block;
}

.owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
}




#blog {
	background-image: url(../img/blog-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#blog .section-heading {
	text-align: left;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: rgba(0, 0, 0, 0.5);
	height: 582px;
	margin-left: -100vh;
	padding-left: 100vh;
	overflow: hidden!important;
}

#blog .section-heading h4 {
	margin-top: 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}

#blog .section-heading .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
	margin: 20px 0 15px 0;
}

#blog .section-heading p {
	color: #fff;
	padding-right: 70px;
}

.wrapper {
  text-align: center;
}

.tabs {
  list-style: none;
  margin-top: 40px;
  padding-right: 70px;
}

.tabs li {
  display: block;
  text-align: center;
  margin: 25px 0px;
}

.tabs a {
  display:block;
  text-align:center;
  text-decoration:none;
  text-transform:capitalize;
  letter-spacing: 0.5px;
  color:#121212;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 12px;
  background-color: #fff;
}

.tabs a:hover {
  color: #f7c552;
}

.tabs .active {
  color: #f7c552;
}
#first-tab-group {
	margin-top: 30px;
	margin-bottom: 15px;
}
.tabgroup .text-content	 {
  background-color: #fff;
  color: #fff;
  padding: 25px;
  text-align: left;
}
.tabgroup .text-content h4 {
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #121212;
	margin-top: 0px;
	margin-bottom: 5px;
}
.tabgroup .text-content span {
	font-size: 13px;
	color: #33c1cf;
}
.tabgroup .text-content a {
	font-size: 13px;
	color: #33c1cf;
	text-decoration: none;
}
.tabgroup .text-content p {
	margin-top: 10px;
}

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

#contact-us {
	background-color: #596065;
	text-align: center;
	padding: 80px 0px;
}

#contact-us .section-heading h4 {
	margin-top: 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}

#contact-us .section-heading .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
	margin: 20px auto 15px auto;
}

#contact-us .section-heading p {
	color: #fff;
	padding: 0px 33%;
}

#contact-us .pop-button {
	margin-top: 30px;
}

#contact input {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 13px;
  color: #232323;
  background-color: rgba(250, 250, 250, 1);
  outline: none;
  border: none;
  box-shadow: none;
  line-height: 50px;
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
}

#contact textarea {
  border-radius: 0px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  color: #232323;
  background-color: rgba(250, 250, 250, 1);
  outline: none;
  border: none;
  box-shadow: none;
  height: 165px;
  max-height: 220px;
  width: 100%;
  margin-bottom: 25px;
}

#contact button {
  display: inline-block;
	background-color: #f7c552;
	font-size: 13px;
	padding: 12px 18px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}


.pop #contact {
	z-index: 99999;
	position: fixed;
	top: 25%;
	left: 20%;
	right: 20%;
}

.pop {
	z-index: 99999;
	text-align: center;
	padding: 30px;
    display:none;
    position:fixed;
    width: 100%;
    top:0;
    left:0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 15px;
}

.pop span {
	z-index: 999;
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 44px;
	color: #fff;
	text-align: center;
	background-color: #33c1cf;
}

.pop span:hover {
	background-color: #596065;
	transition: all 0.5s;
}




/*--------------------*/
/* FOOTER */
/*--------------------*/

#footer{
  background:#181818;
	background-size:cover;
  display:inline;
  float:left;
  padding:30px 0 0px;
  width:100%;
}
.toop-footer{
	float:left;
	width:100%;
	}
#footer span a {
    text-align: justify;
    color: #ff8829;
    float: left;
    font-weight: 600;
    font-size: 13px;
    font-style: italic;
    margin-top: 15px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}
#footer ul{
	width:50%;
	float:left;
	margin-left:0;
	}
#footer ul p{
	font-size:18px;
	margin-bottom:15px;
	}

#footer h1{
	text-align:left;
	color:#fff;
	margin:20px 0px 20px;
	font-size:18px;
	text-transform:uppercase;
	background:url(assets/images/line1.jpg) no-repeat bottom left;
	padding-bottom:10px;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	}

#footer p{
	text-align:justify;
	color:#fff;
	font-size:14px;
	padding:0px 0px;
	margin-bottom:10px;
	font-family: 'Open Sans', sans-serif;
	}
#footer p span{
	color:#fead00;
	}
#footer p a{
	text-align:justify;
	color:#b7c4d2;
	font-size:14px;
	padding:0px 0px 0px 10px;
	display: inline-block;
	margin-bottom:0px;
	text-transform:none;
	text-decoration:none;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	}
.ads {
	float:left;
	width:100%;
	border:1px solid #fff;
	padding:20px 10px;
	}
.ads .svg-inline--fa{
	color:#ea0a0d;
	margin-right:0px;
	font-size:16px;
	width:32px;
	}
.ads  p{
	margin-bottom:15px !important;
	}
.cds .svg-inline--fa{
	color:#979a9c;
	border:1px solid #383838;
	width:32px;
	border-radius:50%;
	height:32px;
	float:left;
	margin-right:10px;
	text-align:center;
	padding:6px;
	font-size:13px;
	}

.col-lg-6{
	padding-left:0px;
	}
#footer p .fa{
	margin-right:10px;
	margin-bottom:0px;
	}
.footer_logo{
	float:left;
	width:100%;
	border-right:1px solid #4d4d4d;
	}

.bottom-footer{
	float:left;
	width:100%;
	background:#da2427;
	padding:10px 0px;
	margin-top:20px;
	border-top:1px solid #da2427;
	}
.footer-left{
  display: none;
  float: left;
  text-align:center;
}

.footer-left p {
  color: #fff;
  font-size: 14px !important;
  margin: 0;
  text-align:justify !important;
  margin-top:10px;
  margin-bottom:0px !important;
}
.footer-right{
  float: left;
  display:inline-block;
  text-align:center;
  width:100%;
}

.footer-right p {
  color: #fff;
  font-size: 14px !important;
  margin: 0;
  text-align:center !important;
  margin-top:10px;
  margin-bottom:0px !important;
}

.footer-right p a{
  color: #fff;
}

.footer-left p a:hover{
  text-decoration: none;
  outline: none;
}

.newsletters{
	margin-top:0px;
	padding:0px 5px;
	float:left;
	width:100%;
	}
.newsletters input {
    width: 100%;
    padding:6px 3%;
    background:#2e2e2e;
    color: #fff;
	font-size:15px;
	border-radius:0px;
	border:1px solid #fff;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:15px;
	float:left;
}

.newsletters input.submit {
	background:#da2427;
    color: #fff;
    border-radius:0px;
    width: 100%;
    padding: 12px 30px;
    cursor: pointer;
	float:left;
	display:inline-block;
	text-align:center;
	font-size: 13px;
    font-weight: 700;
	margin-top:10px;
	font-family: 'Open Sans', sans-serif;
	border:none;
	text-transform:uppercase;
}
.newsletters input[type=textarea] {
    width: 100%;
    padding:10px 3% 60px;
    background:#2e2e2e;
    color: #fff;
	font-size:15px;
	border-radius:0px;
	border:1px solid #fff;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:0px;
	float:left;
}

.newsletters p {
    margin-bottom: 0px !important;
	float:left;
	padding-bottom:0px;
	width:100%;
}
.newsletters input[placeholder] {
   color:#fff ;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #fff;
}

@media (max-width: 1366px){
.height {
    position: absolute;
    right: 0;
    width: 300px;
    height: 430px;
    bottom: 0px;
    background: url(../images/hand.png) no-repeat bottom center;
    background-size: contain;
    z-index: 666;
}
video {
    height: 323px;
    width: 157px;
    overflow: hidden;
    position: absolute;
    margin-top: 30px;
    margin-left: 41px;
    border: 1px solid #1f1f1f;
    border-top: 0px;
    border-bottom: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.textElement11_opportuneFullWidth{
	left:50px !important;
	}
	}

/* RESPONSIVE */
@media (max-width: 1200px){
	.height{
		display:none;
		}
	}
@media (max-width:991px){
.textElement11_opportuneFullWidth{
	display:none;
	}
.packages .col-md-6{
    width:100%;
    float:left;
}
.demo .col-md-5{
    width:100%;
    float:left;
    margin-bottom:20px;
}
.demo .col-md-7{
    width:100%;
    float:left;
}
.demo{
    float:none;
    display:inline-block;
    text-align:center;
    width:100%;
}
.demo a{
    float:none;
    display:inline-block;
    text-align:center;
}
.demo .col-md-5 img{
    float:none;
    display:inline-block;
    text-align:center;
}
.category h2{
	color:#000;
	font-size:24px;
	margin:0px;
	margin-bottom:25px;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
	background:url(../images/line1.png) no-repeat bottom center;
	padding-bottom:25px;
	text-align:center;
	}
.scroll-responsive{
	display:block !important;
	float:left;
	}
.scroll-responsive>img{
	margin-top:5px !important;
	margin-bottom:5px !important;
	}
.scroll-top{
	display:none;
	}
.none{
	display:none;
	}
.navbar-header{
	float:left;
	}
#main-nav{
	float:right;
	}
.welcome img{
	display:none;
	}
.category h1{
	text-align:center;
	}
.category p{
	text-align:center;
	}
.demo h1 {
    color: #fff;
    font-size: 24px;
    margin: 0px;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    background: url(../images/line4.png) no-repeat bottom center;
    padding-bottom: 25px;
	text-align:center;
}
.demo p{
	text-align:center;
	}
.col-md-7 h1{
	margin-top:20px !important;
	float:left;
	width:100%
	;
	}
		
}

@media (max-width: 991px){

	.baner-content .text-content p {
		padding: 0px 15%;
	}
	.height{
		display:none;
		}
	.top-footer .col-md-5{
	    float:left;
	    width:100%;
	}
	.top-footer .col-md-7{
	    float:left;
	    width:100%;
	}

	#about .service-item {
		margin-bottom: 80px;
	} 
	.border{
		margin-top:20px;
		margin-bottom:20px;
		}

	#portfolio .section-heading {
		text-align: center;
		padding-top: 100px;
		padding-bottom: 100px;
		background-color: #33c1cf;
		height: 505px;
		margin-left: -15px;
		padding-left: 0vh;
		margin-right: -15px;
		padding-right: 0vh;
		overflow: hidden;
	}

	#portfolio .section-heading .line-dec {
		margin: 20px auto 15px auto;
	}

	#portfolio .section-heading p {
		padding: 0px 20px;
	}

	.projects-holder {
		text-align: center;
		padding: 15px 0px;
	}

	#portfolio .project-item {
		margin: 15px 0px;
	}

	#blog .section-heading {
		text-align: center;
		padding-top: 100px;
		padding-bottom: 100px;
		background-color: rgba(0, 0, 0, 0.5);
		margin-left: -15px;
		padding-left: 0vh;
		margin-right: -15px;
		padding-right: 0vh;
		overflow: hidden!important;
	}

	#blog .section-heading .line-dec {
		margin: 20px auto 15px auto;
	}

	#blog .section-heading p {
		padding: 0px 30px;
	}

	.tabs {
		padding: 0px 45px;
	}

	#first-tab-group {
		margin-bottom: 30px;
	}

	#contact-us .section-heading p {
		padding: 0px 10%;
	}

	footer {
		text-align: center;
	}

	footer .logo {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	}

	footer .location {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	}

	footer .contact-info {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	}

	footer .contact-info ul li {
		margin-right: 10px;
		margin-left: 10px;
	}
	#main-nav a{
		line-height:70px;
	}

}

@media (max-width: 768px){
	.baner-content .text-content p {
		padding: 0px 10%;
	}
	#main-nav {

	}

	.navbar-nav {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.navbar-inverse .navbar-nav>li {
		margin-left: 0px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.navbar-inverse .navbar-nav>li:last-child {
		border-bottom: none;
	}


	.navbar-inverse .navbar-nav>li>a {
		font-family: 'Roboto', sans-serif!important;
		line-height: 55px;
		color: #343434!important;
	}

}
@media (max-width: 600px){
	#main-nav{
		display:none;
		}
	.header{
		background:#000;
		}
	.banner-area{
		margin-top:60px;
		}
	}

@media (max-width: 385px){

	footer .location ul li {
		display: block;
	}

	footer .location ul li:first-child {
		margin-right: 0px;
		padding-right: 0px;
		border-right: none;
	}

}