/*
    Michel Brown Smith Styles
    By AlexaTheme
*/

/*  ==========================================================================
    Table of Contents
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header Section
    3.0 Hero Section
    3.0 About Section
    4.0 Service Section
    5.0 Skills Section
    6.0 Portfolio Section
    7.0 Testimonial Section
    8.0 Call To Action
    9.0 Blog Section
    10.0 Contact Section
    11.0 Footer Section
    12.0 Scorll To Top
    
    ==========================================================================
    Michel Brown SMith Style
    ========================================================================== */

	@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900|Roboto');
	
/*  ==========================================================================
    1.0 Common Styles
    ========================================================================== */
*{
	padding:0;
	margin:0;
}
body{
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #666;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'orbitron', sans-serif;
	letter-spacing: -1px;
	color: #fff;
    font-weight: bold;
   
}
h1{
	font-size: 50px;
    font-weight: 700;
}
h2{
	font-size: 32px;
    font-weight: 600;
}
h3{
	font-size: 18px;
	font-weight: 600;
}
h4,h5,h6{
	font-size: 18px;
}
img{
    border: none;
    outline:none;
	width:100%;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p{
    font-size: 16px;
	margin-bottom: 15px;
    color: #fff;
}
a, a:hover{
	text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
button{
    background: none;
    border: none;
    outline: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #111 !important;
}

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

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

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #111 !important;  
}
/* Helper Class */
.padding{
    /* padding: 100px 0; */
}
.pb-60{
	padding-bottom: 60px;
}
.mb-40{margin-bottom: 40px;}
.mb-30{margin-bottom: 30px;}
.mb-20{margin-bottom: 20px;}

.no-padding{
    padding: 0;
}
.dark-color{
	color: #111;
}
.light-color{
	color: #ffffff;
}
.align-left{
    text-align: left !important;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.fl-right{
	float: right;
}
.fl-left{
	float: left;
}
.table-cell{
	display:table-cell;
	vertical-align: middle;
}

/* Transition Effect */
/* a,a:hover, .owl-prev, .owl-next, .form-control, .form-control:hover, .contact_btn, .contact_btn:hover, .header_area, .navbar-header, .feature_icon, img{
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
} */

/* Section Heading Styles */
.section_heading{
    display: block;
    text-align: center;
}
.section_heading h2{
    margin: 0 0 10px;
}
.section_heading h2 span{
    color: #ffc327;
}
.section_heading p{
    margin: 0;
}

/* Btn Style */
.default_btn{
    background-color: #ffc327;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 50px;
    text-transform: uppercase;
    padding: 0 30px;
    color: #fff;
}
.default_btn:hover{
    background-color: #333;
    color: #fff;
}

/* Pre Loader */
/* .loaded .loader{
    opacity: 0;
    visibility: hidden;
}
.loader{ 
    -webkit-transition: all .5s .5s ease;
    -moz-transition: all .5s .5s ease;
    transition: all .5s .2s ease;
    position: fixed; 
    width: 100%; 
    height: 100%; 
    background: #111;  
    z-index: 1200; 
    left: 0; 
    top: 0; 
    right: 0; 
    overflow: hidden;
}
.tt-loading{
    background-color: #111;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 2000;
    margin-top: 0px;
    top: 0px;
}
.tt-loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
.tt-loading-center-absolute{
    position:absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}
.tt-object{
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid #ffc327;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffc327;
    border-right: 5px solid transparent;
    -webkit-animation: animate 2s infinite;
    animation: animate 2s infinite;
    -moz-animation: animate 2s infinite;
    -ms-animation: animate 2s infinite;
}
.object_one{
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}
.object_two{
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
}
.object_three{
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
}
.object_four{
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
}
#loading-text{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 70px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
}
@-webkit-keyframes animate{
    50%{ 
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}
@-moz-keyframes animate{
    50%{
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
        -moz-transform: rotate(360deg) scale(0.8);
    }
}
@keyframes animate{
    50%{
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        -moz-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
} */

/* ==========================================================================
   Header Section
   ========================================================================== */
.header_area{
    background-color: rgba(255,255,255,7);
    position: fixed;
	top: 0;
	left: 0;
	width: 100%;
    height: 70px;
    z-index: 999;
}
.header_area:before{
    background-color: #ffc327;
    display: block;
    content: '';
    width: 20%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.navbar{
	border: medium none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	margin: 0;
    position: relative;
}
.scrollActive.header_area {
    height: 60px;
	position: fixed;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.10);
}
.navbar-header{
	padding: 0;
}
.navbar-header .brand{
    font-family: sans-serif;
    font-size: 15px;
    line-height: 70px;
    /* font-weight: 900; */
    /* letter-spacing: -2px; */
    color: black;
}
.scrollActive .navbar-header .brand{
    line-height: 60px;
}
.navbar-header .nav-btn{
	background-color: #ffc327;
}
.navbar-header .nav-btn .icon-bar{
	background-color: #111;
}
.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus{
	opacity: 0.8;
}

/* Nav Menu */
#navbar{
    z-index: 999;
}
ul.nav{}
ul.nav > li{}
ul.nav > li > a{
	color: #111;
    font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 70px;
	padding: 0 15px;
    position: relative;
    text-transform: uppercase;
}
.scrollActive ul.nav > li > a{
    line-height: 60px;
}
ul.nav > li > a:hover,
ul.nav > li > a:focus,
ul.nav > li.active > a{
    background: none;
	color: #ffc327;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero_section{
    background-image:url('');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    -webkit-background-size: cover;
    background-size:auto;
    width: 100%;
    /* height: 60vh; */
    position: relative;
    z-index: 1;
}

.hero_inner{
    width: 100%;
    margin-top: 20px;
    height: 30vh;
    display: table;
}
.hero_content{
    color: #111;
}
.hero_content h1.big_title {
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 20px;
}
.hero_content p{
    margin: 20px 0 30px;
}

/* ==========================================================================
   About Section
   ========================================================================== */   
.about_section{}
.about_section img{
    width: 100%;
}
.about_content{
    padding: 120px 0;
}

/* ==========================================================================
   Service Section
   ========================================================================== */
.service_section{
    background-color: #f6f6f6;
}
/* .service_items .col-xs-6{ padding: 15px; }
.service_icon_1{background-image: url(../img/html5-icon-13.png);}
.service_icon_2{background-image: url(../img/css.svg);}
.service_icon_3{background-image: url(../img/responsive.png);}
.service_icon_4{background-image: url(../img/email.jpeg);}
.service_icon_5{background-image: url(../img/cms.png);}
.service_icon_6{background-image: url(../img/photoroom.png);}
.service_icon{
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
} */

/* ==========================================================================
   Skills Section
   ========================================================================== */
/* .skills_section{}
.skills_items{}
.skill_item{
    display: block;
    color: #fff;
    padding-left: 100px;
    margin-bottom: 30px;
    position: relative;
}
.skills_items .skill_item:nth-child(4),
.skills_items .skill_item:nth-child(5),
.skills_items .skill_item:nth-child(6){
    margin-bottom: 0;
}
.skill_item .skill_counter{
    background-color: #ffc327;
    width: 80px;
    height: 80px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
.skill_item .skill_counter span{
    font-family: 'Playfair Display', sans-serif;
    font-size: 24px;
	color: #fff;
    font-weight: 900;
    line-height: 70px;
}
.skill_item .skill_conetent{}
.skill_item .skill_conetent h3{
    margin: 0 0 5px;
}
.skill_item .skill_conetent p{
    margin: 0;
} */

/* ==========================================================================
   Portfolio Section
   ========================================================================== */
.portfolio_section{
    background-color: #f6f6f6;
}
.portfolio_section .portfolio_filter{
	display: block;
	text-align: center;
	overflow: hidden;
}
.portfolio_section .portfolio_filter li{
	background-color: #eee;
	color: #333;
	display: inline-block;
	margin-left: -4px;
	padding: 15px 25px;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 30px;
    margin: 0 3px;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}
.portfolio_section .portfolio_filter li.active,
.portfolio_section .portfolio_filter li:hover{
	background-color: #ffc327;
	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;
    visibility: hidden;
    transition: all 0.2s ease-in;
}
.portfolio_section .portfolio_items .portfolio_item:hover .overlay{
    visibility: visible;
	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;
    text-transform: uppercase;
}

/* ==========================================================================
   Testimonial Section
   ========================================================================== */
.testimonial_section{}
.testimonial_items{}
.testi_item{
    padding: 25px;
}
.owl-carousel .testi_item{
    padding: 60px 25px;
}
.testi_item i.fa-quote-left{
    font-size: 45px;
    margin: 0 0 20px;
    color: #333;
}
.owl-carousel .testi_item .client_thumb{
    margin: 0 auto;
}
.testi_item .client_thumb{
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
    margin-bottom: 20px;
}
.testi_item p{
    font-size: 13px;
    line-height: 28px;
    margin-top: 15px;
}
.testi_item h4{
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 3px;
}
/* Rating */
.testi_item .ratings{
    display: block;
}
.testi_item .ratings li{
    display: inline-block;
    color: #ddd;
    font-size: 16px;
    margin: 0 5px;
}
.testi_item .ratings.star-5 li{
    color: #ffc327;
}
.testi_item .ratings.star-4 li:nth-child(-n+4){
    color: #ffc327;
}
.testi_item .ratings.star-3 li:nth-child(-n+3){
    color: #ffc327;
}
.testi_item .ratings.star-2 li:nth-child(-n+2){
    color: #ffc327;
}
.testi_item .ratings.star-1 li:nth-child(-n+1){
    color: #ffc327;
}

/* Testimonial Carousel Dots */
.fs_dots .owl-dots{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -8px;
    display: block;
    text-align: center;
}
.fs_dots .owl-dots div{
    background-color: transparent;
    border: 1px solid #ffc327;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin: 0 3px;
    transition: all 0.2s linear;
}
.fs_dots .owl-dots div.active{
    background-color: #ffc327;
    transition: all 0.2s linear;
}

/* ==========================================================================
   Call To Action
   ========================================================================== */
.cta_section{
    background-image: url(../img/cta-section.png);
    background-attachment: fixed;
    padding: 160px 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
}   
.cta_content{}
.cta_content h2{
	font-size: 40px;
    margin: 0 0 10px;
}
.cta_content h4{
    font-size: 18px;
    margin: 0 0 5px;
}
.cta_content p{
    margin: 0;
}
.cta_content .more_project_btn{
    background-color: #111;
    color: #fff;
}
.cta_content .more_project_btn:hover{
    color: #111;
}
.cta_content .more_project_btn:before{
    background-color: #fff;
}

/* ==========================================================================
   Blog Section
   ========================================================================== */
.blog_section{    margin-top: 50px;
}
.blog_items{}
.blog_item{}
.blog_item .blog_thumb{
    width: 50%;
    display: block;
    float: left;
    overflow: hidden;
}
.blog_item .blog_content{
    background-color: #f6f6f6;
    display: block;
    padding: 15px;
    margin: 25px 0;
    float: left;
    width: 60%;
    margin-left: -10%;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.24);
}
.blog_item .blog_content h3{
    margin: 0 0 5px;
}
.blog_item .blog_content h3 a{
    color: #111;
}
.blog_item .blog_content .posted_by{
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 20px;
}
.blog_item .blog_content p{}
.blog_item .blog_content .read_more{
    text-transform: uppercase;
    color: #333;
    font-size: 12px;
}
.blog_item .blog_content h3 a:hover,
.blog_item .blog_content .read_more:hover{
    color: #ffc327;
}

