/********** Template CSS **********/
:root {
    --primary: #0B99FF;
    --secondary: #153F65;
    --light: #F1F3FA;
    --dark: #1C2035;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}

body {
    font-size: 14px;
    line-height: 24px;
}

a {
    color: var(--primary);
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


.hd-cont {
    position: relative;
}

.hd-align {
    position: absolute;
    z-index: 3;
    right: 0;
    left: 0;
    top: 1rem;
}

.hd-space {
    display: flex;
   justify-content: flex-end;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-right: 20px;
}

.logo {
    width: 30%;
}

.hd-lang {
    display: flex;
    align-items: center;
}

.hd-search-form {
    display: flex;
    align-items: center;
    margin: 0;
}

.hd-page-align {
    margin-top: 1rem;
}

/* .dropdown-toggle::after{
    margin-left: -12px;
    margin-bottom: -12px;
} */

#top-menu a {
    font-weight: 500;
    font-size: 14px;
    border:unset;
}

#SearchInputFocus.isFocus {
    width: 100%;
    background-color: #fff;
}

#first-form-line {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

#search-button {
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: unset;
    border: unset;
    padding: 24px;
    display: none;
}

#search-button.isFocusBtn {
    display: block;
}

#SearchInputFocus {
    padding: 10px 0 10px 60px;
    border-radius: 30px;
    width: 60px;
    transition: width .2s ease-in;
    background-image: url(../images/magnify.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
    background-color: unset;
    background-size: 34px 34px;
    color: #fff;
    height: 60px;
    width: 60px;
    border: 0;
    display: block;
    font-size: 14px;
    cursor: pointer;
}

#formclear {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: transparent;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: opacity .2s ease-out;
}

.carousel-control-prev,
.carousel-control-next {
    top: 75%;
    left: 15%;
}

.carousel-control-next {
    left: 18%;
}

.hd-img {
    max-height: 720px;
    object-fit: cover;
    filter: contrast(0.5);
}

.fs-4 {
    font-size: 20px !important;
}

.display-1 {
    font-size: 54px;
}

.hd-login {
    display: flex;
    align-items: center;
    font-size: 16px;
    width: 60px;
}
.hd-login img{
    height:40px;
    width: 40px;
}

/*** Navbar ***/
#top-menu{
    margin: 0;
}
#top-menu a:hover{
   color :#0B99FF;
}

.navbar .nav-item.nav-link.active{
    color:#0B99FF!important;
    font-weight: 500;
    font-size: 14px;
}
.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 60px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    background-color: unset;
    border: 1px solid #000;
    background-size: 24px;
    filter: invert(1);
}

.carousel-control-next-icon {
    background-image: url(../images/arrow-left.png);
    transform: translate(0, 0) rotate(180deg);
}

.carousel-control-prev-icon {
    background-image: url(../images/arrow-left.png);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}

/*** Footer ***/
.footer {
    color: #B0B9AE;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #111111;
    background-color: #212121;
}

.footer ul {
    list-style-type: none;
    margin-bottom: 30px;
}

.footer ul li a {
    color: #FFFFFF8A;
}

.footer ul li:first-child {
    font-weight: 700;
    font-size: 14px;

}

.footer ul li:first-child a {
    color: #FFFFFF;
    margin-bottom: 10px;
    display: block;
}

.footer .contacts p {
    color: #FFFFFF8A;
}

.footer .contacts a:first-child {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

.footer .social p {
    color: #03131F;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

.footer .contacts div {
    margin-bottom: 1rem;
}

.footer .contacts div p {
    margin-bottom: 0;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.social a:visited {
    color: #fff;
}
.btn-light{
    background-color: unset;
    border:unset;
}

.copyright {
    color: #FFFFFF;
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
    background-color: #212121;
}

.copyright a:hover {
    color: var(--primary) !important;
}

.copyright p {
    margin: unset;
}