/*
Author       : Abubakar Siddique
Template Name: Jusco - Creative Bussiness Template.
Version      : 1.0
*/
/****** Table Of Content ***************
=================================================
#1. Typography
#2. Pre Loader
#3. Home Parallax
#4. Social Media
#4. Footer Section
#5. Back to Top
#6. Responsive Design


=================================================
*/

/************* Typography ******************/
*{
	padding:0;
	margin:0;
}
img{
	border:none;
	outline:none;
	max-width:100%;
}
a,a:active,a:focus,a:hover{
	outline:none;
	text-decoration:none;
}
a{
	-webkit-transition:all 0.35s ease-in-out;
	-moz-transition:all 0.35s ease-in-out;
	-ms-transition:all 0.35s ease-in-out;
	-o-transition:all 0.35s ease-in-out;
	transition:all 0.35s ease-in-out;
	color:#42c0d9;
}
input:focus,textarea:focus,select:focus{
	outline:none!important;
	box-shadow:none;
}
ul{
	margin:0;
	list-style-type:none;
}
h1{
	font-size:25px;
	color:#777;
	font-weight:700;
	line-height:normal;
	margin:0 0 25px;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
}
h2{
	font-size:20px;
	font-family: 'Montserrat', sans-serif;
	color:#777;
	font-weight:400;
	line-height:normal;
	margin:0 0 20px;
	position:relative;
	text-transform:capitalize;
}
h3{
	font-size:18px;
	color:#777;
	font-weight:700;
	line-height:normal;
	margin:0 0 20px;
	position:relative;
	text-transform:capitalize;
	font-family: 'Montserrat', sans-serif;
}
h4{
	font-size:15px;
	color:#fff;
	font-weight:400;
	line-height:normal;
	position:relative;
	text-transform:capitalize;
	font-family: 'Montserrat', sans-serif;
	margin:0;
}
h1 span{
	color:#42c0d9;
}

p{
	font-size:13px;
	margin:0 0 15px;
	color:#777;
	font-weight:400;
	line-height:21px;
}
.btn{
	font-family:"Montserrat",sans-serif;
	font-size:13px;
	text-transform:uppercase;
	font-weight:500;
	width:auto;
	line-height:35px;
	padding:0 25px;
	display:inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition:all 0.35s ease-in-out;
	-moz-transition:all 0.35s ease-in-out;
	-ms-transition:all 0.35s ease-in-out;
	-o-transition:all 0.35s ease-in-out;
	transition:all 0.35s ease-in-out;
	position:relative;
}
.btn::before{
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgba(255,255,255,0.2);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn.btn-primary{
	background:#42c0d9;
	color:#fff;
	border:none;
}
.btn.btn-primary:hover:before, 
.btn.btn-primary:focus:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.btn.btn-default{
	border:1px solid #42c0d9;
	background:none;
	color:#42c0d9;
}
.btn.btn-default:hover{
	background:#42c0d9;
	border-color:#42c0d9;
	color:#fff;
}

body{
	font-family: "Cousine",sans-serif;
	font-size:13px;
	color:#777;
	background:#fff;
	overflow-x: hidden;
}
.container{
	width:100%;
	max-width:1200px;
}

section{
	width:100%;
	float:left;
	height:auto;
	padding:60px 0;
}
.inverse{
	background:#fafafa;
}
.parallax{
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
}
.title{
	width:100%;
	float:left;
	height:auto;
	margin:0 0 40px;
}
.title h1{
	position:relative;
	padding-bottom: 10px;
}
.title h1::before{
	width:65px;
	height:2px;
	position:absolute;
	left:50%;
	bottom:0;
	content:'';
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	background:#42c0d9;
}
.bg{
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
	background-attachment:fixed;
	position:relative;
}
.bg::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:'';
	background:rgba(0,0,0,0.8);
}
.bg .title h1,
.bg .title p{
	color:#fff;
}
.no-padding{
	padding:0;
}

/*================================ Pre Loader ====================================*/
.preloader{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#ffffff;
	z-index:13000;
	height:100%;
}
.preloader_image{
	width:130px;
	height:130px;
	position:absolute;
	left:50%;
	top:50%;
	background:url(img/loader.gif) no-repeat center center;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}


