﻿@charset "UTF-8";
@font-face {
  font-family: "Bold";
  src: url("../fonts/euclidsquare-bold.ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Medium";
  src: url("../fonts/euclidsquare-medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Regular";
  src: url("../fonts/euclidsquare-regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "light";
  src: url("../fonts/euclidsquare-light.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.ms-rtestate-field h1,
h3.ms-rteElement-H1,
.ms-rtestate-field h2,
h3.ms-rteElement-H2,
.ms-rtestate-field h3,
h3.ms-rteElement-H3,
.ms-rtestate-field h4,
h3.ms-rteElement-H4,
.ms-rtestate-field h5,
h3.ms-rteElement-H5,
.ms-rtestate-field h6,
h3.ms-rteElement-H6,
h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0;
    letter-spacing: 3px;
    font-family: "Medium";
    color: #bd9a5f;
}
.ms-rtestate-field h1,
h3.ms-rteElement-H1,
h1 {
 font-size: 45px;
 font-family: "Bold";
    letter-spacing: 3px;
}
.ms-rtestate-field h2,
h3.ms-rteElement-H2,
h2 {
    font-size: 40px;
    letter-spacing: 1.6px;
 
}
.ms-rtestate-field h3,
h3.ms-rteElement-H3,
h3 {
   font-size: 35px;
}
.ms-rtestate-field h4,
h3.ms-rteElement-H4,
h4 {
      font-size: 30px;
}
.ms-rtestate-field h5,
h3.ms-rteElement-H5,
h5 {
   font-size: 25px;
}
.ms-rtestate-field h6,
h3.ms-rteElement-H6,
h6 {
     font-size: 20px;
}

.ms-rtestate-field p,
p.ms-rteElement-P,
p {
    font-size: 20px;
   line-height: 2 ;
    color: #696A6E;
    font-family: "Regular";
}
strong {
     font-family: "Bold";
}
a {
 font-size: 20px;
    color: #bd9a5f;
}

div,
p {
    font-size: 20px;
   line-height: 2 ;
    color: #696A6E;
    font-family: "Regular";
}


label {
  font-size: 16px;
  color: #1C1F2A;
  font-family: "Medium";
  display: block;
  margin-bottom: 10px;
}
label span {
  color: red;
}

select,
textarea,
input {
  background-color: #f5f5f5;
  border: unset;
  color: #1c1f2a;
  width: 100%;
  padding: 12px;
}

textarea {
  min-height: 150px;
  resize: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

::placeholder {
  color: #5e5e5947;
  font-family: "Regular";
  font-size: 16px;
}

select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url(../images/careersAndFromInputs/arrowDon.svg);
  background-repeat: no-repeat;
  background-position: 97% 22px;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.customFileUpload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  background-color: #f5f5f5;
  border: unset;
  color: #1c1f2a;
  width: 100%;
  padding: 12px;
  font-size: 14px;
  text-align: center;
}

.customRadio {
  padding-top: 10px;
}
.customRadio input[type=radio] {
  display: none;
}
.customRadio label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 25px;
  cursor: pointer;
  font-size: 14px;
}
.customRadio label:not(:last-of-type) {
  margin-right: 35px;
}
.customRadio label::before,
.customRadio label::after {
  position: absolute;
  content: "";
  top: 50%;
  border-radius: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.customRadio label::before {
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -11px;
  background: #fff;
  border: 1px solid #707070;
}
.customRadio label:hover::before {
  background: #fff;
}
.customRadio label::after {
  opacity: 0;
  left: 4px;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  background: #bd9a5f;
  -webkit-transform: scale(2);
  transform: scale(2);
}
.customRadio input[type=radio]:checked + label {
  color: #bd9a5f;
}
.customRadio input[type=radio]:checked + label::before {
  background: #fff;
  border: 1px solid #bd9a5f;
}
.customRadio input[type=radio]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

input[type=date]::-webkit-calendar-picker-indicator {
  background-image: url(../images/careersAndFromInputs/calendar.svg);
}

.headingTitle, .mapSection h2, .selectorSec .mainBox h2, .joinSafe .boxText h3, .SolutionsSec .headerSlu h2, .aboutUs .aboutTextBox .boxInner h2, .about_header .aboutTextBox .boxInner h2 {
  font-size: 40px;
  color: #fff;
  font-family: "Medium";
  margin: 0;
  letter-spacing: 3px;
}

.headingTitlePX45, .contactMap .container .row > .boxForm h2, .scrollMap .contactDiv .linksFooter li:first-of-type {
  font-size: 45px;
  color: #bd9a5f;
  font-family: "Bold";
  letter-spacing: 3px;
  margin: 0;
}

.headingTitlePX35 {
  font-size: 35px;
  color: #1c1f2a;
  font-family: "Bold";
  margin: 0;
}

/* fouad */
.headingTitlePX30, .trainingSec2 .boxN2.boxN2BLD p {
  font-size: 30px;
  color: #1c1f2a;
  font-family: "Bold";
  margin: 0;
}

.headingTitlePX25 {
  font-size: 25px;
  font-family: "Bold";
  margin: 0;
}

.subTitle, .aboutUs .aboutTextBox .boxInner h3 {
  font-size: 23px;
  color: #bd9a5f;
  font-family: "light";
  margin: 0;
  letter-spacing: 1px;
}

.textPra, .selectorSec .mainBox .boxRow4 .showBx.modelCum .hideBX .prag p, .selectorSec .mainBox .boxRow4 .showBx p, .joinSafe .boxText p, .SolutionsSec .headerSlu p, .aboutUs .aboutTextBox .boxInner p, .about_header .aboutTextBox .boxInner p {
  font-size: 18px;
  line-height: 1.9;
  color: #fff;
  font-family: "Regular";
  margin: 0;
  letter-spacing: 1px;
}

.textPra20px {
  font-size: 20px;
  line-height: 2;
  color: #fff;
  font-family: "Regular";
  margin: 0;
  letter-spacing: 1px;
}

.readMoreBtn, .aboutUs .aboutTextBox .boxInner a {
  font-size: 16px;
  font-family: "light";
  color: #fff;
  margin: 0;
  text-decoration: unset;
  position: relative;
}
.readMoreBtn::after, .aboutUs .aboutTextBox .boxInner a::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 1px;
  background-color: #bd9a5f;
  bottom: -1px;
  left: 0;
}
.readMoreBtn:hover, .aboutUs .aboutTextBox .boxInner a:hover {
  color: #bd9a5f;
  transition: 0.75s;
}
.readMoreBtn:hover::after, .aboutUs .aboutTextBox .boxInner a:hover::after {
  width: 100%;
  transition: 0.75s;
}
.readMoreBtn:hover i, .aboutUs .aboutTextBox .boxInner a:hover i {
  padding-left: 20px;
  transition: 0.75s;
}
.readMoreBtn i, .aboutUs .aboutTextBox .boxInner a i {
  color: #bd9a5f;
  padding-left: 15px;
}

.closeBtnMin {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1c1f2a;
  border-radius: 50%;
}
@keyframes scrollDown {
  0% {
    opacity: 0;
    transform: translate(0, -10px);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 2px);
    opacity: 0;
  }
}
@keyframes circles {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1.4);
  }
}
@keyframes myship {
  from {
    position: absolute;
    top: 400px;
    left: 461px;
  }
  to {
    position: absolute;
    top: 88px;
    left: 84px;
    background-color: transparent;
  }
}
@keyframes myship2 {
  from {
    position: absolute;
    top: 400px;
    left: 825px;
  }
  to {
    position: absolute;
    top: 88px;
    left: 84px;
    background-color: transparent;
  }
}
@keyframes myship33 {
  from {
    position: absolute;
    top: 400px;
    left: 1225px;
  }
  to {
    position: absolute;
    top: 88px;
    left: 84px;
    background-color: transparent;
  }
}
@keyframes myship3 {
  from {
    position: absolute;
    top: 630px;
    left: 600px;
  }
  to {
    position: absolute;
    top: 88px;
    left: 84px;
    background-color: transparent;
  }
}
@keyframes myshipMob {
  from {
    position: absolute;
    top: 630px;
    left: 0;
  }
  to {
    position: absolute;
    top: 40px;
    left: 15px;
    background-color: transparent;
  }
}
@keyframes selector {
  0% {
    height: 50px;
    width: 50px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    perspective: 100px;
  }
  50% {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    transform: scale(1.8);
    perspective: 100px;
  }
  100% {
    margin: 0 auto;
    border-radius: unset;
    overflow: unset;
    transform: unset;
    width: 100%;
    perspective: 100px;
    height: 100%;
  }
}
@keyframes sliderMove1 {
  from {
    position: absolute;
    bottom: 14%;
    left: 0%;
  }
  to {
    position: absolute;
    bottom: 60%;
    left: 56%;
  }
}
@keyframes sliderMove2 {
  from {
    position: absolute;
    bottom: 14%;
    left: 34%;
  }
  to {
    position: absolute;
    bottom: 60%;
    left: 56%;
  }
}
@keyframes sliderMove3 {
  from {
    position: absolute;
    bottom: 14%;
    left: 50%;
  }
  to {
    position: absolute;
    bottom: 60%;
    left: 56%;
  }
}
@keyframes sliderMove4 {
  from {
    position: absolute;
    bottom: 14%;
    left: 77%;
  }
  to {
    position: absolute;
    bottom: 60%;
    left: 56%;
  }
}
@keyframes sliderMove11 {
  from {
    position: absolute;
    bottom: 14%;
    left: 0%;
  }
  to {
    position: absolute;
    bottom: 60%;
    left: 34%;
  }
}
@keyframes sliderMove22 {
  from {
    position: absolute;
    bottom: 14%;
    left: 24%;
  }
  to {
    position: absolute;
    bottom: 60%;
    left: 32.5%;
  }
}
@keyframes sliderMove33 {
  from {
    position: absolute;
    bottom: 14%;
    left: 50%;
  }
  to {
    position: absolute;
    bottom: 60%;
    left: 32.5%;
  }
}
@keyframes sliderMove44 {
  from {
    position: absolute;
    bottom: 14%;
    left: 77%;
  }
  to {
    position: absolute;
    bottom: 60%;
    left: 32%;
  }
}
.headerWithVid .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.headerWithVid .hamburger {
  display: none;
}

.headerWithVid .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #bd9a5f;
}

.headerWithVid .nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.headerWithVid:not(.stickyScroll, .innerPages) .fastLink,
.headerWithVid:not(.stickyScroll, .innerPages) .nav-menu {
  margin-top: -15px;
}

.stickyScroll {
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.5);
}

.headerWithVid .fastLink a,
.headerWithVid .nav-link {
  font-size: 16px;
  font-family: "Medium";
  color: #fff;
  border-bottom: 2px solid #ffffff00;
  padding-bottom: 25px;
  text-decoration: none;
  transition: 0.3s;
  padding: 25px 20px;
}

.headerWithVid .fastLink a,
.headerWithVid .nav-link {
  padding: 34px 20px;
}

.headerWithVid .nav-menu .nav-item:first-of-type .nav-link {
  padding-left: 0;
}

.headerWithVid .fastLink a:hover,
.headerWithVid .nav-link:hover {
  border-bottom: 2px solid #bd9a5f;
  text-decoration: none;
}

.headerWithVid .nav-item.subMenu .nav-link:hover {
  background: #ffffff0a;
}

.headerWithVid .activeMenu {
  background: #ffffff0a;
}

.headerWithVid .activeMenu > a {
  border-bottom: 1px solid #bd9a5f;
}

.headerWithVid .nav-logo {
  padding: 15px 0px 10px 0px;
}

.headerWithVid .nav-logo img {
  height: 82px;
}

.headerWithVid .fastLink {
  display: flex;
  margin: 0;
}

.headerWithVid .nav-item:first-of-type {
  margin-left: 0;
}

.headerWithVid .subMenu {
  position: relative;
}

.headerWithVid .subMenu .subLinks {
  position: absolute;
  background: #1c1f2a;
  min-width: 280px;
  left: 0;
  padding: 14px;
  display: none;
}

