/* Amazon Ember Font */

/*
@font-face {
  font-family: Amazon Ember;
  src: url(../fonts/Amazon-Ember-Bold/Amazon-Ember-Bold.woff2) format("woff2"),
  url(fonts/Amazon-Ember-Bold/Amazon-Ember-Bold.eot)
  format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Amazon Ember;
  src: url(../fonts/Amazon-Ember-Regular/Amazon-Ember-Regular.woff2)
  format("woff2"),
  url(fonts/Amazon-Ember-Regular/Amazon-Ember-Regular.eot)
  format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Amazon Ember";
  font-style: normal;
  font-weight: normal;
  src: local("Amazon Ember"),
  url("fonts/Amazon-Ember-Regular.woff") format("woff");
}

*/

/* Ubuntu Font */
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

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

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-padding-top: 4.5rem;
}

body {
  position: relative;
  overflow-x: hidden;
  color: #193c4f;
  font-family: "Ubuntu", sans-serif;
}

.body-background-image {
  /*background: linear-gradient(73deg, rgb(0 0 0 / 28%), rgb(0 166 255 / 15%)), url(assets/img/body-background.jpg) center center no-repeat scroll;*/
  /*background: linear-gradient(73deg, rgb(0 0 0 / 28%), rgb(0 166 255 / 15%)), url(assets/img/body-background.jpg) center center no-repeat scroll;*/
  background: linear-gradient(73deg, rgb(44 91 116 / 30%), rgb(37 74 94 / 30%)), url(assets/img/body-background.jpg) center center no-repeat scroll;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 !important;
  padding: 0 !important;
  height: calc(100vh - 124px) !important;
  position: relative;
}

.form-control {
  color: #193c4f;
}

p {
  line-height: 1.75;
}

/* Navigation */
#mainNav .navbar-brand {
  color: #ffc800;
  font-weight: 700;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
}

.navbar {
  padding: 1rem;
  background: white;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-family: Amazon Ember, Arial, sans-serif;
  font-size: 0.95rem;
  color: #193c4f;
  letter-spacing: 0.0625em;
  font-weight: normal;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #24af16;
  font-weight: 500;
}

@media (min-width: 992px) {
  #mainNav .navbar-brand {
    font-size: 1.5em;
    transition: font-size 0.3s ease-in-out;
  }

  #mainNav .navbar-brand img {
    /*height: 2rem;*/
    height: 40px;
    transition: height 0.3s ease-in-out;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

/* Masthead */
header.masthead {
  padding-top: 10.5rem;
  padding-bottom: 6rem;
  text-align: center;
  color: #fff;
  text-align: center;
  color: #fff;
  background: linear-gradient(73deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(assets/img/header-bg.jpg) center center no-repeat scroll;
  background-size: cover;
}

header.masthead .masthead-subheading {
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.5rem;
  margin-bottom: 25px;
  font-family: Amazon Ember, Arial, sans-serif;
}

header.masthead .masthead-heading {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  margin-bottom: 2rem;
  font-family: Amazon Ember, Arial, sans-serif;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 17rem;
    padding-bottom: 12.5rem;
  }

  header.masthead .masthead-subheading {
    font-size: 2.25rem;
    font-style: italic;
    line-height: 2.25rem;
    /*margin-bottom: 2rem;*/
    margin-bottom: 2.5rem;
  }

  header.masthead .masthead-heading {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 4.5rem;
    margin-bottom: 4rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    /*height: 90vh;*/
    min-height: 40rem;
    padding-top: 17rem;
    padding-bottom: 0;
  }

  header.masthead .masthead-heading {
    margin-bottom: 2rem;
  }
}

.carousel-indicators [data-bs-target] {
  max-width: 10px;
  width: 10px;
  height: 10px;
  max-height: 10px;
  margin: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  /* opacity: .5; */
  transition: all 0.3s;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 60px;
  top: 70px;
  left: 55px;
  right: 55px;
}

