html {
    scroll-behavior: smooth;
    transition: 0.2s ease-in;
    overflow-y: scroll;
overflow-x: hidden
  }

html::-webkit-scrollbar-track
{
	webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

html::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar-thumb
{
	background-color: #000000;
}


  

body{
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}
 
  .col-md-12 {
    padding: 0;
  }

  .background{
    height: 100vh;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
.box{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 16, 44, 0.7);
    color: ivory;
    text-transform: uppercase;
    margin-bottom: 400px;
    
}
.box h2{
    font-size: 60px !important;
    margin: 30px;
    letter-spacing: 10px;

    }

.box img{
        width: 300px;
        height: 300px;
        vertical-align: middle;
        border-radius: 50%;
        margin-top: 13rem;
        box-shadow: 2px 2px 2rem 2px rgba(253, 253, 253, 0.75);
  }


.arrow-down{
    display: inline-block;
   color:seashell;
    font-size: 48px;
    bottom: 20px;
    position: fixed;
  }

/* about us section */

.heading{   
    border-left: 5px solid #df465b !important;
    padding-left: 10px;  
    margin: 20px 10px 10px 10px;}

.new-padding{
padding: 2rem 5rem;
margin-top: 3rem;    }

.jumbotron {
    background-color: #060931;
    color: #fff;
    text-align: center;
}

/* progress bars  */
.progressbarbox{
    color: white;
    padding: 4rem 2rem;
    text-align: left;
    font-size: 0.9rem;
}

.progressbarbox .progress{
    margin: -5px 10px 2rem 0px;
    height: .75rem;
    border-radius: 0px;
}

.progressbarbox .progress-bar{
    background-color: red;
    transition: ease-out 1s;
}
.progressbarbox p{
    font-size: 0.9em;
}

.content {
    width: 100%;
    float: right;
    padding-left: 18rem;
    transition: linear 0.3s;

  }

.content.full{
      padding-left: 40px;
  }


/* NAVIGATION MENU LOGO *************/
.navbar{
    position: fixed;
    height: 100%;
    background: #060931;padding: 0;
    z-index: 9999;
    width: 18rem;
    transition: linear 0.2s;}

.navbar.toggle{
    width: 40px;
    transition: linear 0.3s;

    }

.logo {
    font-size: 84px;
    text-align: center;
    color: #fff;
    top: -0px;
    padding: 30px 0;
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #f3f3f3cc;
    font-weight: bold;
    margin: 0 auto;
    transition: 0.5s;
    }
.logo a{
    text-decoration: none; color:white !important;
}
  

.navbar .menu{
        list-style: none;
        padding: 0;
        margin: 0 auto;
        position: relative;
    }
    
    
.menu li a{
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    line-height: 40px; transition: linear 0.5s;
    }

.menu li a:hover{
        color: #e70505;
        font-weight: 400;
        text-decoration: none;


    }

.menu li a.act{
        color: rgb(204, 5, 5);    font-weight: 500;
    }

.hide{
        display: none;
    }

  
.social {
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100%;
        
    }
.social ul li {
        display: inline-block;
        margin: 0.5rem .7rem;
    }
.social i {
        font-size: 18px;
        transition: linear 0.5s;
        color: ivory !important;
    }

.social  i:hover{
        color: red !important;
    }
    
.arrow-left{
        position: absolute;
        right: 0;
        bottom: 4rem;
        color: red;
        font-size: 25px;
        background: #fff;
        height: 30px;
        width: 40px;
        line-height: 25px;
        cursor: pointer;
        text-align: center;  
        transition: ease-in-out 0.7ms;
        z-index: 99999;  
    }


.rotate{
        transform: rotateZ(180deg);
    }


 /* cards icon  */
.cardbox{background-color:#060931;    color: white;
        text-align: center; padding: 60px 30px;
        margin: 2rem;
       }

.cardbox i, .cardbox h4{color: red;
text-transform: uppercase; margin: 1rem;      }

.cardbox p{font-size: 0.9em;text-align: justify; margin-top: 30px;}

.img-thumb{
    display: inline-block;
    margin: 20px;
    width: 100%;
    height: auto;
    transition: ease-out 0.5s;
    cursor: pointer;
}

.img-thumb:hover{
    opacity: 0.5;
    box-shadow: 1px 2px 3px 2px #0000009f;

}

/* portfolio tabs */
.port-tab {
    padding: 2rem 4rem;
}
.nav-tabs {
    border: 0px solid #dee2e6 !important;
    margin-left: 2.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-link{
    color: black !important;
    font-size: 0.8rem;
    border-color: #fff !important;
    padding-bottom: 2px;
    border-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;

}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{ color: #df465b !important; border-bottom: 2px solid #df465b !important; border-radius: 0; }

.nav-tabs .nav-link {
    border: 0 solid transparent !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.bg-port{
    padding: 2.5rem 2rem;
    background-color: #060931cf;
}

.bg-port .bg-cont{
    padding: 5rem 0px;
    color: white;

}
.bg-cont h3{
    letter-spacing: 0.2rem;
    
}

/* card and blog posts */

.card{
    margin: 1rem 1rem;
    font-size: 0.8em;
    border: 0px;
    border-radius: 0;

}
.card-img, .card-img-top { border-radius: 0px !important;}

.btn{
    color: white;
    border: 0px;
    font-size: .9rem;
    padding: 1rem 2.5rem;
    margin: 1rem auto;
    transition: 0.7s ease-out;
}

.btn:hover{
    background-color: #222 !important;
}
.btn:active{
    background-color: #df465b !important;
}

.contact{
    padding: 2rem 4rem;
}

/* contact form */
.form-control{
    margin-bottom: 30px;
    padding-left: 2px;
    border: 0px;
    border-radius: 0;
    border-bottom: 3px solid black;
    color: #111;
    font-size: 14px;
}
.form-control:focus{
    border-bottom: 3px solid #060931;
outline-color: #fff;
box-shadow: 1px 0 5px rgba(0,0,0,0.3);
}

::placeholder{
    color: #111;
}

.form-group .btn{
    background-color: #060931;
    border: 0px;
    border-radius: 0;
    padding: 1rem 3.5rem;
}   


/* footer */

.footer{
    padding: 2rem;
    padding-top: 3rem;
    margin-top: 2rem;
    background-color: #060931;
    color: white;
    text-decoration: none;
    font-weight: 500;
}


.margin-bottom{
    margin-bottom: 2rem;
}


.full{
    padding-left: 40px;
}

.smallver{
    font-size: 1.5rem !important;
    padding: 5px 0 !important;
}


/* animate on scroll when in view */

.slideanim {visibility:hidden;}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  } 
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  } 
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

.navbar .act{
      position: relative;
  }

  /* /* correction :: Modify bootstrap ///// */

  .row{
      margin-right: 0;
  }

  .cardbox-hol{
    background-color: #060931;
     padding: 3rem 3rem;
  }