body {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 1.7;
    color: #333333;
}

*{
    margin: 0px;
    padding: 0px;
    
}


/* PRELOADER*/
#loading{
    position: fixed;
	width: 100%;
	height: 100vh;
	background: #fff
    url(https://i.gifer.com/RjtR.gif)
    no-repeat center center;		
	z-index: 99999;
}


/* PRELOADER END*/

@media (min-width: 768px){.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}
}



/* NavBar*/

.navbar-dark .navbar-brand {
    float: left;
}

.navbar-dark .navbar-brand img {
    border: none;
    width: 130px;
    height: 130px;
    vertical-align: inherit;
    margin-top: 20px;
}

.navbar {
    margin: 0;
}


/* Color For B- Brand*/

.navbar-dark .navbar-brand .brown {
    color: #00b0dc;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin-top: 20px;
    padding: 10px;
    float: right;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #00b0dc;
}


/* Border Under Link */

.nav-item .active {
    border-bottom: 2px solid #00b0dc;
}

.nav-item .active li:hover {
    color: #00b0dc;
}

.navbar-brand {
    border: none;
}


/*HOME*/


/**
******* Home backround Image ***
Always note various features for background images*/

#home {
    height: 1100px;
    width: 100%;
    background-image: url(/img/section-bg1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 50px;
}


/* My Profile Image*/

.mt-5,
.my-5 {
    margin-top: 24rem !important;
}

#home img {
    vertical-align: middle;
    border-style: solid;
    border-color: white;
    border-width: 5px;
    max-width: 100%;
    height: auto;
}


/*Profile Name*/

#home h3 {
    font-size: 49px;
    letter-spacing: 0.5px;
    font-weight: 600;
    line-height: 50px;
    font-family: 'Montserrat', sans-serif;
    color: white;
}


/* Advert Typed */

#home h1 {
    font-size: 18px;
    color: #fafafa;
    font-weight: 100;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
}


/**Social Media Icons **/

.social_med {
    margin-top: 20px;
    font-size: 23px;
    letter-spacing: 10px;
    color: white;
}

.fab {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.social_med .fab {
    text-decoration: none;
    text-decoration-color: none;
    color: white;
}


/*Scroll*/


/* */

.scroll {
    position: relative;
    margin-top: 75px;
    top: 0%;
    left: 48%;
    margin-left: 50px;
    transform: translate(-2, -0%);
    animation: animate 2.5s linear infinite;
}

.down {
    position: absolute;
    width: 40px;
    height: 70px;
    border-radius: 25px;
    background: transparent;
    border: 3px solid #fff;
    overflow: hidden;
    margin-bottom: 20px;
    margin-left: 484px;
}

.down:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    left: 50%;
    top: 10px;
    transform: translate(50%, 0);
    animation: animate 1.5s linear infinite;
}

.down:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    top: 5px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 3px;
}

@keyframes animate {
    0% {
        transform: translate(-50%, 15px);
        opacity: 1;
    }
    80% {
        transform: translate(-50%, 35px);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, 40px);
        opacity: 0;
    }
}


/******** ABOUT SECTION ************/

#about {
    margin: 20px;
}


/** IMAGE START ***/

.stack {
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
    display: inline-block;
}

* {
    box-sizing: border-box;
}

.stack img {
    background: #fff;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 10px;
    width: 100%;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
}

img {
    max-width: 100%;
    height: auto;
}

.stack::before {
    background: #969696;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -10;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
}


/*** IMAGE END  ***/


/*** MYSELF START  ***/

.about_tit {
    font-family: 'Montserrat', sans-serif;
    font-size: 33px;
    font-weight: 800;
    line-height: 33px;
    color: #333333;
}

.about-desc {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

#about b {
    font-weight: 600;
    text-shadow: 1px 1px #d0c8c8;
    color: gray;
}


/*** MYSELF END  ***/


/*** BUTTON START ***/

#about,
button {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    margin-top: 15px;
    line-height: 18px;
    padding: 5px;
}

.my_skill a {
    text-decoration: none;
    color: #fff;
}

.download a {
    color: #000;
    text-decoration: none;
}

#about .btn-primary {
    color: #fff;
    background-color: #00B0DC;
    border-color: #00B0DC;
}

#about .btn {
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    line-height: 18px;
    font-size: 14px;
    padding: 15px;
    letter-spacing: 1px;
}

#about .btn:first-child:hover {
    color: #333;
}


/*** BUTTON END  ***/


/*** MY SERVICES SECTION ***/

#services {
    background-color: #f8f8f8;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.service-title {
    text-align: center;
    padding-bottom: 20px;
    font-weight: 300;
    font-size: 38px;
    line-height: 44px;
    font-family: 'Montserrat', sans-serif;
}

.service-title span {
    color: #00B0DC;
}

.services-detail {
    padding-top: 40px;
}

.services-selection {
    padding: 10px;
    margin-bottom: 40px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 8px;
    box-shadow: 0 15px 30px rgba(102, 113, 228, 0.13);
    text-align: center;
}

