* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

@font-face {
    font-family: BebasNeue-Regular;
    src: url('../fonts/BebasNeue-Regular.otf') format("opentype")
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/Poppins-Medium.ttf') format("truetype")
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url('../fonts/Poppins-SemiBold.ttf') format("truetype")
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/Poppins-Bold.ttf') format("truetype")
}

@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/Poppins-Regular.ttf') format("truetype")
}

@font-face {
    font-family: Poppins-Thin;
    src: url('../fonts/Poppins-Thin.ttf') format("truetype")
}

@font-face {
    font-family: Poppins-ExtraLight;
    src: url('../fonts/Poppins-ExtraLight.ttf') format("truetype")
}

@font-face {
    font-family: Optien;
    src: url('../fonts/Optien.ttf') format("truetype")
}

@media (max-width: 1600px) {
    .container-new-big {
        max-width: 100%;
        margin: 0px 80px !important;
    }
}

@media (max-width: 1400px) {
    .container-new-big {
        max-width: 100%;
        margin: 0px 80px !important;
    }
}

@media only screen and (max-width: 1300px) {
    .container-new-big {
        margin: 0 60px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .container-new-big {
        margin: 0 40px !important;
    }
}

@media only screen and (max-width: 560px) {
    .container-new-big {
        margin: 0 20px !important;
    }
}

header,
.section,
.navbar-scroll,
.navbar,
#back_click_top {
    max-width: 1680px;
    margin: 0 auto;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 200px;
}

body {
    font-family: Poppins-Regular;
    max-width: 1680px;
    margin: 0 auto;
}



/* ==============================header============================ */

.navbar-scroll {
    position: fixed;
    top: 0px;
    z-index: 999999;
    width: 100%;
    transition: width 2s ease 0s;
    background-color: #fff;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

header .navbar {
    z-index: 99;
    background: transparent;
    margin: 0 auto;
    transition: width 2s ease 0s;
    padding: 5px 1rem;
}

.navbar-scroll .navbar {
    width: 100%;
}

header .navbar .container-fluid {
    width: 98% !important;
}

.navbar .nav-item .nav-link {
    font-family: Poppins-Semibold;
    font-size: 16px;
    color: #4b4b4d;
    padding: 0px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 0px 0px 4px;
    transition: width 0.3s ease-out;
}

.navbar .navbar-brand img {
    width: 100%;
}

.navbar .nav-item .nav-link.active {
    border-bottom: 3px solid #3e4095;
    width: max-content;
}

.navbar .nav-item .nav-link.active,
.navbar .nav-item .nav-link:hover {
    color: #3e4095;
}

.navbar .nav-item .nav-link.get-start:hover {
    color: #fff !important;
}

header .navbar .navbar-nav {
    align-items: center;
}


header .navbar .hvrnav {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    width: max-content;
}

header .navbar .hvrnav:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3e4095;
    height: 2px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin-left: 0px;
    margin-right: 0px;
}

header .navbar .hvrnav:hover:before,
header .navbar .hvrnav:focus:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

header .navbar .navbar-nav .get-start {
    text-align: center;
    border-radius: 50%;
    padding: 18px 6px;
    font-size: 15px;
    line-height: 1;
    transition: 0.3s ease-out;
}

header .navbar .navbar-nav .get-start {
    background-color: #3e4095;
    color: #fff;
}

/* ================banner_section================= */
.banner-section {
    z-index: 1;
    position: relative;
}


.banner-section .carousel-indicators {
    justify-content: start;
    margin-left: 3%;
    bottom: 60px;
    z-index: 9;
}

.banner-section .carousel-indicators li {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #00aeef;
}

.banner-section .carousel-item img {
    width: 100%;
}