#hero .carousel-content {
  background: rgba(4, 4, 4, 0.7);
  /*padding: 20px;*/
  color: #fff;
  border-top: 5px solid #1bbd36;
}

#hero .carousel-content h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #1bbd36;
}

#hero .btn-get-started:hover {
  background: #1bbd36;
  color: #fff;
  text-decoration: none;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  border-radius: 50px;
  transition: 0.3s;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  /* opacity: 0.6; */
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #1bbd36;
}

@media (min-width: 1024px) {

  #hero .carousel-content {
    width: 90%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    /*width: 5%;*/
    width: 10%;
  }
}

@media (max-width: 992px) {

  /*  #hero .carousel-container {
  top: 58px;
}*/
  #hero .carousel-content h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }

  #hero .carousel-content p {
    font-size: 15px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/* THE SPEECH BUBBLE Sample */

#mainNav .navbar-nav .nav-item .nav-link.example-obtuse {
  color: white;
  font-size: 14px;
  padding-right: 1.3rem;
  padding-left: 1.3rem;
  width: 100px;
}

.example-obtuse {
  position: relative;
  padding: 7px 10px;
  margin: 3px 0 0 0;
  color: white;
  background: #203864;
  /* background: -moz-linear-gradient(#00b3d3, #203864);
  background: -o-linear-gradient(#00b3d3, #203864); */
  border-radius: 5px;
}

.example-obtuse:hover {
  background: #25b017;
  /* background: -moz-linear-gradient(#8bff7f, #25b017);
  background: -o-linear-gradient(#8bff7f, #25b017); */
  animation-duration: 200ms;
}

.carousel-item {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

#slide-1 {
  background: linear-gradient(73deg, rgba(25, 60, 79, 0.6), rgba(25, 60, 79, 0.6)),
    url(assets/img/slide/slide-1.jpg) center center no-repeat scroll;

}

#slide-2 {
  background: linear-gradient(73deg, rgba(25, 60, 79, 0.6), rgba(25, 60, 79, 0.6)),
    url(assets/img/slide/slide-2.jpg) center center no-repeat scroll;
}

#slide-3 {
  background: linear-gradient(73deg, rgba(25, 60, 79, 0.6), rgba(25, 60, 79, 0.6)),
    url(assets/img/slide/slide-3.jpg) center center no-repeat scroll;
}

#slide-4 {
  background: linear-gradient(73deg, rgba(25, 60, 79, 0.6), rgba(25, 60, 79, 0.6)),
    url(assets/img/slide/slide-4.jpg) center center no-repeat scroll;
}

#slide-5 {
  background: linear-gradient(73deg, rgba(25, 60, 79, 0.6), rgba(25, 60, 79, 0.6)),
    url(assets/img/slide/slide-5.jpg) center center no-repeat scroll;
}

/** NEWS Section start **/

#news .news-header-title {
  width: 400px;
}

#news .news-header-title,
#news .btn {
  /*  height: 45px;*/
  height: 23px;
}

.news-scroll a {
  text-decoration: none;
  color: black;
}

.dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: rgb(207, 23, 23);
  border-radius: 50%;
  display: inline-block;
}

/** NEWS Section end **/

.btn-darkblue {
  background-color: #27577a;
  color: white;
}

.btn-darkblue:hover {
  background-color: #153953;
  color: white;
}

.btn-lightblue {
  background-color: #1c89ca;
  color: white;
}

.btn-success {
  background-color: #25b017;
  color: white;
}

.bg-lightgrey {
  /*background-color: #dee2e6;*/
  background-color: #ecf1f5;
}

.btn-green {
  background: #25b017;
  color: white;
}

.btn-green:hover {
  opacity: 0.7;
  animation-duration: 500ms;
  color: white;
}

.btn-green-hollow {
  border: 2px solid #25b017;
  background-color: transparent;
  color: white;
}

.btn-green-hollow:hover {
  border: 2px solid #25b017;
  background-color: #fff;
  color: white;
}

