/**
* Template Name: Day - v4.8.0
* Template URL: https://bootstrapmade.com/day-multipurpose-html-template-for-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Roboto', sans-serif;
  color: #444444;
}

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

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

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #004767;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #e72323;
  color: #fff;
}

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

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #004767;
  border-top-color: #efefef;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #191919;
  font-size: 15px;
  height: 40px;
  padding: 0;
  color: rgba(255, 255, 255, 0.6);
}

#topbar .contact-info a {
  line-height: 0;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #fff;
}

#topbar .contact-info i {
  color: #004767;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.6);
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #fff;
}

.menu_btn {
  position: absolute;
  left: 100px;
  top: 30px;
  color: #000;
  font-size: 30px;
  cursor: pointer;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav ul {
  margin: 0;
  padding: 0;
  float: left;
}

.sidenav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidenav ul li a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav ul li ul li a {
  font-size: 22px;
  font-weight: 300;
  padding-left: 48px;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: relative;
  top: 0;
  right: 0;
  font-size: 36px;
  margin-left: 80px;
  margin-right: 50px;
  float: left;
  color: #fff;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}


.inner_pages .fixed-top {
  position: inherit;
}

.inner_pages #header {
  height: 80px;
}

.inner_pages #header .logo {
  margin: 20px 0 20px 0;
  display: block;
}

.inner_pages .navbar {
  padding: 0;
  display: block;
  z-index: 9;
  background: #004767;
}

.head_link {
  position: relative;
}

#header .social-links {
  position: absolute;
  right: 0;
  top: 15px;
}

#header .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #004767;
  border: 1px solid #004767;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#header .social-links a:hover {
  background: #004767;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /* transition: all 0.5s; */
  /* z-index: 997; */
  height: 90px;
  /* position: fixed; */
  background:fixed;
}

#header.fixed-top {
  background: #ffffff;
}

#header .logo {
  font-size: 30px;
  margin: 5px 0 0 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 60px;
}

.scrolled-offset {
  margin-top: 0;
}

#hero .social-links {
  position: absolute;
  left: 100px;
  bottom: 70px;
}

#hero .social-links:before {
  content: '';
  height: 100px;
  width: 3px;
  background: #686868;
  display: block;
  position: absolute;
  top: -115px;
  left: 9px;
}

#hero .social-links a {
  display: block;
  font-size: 22px;
  margin: 0 0 15px 0;
  color: #c7c7c7;
}

#hero .social-links a:hover {
  color: #000;
}

.fixed-top {
  position: absolute;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  margin-left: 5px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px 26px 25px 15px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  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: #004767;
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  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;
  color: #191919;
}

.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: #fff;
}

.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;
}

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

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #004767;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #191919;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #004767;
  background: none;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #004767;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 110px);
  background: url("../img/banner01.jpg") top center;
  background-size: cover;
  position: relative;
}

/*#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}*/

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 58px;
  font-weight: 900;
  line-height: 66px;
  text-transform: uppercase;
  color: #0e0e0e;
}

#hero h2 {
  color: #0e0e0e;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}

#hero p {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #000;
}

#hero .btn-get-started {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  border: 2px solid #004767;
  background: #004767;
  color: #fff;
  border-radius: 5px;
}

#hero .btn-get-started:hover {
  background: #000;
  border-color: #000;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    text-align: center;
  }

  #hero .container {
    padding-top: 40px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

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

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #191919;
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 30px;
  color: #f4f4f4;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-title span {
    font-size: 38px;
  }
}

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

.our-services {}

.our-services .page_ttl {
  margin-bottom: 30px;
}

.our-services .page_ttl h3 {
  color: #0e0e0e;
  font-size: 36px;
  line-height: 46px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  position: relative;
  padding-left: 80px;
  margin: 10px 0 0 0;
}

.our-services .page_ttl h3:before {
  content: '';
  width: 54px;
  height: 3px;
  position: absolute;
  top: 21px;
  left: 0;
  background: #004767 !important;
}

.our-services .page_ttl p {
  color: #383838;
  font-size: 18px;
  line-height: 34px;
  font-family: 'Roboto', sans-serif;
}

.our_service_content {
  background-color: #052B3F;
  color: #e9e9e9;
  padding: 50px 50px 76px 50px;
  position: relative;
  margin: 0 0 30px 0;
}