/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact_section{
    background-image: url(../img/footer-tsm.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left top;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: 50px;
}
.contact_section h2{
    color: #fff;
    margin-top: 50px
}
.contact_section p{
    color: #ddd;
}
.contact_form{}
.contact_form .form-control{
    background-color: #fff;
    color: #333;
    height: 50px;
    border-radius: 3px;
    border: none;
}
.contact_form .form-control.msg{
    height: inherit;
}
.contact_form .form-control:focus,
.contact_form .form-control:hover{
    box-shadow: none;
    outline: none;
    border: none;
}
.contact_form .default_btn{
    border-radius: 30px;
}

#ajax_form .alert{
    display: none;
}
#ajax_form .alert.alert-success,
#ajax_form .alert.alert-danger{
    display: block;
}
  
/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer_section{
    background-color: #fff;
    display: block;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}
.footer_section:before{
    background-color: #ffc327;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.copyright{
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    margin: 5px 0;
}
.footer_social{
    display: block;
    text-align: right;
}
.footer_social li{
    display: inline-block;
    margin-left: 10px;
}
.footer_social li a{
    background-color: #ffc327;
    font-size: 12px;
    line-height: 30px;
    display: inline-block;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.footer_social li a:hover{
    color: #333;
}

/* ==========================================================================
   Scroll to Top
   ========================================================================== */
#scroll-to-top{
    background-color: #ffc327;
    border-radius: 50%;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ddd;
    line-height: 50px;
    color: #fff;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
}
#scroll-to-top:hover{
    color: #111;
    border: 1px solid #333;
}