.services-icon {
    align-content: center;
    font-size: 40px;
    margin: 20px auto;
    padding: 20px;
    height: 80px;
    width: 80px;
    color: #00B0DC;
    background: #f4f5f8;
    border-radius: 50%;
}

.services-selection:hover .services-icon {
    color: #fff;
    background: #212529;
    transition: 1s;
}

.services-selection:hover {
    box-shadow: 0 15px 30px rgba(102, 113, 228, 0.50);
    transition: 1s;
}

.services-description p:nth-child(1) {
    text-align: center;
    color: #333333;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
}

.services-description p:nth-child(2) {
    text-align: center;
    color: #333333;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    font-family: 'Roboto', sans-serif;
}


/***** PARALLAX SECTION FOR MY SKILLS SECTION *****/

.parallax {
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    height: 650px;
    background-size: cover;
    text-decoration-style: none;
    background-attachment: fixed;
}


/***** SKILLS SECTION *****/

#skills {
    font-family: 'Montserrat', sans-serif;
    list-style: none;
}

.skills-title {
    padding-top: 70px;
    text-align: center;
    padding-bottom: 60px;
    font-weight: 300;
    color: white;
    font-size: 38px;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
}

.skills-title span {
    color: #00B0DC;
}

.skills,
li {
    margin-bottom: 24px;
    position: relative;
    width: 100%;
    display: block;
}

#skills h6 {
    margin-top: 15px;
    margin-bottom: 10px;
}

#skills h6 {
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #fff;
}

#skills h6:nth-last-child(2) {
    font-weight: 900;
    font-size: 13px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    float: right;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.bar {
    background: white;
    display: block;
    height: 16px;
    border-radius: 10px;
    overflow: hidden;
}

.bar span {
    height: 18px;
    border-radius: 8px;
    float: left;
    background: #00B0DC;
}

.flutter {
    width: 35%;
    animation: flutter 10s;
    animation-duration: 100;
}

.javascript {
    width: 75%;
    animation: javascript 10s;
}

.bootstrap {
    width: 90%;
    animation: bootstrap 10s;
}

.kotlin {
    width: 50%;
    animation: kotlin 10s;
}

.jquery {
    width: 60%;
    animation: jquery 10s;
}

.php {
    width: 70%;
    animation: php 10s;
}

.laravel {
    width: 60%;
    animation: laravel 10s;
}

.python {
    width: 50%;
    animation: python 10s;
}

/**** KEYFRAMES ANIMATION FOR SKILLS SECTION   ****/

@keyframes flutter {
    0% {
        width: 0%;
    }
    100% {
        width: 45%;
    }
}

@keyframes javascript {
    0% {
        width: 0%;
    }
    100% {
        width: 85%;
    }
}

@keyframes bootstrap {
    0% {
        width: 0%;
    }
    100% {
        width: 90%;
    }
}

@keyframes kotlin {
    0% {
        width: 0%;
    }
    100% {
        width: 50%;
    }
}

@keyframes jquery {
    0% {
        width: 0%;
    }
    100% {
        width: 60%;
    }
}

@keyframes php {
    0% {
        width: 0%;
    }
    100% {
        width: 70%;
    }
}

@keyframes laravel {
    0% {
        width: 0%;
    }
    100% {
        width: 60%;
    }
}

@keyframes python {
    0% {
        width: 0%;
    }
    100% {
        width: 50%;
    }
}

#skills container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#skills col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

#skills col-md-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


/******* MY PORTFOLIO SECTION ******/

#portfolio {
    padding-top: 60px;
}

.gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

@media (max-width: 450px) {
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }
}

.gallery-block.compact-gallery .item {
    overflow: hidden;
    margin-bottom: 0;
    background: black;
    opacity: 1;
}

.lightbox img {
    border-style: none;
    vertical-align: middle;
}

.gallery-block.compact-gallery .item .image {
    transition: 0.8s ease;
}

.gallery-block.compact-gallery .item .info {
    position: relative;
    display: inline-block;
}

.gallery-block.compact-gallery .item .description {
    display: grid;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    line-height: 18px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 1;
    color: #fff;
    transition: 0.8s ease;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.39));
}

.gallery-block.compact-gallery .item .description .description-heading {
    font-size: 1em;
    font-weight: bold;
}

.gallery-block.compact-gallery .item .description .description-body {
    font-size: 0.8em;
    margin-top: 10px;
    font-weight: 300;
}

@media (min-width: 576px) {
    .gallery-block.compact-gallery .item .description {
        opacity: 0;
    }
    .gallery-block.compact-gallery .item a:hover .description {
        opacity: 1;
    }
    .gallery-block .zoom-on-hover:hover .image {
        transform: scale(1.3);
        opacity: 0.7;
    }
}


/*COUNTER STARTS*/


/*COUNTER ENDS*/


/******* MY EXPERIENCE SECTION *****/

