
/*
Theme Name: Flusk
Theme URI: http://themewagon.com/demo/Flusk/
Author: ThemeWagon
Author URI: http://themewagon.com/
Description: Slick One page HTML 5 template powered by Bootstrap 3.
Version: 1.14.11
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: blur, white, one page, parallax, responsive-layout, full-width-template
Text Domain: flusk
*/

/**
* Table of Contents:
*
* 01.0 - Global
* 02.0 - Header
* 03.0 - Drawer with menu
* 04.0 - Parallax styles
* 05.0 - Recent works
* 06.0 - Services
* 07.0 - Blog
* 08.0 - Testimonials
* 09.0 - Contact
* 10.0 - Footer
* 11.0 - Responsive styles
* -----------------------------------------------------------------------------
*/

/* /////////////////////////////////////////////////////////////////////
//  01 - Global
/////////////////////////////////////////////////////////////////////*/

* {outline: none !important;}

::selection {
	background-color: #475B6F;
	color: #fff;
}

html {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	overflow-y: scroll;
}

body {
	color: #6a6a6a;
	background: #f1f0f0;
	overflow-x: hidden;
	margin-top: -2px;

}

p {margin: 0 0 20px 0;	}

img {max-width: 100%;}

a {
	text-decoration: none;
	outline: none;
}

a{
	color: #4da7ca;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

a:hover {
	color: #4290ae;
}


h1, h2, h3, h4, h5, h6{
	margin: 0 0 15px 0;
	color: #3A4F52;
	font-family: 'Alegreya Sans';
}



.btn{border-radius: 0;}
.btn-o {
    border: 1px solid #3A4F52;
    color: #3A4F52;
}
.btn-o:hover {
    background: #3A4F52;
    color: white;
}
.btn.btn-o-white {
    border: 1px solid white;
    color: white;
    background: transparent;
}
.btn.btn-o-white:hover {
    background: white;
    color: #6a6a6a;
}

.about{
	padding: 30px 10px 30px 10px !important;
	background-image:url(../images/traffic.jpg);
	background-position: cover;
	background-repeat: none;
	background-attachment: fixed;
	color: white;
}
/*////////////////////////////////////////////////////////////////////////
//  02 - Header
///////////////////////////////////////////////////////////////////////*/

#header {
	position: relative;
	padding: 0 !important;
}


#header.header-wrapper {

	width: 100%;

}
.cover-img{

		width: 100%;
	}
/*
@media only screen and(min-width: 350px){
	.cover-img{
		height: 380px !important;
		width: 100%;
	}
	.logo-img{
		height: 25px; !important;
		width: auto;
	}
}
@media only screen and(max-width: 480px){
	.cover-img{
		height: 380px !important;
		width: 100%;
	}
	.logo-img{
		height: 30px !important;
		width: auto;
	}
}
@media only screen and (max-width: 768px){
	.cover-img{
		height: 500px !important;
		width: 100%;
	}
	.logo-img{
		height: 30px;
		width: auto;
	}
}
@media only screen and (min-width: 768px){

	.logo-img{
		height: 30px;
		width: auto;
	}
}
*/
#header .top {
	position:fixed;
	top:0;
	width: 100%;
	padding: 15px 15px;

	z-index: 500;

}

#header .top.solid {
    background: #475B6F;
    padding-top: 15px;
    padding-bottom: 15px;
}

#header .top h1{
	margin-bottom: 0;
}
#header .top.solid .toggleDrawer  i ,#header .top.solid.toggleDrawerMobi i{
    padding-top: 8px;
}

#header .logo, #header .toggleDrawer , #header .toggleDrawerMobi{
	font-family: 'Alegreya SC';
	color: white;
}

#header .slogan{
	font-size: 4em;
	margin-bottom: 15px;
	line-height: 1em;
	font-family: 'Nixie One';
	color: white;
}

#header .secondary-slogan{
	font-size: 1.6em;
	color: rgba(255,255,255,.5);
	line-height: 1em;
	font-family: 'Alegreya SC';
}

