@font-face {font-family: "factoria";
  src: url("../fonts/factoria-bold.eot"); /* IE9*/
  src: url("../fonts/factoria-bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/factoria-bold.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/factoria-bold.woff") format("woff"), /* chrome、firefox */
  url("../fonts/factoria-bold.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/factoria-bold.svg#Factoria W00 Bold") format("svg"); /* iOS 4.1- */
  font-weight: 700;
  font-style: normal;
}
@font-face {font-family: "factoria";
  src: url("../fonts/factoria-book.eot"); /* IE9*/
  src: url("../fonts/factoria-book.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/factoria-book.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/factoria-book.woff") format("woff"), /* chrome、firefox */
  url("../fonts/factoria-book.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/factoria-book.svg#Factoria W00 Bold") format("svg"); /* iOS 4.1- */
  font-weight: 400;
  font-style: normal;
}
body, h1, h2, h3, h4, h5, h6, p, input, ul, li, a, section, form, table, td, tr, 
tbody, select, label, figure, form, fieldset, input, select, header, footer{
    margin: 0px;
    padding: 0px;
}
h1, h2, h3, h4, h5, h6{
    font-family: "factoria";
}
a:hover, a:focus, a{
    text-decoration: none;
}
a{
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover, a:focus{
    color: #14c412;
}
li{
    list-style: none;
}
.wholepage{
    position: relative;
    overflow: hidden;
    width: 100%;
    font-family: 'Josefin Sans', sans-serif;
    color: #444;
    font-size: 22px;
    padding-top: 80px;
    min-height: 100%;
    box-sizing: border-box;
    line-height: 1.58;
}
/* selfbtn-group */
.selfbtn-group{
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 20px;
}
.selfbtn-group .selfbtn{
    margin-left: 5px;
    margin-right: 5px;
}
.selfbtn{
    font-size: 16px;
    font-family: "factoria";
    line-height: 50px;
    font-weight: 700;
    padding: 0 30px;
    color: #ffffff;
    display: inline-block;
    box-shadow: inset 0 0 0 50px #14c412;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: 0px;
    cursor: pointer;
}
.selfbtn:hover, .selfbtn:focus{
    color: #ffffff;
    box-shadow: inset 0 0 0 50px #2c405b;
}
.greenbtn-bg{
    box-shadow: inset 0 0 0 50px #2c405b;
}
.greenbtn-bg:hover, .greenbtn-bg:focus{
    box-shadow: inset 0 0 0 50px #14c412;
}
.section-screen{
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    
}
.section-screen-inner{
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
    padding: 70px 50px;
    border-radius: 40px;
    background: #f4f0ea;
}
/* homeheader */
#header{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
    background: #ffffff;
    z-index: 99999;
    box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.1);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#header.stickyheader{
    padding: 8px 0;
}
.navbar-bg{
    background: transparent;
    border-radius: 0px;
    border: 0px;
    min-height: unset;
}
.navbar-bg .navbar-nav>li>a{
    font-family: "factoria";
    font-size: 17px;
    font-weight: 700;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 50px;
    color: #000000;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.navbar-bg .navbar-nav>li>a:hover, .navbar-bg .navbar-nav>li>a:focus{
    color: #14c412;
}
.navbar-bg .navbar-brand{
    font-size: 35px;
    font-weight: 700;
    line-height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #000;
    font-family: "factoria";
    height: unset;
}