.our_service_content:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 59px;
  right: 40px;
  bottom: 0;
  left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#004767), to(#0099DD));
  background-image: -webkit-linear-gradient(top, #004767, #0099DD);
  background-image: -moz-linear-gradient(top, #004767, #0099DD);
  background-image: -ms-linear-gradient(top, #004767, #0099DD);
  background-image: -o-linear-gradient(top, #004767, #0099DD);
  background-image: linear-gradient(top, #004767, #0099DD);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#004767', endColorStr='#0099DD');
  background-color: transparent;
  -webkit-border-radius: 0 171px 171px 0;
  -khtml-border-radius: 0 171px 171px 0;
  -moz-border-radius: 0 171px 171px 0;
  -ms-border-radius: 0 171px 171px 0;
  -o-border-radius: 0 171px 171px 0;
  border-radius: 0 171px 171px 0;
  -webkit-box-shadow: 0 6px 8px rgb(0 0 0 / 23%) inset;
  -khtml-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.23) inset;
  -moz-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.23) inset;
  -ms-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.23) inset;
  -o-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.23) inset;
  box-shadow: 0 6px 8px rgb(0 0 0 / 23%) inset;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  opacity: 0;
}

.our_service_content:hover:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#004767), to(#0099DD));
  background-image: -webkit-linear-gradient(top, #004767, #0099DD);
  background-image: -moz-linear-gradient(top, #004767, #0099DD);
  background-image: -ms-linear-gradient(top, #004767, #0099DD);
  background-image: -o-linear-gradient(top, #004767, #0099DD);
  background-image: linear-gradient(top, #004767, #0099DD);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#004767', endColorStr='#0099DD');
  background-color: transparent;
  opacity: 1;
  bottom: -33px;
  left: -30px;
  content: '';
  z-index: -1;
  position: absolute;
}

.our_service_content .item-icon {
  line-height: 1;
  margin-bottom: 30px;
}

.our_service_content .item-icon img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.our_service_content .item-holder {}

.our_service_content .item-holder h3.item-title {
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
}

.our_service_content .item-holder .item-description {
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 18px;
}

.our_service_content .item-holder ul.item-list {
  list-style: none;
  margin-bottom: 0;
  font-weight: 700;
  padding-left: 0;
}

.our_service_content .item-holder ul.item-list li {}

.our_service_content .item-holder ul.item-list li i {
  color: #004767;
}

.our_service_content .item-holder a.item-link {
  height: 45px;
  width: 45px;
  position: absolute;
  bottom: 27px;
  right: 24px;
  background-color: #535353;
  line-height: 45px;
  text-align: center;
  border-radius: 45px;
  color: #fff;
  font-size: 30px;
  z-index: 1;
}

.our_service_content .item-holder a.item-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 100%;
  height: 100%;

}

.our_service_content .item-holder a.item-link:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#004767), to(#0099DD));
  background-image: -webkit-linear-gradient(top, #004767, #0099DD);
  background-image: -moz-linear-gradient(top, #004767, #0099DD);
  background-image: -ms-linear-gradient(top, #004767, #0099DD);
  background-image: -o-linear-gradient(top, #004767, #0099DD);
  background-image: linear-gradient(top, #004767, #0099DD);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#004767', endColorStr='#0099DD');
  background-color: transparent;
}


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

.about_content {
  padding: 0 0 0 80px;
}

.about_content h3 {
  color: #0e0e0e;
  font-size: 36px;
  line-height: 48px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  position: relative;
  padding-left: 0px;
  margin: 0px 0 10px 0;
}

.about_content h3:before {
  content: '';
  width: 54px;
  height: 3px;
  position: absolute;
  top: 21px;
  left: -80px;
  background: #004767 !important;
}

.about_content h4 {
  font-size: 20px;
  color: #383838;
  font-weight: bold;
}

.about_content p {
  color: #383838;
  font-size: 16px;
  line-height: 34px;
  font-family: 'Roboto', sans-serif;
}

.readmore_btn {
  text-align: center;
}

.readmore_btn a {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 8px 22px;
  transition: 0.5s;
  border: 2px solid #004767;
  background: #004767;
  color: #fff;
  border-radius: 5px;
}

.readmore_btn a:hover {
  background: #000;
  border-color: #000;
}




.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #004767;
}

.about .content p:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 20px;
  background: url(../img/h5-bg-map.png) center top no-repeat;
}

.counts h3 {
  color: #0e0e0e;
  font-size: 36px;
  line-height: 48px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  position: relative;
  padding-left: 80px;
  margin: 0px 0 0px 0;
}

.counts h3:before {
  content: '';
  width: 54px;
  height: 3px;
  position: absolute;
  top: 21px;
  left: 0px;
  background: #004767 !important;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
}

.counts .count-box i {
  position: absolute;
  width: 54px;
  height: 54px;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #fff;
  color: #e03a3c;
  border-radius: 50px;
  border: 2px solid #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.counts .count-box span {
  font-size: 46px;
  display: block;
  font-weight: 900;
  color: #111111;
  display: inline-block;
  position: relative;
  margin-left: -30px;
}

.counts .count-box span:before {
  content: '+';
  font-size: 46px;
  display: block;
  font-weight: 900;
  color: #004767;
  position: absolute;
  right: -30px;
  top: 0;
}

.counts .count-box p {
  padding: 0;
  margin: 20px 0 0 0;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #0e0e0e;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  background: #0E0E0E;
}

.services h3 {
  color: #fff;
  font-size: 36px;
  line-height: 48px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  position: relative;
  padding-left: 0px;
  margin: 0px 0 0px 0;
  text-align: center;
}

.services h3:before {
  content: '';
  width: 54px;
  height: 3px;
  position: absolute;
  top: -30px;
  left: 0px;
  right: 0;
  background: #004767 !important;
  margin: 0 auto;
}

.services .icon-box {
  text-align: center;
  padding: 10px 20px;
  transition: all ease-in-out 0.3s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 84px;
  height: 84px;
  background-image: -webkit-linear-gradient(left, #004767, #0099dd);
  background-color: #004767;
  border-radius: 50%;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 38px;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
  color: #fff;
}

.services .icon-box h4 a {
  color: #fff;
}

.services .icon-box p {
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
}

.services .icon-box:hover {}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #004767;
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 60px 0 20px 0;
}

.blog h3 {
  color: #0e0e0e;
  font-size: 36px;
  line-height: 48px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  position: relative;
  padding-left: 80px;
  margin: 0px 0 0px 0;
}

.blog h3:before {
  content: '';
  width: 54px;
  height: 3px;
  position: absolute;
  top: 21px;
  left: 0px;
  background: #004767 !important;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  margin-top: 40px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 0px 0;
}

.blog .entry .entry-title a {
  color: #111111;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #004767;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #777777;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 22px;
  text-align: justify;
  margin-left: 25px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #e03a3c;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #e35052;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #111111;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #5e5e5e;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #1e1e1e;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #e03a3c;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog-inner .entry-single {
  margin-top: 0;
}

.blog-inner .entry-single img {
  width: 100%;
}

.blog-inner h3:before {
  top: 40px;
}

.blog-inner .entry-content h3 {
  padding-left: 0;
}

.blog-inner .entry-content h3:before {
  top: 40px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #111111;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(17, 17, 17, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #e03a3c;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #111111;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #2b2b2b;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #ee9293;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #ee9293;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #111111;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #1e1e1e;
}

.blog .blog-pagination {
  color: #444444;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #111111;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #e03a3c;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #111111;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #e03a3c;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #e34c4d;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #111111;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #e03a3c;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #111111;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #e03a3c;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #515151;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #c4c4c4;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #e03a3c;
  background: #e03a3c;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e03a3c;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e03a3c;
}

/* .clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
} */

.clients .swiper-slide img:hover {
  opacity: 1;
  filter: none;
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact {
  padding: 10px 0;
}

.contact .contact_title h3 {
  color: #0e0e0e;
  font-size: 36px;
  line-height: 48px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  position: relative;
  padding-left: 80px;
  margin: 0px 0 30px 0;
}

.contact .contact_title h3:before {
  content: '';
  width: 54px;
  height: 3px;
  position: absolute;
  top: 21px;
  left: 0px;
  background: #004767 !important;
}

.contact .contact_title p {
  color: #000000;
  font-size: 18px;
  line-height: 34px;
}

.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 40px 11px 48px 11px;
}

.contact .info-box i {
  font-size: 32px;
  color: #004767;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #004767;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #004767;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #004767;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #000;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #efefef;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #333333;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #0e0e0e;
  padding: 0 0 0px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #191919;
  color: #fff;
  border-top: 4px solid #004767;
  text-align: center;
  padding: 10px 6px;
}

#footer .footer-top .footer-info .ft-logo {
  margin: 25px 0 15px 0;
}

#footer .footer-top .footer-info h3 {
  font-size: 36px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #262626;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #004767;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .ft-address {
  padding: 10px;
  text-align: center;
}

#footer .ft-address i {
  font-size: 48px;
  margin: 0 0 15px 0;
}

#footer .ft-address p {
  font-size: 16px;
  line-height: 23px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ed5b5b;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #eb4444;
}


.ft_bottom {
  background: #242323;
  padding: 20px 0;
}

.ft_bottom .footer-links {
  margin-bottom: 0px;
}

.ft_bottom .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.ft_bottom .footer-links ul i {
  padding-right: 2px;
  color: #ed5b5b;
  font-size: 18px;
  line-height: 1;
}

.ft_bottom .footer-links ul li {
  padding: 0px 5px;
  display: inline-block;
}

.ft_bottom .footer-links ul li:first-child {
  padding-top: 0;
}

.ft_bottom .footer-links ul a {
  color: #9d9d9d;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.ft_bottom .footer-links ul a:hover {
  color: #fff;
  text-decoration: underline;
}

#footer .copyright {
  border-top: 1px solid #262626;
  text-align: center;
  padding-top: 10px;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #e82d2d;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}

@media (max-width: 767px) {
  .popup {
    display: none;
    position: fixed;
    padding: 30px;
    left: 5% !important;
    top: 0% !important;
    margin-top: 0px !important;
    background: #FFF;
    border: 3px solid #F04A49;
    z-index: 20;
    width: 90% !important;
    height: 100% !important;
  }

/* Default styles (Desktop first)
   -------------------------------------------------- */
#footer .footer-top .footer-info {
  margin: 0;
}

.popup {
  display: none;
  position: fixed;
  padding: 40px;
  left: 20%;
  top: 10%;
  background: #fff;
  border: 3px solid #F04A49;
  z-index: 20;
  width: 60%;
  height: auto;
  border-radius: 8px;
}

/* ================================================== */
/* 🧭 Extra Small Devices (Phones ≤ 575px) */
/* ================================================== */
@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
    text-align: center;
  }

  .popup {
    display: none;
    position: fixed;
    padding: 20px;
    left: 5% !important;
    top: 0% !important;
    margin-top: 0 !important;
    background: #FFF;
    border: 3px solid #F04A49;
    z-index: 20;
    width: 90% !important;
    height: 100% !important;
    overflow-y: auto;
  }
}