#header .bottom {
    bottom: 10%;
	display: block;
	position: absolute;
	width: 100%;
	z-index: 3;
}
#header .bottom a img {
    width: 50px;
}
#header .bottom a {
    opacity: 0.7;
}
#header .bottom a:hover {
    opacity: 1;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    width: 0;
    min-height: 0;
    margin-top: 5px;
    margin-right: auto;
		margin-left: 0px
		float: left;
}


.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu {
    float: none;
}

.dropdown-submenu>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
		float: left;
}

.dropdown-submenu>a{
	width: 100%;
}
.dropdown-menu>li>a:hover{
	background: #4DA7CA;
}


/*////////////////////////////////////////////////////////////////////////
//  03 - Drawer with menu
///////////////////////////////////////////////////////////////////////*/


#drawer-right , #drawer-mob-right {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin-right: -300px;
    background: #2B3E51;
    width: 300px;
    padding: 20px;
    z-index: 999;
}

#drawer-right h1,#drawer-mob-right h1, #drawer-mob-right h2, #drawer-right h2{color: white;}

#drawer-right .nav-pills>li>a , #drawer-mob-right .nav-pills>li>a {
	font-size: 18px;
	border-radius: 0;
}

#drawer-right .social, #drawer-mob-right .social{margin-top: 30px}
#drawer-right .social ul , #drawer-mob-right .social ul{
    list-style: none;
    padding-left: 20px;
}
#drawer-right .social ul > li ,#drawer-mob-right .social ul > li  {
    display: inline-block;
}
#drawer-right .social ul > li > a:hover, #drawer-mob-right .social ul > li > a:hover{
	color: white;
}


.panel-primary{
	height: 250px;
}
.panel-primary>.panel-body{
	font-size: 15px;
}
.panel-primary>.panel-heading{
	background-color: #475B6F !important;
}

.pull-left a:hover{
	text-decoration: none;

}

.modal-content{
	background-image: url(../images/traffic.jpg);
	color: #fff;
	background-size: cover;

	}
.modal-content h3{
	color: #fff;
}
.modal-content h4{
	color: #fff;
}

#testimonial{
	margin: 40px;
	padding: 20px 0px 20px 0px;
}
.carousel-indicators {
  bottom:-50px;
	left:0;
	width:100%;
	margin-top: 10px;
	padding: 6px 0px;
	margin-left:0;

}
.carousel-indicators li {
	width:12px;
	height:12px;
	background:#fff;
	border-color:#fff;

}
.carousel-indicators .active {
	width:14px;
	height:14px;
	background:#428bca;
	border-color:#428bca;
}
.client-info{
	margin:20px;
}
.client-meta h3{
	font-size: 25px;

}
.client-comment p{
	font-size: 18px;
}
.social-profile>li{
	display: inline-block;
	text-align: center !important;
}


.bottom a img{
	margin:-6% auto;
	display:block;
	min-width:50px;
	width:4%;
	height:3%;
	position: relative;

}
@media (min-width: 250px) and (max-width: 620px){
	.bottom a img{
		margin:-9% auto;
	}

}
/********* Background Video********/

#background {
    position: relative;
    top: 50%;
    left: 50%;
		margin: 28% 0% -28% 0%;
    min-width: 100%;
    min-height: 70%;
    width: 100%;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    background-size: cover;

}

.pattern-overlay{
	background-color: rgba(120, 120, 120, 0.6);
	position: relative;

	width: 100%;
	height: 100%;
}
.video-section h1, .video-section h3{
text-align:center;
color:#fff;

margin-top: -40%;
padding: 10px 0px;
width: 100%;
letter-spacing: 2px;

}

@media (min-width: 479px) and (max-width: 585px){
    .video-section h1 {
        font-size:40px !important;
				margin-top: -45% !important;

    }
		.video-section h3{

			}
}