.banner-section .carousel-item h2,
.banner-section .carousel-item h1 {
    font-size: 60px;
    font-family: Optien;
    color: #ffff;
    line-height: 0.8;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.banner-section .carousel-item h2 span,
.banner-section .carousel-item h1 span {
    color: #00aeef;
}

.banner-section .carousel-item h3 {
    font-family: Poppins-SemiBold;
    color: #fff;
    font-size: 24px;
}

.banner-section .carousel-item h5 {
    width: 163px;
    height: 3px;
    margin: 20px 0px;
    background-color: #00aeef;
}

.banner-section .banner-content p {
    font-size: 20px;
    color: #ffff;
    margin-bottom: 20px;
    width: 95%;
    font-family: Poppins-Medium;
    line-height: 1.3;
}

.banner-section .banner-cnt {
    position: relative;
}

.banner-section .banner-content a {
    color: #616265;
    text-decoration: none;
    font-size: 15px;
    font-family: Poppins-Medium;
    display: inline-flex;
    line-height: 1.3;
    align-items: center;
}

.banner-section .banner-content a img {
    margin-right: 5px;
    width: 45px;
}


.banner-section .carousel-caption {
    position: absolute;
    left: 3%;
    bottom: 130px;
    right: 55%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.banner-section .carousel-control-next-icon {
    background-image: url(../images/new/next.png);
}

.banner-section .carousel-control-prev-icon {
    background-image: url(../images/new/prev.png);
}

.banner-section .carousel-control-prev,
.banner-section .carousel-control-next {
    z-index: 99;
}

.banner-section .carousel-control-prev .carousel-control-prev-icon,
.banner-section .carousel-control-next .carousel-control-next-icon {
    z-index: 99;
    display: none;
}

.banner-section .carousel-control-prev:hover .carousel-control-prev-icon,
.banner-section .carousel-control-next:hover .carousel-control-next-icon {
    display: inline-block;
}

/* ---------------------------------------------- */
.overview-section {
    padding: 100px 0px 70px;
    text-align: center;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    position: relative;
}

.overview-section .down-arrow {
    position: absolute;
    right: 50px;
    top: 50px;
    width: 35px;
    height: 35px;
    padding: 5.5px 8.5px;
    background-color: #3e4095;
    border: 1.5px solid #3e4095;
    color: #fff;
    border-radius: 50%;
    transition-duration: 1s;
}

.overview-section .down-arrow:hover {
    background-color: #fff;
    color: #3e4095;
}

.overview-section .overview-cnt {
    width: 95%;
    margin: 0 auto;
}

.overview-section .overview-cnt h2 {
    margin-bottom: 20px;
    font-size: 26px;
    font-family: Poppins-Medium;
    color: #616265;
}

.overview-section .overview-cnt p {
    font-size: 16px;
    color: #616265;
}

/* --------------------------------------------- */
.box-section {
    padding: 80px 0px 60px;
}

.box-section .container-fluid {
    width: 93%;
}

.box-section h2 {
    text-align: center;
    font-size: 26px;
    color: #616265;
    font-family: Poppins-Medium;
}

.box-section .row {
    margin-top: 60px;
    position: relative;
    padding: 50px 40px;
}

.box-section .row .box-img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.box-section .row .box-img img {
    width: 100%;
    height: 100%;
}

.box-section .row .box-section-cnt {
    position: relative;
    z-index: 1;
    color: #fff;
}

.box-section .row .box-section-cnt h3 {
    font-family: Poppins-Bold;
    font-size: 28px;
}

.box-section .row .box-section-cnt h4 {
    font-family: Poppins-Bold;
    font-size: 20px;
}

.box-section .row .box-section-cnt h5 {
    font-family: Poppins-Bold;
    font-size: 18px;
}

.box-section .row .box-section-cnt p {
    font-family: Poppins-Medium;
    font-size: 16px;
}

.box-section .row .box-section-cnt .line {
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin: 30px 0px;
}

.box-section a.explore-btn {
    position: absolute;
    right: 50px;
    bottom: 50px;
    background-color: #ffff;
    padding: 8px 27px;
    border-radius: 30px;
    color: #616265;
    text-decoration: none;
    font-family: Poppins-SemiBold;
    font-size: 16px;
    transition-duration: 1s;
}

.box-section a.explore-btn:hover {
    background-color: #3e4095;
    color: #fff;
}

/* -------------------------------- */

#teams {
    position: relative;
    background-color: #3e4095;
    padding: 70px 83px 130px 83px;
    margin: 30px 0px 90px;
    filter: grayscale(0);
}

#teams:hover {
    filter: grayscale(0);
}

#teams h2 {
    font-size: 34px;
    font-family: Poppins-SemiBold;
    color: #ffffff;
    line-height: 45px;
    animation: fadetwo 3s infinite linear;
    text-align: center;
    line-height: 1;
}

#teams .owl-teams {
    margin-top: 50px;
}

#teams .owl-teams .owl-item .teams-img {
    width: 100%;
}

#teams .owl-teams .owl-item img {
    display: block;
    width: 100%;
}

#teams h3 {
    /* font-size: 22px; */
    font-size: 20px;
    font-family: Poppins-Medium;
    color: #3e4095;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 3px;
}

#teams p {
    font-size: 16px;
    font-family: Poppins-Regular;
    color: #616265;
    text-align: center;
}

#teams p.cnt {
    font-size: 15px;
}

