#section1_home {
  background: url("../images/background.svg");
  background-color: #1c2834;
  background-size: cover;
  background-position: center;
  height: 100vh;
  padding: 32px 16px;
  background-attachment: fixed;
  width: 100%;
  overflow-x: hidden;
}

.head_logo {
  width: 164px;
}

#section2_home {
  background: #ffffff;
  padding: 0px 16px;
}

.serv_img {
  width: 150px;
}

.serv_logo {
  width: 100%;
}

.serv1 {
  background: #f7f7f7;
  text-align: center;
  padding: 96px 16px;
}
.serv2 {
  background: #fafafa;
  text-align: center;
  padding: 96px 16px;
}
.serv3 {
  background: #fcfcfc;
  text-align: center;
  padding: 96px 16px;
}
.serv4 {
  background: #f3f3f3;
  text-align: center;
  padding: 96px 16px;
}

#section3a_home {
  padding: 70px 16px;
  min-height: calc(100vh);
  background: url("../images/stage2.png");
  background-color: #1c2834;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

#section3b_home {
  padding: 70px 16px;
  min-height: calc(100vh);
  background: url("../images/stage4.png");
  background-color: #1c2834;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

#section3c_home {
  padding: 70px 16px;
  min-height: calc(100vh);
  background: url("../images/stage3.png");
  background-color: #1c2834;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

#section3d_home {
  padding: 70px 16px;
  min-height: calc(100vh);
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)),
    url(../images/stage5.png);
  background-color: #1c2834;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

#section4_home {
  padding: 70px 16px;
  background-color: #0a3042;
  background-size: cover;
}
#section4_home .work_bg {
  height: 100vh;
  background: url(../images/portfolio.png);
  background-position: top center;
  background-size: 80%;
  background-repeat: no-repeat;
  -webkit-animation-name: bg_anim;
  -webkit-animation-duration: 4s;
  animation-name: bg_anim;
  animation-duration: 90s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

#home_achievements {
  background-color: #ffffff;
  padding: 100px 16px;
}

#home_map {
  background-color: #1c2834;
  padding: 100px 16px;
}

@-webkit-keyframes bg_anim {
  0% {
    background-position: top center;
  }
  100% {
    background-position: bottom center;
  }
}

@keyframes bg_anim {
  0% {
    background-position: top center;
  }
  100% {
    background-position: bottom center;
  }
}

#section5_home {
  background: #f4f5f6;
  padding: 0 16px;
}
.testimony_indicators {
  padding-left: 64px;
  margin: 0;
  justify-content: flex-start;
}
.testimony_indicators li {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
}

.testimony_indicators .active {
  background-color: #0c0d0d;
}

.partner {
  text-align: center;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  text-align: center;
  padding: 64px 16px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.partner:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.partner img:hover {
  transform: scale(1.2);
  -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}

.serv_clients .serv_logo {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.8;
}

.part1 {
  background: #f7f7f7;
}
.part2 {
  background: #fafafa;
}
.part3 {
  background: #fcfcfc;
}
.part4 {
  background: #f3f3f3;
}

.partner img {
  height: 72px;
}
.test_title {
  padding: 0px 0 64px 64px;
}
.testimony {
  padding: 0px 0 32px 64px;
  border-left: 0px solid rgba(0, 0, 0, 0.1);
}

.testimony img {
  border-radius: 50%;
}

#section6_home {
  padding: 140px 16px;
  background-color: #1c2834;
}

.footer_logo {
  height: 112px;
  opacity: 0.56;
}

.techseal {
  height: 81px;
}
.map {
  border-radius: 4px;
}

#section7_home {
  padding: 32px 16px;
  background-color: #141c24;
  z-index: 100 !important;
}

#section1_about {
  padding: 140px 16px;
  background-color: #ffffff;
}

#section2_about {
  padding: 0px 16px 140px 16px;
  background-color: #ffffff;
}

