@font-face {
  font-family: 'helvetica';
  src: url(../fonts/HelveticaNeue-Medium.ttf); }
@font-face {
  font-family: 'avene-next';
  src: url(../fonts/AvenirNext-Medium.ttf); }
@font-face {
  font-family: 'Raleway-Regular';
  src: url(../fonts/fonts/Raleway/Raleway-Regular.ttf); }
body {
  overflow: hidden; }

body, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: avene-next,  sans-serif; }

html {
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  font-family: helvetica, sans-serif; }

h5 {
  font-family: Raleway-Regular, sans-serif;
  font-weight: 600; }

ul {
  list-style: none; }

a:link, a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
  cursor: pointer; }

.btn:hover,
.btn:focus,
.btn.active,
.btn-flat:hover,
.btn-flat:focus,
.form-control:hover,
.form-control:focus,
input, textarea, select, button,
button:focus {
  box-shadow: none;
  outline: unset; }

button,
button:focus {
  outline: unset; }

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
  text-decoration: none;
  cursor: pointer; }

.w-100 {
  width: 100% !important; }

.w-80 {
  width: 80% !important; }

.w-75 {
  width: 75% !important; }

.w-60 {
  width: 60% !important; }

.w-50 {
  width: 50% !important; }

.w-40 {
  width: 40% !important; }

.w-25 {
  width: 25% !important; }

.w-20 {
  width: 20% !important; }

@media (min-width: 576px) {
  .w-sm-100 {
    width: 100% !important; }

  .w-sm-80 {
    width: 80% !important; }

  .w-sm-75 {
    width: 75% !important; }

  .w-sm-60 {
    width: 60% !important; }

  .w-sm-50 {
    width: 50% !important; }

  .w-sm-40 {
    width: 40% !important; }

  .w-sm-25 {
    width: 25% !important; }

  .w-sm-20 {
    width: 20% !important; } }
@media (min-width: 768px) {
  .w-md-100 {
    width: 100% !important; }

  .w-md-80 {
    width: 80% !important; }

  .w-md-75 {
    width: 75% !important; }

  .w-md-60 {
    width: 60% !important; }

  .w-md-50 {
    width: 50% !important; }

  .w-md-40 {
    width: 40% !important; }

  .w-md-25 {
    width: 25% !important; }

  .w-md-20 {
    width: 20% !important; } }
@media (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important; }

  .w-lg-80 {
    width: 80% !important; }

  .w-lg-75 {
    width: 75% !important; }

  .w-lg-60 {
    width: 60% !important; }

  .w-lg-50 {
    width: 50% !important; }

  .w-lg-40 {
    width: 40% !important; }

  .w-lg-25 {
    width: 25% !important; }

  .w-lg-20 {
    width: 20% !important; } }
@media (min-width: 1200px) {
  .w-xl-100 {
    width: 100% !important; }

  .w-xl-80 {
    width: 80% !important; }

  .w-xl-75 {
    width: 75% !important; }

  .w-xl-60 {
    width: 60% !important; }

  .w-xl-50 {
    width: 50% !important; }

  .w-xl-40 {
    width: 40% !important; }

  .w-xl-25 {
    width: 25% !important; }

  .w-xl-20 {
    width: 20% !important; } }
a.printed {
  color: #ffffff !important;
  padding: 10px;
  background: #071c33;
  position: relative;
  text-transform: capitalize;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  a.printed:hover {
    background-color: rgba(7, 28, 51, 0.9); }
  a.printed i {
    color: #ed252c; }

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #071c33;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10000; }

.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative; }

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #ffffff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
section {
  position: relative;
  padding: 40px 0; }

.section-blue {
  background-color: #071c33;
  color: #ffffff; }

a:link, a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
  cursor: pointer;
  color: #ffffff; }

.btn:hover,
.btn:focus,
.btn.active,
.btn-flat:hover,
.btn-flat:focus,
.form-control:hover,
.form-control:focus,
input, textarea, select, button,
button:focus {
  box-shadow: none;
  outline: unset; }

button,
button:focus {
  outline: unset; }

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
  text-decoration: none;
  cursor: pointer; }

.btn:hover,
.btn:focus,
.btn-flat:hover,
.btn-flat:focus,
.form-control:hover,
.form-control:focus {
  box-shadow: none;
  outline: unset; }

.h1, .h2, h1, h2 {
  text-transform: uppercase; }

h2 {
  margin-bottom: 40px;
  color: #071c33; }

p {
  font-family: Raleway-Regular, sans-serif; }

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px; }
  header #upper-bar-area {
    height: 23px;
    /* background: #000; */
    position: relative;
    z-index: 9999;
    float: right;
    margin-right: 17.3%;
    text-transform: capitalize; }
    header #upper-bar-area li.active a {
      color: #ed252c; }
    @media (max-width: 992px) {
      header #upper-bar-area {
        margin-right: 14.2%; } }
    @media (max-width: 576px) {
      header #upper-bar-area {
        margin-right: 7.3%; } }

#socialize {
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 1000; }
  #socialize ul {
    background-color: #071c33;
    border-radius: 0 10px 10px 0;
    padding: 15px 6px;
    font-size: 18px; }
    #socialize ul li {
      margin: 2px 0; }
      #socialize ul li a {
        color: #ffffff; }
  @media (max-width: 768px) {
    #socialize {
      top: 32% !important; } }

.main-slider .carousel {
  position: relative; }
  .main-slider .carousel .carousel-item {
    height: 36rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .main-slider .carousel .carousel-inner::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #000000;
    opacity: .7; }
  .main-slider .carousel img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    object-fit: cover; }
  .main-slider .carousel .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5); }
  .main-slider .carousel .carousel-caption {
    z-index: 99 !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
    padding: 15px; }
  .main-slider .carousel .carousel-inner {
    z-index: 5; }
  .main-slider .carousel .carousel-indicators li {
    /*background: #f00 none repeat scroll 0 0;*/
    background-color: #000000;
    border: 0 none;
    border-radius: 50%;
    height: 20px;
    margin: 3px;
    opacity: 0.5;
    width: 20px;
    cursor: pointer; }
    .main-slider .carousel .carousel-indicators li.active, .main-slider .carousel .carousel-indicators li:hover {
      background-color: rgba(0, 0, 0, 0.4); }
  .main-slider .carousel .hero {
    position: absolute;
    top: 60%;
    z-index: 5;
    color: #ffffff;
    text-align: left;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    font-size: 18px; }
    .main-slider .carousel .hero span {
      color: #ed252c;
      text-transform: uppercase;
      font-size: 25px;
      font-weight: bold;
      letter-spacing: 1px; }
    @media (max-width: 767px) {
      .main-slider .carousel .hero {
        text-align: center !important;
        top: 35%;
        left: auto;
        right: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
    @media (min-width: 1200px) {
      .main-slider .carousel .hero {
        left: 29%; } }
  .main-slider .carousel .carousel-inner .carousel-item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s; }
  .main-slider .carousel .carousel-inner .carousel-item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s; }
