@import url(https://fonts.googleapis.com/css?family=Lato);

.carousel-inner .carousel-item {
    height: 80vh !important;
}

.banner {
    /* padding-top: 0px; */
    height: 90vh;
    background-position: center;
    background-repeat: no-repeat;


}

.main-menu-logo {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    background-color: #f9fcff;
    background-image: linear-gradient(147deg, #f9fcff 0%, #dbe9f7d4 74%);
    /* background: #e9edfe; */
}

.navbar-brand {
    font-size: 30px;
    font-weight: bold;
    color: #fff !important;
}

.nav-item a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px !important;
    color: #522 !important;
}

.nav-item a:hover {
    color: #000 !important;
}

.carousel-caption {
    bottom: 40%;
    display: block !important;
}

.carousel-caption h1 {
    font-size: 100px;
    letter-spacing: 2px;
    color: #ffb221;

}

.carousel-caption h2 {
    font-size: 80px;
    letter-spacing: 2px;
    color: #24fbfd;
}

.carousel-caption h3 {
    font-size: 60px;
    letter-spacing: 2px;
    color: #c49dff;
}

@media (min-width: 0px) and (max-width: 768px) {
    .carousel-caption {
        bottom: 30%;
        display: block !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        letter-spacing: 2px;
    }

    .carousel-caption h2 {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .carousel-caption h3 {
        font-size: 18px;
        letter-spacing: 2px;
    }

    .carousel-inner .carousel-item {
        height: 350px !important;
        background-position: center;

    }

    .banner {
        /* padding-top: 0px; */
        height: 350px;
        background-position: center;



    }

}

/* .nav-item a:hover {
    background-color: #bfcafa;
    padding: 20px;

    border-radius: 25px;
} */

/* slider */

/* navigation */
:root {
    --primary: #FE5000;
}

/* .container {
    width: 1200px;
    display: table;
    margin: 0 auto;
} */

.steps {
    position: relative;
    margin-top: 32px;
}

.steps img {
    max-width: 100%;
}

.steps .steps-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px 0;
}

@media (min-width: 1200px) {
    .steps .steps-container {
        align-items: end;
        justify-content: start;
        flex-direction: row;
    }
}

.steps .steps-container:after {
    content: "";
    position: absolute;
    width: 8px;
    background-color: #18235a;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
}

.steps .steps-container:first-child:after {
    top: 80%;
}

.steps .steps-container:last-child:after {
    bottom: 10%;
}

.steps .steps-container .step-line {
    width: 101px;
    background-color: #FE5000;
    height: 21px;
    margin-top: 41px;
    flex-shrink: 0;
    align-self: end;
    box-shadow: 14px 11px 21px rgba(0, 11, 30, 0.1);
    display: none;
}

@media (min-width: 1200px) {
    .steps .steps-container .step-line {
        display: block;
    }
}

.steps .steps-container.left {
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}

@media (min-width: 1200px) {
    .steps .steps-container.left {
        justify-content: end;
        flex-direction: row-reverse;
    }
}

.steps .steps-container.left .step-line {
    box-shadow: -13px 13px 21px rgba(0, 11, 30, 0.1);
}

.steps .steps-container.left .content:after {
    left: 0;
    right: -16px;
}

@media (min-width: 1202px) {
    .steps .steps-container.left .content:after {
        right: -30px;
    }
}

.steps .steps-container.center {
    justify-content: space-between;
}

.steps .steps-container.center .step-line:last-child {
    box-shadow: -13px 13px 21px rgba(0, 11, 30, 0.1);
}

.steps .steps-container.center .content:last-child:after {
    left: 0;
    right: -16px;
}

@media (min-width: 1202px) {
    .steps .steps-container.center .content:last-child:after {
        right: -30px;
    }
}

.steps .steps-container.bg-orange .step-line {
    background-color: #fff;
}

.steps .steps-container.bg-orange .content {
    background-color: #3b3679;
    color: #fff;
}

.steps .steps-container.bg-orange .content h2 {
    color: #fff;
}

.steps .steps-container.bg-orange .content:after {
    background: #fff;
}

.steps .steps-container.bg-orange .content .year {
    color: #fff;
}

.steps .steps-container.bg-white .step-line {
    background-color: #0b3956;
}

.steps .steps-container.bg-white .content {
    background-color: #0b3956;
    color: #fff;
}

.steps .steps-container.bg-white .content h2 {
    color: #fff;
}

.steps .steps-container.bg-white .content:after {
    background: #0b3956;
}

.steps .steps-container.bg-white .content .year {
    color: #fe5000;
}

.steps .steps-container .content {
    padding: 24px;
    position: relative;
    max-width: 460px;
    box-shadow: 0px -3px 23px rgba(0, 11, 30, 0.1);
    margin: 0 0 91px;
    flex-basis: auto;
}

@media (min-width: 1200px) {
    .steps .steps-container .content {
        margin: 0 0 21px;
        flex-basis: 460px;
    }
}

.steps .steps-container .content .year {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin: 0 0 16px;
}

.steps .steps-container .content:after {
    content: "";
    position: absolute;
    left: -16px;
    bottom: -21px;
    height: 150px;
    right: 0;
    z-index: -1;
    box-shadow: 0px 16px 27px rgba(0, 11, 30, 0.1);
    display: none;
}

@media (min-width: 1202px) {
    .steps .steps-container .content:after {
        left: -30px;
    }
}

@media (min-width: 768px) {
    .steps .steps-container .content:after {
        display: block;
    }
}

.steps .steps-container .content p {
    font-size: 13px;
    line-height: 24px;
}

.steps .steps-container .content h2 {
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 0.34px;
    line-height: 30px;
    margin: 0 0 18px;
}

.steps .steps-container .content .hidden-elements-box {
    display: none;
    padding-bottom: 60px;
}

/* .steps .steps-container .content button.icon-toggle-box {
    background-color: #fff;
    border: 0;
    outline: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../Img/icon-btn.png);
    background-position: center;
    background-size: 100%;
}

*/
.steps .steps-container .content button.icon-toggle-box.clicked {
    background-image: url(../Img/icon-btn-clicked.png);
}

.steps .steps-container .date {
    font-weight: 900;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
    background-color: var(--primary);
    border-radius: 50%;
    flex-shrink: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 777;
    position: absolute;
    text-align: center;
    line-height: 1;
    left: calc(50% - 40px);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
    bottom: 0;
    padding: 0 3px;
    word-break: break-word;
    z-index: 1;
}

.steps .steps-container .date.small {
    font-size: 14px;
    color: var(--primary);
    width: 26px;
    height: 26px;
    background-color: #0b3956;
    left: calc(50% - 10px);
    /* left: calc(50% - 17px); */
    /* bottom: 24px; */
}

.bg-orange p {
    color: #fff;
}

/* timeline */

.footerbg {
    background: linear-gradient(to right, rgb(93 104 167), rgb(1 19 19 / 77%)), url(../images/aariv_clinic_footer.png);
    background-position: top center;
    background-repeat: repeat;
    width: 100%;
}

/* achievement timeline */
/* Import */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUZiYA.ttf) format('truetype');
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYA.ttf) format('truetype');
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZosUZiYA.ttf) format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wlxdr.ttf) format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdr.ttf) format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7g.ttf) format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdr.ttf) format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdr.ttf) format('truetype');
}