.sec2_bg {
  padding: 200px 64px;
  border-radius: 4px;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(../images/about/story_19.png);
  background-size: cover;
  background-position: center;
  border: 0px solid #ffffff;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.sec2_bg:hover {
  border: 8px solid #ffffff;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

#section3_about {
  padding: 70px 16px;
  background-color: #f4f5f6;
}

#section4_about {
  padding: 140px 0px;
  background-color: #f4f5f6;
}
.la_caption {
  padding: 64px 64px 32px 64px;
  position: absolute;
  width: 70%;
  bottom: 0;
  left: 0;
}

.custom-nav {
  float: left;
}

.custom-nav-laa {
  float: right;
}
.left_ctrl {
  font-size: 36px;
  padding-right: 16px;
  float: left;
}
.right_ctrl {
  font-size: 36px;
  padding-left: 16px;
  float: right;
}

#section5_about {
  padding: 140px 16px;
  background-color: #ffffff;
}
.column {
  display: none; /* Hide columns by default */
}
.show {
  display: block;
}

/* Style the buttons */
.team_filter_btn {
  padding: 16px 0px;
  font-size: 14px;
  background: transparent;
  font-weight: 700;
  border-radius: 0;
  color: #d9d9d9;
  margin-right: 32px;
  text-transform: uppercase;
  border-bottom: 2px solid #ffffff;
}

/* Add a grey background color on mouse-over */
.team_filter_btn:hover {
  color: #0d0f10;
  border-bottom: 2px solid #c1cf16;
}

/* Add a dark background color to the active button */
.team_filter_btn.active {
  color: #0d0f10;
  border-bottom: 2px solid #c1cf16;
}

.team_filter_btn.inactive {
  color: #d9d9d9;
  border-bottom: 2px solid #ffffff;
}

.member {
  border: 0px solid #ffffff;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  border-radius: 4px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.member:hover {
  border: 8px solid #ffffff;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  border-radius: 4px;
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.member_tf {
  height: 250px;
  object-fit: cover;
  object-position: top;
  border: 0px solid #ffffff;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  border-radius: 4px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

#section6_about {
  padding: 140px 16px;
  background-color: #2f3538;
}

.laa_img {
  height: 400px;
  background-position: center;
  border-radius: 4px;
}

.awesome_fluid_custom_laa {
  padding: 0 0 0 128px;
}

#section1_blog {
  padding: 140px 16px;
  background-color: #ffffff;
}

#section2_blog {
  padding: 140px 16px;
  background-color: #f4f5f6;
}

.blog_item {
  margin: 32px 0;
  border: 0px solid #ffffff;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.blog_item:hover {
  border: 8px solid #ffffff;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.read_blog_item {
  margin: 32px 0;
  border: 0px solid #f4f5f6;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.read_blog_item:hover {
  border: 8px solid #f4f5f6;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.blog_cover {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.read_blog_cover {
  width: 100%;
  border-radius: 4px;
}

#section1_blog_read {
  padding: 70px 16px;
  height: 50vh;
  background-size: cover;
  background-position: center;
  background-color: #2f3538;
}
#section1_blog_read_a {
  padding: 0px 16px 140px 16px;
  background-color: #2f3538;
}

.blog_read_pic {
  height: 500px;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
}

#section2_blog_read {
  padding: 140px 16px;
  background-color: #ffffff;
}
.modal-full {
  min-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  min-height: 100vh;
  border-radius: 0px;
}
.modal-full .modal-content {
  min-height: 100vh;
  border-radius: 0px;
}

.team_filter_btn {
  cursor: pointer;
  margin-bottom: 16px;
}

.scrn_edit {
  width: 220% !important;
}

/*SERVICES*/

#section1_services {
  background: url("../images/background.svg");
  padding: 00px 16px;
  background-size: cover;
}

#section2_services {
  background: #ffffff;
  padding: 140px 32px;
}