.btn {
  display: inline-block;
  font-size: 0.95rem;
  letter-spacing: 1px;
  text-align: center;
  padding: 10px 25px;
  font-weight: 400;
}

/** About Us START **/
.who-we-are {
  width: 100%;
}

.our-mission {
  width: 100%;
  background-color: #153953;
}

#about-us .content {
  padding: 3rem;
  font-family: "Ubuntu", sans-serif;
  width: 90%;
}

#about-us .content .title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  white-space: nowrap;
}

#about-us .content .description {
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 35px;
}

#about-us .who-we-are .content .description {
  font-size: 1.3rem;
  color: #193c4f;
}

.text-body {
  color: #7d7d7d;
}

.text-header {
  color: #193c4f;
}

.section-title {
  text-align: center;
  padding: 20px;
}

.section-title h2 {
  /*font-size: 1.8rem;*/
  font-size: 2.5rem;
  font-weight: normal;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: "Ubuntu", sans-serif;
}

section#program-process,
section#project,
section#services,
section#contact-us,
section#whatwedo {
  padding-top: 60px;
  padding-bottom: 100px;
}

section#client-rating-review {
  padding-top: 10px;
  padding-bottom: 20px;
}

section#program-process {
  padding-top: 90px;
  padding-bottom: 90px;
  /* padding-top: 80px;
  padding-bottom: 80px;*/
}

/** About Us END **/
.icon-box {
  text-align: center;
  padding: 50px 25px 25px 25px;
  transition: all ease-in-out 0.3s;
  background: #ffffff;
}

.icon-box .icon img {
  height: 100px;
  padding: 0px 0px 20px 0px;
}

.icon-box h3 {
  color: #193c4f;
}

/** Services START **/
.section-bg {
  background-color: #f7f7f7;
}

section#whatwedo .card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

section#whatwedo .card {
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 2px;
  background-clip: padding-box;
  min-height: 400px;
  margin: 0 5px;
}

.card span.card-title {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

.card .card-image {
  position: relative;
  overflow: hidden;
  background: #dee2e6;
}

section#whatwedo .card .card-image img {
  /*height: 330px;*/
  width: auto;
  margin: auto;
}

.card .card-image span.card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px;
}

section#whatwedo .card .card-content {
  /*padding: 20px;*/
  height: 200px;
  padding: 20px 25px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}

.card .card-content p {
  margin: 0;
  /*color: #7D7D7D;*/
}

.card .card-content span.card-title {
  line-height: 48px;
}

.card .card-action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  /*padding: 15px 20px;*/
  padding: 15px 25px;
  /*font-weight: 500;*/
  font-weight: normal;
}

.card .card-action a,
.card .card-action button.btn.btn-link {
  color: #24af16;
  margin-right: 16px;
  transition: color 0.3s ease;
  /* text-transform: uppercase; */
  text-decoration: none;
  font-size: 0.95rem;
  padding: 0;
}

.card .card-action button.btn.btn-link:hover {
  text-decoration: underline;
  color: white !important;
}

.card .card-action button.btn.btn-link:focus {
  box-shadow: none !important;
}

.card .card-action a:hover {
  color: #0f9302;
  text-decoration: underline;
}

/** Services END **/

.list-checkmarks {
  padding-left: 1.5rem;
}

.list-checkmarks li {
  list-style-type: none;
  padding-left: 1rem;
}

.list-display li:not(last-child) {
  margin-bottom: 0.7rem;
}

.list-checkmarks li:before {
  font-family: bootstrap-icons !important;
  content: "\f633";
  margin: 0 10px 0 -40px;
  color: #17aa1c;
  font-weight: bold;
  text-shadow: 1px 1px 10px #ffffff;
}

.bg-dark-blue {
  background-color: #153953;
}

.bg-dark-blue .section-title h2::after {
  /*background: white;*/
  background: #a7b6ca !important;
}

#project .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  margin: 0 auto;
  /*box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;*/
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 30%) !important;
}