.main-slider .carousel-control-next,
.main-slider .carousel-control-prev {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 24px;
  background: rgba(7, 28, 51, 0.4);
  opacity: 1;
  border: 0 none;
  color: #ffffff;
  line-height: 70px;
  /*vertical position */
  top: 25%;
  margin: 5px;
  z-index: 11;
  visibility: hidden;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }
  @media (max-width: 767px) {
    .main-slider .carousel-control-next,
    .main-slider .carousel-control-prev {
      display: none; } }
.main-slider:hover .carousel-control-next,
.main-slider:hover .carousel-control-prev {
  visibility: visible; }

#services {
  padding: 12px 0;
  background-color: #f4f4f4; }
  @media (max-width: 767px) {
    #services {
      margin-bottom: 50px; } }
  #services a {
    position: relative;
    padding: 20px;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background: #071c33eb;
    background: #ffffff;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 15px;
    background-size: 70% auto;
    transition: all .3s ease;
    border: 5px solid #eee;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
    background: #d9d9d9; }
    #services a:hover {
      box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4), 0 0 0 10px #f05f75; }
    #services a img {
      margin-top: 19px; }
  #services h2 {
    margin-bottom: 50px;
    color: #071c33; }
    @media (max-width: 767px) {
      #services h2 {
        margin-bottom: 20px; } }
  #services h4 {
    color: #071c33;
    margin-top: 30px; }

#visitors-count {
  padding: 120px 0;
  background-image: url("../images/visitors.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  #visitors-count::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 25, 25, 0.3);
    z-index: 2; }
  #visitors-count h2 {
    color: #ed252c;
    font-weight: 900; }
  #visitors-count .count {
    color: #ffffff; }
    #visitors-count .count .plus {
      font-size: 45px;
      font-weight: 900; }
    #visitors-count .count .counter {
      font-size: 45px;
      font-weight: 900; }
    @media (max-width: 767px) {
      #visitors-count .count {
        text-align: center; } }
  #visitors-count .visitors-content {
    z-index: 9; }
    @media (max-width: 767px) {
      #visitors-count .visitors-content h2 {
        text-align: center !important; } }

#about {
  margin-bottom: 30px;
  padding: 50px 0;
  background-image: url("../images/about.jpg");
  background-size: cover;
  object-fit: cover;
  background-attachment: fixed;
  background-position: center center;
  background: #071c33;
  color: #ffffff; }
  #about .col-md-4 {
    z-index: 4; }
  #about::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 28, 51, 0.73);
    z-index: 2; }
  #about h4 {
    text-transform: uppercase;
    color: #ed252c; }
    #about h4::after {
      content: "";
      display: block;
      margin: 11px 0;
      width: 44%;
      height: 2px;
      background-color: #ffffff; }
  #about p {
    width: 80%; }
  #about small {
    display: inline-block; }
    #about small a {
      color: #ffff00;
      text-transform: uppercase; }
  #about .read-more-content {
    display: inline-block;
    max-height: 0;
    overflow: hidden;
    transition: all .1s ease-in-out; }
  #about .static-content {
    display: inline-block; }
  #about .read-more-toggle {
    display: none; }
  #about .read-more-toggle-label {
    display: inline-block;
    user-select: none;
    cursor: pointer;
    border: none;
    font-size: .8em;
    color: #ed252c;
    transition: all .1s ease-in-out; }
  #about .read-more-toggle-label:after {
    content: "More";
    display: inline-block;
    transition: all .1s ease-in-out; }
  #about .read-more-toggle:checked + .read-more-content {
    display: inline-block;
    /* css animation won't work with "auto"; set to some height larger
      than the content */
    max-height: 1000px;
    transition: all .1s ease-in-out; }
  #about .read-more-toggle:checked + .read-more-content + .read-more-toggle-label:after {
    content: "Less";
    transition: all .1s ease-in-out; }

#our-projects .owl-carousel .owl-nav .owl-next,
#our-projects .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  display: block !important;
  top: 40%;
  height: 30px;
  width: 30px;
  border: 2px solid #ed252c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  color: #082372;
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  #our-projects .owl-carousel .owl-nav .owl-next:hover,
  #our-projects .owl-carousel .owl-nav .owl-prev:hover {
    background-color: #ed252c;
    color: #ffffff; }
#our-projects .owl-carousel .owl-nav .owl-prev {
  left: -40px; }
  @media (max-width: 991px) {
    #our-projects .owl-carousel .owl-nav .owl-prev {
      left: 40%; } }
#our-projects .owl-carousel .owl-nav .owl-next {
  right: -40px; }
#our-projects .owl-theme .owl-dots .owl-dot.active span, #our-projects .owl-theme .owl-dots .owl-dot span {
  height: 12px;
  width: 12px;
  border-radius: 50%; }
#our-projects .owl-theme .owl-dots .owl-dot.active span, #our-projects .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #071c33; }
#our-projects #projects figure {
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 4px 0 rgba(166, 166, 167, 0.52);
  -moz-box-shadow: 0 3px 4px 0 rgba(166, 166, 167, 0.52);
  box-shadow: 0 3px 4px 0 rgba(166, 166, 167, 0.52); }
  #our-projects #projects figure .figure-caption {
    height: 75px;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #071c33;
    cursor: initial; }
  #our-projects #projects figure a {
    height: 250px;
    width: 100%;
    overflow: hidden;
    display: inline-block; }
    #our-projects #projects figure a img {
      opacity: .95;
      height: 100%;
      width: 100%;
      -webkit-transition: all 0.4s linear;
      transition: all 0.4s linear;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    #our-projects #projects figure a:hover img {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1);
      transform: scale3d(1.1, 1.1, 1); }
#our-projects #projects .item {
  width: 90%;
  margin: 0 auto; }
  #our-projects #projects .item p {
    font-weight: 500; }

#trading-products h2 {
  color: #ffffff; }
#trading-products .scrollable-div {
  position: relative;
  overflow: auto;
  height: 305px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 30px;
  margin-bottom: 30px; }
#trading-products .ps__rail-x,
#trading-products .ps__rail-y {
  opacity: 1; }
#trading-products .ps__thumb-y {
  background-color: #a1a1a1;
  right: 0 !important;
  border-radius: 25px;
  width: 5px; }
#trading-products .ps__rail-y {
  width: 5px; }
#trading-products .ps--active-x > .ps__rail-x, #trading-products .ps--active-y > .ps__rail-y {
  background-color: #e4ebf7 !important;
  border-radius: 25px; }
