button {
  color: #000;
}
.page-about img{
	object-fit:contain !important;
	height:100% !important;
	width:100%;
}
.modal-dialog {
    max-width: 60% !important;
}
.huselt{
	margin-top:40px;
}
.huselt input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 10px;
    border: 1px solid #777;
    width: 100%;
    color: #999;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #013334;
    color: #fff;
    padding: 10px 30px;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    padding: 10px;
    border: 1px solid #777;
    width: 100%;
    color: #999;
}
.lang a.glink {
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    padding: 2px 5px;
    border: 1px solid #e1e1e1;
	color:#000;
}
.lang a.glink.gt-current-lang {
    font-weight: normal;
    /* font-size: 12px; */
    /* display: inline-block; */
    /* padding: 2px 5px; */
    /* border: 1px solid #e1e1e1; */
    background: #013334;
    color: #fff;
    border-color: #013334;
}
.hero-shape-four {
    background: #013334 !important;
}
.hero-shape-three, .hero-shape-two  {
    background: #013334 !important;
	opacity:1 !important;
}
.e-header .e-top{
    margin:30px 0;
}
.e-header .e-logo img{
	width:300px;
	object-fit:contain;
}
.e-header .e-bottom {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.e-header .e-bottom .menu ul li{
	display:inline-block;
	margin-right:15px;
	padding-top:15px;
}
.e-header .e-bottom ul li a{
	color:#000;
	font-size:15px;
	padding-top:15px;
	font-weight:600;
}
.e-header .current_page_item{
	color:#013334;
	border-top:2px solid #013334;
	padding-top:15px;
} 
.e-header .e-bottom .menu ul li ul {
    position: absolute;
    display: none;
    /* min-width: 300px; */
    /* background: #fff; */
    background-color: #f8f9fa;
    padding: 20px 25px;
	z-index: 999;
}
.e-header .e-bottom .menu ul li:hover ul{
	display:block;
}
.e-header .e-bottom .menu ul li ul li{
    display: block;
}
/* .e-header li#menu-item-85 a{
    color: #999 !important;
} */
.e-header .e-right{
    display: flex;
    justify-content: space-around;
    align-items: center;
	height: 100%;
}
.e-search {
    border-bottom: 1px solid #eaeaea;
	padding-bottom:5px;
}
.e-search button {
    background: transparent;
}
button.sub-menu-toggle {
    display: none;
}
.e-slider{
	
}
.e-slider img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.banner-five {
    position: relative;
    color: #000 !important;
    background: #fff !important;
    overflow: hidden;
    height: 100%;
	padding:50px 0;
}
.e-ontsloh .e-text {
    background: #fff;
    padding: 30px;
}
.e-ontsloh .row{
	align-content:center;
	justify-content:center;
	margin-bottom:20px;
}
.e-ontsloh img{
	height:300px;
	object-fit:cover;
}
.e-hamtrach{
	padding:50px 0;
}
.e-hamtrach .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}
.single-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.single-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #013334 !important;
    bottom: 0;
    left: calc(50% - 20px);
}
.single-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #000;
}
  .our-team {
    margin-top: 30px;
    padding: 30px 0 40px;
    margin-bottom: 30px;
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  
  .our-team .picture {
    display: inline-block;
    height: 130px;
    width: 130px;
    margin-bottom: 15px;
    z-index: 1;
    position: relative;
  }
  
  .our-team .picture::before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #003334;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.9;
    transform: scale(3);
    transition: all 0.3s linear 0s;
  }
  
  .our-team:hover .picture::before {
    height: 100%;
  }
  
  .our-team .picture::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #003334;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  
  .our-team .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
  }
  
  .our-team:hover .picture img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
  }
  
  .our-team .title {
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-transform: capitalize;
  }
  
  .our-team .social {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #003334;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
  }
  
  .our-team:hover .social {
    bottom: 0;
  }
  
  .our-team .social li {
    display: inline-block;
  }
  
  .our-team .social li a {
    display: block;
    padding: 10px;
    font-size: 17px;
    color: white;
    transition: all 0.3s ease 0s;
    text-decoration: none;
  }
  
  .our-team .social li a:hover {
    color: #003334;
    background-color: #f7f5ec;
  }
