﻿@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=El+Messiri:400,500,600,700|Tajawal:200,300,400,500,700,800,900");
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Tajawal:200,300,400,500,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oleo+Script:wght@400;700&display=swap");

html,
body {
  height: 100%;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: #3c3c3c;
  /*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}

.header {
  padding: 10px 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}

.header-inner {
  padding: 10px 0;
  background-color: rgb(255 255 255 / 1);
  position: relative;
}

.logo img {
  /*height:100px;*/
  height: 100%;
}

@media (max-width: 768px) {
  .header .logo-img {
    max-width: 90px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .header .logo-img {
    max-width: 80px;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .header .logo-img {
    max-width: 70px;
    width: 100%;
  }
}
.contacts {
  color: #ffffff !important;
  padding: 15px 20px !important;
  text-align: right;
  background-color: #0083ca !important;
  text-transform: capitalize !important;
  top: -15px !important;
  border-radius: 50px;
}
.contactUs-title {
  font-size: 54px;
  color: Black;
}
@media (max-width: 768px) {
  .contactUs-title {
    font-size: 25px;
  }
}
.contacts a {
  color: #ffffff;
}
.contacts img {
  width: 25px;
  height: auto;
  margin-left: 10px;
}

.language {
  font-family: "Tajawal", sans-serif !important;
}

.kenz {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  font-size: 65px;
  font-weight: 800;
  top: 155px;
  z-index: 99;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.bg-links {
  position: absolute;
  width: 60px;
  padding: 10px 0;
  text-align: center;
  top: 120px;
  left: 15px;
}

.bg-links .btn {
  color: white;
  padding: 25px 0px;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  font-size: 9px;
  border: 0px solid #fff;
  font-weight: 500;
  cursor: pointer;
  margin: 3px 0px;
  border-radius: 200px;
  width: 60px;
  height: 60px;
}

.btn-header {
  display: inline-block;
  padding: 12px 32px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: capitalize;
  background-image: none;
  border: 2px solid transparent;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-more {
  color: #fff;
  background-color: #0083ca;
  border-color: #0083ca;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-more:hover {
  color: #0083ca;
  background-color: #ffffff;
  border-color: #0083ca;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-gray {
  color: #fff;
  background-color: #0083ca;
  border-color: #0083ca;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-gray:hover {
  color: #fff;
  background-color: #cccccc;
  border-color: #cccccc;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-white {
  color: #034b75;
  background-color: #fff;
  border-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
}

.btn-white:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border-color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
}

.about {
  padding: 120px 0;
  overflow: hidden;
  position: relative;
  margin-top: 2px;
  color: #ffffff;
}
@media (max-width: 766px) {
  .about {
    padding: 60px 0 160px;
  }
}

.bg-about {
  background: url("../images/bg-welcome3.png") no-repeat left center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
}

.title {
  color: #010a39;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding-bottom: 10px;
  background: url("../images/line-title.png") no-repeat left bottom;
}

.title span {
  color: #0083ca;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}

.title-white {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding-bottom: 10px;
  background: url("../images/line-menu1.png") no-repeat left bottom;
}

.title-white span {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}

.title-client {
  color: #010a39;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding-bottom: 10px;
  background: url("../images/line-menu.png") no-repeat center bottom;
}

.welcome-text {
  height: 250px;
  overflow: hidden;
  line-height: 26px;
  margin-bottom: 10px;
}

.about-links-all {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.about-links {
  position: absolute;
  color: #ffffff;
  cursor: pointer;
}

.about-links .text {
  font-size: 16px;
  color: #fff;
  width: 125px;
  position: absolute;
  top: 15px;
  left: 0;
  font-weight: 500;
  right: 0;
  margin: auto;
}

.about-links .text-on {
  color: #010a39 !important;
}

.about-links img {
  display: block;
  width: 45px;
  height: auto;
  margin: auto auto 10px auto;
  filter: brightness(100000);
}

.aboutimg-on {
  filter: brightness(0) !important;
}

.company {
  top: -55px;
  left: 0px;
  right: 0;
  margin: auto;
  width: 125px;
  height: 119px;
}

.strength {
  top: 75px;
  left: 25px;
  margin: auto;
  width: 125px;
  height: 119px;
}

.mission {
  top: 105px;
  right: 25px;
  margin: auto;
  width: 125px;
  height: 119px;
}

.vision {
  top: 285px;
  margin-left: 75px;
  width: 125px;
  height: 119px;
}

.value {
  top: 310px;
  margin-left: 330px;
  width: 125px;
  height: 119px;
}

.image-circle {
  width: 125px;
  height: 119px;
  background: url("../images/img-about-link.png") no-repeat center center;
  animation: spin 10s infinite linear;
}

@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}

.image-circle-on {
  background: url("../images/img-about-link-on.png") no-repeat center center !important;
}

.products-title-new {
  background-color: #010a39;
  padding: 40px 0;
  margin: 0px 0;
  position: relative;
}

#top-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  width: 100%;
  animation: 90s scroll infinite linear;
  opacity: 0.3;
}

@-webkit-keyframes scroll {
  100% {
    background-position: -30000px 0px;
  }
}

@-moz-keyframes scroll {
  100% {
    background-position: -30000px 0px;
  }
}

@-o-keyframes scroll {
  100% {
    background-position: -3000px 0px;
  }
}

@-ms-keyframes scroll {
  100% {
    background-position: -3000px 0px;
  }
}

@keyframes scroll {
  100% {
    background-position: -3000px 0px;
  }
}

.products-bg {
  padding: 50px 0;
}

.title-white-products {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding-bottom: 10px;
  background: url("../images/line-menu.png") no-repeat left bottom;
}

.title-white-products span {
  color: #0083ca;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .title-white-products {
    font-size: 30px;
  }
}
.products-home {
  overflow: hidden;
  position: relative;
  z-index: 99;
}

.products-home .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.products-home .container-fluid .row {
  margin-right: 0;
  margin-left: 0;
}

.products-home .container-fluid .row .col-md-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.circle {
  background: url(https://d13yacurqjgara.cloudfront.net/users/212457/screenshots/2212523/yo.jpg)
    #fff0;
  border-radius: 50%;
  height: 220px;
  width: 220px;
  text-transform: capitalize;
  margin: 145px auto auto auto;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border: 11px #fff solid;
  position: relative;
  padding-top: 75px;
  font-size: 30px;
}

.circle span {
  font-size: 17px;
  display: block;
}

.grid figure figcaption > a:hover .circle {
  border-radius: 0;
  cursor: pointer;
}

/*-------------- Counter -------------------*/

.Counter {
  padding: 80px 0;
  background-color: #0000cc;
}

.call-bg {
  padding: 25px 0;
  border-top: 1px #cccccc solid;
}
.call-bg img {
  float: left;
  margin-right: 25px;
}

.call-text {
  color: #333333;
  font-size: 23px;
  font-weight: 700;
}

.call-text span {
  display: block;
  color: #0083ca;
  font-size: 14px;
  font-weight: 600;
}

.carousel-img {
  height: 600px !important;
  width: 100%;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.carousel-caption2 {
  right: auto !important;
  left: 10% !important;
  top: 10% !important;
  bottom: auto !important;
  padding-bottom: 30px !important;
  width: 300px;
  text-align: left;
}
.carousel-caption .title1 {
  font-size: 100px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 0px;
}
.carousel-caption .title2 {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0px;
}
.carousel-caption h3 {
  text-transform: capitalize;
  font-family: Poppins, cursive;
  font-weight: 700;
  font-size: 55px;
  width: 100%;
}

.carousel-caption p {
  font-size: 20px;
  width: 100%;
}

.brands {
  padding: 80px 0;
  text-align: center;
  background-color: #fff;
}

.footer {
  position: relative;
  margin: 0px 0 0 0;
  /*color:#5d5d5d;*/
  color: #ffffff;
  overflow: hidden;
  margin-top: 2px;
}

.footer-logo {
  /* height:100px;*/
  height: 134px;
  margin: auto;
}

.footer-all {
  position: relative;
  z-index: 99;
  padding: 60px 0 30px 0;
  background-color: rgb(255 255 255 / 96%);
  background: rgb(255, 255, 255);
  /*  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,0.3) 100%);*/

  background: linear-gradient(
    2deg,
    rgb(139 193 199) 0%,
    rgb(103 116 118) 15%,
    rgb(76 73 73 / 40%) 100%
  );
}

.footer .video-container {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 9;
  top: -5px;
}

.footer iframe {
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  transform: translate(0%, 0%);
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-container iframe {
    width: 177.78vh;
  }
}

.margin-footer {
  margin-top: 250px;
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .margin-footer {
    margin-top: 0px;
    padding-top: 0px;
  }
}
.margin2-footer {
  border-top: 1px rgb(255 255 255 / 20%) solid;
  margin-top: 20px;
  padding-top: 30px;
}

.footer-title {
  font-size: 40px;
  text-transform: capitalize;
  /* color: #303030;*/
  color: #ffffff;
  font-weight: 600;
  margin-top: 15px;
}

.footer-call {
  /* font-size:25px;*/
  font-size: 17px;
  text-transform: capitalize;
  /* color: #303030;*/
  color: #ffffff;
  font-weight: 600;
  margin-top: 25px;
}

.footer-call span {
  /*font-size:12px;*/
  font-size: 25px;
  /* text-transform: uppercase;*/
  /*color: #303030;*/
  color: #ffffff;
  font-weight: 600;
  margin-top: 15px;
  display: block;
}

.footer-2 {
  font-size: 15px;
  text-transform: capitalize;
  /* color: #303030;*/
  color: #ffffff;
  font-weight: 600;
  margin-top: 30px;
}

.footer ul {
  padding-left: 0px;
  margin-bottom: 0;
}

.footer ul li {
  margin: 0px 30px 0px 0;

  color: #ffffff;
  display: inline-block;
}

.footer ul li a {
  /*color:#303030;*/
  color: #ffffff;
}

.footer-title2 {
  color: #303030;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 20px 0;
}

.footer-text {
  height: 65px;
  overflow: hidden;
  color: #303030;
}

.newletter {
  margin: 0;
}
.footer .form-control {
  display: block;
  width: 100%;
  height: 52px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.footer .btn-newletter {
  display: inline-block;
  padding: 9px 2px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  background-color: #0083ca;
  border: 1px solid transparent;
  border-radius: 4px;
  background-size: 100% 100%;
  height: 52px;
  width: 100%;
  color: #fff;
}

.footer .text-gary {
  font-size: 13px;
  color: #0083ca;
  text-transform: uppercase;
}
.footer-margin {
  margin-top: 10px;
}

.socials ul {
  padding-left: 0px;
  text-align: left;
  margin-top: 20px;
}

.socials ul li {
  display: inline-block;
  width: 31px;
  height: 31px;
}

.socials ul li a {
  width: 33px;
  height: 33px;
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  margin-left: 0px;
  /*color:#303030;*/
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.socials ul li a:hover {
  color: #0083ca;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.copyright {
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  background-color: #9e2146;
}

.copyright a {
  color: #fff;
}

.social ul {
  position: relative;
  overflow: hidden;
  text-align: left;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 10px;
}

.social ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0px 5px;
}

.social ul li a {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: #9e2146;
  border: 2px #9e2146 solid;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;

  border-radius: 100px;
}

.social ul li a:hover {
  color: #fff;
  background-color: #9e2146;
  border: 2px #9e2146 solid;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.copyright {
  background-color: #fff;
  padding: 15px 0;
  color: #323232;
  font-size: 14px;
  border-top: 1px #cccccc solid;
  text-align: center;
  font-weight: 600;
}

.copyright a {
  color: #323232;
}

.services-img {
  width: 150px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
}

.caption-inner {
  height: auto;
  width: 100%;
  color: #fff;
  position: relative;
}

.blue-bg {
  background-color: rgb(27 47 82 / 90%);
  position: absolute;
  width: 100%;
  height: 100%;
}

.caption-inner h3 {
  margin-bottom: 10px;
  font-size: 60px;
  padding: 150px 0 10px 0;
  font-weight: 800;
  text-transform: capitalize;
  margin-top: 0;
  color: #fff;
}

.caption-inner h4 {
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 25px;
  text-align: left;
  text-transform: capitalize;
  margin-top: 0;
  color: #fff;
}

.breadcrumb > .active {
  color: rgb(255 255 255 / 48%);
  font-weight: 400;
}

.text-right2 {
  text-align: right;
}

.breadcrumb {
  padding: 10px 0 30px 0;
  margin-bottom: 0px;
  color: #fff;
  list-style: none;
  background-color: rgba(245, 245, 245, 0);
  border-radius: 0px;
  text-align: left;
}

.breadcrumb > li {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
}

.breadcrumb > li a {
  color: #fff;
}

.breadcrumb > .active {
  color: rgb(255 255 255 / 48%);
  font-weight: 400;
}

.title-o {
  color: #379ed5;
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 30px;
}

.title-2 {
  color: #383838;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0px;
  border-left: 4px #0083ca solid;
  padding-left: 20px;
  margin-bottom: 30px;
  margin-top: 6px;
}

.margin-top {
  margin-top: 15px;
}

.title-w {
  color: #fff;
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 25px;
}

.title-w span {
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 4px;
}

.content-inner {
  padding: 50px 0;
  margin-bottom: 0;
}
.content-navy-bg {
  padding: 50px 0;
}

.content-navy-bg2 {
  padding: 20px 0;
  background-color: #0083ca;
}

.content-inner-about {
  padding: 50px 0;
  margin-bottom: 0;
  overflow: hidden;
}

.content-inner2 {
  padding: 50px 0;
  margin-bottom: 0;
  overflow: hidden;
}
.content-blue {
  padding: 50px 0;
  color: #ffffff;
  margin-bottom: 0;
  background-color: #379ed5;
}

.content-black {
  padding: 50px 0;
  margin: 2px 0;
  background-color: #010101;
}

.pic-inner {
  width: 500px;
  height: auto;
  margin-left: 30px;
  margin-bottom: 30px;
  float: right;
}

.pic-inner img {
  width: 100%;
}

.calls {
  margin-bottom: 25px;
  font-size: 16px;
}

.text-subline {
  position: relative;
  height: 1px;
  padding: 0;
  background: #f2f3f8;
  border: none;
}

.text-subline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 40px;
  background: #0083ca;
}

.calls-data {
  margin-top: 15px;
  color: #999999;
}

.calls-data a {
  color: #999999;
}

.calls-data i {
  color: #0083ca;
  margin-right: 10px;
  font-size: 18px;
}

.btn-contact {
  color: #fff;
  background-color: #0083ca;
  border-color: #0083ca;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
}

.btn-contact:hover {
  color: #0083ca;
  background-color: #fff;
  border-color: #0083ca;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  margin: 0;
  transition: 0.3s;
}

.btn-news {
  color: #fff;
  background-color: #0083ca;
  border-color: #0083ca;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-news:hover {
  color: #0083ca;
  background-color: #fff;
  border-color: #0083ca;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.container2 {
  padding: 200px 20px 200px 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.section-1 {
  background-image: url("../images/img-fixed.png");
  background-position: center;
  position: fixed;
  z-index: 999;
}

.gray-box {
  background-color: #f1f1f1;
  padding: 20px 20px 20px 20px;
  margin: 10px 0px 0px 0px;
  min-height: 90px;
  margin-bottom: 20px;
}

.code_apply {
  display: block;
  padding: 12px 20px;
  background-color: #444444;
  margin: 0px 0 10px 0px;
  min-height: 50px;
  color: #fff;
  width: 100%;
  float: right;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 13px;
}

a.code_apply {
  border: 1px solid rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
  padding: 3px 8px;
  margin: 10px 0px 0 0;
  float: none;
  width: 100%;
  min-height: auto;
  text-align: center;
  font-size: 16px;
}

a.code_apply:hover {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #0083ca;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-career {
  background-color: #0083ca;
  border: 1px #0083ca solid;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  margin: 0;
  transition: 0.3s;
}

.btn-career:hover {
  background-color: #fff;
  border: 1px #ffffff solid;
  color: #0083ca;
  margin: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.collapsible-all {
}
.collapsible-all .collapsible {
  background-color: #0083ca;
  color: #fff;
  cursor: pointer;
  padding: 14px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
  position: relative;
  border-radius: 3px;
}

.collapsible-all .active,
.collapsible-all .collapsible:hover {
  background-color: #01649a;
  color: #ffffff;
}

.collapsible-all .collapsible:after {
  content: "\002B";
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 15px;
}

.collapsible-all .active:after {
  content: "\2212";
}

.collapsible-all .content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fbfbfb;
}

.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.big-text {
  font-size: 18px;
}

.cv-box {
  background-color: #2ea053;
  padding: 20px;
}

.cv-box-title {
  text-align: center;
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  margin-bottom: 20px;
}

.title-product {
  color: #d43f39;
  font-size: 30px;
  margin-bottom: 20px;
}

.products-all {
  display: inline-block;
  width: 355px;
}

.products-box {
  height: 60px;
  vertical-align: middle;
  display: table-cell;
  width: 355px;
  text-align: center;
  padding: 0 10px;
}

.date-news {
  font-size: 14px;
  padding: 10px 0 15px 0;
  color: gray;
}

.date-news i {
  padding-right: 10px;
}

.box-program-all {
  position: relative;
  margin-bottom: 20px;
}

.box-program {
  height: 115px;
  width: 35%;
  position: relative;
  background-color: #fff;
  background-blend-mode: multiply;
  background-size: cover;
  border-radius: 4px;
}

.box-program-text {
  width: 58%;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 15px;
  padding: 0px 0px 5px 0;
  height: 115px;
  overflow: hidden;
  color: #2f2f2f;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.box-program-text:hover {
  color: #2f2f2f;
}

.box-program-text .text-all {
  font-size: 14px;
}

.program2-time {
  font-size: 15px;
  color: #0083ca;
  font-weight: 600;
  height: 55px;
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 8px 10px 10px 10px;
  border-radius: 4px;
  margin-bottom: 5px;
}

.title-news {
  font-size: 20px;
  color: #0083ca;
  margin-bottom: 10px;
  margin-top: 10px;
}

.left-menu ul {
  padding-left: 0;
  text-align: center;
}

.left-menu ul a:hover {
  text-decoration: none;
}

.left-menu ul a li {
  padding: 12px 15px;
  background-color: #ed1c24;
  display: block;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 1px;
  border-radius: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.left-menu-active {
  background-color: #25247b !important;
}

.left-menu ul a:hover li {
  background-color: #25247b;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pro-details1 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 10px 0;
  color: #242424;
}

.pro-details2 {
  display: block;
  vertical-align: middle;
  margin: 0px 0;
}

.pro-details3 {
  font-size: 25px;
  line-height: 25px;
  color: #0083ca;
  margin: 10px 0;
}
.product-addto-links {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: #666666;
  display: block;
  font-size: 14px;
  line-height: 35px;
  margin-top: 15px;
  margin-right: 8px;
  padding: 0;
  text-align: left;
  text-transform: none;
  vertical-align: middle;
}

.product-addto-links a {
  display: block;
  color: #5a5a5a;
}

.product-addto-links a i {
  padding-right: 10px;
}

.div-border {
  border: 1px #bfbfbf solid;
  padding: 20px;
  border-radius: 10px;
  font-size: 15px;
  margin-bottom: 20px;
}

.box-title h4 {
  margin: 0;
}

.div-border2 {
  border: 1px #bfbfbf solid;
  padding: 15px;
  border-radius: 0px;
  font-size: 15px;
  margin-bottom: 0px;
}

.div-border2 {
  border: 1px #bfbfbf solid;
  padding: 15px;
  border-radius: 0px;
  font-size: 15px;
  margin-bottom: 0px;
}

.div-border3 {
  padding: 15px 0px;
  border-radius: 0px;
  font-size: 15px;
  margin-bottom: 0px;
}

.lines {
  margin-top: 30px;
  margin-bottom: 50px;
}
.lines .row .col-md-3 {
  padding: 0;
}

.line-gray {
  border-top: 5px #c9cacc solid;
  text-align: center;
}

/* styles unrelated to zoom */
/* these styles are for the demo, but are not required for the plugin */
.zoom {
  display: inline-block;
  position: relative;
  border: 1px #e6e6e6 solid;
}

/* magnifying glass icon */
.zoom:after {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
}

.zoom img {
  display: block;
}

.zoom img::selection {
  background-color: transparent;
}

#ex2 img:hover {
  cursor: url(grab.cur), default;
}
#ex2 img:active {
  cursor: url(grabbed.cur), default;
}

.products-inner {
  margin-top: 30px;
}

.products-inner ul {
  text-align: center;
  padding-left: 0;
}

.products-inner ul a:hover {
  text-decoration: none;
}

.products-inner ul li {
  display: inline-block;
  width: 260px;
  height: 250px;
  border: 2px #f5f5f5 solid;
  margin: 0px 10px 20px 10px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.products-inner ul a:hover li {
  border: 2px #971873 solid;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.products-inner ul li img {
  height: 195px;
  width: 100%;
  object-fit: cover;
}

.products-title {
  color: #605f5f;
  font-size: 20px;
  font-family: "Playfair Display";
  margin-bottom: 0px;
  font-style: italic;
  padding-top: 15px;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.products-inner ul a:hover li .products-title {
  color: #971873;
}

.new-lable {
  background-color: #971873;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  padding: 4px 10px;
}

.title-gallery {
  font-size: 20px;
  color: #0083ca;
  margin: 30px 0;
  text-align: center;
}

.content-about {
  margin: 1px 0;
}

.about-color1 {
  background-color: #cfcfcf;
  padding: 100px;
  color: #ffffff;
  height: 375px;
}

.about-text1 {
  overflow: hidden;
  height: 130px;
  font-size: 18px;
}

.about-img1 {
  background-color: #a6a6a6;
  padding: 50px;
  color: #ffffff;
}

.about-color2 {
  background-color: #fff;
  padding: 75px;
  color: #333333;
  height: 375px;
}

.about-text2 {
  overflow: hidden;
  height: 230px;
  font-size: 18px;
}

.about-color3 {
  background-color: #010a39;
  padding: 100px;
  color: #ffffff;
  height: 375px;
}

.about-color4 {
  background-color: #0083ca;
  padding: 100px;
  color: #ffffff;
  height: 375px;
}

.wrapv {
  z-index: 5;
  position: absolute;
  display: block;
  top: 0px;
  left: 70px;
  height: 100%;
  width: 10vw;
}

.vertical {
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -webkit-transform-origin: right top 0;
  transform-origin: right top 0;
  right: 99%;
  color: #fff;
  padding-top: 5vw;
  padding-right: 5vw;
  font-size: 60px;
  white-space: nowrap;
  text-transform: capitalize;
  cursor: vertical-text;
  position: absolute;
  display: block;
  height: auto;
  direction: rtl;
  z-index: 11;
}

.about-color5 {
  background-color: #01486e;
  padding: 40px 50px;
  color: #ffffff;
  height: 250px;
}

.about-text5 {
  overflow: hidden;
  height: 80px;
  font-size: 18px;
}

.title-about-w {
  color: #fff;
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 15px;
}

.scroll-filler {
  height: 0vh;
}

.page-container {
  position: relative;
  height: 500px;
}

.bg-image {
  height: 500px;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: url("../images/bg1.jpg");
}

.bg-image2 {
  height: 500px;
  background: url("../images/bg2.jpg");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.transparent {
  height: 100%;
  width: 100%;
}

.transparent img {
  height: 500px;
  width: 100%;
}
.transparent-img {
  height: 500px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/bg1.jpg");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.plus-bg iframe {
  height: 710px;
}
@media (min-width: 725px) and (max-width: 850px) {
  .plus-bg iframe {
    height: 650px;
  }
}
@media (min-width: 648px) and (max-width: 725px) {
  .plus-bg iframe {
    height: 550px;
  }
}
@media (min-width: 400px) and (max-width: 648px) {
  .plus-bg iframe {
    height: 510px;
  }
}
@media (max-width: 400px) {
  .plus-bg iframe {
    height: 350px;
  }
}

.tabs {
  font-size: 19px;
  border-bottom: 1px #cccccc solid;
}

.tabs ul {
  padding-left: 0;
  text-align: center;
  margin: 10px 0 0 0;
}

.tabs ul li {
  text-align: center;
  padding: 10px 12px 15px 12px;
  font-weight: 400;
  display: inline-block;
}

.tabs ul li a {
  color: #535353;
}
.tabs ul li a:hover {
  color: #0083ca;
  text-decoration: none;
}

.tabs-active {
  font-size: 24px;
  border-bottom: 3px #0083ca solid;
  font-weight: 600 !important;
}

.footer-text-all {
  text-align: center;
}

.footer-text {
  display: inline-block;
  padding: 0 5px;
  font-size: 35px;
  font-weight: bold;
}

.footer-border {
  border-bottom: 5px #333333 solid;
  height: 15px;
  width: 500px;
  margin: auto;
}

.about-color6 {
  background-color: #cfcfcf;
  padding: 100px;
  color: #ffffff;
  height: auto;
}

.about-text6 {
  overflow: hidden;
  height: auto;
  font-size: 18px;
}

.about-img6 {
  background-color: #a6a6a6;
  padding: 50px;
  color: #ffffff;
}

.about-color7 {
  background-color: #fff;
  padding: 50px 75px;
  color: #333333;
  height: 225px;
  overflow: hidden;
}

.about-text7 {
  overflow: hidden;
  height: 85px;
  font-size: 15px;
}

.about-color8 {
  padding: 0 75px 75px 75px;
}

.title2-o {
  color: #379ed5;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 25px;
}

.about-color9 {
  background-color: #f5f5f5;
  padding: 40px 50px;
  color: #01486e;
  height: auto;
}

.about-text9 {
  font-size: 16px;
  height: 160px;
  overflow: hidden;
}

.about-color10 {
  background-color: #3c3c3b;
  padding: 80px 50px;
  color: #ffffff;
  height: auto;
}

.pic-rotate {
  width: 870px;
}

#kay-ventilator {
  opacity: 1;
  left: 235px;
  top: 300px;
  position: absolute;
  z-index: -1;
  -webkit-animation: spin 0.3s linear infinite;
  -moz-animation: spin 0.3s linear infinite;
  animation: spin 0.3s linear infinite;
}

.bg-g {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 100px;
}

.contact-info-section .inner-container {
  position: relative;
}

.contact-info-section .title-box {
  position: relative;
  display: block;
  margin-bottom: 50px;
  text-align: center;
}

.contact-info-section .title-box h2 {
  display: block;
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  margin-bottom: 21px;
}

.contact-info-section .title-box h3 {
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #0083ca;
}

.contact-info-section .title-box h3 a {
  color: #0083ca;
}

.contact-info-section .inner-container:before {
  position: absolute;
  content: "";
  /*background: #e2e2e2;*/
  width: 100%;
  height: 1px;
  left: 0px;
  /*top: 60%;
    margin-top: -5px;*/
}
.contact-info-section .info-column {
  /*border-right: 1px solid #e2e2e2;*/
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .contact-info-section .info-column {
    overflow-x: hidden;
  }
}
.info-block-one {
  /*background-color: #fafafa;*/
  padding: 10px 0px 10px 0px;
  /*min-height: 385px;*/
}

.info-block-one .inner-box {
  position: relative;
  display: block;
}

.info-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  /*line-height: 118px;*/
  line-height: 100px;
  text-align: center;
  font-size: 32px;
  background: #0083ca;
  color: #fff;
  /*background: #e2e2e2;
    color: #a9a6a5;
    margin-bottom:0px;
    clip-path: polygon(0% 50%, 50% 0%, 150% 100%, 0% 100%, 0% 0%);*/
  z-index: 1;
  transition: all 500ms ease;
}

.info-block-one .inner-box .icon-box img {
  width: 70px;
}

.info-block-one .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  color: #fff;
  line-height: 34px;
  font-weight: 700;
  padding-bottom: 25px;
  margin-bottom: 10px;
  border-bottom: 1px #ffffff solid;
}

.info-block-one .inner-box p {
  display: block;
  margin-bottom: 15px !important;
  font-size: 15px !important;
  color: #fff !important;
}

.info-block-one .inner-box p a {
  display: inline-block;
  color: #827e7d;
}

.info-block-one .inner-box .link-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1c1c1c;
}

.info-block-one .inner-box .link-box a span {
  position: relative;
  transition: all 500ms ease;
}

.info-block-one .inner-box .link-box a span:before {
  position: absolute;
  content: "\f105";
  font-family: "flaticon";
  font-size: 12px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  left: 0px;
  top: -1px;
  opacity: 0;
  transition: all 500ms ease;
}

.m-box {
  margin-top: 80px;
}

.contact-section .content-inner {
  position: relative;
}

.contact-section .content-box {
  position: relative;
  display: block;
  background: #1c1c1c;
  padding: 45px 60px;
}

.contact-section .content-box .upper-box {
  position: relative;
  display: block;
  padding-bottom: 22px;
  margin-bottom: 34px;
  border-bottom: 1px solid #373737;
}

.contact-section .content-box h6 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.contact-section .content-box .single-item {
  margin-bottom: 20px;
}

.contact-section .content-box .upper-box p {
  font-size: 20px;
  line-height: 30px;
  color: #a9a6a5;
}

.contact-section .content-box .single-item {
  margin-bottom: 27px;
}

.contact-section .content-box p {
  color: #a9a6a5;
  padding: 0;
  font-size: 16px;
}

.contact-section .content-box p a {
  color: #a9a6a5;
}

.pro-img {
  height: 560px;
  object-fit: cover;
  width: 100%;
}

.pro-img-margin {
  margin-top: 50px;
}

.portfolio-single .portfolio-info {
  border: 1px solid #dfdede;
  padding: 30px;
}

.portfolio-single .portfolio-info .entry-title {
  font-size: 24px;
}

.rt-section-title.style3.active-animation .line {
  width: 40px;
}
.rt-section-title.style3 .line {
  position: relative;
  margin-top: 10px;
  height: 4px;
  background: #0083ca;
  display: block;
}

.portfolio-single .portfolio-info p {
  padding: 15px 0 15px 0;
  height: 95px;
  overflow: hidden;
}

.portfolio-single .portfolio-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.portfolio-single .info-list > li {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.portfolio-single .info-list > li > label {
  color: #333333;
  font-weight: 700;
  width: 110px;
  display: inline-block;
}

.portfolio-single .info-list > li .portfolio-cat a {
  color: #333333;
}

.portfolio-single ul.rating {
  display: inline-flex;
  column-gap: 5px;
}

.portfolio-single ul.rating li.star-rate i {
  color: #ff9900;
}

.portfolio-single ul.rating li i {
  color: #ff9933;
  font-size: 15px;
}

.entry-title {
  font-size: 45px;
  margin: 25px 0 12px 0;
  font-weight: bold;
  line-height: 1.4;
}

.margin-2 {
  margin: 0px 0 50px 0;
}

.project-details .category-box {
  position: relative;
  display: block;
  padding-bottom: 33px;
  margin-bottom: 45px;
  border-bottom: 1px solid #e2e2e2;
}

.project-details .category-box .info-box h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.project-details-text {
  height: 110px;
  overflow: hidden;
}

.project-details .category-box .info-box p {
  position: relative;
  color: #827e7d;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
  padding: 5px 0;
}

.project-details .category-box .info-box p a {
  display: inline-block;
  color: #827e7d;
}

.tabs-active222 .image-circle.tablinks2 {
  background: url("https://new.email-soft.com/Kenz-jordan-web5/images/img-about-link-on.png")
    no-repeat center center !important;
}
.tabs-active222 div img {
  filter: none;
}
.tabs-active222 div {
  color: #000000 !important;
}

.innerHeaderSlider {
  height: auto;
  position: relative;
}
.mediaContainer {
  position: relative;
  width: 100%;
  height: 657px;
  z-index: 0;
  overflow: hidden;
}

.innerHeaderSlider .mediaContainer:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.mediaContainer img {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
}

.innerHeaderSlider .headerBottomContainer {
  bottom: 150px;
  z-index: 3;
}
.headerBottomContainer {
  position: absolute;
  width: 100%;
  z-index: 0;
  bottom: 50px;
  left: 0;
}

.bannerShape {
  width: 100%;
  height: 180px;
  position: absolute;
  bottom: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
}

.headerBottomContainer h3 {
  margin-bottom: 10px;
  font-size: 60px;
  padding: 150px 0 10px 0;
  font-weight: 800;
  text-transform: capitalize;
  margin-top: 0;
  color: #fff;
}

.headerBottomContainer h4 {
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 25px;
  text-align: left;
  text-transform: capitalize;
  margin-top: 0;
  color: #fff;
}

.breadcrumb > .active {
  color: rgb(255 255 255 / 48%);
  font-weight: 400;
}

.text-right2 {
  text-align: right;
}

.breadcrumb {
  padding: 10px 0 30px 0;
  margin-bottom: 0px;
  color: #fff;
  list-style: none;
  background-color: rgba(245, 245, 245, 0);
  border-radius: 0px;
  text-align: left;
}

.breadcrumb > li {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
}

.breadcrumb > li a {
  color: #fff;
}

.breadcrumb > .active {
  color: rgb(255 255 255 / 48%);
  font-weight: 400;
}

.title-about3 {
  font-size: 40px;
  line-height: 52px;
  color: #0083ca;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.title-about3 span {
  color: #1b2f52;
  font-weight: 700;
}

.about-text-all {
  overflow: hidden;
  font-size: 18px;
}

.greySepImg {
  display: block;
  margin: 0px auto 0 auto;
  width: 100%;
  z-index: 1;
  position: relative;
  height: 140px;
  clear: both;
  padding-right: 0;
  padding-left: 0;
  top: 0px;
}

.title-box2 {
  display: block;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 30px;
}

.gray-bg {
  background-color: #f0f0f0;
  padding: 30px 0;
  margin-top: 40px;
}

.gray-bg-list ul {
  padding-left: 0;
  margin: 0;
  text-align: center;
}

.gray-bg-list ul li {
  display: inline-block;
  margin: 10px 5px;
  /* width:260px;*/
  width: 200px;
}

.gray-bg-list ul li img {
  margin: auto auto 0px auto;
}

.your-career {
  margin-top: 20px;
  margin-bottom: 50px;
}

.your-career ul {
  padding-left: 0;
  margin-top: 20px;
}

.your-career ul li {
  display: inline-block;
  margin: 20px 10px;
  width: 345px;
  height: auto;
}

.your-career ul li img {
  margin: auto;
  height: 255px;
  width: 100%;
  object-fit: cover;
}

.your-career ul li .title-1 {
  font-size: 28px;
  color: #0083ca;
  font-weight: bold;
  margin: 20px 0;
}

.your-career ul li .text {
  font-size: 14px;
  color: #767676;
  font-weight: normal;
  height: 55px;
  overflow: hidden;
}

.faq {
  padding: 20px 0;
}

.faq ul {
  padding-left: 0;
  margin-top: 45px;
  text-align: center;
}

.faq ul li {
  display: inline-block;
  background: url("../images/sign.png") no-repeat 25px 25px;
  margin: 20px 15px 45px 15px;
  border: 1px #e4e4e4 solid;
  width: 345px;
  /*height: 276px;*/
  height: 323px;
  text-align: center;
  position: relative;
  padding: 0px 25px 30px 25px;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .faq ul li {
    margin: 20px 5px 45px 5px;
    width: 100%;
    padding: 0px 5px 30px 5px;
  }
}
.faq ul li img {
  margin: -30px auto auto auto;
  height: 77px;
  width: 77px;
  object-fit: cover;
  border-radius: 100px;
}

.faq ul li .title-1 {
  font-size: 16px;
  color: #0083ca;
  font-weight: 600;
  margin: 20px 0;
}

.faq ul li .title-1 span {
  font-size: 14px;
  color: #454545;
  font-style: italic;
  font-weight: 300;
  display: block;
}

.faq ul li .text {
  font-size: 15px;
  font-weight: normal;
  height: 130px;
  overflow: hidden;
}

.more-news {
  margin-top: 20px;
}

.more-news a {
  color: #0083ca;
  font-size: 14px;
  font-weight: bold;
}
.more-news a img {
  margin-left: 10px !important;
  height: auto !important;
  width: auto !important;
}

/* ================================================= */
/* Slider Section
/* ================================================= */

.caption-services {
  height: auto;
  width: 100%;
  color: #fff;
  background-color: #1c2b3d;
  position: relative;
}

.caption-services h3 {
  margin-bottom: 10px;
  font-size: 60px;
  padding: 50px 0 10px 0;
  font-weight: 800;
  text-transform: capitalize;
  margin-top: 0;
  color: #0083ca;
}

.caption-services h4 {
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 25px;
  text-align: left;
  text-transform: capitalize;
  margin-top: 0;
  color: #ff9933;
}

section#section_marquee {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #1c2b3d;
  overflow: hidden;
}

section#section_marquee article {
  display: block;
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: auto;
  top: 0px;
  left: 0px;
}

section#section_marquee article.article_marquee_1 {
  position: relative;
}

section#section_marquee article.article_marquee_2 {
  opacity: 0;
}
section#section_marquee article.article_marquee_3 {
  opacity: 0;
}
section#section_marquee article.article_marquee_4 {
  opacity: 0;
}