#trading-products .text label, #trading-products .text span {
  display: inline-block; }
@media (max-width: 576px) {
  #trading-products h4 {
    color: #ed252c; } }
#trading-products .card {
  width: 90% !important;
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: none;
  border-radius: 0; }
  #trading-products .card .card-header {
    font-size: 15px;
    background-color: #ed252c; }
  #trading-products .card img {
    height: 180px;
    width: 80%;
    margin: 1% 10%; }
  #trading-products .card .card-body {
    padding: .65rem 0 .65rem .55rem !important;
    background-color: #082372;
    margin-top: 15px; }
    #trading-products .card .card-body ul {
      margin-bottom: 0; }
    #trading-products .card .card-body span.left {
      color: #ffffff;
      width: 35%;
      display: inline-block;
      float: left;
      overflow: hidden;
      font-size: 16px;
      text-align: left;
      margin-left: 2%; }
      #trading-products .card .card-body span.left::after {
        content: ':';
        margin: 0 1px 0 1px; }
    #trading-products .card .card-body span.right {
      color: #ffffff;
      width: 35%;
      display: inline-block;
      font-size: 16px; }

#clients {
  text-align: center;
  margin: 0 auto; }
  #clients .figure {
    width: 100%;
    padding: 2%;
    background-color: #ffffff;
    box-shadow: 0 0 10px 4px rgba(227, 220, 220, 0.75);
    -moz-box-shadow: 0 0 10px 4px rgba(227, 220, 220, 0.75);
    -webkit-box-shadow: 0 0 10px 4px rgba(227, 220, 220, 0.75); }
  #clients img {
    width: 100%;
    height: 120px;
    margin: 0 auto; }

#section-footer {
  padding: 50px 0; }
  #section-footer .card {
    background-color: transparent;
    border: 1px solid transparent;
    height: 180px;
    overflow: hidden; }
    @media (max-width: 1200px) and (min-width: 991px) {
      #section-footer .card {
        height: 220px; } }
    #section-footer .card .card-header {
      text-transform: uppercase; }
    #section-footer .card .card-header {
      background: rgba(237, 37, 44, 0.7);
      color: white;
      text-align: center; }
    #section-footer .card .card-body {
      background: #132b45;
      color: #ffffff; }
  #section-footer h4 {
    color: #ed252c;
    font-size: .95rem; }
  #section-footer span::after {
    content: ':';
    margin: 0 5px 0 5px; }
  @media (min-width: 991px) {
    #section-footer {
      height: auto; } }
  #section-footer p {
    font-size: .9rem;
    margin: 0; }
  #section-footer .embed-responsive,
  #section-footer .embed-responsive .embed-responsive-item,
  #section-footer .embed-responsive embed,
  #section-footer .embed-responsive iframe,
  #section-footer .embed-responsive object
   {
    BACKGROUND: black;
    height: 100%; }

#section-copyright {
  position: absolute;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  height: 60px;
  /* Height of the footer */
  background-color: #001226;
  color: #ffffff; }
  @media (min-width: 767px) {
    #section-copyright {
      height: 40px;
      line-height: 2.5; } }
  #section-copyright span, #section-copyright a {
    color: #ed252c;
    font-weight: 900;
    font-size: 18px; }

#scroll-top {
  display: inline-block;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 45px;
  right: 5px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }
  #scroll-top::after {
    content: "\f077";
    font-family: FontAwesome, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.2em;
    line-height: 50px;
    color: #000000; }
  #scroll-top:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.8); }
  #scroll-top.show {
    opacity: 1;
    visibility: visible; }

.services-page-content {
  padding: 50px 0; }
  @media (max-width: 767px) {
    .services-page-content {
      padding: 0 0 !important; }
      .services-page-content section {
        padding-bottom: 0 !important; } }
  .services-page-content .main-paragraph p {
    padding: 30px 0; }
    .services-page-content .main-paragraph p span {
      color: #ed252c;
      font-weight: 600;
      letter-spacing: 1px; }
      @media (max-width: 576px) {
        .services-page-content .main-paragraph p span {
          letter-spacing: 10px;
          font-size: 30px;
          font-weight: 900;
          display: block; } }
    @media (max-width: 576px) {
      .services-page-content .main-paragraph p {
        text-align: center; } }
  .services-page-content .item {
    margin-bottom: 50px; }
    .services-page-content .item p span {
      color: #ed252c;
      font-weight: 600;
      letter-spacing: 1px; }
    .services-page-content .item h4 {
      color: #ed252c; }
    .services-page-content .item .item-left-part {
      text-align: center; }
      .services-page-content .item .item-left-part span {
        position: relative;
        top: 30px;
        font-weight: 600;
        color: #071c33; }
      .services-page-content .item .item-left-part::after {
        content: '';
        width: 4px;
        height: 100%;
        position: absolute;
        background-color: #071c33;
        top: 0;
        /* bottom: 71px; */
        right: 40px;
        /* left: 117px; */
        overflow: hidden; }
      @media (max-width: 767px) {
        .services-page-content .item .item-left-part {
          margin-bottom: 50px; }
          .services-page-content .item .item-left-part::after {
            content: none; } }
      @media (min-width: 767px) {
        .services-page-content .item .item-left-part .img-part {
          margin-left: 0.5rem !important; } }

#maintance-body header {
  margin-bottom: 0 !important; }
#maintance-body .maintance-page-content {
  background: #f7f7f7;
  background-color: #ffffff; }
  #maintance-body .maintance-page-content .inner-content {
    margin-top: 30px; }
  #maintance-body .maintance-page-content .row-items {
    padding: 10px 0;
    margin-top: 20px; }
    @media (max-width: 576px) {
      #maintance-body .maintance-page-content .row-items {
        padding: 0 0;
        margin-top: 0; } }
    #maintance-body .maintance-page-content .row-items .one-element {
      padding: 10px; }
      @media (min-width: 767px) {
        #maintance-body .maintance-page-content .row-items .one-element {
          width: 99%;
          min-height: 210px;
          -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
          -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
          border: 5px solid #eee;
          border-radius: 3px;
          box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
          background: #eeeeee; }
          #maintance-body .maintance-page-content .row-items .one-element h5 {
            font-size: 16px; } }
      @media (max-width: 767px) {
        #maintance-body .maintance-page-content .row-items .one-element {
          margin-top: 20px; }
          #maintance-body .maintance-page-content .row-items .one-element::after {
            content: "";
            display: block;
            margin: 0 auto;
            width: 60%;
            height: 2px;
            background-color: #071c33; }
          #maintance-body .maintance-page-content .row-items .one-element.last-element::after {
            content: none; } }
  #maintance-body .maintance-page-content h2 {
    color: #071c33; }
  #maintance-body .maintance-page-content img {
    width: 100px;
    height: 100px;
    margin-bottom: 25px; }
  #maintance-body .maintance-page-content h5 {
    color: #071c33; }
  #maintance-body .maintance-page-content hr {
    border: 1px solid #071c33;
    width: 60%;
    margin: auto;
    margin-bottom: 1rem; }
    @media (max-width: 576px) {
      #maintance-body .maintance-page-content hr {
        display: none; } }
