/*
* Template Name: Nilu - Personal Portfolio Template
* Author:  ssArnab
* Author URL: https://themeforest.net/user/ssarnab
* Version: 1.0
*/
/* ==========================================

[Table of contents]

0.0 COMMON CSS START 
1.0 HEADER AREA START 
2.0 BANNER AREA START
3.0 ABOUT AREA START
4.0 SERVICE AREA START
5.0 PROTFOLIO AREA START
6.0 CONTACT AREA START
7.0 FOOTER AREA START 
8.0 COPY_RIGHT AREA START
 
/*0.0 COMMON CSS START */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}
body {
    width: 100vw;
    height: 100vh;
    position: relative;

    font-family: or;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    line-height: 1.6;
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    background-color: #111;

}
ul,
ol {
    list-style-type: none;
}
a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}
img {
    overflow: hidden;
    border: 0;
    vertical-align: middle;
}
.zindex {
    position: relative;
    z-index: 999;
}
.clr {
    clear: both;
}
.vbox-overlay {
    z-index: 999999;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin: 0;
    padding: 0;
}
p {
    line-height: 27px;
}
@font-face {
    src: url(../fonts/OpenSans-ExtraBold.ttf);
    font-family: oeb;
}
@font-face {
    src: url(../fonts/OpenSans-Bold.ttf);
    font-family: ob;
}
@font-face {
    src: url(../fonts/OpenSans-Regular.ttf);
    font-family: or;
}
@font-face {
    src: url(../fonts/OpenSans-Light.ttf);
    font-family: ol;
}
/* Back to top */
.backtotop {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 9999;
    display: none;
}
.backtotop i {
    color: #fbaa33;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0 0 7px rgba(46, 59, 125, 0.23);
    box-shadow: 0 0 7px rgba(46, 59, 125, 0.23);
    border-radius: 50%;
    background: #f4f6fa;
}
.backtotop:hover {
    cursor: pointer;
}
/*preloader part css*/
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #111;
    z-index: 9999999;
}

.preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translateX(-50%, -50%);
    -ms-transform: translateX(-50%, -50%);
}
/*1.0 HEADER AREA START */
.navbar {
    position: fixed;
    width: 100%;
    z-index: 9999;
    -weebkit-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    padding-top: 15px;
    background: transparent !important;
}
.menu-item {
    padding-right: 25px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-family: or;
    font-size: 17px;
    font-weight: 500;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    position: relative;
    padding-right: 17px;
}

.navbar-light .navbar-nav .nav-link::after {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /* border-radius: 50%;*/
    width: 35px;
    height: 2px;
    background: #fbaa33;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    opacity: 0;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fbaa33;
}

.navbar-light .navbar-nav .nav-link:hover:after {
    opacity: 1;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #fbaa33;
}

.navbar-light .navbar-nav .nav-link.active::after {
    opacity: 1;
}

