/* Salman By TeamXcel */

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header Section
    3.0 Hero Section
    4.0 About Section
    5.0 Services Section
    6.0 Project Section
    7.0 Testimonials Section
    8.0 Call To Action
    9.0 Blog Section
    10.0 Contact Section
    11.0 Footer Section
    12.0 Scroll To Top
    
    ==========================================================================
    Salman Portfolio Template Version 0.1
    ========================================================================== */

	@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800');
	
/*  ==========================================================================
    Common Styles
    ========================================================================== */
*{
	padding: 0;
	margin: 0;
}
body{
    background-color: #2b2a2f;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #999;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing:antialiased;
	color: #333;
}
h1{
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
    color: #fff;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}
h2{
    font-size: 32px;
    color: #999;
    margin: 0 0 10px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: -0.04em;
}
h3,h4{
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.7;
    color: #999;
    letter-spacing: -0.01em;
}
h3{
    font-size: 18px;
}
h4{
    font-size: 16px;
}
h5,h6{
    font-size: 14px;
    margin: 0 0 10px;
}
img{
    border: none;
    outline:none;
    max-width: 100%;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p, li, a, span{}
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: 100px 0;
}
.no-padding{
    padding: 0;
}
.pdt-100{
    padding-top: 100px;
}
.padding-15{padding: 15px;}
.padding-20{padding: 20px;}

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

.mb-10{ margin-bottom: 10px; }
.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; }
.ml-15{ margin-left: 15px; }
.ml-20{ margin-left: 20px; }
.ml-25{ margin-left: 25px; }
.ml-30{ margin-left: 30px; }
.ml-35{ margin-left: 35px; }
.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 */
.loaded .site-preloader-wrap {
    opacity: 0;
    visibility: hidden;
}
.site-preloader-wrap {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #272c30;
    top: 0;left: 0
}

.site-preloader-wrap .spinner {
    background-color: #ffd83f;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.spinner {
  width: 40px;
  height: 40px;

  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

/* Button Style */
.btn-group{}
.btn-group a{
    margin: 5px;
}
.default-btn{
    background-color: #af9a6a;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    border-radius: 0;
    line-height: 50px;
    font-weight: 700;
    display: inline-block;
    padding: 0 25px;
    letter-spacing: 1.5px;
}
.default-btn:hover{
    background-color: #af975f;
    box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.3);
    color: #fff;
}
.default-form-btn{
    background-color: #af9a6a;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    border-radius: 0;
    line-height: 50px;
    font-weight: 700;
    display: inline-block;
    padding: 0 25px;
    letter-spacing: 1.5px;
}
.default-btn:hover{
    background-color: #af975f;
    box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.3);
    color: #fff;
}
/*Section Heading Style*/
.section-heading{}
.section-heading span{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}
.section-heading h2{
    color: #af9a6a;
    margin-bottom: 20px;
}
/* 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;
}
/* ==========================================================================
   Header Section
   ========================================================================== */
.header-section{
    background-color: #313035;
    width: 100%;
    height: 80px;
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0;
    padding: 10px 0;
}
.header-space{
    width: 100%;
    height: 70px;
}
.navbar-fixed-top.header-section{
    background-color: #313035;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.05);
    height: 70px;
    border-bottom: 0;
    padding: 0;
}

.navbar-fixed-top ul.nav > li > a{
    color: #777;
}
.navbar-fixed-top ul.nav > li > a:hover,
.navbar-fixed-top ul.nav > li > a:focus,
.navbar-fixed-top ul.nav > li.active > a{
    color: #af9a6a;
}
.logo-light,
.navbar-fixed-top .logo-light,
.logo-dark,
.navbar-fixed-top .logo-dark,
.navbar-fixed-top.header-section,
.header-section{
    transition: all 0.3s ease-in-out;
}
.navbar{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding: 0;
}
.navbar-header {
    padding: 17px 0;
}
.navbar-header .brand{
    font-size: 25px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    font-weight: 600;
	margin-left: 13px;
}
.navbar-header .nav-btn{
    padding: 8px;
    border-radius: 1px;
}
.navbar-header .nav-btn .icon-bar{
    background-color: #fff;
    width: 18px;
}
.navbar-fixed-top .navbar-header .nav-btn .icon-bar{
    background-color: #777;
}
.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus{
    opacity: 0.8;
}