@media (max-width: 576px) {
  #maintance-body section#clients {
    padding: 0  0 !important; }
  #maintance-body section.maintance-page-content {
    padding-bottom: 0; } }

.projects-page-content a.printed {
  top: 5px; }
.projects-page-content .projects-show {
  margin-top: 20px; }
.projects-page-content .main-paragraph {
  margin-bottom: 70px; }
  .projects-page-content .main-paragraph p {
    padding: 30px 0; }
    .projects-page-content .main-paragraph p span {
      color: #ed252c;
      font-weight: 600;
      letter-spacing: 1px; }
      @media (max-width: 576px) {
        .projects-page-content .main-paragraph p span {
          letter-spacing: 10px;
          font-size: 30px;
          font-weight: 900;
          display: block; } }
    @media (max-width: 576px) {
      .projects-page-content .main-paragraph p {
        text-align: center; } }
.projects-page-content h2 {
  color: #ed252c; }
.projects-page-content .card {
  width: 100% !important;
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 4px 0 rgba(166, 166, 167, 0.52);
  -moz-box-shadow: 0 3px 4px 0 rgba(166, 166, 167, 0.52);
  box-shadow: 0 3px 4px 0 rgba(166, 166, 167, 0.52);
  border: none;
  border-radius: 0;
  cursor: initial; }
  @media (min-width: 992px) {
    .projects-page-content .card {
      height: 380px; } }
  @media (min-width: 767px) and (max-width: 992px) {
    .projects-page-content .card {
      height: 350px; } }
  .projects-page-content .card .card-header {
    font-size: 14px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: block;
    height: 65px;
    line-height: 40px; }
  .projects-page-content .card .image-container {
    position: relative;
    overflow: hidden;
    height: 180px; }
    .projects-page-content .card .image-container img {
      height: 100%;
      width: 100%;
      overflow: hidden;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    .projects-page-content .card .image-container:hover {
      cursor: url(../images/pointer.png), crosshair; }
      .projects-page-content .card .image-container:hover img {
        cursor: url(../images/pointer.png), crosshair;
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1); }
  .projects-page-content .card .card-body {
    padding: .55rem 0 0 .55rem;
    cursor: initial; }
    .projects-page-content .card .card-body span.left {
      color: #ed252c;
      width: 35%;
      display: inline-block;
      float: left;
      overflow: hidden;
      font-size: 14px; }
      .projects-page-content .card .card-body span.left::after {
        content: ':';
        margin: 0 1px 0 1px; }
      @media (min-width: 767px) and (max-width: 992px) {
        .projects-page-content .card .card-body span.left {
          width: 30%; } }
    .projects-page-content .card .card-body span.right {
      color: #071c33;
      width: 65%;
      display: inline-block;
      font-size: 13px; }
.projects-page-content #our-projects {
  margin-top: 20px; }
  .projects-page-content #our-projects .card {
    width: 100% !important;
    overflow: hidden;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 4px 0 rgba(166, 166, 167, 0.52);
    -moz-box-shadow: 0 3px 4px 0 rgba(166, 166, 167, 0.52);
    box-shadow: 0 3px 4px 0 rgba(166, 166, 167, 0.52);
    border: none;
    border-radius: 0; }
    @media (min-width: 992px) {
      .projects-page-content #our-projects .card {
        height: 325px; } }
    @media (min-width: 767px) and (max-width: 992px) {
      .projects-page-content #our-projects .card {
        height: 400px; } }
    .projects-page-content #our-projects .card .card-header {
      font-size: 14px;
      text-align: center; }
    .projects-page-content #our-projects .card .image-container {
      position: relative;
      overflow: hidden;
      height: 150px; }
      .projects-page-content #our-projects .card .image-container img {
        height: 100%;
        width: 100%;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
      .projects-page-content #our-projects .card .image-container:hover {
        cursor: url(../images/pointer.png), crosshair; }
        .projects-page-content #our-projects .card .image-container:hover img {
          cursor: url(../images/pointer.png), crosshair;
          -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1); }
    .projects-page-content #our-projects .card .card-body {
      padding: .55rem 0 0 .55rem; }
      .projects-page-content #our-projects .card .card-body span.left {
        color: #ed252c;
        width: 28%;
        display: inline-block;
        float: left;
        overflow: hidden;
        font-size: 13px; }
        .projects-page-content #our-projects .card .card-body span.left::after {
          content: ':';
          margin: 0 1px 0 1px; }
        @media (min-width: 767px) and (max-width: 992px) {
          .projects-page-content #our-projects .card .card-body span.left {
            width: 30%; } }
      .projects-page-content #our-projects .card .card-body span.right {
        color: #071c33;
        width: 70%;
        display: inline-block;
        font-size: 13px; }
.projects-page-content #new-projects .card {
  width: 100%;
  margin-bottom: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 4px 0 rgba(166, 166, 167, 0.52);
  -moz-box-shadow: 0 3px 4px 0 rgba(166, 166, 167, 0.52);
  box-shadow: 0 3px 4px 0 rgba(166, 166, 167, 0.52);
  border: none;
  border-radius: 0;
  height: 420px; }
  @media (max-width: 576px) {
    .projects-page-content #new-projects .card {
      height: 430px; } }
  .projects-page-content #new-projects .card .card-header {
    position: relative;
    overflow: hidden;
    display: block;
    height: 65px; }
  .projects-page-content #new-projects .card .card-body {
    padding: .55rem 0 0 .55rem; }
    .projects-page-content #new-projects .card .card-body span.left {
      color: #ed252c;
      width: 35%;
      display: inline-block;
      float: left;
      overflow: hidden;
      font-size: 15px; }
      .projects-page-content #new-projects .card .card-body span.left::after {
        content: ':';
        margin: 0 1px 0 1px; }
    .projects-page-content #new-projects .card .card-body span.right {
      color: #071c33;
      width: 60%;
      display: inline-block;
      font-size: 16px; }