.stickyScroll.headerWithVid .subMenu .subLinks {
  top: 60px;
}

.headerWithVid .subMenu:hover .subLinks {
  display: block;
}

.headerWithVid .subMenu .subLinks li {
  border-bottom: 1px solid #7070706e;
}

.headerWithVid .subMenu .subLinks li:last-of-type {
  border-bottom: 0px solid #707070;
}

.headerWithVid .subMenu .subLinks li:hover {
  background-color: #232631;
  border-radius: 0;
}

.headerWithVid .subMenu .subLinks li a {
  font-size: 17px;
  font-family: "Regular";
  color: #fff;
  text-decoration: none;
  padding-left: 5px;
  min-height: 60px;
  display: flex;
  align-items: center;
}

.nav-menu {
  position: relative;
}

.nav-menu::after {
  position: absolute;
  content: "";
  height: 1px;
  background: #ffffff26;
  width: 215%;
  bottom: 0px;
  left: 0;
}

.innerPages .nav-menu::after {
  display: none;
}

.innerPages .nav-link {
  padding: 40px 20px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

.stickyScroll {
  background: #1C1F2A;
}
.stickyScroll .nav-logo img {
  height: 60px;
}
.stickyScroll .fastLink a,
.stickyScroll .nav-link {
  padding-bottom: 0;
  transition: unset;
  height: 80px;
  display: flex;
  align-items: center;
  padding: 25px 20px;
}
.stickyScroll .subLinks {
  top: 80px !important;
}
.stickyScroll .fastLink {
  margin-top: -7px;
}
.stickyScroll .nav-menu::after {
  display: none;
}

@media only screen and (max-width: 768px) {
  .headerWithVid.sticky {
    z-index: 99999;
  }

  .headerWithVid .nav-menu {
    position: fixed;
    left: -100%;
    top: 60px;
    flex-direction: column;
    background-color: #1c1f2a;
    width: 100%;
    height: calc(100% - 50px);
    border-radius: 0;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
  }

  .headerWithVid .nav-menu.active {
    left: 0;
    padding-top: 20px;
  }

  .headerWithVid .nav-item {
    margin: 10px 0;
  }

  .headerWithVid .hamburger {
    display: block;
    cursor: pointer;
  }

  .headerWithVid .nav-menu {
    justify-content: end;
  }

  .headerWithVid .nav-logo img {
    height: 50px;
  }

  .headerWithVid .fastLink a {
    padding-bottom: 25px;
  }

  .headerWithVid .nav-item.subMenu .nav-link:hover {
    display: flex;
    justify-content: center;
  }

  .stickyScroll .fastLink {
    margin-top: 0;
  }

  .stickyScroll .nav-link {
    padding-bottom: 25px;
  }

  .headerWithVid .subMenu:hover .subLinks {
    display: none;
  }

  .headerWithVid .nav-menu .nav-item:first-of-type .nav-link {
    padding-left: 20px;
  }

  .headerWithVid .nav-item.subMenu > a::after {
    content: "";
    font-family: FontAwesome;
    color: #bd9a5f;
    padding-left: 10px;
    margin-right: -15px;
  }

  .headerWithVid .subMenu:hover .subLinks.showSubMen,
.headerWithVid .subMenu:hover .subLinks {
    position: unset;
    background: #232631;
    border-radius: 5px;
  }

  .headerWithVid .subMenu:hover .subLinks.showSubMen {
    display: block !important;
  }

  .headerWithVid .subMenu .subLinks li a {
    justify-content: center;
  }

  .headerWithVid:not(.stickyScroll) .fastLink, .headerWithVid:not(.stickyScroll) .nav-menu {
    margin-top: 0;
  }
}
.navbar.darkBg {
  background-color: #1c1f2a;
}

.sec-btn {
  text-transform: uppercase;
  font-size: 16px;
  padding: 17px 32px;
  border: 2px solid #bd9a5f;
  line-height: 16px;
  transition: all 0.3s ease-in-out;
}
.sec-btn:link, .sec-btn :visited, .sec-btn :active, .sec-btn :hover {
  color: #fff;
  text-decoration: none;
}
.sec-btn:hover {
  background-color: #bd9a5f;
}

.facts_header {
  height: 720px;
  background: #252938 url("../images/pattern.svg");
  padding-top: 130px;
}
.facts_header--title {
  text-transform: uppercase;
}
.facts_header--facts {
  margin-top: 75px;
  position: relative;
  width: 100%;
}
.facts_header--facts::before {
  content: "";
  left: 50%;
  transform: translate(-50%);
  position: absolute;
  bottom: 100%;
  height: 2px;
  width: calc(100% - 100% /4 + 25px);
  background-color: #454957;
}
.facts_header--facts-fact {
  margin-top: calc(66px + 11px);
  padding-top: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.facts_header--facts-fact img {
  height: 90px;
  margin-bottom: 24px;
}
.facts_header--facts-fact p {
  color: #fff;
  font-size: 20px;
}
.facts_header--facts-fact::after {
  content: "";
  position: absolute;
  top: 0;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background-color: #bd9a5f;
}
.facts_header--facts-fact::before {
  content: "";
  position: absolute;
  bottom: 100%;
  height: calc(66px + 11px);
  width: 2px;
  background-color: #454957;
}

.approachs {
  position: relative;
}
.approachs_card {
  position: relative;
  margin-top: -35px;
  box-shadow: 0 3px 28px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: 80px 0 180px 0;
}
.approachs_card--list {
  padding: 0 calc(60px - 15px);
  position: relative;
  display: flex;
  margin-top: 125px;
}
.approachs_card--list hr {
  height: 2px;
  width: 150px;
  background-color: #bd9a5f;
  position: relative;
  margin-top: 0;
  top: 137px;
}
.approachs_card--list-item {
  width: 390px;
}
.approachs_card--list-item img {
  height: 80px;
  margin-bottom: 30px;
}
.approachs_card--list-item h3 {
  margin-bottom: 15px;
}
.approachs_card--list-item p {
  color: #696A6E;
  font-size: 20px;
  margin: 0;
}

.partnership {
  padding: 135px 0 100px 0;
  background: linear-gradient(0deg, rgba(28, 31, 42, 0.8), rgba(28, 31, 42, 0.8)), url("../images/facts/bg.jpg") no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  margin-top: -35px;
}
.partnership h2 {
  color: #bd9a5f;
}
.partnership_features {
  margin-top: 105px;
}
.partnership_features--items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 125px;
}
.partnership_features--items-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}
.partnership_features--items-item:not(:last-child) {
  margin-right: 30px;
}
.partnership_features--items-item img {
  height: 60px;
  margin-bottom: 20px;
}
.partnership_features--items-item h3 {
  font-size: 20px;
  font-family: "Bold", sans-serif;
  margin-bottom: 15px;
  color: #fff;
  text-transform: capitalize;
}
.partnership_features--items-item p {
  color: #fff;
  margin: 0;
  max-width: 308px;
}

.faqs {
  position: relative;
}
.faqs_header {
  position: absolute;
  width: 100%;
  height: 340px;
  background: #252938 url("../images/pattern.svg");
  background-position: bottom;
}
.faqs_header h1 {
  margin-top: 70px;
}
.faqs .faqs-body {
  background-image: url("../images/blurredbg.jpg");
  background-position: bottom;
  background-size: cover;
  height: 1625px;
}
.faqs_content {
  position: relative;
  top: 160px;
  background-color: #fff;
  border-radius: 8px;
  border-top: 4px solid #bd9a5f;
  padding: 35px 0;
}
.faqs_content h1 {
  margin-bottom: 45px;
}