/************************* Home Parallax***********************************/
.banner{
	height:600px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
	position:relative;
}
.banner::before{
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    float: left;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.banner h1{
	color:#fff;
}
.banner p{
	font-size:15px;
	margin:0 0 35px;
	color:#fff;
}
.caption-info{
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	width:100%;
}
.logo{
	width:100%;
	float:left;
	height:auto;
	text-align:center;
	margin:0 0 20px;
}
.logo a {
    display: inline-block;
    float: none;
    font-family: "Montserrat",sans-serif;
    font-size: 50px;
    text-transform: uppercase;
	height:auto;
	color:#42c0d9;
}


/**************************** Layouts *****************************/
.layout{
	width:100%;
	float:left;
	height:auto;
	background:#fff;
	margin:0 0 30px;
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
	-ms-box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
	-o-box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
}
.layout .thumb{
	width:100%;
	float:left;
	height:295px;
	border-bottom:1px solid #ccc;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
	background-position:left top;
	background-repeat:no-repeat;
	-webkit-transition:all 7s ease-in-out;
	-moz-transition:all 7s ease-in-out;
	-ms-transition:all 7s ease-in-out;
	-o-transition:all 7s ease-in-out;
	transition:all 7s ease-in-out;
}
.layout .thumb.custom{
	-webkit-transition:all 3s ease-in-out;
	-moz-transition:all 3s ease-in-out;
	-ms-transition:all 3s ease-in-out;
	-o-transition:all 3s ease-in-out;
	transition:all 3s ease-in-out;
}
.layout:hover .thumb{
	background-position:left bottom;
}
.layout-bottom{
	width:100%;
	float:left;
	height:auto;
	padding:20px 15px 30px;
}
.row.others{
	margin-top:50px;
}



/************************** Social Media ****************************/
.social-icon{
	width:100%;
	float:left;
	height:auto;
}
.social-icon > a .fa {
    display: block;
    line-height: 100px;
	color:#fff;
	font-size:35px;
}
.social-icon .fa-facebook{
	background:#1c58a1;
}
.social-icon .fa-twitter{
	background:#0cbce3;
}
.social-icon .fa-linkedin{
	background:#F04537;
}
.social-icon .fa-pinterest{
	background:#1c58a1;
}
.social-icon > a:hover .fa{
	background:#42c0d9;
}

/********************* Footer Section **************************/
footer{
	width:100%;
	float:left;
	height:auto;
	padding:20px 0;
	background:#000;
}
.copyright{
	width:100%;
	float:left;
	height:auto;
	text-align:center;
}
footer p{
	margin:0;
	font-size:12px;
	line-height:21px;
	color:#fff;
}

/******************** Back to Top ***********************/
.back-top{
	width:auto;
	float:right;
	height:auto;
	position:fixed;
	right:15px;
	bottom:15px;
	z-index:999;
}
.back-top a{
	display:inline-block;
	text-align:center;
}
.back-top i {
    background: #42c0d9 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}


/*======================================== Responsive Design =============================*/
@media only screen and (max-width: 479px){
#banner h1{
	font-size:18px;
}
h1{
	font-size:22px;
}
h1.cd-headline{
	font-size:18px;
}
.layout .thumb{
	height:150px;
}
.layout-bottom.text-center > h1 {
    font-size: 18px;
}

}

@media only screen and (min-width: 480px) and (max-width:639px) {
#banner h1{
	font-size:25px;
}
h1 {
    font-size: 25px;
}
.layout .thumb{
	height:234px;
}
.layout-bottom.text-center > h1 {
    font-size: 18px;
}

}
@media only screen and (max-width: 639px){
.col-xs-6{
	width:100%;
}
#banner p,
.banner p{
	font-size:13px;
}
#banner .item, .banner {
    height: 370px;
}


}

@media only screen and (min-width: 640px) and (max-width:767px) {
#banner h1{
	font-size:25px;
}
#banner p,
.banner p{
	font-size:13px;
}
h1{
	font-size:25px;
}
h3{
	font-size:16px;
}
.layout .thumb{
	height:150px;
}
.banner{
	height:450px;
}
.layout-bottom.text-center > h1 {
    font-size: 18px;
}
.banner{
	height:400px;
}

}

@media only screen and (max-width: 767px){
.container{
	width:auto;
}
section{
	padding:40px 0;
}

.caption-info-inner{
    padding: 0 25px;
}
.title{
	margin:0 0 25px;
}
.title p br{
	display:none;
}
.bg{
	background-position:center center!important;
}
.social-icon > a .fa {
    display: block;
    font-size: 22px;
    line-height: 60px;
}
}


@media only screen and (min-width: 768px) and (max-width:991px) {
.container{
	width:750px;
}
h1{
	font-size:25px;
}
.layout-bottom  h1{
	font-size:20px;
}
.banner p{
	font-size:13px;
}
.social-link ul li{
	margin:0;
}
section{
	padding:40px 0;
}
.title p br{
	display:none;
}
.layout .thumb{
	height:175px;
}
.banner{
	height:450px;
}

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
.container{
	width:970px;
}
.title p br{
	display:none;
}
.layout .thumb{
	height:230px;
}


}

@media only screen and (min-width: 1200px){

}