.projects-page-content .owl-carousel .owl-nav .owl-next,
.projects-page-content .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  display: block !important;
  top: 40%;
  height: 30px;
  width: 30px;
  border: 2px solid #ed252c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  color: #082372;
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .projects-page-content .owl-carousel .owl-nav .owl-next:hover,
  .projects-page-content .owl-carousel .owl-nav .owl-prev:hover {
    background-color: #ed252c;
    color: #ffffff; }
  @media (max-width: 1200px) {
    .projects-page-content .owl-carousel .owl-nav .owl-next,
    .projects-page-content .owl-carousel .owl-nav .owl-prev {
      top: 100%; } }
.projects-page-content .owl-carousel .owl-nav .owl-prev {
  left: -40px; }
  @media (max-width: 1200px) {
    .projects-page-content .owl-carousel .owl-nav .owl-prev {
      left: 46%; } }
  @media (max-width: 991px) {
    .projects-page-content .owl-carousel .owl-nav .owl-prev {
      left: 40%; } }
.projects-page-content .owl-carousel .owl-nav .owl-next {
  right: -40px; }
  @media (max-width: 1200px) {
    .projects-page-content .owl-carousel .owl-nav .owl-next {
      left: 50%; } }
  @media (max-width: 1200px) {
    .projects-page-content .owl-carousel .owl-nav .owl-next {
      left: 53%; } }

.trading-submenu h5 {
  margin: 20px 0;
  text-transform: capitalize; }

#trading-page-content a.printed {
  margin: auto !important;
  top: 5px; }
#trading-page-content .main-slider .carousel .carousel-indicators li {
  background-color: transparent; }
  #trading-page-content .main-slider .carousel .carousel-indicators li.active {
    background-color: transparent; }
#trading-page-content h4 {
  background: #ee333a;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 6px 16px;
  width: 98.5%; }
  @media (max-width: 767px) {
    #trading-page-content h4 {
      font-size: 18px; } }
#trading-page-content .trading-carousel {
  margin-bottom: 50px; }
#trading-page-content .owl-carousel .owl-nav .owl-next,
#trading-page-content .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  display: block !important;
  top: 40%;
  height: 30px;
  width: 30px;
  border: 2px solid #ed252c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  color: #082372;
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  #trading-page-content .owl-carousel .owl-nav .owl-next:hover,
  #trading-page-content .owl-carousel .owl-nav .owl-prev:hover {
    background-color: #ed252c;
    color: #ffffff; }
  @media (max-width: 1200px) {
    #trading-page-content .owl-carousel .owl-nav .owl-next,
    #trading-page-content .owl-carousel .owl-nav .owl-prev {
      top: 100%; } }
#trading-page-content .owl-carousel .owl-nav .owl-prev {
  left: -40px; }
  @media (max-width: 1200px) {
    #trading-page-content .owl-carousel .owl-nav .owl-prev {
      left: 46%; } }
  @media (max-width: 991px) {
    #trading-page-content .owl-carousel .owl-nav .owl-prev {
      left: 40%; } }
#trading-page-content .owl-carousel .owl-nav .owl-next {
  right: -40px; }
  @media (max-width: 1200px) {
    #trading-page-content .owl-carousel .owl-nav .owl-next {
      left: 50%; } }
  @media (max-width: 1200px) {
    #trading-page-content .owl-carousel .owl-nav .owl-next {
      left: 53%; } }
#trading-page-content .owl-carousel.owl-theme .owl-dots .owl-dot span {
  height: 12px;
  width: 12px;
  border-radius: 50%; }
#trading-page-content .owl-carousel.owl-theme .owl-dots .owl-dot.active span, #trading-page-content .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ed252c; }
#trading-page-content .card {
  width: 100%;
  margin-bottom: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 4px 0 #cacaca;
  -moz-box-shadow: 0 3px 4px 0 #cacaca;
  box-shadow: 0 3px 4px 0 #cacaca;
  border: none;
  border-radius: 0;
  height: 340px; }
  @media (max-width: 1200px) {
    #trading-page-content .card {
      height: 390px; } }
  @media (min-width: 991px) {
    #trading-page-content .card {
      width: 95%; } }
  #trading-page-content .card .card-header {
    position: relative;
    overflow: hidden;
    display: block;
    min-height: 45px;
    height: 45px; }
  #trading-page-content .card img {
    height: 100%;
    width: 100%; }
  #trading-page-content .card .overlay-container {
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%; }
    #trading-page-content .card .overlay-container .overlay-container-content {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 30%;
      margin: auto;
      text-align: center;
      opacity: 0;
      transition: opacity .35s ease; }
      #trading-page-content .card .overlay-container .overlay-container-content .btn {
        display: block;
        margin: auto;
        margin-bottom: 5px;
        background-color: #232323a3;
        border-color: #082372;
        color: #ffffff;
        width: 80%; }
    #trading-page-content .card .overlay-container:hover::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(120deg, #ed252c, #071c33);
      opacity: .7; }
    #trading-page-content .card .overlay-container:hover .overlay-container-content {
      z-index: 1000;
      opacity: 1; }
  #trading-page-content .card .footer {
    position: relative;
    display: block;
    height: 100%; }
  #trading-page-content .card .right {
    float: right;
    display: inline-block;
    overflow: hidden; }
    #trading-page-content .card .right p {
      background-color: #082372;
      padding: 5px;
      border-radius: 2px;
      color: #ffffff;
      margin-bottom: -3px; }
  #trading-page-content .card .left {
    float: left;
    display: inline-block;
    overflow: hidden; }
  #trading-page-content .card .card-body {
    overflow: hidden;
    background: #e2e2e24f;
    padding: 1em 0.45rem; }
    #trading-page-content .card .card-body ul {
      margin-bottom: 0; }
    #trading-page-content .card .card-body span.left {
      color: #071c33;
      width: 35%;
      display: inline-block;
      float: left;
      overflow: hidden;
      font-size: 14px;
      text-align: left; }
      #trading-page-content .card .card-body span.left::after {
        content: ':';
        margin: 0 1px 0 1px; }
    #trading-page-content .card .card-body span.right {
      color: #071c33;
      width: 35%;
      display: inline-block;
      font-size: 14px; }
    #trading-page-content .card .card-body span.country {
      width: 25%;
      display: inline-block;
      background: #ed252c;
      border: none;
      color: #fff;
      text-align: center; }
    @media (max-width: 1200px) {
      #trading-page-content .card .card-body span.left {
        width: 50%; }
      #trading-page-content .card .card-body span.right {
        width: 40%; }
      #trading-page-content .card .card-body span.country {
        display: block;
        margin: 5% 2%; } }
    @media (max-width: 991px) and (min-width: 767px) {
      #trading-page-content .card .card-body span.left {
        width: 58%; }
      #trading-page-content .card .card-body span.right {
        width: 40%; }
      #trading-page-content .card .card-body span.country {
        display: block;
        margin: 5% 2%; } }
@media (max-width: 767px) {
  #trading-page-content h2 {
    font-size: 20px; }
    #trading-page-content h2::after {
      content: none; } }
