h1,h2,h3,h4,h5,h6{font-family: 'Roboto', sans-serif;}
body,p,ul,li,span,strong,a{font-family: 'Poppins', sans-serif;}

h1,h2,h3,h4{
    font-family: 'Roboto', sans-serif;
    color: #1b73c6;
    font-size: 36px !important;
    font-weight: bold;    
}

/* {font-family: 'Roboto', sans-serif;} */
p{color: #777; font-size: 16px;}

/* 
Primary Color : #1b73c6
Secondary Color : #1053a2
Optional Color : #05314c
Typo Heading Color : #3e3e3e
Body : #636363
bg : #1a1a1a


*/
/* fontawesome 5.1 url */

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
html,
body{
  width:100%;
  /* overflow-x:hidden; */
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;

}

main{
    overflow: hidden;
}

#progress{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: none;
    place-items: center;
    border-radius: 50%;
    cursor: pointer;
}
#progress-value{
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background-color: #05314c;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 20px;
    color: #1b73c6 !important;
}

main #main{
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}
/* Menu */
.btn-menu{
    color: #fff !important;
    text-decoration: none;
    background: transparent;
    border: none;
    /* border: 1px solid #05314c; */
   
}
.menu-toggle{
    display: block;
    font-size: 35px;
}
.navbar-toggler:focus{
    box-shadow: none !important;   
}
.main-menu{
    width: 280px !important;
  
}
.offcanvas-body{
    padding: 0px;
}

 .active{
    color: rgba(115, 197, 0, 0.8) !important;
 }

 .nav-link:focus{
    color: rgba(115, 197, 0, 0.8) !important;;
 }
