*{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body{
    background-color: #f5f5f5;
    overflow: hidden;
}
.my-box-shadow{
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.common-section .bar{
    height: 4px;
    width: 50px;
    background-color: #0078ff;
}
.mywhitebackcolor{
    background-color: #ffffff;
}
/* all font sizes */
.mfs-16{
font-size: 16px;
}
.mfs-18{
font-size: 18px;
}
.mfs-26{
font-size: 26px;
}
.mfs-72{
font-size: 72px;
}
.mfs-40{
font-size: 40px;
}
.mfs-32{
font-size: 32px;
}
.mfs-20{
    font-size: 20px;
}
.mfs-22{
    font-size: 22px;
}
.mfs-13{
    font-size: 13px;
}
.mfs-19{
    font-size: 19px;
}
.mfs-21{
    font-size: 21px;
}
.mfs-11{
    font-size: 11px;
}
.mfs-48{
    font-size: 48px;
}
/* all font weights */
.mfw-600{
font-weight: 600;
}
.mfw-400{
font-weight: 400;
}
.mfw-500{
font-weight: 500;
}
.mfw-300{
font-weight: 300;
}
.mfw-700{
font-weight: 700;
}
/* line heights */
.mlh-13{
    line-height: 13px;
}
.mlh-24{
    line-height: 24px;
}
.mlh-38{
    line-height: 38px;
}
.mlh-86{
    line-height: 86px;
}
.mlh-60{
    line-height: 60px;
}
.mlh-26{
    line-height: 26px;
}
.mlh-24{
    line-height: 24px;
}
.mlh-30{
    line-height: 30px;
}
.mlh-27{
    line-height:27px;
}
.mlh-48{
    line-height: 48px;
}
.mlh-23{
    line-height: 23px;
}
.mlh-19{
    line-height: 19px;
}
.mlh-22{
    line-height: 22px;
}
.mlh-25{
    line-height: 25px;
}
.mlh-32{
    line-height: 32px;
}
.mlh-29{
    line-height: 29px;
}
.mlh-58{
    line-height: 58px;
}
.mlh-34{
    line-height: 34px;
}
/* colors */

/* white */
.mywhitecolor{
    color: #ffffff;
}
/* black */
.myblackcolor{
    color: #1e1e1e;
}
/* gray */
.mygraycolor{
    color: #4e4e4e;
}
/* blue */
.mybluecolor{
    color: #0078ff;
}


/* s-header */
.header{
    height: 100vh;
    background-image: url('../images/asset\ 11.jpeg');
    background-position: center;
    background-size: cover;
}
@media(max-width:992px){
    .header .info .main p:first-child{
        font-size: 40px;
        line-height: 45px;
    }
    .header .info .main p:nth-child(2){
        font-size: 25px;
        line-height: 45px;
    }
    .header .info{
        height: 100%;
    }
}
/* e-header */

/* s-navbar */
.navbar-background{
    background: transparent !important;
}
.navbar-brand{
    color: #ffffff;
}
.navbar-brand:hover{
    color: #ffffff;
}
.nav-link:hover{
color: #ffffff;
}
button.navbar-toggler-icon{
    color: #ffffff;
}
.navbar-toggler i{
    color: #ffffff;
}
.navbar-toggler:focus{
    outline: none;
}

@media(min-width:992px){
    .navbar .nav-item a.nav-link{
        position: relative;
    }
    .navbar .nav-item a.nav-link:hover::before{
        width: 50%;
    }
    .navbar .nav-item a.nav-link::before{
    position: absolute;
    content:"";
    height: 2px;
    width: 0px;
    left: 50%;
    transform: translate(-50%);
    background-color: #ffffff;
    bottom: 25%;
    transition: .6s;
    }
}

/* e-navbar */

/* s-aobout-me */
.about-me{
    overflow: hidden;
}
.about-me .cardd .cardd-img{
    flex-basis: 35%;
}
.about-me .cardd .cardd-img img{
    border-radius: 5px;
}
.about-me .cardd .cardd-info{
    flex-basis: 65%;
}
.about-me .chart-item{
    background-color: #cde1f8;
}
.about-me .chart-item-inner{
    height: 11px;
    background-color:#0078ff;
    width: 85%;
}
/* e-about-me */
/* s-services */
.services .item .icon-container{
width: 110px;
height: 110px;
border-radius: 50%;
border: 10px solid #0078ff;
transition: .5s;
}
.services .item .icon-container:hover{
    background-color: #0078ff;
    border:10px solid #cde1f8 ;
    color: #ffffff;
}
.services .item .icon-container i{
    font-size: 35px;
}
/* e-services */
/* s-stats */
.stats{
    background:  linear-gradient(rgba(0, 120, 255, 0.8), rgba(0, 120, 255, 0.8)),
    url("../images/asset\ 10.jpeg") center/cover fixed no-repeat;
}
.stats  .icon-container{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 8px solid rgba(255, 255, 255, .7);
    transition: .5s;
}

.stats  .icon-container i{
        font-size: 15px;
        color: #ffffff;
}
/* e-stats */
/* s-portfolio */
.portfolio{
    overflow: hidden;
}
.portfolio .info-left{
    flex-basis: 90%;
}
.portfolio .info-right{
    flex-basis: 10%;
}
.portfolio .info-right a{
    color: #0078ff;
}
.portfolio .info-right a:hover{
    color: #0078ff;
}
.portfolio i{
    font-size: 30px;
}
.portfolio .item img{
    transition: .6s;
}
.portfolio .item .image-part:hover img{
    transform: scale(1.2);
}
/* e-portfolio */
/* s-testimonials */
.testimonials{
    
}
.mybackground{
    background:  linear-gradient(rgba(0, 120, 255, 0.8), rgba(0, 120, 255, 0.8)),
    url("../images/asset\ 13.jpeg") center/cover fixed no-repeat;
}
.testimonials .icon-container{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
  margin: auto;
}
.testimonials .icon-container i{
    font-size: 25px;
}
/* e-testimonials */
/* s-blog */
.blog .item h6{
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    background-color: #0078ff;
    padding: 5px 20px;
    border-radius: 4px;
}
.blog .little-card{
    background-color: #F7F7F7;
}
/* e-blog */
/* a-contact-us */
.contact-us{
    overflow: hidden;
}
.contact-us .input-item input{
display: block;
height: 38;
padding: 8px 10px;
width: 100%;
border: 1px solid #ced4da;
} 
.contact-us .input-item input:focus{
    outline: none;
}
.contact-us .text-item textarea{
display: block;
height: 150px;
padding: 8px 10px;
width: 100%;
border: 1px solid #ced4da;
} 
.contact-us .text-item textarea:focus{
outline: none;
}

.contact-us .icon-container .item {
width: 50px;
height: 50px;
border-radius: 50%;
border: 3px solid #0078ff;
transition: .5s;
color: #1e1e1e;
}

.contact-us .icon-container .item  i{
font-size: 18px;
}

.contact-us  .icon-container .item:hover{
background-color: #0078ff;
border:3px solid #cde1f8 ;
color: #ffffff;
}

.my-btn-item button{
    border: none;
    background-color: #0078ff;
    color: #ffffff;
    text-transform: capitalize;
    border-radius: 30px;
    padding:13px 30px;
    transition: .3s;
    border: 5px solid #ffffff;
} 

.my-btn-item button:hover{
    background-color: #3393ff;
    border: 5px solid #cde1f8;
}
/* e-contact-us */

.footer{
    background-color: #0078ff;
    overflow: hidden;
}


.navMove{
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 2;
    box-shadow: 0px 1px 7px  #888888;
    background-color: #0078ff;
    color: black;
  }
#Top{
      width: 35px;
      height: 35px;
      display: none;
      justify-content: center;
      align-items: center;
      position: fixed;
      right: 5%;
      bottom: 5%;
      border-radius: 5px;
      cursor: pointer;
      background-color: #0078ff9c;
      border: 1px solid white;
}
#Top i{
    color: white;
}
#loading{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color:#0078ff;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}