.services_tabs .nav-link {
  background: none !important;
  color: #495d69 !important;
  font-size: 14px;
  border-radius: 0;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.services_tabs :hover {
  background: none !important;
  font-weight: 900 !important;
  color: #0c0d0d !important;
  font-size: 14px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.services_tabs .active {
  background: none !important;
  font-weight: 900 !important;
  color: #0c0d0d !important;
  font-size: 14px;
  border-left: 4px solid #c1cf16;
}

#section3_services {
  background-color: #1c2834;
  background-size: cover;
  padding: 140px 16px;
}

.process_tabs {
  text-transform: uppercase;
}

.process_tabs .nav-link {
  background: none !important;
  color: #d9d9d9 !important;
  padding-left: 0px !important;
  padding-right: 0px;
  margin-right: 72px !important;
  font-size: 14px;
  margin-bottom: 16px;
  border-radius: 0;
}

.process_tabs .active {
  background: none !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  font-size: 14px;
  border-bottom: 4px solid #c1cf16;
}

.process {
  padding: 64px 0px;
}
.process_info {
  padding: 0px 16px 0 70px;
}

.process_img {
}

.tab-pane.active {
  animation: none;
}

.whyus_1 {
  background: #f7f7f7;
  padding: 64px 64px;
}
.whyus_2 {
  background: #fafafa;
  padding: 64px 64px;
}
.whyus_3 {
  background: #fcfcfc;
  padding: 64px 64px;
}
.whyus_4 {
  background: #f3f3f3;
  padding: 64px 64px;
}

#section4_services {
  background: #f4f5f6;
  padding: 0px 16px;
}

#section5_services {
  background-color: #f4f5f6;
  padding: 100px 16px;
}

.award {
  width: 256px;
  height: 256px;
  margin-top: 32px;
  margin-bottom: 32px;
  text-align: center;
  border-radius: 50%;
  border-top: 8px transparent;
  border-right: 8px solid #c1cf16;
  border-left: 8px solid #c1cf16;
  border-bottom: 8px transparent;
  border-style: double;
  padding: 32px;
}

#section1a_work {
  padding: 140px 16px 0px 16px;
  background: #1c2834;
}

#section1b_work {
  padding: 0px 16px 70px 16px;
  background: #1c2834;
}

.awesome_fluid_work_custom {
  padding: 0px 0px 0px 128px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.01)), url("#");
}
.prod1 {
  padding: 0px;
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 70px;
}
.prod2 {
  padding: 0px;
  background-color: #c12b3d;
  border-radius: 4px;
  margin-bottom: 70px;
}
.prod3 {
  padding: 0px;
  background-color: #25a08c;
  border-radius: 4px;
  margin-bottom: 70px;
}

.client_logo {
  height: 64px;
  width: 50%;
  object-fit: contain;
  object-position: left;
}

