/* ===== COMMON CSS START ===== */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
 }
 a{
     text-decoration: none !important;
     display: inline-block;
 }
 ul,ol,li{
     list-style-type: none;
 }
 body{
     overflow-x: hidden;
 }
 html,body{
     scroll-behavior: unset !important;
 }
.line-break{
    display: block;
}
/* ===== COMMON CSS   END ===== */






/* ===========================
    HOME PART CSS START
=========================== */

#home-part{

}
.parallax-scrolling{
    background: url(../images/parallax-scrolling-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 330px 0px;
    position: relative;
    z-index: 1;
}
.parallax-scrolling::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.home-text-row{
    justify-content: center;
    margin-top: -150px !important;
}

.home-part-image{
    background: #FFF;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.home-part-image img{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    padding: 10px;
}
.home-page-text{
    text-align: center;
    margin-top: 50px;
    position: relative;
}
.home-page-text h3{
    font-family: 'League Spartan', sans-serif;
    font-size: 44px;
    font-weight: 600;
    color: #FFF;
}
.home-page-text p{
    font-family: 'League Spartan', sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #FFF;
    margin: 25px 0px;
}

.home-btn{
    
}
.home-btn ul{
    margin-left: -25px;
}
.home-btn ul li a button{
    font-family: 'League Spartan', sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #000;
    background: #cfba3e;
    padding: 10px 25px;
    border: none;
    transition: all linear 0.3s;
}
.home-btn ul li a button:hover{
    background: #ffd900;
}


.home-animate-icon{
    position: absolute;
    bottom: -110%;
    left: 50%;
    animation-name: home-btn;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.home-animate-icon ul{
    margin-left: -25px;
}
.home-animate-icon ul li i {
    color: #FFF;
    font-size: 18px;
}
@keyframes home-btn {
        
    0%{
        bottom: -110%;
        color: #FFF;
    }
    50%{
        bottom: -120%;
        color: #FFF;
    }
    100%{
        bottom: -110%;
        color: #FFF;
    }
}


/* ===========================
    HOME PART CSS END
=========================== */








/* ===========================
    NAVBAR PART CSS START
=========================== */

#navbar-part{
    border-bottom: 1px solid #c5c5c5;
}
.nav-scroll{
    background: #FFF;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999 !important;
    animation-name: nav-scroll;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
}
/* @keyframes nav-scroll {
        
    0%{
        margin-top: -1000px;
    }

    100%{
        margin-top: 0px;
    }
} */
.navbar-brand{
    font-family: 'League Spartan', sans-serif;
    font-size: 36px !important;
    font-weight: 600;
    color: #333333;
}


.navbar-expand-lg .navbar-nav .nav-link{
    font-family: 'League Spartan', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4e4e4e;
    margin: 0px 5px;
    transition: all linear 0.4s;
    position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #000000;
}

.navbar-expand-lg .navbar-nav .nav-link::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2px;
    width: 0%;
    background: #ffd900;
    transition: all linear 0.3s;
}

.navbar-expand-lg .navbar-nav .nav-link:hover:after{
    width: 100%;
    left: 0;
}

.nav-right-icons{
    margin-top: 20px;
}
.nav-right-icons ul{
    margin-left: -25px;
}
.nav-right-icons a{
    font-family: 'League Spartan', sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #333333;
    margin-right: 10px;
    transition: all linear 0.3s;
}
@keyframes shake {
    10%, 90% {
      transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
      transform: translate3d(2px, 0, 0);
    }
    
    30%, 50%, 70% {
      transform: translate3d(-2px, 0, 0);
    }
    40%, 60% {
      transform: translate3d(2px, 0, 0);
    }
}
.nav-right-icons a:hover .facebook{
    color: #3484a3;
    transition: all linear 0.3s;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}
.nav-right-icons a:hover .twitter{
    color: #00acee;
    transition: all linear 0.3s;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}
.nav-right-icons a:hover .insta{
    color: #dd34cf;
    transition: all linear 0.3s;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}



/* ===========================
    NAVBAR PART CSS END
=========================== */








/* ===========================
    ABOUT PART CSS START
=========================== */

#about-part{
    padding: 100px 0px;
}

.about-title-row{
    justify-content: center;
}
.about-title{
    padding-bottom: 30px;
}
.about-title h4{
    margin: 0 auto;
    width: 100px;
    font-family: 'League Spartan', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    background: #ffd900;
}
.about-title p{
    font-family: 'League Spartan', sans-serif;
    font-size: 46px;
    font-weight: 400;
    color: #000;
    margin-top: 15px;
}

.about-left{
    margin-bottom: 100px;
}

.about-left h4{
    font-family: 'League Spartan', sans-serif;
    font-size: 34px;
    font-weight: 400;
    color: #000;
    padding-bottom: 25px;
}
.about-left h4 span{
    border-bottom: 2px solid #ffd900;
    font-family: 'League Spartan', sans-serif;
    font-size: 34px;
    font-weight: 400;
    color: #000;
}
.about-left p{
    font-family: 'League Spartan', sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #000;
}


.about-right{
    text-align: center;
}

