/* 
Theme Name: WP Bootstrap Starter Child 
Theme URL: http://yourdomain.com
Description: WP Bootstrap Starter Child 
Theme Author: Omar Abrahim
Author URL: http://yourdomain.com
Template: wp-bootstrap-starter
Version: 1.0.0 
Text Domain: wp-bootstrap-starter-child 
*/
/* Lucida Font Face */
@font-face {
    font-family: 'Lucida Sans Unicode'; font-weight: normal; font-style: normal;
    src: url('assets/fonts/lucida_sans_unicode-webfont.woff2') format('woff2'),
         url('assets/fonts/lucida_sans_unicode-webfont.woff') format('woff');
}
@font-face {
    font-family: 'Lucida Grande Regular'; font-weight: normal; font-style: normal;
    src: url('assets/fonts/lucidagrande-webfont.woff2') format('woff2'),
         url('.assets/fonts/lucidagrande-webfont.woff') format('woff');
}
@font-face {
    font-family: 'Lucida Grande Bold'; font-weight: normal; font-style: normal;
    src: url('assets/fonts/lucidagrandebold-webfont.woff2') format('woff2'),
         url('assets/fonts/lucidagrandebold-webfont.woff') format('woff');
}
/* ------------Common CSS-------------- */
html, body { font-family: 'Lucida Sans Unicode', 'Lucida Grande Regular', sans-serif; font-size: 16px; color: #000000; }
a { color: #0062c2; }
a:hover { text-decoration: none; color: #000000; }
button:active, button:focus, button:hover { box-shadow: none; outline: none; }
h1, h2, h3, h4, h5, h6 { font-family: 'Lucida Sans Unicode','Lucida Grande Bold',sans-serif; font-weight: bold; }
.dropdown .dropdown-toggle, .dropdown .dropdown-toggle:active, .dropdown .dropdown-toggle:focus { background: none; 
	border: none; box-shadow: none; outline: none; }
.form-control:focus { color: #000000; background-color: #fff; border-color: #28ccbd; outline: 0; box-shadow: none; }
.btn { padding: 6px 30px 6px 20px; text-transform: uppercase; border-radius: 4px; font-size: 14px; font-weight: bold;
	line-height: 2.29; letter-spacing: -0.27px; position: relative; text-transform: uppercase; }
.btn-white { border: solid 1px #0062c2; background-color: #faf9f9; color: #0062c2; }
.btn-white:hover { background-color: #0062c2; border-color: #0062c2; color: #ffffff; }
.btn-white:after { content: ''; background: url('assets/img/arrow_blue_icon.svg') no-repeat; background-size: 5px 10px; 
	width: 5px; height: 10px; position: absolute; top: 50%; right: 15px; transform: translateY(-50%); }
.btn-white:hover:after { background: url('assets/img/arrow_white_icon.svg') no-repeat; background-size: 5px 10px; }
.btn-primary { background-color: #0062c2; color: #ffffff; border-color: #0062c2; }
.btn-primary:hover { background-color: #ffffff; border-color: #0062c2; color: #0062c2; }
.btn-primary:after { content: ''; background: url('assets/img/arrow_white_icon.svg') no-repeat; background-size: 5px 10px; 
	width: 5px; height: 10px; position: absolute; top: 50%; right: 15px; transform: translateY(-50%); }
.btn-primary:hover:after { background: url('assets/img/arrow_blue_icon.svg') no-repeat; background-size: 5px 10px; }
.btn-secondary { background-color: #c0167b; color: #ffffff; border-color: #c0167b; }
.btn-secondary:hover { background-color: #ffffff; border-color: #c0167b; color: #c0167b; }
.btn-secondary:after { content: ''; background: url('assets/img/arrow_white_icon.svg') no-repeat; background-size: 5px 10px; 
	width: 5px; height: 10px; position: absolute; top: 50%; right: 15px; transform: translateY(-50%); }
.btn-secondary:hover:after { background: url('assets/img/arrow_pink_icon.svg') no-repeat; background-size: 5px 10px; }
.btns-group { text-align: center; list-style: none; display: flex; margin: 0; padding: 0; }
.btns-group li { display: inline-block; margin-right: 20px; }
.btns-group .btn { margin: 0; width: 100%; }
.heading { font-size: 24px; line-height: 1.29; letter-spacing: -0.43px; text-align: center; 
	color: #0062c2; margin: 50px 0;}
figure img { max-width: 100%; }
a[href="#welcome_Form"] { position: absolute; top: -10em; text-align: center; display: block; background: #d9ebf5; 
	color: #0062c2; font-size: 1rem; padding: 10px 0; width: 100%; z-index: 1000; }
a[href="#welcome_Form"]:focus { top: 0; outline: none; }
a[href="#welcome_Form"]:focus + #km_Header { top: 44px; }
a[href="#km_Services"] { position: absolute; top: -10em; text-align: center; display: block; background: #d9ebf5; 
	color: #0062c2; font-size: 1rem; padding: 10px 0; width: 100%; z-index: 1000; }
a[href="#km_Services"]:focus { top: 0; outline: none; }
a[href="#km_Services"]:focus + #km_Header { top: 44px; }
#loader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #0062c2; z-index: 9999; text-indent: -9999px; }
#loader:after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 64px; height: 64px; 
	background: url('assets/img/loader.gif') no-repeat; }
#main-nav {
	display: inline-flex;
    flex-basis: 100%;
    justify-content: space-between;
    text-align: center;
    margin-left: auto;
	
}

ul#menu-top-navigation-menu li {
    text-transform: uppercase;

}
#main_Navigation a {
	display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #0062c2;
    position: relative;
    transition: all 0.2s ease;
    line-height: 18px;
}
ul#menu-top-navigation-menu li a::after{
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 0%;
    height: 2px;
    background: #0062c2;
    transition: all 0.2s ease;
}

ul#menu-top-navigation-menu li a:hover,
ul#menu-top-navigation-menu li a:focus {
	/*text-decoration:underline;*/
	
}
/* Header */
#km_Header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    padding-left: 20px;
    z-index: 999;
    border-bottom: solid 1px #d7d7d7;
    height: 74px;
}
/* Bump our header under WP admin toolbar */
.admin-bar #km_Header {
  top: 32px;
}
#km_Header .header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1440px;
    margin: auto;
    position: relative;
    height: 100%;
}
#km_Header .logo {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
#km_Header .logo img {
    width: 238px;
    display: block;
}
#main_Navigation {
    display: inline-flex;
    flex-basis: 100%;
    justify-content: space-between;
    text-align: center;
    margin-left: auto;
}
#main_Navigation ul {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
#main_Navigation li {
    padding: 0 23px;
}
#main_Navigation a {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #0062c2;
    position: relative;
    transition: all 0.2s ease;
    line-height: 18px;
}
#main_Navigation a:hover:after {
    width: 100%;
    left: 0;
}
#main_Navigation a:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 0%;
    height: 2px;
    background: #0062c2;
    transition: all 0.2s ease;
}
#main_Navigation p.global {
    margin: 0;
    padding-top: 8px;
}
.header-search {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    float: right;
}
.menu-icon {
    display: none;
    width: 24px;
    height: 24px;
    float: right;
    position: relative;
    margin: 0;
    cursor: pointer;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    z-index: 1;
    padding: 0;
}
.language-settings {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 22px;
    float: right;
}
.language-settings a:hover {
    opacity: 0.5;
}

