/* Add here all your css styles (customizations) */
body{
    font-size: 16px !important;
    font-family:'Times New Roman', Times, serif !important;
}
select{
   -webkit-appearance:none; 
}
.h6, h6 {
    font-size: 1em;
}
.g-bg-primary{
	background-color: #1F779E !important;
}
.g-color-primary{
	color: #1F779E !important;
}
.g-brd-primary {
    border-color: #1F779E !important;
}
.u-btn-primary {
    color: #fff;
    background-color: #1F779E;
}
.g-bg-purple {
    background-color: #624297 !important;
}
.phone-view-no{
	display: none;
}
.phone-view{
	display: block;
}
@media (max-width: 991px){
	.phone-view-no{
		display: block;
	}
	.phone-view{
		display: none;
	}
}
.u-sidebar-navigation-inner {
    background-color: #1c2434;
    color: #fff;
    padding:0 0 20px 0;
}
.u-sidebar-navigation__closer {
    position: absolute;
    top: 22px;
    right: 15px;
    width: 25px;
    height: 25px;
    padding: 0;
    color: #fff;
    background-color: transparent;
    z-index: 3;
}
.u-sidebar-navigation__closer {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    padding: 0;
    color: #fff;
    background-color: transparent;
    z-index: 3;
}
.u-sidebar-navigation__closer:hover .g-color-primary{
	color: #000000 !important;
}
.news a{
	display: block;
	transition: all .5s ease;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.news a:hover{
	text-decoration: none;
	background-color: #1F779E;
}
.news a:hover h3{
	color: #ffffff;
}
.news a:hover .g-color-gray-dark-v2{
    color: #ffffff !important;
}
.nav-link{
    font-weight: 700;
    font-size: 21px;
}
.dropdown-menu .nav-link{
    font-weight: 300;
    color: rgba(255,255,255,0.8);
}
.left-menu-bg{
    
}
.main-header{
    background-image: url(../img/main-header.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 100px 0;
}
.content{
    min-height: calc(100vh - 590px);
}
footer .g-color-gray-light-v1{
    border-top: 1px solid #ccc;
}
@media (min-width: 992px){
.hidden-lg-up {
    display: none!important;
}
}

.main-header{
    background-image: url(../img/main-header.png);
    background-size: 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 20px 0 120px 0;
}
@media (max-width:991px) {
    .main-header{
        background-image: url(../img/main-header-mobile.png);
        background-size: cover;
        background-position: right bottom;
        background-repeat: no-repeat;
    }
}
.shake {
    animation: shake_5177 3.875s ease infinite;
    transform-origin: 50% 50%;
}
.shake {
    animation-name: shake;
}
.table-responsive table {
    min-width: 1000px;
}
.nav-item .active {
    background-color: #4e3d93;
}
/* .active a,
.active .nav-link{
    color: #fff !important;
} */
.u-header [aria-labelledby] {
    opacity: 1; 
}

.im-bg{
    background-color: #a9dbf7;
}

.u-body--header-side-push-left.u-body--header-side-opened {
    margin-left: 19rem;
}
body[class*="u-body--header-side"] .u-header.u-header--side {
    position: fixed;
    top: 0;
    height: 100%;
    width: 21rem;
}
.bg-light-primery{
    background-color: #e6f2f8;
}
.buliding-bg{
    background-color: #cde8e9;
    background-image: url(../img/pattern1.html);
    background-position: bottom;
    background-size: 100%;
}
a.text-de-no:hover{
    text-decoration: none;
}

.g-color-white.main-header,
.main-header .g-bg-cover__inner ul .list-inline-item .g-color-white,
.main-header .g-bg-cover__inner ul .list-inline-item a span{
    color: #f6f6f6 !important;
    text-shadow: 1px 1px 1px #111111;
}
.main-header h2{
    color: #ffffff;
    text-shadow: 1px 1px 1px #111111;
}
.g-brd-gray-d-v2{
    border-color: #999999;
}
/*.u-header--sticky-top, .u-header--sticky-bottom {
    position: fixed;
}*/
.u-header--sticky-top, .u-header--sticky-bottom {
    position: relative;
    width: 100%;
}
.u-header--sticky-top .js-header-change-moment{
    position: fixed;
    width: 100%;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand img{
    height: 50px;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem .5rem 0;
}