@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'montserrat';
    src: url('fonts/montserrat-web/montserratalternates-medium1-webfont.woff2') format('woff2'), url('fonts/montserrat-web/montserratalternates-medium1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* bootstrap-navbar */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html::-webkit-scrollbar {
    width: 0vw;
    position: absolute;
    margin-right: 20px;
    left: 100px;
}

html::-webkit-scrollbar-thumb {
    background-color: #303030;
    border-radius: 100px;
    position: absolute;
    left: 100px;
}

html::-webkit-scrollbar-thumb:hover {
    background-color: #777;
}

html::-webkit-scrollbar-track {
    background-color: none;
    position: absolute;
    left: 100px;
}

html::-webkit-scrollbar-track:hover {
    background-color: #555;
}

.hOh {
    width: 100%;
    background-color: #ffffff;
    height: 80px;
    z-index: 1;
}


/* @media(max-width:767px) {
    .hOh {
        width: 100%;
        background-color: #ffffff;
        height: 70px;
        z-index: 1;
    }
    body {
        padding-top: 20px;
    }
} */

.navbar navbar-expand-md navbar-light {
    padding: 0;
}

.nav-item {
    height: 80px;
    border: rgb(0, 116, 166);
}


/* .nav-item:hover {
    cursor: pointer;
    background: transparent;
    transition: transform 0.5s;
    background: #ffc614;
    /* transform: scale(1.05); */


/* a.nav-link {
    color: #303030;
    line-height: 20px;
    font-family: 'montserrat';
    font-style: normal;
    padding-top: 30px;
    height: 80px;
    /* width: 110px;
      text-align: center; */


/* .nav-link:hover {
    color: #FFF;
} */


/* .nav-link:hover {
      color: rgb(255, 255, 255)!important;
  } */

@media(max-width:767px) {
    .nav-link {
        text-align: center;
        /* width: -50px;
          padding-left: 15px; */
    }
    .navbar-collapse {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    a.nav-link {
        text-align: center;
        line-height: 4px;
    }
    .nav-item {
        height: 62px;
        border: rgb(0, 116, 166);
    }
}

.navbar .navbar-nav .nav-link:hover {
    color: #303030;
}

@media(min-width:766px) {
    a.nav-link {
        color: #303030;
        line-height: 20px;
        font-family: 'montserrat';
        font-style: normal;
        padding-top: 30px;
        width: 110px;
        text-align: center;
    }
}

a.navbar-brand {
    color: #303030;
    font-family: 'montserrat';
    font-style: normal;
    font-size: 24px;
    line-height: 29px;
}

a.navbar-brand:hover {
    color: #3574b7;
}

.navbar-toggler {
    border: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}


/* Lines of the Toggler */

.toggler-icon {
    width: 30px;
    height: 3px;
    background-color: #303030;
    display: block;
    transition: all 0.2s;
}


/* Adds Space between the lines */

.middle-bar {
    margin: 5px auto;
}


/* State when navbar is opened (START) */

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}


/* State when navbar is opened (END) */


/* State when navbar is collapsed (START) */

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}


/* State when navbar is collapsed (END) */


/* Color of Toggler when collapsed */

.navbar-toggler.collapsed .toggler-icon {
    background-color: #0B3058;
}


/* image slider section */


/* html,
body {
    background: #F7F5E6;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
} */

.slider {
    margin: 0 auto;
    max-width: 100vw;
}

.slide_viewer {
    height: 276px;
    overflow: hidden;
    /* position: relative; */
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.slide_group {
    height: 100%;
    position: relative;
    width: 100%;
    left: 0px;
}

.head {
    position: absolute;
    z-index: 1;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 43px;
    color: #FFF;
}

@media(max-width:450px) {
    .head {
        padding-bottom: 0px;
    }
}

#s-1,
#s-2,
#s-3,
#s-4 {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
}

#s-1:first-child {
    display: block;
}

#s-1:nth-of-type(1) {
    background: #b9b9b9;
}

#s-2:nth-of-type(2) {
    background: #9d9d9d;
}

#s-3:nth-of-type(3) {
    background: #606060;
}

#s-4:nth-of-type(4) {
    background: #D1D1D4;
}

.slide_buttons {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

a.slide_btn {
    color: #303030;
    font-size: 42px;
    margin: 0 0.175em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.slide_btn.active,
.slide_btn:hover {
    color: #ffc614;
    cursor: pointer;
}

.directional_nav {
    height: 190px;
    margin: 0 auto;
    /* max-width: 940px; */
    position: relative;
    top: -340px;
}

.previous_btn {
    bottom: 0;
    left: 100px;
    margin: auto;
    position: absolute;
    top: 0;
    padding-top: 140px;
}

.next_btn {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 100px;
    top: 0;
    padding-top: 140px;
}

.previous_btn,
.next_btn {
    cursor: pointer;
    height: 65px;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 65px;
}

.previous_btn:hover,
.next_btn:hover {
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .previous_btn {
        left: 50px;
        overflow: hidden;
    }
    .next_btn {
        right: 50px;
        overflow: hidden;
    }
}

#slider,
#a-w,
.slide-content {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

#a-w {
    position: absolute;
    z-index: 0;
}

#s-1,
#s-2,
#s-3,
#s-4 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* .slide1 {
    background-image: url("https://images.pexels.com/photos/7709166/pexels-photo-7709166.jpeg?cs=srgb&dl=pexels-mart-production-7709166.jpg&fm=jpg");
} */


/* .slide2 {
    background-image: url("https://static.pexels.com/photos/302892/pexels-photo-302892.jpeg");
}

.slide3 {
    background-image: url("https://static.pexels.com/photos/226633/pexels-photo-226633.jpeg");
} */

.slide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.slide-content span {
    font-size: 5rem;
    color: #fff;
}


/* question section */

.question2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #303030;
    justify-content: center;
    /* padding-top: 126.05000000000001px; */
    padding-bottom: 80px;
}

#about {
    color: #303030;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 44px;
    /* or 220% */
    display: flex;
    align-items: center;
    text-align: center;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 140px;
}


/* footer  */


/* foooter section*/


/* .f-backg {
    background: #303030;
    width: 100vw;
    margin-top: 136px;
    padding-top: 38px;
    padding-bottom: 65px;
} */