﻿@charset "UTF-8";
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 25, 2022 */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
@font-face {
  font-family: "poppinsRegular";
  src: url("../Assets/poppins-woff/poppins-regular.woff2") format("woff2"), url("../Assets/poppins-woff/poppins-regular.woff") format("woff");
}
@font-face {
  font-family: "poppinsMedium";
  src: url("../Assets/poppins-woff/poppins-medium.woff2") format("woff2"), url("../Assets/poppins-woff/poppins-medium.woff") format("woff");
}
@font-face {
  font-family: "poppinsMediumItalic";
  src: url("../Assets/poppins-woff/poppins-mediumitalic.woff") format("woff");
}
@font-face {
  font-family: "poppinsSemibold";
  src: url("../Assets/poppins-woff/poppins-semibold.woff") format("woff");
}
@font-face {
  font-family: "poppinsSemiboldItalic";
  src: url("../Assets/poppins-woff/poppins-semibolditalic.woff2") format("woff2"), url("../Assets/poppins-woff/poppins-semibolditalic.woff") format("woff");
}
@font-face {
  font-family: "poppinsLight";
  src: url("../Assets/poppins-woff/poppins-light.woff2") format("woff2"), url("../Assets/poppins-woff/poppins-light.woff") format("woff");
}
@font-face {
  font-family: "poppinsLightItalic";
  src: url("../Assets/poppins-woff/poppins-lightitalic.woff2") format("woff2"), url("../Assets/poppins-woff/poppins-lightitalic.woff") format("woff");
}
@font-face {
  font-family: "poppinsExtralight";
  src: url("../Assets/poppins-woff/poppins-extralight.woff2") format("woff2"), url("../Assets/poppins-woff/poppins-extralight.woff") format("woff");
}
@font-face {
  font-family: "poppinsExtralightItalic";
  src: url("../Assets/poppins-woff/poppins-extralightitalic.woff2") format("woff2"), url("../Assets/poppins-woff/poppins-extralightitalic.woff") format("woff");
}
@font-face {
  font-family: "poppinsBold";
  src: url("../Assets/poppins-woff/poppins-bold.woff") format("woff");
}
@font-face {
  font-family: "poppinsBoldItalic";
  src: url("../Assets/poppins-woff/poppins-bolditalic.woff2") format("woff2"), url("../Assets/poppins-woff/poppins-bolditalic.woff") format("woff");
}
@font-face {
  font-family: "poppinsExtrabold";
  src: url("../Assets/poppins-woff/poppins-extrabold.woff2") format("woff2"), url("../Assets/poppins-woff/poppins-extrabold.woff") format("woff");
}
@font-face {
  font-family: "poppinsExtraboldItalic";
  src: url("../Assets/poppins-woff/poppins-extrabolditalic.woff2") format("woff2"), url("../Assets/poppins-woff/poppins-extrabolditalic.woff") format("woff");
}
@font-face {
  font-family: "poppinsBlack";
  src: url("../Assets/poppins-woff/poppins-black.woff2") format("woff2"), url("../Assets/poppins-woff/poppins-black.woff") format("woff");
}
@font-face {
  font-family: "poppinsBlackItalic";
  src: url("../Assets/poppins-woff/poppins-blackitalic.woff2") format("woff2"), url("../Assets/poppins-woff/poppins-blackitalic.woff") format("woff");
}
/*header*/
header {
  padding: 20px 0px;
}

#header.fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.affix-wrap {
  height: 0px !important;
}

.logo img {
  width: 200px;
}

.onscroll-logo {
  width: 145px !important;
  transition: 0.3s linear;
}

.offscroll-logo {
  width: 200px;
  transition: 0.3s linear;
}

/*header ends*/
/*footer*/
@keyframes goTopAnimation {
  0% {
    background-color: #c55d30;
  }
  100% {
    background-color: #ff4d00;
  }
}
footer.layout_footer {
  position: relative;
}
footer.layout_footer .go_top {
  animation-name: goTopAnimation;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
}