/* End Header */
section.content {
    margin: 0 0 3% 0;
}
/* Banner */
.banner-text h1.title-box {
    position: relative;
    padding-bottom: 40px;
    margin: 0;
    z-index: 1;
}
.hero-banner .hero {
    background-position: center right !important;
    padding: 6% 0;
}
section.hero-banner {
    margin: 0 0 3% 0;
}
.banner-text{
	display:block;
}
.img-mask {
    background-repeat: no-repeat !important;
    /*background-size: cover !important;*/
}
#hero_Banner.home-banner { display: inline-block; width: 100%; position: relative; overflow: hidden; }
#hero_Banner .home-slider { margin: auto; width: 100%; background: #d9ebf5; list-style: none; margin: 0; padding: 0; }
#hero_Banner .home-slider .slick-slide { padding: 0; position: relative; height: 100%; }
#hero_Banner .home-slider .slick-slide img { height: 100%; margin: 0 auto; }
#hero_Banner .home-slider .slide-content { position: absolute; top: 44%; transform: translateY(-50%); max-width: 655px; padding-left: 16%; }
#hero_Banner .home-slider .slide-content h2 { font-size: 40px; font-weight: bold; line-height: 1.13; letter-spacing: -2px; color: #0062c2; }
#hero_Banner .home-slider .slide-content p { font-size: 22px; font-weight: bold; line-height: 28px; letter-spacing: -0.42px; color: #3c3c3b; 
	margin-bottom: 24px; }