section#section_marquee article img {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto;
}

.pro-icon-img {
  margin-right: 19px;
  width: 103px;
  position: absolute;
  z-index: 999;
  right: -16px;
  top: 50px;
}

.pro-icon-img2 {
  margin-right: 28px;
  width: 90px;
  position: absolute;
  z-index: 999;
  right: 85px;
  top: 50px;
}

@media only screen and (max-width: 768px) {
  .pro-icon-img {
    width: 93px;
    left: 80px;
    top: 370px;
  }
  .pro-icon-img2 {
    width: 70px;
    left: 10px;
    top: 370px;
  }
}

.contacts-div {
  position: relative;
}

.contacts-pic {
  object-fit: contain;
  /*height:350px;*/
  height: 487px;
  margin: auto 0 auto auto;
}

.contacts-pic2 {
  object-fit: contain;
  height: 350px;
}

.contacts-logo {
  object-fit: contain;
  width: 200px;
  height: auto;
  margin: 20px auto auto auto;
}

.contacts-div2 {
  position: relative;
  background-color: #000119;
  position: relative;
  overflow: hidden;
}

.contacts-text-bg {
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  margin-top: 40px;
  z-index: 999;
}

.contacts-pic3 {
  object-fit: cover;
  height: 315px;
  margin: auto 0 auto auto;
}