/* ================================================== */
/* 📱 Small Devices (Large Phones ≤ 767px) */
/* ================================================== */
@media (max-width: 767px) {
  #footer .footer-top .footer-info {
    text-align: center;
    margin-bottom: 20px;
  }

  .popup {
    display: none;
    position: fixed;
    padding: 25px;
    left: 5% !important;
    top: 5% !important;
    background: #FFF;
    border: 3px solid #F04A49;
    z-index: 20;
    width: 90% !important;
    height: 90% !important;
    overflow-y: auto;
  }
}

/* ================================================== */
/* 💻 Medium Devices (Tablets ≤ 991px) */
/* ================================================== */
@media (max-width: 991px) {
  #footer .footer-top .footer-info {
    margin: 0 0 25px 0;
    text-align: center;
  }

  .popup {
    width: 80% !important;
    height: auto !important;
    left: 10% !important;
    top: 10% !important;
  }
}

/* ================================================== */
/* 🖥️ Large Devices (Small Laptops ≤ 1199px) */
/* ================================================== */
@media (max-width: 1199px) {
  #footer .footer-top .footer-info {
    margin: 0 0 30px 0;
  }

  .popup {
    width: 70% !important;
    left: 15% !important;
    top: 10% !important;
  }
}


  .popupk {
    display: none;
    position: fixed;
    padding: 30px;
    left: 5% !important;
    top: 0% !important;
    margin-top: 0px !important;
    background: #FFF;
    border: 3px solid #F04A49;
    z-index: 20;
    width: 90% !important;
    height: 100% !important;
  }

  .popupl {
    display: none;
    position: fixed;
    padding: 30px;
    left: 5% !important;
    top: 0% !important;
    margin-top: 0px !important;
    background: #FFF;
    border: 3px solid #F04A49;
    z-index: 20;
    width: 90% !important;
    height: 100% !important;
  }

  .popupm {
    display: none;
    position: fixed;
    padding: 30px;
    left: 5% !important;
    top: 0% !important;
    margin-top: 0px !important;
    background: #FFF;
    border: 3px solid #F04A49;
    z-index: 20;
    width: 90% !important;
    height: 100% !important;
  }

  .popupn {
    display: none;
    position: fixed;
    padding: 30px;
    left: 5% !important;
    top: 0% !important;
    margin-top: 0px !important;
    background: #FFF;
    border: 3px solid #F04A49;
    z-index: 20;
    width: 90% !important;
    height: 100% !important;
  }

  .popupo {
    display: none;
    position: fixed;
    padding: 30px;
    left: 5% !important;
    top: 0% !important;
    margin-top: 0px !important;
    background: #FFF;
    border: 3px solid #F04A49;
    z-index: 20;
    width: 90% !important;
    height: 100% !important;
  }

  .popupp {
    display: none;
    position: fixed;
    padding: 30px;
    left: 5% !important;
    top: 0% !important;
    margin-top: 0px !important;
    background: #FFF;
    border: 3px solid #F04A49;
    z-index: 20;
    width: 90% !important;
    height: 100% !important;
  }
}


