/* HEADER CSS START  */

.header_top{
    background: var(--ColorSecondary);
    color: var(--ColorWhitePrimary);
    padding: 10px 0;
    vertical-align: middle;
}
.header_top .social-icon li{
    display: inline-block;
    margin: 5px;
    vertical-align: middle;
}
.header_top .social-icon li a{
    color: var(--ColorWhitePrimary);
    vertical-align: middle;
}

.header_bottom .logo img{
    height: 150px;
    /* max-width: 200px; */
    text-align: center;
}
.header_bottom .search {
    border: 1px solid var(--ColorBlackSecondary);
    overflow: hidden;
}
header{
    border-bottom: 1px dotted;
}

/* HEADER CSS END  */


















/* NAVBAR CSS START  */
.navbar,
.navbar.top-navbar {
    background: var(--ColorWhitePrimary);
    z-index: 9999999;
}
.navbar.submenu {
    z-index: 999999;
}
.navbar .nav-item .nav-link{
    text-transform: uppercase;
    font-weight: 700;
    padding: 27px 30px;
    position: relative;
}
.navbar .nav-item .nav-link::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0%;
    height: 2px;
    background: var(--ColorPrimary);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: .3s linear;
}
.navbar .nav-item:hover .nav-link::before{
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.dropdown-menu .dropdown-item{
    text-transform: uppercase;
    padding: 13px 30px;
    position: relative;
}
.dropdown-menu .dropdown-item::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0%;
    height: 2px;
    background: var(--ColorPrimary);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: .3s linear;
}
.dropdown-menu .dropdown-item::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: var(--ColorPrimary);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: .3s linear;
}
.dropdown-menu .dropdown-item:hover::before{
    top: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.dropdown-menu .dropdown-item:hover::after{
    bottom: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.dropdown-menu {
    border: none;
    /* min-width: 200px !important; */
    width: auto !important;
    margin-top: 0 !important;
    border-radius: 0 !important;
}

.dropdown-item {
    /* white-space: pre-wrap !important; */
}

.navbar.submenu .nav-item .nav-link {
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 30px;
    position: relative;
    color: var(--ColorWhitePrimary);
}
.navbar.submenu .nav-item .nav-link.active {
    /* color: var(--ColorBlackPrimary); */
    background: #5E8B6C;
}
.scroll_menu {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none; 
}
.scroll_menu::-webkit-scrollbar {
    display: none;
  }

/* NAVBAR CSS END  */














/* BANNER CSS START  */
.banner_area{
    overflow-x: hidden;
}
.banner_simple_slider .overlay_pos{
    right: 5%;
    width: 550px;
    /* z-index: 3; */
    /* right: 15%; */
    width: 580px;
    color: var(--ColorWhitePrimary);
}

.banner_simple_slider .border-top,
.banner_simple_slider .description {
    border-top: 2px solid var(--ColorWhitePrimary);
    width: 190px;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    color: var(--ColorPrimary);
}
.banner_simple_slider .border-center h1 {
    color: #fff;
    font-size: 55px;
    text-transform: uppercase;
    margin: 50px 0px;
    line-height: 80px;
    /* text-shadow: 1px 1px 3px #474747; */
    font-weight: 900;
    text-shadow: 3px 0px 10px #000;
}
 .left_btn,
 .right_btn {
    position: absolute;
    top: 50%;
    z-index: 9999;
    transform: translateY(-50%);
    transition: .3s linear;
    color: var(--ColorSecondary);
}
 .left_btn:hover,
 .right_btn:hover {
    color: var(--ColorPrimary);
}
 .left_btn{
    left: 2%;
}
 .right_btn {
    right: 2%;
}

/* BANNER CSS END  */










/* ABOUT CSS START  */

.img_holder.about_image {
    margin: 0;
    padding: 7px;
    position: relative;
    z-index: 2;
}
.img_holder.about_image img {
    border: 1px solid;
    z-index: 9999;
}

.img_holder.about_image::before {
    right: 0;
    bottom: 0;
}
.img_holder.about_image::after {
    left: 0;
    top: 0;
}
.img_holder.about_image::before,
.img_holder.about_image::after {
    position: absolute;
    content: '';
    border: 1px solid;
    z-index: 1;
    width: 95%;
    height: 93%;
}
.about_area a.social-icon:hover{
    color: var(--ColorBlackPrimary);
}

/* ABOUT CSS END  */










/* CERTIFICATE CSS START  */

.certificate_wrapper .img_holder {
    /* border: 1px solid var(--ColorBlackSecondary); */
}
.certificate_wrapper .ratio {
    margin: 15px;
}

/* CERTIFICATE CSS END  */







/* INFO CSS START  */
.info_title{
    display: inline-block;
}
.info_title::before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 30%;
    background: var(--ColorPrimary);
}

/* INFO CSS END  */









/* About Page CSS START  */

.Page_banner h1{
    font-weight: 400;
    position: relative;
    padding: 0 50px;
    display: inline-block;
}
.Page_banner h1::before {
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    top: 7px;
    bottom: 7px;
    background: url(../images/banner/bg-heading.png) repeat-x;
    width: 10000%;
    /* height: 25px; */
}
.Page_banner h1::after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: 7px;
    bottom: 7px;
    background: url(../images/banner/bg-heading.png) repeat-x;
    width: 10000%;
    /* height: 25px; */
}

/* EMPLOYEE CSS START  */
.single_facilities span{
    /* padding: 15px; */
    height: 50px;
    width: 50px;
    background: var(--ColorPrimary);
    color: var(--ColorWhitePrimary);
    font-size: 25px;
    border-radius: 50%;
    line-height: 50px;
    /* display: table-cell; */
    /* vertical-align: middle; */
}
.single_facilities h4{
    font-size: 18px;
}
.vbox-overlay {
    z-index: 9999999;
}
/* EMPLOYEE CSS END  */

/* About Page CSS END  */



/* GALLERY CSS START  */

.gallery_wrap_nav .img_holder {
    /* border: 1px solid var(--ColorBlackSecondary); */
}

.gallery_wrap_nav .ratio {
    margin: 15px;
}

/* GALLERY CSS END  */





/* GALLERY CSS START  */

.contact_address .title {
    min-width: 20%;
}

/* GALLERY CSS END  */