@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
}
body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: 'Montserrat', sans-serif !important;
}
nav.navbar {
    background: #141b42 !important;
    padding: 0.8rem 100px;
    border-bottom: 1px solid #ccc;
}
.navbar.main {
    margin-top: 65px;
    background: #fff !important;
}
.navbar .navbar-brand {
    color: #fff !important;
}
button.navbar-toggler:focus,
button.navbar-toggler:active {
    outline: none;
    border: none;
    box-shadow: none;
}
.navbar-toggler .line{
    background: #fff !important;
    height: 2px;
    border-radius: 3px;
    width: 30px;
    margin: 5px;
}
.navbar-nav .nav-link {
    color: #fff !important;
    font-size: 14px;
}
.navbar .navbar-nav .nav-link:hover {
    color: #ccc !important;
}
.navbar.main .navbar-nav .nav-link {
    color: #000 !important;
}
.navbar.main .navbar-nav .nav-link:hover {
    color: #949494 !important;
}
.sidenav {
    width: 100vw;
    height: 100vh;
    background: rgba(20, 27, 66, 0.98);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
}
.sidenav.show{
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
}
.sidenav .close{
    position: absolute;
    right: 40px;
    top: 5px;
    padding: 10px;
    float: right;
}
.sidenav ul {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px 0 0 0;
    margin: auto;
    height: 70%;
}
.sidenav ul li {
    display: block;
    text-align: center;
}
.sidenav ul li a,
.sidenav ul li a:hover {
    color: #fff;
}
.contact-links a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    margin: 0 15px;
    white-space: nowrap;
}
.contact-links a:hover {
    color: #ccc !important;
}
.contact-links a .fa {
    margin-right: 5px;
}
.btn {
    font-size: 13px !important;
}
.btn-rounded {
    border-radius: 50px !important;
}
.btn-outline-default {
    border: 2px solid #141b42 !important;
    color: #141b42 !important;
}
.btn-outline-default:hover,
.btn-outline-default:active,
.btn-outline-default:focus {
    color: #fff !important;
    background: #141b42 !important;
}
.btn-default {
    color: #fff !important;
    background: #141b42 !important;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    background: #1d2868 !important;
}
.banner-section {
    width: 100%;
    background: linear-gradient(rgba(20, 27, 66, 0.85),rgba(20, 27, 66, 0.9)),url(../images/background.jpg) center/cover no-repeat;
}
.banner-section .welcome-text {
    padding: 160px 100px;
    text-align: center;
    color: #fff;
}
.banner-section .welcome-text h1 {
    font-weight: bolder;
    font-size: 40px;
    margin-bottom: 30px;
}
.banner-section .welcome-text p {
    font-size: 18px;
    margin-bottom: 30px;
}
#cursor {
	display: inline-block;
	vertical-align: middle;
    margin-left: 3px;
	width: 2px;
	height: 18px;
	background-color: #fff !important;
	animation: blink .75s step-end infinite;
}
section {
    padding: 100px;
    color: #3c3e41;
}
section h1{
    font-size: 30px;
    font-weight: bolder;
}
section p{
    font-size: 16px;
}
.profile-section img{
    border-radius: 10px;
    max-width: 100%;
}
.block-wrapper {
    margin-bottom: 30px;
}
.main-timeline {
    position: relative
}

.main-timeline:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #c6c6c6;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    margin-bottom: 20px;
    position: relative
}

.main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both
}

.main-timeline .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.main-timeline .icon:before,
.main-timeline .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .icon:before {
    background: #fff;
    border: 2px solid #232323;
    left: -3px
}

.main-timeline .icon:after {
    border: 2px solid #c6c6c6;
    left: 3px
}

.main-timeline .timeline:hover .icon:before {
    left: 3px
}

.main-timeline .timeline:hover .icon:after {
    left: -3px
}

.main-timeline .date-content {
    width: 50%;
    float: left;
    margin-top: 22px;
    position: relative
}

.main-timeline .date-content:before {
    content: "";
    width: 36.5%;
    height: 2px;
    background: #c6c6c6;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0
}