@media (min-width: 200px) and (max-width: 479px){
    .video-section h1 {
        font-size:40px !important;
				margin-top: -50% !important;

    }
		.video-section h3{
				display: none !important;
			}
}
.video-section h1{
font-size:55px;
font-family: 'Buenard', serif !important;
font-weight:bold;
text-transform: uppercase;

text-shadow: 1px 1px 1px #000;
-webkit-text-shadow: 1px 1px 1px #000;
-moz-text-shadow: 1px 1px 1px #000;
}
.video-section h3{
font-size: 25px;
font-weight:lighter;
margin: 0px auto 15px;
}



#first-slider .main-container {
  padding: 0;
}


#first-slider .slide1 h3 {
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}

#first-slider .slide1 h4{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}
#first-slider .slide1 .text-left {
    padding-left: 40px;
}


#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 496px;
  height: 100%;
  width:100%;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#first-slider h3{
  animation-delay: 1s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}


#first-slider h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
  border:none;
}
#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
  border:none;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}


/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {
    background-image: url(http://s20.postimg.org/h50tgcuz1/image.jpg);
      background-size: cover;
    background-repeat: no-repeat;
}




/*
#video-background{
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin-left: -18%;
	margin-right: 0%;

	min-width: 100%;
	min-height: 400px;
	transform: translate(0%,0%);
	z-index: -100;
}*/
/******* Background Video end******/



.content-block{
	background:transparent no-repeat center center fixed;
	-webkit-background-size:100%;
	-moz-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	overflow:hidden;
	padding: 60px 0;
}
.parallax{
	padding: 80px 0;
}

.block-body {
	margin-top: 60px;
}


#services {
	background-image: url(../images/blue_mac2.jpg);
	color: white;

}
#parallax {
	background-image: url(../images/blue_mac2.jpg);
	color: white;
}
#contact {
	background-image: url(../images/newsletter-bg.png);
	color: white;
	background-color: #405162;
}
#parallax h1{
	margin-bottom: 60px;
	color: white;
}




/*////////////////////////////////////////////////////////////////////////
//  05 - Recent works
///////////////////////////////////////////////////////////////////////*/

.recent-work {
    width: 100%;
    padding-bottom: 27%;
    background: #C3C9CC;
    display: table;
    text-align: center;
    vertical-align: middle;
    padding-top: 27%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-bottom: 30px;
}

.recent-work span{
	margin-top: -18px;
	opacity: 0;
	position: relative;
	z-index: 1;
}
.recent-work:before {
    background: rgba(2, 56, 58, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    opacity: 0;
    -o-transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.recent-work:hover {
    background-size: 200%;
    background-position: center;
}
.recent-work:hover:before, .recent-work:hover span {
    opacity: 1;
}





/*////////////////////////////////////////////////////////////////////////
//  06 - Services
///////////////////////////////////////////////////////////////////////*/

#services h1, #services h2{
	color: white;
}
.service i {
    font-size: 60px;
}
.service {
    padding: 0 25px;
}


/************************************************************************************************************************
											Our Projects
*************************************************************************************************************************/

.content-block .container .block-body .btn{
	margin-top: 1.5%;
	border-radius: 5px;

}


/*////////////////////////////////////////////////////////////////////////
//  08 - Testimonials
///////////////////////////////////////////////////////////////////////*/


#testimonials{
	text-align: center;
}
#testimonials .testimonial > img {
    border-radius: 100%;
    margin-bottom: 15px;
}
#testimonials .testimonial {
	padding: 25px;
}


/*////////////////////////////////////////////////////////////////////////
//  09 - Contact
///////////////////////////////////////////////////////////////////////*/


#contact{
	color: white;
}
#contact h1{color: white}

.form-control-white {
    background: transparent;
    color: white;
}

.form-control-white::-webkit-input-placeholder { /* WebKit browsers */
    color:    white;
}
.form-control-white:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    white;
    opacity:  1;
}
.form-control-white::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    white;
    opacity:  1;
}
.form-control-white:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    white;
}