/*--------------------------------------------------------------
# Inner Pages
--------------------------------------------------------------*/
#pagetitle.page-title {
  background-color: #333;
  padding-top: 167px;
  padding-bottom: 116px;
  text-align: center;
  position: relative;
  z-index: 1;
}

#pagetitle:before {
  z-index: -1;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#pagetitle .page-ttl {
  font-size: 40px;
  margin-bottom: 0;
  color: #fff;
}

.ct-breadcrumb {
  margin: 15px 0 0;
  list-style: none;
  color: #fff;
  padding: 0;
}

.ct-breadcrumb li {
  display: inline-block;
  font-size: 16px;
  color: inherit;
}

.ct-breadcrumb li a {
  color: inherit;
  position: relative;
  margin: 0 20px 0 0;
}

.ct-breadcrumb li a:before {
  content: '|';
  position: absolute;
  right: -14px;
  top: -2px;
  color: #fff;
}

#pagetitle.page-title.about_page {
  background-image: url(https://2ha.cf9.myftpupload.com/wp-content/uploads/2021/10/banner-aboutus.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#pagetitle.page-title.outsourcing_page {
  background-image: url(../img/outsourcing-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#pagetitle.page-title.careers_page {
  background-image: url(../img/blog-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#pagetitle.page-title.contactus {
  background-image: url(../img/contactus.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#pagetitle.page-title.blog_page {
  background-image: url(../img/blog-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#pagetitle.page-title.agile-consulting_page {
  background-image: url(../img/agile-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#pagetitle.page-title.automation-qa_page {
  background-image: url(../img/automation-bg-scaled.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#pagetitle.page-title.development_page {
  background-image: url(../img/developer-background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#pagetitle.page-title.digital-data_page {
  background-image: url(../img/Digital-Data.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#pagetitle.page-title.it-management_page {
  background-image: url(../img/it-managment-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#pagetitle.page-title.program-management-consulting-page {
  background-image: url(../img/program-management-consulting.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about_detail {}

.about_detail h5 {
  font-size: 18px;
  font-weight: 600;
  color: #0e0e0e;
  margin: 0 0 15px 0;
}

.about_detail p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 28px;
}

.about_detail ul {
  margin: 30px 0 20px 0;
  padding: 0;
}

.about_detail ul li {
  margin: 0px 0 20px 0;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #0e0e0e;
  list-style: none;
  display: inline-block;
  width: 48%;
}

.whychooseus {
  background-color: #e4eaee;
  margin-top: 0px;
  margin-bottom: 50px;
  padding: 55px 0px 40px 0px;
}

.whychooseus h3 {
  color: #0e0e0e;
  font-size: 36px;
  line-height: 48px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  position: relative;
  padding-left: 80px;
  margin: 0px 0 30px 0;
}

.whychooseus h3:before {
  content: '';
  width: 54px;
  height: 3px;
  position: absolute;
  top: 21px;
  left: 0px;
  background: #004767 !important;
}

.wcu_box {
  text-align: center;
  margin: 0 0 20px 0;
}

.wcu_box img {}

.wcu_box h6 {
  padding: 15px 8px 15px 8px;
  background-color: #F1F1F1;
  color: #293A5C;
}

.service_detail {}

.service_detail img {
  margin-bottom: 15px;
}

.service_detail h5 {
  font-size: 18px;
  font-weight: 600;
  color: #0e0e0e;
  margin: 10px 0 5px 0;
}

.service_detail p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 28px;
}

.service_detail ul.list_txt {
  margin: 0px 0 10px 0;
  padding: 0;
}

.service_detail ul.list_txt li {
  margin: 0px 0 5px 18px;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  color: #444;
  list-style: square;
  ;
}

.inner_btn {}

.inner_btn a {
  background: #004767;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
  margin: 10px 10px 0 0;
  display: inline-block;
}

.inner_btn a:hover {
  background: #000;
}

.benefits-outsourcing {
  background-color: #000000;
  margin-top: 0px;
  margin-bottom: 50px;
  padding: 55px 0px 40px 0px;
}

.benefits-outsourcing h3 {
  color: #fff;
  font-size: 36px;
  line-height: 48px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  position: relative;
  padding-left: 80px;
  margin: 0px 0 30px 0;
}

.benefits-outsourcing h3:before {
  content: '';
  width: 54px;
  height: 3px;
  position: absolute;
  top: 21px;
  left: 0px;
  background: #004767 !important;
}

.benefits-outsourcing p {
  font-size: 18px;
  line-height: 28px;
  color: #F7F7F7;
  margin: 5px 0 0 0;
  text-align: left;
}

.bo_box {
  text-align: center;
  margin: 0px 0 30px 0;
  padding: 30px 30px 30px 30px;
  background-color: #292929;
  border-radius: 10px 10px 10px 10px;
}

.bo_box img {
  width: 60px;
}

.bo_box h6 {
  color: #fff;
  margin: 15px 0 0px 0;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
}

.bo_box p {
  color: #CACACB;
  margin: 15px 0;
  text-align: center;
  line-height: 24px;
}

.careers_detail {}

.careers_box {
  display: inline-block;
  width: 100%;
  padding: 40px 34px;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0 0 20px rgb(12 12 12 / 14%);
  margin: 0 0 30px 0;
}

.careers_box .careers_img {
  float: left;
  width: 70px;
  margin: 0 15px 15px 0;
  text-align: center;
}

.careers_box .careers_content {
  float: left;
}

.careers_box .careers_content h6 {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #0e0e0e;
  line-height: 1.2;
  font-weight: 700;
}

.careers_box .careers_content p {
  font-size: 16px;
  color: #939393;
  margin: 0 0 5px 0;
  font-weight: 400;
}

.careers_box .viewmore_btn {
  display: inline-block;
  width: 100%;
  margin: 10px 0 0 0;
}

.careers_box .viewmore_btn a {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 8px 22px;
  transition: 0.5s;
  border: 2px solid #004767;
  background: #004767;
  color: #fff;
  border-radius: 5px;
}

.careers_box .viewmore_btn a:hover {
  background: #000;
}

.contact_page {
  padding: 60px 0;
}

.contact_page .contact_title {
  min-height: 130px;
}

.contact_page .contact_title h3 {
  color: #0e0e0e;
  font-size: 36px;
  line-height: 48px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  position: relative;
  padding-left: 80px;
  margin: 30px 0 0px 0;
}

.contact_page .contact_title h3:before {
  content: '';
  width: 54px;
  height: 3px;
  position: absolute;
  top: 21px;
  left: 0px;
  background: #004767 !important;
}

.contact_page .contact_title p {
  color: #000000;
  font-size: 18px;
  line-height: 34px;
}

.blog_page {
  padding-bottom: 60px;
}

.blog_page .entry {
  margin-bottom: 0;
  margin-top: 30px;
}

.blog_page .entry h2.entry-title {
  min-height: 60px;
}

.apply_form {
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0 0 20px rgb(12 12 12 / 14%);
  padding: 0px;
}

.apply_form h4 {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 15px;
  background: #004767;
  color: #fff;
  padding: 10px 15px;
  line-height: 1.2;
  font-weight: 700;
}

.apply_form form {
  padding: 5px 15px;
}

.apply_form form button.btn {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 6px 16px;
  transition: 0.5s;
  border: 2px solid #004767;
  background: #004767;
  color: #fff;
  border-radius: 5px;
  text-align: left;
  margin: 0 0 15px 0;
}

.apply_form form button.btn:hover {
  background: #000;
}

@media only screen and (max-width: 1599px) {
  .menu_btn {
    left: 50px;
  }

  #hero .social-links {
    left: 50px;
    bottom: 30px;
  }
}

@media only screen and (max-width: 1499px) {
  .menu_btn {
    left: 30px;
  }

  #hero .social-links {
    left: 30px;
    bottom: 177px;
  }
}

@media only screen and (max-width: 1399px) {
  .menu_btn {
    left: 50px;
  }

  #hero .social-links {
    left: 50px;
    bottom: 30px;
  }

  .our_service_content {
    padding: 50px 25px 76px 25px;
  }

  .services .icon-box {
    padding: 10px 0px;
  }

  #header .logo {
    margin-top: 3px;
  }

  .bo_box {
    padding: 30px 15px;
  }

  .careers_box {
    padding: 40px 24px;
  }

  .careers_box .careers_img {
    width: 40px;
    margin: 0 5px 15px 0;
  }
}

@media only screen and (max-width: 1280px) {
  .menu_btn {
    left: 30px;
  }

  #hero .social-links {
    left: 30px;
    bottom: 85px;
  }
}
@media only screen and (max-width: 786px) {
  #hero .social-links {
    left: 30px;
    bottom: 159px;
  }
}

@media only screen and (max-width: 1199px) {
  .our_service_content .item-holder {
    min-height: 200px;
  }

  .blog .entry .entry-title {
    font-size: 22px;
  }

  .blog .entry {
    padding: 30px 15px;
  }

  .blog .entry .entry-img {
    margin: -30px -15px 20px -15px;
  }

  .contact .contact_title h3 {
    font-size: 30px;
    line-height: 38px;
  }

  .contact .info-box h3 {
    font-size: 16px;
    margin: 10px 0 5px 0;
  }

  .ft_bottom .footer-links ul li {
    padding: 10px 10px;
  }

  .benefits-outsourcing h3 {
    font-size: 30px;
    line-height: 38px;
  }

  .benefits-outsourcing h3:before {
    top: 18px;
  }

  .careers_box {
    padding: 20px 15px;
  }

  .careers_box .careers_img {
    width: 70px;
    margin: 0 0px 10px 0;
    float: none;
  }
}

@media only screen and (max-width: 1024px) {
  #header .logo {
    margin-left: 35px;
  }

  #hero {
    padding-left: 60px;
  }

  .careers_box .careers_img {
    height: 70px;
    line-height: 70px;
  }

  .contact_page .contact_title p {
    line-height: 28px;
  }
}

@media only screen and (max-width: 991px) {
  #header .logo {
    margin-left: 50px;
  }

  #hero {
    padding-left: 80px;
    text-align: left;
  }

  .our_service_content {
    padding: 20px 15px 76px 15px;
  }

  .our_service_content .item-holder {
    min-height: 230px;
  }

  .our_service_content .item-holder .item-description {
    line-height: 22px;
    font-size: 15px;
  }

  .counts .count-box {
    padding: 10px 30px 0 30px;
  }

  .blog .entry .entry-img img {
    width: 100%;
  }

  #footer .ft-address {
    padding: 40px 0px 20px 0px;
  }

  #footer .footer-top .footer-info {
    padding: 30px 5px;
  }

  #footer .footer-top .social-links a {
    margin-right: 0;
  }

  .ft_bottom .footer-links ul li {
    padding: 5px 15px;
  }

  .wcu_box h6 {
    padding: 15px 2px 15px 2px;
    font-size: 15px;
  }

  .navbar-mobile .mobile-nav-toggle {
    color: #000;
  }

  #header .social-links {
    display: none;
  }

  .inner_pages #header .logo {
    margin: 10px 0 20px 0;
    display: inline-block;
    float: left;
  }

  .inner_pages .navbar {
    background: none;
  }

  .mobile-nav-toggle {
    text-align: right;
    color: #000;
    font-size: 34px;
    padding-top: 7px;
    width: auto;
    float: right;
  }

  .navbar-mobile ul {
    top: 75px;
  }
}