.navbar-light .navbar-brand {
    color: #ffffff;
    font-family: oeb;
    font-size: 28px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
.navbar-light .navbar-brand span {
    color: rgb(251, 170, 51);
}
.navbar-light .navbar-brand:focus {
    color: #fbaa33;
}
.navbar-light .navbar-brand:hover {
    color: #fff;
}
.nav-bg {
    background: #f4f6fa !important;
    -webkit-box-shadow: 0 0 7px rgba(46, 59, 125, 0.23);
    box-shadow: 0 0 7px rgba(46, 59, 125, 0.23);
    padding: 19px 0;
}
.nav-bg .navbar-brand {
    color: #222222;
    font-size: 28px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
.nav-bg .navbar-brand b span {
    color: #fbaa33;
}
.nav-bg .navbar-brand:hover {
    color: #222;
}

.nav-bg .navbar-nav .nav-link {
    color: #222222;
}
/*2.0 BANNER AREA START */
#banner {
    padding-top: 125px;
    background: #111;
    position: relative;
    z-index: 9;
}
.banner-img img{
    height: 700px;
    width: 550px;
    background-position: top;
    z-index: 111;
    border-radius: 15px;
    display: block;
    box-shadow: 0 0 7px rgba(0, 0, 0, .9);
}
.banner-img-mob img {
    border-radius: 50%;
    width: 270px;
    height: 270px;
    border: 4px solid #252525;
    margin: 0 auto 25px;
    display: block;
    
}
.banner-text {
    padding-left: 20px;
    padding-top: 180px;
    text-align: left;
}
.banner-text h6 {
    font-size: 22px;
    color: #eee;
    font-family: or;
    font-weight: 400;
    padding-bottom: 15px;
    text-transform: capitalize;
}
.banner-text h1 {
    font-size: 40px;
    line-height: 45px;
    font-family: ob;
    color: #fbaa33;
    font-weight: 700;
    text-transform: capitalize;
    box-sizing: border-box;
}
.banner-text p {
    color: white;
    position: relative;
    display: inline-block;
    margin: 10px 0 23px;
    font-size: 16px;
    line-height: 32px;
    font-family: or;
    text-transform: capitalize;
}
.butn {
    border-radius: 30px;
    font-size: 14px;
    padding: 10px 35px;
    background-color: #222;
    border: 1px solid #fbaa33;
    color: #eee;
    font-family: ob;
    text-decoration: none;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .13;
}
.butn:hover {

    background: #111;
    color: #fbaa33;
    border: 1px solid #eee;

}
.banner-text a {
    text-decoration: none;

}
.social-banner {
    padding-left: 20px;
    margin-top: 30px;
}
.social-banner a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #EEE;
    border-radius: 50%;
    background: #222;
    -webkit-box-shadow: 0 0 7px rgba(46, 59, 125, 0.23);
    box-shadow: 0 0 7px rgba(46, 59, 125, 0.23);
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-right: 10px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .13;
}
.social-banner a i:hover {
    color: #fbaa33;
}
/*3.0 ABOUT AREA START */
#about {
    padding: 80px 0;
    background: #111;
}
.about-main {
    padding: 80px 0px;

}
.about-main h4 {
    font-family: or;
    font-size: 22px;
    color: white;
    padding-bottom: 15px;
    text-transform: capitalize;
}
.about-main h3 {
    font-family: or;
    font-size: 40px;
    color: #eee;
    text-transform: capitalize;
}
.about-main p {
    font-family: or;
    margin: 10px 0 23px;
    font-size: 16px;
    line-height: 32px;
    color: #eee;
    text-transform: capitalize;
}
.about-head {
    padding-top: 25px;
}
.about-head h3 {
    font-family: oeb;
    font-size: 45px;
    color: white;
    display: inline-block;
    text-transform: uppercase;
}
.about-head h3 span {
    color: #fbaa33;
}
.about-main .item {
    float: left;
}
.about-main .item p {
    font-size: 16px;
    line-height: 32px;
    color: #eee;
    font-family: or;
    text-transform: capitalize;
}
.about-main .item p span {
    font-family: or;
    line-height: 32px;
    color: #9F9F9F;
    font-size: 16px;
    text-transform: lowercase;
}
.about-second {
    padding-top: 80px;
}
.about-second .box {
    padding: 20px 30px 25px 40px;
    border-radius: 5px;
    border: 1px solid #252525;
}
.about-second .box h3 {
    display: inline-block;
    font-family: ob;
    margin: 0;
    font-size: 50px;
    font-weight: 700;
    color: #ffb400;
    position: relative;
}
.about-second .box p {
    font-family: or;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    line-height: 1.6;
    padding-left: 45px;
    padding-right: 45px;
    text-transform: uppercase!important;

}
.about-second .box h3::after {
    content: '+';
    position: absolute;
    right: -24px;
    font-size: 33px;
    font-weight: 300;
    top: 2px;
}
.barfiller {
    width: 100%;
    height: 10px;
    background: #333;
    position: relative;
    margin-bottom: 45px;
}
.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    background: #ffb400!important;
    z-index: 1;
}
.barfiller .tip {
    margin-top: -30px;
    padding: 4px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    left: 0px;
    position: absolute;
    z-index: 2;
    background: #fbaa33;
    border-radius: 4px;
}
.barfiller .tip:after {
    border: solid;
    border-color: #fbaa33 transparent;
    border-width: 6px 6px 0 6px;
    content: "";
    display: block;
    position: absolute;
    left: 17px;
    top: 100%;
    z-index: 9
}
.barfiller .tipWrap {
    display: none;
}
.skill-text h3 {
    font-size: 35px;
    font-family: ob;
    padding-bottom: 45px;
    text-transform: capitalize;
    color: white;
}
.about-third p {
    font-family: or;
    font-size: 16px;
    padding-bottom: 10px;
    text-transform: capitalize;
    color: #eee;
}
.edu-text .item {
    position: relative;
}