.experiance-bg{
    margin: 0 auto;
    text-align: center;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: #ffd900;
    position: relative;
}
.about-right h4 {
    font-family: 'League Spartan', sans-serif;
    font-size: 124px;
    font-weight: 400;
    color: #000;
    position: absolute;
    top: -20px;
    left: -15px;
}

.about-right h6{
    margin-top: 30px;
    font-family: 'League Spartan', sans-serif;
    font-size: 36px;
    font-weight: 300;
    color: #000;
}
.about-right h6 span{
    font-family: 'League Spartan', sans-serif;
    font-size: 36px;
    font-weight: 500;
    color: #000;
}

.about-info-row{
    
}

.about-bottom-info{

}

/* names */
.about-name{
    
}
.about-name h4{
    font-family: 'League Spartan', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000;
}
.about-name p{
    font-family: 'League Spartan', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #000;
}
/* emails */
.about-email{

}
.about-email h4{
    font-family: 'League Spartan', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000;
}
.about-email p{
    font-family: 'League Spartan', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #000;
}
/* date of birth  */
.about-date-birth{

}
.about-date-birth h4{
    font-family: 'League Spartan', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000;
}
.about-date-birth p{
    font-family: 'League Spartan', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #000;
}
/* location */
.about-from{

}
.about-from h4{
    font-family: 'League Spartan', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000;
}
.about-from p{
    font-family: 'League Spartan', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #000;
}


/* ===========================
    ABOUT PART CSS END
=========================== */








/* ===========================
    SERVICE PART CSS START
=========================== */

#services-part{
    padding-top: 150px;
    padding-bottom: 100px;
    background: #f4f4f4;
}

.service-title-row{
    justify-content: center;
}
.service-title{
    padding-bottom: 30px;
}
.service-title h4{
    margin: 0 auto;
    width: 100px;
    font-family: 'League Spartan', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    background: #ffd900;
}
.service-title p{
    font-family: 'League Spartan', sans-serif;
    font-size: 46px;
    font-weight: 400;
    color: #000;
    margin-top: 15px;
}



.service-row{
    margin-top: 50px;
    margin-bottom: 50px;
}


.service-item{
    padding: 20px;
    background: #FFFFFF;
    border-radius: 20px;
    transition: all linear 0.4s;
}

.service-img{
    text-align: center;
    padding: 40px 0px;
}
.service-img img{
    height: 100px;
    width: 100px;
}

.service-text{
    text-align: center;
}
.service-text h4{
    font-family: 'League Spartan', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #151515;
    padding-bottom: 20px;
}
.service-text p{
    font-family: 'League Spartan', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #737373;
}
.service-item:hover{
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
    transition: all linear 0.4s;
}

/* ===========================
    SERVICE PART CSS END
=========================== */







/* ===========================
    PORTFOLIO PART CSS START
=========================== */

#portfolio-part{
    padding: 100px 0px;
}

.port-title-row{
    justify-content: center;
    margin-bottom: 20px;
}
.port-title{
    padding-bottom: 30px;
}

.port-title h4{
    text-align: center;
    margin: 0 auto;
    width: 100px;
    font-family: 'League Spartan', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    background: #ffd900;
}

.port-title p{
    text-align: center;
    font-family: 'League Spartan', sans-serif;
    font-size: 46px;
    font-weight: 400;
    color: #000;
    margin-top: 15px;
}

.port-mix-btns{
    text-align: center;
    padding: 15px 0px;
}
.port-mix-btns a{
    margin: 0px 8px;
    font-family: 'League Spartan', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #505050;
    transition: all linear 0.3s;
    position: relative;
}
.port-mix-btns a::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2px;
    width: 0%;
    background: #ffd900;
    transition: all linear 0.3s;
}
.port-mix-btns a:hover{
    color: #000;
}
.port-mix-btns a:hover::after{
    width: 100%;
    left: 0;
}



.port-info{
    position: relative;
}

.port-img img{
    height: 400px;
    width: 400px;
    transition: all linear 0.3s;
}
.port-img{
    height: 400px;
    width: 400px;
    position: relative;
    overflow: hidden;
}
.port-img::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
    width: 400px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    opacity: 0;
    transition: all linear 0.3s;
}
.port-img-overlay-text{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 9 !important;
    opacity: 0;
    transition: all linear 0.3s;
}
.port-img-overlay-text ul{
    margin-left: -30px;
}
.port-img-overlay-text ul li i{
    font-size: 36px;
    color: #ffd900;
}
.port-img-overlay-text h4{
    font-family: 'League Spartan', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #FFF;
}


.port-info:hover .port-img::after{
    opacity: 1;
}
.port-info:hover .port-img img{
    scale: 1.2;
}
.port-info:hover .port-img-overlay-text{
    opacity: 1;
}


.port-img-row{
    margin: 20px 0px;
}

/* ===========================
    PORTFOLIO PART CSS END
=========================== */








/* ===========================
    HOME PART CSS START
=========================== */



/* ===========================
    HOME PART CSS END
=========================== */








/* ===========================
    HOME PART CSS START
=========================== */



/* ===========================
    HOME PART CSS END
=========================== */