.info-section {
    position: relative;
    padding: 0px !important;
    background: #ffffff;
}
.h-number {
    background-image: url('assets/images/h-number.jpg');
    padding:30px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
.h-number h6 {
    color: #003334;
    font-size: 50px;
    font-weight: 700;
}
.h-number p {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.footer{
	padding: 20px 0;
}
.footer h3{
	font-family: AmericanaRoman,Georgia,serif;
    line-height: 1.3;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #000;
    text-transform: uppercase;
}
.footer a{
	font-family: hco gotham ssm,Arial,Helvetica,sans-serif;
    line-height: 1.7;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.07692;
    display: inline-block;
    letter-spacing: .5px;
    color: #000;
    border-bottom: 1px solid transparent;
    transition: border-bottom .1s ease,color .1s ease;
}
.footer i{
	color: #bebebe;
	font-size: 20px;
}
.footer i:hover{
	color: #000;
}
.line-bottom{
	border-top: solid 1px #595959;
}
.footer img{
	width: 100%;
	object-fit: cover;
	margin-left:-25px;
}
.footer-copyright{
	text-align: center;
	font-size: .75rem;
    line-height: 1.08333;
    font-family: hco gotham ssm,Arial,Helvetica,sans-serif;
    line-height: 1.7;
    letter-spacing: .5px;
    color: #000;
    margin: 0 10px;
}
.row.bottom-footer{
	margin-top: 25px;
}
.footer a{
	-webkit-font-smoothing: antialiased;
	transition: color .3s ease;
	font-weight: 700;
	color: #ccc;
	padding: 4px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6875rem;
	line-height: 1.7;
	padding: 4px 0;
	text-transform: uppercase;
    text-decoration: none;
	letter-spacing: 1px;
}
.footer a:hover{
	color: #000;
}
.au-main{
	margin:50px 0;
}
.au-main h3{
	border-bottom: 1px solid #e8eaed;
	padding-bottom:15px;
}
.nav-au{
	position: sticky;
    position: -webkit-sticky;
    top: 30px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	padding: 25px;
}
.e-side li{
	width:100%;
	padding:20px;
	transition: background-color .2s linear;
    border-top: 1px solid #e8eaed;
}
.e-side li a{
	color:#000;
	display: flex;
    justify-content: space-between;
	
}
.e-side li a:hover{
	text-decoration:none;
}
.e-side li a::after{
	content:" > ";
}
.e-side .current_page_ite a::after{
	content:" > ";
	color:#013334;
}
.e-side li:hover{
	background-color: #f8f9fa;
}
.e-side .current_page_item{
	background-color: #f8f9fa;
	font-weight:500;
}
.nav-au a{
	color: #000;
	font-size: 18px;
}
.nav-au a:hover{
	text-decoration: none;
	color: #000;
	font-weight: 500;
}
.nav-au a i{
	margin-left: 10px;
}
.main-image img {
    height: 40vh;
    object-fit: cover;
}
.main-timeline {
    position: relative
}

.main-timeline:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #c6c6c6;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    margin-bottom: 40px;
    position: relative
}

.main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both
}

.main-timeline .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.main-timeline .icon:before,
.main-timeline .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .icon:before {
    background: #fff;
    border: 2px solid #232323;
    left: -3px
}

.main-timeline .icon:after {
    border: 2px solid #c6c6c6;
    left: 3px
}

.main-timeline .timeline:hover .icon:before {
    left: 3px
}

.main-timeline .timeline:hover .icon:after {
    left: -3px
}

.main-timeline .date-content {
    width: 50%;
    float: left;
    margin-top: 22px;
    position: relative
}

.main-timeline .date-content:before {
    content: "";
    width: 36.5%;
    height: 2px;
    background: #c6c6c6;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0
}

.main-timeline .date-outer {
    width: 125px;
    height: 125px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    z-index: 1
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
    content: "";
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .date-outer:before {
    background: #fff;
    border: 2px solid #232323;
    left: -6px
}

.main-timeline .date-outer:after {
    border: 2px solid #c6c6c6;
    left: 6px
}

.main-timeline .timeline:hover .date-outer:before {
    left: 6px
}

.main-timeline .timeline:hover .date-outer:after {
    left: -6px
}

.main-timeline .date {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 27%;
    left: 0
}

.main-timeline .month {
    font-size: 18px;
    font-weight: 700
}

.main-timeline .year {
	display: block;
    font-size: 22px;
    font-weight: 700;
    color: #232323;
    line-height: 50px;
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right
}

.main-timeline .title {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 15px 0
}

.main-timeline .description {
    margin-bottom: 0
}

.main-timeline .timeline:nth-child(2n) .date-content {
    float: right
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
    left: 10px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px 50px 20px 0;
    text-align: right
}

@media only screen and (max-width: 991px) {
    .main-timeline .date-content {
        margin-top: 35px
    }
    .main-timeline .date-content:before {
        width: 22.5%
    }
    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px
    }
    .main-timeline .title {
        font-size: 17px
    }
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0
    }
}