footer .go_to_top {
  position: absolute;
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  display: none;
  transition: opacity 0.2s ease-out;
}
@media only screen and (max-width: 575.98px) {
  footer .go_to_top {
    width: 32px;
    height: 32px;
  }
}
footer .go_to_top span {
  background-color: #eb642a;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  padding-bottom: 4px;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 575.98px) {
  footer .go_to_top span {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}

footer {
  margin-top: auto;
}

footer {
  background: #775228;
  color: #fff;
}

.footer {
  background: linear-gradient(to bottom, rgba(1, 0, 2, 0.2117647059) 0%, rgba(35, 23, 85, 0) 100%);
}

footer h4 {
  font-size: 1.4rem;
}

footer img {
  width: 350px;
}

footer p {
  color: #eee;
}

footer ul {
  padding-left: 0px;
  list-style: none;
}

.footer-block ul li {
  display: flex;
}

footer ul li a {
  color: #d9d9d9;
  font-size: 16px;
  line-height: 2.2;
}

footer ul li:hover {
  transform: translateX(5px);
  transition: 0.3s linear;
  color: #fff !important;
}

footer ul li a:hover {
  color: #ec642a;
}

.footer-block ul li:before {
  content: "";
  display: inline-block;
  background-color: #bbb8b8;
  width: 7px;
  height: 1px;
  margin-right: 0.5rem;
  position: relative;
  top: 15px;
}

.social-icons li {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #787777;
  margin-right: 10px;
}

.social-icons li a {
  color: #091f8b !important;
  font-size: 1.2rem;
  line-height: normal;
}

.social-icons li a:before {
  border: none;
}

.social-icons li a {
  line-height: 37px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 0rem;
  border: 0;
  border-top: 1px solid rgba(231, 228, 228, 0.53);
}

.copyright {
  font-size: 15px;
}

.we_helps {
  background-image: url(../images/services_banner.jpg);
  width: 100%;
  background-position: bottom right;
  background-size: auto;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.card-whowe2 {
  right: 0;
  width: 220px !important;
  height: 185px !important;
  padding-top: 50px !important;
  padding-top: 50px !important;
  padding-left: 32px;
  top: 85% !important;
  right: 36px;
  z-index: 1;
}

/*services*/
.service-title {
  position: absolute;
}

﻿ .we_helps {
  background-image: url(../images/services_banner.jpg);
  width: 100%;
  background-position: bottom right;
  background-size: auto;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.card-whowe2 {
  right: 0;
  width: 220px !important;
  height: 185px !important;
  padding-top: 50px !important;
  padding-top: 50px !important;
  padding-left: 32px;
  top: 85% !important;
  right: 36px;
  z-index: 1;
}

/*services*/
.services p {
  text-align: justify;
}

.service-title {
  position: absolute;
  top: 15px;
  left: 15px;
  color: rgba(255, 255, 255, 0.7607843137);
  border-left: 4px solid #ec642a;
  padding-left: 10px;
}

.service-title h4 {
  margin: 0;
  font-size: 18px;
}

/*.borderL{    border-left: 5px solid #85c0e4;
    padding-right: 8px;} */
.technical h3 {
  color: #031056;
  /* font-size: 2.6rem; */
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif;
}

.icon-planning {
  color: #ec642a;
  border: 2px dashed #ec642a;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  margin: 0 auto;
  margin-bottom: 34px;
}

.icon-planning span {
  font-size: 4rem;
}

.planning h5 {
  text-align: center;
}

.img-arrow1:before {
  background-image: url(../images/arrow-1.png);
  width: 214px;
  height: 32px;
  left: 112%;
  top: 18%;
  transform: translate(-50%, -50%);
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.img-arrow2:before {
  background-image: url(../images/arrow-2.png);
  width: 140px;
  height: 53px;
  left: 100%;
  top: 40%;
  transform: translate(-50%, -50%);
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-blue {
  background: #85c0e4;
}

.bg-management {
  background-image: url(../images/who_we_are_banner.jpg);
  position: relative;
  background-attachment: fixed;
  background-size: cover;
}

/*.bg-management:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgb(133 192 228 / 29%);
}*/
.technical ul {
  line-height: 35px;
  padding-left: 18px;
}

.technical ul li {
  display: flex;
  justify-content: start;
  align-items: top;
  text-align: justify;
}

.technical li img {
  width: 16px;
  height: 16px;
  margin: 10px 10px;
}

.technical span {
  color: #ec642a;
  margin: 2px 10px 15px;
}

/* .technical ul li:before{    
    font-family: "FontAwesome";
    content: "\f13d";  margin-right: 12px;
    color: #ec642a; } */
.services .image {
  position: relative;
  overflow: hidden;
  transform: scale(1);
  transition: 0.3s;
  height: 28vh;
}

.services .image:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}

.services .image:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 40%;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#DD2602));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #85c0e4 100%);
}

.number {
  position: absolute;
  left: 35px;
  bottom: 12px;
  font-size: 30px;
  color: #fff;
  z-index: 1;
  background: #0f239f;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  text-align: center;
}

.page-subtitle h4 {
  color: #031056;
  font-weight: 700;
}

.about-section {
  background: #000;
  color: #fff;
}

.about-section .container {
  position: relative;
}

.borderTop:before {
  content: "";
  height: 10px;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: border-box;
  background-color: #85c0e4;
  position: absolute;
  left: 15px;
  right: 15px;
  top: -5px;
}

.bg-about {
  background-image: url(../images/carbon_BG-20.png);
  position: relative;
}

.span_color {
  background-color: yellow;
}

.bg-technicalservices {
  background-image: url(../images/marine2.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom;
  position: relative;
}

.bg-technicalservices:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
}

.key-services {
  background: #f0f0f0;
  padding: 20px;
  position: relative;
  border-radius: 5px;
  width: 48%;
  margin: 10px 0px;
}

.key-services p {
  margin: 0;
  padding-left: 10px;
  text-align: justify;
}

.key-services span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #eb642a;
  color: #fff;
  text-align: center;
  /* padding: 2px 8px; */
  border-radius: 6px;
  /* margin: 5px; */
  /* display: flex; */
  position: absolute;
  top: 15%;
  left: -4px;
  transform: translate(-50%, -50%);
}

.crew-caption {
  background: #000;
  color: #fff;
  text-align: center;
}

.crew-caption span {
  color: #ec642a;
  font-size: 22px;
  font-style: italic;
  margin: 8px;
}

.banner_section {
  margin-top: 15px;
}

.page-banner.about_banner h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
  font-weight: 600;
  color: #ff4d00;
  font-family: "PoppinsBold";
  margin-bottom: 48px;
}
.page-banner.about_banner .breadcrumb {
  background-color: transparent;
}

.banner_section .page-banner {
  background-image: url("../images/banner/banner_business.jpg") !important;
}

.banner_section {
  margin-bottom: 100px;
}
@media only screen and (max-width: 991.98px) {
  .banner_section {
    margin-bottom: 80px;
  }
}
@media sm {
  .banner_section {
    margin-bottom: 64px;
  }
}
@media xs {
  .banner_section {
    margin-bottom: 56px;
  }
}

.about_us {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 160px;
}
@media only screen and (max-width: 991.98px) {
  .about_us {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about_us {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 575.98px) {
  .about_us {
    margin-bottom: 56px;
  }
}
.about_us .top_content.container {
  max-width: 1200px;
}
.about_us .top_content.container .row {
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .about_us .top_content.container .row {
    flex-direction: column;
    gap: 32px;
  }
}
@media only screen and (max-width: 575.98px) {
  .about_us .top_content.container .row {
    gap: 20px;
  }
}
.about_us .top_content.container .row .left_image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_us .top_content.container .row .left_image .image {
  width: 400px;
  height: 400px;
  border-radius: 50%;
}
@media only screen and (max-width: 991.98px) {
  .about_us .top_content.container .row .left_image .image {
    width: 280px;
    height: 280px;
  }
}
@media only screen and (max-width: 575.98px) {
  .about_us .top_content.container .row .left_image .image {
    width: 200px;
    height: 200px;
  }
}
.about_us .top_content.container .row .left_image .image .actual_image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: url("../images/about/about.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about_us .heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (max-width: 767.98px) {
  .about_us .heading {
    align-items: center;
  }
}
@media only screen and (max-width: 575.98px) {
  .about_us .heading {
    gap: 16px;
  }
}
.about_us .heading p.tagline {
  font-family: poppinsMediumItalic;
  max-width: 600px;
  line-height: 24px;
  color: #ec642a;
}
@media only screen and (max-width: 767.98px) {
  .about_us .heading p.tagline {
    text-align: center;
  }
}
.about_us .heading p:nth-of-type(1) {
  font-family: "poppinsSemibold";
}
.about_us .heading .btn-warning:hover {
  color: #031056 !important;
  font-weight: 700;
}
.about_us .content_container {
  gap: 80px;
  margin-top: 16px;
  position: relative;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.about_us .content_container::after {
  content: "";
  position: absolute;
  top: -5%;
  right: 50%;
  width: 4px;
  border-radius: 4px;
  height: 110%;
  background-color: #eee;
}
@media only screen and (max-width: 575.98px) {
  .about_us .content_container::after {
    content: none;
  }
}
@media only screen and (max-width: 991.98px) {
  .about_us .content_container::after {
    right: 50%;
  }
}
@media only screen and (max-width: 575.98px) {
  .about_us .content_container {
    gap: 64px;
  }
}
.about_us .content_container .content {
  max-width: max-content;
  padding-left: 0;
  padding-right: 0;
}
.about_us .content_container .line {
  width: 4px;
  height: 100%;
  background-color: #e5e5e5;
  position: absolute;
  top: 0;
  right: 164px;
}
.about_us .content_actual {
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 72px;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 575.98px) {
  .about_us .content_actual {
    flex-direction: column;
    gap: 36px;
  }
}
.about_us .text_content {
  max-width: 560px;
  width: 50%;
  padding: 32px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: relative;
  text-align: justify;
}
@media only screen and (min-width: 575.98px) and (max-width: 991.98px) {
  .about_us .text_content {
    padding: 24px 12px;
    font-size: 18px;
    word-break: break-all;
  }
}
@media only screen and (max-width: 575.98px) {
  .about_us .text_content {
    order: 1;
    width: 100%;
  }
}
.about_us .text_content::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -28.5px;
  width: 20px;
  height: 6px;
  border-radius: 100px;
  background-color: #ec642a;
  z-index: 1;
  transform: translateY(-50%);
}
@media only screen and (max-width: 575.98px) {
  .about_us .text_content::before {
    content: none;
  }
}
.about_us .text_content::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -42.5px;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background-color: #ec642a;
  z-index: 1;
}
@media only screen and (max-width: 575.98px) {
  .about_us .text_content::after {
    content: none;
  }
}
.about_us .text_content.text_content--even {
  order: 1;
}
.about_us .text_content.text_content--even::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -28.5px;
  width: 20px;
  height: 6px;
  border-radius: 100px;
  background-color: #ec642a;
  z-index: 1;
  transform: translateY(-50%);
}
@media only screen and (max-width: 575.98px) {
  .about_us .text_content.text_content--even::before {
    content: none;
  }
}
.about_us .text_content.text_content--even::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -42.5px;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background-color: #ec642a;
  z-index: 1;
}
@media only screen and (max-width: 575.98px) {
  .about_us .text_content.text_content--even::after {
    content: none;
  }
}
.about_us h5 {
  font-size: 1.6rem;
  display: block;
  font-weight: 600;
  color: #ff4d00;
  position: relative;
  font-family: "PoppinsBold";
  margin-bottom: 0;
  color: #081c95;
  text-transform: uppercase;
  margin-bottom: 120px !important;
  margin-top: 16px;
}
@media only screen and (max-width: 575.98px) {
  .about_us h5 {
    margin-bottom: 56px !important;
  }
}
.about_us p {
  margin-bottom: 0;
}
.about_us .growth_year {
  /* position: relative;
  width: 130px; */
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 575.98px) {
  .about_us .growth_year {
    justify-content: center;
  }
}
.about_us .growth_year.growth_year--even {
  justify-content: flex-end;
}
@media only screen and (max-width: 575.98px) {
  .about_us .growth_year.growth_year--even {
    justify-content: center;
  }
}
.about_us .growth_year span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  font-family: "poppinsBold";
  text-align: center;
  max-width: 100px;
}