.class {
  position: absolute;
  left: 0;
  z-index: 4;
  top: 0px;
  -webkit-animation-name: updown; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  -webkit-animation-direction: reverse; /* Safari 4.0 - 8.0 */
  animation-name: updown;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@-webkit-keyframes updown {
  0% {
    right: 0px;
    top: 20px;
  }
  100% {
    right: 0px;
    top: 50px;
  }
}

/* Standard syntax */
@keyframes updown {
  0% {
    right: 0px;
    top: 20px;
  }
  100% {
    right: 0px;
    top: 50px;
  }
}

.class_shadow {
  position: absolute;
  left: 0;
  width: 90%;
  z-index: 3;
  top: 70px;
  -webkit-animation-name: updown_sha; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  -webkit-animation-direction: reverse; /* Safari 4.0 - 8.0 */
  animation-name: updown_sha;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.iji1 {
  position: absolute;
  left: 0;
  z-index: 4;
  top: 0px;
  -webkit-animation-name: updown; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
  -webkit-animation-direction: reverse; /* Safari 4.0 - 8.0 */
  animation-name: updown;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.iji2 {
  position: absolute;
  left: 0;
  z-index: 4;
  top: 0px;
  -webkit-animation-name: updown; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 3s; /* Safari 4.0 - 8.0 */
  -webkit-animation-direction: reverse; /* Safari 4.0 - 8.0 */
  animation-name: updown;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@-webkit-keyframes updown_sha {
  0% {
    right: 0px;
    width: 90%;
    filter: blur(8px);
    -webkit-filter: blur(8px);
  }
  100% {
    right: 0px;
    width: 89%;
    filter: blur(0px);
    -webkit-filter: blur(0px);
  }
}

/* Standard syntax */
@keyframes updown_sha {
  0% {
    right: 0px;
    width: 90%;
    filter: blur(8px);
    -webkit-filter: blur(8px);
  }
  100% {
    right: 0px;
    width: 89%;
    filter: blur(0px);
    -webkit-filter: blur(0px);
  }
}
.prod_img {
  border: 0px solid #ffffff;
  border-radius: 4px;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.prod_img:hover {
  border: 8px solid #ffffff;
  border-radius: 4px;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.work_caption {
  padding: 32px;
}

/* .work_caption a p{
  text-decoration: underline;
} */
.work_img {
  border-radius: 4px;
  border: 1px solid #f4f5f6;
}

.work_item {
  margin-bottom: 64px;
  border: 0px solid #ffffff;
  border-radius: 4px;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.work_item:hover {
  border-radius: 4px;
  border: 8px solid #ffffff;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

#section2_work {
  padding: 70px 16px 140px 16px;
  background-color: #ffffff;
}

.carousel-control-prev,
.carousel-control-next {
  background: rgba(0, 0, 0, 0.1);
  width: 100px;
}

#clients_to_product {
  padding: 140px 16px;
  background-color: #495d69;
}

/*HIGHLIGHTS*/

#section1_highlights {
  padding: 140px 16px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.wrapper {
  margin: 0 auto;
  padding: 0 0 0 350px;
  width: 100%;
}

article {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.timeline__nav {
  position: fixed;
  z-index: -8 !important;
  top: 0;
  transition: top 0.3s ease-out;
}

.timeline ul {
  list-style: none;
  list-style-position: inside;
  margin: 15px 0;
}

.timeline ul li {
  margin: 16px 0;
  padding-left: 0;
  list-style-type: none;
  color: #495d69;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.timeline ul .active {
  font-weight: bold;
  color: #0c0d0d;
  border-bottom: 4px solid #c1cf16;
  transform: scale(1.2);
}

.timeline ul:hover {
  color: #000;
}

.xlg_text {
  font-size: 128px;
}

.xxlg_text {
  font-size: 192px;
}

.high_pic {
  border-radius: 4px;
  border: 0px solid #ffffff;
  height: 400px;
  object-fit: cover;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.high_pic:hover {
  object-fit: cover;
  border: 8px solid #ffffff;
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.high_content {
  padding: 64px 0 128px 64px;
  font-size: 18px;
}

.stroke {
  text-decoration: line-through;
}

.message_box {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.56);
  border-radius: 4px;
  padding: 32px;
  z-index: 20000;
}
.message_box .message_cont {
  background: #ffffff;
  border-radius: 4px;
  padding: 64px;
  font-size: 14px;
  margin-bottom: 0px;
}

#section1_404 {
  padding: 0px 0px;
}

.graphic {
  min-height: calc(100vh - 77.66px);
  background: #1c2834;
}
.text_404 {
  padding: 32px 160px !important;
}

#sub_service .serv1,
#sub_service .serv3,
#sub_service .serv4 {
  padding: 48px 16px;
  background: transparent;
  border: 0.25px solid #f0f0f0;
  -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}

#section2_services .serv1:hover,
#section2_services .serv3:hover,
#section2_services .serv4:hover {
  transform: scale(1.02);
  z-index: 90000;
  background: #ffffff !important;
  box-shadow: 0px 0px 46px 7px rgba(0, 0, 0, 0.02);
  -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}

@media (max-width: 1600) {
  #section4_proj img {
    height: 512px;
    margin-bottom: 64px;
    object-fit: cover;
  }

  #section1_404 {
    padding: 0px 0px;
  }

  .graphic {
    min-height: calc(100vh - 77.66px);
    background: #1c2834;
  }
  .text_404 {
    padding: 32px 32px !important;
  }

  .xlg_text {
    font-size: 64px;
  }

  .awesome_fluid_custom_laa {
    padding: 0 0 0 32px;
  }

  .laa_img {
    height: 400px;
    border-radius: 4px;
  }

  .serv1 {
    background: #f7f7f7;
    text-align: center;
    padding: 48px 16px;
  }
  .serv2 {
    background: #fafafa;
    text-align: center;
    padding: 48px 16px;
  }
  .serv3 {
    background: #fcfcfc;
    text-align: center;
    padding: 48px 16px;
  }
  .serv4 {
    background: #f3f3f3;
    text-align: center;
    padding: 48px 16px;
  }

  .welcome_info {
    padding-left: 160px;
  }

  .head_logo {
    width: 126px;
  }

  .scrn_edit {
    width: 160% !important;
  }

  .serv_img {
    width: 96px !important;
  }
}

/* PRODUCTS */

.prod_item {
  border-radius: 4px;
  background: #f0f0f0;
  overflow: hidden;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.ijisho {
  background: #3a3a3a;
}

.academia {
  background: #2fb2a5;
}

.bag {
  background: #0076fa;
}

#section1_client {
  padding: 140px 16px 16px 16px;
  background-color: #ffffff;
}

#section1_prod {
  padding: 140px 16px 16px 16px;
  background-color: #ffffff;
}

.one_prod {
  padding: 140px 16px;
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
}

.one_prod_serv {
  padding: 140px 16px;
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
}

.one_prod_serv .main_img {
  height: 560px;
  border-radius: 0px;
  object-fit: cover;
  object-position: top right;
}
.featured_work #main_img {
  border-radius: 4px;
}

.one_prod .main_img {
  height: 720px;
  border-radius: 0px;
  object-fit: cover;
  object-position: top right;
}

.one_prod .ss_img {
  height: 370px;
  border-radius: 0px;
  object-fit: cover;
  object-position: top left;
}

.one_prod .work_caption {
  padding: 32px 64px 32px 32px !important;
}

#academia_prod {
  padding: 140px 16px;
  background-color: #ffffff;
}