#project .portfolio-item .portfolio-link .portfolio-item-content {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  /*background: rgb(0 0 0 / 10%);*/
  /*background: rgb(0 0 0 / 5%);*/
  /*background: rgb(59 115 145 / 30%);*/
  /*background: rgb(59 115 145 / 15%);*/
  background: rgb(59 115 145 / 20%);
  align-items: center;
  justify-content: center;
  /*opacity: 0.8;*/
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  /*border: 3px solid #d3d3d3;*/
}

#project .portfolio-item .portfolio-link .portfolio-hover {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 200, 0, 0.9);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity ease-in-out 0.25s;
}

#project .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 1.25rem;
  color: white;
}

#project .portfolio-item .portfolio-link:hover .portfolio-hover {
  opacity: 1;
}

#project .portfolio-item .portfolio-caption {
  padding: 1.5rem;
  text-align: center;
  background-color: #fff;
}

#project .portfolio-item .portfolio-caption .portfolio-caption-heading {
  font-size: 1.5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  margin-bottom: 0;
}

#project .portfolio-item .portfolio-caption .portfolio-caption-subheading {
  font-style: italic;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.portfolio-modal .modal-content {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}


.portfolio-modal .modal-content h2,
.portfolio-modal .modal-content .h2 {
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 3rem;
}

.portfolio-modal .modal-content p.item-intro {
  font-style: italic;
  margin-bottom: 3rem;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.portfolio-modal .modal-content p {
  margin-bottom: 2rem;
}

.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 2rem;
}

.portfolio-item-content img.logo {
  height: auto;
  display: block;
  /*width: 280px;*/
  width: 190px;
  margin: auto;
}

.portfolio-item-content span {
  font-size: 1.1rem;
  text-shadow: 2px 4px 5px #343434;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

/* Client Rating Review Section */

section#client-rating-review {
  padding-top: 120px;
  padding-bottom: 120px;
  /*background: linear-gradient(73deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
url(assets/img/slide-1.jpg) center center no-repeat scroll;*/
  /*background: linear-gradient(0deg, rgba(25, 125, 147, 0.5), rgba(25, 125, 147, 0.3)), url(assets/img/client-review.jpg) center center no-repeat scroll;*/
  background: url(assets/img/client-review.jpg) top center no-repeat scroll;
  background-size: cover;
}

/*section#client-rating-review .card {
height: 250px;
padding: 50px;
}*/

/* CLIENT'S TESTIMONIALS  */

.text-header-client {
  font-weight: 700;
}

.testimonial-container {
  width: 100%;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

}

.testimonial-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 400px;
  width: 100%;
  position: relative;
}

.testimonial {
  position: absolute;
  border-radius: 20px;
  background: white;
  padding: 50px;
  margin: 0px 30px;
  max-width: 70%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.testimonial.active {
  opacity: 1;
}


.prev-btn,
.next-btn {
  background-color: #24af16;
  border-radius: 50%;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  margin: 0px 50px;
  padding: 5px 10px;
  border-radius: 5px;
  position: absolute;
}

.prev-btn:hover,
.next-btn:hover {
  opacity: 80%;
}

.prev-btn {
  left: 0;
}

.next-btn {
  right: 0;  
}



/* CAREERS */


.company_career {
  margin: 10px 0px;
  font-size: 25px;
  justify-self: start;
  color: #0f9302;
}

.js-scroll {
  opacity: 0;
}

.js-scroll.visible {
  opacity: 0;
}

.visible.fade-in {
  animation: fade-in 2s ease-in-out both !important;
}

@keyframes fade-in {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0 !important;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1 !important;
  }
}

/* CONTACT US */
#contact-us .form-control,
#contact-us .form-select {
  padding: 1rem;
  border-radius: 0;
}

#contact-us h4 {
  color: #2c4998;
}

footer .navbar-nav {
  padding: 1rem 0;

}