/* aurus_latest {
    width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 140px;

    @media only screen and (max-width: 991.98px){
        margin-bottom: 80px;
    }

    @media only screen and (max-width: 767.98px){
        margin-bottom: 64px;
    }

    @media only screen and (max-width: 575.98px){
        margin-bottom: 56px;
    }

    .container {

		h5 {
			    font-size: 1.6rem;
    display: block;
    font-weight: 600;
    color: #ff4d00;
    position: relative;
    font-family: "PoppinsBold";
    margin-bottom: 0;
    color: #081c95;
    text-transform: uppercase;
    margin-bottom: 120px !important;
    margin-top: 16px;
		}


    .row {

	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);

        .latest_content {

            display: flex;
            justify-content: flex-end;
            gap: 48px;




            .image {
                background-image: url('../images/slider/slider4.jpg');
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                width: 70%;
                height: 500px;
                position: relative;

                img {
                    width: 100%;
                    height: 100%;
                }
            }


            .text_content {
                    display: flex;
                    flex-direction: column;
                    gap: 16px;
                    position: absolute;
                    top: 50%;
                    left: -320px;
                    transform: translateY(-50%);
                    background-color: #fff;
                    max-width: 80%;
                    padding: 16px;

                p {
                    margin-bottom: 0;
                }
            }
        }

}
}
}*/
.aurus_latest {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media only screen and (max-width: 991.98px) {
  .aurus_latest {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .aurus_latest {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 575.98px) {
  .aurus_latest {
    margin-bottom: 56px;
  }
}
.aurus_latest .container h5 {
  font-size: 1.6rem;
  display: block;
  font-weight: 600;
  color: #ff4d00;
  position: relative;
  font-family: "PoppinsBold";
  margin-bottom: 0;
  color: #081c95;
  text-transform: uppercase;
  margin-bottom: 16px !important;
  margin-top: 16px;
}
.aurus_latest .container .row {
  padding: 24px 0;
}
@media only screen and (max-width: 991.98px) {
  .aurus_latest .container .row {
    gap: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.aurus_latest .container .row .image {
  /* background-image: url('../images/slider/slider4.jpg');
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat; */
  width: 70%;
  height: 500px;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .aurus_latest .container .row .image {
    height: auto;
  }
}
.aurus_latest .container .row .image img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 991.98px) {
  .aurus_latest .container .row .image img {
    width: 320px !important;
  }
}
.aurus_latest .container .row .text_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  background-color: #fff;
  /*max-width: 80%;*/
  padding: 16px;
}
.aurus_latest .container .row .text_content p {
  margin-bottom: 0;
  text-align: justify;
}

.aurus_services {
  margin-bottom: 120px;
}
@media only screen and (max-width: 991.98px) {
  .aurus_services {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .aurus_services {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 575.98px) {
  .aurus_services {
    margin-bottom: 56px;
  }
}
.aurus_services .container .row .heading {
  margin-bottom: 48px;
}
.aurus_services .container .row .heading .title {
  font-size: 20px;
  color: #081c95;
  font-family: "poppinsSemibold";
  text-align: center;
  color: #031056;
  font-size: 2.6rem;
  line-height: 50px;
  font-family: "poppinsBold";
}
@media only screen and (max-width: 767px) {
  .aurus_services .container .row .heading .title {
    font-size: 32px;
    line-height: 36px;
  }
}
.aurus_services .container .row .heading .sub_title {
  font-size: 18px;
  color: #222;
  font-family: "poppinsMedium";
  text-align: center;
}
.aurus_services .container .row .heading_bottom {
  margin-bottom: 0;
}
.aurus_services .container .row .heading_bottom .sub_title {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: "poppinsMediumItalic";
}
.aurus_services .container .row .services {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* flex-direction: column; */
  gap: 32px;
  row-gap: 16px;
}
.aurus_services .container .row .services .service {
  /* display: flex;
  justify-content: flex-start; */
  flex-basis: calc((100% - 32px - 32px) / 3);
  min-width: 288px;
}
.aurus_services .container .row .services .service:nth-of-type(even) {
  justify-content: flex-end;
}
@media only screen and (max-width: 575.98px) {
  .aurus_services .container .row .services .service:nth-of-type(even) {
    justify-content: center;
  }
}
@media only screen and (max-width: 575.98px) {
  .aurus_services .container .row .services .service {
    justify-content: center;
  }
}
.aurus_services .container .row .services .service span {
  width: 100%;
  /*max-width: 300px;*/
  height: 80px;
  background-image: linear-gradient(180deg, #59a4f7 13%, #37398c 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  font-size: 20px;
  color: #081c95;
  font-family: "poppinsSemibold";
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1199.98px) {
  .aurus_services .container .row .services .service span {
    height: 56px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 575.98px) {
  .section-heading-wrap .section-heading {
    font-size: 24px !important;
    line-height: 1.2 !important;
  }
}

/* .core_team {
        margin-bottom: 100px;

    @media only screen and (max-width: 991.98px){
        margin-bottom: 80px;
    }

    @media only screen and (max-width: 767.98px){
        margin-bottom: 64px;
    }

    @media only screen and (max-width: 575.98px){
        margin-bottom: 56px;
    }

        .container {
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;

            .team.row {
                flex-direction: column;

                .team_member {
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        padding-left: 16px;
                        padding-right: 16px;

                        @media only screen and (max-width: 991.98px){
                            flex-direction: column;
                            gap: 48px;
                        }

                        .image_container{

                    .image {
                        background-image: url('../images/team/team_member1.jpg');
                        background-size: cover;
                        background-position: center;
                        background-repeat: no-repeat;
                        width: 320px;
                        height: 360px;
                        position: relative;

                        @media only screen and (max-width: 991.98px){
                            height: 280px;
                            max-width: 100%;
                        }

                        .position_info {
                            position: absolute;
                            top: 50%;
                            left: 90%;
                            transform: translateY(-50%);
                            height: 80%;
                            width: 320px;
                            max-width: 100%;
                            padding-left: 36px;
                            border: 2px solid orange;

                                display: flex;
                                justify-content: center;
                                align-items: center;
                                flex-direction: column;
                                gap: 12px;

                                @media only screen and (max-width: 1199.98px){
                                    width: 280px;
                                }

                                @media only screen and (max-width: 991.98px){
                                    width: 80%;
                                    padding-left: 0;
                                    left: 50%;
                                    transform: translate(-50%, -50%);
                                    border: 2px solid orange;
                                }

                            h3 {
                                    font-size: 32px;
                                    font-family: 'poppinsSemibold';
                                    text-align: center;

                                    @media only screen and (max-width: 991.98px){
                                        color: #f8f9ff;
                                    }
                            }

                            h4 {
                                    font-size: 20px;
                                    color: #081c95;
                                    font-family: "poppinsSemibold";
                                    text-align: center;

                                    @media only screen and (max-width: 991.98px){
                                        color: #fff;
                                    }
                            }

                        }
                        }
                    }   

                            ul {
                                  max-width: 400px;
                                      max-width: 400px;
                                      display: flex;
                                      flex-direction: column;
                                      gap: 12px;

                                      @media only screen and (max-width: 991.98px){
                                           max-width: 600px;
                                           align-self: flex-start;
                                        }

                                li {
                                    line-height: 1.4;
position: relative;

                                    &::before {
                                        content: '_';
                                            position: absolute;
top: 6px;
left: -18px;
transform: translateY(-50%);
                                    }
                                  }
                                }        
                }
            }
        }
} */
.core_team.container {
  margin-bottom: 140px;
  max-width: 1320px;
}
@media only screen and (max-width: 991.98px) {
  .core_team.container {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .core_team.container {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 575.98px) {
  .core_team.container {
    margin-bottom: 56px;
  }
}
.core_team.container .leaders {
  row-gap: 30px;
}
.core_team.container .leaders .leader {
  gap: 64px;
  padding: 24px 15px;
  cursor: pointer;
  transition: all 250ms 0ms ease-in;
}
.core_team.container .leaders .leader:hover {
  background-color: #3f4d83;
}
.core_team.container .leaders .leader:hover .leader_name, .core_team.container .leaders .leader:hover .leader_role {
  color: #fff !important;
}
.core_team.container .leaders .leader:hover img.main_image {
  outline: 2px solid rgb(245, 178, 149);
  outline-offset: -8px;
}
.core_team.container .leaders .leader:hover .meta_info {
  display: none;
}
.core_team.container .leaders .leader:hover .meta_info2 {
  display: block;
}
.core_team.container .leaders .leader:hover .meta_info2 .leader_name, .core_team.container .leaders .leader:hover .meta_info2 .leader_role {
  transform: translateY(0);
}
.core_team.container .leaders .leader:hover .image_inner img {
  animation: hideShow;
  animation-duration: 0.5s;
  animation-iteration-count: 2;
}
.core_team.container .leaders .leader .image {
  position: relative;
  width: 200px;
  height: 200px;
}
.core_team.container .leaders .leader .image .image_inner {
  position: absolute;
  bottom: 20px;
  right: 6px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: #fff;
}
.core_team.container .leaders .leader .image .image_inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
  outline: none;
}
.core_team.container .leaders .leader .image img {
  border-radius: 100px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  outline: 2px solid rgba(245, 178, 149, 0);
  outline-offset: 16px;
  transition: all 250ms 100ms ease-in;
}
.core_team.container .leaders .leader .meta_info .leader_name {
  font-size: 16px;
  font-family: "poppinsBold";
  transition: all 250ms 0ms ease-in;
}
.core_team.container .leaders .leader .meta_info .leader_role {
  color: #555;
  transition: all 250ms 0ms ease-in;
}
.core_team.container .leaders .leader .meta_info2 {
  overflow: hidden;
  display: none;
}
.core_team.container .leaders .leader .meta_info2 .leader_name {
  font-size: 16px;
  font-family: "poppinsBold";
  transform: translateY(50px);
  transition: all 1250ms 1000ms ease-in;
}
.core_team.container .leaders .leader .meta_info2 .leader_role {
  color: #555;
  transform: translateY(30px);
  transition: all 1250ms 1000ms ease-in;
}

@keyframes hideShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.my_modal_container {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(239, 211, 159, 0.7490196078);
  z-index: 100;
}
.my_modal_container #my_modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90vw;
  height: 100vh;
  z-index: 100;
  width: 800px;
  height: 500px;
}
.my_modal_container #my_modal.container .row {
  height: 100%;
}
.my_modal_container #my_modal.container .row .left-section {
  background-color: #cddaff;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.my_modal_container #my_modal.container .row .left-section .image {
  width: 100%;
  height: 300px;
}
.my_modal_container #my_modal.container .row .left-section .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.my_modal_container #my_modal.container .row .right-section {
  position: relative;
  background-color: #cddaff;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 575.98px) {
  .my_modal_container #my_modal.container .row .right-section {
    padding: 16px;
    align-items: center;
    gap: 40px;
  }
}
.my_modal_container #my_modal.container .row .right-section .close_icon {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  transform: translate(25%, -25%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "poppinsBold";
  cursor: pointer;
}
.my_modal_container #my_modal.container .row .right-section .close_icon span {
  font-size: 22px;
}
.my_modal_container #my_modal.container .row .right-section .meta_info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.my_modal_container #my_modal.container .row .right-section .meta_info h2 {
  font-size: 1.6rem;
  display: block;
  font-weight: 600;
  color: #ff4d00;
  position: relative;
  font-family: "PoppinsBold";
  margin-bottom: 0;
  color: #081c95;
}
.my_modal_container #my_modal.container .row .right-section .meta_info h3 {
  font-size: 20px;
  font-family: "poppinsMedium";
  color: #444;
}
.my_modal_container #my_modal.container .row .right-section .internal_row {
  display: flex;
  align-items: center;
}
.my_modal_container #my_modal.container .row .right-section .internal_row > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 991.98px) {
  .my_modal_container #my_modal.container .row .right-section .internal_row {
    flex-direction: column;
    gap: 32px;
  }
}
@media only screen and (max-width: 575.98px) {
  .my_modal_container #my_modal.container .row .right-section .internal_row .image {
    width: 120px;
    height: 120px;
  }
}
.my_modal_container #my_modal.container .row .right-section .image {
  width: 240px;
  height: 240px;
  max-width: 100%;
  max-height: 100%;
  flex-shrink: 0;
}
.my_modal_container #my_modal.container .row .right-section .image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.my_modal_container #my_modal.container .row .right-section ul {
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
  margin-bottom: 0;
}
.my_modal_container #my_modal.container .row .right-section ul li {
  position: relative;
  list-style-image: url("../images/mission_vision/anchor_ship.png");
  padding-left: 8px;
  text-align: justify;
}
@media only screen and (max-width: 575.98px) {
  .my_modal_container #my_modal.container .row .right-section ul li {
    font-size: 16px;
    line-height: 1.4;
  }
}