/* Variables */
/* Base */
body {
    background: #252827;
    font-size: 16px;
}

strong {
    font-weight: 600;
}

h1 {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.5px;
    color: white;
    font-weight: 100;
    font-size: 2.4em;
}

#content {
    margin-top: 50px;
    text-align: center;
}

/* Timeline */
.timeline {
    /* border-left: 4px solid #71899d; */
    border-left: 4px solid #ffff;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Source Sans Pro', sans-serif;
    margin: 15px auto;
    letter-spacing: 0.5px;
    position: relative;
    /* line-height: 1.4em; */
    font-size: 1.03em;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    list-style: none;
    text-align: left;
    font-weight: 100;
    /* max-width: 80%; */
    background: #f6f6f630;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;

}

.timeline h1,
.timeline h2,
.timeline h3 {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.5px;
    font-weight: 100;
    font-size: 1.4em;
}

.timeline p {
    padding-right: 25px;
    color: #000;
    font-family: 'Roboto';
    font-size: 15px;
}

.timeline .event {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 25px;
    /* margin-bottom: 50px; */
    position: relative;
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -217.5px;
    color: rgba(255, 255, 255, 0.4);
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

.timeline .event:after {
    box-shadow: 0 0 0 4px #f6f6f6;
    left: -57.85px;
    background: #d8031c;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 5px;
}

/* achievement timeline */

/* scroll */
#button {
    display: inline-block;
    background-color: #d8031c;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

/* Styles for the content section */



@media (min-width: 500px) {
    .content {
        width: 43%;
    }

    #button {
        margin: 30px;
    }
}