#mainNav.navbar-nav .nav-link,
footer .navbar-nav .nav-link {
  padding: 0.5rem;
}

footer .navbar-brand {
  opacity: 0.8;
}

footer .navbar-brand:hover {
  opacity: 1;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  /*color: rgba(255, 255, 255, 0.75);*/
  text-align: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);

}

#about-us .image-background {
  background: linear-gradient(73deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(assets/img/two-men-in-suit.jpg) center center no-repeat scroll;
  background-size: cover;
}

.portfolio-item .portfolio-link>img {
  /*border: 3px solid rgba(0, 0, 0, 0.1);*/
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-stage-outer {
  padding-top: 1.5em;
  position: relative;
  /*padding-bottom: 1.5em;*/
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.owl-carousel .owl-item {
  opacity: 1;
}

.owl-carousel {
  position: relative;
}

section#whatwedo .owl-carousel button.owl-next,
section#whatwedo .owl-carousel button.owl-prev,
.owl-carousel button.owl-next,
.owl-carousel button.owl-prev {
  position: absolute;
  z-index: 1030;
  top: 40%;
  border: none;
  outline: none;
  background-color: #ffffff;
  color: #24af16;
  cursor: pointer;
  padding: 4px 11px !important;
  border-radius: 100%;
  font-size: 2rem;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 20%);
  border: 1px solid rgba(0, 0, 0, 0.125);
}


section#whatwedo .owl-carousel button.owl-next,
section#client-rating-review .owl-carousel button.owl-next {
  right: -10px;
}

section#whatwedo .owl-carousel button.owl-prev,
section#client-rating-review .owl-carousel button.owl-prev {
  left: -10px;
}

section#whatwedo.owl-carousel.owl-nav:hover {
  background-color: #ca5500;
}

.user-img {
  position: relative;
  height: 75px !important;
  position: relative;
  border-radius: 10%;
}

.text-green {
  color: #239118;
}

#project .portfolio-item .portfolio-link:hover .portfolio-item-content {
  background: rgb(5 49 72 / 58%);
}

#mainNav .navbar-brand img,
footer .navbar-brand img {
  height: 2.5rem;
}

.navbar-toggler {
  font-size: 1rem;
  padding-right: 1rem;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.navbar-toggler:hover {
  color: #203864;
}

.career-img:hover {
  cursor: pointer;
  filter: brightness(0.95)
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 20px;
  bottom: 20px;
  z-index: 996;
  background: #24af16;
  width: 40px;
  height: 50px;
  border-radius: 4px;
  transition: all 0.4s;
  color: white;
  font-size: 1.5rem;
}

.back-to-top:hover {
  background: #1f9f12;
  color: white;
}

/* Test for Contact Form */
.btn-success {
  display: inline-block;
  background: #a5d166;
  color: #2b435a;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  padding: 15px 25px;
  font-weight: 700;
  margin-top: 20px;
  border: 0;
}

.btn-success.disabled {
  background-color: #a5d166;
}

.help-block.with-errors {
  color: #e58319;
  font-size: 0.75rem;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}

#hero .carousel-container.top-40prcnt {
  top: 40%;
}

.intro-5 {
  font-size: 65px;
  line-height: 90px;
  font-family: Amazon Ember, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 2rem;
}

#hero .btn-large {
  padding: 11px 30px;
}

.intro-4.larger-text {
  font-size: 120%;
  font-weight: 600;
  padding-top: 1rem;
}

#submitSuccessMessage {
  display: none;
}

a.service-item {
  text-decoration: none;
}

a.service-item> {
  color: white;
}

a.service-item .icon-box {
  color: #193c4f;
  transition: all ease-in-out 0.3s;
}

