
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  color: #d9232d;
}

a:hover {
  color: #e24d55;
  text-decoration: none;
}

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #d9232d;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #e1444d;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: white;
  transition: all 0.5s;
  z-index: 997;
  padding: 5px 0;position: relative;
}
#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}
#header.header-inner-pages {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .logo {
  margin: 0 10px 0 0;
  padding: 0;
  width: 250px;
}
#header .logo a {
  color: #556270;
}
#header .logo img {
  max-height: 100px;
  margin-right:20px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;width: 100%;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 18px 10px 18px !important;
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  font-weight: 500;
  color: #a55a5a !important;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  background: #005395;
    color: #fff !important;
    border-radius: 5px;
}
.navbar a:hover {
    background: #005395;
    color: #fff !important;
    border-radius: 5px;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
    background: #005395;
    color: #fff !important;
    border-radius: 5px;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #d9232d;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  font-weight: 400;
  color: #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #e1444d;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #d9232d;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
ul.navbar-nav {
    justify-content: flex-end;width: 100%;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#home {
  width: 100%;
  height: 100vh;
  background-color: rgba(63, 73, 83, 0.8);
  overflow: hidden;
  position: relative;
}
#home .carousel, #home .carousel-inner, #home .carousel-item, #home .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#home .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#home .carousel-item::before {
  content: "";
  background-color: rgba(30, 35, 40, 0.6);
}
#home .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}
#home .container {
  text-align: center;
}
.site_name{color: #e67a7a;font-size: 48px;font-weight: bold;text-transform: uppercase;margin-bottom: 15px;}
#home h2, #home h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}
#home p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#home .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#home .carousel-inner .carousel-item,
#home .carousel-inner .active.carousel-item-start,
#home .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#home .carousel-inner .active,
#home .carousel-inner .carousel-item-next.carousel-item-start,
#home .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#home .carousel-inner .carousel-item-next,
#home .carousel-inner .carousel-item-prev,
#home .carousel-inner .active.carousel-item-start,
#home .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#home .carousel-control-next-icon, #home .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home .carousel-control-next-icon:hover, #home .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
#home .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}
#home .carousel-indicators li.active {
  opacity: 1;
  background: #e67a7a;
}
#home .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #d9232d;
}
#home .btn-get-started:hover {
  background: #df3740;
}
@media (max-width: 992px) {
  #home {
    height: 100vh;
  }
  #home .carousel-container {
    top: 8px;
  }
}
@media (max-width: 768px) {
  #home h2 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  #home .carousel-control-prev, #home .carousel-control-next {
    width: 5%;
  }
}
@media (max-height: 500px) {
  #home {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg, .services .icon-box {
  background-color: #f8f9fa;
}

.section-title {
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 30px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 0px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.services h2{color:#ffc24c;}
.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #556270;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about-1{height: 380px;width: 100%;}
.about .content h3 {
  font-weight: 700;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
}
.about h2{color: #F16334;font-weight: 600;}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}
.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #ffc451;
}
.about .content p:last-child {
  margin-bottom: 0;
}

.about-img img {
   height: 320px;
    width: 100%;
    object-fit: cover;
}
.about_content {
    position: relative;
    padding-left: 30px;
}
.about_content i {
    position: absolute;
    left: 0;
    font-size: 20px;
    color: #F16334;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services{background: #3795C4;}

.services .nav-tabs {
  border: 0;
}
.services .nav-link {
  border: 1px solid #b9b9b9;
  padding: 15px 30px;
  transition: 0.3s;
  color: #fff;
  border-radius: 0;
  display: flex;
  align-items: center;
  text-align: left;
  cursor: pointer;
}
.services .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}
.services .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.services .nav-link:hover {
  color: #ffc451;
}
.services .nav-link.active {
  background: #e03a3c;
  color: #fff;
  border-color: #e03a3c;
}
.nav-item {
    margin-bottom: 30px;
}

.services .tab-content {
  margin-top: 30px;
}
.services .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}
.services .tab-pane ul {
  list-style: none;
  padding: 0;
}
.services .tab-pane ul li {
  padding-bottom: 10px;
}
.services .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #e03a3c;
}
.services .tab-pane p:last-child {
  margin-bottom: 0;
}

