
body{
	overflow-x: hidden;
}

#main {
    margin-top: 0 !important;
}
@media screen and (max-width: 767px) {.phone {   float: left !important;}.top-main {
	border: none !important;}.top-main a { float: left !important;}ul#menu-main-nav >li {
		padding: 0 6px !important;border-bottom: 1px solid #4e7a5170;}p.phone {    margin-bottom: 14px;}li.menu-item-has-children.has-dropdown >a:before {
    right: 5px !important;
}
    
    
}

/* media end*/

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-brand img {
    height: 50px !important;
}header .phone{
	display: none;
}
.slide.slick-slide {
    height: 450px;
    background-size: 100% !important;
	    background-repeat: no-repeat !important;
}
li.menu-item-has-children.has-dropdown:hover ul.dropdown-menu {
    display: block;
}
ul.dropdown-menu li:hover a {
    color: #324e8d;
   
}
.navbar-nav .dropdown-menu li:first-child:hover a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.navbar-nav .dropdown-menu li:last-child:hover a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

li.menu-item-has-children.has-dropdown a {
    position: relative;
}
li.menu-item-has-children.has-dropdown >a:before {
       content: "\f078" !important;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 8px;
    top: 18px;
    position: absolute;
    width: 20px;
    height: 10px;
    text-align: right;
    right: 0px;
}
ul#menu-primary-menu .current_page_item a, .current-menu-item a {
    color: #9d8a72 !important;
}
ul#menu-main-nav >li>a {
    font-size: 14px;
    color: #322c46;
    font-weight: 600;
	padding-left: 0 !important;
}
nav#header {
    background: #fff;
	padding: 0;
}

.top-header {
    background: #324e8d;
}
button.navbar-toggler i {
    color: #324e8d;
}
/* top hdr css*/
ul.top-right a {
    font-size: 20px;
}

header .phone {
       min-width: 174px;
    display: flex;
}
.phone {
    float: right;
    margin: 0;
}
.mbl-icn i {
    width: 40px;
    height: 40px;
    background: #284580;
    border-radius: 50px;
    margin-right: 14px;
    font-size: 30px;
    color: #fff;
    padding: 5px 14px;
}
.phone small {
    margin-top: 3px;
    font-size: 14px;
    line-height: 1;
}
.phone small, .phone a {
    display: block;
   
}
ul#menu-primary-menu > li> a {
       padding: 10px 14px;
    font-size: 16px;
    font-weight: 600;
    color: #324e8d;
}

.phone a {
    font-size: 14px; 
    letter-spacing: 0.05em;
    color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
    background: #fff !important;
    color: #091636 !important;
	border: 0 !important;
}
ul.dropdown-menu {
    border: 0;
    border-radius: 0;
	padding: 0;
}
ul.dropdown-menu li {
    border-bottom: 1px solid #cdcdcd6b;
        padding: 2px;
    font-size: 14px;
}ul.dropdown-menu li:last-child {
    border-bottom: 0px 
    
}
ul.dropdown-menu li a {
    color: #fff;
	padding: 5px;
}

div#navbar ul#menu-main-nav>li {
    padding: 20px 8px;
}
.grid-row.cntpgfrm .col-lg-12.col-tb-12:last-child p {
    margin-bottom: 0;
}
.mbl-icn {
    background: #324e8d;
    padding: 6px 12px;
    border-radius: 50px;
    padding-bottom: 7px;
}

/* slider css*/
.slide-content h5 {
    font-size: 40px;
    color: #324e8d;
	    margin-bottom: 30px;
	    font-weight: 700;
}
.slideDesc {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}
.slide-content a {
    background: #284580;
    padding: 6px 16px;
    color: #fff;
    border-radius: 50px;
    padding-bottom: 10px;
}


/* language css*/
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
body {
    top: 0px !important;
}
.skiptranslate iframe {
    display: none !important;
}

#google_translate_element {
    margin: 0;
	    padding: 6px;
     border-radius: 5px; 
	float: right;
}

.goog-te-gadget-simple {
    background-color: #fff;
    border: none;
    color: white;
    font-size: 14px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.goog-te-gadget-simple a {
    color: white;
    text-decoration: none;
}.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
ul.dropdown-menu li a {
    color: #28457f;
}
/* General dropdown menu styling */
.navbar-nav .dropdown-menu {
    display: flex !important;
    flex-wrap: wrap;
    width: 60vw; /* Full width of the viewport */
    padding: 0px;
    background-color: #f2f2f2;
    position: absolute !important;
    left: 30%;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.navbar-nav .dropdown-menu li:hover {
    background: #fff;
}
.navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

/* 3 columns for dropdown items */
.navbar-nav .dropdown-menu li {
    flex: 1 1 33%;
    padding: 6px 15px;
    list-style: none;
    border-right: 1px solid #e4e4e4;
}

.navbar-nav .dropdown-menu li a {
    display: block;
    padding: 0px;
    color: #294480;
    text-decoration: none;
    
}


/* Mobile responsiveness */
@media (max-width: 767px) {
    .navbar-nav .dropdown-menu {
        flex-direction: column;
        width: 100%; /* Full width for smaller screens */
		
    }
	.navbar-nav .nav-item:hover .dropdown-menu{
		position: static !important;
	}

    .navbar-nav .dropdown-menu li {
        flex: 1 1 100%; /* Single column for mobile */
		border-right: 0 !important;
    }
    
}

span.dropdown-icon {
    display: none;
}

div#navbar .dropdown-toggle:after {
    display: none;
}
