/*
* ----------------------------------------------------------------------------------------***
Author       : ThemeBoots
Template Name: Sabh - Onepage Creative Presonal Template
Version      : 1.0
* ----------------------------------------------------------------------------------------***
*/


/*------------------------------------------------------------------*

[Table of contents]

01.Reset CSS
02.Font CSS
0.General Css 
04. Common CSS
05.CSS Transantion
06.preloader css
07. Header CSS
08. Parralax Banner  CSS
11.About css
12.Service Css
13.Skill & Experience css
14.Counter Css
12.Portfolio Css
14.Testimonial Css
15.Blog  css
19.Contact  css
20.Footer   css
21.Responsive Css

***-------------------------------------------------------------------*/


/* Reset CSS
=============================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
img{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
a:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
a:hover {
    text-decoration: none;
}
body {
    background: #fff;
    color: #333;
    overflow-x: hidden;
}
/* Reset CSS End
===============================================================*/
/* Font CSS Start
=============================================================== */

body,
p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
ul {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #181818;
    padding-bottom: 5px;
    letter-spacing: 1px;
}

h1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 1px;
}

h2 {
    font-size: 35px;
    font-weight: 500;
    line-height: 45px;
}

h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
}

h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

p {
    margin-bottom: 15px;
}

a {
    letter-spacing: 1px;
    font-size: 14px;
}

blockquote {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
}

/* Font CSS End
=============================================================== */


/* General CSS
=============================================================== */

html{
    width: 100%;
    height: 100%;
}

a {
    word-wrap: break-word;
    text-decoration: none !important;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
}

img {
    max-width: 100%;
}


/* General Css End
=============================================================== */


/* Common CSS Start
=============================================================== */

.bg-yellow {
    background: #ffd900;
}

.bg-white {
    background: #fff;
}

.bg-ash {
    background: #f5f5f5;
    ;
}

.color-white {
    color: #fff;
}

.color-black {
    color: #181818;
}

.color-yellow {
    color: #ffd900;
}

.sec-title {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding-bottom: 50px
}

.sec-pad {
    padding-top: 90px;
    padding-bottom: 90px;
}

.cmn-btn {
    text-transform: uppercase;
    padding: 15px 20px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    border: 2px solid #ffd900;
    box-shadow: 2px 5px 20px 5px rgba(214, 214, 214, 0.41);
}

.cmn-btn .fa {
    margin-left: 20px;
    margin-right: 20px;
}

.cmn-btn:hover {
    background: #181818;
    color: #ffd900;
}

.main-title {
    position: relative;
    padding-bottom: 60px;
}

.main-title h2 {
    display: inline-block;
    position: relative;
}

.main-title h2:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 2px solid #ffd900;
    ;
    border-right: 2px solid transparent;
    width: 100px;
    z-index: 1000;
    bottom: -10px;
    left: 0;
}


/* Common CSS End
=============================================================== */


/*CSS Transantion Start
========================================================*/

a,
.header-area .navbar-default .navbar-nav>li>a:before,
.single-service,
.fa,
.single-counter,
.single-blog,
button,
.fixed-menu {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}


/*CSS Transantion End
========================================================*/


/*preloader css Start
======================*/

.preloader-tp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}

.loader {
    width: 100%;
    height: 100%;
    position: absolute;
}

.preloader-tp .loader img {
    position: relative;
    top: 40%;
}


/*preloader css End
======================*/


/* Header CSS Start
=============================================================== */

.header-area {
    position: relative;
}

.header-area .navbar-default {
    padding: 20px 0px;
    border: 0px;
    margin: 0px;
    border-radius: 0px;
    border-top: 10px solid #ffd900;
}

.header-area .menu-border {
    border-bottom: 2px solid #ffd900 !important;
    padding: 10px 0px;
    border-top: 5px solid #ffd900;
}

header .navbar-default .navbar-brand {
    padding: 0px 15px;
}

header .menu-sticky .navbar-brand {
    padding: 0px;
    padding-top: 5px;
}

.header-area .navbar-nav {}

.header-area .navbar-default .navbar-nav>li>a {
    text-transform: capitalize;
    font-size: 14px;
    padding: 15px 5px;
    margin: 0px 15px;
    color: #181818;
}

.header-area .navbar-default .navbar-nav>li>a:hover:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 2px solid #ffd900;
    ;
    border-right: 2px solid transparent;
    width: 100%;
    z-index: 1000;
    bottom: 7px;
}

.header-area .navbar-default .navbar-nav>li.current>a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 2px solid #ffd900;
    ;
    border-right: 2px solid transparent;
    width: 100%;
    z-index: 1000;
    bottom: 7px;
}


/* Header CSS End
=============================================================== */


/*  Parralax Banner  CSS Start
=============================================================== */