#experience {
    padding-top: 70px;
    background-color: #fff;
    text-align: center;
}

.experience-title {
    text-align: center;
    padding-bottom: 40px;
    font-weight: 300;
    font-size: 38px;
    line-height: 44px;
    font-family: 'Montserrat', sans-serif;
}

.experience-title span {
    color: #00B0DC;
}

.experience-selection {
    padding: 10px;
    margin-bottom: 40px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 8px;
    box-shadow: -5px -2px 5px 2px rgba(1, 113, 228, 0.1);
    text-align: center;
}

.experience-description p:nth-child(1) {
    text-align: left;
    color: #333333;
    font-weight: 600;
    font-size: 16px;
    line-height: 10px;
    font-family: 'Montserrat', sans-serif;
}

.experience-description p:nth-child(2) {
    text-align: left;
    color: #00b0dc;
    font-weight: 600;
    font-size: 15px;
    line-height: 10px;
    font-family: 'Montserrat', sans-serif;
}

.experience-description p:nth-child(3) {
    text-align: left;
    color: #333333;
    font-weight: 600;
    font-size: 14px;
    line-height: 10px;
    font-family: 'Montserrat', sans-serif;
}

.experience-description p:nth-child(4) {
    text-align: left;
    color: #333333;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    font-family: 'Roboto', sans-serif;
}


/*Parallax for Testimonial*/

#parallax {
    background-image: url(/img/tunnel.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 650px;
    background-size: cover;
    text-decoration-style: none;
    background-attachment: fixed;
}


/*Testimonials*/

.card {
    border-radius: 10px;
    ;
}

#testimonial.container {
    box-sizing: content-box;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.testimonial-title {
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    font-size: 40px;
    line-height: 44px;
    font-family: 'Montserrat', sans-serif;
}

.testimonial-title span {
    color: #00B0DC;
}

.t-qot {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    float: left;
    letter-spacing: 0;
    line-height: 1.8;
}

.t-det {
    margin-top: 5px;
    float: left;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    margin: 10px 0 0;
}

.t-det p {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    color: #333333;
    font-weight: 100;
    margin: 10px 0 0;
}

.card-body i {
    font-size: 30px;
    color: #00B0DC;
}

.card-body .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 30px;
}

.fa-quote-left:before {
    content: "\f10d";
}

.t-det {
    float: left;
    text-align: center;
}

#testimonial {
    padding: 100px 0;
}

#testimonial span {
    color: #00b0dc;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-btn.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev:before,
.slick-next:before {
    font-family: "FontAwesome";
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -40px;
}

.slick-prev:before {
    content: "";
}

.slick-next {
    right: -40px;
}

.slick-next:before {
    content: "";
}


/*Contact*/

.contact-title {
    margin-top: 70px;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    font-size: 40px;
    line-height: 44px;
    font-family: 'Montserrat', sans-serif;
}

.contact-title span {
    color: #00B0DC;
}

.right-contact-text {
    margin-left: 60px;
}

.right-contact-text i {
    color: #00B0DC;
    font-size: 25px;
    margin-bottom: 10px;
}

.right-contact-text h2 {
    margin-top: 2px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #333333;
    letter-spacing: 3px;
}

.right-contact-text p {
    line-height: 21px;
    letter-spacing: 2px;
    font-size: 12px;
    color: #777;
}

.btn.btn-send {
    background: #00B0DC;
    color: #ffffff;
    border-radius: 0;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
}


/*footer*/

#footer {
    margin-top: 50px;
    background: #000;
    padding: 50px;
}

#footer .logo {
    width: 100px;
    height: 100px;
    float: left;
    box-sizing: none;
    border: none;
}

#footer .logo,
img {
    border-style: none;
}

#footer p {
    font-size: 16px;
}

.cpt {
    margin-top: 20px;
    letter-spacing: 0.3px;
}

.cpt span {
    color: #00B0DC;
    letter-spacing: 0.4px;
}

.social-icon {
    float: right;
    margin-top: 20px;
}

.social-icon ul li {
    display: inline;
    padding: 0;
    margin: 0 5px;
}

.social-icon ul li a {
    text-decoration: none;
    display: inline-block;
    font-size: 28px;
    height: 34px;
    line-height: 34px;
    letter-spacing: 10px;
    color: #fff;
}

.social-icon ul li a:hover {
    color: #00B0DC;
}


/*FOOTER ENDS*/


/* BACK TO TOP BUTTON*/

#btt {
    background: #00b0dc95;
    z-index: 9998;
    border: 2px solid white;
    display: inline;
    border-radius: 10px;
    position: fixed;
    bottom: 26px;
    right: 26px;
    width: 29px;
    height: 29px;
    pa
}

#btt .text-center {
    text-align: center !important;
}

#btt:hover {
    background: #00b0dc;
    box-shadow: 5px 10px 25px #555;
    color: #fff;
}

#btt i {
    color: #fff;
    font-size: 12px;
    padding: 7px;
}

#btt i:hover {
    color: #fff;
}