.main-menu ul li a{
    color: #fff;
    padding: var(--bs-offcanvas-padding-y);
}
.main-menu ul li a:hover{
    color:rgba(115, 197, 0, 0.8) !important;
}
.main-menu .box{
    color: #fff;
    align-items: center;
    box-sizing: border-box;
width: 280px;
height: 50px;
background: linear-gradient(180deg, #1b73c6 0%, #1053a2 100%);
border: 1px solid #1053a2;
padding: 0px 15px;
}
.main-menu .box:hover{
    background: linear-gradient(180deg, #1b73c6 0%, #05314c 100%);
    color: #fff;
}
.main-menu ul li a:hover{
    color: #fff;
}
.icon-space {
    background-color: #fff;  
    /* width: 33px;
    height: 33px; */
    border-radius: 5px;
    display: flex;
    justify-content: center;
    
}
.icon-space i{
    padding: 5px;
    font-size: 20px;
    color: #1b73c6;
}
.main-menu .navbar-nav .dropdown-menu{
    position: absolute;
}
.dropdown-menu [data-bs-popper]{
    left: -3px !important;
    background-color: #05314c;
}



/* navbar start */
.top-nav{
    width: 100%;
    background-color: #1b73c6;
}
.logo{
    width: 50px;
    height: 50px;
}
.brand-logo{
    color: #1b73c6;
}
.brand-logo h3{
    font-weight: bold;
    margin-bottom: 0;
}

/* navbar end */

/* home start */
.p-pic{  
    width: 450px;
    
}
.home-back{
    padding: 125px 0px 25px;
}
.home-text h1{
    color: #1b73c6;
    font-weight: bold;
}
.home-text h3{
    font-size: 25px !important;
    font-weight: bold;
    color: #3e3e3e;
}
.home-text  span{
    color: #05314c;
}
.social-media ul li{
    list-style-type: none;
}
.social-media ul li a{
    text-decoration: none;
}
.social-media ul li i{
    color: #1b73c6;
   font-size: 20px;
}
.social-media ul{
    padding-left: 0;
    list-style-type: none;
}
.social-media ul li{
    display: inline-block;
}
.social-media ul li:not(:last-child) {
    margin-right: 30px;
}

.home-page{
    background-image: url('../images/bubles.png');
    margin-left: 0;
    background-repeat: no-repeat;
}
.home-page .home-text .im{
    color: #1b73c6;
}
/* home end */

/* about start */
.abt-left{
    text-align: left;
}
.about-me{
    color: #1b73c6;
    font-size: 24px;
    font-weight: bold;
}
.button-d a {
    box-shadow: inset 3px 3px 3px #1b73c6, inset -3px -3px 3px #05314c;
    color: #1b73c6;
    padding: 5px 20px;
    border-radius: 20px;
    text-decoration: none;
}
/* .button-d a{
    background-color: #1b73c6;
    color: #fff;
    padding: 8px 20px;
    border-radius: 20px;
    text-decoration: none;
} */
.button-d a:hover{
    background-color: #05314c; 
    color: #fff;
}
.abt-sec h2{
    text-align: center;
    font-weight: bold;
    color: #1b73c6;
    }
    /* .abt-sec .abt-cnt p{
        margin-top: 20px;
        text-align: center;
    } */
    
    .abt-main .menu-items li .home {
        border-left: 0;
        
    }
    .abt-main .menu-items li .home i{
        left: 6px;
    }
    
    
    .abt-main .menu-items li .about {
        border-left: 5px solid #05314c;
    }
    .abt-main .menu-items li .about i{
        left: 2px;
    }
    
    /* About */
    
    .menu-fixed .box2:hover { transform: scale(1.05); }
    .menu-fixed .box2 { transition: all .2s ease-in-out; }   
    
    
    
    .abt-sec h2{
        font-weight: bold;
        margin-top: 40px;
        font-size: 40px;
    }
    .abt-bio .abt-cnt p{
        text-align: left;
    }
    .abt-bio img{
        border-radius: 20px;
    }
    .bio-ttl h4{
        font-weight: bold;
       color: #05314c;
       font-size: 30px;
    }
    .bio-dtls-inr{
    border-radius: 10px;
    box-shadow: 3px 3px 3px #8397a9, -3px -3px 3px #8397a9;
    }
    .bio-dtls span{
        color: #1b73c6;
    }
    .hire-btn{
        margin-left: 10px;
    }
    .bio-cv-btns{
        margin: 20px 0;
    }
    .bio-cv-btns .hire-btn{
        border: 1px solid #1b73c6;
        color: #1b73c6;
    }
    .bio-cv-btns .hire-btn:hover{
        background-color: #1b73c6;
    }
    .bio-cv-btns .dcv{
        background-color: #1b73c6;
    }
    .bio-cv-btns .dcv:hover{
        background-color: #05314c;
    }
    /* Services */
    
    .services h4{
        font-weight: bold;
        margin-bottom: 30px;
        font-size: 30px;
        color: #05314c;
    }
    .srvc-img img{
        width: 80px;
        margin-right: 10px;
        border: 2px solid #eee;
        padding: 10px;
        border-radius: 10px;
    }
    .srvc-img{
        height: 200px;
        border: 5px groove #eee;
        padding: 50px;
        border-radius: 20px 0  20px 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        box-shadow: 3px 3px 3px #8397a9, -3px -3px 3px #8397a9;
    }
    .services h6{
        color: #1b73c6;
        font-weight: bold;
    }
    /* ABT Gal Start */
    /* Gal Scroll */
    .about-me h5{
        font-weight: bold;
    }
    .gal-scrl{
        position: relative;
    }
    /* #gallery {
        position: relative;
        margin-top: 0px !important;
       
        top: 50%;
        left: 50%;
        width: 1320px;
        margin: -125px 0 0 -672px;
        } */
        #galleryArea {
        width: 100%;
        overflow: hidden;
        }
        #galleryCon {
        height: 180px !important;
        padding: 13px 0;
        box-sizing: border-box;
        margin-bottom: 50px;
        background-color: #1D1D1F;
        background: -webkit-linear-gradient(top, #27252A 0%, #232027 50%, #1D1D1F 50%, #1B1B1D 100%);
        box-shadow: 0 1px 3px rgba(0,0,0,0.5), inset 0 1px 0 #37343B;
        overflow: hidden;
        }
        
        #galleryCon li {
        float: left;
        display: inline;
        margin: 0 10px;
        border: 2px solid #37343B;
        }
        #galleryCon li img {
        display: block;
        width: 240px;
        height: 150px;
        }
        #scrollbar {
        position: relative;
        width: 500px;
        height: 7px;
        margin: 0 auto 13px auto;
        background: #05314c !important;
        box-shadow: inset 0 0 5px #05314c !important;
        border-radius: 6px;
        }
        #scrollBtn {
        border-radius: 2px;
        display: block;
        position: absolute;
        top: -10px;
        left: 0;
        margin-left: 0;
        width: 23px;
        height: 23px;
        cursor: pointer;
        border: 2px solid #151318;
        background-color: #1B1B1D;
        background: -webkit-linear-gradient(top, #27252A 0%, #232027 50%, #1D1D1F 50%, #1B1B1D 100%);
        }
        #scrollBg {
        position: absolute;
        top: 0;
        left: 0;
        height: 7px;
        background-color: #1b73c6;
        background: -webkit-linear-gradient(top, #1b73c6, #1053a2) !important;
        border-radius: 6px 0 0 6px;
        overflow: hidden;
        }
        #scrollBtn:before {
        content: '';
        position: absolute;
        top: 7px;
        left: 7px;
        width: 9px;
        height: 9px;
        background-color: #1b73c6;
        }
        #scrollBtn:hover {
        box-shadow: 0 0 10px #1b73c6 !important;
        }
        #scrollBtn:hover:before { 
        background-color: #1b73c6;
        box-shadow: 0 0 5px #1b73c6 !important;
        }
        
        /* #prevBtn, #nextBtn {
        display: block;
        position: absolute;
        top: 68px;
        width: 40px;
        height: 40px;
        border: 2px solid #151318;
        box-shadow: inset 0 1px 0 #37343B;
        background-color: #1B1B1D;
        background: -webkit-linear-gradient(top, #27252A 0%, #232027 50%, #1D1D1F 50%, #1B1B1D 100%);
        }
        #prevBtn {
        left: -50px;
        }
        #nextBtn {
        right: -50px;
        } */
        #prevBtn:before, #nextBtn:before {
        content: '';
        position: absolute;
        bottom: 200px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border: 10px solid #05314c;
        background-color: #1b73c6;
        }
        #prevBtn:before {
        left: 80px;
        border-right: 10px solid #1b73c6;
        border-radius: 2px !important;
        }
        #nextBtn:before {
        right: 80px;
        border-left: 10px solid #1b73c6;
        border-radius: 2px !important;
        }
        #prevBtn:hover:before {
        border-right: 10px solid #fff;
        -webkit-filter: drop-shadow(0 1px 8px #1b73c6) !important;
        border-radius: 2px !important;
        }
        #nextBtn:hover:before {
        border-left: 10px solid #fff;
        -webkit-filter: drop-shadow(0 1px 8px #1b73c6)  !important;
        border-radius: 2px !important;
        }