.patternbg {
    background-image: url(../images/pattern.png);
    width: 100%;

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.textclr {
    color: #1D2A4D !important;
    font-family: 'Roboto Condensed';

}

.brbg {
    border: 2px solid #1D71B8;
}

.zoom-in-zoom-out {

    animation: zoom-in-zoom-out 40s ease-out infinite;
}

@keyframes zoom-in-zoom-out {




    100% {
        transform: scale(1.3, 1.3);
    }
}

/* scroll */

.section_title h2 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-family: 'Roboto Condensed';
    font-size: 42px;
    color: #1D2A4D;
}

.section_title h2:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -14px;
    background-color: #b80000;
}

.section_title h2:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 12px;
    left: 50%;
    margin-left: -50px;
    background-color: #b80000;
}

/* timeline */


.timelines ul {
    padding: 50px 0;
}

.timelines ul li {
    background: #1e5595;
    position: relative;
    margin: 0 auto;
    width: 5px;
    border-radius: 50px;
    padding-bottom: 40px;
    list-style-type: none;
}

.timelines ul li:last-child {
    padding-bottom: 7px;
}

.timelines ul li:before {
    content: "";
    background: #faf8eb;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 20px;
    height: 20px;
    border: 3px solid #d8031c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.timelines ul li .hidden {
    opacity: 0;
}

.timelines ul li .content {
    background: #67CC8E;
    position: relative;
    top: 7px;
    width: 450px;
    padding: 7px;

    transition: all 0.4s ease-in-out;
    z-index: 14;
    box-shadow: 7px 6px 15px 0px rgba(0, 0, 0, 0.25);
}

.timelines ul li .content * {
    color: #fff;
}

/* ***************** non vosible elements ***************** */
.timelines ul li .content.non-focus::before {
    display: none;
}

.timelines ul li .content.non-focus {
    transform: rotate(20deg);
    opacity: 0.4;
    filter: blur(5px);
    z-index: 11;
}

/* ***************** non vosible elements ***************** */

.timelines ul li .content {
    color: #d2d2d2;
    background: #e6e6e6;
}

.timelines ul li .content p {
    text-align: left;
}

.timelines ul li .content:before {
    content: "";
    background: inherit;
    position: absolute;
    top: 0px;
    width: 38px;
    height: 5px;
}

.timelines ul li:nth-child(odd) .content {
    left: 50px;
    background: #1e5595;
    border-radius: 0px 4px 4px 4px;
}

.timelines ul li:nth-child(odd) .content:before {
    left: -38px;
}

.timelines ul li:nth-child(even) .content {
    left: calc(-450px - 45px);
    background: #1e5595;
    border-radius: 4px 0px 4px 4px;
}

.timelines ul li:nth-child(even) .content:before {
    right: -38px;
}