.show_modal {
  display: block !important;
}

.page-banner.mission_banner h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  font-weight: 600;
  color: #ff4d00;
  font-family: "PoppinsBold";
  margin-bottom: 48px;
}
.page-banner.mission_banner .breadcrumb {
  background-color: transparent;
}

.banner_section .page-banner {
  background-image: url("../images/banner/banner_business.jpg") !important;
}

.mission_and_vision {
  margin-top: 180px;
  margin-bottom: 200px;
}
@media only screen and (max-width: 991.98px) {
  .mission_and_vision {
    margin-bottom: 80px;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .mission_and_vision {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 575.98px) {
  .mission_and_vision {
    margin-bottom: 56px;
    margin-top: 48px;
  }
}
.mission_and_vision .container-fluid {
  max-width: 1500px;
}
@media only screen and (max-width: 991.98px) {
  .mission_and_vision .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media only screen and (max-width: 575.98px) {
  .mission_and_vision .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.mission_and_vision .container-fluid h5 {
  font-size: 1.6rem;
  display: block;
  font-weight: 600;
  color: #ff4d00;
  position: relative;
  font-family: "PoppinsBold";
  margin-bottom: 48px;
}
.mission_and_vision .container-fluid .row {
  row-gap: 96px;
  align-items: stretch;
}
@media only screen and (min-width: 991.98px) and (max-width: 1500px) {
  .mission_and_vision .container-fluid .row {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 991.98px) {
  .mission_and_vision .container-fluid .row {
    row-gap: 48px;
  }
}
@media only screen and (max-width: 575.98px) {
  .mission_and_vision .container-fluid .row {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.mission_and_vision .container-fluid .row .image {
  width: 100%;
  height: 490px;
  position: relative;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}
.mission_and_vision .container-fluid .row .image .mission_bg {
  position: absolute;
  bottom: 0;
  left: 25%;
  width: calc(75% + 100px);
  height: 570px;
  background-color: #d0d1ff;
  z-index: -1;
}
.mission_and_vision .container-fluid .row .image .mission_name {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 25%;
  background-color: #37398c;
  opacity: 1;
}
@media only screen and (max-width: 575.98px) {
  .mission_and_vision .container-fluid .row .image .mission_name {
    width: 35%;
  }
}
.mission_and_vision .container-fluid .row .image .mission_span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 25%;
  color: #fff;
  font-family: "poppinsBold";
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 575.98px) {
  .mission_and_vision .container-fluid .row .image .mission_span {
    width: 35%;
  }
}
.mission_and_vision .container-fluid .row .image .vision_bg {
  position: absolute;
  top: 0;
  right: 25%;
  width: calc(75% + 100px);
  height: 570px;
  background-color: #d0d1ff;
  z-index: -1;
}
.mission_and_vision .container-fluid .row .image .vision_name {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 25%;
  background-color: #37398c;
  opacity: 1;
}
@media only screen and (max-width: 575.98px) {
  .mission_and_vision .container-fluid .row .image .vision_name {
    width: 35%;
  }
}
.mission_and_vision .container-fluid .row .image .vision_span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 25%;
  color: #fff;
  font-family: "poppinsBold";
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 575.98px) {
  .mission_and_vision .container-fluid .row .image .vision_span {
    width: 35%;
  }
}
.mission_and_vision .container-fluid .row .image.mission {
  background-image: url("../images/mission_vision/vision.jpg");
  position: relative;
}
.mission_and_vision .container-fluid .row .image.vision {
  background-image: url("../images/mission_vision/mission.jpg");
}
.mission_and_vision .container-fluid .row .content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 991.98px) {
  .mission_and_vision .container-fluid .row .content {
    padding-left: 0;
  }
}
.mission_and_vision .container-fluid .row .content ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 991.98px) {
  .mission_and_vision .container-fluid .row .content ul {
    padding-left: 0;
  }
}
.mission_and_vision .container-fluid .row .content li {
  position: relative;
  list-style-image: url("../images/mission_vision/anchor_ship.png");
  padding-left: 8px;
  text-align: justify;
  /* &::after {
  	content: '_';
  	position: absolute;
  	top: -8px;
  	left: -18px;
  } */
}
@media only screen and (max-width: 575.98px) {
  .mission_and_vision .container-fluid .row .content li {
    list-style-position: inside;
    word-break: break-all;
    font-size: 16px;
    line-height: 24px;
  }
}

.banner_section.contact {
  margin-bottom: 0;
}

.page-banner.contact_banner h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  font-weight: 600;
  color: #ff4d00;
  font-family: "PoppinsBold";
  margin-bottom: 48px;
}
.page-banner.contact_banner .breadcrumb {
  background-color: transparent;
}

/* Contact form Styles start here */
section.contact.banner {
  background-image: url("../images/banners/contactus.html");
  min-height: 50vh;
  max-height: 600px;
}

section.contact.banner .page_title {
  width: 230px;
  padding-left: 32px;
}

.contact_form--wrapper {
  margin-bottom: 56px;
}
@media only screen and (max-width: 1199.98px) {
  .contact_form--wrapper {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .contact_form--wrapper {
    margin-bottom: 56px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact_form--wrapper {
    margin-bottom: 56px;
  }
}
@media only screen and (max-width: 575.98px) {
  .contact_form--wrapper {
    margin-bottom: 30px;
    padding-bottom: 0;
  }
}

.contact_form--wrapper .container {
  max-width: 900px;
  /* height: 480px; */
}

/* .contact_form--wrapper .container > .row {
     position: relative;
     top: -120px;
     z-index: 10;
 } */
.address_container {
  padding-right: 0;
}

.address {
  max-width: 450px;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 0;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  background: linear-gradient(180deg, #59a4f7 0%, #37398c 100%);
}

.address h3 {
  color: #fff;
}

.address .contact_details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.address .contact_details h3 {
  line-height: 24px;
}

.address .contact_details h3 a {
  color: #fff;
  text-decoration: none;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  word-break: break-all;
  text-align: justify;
  word-break: unset;
}

.address .contact_details h3 a .fa {
  position: relative;
  top: 2px;
}

.form_container {
  padding-left: 0;
}

.contact_form--wrapper {
  /* padding: 100px 0; */
}

.contact-form {
  padding: 30px 40px;
  background-color: #ffffff;
  border-top-right-radius: 0;
  max-width: 450px;
}

.contact-form textarea {
  resize: none;
}

.contact-form .form-input,
.form-text-area {
  background-color: #f0f4f5;
  height: 50px;
  padding-left: 16px;
}

.contact-form .form-text-area {
  background-color: #f0f4f5;
  height: auto;
  padding-left: 16px;
}

.contact-form .form-control::placeholder {
  color: #aeb4b9;
  font-weight: 500;
  opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control:focus {
  border-color: #f33fb0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #f33fb0;
}

.contact-form .title {
  text-align: center;
  /* font-size: 24px; */
  font-weight: 600;
  color: #0f239f;
  margin-bottom: 15px;
}

.contact-form .description {
  color: #aeb4b9;
  font-size: 14px;
  text-align: center;
}

.contact-form .submit-button-wrapper {
  text-align: center;
}

.contact-form .submit-button-wrapper a {
  display: inline-block;
}

/*.contact-form .submit-button-wrapper input {
  font-weight: 500;


      color: #fff;
    text-transform: uppercase;
    padding: 8px 28px;
    border-radius: 50px;
    border: 0;
    background-image: linear-gradient(to right, #145ca6, #0b8cb6);
    transition: all 150ms ease-in 0ms;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    min-width: 160px;
    cursor: pointer;
}

.contact-form .submit-button-wrapper input:hover {
  background-color: #d30069;
}*/
/* Contact form Styles end here */
@media only screen and (max-width: 1199.98px) {
  .contact_form--wrapper {
    padding: 80px 0;
  }
  .contact_form--wrapper .container {
    height: auto;
  }
  .contact_form--wrapper .container > .row {
    position: static;
    top: unset;
  }
}
@media only screen and (max-width: 767.98px) {
  /* Contact form Media queries */
  .contact_form--wrapper {
    padding: 64px 0;
  }
  .contact_form--wrapper .container {
    height: auto;
  }
  .contact_form--wrapper .container > .row {
    flex-direction: column;
    position: static;
    top: unset;
  }
  .address_container {
    padding-right: 15px;
  }
  .form_container {
    padding-left: 15px;
    order: -1;
  }
  .address, .contact-form {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575.98px) {
  /* Contact form Media queries */
  .address .contact_details h3 a {
    font-size: 16px;
  }
}
.core_contacts.container {
  margin-bottom: 100px;
  max-width: 1500px;
}
@media only screen and (max-width: 991.98px) {
  .core_contacts.container {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .core_contacts.container {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 575.98px) {
  .core_contacts.container {
    margin-bottom: 56px;
  }
}
.core_contacts.container .all_news {
  row-gap: 30px;
}
.core_contacts.container .all_news .news {
  gap: 32px;
  /* padding: 24px 15px; */
  cursor: pointer;
  transition: all 250ms 0ms ease-in;
  height: 100%;
  position: relative;
  transition: all 200ms 0ms ease-in;
}
.core_contacts.container .all_news .news::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background-color: #eb642a;
  transition: all 200ms 0ms ease-in;
}
.core_contacts.container .all_news .news:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 4px;
  background-color: #eb642a;
}
.core_contacts.container .all_news .news:hover .meta_info {
  color: #eb642a;
}
.core_contacts.container .all_news .news .image {
  position: relative;
  width: 100%;
  height: 200px;
}
.core_contacts.container .all_news .news .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  outline: 2px solid rgba(245, 178, 149, 0);
  outline-offset: 16px;
  transition: all 250ms 100ms ease-in;
}
.core_contacts.container .all_news .news .meta_info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 24px;
  padding-left: 16px;
  padding-right: 16px;
  flex-grow: 1;
}
.core_contacts.container .all_news .news .meta_info .small_meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 16px;
}
.core_contacts.container .all_news .news .meta_info .small_meta .date {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-family: "poppinsMedium";
  letter-spacing: -0.5px;
  text-align: center;
  transition: all 200ms 0ms ease-in;
}
.core_contacts.container .all_news .news .meta_info .small_meta .location {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-family: "poppinsMedium";
  letter-spacing: -0.5px;
  transition: all 200ms 0ms ease-in;
}
.core_contacts.container .all_news .news .meta_info .longer_meta {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
  padding-bottom: 16px;
  flex-grow: 1;
}
.core_contacts.container .all_news .news .meta_info .longer_meta .excerpt {
  margin-bottom: 0;
  font-family: "Poppins";
  line-height: 1.4;
  word-break: break-all;
  font-size: 16px;
  transition: all 200ms 0ms ease-in;
}
.core_contacts.container .all_news .news .meta_info .longer_meta .by {
  align-self: flex-end;
  font-family: "poppinsMediumItalic";
  text-transform: capitalize;
  font-size: 16px;
  margin-top: auto;
  transition: all 200ms 0ms ease-in;
}
.core_contacts.container .all_news .news .meta_info .longer_meta .by > span {
  font-family: "poppinsBoldItalic";
}

.core_contacts.container .address {
  background: none;
  border: 1px solid #031056;
  gap: 20px;
  gap: 16px 16px;
}
.core_contacts.container .address h2 {
  color: #0f239f;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 24px;
}
.core_contacts.container .address .contact_details h3 a {
  color: #031056;
  font-size: 16px;
  font-size: 15px;
  word-break: break-all;
}
.core_contacts.container .address .contact_details h3 a .fa {
  color: #eb642a;
}

/* .core_team {
        margin-bottom: 100px;

    @media only screen and (max-width: 991.98px){
        margin-bottom: 80px;
    }

    @media only screen and (max-width: 767.98px){
        margin-bottom: 64px;
    }

    @media only screen and (max-width: 575.98px){
        margin-bottom: 56px;
    }

        .container {
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;

            .team.row {
                flex-direction: column;

                .team_member {
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        padding-left: 16px;
                        padding-right: 16px;

                        @media only screen and (max-width: 991.98px){
                            flex-direction: column;
                            gap: 48px;
                        }

                        .image_container{

                    .image {
                        background-image: url('../images/team/team_member1.jpg');
                        background-size: cover;
                        background-position: center;
                        background-repeat: no-repeat;
                        width: 320px;
                        height: 360px;
                        position: relative;

                        @media only screen and (max-width: 991.98px){
                            height: 280px;
                            max-width: 100%;
                        }

                        .position_info {
                            position: absolute;
                            top: 50%;
                            left: 90%;
                            transform: translateY(-50%);
                            height: 80%;
                            width: 320px;
                            max-width: 100%;
                            padding-left: 36px;
                            border: 2px solid orange;

                                display: flex;
                                justify-content: center;
                                align-items: center;
                                flex-direction: column;
                                gap: 12px;

                                @media only screen and (max-width: 1199.98px){
                                    width: 280px;
                                }

                                @media only screen and (max-width: 991.98px){
                                    width: 80%;
                                    padding-left: 0;
                                    left: 50%;
                                    transform: translate(-50%, -50%);
                                    border: 2px solid orange;
                                }

                            h3 {
                                    font-size: 32px;
                                    font-family: 'poppinsSemibold';
                                    text-align: center;

                                    @media only screen and (max-width: 991.98px){
                                        color: #f8f9ff;
                                    }
                            }

                            h4 {
                                    font-size: 20px;
                                    color: #081c95;
                                    font-family: "poppinsSemibold";
                                    text-align: center;

                                    @media only screen and (max-width: 991.98px){
                                        color: #fff;
                                    }
                            }

                        }
                        }
                    }   

                            ul {
                                  max-width: 400px;
                                      max-width: 400px;
                                      display: flex;
                                      flex-direction: column;
                                      gap: 12px;

                                      @media only screen and (max-width: 991.98px){
                                           max-width: 600px;
                                           align-self: flex-start;
                                        }

                                li {
                                    line-height: 1.4;
position: relative;

                                    &::before {
                                        content: '_';
                                            position: absolute;
top: 6px;
left: -18px;
transform: translateY(-50%);
                                    }
                                  }
                                }        
                }
            }
        }
} */
.core_news.container {
  margin-bottom: 140px;
  max-width: 1500px;
}
.core_news.container .anchor_news {
  color: #222;
}
.core_news.container .anchor_news:hover {
  color: #222;
}
@media only screen and (max-width: 991.98px) {
  .core_news.container {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .core_news.container {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 575.98px) {
  .core_news.container {
    margin-bottom: 56px;
  }
}
.core_news.container .all_news {
  row-gap: 30px;
}
.core_news.container .all_news .news {
  gap: 32px;
  /* padding: 24px 15px; */
  cursor: pointer;
  transition: all 250ms 0ms ease-in;
  border: 1px solid #ccc;
  height: 100%;
  position: relative;
  transition: all 200ms 0ms ease-in;
}
.core_news.container .all_news .news::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background-color: #eb642a;
  transition: all 200ms 0ms ease-in;
}
.core_news.container .all_news .news:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 4px;
  background-color: #eb642a;
}
.core_news.container .all_news .news:hover .meta_info {
  color: #eb642a;
}
.core_news.container .all_news .news .image {
  position: relative;
  width: 100%;
  height: 255px;
}
.core_news.container .all_news .news .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  outline: 2px solid rgba(245, 178, 149, 0);
  outline-offset: 16px;
  transition: all 250ms 100ms ease-in;
}
.core_news.container .all_news .news .meta_info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 24px;
  padding-left: 16px;
  padding-right: 16px;
  flex-grow: 1;
}
.core_news.container .all_news .news .meta_info .small_meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 16px;
}
.core_news.container .all_news .news .meta_info .small_meta .date {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-family: "poppinsMedium";
  letter-spacing: -0.5px;
  text-align: center;
  transition: all 200ms 0ms ease-in;
}
.core_news.container .all_news .news .meta_info .small_meta .location {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-family: "poppinsMedium";
  letter-spacing: -0.5px;
  transition: all 200ms 0ms ease-in;
}
.core_news.container .all_news .news .meta_info .longer_meta {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
  padding-bottom: 16px;
  flex-grow: 1;
}
.core_news.container .all_news .news .meta_info .longer_meta .excerpt {
  margin-bottom: 0;
  font-family: "Poppins";
  line-height: 1.4;
  word-break: break-word;
  font-size: 16px;
  transition: all 200ms 0ms ease-in;
  text-align: justify;
}
.core_news.container .all_news .news .meta_info .longer_meta .by {
  align-self: flex-end;
  font-family: "poppinsMediumItalic";
  text-transform: capitalize;
  font-size: 16px;
  margin-top: auto;
  transition: all 200ms 0ms ease-in;
}
.core_news.container .all_news .news .meta_info .longer_meta .by > span {
  font-family: "poppinsBoldItalic";
}

/* .heading_container.container {
	max-width: 1500px;
} */
.news_detail {
  margin-bottom: 100px;
}
@media only screen and (max-width: 991.98px) {
  .news_detail {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .news_detail {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 575.98px) {
  .news_detail {
    margin-bottom: 56px;
  }
}
.news_detail .container .row .details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
  padding-right: 24px;
}
@media only screen and (max-width: 991.98px) {
  .news_detail .container .row .details {
    padding-right: 0;
  }
}
.news_detail .container .row .details .image {
  background-image: url("https://picsum.photos/id/448/900/400");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 400px;
  margin-bottom: 12px;
}
.news_detail .container .row .details .image.news1 {
  background-image: url("../images/news/news1.jpg");
}
.news_detail .container .row .details .image.news2 {
  background-image: url("../images/news/news2.jpg");
}
.news_detail .container .row .details .image.news3 {
  background-image: url("../images/news/news3.jpg");
}
.news_detail .container .row .details .date {
  color: #888;
  font-family: "poppins";
}
.news_detail .container .row .details .title {
  color: #031056;
  font-size: 2rem;
  font-weight: 700;
  font-family: "PoppinsBold", sans-serif;
  margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .news_detail .container .row .details .title {
    font-size: 1.6rem;
  }
}
.news_detail .container .row .details .content {
  font-family: "poppins";
  text-align: justify;
}
.news_detail .container .row .recent_news {
  position: sticky;
  top: 160px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 32px;
}
.news_detail .container .row .recent_news .news {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 12px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 24px;
}
.news_detail .container .row .recent_news h2 {
  font-size: 1.6rem;
  display: block;
  font-weight: 600;
  color: #ff4d00;
  position: relative;
  font-family: "PoppinsBold";
  margin-bottom: 0;
  color: #081c95;
  text-transform: uppercase;
  /* margin-bottom: 16px !important; */
  margin-top: 0;
}
.news_detail .container .row .recent_news .meta_info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
}
.news_detail .container .row .recent_news .meta_info .by {
  font-family: "poppins";
  color: #888;
}
.news_detail .container .row .recent_news .meta_info .date {
  color: #888;
  font-family: "poppins";
}
.news_detail .container .row .recent_news .longer_meta {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4px;
}
.news_detail .container .row .recent_news .longer_meta .excerpt a {
  margin-bottom: 0;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #444;
  cursor: pointer;
  transition: all 200ms 0ms ease-in;
  font-family: "poppinsMedium";
}
.news_detail .container .row .recent_news .longer_meta .excerpt a:hover {
  color: #000;
  text-decoration: underline;
}
.news_detail .container .row .recent_news .longer_meta .continue_link {
  text-decoration: underline;
  color: #0f239f;
  font-family: poppinsMedium;
  font-size: 14px;
}

body {
  width: 100%;
}

.pagination.pull-right {
  float: none;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  padding: 12px 24px;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  gap: 32px;
}
.pagination.pull-right li {
  line-height: 1;
}
.pagination.pull-right li:not(.pagination.pull-right li.uli) {
  background-color: #fff;
  /* padding: 4px 8px; */
  border-radius: 4px;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination.pull-right li:not(.pagination.pull-right li.uli):hover {
  background-color: rgba(255, 145, 98, 0.7098039216);
}
.pagination.pull-right li.active:hover {
  background-color: #eb642a !important;
}
.pagination.pull-right li.uli:hover a {
  color: #222 !important;
  font-family: "poppinsMedium";
}
.pagination.pull-right li.active {
  background-color: #eb642a !important;
}
.pagination.pull-right li.active a {
  color: #fff !important;
}
.pagination.pull-right li a {
  font-family: "poppinsMedium";
  font-size: 14px;
}
.pagination.pull-right li a.prev, .pagination.pull-right li a.next, .pagination.pull-right li a.first, .pagination.pull-right li a.last {
  color: #888 !important;
  font-family: "poppins";
}

.icon-planning {
  margin-bottom: 8px;
}
.icon-planning img {
  width: 60px;
}

/* .body-content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin-top: 200px;
} */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  overflow-x: hidden;
  /* animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;*/
  scroll-behavior: smooth;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #0f239f;
}

::placeholder {
  font-size: 0.9rem;
}

::selection {
  background: #383e91;
  color: #fff;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
h5, h6 {
  line-height: 1.2;
}

b, strong {
  font-weight: 700;
}

ul li {
  list-style: none;
}

a {
  /*color: #f69d0f;*/
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
  /*color: #ca6ef1;*/
}

.slick-prev, .slick-next {
  z-index: 8;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  bottom: 0%;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  background: #f6a72b;
}

.slick-next:before {
  content: "\f105";
}

.slick-prev:before {
  content: "\f104";
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev:before, .slick-next:before {
  opacity: 1;
  font-family: fontawesome;
  color: #fff;
  font-size: 3rem;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}

.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  color: #fff;
}

/*Slick slider*/
/*#currentNews .slick-slide {
    outline: none;
    margin: 0;
}

#currentNews .slider-img {
    position: relative;
}


#currentNews .slick-slider {
    margin-bottom: 0 !important;
}
#currentNews .slick-prev:before, #currentNews .slick-next:before {
    display:none;
}
#currentNews .slick-prev img{
    position: absolute;
    left: 50px;
    top: -10px;
}
#currentNews .slick-next img{ position: absolute; right: 50px; top: -10px; }*/
#currentNews .slick-slide img {
  margin: 0 auto;
  width: 100%;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: 0.3s linear;
}

#currentNews .slick-slide img:hover {
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: 0.3s linear;
}

