/*
    Foxstar
    By Crackthemes
*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Hero Section
    3.0 About section
    4.0 Service Section
    5.0 Skill Section
    6.0 Counter Section
    7.0 Portfolio Section
    8.0 Testimonial Section
    9.0  Blog Section
    10.0 Widget Section
    11.0 Footer Section
    12.0 Scroll to Top
    
    ==========================================================================
    Foxstar
    ========================================================================== */

	@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Open Sans:400,600');
	
/*  ==========================================================================
    Common Styles
    ========================================================================== */
*{
	padding: 0;
	margin: 0;
}
body{
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #777;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing:antialiased;
	color: #333;
}
h1{
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 10px;
    letter-spacing: -0.05em;
}
h2{
    font-size: 28px;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
h3,h4{
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.7;
    color: #333;
    letter-spacing: -0.01em;
}
h3{
    font-size: 17px;
}
h4{
    font-size: 15px;
}
h5,h6{
    font-size: 14px;
    margin: 0 0 10px;
}
img{
    border: none;
    outline:none;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p, li, a, span{
    letter-spacing: 1px;
}
p{
    font-size: 14px;
    margin-bottom: 15px;
}
a, a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #ddd !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #ddd !important;  
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #ddd !important;  
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #ddd !important;  
}
button{
    border: none;
	background: none;
}
/* Helper Class */
.padding{
    padding: 80px 0;
}
.no-padding{
    padding: 0;
}

.bg-white{ background-color: #fff; }
.bg-grey{ background-color: #f7f7f7;}
.bg-dark{ background-color: #232323;}
.bd-top{ border-top: 1px solid #eaeaea;}
.bd-bottom{ border-bottom: 1px solid #eaeaea;}

.mt-15{ margin-top: 15px; }
.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-25{ margin-bottom: 25px; }
.mb-30{ margin-bottom: 30px; }
.mb-35{ margin-bottom: 35px; }
.mb-40{ margin-bottom: 40px; }
.mb-45{ margin-bottom: 45px; }
.mb-50{ margin-bottom: 50px; }
.fz-28{ font-size: 28px; }
.fz-24{ font-size: 24px; }
.fz-22{ font-size: 22px; }
.fz-20{ font-size: 20px; }
.fz-18{ font-size: 18px; }
.fz-16{ font-size: 16px; }
.text-black{
    color: #282828;
}
.text-white{
    color: #ffffff;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.fl-right{
    float: right;
}
.fl-left{
    float: left;
}
.display-table{
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.overlay{
    width: 100%;
    position: relative;
    z-index: 1;
}
.overlay:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/* Preloader Styles */
#preloader{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s .5s ease;
    -moz-transition: all .5s .5s ease;
    transition: all .5s .2s ease;
}
.loader{
    position:absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
    margin-top: -30px;
}
body.loaded #preloader{
    opacity: 0;
    visibility: hidden;
}

/* Button Style */
.btn-group-left a{
    margin-right: 10px;
}
.btn-group-center a{
    margin: 0 8px;
}
.fs_btn{
    background-color: #0095eb;
    display: inline-block;
    padding: 15px 30px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    transition: all 0.2s linear;
}
.fs_btn:focus,
.fs_btn:hover{
    opacity: 0.9;
    color: #fff;
    text-decoration: none;
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    transition: all 0.2s linear;
}
.fs_btn.btn_white{
    background-color: #fff;
    color: #111;
}
.fs_btn.btn_white:focus,
.fs_btn.btn_white:hover{
    color: #111;
}
.fs_btn.btn_sm{
    padding: 10px 20px;
    font-size: 12px;
}
.bdrs-30{
    border-radius: 30px;
}

/* Transition Effect */
a,a:hover, .overlay, img, .form-control,  .form-control:hover, button{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* ==========================================================================
   Hero section
   ========================================================================== */
.hero_section{
    background-image: url(../img/hero-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0 0;
    background-size: cover;
    -webkit-background-size: cover;
    height: 600px;
    margin-top: 100px;
}

.hero_content {
    padding: 90px 0;
}
.hero_content h1{
    font-size: 45px;
    margin: 0 0 15px;
}
.hero_content p{
    font-size: 16px;
    color: #fff;
}
.form_container{
    display: block;
    background-color: #fff;
    border-radius: 3px;
    padding: 40px;
    color: #777;
}
.form_container h2{
    line-height: 1.3;
}
.form_container p{
    color: #777;
}
.reg_form{}
.reg_form .form-control{
    border-radius: 0;
    height: 45px;
    border: none;
    color: #333;
}


/* ==========================================================================
  About section
   ========================================================================== */
.about_section{}
.about_section h3{}
.about_section p{}
.about_section .about_content{
    padding: 58px 0;
}
.about_section .about_img{}
.about_section .about_img img{
    float: left;
    width: 50%;
}
.about_section .about_img .about_img_1{
    border: 1px solid #0095eb;
}
.about_img_2 {
    margin: 90px 0 0 -1px;
    border: 1px solid #0095eb;
}

/* ==========================================================================
   Service Section
   ========================================================================== */
.service_section{
    position: relative;
}
.service_bg{
    background-image: url(../img/service-img.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 90% bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.service_items li{
    margin-bottom: 20px;
}
.service_items .service_content{}
.service_items .service_content .service_icon{
	text-align: center;
	font-size: 32px;
	color: #0095eb;
	width: 0px;
	left: 0;
	top: 0;
    margin-bottom: 15px;
}

.service_items .service_content h3{}
.service_items .service_content p{
      margin-top: -10px;
}
   
/* ==========================================================================
  Skill Section
   ========================================================================== */
.skill_section{}
.skill_section .skill_img{}
.skill_section .skill_img img{
    width: 100%;
    border-radius: 5px;
}
.skill_wrap{
	padding-top: 30px;
}
.skill_items{}
.skill_items .skill_item{
	margin-bottom: 10px;
}
.skill_items .skill_item h4{
    font-size: 12px;
    text-transform: uppercase;
}
.skill_items .skill_item .progress {
    height: 8px;
    background-color: #bbb;
    box-shadow: none;
	margin-bottom: 0;
	overflow: visible;
}
.skill_items .skill_item .progress,
.skill_items .skill_item .progress .progress-bar{
	border-radius: 5px;
}
.skill_items .skill_item .progress .progress-bar {
    line-height: -3px;
    background-color: #0095eb;
	position: relative;
}
.skill_items .skill_item .progress .progress-bar span{
	position: absolute;
	top: -23px;
	right: 0;
	font-family: 'Montserrat', sans-serif;
	color: #777;
	font-weight: 700;
}
   
/* ==========================================================================
  Counter Section
   ========================================================================== */
.counter_section{
	background-image: url(../img/counter-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.counters{}
.counters .counter_content{
	display: block;
	text-align: center;
	color: #fff;
}
.counters .counter_content i{
	font-size: 36px;
}
.counters .counter_content h3{
	font-size: 35px;
	margin: 10px 0;
	color: #0095eb;
    font-weight: 700;
}
.counters .counter_content h4{
    text-transform: uppercase;
	margin: 0;
}

/* ==========================================================================
   Portfolio Section
   ========================================================================== */
.portfolio_section{}
.portfolio_section .portfolio_filter{
	display: block;
	text-align: center;
	overflow: hidden;
}
.portfolio_section .portfolio_filter li{
	background-color: #eee;
	color: #282828;
	display: inline-block;
	margin-left: -4px;
	padding: 15px 25px;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #ddd;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}
.portfolio_section .portfolio_filter li.active,
.portfolio_section .portfolio_filter li:hover{
	background-color: #0095eb;
	color: #fff;
	transition: all 0.5s ease-in-out;
}
.portfolio_section .portfolio_items{}
.portfolio_section .portfolio_items li{
	padding: 1px;
}
.portfolio_section .portfolio_items .portfolio_item{
	position: relative;
	overflow: hidden;
}
.portfolio_section .portfolio_items .portfolio_item img{
	width: 100%;
	-webkit-transition: transform 0.5s linear;
	transition: transform 0.5s linear;
}
.portfolio_section .portfolio_items .portfolio_item:hover img{
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: transform 3s linear;
	transition: transform 3s linear;
}
.portfolio_section .portfolio_items .portfolio_item .overlay{
	background-color: rgba(0,0,0,0.9);
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.portfolio_section .portfolio_items .portfolio_item:hover .overlay{
	opacity: 1;
}
.portfolio_section .portfolio_items .portfolio_item .overlay a {
    width: 100%;
    height: 100%;
    display: table;
    color: #fff;
}
.portfolio_section .portfolio_item .overlay h3{
	color: #fff;
    text-transform: uppercase;
	margin: 0 0 -3px;
}
.portfolio_section .portfolio_item .overlay span{
	letter-spacing: 1px;
}

/* ==========================================================================
   Testimonial Section
   ========================================================================== */
.testimonial_section{
    background-image: url(../img/testi-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.testimonial_items{}
.testimonial_item{
    text-align: center;
}
.testimonial_item figure{
    width: 90px;
    height: 90px;
    padding: 5px;
    margin: 0 auto 15px;
    position: relative;
}
.testimonial_item figure img{
    border-radius: 50px;
    width: 100%;
}
.testimonial_item h4{
    color: #fff;
    font-weight: 600;
    margin: 15px 0 10px;
}
.testimonial_item p{
    color: #ddd;
}

.testimonial_items .owl-dots{
    display: block;
    text-align: center;
}
.testimonial_items .owl-dots .owl-dot{
    background-color: transparent;
    border: 3px solid #ddd;
    display: inline-block;
    width: 20px;
    height: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 3px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    transition: all 0.5s ease-in-out;
}
.testimonial_items .owl-dots .owl-dot.active{
    background-color: transparent;
    border: 3px solid #fff;
    transition: all 0.5s ease-in-out;
} 
   
/* ==========================================================================
   Blog Section
   ========================================================================== */
.blog_section{}
.blog_section .blog_posts{}
.blog_section .blog_posts .blog_post{}
.blog_section .blog_posts .blog_post .post_thumb{
	position: relative;
}
.blog_section .blog_posts .blog_post .post_thumb img{
	width: 100%;
}
.blog_section .blog_posts .blog_post .post_thumb .date{
	background-color: #0095eb;
	display: inline-block;
	font-size: 12px;
	color: #fff;
    text-transform: uppercase;
	padding: 10px 15px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.blog_section .blog_posts .blog_post h3{
	margin: 10px 0 5px;
}
.blog_section .blog_posts .blog_post h3 a{
    text-transform: uppercase;
	color: #282828;
}
.blog_section .blog_posts .blog_post h3 a:hover{
	color: #111;
    text-decoration: underline;
}
.blog_section .blog_posts .blog_post .posted_by{
    text-transform: uppercase;
	display: block;
	margin: 0 0 10px;
}
.blog_section .blog_posts .blog_post p{
	margin: 0 0 10px;
}
.blog_section .blog_posts .blog_post .read_more{
    text-transform: uppercase;
	color: #777;
}
.blog_section .blog_posts .blog_post .read_more:hover{
	color: #111;
}
   
/* ==========================================================================
   Widget Section
   ========================================================================== */
.widget_section{
    position: relative;
}
#google_map{
    height: 100%;
    width: 35%;
    position: absolute;
    left: 0;
    top: 0;
}
.widget_content{
	padding: 0 15px;
}
.widget_content h2{
    margin: 0 0 3px;
}
.contact_info{
    padding: 80px 10px;
	border-right: 1px solid #ddd;
	color: #777;
} 
.contact_info ul{}
.contact_info ul li{
    margin-bottom: 20px;
}
.contact_info ul li b{
    display: block;
}
.contact_wrap{
	padding-left: 25px;
}
.contact_form .form-control{
	background: none;
	color: #333;
    height: 50px;
	border-radius: 1px;
	border: 1px solid #ddd;
}
.contact_form .fs_btn:hover{
    color: #fff;
}
.contact_form .form-control.msg{
    height: inherit;
}
#ajax_registration .alert,
#ajax_form .alert{
    display: none;
}
#ajax_registration .alert.alert-success,
#ajax_form .alert.alert-success,
#ajax_registration .alert.alert-danger,
#ajax_form .alert.alert-danger{
    display: block;
}
   
/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer{
	display: block;
	padding: 40px 0;
}
.footer p{
	text-align: center;
    text-transform: uppercase;
    font-size: 12px;
	margin: 0;
	color: #fff;
}
/* ==========================================================================
   Scroll to Top
   ========================================================================== */
#scroll-to-top{
    background-color: #0095eb;
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    color: #fff;
    position: fixed;
    border-radius: 3px;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}
#scroll-to-top:hover{
    background-color: #282828;
    color: #fff;
}