#teams .owl-teams .owl-dots .owl-dot span {
    width: 90px;
    height: 5px;
    margin: 5px 2px;
    background: #c0cbcf;
}

#teams .owl-teams .owl-dots .owl-dot.active span {
    background: #fff;
}

#teams .owl-teams .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
    justify-content: center;
    display: flex;
}

#teams .owl-teams .item {
    position: relative;
    overflow: hidden;

}

#teams .owl-teams .item:hover {
    .hvr-icons {
        display: flex;
    }
}

#teams .slider-nav .item:hover {
    .hvr-icons {
        display: flex;
    }
}

#teams .slider-nav .item,
#teams .owl-teams .item {
    position: relative;

}

#teams .slider-nav {
    margin-top: 40px;
}

#teams .slider-nav .item {
    background-color: #fff;
    padding: 95px 15px 20px;
    border-radius: 30px;
    margin-top: 80px;
    height: 400px;
    position: relative;
    text-align: center;
}

#teams .slider-nav .item a {
    margin: 0 auto;
    background-color: #3e4095;
    color: #fff;
    border: 1.5px solid #3e4095;
    padding: 7px 15px;
}

#teams .slider-nav .item a:hover {
    background-color: transparent;
    color: #3e4095;
}

#teams .slider-nav .item a:focus {
    box-shadow: none;
}

#teams .slider-nav .teams-img {
    width: 160px;
    position: absolute;
    top: -68px;
    left: 26%;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#teams .slider-nav img {
    display: block;
    width: 100%;
    filter: grayscale(0);
}

#teams .slider-nav .teams-img:hover img {
    filter: grayscale(0);
}

#teams .bottom-slider .slick-slide {
    margin: 13px !important;
}

#teams .hvr-icons {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    display: none;
    animation: imghvr ease-out 1s;
}

#teams .hvr-icons a {
    background-color: #02538b;
    color: #aeeafe;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 200px;
}

#teams .slider-for8 .slick-dots {
    display: none !important;
}

#teams .slick-slide {
    margin: 10px !important;
}

#teams .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

#teams .slick-dots li {
    width: 90px;
    height: 5px;
    margin: 5px 2px;
    background: #c0cbcf;
    cursor: pointer;
    border-radius: 5px;
}

#teams .slick-dots li:hover,
#teams .slick-dots li.slick-active {
    background: #fff;
}

#teams .slick-dots li::marker {
    display: none;
    content: none;
}

#teams .slick-dots li button {
    display: none;
}

#teams .slider-nav {
    position: relative;
}

#teams .slider-nav .slick-arrow {
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: #025089;
    border-radius: 50%;
    position: absolute;
    border: 1px solid #fff;
}

#teams .slider-nav .slick-arrow:focus {
    outline: transparent;
    box-shadow: none;
}

#teams .slider-nav .slick-prev {
    bottom: -50px;
    right: 49%;
}

#teams .slider-nav .slick-next {
    bottom: -50px;
    right: 44%;
}

/* -------------------  footer -------------------- */


.footer {
    margin: 0px 0 50px;
    text-align: center;
    position: relative;
}

.footer .up-arrow {
    position: absolute;
    right: 30px;
    bottom: 70px;
    width: 35px;
    height: 35px;
    padding: 5.5px 8.5px;
    background-color: #3e4095;
    border: 1.5px solid #3e4095;
    color: #fff;
    border-radius: 50%;
    transition-duration: 1s;
}

.footer .up-arrow:hover {
    background-color: #fff;
    color: #3e4095;
}

.footer-logo {
    width: 202px;
    margin: 0 auto 30px;
    position: relative;

}


.footer ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 35px;
    margin-top: 35px;
}

.footer ul li {
    margin: 0 13px;
    position: relative;
    z-index: 1;
}

.footer ul li a {
    font-size: 16px;
    font-family: Poppins-SemiBold;
    color: #4b4b4d;
}

.footer ul li a:hover {
    color: #3e4095;
}

.footer h5 {
    color: #4b4b4d;
    font-size: 16px;
    font-family: Poppins-SemiBold;
    margin-bottom: 12px;
    text-decoration: none !important;
    border-bottom: none !important;
}

.footer h5 span {
    color: #3e4095;
}

.footer p {
    color: #4b4b4d;
    font-family: Poppins-Medium;
    font-size: 15px;
    text-transform: capitalize;
}

.footer a {
    color: #4b4b4d;
    text-decoration: none;
}

.footer-logo a img {
    width: 100%;
}

.footer-logo a {
    width: 90px;
}