/* Nav Menu */
#navbar{
    z-index: 999;
    padding: 0 15px;
}
ul.nav{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.nav > li{
    padding: 0 20px;
    position: relative;
    display: inline-block;
}
ul.nav > li:last-child{
    padding-right: 0;
}
ul.nav > li:before{
    background-color: #777;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: calc(50% - 2.5px);
}
ul.nav > li > a{
    display: inline-block;
    color: #777;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    letter-spacing: 1.5px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 70px;
    z-index: 1;
}
ul.nav > li > a:hover,
ul.nav > li > a:focus,
ul.nav > li > a.active{
    background: none;
    color: #af9a6a;
    opacity: 1;
}

/*Mobile Menu */
.menu-wrap{
    position: relative;
}
.slicknav_menu {
    background: none;
    padding: 4px 0;
    display:none;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.slicknav_nav {
    background-color: #fff;
}
.slicknav_btn{
    background-color: transparent;
    margin: 7px 5px 19px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row, 
.slicknav_nav a,
.slicknav_nav a:hover{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.slicknav_nav .slicknav_row, 
.slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    color: #777;
}
.slicknav_nav a .caret{
    display: none;
}
.slicknav_nav ul{
    margin: 0;
}
.slicknav_nav ul li a{
    padding-left: 30px;
    font-size: 12px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover{
    background-color: transparent;
    color: #333;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section{
    background-image: url(../img/hero-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    width: 100%;
    height: calc(100vh - 70px);
    display: flex;
    align-items: center;
}
.hero-section .hero-content{
    position: relative;
}
.hero-content{}
.hero-content h1{
    margin-bottom: 30px;
}
.hero-content .hero-meta{
    display: inline-block;
    margin-bottom: 15px;
}
.hero-content .hero-meta li{
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 10px;
}
.hero-content span{
    color: #af9a6a;
}
/*Hero Social*/
.hero-social{
    position: absolute;
    width: auto;
    height: 100%;
    top:  calc(15% - 0px);
    right: 0;
}
.hero-social li{
    display: block;
    margin: 5px;
}
.hero-social li a{
    display: inline-block;
    background-color: rgba(255,255,255,0.1);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #ddd;
    font-size: 13px;
    border-radius: 2px;
}
.hero-social li a:hover{
    background-color: rgba(255,255,255,0.2);
    color: #fff;
}
/* ==========================================================================
   About Section
   ========================================================================== */
.about-section{}
.about-wrap{}
.about-bg img{
    width: 100%;
}
.about-bg{
    position: relative;
}
.about-bg:before{
    background-image: url(../img/doted-pattern.png);
    background-repeat: no-repeat;
    background-position: top left;
    content: "";
    position: absolute;
    left: -90px;
    top: 50px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.about-content{}
.about-content p{
    margin-bottom: 30px;
}
/*Counter Style*/
.counter-content{}
.counter-content .counter-item:not(:last-of-type){
    margin-bottom: 25px;
}
.counter-content h3{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin: 0;
}
.counter-content span{
    font-size: 60px;
    font-weight: 800;
    color: #af9a6a;
    display: block;
    line-height: 60px;
}
/* ==========================================================================
   Services Section
   ========================================================================== */
.service-section{}
.service-wrap{}
.service-content{
    background-color: rgba(255,255,255,0.04);
    padding: 40px 20px;
    transition: all 0.1s ease-in-out;
}
.service-content:hover{
    transform: scale(1.1);
    transition: all 0.1s ease-in-out;
}
.service-content i{
    color: #af9a6a;
    font-size: 40px;
    margin-bottom: 15px;
}
.service-content h3{
    color: #bbb;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
/* ==========================================================================
   Project Section
   ========================================================================== */
.project-section{}
.project-item{
    position: relative;
    overflow: hidden;
}
.project-item img{
    opacity: 0.2;
}
.project-content{
    position: absolute;
    width: auto;
    height: auto;
    left: 15px;
    bottom: -50px;
    transition: all 0.3s ease-in-out;
}
.project-item:hover .project-content{
    bottom: 20px;
    transition: all 0.3s ease-in-out;
}
.project-item:hover img{
    transform: scale(1.1);
    opacity: 0.6;
}
.project-item:hover{
    cursor: ew-resize;
}
.project-content h3 a{
    font-size: 30px;
    line-height: 28px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    font-family: "Poppins",sans-serif;
}
.project-content span{
    display: block;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}

/* ==========================================================================
   Testimonials Section
   ========================================================================== */
.testimonial-section{}
.testi-item{
    background-color: rgba(255,255,255,0.04);
    padding: 40px 20px;
}
.testi-item:hover{
    cursor: ew-resize;
}
.testi-details{
    padding-left: 20px;
}
.testi-content{
    display: flex;
    align-items: center;
}
.testi-content{}
.testi-content img{
    width: 80px!important;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    display: block;
}
.testi-content h4{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    color: #ddd;
    margin: 0;
    line-height: 18px;
    margin-bottom: 5px;
}
.testi-content span{
    font-size: 12px;
    display: block;
    text-transform: capitalize;
    font-weight: 400;
}
.rattings{}
.rattings li{
    margin: 0;
    display: inline-block;
    font-size: 13px;
}
.rattings li i{
    color: #fab702;
}

/* ==========================================================================
   Call To Action
   ========================================================================== */
.cta-section{}
.cta-section .row{
    margin: 0;
}
.cta-wrap{
    background-color: #af975f;
    padding: 40px 0;
    display: flex;
    align-items: center;
}
.cta-content{}
.cta-content h2{
    font-size: 28px;
    color: #fff;
    margin-bottom: 0;
    margin-left: 20px;
}
.cta-content .default-btn{
    background-color: #2b2a2f;
    margin-right: 20px;
}

/* ==========================================================================
   Blog Section
   ========================================================================== */
.blog-section{}
.blog-box{
    background-color: rgba(255,255,255,0.04);
    opacity: 0.5;
    overflow: hidden;
    transition: all 0.1s ease-in-out;
}
.blog-box img{
    width: 100%;
}
.blog-box:hover{
    opacity: 1;
    transform: scale(1.02);
    transition: all 0.1s ease-in-out;
}
.blog-content{
    padding: 25px 20px;
}
.blog-content h3 a{
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ddd;
}
.blog-content h3 a:hover{
    color: #af9a6a;
}
/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact-section{}
.contact-info{}
.contact-info li{
    margin-bottom: 30px;
}
.contact-info li i{
    font-size: 30px;
    color: #af9a6a;
}
.contact-info li .meta{
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: -40px;
    color: #ddd;
}
.contact-info li span{
    display: block;
    padding-left: 50px;
}

/*Contact Form Style*/
.form-wrapper button.default-btn:focus,
.form-wrapper button.default-btn{
    border: none;
}
.form-wrapper button.default-btn:hover{
    cursor: pointer;
}
.form-wrapper .form-control{
    background-color: rgba(255,255,255,0.04);
    border: none;
    outline: none;
    border-radius: 0;
    height: 50px;
    color: #ddd!important;
}
.form-wrapper .form-group .form-control:focus{
    background-color: rgba(255,255,255,0.09);
    outline: none;
    border: none;
    box-shadow: none;
}
.form-wrapper .form-group textarea{
    height: auto;
}

#form-messages{
    display: none;
}
#form-messages.alert-danger,
#form-messages.alert-success{
    display: block;
}

/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer-section{
    background-color: #2b2a2f;
    display: block;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid #444;
}
.footer-section p{
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    color: #999;
}  

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