#hero_Banner .home-slider .video-slide { background: #000; }
#hero_Banner .home-slider .dt-banner { display: block; }
#hero_Banner .home-slider .mob-banner { display: none; }

.slick-prev,
.slick-next{
	background-color:transparent;
	color:blue;
}
.slick-prev { position: absolute; top: 50%; left: 32px; transform: translateY(-50%); border: none; z-index: 10; opacity: 1; transition: all 0.5s ease; }
.slick-prev:hover { opacity: 0.5; }
.slick-next { position: absolute; top: 50%; right: 28px; transform: translateY(-50%); border: none; z-index: 10; opacity: 1; transition: all 0.5s ease; }
.slick-next:hover { opacity: 0.5; }

.slick-prev:before, 
.slick-next:before { font-family: 'Font Awesome 5 Pro'; font-size: 40px; font-weight:bold;}
.slick-prev:before { content: "\f104"; }
.slick-next:before { content: "\f105"; }

.slick-dots { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); padding: 0; margin: 0; list-style: none; line-height: 11px; }
.slick-dots li { display: inline-flex; justify-content: center; align-items: center; padding: 0 6px; }
.slick-dots li button { width: 11px; height: 11px; object-fit: contain; background-color: #c6c6c6; border-radius: 50%; 
	border: none; padding: 0; text-indent: -9999px; margin: 0; line-height: 11px; }
.slick-dots li.slick-active button, .slick-dots li button:hover { background-color: #0062c2; }
.slick-buttons { position: absolute; left: 45%; bottom: 40px; transform: translateX(-50%); z-index: 99; }
.slick-pause { display: block; background: url('assets/img/circle_pause_icon.png') no-repeat; background-size: 100%;
	width: 20px; height: 20px; border: none; text-indent: -9999px; vertical-align: top; }
.slick-play { display: none; background: url('assets/img/circle_play_icon.png') no-repeat; background-size: 100%;
	width: 20px; height: 20px; border: none; text-indent: -9999px; vertical-align: top; }

/* End Banner */
/* Welcome Form */
#welcome_Form.welcome-form {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: solid 1px #c6c6c6;
}
#welcome_Form .welcome-heading {
    font-size: 24px;
    line-height: 1.29;
    letter-spacing: -0.46px;
    color: #000000;
    margin: 25px 0 30px;
}
#welcome_Form .form-inline {
    border-bottom: solid 1px #c6c6c6;
    margin-bottom: 25px;
	padding: 0 65px 25px 65px;
}