@media only screen and (max-width: 767px) {
.hero-shape-one, .hero-shape-two, .hero-shape-four, .hero-shape-three{
    display:none !important;
}
    .main-timeline:before {
        margin: 0;
        left: 7px
    }
	.e-slider img {
    width: 100%;
    height: 100% !important;
    object-fit: contain !important;
}
    .main-timeline .timeline {
        margin-bottom: 20px
    }
    .main-timeline .timeline:last-child {
        margin-bottom: 0
    }
    .main-timeline .icon {
        margin: auto 0
    }
    .main-timeline .date-content {
        width: 95%;
        float: right;
        margin-top: 0
    }
    .main-timeline .date-content:before {
        display: none
    }
    .main-timeline .date-outer {
        width: 110px;
        height: 110px
    }
    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after {
        width: 110px;
        height: 110px
    }
    .main-timeline .date {
        top: 30%
    }
    .main-timeline .year {
        font-size: 24px
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0
    }
    .main-timeline .title {
        margin-bottom: 10px
    }
}
.salbar-modal{
	margin-bottom:20px;
}
.salbar-modal .wrapper{
	border: 1px solid #e8eaed;
	background: #fff;
}
.salbar-modal .wrapper h4{
	margin-top:15px;
	margin-bottom:15px;
	text-transform:uppercase;
}
*:focus {
	outline: none;
}
.answer details div {
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 1.5em;
}

.answer details div > * + * {
	margin-top: 1.5em;
}

.answer details + details {
	margin-top: .5rem;
}

.answer summary {
	list-style: none;
}

.answer summary::-webkit-details-marker {
	display: none;
}

.answer summary {
	border: 2px solid #000;
	padding: .75em 1em;
	cursor: pointer;
	position: relative;
	padding-left: calc(1.75rem + .75rem + .75rem);
}

.answer summary:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: .75rem;
	content: "↓";
	width: 1.75rem;
	height: 1.75rem;
	background-color: #000;
	color: #FFF;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.answer details[open] summary {
	background-color: #eee;
}

.answer details[open] summary:before {
	content: "↑";
}

.answer summary:hover {
	background-color: #eee;
}
.answer a {
	color: inherit;
	font-weight: 300;
	text-decoration: none;
}
.answer a:hover {
	box-shadow: 0 3px 0 0;
}
.answer code {
	font-family: monospace;
	font-weight: 600;
}
.col-md-4.news-page {
    height: 400px;
}
.news-page img.logo.me-auto {
    height: 300px;
    object-fit: cover;
}
.news-page .fe-bottom-text {
	padding:10px;
	color:#000;
}
.mobile-header{
	display:none;
}
.m-ontsloh{
	display:none;
}
@media (max-width:1080px){
	
	.e-slider img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
	margin-top:70px;
}
	.mobile-header ul.sub-menu {
    padding-left: 30px;
    padding-top: 10px;
}
	.e-header{
		display:none;
	}
	.mobile-header{
		display:block;
	}
	.mobile-header .menu-icon{
		font-size: 30px;
    	border: 1px solid #e1e1e1;
    	padding: 0px 15px;
		border-radius:5px;
	}
	.mobile-header ul li a{
		color:#000;
	}
	.mobile-header ul li{
		margin-bottom:10px;
		border-bottom:1px solid #e1e1e1;
		padding-bottom:5px;
	}
	.mobile-header .navbar {
    	background: #fff !important;
	}
	.modal-dialog {
    max-width: 96% !important;
}
}
@media(max-width:700px){
	.m-ontsloh{
	display:block;
	}
	.e-ontsloh{
		display:none;
	}
	.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px !important;
	}
		.swiper-button-next, .swiper-button-prev{
    font-size: 25px !important;
	margin-top:20px !important;	
	}
	.main-image {
    margin-top: 70px !important;
	}
}