#trading-page-content .trading-sublevels .country-origin {
  background: #082372;
  text-align: center;
  height: 56px;
  color: #ffffff; }
  #trading-page-content .trading-sublevels .country-origin.single {
    line-height: 3; }

#main-trading-page {
  padding-bottom: 0; }
  #main-trading-page .trading-branches-anchors {
    margin-top: 35px; }
  #main-trading-page a.trading-branches-anchor {
    position: relative;
    padding: 20px;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background: #071c33eb;
    background: #ffffff;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 20px;
    background-size: 70% auto;
    transition: all .3s ease;
    border: 5px solid #eee;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
    background: #d9d9d9; }
    #main-trading-page a.trading-branches-anchor img {
      padding: 15px;
      margin: auto; }
  #main-trading-page h2 {
    margin-bottom: 50px;
    color: #071c33; }
    @media (max-width: 767px) {
      #main-trading-page h2 {
        margin-bottom: 20px; } }
  #main-trading-page h4 {
    color: #071c33; }
    #main-trading-page h4 a {
      color: #000000;
      text-transform: capitalize;
      font-size: inherit; }
  #main-trading-page .printed {
    top: 5px;
    bottom: 50px; }
    @media (max-width: 767px) {
      #main-trading-page .printed {
        display: block;
        margin-bottom: 10px;
        text-align: center; } }
  #main-trading-page a:not(.printed) span {
    font-size: 16px;
    font-weight: 600;
    color: #071c33; }
  #main-trading-page a:not(.printed).img-anchor {
    width: 55%;
    background: #d9d9d9;
    padding: 50px;
    border-radius: 50%;
    border: 5px solid #eee;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
    transition: all 300ms ease-in-out;
    margin-bottom: 20px; }
    #main-trading-page a:not(.printed).img-anchor:hover {
      box-shadow: 0 3px 2px rgba(7, 28, 51, 0.8); }
  #main-trading-page a:not(.printed) img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-size: 50% auto; }
  #main-trading-page .video-container {
    margin-top: 50px;
    padding: 40px;
    color: #071c33;
    background-color: #e0e0e0; }
    #main-trading-page .video-container p {
      font-size: 20px; }
    #main-trading-page .video-container .embed-responsive,
    #main-trading-page .video-container .embed-responsive .embed-responsive-item,
    #main-trading-page .video-container .embed-responsive embed,
    #main-trading-page .video-container .embed-responsive iframe,
    #main-trading-page .video-container .embed-responsive object
     {
      BACKGROUND: white;
      height: 100%;
      border-radius: 7px; }

#careers-main-page {
  padding: 0 !important; }
  #careers-main-page .section-blue {
    padding: 30px 0; }
    #careers-main-page .section-blue.search-part label {
      font-size: 22px; }
      @media (max-width: 576px) {
        #careers-main-page .section-blue.search-part label {
          text-align: center; } }
    #careers-main-page .section-blue.search-part .form-group .input-group .input-group-append .btn {
      background: #ffffff;
      color: #ed252c;
      border-radius: .85rem;
      border-top-left-radius: 0 !important;
      border-bottom-left-radius: 0 !important; }
    #careers-main-page .section-blue.search-part .form-group .input-group input {
      color: #071c33;
      border-radius: .85rem;
      border-color: #ffffff;
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important; }
  #careers-main-page .jop-form {
    padding: 70px 0;
    margin: 50px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    @media (max-width: 576px) {
      #careers-main-page .jop-form {
        padding: 0; } }
    #careers-main-page .jop-form h3 {
      color: #071c33;
      padding: 0 16px;
      margin-bottom: 20px; }
    #careers-main-page .jop-form form {
      position: relative;
      overflow: hidden;
      padding: 15px; }
      #careers-main-page .jop-form form .input-group {
        height: 55px; }
        #careers-main-page .jop-form form .input-group .form-control {
          height: 100%;
          border-radius: .55rem;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0;
          -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #c3dffc;
          -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #c3dffc;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #c3dffc; }
        #careers-main-page .jop-form form .input-group .input-group-text .fa {
          color: #071c33; }
      #careers-main-page .jop-form form .form-control-file {
        border-radius: .55rem;
        bottom: 14px;
        background: #ffffff;
        border: 1px solid #ced4da;
        padding: 11px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #c3dffc;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #c3dffc;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #c3dffc; }
      #careers-main-page .jop-form form .submit {
        background: #071c33;
        color: #ffffff;
        border: none;
        text-transform: uppercase;
        padding: 12px 0;
        border-radius: .45rem;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        #careers-main-page .jop-form form .submit:hover {
          background-color: rgba(7, 28, 51, 0.9); }

#contact-main-page h2 {
  color: #071c33; }
#contact-main-page .contact-form {
  padding: 70px 0;
  margin: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  @media (max-width: 576px) {
    #contact-main-page .contact-form {
      padding: 0; } }
  #contact-main-page .contact-form form {
    position: relative;
    overflow: hidden;
    padding: 15px; }
    #contact-main-page .contact-form form .input-group {
      height: 55px; }
      #contact-main-page .contact-form form .input-group .form-control {
        height: 100%;
        border-radius: .55rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #c3dffc;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #c3dffc;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #c3dffc; }
      #contact-main-page .contact-form form .input-group .input-group-text .fa {
        color: #071c33; }
    #contact-main-page .contact-form form .form-control-file {
      border-radius: .55rem;
      bottom: 14px;
      background: #ffffff;
      border: 1px solid #ced4da;
      padding: 11px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #c3dffc;
      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #c3dffc;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #c3dffc; }
    #contact-main-page .contact-form form .submit {
      background: #071c33;
      color: #ffffff;
      border: none;
      text-transform: uppercase;
      padding: 12px 0;
      margin-top: 10px;
      border-radius: .45rem;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      #contact-main-page .contact-form form .submit:hover {
        background-color: rgba(7, 28, 51, 0.9); }

#branches-page-content .main-slider .carousel .carousel-indicators li {
  background-color: transparent; }
  #branches-page-content .main-slider .carousel .carousel-indicators li.active {
    background-color: transparent; }
#branches-page-content h2 {
  color: #ed252c; }
#branches-page-content h3 {
  margin-bottom: 15px; }
#branches-page-content .nav li.dropdown {
  background-color: #071c33;
  width: 100%;
  text-align: center;
  border-radius: 5px; }
  #branches-page-content .nav li.dropdown .dropdown-toggle {
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 600; }
  #branches-page-content .nav li.dropdown .dropdown-menu {
    background: #071c33;
    width: 100%;
    transform: translate3d(0px, 47px, 0px) !important; }
    #branches-page-content .nav li.dropdown .dropdown-menu .dropdown-item:focus, #branches-page-content .nav li.dropdown .dropdown-menu .dropdown-item:hover, #branches-page-content .nav li.dropdown .dropdown-menu .dropdown-item.active, #branches-page-content .nav li.dropdown .dropdown-menu .dropdown-item:active {
      color: #071c33;
      text-decoration: none;
      background-color: #ffffff !important; }
  #branches-page-content .nav li.dropdown:hover {
    background-color: rgba(7, 28, 51, 0.9); }