@media only screen and (max-width: 767px) {
  #header {
    background: #fff !important;
    height: 90px;
  }

  .menu_btn {
    left: auto;
    right: 20px;
    top: 25px;
  }

  #header .logo {
    margin-left: 0px;
    margin-top: 0;
  }

  #hero .social-links {
    display: none;
  }

  #hero {
    padding-left: 0;
    text-align: left;
  }

  .sidenav {
    padding-top: 20px;
  }

  .sidenav .closebtn {
    margin-left: 30px;
    margin-right: 30px;
  }

  .sidenav ul li a {
    padding: 8px 8px 8px 8px;
  }

  .our-services .page_ttl h3 {
    padding-left: 0;
  }

  .our-services .page_ttl h3:before {
    top: -10px;
  }

  .our_service_content .item-holder {
    min-height: auto;
  }

  .our_service_content {
    margin: 0 0 15px 0;
  }

  .our-services,
  .about {
    padding: 20px 0;
  }

  .about_content {
    padding: 0;
  }

  .about_content h3 {
    padding-left: 0px;
    margin: 15px 0 10px 0;
  }

  .about_content h3:before {
    top: -10px;
    left: 0;
  }

  .counts h3 {
    padding-left: 0px;
  }

  .counts h3:before {
    top: -10px;
    left: 0;
  }

  .blog h3 {
    padding-left: 0px;
  }

  .blog h3:before {
    top: -10px;
    left: 0;
  }

  .blog .entry {
    margin-bottom: 0;
    margin-top: 20px;
  }

  .contact .contact_title h3 {
    padding-left: 0px;
    margin-top: 10px;
  }

  .contact .contact_title h3:before {
    top: -10px;
    left: 0;
  }

  #footer .ft-address {
    padding: 0px 0px 0px 0px;
  }

  .ft_bottom .footer-links ul li {
    padding: 5px 10px;
  }

  .wcu_box {
    background: #fff;
  }

  .benefits-outsourcing h3 {
    padding-left: 0;
    margin-bottom: 10px;
  }

  .benefits-outsourcing h3:before {
    top: -10px;
  }

  .benefits-outsourcing p {
    margin-bottom: 15px;
  }

  .contact_page .contact_title {
    min-height: auto;
  }
}