#currentNews .slick-dots li button, #currentNews .slick-dots li button:before {
  width: 12px;
  height: 4px;
  border-radius: 10px;
}

#currentNews .slick-dots li button:before {
  font-family: "slick";
  font-size: 26px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#currentNews .slick-dots li button:before {
  opacity: 1;
  color: transparent;
  width: 12px;
  height: 4px;
  border-radius: 10px;
  border: 8px solid #eb642a;
  background: #eb642a;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}

#currentNews .slick-dots li.slick-active, #currentNews .slick-dots li.slick-active button, #currentNews .slick-dots li.slick-active button:before {
  width: 30px;
}

#currentNews .slick-dots li.slick-active button:before {
  opacity: 1;
  border-color: #eb642a;
  color: transparent;
}

#currentNews .slick-prev {
  top: 40%;
  left: -42px;
}

#currentNews .slick-next {
  top: 40%;
  right: -42px;
}

#currentNews .slick-prev:before {
  content: "\f104";
}

#currentNews .slick-next:before {
  content: "\f105";
}

/*Section Padding*/
.block {
  padding: 4rem 0;
}

.inner-block {
  padding: 4rem 0;
}

.logo {
  position: relative;
  z-index: 2;
}

#bannerSlider .slick-dots {
  position: absolute;
  z-index: 0;
  width: 40px;
  height: auto;
  bottom: auto;
  top: 48%;
  right: 8.8%;
  transform: translateY(-50%);
  left: auto;
  color: #fff;
  display: block;
}