.slider-area {
    height: calc(100vh);
    position: relative;
    overflow: hidden;
}

.slider-area:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(49, 49, 49, 0.74);
    position: absolute;
    left: 0;
    top: 0;
}

.parralax-banner {
    background-image: url(../images/slider/slider1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.slider-content {
    position: relative;
    z-index: 1000;
}

.slider-content h3 {
    text-transform: uppercase;
}

.slider-content h1 {
    padding-top: 100px;
    padding-bottom: 30px;
    font-size: 65px;
    text-transform: uppercase;
}

.slider-area .cmn-btn {
    box-shadow: inherit;
}

.slider-area .cmn-btn .fa {
    margin-left: 0px;
}


/* Parralax banner CSS End
=============================================================== */


/* About area CSS start
=============================================================== */

.profile-pic {
    padding: 20px;
}

.profile-social {
    padding: 20px 0px;
}

.profile-pic-slider .owl-theme .owl-controls .owl-page.active span {
    background: #ffd900;
}

.profile-social ul li a {
    display: inline-block;
    border: 1px solid #342d06;
    color: #181818;
}

.profile-social ul li a:hover {
    display: inline-block;
    border: 1px solid #181818;
    color: #ffd900;
    background: #181818;
}

.profile-social ul li a .fa {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.profile-pic h3 {
    padding-top: 5px;
}

.about-details {
    padding-left: 20px;
}

.about-details .main-title {
    padding-top: 20px;
}

.about-details a.cmn-btn {
    margin-top: 40px;
}

.about-details a.cmn-btn .fa {
    margin-right: 0px;
}


/* About area CSS End
=============================================================== */


/* Service area CSS Start
=============================================================== */

.service-area {
    padding-bottom: 60px;
}

.single-service {
    padding: 30px 10px;
    margin-bottom: 30px;
    box-shadow: 2px 5px 20px 5px rgba(214, 214, 214, 0.41);
}

.single-service .fa {
    width: 70px;
    height: 70px;
    border: 1px solid #ffd900;
    border-radius: 50%;
    line-height: 70px;
    font-size: 24px;
    color: #ffd900;
}

.single-service h3 {
    padding-top: 15px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.single-service p {
    margin-bottom: 0px;
}

.single-service:hover {
    background: #ffd900;
    box-shadow: 2px 5px 15px 7px rgba(214, 214, 214, 0.41);
}

.single-service:hover .fa {
    background: #fff;
}


/* Service area CSS end
=============================================================== */


/* Skill & Experience  area CSS Start
=============================================================== */

.prof-area {
    padding-bottom: 70px;
}

.prof-text {
    padding-bottom: 10px;
}

.skill-sec {
    padding-right: 15px;
}

.experince-sec {
    padding-left: 15px;
}

.experince-sec .panel-group {
    margin-bottom: 0px;
}

.single-progressbar {
    padding-bottom: 15px;
    margin-top: 20px;
}

.single-progressbar h4 {
    text-transform: capitalize;
    padding-bottom: 10px;
}

.barfiller {
    width: 100%;
    height: 8px;
    position: relative;
    margin-bottom: 20px;
    box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, .5);
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    z-index: 1;
}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    margin-top: -30px;
    font-size: 13px;
    left: 0px;
    position: absolute;
    z-index: 2;
    background: #fff;
    color: #181818;
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0px;
    border-radius: 50%;
    top: 13px;
    box-shadow: 0px 0px 0px 2px rgba(181, 178, 178, 0.34);
}

.experince-accor .panel-title>a {
    padding-left: 40px;
    color: #181818;
    font-size: inherit;
}

.experince-accor .panel-title>.collapsed:after {
    content: '\02795';
    font-size: 13px;
    color: #777;
    float: left;
    margin-right: 15px;
    color: #ffd900;
    background: #181818;
    position: absolute;
}

.experince-accor .panel-title>a:after {
    content: "\2796";
    left: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #181818;
    background: #ffd900;
    position: absolute;
    top: 0;
}

.experince-accor .panel-title {
    font-size: 20px;
    position: relative;
}

.experince-accor p {
    margin-bottom: 0px;
}

.experince-accor .panel-group .panel {
    margin-top: 20px;
    border-radius: 0px;
    box-shadow: 2px 0px 7px 3px rgba(214, 214, 214, 0.41);
}

.experince-accor .panel-heading {}


/* Skill & Experience  area CSS end
=============================================================== */


/* Counter  area CSS Start
=============================================================== */

.single-counter {
    width: 100%;
    box-shadow: 2px 5px 15px 7px rgba(214, 214, 214, 0.41);
    padding: 30px 0px;
}

.single-counter:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.single-counter h1 {
    text-transform: capitalize;
    font-weight: 400;
}

.single-counter h5 {
    text-transform: capitalize;
}


/* Counter  area CSS end
=============================================================== */


/* Portfolio  area CSS Start
=============================================================== */

.portfolio-area {
    padding-bottom: 80px;
}

.portfolio-area .main-title {
    margin-bottom: -10px;
}

.portfolio-cont {
    margin-left: -10px;
    margin-right: -10px
}

.portfolio-cont .single-portfolio img {
    width: 100%;
}

.portfolio-cont .single-portfolio {
    margin: 10px 10px 10px 10px;
    position: relative;
    display: inline-block;
    box-shadow: 2px 5px 20px 5px rgba(214, 214, 214, 0.41);
}

#timeline[data-columns]::before {
    content: '4 .column.size-1of4';
}

.column {
    float: left;
}

.size-1of4 {
    width: 25%;
}

.size-1of3 {
    width: 33.333%;
}

.size-1of2 {
    width: 50%;
}

.mask-port a {
    position: absolute;
    top: 40%;
    left: 50%;
    text-align: center;
    border-radius: 50%;
    height: 50px;
    min-width: 50px;
    width: 50px;
    padding: 0;
    overflow: hidden;
    display: block;
    z-index: 1010;
    background: #181818;
    line-height: 50px;
    margin-left: -25px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mask-port a .fa {
    line-height: 50px;
}

.mask-port h5 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1010;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mask-port:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 216, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.mask-port:hover:after {
    opacity: 1;
    filter: alpha(opacity=1);
}

.mask-port:hover a {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}

.mask-port:hover h5 {
    opacity: 1;
}


/* Portfolio  area CSS End
=============================================================== */


/* Testimonial  area CSS Start
=============================================================== */

.sing-testi-txt {
    position: relative;
}

.testi-pic {
    display: inline-block;
    float: left;
}

.testi-pic img {
    width: 120px
}

.sing-testi-txt p {
    font-style: italic;
    padding-left: 20px;
}

.sing-testi-txt:after {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0px;
}

.testi-name {
    display: inline-block;
    position: relative;
    margin-left: 25px;
    padding-top: 35px;
}

.testi-name h4 {
    font-weight: bold;
    letter-spacing: 1px;
    font-style: italic;
}

.testi-name h6 {
    padding-top: 5px;
    padding-bottom: 10px;
}

.testi-name:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 7px solid #ffd900;
    width: 160px;
    z-index: 1000;
    bottom: -10px;
    left: 0;
}

.testimonial-content .owl-theme .owl-controls .owl-page.active span {
    background: #ffd900;
}


/* Testimonial  area CSS End
=============================================================== */


/* Blog  area CSS Star
=============================================================== */

.single-blog {
    box-shadow: 2px 5px 20px 5px rgba(214, 214, 214, 0.41);
}

.single-blog-content {
    padding: 20px;
    padding-bottom: 30px;
}

.single-blog-content h4 {
    padding: 5px 0px;
}

.single-blog-content h6 {
    font-style: italic;
    color: #ffd900;
    font-size: 12px;
}

.single-blog .read-more {
    padding: 5px 8px;
    display: inline-block;
    margin-top: 20px;
    border: 2px solid #ffd900;
}

.single-blog .read-more:hover {
    background: #181818;
    color: #ffd900;
}

.single-blog .blog-coment {
    float: right;
    color: #ffd900;
    padding: 10px;
    display: inline-block;
    margin-top: 20px;
}

.single-blog .blog-coment:hover {
    color: #181818;
}

.single-blog .blog-coment .fa {
    padding-right: 10px;
}


/* Blog  area CSS End
=============================================================== */


/* Contact  area CSS Start
=============================================================== */

.contact-box input,
.contact-box textarea {
    width: 100%;
    background-color: #fff;
    border: 0px;
    padding: 15px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.contact-box textarea {
    min-height: 220px;
}

.contact-box textarea:focus {
    width: 100%;
}

.contact-box .col-sm-12 {
    width: 100% !important;
}

.contact-area .cmn-btn .fa {
    margin-right: 0px;
}

.contact-area input::-webkit-input-placeholder {
    color: #333;
}

.contact-area input::-moz-placeholder {
    color: #333;
}

.contact-area input:-ms-input-placeholder {
    color: #333;
}

.contact-area input:-moz-placeholder {
    color: #333;
}

.contact-area textarea::-webkit-input-placeholder {
    color: #333;
}

.contact-area textarea::-moz-placeholder {
    color: #333;
}

.contact-area textarea:-ms-input-placeholder {
    color: #333;
}

.contact-area textarea:-moz-placeholder {
    color: #333;
}


/* Contact  area CSS End
=============================================================== */


/*Footer   area css Start
 =========================================*/

.footer-area {
    border-top: 60px solid;
    border-bottom: 10px solid;
    border-color: #ffd900;
    position: relative;
}

.footer-area .footer-social {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-area .footer-social a {
    display: block;
    border: 1px solid #181818;
    font-size: 18px;
    color: #181818;
    ;
}

.footer-area .footer-social a:hover {
    background: #ffd900;
    border: 1px solid #ffd900;
}

.footer-area .footer-social .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.footer-area .scroll-top {
    position: absolute;
    top: -45px;
    background: #fff;
    text-align: center;
    margin: 0px auto;
    display: block;
    width: 40px;
    height: 45px;
    left: 50%;
    margin-left: -20px;
    color: #ffd900;
    ;
}

.footer-area .scroll-top .fa {
    width: 40px;
    height: 45px;
    line-height: 45px;
    position: relative;
    font-size: 24px;
}


/*Footer   area css end
 =========================================*/


/*Responsive Css Start
=========================================*/

@media all and (max-width:1199px) {}

@media all and (max-width: 991px) and (min-width: 768px) {
    .slider-content h1 {
        font-size: 45px;
        line-height: 55px;
    }
    #timeline[data-columns]::before {
        content: '3 .column.size-1of3';
    }
    .header-area .navbar-default .navbar-nav>li>a {
        padding: 15px 0px;
        margin: 0px 13px;
        font-size: 14px;
    }
    .about-details {
        padding-left: 0px;
        padding-top: 50px;
    }
    .experince-sec {
        padding-left: 0px;
        padding-top: 60px;
    }
    .single-blog .blog-coment {
        float: inherit;
        padding: 10px;
        display: inline-block;
        margin-top: 10px;
        padding-left: 0px;
    }
    .single-counter {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media all and (max-width: 767px) {
    h1 {
        font-size: 38px;
        line-height: 50px;
    }
    h2 {
        font-size: 28px;
        font-weight: 500;
    }
    h3 {
        font-size: 18px;
        font-weight: 500;
    }
    h4 {
        font-size: 16px;
        line-height: 28px;
    }
    h5 {
        font-size: 14px;
        line-height: 26px;
    }
    h6 {
        font-size: 12px;
        line-height: 22px;
    }
    p {
        font-size: 12px;
        line-height: 22px;
    }
    a {
        font-size: 12px;
    }
    .cmn-btn {
        padding: 10px 15px;
        font-size: 16px;
    }
    .main-title h2:before {
        bottom: 0px;
    }
    .slider-content h1 {
        font-size: 40px;
        line-height: 50px;
    }
    #timeline[data-columns]::before {
        content: '2 .column.size-1of2';
    }
    .slider-area {
        height: inherit;
        min-height: 450px;
    }
    .parralax-banner {
        background-position: top center !important;
    }
    .about-details {
        padding-left: 0px;
        padding-top: 50px;
    }
    .header-area .navbar-default .navbar-toggle {
        border: 0px;
        background: transparent;
        margin: 10px 15px;
    }
    .header-area .navbar-default .navbar-toggle:hover {
        background: transparent !important;
    }
    .header-area .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffd900;
    }
    .header-area .navbar-default .navbar-collapse {
        border-color: #ffd900;
    }
    .header-area .navbar-default .navbar-nav>li>a:hover:before {
        top: 0;
        left: 0;
        border-left: 3px solid #ffd900;
        border-bottom: 0px;
        bottom: 0;
        padding-right: 10px;
    }
    .header-area .navbar-default .navbar-nav>li.current>a:before {
        top: 0;
        left: 0;
        border-left: 3px solid #ffd900;
        border-bottom: 0px;
        bottom: 0;
        padding-right: 10px;
    }
    .header-area .navbar-default .navbar-nav>li>a {
        padding: 10px;
    }
    .single-progressbar h4 {
        padding-bottom: 20px;
    }
    .experince-sec {
        padding-left: 0px;
        padding-top: 60px;
    }
    .experince-accor .panel-title {
        font-size: 18px;
    }
    .single-counter {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .single-testimonial {
        text-align: center;
    }
    .testi-pic {
        float: inherit;
        display: block;
    }
    .testi-name {
        display: inline-block;
        position: relative;
        padding-left: 20px;
        margin-top: 20px;
        margin-left: 0px;
    }
    .testi-name:after {
        border-left: 7px solid #ffd900;
    }
    .single-blog {
        margin-bottom: 30px;
    }
}

@media all and (max-width: 480px) {
    #timeline[data-columns]::before {
        content: '1 .column';
    }
    .service-area .col-xs-6 {
        width: 100%;
    }
    .counter-area .col-xs-6 {
        width: 100%;
    }
}


/*Responsive Css End
=========================================*/