/*
    Foxstar
    By Crackthemes
*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Slider section
    3.0 About Section
    4.0 Services Section
    5.0 Works Section
    6.0 CTA Section
    7.0 Testimonial Section
    8.0 Blog Section
    9.0 widget Section
    10.0 Footer Section
    11.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;
    margin: 0 0 10px;
    letter-spacing: -0.05em;
}
h2{
    font-size: 24px;
    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: #777 !important;
}

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

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

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #777 !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;}

.no-margin{ margin: 0; }
.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: #333;
}
.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{}
.btn_group a{
    margin: 5px;
}
.btn_group_left a{
    margin-right: 15px;
    margin-bottom: 15px;
}
.fs_btn{
    background-color: #026dfe;
    border: 2px solid #026dfe;
    text-transform: uppercase;
    color: #fff;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
}
.fs_btn:hover{
    background-color: transparent;
    color: #282828;
}
.fs_btn.btn_2{
    background-color: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    color: #333;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
}
.fs_btn.btn_2:hover{
    background-color: transparent;
    color: #fff;
}
.fs_btn.btn_sm{
    line-height: 40px;
    padding: 0 15px;
}

/* 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;
}


/* ==========================================================================
   Slider section
   ========================================================================== */
.slider_section{}
.main_slider{}
.slider_item{
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 610px;
}
.slider_left{
    background-repeat: no-repeat;
    background-position: left center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.slider_content{}
.slider_content h1{
    -webkit-animation-duration: 1s!important;
    animation-duration: 1s!important;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
.slider_content p{
    -webkit-animation-duration: 1s!important;
    animation-duration: 1s!important;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.slider_content .btn_group{
    -webkit-animation-duration: 1s!important;
    animation-duration: 1s!important;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    margin-left: -5px;
}
.slider_content .fs_btn:hover{
    color: #fff;
}
.main_slider .owl-nav div{
    background-color: rgba(0,0,0,0.2);
    color: #fff;
    font-size: 16px;
    line-height: 80px;
    text-align: center;
    width: 40px;
    height: 80px;
    position: absolute;
    left: 0;
    top: calc(50% - 40px);
    transition: all 0.3s ease-in-out;
}
.main_slider .owl-nav div:hover{
    background-color: rgba(0,0,0,0.8);
    transition: all 0.3s ease-in-out;
}
.main_slider .owl-nav .owl-next{
    left: auto;
    right: 0;
}
.main_slider .owl-dots{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 30px;
}
.main_slider .owl-dots .owl-dot{
    background-color: rgba(255,255,255,0.3);
    display: inline-block;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}
.main_slider .owl-dots .owl-dot.active{
    background-color: rgba(255,255,255,0.8);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}

/* ==========================================================================
   About Section
   ========================================================================== */
.about_section{
    position: relative;
    z-index: 1;
}
.about_section .about_img {
    background-image: url(../img/about.png);
    background-repeat: no-repeat;
    background-position: 180px 27px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.about_content p{
    font-size: 16px;
}

/* ==========================================================================
   Services Section
   ========================================================================== */
.services_section{
}
.service_items{}
.service_items .service_content{}
.service_items .service_content img{
    border: 4px solid #026dfe;
    width: 100%;
    margin-bottom: 20px;
}
.service_items .service_content h4{
    margin: 0 0 3px;
}
.service_items .service_content p{
    margin-bottom: 10px;
}
.service_items .service_content a{
    color: #777;
}
.service_items .service_content a:hover{
    text-decoration: underline;
}
/* ==========================================================================
   Works Section
   ========================================================================== */
.works_section{}
.works_items{}
.works_items .works_item{
    position: relative;
}
.works_items .works_item img{
    border: 4px solid #026dfe;
    width: 100%;
}
.works_items .works_item .works_overlay{
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.works_items .works_item:hover .works_overlay{
    visibility: visible;
    opacity: 1;
}
.works_items .works_item .works_content{
    color: #fff;
    width: 100%;
    text-align: right;
    position: absolute;
    left: 0;
    bottom: 20px;
    padding-right: 20px;
}
.works_items .works_item .works_content h3{
    text-transform: uppercase;
    margin: 0 0 -3px;
}
.works_items .owl-nav div{
    background-color: rgba(2,109,254,0.7);
    width: 40px;
    height: 60px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 60px;
    position: absolute;
    left: -39px;
    top: calc(50% - 30px);
    transition: all 0.5s ease-in-out;
}
.works_items .owl-nav div:hover{
    background-color: rgba(2,109,254,1);
    transition: all 0.5s ease-in-out;
}
.works_items .owl-nav div.owl-next{
    left: auto;
    right: -39px;
}

/* ==========================================================================
   CTA Section
   ========================================================================== */
.cta_section{
    background-image: url(../img/cta-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.cta_section h2{ 
    margin-bottom: 15px;
    line-height: 35px;
}
.cta_section .col-sm-offset-6{
   padding: 40px 0;
}
.cta_section .fs_btn:hover{
    color: #fff;
}

/* ==========================================================================
   Testimonial Section
   ========================================================================== */
.testimonial_section{}
.testi_items{}
.testi_item{}
.testi_item img{
    border: 4px solid #026dfe;
    float: left;
    width: 40% !important;
    margin-right: 2%;
}
.testi_item .testi_content{
    float: left;
    width: 58%;
    padding-left: 10px;
}
.testi_item .testi_content p{}
.testi_item .testi_content h4{
    margin: 0 0 -3px;
}
.testi_item .testi_content span.position{}
.testi_items .owl-nav div{
    background-color: #026dfe;
    width: 30px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    position: absolute;
    left: 0;
    bottom: -45px;
    transition: all 0.5s ease-in-out;
}
.testi_items .owl-nav div.owl-next{
    left: 30px;
}
.testi_items .owl-nav div:hover{
    background-color: #111;
    transition: all 0.5s ease-in-out;
}

/* ==========================================================================
   Blog Section
   ========================================================================== */
.blog_section{}
.blog_items{}
.blog_items .blog_content{}
.blog_items .blog_content img{
    border: 4px solid #026dfe;
    width: 100%;
    margin-bottom: 20px;
}
.blog_items .blog_content h4{
    text-transform: uppercase;
    margin: 0 0 3px;
}
.blog_items .blog_content h4 a{
    color: #333;
}
.blog_items .blog_content a{
    color: #333;
}
.blog_items .blog_content a:hover{
    text-decoration: underline;
}
.blog_items .blog_content h4 a:hover{
   text-decoration: underline;
}
.blog_items .blog_content p{}


/* ==========================================================================
   Sponsor section
   ========================================================================== */
.sponsor_section{
    padding: 20px 0;
}
.sponsor_section .sponsor_items{}
.sponsor_section .sponsor_item img{
    width: 100%;
}
.sponsor_section .sponsor_items li:hover img{
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}


/*Google Map*/
#google_map{
    width: 100%;
    height: 350px;
}
 
/* ==========================================================================
   widget Section
   ========================================================================== */
.widget_section{}
.footer_widget{
    color: #999;
}
.footer_widget p a{
    color: #999;
}

.links{}
.links li{}
.links li a{
    color: #999;
    display: block;
}
.links li a:hover{
    color: #fff;
    text-decoration: underline;
}

/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer_section{
    display: block;
    border-top: 1px solid #444;
    color: #fff;
    text-align: center;
    padding: 40px 0;
}
.footer_section p{
    text-transform: uppercase;
    margin: 0;
}   

/* ==========================================================================
   Scroll to Top
   ========================================================================== */
#scroll-to-top{
    background-color: #026dfe;
    display: none;
    width: 55px;
    height: 55px;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    line-height: 55px;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}
#scroll-to-top:hover{
    background-color: #282828;
    color: #fff;
}

/* Social Feed CSS */
.feed-container{}
.feed-container .feed-media {
	float: left;
	width: 33.33%;
	padding: 1px;
}
.feed-container.no-padding .feed-media{
	padding: 0;
}
.feed-container .feed-media img{
	width: 100%;
}
.feed-container .feed-media:hover img{
	opacity: 0.8;
}
.feed-container.col-2 .feed-media{
	width: 50%;
}
.feed-container.col-4 .feed-media{
	width: 25%;
}
.feed-container.col-5 .feed-media{
	width: 20%;
}
.feed-container.col-6 .feed-media{
	width: 16.66%;
}
.instafeed a{
    float: left;
    width: 33.33%;
    padding: 1px;
}
.instafeed a img{
    max-width: 100%;
}