.footer ul.social li a {
    font-size: 19px;
    color: #ffff;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 3px;
    background-color: #3e4095;
    transition-duration: 1s;
    border: 1.5px solid #3e4095;
}

.footer ul.social li a:hover {
    background-color: #fff;
    color: #3e4095;
}

.footer ul.social li {
    margin: 0px 5px;
}

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 100000000000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #949494;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.lightScrollIcon::after {
    color: #ecedf3 !important;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    opacity: 0;
    background-image: linear-gradient(298deg, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #fff;
    stroke-width: 5;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.modal-dialog {
    max-width: 1000px;
    margin: 5.75rem auto;
}

.modal-dialog h5 span {
    color: #3e4095;
    font-size: 24px;
}

.modal-dialog h5 {
    font-size: 20px;
    margin-bottom: 20px;
    font-family: Poppins-Medium;
}

.modal-dialog .modal-body {
    padding: 20px;
}

.modal-dialog .row .modal-img {
    text-align: center;
}

.modal-dialog .modal-cnt .modal-img {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 50%;
    width: 229px;
    height: 229px;
}

.modal-dialog .modal-cnt .modal-img img {
    width: 100%;
    height: 100%;
}

.modal-dialog .modal-cnt p {
    font-size: 17px;
    margin-bottom: 20px;
}

.modal-dialog button.close:focus {
    box-shadow: none;
    outline: transparent;
}

.modal-dialog button.close {
    font-size: 35px;
}

@media (min-width: 576px) {}

/*========================= mediaquery============================== */

@media (min-width: 1200px) {}

@media (min-width: 1300px) {}

@media (min-width: 1400px) {}

@media (min-width: 1600px) {}

@media (min-width: 1700px) {}


@media only screen and (max-width: 1180px) {}

@media(max-width:1100px) {
    .banner-section .carousel-item img {
        width: 100%;
    }

    .banner-section .carousel-item a img {
        width: auto;
    }


    .banner-section .carousel-item h2,
    .banner-section .carousel-item h1 {
        font-size: 40px;
    }

    .banner-section .banner-content p {
        font-size: 15px;
    }

}

@media only screen and (max-width: 1050px) {
    #teams {
        padding: 70px 53px 130px 53px;
    }

    #teams .slider-nav .teams-img {
        width: 158px;
        top: -75px;
        left: 20%;
    }

    #teams .slider-nav .item {
        height: 500px;
    }

    .box-section .row .box-img img {
        object-fit: cover;
    }

    .banner-section .carousel-item h2,
    .banner-section .carousel-item h1 {
        font-size: 40px;
        line-height: 1;
    }

    .banner-section .carousel-caption {
        bottom: 90px;
    }
}

@media only screen and (max-width: 992px) {
    #teams .slider-nav .item {
        height: 430px;
    }

    #teams .slider-nav .teams-img {
        top: -75px;
        left: 24%;
    }

    #teams .slider-nav {
        position: relative;
    }

    #teams .slider-nav .slick-arrow {
        width: 35px;
        height: 35px;
        background-color: #fff;
        color: #025089;
        border-radius: 50%;
        position: absolute;
        border: 1px solid #fff;
    }

    #teams .slider-nav .slick-arrow:focus {
        outline: transparent;
        box-shadow: none;
    }

    #teams .slider-nav .slick-prev {
        bottom: -50px;
        right: 51%;
    }

    #teams .slider-nav .slick-next {
        bottom: -50px;
        right: 43%;
    }

    .banner-section .carousel-indicators {
        display: none;
    }

    .navbar_section header .navbar .nav-item .nav-link {
        font-size: 19px;
        padding: 10px 2px 10px;
    }

    .banner-section .carousel-item h2,
    .banner-section .carousel-item h1 {
        font-size: 30px;
    }

    .banner-section .carousel-caption {
        bottom: 10px;
    }

    .banner-section .banner-content p br {
        display: none;
    }

    .banner-section .banner-content p {
        font-size: 14px;
    }



    header .navbar .navbar-nav {
        align-items: start;
        margin: 40px 0px;
    }

    .navbar .nav-item .nav-link {
        font-size: 18px;
        padding: 10px 0px 0px;
        margin-top: 10px;
    }

}

@media only screen and (max-width: 820px) {}

@media only screen and (max-width: 768px) {
    #teams .slider-nav .teams-img {
        left: 20%;
    }
}

@media only screen and (max-width: 760px) {
    .footer ul li {
        margin: 5px 10px;
    }


}

