/* Start Maritime */

.banner-maritime {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 0;
  position: relative;
  margin-bottom: 100px;
}

.banner.login-registration {
  background-image: url(../images/ban-01.jpg);
}

@media screen and (max-width: 767px) {
  .banner.login-registration {
    padding-top: 100px;
  }
}

.banner.v2 .hero-slider .item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  background: #0c2e60;
  opacity: .8;
}

.banner-maritime .hero-slider .item {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 550px
}

.banner-maritime .hero-slider .item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  background: #00000094;
  opacity: .7;
}

.banner-maritime .hero-slider .item .container {
  position: relative;
  top: calc(50% - 50px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 992px) {
  .banner-maritime .hero-slider .item .container {
    top: 50%;
  }
}

.banner-maritime .hero-slider.bg-shape .item:before {
  -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
  opacity: .9;
  left: -1px;
  width: 62%;
}
.banner-maritime .banner-content {
  margin: 100px 0 0 100px;
}
.banner-maritime .banner-content h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  line-height: 65px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

@media screen and (max-width: 1199px) {
  .banner-maritime .banner-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .banner-maritime .banner-content h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

.banner-maritime .banner-content h1 span {
  color: #16e2fc;
  display: block;
}

.banner-maritime .banner-content p {
  color: #fff;
  margin-bottom: 20px;
  max-width: 90%;
  width: 90%;
  white-space: pre-wrap;
  font-size: 1.05em;
}

.banner-maritime .vector-img {
  width: 29%;
  position: absolute;
  right: 10%;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .banner-maritime .vector-img {
    display: none;
  }
}

.banner-maritime .owl-carousel .owl-item{
  padding : 0 !important
}
.btn-apply-maritime{
  background: -webkit-gradient(linear, left top, right top, from(#4facfe), to(#0fe5f0));
  background: linear-gradient(to right, #4facfe 0%, #0fe5f0 100%);
  border-radius: 50px !important;
  color: #fff;
  padding: 15px 30px !important;
}
.btn-apply-maritime:hover{
  color: #fff;
}

.banner-maritime .blocks-under-slider{
  position: absolute;
  bottom: -50px;
  z-index: 99999;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.banner-maritime .blocks-under-slider .item{
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  padding: 35px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 10px 0;
}
.banner-maritime .blocks-under-slider .item .content h3{
  margin: 0 0 10px;
  font-size: 1.5em;
  font-weight: 600;
}
.banner-maritime .blocks-under-slider .item .content p{
  margin: 0;
  font-size: 15px;
  color: #7a8595;
  font-weight: 500;
}
  .banner-maritime .blocks-under-slider .item .icons i{
    color: #1b31aa;
    font-size: 40px;
  }

  .p-spacing-lg-right-70 {
    padding-right: 70px;
}

.main-blocks-section .imgs-sec{
  position: relative;
}
.main-blocks-section .imgs-sec img{
  width: 100%;
  object-fit:cover
}
.main-blocks-section .imgs-sec .experience-badge{
  width: 80%;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 11px 0 rgb(6 22 58 / 14%);
  -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
  box-shadow: 0 0 11px 0 rgb(6 22 58 / 14%);
  position: absolute;
  bottom: 30px;
  left: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-blocks-section .imgs-sec .experience-badge .left-badge {
  background-color: #03a9f4;
  width: 25%;
  height: 118px;
  position: relative;
  text-align: center;
}
.main-blocks-section .imgs-sec .experience-badge .left-badge .counter {
  font-size: 60px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #FFF;
  margin: 0px;
  padding: 5px 0px;
}
.main-blocks-section .imgs-sec .experience-badge .right-badge {
  background-color: #FFF;
  width: 75%;
  padding: 20px;
}
.main-blocks-section .imgs-sec .experience-badge .right-badge h4{
  font-size: 1.1em;
  margin-bottom: 5px;
}
.main-blocks-section .imgs-sec .experience-badge .right-badge p{
  font-size: 1.05em;
  line-height: 22px;
  margin-bottom: 0px;
}

strong {
  font-weight: bold;
  color: #09192a;
}
.home-about{
  padding-right: 70px;
}
.home-about h2 {
  margin-bottom: 20px;
  font-size: 1.75em;
}

.home-about p.parh {
  font-size: 1.05em;
  line-height: 25px;
  color: #020202;
}
.ha-span-section .ha-inner .ha-icon{
  margin: 0 0 10px;
}
.ha-span-section .ha-inner .ha-icon i{
  font-size: 40px;
  color: #03a9f4;
}
.ha-span-section .ha-inner h5{
  margin-bottom: 2px
}
.ha-span-section .ha-inner p{
  margin: 0;
  line-height: 1.25;
  width: 95%;
}

.section-title-bg {
  background-color: #132e6b;
  padding: 40px;
}
.p-spacing-lg-left-80 {
  padding-left: 80px;
}
.services-title-left{
  padding-left: 80px;
}
.services-title-left h2 {
  color: #FFF;
  font-weight: 600;
  margin-bottom: 0px;
}
.services-title-right{
  padding: 0 100px 0 0
}
.services-title-right p {
  color: #FFF;
  margin-bottom: 0px;
}


/****** Home Services ******/
.home-services-feature {
  position: relative;
}

.image-hover .home-services-feature {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.image-hover .home-services-feature:hover+span {
  bottom: -36px;
  opacity: 1;
}

.hover-effects .home-services-feature .img-hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.hover-effects .home-services-feature:hover .img-hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.home-services-feature:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #00000069;
  margin-top: -5px;
  z-index: 1;
}

.home-services-feature .bottom-line {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  bottom: -3px;
  background-color: #57b4ff;
  width: 80px;
  height: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.home-services-feature:hover .bottom-line {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  bottom: -3px;
  background-color: #57b4ff;
  width: 100%;
  height: 5px;
}



.counter-box {
  padding-top: 20px;
}

.counter-box .counter {
  font-size: 35px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #FFF;
  text-align: center;
}

.counter-caption p {
  color: #FFF;
  text-align: center;
  margin-top: 10px;
}

.counter-icon {
  width: 60px;
  margin: auto auto 20px;
}

.services-title-left h2 {
  color: #FFF;
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 1.75em;
}

.services-title-right p {
  color: #FFF;
  margin-bottom: 0px;
  font-size: 1.05em;
}

.sb-caption {
  width: 100%;
  margin: 0px;
  position: absolute;
  bottom: 0px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0;
}

.sb-caption h3 {
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}
.sbt-icon {
  width: 60px;
  margin: auto;
}

.home-service-gallery .col-sm-6.col-xl-3{
  padding-right: 0;
  padding-left: 0;
}

.section-title-bg .counter-caption{
  text-align: center;
}
.section-title-bg .counter-caption p{
  margin: 0;
}





.intro_section2 {
    position: relative;
}

.intro_section2 .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
}

@media (max-width: 991px) {
    .intro_section2 .container-fluid {
        padding-bottom: 0;
    }
}

.intro_section2 .content-block-left {
    background-color: rgba(255, 255, 255, 0.9);
}

.intro_section2 .content-block-left {
    z-index: 1;
    padding: 20px;
}

@media (min-width: 768px) {
    .intro_section2 .content-block-left [class*="col-"]:nth-child(2n+1) {
        clear: both;
    }
}

.intro_section2 .content-block-left .teaser .media-left {
    padding-right: 15px;
}

.intro_section2 .content-block-right {
    position: relative;
    background-color: transparent;
}

.intro_section2 .content-block-right > * {
    position: relative;
    z-index: 1;
}

.intro_section2 .content-block-right:before, .intro_section2 .content-block-right:after {
    position: absolute;
    content: "";
    top: -400px;
    right: -110px;
    left: -30%;
    bottom: -400px;
    background-color: rgba(29, 48, 82, 0.9);
}

.intro_section2 .content-block-right:before {
    background-image: url("../img/maritime/services.jpg");
    background-size: cover;
}

@media (max-width: 991px) {
    .intro_section2 .content-block-right {
        position: relative;
        padding-top: 35px;
        padding-bottom: 75px;
        margin-top: 15px;
        margin-bottom: 0;
    text-align: center;
    }

    .intro_section2 .content-block-right:before, .intro_section2 .content-block-right:after {
        top: -100px;
        left: -15px;
        right: -15px;
        width: auto;
    }
}

@media (min-width: 992px) {
    .intro_section2 .content-block-left {
        padding: 20px;
    }

    .intro_section2 .content-block-left [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .intro_section2 .content-block-right {
        padding-left: 20px;
    }
}

@media (min-width: 1200px) {
    .intro_section2 .container-fluid {
        padding-right: 80px;
        padding-left: 80px;
    }

    .intro_section2 .content-block-left {
        padding: 40px 45px;
    }

    .intro_section2 .content-block-left [class*="col-"] {
        padding-right: 20px;
        padding-left: 20px;
    }

    .intro_section2 .content-block-left .teaser .media-left {
        padding-right: 30px;
    }

    .intro_section2 .content-block-right {
        padding-top: 35px;
        padding-left: 40px;
    }

    .intro_section2 .content-block-right > div {
        max-width: 350px;
    }
}

@media (min-width: 1600px) {
    .intro_section2 .container-fluid {
        padding-right: 125px;
        padding-left: 125px;
    }

    .intro_section2 .content-block-left {
        padding: 75px 40px 40px;
    }

    .intro_section2 .content-block-left [class*="col-"] {
        padding-right: 50px;
        padding-left: 50px;
    }

    .intro_section2 .content-block-right {
        padding-top: 35px;
        padding-left: 60px;
    }

    .intro_section2 .content-block-right > div {
        max-width: 350px;
    }
}
.page_services {
    background-image: url("../img/maritime/services.jpg");
  overflow: hidden;
}
.page_services.intro_section2 .container-fluid{
  padding: 140px 80px;
}

.intro_section2 .content-block-left{
  padding: 40px 45px;
}
.framed-heading .section_header{
  margin: 35px 0;
    display: inline-block;
    position: relative;
    z-index: 1;
  color: #fff;
}

.framed-heading .section_header:before {
    content: "";
    position: absolute;
    top: -35px;
    bottom: -35px;
    left: 50%;
    border: 10px solid #f5f5f5;
    z-index: -1;
    width: 64%;
    max-width: 315px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.framed-heading.side-frame .section_header:before{
  left: 50px;
    width: auto;
    -webkit-transform: none;
    transform: none;
    right: -110px;
}
.cs .framed-heading .section_header:before{
  border-color: rgba(245, 245, 245, 0.2);
}
.framed-heading + p{
  color: #fff;
  margin: 30px 0;
}
.teaser:hover .teaser_icon {
    -webkit-animation: scaleDisappear 0.5s;
    animation: scaleDisappear 0.5s;
}
.teaser h3 {
    margin-bottom: 16px;
    font-size: 1.5em;
}

.teaser h4 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 15px;
}
.teaser .media-body h4{
  margin-bottom: 18px;
}
.media.teaser{
display: flex;
}
.teaser_icon {
    display: inline-block;
    line-height: 0.8;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.teaser_icon i {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.grey{
  color: #343434
}
.size_normal{
  font-size:40px
}

.upcoming-course {
  margin: 80px 0;
}
.upcoming-course .left-img{
  height: 540px;
}
.upcoming-course .left-img img{
  height: 100%;
  height: 100%;
}
.upcoming-course .boxes-upcoming-course > h2{
  text-align: center;
  font-size: 1.75em;
  margin: 0 0 20px;
}
.upcoming-course .boxes-upcoming-course .box {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  padding: 0 0 5px 120px;
  position: relative;
  margin-bottom: 25px;
}
.upcoming-course .boxes-upcoming-course .box:after{
  content:"";
  position: absolute;
  width: 80%;
  margin: auto;
  height: 2px;
  background-color: #ededed;
  bottom: -10px;
}
.upcoming-course .boxes-upcoming-course .box:before{
  content:
  "\f00c";
  position: absolute;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  left: 75px;
  font-size: 25px;
  color: #c3c3c3;
}
.upcoming-course .boxes-upcoming-course .box .details{
  display: flex;
  gap: 15px;
  justify-content: center;
}
.upcoming-course .boxes-upcoming-course .box .details .det{
  display: flex;
  align-items: center;
  gap: 10px;
}
.upcoming-course .boxes-upcoming-course .box .details .det i{
  color: #f76d18;
}
.upcoming-course .boxes-upcoming-course .box .details .det span{
  font-size: 13px;
  margin: 0;
  padding: 0;
  color: #343434;
  font-weight: 600;
}
.upcoming-course .boxes-upcoming-course .box p{
  margin: 10px 0;
  font-weight: 600;
  color: #000;
  font-size: 1.05em;
}
.upcoming-course .boxes-upcoming-course .box .view-details{
  color: #f76d18;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  gap: 5px;
}
.upcoming-course .boxes-upcoming-course .box .view-details i{
  font-size: 10px;
}


/***********************/
.management-section {padding: 70px 40px; background: #f2f2f4;}
.management-section .content {
    text-align: center;
}

.management-section.style-1 .section-wrapper .management-head .management-item {
    margin: 30px 0;
  height: 365px;
}
@media (min-width: 768px) {
    .management-section.style-1 .section-wrapper .management-head .management-item {
        display: flex;
        align-items: center;
    }
}
.management-section.style-1 .section-wrapper .management-head .management-item:hover img {
    transform: scale(1.3);
}
.management-section.style-1 .section-wrapper .management-head .management-item:hover .content .name a {
    color: #fd3d6b;
}
.management-section.style-1 .section-wrapper .management-head .management-item .management-thumb {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}
@media (min-width: 768px) {
    .management-section.style-1 .section-wrapper .management-head .management-item .management-thumb {
        width: 100%;
    }
}
.management-section.style-1 .section-wrapper .management-head .management-item .management-thumb img {
    width: 100%;
    display: block;
    transition: all 0.3s ease;
}
.management-section.style-1 .section-wrapper .management-head .management-item .content {
    box-shadow: none;
    width: 100%;
    margin: 0;
    padding: 20px 0;
}
@media (min-width: 768px) {
    .management-section.style-1 .section-wrapper .management-head .management-item .content {
        width: 100%;
        padding: 30px;
    }
}
.management-section.style-1 .section-wrapper .management-head .management-item .content .name a {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 22px;
    outline: none;
    display: inline-block;
    color: #383a50;
}
.management-section.style-1 .section-wrapper .management-head .management-item .content .social-profile .icon {
    background: transparent;
    text-align: center;
    margin: 3px;
    outline: none;
    display: inline-block;
    transition: all 0.3s ease;
}
.management-section.style-1 .section-wrapper .management-head .management-item .content .social-profile .icon:hover i {
    color: #fd3d6b;
}
.management-section.style-1 .section-wrapper .management-head .management-item .content .social-profile .icon i {
    color: #3f485d;
}
@media (min-width: 768px) {
    .management-section.style-1 .section-wrapper .other-member {
        margin: 0 -8px;
    }
}
.management-section.style-1 .section-wrapper .other-member .management-item {
    width: calc(100% / 1);
    height: 325px;
}
@media (min-width: 768px) {
    .management-section.style-1 .section-wrapper .other-member .management-item {
        width: 100%;
    }
}

    .management-section.style-1 .section-wrapper .other-member .management-item {
        height: 360px;
        background: #fff;
        padding: 15px 20px;
        /*border: 1px solid #ececec;*/
        box-shadow: 0 0 1px 0 #d5d0d0;
    }

@media (min-width: 768px) {
    .management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner {
        margin: 8px;
    }
}
.management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner .management-thumb {
    border-radius: 12px;
    overflow: hidden;
}
.management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner .management-thumb img {
    transition: all 0.3s ease;
    display: block;
    width: 100%;
}
.management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner .content {
    width: 100%;
    box-shadow: none;
    margin: 0;
    padding: 20px 0 0;
    text-align: center;
}
.management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner .content .name a {
    font-size: 18px;
    display: inline-block;
    color: #383a50;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    transition: all 0.3s ease;
}
.management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner .content .name p {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 0.875rem;
}
.management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner .content .social-profile .icon {
    background: transparent;
}
.management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner .content .social-profile .icon a {
    display: block;
    margin: 2px;
}
.management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner .content .social-profile .icon a:hover i {
    color: #fd3d6b;
}
.management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner .content .social-profile .icon a i {
    color: #3f485d;
}
.management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner:hover img {
    transform: scale(1.3);
}
.management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner:hover .name a {
    color: #fd3d6b;
}
a.btn {
    color: #fff;
}
.management-thumb img {
    width: 150px;
    border-radius: 50%;
    height: 150px;
    margin: 0 2em 1em;
}

.btn.btn-three::before, .btn.btn-three::after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.btn.btn-three {
    background: #f45d5d;
  color: #fff;
    text-decoration: none;
    font-size: 12pt;
    font-weight: 500;
    text-transform: none;
    font-family: Montserrat, sans-serif;
    border-radius: 7px;
    margin: .4em;
    padding: 0.4em 0.8em;
    line-height: 1.5em;
}
.btn.btn-three span i { font-size: 1.5em;}

.btn-three::before{
  left: 0;
  z-index: 1;
  opacity: 0;
  background: rgba(113, 15, 11, 0.23);
  transform: scale(0.1, 1);
}
.btn-three:hover::before{
  opacity: 1;
  transform: scale(1, 1);
}
.container-1 .mklbItem.demo{
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.container-1 .mklbItem.demo:hover{
  font-style: normal;
}
.management-item .content .name p{
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.management-section .what-about-say-box{
  padding: 35px 0 0;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.management-section .what-about-say-box:after{
  content: "";
  position: absolute;
  right: 50px;
  bottom: 150px;
  background-image: url(../img/maritime/qoute.png);
  opacity: .4;
  width: 76px;
  height: 60px;
  background-size: cover;
}
  .management-section .what-about-say-box h2{
    font-size: 1.75em;
    font-weight: 900;
    color: #000;
    line-height: 1.5;
    text-transform: uppercase;
  }
  .our-clients-maritime{
    background-color: #f2f2f4;
    padding: 50px 0;
  }
  .our-clients-slider .item{
    border: 1px solid #ddd;
    background-color: #fff;
  }
  .our-clients-slider .item img{
    padding: 10px 20px;
  }

  .owl-theme.our-clients-slider .owl-dots{
    text-align: center;
  }
  .owl-theme.our-clients-slider .owl-dots .owl-dot span{
    border: 2px solid #afafaf;
    background-color: white;
    margin: 0;
  }

  .owl-theme.our-clients-slider .owl-controls .owl-nav div.owl-prev{
    left: 40%;
    right: auto !important;
  }
  .owl-theme.our-clients-slider .owl-controls .owl-nav div.owl-next{
    right: 40%;
    left: auto !important;
  }
  .owl-theme.our-clients-slider .owl-controls .owl-nav div{
    background: #bdbdbd;
  }
/* End Maritime */


/* Start Media Maritime */
@media(max-width: 992px){
  .banner-maritime .blocks-under-slider{
    position : relative;
    bottom: 100px;
  }
  .banner-maritime{
    margin-bottom: 0;
  }
  .home-about{
    padding-right:0
  }
  .ha-span-section{
    justify-content: space-between;
    margin: 35px 0;
  }
  .ha-span-section .ha-inner{
    text-align: center;
  }
  .main-blocks-section .imgs-sec .experience-badge{
    left: -20px;
  }
  .services-title-right{
    padding:0 !important;
  }
  .services-title-left .d-lg-block{
    display: none
  }
  .services-title-left .d-none{
    display: block !important;
    margin: 0px 0 20px;
  }
  .services-title-left{
    padding-left: 0;
  }
  .boxes-upcoming-course{
    margin: 30px 0;
  }
  .upcoming-course .boxes-upcoming-course .box{
    align-items: center;
    padding: 0 0 5px 20px;
  }
  .upcoming-course .boxes-upcoming-course .box:before{
    left: 100px;
  }
  .upcoming-course .boxes-upcoming-course > h3{
    font-size: 50px;
  }
  .management-section.style-1 .section-wrapper .other-member .management-item{
    width: 95%;
    background: #fff;
    padding: 5px 20px;
    border: 1px solid #ececec;
    box-shadow: 0 0 1px 0 #d5d0d0;
    margin: 0 0 20px;
    text-align: center;
    height: 330px;
  }
  .management-item .content .name h4{
    font-size: 15px;
    margin: 15px 0;
  }
  .management-item .content .name p{
    bottom: 75px;
  }
  .container-1 .mklbItem.demo{
    bottom: 20px;
  }
  .framed-heading .section_header{
    font-size: 75px;
  }
  .framed-heading + p{
    font-size: 30px;
  }
  .our-clients-slider .owl-nav{
    bottom: -15px;
    position: relative;
  }
  .owl-theme.our-clients-slider .owl-controls .owl-nav div.owl-next{
    right: 35%;
  }
  .owl-theme.our-clients-slider .owl-controls .owl-nav div.owl-prev{
    left: 35%;
  }
  .upcoming-course .boxes-upcoming-course .box .details .det span{
    font-size: 20px;
  }
  .upcoming-course .boxes-upcoming-course .box p{
    font-size: 24px;
  }
  .upcoming-course .boxes-upcoming-course .box .view-details{
    font-size: 25px;
  }
  .upcoming-course .left-img img{
    width: 100% !important;
  }
}

@media(max-width: 768px){
  .page_services.intro_section2 .container-fluid{
    padding: 60px 30px;
  }
  .framed-heading.side-frame .section_header:before{
    right: -30px;
  }
  .management-section .what-about-say-box{
    margin:0 0 60px;
  }
  .management-section .what-about-say-box:after{
    right:0;
    bottom:20px;
  }
  .main-blocks-section .imgs-sec .experience-badge{
    left: 50%;
    width: 90%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .services-title-left .d-none{
    font-size: 25px;
  }
  .upcoming-course .boxes-upcoming-course .box{
    padding: 0 0 5px 10px;
    width: 95%;
    margin: 15px auto;
  }
  .upcoming-course .boxes-upcoming-course .box:after{
    bottom: -5px;
  }
  .upcoming-course .boxes-upcoming-course .box p{
    font-size: 13px;
  }
  .upcoming-course .boxes-upcoming-course .box:before{
    left: 25px;
    top: 20px;
  }
  .upcoming-course .boxes-upcoming-course > h3{
    font-size: 30px;
  }
  .banner-maritime .hero-slider.bg-shape .item:before{
    width: 80%;
  }
  .banner-maritime .banner-content{
    margin: 100px 0 0 15px;
  }
  .banner-maritime .banner-content p{
    max-width: 65%;
    width: 65%;
  }
  .home-about h2{
    padding-left: 20px;
  }
  .home-about p{
    padding-left: 20px;
  }
  .upcoming-course .boxes-upcoming-course .box .details .det span{
      font-size: 12px;
  }
  .upcoming-course .boxes-upcoming-course .box .view-details{
      font-size: 18px;
  }
  .framed-heading .section_header{
      font-size: 45px;
  }
  .framed-heading + p {
      font-size: 25px;
  }
  .management-section.style-1 .section-wrapper .other-member .management-item{
      height: 360px;
  }
  .ltn__tab-menu-3 a{
      font-size: 12px !important;
  }
  .our-clients-slider .owl-nav{
      bottom: -60px;
  }
  .container-1 .mklbItem.demo{
      width: 100%;
  }
}
/* End Media Maritime */






/* Start Maritime */

.banner-maritime {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 0;
  position: relative;
  margin-bottom: 100px;
    z-index: 1;
}

.banner.login-registration {
  background-image: url(../images/ban-01.jpg);
}

@media screen and (max-width: 767px) {
  .banner.login-registration {
    padding-top: 100px;
  }
}

.banner.v2 .hero-slider .item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  background: #0c2e60;
  opacity: .8;
}

.banner-maritime .hero-slider .item {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 550px
}

.banner-maritime .hero-slider .item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  background: #00000094;
  opacity: .7;
}

.banner-maritime .hero-slider .item .container {
  position: relative;
  top: calc(50% - 50px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 992px) {
  .banner-maritime .hero-slider .item .container {
    top: 50%;
  }
}

.banner-maritime .hero-slider.bg-shape .item:before {
  -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
  opacity: .9;
  left: -1px;
  width: 62%;
}
.banner-maritime .banner-content {
  margin: 100px 0 0 100px;
}
.banner-maritime .banner-content h2 {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  line-height: 65px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

@media screen and (max-width: 1199px) {
  .banner-maritime .banner-content h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .banner-maritime .banner-content h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

.banner-maritime .banner-content h2 span {
  color: #72eef9;
  display: block;
}

.banner-maritime .banner-content p {
  color: #fff;
  margin-bottom: 20px;
  max-width: 90%;
  width: 90%;
  white-space: pre-wrap;
  
  font-size: 18px;
  text-transform: capitalize;
}

.banner-maritime .vector-img {
  width: 29%;
  position: absolute;
  right: 10%;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .banner-maritime .vector-img {
    display: none;
  }
}

.banner-maritime .owl-carousel .owl-item{
  padding : 0 !important
}
.btn-apply-maritime{
  background: -webkit-gradient(linear, left top, right top, from(#4facfe), to(#0fe5f0));
  background: linear-gradient(to right, #4facfe 0%, #0fe5f0 100%);
  border-radius: 50px !important;
  color: #fff;
  padding: 15px 30px !important;
}
.btn-apply-maritime:hover{
  color: #fff;
}

.banner-maritime .blocks-under-slider{
  position: absolute;
  bottom: -50px;
  z-index: 99999;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.banner-maritime .blocks-under-slider .item{
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  padding: 1.3em 2em;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 30px;
  min-height: 122px;
  margin: 10px 0;
}
.banner-maritime .blocks-under-slider .item .content h3{
  margin: 0 0 5px;
  font-size: 1.4em;
  font-weight: 700;
  color: #4ab8cf;
}
.banner-maritime .blocks-under-slider .item .content p{
  margin: 0;
  font-size: 15px;
  color: #7a8595;
  font-weight: 500;
}
  .banner-maritime .blocks-under-slider .item .icons i{
    color: #4ab8cf;
    font-size: 40px;
  }

  .p-spacing-lg-right-70 {
    padding-right: 70px;
}

.main-blocks-section .imgs-sec{
  position: relative;
}
.main-blocks-section .imgs-sec img{
  width: 100%;
  object-fit:cover
}
.main-blocks-section .imgs-sec .experience-badge{
  width: 75%;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 11px 0 rgb(6 22 58 / 14%);
  -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
  box-shadow: 0 0 11px 0 rgb(6 22 58 / 14%);
  position: absolute;
  bottom: 50px;
  left: -101px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-blocks-section .imgs-sec .experience-badge .left-badge {
  background-color: #4ab8cf;
  width: 25%;
  height: 80px;
  position: relative;
  text-align: center;
}
.main-blocks-section .imgs-sec .experience-badge .left-badge .counter {
  font-size: 50px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #FFF;
  margin: 0px;
  padding: 5px 0px;
  line-height: 1.4em;
}
.main-blocks-section .imgs-sec .experience-badge .right-badge {
  background-color: #FFF;
  width: 75%;
  padding: 5px 20px;
}
.main-blocks-section .imgs-sec .experience-badge .right-badge h4{
  font-size: 1.3em;
  margin-bottom: 5px;
}
.main-blocks-section .imgs-sec .experience-badge .right-badge p{
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
}

strong {
  font-weight: bold;
  color: #09192a;
}
.home-about{
  padding-right: 70px;
}
.home-about h2 {
  margin-bottom: 20px;
}

.home-about p.parh {
  font-size: 16px;
  line-height: 25px;
  color: #020202;
}
.ha-span-section .ha-inner .ha-icon{
  margin: 0 0 10px;
}
.ha-span-section .ha-inner .ha-icon i{
  font-size: 40px;
  color: #4ab8cf;
}
.ha-span-section .ha-inner h5{
  margin-bottom: 2px
}
.ha-span-section .ha-inner p{
  margin: 0;
  line-height: 1.25;
  width: 95%;
}

.section-title-bg {
  background-color: #132e6b;
  padding: 30px;
}
.p-spacing-lg-left-80 {
  padding-left: 80px;
}
.services-title-left{
  padding-left: 80px;
}
.services-title-left h2 {
  color: #FFF;
  font-weight: 600;
  margin-bottom: 0px;
}
.services-title-right{
  padding: 0 100px 0 0
}
.services-title-right p {
  color: #FFF;
  margin-bottom: 0px;
}


/****** Home Services ******/
.home-services-feature {
  position: relative;
}

.image-hover .home-services-feature {
  width: 100%;
  height: 80%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.image-hover .home-services-feature:hover+span {
  bottom: -36px;
  opacity: 1;
}

.hover-effects .home-services-feature .img-hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.hover-effects .home-services-feature:hover .img-hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.home-services-feature:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #132e6b52;
  margin-top: -5px;
  z-index: 1;
}

.home-services-feature:before:hover {
  background-color: #0a1d48b3;
}
.home-services-feature .bottom-line {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  bottom: -3px;
  background-color: #36d5e3;
  width: 80px;
  height: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.home-services-feature:hover .bottom-line {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  bottom: -3px;
  background-color: 36d5e3;
  width: 100%;
  height: 5px;
}



.counter-box {
  padding-top: 0;
}

.counter-box .counter {
  font-size: 35px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #FFF;
  text-align: center;
}

.counter-caption p {
  color: #FFF;
  text-align: center;
  margin-top: 0;
  font-size: 1.2em;
}

.counter-icon {
  width: 60px;
  margin: auto auto 20px;
}

.services-title-left h2 {
  color: #FFF;
  font-weight: 700;
  margin-bottom: 0px;
}

.services-title-right p {
  color: #FFF;
  margin-bottom: 0px;
  font-size: 1.12em;
}

.sb-caption {
  width: 100%;
  margin: 0px;
  position: absolute;
  bottom: 0px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0;
}

.sb-caption h3 {
  color: #FFF;
  font-size: 1.8em;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}

.sb-caption h3:hover {
  /*! color: #4AB8CF; */
}
.sbt-icon {
  width: 60px;
  margin: auto;
}

.home-service-gallery .col-sm-6.col-xl-3{
  padding-right: 0;
  padding-left: 0;
}

.section-title-bg .counter-caption{
  text-align: center;
}
.section-title-bg .counter-caption p{
  margin: 0;
  text-align: center;
  text-align-last: center;
}





.intro_section2 {
	position: relative;
}

.intro_section2 .container-fluid {
	padding-right: 30px;
	padding-left: 30px;
}

@media (max-width: 991px) {
	.intro_section2 .container-fluid {
		padding-bottom: 0;
	}
}

.intro_section2 .content-block-left {
	background-color: rgba(255, 255, 255, 0.9);
}

.intro_section2 .content-block-left {
	z-index: 1;
	padding: 20px;
}

@media (min-width: 768px) {
	.intro_section2 .content-block-left [class*="col-"]:nth-child(2n+1) {
		clear: both;
	}
}

.intro_section2 .content-block-left .teaser .media-left {
	padding-right: 15px;
}

.intro_section2 .content-block-right {
	position: relative;
	background-color: transparent;
}

.intro_section2 .content-block-right > * {
	position: relative;
	z-index: 1;
}

.intro_section2 .content-block-right:before, .intro_section2 .content-block-right:after {
	position: absolute;
	content: "";
	top: -400px;
	right: -110px;
	left: -30%;
	bottom: -400px;
	background-color: rgba(29, 48, 82, 0.9);
}

.intro_section2 .content-block-right:before {
	background-image: url("../img/maritime/services.jpg");
	background-size: cover;
}

@media (max-width: 991px) {
	.intro_section2 .content-block-right {
		position: relative;
		padding-top: 35px;
		padding-bottom: 75px;
		margin-top: 15px;
		margin-bottom: 0;
    text-align: center;
	}

	.intro_section2 .content-block-right:before, .intro_section2 .content-block-right:after {
		top: -100px;
		left: -15px;
		right: -15px;
		width: auto;
	}
}

@media (min-width: 992px) {
	.intro_section2 .content-block-left {
		padding: 20px;
	}

	.intro_section2 .content-block-left [class*="col-"] {
		padding-right: 15px;
		padding-left: 15px;
	}

	.intro_section2 .content-block-right {
		padding-left: 20px;
	}
}

@media (min-width: 1200px) {
	.intro_section2 .container-fluid {
		padding-right: 80px;
		padding-left: 80px;
	}

	.intro_section2 .content-block-left {
		padding: 40px 45px;
	}

	.intro_section2 .content-block-left [class*="col-"] {
		padding-right: 20px;
		padding-left: 20px;
	}

	.intro_section2 .content-block-left .teaser .media-left {
		padding-right: 30px;
	}

	.intro_section2 .content-block-right {
		padding-top: 35px;
		padding-left: 40px;
	}

	.intro_section2 .content-block-right > div {
		max-width: 350px;
	}
}

@media (min-width: 1600px) {
	.intro_section2 .container-fluid {
		padding-right: 125px;
		padding-left: 125px;
	}

	.intro_section2 .content-block-left {
		padding: 75px 40px 40px;
	}

	.intro_section2 .content-block-left [class*="col-"] {
		padding-right: 30px;
		padding-left: 40px;
		padding-top: 1em;
	}

	.intro_section2 .content-block-right {
		padding-top: 35px;
		padding-left: 60px;
	}

	.intro_section2 .content-block-right > div {
		max-width: 350px;
	}
}
.page_services {
	background-image: url("../img/maritime/services.jpg");
  overflow: hidden;
}
.page_services.intro_section2 .container-fluid{
  padding: 140px 80px;
}

.intro_section2 .content-block-left{
  padding: 40px 45px;
}
.framed-heading .section_header{
  margin: 35px 0;
	display: inline-block;
	position: relative;
	z-index: 1;
  color: #fff;
}

.framed-heading .section_header:before {
	content: "";
	position: absolute;
	top: -35px;
	bottom: -35px;
	left: 50%;
	border: 10px solid #f5f5f5;
	z-index: -1;
	width: 64%;
	max-width: 315px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.framed-heading.side-frame .section_header:before{
  left: 50px;
	width: auto;
	-webkit-transform: none;
	transform: none;
	right: -110px;
}
.cs .framed-heading .section_header:before{
  border-color: rgba(245, 245, 245, 0.2);
}
.framed-heading + p{
  color: #fff;
  margin: 30px 0;
}
.teaser:hover .teaser_icon {
	-webkit-animation: scaleDisappear 0.5s;
	animation: scaleDisappear 0.5s;
}
.teaser h3 {
	margin-bottom: 16px;
	font-size: 24px;
}

.teaser h4 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.3em;
	margin-bottom: 15px;
}
.teaser .media-body h4{
  margin-bottom: 0.8em;
  color: #30629b;
}
.teaser .media-body p{
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.media.teaser{
display: flex;
}
.teaser_icon {
	display: inline-block;
	line-height: 0.8;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.teaser_icon i {
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
  font-size: 30px;
   color: #4ab8cf;
}
.grey{
  color: #343434
}
.size_normal{
  font-size:40px
}

.upcoming-course {
  margin: 60px 0;
}
.upcoming-course .left-img{
  height: 540px;
}
.upcoming-course .left-img img{
  height: 100%;
  height: 100%;
}
.upcoming-course .boxes-upcoming-course > h3{
  text-align: center;
  font-size: 40px;
  margin: 0 0 20px;
}
.upcoming-course .boxes-upcoming-course .box {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  padding: 0 0 5px 120px;
  position: relative;
  margin-bottom: 25px;
}
.upcoming-course .boxes-upcoming-course .box:after{
  content:"";
  position: absolute;
  width: 80%;
  margin: auto;
  height: 2px;
  background-color: #ededed;
  bottom: -10px;
}
.upcoming-course .boxes-upcoming-course .box:before{
  content:
  "\f00c";
  position: absolute;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 700;
  left: 75px;
  font-size: 1.5em;
  color: #c3c3c3;
}
.upcoming-course .boxes-upcoming-course .box .details{
  display: flex;
  gap: 15px;
  justify-content: center;
}
.upcoming-course .boxes-upcoming-course .box .details .det{
  display: flex;
  align-items: center;
  gap: 10px;
}
.upcoming-course .boxes-upcoming-course .box .details .det i{
  color: #4ab8cf;
}
.upcoming-course .boxes-upcoming-course .box .details .det span{
  font-size: 13px;
  margin: 0;
  padding: 0;
  color: #343434;
  font-weight: 600;
}
.upcoming-course .boxes-upcoming-course .box p{
  margin: 10px 0;
  font-weight: 900;
  color: #000;
  font-size: 17px;
}
.upcoming-course .boxes-upcoming-course .box .view-details{
  color: #ff755c;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  gap: 5px;
}
.upcoming-course .boxes-upcoming-course .box .view-details i{
  font-size: 10px;
}


/***********************/
.management-section {padding: 70px 40px; background: #e8e8e8;}
.management-section .content {
	text-align: center;
}

.management-section.style-1 .section-wrapper .management-head .management-item {
	margin: 30px 0;
  height: 365px;
}
@media (min-width: 768px) {
	.management-section.style-1 .section-wrapper .management-head .management-item {
		display: flex;
		align-items: center;
	}
}
.management-section.style-1 .section-wrapper .management-head .management-item:hover img {
	transform: scale(1.3);
}
.management-section.style-1 .section-wrapper .management-head .management-item:hover .content .name a {
	color: #fd3d6b;
}
.management-section.style-1 .section-wrapper .management-head .management-item .management-thumb {
	width: 100%;
	overflow: hidden;
	border-radius: 12px;
}
@media (min-width: 768px) {
	.management-section.style-1 .section-wrapper .management-head .management-item .management-thumb {
		width: 100%;
	}
}
.management-section.style-1 .section-wrapper .management-head .management-item .management-thumb img {
	width: 100%;
	display: block;
	transition: all 0.3s ease;
}
.management-section.style-1 .section-wrapper .management-head .management-item .content {
	box-shadow: none;
	width: 100%;
	margin: 0;
	padding: 20px 0;
}
@media (min-width: 768px) {
	.management-section.style-1 .section-wrapper .management-head .management-item .content {
		width: 100%;
		padding: 30px;
	}
}
.management-section.style-1 .section-wrapper .management-head .management-item .content .name a {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 22px;
	outline: none;
	display: inline-block;
	color: #383a50;
}
.management-section.style-1 .section-wrapper .management-head .management-item .content .social-profile .icon {
	background: transparent;
	text-align: center;
	margin: 3px;
	outline: none;
	display: inline-block;
	transition: all 0.3s ease;
}
.management-section.style-1 .section-wrapper .management-head .management-item .content .social-profile .icon:hover i {
	color: #fd3d6b;
}
.management-section.style-1 .section-wrapper .management-head .management-item .content .social-profile .icon i {
	color: #3f485d;
}
@media (min-width: 768px) {
	.management-section.style-1 .section-wrapper .other-member {
		margin: 0 -8px;
	}
}
.management-section.style-1 .section-wrapper .other-member .management-item {
	width: calc(100% / 1);
	height: 325px;
}
@media (min-width: 768px) {
	.management-section.style-1 .section-wrapper .other-member .management-item {
		width: 100%;
	}
}

	.management-section.style-1 .section-wrapper .other-member .management-item {
		/* width: 75%;*/
		background: #fff;
		padding: 15px 20px;
		/*border: 1px solid #ececec;*/
		box-shadow: 0 0 1px 0 #d5d0d0;
	}

@media (min-width: 768px) {
	.management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner {
		margin: 8px;
	}
}
.management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner .management-thumb {
	border-radius: 12px;
	overflow: hidden;
}
.management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner .management-thumb img {
	transition: all 0.3s ease;
	display: block;
	width: 100%;
}
.management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner .content {
	width: 100%;
	box-shadow: none;
	margin: 0;
	padding: 20px 0 0;
	text-align: center;
}
.management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner .content .name a {
	font-size: 18px;
	display: inline-block;
	color: #383a50;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	transition: all 0.3s ease;
}
.management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner .content .name p {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 0.875rem;
}
.management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner .content .social-profile .icon {
	background: transparent;
}
.management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner .content .social-profile .icon a {
	display: block;
	margin: 2px;
}
.management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner .content .social-profile .icon a:hover i {
	color: #fd3d6b;
}
.management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner .content .social-profile .icon a i {
	color: #3f485d;
}
.management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner:hover img {
	transform: scale(1.3);
}
.management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner:hover .name a {
	color: #fd3d6b;
}
a.btn {
	color: #fff;
}
.management-thumb img {
	width: 150px;
	border-radius: 50%;
	height: 150px;
	margin: 0 2em 1em;
}

.btn.btn-three::before, .btn.btn-three::after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.btn.btn-three {
	background: #f45d5d;
  color: #fff;
	text-decoration: none;
	font-size: 12pt;
	font-weight: 500;
	text-transform: none;
	font-family: Poppins, sans-serif;
	border-radius: 7px;
	margin: .4em;
	padding: 0.4em 0.8em;
	line-height: 1.5em;
}
.btn.btn-three span i { font-size: 1.5em;}

.btn-three::before{
  left: 0;
  z-index: 1;
  opacity: 0;
  background: rgba(113, 15, 11, 0.23);
  transform: scale(0.1, 1);
}
.btn-three:hover::before{
  opacity: 1;
  transform: scale(1, 1);
}
.container-1 .mklbItem.demo{
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.container-1 .mklbItem.demo:hover{
  font-style: normal;
}
.management-item .content .name p{
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  text-align-last: center;
}

.management-section .what-about-say-box{
  padding: 35px 0 0;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.management-section .what-about-say-box:after{
  content: "";
  position: absolute;
  right: 50px;
  bottom: 50px;
  background-image: url(../img/maritime/qoute.png);
  opacity: .4;
  width: 76px;
  height: 60px;
  background-size: cover;
  mix-blend-mode: multiply;
}
  .management-section .what-about-say-box h2{
    font-size: 35px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    text-transform: uppercase;
  }
  .our-clients-maritime{
    background-color: #f2f2f4;
    padding: 50px 0;
  }
  .our-clients-slider .item{
    border: 1px solid #ddd;
    background-color: #fff;
  }
  .our-clients-slider .item img{
    padding: 10px 20px;
  }

  .owl-theme.our-clients-slider .owl-dots{
    text-align: center;
  }
  .owl-theme.our-clients-slider .owl-dots .owl-dot span{
    border: 2px solid #afafaf;
    background-color: white;
    margin: 0;
  }

  .owl-theme.our-clients-slider .owl-controls .owl-nav div.owl-prev{
    left: -5%;
    right: auto !important;
  }
  .owl-theme.our-clients-slider .owl-controls .owl-nav div.owl-next{
    right: -5%;
    left: auto !important;
  }
  .owl-theme.our-clients-slider .owl-controls .owl-nav div{
    background: #bdbdbd;
  }
/* End Maritime */


.ha-inner {
    width: 50%;
    padding-top: 2em;
}



/*************************
    * Page Feature 
    */
.page-feature {
  background: url(../img/page-feat.jpg) no-repeat center bottom/cover;
  padding: 100px 0;
  position: relative;
  background-position-y: bottom !important;
  background-repeat: repeat;
}
.text-left {
 text-align:left!important
}
.text-right {
 text-align:right!important
}
.text-center {
 text-align:center!important
}
@media screen and (max-width: 992px) {
  .page-feature {
    padding: 50px 0;
  }
}

.page-feature::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  height: 100%;
  width: 100%;
}

.page-feature h2 {
  color: #fff;
  text-transform: capitalize;
  position: relative;
  z-index: 3;
  margin: 0;
}

.page-feature .breadcrumb {
  background-color: transparent;
  color: #fff;
  display: block;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 0;
  z-index: 3;
  padding: 0;
  padding-top: 5px;
}

.page-feature .breadcrumb a {
  color: #4facfe;
}

.page-feature .breadcrumb a:hover {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .page-feature h2, .page-feature .breadcrumb {
    text-align: center !important;
  }
}




Breadcurmb Area
---------------------------------------------------- */
.ltn__breadcrumb-area {
  background-color: var(--section-bg-1);
  margin-bottom: 40px;
  padding-top: 10px;
 }

.ltn__breadcrumb-list ul {
  margin: 0;
  padding: 0; }

.ltn__breadcrumb-list ul li {
  display: inline-block;
  margin-left: 30px;
  position: relative;
  font-weight: 700; }

.ltn__breadcrumb-list ul li:last-child {
  margin-right: 0;
  color: var(--ltn__primary-color); }

.ltn__breadcrumb-list ul li:after {
  position: absolute;
  content: "\f054";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 10px;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
 }

.ltn__breadcrumb-list ul li:last-child:after {
  display: none; }
/*******/
.to_animate.animated.fadeInRight p {
  color: #a3d7e1;
  line-height: 1.5;
}

.ltn__apartments-plan-area.pt-115---.pb-70.clearfix {
  padding-top: 3em;
}