.popup {
  display: none;
  position: fixed;
  padding: 30px;
  width: 50%;
  left: 25%;
  height: 450px;
  top: 40%;
  margin-top: -100px;
  background: #FFF;
  border: 3px solid #004767;
  z-index: 20;
}

#popup:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -2;
}

#popup:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
}



.popupk {
  display: none;
  position: fixed;
  padding: 30px;
  width: 50%;
  left: 25%;
  height: 400px;
  top: 40%;
  margin-top: -100px;
  background: #FFF;
  border: 3px solid #004767;
  z-index: 20;
}

#popupk:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -2;
}

#popupk:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
}


.popupl {
  display: none;
  position: fixed;
  padding: 30px;
  width: 50%;
  left: 25%;
  height: 400px;
  top: 40%;
  margin-top: -100px;
  background: #FFF;
  border: 3px solid #004767;
  z-index: 20;
}

#popupl:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -2;
}

#popupl:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
}


.popupm {
  display: none;
  position: fixed;
  padding: 30px;
  width: 50%;
  left: 25%;
  height: 400px;
  top: 40%;
  margin-top: -100px;
  background: #FFF;
  border: 3px solid #004767;
  z-index: 20;
}

#popupm:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -2;
}

#popupm:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
}


.popupn {
  display: none;
  position: fixed;
  padding: 30px;
  width: 50%;
  left: 25%;
  height: 400px;
  top: 40%;
  margin-top: -100px;
  background: #FFF;
  border: 3px solid #004767;
  z-index: 20;
}

