

/* global area */
html {
  -ms-scroll-behavior: smooth;
  -moz-scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
  scroll-behavior: smooth;
}
body{
    font-family: 'Roboto Condensed', sans-serif;
    overflow-x: hidden;
}
ul{
    list-style: none;
}
img{
    max-width: 100%;
    height: auto;
}
button{
    outline: none;
}
a{
    text-decoration: none !importnat;
}
section{
    overflow: hidden;
}

/* end global area */



/* header area */

.header {
    position: relative;
    padding: 20px 0;
    background: url('../images/3.jpg');
    background-size: cover;
    background-attachment: fixed;
    z-index: 2;
}
#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.header .container{
    height: 100vh;
    position: relative;
}
.header:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    z-index: -2;
}
.header:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: -2;
}
.main-nav{
    position: relative;
}
.fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    background: 
    #202020;
    padding: 5px 5rem;
}
.navbar {
    max-width: 1110px;
    padding: 0;
    margin: 0 auto;
}
.header .logo {
    background: #f99515;
    text-align: center;
    width: 60px;
    height: 60px;
    transition: linear .5s;
}
.header .logo:hover{
    transform: rotateY(360deg);
}
.navbar-toggler{
    border: none;
}
.navbar-toggler span {
    display: block !important;
    width: 45px !important;
    height: 5px !important;
    background: 
    #f99515 !important;
    margin: 6px;
    border-radius: 10px;
}
.navbar-brand {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 35px;
    font-weight: 600;
    color: 
    #fff !important;
    line-height: 48px;
}
.navbar-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.header .nav-link {
    text-transform: uppercase;
    font-weight: normal;
    margin-left: 15px;
    font-size: 17px;
    color: #fff !important;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link,.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    color: #f99515 !important;
    background: transparent;
}



.banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.banner-content h2 {
    color: transparent;
    font-size: 50px;
    font-weight: 600;
     background-image: url('../images/15.jpg');
    background-repeat: repeat-x;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: cover;
    animation: animat 15s linear infinite;
    -webkit-animation: animat 15s linear infinite;
}
@keyframes animat {
    0%{
        background-position: left 30px top -40px;
    }
     40%{
        background-position: left 800px top -45px;
    }
    80%{
        background-position: left 1800px top -50px;
    }
    100%{
        background-position: left 2000px top -60px;
    }
}
.banner-content h5 {
    color: #fff;
    font-weight: normal;
    font-size: 22px;
    background: transparent;
    
}
.banner-content h4 {
    color: 
    #f99515;
    font-size: 30px;
    letter-spacing: -1px;
    word-spacing: 5px;
    margin: 14px 0;
}
.banner-content p {
    color: 
    #fff;
    font-size: 18px;
    max-width: 31rem;
}
.custom-btn {
    position: relative;
    overflow: hidden;
    color: 
    #f99515 !important;
    text-transform: capitalize;
    font-size: 18px;
    padding: 11px 30px;
    /*border: 1px solid
    #f99515;
     background:
        #f99515; */
    text-decoration: none !important;
    margin-top: 20px;
    display: block;
    width: 10rem;
    text-align: center;
    letter-spacing: 1px;
}
.custom-btn span:nth-child(1){
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #0c002b, #f99515);
    animation: animate1 2s linear infinite;
}
@keyframes animate1{
    0%{
        transform: translateX(-100%);
    }    
    100%{
        transform: translateX(100%);
    }    
}
.custom-btn span:nth-child(2){
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to right, #0c002b, #f99515);
    animation: animate2 2s linear infinite;
}
@keyframes animate2{
    0%{
        transform: translateY(-100%);
    }    
    100%{
        transform: translateY(100%);
    }    
}
.custom-btn span:nth-child(3){
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #0c002b, #f99515);
    animation: animate3 2s linear infinite;
}
@keyframes animate3{
    0%{
        transform: translateX(100%);
    }    
    100%{
        transform: translateX(-100%);
    }    
}
.custom-btn span:nth-child(4){
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to right, #0c002b, #f99515);
    animation: animate4 2s linear infinite;
}
@keyframes animate4{
    0%{
        transform: translateY(100%);
    }    
    100%{
        transform: translateY(-100%);
    }    
}



