.static {
    position: static;
}

.cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.owl-carousel .owl-slide {
    position: relative;
    min-height: 640px;
    background-color: lightgray;
    z-index: 1;
}

.owl-slide.d-flex.align-items-center.cover:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(255 255 255 / 55%);
    z-index: -1;
}

.owl-carousel .owl-slide-animated {
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}

.owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
    transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
    transition-delay: 0.5s;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
    position: absolute;
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:focus {
    outline: none;
}

.owl-carousel .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid var(--main-black-color);
    transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
    background: var(--main-black-color);
}

.owl-carousel .owl-nav {
    left: 50%;
    top: 85%;
    transform: translateX(-50%);
    margin: 0;
    display: none;
}

.owl-carousel .owl-nav svg {
    opacity: 0.3;
    transition: opacity 0.3s;
}

.owl-carousel .owl-nav button:hover svg {
    opacity: 1;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
    background: #26afdf;
}

@media screen and (max-width: 575px) {
    .owl-carousel .owl-nav {
        top: 5%;
    }

    .owl-carousel .owl-nav svg {
        width: 24px;
        height: 24px;
    }

    .owl-carousel .owl-dots {
        margin-top: -228px;
    }
}

.owl-carousel button.owl-dot {
    color: inherit;
    border: none;
    padding: 5px !important;
    font: -webkit-control;
}

.owl-carousel .owl-dots .owl-dot span {
    background: white;
    border: 1px solid var(--main-black-color);
    transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
    background: #2d397b;
}

.owl-carousel .owl-dots {
    position: absolute;
    top: 300px !important;
    left: 50% !important;
    display: none;
}

.btn.bat-call-to-act {
    padding: 13px 56px;
    border-radius: 50px;
    font-size: 15px;
    background: rgba(2, 2, 2, 0.15);
    transition: all ease-in-out .4s;
    color: #fff;
}

.bl-dark .btn.bat-call-to-act {
    border: 1px solid #25afdf;
    background: #25afdf;
    margin-bottom: 30px;
}

.btn.bat-call-to-act:hover,
.btn.bat-call-to-act:focus {
    background: rgb(47 161 201);
    border: 1px solid rgb(47 161 201);
}

.sin {
    margin-top: 80px;
    text-align: center;
}

a:active,
a:hover {
    color: #25afdf;
}

.owl-slide:after {
    background: linear-gradient(red, black);
}

#login-section {
    position: absolute;
    top: 140px;
    z-index: 997;
    right: 0;
}

.inner-banner {
    position: relative;
    /* background: #a0a19b; */
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.inner-banner h1 {
    font-family: 'Roboto';
    line-height: 44px;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #25afdf;
}

.inner-banner .box {
    position: relative;
    display: flex;
    height: 410px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

.inner-banner .box .hashtag {
    position: relative;
    margin-top: 20px;
    z-index: 100;
}

.inner-banner .box .hashtag h3 {
    padding: 4px 20px;
    padding-bottom: 8px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    z-index: 999999;
}

.inner-banner .box .hashtag:after {
    content: '';
    display: block;
    background: #25afdf;
    -webkit-transform: perspective(50px) rotateX(-5deg);
    -webkit-transform-origin: left center;
    width: 140%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -21;
    left: -96px;

}

.inner-banner .box h3 {
    color: #263d87;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-size: 29px;
    margin-bottom: 20px;
    z-index: 1;
}

@media (max-width:1100px) {
    .inner-banner .box .hashtag h3 {
        font-size: 22px;
        min-height: 70px;
        display: flex;
        align-items: center;
        background: #25afdf;
    }

    .inner-banner .box .hashtag:after {
        -webkit-transform: perspective(48px) rotateX(327deg);
        -webkit-transform-origin: left center;
        width: 18px;
        height: 100%;
        position: absolute;
        top: 14px;
        z-index: -21;
        left: 100%;
    }

    .inner-banner h1 {
        line-height: 33px;
        font-size: 32px;
        text-align: left;
    }

    .grid-view.brows-job-list {
        padding: 15px !important;
    }

    .section-full.statics {
        padding-top: 19px;
    }

    .call-to-act-caption {
        padding: 1em 1em;
    }

    .inner-banner .box {
        height: auto;
        margin-bottom: 25px;
    }
}

.logo4 {
    height: auto;
    width: auto;
    max-width: 192px;
    margin-top: -28px;
}

.extra-nav {
    padding: 22px 0px 0px 0px !important;
}

.column {
    -ms-flex: 20%;
    /* IE10 */
    display: flex;
    flex: 20%;
    min-width: 22%;
    padding: 0 4px;
    margin-bottom: -88px;
   
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    padding: inherit;
    height: 75%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

.grid-footer {
    background: #2d397a;
    color: #fff;
    padding: 15px;
    margin-bottom: 9px;
}

.grid-footer h2 {
    background: #fff;
    color: #000;
    width: 70%;
    padding: 15px;
    -webkit-transform: perspective(50px) rotateX(-5deg);
    -webkit-transform-origin: left center;
    font-weight: 700;
}

.definition .card {
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.45);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(15px);
    height: 220px;
}

.definition .disclosure-closed {
    list-style-type: disclosure-closed;
    margin-bottom: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3a7193;}
.form-upper {
    display: flex;
    justify-content: space-between;
  }
  .fg{
    display: flex;
  justify-content: space-between;
  align-items: center;
  }
  .logo4{
    margin-top:0px !important;
  }
  @media only screen and (max-width: 767px){
    .logo.ggg {
    max-width: 90px;
  }
  .logo4 {
    max-width: 140px;
  }
  h4{
    font-size: 15px;
  }
  .card.p-4 {
    margin-bottom: 12px;
  }
  }
  @media only screen and (max-width: 390px){
    .logo.ggg {
    max-width: 72px;
  }
  .logo4 {
    max-width: 116px;
  }
  h4{
    font-size: 12px;
    line-height: 17px;
  }
  
  }
  .logo.ggg {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  @media only screen and (max-width: 921px){
    .definition .card{
        max-height: 321px;
padding-left: 8px !important;
    }
    .card-body{
        padding: 0px 0px 0px 18px !important;
    }
	img#captch-img {
		max-width: 144px;
	}
  }
  .column{
    margin-bottom: 0px !important;
    align-items: center;
  }
.featured-sec{
	border-top:3px solid #fff;
}