* {
	margin: 0;
	padding: 0;
}
body {
	background: #0b69ed;
	height: 100vh;
}
.slider-area{
	display: flex;
	overflow: hidden;
}
/* .item {
	animation: animate 20s alternate linear infinite;
} */
.container:hover .item {
	animation-play-state: paused;
}
/* @keyframes animate {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-1100px, 0, 0);
	}
} */



/* css */
.header-area{
    position: fixed;
    z-index: 999;
    width: 100%;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.navbar.navbar-light.sticky { position: fixed; top: 0; width: 100%; background-color: #27293C !important; }
.navbar.sticky { margin-top: 0px;}
.navbar{
    background-color: transparent !important;
}
.navbar .navbar-brand img{
    width: 140px;
}
.navbar-nav .nav-item a{
	font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #FFFFFF !important;
}
.navbar-nav .nav-item . li a:hover{
    background: #E4F2F3;
    color: #006169 !important;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.header-search-wrapper {
	float: right;
	position: relative;
}
.search-main {
	display: block;
	line-height: 40px;
	padding: 0 14px;
	cursor: pointer;
	color: rgb(0, 97, 105);
}
.search-main i{
    cursor: pointer;
}
.header-search-wrapper .search-form-main {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.15);
    box-shadow: 1px 1px 7px rgba(0,0,0,.15);
    border-top: 2px solid #408c40;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 124%;
    width: 400px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}
.search-form-main.active-search {
    opacity: 1;
    visibility: visible;
}
.header-search-wrapper .search-form-main {
    border-top-color: #06484E;
}
.header-search-wrapper .search-form-main:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #408c40;
    content: "";
    position: absolute;
    right: 15px;
    top: -10px;
}
.header-search-wrapper .search-form-main:before {
    border-bottom-color: #06484E;
}
.header-search-wrapper .search-form-main .search-field {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #006169;
    padding: 15px 15px;
    border-radius: 6px;
    outline: none;
    transition: all 0.5s ease-in-out;
    border: 2px solid #006169;
}
.header-search-wrapper .search-form-main .search-submit {
    border: medium none;
    box-shadow: none;
    color: #fff;
    float: left;
    padding: 10px 0 10px;
    width: 25%;
    height: 57%;
    position: absolute;
    background: #06484E;
    right: 16px;
    font-size: 15px;
    border-radius: 0 6px 6px 0;
    font-weight: 400;
}
.search-bar{
    position: absolute;
    right: 220px;
    z-index: 100;
    top: 3px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-item a{
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #009DE0;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover{
    color: #fff;
    background-color: #27293C;
}
.dropdown-toggle::after{
    vertical-align: middle;
}
#rectangle_slider .owl-nav{
    position: absolute;
    bottom: 22%;
    right: 10px;
}
#rectangle_slider .owl-nav i{ 
    font-size: 46px;
    color: #009DE0;
}
#rectangle_slider .owl-nav .owl-prev{
    margin-right: 30px;
}



/* responsive */
@media(max-width: 992px) {
    #rectangle_slider .owl-nav{
        bottom: 12%;
    }
}
@media (max-width: 767px){
    #rectangle_slider .owl-nav i {
        font-size: 36px;
        color: #009DE0;
    }
    #rectangle_slider .owl-nav .owl-prev{
        margin-right: 20px;
    }
}