.faqs_contnet--questions h2 {
  color: #1c1f2a;
  margin-bottom: 25px;
}
.faqs_contnet--questions .faqs_contnet--questions-item.collapsed h2 {
  color: #1c1f2a;
}
.faqs_contnet--questions .faqs_contnet--questions-item.collapsed img {
  transform: rotate(0deg);
}
.faqs_contnet--questions-item {
  background-color: #fff !important;
  padding: 0px 35px;
  margin-bottom: 60px;
}
.faqs_contnet--questions-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faqs_contnet--questions-item-header h2 {
  color: #bd9a5f;
}
.faqs_contnet--questions-item-header img {
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.faqs_contnet--questions-item-p {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  font-family: "Medium", sans-serif;
}
.faqs_contnet--questions-item:hover {
  cursor: pointer;
}

.about_header {
  display: flex;
  align-items: center;
  max-height: 720px;
  background: #262a3a url("../images/pattern.svg");
  background-position: bottom;
  overflow: hidden;
}
.about_header .aboutTextBox {
  width: 50%;
}
.about_header .aboutTextBox .boxInner {
  margin-left: calc((1920px - 1630px) /2 );
  padding-right: 110px;
}
.about_header .aboutTextBox .boxInner h2 {
  color: #bd9a5f;
  margin-bottom: 60px;
}
.about_header .aboutTextBox .boxInner p {
  letter-spacing: -0.5px;
  font-size: 20px;
  line-height: 2;
}
.about_header .aboutImgBox {
  width: 50%;
}
.about_header .aboutImgBox img {
  width: 100%;
}

.about_features {
  position: relative;
  height: 100%;
}
.about_features--divider {
  height: calc(430px - 100px);
  background-color: #EFEFEF;
  width: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.about_features--box {
  padding: 75px 0;
  background-color: #fff;
  height: 430px;
  position: relative;
  margin-top: -30px;
  box-shadow: 0 3px 28px rgba(0, 0, 0, 0.16);
}
.about_features--box-item {
  padding: 0 30px;
  display: flex;
}
.about_features--box-item_img img {
  width: 126px;
  min-width: 126px;
}
.about_features--box-item_content {
  margin-top: 24px;
  margin-left: 24px;
}
.about_features--box-item_content h2 {
  margin-bottom: 30px;
  text-transform: uppercase;
}
.about_features--box-item_content p {
  font-size: 20px;
  line-height: 2;
  color: #696A6E;
}
.about_features_values {
  position: relative;
  margin-top: 90px;
  height: 450px;
  background-image: url(../images/about-safe/gaurd-bg.jpg);
  padding: 90px 0 150px 0;
}
.about_features_values h2 {
  text-transform: uppercase;
  margin-bottom: 80px;
}
.about_features_values--box {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 75px;
}
.about_features_values--box-line {
  z-index: 1;
  width: calc(100% - 70px);
  height: 1px;
  background-color: #bd9a5f;
  position: absolute;
  top: 50%;
  left: 35px;
}
.about_features_values--box-item {
  z-index: 5;
  position: relative;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_features_values--box-item .bg {
  padding-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #bd9a5f;
  box-shadow: 0 3 28px rgba(0, 0, 0, 0.16);
}
.about_features_values--box-item .circles {
  width: 0;
  position: absolute;
  opacity: 0;
}
.about_features_values--box-item .text {
  display: flex;
  height: 62px;
  align-items: center;
  justify-content: center;
}
.about_features_values--box-item .text h2 {
  display: flex;
  position: absolute;
  max-width: 75px;
  font-size: 62px;
  line-height: 1;
  margin: 0;
}
.about_features_values--box-item:hover .bg {
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
}
.about_features_values--box-item:hover .circles {
  width: 135px;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
}
.about_features_values--box-item:hover .text h2 {
  color: #fff;
}
.about_features_values--box-item:hover .text h2::after {
  content: "";
  font-size: 45px;
  font-family: "Regular";
  position: absolute;
  text-transform: lowercase;
  top: 0;
  left: 0;
  animation: values 0.3s ease-in-out forwards;
}
.about_features_values--box-item:hover .text h2.s::after {
  content: "Safe";
}
.about_features_values--box-item:hover .text h2.a::after {
  content: "Accountability";
}
.about_features_values--box-item:hover .text h2.f::after {
  content: "Fairness";
}
.about_features_values--box-item:hover .text h2.e::after {
  content: "Excellence";
}
.about_features_objectives {
  background-color: #E8E8E8;
  height: 600px;
  margin-top: -155px;
  z-index: -1;
  padding-top: 240px;
  padding-bottom: 115px;
}
.about_features_objectives--box h2 {
  margin-bottom: 85px;
}
.about_features_objectives--box-content-item {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 50px;
}
.about_features_objectives--box-content-item .num {
  position: relative;
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  background-color: #1C1F2A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.about_features_objectives--box-content-item .num .circles {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.about_features_objectives--box-content-item .num .circles img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  transform: translate(-50%, -50%);
  width: 0;
  transition: all 0.3s ease-in-out;
}
.about_features_objectives--box-content-item .num span {
  color: #fff;
  font-size: 25px;
  line-height: 1;
  vertical-align: middle;
}
.about_features_objectives--box-content-item p {
  font-size: 25px;
  color: #696A6E;
  font-family: "Regular", sans-serif;
  margin: 0;
}
.about_features_objectives--box-content-item:hover .num {
  background-color: #bd9a5f;
}
.about_features_objectives--box-content-item:hover .num .circles {
  width: 75px;
}
.about_features_objectives--box-content-item:hover .num .circles img {
  width: 75px !important;
}

.ceo {
  height: 775px;
  display: flex;
  position: relative;
}
.ceo_message {
  height: 100%;
  background: #262a3a url("../images/pattern.svg") no-repeat;
  background-position: bottom;
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 200px;
  padding-right: 50px;
  color: #fff;
}
.ceo_message h2 {
  margin-bottom: 75px;
}
.ceo_message h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.ceo_message p {
  line-height: 2;
  font-size: 20px;
  margin-bottom: 75px;
}
.ceo_message span {
  font-size: 16px;
}
.ceo_video {
  background: #262a3a url("../images/about-safe/ceo.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  flex: 0 0 50%;
  position: relative;
}
.ceo_video .play {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #bd9a5f;
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.ceo_video .play::after {
  content: "";
  opacity: 1;
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  border-radius: 50%;
  border: 2px solid #bd9a5f;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
}
.ceo_video .play:hover {
  width: 122px;
  height: 122px;
}
.ceo_video .play:hover::after {
  height: 150px;
  width: 150px;
  opacity: 0;
}

.video-overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.video-overlay .video-player {
  display: flex;
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  background-color: #000;
}
.video-overlay .close {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 48px;
  right: 48px;
}

.Consultancy-header {
  background-image: linear-gradient(270deg, #2529380D 0%, #1C1F2AF7 100%), url("../images/training/Consultncy-&-Avisory--Homepage.jpg");
}

.Consultancy_env {
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
  width: 100%;
  padding: 100px 0;
}
.Consultancy_env h2 {
  color: #1c1f2a;
  margin-bottom: 80px;
}
.Consultancy_env--content {
  display: flex;
  flex-direction: column;
}
.Consultancy_env--content-item {
  display: flex;
}
.Consultancy_env--content-item:not(:last-child) {
  margin-bottom: 44px;
}
.Consultancy_env--content-item img {
  margin-right: 24px;
  height: 50px;
}
.Consultancy_env--content-item p {
  margin: 0;
  margin-top: 0;
  color: #666666;
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 1px;
  font-family: "Meduim", sans-serif;
}
.Consultancy_env--title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 320px;
  width: 320px;
  background-image: url("../images/solutions/sec-pattern-circl.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.Consultancy_env--title h3 {
  color: #bd9a5f;
  font-size: 36px;
  text-align: center;
  font-family: "Medium";
  line-height: 44px;
  letter-spacing: 3.6px;
  margin: 0;
}
.Consultancy_core {
  overflow: hidden;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
  width: 100%;
  padding: 150px 0;
  position: relative;
  background-image: url("../images/solutions/core-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.Consultancy_core .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  left: 0;
  background: #141721 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.84;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  width: 100%;
  height: 100%;
}
.Consultancy_core h2 {
  color: #1c1f2a;
  margin-bottom: 80px;
}
.Consultancy_core--content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Consultancy_core--content-item {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  flex: 0 calc(33.33% - 15px);
  justify-content: center;
  align-items: center;
  background: transparent linear-gradient(181deg, rgba(189, 154, 95, 0.4), rgba(28, 31, 42, 0.4)) 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 25px #1C1F2A52;
  border-radius: 5px;
  margin-bottom: 24px;
  transition: all 0.4s ease-in-out;
}
.Consultancy_core--content-item:hover {
  background: transparent linear-gradient(181deg, rgba(189, 154, 95, 0.8), rgba(28, 31, 42, 0.8)) 0% 0% no-repeat padding-box;
}
.Consultancy_core--content-item:hover p {
  color: #bd9a5f !important;
}
.Consultancy_core--content-item.lg-card {
  flex: 0 calc(50% - 15px);
}
.Consultancy_core--content-item img {
  margin-bottom: 12px;
  height: 48px;
}
.Consultancy_core--content-item p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-family: "Medium", sans-serif;
  text-align: center;
}
.Consultancy_core--title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 320px;
  width: 320px;
  background-image: url("../images/solutions/sec-pattern-circl-dark.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 32px;
}
.Consultancy_core--title h3 {
  color: #bd9a5f;
  font-size: 36px;
  text-align: left;
  font-family: "Medium";
  line-height: 44px;
  letter-spacing: 3.6px;
  margin: 0;
}
.Consultancy_approaches {
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
  width: 100%;
  padding: 100px 0;
}
.Consultancy_approaches--p {
  font-size: 24px;
  color: #1c1f2a;
  line-height: 1.2;
  font-family: "Medium", sans-serif;
}
.Consultancy_approaches--cycle {
  width: 850px;
}
.Consultancy_approaches--content {
  display: flex;
  flex-direction: column;
}
.Consultancy_approaches--content-item {
  display: flex;
}
.Consultancy_approaches--content-item:not(:last-child) {
  margin-bottom: 44px;
}
.Consultancy_approaches--content-item img {
  margin-right: 24px;
  height: 50px;
}
.Consultancy_approaches--content-item p {
  margin: 0;
  margin-top: 12px;
  color: #666666;
  font-size: 20px;
  line-height: 1.2;
  font-family: "Meduim", sans-serif;
}
.Consultancy_approaches--title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 320px;
  width: 320px;
  background-image: url("../images/solutions/sec-pattern-circl.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.Consultancy_approaches--title h3 {
  color: #bd9a5f;
  font-size: 36px;
  text-align: center;
  font-family: "Medium";
  line-height: 44px;
  letter-spacing: 3.6px;
  margin: 0;
}
.Consultancy_services {
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  padding: 135px 0;
  position: relative;
  margin-top: -24px;
  z-index: 1;
  background-image: url("../images/solutions/services-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.Consultancy_services .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  left: 0;
  background: #141721 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.84;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.Consultancy_services .container {
  z-index: 2;
  position: relative;
}
.Consultancy_services h2 {
  margin-bottom: 80px !important;
}
.Consultancy_services--content-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #bd9a5f;
  align-items: center;
  height: 250px;
  width: 250px;
  border-radius: 50%;
  padding: 12px;
  transition: all 0.3s ease-in-out;
}
.Consultancy_services--content-item svg {
  margin-bottom: 12px;
  width: 56px;
}
.Consultancy_services--content-item p {
  margin: 0;
  color: #1c1f2a;
  font-size: 22px;
  line-height: 1.6;
  font-family: "Medium", sans-serif;
  text-align: center;
  min-height: 105px;
}
.Consultancy_services--content-item:hover {
  color: #fff;
  background-color: #1c1f2a;
}
.Consultancy_services--content-item:hover svg {
  fill: #fff;
}
.Consultancy_services--content-item:hover svg g, .Consultancy_services--content-item:hover svg path {
  fill: #fff;
}
.Consultancy_services--content-item:hover svg #government path {
  stroke: #1c1f2a;
}
.Consultancy_services--content-item:hover p {
  color: #fff;
}
.Consultancy_services--title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 320px;
  width: 320px;
  background-image: url("../images/solutions/sec-pattern-circl-dark.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 32px;
}
.Consultancy_services--title h3 {
  color: #bd9a5f;
  font-size: 36px;
  text-align: left;
  font-family: "Medium";
  line-height: 44px;
  letter-spacing: 3.6px;
  margin: 0;
}

.command_header {
  background-image: linear-gradient(270deg, #2529380D 0%, #1C1F2AF7 100%), url("../images/training/Command-and-Control-Center-Homeepage.jpg");
}

.command_body {
  z-index: 2;
}
.command_body--sections {
  box-shadow: 0 3px 28px rgba(0, 0, 0, 0.16);
}
.command_body h2 {
  letter-spacing: 1.6px !important;
  margin-bottom: 80px;
}
.command_body--obex {
  background: #1C1F2A url("../images/pattern.svg");
  background-position: bottom;
  padding: 150px 0 180px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.command_body--obex-services h3 {
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-family: "Medium", sans-serif;
  margin-bottom: 60px;
  letter-spacing: 3px;
}
.command_body--obex-services-items {
  display: flex;
  padding: 0 24px;
  justify-content: space-between;
}
.command_body--obex-services-items-item {
  display: flex;
  align-items: center;
}
.command_body--obex-services-items-item .circles {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #bd9a5f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.command_body--obex-services-items-item .circles img {
  transition: 0.4s;
  width: 1px;
  height: 1px;
}
.command_body--obex-services-items-item p {
  font-family: "Medium", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #bd9a5f;
  margin: 0;
  line-height: 1;
}
.command_body--obex-services-items-item:hover .circles img {
  width: 40px !important;
  height: 40px !important;
  max-width: 40px;
  max-height: 40px;
}
.command_body--features {
  padding: 65px 0 70px 0;
  background-color: #fff;
}
.command_body--features--cards {
  padding: 0px 12px;
}
.command_body--features--cards-card {
  background: #1C1F2A url("../images/solutions/rec-sec-pattern.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 45px 8px 20px 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}
.command_body--features--cards-card img {
  height: 50px;
  margin-bottom: 24px;
}
.command_body--features--cards-card p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: "Medium", sans-serif;
  line-height: 1.5;
  height: 100%;
  margin: 0;
}
.command_body--smart {
  background-color: #1C1F2A;
}
.command_body--smart-box {
  padding: 50px 0 20px 0;
}
.command_body--smart-box div[class^=col-], .command_body--smart-box div[class^=col-] {
  padding: 0 !important;
}
.command_body--smart-box-gurdian img {
  height: 700px;
  max-height: 700px;
}
.command_body--smart-box-content {
  padding-right: 30px;
  padding-bottom: 50px;
  position: relative;
}
.command_body--smart-box-content img.icon {
  margin-bottom: 24px;
  height: 75px;
}
.command_body--smart-box-content .bg-pattern {
  mix-blend-mode: overlay;
  -webkit-mix-blend-mode: overlay;
  position: absolute;
  right: -20px;
  top: 40px;
  width: 400px;
  height: 400px;
}
.command_body--smart-box-content p {
  color: #fff;
  font-size: 24px;
  font-family: "Medium", sans-serif;
  line-height: 1.5;
  height: 100%;
  margin: 0;
  font-family: "Regular";
}
.command_body--smart-box-content p span.color {
    display: block;
    color: #bd9a5f;
    font-family: "Bold";
}
.command_body--contactUs {
  position: relative;
  padding: 80px 0 130px 0;
  background-image: url("../images/solutions/contact-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.command_body--contactUs .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  left: 0;
  background: #141721 0% 0% no-repeat padding-box;
  mix-blend-mode: normal;
  opacity: 0.9;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  width: 100%;
  height: 100%;
  z-index: 0;
}
.command_body--contactUs-heading {
  font-size: 28px;
  color: #fff;
  text-align: center;
  font-family: "Bold", sans-serif;
  margin-bottom: 46px;
  z-index: 2;
}
.command_body--contactUs a {
  display: inline-block;
}

@keyframes values {
  0% {
    top: 0;
    left: 0;
    opacity: 0;
  }
  100% {
    top: calc(100% + 55px);
    left: 0;
    opacity: 1;
  }
}
/* 

layout compenets

*/
.solutions_header {
  height: 100vh;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.solutions_header h1 {
  margin-bottom: 44px;
}
.solutions_header .heading-subtitle {
  color: #fff;
  font-family: "light";
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 24px;
}
.solutions_header .description {
  font-family: "Regular";
  color: #fff;
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 1px;
}
.solutions_header .description-light {
  font-family: "light";
}
.solutions_sub--heading {
  color: #bd9a5f;
  text-align: center;
  margin-bottom: 24px;
  letter-spacing: 3.6px;
  font-size: 35px;
  font-family: "Medium", sans-serif;
}

.top-up-card {
  position: relative;
  margin-top: -45px;
  z-index: 2;
}

.testimonials {
  overflow: hidden;
  width: 100%;
  padding: 61px 0 54px;
  position: relative;
  z-index: 1;
  background-image: url("../images/solutions/testimonials-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonials .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  left: 0;
  background: rgba(37, 41, 56, 0.9) 0% 0% no-repeat padding-box;
  opacity: 1;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(50px);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.testimonials .overlay-right, .testimonials .overlay-left {
  position: absolute;
  height: 180px;
  opacity: 0.8;
}
.testimonials .overlay-right {
  right: 180px;
  top: 80px;
}
.testimonials .overlay-left {
  left: 180px;
  bottom: 80px;
  transform: rotate(-180deg);
}
.testimonials h2 {
  color: #bd9a5f;
  text-align: center;
  margin-bottom: 24px;
  letter-spacing: 3.6px;
  font-size: 40px;
  font-family: "Medium", sans-serif;
}
.testimonials .container {
  z-index: 2;
  position: relative;
}
.testimonials-slider-body {
  padding: 48px;
  color: #fff;
}
.testimonials-slider-body .item {
  color: #fff;
}
.testimonials-slider-body .item-box-text {
  margin-bottom: 109px;
  font-size: 21px;
  font-family: "Medium", sans-serif;
  text-align: justify;
  min-height: 124px;
}
.testimonials-slider-body .item-box-text span {
  font-size: 35px;
  line-height: 21px;
}
.testimonials-slider-body .item-box-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.testimonials-slider-body .item-box-info-avi {
  width: 75px !important;
  height: 75px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 6px 15px #1C1F2A03;
  margin-bottom: 20px;
}
.testimonials-slider-body .item-box-info-name {
  font-size: 18px;
  font-family: "Regular", sans-serif;
  margin-bottom: 8px;
}
.testimonials-slider-body .item-box-info-title {
  font-size: 14px;
  font-family: "Regular", sans-serif;
  opacity: 0.5;
  margin-bottom: 23px;
}
.testimonials-slider-body .owl-nav {
  margin: 0 !important;
  padding: 0 !important;
  max-height: 30px;
}
.testimonials-slider-body .owl-nav :focus {
  outline: none !important;
}
.testimonials-slider-body .owl-nav[class*=owl-]:hover {
  background: none !important;
}
.testimonials-slider-body .owl-nav .owl-prev,
.testimonials-slider-body .owl-nav .owl-next {
  width: 25px;
}
.testimonials-slider-body .owl-nav button {
  font-size: 30px !important;
  margin-top: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px !important;
}
.testimonials-slider-body .owl-nav button span {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 30px;
}
.testimonials-slider-body .owl-dots {
  padding-top: 25px;
}
.testimonials-slider-body .owl-dots .owl-dot.active span {
  background-color: #bd9a5f;
}
.testimonials-slider-body .owl-dots .owl-dot span {
  background-color: #FFFFFF;
}
.testimonials-slider-body .owl-dots .owl-dot span:hover {
  opacity: 0.8;
}
.testimonials-slider-body .owl-dots .owl-dot:focus {
  outline: none;
}
.testimonials .owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: #FFF;
  text-decoration: none;
}

.top-up- {
  margin-top: -30px;
  z-index: -1;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1660px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

body {
  font-family: "Regular";
  background-color: #f5f5f5;
}

html {
  scroll-behavior: smooth;
}

/*
******** start banner slider video
***************************
*/
.silderBanner {
  position: relative;
}
.silderBanner .boxVideo {
  height: 100%;
}
.silderBanner .boxVideo img {
  width: 100%;
  height: 100%;
}
.silderBanner .overLay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/menu/overlay.svg);
  background-color: #201f2a82;
  background-size: cover;
}
.silderBanner .scrollDown {
  position: absolute;
  bottom: 42px;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
}
.silderBanner .scrollDown a img {
  width: 18px;
}
.silderBanner .scrollDown::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 5px;
  background: #ffffff;
  bottom: 7px;
  left: 8px;
  animation: scrollDown 1s linear infinite 2s;
}
.silderBanner .testSlider {
  position: absolute;
  top: 60%;
  transform: translate(183px, -50%);
  display: flex;
  align-items: center;
}
.silderBanner .testSlider .boxTest {
  width: 50%;
  position: relative;
}
.silderBanner .testSlider .boxTest h2 {
  margin: 0;
  font-size: 45px;
  color: #fff;
  font-family: "Bold";
  letter-spacing: 3px;
  line-height: 65px;
}
.silderBanner .testSlider .boxTest p {
  margin: 0 0 25px 0;
  font-size: 18px;
  color: #fff;
  font-family: "Regular";
  letter-spacing: 1px;
}
.silderBanner .testSlider .boxTest a {
  font-size: 16px;
  border: 1px solid #bd9a5f;
  color: #fff;
  padding: 12px 35px;
  font-family: "Regular";
  display: inline-block;
  text-decoration: none;
  min-width: 166px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-transform: uppercase;
}
.silderBanner .testSlider .boxTest a:hover {
  background-color: #bd9a5f;
  color: #fff;
  transition: 0.75s;
}
.silderBanner .testSlider .boxTest .ForArrows {
  position: absolute;
  bottom: -60px;
  left: -4px;
}
.silderBanner .testSlider .boxTest .ForArrows .swiper-button-next {
  right: -90px;
}
.silderBanner .testSlider .boxTest .ForArrows .swiper-button-next:after,
.silderBanner .testSlider .boxTest .ForArrows .swiper-button-prev:after {
  color: #fff;
  font-size: 20px;
  border: 1px solid #fff;
  padding: 3px 13px;
}
.silderBanner .testSlider .boxBlay {
  margin-left: 100px;
}
.silderBanner .testSlider .boxBlay a {
  display: flex;
  border: 1px solid #bd9a5f;
  border-radius: 50%;
  padding: 14px;
}
.silderBanner .testSlider .boxBlay a:hover {
  transform: scale(1.3);
  border: 1px solid transparent;
  transition: 0.75s;
}
.silderBanner .ForArrow {
  position: relative;
  top: -180px;
}

.silderBanner .swiper-container {
  width: 100%;
  height: 100vh;
}

.silderBanner .swiper-slide {
  overflow: hidden;
}

.silderBanner video {
  margin-left: calc((100vw - (100vh * 1.7)) / 2);
  margin-right: calc((100vw - (100vh * 1.7)) / 2);
  min-height: 100vh;
  min-width: 100vw;
}

@media (min-aspect-ratio: 16/9) {
  .silderBanner video {
    margin-left: 0;
  }
}
/* **********************************************************************  END */
/*
  ******** start about us
  ***************************
  */
.aboutUs {
  display: flex;
  align-items: center;
  max-height: 780px;
  background-color: #262a3a;
  overflow: hidden;
}
.aboutUs .aboutTextBox {
  width: 50%;
}
.aboutUs .aboutTextBox .boxInner {
  max-width: 700px;
  float: right;
  padding-right: 1%;
  margin-right: 20px;
}
.aboutUs .aboutTextBox .boxInner h3 {
  padding: 51px 0 21px 0;
}
.aboutUs .aboutTextBox .boxInner p {
  padding-bottom: 58px;
  font-size: 18px;
}
.aboutUs .aboutImgBox {
  width: 50%;
}
.aboutUs .aboutImgBox img {
  width: 100%;
}

/* **********************************************************************  END */
/*
  ******** start Solutions section
  ***************************
  */
.SolutionsSec {
  padding: 48px 0 61px;
  position: relative;
}
.SolutionsSec::after {
  position: absolute;
  content: "";
  background-color: #e8e8e8;
  width: 100%;
  height: 50%;
  bottom: 0;
}
.SolutionsSec .forTranslate {
  transform: unset !important;
}
.SolutionsSec .headerSlu {
  text-align: center;
}
.SolutionsSec .headerSlu h2 {
  color: #1c1f2a;
}
.SolutionsSec .headerSlu p {
  color: #666666;
  padding: 30px 0 80px;
}
.SolutionsSec .swiper-slide {
  position: unset;
  min-height: 420px;
}
.SolutionsSec .swiper-slide .hideBox {
  visibility: hidden;
  height: 0;
}
.SolutionsSec .swiper-slide .boxHover {
  background: #fff;
}
.SolutionsSec .swiper-slide .boxHover .TextHover .closeBtnMin {
  display: none;
}
.SolutionsSec .swiper-slide .boxHover .TextHover h2 {
  font-size: 30px;
  color: #1c1f2a;
  padding: 30px;
  text-align: left;
  min-height: 140px;
  font-family: "Bold";
}
.SolutionsSec .swiper-slide .boxHover.s {
  position: absolute;
  background: #fff;
  width: 100% !important;
  height: 100%;
  z-index: 9999;
  left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.5);
}
.SolutionsSec .swiper-slide .boxHover.s .TextHover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
  padding-left: 105px;
  padding-right: 80px;
}
.SolutionsSec .swiper-slide .boxHover.s .TextHover .closeBtnMin {
  display: flex;
  position: absolute;
  top: 30px;
  right: 30px;
}
.SolutionsSec .swiper-slide .boxHover.s .ImgHover img {
  width: 100%;
  max-height: 428px;
  object-fit: fill;
}
.SolutionsSec .swiper-slide .boxHover.s .TextHover h2 {
  width: 264px !important;
  padding-bottom: 20px !important;
  min-height: unset;
}
.SolutionsSec .swiper-slide .boxHover.s .TextHover .hideBox {
  margin: 0 30px;
}
.SolutionsSec .swiper-slide .boxHover.s .TextHover .hideBox p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-family: "Regular";
  margin: 0;
  color: #757679;
}
.SolutionsSec .swiper-slide .boxHover.s .TextHover .hideBox a {
  font-size: 16px;
  border: 1px solid #bd9a5f;
  color: #fff;
  padding: 12px 35px;
  font-family: "Regular";
  display: inline-block;
  text-decoration: none;
  min-width: 150px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #bd9a5f;
  padding: 12px 30px;
  margin-top: 20px;
}
.SolutionsSec .swiper-slide .boxHover.s .TextHover .hideBox a:hover {
  background-color: #bd9a5f;
  color: #fff;
  transition: 0.75s;
}
.SolutionsSec .swiper-slide .boxHover.s .hideBox {
  visibility: visible;
  height: auto;
}
.SolutionsSec .swiper-solutions .swiper-wrapper > .swiper-slide-active .boxHover.s .TextHover h2 {
  animation: sliderMove1 0.5s alternate forwards;
}
.SolutionsSec .swiper-solutions .swiper-wrapper > .swiper-slide-active + div .boxHover.s .TextHover h2 {
  animation: sliderMove2 0.5s alternate forwards;
}
.SolutionsSec .swiper-solutions .swiper-wrapper > .swiper-slide-active + div + div .boxHover.s .TextHover h2 {
  animation: sliderMove3 0.5s alternate forwards;
}
.SolutionsSec .swiper-solutions .swiper-wrapper > .swiper-slide-active + div + div + div .boxHover.s .TextHover h2 {
  animation: sliderMove4 0.5s alternate forwards;
}
.SolutionsSec .swiper-solutionsCutom .swiper-button-prev-unique,
.SolutionsSec .swiper-solutionsCutom .swiper-button-next-unique {
  background: #fff;
  width: 40px;
  height: 40px;
  top: 39%;
  position: absolute;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.SolutionsSec .swiper-solutionsCutom .swiper-button-prev-unique {
  left: -40px;
}
.SolutionsSec .swiper-solutionsCutom .swiper-button-next-unique {
  right: -40px;
}
.SolutionsSec .swiper-solutionsCutom .swiper-button-prev-unique i,
.SolutionsSec .swiper-solutionsCutom .swiper-button-next-unique i {
  color: #1c1f2a;
  font-size: 30px;
}
.SolutionsSec .swiper-solutionsCutom .swiper-button-disabled {
  display: none;
}
.SolutionsSec .swiper-solutionsCutom .visibiltyHiden {
  visibility: hidden;
}

/* **********************************************************************  END */
/*
  ******** start join safe
  ***************************
  */
.joinSafe {
  background-image: url(../images/map/joinImg.png);
  text-align: center;
}
.joinSafe .boxText {
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.joinSafe .boxText h3 {
  color: #bd9a5f;
  letter-spacing: 3px;
  font-family: "Medium";
}
.joinSafe .boxText p {
  padding: 27px 0 45px;
  width: 83%;
  margin: 0 auto;
  font-size: 25px;
}
.joinSafe .boxText a {
  font-size: 16px;
  border: 1px solid #bd9a5f;
  color: #fff;
  padding: 12px 35px;
  font-family: "Regular";
  display: inline-block;
  text-decoration: none;
  min-width: 166px;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 270px;
  margin: 0 auto;
  color: #bd9a5f;
  font-size: 18px;
}
.joinSafe .boxText a:hover {
  background-color: #bd9a5f;
  color: #fff;
  transition: 0.75s;
}

/* ******

  /*
  ******** start Social Media
  ***************************
  */
.SocialMedia {
  padding: 95px 0 108px;
  width: 55%;
  margin: 0 auto;
}
.SocialMedia h2 {
  font-size: 18px;
  margin-bottom: 0;
  font-family: "Bold";
  color: #bd9a5f;
  margin-bottom: 28px;
}
.SocialMedia .boxMedia {
  display: flex;
  align-items: center;
}
.SocialMedia .boxMedia .logoMedia img {
  transform: translateX(-24px);
}
.SocialMedia .boxMedia .commentMedia i {
  color: #5b7083;
  font-size: 23px;
}
.SocialMedia .boxMedia .commentMedia > i {
  color: #1da1f2;
}
.SocialMedia .boxMedia .commentMedia p {
  font-size: 16px;
  font-family: "Regular";
  color: #666666;
  padding: 6px 0 0px;
}
.SocialMedia .boxMedia .commentMedia p a {
  color: #1da1f2;
}
.SocialMedia .boxMedia .commentMedia .timeLine {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.SocialMedia .boxMedia .commentMedia .timeLine .liked {
  display: flex;
}
.SocialMedia .boxMedia .commentMedia .timeLine .liked a:first-of-type {
  margin-right: 30px;
}
.SocialMedia .boxMedia .commentMedia .timeLine .liked a img {
  width: 20px;
  margin-top: -3px;
}
.SocialMedia .swiper-pagination-bullets {
  bottom: -3px;
}
.SocialMedia .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #848484;
}
.SocialMedia .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #bd9a5f;
}

/* **********************************************************************  END */
/*
  ******** start selector
  ***************************
  */
.selectorSec {
  background-color: #fff;
  padding: 78px 0 295px;
  overflow: hidden;
  position: relative;
  transition: all 1s;
}
.selectorSec .mainBox h2 {
  color: #1c1f2a;
  text-align: center;
  margin-bottom: 164px;
  font-family: "Medium";
}
.selectorSec .mainBox .boxRow4 {
  display: flex;
  justify-content: center;
  max-width: 1660px;
  margin: 0 auto;
  justify-content: space-between;
}
.selectorSec .mainBox .boxRow4.boxRow2 {
  max-width: 517px;
  padding-top: 138px;
  margin: 0 auto;
  justify-content: space-between;
  width: 73%;
  display: none;
}
.selectorSec .mainBox .boxRow4 .showBx .intState {
  width: 185px;
  height: 185px;
  background: #1c1f2a;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
.selectorSec .mainBox .boxRow4 .showBx p {
  padding-top: 14px;
  font-size: 16px;
  text-align: center;
  font-family: "light";
  line-height: normal;
  line-height: normal;
  text-transform: uppercase;
}
.selectorSec .mainBox .boxRow4 .showBx.modelCum {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  transition: width 1s linear;
  background: #fff;
  z-index: 9;
}
.selectorSec .mainBox .boxRow4 .showBx.modelCum .hideBX {
  height: 100%;
}
.selectorSec .mainBox .boxRow4 .showBx.modelCum .hideBX a {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  background: #1c1f2a;
  opacity: 1;
}
.selectorSec .mainBox .boxRow4 .showBx.modelCum .hideBX .Img {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.selectorSec .mainBox .boxRow4 .showBx.modelCum .hideBX .Img img {
  opacity: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0%;
  animation: selector 0.75s alternate backwards ease-in;
}
.selectorSec .mainBox .boxRow4 .showBx.modelCum .hideBX .prag {
  opacity: 1;
  height: 100%;
  width: 100%;
  padding: 0 22px 0 88px;
}
.selectorSec .mainBox .boxRow4 .showBx.modelCum .hideBX .prag p {
  margin-top: 277px;
  color: #1c1f2a;
  text-align: left;
  font-family: "light";
}
.selectorSec .mainBox .boxRow4 .showBx.modelCum .intState {
  position: absolute;
  width: auto;
  height: 200px;
  top: 40px;
  transition: top 1s linear;
  left: 84px;
  background: unset;
  align-items: self-end;
}
.selectorSec .mainBox .boxRow4 .showBx.modelCum .intState p {
  font-size: 50px;
  color: #1c1f2a;
  text-align: left;
  font-family: "light";
  letter-spacing: 2px;
  line-height: 1;
}
.selectorSec .mainBox .boxRow4 .hideBX {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  visibility: visible;
  background-color: #fff;
}
.selectorSec .mainBox .boxRow4 .hideBX a {
  grid-column: 1/-1;
  opacity: 0;
  height: 0;
  width: 0;
}
.selectorSec .mainBox .boxRow4 .hideBX .prag {
  opacity: 0;
  height: 0;
  width: 0;
}
.selectorSec .mainBox .boxRow4 .hideBX .Img img {
  opacity: 0;
  height: 0;
  width: 0;
  display: block;
}
.selectorSec.spmarCities, .selectorSec.Airports, .selectorSec.Governmental, .selectorSec.Commercial, .selectorSec.residential, .selectorSec.SportsMass {
  background-repeat: no-repeat;
  background-size: cover;
}
.selectorSec.spmarCities .mainBox > h2, .selectorSec.Airports .mainBox > h2, .selectorSec.Governmental .mainBox > h2, .selectorSec.Commercial .mainBox > h2, .selectorSec.residential .mainBox > h2, .selectorSec.SportsMass .mainBox > h2 {
  color: #fff;
}
.selectorSec.spmarCities {
  background-image: url(../images/selectors/selecImg1.png);
}
.selectorSec.Airports {
  background-image: url(../images/aboutAndSolutions/servImg1.png);
}
.selectorSec.Governmental {
  background-image: url(../images/aboutAndSolutions/servImg2.png);
}
.selectorSec.Commercial {
  background-image: url(../images/aboutAndSolutions/servImg3.png);
}
.selectorSec.residential {
  background-image: url(../images/aboutAndSolutions/servImg3.png);
}
.selectorSec.SportsMass {
  background-image: url(../images/aboutAndSolutions/servImg4.png);
}
.selectorSec .changeColors.intState {
  background: #fff !important;
}
.selectorSec .changeColors.intState p {
  color: #666666 !important;
}

.Airports.fire,
.spmarCities.fire {
  transition: animation 3s;
  animation: myship 1s alternate forwards;
}

.Governmental.fire,
.residential.fire {
  transition: animation 3s;
  animation: myship2 1s alternate forwards;
}

.Commercial.fire,
.SportsMass.fire {
  transition: animation 3s;
  animation: myship33 1s alternate forwards;
}

.selectorSec .showBx .intState.changeColors img {
  filter: unset !important;
}

.selectorSec .showBx:not(.modelCum) .intState img {
  filter: hue-rotate(40deg) saturate(0.5) brightness(390%) saturate(4);
}

/* **********************************************************************  END */
/*
  ******** start map
  ***************************
  */
.mapSection {
  background-image: url(../images/map/mapBG.png);
  background-color: #1c1f2a;
  min-height: 863px;
  padding: 99px 0 60px;
}
.mapSection h2 {
  margin-bottom: 60px;
  text-align: center;
  font-family: "Medium";
}
.mapSection .mapImg {
  height: 460px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}
.mapSection .mapImg .egle img:first-of-type {
  position: relative;
  z-index: 9;
}
.mapSection .mapImg .egle img:last-of-type {
  position: absolute;
  left: 0;
  top: -26px;
  animation: circles 0.9s infinite forwards;
}
.mapSection .mapImg .egle:hover::after, .mapSection .mapImg .egle:hover::before {
  transition: 0.5s;
  transform: scale(1.5);
  opacity: 0;
}
.mapSection .mapImg.Northern {
  background-image: url(../images/map/north1.svg);
}
.mapSection .mapImg.Northern .egle {
  position: absolute;
  top: 0%;
  left: 30%;
}
.mapSection .mapImg.Central {
  background-image: url(../images/map/center1.svg);
}
.mapSection .mapImg.Central .egle {
  position: absolute;
  top: 25%;
  left: 46%;
}
.mapSection .mapImg.Southern {
  background-image: url(../images/map/last.svg);
}
.mapSection .mapImg.Southern .egle {
  position: absolute;
  bottom: 23%;
  right: 38%;
}
.mapSection .mapImg.Western {
  background-image: url(../images/map/westren.svg);
}
.mapSection .mapImg.Western .egle {
  position: absolute;
  top: 35%;
  left: 37%;
}
.mapSection .mapImg.Eastern {
  background-image: url(../images/map/estern.svg);
}
.mapSection .mapImg.Eastern .egle {
  position: absolute;
  top: 25%;
  left: 61%;
}
.mapSection .btns {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}
.mapSection .btns a {
  font-size: 16px;
  border: 1px solid #bd9a5f;
  color: #fff;
  padding: 12px 35px;
  font-family: "Regular";
  display: inline-block;
  text-decoration: none;
  min-width: 150px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  padding: 15px 18px;
  width: 17%;
}
.mapSection .btns a:hover {
  background-color: #bd9a5f;
  color: #fff;
  transition: 0.75s;
}
.mapSection .btns a.activeMap {
  background-color: #bd9a5f;
}
.mapSection .btns a:hover:not(.activeMap) {
  background-color: transparent;
  color: #bd9a5f;
  transform: scale(1.1);
  transition: 0.5s;
}

/* **********************************************************************  END */
/*
  ******** contact us page
  ***************************
  */
.innerPages:not(.stickyScroll) {
  background: #1c1f2a;
  position: relative;
}

.scrollMap {
  display: grid;
  grid-template-columns: 4fr 5fr;
}
.scrollMap .mapScroll {
  /* Track */
  /* Handle */
  /* Handle on hover */
  height: 720px;
  overflow-x: auto;
}
.scrollMap .mapScroll::-webkit-scrollbar {
  width: 3px;
}
.scrollMap .mapScroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.scrollMap .mapScroll::-webkit-scrollbar-thumb {
  background: #888;
}
.scrollMap .mapScroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.scrollMap .mapScroll img {
  height: 100%;
  object-fit: fill;
}
.scrollMap .contactDiv {
  background: #252938;
  background-image: url(../images/pattern.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 135px;
  margin-bottom: 0;
}
.scrollMap .contactDiv .linksFooter {
  margin: 0;
}
.scrollMap .contactDiv .linksFooter li:first-of-type {
  margin-bottom: 44px;
  letter-spacing: 3px;
}
.scrollMap .contactDiv .linksFooter li a {
  font-size: 20px;
  margin-bottom: 24px;
  display: block;
  font-family: "Regular";
  color: #fff;
}
.scrollMap .contactDiv .linksFooter li a img {
  margin-right: 6px;
}
.scrollMap .contactDiv .linksFooter li a:hover {
  text-decoration: none;
}

.contactMap {
  background-image: url("../images/blurredbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 134px;
  margin-top: -45px;
}
.contactMap .container .row > .boxForm {
  padding: 0 40px 78px 40px;
  background: #fff;
  flex: 0 0 68%;
  max-width: 68%;
  margin: 0 auto;
  box-shadow: 0px 15px 25px rgba(28, 31, 42, 0.2);
  border-top: 5px solid #bd9a5f;
  border-radius: 8px;
}
.contactMap .container .row > .boxForm h2 {
  margin: 37px 0 54px 0 !important;
  letter-spacing: 3px;
}
.contactMap .container .row > .boxForm .formGroup {
  margin-bottom: 30px;
}
.contactMap .container .row > .boxForm .formGroup label {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 3px;
  font-family: "Medium", sans-serif;
  color: #1C1F2A;
}
.contactMap .container .row > .boxForm .formGroup label span {
  color: #D5313A;
}
.contactMap .container .row > .boxForm button {
  border: none;
  outline: none;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  font-family: "Regular", sans-serif;
  padding: 17px 60px;
  background-color: #bd9a5f;
  text-transform: uppercase;
  line-height: 1;
  transition: background 0.3s ease-in-out;
}
.contactMap .container .row > .boxForm button:hover {
  background-color: #A4834A;
}

/* **********************************************************************  END */
/*
  ******** start careers
  ***************************
  */
.innerBanner {
  background-image: url(../images/careersAndFromInputs/creersImg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 860px;
  display: flex;
  align-items: center;
  position: relative;
}
.innerBanner .overLayInnerBanner {
  background: #252938;
  background: -moz-linear-gradient(77deg, #252938 9%, rgba(37, 41, 56, 0.2973564426) 98%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(77deg, #252938 9%, rgba(37, 41, 56, 0.2973564426) 98%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(77deg, #252938 9%, rgba(37, 41, 56, 0.2973564426) 98%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#252938",endColorstr="#ffffff",GradientType=1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.innerBanner .textBN {
  width: 70%;
}
.innerBanner .textBN span {
  color: #fff;
  text-transform: uppercase;
}
.innerBanner .textBN p {
  padding: 42px 0 17px;
  width: 78%;
}
.innerBanner .textBN a {
  font-size: 16px;
  border: 1px solid #bd9a5f;
  color: #fff;
  padding: 12px 35px;
  font-family: "Regular";
  display: inline-block;
  text-decoration: none;
  min-width: 141px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
}
.innerBanner .textBN a:hover {
  background-color: #bd9a5f;
  color: #fff;
  transition: 0.75s;
}

.applyNow {
  padding: 65px 0 69px;
}
.applyNow .applySection {
  width: 56%;
  text-align: center;
  margin: 0 auto;
}
.applyNow .applySection p {
  color: #696a6e;
  padding-top: 34px;
}

.formTabsCarees {
  background-image: url(../images/careersAndFromInputs/BGForm.jpg);
  background-size: cover;
}
.formTabsCarees * {
  letter-spacing: 2px;
}
.formTabsCarees .TabsCR {
  padding: 48px 10% 38px;
}
.formTabsCarees .TabsCR .nav-tabs .nav-item:first-of-type a {
  border-radius: 8px 0 0px 0;
}
.formTabsCarees .TabsCR .nav-tabs .nav-item:last-of-type a {
  border-radius: 0 8px 0 0;
}
.formTabsCarees .TabsCR .nav-tabs .nav-link {
  padding: 13px 30px;
  background: #666967;
  color: #fff;
}
.formTabsCarees .TabsCR .nav-tabs .nav-link.active {
  background: #bd9a5f;
  border: 1px solid #bd9a5f;
}
.formTabsCarees .TabsCR .nav-tabs .nav-link:hover {
  border: 1px solid #66696700;
}
.formTabsCarees .TabsCR .tab-content {
  background: #fff;
  border-top: 5px solid #bd9a5f;
  padding: 36px 29px;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.4);
}
.formTabsCarees .TabsCR .tab-content .formGroup {
  padding-bottom: 24px;
}
.formTabsCarees .TabsCR .tab-content .formGroup.HeightInput, .formTabsCarees .TabsCR .tab-content .formGroup.WightInput {
  position: relative;
}
.formTabsCarees .TabsCR .tab-content .formGroup.HeightInput::after, .formTabsCarees .TabsCR .tab-content .formGroup.WightInput::after {
  position: absolute;
  content: "Kg";
  width: 20px;
  height: 20px;
  right: 20px;
  bottom: 40px;
  color: #1c1f2a;
  font-size: 16px;
  font-family: "Medium";
}
.formTabsCarees .TabsCR .tab-content .formGroup.HeightInput::after {
  content: "CM";
}
.formTabsCarees .TabsCR button {
  border: 2px solid #fff;
  height: 50px;
  width: 170px;
  background-color: #bd9a5f;
  color: #fff;
}

/*
  ******** start solutions page
  ***************************
*/
.services {
  background-image: url(../images/training/SecuritySolutions-Homepage.jpg);
}

.SmartGuardians .SmartGuardiansBG {
  min-height: 1100px;
  background-color: #262a3a;
}
.SmartGuardians .SmartGuardiansBG h3 {
  margin-bottom: 230px;
  text-align: center;
  padding-top: 88px;
  font-size: 35px;
}
.SmartGuardians .SmartGuardiansBG .hoverManSection {
  text-align: center;
  position: relative;
  width: 265px;
  margin: 0 auto;
}
.SmartGuardians .SmartGuardiansBG .hoverManSection .topSer {
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
}
.SmartGuardians .SmartGuardiansBG .hoverManSection .rightSev2 {
  position: absolute;
  top: 95px;
  left: 257px;
}
.SmartGuardians .SmartGuardiansBG .hoverManSection .rightSev3 {
  position: absolute;
  top: 275px;
  left: 300px;
}
.SmartGuardians .SmartGuardiansBG .hoverManSection .rightSev4 {
  position: absolute;
  top: 480px;
  left: 360px;
}
.SmartGuardians .SmartGuardiansBG .hoverManSection .rightSev4 .hiddenText img:last-of-type {
  position: absolute;
  left: -177px;
  width: 183px;
}
.SmartGuardians .SmartGuardiansBG .hoverManSection .leftSer1 {
  position: absolute;
  top: 95px;
  right: 257px;
}
.SmartGuardians .SmartGuardiansBG .hoverManSection .leftSer2 {
  position: absolute;
  top: 275px;
  right: 300px;
}
.SmartGuardians .SmartGuardiansBG .hoverManSection .leftSer3 {
  position: absolute;
  top: 480px;
  right: 360px;
}
.SmartGuardians .SmartGuardiansBG .hoverManSection .boxSer {
  width: 330px;
  height: 150px;
}
.SmartGuardians .SmartGuardiansBG .hoverManSection .boxSer .showBox {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  background-color: #bd9a5f;
  border-radius: 50%;
  margin: 0 auto;
}
.SmartGuardians .SmartGuardiansBG .hoverManSection .boxSer .showBox img {
  width: 50px;
}
.SmartGuardians .SmartGuardiansBG .hoverManSection .boxSer .hiddenText {
  display: none;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 12px 12px 5px 12px;
  border-radius: 5px;
}
.SmartGuardians .SmartGuardiansBG .hoverManSection .boxSer .hiddenText img {
  margin-bottom: 12px;
}
.SmartGuardians .SmartGuardiansBG .hoverManSection .boxSer:hover .showBox {
  display: none;
}
.SmartGuardians .SmartGuardiansBG .hoverManSection .boxSer:hover .hiddenText {
  display: flex;
}

.outEndToEnd .headingTitlePX45, .outEndToEnd .scrollMap .contactDiv .linksFooter li:first-of-type, .scrollMap .contactDiv .linksFooter .outEndToEnd li:first-of-type, .outEndToEnd .contactMap .container .row > .boxForm h2, .contactMap .container .row > .boxForm .outEndToEnd h2 {
  margin-bottom: 43px;
  text-align: center;
  padding-top: 74px;
  font-size: 35px;
  margin-bottom: 164px;
}
.outEndToEnd .boxEndToEnd {
  min-height: 530px;
}
.outEndToEnd .boxEndToEnd .imgEnd {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  transition: 0.6s ease-in-out;
}
.outEndToEnd .boxEndToEnd .imgEnd::after {
  position: absolute;
  content: "";
  background-color: #262a3a;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  opacity: 0.7;
  bottom: 0;
}
.outEndToEnd .boxEndToEnd .imgEnd img {
  width: 250px;
    height: 250px;
  border-radius: 50%;
  margin: 0 auto;
}
.outEndToEnd .boxEndToEnd .textEnd {
  text-align: center;
  position: relative;
  background-color: #262a3a;
  border-radius: 10px;
  height: 220px;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
  padding: 0 30px;
}
.outEndToEnd .boxEndToEnd .textEnd .headEnd {
  padding-top: 150px;
  line-height: 1.5;
  margin-bottom: 17px;
  min-height: 202px;
  letter-spacing: 3px;
  font-size: 19px;
}
.outEndToEnd .boxEndToEnd .textEnd .hidenEnd {
  font-size: 16px;
}
.outEndToEnd .boxEndToEnd:hover .imgEnd {
  margin-top: -8px;
}
.outEndToEnd .boxEndToEnd:hover .imgEnd::after {
  border-radius: 8px;
}
.outEndToEnd .boxEndToEnd:hover .imgEnd img {
  border-radius: 8px;
}
.outEndToEnd .boxEndToEnd:hover .textEnd {
  transform: scaleY(1.1);
  height: 376px;
}
.outEndToEnd .boxEndToEnd:hover .textEnd .headEnd {
  color: #bd9a5f;
  min-height: unset;
  font-family: "Bold";
}
.outEndToEnd .col-md-4:last-child .boxEndToEnd {
  min-height: 410px;
}
.outEndToEnd .col-md-4:nth-last-of-type(2) .boxEndToEnd {
  min-height: 410px;
}

.GuardiansFafeSmart {
  margin-top: -50px;
  position: relative;
  z-index: 2;
}
.GuardiansFafeSmart .BGInnerCont {
  background-color: #1c1f2a;
  margin-right: 0;
  margin-left: 0;
  padding: 140px 0 0px;
  box-shadow: 0 0 3px black;
}
.GuardiansFafeSmart .BGInnerCont .boxText {
  height: 100%;
  display: flex;
  align-items: center;
  transform: translateX(85px);
}
.GuardiansFafeSmart .BGInnerCont .boxText h2 {
  color: #bd9a5f;
  padding: 0 66px;
  text-align: center;
  line-height: 1.8;
  position: relative;
}
.GuardiansFafeSmart .BGInnerCont .boxText h2::after {
  background-image: url(../images/services/BGImg.png);
  position: absolute;
  content: "";
  width: 100%;
  height: 400px;
  right: -55px;
  top: -120%;
  opacity: 0.1;
  background-repeat: no-repeat;
  mix-blend-mode: color-burn;
}
.GuardiansFafeSmart .guardMan {
  display: flex;
}
.GuardiansFafeSmart .guardMan .boxGudImg {
  width: 60%;
}
.GuardiansFafeSmart .guardMan .MinBox {
  transform: translate(-15px, -75px);
  width: 68%;
}
.GuardiansFafeSmart .guardMan .boxesText {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  height: 105px;
}
.GuardiansFafeSmart .guardMan .boxesText .iconGRD {
  width: 65px;
  height: 60px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  background-color: #bd9a5f;
  position: relative;
  font-size: 0;
}
.GuardiansFafeSmart .guardMan .boxesText .iconGRD::before {
  position: absolute;
  content: "";
  width: 73px;
  height: 74px;
  border: 3px solid transparent;
  border-radius: 50%;
  top: -7px;
  left: -7px;
  opacity: 0.3;
}
.GuardiansFafeSmart .guardMan .boxesText .iconGRD::after {
  position: absolute;
  content: "";
  width: 88px;
  height: 88px;
  border: 3px solid transparent;
  border-radius: 50%;
  top: -14px;
  left: -13px;
  opacity: 0.1;
}
.GuardiansFafeSmart .guardMan .boxesText .iconGRD img {
  width: 30px;
}
.GuardiansFafeSmart .guardMan .boxesText .textGRD {
  padding-left: 50px;
  transform: translateX(-112px);
  transition: transform 1s ease, top 1s ease;
  display: block;
  visibility: hidden;
}
.GuardiansFafeSmart .guardMan .boxesText .textGRD p {
  background: #fff;
  padding: 23px 18px;
  color: #262a3a;
  border-radius: 5px;
  box-shadow: 0 0 13px black;
}
.GuardiansFafeSmart .guardMan .boxesText.activeGuard .iconGRD::before {
  border: 3px solid #bd9a5f;
  top: -8px;
}
.GuardiansFafeSmart .guardMan .boxesText.activeGuard .iconGRD::after {
  border: 3px solid #bd9a5f;
    width: 85px;
    top: -15px;
    left: -13px;
}
.GuardiansFafeSmart .guardMan .boxesText.activeGuard .textGRD {
  transform: translateX(60px);
  position: absolute;
  width: 375px;
  left: 0;
  visibility: visible;
}
.GuardiansFafeSmart .guardMan .boxesText.activeGuard .iconGRD {
  width: 60px;
}
.GuardiansFafeSmart .guardMan .boxesText.GRD1 {
  transform: translateX(-60px);
}
.GuardiansFafeSmart .guardMan .boxesText.GRD2 {
  transform: translateX(-30px);
}
.GuardiansFafeSmart .guardMan .boxesText.GRD3 {
  transform: translateX(-10px);
}

/* **********************************************************************  END */
/*
  ******** start training
  ***************************
  */
.CertificationSec {
  background-color: #fbfcfd;
  padding: 104px 0 41px;
  text-align: center;
}
.CertificationSec .headingTitlePX35 {
  color: #bd9a5f;
  margin-bottom: 29px;
}
.CertificationSec .boxCert {
  height: 324px;
  background: #fff;
  border-radius: 5px;
  padding: 94px 30px 0 30px;
}
.CertificationSec .boxCert .CRIcon {
  padding-bottom: 15px;
}
.CertificationSec .boxCert .CRIcon img {
  filter: invert(9%) sepia(7%) saturate(5163%) hue-rotate(190deg) brightness(-51%) contrast(87%);
  margin-bottom: 15px;
}
.CertificationSec .boxCert .CRText p {
  font-size: 16px;
  line-height: 1.3;
  color: #1c1f2a;
  font-family: "Medium";
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.CertificationSec .boxCert:hover {
  background: #252938;
  transition: 0.75s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.CertificationSec .boxCert:hover .CRIcon {
  transform: scale(1.1);
}
.CertificationSec .boxCert:hover .CRIcon img {
  filter: unset;
}
.CertificationSec .boxCert:hover .CRText {
  transform: scale(1.1);
}
.CertificationSec .boxCert:hover .CRText p {
  color: #bd9a5f;
}

.safeAim {
  min-height: 900px;
  background-image: url(../images/training/ImgBGAim.jpg);
  text-align: center;
}
.safeAim .overLayInnerBanner {
  background: #1c1f2abf;
}
.safeAim .textPra20px {
  padding-bottom: 48px;
  width: 81%;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.6;
}
.safeAim .headingTitlePX25 {
  margin-bottom: 48px;
  color: #fff;
}
.safeAim .headingTitlePX25 span {
  color: #bd9a5f;
}
.safeAim .boxAim {
  height: 284px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.safeAim .boxAim .textAim {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: linear-gradient(to bottom, #dca85091, #1c1f2a85);
}
.safeAim .boxAim .textAim::after {
  position: absolute;
  content: "";
  width: 180%;
  height: 180%;
  background-image: url(../images/training/circles.svg);
  background-size: cover;
  opacity: 0.4;
}
.safeAim .boxAim .textAim p {
  font-size: 16px;
  margin: 0;
  line-height: 1.9;
  font-family: "Regular";
  padding: 0 25px;
  color: #fff;
}
.safeAim .boxAim:hover .textAim::after {
  opacity: 1;
}
.safeAim .boxAim:hover .textAim p {
  font-family: "Bold";
  font-size: 17px;
}

.trainingSec2 {
  text-align: center;
}
.trainingSec2 .container {
  background: #fff;
  padding: 115px 0 0 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin-top: -50px;
  position: relative;
}
.trainingSec2 .col-md-12 p {
  padding-bottom: 62px;
  width: 83%;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  color: #bd9a5f;
}
.trainingSec2 .boxN2 {
  position: relative;
}
.trainingSec2 .boxN2::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 20px;
  background-image: url(../images/training/ArrowCutm.svg);
  background-repeat: no-repeat;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.trainingSec2 .boxN2.arrow1R::after {
  right: -50px;
}
.trainingSec2 .boxN2.arrow2R::after {
  right: -100px;
}
.trainingSec2 .boxN2 p {
  font-size: 26px;
  line-height: 1.2;
  padding-top: 24px;
}
.trainingSec2 .boxN2.boxN2BLD::after {
  display: none;
}
.trainingSec2 .boxN2.boxN2BLD p {
  color: #bd9a5f;
}
.trainingSec2 .IFPO {
  height: 547px;
  background: #1c1f2a url(../images/pattern.svg);
  margin-top: 115px;
  display: flex;
  align-items: center;
  margin-right: 0;
  margin-left: 0;
}
.trainingSec2 .IFPO .col-md-5 {
  text-align: left;
  padding-left: 48px;
}
.trainingSec2 .IFPO .textPra, .trainingSec2 .IFPO .about_header .aboutTextBox .boxInner p, .about_header .aboutTextBox .boxInner .trainingSec2 .IFPO p, .trainingSec2 .IFPO .aboutUs .aboutTextBox .boxInner p, .aboutUs .aboutTextBox .boxInner .trainingSec2 .IFPO p, .trainingSec2 .IFPO .SolutionsSec .headerSlu p, .SolutionsSec .headerSlu .trainingSec2 .IFPO p, .trainingSec2 .IFPO .joinSafe .boxText p, .joinSafe .boxText .trainingSec2 .IFPO p, .trainingSec2 .IFPO .selectorSec .mainBox .boxRow4 .showBx p, .selectorSec .mainBox .boxRow4 .showBx .trainingSec2 .IFPO p, .trainingSec2 .IFPO .selectorSec .mainBox .boxRow4 .showBx.modelCum .hideBX .prag p, .selectorSec .mainBox .boxRow4 .showBx.modelCum .hideBX .prag .trainingSec2 .IFPO p {
  font-size: 16px;
  text-align: left;
  margin: 0;
  padding-bottom: 0;
}
.trainingSec2 .IFPO .textPra a, .trainingSec2 .IFPO .about_header .aboutTextBox .boxInner p a, .about_header .aboutTextBox .boxInner .trainingSec2 .IFPO p a, .trainingSec2 .IFPO .aboutUs .aboutTextBox .boxInner p a, .aboutUs .aboutTextBox .boxInner .trainingSec2 .IFPO p a, .trainingSec2 .IFPO .SolutionsSec .headerSlu p a, .SolutionsSec .headerSlu .trainingSec2 .IFPO p a, .trainingSec2 .IFPO .joinSafe .boxText p a, .joinSafe .boxText .trainingSec2 .IFPO p a, .trainingSec2 .IFPO .selectorSec .mainBox .boxRow4 .showBx p a, .selectorSec .mainBox .boxRow4 .showBx .trainingSec2 .IFPO p a, .trainingSec2 .IFPO .selectorSec .mainBox .boxRow4 .showBx.modelCum .hideBX .prag p a, .selectorSec .mainBox .boxRow4 .showBx.modelCum .hideBX .prag .trainingSec2 .IFPO p a {
  font-size: 16px;
  text-align: left;
  text-decoration: revert;
  padding-left: 30px;
  color: #bd9a5f;
}
.trainingSec2 .IFPO .headingTitlePX25 {
  width: 81%;
  text-align: left;
  color: #fff;
  padding-bottom: 0;
      font-family: "Regular";
}
.trainingSec2 .IFPO .headingTitlePX25 strong {
	isplay: block;
    color: #bd9a5f;
    font-family: "Bold";
}
.cardSection {
  padding: 140px 0 123px;
  text-align: center;
}
.cardSection .headingTitleCard h4 {
  font-size: 28px;
  padding-bottom: 17px;
  width: 75%;
  margin: 0 auto;
  font-family: "Bold";
  color: #bd9a5f;
}
.cardSection .headingTitleCard p {
  font-size: 24px;
  width: 38%;
  margin: 0 auto;
  padding-bottom: 63px;
  color: #1c1f2a;
}
.cardSection .cardHover {
  position: relative;
}
.cardSection .cardHover .boxIcon {
  height: 391px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1c1f2a url(../images/training/card.svg);
  padding-bottom: 115px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.cardSection .cardHover .headText {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #ffff;
  padding: 32px 15px 12px;
  height: 113px;
  overflow: hidden;
  transition: 1s;
  text-align: left;
}
.cardSection .cardHover .headText .textPra20px {
  color: #bd9a5f;
  font-family: "Medium";
  min-height: 80px;
}
.cardSection .cardHover .headText .textPra, .cardSection .cardHover .headText .about_header .aboutTextBox .boxInner p, .about_header .aboutTextBox .boxInner .cardSection .cardHover .headText p, .cardSection .cardHover .headText .aboutUs .aboutTextBox .boxInner p, .aboutUs .aboutTextBox .boxInner .cardSection .cardHover .headText p, .cardSection .cardHover .headText .SolutionsSec .headerSlu p, .SolutionsSec .headerSlu .cardSection .cardHover .headText p, .cardSection .cardHover .headText .joinSafe .boxText p, .joinSafe .boxText .cardSection .cardHover .headText p, .cardSection .cardHover .headText .selectorSec .mainBox .boxRow4 .showBx p, .selectorSec .mainBox .boxRow4 .showBx .cardSection .cardHover .headText p {
  color: #696A6E;
  font-family: "Medium";
  height: 0;
  visibility: hidden;
  margin-top: 30px;
  transition: 1s;
}
.cardSection .cardHover:hover .headText {
  height: 200px;
}
.cardSection .cardHover:hover .textPra20px {
  min-height: unset;
}
.cardSection .cardHover:hover .textPra, .cardSection .cardHover:hover .about_header .aboutTextBox .boxInner p, .about_header .aboutTextBox .boxInner .cardSection .cardHover:hover p, .cardSection .cardHover:hover .aboutUs .aboutTextBox .boxInner p, .aboutUs .aboutTextBox .boxInner .cardSection .cardHover:hover p, .cardSection .cardHover:hover .SolutionsSec .headerSlu p, .SolutionsSec .headerSlu .cardSection .cardHover:hover p, .cardSection .cardHover:hover .joinSafe .boxText p, .joinSafe .boxText .cardSection .cardHover:hover p, .cardSection .cardHover:hover .selectorSec .mainBox .boxRow4 .showBx p, .selectorSec .mainBox .boxRow4 .showBx .cardSection .cardHover:hover p {
  height: 100%;
  visibility: visible;
  margin-top: 0px;
}

.BgN2 {
  background-color: #fbfcfd;
}

/* **********************************************************************  END */
/*
  ******** start footer
  ***************************
  */
footer {
  background-color: #1c1f2a;
  padding: 50px 0;
}
footer hr {
  margin: 35px 0;
  color: #fff;
  border-color: #fff;
  opacity: 0.1;
}
footer .logoFoter0 {
  padding-top: 15px;
}
footer .logoFoter0 img {
  max-width: unset;
  height: 102px;
}
footer .logoFoter {
  text-align: right;
}
footer .linksFooter li:first-of-type {
  font-size: 18px;
  color: #bd9a5f;
  margin-bottom: 6px;
  font-family: "Bold";
}
footer .linksFooter li a {
  font-size: 14px;
  color: #cccccc;
  font-family: "Regular";
  margin-bottom: 5px;
  display: flex;
}
footer .linksFooter li a img {
  padding-right: 5px;
}
footer .linksFooter li a:hover {
  transition: 0.75s;
  color: #bd9a5f;
  padding-right: 5px;
}
footer .linksFooter li a:hover img {
  filter: invert(72%) sepia(61%) saturate(304%) hue-rotate(357deg) brightness(165%) contrast(87%);
}
footer .copyRight p {
  font-size: 16px;
  color: #888b94;
  font-family: "Regular";
  margin: 0;
}
footer .copyRight p span {
  font-size: 16px;
  color: #888b94;
  font-family: "Regular";
  padding-left: 25px;
}
footer .copyRight p span:first-of-type {
  border-left: 1px solid #ccc;
  margin-left: 30px;
}
footer .copyRight a:first-of-type {
  padding-right: 25px;
}
footer .copyRight a i {
  font-size: 20px;
  color: #cccccc;
}
footer .copyRight a:hover i {
  color: #bd9a5f;
  transform: translateY(-5px);
  transition: 0.75s;
}

/* **********************************************************************  END */
/*
  ******** start side links
  ***************************
  */
.joinFamily a {
  position: fixed;
  background-color: #fff;
  bottom: 30px;
  right: 30px;
  width: 95px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
  flex-direction: column;
  color: #1c1f2a;
  transition: background-color 0.75s;
}
.joinFamily a span {
  font-size: 14px;
  font-family: "light";
}
.joinFamily a strong {
  font-family: "Bold";
  font-size: 20px;
}
.joinFamily a:hover {
  text-decoration: none;
  background-color: #bd9a5f;
}
.joinFamily a:hover span,
.joinFamily a:hover strong {
  color: #fff;
}

.mediaLins {
  margin-bottom: 48px;
}
.mediaLins li {
  margin-bottom: 25px;
  width: 38px;
  height: 38px;
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
}
.mediaLins li:hover {
  transform: scale(1.2);
  transition: 0.75s;
}
.mediaLins li:hover a {
  text-decoration: none;
}
.mediaLins li:hover i {
  color: #bd9a5f;
}
.mediaLins li i {
  color: #1c1f2a;
  font-size: 20px;
  display: flex;
  align-items: center;
}
.mediaLins li:last-of-type {
  margin-bottom: 0px;
}

.linsSide {
  position: fixed;
  top: calc(70% - (228px / 2));
  height: 228px;
  left: 25px;
  padding: 0;
  z-index: 999;
  list-style: none;
}
.linsSide .navigatorLins {
  transform: translateX(10px);
}
.linsSide .navigatorLins li {
  position: relative;
  z-index: 9999;
}
.linsSide .navigatorLins li p {
  height: 40px;
  line-height: 1.6;
}
.linsSide .navigatorLins li a {
  opacity: 0;
  width: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  position: absolute;
  left: -3px;
  background: #1c1f2a;
  z-index: -1;
  padding: 2px 0 1px 0;
  border-radius: 21px;
  font-size: 14px;
  color: #d5bd97;
  text-decoration: none;
  min-width: 150px;
}
.linsSide .navigatorLins li:hover::before {
  transform: scale(1.1);
}
.linsSide .navigatorLins li:hover a {
  opacity: 1;
  min-width: 150px;
  padding-left: 37px;
}
.linsSide .navigatorLins li:first-of-type {
  padding-top: 0;
}
.linsSide .navigatorLins li:first-of-type::after {
  display: none;
}
.linsSide .navigatorLins li::after {
  content: "";
  position: absolute;
  bottom: 38px;
  left: 8px;
  height: 100%;
  width: 2px;
  background-color: #bd9a5f;
  transition: 0.3s;
}
.linsSide .navigatorLins li::before {
  content: "";
  position: absolute;
  background-image: url(../images/menu/sildeLinks.svg);
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -18px;
}

/* **********************************************************************  END */
@media only screen and (max-width: 768px) {
  .linsSide {
    left: 10px;
    top: calc(50% - (100px / 2));
  }

  .mediaLins {
    margin-bottom: 25px;
  }

  .mediaLins li {
    margin-bottom: 15px;
  }

  .imgSlider .testSlider .boxTest {
    width: 82%;
  }

  .silderBanner .swiper-container {
    height: 70vh;
  }

  .silderBanner .testSlider {
    top: 30%;
    left: 0;
    width: 100%;
    transform: unset;
    padding-left: 20px;
  }

  .silderBanner .testSlider .boxBlay {
    margin-left: 0;
  }

  .silderBanner .testSlider .boxTest h2 {
    font-size: 25px;
  }

  .silderBanner .testSlider .boxTest p {
    display: none;
  }

  .silderBanner .testSlider .boxTest a {
    font-size: 14px;
    padding: 10px 20px;
    margin-top: 20px;
  }

  .SolutionsSec .swiper-solutionsCutom .swiper-button-prev-unique,
.SolutionsSec .swiper-solutionsCutom .swiper-button-next-unique {
    top: 20%;
  }

  .SolutionsSec .swiper-solutionsCutom .swiper-button-prev-unique {
    left: 0;
  }

  .SolutionsSec .swiper-solutionsCutom .swiper-button-next-unique {
    right: 0;
  }

  .SolutionsSec {
    padding: 48px 0 0;
  }

  .swiper-solutions {
    height: 100vh;
  }

  .SolutionsSec .swiper-slide .boxHover.s {
    grid-template-columns: 1fr;
  }

  .SolutionsSec .swiper-slide .boxHover.s .TextHover .hideBox a {
    margin-bottom: 20px;
  }

  .aboutUs {
    max-height: unset;
    flex-direction: column;
    padding: 20px 0 0;
  }
  .aboutUs .aboutTextBox {
    width: calc(100% - 30px);
  }
  .aboutUs .aboutImgBox {
    width: 100%;
    margin-top: 20px;
  }

  .aboutUs .aboutTextBox .boxInner h3 {
    padding: 15px 0 5px 0;
  }

  .aboutUs .aboutTextBox .boxInner p {
    padding-bottom: 20px;
  }

  .joinSafe .boxText {
    padding: 50px 0;
    min-height: auto;
  }

  .joinSafe .boxText a {
    padding: 10px 30px;
    width: 180px;
  }

  .SocialMedia {
    padding: 60px 0;
    width: 100%;
  }

  .SocialMedia .boxMedia {
    margin-bottom: 35px;
    flex-direction: column;
  }

  .SocialMedia .boxMedia .logoMedia img {
    transform: unset;
  }

  .mapSection .btns {
    flex-direction: column;
  }

  .mapSection .btns a {
    margin-bottom: 10px;
  }

  .mapSection .mapImg {
    height: 195px;
  }

  .mapSection .mapImg .egle img {
    width: 100px;
  }

  .mapSection .mapImg.Central .egle {
    top: 17%;
    left: 38%;
  }

  .mapSection .mapImg.Northern .egle {
    top: -13%;
    left: 15%;
  }

  .mapSection .mapImg.Western .egle {
    top: 25%;
    left: 23%;
  }

  .mapSection .mapImg.Eastern .egle {
    top: 18%;
  }

  .mapSection .mapImg.Southern .egle {
    bottom: 23%;
    right: 23%;
  }

  .selectorSec {
    padding: 50px 0 0 0;
  }

  .selectorSec .mainBox h2 {
    margin-bottom: 60px;
  }

  .selectorSec .mainBox .boxRow4.boxRow2,
.selectorSec .mainBox .boxRow4 {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }
  .selectorSec .mainBox .boxRow4.boxRow2 .box,
.selectorSec .mainBox .boxRow4 .box {
    margin-bottom: 30px;
  }

  .selectorSec .mainBox .boxRow4 .showBx.modelCum .hideBX {
    grid-template-columns: 1fr;
  }
  .selectorSec .mainBox .boxRow4 .showBx.modelCum .hideBX .prag {
    padding: 0 15px 20px 15px;
  }
  .selectorSec .mainBox .boxRow4 .showBx.modelCum .hideBX a {
    top: 20px;
    left: unset;
    right: 0;
    width: 50px;
    height: 50px;
  }
  .selectorSec .mainBox .boxRow4 .showBx.modelCum .hideBX a img {
    width: 18px;
  }
  .selectorSec .mainBox .boxRow4 .showBx.modelCum .intState {
    left: 15px;
  }

  .Commercial.fire,
.SportsMass.fire,
.Governmental.fire,
.residential.fire,
.Airports.fire,
.spmarCities.fire {
    transition: animation 3s;
    animation: myshipMob 1s alternate forwards;
  }

  .SolutionsSec .swiper-slide .boxHover.s .TextHover {
    margin-top: 0;
  }

  .SolutionsSec .swiper-solutions .swiper-wrapper > .swiper-slide-active .boxHover.s .TextHover h2 {
    animation: unset !important;
  }

  .scrollMap {
    display: flex;
    flex-direction: column-reverse;
  }

  .scrollMap .contactDiv {
    padding: 30px 15px 40px 15px;
  }

  .scrollMap .contactDiv .linksFooter li:first-of-type {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .contactMap .container .row > .boxForm {
    flex: 0 0 95%;
    max-width: 95%;
    padding: 0 20px 50px 20px;
  }

  .contactMap .container .row > .boxForm h2 {
    font-size: 40px;
    margin-left: -20px;
  }

  .contactMap .container .row > .boxForm button {
    margin-top: 30px;
    width: 100%;
  }

  .innerBanner {
    min-height: 500px;
  }
  .innerBanner .textBN {
    width: 100%;
  }
  .innerBanner .textBN .headingTitlePX45, .innerBanner .textBN .scrollMap .contactDiv .linksFooter li:first-of-type, .scrollMap .contactDiv .linksFooter .innerBanner .textBN li:first-of-type, .innerBanner .textBN .contactMap .container .row > .boxForm h2, .contactMap .container .row > .boxForm .innerBanner .textBN h2 {
    font-size: 34px;
  }
  .innerBanner .textBN .textPra20px {
    padding: 10px 0 10px;
    font-size: 16px;
  }

  .formTabsCarees .TabsCR {
    padding: 48px 0% 38px;
  }

  footer {
    text-align: center;
  }
  footer .logoFoter0 img {
    margin-left: 0;
    margin-bottom: 20px;
  }
  footer .logoFoter {
    text-align: center;
    margin-top: 20px;
  }
  footer .linksFooter li a {
    justify-content: center;
  }
  footer .col-md-2.text-right {
    text-align: center !important;
    margin-top: 21px;
  }
}
@media (min-width: 768px) and (max-width: 770px) {
  .mapSection .mapImg {
    width: 400px;
    margin: 0 auto;
  }

  .mapSection .mapImg .egle img {
    width: 100px;
  }
}
.ms-webpart-zone, div.ms-webpart-cell-vertical-inline-table, .ms-webpart-cell-vertical, .ms-webpart-chrome-vertical {
  display: block !important;
}

body, #s4-workspace {
  overflow: visible !important;
}

.ms-webpartzone-cell {
  margin-bottom: 0 !important;
}
.inactiveLink {
   pointer-events: none;
   cursor: default;
}
/*
menu 
https://dev.to/devggaurav/let-s-build-a-responsive-navbar-and-hamburger-menu-using-html-css-and-javascript-4gci

video silder
https://codepen.io/ksiabani/pen/qNvLKY

https://fontawesome.com/v4.7.0/icons/
*/

/*# sourceMappingURL=style.css.map */