@media only screen and (max-width: 601px) {
    .modal-dialog {
        position: relative;
    }

    .modal-dialog button.close {
        position: absolute;
        right: 20px;
        top: 0px;
    }

    .modal-dialog h5 {
        text-align: center;
    }

    .modal-dialog .modal-cnt .modal-img {
        float: initial;
        margin: 0 auto 30px;
    }

    #teams {
        padding: 70px 33px 130px 33px;
    }

    #teams .slider-nav .item {
        height: 440px;
    }

    #teams .slider-nav .teams-img {
        top: -75px;
        left: 32%;
    }

    .overview-section .overview-cnt h2 br {
        display: none;
    }

    .footer-logo:after,
    .footer-logo:before {
        width: 160px;
    }

    .banner-section .carousel-caption {
        display: block !important;
    }

    .banner-section .banner-content p {
        display: none;
    }

    .banner-section .carousel-item h2,
    .banner-section .carousel-item h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }



    .footer-logo:after,
    .footer-logo:before {
        width: 150px;
    }

    .box-section a.explore-btn {
        position: relative;
        right: initial;
        bottom: 0px;
        display: inline-block;
        margin-left: 10px;
        margin-top: 20px;
    }

    .box-section .row {
        padding: 40px 20px;
    }

    .box-section h2 br {
        display: none;
    }

    .overview-section .down-arrow {
        display: none;
    }

    .overview-section {
        padding: 70px 0px 60px;
    }
}

@media(max-width:550px) {
    #teams .slider-nav .teams-img {
        left: 29%;
    }
}

@media only screen and (max-width:500px) {
    #teams .slider-nav .teams-img {
        left: 30%;
    }

    .box-section a.explore-btn {
        position: relative;
        right: initial;
        bottom: 0px;
        display: inline-block;
        margin-left: 10px;
        margin-top: 20px;
    }

    .box-section .row {
        padding: 40px 20px;
    }

    .footer h5 a {
        display: inline-block;
        margin-top: 10px;
    }

    .footer-logo:after,
    .footer-logo:before {
        width: 100px;
    }

    .banner-section .carousel-item h2,
    .banner-section .carousel-item h1 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .banner-section .carousel-item h3 {
        font-size: 16px;
    }

}

.navbar-toggler:focus {
    outline: transparent;
    box-shadow: none;
}



@media only screen and (max-width:470px) {
    #teams {
        padding: 70px 20px 130px 20px;
    }

    #teams .slider-nav .teams-img {
        left: 28.5%;
    }

    #teams .slider-nav .slick-next {
        bottom: -50px;
        right: 36%;
    }

    .footer h5 a {
        font-size: 17px;
    }

    .footer h5 {
        font-size: 16px;
    }

    .footer .up-arrow {
        bottom: inherit;
    }

    .banner-section .carousel-item h5,
    .footer p br {
        display: none;
    }

    .box-section .row .box-img .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background-color: #000;
        opacity: 0.3;
    }

    .overview-section {
        padding: 70px 0px 30px;
    }

    .box-section {
        padding: 60px 0px 70px;
    }
}

@media only screen and (max-width:430px) {
    .banner-section .carousel-caption {
        bottom: 30px;
        left: 6%;
    }

    #teams .slider-nav .item {
        height: 420px;
    }
}

@media only screen and (max-width:414px) {
    .banner-section .carousel-caption {
        bottom: 15px;
        left: 6%;
    }

    #teams .slider-nav .teams-img {
        left: 26%;
    }

    .footer-logo:after,
    .footer-logo:before {
        width: 80px;
    }

    .footer-logo:after {
        right: 141px;
    }

    .footer-logo:before {
        left: 132px;
    }
}

@media only screen and (max-width:400px) {
    #teams .slider-nav .teams-img {
        left: 25.4%;
    }
}

@media only screen and (max-width:390px) {
    #teams .slider-nav .teams-img {
        left: 22.4%;
    }
}

@media only screen and (max-width:376px) {
    .banner-section .carousel-caption {
        right: 45%;
    }

    #teams .slider-nav .teams-img {
        left: 22.4%;
    }
}

@media(max-width:366px) {
    #teams .slider-nav .teams-img {
        left: 21.4%;
    }
}

@media(max-width:350px) {
    .banner-section .carousel-caption {
        bottom: 0px;
        left: 6%;
    }
}


@keyframes head {

    0% {
        transform: translateX(50px);
        opacity: 0;
    }

    100% {

        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes two {

    0% {
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {

        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes three {

    0% {
        transform: translateX(-50px);
        opacity: 0;
    }

    100% {

        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes four {

    0% {
        transform: translateX(50px);
        opacity: 0;
    }

    100% {

        transform: translateX(0px);
        opacity: 1;
    }
}