#bannerSlider .slick-dots li {
  position: relative;
  display: flex;
  width: 20px;
  height: 20px;
  margin: 16px 5px;
  padding: 0;
  cursor: pointer;
}

#bannerSlider li:before {
  counter-increment: li;
  content: counter(decimal-leading-zero);
  opacity: 0;
}

#bannerSlider li {
  display: block;
}

#bannerSlider li:before {
  content: counter(item, decimal-leading-zero) "0 ";
  counter-increment: item;
}

#bannerSlider .slick-dots li button {
  font-size: 18px;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  position: relative;
  font-weight: 800;
}

#bannerSlider .slick-dots li button:before {
  content: "";
  background: #fff;
  color: #fff;
  height: 2px;
  width: 9px;
  border-radius: 0;
  /* position: absolute; */
  top: 56%;
  right: -80px;
  left: auto;
  /* transform: translateY(-50%); */
  transition: all 0.3s ease-in-out;
  opacity: 1;
  margin-left: 20px;
}

#bannerSlider .slick-dots li.slick-active button:before {
  width: 60px;
  background: #ec642a;
  opacity: 1;
}

/*.slideshow .slick-dots li.slick-active li:before {
	 opacity: 1;
     counter-increment: li;
  content: counter( decimal-leading-zero);
}*/
#bannerSlider .slick-dots li.slick-active button {
  color: #ec642a;
}

.slider-caption {
  position: absolute;
  top: 56%;
  left: 26%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 30%;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.slider-caption h1 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.5rem;
}

.slider-caption p {
  font-size: 18px;
  margin-top: 25px;
  text-align: justify;
  letter-spacing: 0.6px;
}

/*Buttons*/
.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  line-height: 1.5;
  color: #000;
  padding: 8px 28px;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 0px;
  transition: all 0.4s ease;
}

.btn-sm {
  padding: 0.25rem 0.8rem;
  font-size: 0.875rem !important;
}

.btn:hover {
  transition: all 0.4s ease;
  box-shadow: none;
  cursor: pointer;
}

.btn-knowmore {
  background: #fff;
  font-weight: 500;
  border-radius: 0;
  box-shadow: 0 0.5rem 1rem rgb(0, 0, 0) !important;
}

.slider-caption .btn-knowmore:hover {
  background: #0f239f !important;
  color: #fff !important;
  letter-spacing: 3px;
  border: 2px solid #eb642a !important;
  border-left: none !important;
  border-right: none !important;
}

.btn-outline-primary1 {
  background: #fff;
  font-weight: 700;
  padding: 8px 36px !important;
  border-radius: 50px !important;
  border: 1px solid #dee2e6 !important;
}

.btn-outline-primary1:hover {
  color: #fff !important;
  background: #eb642a;
  /* border-color: transparent; */
  border: 2px dashed #eb642a !important;
  transition: 0.3s linear;
}

.btn-outline-primary img {
  transition: 0.3s linear;
}

.btn-outline-primary:hover img {
  transform: translateX(-4px);
  transition: 0.3s linear;
}

.btn-warning {
  background: #1e12b1;
  color: #fff !important;
  box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.27);
  letter-spacing: 0;
  border: 2px solid #1e12b1 !important;
  border-left: none !important;
  border-right: none !important;
  letter-spacing: 1px;
  border-radius: 0;
}

.btn-warning:hover, .btn-warning:focus {
  background: transparent;
  color: #fff !important;
  letter-spacing: 3px;
}

.tagline .btn:last-child a {
  background: transparent;
  border: none;
}

.btn-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 100, 42, 0.62);
}

.btn-warning:not(:disabled):not(.disabled):active {
  background-color: rgba(235, 100, 42, 0);
  border-color: #eb642a;
}

.btn-light {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 20%, rgb(234, 230, 231) 50%, rgb(255, 255, 255) 80%);
  border: 1px solid #eb642a;
  border-radius: 10px;
  padding: 7px 25px;
  font-size: 16px;
  margin: 7px;
  box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.3);
  position: relative;
  transition: all 0.4s ease;
  cursor: pointer;
}