.main-timeline .date-outer {
    width: 80px;
    height: 80px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    z-index: 1
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
    content: "";
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .date-outer:before {
    background: #fff;
    border: 2px solid #232323;
    left: -6px
}

.main-timeline .date-outer:after {
    border: 2px solid #141b42;
    left: 6px
}

.main-timeline .timeline:hover .date-outer:before {
    left: 6px
}

.main-timeline .timeline:hover .date-outer:after {
    left: -6px
}

.main-timeline .date {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 15%;
    left: 0
}

.main-timeline .month {
    font-size: 15px;
    font-weight: 700
}

.main-timeline .year {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #232323;
    line-height: 36px
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right
}

.main-timeline .title {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 15px 0
}

.main-timeline .description {
    margin-bottom: 0
}

.main-timeline .timeline:nth-child(2n) .date-content {
    float: right
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
    left: 10px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px 50px 20px 0;
    text-align: right
}
.fixed-scroller {
    position: relative !important;
}
.fixed-scroller .fixed-side-content {
    position: fixed;
    padding: 30px;
    background: #141b42;
    height: 400px;
    border-radius: 10px;
    left: 100px;
    width: 25%;
}
.fixed-scroller .fixed-side-content a {
    font-size: 16px;
    font-weight: 500;
    color: #ccc;
    text-decoration: none;
}
.fixed-scroller .fixed-side-content a.active,
.fixed-scroller .fixed-side-content a:hover {
    font-weight: bolder;
    color: #fff;
    margin-left: 10px;
    text-decoration: none;
    transition: all linear 0.3s;
}
.post-sticky-section .item {
    padding: 20px;
    border-top: 1px solid #ccc;
    margin-bottom: 0;
}
.post-sticky-section .year {
    white-space: nowrap;
    margin-right: 80px;
    font-weight: bold;
    font-size: 18px;
    width: 50px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 20px;
    margin: 10px 0;
    color: #242424;
    border: 1px solid #B7B7B7;
}
.contact-form input:active,
.contact-form input:focus,
.contact-form textarea:active,
.contact-form textarea:focus {
    border: 1px solid #141b42;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #242424;
}
.contact-form .btn-send {
    background: #141b42;
    width: 180px;
    height: 60px;
    color: #FFFFFF;
    font-weight: 700;
    margin: 20px 0;
    border: none;
}

.contact-form .btn-send:hover {
    background: #1d2868;
}

.other-details {
    padding: 10px 40px;
}
.other-details .d-flex {
    margin-bottom: 30px;
}
.other-details span {
    font-size: 25px;
    margin-right: 20px;
    color: #1d2868 !important;
}
.other-details a {
    font-size: 16px;
    color: #3c3e41;
    text-decoration: none;
    font-weight: 400;
}

.other-details a:hover {
    color: #141b42;
}

footer {
    background: #141b42;
    color: #fff;
    font-size: 14px;
    padding: 20px 30px;
}
footer a {
    color: #fff;
    font-weight: 500;
}

footer a:hover {
    color: #fff;
}

@media screen and (max-width: 1000px) {
    nav.navbar {
        padding: 0.8rem 80px;
    }
}

@media only screen and (max-width: 991px) {
    .main-timeline .date-content {
        margin-top: 35px
    }
    .main-timeline .date-content:before {
        width: 22.5%
    }
    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px
    }
    .main-timeline .title {
        font-size: 17px
    }
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0
    }
    /* .post-sticky-section .year {
        white-space: nowrap;
        margin-right: 80px;
        font-weight: bold;
        font-size: 18px;
        width: 20px;
    } */
}

@media only screen and (max-width: 767px) {
    .main-timeline:before {
        margin: 0;
        left: 7px
    }
    .main-timeline .timeline {
        margin-bottom: 20px
    }
    .main-timeline .timeline:last-child {
        margin-bottom: 0
    }
    .main-timeline .icon {
        margin: auto 0
    }
    .main-timeline .date-content {
        width: 95%;
        float: right;
        margin-top: 0
    }
    .main-timeline .date-content:before {
        display: none
    }
    .main-timeline .date-outer {
        width: 110px;
        height: 110px
    }
    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after {
        width: 110px;
        height: 110px
    }
    .main-timeline .date {
        top: 30%
    }
    .main-timeline .year {
        font-size: 24px
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0
    }
    .main-timeline .title {
        margin-bottom: 10px
    }
    .other-details {
        padding: 30px 10px;
    }
}

@media screen and (max-width: 750px) {
    nav.navbar {
        padding: 0.8rem 40px;
    }
    .banner-section .welcome-text {
        padding: 120px 40px;
    }
    .banner-section .welcome-text h1 {
        font-size: 40px;
    }
    .profile-section img{
        margin-bottom: 40px;
    }
    .banner-section .welcome-text p {
        font-size: 14px;
    }
    section {
        padding: 100px 40px;
    }
    section h1{
        font-size: 40px;
    }
    section p{
        font-size: 14px;
    }
}

@media screen and (max-width: 500px) {
    nav.navbar {
        padding: 0.8rem 20px;
    }
    .banner-section .welcome-text {
        padding: 120px 20px;
    }
    .banner-section .welcome-text h1 {
        font-size: 30px;
    }
    .banner-section .welcome-text p {
        font-size: 14px;
    }
    section {
        padding: 100px 20px;
    }
    section h1{
        font-size: 28px;
    }
    section p{
        font-size: 14px;
    }
    .post-sticky-section .item {
        padding: 20px;
    }
    /* .post-sticky-section .year {
        margin-right: 60px;
        font-size: 16px;
    } */
    .post-sticky-section .year {
        white-space: nowrap;
        margin-right: 60px;
        font-weight: bold;
        font-size: 16px;
        width: 20px;
    }
    #experience .year {
        width: 50px;
    }
}