/* end header area */


/* scroll down */

.scroll-downs {
    position: absolute;
    right: 0;
    bottom: 31px;
    left: 0;
    margin: auto;
    width: 30px;
    height: 44px;
    cursor: pointer;
}
.mousey {
    width: 3px;
    padding: 10px 11px;
    height: 26px;
    border: 2px solid 
    #f99515;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #f99515;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}

/* end scroll down */




/* services area */

.services {
    position: relative;
    padding: 60px 0;
    background: 
    #232323;
    color:
    #fff;
}
.headline{
    position: relative;
}
.headline h2 {
    font-size: 40px;
    margin-bottom: 70px;
    text-transform: uppercase;
    font-weight: 600;
    color: 
    #f99515;
}
.headline:before{
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: #f99515;
}
.headline:after{
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background: #f99515;
}
.services .content {
    margin: 15px auto;
    padding: 50px 15px;
    box-sizing: border-box;
    width: 100%;
    max-width: 95%;
    position: relative;
    z-index: 1;
}
.services .content .b10{
    z-index: -2;
}
.services .content .b10:nth-child(1){
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #f99515;
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    transition: .4s;
    animation: animate 4s linear infinite;
}
.services .content:hover .b10:nth-child(1){
    border: none;
    background: #f99515;
}
.services .content .b10:nth-child(2){
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #f99515;
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    transition: .4s;
    animation: animate 8s linear infinite;
}
.services .content:hover .b10:nth-child(2){
    border: none;
    background: #f99515;
    opacity: .8;
}
.services .content .b10:nth-child(3){
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #f99515;
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    transition: .4s;
    animation: animate 12s linear infinite;
}
.services .content:hover .b10:nth-child(3){
    border: none;
    background: #f99515;
    opacity: .6;
}
@keyframes animate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.services .content h2 {
    font-size: 26px;
    color: #f99515;
    margin-top: 25px;
    margin-bottom: 0;
}
.services .content ul {
    margin: 0;
    display: inline-block;
    overflow: hidden;
    padding: 0;
}
.services .content ul li {
    float: left;
    width: 15px;
    height: 1px;
    margin: 3px;
    background: 
    #f99515;
    margin-top: 0;
}
.services .content:hover ul li{
    background: #000;
}
.services .content p {
    margin-top: 20px;
    max-width: 20rem;
    color: #c2a683;
}
.services .content a {
    text-transform: capitalize;
    color: 
    #f99515;
    text-decoration: none;
    font-weight: normal;
}
.services h6 {
    color: 
    #f99515;
    font-size: 31px;
    margin-bottom: 0;
}
.services .content:hover h2, .services .content:hover p, .services .content:hover a, .services .content:hover h6 {
    color: #000;
}

/* end services area */




/* about me */

.about-me {
    padding: 60px 0;
    background: 
    #2e2d2d;
}
.about-me .image{
    position: relative;
    width: 80%;
    z-index: 1;
}
.about-me .image::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: 
    #000;
    opacity: .3;
    transform: translate(-50%,-50%);
    transition: ease-in-out .3s;
}
.about-me .image:hover::before {
    width: 0%;
    height: 0%;
}
.about-me .image .img1 {
    position: absolute;
    top: -70px;
    right: -74px;
    animation-name: example;
    animation: example 4s linear infinite;
}
@keyframes example {
  0%   {transform: rotate(0deg);}
  50%   {transform: rotate(230deg);}
  100% {transform: rotate(360deg);}
}

/*
 animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: tran
*/
.about-me .content {
    margin: 30px 0;
}
.about-me h3 {
    color: 
    #fff;
    font-size: 36px;
    max-width: 20rem;
}
.about-me p {
    color: 
    #cfcdcd;
    font-weight: 300;
    margin: 20px 0;
    line-height: 27px;
}
.about-me a {
    text-transform: capitalize;
    color: 
    #f99515;
    text-decoration: none;
    font-weight: normal;
}

/* end about me */




/* skills */