#branches-page-content .branches-projects .card {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 4px 0 rgba(166, 166, 167, 0.52);
  -moz-box-shadow: 0 3px 4px 0 rgba(166, 166, 167, 0.52);
  box-shadow: 0 3px 4px 0 rgba(166, 166, 167, 0.52);
  border: none;
  border-radius: 0;
  height: 410px; }
  @media (max-width: 576px) {
    #branches-page-content .branches-projects .card {
      height: 400px; } }
  #branches-page-content .branches-projects .card .card-header {
    position: relative;
    overflow: hidden;
    display: block;
    height: 65px; }
  #branches-page-content .branches-projects .card .card-body {
    padding: .55rem 0 0 .55rem; }
    #branches-page-content .branches-projects .card .card-body span.left {
      color: #ed252c;
      width: 35%;
      display: inline-block;
      float: left;
      overflow: hidden;
      font-size: 15px; }
      #branches-page-content .branches-projects .card .card-body span.left::after {
        content: ':';
        margin: 0 1px 0 1px; }
    #branches-page-content .branches-projects .card .card-body span.right {
      color: #071c33;
      width: 60%;
      display: inline-block;
      font-size: 16px; }
  #branches-page-content .branches-projects .card .card-img-top {
    height: 180px; }
#branches-page-content .branches-projects .ps__rail-x,
#branches-page-content .branches-projects .ps__rail-y {
  opacity: 1; }
#branches-page-content .branches-projects .ps__thumb-y {
  display: inherit;
  background-color: #ed252c;
  right: 0 !important;
  border-radius: 25px;
  width: 5px; }
#branches-page-content .branches-projects .ps__rail-y {
  width: 5px; }
#branches-page-content .branches-projects .ps--active-x > .ps__rail-x, #branches-page-content .branches-projects .ps--active-y > .ps__rail-y {
  background-color: #071c33 !important;
  border-radius: 25px; }
#branches-page-content .branches-certificates {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  #branches-page-content .branches-certificates .card {
    width: 100%;
    margin-bottom: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 4px 0 rgba(166, 166, 167, 0.52);
    -moz-box-shadow: 0 3px 4px 0 rgba(166, 166, 167, 0.52);
    box-shadow: 0 3px 4px 0 rgba(166, 166, 167, 0.52);
    border: none;
    border-radius: 0; }
    @media (min-width: 767px) {
      #branches-page-content .branches-certificates .card img {
        height: 500px; } }
    #branches-page-content .branches-certificates .card .card-header {
      position: relative;
      overflow: hidden;
      display: block;
      height: 85px; }
#branches-page-content #map {
  height: 500px;
  width: 100%; }

.scrolllll {
  position: absolute;
  right: 2%;
  bottom: 10px;
  display: block;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  text-decoration: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);
  -webkit-animation: fade_move_down 3s ease-in-out infinite;
  -moz-animation: fade_move_down 3s ease-in-out infinite;
  animation: fade_move_down 3s ease-in-out infinite; }

.scroll-down {
  width: 13px;
  height: 13px;
  top: 50%;
  border-bottom: 3px solid #000000;
  border-right: 3px solid #000000;
  margin-top: 32%;
  margin-left: 32%; }

/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -10px) rotate(45deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 10px) rotate(45deg);
    opacity: 0; } }
@-moz-keyframes fade_move_down {
  0% {
    -moz-transform: translate(0, -10px) rotate(45deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -moz-transform: translate(0, 10px) rotate(45deg);
    opacity: 0; } }
@keyframes fade_move_down {
  0% {
    transform: translate(0, -10px) rotate(45deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: translate(0, 10px) rotate(45deg);
    opacity: 0; } }
.maintenance-branches-pages-content h2 {
  text-align: center;
  text-transform: uppercase; }
.maintenance-branches-pages-content .figure {
  width: 95%;
  height: 300px;
  -webkit-box-shadow: 0 2px 3px 1px rgba(118, 114, 114, 0.52);
  -moz-box-shadow: 0 2px 3px 1px rgba(118, 114, 114, 0.52);
  box-shadow: 0 2px 3px 1px rgba(118, 114, 114, 0.52);
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin-bottom: 20px; }
  .maintenance-branches-pages-content .figure a {
    position: relative;
    overflow: hidden;
    height: 70%;
    width: 100%;
    display: block; }
    .maintenance-branches-pages-content .figure a img {
      max-width: 100%;
      height: 100%;
      width: 100%;
      -webkit-transition: all 300s ease-in-out;
      -moz-transition: all 300s ease-in-out;
      -ms-transition: all 300s ease-in-out;
      -o-transition: all 300s ease-in-out;
      transition: all 300s ease-in-out;
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }
    .maintenance-branches-pages-content .figure a:hover {
      -webkit-filter: grayscale(1);
      filter: grayscale(1); }
  .maintenance-branches-pages-content .figure .figure-caption {
    padding: 10px;
    height: 30%;
    color: #071c33;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
    .maintenance-branches-pages-content .figure .figure-caption .row span {
      text-transform: capitalize; }
      .maintenance-branches-pages-content .figure .figure-caption .row span:first-child {
        color: #ed252c; }
        .maintenance-branches-pages-content .figure .figure-caption .row span:first-child::after {
          content: ':';
          margin: 0 1px 0 1px; }
  .maintenance-branches-pages-content .figure:hover .figure-caption {
    background-color: #071c33;
    color: #ffffff; }

.r header {
  position: relative !important;
  top: 0;
  left: 0;
  right: 0;
  height: 180px;
  margin-bottom: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  object-fit: cover; }
  .r header#branches-header {
    background-image: url(../images/branches-bg.jpg); }
  .r header#contact-header {
    background-image: url(../images/11.jpg); }
  .r header#careers-header {
    background-image: url(../images/careers-page.jpg); }
  .r header.maintenance-header {
    background-image: url(../images/maintance-page.jpg); }
  .r header#projects-header {
    background-image: url(../images/projects-page.jpg); }
  .r header#servoices-header {
    background-image: url(../images/services-page-n.png); }
  .r header#trading-header {
    background-image: url(../images/trading.jpg); }
  .r header::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 40, 40, 0.66);
    z-index: 2; }
  .r header .breadnav {
    z-index: 1000;
    overflow: hidden;
    margin: 0 auto;
    bottom: 0;
    position: absolute;
    background: transparent; }
    @media (min-width: 1200px) {
      .r header .breadnav {
        left: 20%; } }
    .r header .breadnav ol.breadcrumb {
      background-color: transparent; }
      .r header .breadnav ol.breadcrumb .breadcrumb-item.active {
        color: #ed252c;
        text-transform: capitalize;
        font-size: 1.2rem; }
        .r header .breadnav ol.breadcrumb .breadcrumb-item.active::before {
          color: #ed252c; }
.r .navbar {
  height: auto;
  background-color: transparent; }
  .r .navbar .navbar-nav {
    background-color: rgba(7, 28, 51, 0.8); }
.r .main-slider .carousel .carousel-indicators li {
  visibility: hidden; }
  .r .main-slider .carousel .carousel-indicators li.active {
    visibility: hidden; }
  .r .main-slider .carousel .carousel-indicators li:active {
    visibility: hidden; }
.r h2 {
  margin-bottom: 20px;
  text-align: left !important; }
.r #socialize {
  top: 0 !important;
  left: auto;
  z-index: 9999;
  right: 27%; }