#bag_prod {
  padding: 140px 16px;
  background-color: #f4f5f6;
}

#work_to_contact {
  padding: 140px 16px;
  background-color: #f4f5f6;
}

#section1_proj {
  padding: 140px 0px 16px;
  background-color: #ffffff;
}

#section2_proj {
  padding: 140px 16px;
  background-color: #ffffff;
}

#section1_proj img {
  width: 100%;
  height: 512px;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

#section1_proj img:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  transform: scale(0.98);
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

#section2_proj .sec2_bg {
  padding: 140px 64px;
  border-radius: 4px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)),
    url("../images/projects/bootcamp.png");
  background-size: cover;
  background-position: top;
  border: 0px solid #ffffff;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

#section2_proj .sec2_bg:hover {
  border: 8px solid #ffffff;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

#section3_proj {
  padding: 0px 16px 140px 16px;
  background-color: #ffffff;
}

#section4_proj {
  padding: 0px 16px;
  background-color: #1c2834;
}

#section5_proj {
  padding: 140px 16px;
  background-color: #ffffff;
}

#section6_proj {
  padding: 140px 0px;
  background-color: #f4f5f6;
}

.tf_img {
  height: 350px;
  border-radius: 4px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.tf_title{
  text-align: center;
  border: 2px dashed #d9d9d9;
  padding: 16px;
  border-radius: 4px;
  font-weight: 700;
  margin-bottom: 0px;
}

.tf_alumni{
  border-radius: 4px;
  margin-bottom: 32px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}


#featured_testimony_img{
  border-radius: 4px;
}

.footer_social_icon{
  width: 16px;
  height: 16px;
  object-fit: contain;
}