#welcome_Form .form-inline .form-group {
    flex: 1;
    display: inline-flex;
    padding: 0 18px;
}
#welcome_Form .form-inline .form-group label {
    font-size: 16px;
    line-height: 2;
    letter-spacing: -0.31px;
    color: #000000;
    margin-right: 10px;
}
.form-inline .custom-select, .form-inline .input-group {
    width: auto;
}
#welcome_Form .form-inline .form-group .custom-select {
    flex-grow: 1;
    border: solid 1px #c6c6c6;
    padding: 7px 15px;
    height: auto;
    border-radius: 0;
    background: #faf9f9 url('assets/img/down_arrow_pink_icon.svg') no-repeat right .75rem center;
    font-size: 16px;
    line-height: 2;
    letter-spacing: -0.31px;
    color: #000000;
}
.btns-group {
    text-align: center;
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.btns-group li {
    display: inline-block;
    margin-right: 20px;
}
.btn-secondary {
    background-color: #c0167b;
    color: #ffffff;
    border-color: #c0167b;
}
.btn-secondary::after {
    content: '';
    background: url('assets/img/arrow_white_icon.svg') no-repeat;
    background-size: 5px 10px;
    width: 5px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.btn-secondary:hover::after {
    background: url('assets/img/arrow_pink_icon.svg') no-repeat;
    background-size: 5px 10px;
}
.btn-white {
    border: solid 1px #0062c2;
    background-color: #faf9f9;
    color: #0062c2;
}

.btn {
    padding: 6px 30px 6px 20px;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.29;
    letter-spacing: -0.27px;
    position: relative;
    text-transform: uppercase;
}
.btn-white:hover {
    background-color: #0062c2;
    border-color: #0062c2;
    color: #ffffff;
}
/* End Welcome Form */
/* Services */
#km_Services.services {
    display: inline-block;
    width: 100%;
    background-color: #f2f2f2;
    padding-bottom: 80px;
}
#km_Services.services .heading {
    margin: 80px 0 36px;
}
#km_Services.services .row {
    margin: 0 -10px;
}
#km_Services.services a {
    display: block;
    margin-bottom: 29px;
}
#km_Services.services a:hover figure:before {
    left: 0;
}
#km_Services.services figure {
    height: 214px;
    overflow: hidden;
    margin: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
#km_Services.services figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: #0062c2;
    transition: all 0.4s ease;
}
#km_Services.services figure img {
    height: 100%;
    max-width: inherit;
}
#km_Services.services figure:after {
    content: url('assets/img/arrow_white_large_icon.svg');
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 30px;
    height: 50px;
    transition: all 0.4s ease;
}
#km_Services.services a:hover figure:after {
    top: 50%;
}
#km_Services.services .serv-content {
    display: inline-block;
    width: 100%;
    padding: 10px 17px;
    background-color: #ffffff;
}
#km_Services .serv-content .serv-title {
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: -0.44px;
    color: #0062c2;
    margin-top: 14px;
    margin-bottom: 21px;
}
#km_Services .serv-content p {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.44px;
}
#km_Services.services .col-lg-4 {
    padding: 0 10px;
}

/* End Services */
/* News */
.news-section .bg-blue {
    background-color: #d9ebf5;
}
.news-img {
    overflow: hidden;
    height: 100%;
    display: inline-block;
    width: 100%;
    margin: 0;
}
.news-img img {
    height: 100%;
    max-width: inherit;
    float: right;
}
.news-content {
    display: inline-block;
    width: 100%;
    padding: 48px 45px 48px 49px;
}
.news-content .date {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: normal;
    color: #3c3c3b;
    margin-bottom: 27px;
}
.news-content .news-title {
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: -0.53px;
    color: #0062c2;
    margin-bottom: 32px;
    padding-right: 35px;
}

/* End News */