a.service-item:hover .icon-box {
  cursor: pointer;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.icon-box:hover {
  transform: translateY(-7px);
}

.testimonial-item .fa-quote-left {
  display: inline-block;
  left: -5px;
  position: relative;
  top: -5px;
}

.testimonial-item .fa-quote-right {
  display: inline-block;
  left: 5px;
  position: relative;
  top: -5px;
}

.testimonial-item .fa-quote-left,
.testimonial-item .fa-quote-right {
  color: #dddddd;
  font-size: 15px;
}

.testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

/* .testimonial-item {
  /* box-sizing: content-box; */
/* padding: 40px; */
/* box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08); */
/* position: relative; */
/* background: #fff; */
/*} */
.testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #dbe1e5;
  float: left;
  margin: 0 20px 0 0;
}

.testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonial-item .quote-icon-left,
.testimonial-item .quote-icon-right {
  color: #dddddd;
  font-size: 15px;
}

.testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
  top: 10px;
}

.testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

.float-img {
  position: absolute;
  right: 0;
}

.multitext-sm-2-overflow {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.multitext-sm-3-overflow {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.single-text-line-overflow {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.padding-top-30pixel {
  padding-top: 30px;
}



section#whatwedo .card-title {
  height: 64px;
  display: flex;
}

section#whatwedo .card-title h4 {
  align-self: center;
}

section#services .card-title {
  height: 64px;
  display: flex;
}

section#services .card-title h4 {
  align-self: center;
  margin: 0 auto;
}

.modal-dialog.modal-dialog-top {
  margin: 1rem auto;
}

#additional-info img {
  width: 600px;
}

.fw-semibold {
  font-weight: 500 !important;
}

/* job Modal */
#contact-form2 h4 {
  color: #2c4998;
}

/* Style for What We Do's Carousel */

.visuallyhidden {
  position: absolute;
  z-index: -1;
  right: 0;
  opacity: 0;

}

.whatwedo__read_more__container {
  overflow: hidden;
  padding: 60px 0px;
  background-color: whitesmoke;
}

.card-carousel {
  --card-width: 100%;
  --card-max-width: 300px;
  --card-height: 450px;
  --carousel-min-width: 700px;
  z-index: 1;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: var(--card-height);
  min-width: var(--carousel-min-width);
  transition: filter .3s ease;
}

@media screen and (max-width: 640px) {
  .card-carousel {
    margin-left: calc((100vw - var(--carousel-min-width) - 40px) / 2)
  }
}

.card-carousel.smooth-return {
  width: 100%;
  transition: all .2s ease;
}

.card-title {
  color: #153953;
}

.card-carousel .card {
  background: whitesmoke;
  width: var(--card-width);
  max-width: var(--card-max-width);
  text-align: center;
  padding: 1em;
  min-width: 350px;
  height: var(--card-height);
  position: absolute;
  margin: auto auto;
  color: rgba(0, 0, 0, .5);
  transition: inherit;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 1em;
  filter: brightness(.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 0;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card.highlight {
  filter: brightness(1)
}

.card:nth-of-type(1) .image-container {
  background-image: url("assets/img/WhatWeDo/cut/image-1.jpg");
}

.card:nth-of-type(2) .image-container {
  background-image: url("assets/img/WhatWeDo/cut/image-2.jpg")
}

.card:nth-of-type(3) .image-container {
  background-image: url("assets/img/WhatWeDo/cut/image-3.jpg")
}

.card:nth-of-type(4) .image-container {
  background-image: url("assets/img/WhatWeDo/cut/image-4.jpg")
}

.card:nth-of-type(5) .image-container {
  background-image: url("assets/img/WhatWeDo/cut/image-5.jpg")
}

.image-container {
  width: 8em;
  height: 8em;
  position: relative;
  background-size: cover;
  margin-bottom: 2em;
  border-radius: 100%;
  padding: 1em;
  -webkit-box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.3);

}

.whatwedo__read_more {
  background: #153953;
  color: white;
  outline: none;
  border: none;
  padding: 5px 15px;
  border-radius: 4px;
  margin-top: 20px;
}

.whatwedo__read_more:hover {
  background: #0f9302;
  animation-duration: 2000ms;
}

#whatwedo_imgsrc:hover {
  cursor: pointer;
}