@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body,h1,h2,h3,h4,h5,h6,p,a,div,label,ul,li{font-family:montserrat!important;}
.submenu{width:250px!important;}
.header-navigation .navbar-btn a {
    background-color: #ffffff00!important;
    border: 2px solid #ffffff!important;
}

.sticky-on .header-navigation .navbar-btn a {
    background-color: #30417E!important;
    border: 2px solid #30417E!important;
}

.banner-section-three .overlay {
    padding-top: 380px;
    padding-bottom: 200px;
    background-color: rgb(0 34 73 / 0%)!important;
    border-block-end-width: 100%;
    height: 100%;
}
.header-topbar .top-left-content .language-change .name {
    line-height: 40px;
    color: #ffffff!important;
    font-weight: 500;
}

.header-topbar .top-left-content .language-change.curr-change::before {
    position: absolute;
    content: "";
    left: -27px;
    top: 50%;
    height: 22px;
    width: 1px;
    background: #ffffff!important;
    z-index: 7;
    transform: translateY(-50%);
}

.header-topbar .social-icon li a {
    color: #ffffff!important;
    font-size: 14px;
}

.site-logo a img {
    max-width: 240px;
}

#iframe_bgndVideo{left:-5%!important;}

@media(max-width:756px)
{
	.submenu li a {
    color: #97a6df!important;
}

.site-logo a img {
    max-width: 170px;
}
.header-topbar .top-left-content {
    max-width: 100px!important;
}

.header-topbar .top-right-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    align-content: flex-end;
    flex-direction: column;
}
.header-topbar .social-icon li a {
    color: #ffffff!important;
    font-size: 20px!important;
	    padding-left: 8px;
}

.header-topbar .top-left-content .language-change.curr-change {
    margin-left: 45px;
    margin-right: 0px;
}
.header-topbar .top-left-content .language-change {
    display: inline-block;
    position: relative;
margin-right: 0;}

}