/* Events */
#km_Events.events-section {
    display: inline-block;
    width: 100%;
    padding-top: 25px;
}
.heading {
    font-size: 24px;
    line-height: 1.29;
    letter-spacing: -0.43px;
    text-align: center;
    color: #0062c2;
    margin: 50px 0;
    padding-left: 12px;
}
.line-height-0 {
    line-height: 0;
}
.events-img {
    overflow: hidden;
    height: 100%;
    display: inline-block;
    width: 100%;
    margin: 0;
}
.events-img img {
    height: 100%;
    max-width: inherit;
    float: right;
}
#km_Events .event-dates {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #0062c2;
    padding: 5px 7px;
    width: 130px;
}
#km_Events .event-dates .date-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#km_Events .event-dates p:first-child {
    width: 60%;
}
#km_Events .event-dates p {
    display: inline-block;
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    position: relative;
}
#km_Events .event-dates span {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    display: inline-block;
    line-height: 16px;
    width: 40%;
}
#km_Events .event-dates p:last-child {
    width: 40%;
}
#km_Events.events-section .bg-blue {
    background-color: #d9ebf5;
}
#km_Events .events-content {
    display: inline-block;
    width: 100%;
    padding: 60px 45px;
}
#km_Events .events-content .events-title {
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: -0.53px;
    color: #0062c2;
    margin-bottom: 25px;
}
#km_Events .event-details {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
}
#km_Events .event-details li span {
    color: #0062c2;
    display: inline-block;
    margin-right: 10px;
}
.btns-group {
    text-align: center;
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.btns-group .btn {
    margin: 0;
    width: 100%;
}
.btns-group li {
    display: inline-block;
    margin-right: 20px;
}
.btn-primary {
    background-color: #0062c2;
    color: #ffffff;
    border-color: #0062c2;
}
.btn-primary::after {
    content: '';
    background: url('assets/img//arrow_white_icon.svg') no-repeat;
    background-size: 5px 10px;
    width: 5px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

#km_Events .events-content .btn {
    margin:15px 0 0 0;
}
.news-feed {
    margin: 40px -10px 0;
}
.news-feed figure {
    position: relative;
    overflow: hidden;
    height: 213px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.news-feed a:hover figure:before {
    left: 0;
}
.news-feed a:hover figure:after {
    top: 50%;
}
.news-feed figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: #0062c2;
    transition: all 0.4s ease;
}
.news-feed figure:after {
    content: url('assets/img/arrow_white_large_icon.svg');
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 30px;
    height: 50px;
    transition: all 0.4s ease;
}
.news-feed .date {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: normal;
    color: #3c3c3b;
    margin-bottom: 5px;
}
.news-feed .col-lg-3 {
    padding: 0 10px;
}
.news-feed .news-title {
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: -0.53px;
    color: #0062c2;
    margin-bottom: 36px;
    border-bottom: solid 1px #d7d7d7;
    padding-bottom: 20px;
	width:100%;
}
#km_Events .btn {
    margin-bottom: 77px;
}
#km_Events .event-dates.single-date {
	width:65px;
}
/* End Events */
/* Footer */
#footer-widget {
    display: inline-block;
    width: 100%;
    background-color: #333333;
    padding-top: 40px;
}
#footer-widget .widget-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.63;
    color: #ffffff;
}
#footer-widget .col-12.col-md-3:last-child h3,
#footer-widget .col-12.col-md-3:last-child ul li a {
    color: #c6c6c6;
}
#footer-widget ul {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
}
#footer-widget a:before {
    content: '>';
    position: absolute;
    left: 0;
}
#footer-widget a:before {
	content:none;
    width: 12px;
    height: 12px;
}
#footer-widget a {
    display: block;
    font-size: 16px;
    line-height: 1.63;
    color: #ffffff;
    position: relative;
}
.sub-footer {
	display: inline-block;
    width: 100%;
    background-color: #3c3c3b;
    padding-top: 40px;
}
.sub-footer .social-icons {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.sub-footer .social-icons li {
    display: inline-block;
    margin-right: 25px;
}
.sub-footer .social-icons i.fab{
	color:#706f6f;
	font-size:x-large;
}
.sub-footer .social-icons i.fab:hover {
    color: #1DA1F2;
}
.sub-footer .contact-links {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}
.sub-footer .contact-links li {
    display: inline-block;
    color: #d7d7d7;
    padding-right: 10px;
    margin-right: 5px;
    border-right: solid 1px #d7d7d7;
    line-height: 14px;
}
.sub-footer .contact-links li:last-child {
    border-right: none;
}
.sub-footer .contact-links a{
    font-size: 14px;
    color: #d7d7d7;	
}

.sub-footer .contact-links a:hover{
	color:#ffffff;
	text-decoration:underline;
}
.sub-footer	.copyright {
    font-size: 12px;
    text-align: right;
    color: #d7d7d7;
}
.social-label {
    display: block;
    font-size: 14px;
    line-height: 1.63;
    color: #ffffff;
    position: relative;
    padding-left: 0px;
}
#footer-widget .textwidget a:hover {
    text-decoration: underline;
}
/* End Footer */
/* 404 page */
.section-404 {
   padding: 6% 0;	
   position: relative;
   display: block;
   width: 100%;
   float: left;
}
.title-404 h2 {
    font-size: 200px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    margin-top: 0;
    color: #000;
}
.title-404 h2:before {
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 140px;
    height: 4px;
    background-color: #009eb7;
    position: absolute;
    content: "";
}
.section-404 .invert-bg p {
    color: #000;
    line-height: 36px;
    font-size: 28px;
    margin-bottom: 1em;
}
/* End 404 page */