#popupn:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -2;
}

#popupn:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
}


.popupo {
  display: none;
  position: fixed;
  padding: 30px;
  width: 50%;
  left: 25%;
  height: 450px;
  top: 40%;
  margin-top: -100px;
  background: #FFF;
  border: 3px solid #004767;
  z-index: 20;
}

#popupo:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -2;
}

#popupo:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
}


.popupp {
  display: none;
  position: fixed;
  padding: 30px;
  width: 50%;
  left: 25%;
  height: 450px;
  top: 40%;
  margin-top: -100px;
  background: #FFF;
  border: 3px solid #004767;
  z-index: 20;
}

#popupp:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -2;
}

#popupp:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
}

/* .navbar-home{
  padding-top: 43px;
    padding-right: 380px;
} */

@media (min-width: 1200px) {
  .navbar-home {
      padding-top: 0px;
      /* padding-right: 204px; */
    }
}
@media (min-width: 1400px) {
  .navbar-home {
      padding-top: 0px;
      /* padding-right: 510px; */
    }
}

.navbar-home a:hover,
.navbar-home .active:focus,
.navbar-home li:hover>a {
  background: none;
  color: #004767;
}

.navbar-home .active{
  background: none;
  color: #004767;
}

.navbar-home .dropdown ul a:hover,
.navbar-home .dropdown ul .active:hover,
.navbar-home .dropdown ul li:hover>a {
  background: #004767;
  color: #fff;
}
/* @media (max-width: 1196px) {
  .navbar-home {
      padding-top: 43px;
      padding-right: 510px;
    }
} */

