.header {
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 9999;
    top: 0;
    /* border-bottom: 1px solid #014f87; */
    /* border-bottom: 1px solid #062a44;  */
    padding: 0;
}

.header-sticky {
    /* background: #004881; */
    /* background: #08152d; */
    background: #0d0f23;
}

.header-sticky .logo-main {
    width: 140px;
}

.header-sticky .search-main,
.header-sticky .main-menu ul li {
    height: 60px;
}

.header-sticky .main-menu ul li {
    line-height: 60px;
}

.container {
    max-width: 1200px;
}

.banner-text-first {
    font-family: 'metropolis-medium' !important;
}

.Exp-serach {
    position: absolute;
    width: 400px;
    height: 47px;
    overflow: hidden;
    background: #fff;
    z-index: 1;
    right: 99px;
    top: 101px;
    display: none;
    border-radius: 0;
    color: #fff;
    transition: top .35s ease-in-out;
}

.header-sticky .Exp-serach {
    top: 61px;
}

.ExpInput {
    width: 84%;
    font-weight: 400;
    padding: 0px 3% 0px 3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 47px;
    line-height: 47px;
    background: #006195;
    border: none;
    font-size: 14px;
    border-radius: 0;
    color: #fff;
}

.ExpInput::placeholder,
.ExpInput:focus,
.ExpInput:active {
    color: #fff;
}

input.ExpInput {
    border-radius: 0;
    -webkit-border-radius: 0;
}