.btn-light:hover {
  transition: all 0.4s ease;
  box-shadow: 0 8px 20px -12px rgba(0, 0, 0, 0.2);
}

.help-slider-caption .btn-warning:hover, .help-slider-caption .btn-warning:focus,
.banner-vacancies .btn-warning:hover, .banner-vacancies .btn-warning:focus,
.job-opening .btn-warning:hover, .job-opening .btn-warning:focus,
.job-info .btn-warning:hover, .job-info .btn-warning:focus,
.contact-form .btn-warning:hover, .contact-form .btn-warning:focus,
.joinus-modal .btn-warning:hover, .joinus-modal .btn-warning:focus {
  color: #031056 !important;
  font-weight: 700;
}

.job-opening .card {
  margin-bottom: 20px;
  background: aliceblue;
  border: 1px solid #d4d8dc !important;
}

.job-opening .job_results_title {
  font-size: 16px;
  font-family: "poppinsSemibold";
  margin-bottom: 24px;
}

/*slider section*/
/* .corporate_video img{     position: absolute!important;
    top: 71%;
    left: 77%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.corporate_video img{     min-width: auto!important;
    min-height: auto!important; animation:glide2 2s ease-in-out alternate infinite;  }

@-webkit-keyframes glide2 {
    from {top:71%; left: 77%;}
    to { top:73%; left: 78%;}
} */
video {
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  /*filter: brightness(0.5);*/
}

.video-section {
  position: relative;
  height: 100vh;
}

.video-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(6, 6, 6, 0));
}

.slider-caption h1:before {
  content: "";
  display: flex;
  background-color: #ec642a;
  width: 83px;
  height: 4px;
  margin-right: 1.25rem;
  position: relative;
  top: 22px;
  right: 0;
  left: -99px;
}

.slide-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  color: #000;
  background: #fff; /*width: 65%;*/
}

.slide-nav li:last-child .slide-nav-box:after {
  border-left: none;
}

.split-slideshow {
  height: 100vh;
  position: relative;
}

.slide-nav-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  font-family: "Poppins", sans-serif;
}

.slide-nav-box img {
  margin: 20px;
}

.slide-nav-box span {
  color: #b7b7b7;
  font-size: 1.3rem;
}

.slide-nav-box h4 {
  font-size: 1rem;
}

.slide-nav-box h4:after {
  content: "";
  display: flex;
  background-color: #d3d3d3;
  width: 50px;
  height: 2px;
  margin-right: 1.25rem;
  position: relative;
  top: 15px;
  right: 0;
  left: 0;
}

.slide-nav-box:after {
  content: "";
  position: relative;
  top: 15px;
  right: 0;
  left: 0;
  border-left: 1px solid #c5c5c5;
  height: 74px;
  left: 12px;
}

.slide-nav-box:hover.slide-nav-box h4:after {
  transition: 0.3s linear;
  width: 50px;
  background-color: #ec642a;
}

.slide-nav-box:hover.slide-nav-box span {
  color: #ec642a;
}

/*header*/
header {
  padding: 8px 0px;
}

#header.fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.affix-wrap {
  height: 0px !important;
}

.logo img {
  width: 200px;
}

.onscroll-logo {
  width: 145px !important;
  transition: 0.3s linear;
}

.offscroll-logo {
  width: 200px;
  transition: 0.3s linear;
}

.overlay {
  height: 0;
  width: 50%;
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 0;
  background-color: #110a62;
  background-color:  #110a62;
  overflow-x: hidden;
  transition: 0.3s linear;
}

.overlay2 {
  left: 0;
  top: 0;
  bottom: auto;
  height: 60%;
  width: 0%;
  overflow: hidden;
}

.overlay4 {
  height: 0;
  width: 25%;
  right: 50%;
}

.overlay3 {
  right: 75%;
  height: 40%;
  width: 0%;
}

.overlay3 p {
  position: absolute;
  right: 20px;
  bottom: 0;
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  font-size: 17px;
  transition: 0.6s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  padding-bottom: 100px;
}

.overlay-content a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.overlay-content a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #85c0e4;
  transition: width 0.3s;
  position: absolute;
  left: 0;
  top: 45%;
}

.overlay a:hover::before {
  width: 7%;
}

.overlay ul li {
  margin: 15px 0px;
}

.overlay ul li a {
  text-decoration: none;
  font-size: 22px;
  color: #c0bbbb;
  display: block;
  transition: 0.3s;
  text-align: left;
  padding-left: 95px;
  display: flex;
  align-items: end;
  transition: 0.3s;
}

.fadeup {
  animation: fadeInUp 1s ease backwards;
}

@keyframes fadeInUp {
  0% {
    transform: translate(0px, 100px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0);
    opacity: 1;
  }
}
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 25px;
  right: 64px;
  font-size: 60px;
  color: #fff;
  z-index: 1;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.openMenu {
  font-size: 30px;
  cursor: pointer;
  z-index: 99;
}

.hamburger {
  background: linear-gradient(180deg, #eea655 0%, #614321 100%);
  padding: 8px 10px;
}

.hamburger .line {
  width: 35px;
  height: 5px;
  border-radius: 5px;
  background-color: #ecf0f1;
  display: block;
  margin: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger .line:nth-child(2) {
  width: 26px;
}

.hamburger:hover {
  cursor: pointer;
}

/* ONE */
#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

.nav-dropdown {
  position: relative;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.bg-menu-img1 {
  background-image: url(../images/bg3.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-menu-img1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.26);
}

.bg-menu-img2 {
  background-image: url(../images/bg4.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-menu-img2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: rgba(0, 0, 0, 0.46);
}

/*Section Title*/
.section-heading-wrap .small-title {
  font-size: 1.2rem;
  margin-bottom: 1.1rem;
  display: block;
  font-weight: 600;
  color: #ec642a;
  /* letter-spacing: 0.09em; */
  position: relative;
  font-family: "Poppins", sans-serif;
}

.section-heading-wrap .section-heading {
  color: #031056;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  font-family: "Poppins", sans-serif;
}

.bg-banner {
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  background-position: center;
}

.banner3:before, .banner4:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.banner1 {
  background-image: url(../images/slider/slider1.jpg);
}

.banner2 {
  background-image: url(../images/slider/slider2.jpg);
}

.banner3 {
  background-image: url(../images/slider/slider3.jpg);
}

.banner4 {
  background-image: url(../images/slider/slider4.jpg);
}

/*who we are*/
.bg-who-we-are {
  background-image: url(../images/who_we_are_banner.jpg);
  width: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
}

.bg-who-we-are:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.48);
}

.who-we-are .img-whowe {
  border: 1px solid #0f239f;
  border-right: none;
  width: 110px;
  height: 110px;
  line-height: 105px;
  padding-left: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  /*position:relative;
  padding-left: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: lightgray;
  background: 
      linear-gradient(black, black) top left / 100% 0px, 
      linear-gradient(black, black) top left / 0px 100%, 

      linear-gradient(black, black) bottom right / 1px 22%, 

      linear-gradient(black, black) top right / 1px 22%, 
      linear-gradient(black, black) top right / 0px 100%;

  background-repeat: no-repeat;
  border-radius: 5px;
  border: 1px solid #000;
  border-top:none;*/
}

.who-we-are .img-whowe:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 10px;
  width: 50%;
  border-right: 1px solid #0f239f;
}

.who-we-are .img-whowe:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 10px;
  width: 50%;
  border-right: 1px solid #0f239f;
}

.who-we-are .counter {
  position: relative;
  margin-left: -18px;
}

.who-we-are h4, .counter span {
  color: #eb642a;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  display: inline;
  margin-bottom: 0px;
  transition: 0.3s linear;
}

.counter span {
  margin-left: 5px;
}

.who-we-are p {
  color: #081c95;
  font-weight: 600;
}

.who-we-are1 {
  position: absolute;
  z-index: 1;
  border: 12px solid #fff;
}