#header.stickyheader .navbar-bg .navbar-nav>li>a, #header.stickyheader .navbar-bg .navbar-brand{
    line-height: 35px;
}
.navbar-bg .navbar-brand:hover, .navbar-bg .navbar-brand:focus{
    color: #000;
}
/* about */
#about{
    /*min-height: calc(100vh - 80px); */
    padding: 50px 0;
    position: relative;
}
#about::before{
    content: "";
    right: 0px;
    top: 0px;
    height: 100%;
    width: 50%;
    background: #ffffff;
    position: absolute;
}
.about-bg{
    position: absolute;
    left: 0px;
    width: 50%;
    bottom: 0px;
    top: 30px;
    background: transparent url('../images/saurabh.png') no-repeat scroll calc(100% - 50px) 100% / contain;
}
.about-content{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.section-title{
    font-size: 60px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0px;
    margin-bottom: 30px;
}
.about-table{
    margin-top: 20px;
    max-width: 500px;
}
.about-table > tbody > tr > td:first-child{
    color: #000;
    font-weight: 700;
    padding: 3px 10px 3px 0;
}
.social-list > a{
    color: #000000;
}
.social-list > a+a{
    margin-left: 10px;
}
/* skills */
.skill-row{
    padding-top: 20px;
}
.skill-div{
    position: relative;
    text-align: left;
    margin: 40px auto 0;
    font-size: 20px;
    padding-left: 80px;
}
.skill-figure{
    font-size: 50px;
    line-height: 1;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
    color: #2c405b;
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 0px;
}
.skill-div h4{
    font-size: 30px;
    font-weight: 700;
    color: #2c405b;
    margin-bottom: 10px;
    position: relative;
}
.each-work{
    display: block;
    padding-top: 20px; 
}
.each-work figure{
    width: 100%;
    position: relative;
    padding-bottom: 75%;
}
.works-row
{
    padding-top: 20px;
    padding-bottom: 20px;
}
.each-work figure img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.each-work h4{
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
}
.each-work h5{
    font-size: 15px;
    font-weight: 400;
    margin-top: 5px;
    color: #555;
}
.feedbacks-list{
    padding-top: 50px;
    min-height: 180px;
}
.feedbacks-list li+li{
    margin-top: 50px;
    position: relative;
}
.each-feedback{
    max-width: 800px;
    margin: 0 auto;
    padding-left: 180px;
    position: relative;
}
.each-feedback figure{
    width: 150px;
    position: relative;
    position: absolute;
    left: 0px;
    top: 0px;
}
.each-feedback figure h5{
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    font-style: normal;
}
.feedbackcontent{
    font-size: 16px;
    font-style: italic;
    background: #fff;
    border-radius: 8px;
    color: #2c405b;
    padding: 15px 20px;
    min-height: 75px;
    position: relative;
}
.feedbackcontent::before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 30px 12.5px 0;
    border-color: transparent #ffffff transparent transparent;
    content: "";
    display: block;
    position: absolute;
    left: -30px;
    top: 15px;
}
.each-feedback figure img{
    width: 60px;
    height: 60px;
    object-position: center;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
/* feedbacks */
#feedbacks{
    background: #2c405b;
    color: #ffffff;
}
#feedbacks .section-title{
    color: #ffffff;
}
/* contact */
#contact{
    position: relative;
}
#contact::before{
    content: "\f1d9";
    width: 100%;
    font-family: FontAwesome;
    bottom: 0px;
    font-size: 600px;
    left: 50px;
    position: absolute;
    display: block;
    line-height: 0.9;
    color: rgba(0, 0, 0, 0.1);
}
.contact-form-wrap{
    max-width: 500px;
    margin: 0 auto;
    padding-top: 50px;
}
.each-field{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.textfield{
    width: 100%;
    display: block;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
    resize: unset;
    border-color: #2c405b;
    border-width: 1px;
    border-style: solid;
    background: transparent;
    height: 40px;
    outline: none;
    color: #2c405b;
}
textarea.textfield{
    height: 100px;
}
/* footer */
#footer{
    background: #2c405b;
    color: #ffffff;
    text-align: center;
    padding: 50px 0;
}
#footer a:hover, #footer a:focus{
    color: #14c412;
}
#footer a{
    color: #ffffff;
}
.social-links li{
    display: inline-block;
    margin: 0 5px;
    font-size: 22px;
}
#footer .copyright{
    font-size: 14px;
    margin-top: 15px;
}
.animation-btn a::before{
    -webkit-animation-name: btnanimation;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-name: btnanimation;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.navbar-bg .navbar-nav>li.animation-btn>a, .navbar-bg .navbar-nav>li.animation-btn>a:hover, .navbar-bg .navbar-nav>li.animation-btn>a:focus{
    background: #14c412;
    color: #ffffff;
    position: relative;
    -webkit-animation-name: btnanimation;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-name: btnanimation;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    box-shadow: 0 0 0 0 rgba(20,196,18,0);
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes btnanimation {
    0% {box-shadow: 0 0 0 0 rgba(20,196,18,0.8);}
    50% {box-shadow: 0 0 0 8px rgba(20,196,18,0);}
    100% {box-shadow: 0 0 0 0 rgba(20,196,18,0.8);}
}

/* Standard syntax */
@keyframes btnanimation {
    0% {box-shadow: 0 0 0 0 rgba(20,196,18,0.8);}
    50% {box-shadow: 0 0 0 8px rgba(20,196,18,0);}
    100% {box-shadow: 0 0 0 0 rgba(20,196,18,0.8);}
}
/* min-width 1400 */
@media(min-width: 1400px){
    .container{
        width: 1300px;
    }
}
@media(min-width: 1600px){
    .homeheader .saurabh-logo{
        width: 50%;
    }
}
@media(min-width: 1200px){
    .navbar-bg .navbar-brand{
        padding-left: 0px !important;
    }
}
@media(max-width: 991px){
    .wholepage, .skill-div{
        font-size: 18px;
    }
    .about-bg{
        display: none;
    }
    .about-content-justify{
        text-align: center;
    }
    .about-table{
        max-width: 280px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
    .skill-div h4{
        font-size: 24px;
    }
}
@media(max-width: 767px){
    .each-work{
        max-width: 350px;
        margin-right: auto;
        margin-left: auto;
    }
    .wholepage, .skill-div{
        font-size: 16px;
    }
    .stickyheader .navbar-bg .navbar-toggle{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .navbar-bg .navbar-toggle{
        background: #000 !important;
    }
    .selfbtn-group .selfbtn{
        margin-top: 10px;
    }
    .section-title{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .each-feedback{
        padding-left: 0px;
    }
    .feedbackcontent::before{
        display: none;
    }
    .each-feedback figure{
        left: -webkit-calc(50% - 75px);
        left: calc(50% - 75px);
        z-index: 99;
        top: -35px;
        color: #2c405b;
    }
    .feedbackcontent{
        padding-top: 70px;
        text-align: center;
    }
    .navbar-bg .navbar-nav>li.animation-btn>a{
        display: inline-block !important;
        margin-left: 15px;
    }
    #header{
        position: absolute !important;
    }
}