.search-box .searchform {
    background: #463e3e;
    display: flex;
    align-items: center;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.search-box .but-01 {
    border: none;
    height: 47px;
    line-height: 45px;
    cursor: pointer;
    padding: 0px;
    width: 40px;
    text-align: center;
    background: #fff;
    color: #000;
    margin-top: 0;
    position: absolute;
    right: 0;
    padding: 2px 0;
    font-size: 14px;
    text-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.search-box .but-01:hover {
    color: #ffffff;
    background: #004c7d;
}


.search-box .but-01:active,
.search-box .but-01:hover,
.search-box .but-01:focus,
.search-box .but-01:focus-visible,
.search-box .but-01:focus-within {
    opacity: 1;
    border-color: #463e3e;
}

.header .search_icon::after {
    content: "\e907";
    display: block;
    font-family: 'icomoon' !important;
    font-size: 17px;
    color: #000;
}

.header .search-close .search_icon::after {
    content: "\e908";
    font-size: 22px;
}

/* ------------------------------------------------------ */

.menu-icon {
    width: 30px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;
    margin-right: 10px;
}

.menu-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffffff;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.menu-icon span:nth-child(1) {
    top: 0;
}

.menu-icon span:nth-child(2),
.menu-icon span:nth-child(3) {
    top: 8px;
}

.menu-icon span:nth-child(4) {
    top: 16px;
}

.menu-icon.open span:nth-child(1) {
    top: 10px;
    width: 0;
    left: 50%;
}

.menu-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-icon.open span:nth-child(4) {
    top: 10px;
    width: 0;
    left: 50%;
}

.menu-icon.open span {
    background: #006195;
}

/* ------------------------------------------------------ */

.banner-text-second {
    font-family: 'metropolis-light' !important;

    /* background: #004370;
    background: -webkit-linear-gradient(to right, #004370 0%, #008DCB 44%);
    background: -moz-linear-gradient(to right, #004370 0%, #008DCB 44%);
    background: linear-gradient(to right, #004370 0%, #008DCB 44%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; */
    /* font-size: 60px !important; */
}

.banner-text-second span {
    font-family: 'metropolis-bold' !important;
    display: block;
}


.header-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.logo-main {
    width: 280px;
    margin-right: auto;
    margin-left: 3%;
    transition: width .35s ease-in-out;
}

.main-menu {
    margin-left: auto;
}

.main-menu ul {
    display: flex;
    flex-wrap: wrap;
}

.main-menu ul li {
    padding: 0 10px;
    height: 100px;
    line-height: 100px;
    border-bottom: 2px solid transparent;
    transition: all .35s ease-in-out;
}

.main-menu ul li+li {
    margin-left: 40px;
}

.main-menu ul li a {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'metropolis-medium';
    -webkit-transition: color .35s linear;
    -moz-transition: color .35s linear;
    -ms-transition: color .35s linear;
    -o-transition: color .35s linear;
    transition: color .35s linear;
}

.main-menu ul .current-menu-item {
    border-color: #038dcb;
}

.main-menu ul .current-menu-item a,
.main-menu ul li a:hover {
    color: #038dcb;
}

.search-main {
    width: 100px;
    height: 100px;
    /* border-left: 2px solid #1d2635; */
    background-image: url(../images/sarch.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .35s ease-in-out;
}



.footer-menu {
    width: 50%;
}

.news-letter-bottom h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
    font-family: 'metropolis-bold';
    font-weight: normal;
    color: #fff;
}

.footer-menu-main {
    max-width: 550px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.footer-menu-main ul {
    width: 33%;
}

.footer-menu-main ul li {
    width: 100%;
    list-style: none;
    margin-bottom: 15px;
}

.footer-menu-main ul li a {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-family: 'metropolis-light';
    font-weight: 300;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.footer-menu-main ul li a:hover {
    color: #0083bf;
}

.footer-contact-main {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.footer-contact-address {
    width: 70%;
    box-sizing: border-box;
    padding-right: 60px;
}

.footer-contact-address p {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    font-family: 'metropolis-light';
    font-weight: 300;
    margin-bottom: 20px;
}

.footer-contact-address a {
    font-size: 15px;
    color: #fff;
    font-family: 'metropolis-medium';
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}


.footer-contact-address a:hover {
    color: #0083bf;
}

.footer-social {
    width: 30%;
}

.footer-social ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-social ul li {
    list-style: none;
    margin-right: 20px;
}

.footer-social ul li:last-child {
    margin-right: 0;
}

.footer-social ul li a {
    color: #fff;
    font-size: 20px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.footer-social ul li a:hover {
    color: #0083bf;
}

.footer-bottom-rights {
    width: 100%;
    /* border-top: 1px solid #014d85; */
    /* border-top: 1px solid #014f87; */
    padding: 20px 0px;
}

.rights-text {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    font-family: 'metropolis-light';
    font-weight: 300;
    float: left;
}

.footer-bottom-rights ul {
    float: right;
    display: flex;
    flex-wrap: wrap;
}

.footer-bottom-rights ul li {
    margin-left: 20px;
    list-style: none;
}

.footer-bottom-rights ul li a {
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    font-family: 'metropolis-light';
    font-weight: 300;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.footer-bottom-rights ul li a:hover {
    color: #0083bf;
}



.aos-animate .cls-1,
.aos-animate .cls-3 {
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
    animation: dash 5s linear forwards
}

.aos-animate .cls-2 {
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
    animation: dash 10s linear forwards
}

@keyframes dash {
    to {
        stroke-dashoffset: 1000;
    }
}


.dropdown {
    height: 23px;
    width: 40px;
    position: relative;
}

.dropdown.open li.init::after {
    transform: rotate(180deg);
}

.dropdown li.init::after {
    content: "";
    position: absolute;
    right: -15px;
    width: 10px;
    height: 8px;
    background: url(../images/arrow-down.png);
    top: 6px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;

}

.dropdown li {
    z-index: 2;
    width: 100%;
    list-style: none;
    /* padding-right: 5px; */
    cursor: pointer;
    position: relative;
}

.dropdown li:not(.init) {
    float: left;
    display: none;
    background: #ddd;
    margin-top: 5px;
}

/* .dropdown li:not(.init):hover,
.dropdown li.selected:not(.init) {
    background: #038dcb;
} */

li.init {
    cursor: pointer;
}

a#submit {
    z-index: 1;
}

.footer {
    padding-top: 80px;
    /* background-color: #013f76; */
    /* background-color: #051c2c; */
    /* background-color: #004882; */
    background-color: #0d0f23;

}

.subscribe-box {
    width: 50%;
}

.news-letter-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.news-letter-container h2 {
    width: 50%;
    box-sizing: border-box;
    padding-right: 15px;
    font-size: 18px;
    color: #fff;
    font-family: 'metropolis-medium';
    font-weight: 500;
    line-height: 30px;
}

.news-letter-form {
    width: 100%;
    position: relative;
}

.news-letter-text {
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding-left: 25px;
    padding-right: 170px;
    box-sizing: border-box;
    font-size: 13px;
    color: #000;
    font-size: 13px;
    font-family: 'metropolis-regular';
    border: none;
}
.newsletter-success {color:green;}
input.news-letter-text::placeholder {
    color: #676767;
}

.news-letter-btn {
    width: 155px;
    height: 55px;
    padding: 0px;
    line-height: 55px;
    text-align: center;
    color: #ffffff;
    font-family: 'proxima-nova';
    font-weight: bold;
    position: absolute;
    font-size: 13px !important;
    right: 0px;
    top: 0px;
    background-color: #0098d1 !important;
    opacity: 1 !important;
    box-shadow: none;
    text-shadow: none !important;
    border: none !important;
    text-transform: uppercase;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}


.news-letter-btn:hover {
    background-color: #0083bf !important;
}


.news-letter-bottom {
    width: 100%;
    margin-top: 60px;
    padding-top: 95px;
    padding-bottom: 80px;
    /* border-top: 1px solid #01548c; */
    /* border-top: 1px solid #014f87; */
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .main-menu .sub-menu {
        position: absolute;
        visibility: hidden;
        padding: 32px;
        opacity: 0;
        top: 110%;
        display: block;
        background-color: #fff;
        -moz-transition: all 0.3s linear !important;
        -webkit-transition: all 0.3s linear !important;
        -o-transition: all 0.3s linear !important;
        transition: all 0.3s linear !important;
        border-top: 2px solid #0098d1;
        box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 19%);
        margin: 0 0 0 -40px;
    }

}

.main-menu .sub-menu li,
.header-sticky .main-menu .sub-menu li {
    height: auto;
    margin: 0;
    line-height: 20px;
    margin-bottom: 27px;
    border: none;
    min-width: 190px;
}

.main-menu .sub-menu li:last-child,
.header-sticky .main-menu .sub-menu li:last-child {
    margin-bottom: 0px;
}

.main-menu .sub-menu li a {
    color: #000;
}

.main-menu li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.country_select {
    margin-right: 35px;
    position: relative;
}

.drop_icon {
    background: url(../images/down-arrow.png) center center no-repeat;
    background-size: 45%;
    width: 25px;
    height: 10px;
    display: inline-block;
    filter: invert(99%) sepia(1%) saturate(0%) hue-rotate(342deg) brightness(114%) contrast(100%);
    margin-left: 5px;
}

.country_select .selected {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.country_select ul {
    list-style: none;
}

.country_list {
    position: absolute;
    visibility: hidden;
    padding: 30px 0px 30px 20px;
    opacity: 0;
    top: 110%;
    background-color: #fff;
    -moz-transition: all 0.3s linear !important;
    -webkit-transition: all 0.3s linear !important;
    -o-transition: all 0.3s linear !important;
    transition: all 0.3s linear !important;
    /* border-top: 2px solid #0098d1; */
    box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 19%);
    margin: 0 0 0 -40px;
    width: 300px;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.country_list .list_left {
    width: 40%;
}

.country_list .list_left ul li {

    margin-bottom: 15px;
}

.country_list .list_left ul li a {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 400;
    color: #000;
}

.country_list .list_left ul li:hover a {
    color: #038dcb;
}

.country_list .list_right {
    width: 60%;
    border-left: 1px solid #f2f2f2;
    padding-left: 30px;
}

.country_list .list_right ul {
    display: flex;
    flex-wrap: wrap;
}

.country_list .list_right ul li {
    width: 33%;
    margin-bottom: 20px;
}

.country_list h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.toggle_body .country_list {
    visibility: visible;
    opacity: 1;
    top: 60px;
}

.toggle_body .drop_icon {
    transform: rotate(180deg);
}

.toggle_body .header-sticky .country_list {
    top: 40px;
}

.main-menu ul li .sub-menu li.current-menu-item a {
    color: #038dcb;
}

@media (max-width:1024px) {
    .main-menu ul li {
        position: relative;
    }

    .mob-menu-icn {
        background: url(../images/down-arrow.png) center center no-repeat;
        background-size: 45%;
        position: absolute;
        right: 20px;
        top: 10px;
        width: 35px;
        height: 20px;
    }

    .mob-menu-icn.opn-mob {
        transform: rotate(180deg);
    }

    .main-menu ul li .sub-menu li a {
        text-transform: capitalize;
        font-size: 16px;
    }

    .main-menu ul li,
    .header-sticky .main-menu ul li {
        height: auto;
        line-height: inherit;
        margin: 0;
        border: none;
    }

}