.skills {
    padding: 60px 0;
    background: 
    #232323;
}
.skills .box{
    margin: 35px 0;
}
.skills h5 {
    color: 
    #c6c6c6;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 17px;
}
.skills h5 span {
    float: right;
    color: 
    #f99515;
    font-size: 16px;
}
.skills .progress {
    background: 
    #c6c6c6 !important;
    height: 10px;
    position: relative;
    overflow: hidden;
}
.prog {
    position: absolute;
    top: 0;
    left: 0;
    width: 83%;
    height: 100%;
    background: 
    #f99515;
}



/* end skills */



/* portfollio area */

.portfollio-area {
    padding: 60px 0;
    background: 
    #2e2d2d;
}
.button-group{
    margin-bottom: 30px;
}
.button-group button {
    background: transparent;
    border: none;
    color:#fff;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 10px;
    word-spacing: 3px;
}
.button-group button.active{
    border: 1px solid #fff;
}
.wrapper .box{
    position: relative;
    margin: 15px 0;
}
.wrapper .box .view {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    height: 50%;
    text-align: center;
    color:#f99515;
    z-index: 1;
    opacity: 0;
    transition: ease-in .3s;
}
.view:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    z-index: -2;
}
.wrapper .box:hover .view{
    width: 100%;
    height: 100%;
    opacity: .8;
}
.wrapper .box .view ul {
    overflow: hidden;
    margin: 0;
    opacity: 0;
    transition: ease-in-out .5s;
    display: inline-block;
    padding: 0;
    line-height: 10rem;
}
.wrapper .box:hover .view ul{
    line-height: 24rem;
    opacity: 1;
}
.view ul li {
    float: left;
    margin: 0 10px;
    font-size: 30px;
    color: 
    #fff;
}
.view ul li a {
    color: 
    #fff;
    display: block;
}
figure {
    overflow: auto !important;
}
img.mfp-img{
    max-height: inherit !important;
}
.mfp-close {
    position: fixed;
    top: 0;
    right: 23px !important;
    color: 
    #f99515 !important;
    font-size: 40px !important;
}
.mfp-arrow {
    position: fixed;
    top: 50%;
}
.mfp-arrow-left::before{
    border-right: 27px solid 
    #f99515;

}
.mfp-arrow-right::before {
    border-left: 27px solid 
    #f99515;

}

/* end portfollio area */


/* hire me */

.hire-me{
    position: relative;
    background: url('../images/4.png');
    background-size: cover;
    padding: 40px 0;
    z-index: 1;
}
.hire-me:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: -2;
}
.hire-me h2 {
    color: 
    #f99515 ;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 25px;
}
.hire-me a {
    margin: 0 auto;
}
/* end hire me */




/* testimonial */

.testimonial {
    padding: 60px 0;
    background: #232323;
    color:#fff;
}
.testimonial .content {
    border: 2px solid #f99515;
   padding: 35px 25px;  
   background: #2e2d2d;
   border-radius: 24px;
height: 13rem;
}
.testimonial .content .top-bar{
    position: relative;
}
.testimonial .content span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: 
    #f99515;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 37px;
}
.testimonial .content h4 {
    color: 
    #f99515;
    text-transform: capitalize;
    padding-left: 50px;
    margin-bottom: 0;
}
.testimonial .content h6 {
    padding-left: 50px;
}
.testimonial .content p {
    margin-bottom: 0;
    margin-top: 20px;
    padding-left: 50px;
}
.owl-prev, .owl-next {
    background: 
    #f99515;
    width: 40px;
    height: 40px;
    font-size: 20px !important;
    text-align: center;
}
.owl-prev, .owl-next {
    background: 
    #f99515;
    width: 35px;
    height: 35px;
    font-size: 16px !important;
    text-align: center;
    margin: 28px 5px !important;
}

/* end testimonial */




.copyright {
    background: 
    #000;
    padding: 25px 0;
}
.copyright h6 {
    color: 
    #f99515;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 200;
}



.scroll-top {
    color: 
    #f99515;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    background:
    #000;
    text-align: center;
    border-radius: 5px;
    padding: 4px 0;
    z-index: 999;
    border: 1px solid
        #31302f;
    cursor: pointer;
}
.scroll-top {
    color: 
    #f99515;
    text-align: center;
    cursor: pointer;
    display: none;
}
.scroll-top h6 {
    font-size: 11px;
    margin: 0;
}