/*////////////////////////////////////////////////////////////////////////
//  10 - Footer
///////////////////////////////////////////////////////////////////////*/

hr{
	border: 0;
	display: block;
	background-color:#475B6F;
  height: 2px;
	width: 96%;
}

.address p{
	float: left;
	font-size: 15px;
	font-family: inherit;
}

.footer-media h2{
	color: #ffffff;
}

.social-media li {
	display: inline;
	margin-right: 6px;
}

.list-group ul{
	list-style: none;
}
.list-group ul>li{
	margin: 8px;
}

#footer{ background: #2B3E51; color: white;}
.footer-main{
	margin-top: 10px;
	padding-top: 15px;
}
.stay-connected{
	padding-left: 12px;
}
.social-media {
	margin-left: -10px;
}
.social-media li a i:hover{
	color: #fff;
}

/*////////////////////////////////////////////////////////////////////////
//   Packages
///////////////////////////////////////////////////////////////////////*/
/**
.main-pack{
	width: 100%;
	background: #fff;
	padding: 50px 0px;
}
.main-pack .packages .row .pack-square{
	border:#475B6F solid 2px;
	 border-radius:1%;
	  margin:1%;
		width: 31%;
		float: left;
}
.main-pack .packages .row .pack-square .pack-headingWrapper{
	background:#475B6F;
	margin:-1px 0px;
	width:100% ;
	padding:2%;
	overflow: hidden;
}
.main-pack .packages .row .pack-square .pack-content{
	margin-top: 3%;
	padding-top: 2%;
	text-align: center;
}
.main-pack .packages .row .pack-square .pack-content hr{

	height: 1px;
}
.enquire-btn{
	display: block;
	margin: 6% auto;

	width: 60%;

}
.main-pack .packages .row .pack-square .pack-content a, .main-pack .packages .row .pack-square .pack-content a:hover,  .main-pack .packages .row .pack-square .pack-content a:visited {
	text-decoration: none;
	color: inherit;
}
@media only screen and (min-width:200px) and (max-width: 767px){
	.main-pack{
		width: 100%;
		background: #fff;
		padding: 10% 0;
	}
	.main-pack .packages .row .pack-square{

			width: 90%;
			margin-right: auto;
			margin-left: 5%;
			margin-bottom: 7%;
			overflow: hidden;
	}**/
/*////////////////////////////////////////////////////////////////////////
//  11 - Responsive styles
///////////////////////////////////////////////////////////////////////*/


@media (max-width: 767px){
	#header.top{
		-o-transition: all .5s;
		-ms-transition: all .5s;
		-moz-transition: all .5s;
		-webkit-transition: all .5s;
	}
	#header .slogan {
		font-size: 2.8em;
	}

	#header .secondary-slogan {
		font-size: 1.2em;
	}

	#header .bottom {
		bottom: 13%;
	}

	.blog-post {
		margin-bottom: 40px;
	}

	.recent-work {
		background-position: center;
	}

	.recent-work:before {
		opacity: 1;
	}

	.recent-work span {
		opacity: 1;
	}
}

@media (max-width: 480px) {
	#drawer-right, #drawer-mob-right {
		padding: 10px 20px;
	}

	#drawer-right .nav-pills>li>a , #drawer-mob-right .nav-pills>li>a{
		font-size: 17px;
	}

	.nav-stacked>li+li {
		margin-top: 0;
	}

	.nav>li>a {
		padding: 8px 15px;
	}

	#drawer-right .social ,#drawer-mob-right{
		margin-top: 5px;
	}

	#header.top{
		-o-transition: all .5s;
		-ms-transition: all .5s;
		-moz-transition: all .5s;
		-webkit-transition: all .5s;
	}
}

@media (min-width:360px){
	#header>.top>pull-left {
		text-align: center !important;
	}
	#header>.top>pull-right {
		text-align: center !important;
	}
}