.box-all {
  width: 226px !important;
  height: 247px !important;
}

.box-all img {
  margin: auto auto 0px auto;
  width: 258px !important;
  height: 247px !important;
  object-fit: contain;
  position: absolute;
  left: 0;
  right: 0;
}

.pro-icon-img1 {
  height: 82px;
  width: 65px;
  position: absolute;
  z-index: 999;
  right: 127px;
  top: 50px;
}

.title-box2.aos-init.aos-animate {
  font-size: 45px;
}

.col-md-12.careers {
  margin-bottom: 45px;
}

a.btn-header.btn-more.career3 {
  width: 203px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 12px 6px;
  height: 62px;
  font-size: 15px;
  white-space: unset;
}
.title-box2.aos-init.aos-animate {
  line-height: 50px;
}

.info-block-one .inner-box:hover {
  transform: scale(1.05);
}

.title-box3.aos-init.aos-animate {
  font-size: 23px;
}

.icon-box img:hover,
i:hover {
  transform: rotate(29deg) scale(1.3);
}
.close-icon i:hover {
  transform: rotate(0deg) scale(1);
}
.icon-box i.fab.fa-linkedin {
  margin-top: 24px;
  font-size: 45px;
}

.careers .btn-header {
  display: none;
}
.header .logo-img {
   max-height: 90px !important;
}
@media screen and (max-width:767px){
.header {
    max-height: 90px !important;
}
}
/* edits */
div#amazingslider-bullet-1-0 {
    display: none;
}