.industries p{text-align: center;margin: 10px 0;text-transform: uppercase;font-weight: 600;}
.industries img{text-align: center;margin: auto;transition: 0.5s all;}
.industries img:hover {transform: scale(1.1);transition: 0.5s all;}

.functions{background: #f3f3f3;}
.functions_list{list-style: none;margin: 0;padding: 0 0 0 20px;}
.functions_list li{font-size: 18px;width: 100%;padding: 5px 10px 10px 35px;color: #000; font-weight: 600;display: inline-block; position: relative;}
.functions_list li:after{content: "\eb80";left: 0;top: 5px;font-size: 20px; position: absolute;font-family: 'remixicon';color: #F16334;}
.functions .section-title {padding-bottom: 10px;}
.functions img {height: 410px;width: 100%;}

.key_list{list-style: none;margin: 0;padding: 0 0 0 0px;}
.key_list li{font-size: 18px;padding: 5px 10px 15px 0px;color: #000;font-weight: 500;position: relative;}
.key_list li i{color: #F16334;margin-right: 5px;}

#Recruitment {background: #f1f1f1;}

.box_1 {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    border: 0;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}
.icon {
    color: #fff;
    font-size: 40px;
    line-height: 90px;
    height: 90px;
    width: 90px;
    background: #F16334;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
    margin: auto;
}
.box_1 h3 {font-size: 18px;color: #232323;font-weight: 700;padding: 10px 0;}
.box_1:hover {background: #F16334;transition: 0.5s all;}
.box_1:hover .icon {background: #fff;color: #F16334;transition: 0.5s all;}
.box_1:hover h3{color: #fff;}

.differentiators img {width: 100%;}
.different_box{position: relative;}
.dedicated_team{font-size: 20px;color: #fff;text-align: center;font-weight: bold;position: absolute;bottom: 20px;left: 0;right: 0;margin: auto;z-index: 3;}

.member {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.member .member-info {
    opacity: 1;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 15px;
    transition: 0.2s;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
}
.member .member-info-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    transition: bottom 0.4s;
}
.member .member-info-content h3 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 32px;
    color: #fff;
    padding: 0 10px;
}
.member:hover .member-info {
    opacity: 1;
    transition: 0.4s;
}
.member:hover .member-info-content {
    bottom: 30px;
    transition: bottom 0.4s;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.testimonials .section-header {
  margin-bottom: 40px;
}
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.6);
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0.5;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffc451;
  opacity: 1;
}
@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}
@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}
.contact .info i {
  font-size: 20px;
  background: #ffc451;
  color: #151515;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.contact .info i:hover {
    background: #c17d00;
    color: #fff;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #151515;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #484848;
}
.phone a, .email a{color: #484848;}




.copyright {
  text-align: center;
  padding-top: 30px;
}
.credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #000;
}
.credits a{color: #F16334;font-weight: 600;}


@media (max-width: 1366px) {

.navbar a, .navbar a:focus {
    font-size: 13px;
}

}

@media (max-width: 768px) {
  .services .nav-link i {padding: 0;line-height: 1;font-size: 36px;}
  .site_name {font-size: 40px;}
}
@media (max-width: 575px) {
  .services .nav-link {
    padding: 15px;
  }
  .services .nav-link i {
    font-size: 40px;
  }
  .about-1 {height: auto;}
  .about-img img {height: auto;}
  .functions img {height: auto;}
  .differentiators img {height: auto;
}
  .services .nav-link {display: block;text-align: center;}
  .functions_list li {width: 100%;}
  .section-title h2 {text-align: center;}
  .functions .section-title h2 {text-align: left;padding-top: 20px;}
  
}