/* about end */
/* ABT Gal End */

/* resume start */

.resume-sec  h4{
    font-size: 25px !important;
    color: #05314c;
    margin-top: 20px !important;
}
.edu-dtls  h5{
    font-weight: bold;
    color: #1b73c6;
}
.edu-dtls .edu-year{
   font-weight: bold;
   
}
.edu-dtls  .edu-text{
      
    padding: 20px;
  box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(255, 255, 255),
    0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    /* padding: 10px 10px 20px 10px;
    border: 1px solid #BFBFBF;
    background-color: white;
    box-shadow: 1px 1px 5px #aaaaaa; */
}
.tech-card{
   
    padding: 20px;
  box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(255, 255, 255),
    0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}
.tech-card h5{
    margin-bottom: 5px;
}
#progress{
    z-index: 999;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: none;
    place-items: center;
    border-radius: 50px;
    cursor: pointer;
}
#progress-value{
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    /* background-color: #404042; */
    background-color: #05314c;
    border-radius: 50px;
    display: grid;
    place-items: center;
    font-size: 20px;
    color: #1b73c6;
}
.progress-bar{
    border-radius: 50px;
    background-color: #1b73c6;
}
.progress{
    border-radius: 50px;
}
.tech-card span{
    color: #3e3e3e;
   
}
.lng h5{
    color: #05314c;
   
}

/* resume end */

/* works start */
.work-bg{
    padding: 100px 0px 25px;
}
.card-w{
    
    text-decoration: none;
    color: #1b73c6;   
}
.w-card{
    
    border-radius: 10px;
    box-shadow: 3px 3px 3px #202125, -3px -3px 3px #3e3e3e;
}
.w-card:hover{
    opacity: 75%;
}

/* works end */

/* contact start */
.contact-bg label span{
       color: #ff0000 !important;
}
.contact-bg{
    padding: 80px  0px 25px;
}
.form-c{
    box-shadow: 1px 1px 5px #aaaaaa;
    /* box-shadow: 3px 3px 3px #202125, -3px -3px 3px #3e3e3e; */
}
.form-c:focus{
    box-shadow: none;
}
/* .submit-btn a{
    background-color: #1053a2;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
.submit-btn a:hover{
    background-color: #1b73c6;
    color: #fff;
}    */
.icon-p{
    font-size: 40px;
    color: #05314c;
}

/* Footer Start */
.footer-bottom{
    /* position: fixed;
    width: 100%;
    display: block;
    bottom: 0; */
    background-color: #404042;
}
.cpyrt{
    color: #1b73c6;
}

/* Footer End */