@media (max-width: 992px) {
  #section4_proj {
    padding: 140px 16px;
    background-color: #1c2834;
  }

  #section4_proj img {
    height: 380px;
    margin-bottom: 64px;
    object-fit: cover;
  }

  #section1_404 {
    padding: 0px 0px;
  }

  .graphic {
    min-height: calc(100vh - 77.66px);
    background: #1c2834;
  }
  .text_404 {
    padding: 32px 16px !important;
  }

  #section2_proj .sec2_bg {
    padding: 64px 16px !important;
    border-radius: 4px;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)),
      url(../images/projects/bootcamp.png);
    background-size: cover;
    background-position: top;
    border: 0px solid #ffffff;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
  }

  .work_caption {
    padding: 0px;
  }

  .xlg_text {
    font-size: 64px;
  }
  .high_pic {
    border-radius: 4px;
    height: 300px;
    object-fit: cover;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
  }

  .head_logo {
    width: 112px;
  }

  .serv_img {
    width: 81px;
  }

  .serv1 {
    background: #f7f7f7;
    text-align: center;
    padding: 48px 16px;
  }
  .serv2 {
    background: #fafafa;
    text-align: center;
    padding: 48px 16px;
  }
  .serv3 {
    background: #fcfcfc;
    text-align: center;
    padding: 48px 16px;
  }
  .serv4 {
    background: #f3f3f3;
    text-align: center;
    padding: 48px 16px;
  }

  #section3a_home {
    padding: 16px 16px;
    min-height: calc(70vh);
    background: none;
    text-align: center;
    background-color: #1c2834;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
  }

  #section3c_home a {
    text-align: center;
  }

  #section3c_home {
    padding: 16px 16px;
    min-height: calc(70vh);
    background: none;
    text-align: center;
    background-color: #1c2834;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
  }

  #section3d_home {
    padding: 70px 16px;
    min-height: calc(70vh);
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)),
      url(../images/stage5.png);
    background-color: #2f3538;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    text-align: center;
  }
  #section1_home {
    background: url("../images/background.svg");
    background-color: #1c2834;
    background-size: cover;
    background-position: left;
    height: 100vh;
    padding: 32px 16px;
    background-attachment: unset;
    width: 100%;
    overflow-x: hidden;
  }

  .partner {
    text-align: center;
  }

  .testimony {
    padding: 16px;
    border-left: 0px solid rgba(0, 0, 0, 0.1);
  }
  .testimony_indicators {
    padding-left: 16px;
    margin: 0;
    justify-content: flex-start;
  }

  .mabo128 {
    margin-bottom: 64px;
  }

  .team_filter_btn {
    display: none;
  }

  .laa_img {
    height: 300px;
    border-radius: 4px;
  }

  .blog_item {
    margin-bottom: 32px;
    border: 0px solid #ffffff;
    border-radius: 4px;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
  }

  #section1_work {
    padding: 70px 16px;
  }

  .prod1 {
    padding: 32px 16px;
    padding-top: 77.668px;
  }
  .prod2 {
    padding: 32px 16px;
    padding-top: 77.668px;
  }
  .prod3 {
    padding: 32px 16px;
    padding-top: 77.668px;
  }

  .process_info {
    padding: 0px 16px 0 16px;
  }

  .process_img {
    margin-bottom: 64px;
    width: 100px;
  }

  .awesome_fluid_work_custom {
    padding: 0px 0px 0px 0px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.01)), url("#");
  }

  .awesome_fluid_custom_laa {
    padding: 0 0 0 16px;
  }

  .la_caption {
    padding: 32px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }

  .wrapper {
    margin: 0 auto;
    padding: 0 16px;
    width: 100%;
  }

  .test_title {
    padding: 0px 0 64px 0px;
  }

  .pad6432 {
    padding: 32px 0px;
  }

  .testimony {
    padding: 0px 0 32px 0px;
    border-left: 0px solid rgba(0, 0, 0, 0.1);
  }

  .partner a {
    text-align: center;
  }
  .process_tabs .nav-link {
    background: none !important;
    color: #d9d9d9 !important;
    padding-left: 0px !important;
    padding-right: 0px;
    margin-right: 16px !important;
    font-size: 14px;
    margin-bottom: 16px;
    border-radius: 0;
  }

  .one_prod .main_img {
    height: 320px;
    border-radius: 0px;
    object-fit: cover;
    object-position: top right;
  }

  .one_prod {
    padding: 70px 16px;
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
  }
}