/* Font Awesome */
/*
i.fas,
i.far,
i.fal,
i.fad,
i.fab {
    font-family: 'Font Awesome 5 Pro';
}
*/
/* End Font Awesome */
/* Mobile nav icon */
.menu-icon { display:none; width: 24px; height: 24px; float:right; position:relative; margin:0; cursor: pointer; transition:all 0.2s ease; -webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease;  z-index: 1; padding:0; }
.menu-icon .top-line { position:absolute; top:0; left:0; width:24px; height:3px; background:#0062c2; border-radius: 2px; transition:all 0.2s ease; -webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease; }
.menu-icon .mid-line { position:absolute; top:10px; left:0; width:24px; height:3px; background:#0062c2; border-radius: 2px; transition:all 0.2s ease; -webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease; }
.menu-icon .bot-line { position:absolute; top:20px; left:0; width:24px; height:3px; background:#0062c2; border-radius: 2px; transition:all 0.2s ease; -webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease; }
.menu-icon .top-line-rotate { background:#c0167b; transform:rotate(225deg); -webkit-transform:rotate(225deg); -webkit-transition:all 0.2s ease;
transition:all 0.2s ease; top:6px; }
.menu-icon .bot-line-rotate { background:#c0167b; transform:rotate(-225deg); -webkit-transform:rotate(-225deg); -webkit-transition:all 0.2s ease;
transition:all 0.2s ease; top:6px; }
.line-height-0 { line-height: 0; }
/* Responsive */
/*X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575px) { 


}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
	
	
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) { 


}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) { 


}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399px) { 
.section-404 .invert-bg p {
    line-height: 33px;
    font-size: 25px;
    margin-bottom: 1em;
}
}

/* XX-Large devices (larger desktops)
No media query since the xxl breakpoint has no upper bound on its width */
@media only screen and (max-width: 1360px) {
	#main_Navigation li { padding: 0 10px; }
	#main_Navigation a { font-size: 16px; }
}
@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm { max-width: 1200px; }
	.container-xl { max-width: 1350px; }
}
@media only screen and (max-width: 1280px) {
	
	#km_Header { padding-left: 15px; padding-right: 0; }
	#main_Navigation a { font-size: 14px; }
	.search-dropdown button { padding: 24px 15px; }
	#km_Header .logo img { width: 200px; }
	#hero_Banner .home-slider .slide-content { padding-left: 80px; max-width: 530px; }
	.slick-buttons { left: 44%; }
}
@media (max-width: 1200px){
	.container, .container-lg, .container-md, .container-sm { max-width: 100%; }
}
@media (max-width: 1024px) {
	
	#lookingDropdown {
		min-width:100%;
	}
}
@media only screen and (max-width: 991px) {
	#km_Header { height: 64px; }
	#km_Header .logo { margin-right: auto; }
	#km_Header .logo img { width: 177px; }
	.menu-icon { display: block; border: none; background: none; margin-right: 20px; margin-left: 20px; }
	#main_Navigation { position: fixed; left: -100%; top: 63px; background: #0062c2; padding-left: 0;
		width: 100%; height: calc(100% - 64px); transition: all 0.5s ease; display: block; }
	#main_Navigation.open { left: 0; }
	#main_Navigation ul { flex-direction: column; margin-top: 20px; }
	#main_Navigation a { color: #ffffff; font-size: 25px; line-height: 54px; }
	#main_Navigation a:hover { text-decoration: underline; }
	#main_Navigation a:after { display: none; }
	.search-dropdown { border-right: solid 1px #c6c6c6; }
	.search-dropdown button { padding: 18px 20px; }
	.search-dropdown .dropdown-menu { margin-top: 2px; }
	#main_Navigation .change-language .dropdown-menu { margin-top: 13px; }
	#main_Navigation .change-language .dropdown-menu a { color: #0062c2; padding: 0; }
	.language-settings { display: flex; align-items: center; width: 100%; padding: 10px 0; justify-content: center; margin-top: 20px;
		border-top: solid 1px rgba(255, 255, 255, 0.24); border-bottom: solid 1px rgba(255, 255, 255, 0.24); margin-right: 0; }
	.language-settings .au-icon { border-color: #ffffff; }
	.language-settings .globe-icon { background-image: url('assets/img/change_country_white_icon.svg'); }
	.language-settings .change-language .dropdown-menu a { color: #0062c2; line-height: normal; }
	.language-settings .change-language button { color: #ffffff; padding-right: 0; height: 22px; margin: 0 10px; }
	#main_Navigation .language-settings .global { padding: 0; height: 22px; margin: 0 10px; }
	#main_Navigation .language-settings .global a { line-height: 11px;}
	.dropdown-toggle::after { display: none; }
	#hero_Banner .home-slider .slide-content { display: inline; width: 100%; height: 100%; top: 0; left: 50%; transform: translate(-50%,0); 
		text-align: center; max-width: 500px; padding: 0 15px; }
	#hero_Banner .home-slider .slide-content h2 { margin-top: 15px; }
	#hero_Banner .home-slider .slide-content .btn { position: absolute; bottom: 78px; left: 50%; transform: translateX(-50%); white-space: nowrap; }
	#main_Content.content { margin-top: 64px; }
	#hero_Banner .home-slider .slick-slide { height:400px; }
	#hero_Banner .home-slider .dt-banner { display: none; }
	#hero_Banner .home-slider .mob-banner { display: block; object-fit: cover;height: 100% }
	.playpause { display: none; }
	.category-banner h1 { max-width: inherit; width: 100%; text-align: center; padding-left: 0; }
	#welcome_Form .form-inline { align-items: flex-end; padding: 0; }
	#welcome_Form .form-inline .form-group .custom-select { width: 100%; }
	.news-content { padding: 20px 5px; }
	#km_Events .events-content { padding: 20px 5px; }
	.news-feed figure img { height: auto; max-width: 100%; }
	.slick-buttons { left: 41%; }
	.slick-dots{ bottom:10px;}
	#km_Services.services figure img { height: auto; width: 100%; }
	#km_Services.services .full-width-service figure img { width: auto; height: 100%; }
    .hero-banner .hero {
		min-height:200px;
	}
}
/* Bump our header under WP admin toolbar */
@media screen and (max-width: 782px) {
  .admin-bar #km_Header {
    top: 46px;
  }
}

@media only screen and (max-width: 767px) {
	.change-language button { padding: 0; margin: 0; }
	#main_Navigation a { font-size: 22px; }
	.category-banner { padding: 0; }
	.breadcrumb { margin: 0; padding: 10px 0; }
	.container { max-width: 100%; }
	#welcome_Form .welcome-heading { font-size: 20px; }
	#welcome_Form .form-inline { flex-direction: column; }
	#welcome_Form .form-inline .form-group { flex-direction: column; width: 100%; padding: 0; margin-bottom: 1rem; }
	#welcome_Form .form-inline .btn { width: 100%; }
	.btns-group .btn { margin: 0 0 10px; width: 100%; }
	.heading { margin: 20px 0; font-size: 20px; }
	.news-content .news-title { font-size: 18px; }
	.news-section .bg-blue { background-color: transparent; }
	.news-section .bg-blue .news-content { background-color: #d9ebf5; padding: 20px; }
	.news-feed .news-title { font-size: 18px; }
	.news-feed figure { height: auto; }
	.news-feed figure img { width: 100%; }
	#km_Events.events-section .bg-blue { background-color: transparent; }
	#km_Events.events-section .bg-blue .events-content { background-color: #d9ebf5; padding: 20px; }
	#km_Services.services .full-width-service figure { height: 214px; }
	#km_Services .serv-content .serv-title { font-size: 18px; }
	#km_Services.services { padding-bottom: 20px; }
	#km_Events .event-dates { right: 15px; }
	.sub-footer { text-align: center; padding-top: 20px; }
	.sub-footer .text-right { text-align: center!important; }
	.copyright { text-align: center; }
	.social-icons { margin-top: 15px; }
	.social-icons li { margin: 0 10px 20px; }
	.order-1 { order: 2; }
	.order-2 { order: 1; }
	.news-img img { width: 100%; height: auto; }
	.notice-img img { width: 100%; height: auto; }
	.events-img img { width: 100%; height: auto; }
	.slick-buttons { left: 38%; }
	.slick-pause { width: 15px; height: 15px; }
	.slick-play { width: 15px; height: 15px; }
	#hero_Banner .home-slider .slick-slide { height:345px; min-height:inherit;}
	#hero_Banner .home-slider .mob-banner {object-fit: cover;
    height: 100%}
	.section-404 .invert-bg p {line-height: 36px;font-size: 28px;}
    .title-404 h2 {font-size: 130px !important;}
}
@media only screen and (max-width: 640px){
	.title-404 h2 {
		font-size: 2.7512em;
	}
	.section-404 .invert-bg p {
		line-height: 30px;
		font-size: 22px;
	}
}
@media only screen and (max-width: 500px) {
	.slick-buttons { left: 28%; }
	.slick-prev, .slick-next { display: none!important; }
}

@media only screen and (max-width: 375px) {
	#hero_Banner .home-slider .slick-slide { height:345px; min-height: inherit; }
	#hero_Banner .home-slider .slide-content h2 { font-size: 40px; }
	#hero_Banner .home-slider .slide-content p { font-size: 20px; }
	.slick-dots { bottom: 10px; }
	.slick-buttons { bottom: 70px; }
	#hero_Banner .home-slider .slide-content .btn { bottom: 100px; }
	#hero_Banner .home-slider .mob-banner {object-fit: cover;
    height: 100%}
	.title-404 h2 {font-size: 2.05em; padding-bottom: 20px;}
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) { 
	#km_Header .logo img { height: 52px; }
	.news-img { display: block; width: 100%; height: 100%; margin: 0; }
	.notice-img { display: block; width: 100%; height: 359px; margin: 0; }
	.notice-img img { height: 100%; max-width: inherit; }
	.events-img { display: block; width: 100%; margin: 0; height: 460px; }
	.events-img img { height: 100%; max-width: inherit; }

}

/* End Responsive */