.navbar-home a{
color: #020202;
}


.button-29 {
  align-items: center;
  appearance: none;
  /* background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #42444f 100%); */
  background: #004767;
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono", monospace;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s, transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 18px;
}

.button-29 a {
  color: #fff;
}

.button-29:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.button-29:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-29:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}

@media (min-width:320px) and (max-width:767px){
  .tabs .tabs-nav {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    box-shadow: none;
  }
}
@media (min-width:769px) and (max-width:1024px){
  .contact .info-box {
    padding: 50px 9px 48px 9px;
  }
}



/* CSS */
.button-21 {
  align-items: center;
  appearance: none;
  background-color: #3EB2FD;
  background-image: linear-gradient(1deg, #4F58FD, #149BF3 99%);
  background-size: calc(100% + 20px) calc(100% + 20px);
  border-radius: 100px;
  border-width: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  font-family: CircularStd,sans-serif;
  font-size: 1rem;
  height: auto;
  justify-content: center;
  line-height: 1.5;
  padding: 6px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color .2s,background-position .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}

.button-21:active,
.button-21:focus {
  outline: none;
}

.button-21:hover {
  background-position: -20px -20px;
}

.button-21:focus:not(:active) {
  box-shadow: rgba(40, 170, 255, 0.25) 0 0 0 .125em;
}




/* CSS */
.button-17 {
  align-items: center;
  appearance: none;
  background-color: #004767;
  border-radius: 24px;
  border: 1px solid ;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans",Roboto,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
}

.button-17:hover {
  background: #000000;
  color: #ffffff;
  border: 1px solid #010303;
}

.button-17:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.button-17:focus {
  outline: none;
  border: 2px solid #4285f4;
}

.button-17:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-17:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-17:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}