.about-fourth .item .text {
    margin: 50px 50px;
    padding-top: 30px;
}
.edu-text h3 {
    font-size: 26px;
    font-family: ob;
    text-transform: uppercase;
    color: white;
    text-align: left;
    padding-top: 35px;
}
.about-fourth .edu-design .item .icon {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 20px;
    right: 0;
    line-height: 40px;
    text-align: center;
    z-index: 1;
    border-radius: 50%;
    color: #fbaa33;
    background-color: #333;

}
.about-fourth .item .text h5 {
    font-size: 20px;
    color: white;
    font-family: ob;
    padding-bottom: 15px;

}
.about-fourth .item .text h6 {
    font-size: 14px;
    color: rgb(159, 159, 159);
    font-family: or;
    padding-bottom: 10px;
}
.about-fourth .item .text p {
    font-size: 14px;
    color: rgb(159, 159, 159);
    font-family: or;
    line-height: 32px;
}
.about-fourth .edu-design .item .icon::after {
    content: " ";
    position: absolute;
    height: 177px;
    width: 1px;
    top: 28px;
    left: 18px;
    background: #eee;
    bottom: 0;
    border-left: 1px solid #333;
}
.about-fourth .edu-design {
    background: rgb(22, 22, 22);
    padding-bottom: 28px;
}
/*4.0 SERVICE AREA START*/
#service {
    padding-top: 105px;
    background: #111;
}
.service h3 {
    padding-bottom: 80px;
    font-size: 45px;
    font-family: oeb;
    color: white;
    text-transform: uppercase;
    display: inline-block;
}
.service h3 span {
    color: #fbaa33;
}
.service h4 {
    font-family: or;
    font-size: 20px;
    text-transform: capitalize;
    color: white;
    margin-bottom: 14px;
}

.service p {
    color: rgb(159, 159, 159);
    line-height: 27px;
    font-size: 14px;
    font-family: or;
}
.service-item .si {
    background: rgb(22, 22, 22);
    margin-bottom: 30px!important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
    padding: 38px 42px;
    box-sizing: border-box;
    border-top: 2px solid transparent;
    transition: all linear .3s;
}
.service-item .si:hover {
    border-top-color: #fbaa33;
    position: relative;
}
.service-item i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 50px;
    color: #fbaa33;
    margin-bottom: 22px;
}
/*5.0 PROTFOLIO AREA START*/
.portfolio {
    background: #111;
    padding-top: 105px;
    padding-bottom: 50px;
}

.portfolio h3 {
    font-family: oeb;
    font-size: 45px;
    color: white;
    display: inline-block;
    text-transform: uppercase;
    padding-bottom: 50px;
}

.portfolio h3 span {
    color: #fbaa33;
}
.portfolio-css {
    text-align: center;
}