.r #socialize ul {
  background-color: transparent;
  padding: 0 12px;
  top: 0; }
  .r #socialize ul li {
    margin: 2px 0;
    display: inline-block;
    color: #071c33;
    height: 25px;
    width: 25px;
    line-height: 30px;
    border-radius: 0 0 15% 15%;
    background: rgba(255, 255, 255, 0.8);
    text-align: center; }
    .r #socialize ul li a {
      color: #071c33; }

#upper-bar-area {
  display: none; }

.modal .modal-title {
  text-transform: capitalize; }
.modal .modal-footer button {
  background: #071c33;
  color: #ffffff; }

@media (min-width: 767px) {
  #home-page .home-copyrights {
    background: #071c33;
    z-index: 9999;
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 40px; } }

.navbar-nav li:hover > ul.dropdown-menu {
  display: block; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px; }

.dropdown-menu {
  top: 94%; }

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg); }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em; }

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem; }

.active, a.active {
  color: #ed252c !important; }

.navbar {
  -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
  transition: padding-top 0.3s, padding-bottom 0.3s;
  /* breakpoint and up - mega dropdown styles */
  /* start navbar toggler animation */ }
  .navbar .navbar-nav {
    background-color: rgba(7, 28, 51, 0.5);
    border-radius: 25px; }
  .navbar .navbar-brand {
    padding: 0 0; }
    .navbar .navbar-brand img {
      width: 120px;
      height: 80px;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      margin-left: 18px; }
      @media (max-width: 992px) {
        .navbar .navbar-brand img {
          width: 100px;
          height: 70px; } }
    .navbar .navbar-brand span {
      font-size: 1.0rem;
      text-align: center;
      display: block; }
      @media (max-width: 992px) {
        .navbar .navbar-brand span {
          font-size: .8rem; } }
  .navbar .dropdown-menu {
    border-radius: 0 0 .25rem .25rem; }
  .navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem; }
  .navbar .dropdown-menu {
    border: none;
    background-color: rgba(7, 28, 51, 0.9) !important; }
    .navbar .dropdown-menu .dropdown-item, .navbar .dropdown-menu .dropdown-item {
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      -ms-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      .navbar .dropdown-menu .dropdown-item:focus, .navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item:focus, .navbar .dropdown-menu .dropdown-item:hover {
        color: #ed252c;
        text-decoration: none;
        background-color: transparent; }
      .navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item:hover {
        margin-left: 5px; }
  .navbar .dropdown-submenu .dropdown-menu .dropdown-item {
    font-size: 13px; }
  @media screen and (min-width: 1200px) {
    .navbar {
      /* remove the padding from the navbar so the dropdown hover state is not broken */
      /* makes the dropdown full width  */
      /* shows the dropdown menu on hover */ }
      .navbar .navbar {
        padding-top: 0;
        padding-bottom: 0; }
      .navbar .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, 0.15);
        background-color: #ffffff;
        top: 94%; }
        .navbar .dropdown-menu.sub-of-sub-dropdown {
          top: 29%; } }
  .navbar .nav-item .nav-link {
    color: #ffffff;
    padding: 10px 0;
    letter-spacing: 1px;
    font-size: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    @media (min-width: 1200px) {
      .navbar .nav-item .nav-link:not(.dropdown-item) {
        padding: 13px 8px !important; }
      .navbar .nav-item .nav-link.dropdown-item {
        padding: .25rem 1.5rem; } }
  .navbar .navbar-toggler {
    border: none;
    background: transparent !important; }
    .navbar .navbar-toggler:focus {
      outline: none;
      background: transparent !important; }
    .navbar .navbar-toggler .icon-bar {
      background-color: #cccccc;
      transform: rotate(0deg) translate(0px, 0px);
      transition: ease all .2s;
      display: block;
      width: 22px;
      height: 2px;
      border-radius: 1px; }
      .navbar .navbar-toggler .icon-bar + .icon-bar {
        margin-top: 4px; }
  .navbar .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s; }
  .navbar .navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transition: ease all .2s; }
  .navbar .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s; }
  @media screen and (max-width: 1200px) {
    .navbar .navbar-collapse {
      text-align: center;
      background-color: rgba(7, 28, 51, 0.9); }
      .navbar .navbar-collapse .navbar-nav {
        border-radius: 0; }
      .navbar .navbar-collapse li {
        border-bottom: 1px solid rgba(237, 37, 44, 0.42); }
        .navbar .navbar-collapse li:last-child {
          border-bottom: none; } }
  .navbar.navbar-shrink {
    height: 95px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #071c33; }
    @media (max-width: 992px) {
      .navbar.navbar-shrink {
        min-height: 65px;
        height: auto; } }
    .navbar.navbar-shrink .navbar-nav {
      background-color: transparent; }
    .navbar.navbar-shrink .navbar-collapse {
      text-align: center;
      background-color: transparent; }
    .navbar.navbar-shrink .navbar-brand {
      padding: 12px 0; }
      .navbar.navbar-shrink .navbar-brand img {
        height: 75px;
        width: 100px; }
      .navbar.navbar-shrink .navbar-brand span {
        font-size: .7rem; }
      @media (max-width: 992px) {
        .navbar.navbar-shrink .navbar-brand {
          padding: 0 0; }
          .navbar.navbar-shrink .navbar-brand img {
            height: 60px;
            width: 80px; } }
    .navbar.navbar-shrink .nav-item .nav-link {
      font-size: 14px;
      padding: 18px 14px; }
      .navbar.navbar-shrink .nav-item .nav-link:hover {
        color: #ed252c; }

/*# sourceMappingURL=style.css.map */
