/* start  Global*/
*{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
}
body{
	font-family: 'Raleway', sans-serif;
	overflow:hidden;
	position:relative;
}
ul{
	list-style:none;
}
p{
    font-size:15px;
    line-height:1.4;
}
/*end Global*/
.wow { visibility: hidden; }
/* start scroll up*/
.scroll{
	position:fixed;
	right:0;
	bottom:78px;
	background-color:#333;
	color:#FFF;
	z-index:999;
	text-align:center;
	cursor:pointer;
	display:none
}
.scroll:hover{
	background-color:#000;
}
.scroll i{
	font-size:25px;
	color:#FFF;
	padding:3px;
	padding-top:0;
	text-align:center;
}
/* end   scroll up*/
/* start loading page*/
.loading-overlay{
	position:fixed;
	left:0;
	top:0;
	z-index:99999;
	width:100%;
	height:100%;
	background-color:#ff8b38;
	color:#FFF;
}

.lds-ripple {
	display: inline-block;
	position: relative;
	left:48%;
	top:50%;
	width: 64px;
	height: 64px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
/* end loading page*/
/* start option box*/
.option-box{
	position:fixed;
	z-index:9999;
	background-color:black;
	padding:3px;
	color:white;
	width: auto;
	bottom:0px;
	right: 0;
	border:1px solid transparent;
}
.color-option{
	float:left;
}
.color-option h4{
	padding:10px;
	margin:0
}
.color-option ul{
	padding-bottom: 20px;
	padding-left: 13px;
}
.color-option ul li{
	margin-right:5px;
	display:inline-block;
	width:20px;
	height:20px;
	background-color:#f00;
	float:left;
	padding:5px;
	cursor:pointer;
}
section i{
	cursor:pointer;
}
/* end option box*/
/* start navbar*/
.scrolled{
/*	background-color:rgba(34,34,34,0.5) !important;*/
	border:none;
}
.navbar{
	height:70px;
	border:none;
	background-color:black;
	border-radius:0 !important;
}
.navbar-brand{
	font-size:30px;
	margin-top:10px;
	color:#FFF !important;
}
.navbar-nav{
	margin-top:10px;
	color:#b0b0b0;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse{
    max-height: 340px;
    background-color: black !important;
}

/* end Navbar*/
/* start header*/
.centering-vh{
	margin-top:25vh;
}
@media(max-width:991px){
	header .centering-vh{
	margin-top:55px;
}
}
header{
	background:url('../images/1.jpg');
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	position:relative;
	height:100vh;
	color:white;
	overflow:hidden;
}
@media(max-width:991px){
	header{
		height:850px;
	}
}
@media(max-width:330px){
	header{
		height:930px;
	}
	header form{
		height:351px !important;
	}
	header form h2{
		font-size:19px !important;
	}

}
@media(max-width:991px){
	.text-center-s{
		text-align:center
	}
}
.overlay{
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
bottom:0;
right:0;
background-color:rgba(0,0,0,0.3);
}
header .h1{
	font-size:70px;
	font-weight:bold;
	margin-bottom:20px;
	margin-left:2px;
}

@media (max-width:991px){
	header .h1{
	font-size:50px;
	font-weight:bold;
	margin: 0;
    padding-top:40px;
}
}
header .lead{
	font-size:34px;
	font-style:normal;
}
@media (max-width:991px){
	header .lead{
	font-size:23px;
	font-style:normal;
	margin:0;
}
}
header .lead:after{
	content:'';
	display:block;
	background-color:#FFF;
	width:70px;
	height:2px;
	margin:25px 0 35px;
}
@media(max-width:991px){
  header .lead:after{
	margin:15px auto;
}
}
header p:last-of-type{
font-size:16px;
font-weight:normal; 
line-height:1.6;
color:#999;
margin-bottom:20px;
}
@media(max-width:991px){
	header p:last-of-type{
		margin:0;
	}
}
header button{
	background:transparent;
	padding:5px 15px;
	border:2px solid #FFF;
	width:130px;
	height:40px;
	border-radius:10px;
}
@media(max-width:991px){
	header button{
		margin: 15px 0 20px;
	}
}


/* section 2 in header */

header form{
	width:360px;
	height:365px;
	background-color:#FFF;
	border-radius:5px;
	overflow:hidden;
	outline:none !important;
}
@media(max-width:991px){
	header form{
		width: auto;
		height:360px;
	}
}
header form h2{
	margin-top:0;
	padding:10px 0;
	color:#333;
    text-align:center;
    font-weight:bold;
    font-size:27px;
    background-color:#F5F5F5;
}
header form input:first-of-type{
	margin-top:30px;
}
header form input:last-of-type{
    width:100%;
    margin:0;
    margin-top: 47px !important;
    height: 49px;
    border-radius:none !important;
    color:#FFF;
    transition:all 0.5s ease-in-out;
}
@media(max-width:991px){
	header form input:last-of-type{
		margin-top:41px !important;
	}

}
header form input:last-of-type:hover{	
	background-color:#EEE;
	font-weight:bold;
	font-size:20px;
}
header form input[type='email']{
	margin-bottom:50px !important;
}
header form .form-control{
   width: 75%;
   border:none;
   border-bottom: 1px solid #CCC;
   box-shadow:none !important;
   margin: 20px 45px 40px 45px;
   padding: 10px;
   font-size: 18px;
   border-radius:0 !important;
   outline:none !important;
}
@media (max-width:991px){
	header form .form-control{
		width:85%;
	}
}
@media  (max-width:500px){
	header form .form-control{
		width:82%;
		margin-left:30px;
	}
}
header form .form-control:focus{
  border-bottom:1px solid #CCC;
}
/* end header */

/* star social media */
.social-media{
padding:10px 0;
-webkit-box-shadow:3px 3px 3px #CCC;
-moz-box-shadow:3px 3px 3px #CCC;
-o-box-shadow:3px 3px 3px #CCC;
box-shadow:3px 3px 3px #CCC;
overflow:hidden;
}
.social-media h3{
font-weight:bold;
margin-bottom:5px;
margin-top:10px;
}
.social-media p{
color:#86878B;
font-size:15px;
line-height:1.4;
}
.social-media i{
	color:#CCC;
    margin-top:20px;
    margin-left:20px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    cursor:pointer;
}
@media  (max-width:991px){
	.social-media i{
		font-size:38px;
	}
}
.fa-facebook:hover{
	color:#3b5998;
}
 .fa-twitter:hover{
	color:#1da1f2;
}
 .fa-google-plus:hover{
	color:#dd4b39;
}
 .fa-pinterest:hover{
	color:#bd081c;
}
 .fa-instagram:hover{
	color:#833ab4;
}
 .fa-stumbleupon:hover{
	color:#eb4924;
}
 .fa-rss:hover{
	color:#f26522;
}
/* end social-media*/
/* start tabs */
.tabs{
	padding:100px 0;
	overflow:hidden;
	background-color:#F5F5F5;

}
@media(max-width:991px){
	.tabs{
		padding:50px 0;
	}
}
.tabs h3{
font-weight:bold;
margin-bottom:40px;

}
.tabs p{
color:#86878B;
font-size:15px;
line-height:1.4;
width:480px;
margin-bottom:40px;
}
@media(max-width:991px){
	.tabs p{
		width:auto;
	}
}
.tabs button{
	color:white;
}
.tabs button:hover{
	color:white;
}
.tab-switch{
	padding:0;
}
.tab-switch li{
	width:120px !important;
	background:#333;
    color: #FFF;
    border: 1px solid #FFF;
    text-align: center;
    width: 120px;
    height: 110px;
    line-height: 110px;
    cursor:pointer;
}

@media(max-width:991px){
	.tab-switch li{
	width:auto !important;
}
}
.tabs-content div:not(.tab-one){
	display:none;
}
@media(max-width:991px){
	.tabs img{
		margin-top:38px;
	}
}
/* end   tabs*/

/* start sublist*/
.sub-list{
	padding:120px 0;
	overflow:hidden;
	background-color:white;
}
@media(max-width:991px){
	.sub-list{
		padding:50px 0;
	}
}
.sub-list img{
	margin-top:30px;
	margin-right:216px;
}
@media(max-width:991px){
	.sub-list img{
		margin-top:0
	}
	.sub-list .info{
	margin-left:0 !important;
}
}
.sub-list .info{
	margin-left:-100px;
}
.sub-list h3{
	font-weight:bold;
    margin-bottom:40px;
}
.sub-list p:first-of-type{
	margin-bottom:40px;
	color:#86878B;
}
@media(max-width:991px){
	.sub-list h3{
		margin-bottom:30px;
	}
}
.sub-icon i{
	border-radius:50%;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	float:left;
}
@media(max-width:991px){
	.sub-icon i{
		float:none;
		margin:auto;
	}
}
.sub-icon p{
	margin:0;
	padding:0;
	color:#86878B;
}
.sub-icon h4,
.sub-icon p{
	margin-left:66px;
	color:#86878B;
}
@media(max-width:991px){
	.sub-icon h4{
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	font-size:21px;
}
    .sub-icon p{
    	margin-right:10px;
    	margin-left:0 !important;
    }
}
/* end   sublist*/

/* start standard-picture*/
.Standard-picture{
	padding:120px 0;
	overflow:hidden;
	background-color:#F5F5F5;
}
.Standard-picture h3{
    font-weight:bold;
    margin-bottom:40px;
    margin-top:30px;
}
.Standard-picture p{
	color:#86878B;
    font-size:15px;
    line-height:1.4;
    width:480px;
    margin-bottom:40px;
}
@media(max-width:991px){
	.Standard-picture p{
		width:auto;
	}
   .Standard-picture{
	padding:50px 0;
   }
}
@media(min-width:991px){
.Standard-picture img{
	margin-left:115px;
}
}
/* end standard-picture*/
/* start awesome*/
.awesome{
	padding:105px 0;
	overflow:hidden;
	background-color:#FFF;
}
@media(max-width: 991px){
	.awesome{
		padding:50px 0;
	}
}
.awesome h2{
    margin-bottom:30px;
    margin-top:30px;
    font-size:40px;
}
.awesome p{
	color:#86878B;
    font-size:15px;
    line-height:1.7;
}
.awesome i{
	border:2px solid black;
	width:70px;
	height:70px;
	line-height:68px;
	border-radius:50%;
	text-align:center;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
      -o-transition:all 0.5s ease-in-out;
         transition:all 0.5s ease-in-out;
}
.awesome i:hover{
	color:white;
}
.awesome .fa-keyboard-o{
	font-size:34px;
}
.awesome h4{
    font-weight:bold;
    margin-bottom:25px;
    margin-top:30px;
    font-size:20px;
    font-family:arial;
}

/* end awesome*/
/* start pricing*/
.pricing{
	padding:105px 0;
	overflow:hidden;
	background-color:#F5F5F5;
}
@media(max-width:991px){
	.pricing{
		padding:50px 0;
	}
}
.pricing h2{
    margin-bottom:30px;
    margin-top:30px;
    font-size:40px;
}
.pricing p{
	color:#86878B;
    font-size:15px;
    line-height:1.7;
}
@media(max-width:991px){
.pricing p{
	margin-bottom:0 !important
}
}
.pricing .basic{
background:#FFF;
padding:0;
margin-left:30px;
 width:29.333% !important;
 margin-left:4%;
}
@media(max-width:991px){
	.pricing .basic{
		width:auto !important;
		margin:30px !important;
	}

}
.basic h4{
	background-color:#333;
	color:#FFF;
	padding:15px;
	border-bottom:1px solid #CCC;
    font-weight:bold;
    margin:0;
    font-size:20px;
} 
.basic .value{
	background-color:#333;
	padding:0;

}
.basic .value .money{
	font-size:65px;
	font-weight:bold;
	display:block;
	padding:0px;
	color:white;
}
.basic .value .usd{
	font-size:30px;
	font-weight:bold;
}
.basic .comment{
	color:#ADADAD;
	display:block;
	padding:10px 0;
}
.basic .packet{
	padding:0;
	margin:0;
}
.basic .packet li{
	border-bottom:1px solid #ADADAD33;
	padding:10px;
}
.basic .most{
	padding:5px 10px 10px;
	color:white;
	margin:0;
}
.pricing .basic:not(.professional){
margin-top:41px;
}

/* end pricing*/

/* start customer*/
.customer{
	padding:105px 0 80px;
	overflow:hidden;
	background-color:#FFF;
}
@media(max-width:991px){
	.customer{
		padding:50px;
	}
}
.customer h2{
    margin-bottom:30px;
    margin-top:30px;
    font-size:40px;
}
.customer .under-head{
    margin-bottom:40px;
}
.customer .arrow{
	width:270px;
	height:130px;
	margin-bottom:21px;
	color:#86878B;
	font-size:15px;
	line-height:1.4;
	background-color:#F5F5F5;
	position:relative;
	padding:10px;

}
@media(max-width:991px){
	.customer .arrow{
	width:auto;
	height:auto;
	padding:30px;
	margin-right: auto;
}
}
.customer .arrow:after{
    display:block;
    content:'';
    position:absolute;
    left:23px;
    margin-top:70px;
    bottom:-34px;
    width:0;
    height:0;
    border-style:solid;
    border-width:26px 17px 17px 17px;
    border-color:#F5F5F5 transparent transparent;
}
.customer img{
border-radius:50%;	
}
.customer .person{
	padding-top:18px;
}
.customer .person h4{
	font-size:20px
}
/* end customer*/
/* start stylish*/
.stylish{
	background-image:url('../images/2.jpg');
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	position:relative;
    color:white;
    overflow:hidden;
    height:260px;
}
@media(max-width:400px){
   .stylish{
   	height:340px !important;
   }
}
@media(max-width:500px){
   .stylish{
   	height:334px !important;
   }
}
.stylish .overlay{
	background-color:rgba(0,0,0,0.7);

}
.centering-stylish{
	margin-top:6vh;
}
.stylish h3{
    margin:0;
    font-size:40px;
    color:#FFF;
}
.stylish .under-head{
    margin-bottom:40px;
}
.stylish button{
	background:transparent;
	padding:5px 15px;
	border:2px solid #FFF;
	border-radius:10px;
	width:130px;
	height:40px;
	color:white;
}
.stylish .head-center:after{
	background-color:#FFF;
}
/* end   stylish*/

/* start contact-us */
.contact-us{
	padding:80px 0 70px;
	overflow:hidden;
	background-color:#FFF;
}
.contact-us h2{
    margin-bottom:30px;
    margin-top:30px;
    font-size:40px;
}
.contact-us .under-head{
    margin-bottom:40px;
}
.contact-us form{
	background-color:#FFF;
	border-radius:5px;
	overflow:hidden;
	outline:none !important;

}
.contact-us textarea{
	height:218px;
}
.contact-us input,
.contact-us textarea{
	 border:none;
   border-bottom: 1px solid #CCC;
   box-shadow:none !important;
   margin: 20px 45px 40px 45px;
   padding: 10px;
   font-size: 18px;
   border-radius:0 !important;
}
@media(max-width:991px){
	.contact-us input,
.contact-us textarea{
	 margin:auto;
	 margin-bottom: 30px;
	 width:80%;
}
}
.contact-us .form-control:focus{
  border-bottom:1px solid #CCC;
}
.contact-us button{
	padding:5px 15px;
	border:2px solid #FFF;
	width:130px;
	height:40px;
	color:#FFF;
	border-radius:5px;
	margin:auto;
	display:block;
	text-align:center
}
/* end contact-us */

/* start Footer*/
footer{
	padding:12px;
	overflow:hidden;
	background-color:#000;
}
footer i{
	margin:10px 10px 15px;
	font-size:25px !important;
	color:#CCC;
	-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    cursor:pointer;
}
footer p{
	font-size:14px;
	color:#878787;
}

/* End   Footer*/

/*start my framework*/
.head:after{
	content:'';
	display:block;
	width:65px;
	height:2px;
	margin:25px 0;
}
@media(max-width:991px){
	.head:after{
	margin:25px auto;
}
}
.head-center:after{
	content:'';
	display:block;
	width:65px;
	height:2px;
	margin:25px auto;
}
@media(max-width:991px){
	.head-center:after{
	margin:25px auto;
}
}
.bold{
	font-weight:bold;
}
.normal{
	font-weight:normal;
}
.upper{
	text-transform:uppercase;
}


.clearfix{
	clear:both;
}
.under-head{
	color:#86878B;
    font-size:15px;
    line-height:1.7;
    margin-bottom:50px;
}
/* end my framework*/