.btn.btn-success {
    font-size: 14px;
    color: white;
    background: #111;
    margin-bottom: 30px;
    font-family: or;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    text-transform: capitalize;
    position: relative;
    margin-right: 10px;
    border: 1px solid #fbaa33;
    border-radius: 25px;
}
.btn.btn-success.focus,
.btn.btn-success:focus {
    color: #fff;
    background-color: #fbaa33;
    border-color: #fbaa33;
    outline: none;
    box-shadow: none;
}
.btn.btn-success:hover {
    color: #fff;
    background-color: #fbaa33;
    border-color: #fbaa33;
    outline: none;
    box-shadow: none;
}
.btn.btn-success.active,
.btn.btn-success:active {
    color: #fff;
    background-color: #fbaa33;
    border-color: #fbaa33;
    outline: none;
}
.btn.btn-success.active.focus,
.btn.btn-success.active:focus,
.btn.btn-success.active:hover,
.btn.btn-success:active.focus,
.btn.btn-success:active:focus,
.btn.btn-success:active:hover {
    color: #fff;
    background-color: #fbaa33;
    border-color: #fbaa33;
    outline: none;
    box-shadow: none;
}
.portfolio .portfolio-css .special {
    margin-right: 0px;
}
.port-image {
    width: 100%;
}
.gallery_product {
    margin-bottom: 30px;
}
.gallery_product {
    box-sizing: border-box;
}
.gallery_product img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.gallery_product a {
    position: relative;
    display: block;
}
.gallery_product .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(7, 6, 6, 0.9);
    left: 0px;
    top: 0px;
    text-align: center;
    opacity: 0;
    transition: all linear 0.1s;
    -webkit-transition: all linear .1s;
    -o-transition: all linear .1s;
}
.gallery_product .overlay i {
    color: #fff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    line-height: 40px;
    margin-top: 50%;
    transform: translateY(-50%);
    transition: all linear 0.3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.gallery_product .overlay i:hover {
    background: transparent;
    color: #fbaa33;
}
.gallery_product:hover .overlay {
    opacity: 1;
}
/*6.0 CONTACT AREA START*/
#contact {
    padding: 105px 0;
    background: #111;
}
.contact h3 {
    padding-bottom: 80px;
    font-size: 45px;
    font-family: oeb;
    color: white;
    text-transform: uppercase;
    display: inline-block;
}
.contact h3 span {
    color: #fbaa33;
}
.contact h4 {
    font-size: 25px;
    font-family: or;
    color: white;
    text-transform: capitalize;
    display: inline-block;
    padding-bottom: 20px
}
.form-group {
    margin-top: 15px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 1.5;
    color: #777;
    font-family: or;
    text-transform: capitalize;
    background-color: #1d1d1d;
    background-clip: padding-box;
    border: none;
    border-radius: 25px;
}
.form-control:focus,
.form-control:active {
    border-color: #fbaa33;
    box-shadow: 0 0 0 2px #fbaa33;
    background-color: #1d1d1d;
}
.contact-details p {
    color: rgb(159, 159, 159);
    line-height: 27px;
    font-size: 16px;
    font-family: or
}
.contact-details {
    padding-top: 10px;
}

.contact-details .address p {
    color: rgb(159, 159, 159);
    font-size: 18px;
    font-family: or;
    text-transform: uppercase;
}
.contact-details .address {
    padding-top: 20px;

}
.contact-details .address p span {
    color: white;
    font-size: 16px;
    text-transform: lowercase;
}
.social {
    padding-left: 20px;
    margin-top: 30px;
}
.social a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #fbaa33;
    border-radius: 50%;
    background: #333;
    -webkit-box-shadow: 0 0 7px rgba(46, 59, 125, 0.23);
    box-shadow: 0 0 7px rgba(46, 59, 125, 0.23);
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-right: 10px;
}
.social a i {
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
.social a i:hover {
    background: #fbaa33;
    color: #222;
}
/*7.0 FOOTER AREA START */
#footer {
    padding: 80px 0;
    background: #222222;
}
.footer-design {
    font-size: 35px;
    color: #fbaa33;
    font-family: oeb;
}
.footer-design:hover {
    color: white;
}
.footer-design span {
    color: white;
}
.footer-social {
    padding: 25px 0 50px;
}
.footer-social i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #eee;
    border-radius: 50%;
    color: #eee;
    margin: 0 15px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    font-size: 16px;
}
.footer-social i:hover {
    background: #fbaa33;
    color: white;
    border: 1px solid #fbaa33;
}

.footer-menu a {
    font-size: 18px;
    color: #fff;
    font-family: ob;
    margin: 25px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    text-transform: capitalize;
}
.footer-menu a:hover {
    color: #fbaa33;
}
/*8.0 COPYRIGHT AREA START */

#copyright {
    background: #333;
    padding: 30px 0;
}

.copyright h2 {
    color: #fff;
    font-size: 16px;
    font-family: or;
}

.copyright a {
    color: #fbaa33;
    font-family: or;
    font-size: 16px;
}