/* **** custom css*/
.timeline-content-info {
    display: flex;
    justify-content: space-between;
    border-radius: 4px;
    padding: 2%;
    background-color: #d8031c;
    border: 2px solid #fff;
}

.content-skills {
    margin: 15px 0px 0px 0px;
}

.content-skills span {
    background: #d8031c;
    border-radius: 4px;
    padding: 2px;
}

/*****************/
/* -------------------------
     ----- Media Queries ----- 
     ------------------------- */
@media screen and (max-width: 1020px) {
    .timelines ul li .content {
        width: 41vw;
    }

    .timelines ul li:nth-child(even) .content {
        left: calc(-41vw - 45px);
    }
}

@media screen and (max-width: 700px) {
    .timelines ul li {
        margin-left: 20px;
    }

    .timelines ul li .content {
        width: calc(100vw - 100px);
    }

    .timelines ul li:nth-child(even) .content {
        left: 45px;
        background: #01016f;
        border-radius: 0px 4px 4px 4px;
    }

    .timelines ul li:nth-child(even) .content:before {
        left: -33px;
    }
}

.text-timelines {
    font-size: 18px;

}

.timeline-content-info-title {
    font-size: 21px;
    font-family: "Lato", sans-serif;
    font-weight: 500;

}

a {
    text-decoration: none;
    font-size: 20px;
}

.navbar-nav li {
    display: inline-block;
    list-style: none;
    position: relative;
}

.navbar-nav li::after {
    content: '';
    display: block;
    height: 3px;
    /*   width: 0; */
    background-color: #d8031c;
    /*   transform: translateX(50%); */
    /*   animation-name: width;
    animation-duration: 2s; */
    transition-property: left, right, width;
    transition-duration: 1s;
    transition-timing-function: ease-out;
    position: absolute;
    left: 50%;
    right: 50%;
}

.navbar-nav li:hover::after {
    /*   width: 35px; */
    left: 0;
    right: 0;
}

.bgpattern {
    background-image: url(../images/p2.png);
    width: 100%;
    padding-top: 25px;
    margin-bottom: 50px;
    background-repeat: repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}



.text-dark1 {
    color: #d8031c;
    font-family: Tahoma, sans-serif;
}

.textsize1 {
    font-size: 14px;
}

.bgimg {
    background: linear-gradient(rgb(14 49 83 / 82%), rgb(87 204 195 / 30%)), url(../images/1.png);
    background-position: center center;
    background-repeat: repeat;
    width: 100%;
    height: 200px;
}

.textbg {
    padding-top: 80px;
    font-family: Tahoma, sans-serif;
    font-weight: 700;
}

.bg-1 {
    background: red;
}

.bg-2 {
    background: red;
}

.section-bg1 {
    background: linear-gradient(rgb(228 233 237), rgb(255 255 255 / 53%));
    width: 100%;
}

.patternbg1 {
    transition: all 1s;
    max-width: 90%;
    height: auto;
    margin: 0 auto;
    display: block;
    border-radius: 1em;
    box-shadow: 1em 1em 5px rgb(87 204 195);
}

.bgsv {
    background: url(../images/bg1.png);
    background-position: center center;
    background-repeat: repeat;
    width: 100%;

}

.blogbg {
    background: linear-gradient(rgb(240 247 255), rgb(233 224 224 / 72%));
}

.contact-info-icon {
    height: 50px;
    width: 50px;
    background-color: #991d1d;
    text-align: center;
    border-radius: 15px;
}

.contact-info-icon i {
    font-size: 30px;
    line-height: 70px;
}

.bgcontact {
    background: linear-gradient(rgb(255 255 255 / 29%), rgb(255 255 255)), url(../images/bg2.png) !important;
    background-position: right;

    background-repeat: repeat;
    width: 100%;
}

.bggallery {
    background: url(../images/bg3.png) !important;
    background-position: center right;
    background-repeat: repeat;
    width: 100%;
}

@media (min-width: 0px) and (max-width: 768px) {

    .banner {
        height: 40vh;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

/* timeline */