.card-whowe {
  background: rgb(22, 33, 139);
  background:linear-gradient(180deg, #eea655 0%, #614321 100%);
  color: #fff;
  font-family: "Poppins", sans-serif;
  position: absolute;
  right: 0;
  width: 220px;
  height: 220px;
  /* line-height: 250px; */
  /* text-align: center; */
  padding-top: 82px;
  padding-left: 32px;
  top: 110px;
  right: 11%;
  z-index: 1;
  animation: glide 2s ease-in-out alternate infinite;
}

@-webkit-keyframes glide {
  from {
    top: 110px;
  }
  to {
    top: 130px;
  }
}
.card-whowe h1 {
  font-weight: 700;
  font-size: 3rem;
}

.card-whowe p {
  font-weight: 500;
}

.tagline i {
  color: #eb642a;
  font-size: 30px;
}

#bannerSlider .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

/*we helps*/
/*#Section3{ position: sticky; top:0; }*/
/*.scrollable{
    overflow-y: scroll;

}
.disable-scroll{
  overflow-y: hidden;
}*/
.bg_we_helps {
  background-image: url(../images/services_banner.jpg);
  width: 100%;
  background-position: bottom right;
  background-size: initial;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.we_helps_left {
  background: linear-gradient(180deg, #eea655 0%, #614321 100%);
  color: #fff;
  padding: 60px 60px;
}

.we_helps_left .section-heading {
  color: #fff;
}

.we_helps_left .section-heading-wrap .small-title {
  color: #fff;
  font-weight: 400;
}

.we_helps_left p {
  text-align: justify;
}

.we_helps .slick-prev, .we_helps .slick-next {
  z-index: 1;
  width: 50px;
  height: 50px;
  transform: rotate(90deg);
}

.we_helps .slick-prev {
  background: #fff;
  bottom: 0 !important;
  left: 87.4%;
  top: 46.1%;
}

.we_helps .slick-prev:before {
  color: #081c95;
}

.we_helps .slick-next {
  right: 0;
  top: 51.3%;
}

.we_helps .slick-next:before {
  color: #ffffff;
}

.counter_no {
  color: #e5f2fa;
  font-size: 3rem;
  font-weight: 600;
  /* position: absolute; */
  z-index: 0;
  margin-top: -12px;
  margin-right: 14px;
}

/*.we_helps .slick-track,
.we_helps .slick-list {
  height: 100vh;
}*/
.we_helps .slick-dotted.slick-slider {
  margin: 0;
}

/*.we_helps .slides {
  width: 100%;
  height: 100vh;
}  
.we_helps .slide {
    width: 100%;
    height: 100vh;
  }*/
.we_helps_right {
  position: relative;
  width: 53%;
}

.help-slider-caption {
  padding: 28px 25px;
  margin-bottom: 80px;
}

.help-slider-caption p {
  text-align: justify;
}

.we_helps_right .slide span img {
  width: 100%;
  object-fit: cover;
}

/*news date*/
.news-date {
  text-align: center;
}

.news-date span {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 2.25rem;
}

.news-text:before {
  content: "";
  position: absolute;
  background-color: #ddd;
  width: 2px;
  height: 66px !important;
  top: 10px !important;
  left: 10px;
}

.news-caption {
  position: relative;
}

.news-text {
  margin-left: 10px;
  padding-left: 35px;
  color: #000;
  text-align: justify;
  position: relative;
}

.news-img {
  position: relative;
  height: 330px;
  overflow: hidden;
}

.underline {
  /* I don't know why this is needed, I just added it and it worked in IE Edge. If we remove this width, the gradient breaks in IE Edge */
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 2px), #ec642a 2px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1s;
}

.blog-box h5 {
  color: #000;
}

.blog-box:hover .underline {
  background-size: 100% 100%;
  color: #000;
}

.slick-dots {
  bottom: -45px;
}

.scroll-slider {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 60vh;
}

.scroll-wrapper {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.scroll-slide {
  /*flex: 1 0 75vw;
  max-width: 75vw;*/
  height: 100%;
  min-width: 760px;
}

.item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.item-container {
  position: relative;
}

.item-title {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1;
}

@media (min-width: 40em) {
  .item-body {
    position: absolute;
    left: 47%;
    bottom: 0;
    width: 50%;
    /* transform: translate(-50%, -50%); */
    background: linear-gradient(180deg, #59a4f7 13%, #37398c 100%);
    width: 29%;
    padding: 40px;
    color: #fff;
  }
}
.tag {
  margin-right: 0.5rem;
}

.tag a {
  display: block;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.scroll-slider .section-heading-wrap .section-heading {
  color: #fff;
}

.scroll-slider .section-heading-wrap .small-title {
  color: #fff;
}

.slick-prev, .slick-next, .slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
  background: #eb642a;
}

.slick-prev, .slick-next {
  z-index: 8;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.slick-prev, .slick-next, .slick-prev:hover:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-next:focus:before {
  color: #fff;
}

.slick-prev:before, .slick-next:before {
  opacity: 1;
  font-family: fontawesome;
  color: #fff;
  font-size: 3rem;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  font-size: 1.6rem;
  line-height: 1.8;
}

.slick-prev:before {
  content: "←";
}

.slick-next:before {
  content: "→";
}

.figure {
  position: relative;
  width: 360px; /* can be omitted for a regular non-lazy image */
  max-width: 100%;
}

.figure img.image-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.2s;
}

.figure:hover img.image-hover {
  opacity: 1;
}

.icon-vacancy {
  width: 27px;
  height: 27px;
  background-image: url("../images/vacancies.png");
  margin-right: 10px;
  transition: 0.3s linear;
}

.btn-outline-primary1:hover .icon-vacancy {
  background-image: url("../images/vacanciesw.png");
  transform: translateX(-5px);
  transition: 0.3s linear;
}

.bg-vacancies {
  background-image: url(../images/seashore.jpg);
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-vacancies:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(140, 193, 225, 0.7803921569);
}

.vacancies .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slider-item {
  position: relative;
}

.vacancies-caption {
  position: absolute;
  left: 74%;
  bottom: 0;
  /* transform: translate(-50%, -50%); */
  background: linear-gradient(180deg, #59a4f7 13%, #37398c 100%);
  width: 60%;
  padding: 30px;
  color: #e7e7e7;
  font-size: 16px;
}

input[type=file] {
  background: rgba(0, 0, 0, 0.7215686275);
  color: #fff;
}

.vacancies-caption .section-heading-wrap h4 {
  font-size: 2rem;
  color: #fff;
}

.vacancies-caption .section-heading-wrap .small-title {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  color: #fff;
}

.section-heading-wrap .section-heading {
  margin-bottom: 1rem;
}

.vacancies .slick-prev {
  top: 95.8%;
}

.vacancies .slick-next {
  top: 87.5%;
  left: 0px;
}

.vacancies .slick-prev {
  left: -50px;
}

.vacancies .career-img {
  position: relative;
}

.vacancies .career-img a {
  color: #000;
}

.vacancies .career-img a span {
  background: #0c2090;
  color: #fff;
  padding: 0px 5px 5px;
  border-radius: 50%;
}

.vacancies .title {
  position: absolute;
  top: 3%;
  left: 3%;
}

.careers-wrap {
  position: absolute;
  top: 4%;
  left: 5%;
}

.careers-wrap a {
  color: #000;
}

.career-arrow {
  width: 25px;
  height: 25px;
  background: #383e91;
  color: #fff;
  border-radius: 50%;
  padding: 0px 6px 5px;
}

.careers-wrap a:hover {
  color: #eb642a;
}

.careers-on-shore {
  position: relative;
}

.careers-on-shore img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.46);
}

.inner_img {
  overflow: hidden;
}

.img {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.img::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.page-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  position: relative;
  z-index: 9;
  overflow: hidden;
  height: 40vh;
}

.breadcrumb {
  background-color: #0c2090;
  border-bottom: 4px solid #85c0e4;
  color: #fff;
  position: absolute;
  bottom: 0;
}

.breadcrumb-item a {
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

/*vacancies*/
.slide-box {
  position: relative;
  margin: 0;
  padding: 0;
}

/* slide */
.slide {
  position: relative;
  margin: 0;
  padding: 0;
}

.slide .item {
  position: relative;
  height: 100%;
}

.slide .item a {
  display: block;
}

/* slide-navigation */
.slide-navigation {
  line-height: 0;
  position: relative;
  margin: 0;
  padding: 0;
}

.slide-navigation .item {
  position: relative;
  cursor: pointer;
}

.slide-navigation .item .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.slide-navigation .item .image::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  background: #8cc1e1;
}

.slide-navigation .slick-current .image::after {
  opacity: 0;
}

.slide-navigation .slick-track {
  margin-left: 222px;
}

.vacancies .slick-slide img {
  object-fit: cover;
  width: 100%;
  height: 70vh;
}

.vacancies .slick-prev {
  bottom: -25px !important;
  top: auto;
}

.vacancies .slick-next {
  margin-left: 0px;
  right: auto;
  bottom: 25px;
  top: auto;
}

.top-banner {
  margin-top:90px;
  margin-bottom: 100px;
}

.banner-vacancies .form-group {
  padding: 14px;
  margin-bottom: 0px;
}

.banner-vacancies .input-group {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.32);
}

.form .input-group-text {
  border-radius: 0px;
}

.form-control {
  height: 45px;
  border-radius: 0px;
}

.input-group-text {
  background: #fff;
  color: #a2a2a2;
}

.banner-vacancies {
  background-image: url(../images/banner/vacancies.jpg);
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100% 100%;
  background-position: center;
}
@media only screen and (max-width: 767.98px) {
  .banner-vacancies {
    background-size: cover;
  }
}

.banner-vacancies:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(191, 191, 191, 0.78);
}

.arrow-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
}

.arrow-down span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
  border-radius: 3px;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.arrow-down span:nth-child(2) {
  animation-delay: -0.2s;
}

.arrow-down span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}
.btnMore {
  background: #747474;
}

.table, .job-info table {
  font-size: 16px;
  margin-bottom: 0px;
}

.table td:first-child, .job-info table td:first-child {
  font-weight: 600;
  padding-right: 10px;
}

.job-opening small {
  background: rgba(15, 47, 155, 0.1098039216);
  padding: 3px 7px;
  border-radius: 5px;
  color: #555;
}

.job-info table tr td {
  border: none;
}

.file {
  visibility: hidden;
  position: absolute;
}

.letter-style {
  font-size: 32px;
  background: #85c0e4;
  color: #fff;
  padding: 0px 14px 2px;
  margin-right: 6px;
}

#map_wrapper {
  height: 400px;
}

#map_canvas {
  width: 100%;
  height: 100%;
}

#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}

#loader .borderLine1 {
  border-left: 20px solid #0f239f;
  height: 100%;
  bottom: 0;
}

#loader .borderLine2 {
  border-left: 20px solid #86c1e5;
  height: 100%;
  bottom: 0;
  margin-left: 8px;
}

#loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*# sourceMappingURL=style.css.map */
