* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.min-nav {
  background-color: #cb161a;
}
.min-nav-text {
  font-size: 14px;
}
.navbar {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 1px 3px 4px 0 #adadad33;
  font-family: "Open Sans", sans-serif;
}
.navbar-light .navbar-brand {
  color: #2196f3;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: #000;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #ec1c2e;
}
.navbar-light .navbar-nav .nav-link {
  padding-top: 22px;
  padding-bottom: 22px;
  transition: 0.3s;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 600;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  /* background: #1ebdc2; */
  transition: 0.3s;
}
.nav-link-active {
  color: #cb161a !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #cb161a;
  text-decoration: none;
  background-color: #fff !important;
}
.sm-menu {
  border: 1px solid #eae9f2;
  border-top: 3px solid #cf0a10;
  border-radius: 8px;
  top: 97%;
  box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}
.dropdown-item {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  /* background-color: #2196F3; */
}
.navbar-toggler {
  outline: none !important;
}
.navbar-tog {
  color: #1ebdc2;
}
.megamenu-li {
  position: static;
}

.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
}
.megamenu h6 {
  margin-left: 21px;
}
.megamenu i {
  width: 20px;
}
.hero-img {
  height: 83vh;
}
.hero-text {
  font-size: 2rem;
  top: 40%;
  left: 10%;
}
.home-title {
  color: #cb161a;
  text-align: center;
  display: block;
  font-size: 2rem;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
}
.home-title:hover {
  color: #c32e2e;
}
.adopting-business {
  background-color: #f5f5f5;
}
.service-slide {
  background-color: #e53135;
}

.service-box {
  width: 13rem;
  height: 6rem;
  text-decoration: none;
}
.service-box:hover {
  background-color: #cb161a;
}
.section-support {
  background-color: #f1f1f1;
}
.chat-heading {
  color: #ce140c;
  font-size: 27px;
  font-weight: 800;
  text-transform: uppercase;
}
.chat-img {
  width: 70%;
}
.chat-phone {
  color: #0171bc;
  font-weight: bold;
}
.c-color {
  color: #666666;
}

/* Do more grid */
.grid-do_more {
  position: relative;
}
.grid-do_more > .p0 > a {
  color: #fff;
}
.grid-do_more > .p0 > a:hover,
.grid-do_more > .p0 > a:focus {
  color: #fff;
  text-decoration: none;
}
.grid-do_more figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  cursor: pointer;
  margin: 0;
}
.grid-do_more figure img {
  position: relative;
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.grid-do_more figure figcaption::before,
.grid-do_more figure figcaption::after {
  pointer-events: none;
}
.grid-do_more figure figcaption {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  bottom: 0px;
  left: 20px;
  right: 20px;
  max-height: 40px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.grid-do_more figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.grid-do_more figure:hover figcaption {
  height: auto;
  max-height: 200px;
  bottom: 50px;
}
.grid-do_more figure:hover .bottom-gradient-do_more {
  background: rgba(0, 0, 0, 0)
    linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%) repeat
    scroll 0 0;
  transform: translateY(0px);
}
.bottom-gradient-do_more {
  background: rgba(0, 0, 0, 0)
    linear-gradient(
      0deg,
      rgb(0, 0, 0) 0%,
      rgba(0, 0, 0, 0.2) 23%,
      rgba(0, 0, 0, 0) 40%,
      rgba(0, 0, 0, 0) 68%,
      rgba(0, 0, 0, 0) 81%,
      rgba(0, 0, 0, 0) 92%,
      rgba(0, 0, 0, 0) 100%
    )
    repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(100%);
  transition: all 0.5s ease 0s;
}
.do_more-grid-title {
  color: #fff;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.do_more-grid-desc {
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
}
.do_more-grid-desc > strong {
  display: block;
  margin-bottom: 10px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.investors-section {
  background-color: #f8f8f8;
}
.report-text {
  font-size: 1rem;
  font-weight: 500;
}
.report-annual-text {
  color: #e43134;
  font-weight: bold;
  text-decoration: none;
}
.report-box {
  border-bottom: 2px solid #c32e2e;
  padding: 1rem;
}
.report-container {
  box-shadow: 3px 3px 7px 2px #eeeeee;
}
.investors-chart {
  position: relative;
}
.chart-texts {
  position: absolute;
  top: 84%;
  left: 10%;
  color: #fff;
}
.business-image {
  width: 100%;
  overflow: hidden;
}
.business-text {
  margin-top: 0.5rem;
  font-weight: 500;
}
.business-img {
  -webkit-transform: rotate(5deg) scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 1s ease-in-out;
}
.business-img:hover {
  transform: rotate(5deg) scale(1.2);
}
#careers {
  padding-bottom: 75px;
}
.careers-img-container {
  background-image: none;
  background-position: center center;
  background-size: cover;
  min-height: auto;
}
.careers-img-wrapper {
  overflow: hidden;
}
.careers-img-wrapper img {
  max-width: 100%;
  transition: all 0.5s ease;
  transition-duration: 1s;
}
.careers-img-container:hover .careers-img-wrapper img {
  transform: scale(1.1);
}
.careers-employeespeak {
  background-color: #f3f3f3;
  bottom: -80px;
  color: #000;
  max-width: 420px;
  padding: 35px;
  position: absolute;
  right: 60px;
  text-align: left;
}
.employeespeak-head {
  color: #333;
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 95px;
}
.employeespeak-content {
  font-size: 17px;
  font-weight: 400;
}
.img-employee {
  border-radius: 50%;
  display: inline-block;
  float: left;
  height: 85px;
  margin-right: 10px;
  width: 85px !important;
}
.career-vido-caption {
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  color: #fff;
  position: absolute;
  left: 55px;
  bottom: 55px;
  transition: all 0.5s ease;
  transition-duration: 1s;
}
#employeespeak_slider .owl-dots {
  position: static;
  text-align: center;
}
#employeespeak_slider.owl-theme .owl-dots .owl-dot span {
  background-color: rgba(0, 0, 0, 1);
  box-shadow: 0 0 0 2px black inset;
}
#employeespeak_slider.owl-theme .owl-dots .owl-dot span {
  margin: 0 5px;
  width: 8px;
  height: 8px;
}
#employeespeak_slider.owl-theme .owl-dots .owl-dot.active span,
#employeespeak_slider.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fff;
}

.news {
  background-color: #f5f5f5;
}
.news-card {
  box-shadow: 0 0 20px 2px rgb(0 0 0 / 20%);
  color: #ca151a;
  text-decoration: none;
  transition: all 1s ease;
}
.news-card:hover {
  transform: translateY(-15px);
  color: #ca151a;
}

.news-card-heading {
  background-color: #3c2c3ca8;
  bottom: 0;
  color: #fff;
  font-size: 1.2rem;
}
.news-card-image {
  width: 100%;
  overflow: hidden;
}
.news-img:hover {
  transform: scale(1.2) rotate(-5deg);
}
.news-img {
  transition: all 2s ease;
}
.title-desc {
  font-size: 1.5rem;
  /* color: #cb161a; */
}
.aboutus-grid-title {
  font-size: 25px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
}
.aboutus-grid-title > span {
  font-size: 50px;
  vertical-align: middle;
}
.aboutus-grid-desc {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  max-width: 190px;
  margin: 0 auto;
}
.about-counter {
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.pre-footer {
  background-color: #ce140c;
  /* #c32e2e; */
  /* #d80c04 */
  /* ce140c */
}
.support-text {
  color: #ffd700;
}

.footer {
  color: #fff;
  background-color: #ec1c2e;
  /* #e53135; */
}

.footer-texts {
  margin-left: 1rem;
}
.footer-icon {
  font-size: 1.5rem;
}
.footer-content {
  padding: 0.3rem;
  cursor: pointer;
}
.footer-content:hover {
  color: #fff;
}
.footer-links {
  list-style: none;
}
.footer-links li {
  padding: 0.3rem;
}
.footer-link {
  text-decoration: none;
  color: #999;
}
.footer-link:hover {
  color: rgb(250, 246, 246);
  text-decoration: underline;
}
.footer-social {
  text-decoration: none;
  color: #fff;
  font-size: 1.8rem;
  padding: 7px;
  margin-left: 5px;
  display: inline-flex;
  margin-top: 7px;
  /* border-radius: 100%;
  border: 1px solid #fff;*/ 
  transition: 0.3s; 
}

 .footer-social:hover {
  color: #f2f2f2;
  transform: scale(1.05);
} 
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-header {
  font-family: "DM Sans", sans-serif;
}
.footer-lists {
  padding-left: 0;
}
.footer-lists li {
  list-style: none;
  font-size: 1rem;
}
.top-text {
  font-family: Calibri;
  font-size: 1.4rem;
  margin-top: 1.5rem;
}

.footer-links {
  text-decoration: none;
  color: #fff;
  font-family: Calibri;
  padding: 2px;
  font-size: 14px;
}
.footer-links:hover {
  color: #fff;
  text-decoration: underline;
}

/******************** About **************************/
.side-nav li {
  list-style: none;
  text-decoration: none;
}
.side-nav li a {
  font-family: Calibri;
  text-decoration: none;
  color: #3d3d3d;
  padding-left: 10px;
}
.side-item {
  font-size: 1.2rem;
  padding-bottom: 4px;
  border: 1px solid #d8d8d8;
}
.side-nav {
  background-color: #fff;
  padding-left: 0;
  padding-bottom: 10rem;
  border: 1px solid #d8d8d8;
}
.side-nav-selected {
  background-image: linear-gradient(to right, #cd3233, #fd0333);
  color: #fff !important;
}

.side-nav-selected > a {
  color: #fff !important;
}
.about-top {
  background: #f2f4f5;
}
.about-header-img {
  width: 100%;
}
.about-desc {
  font-family: "Calibri";
  font-size: 1rem;
  padding: 12px;
  color: #333333;
}
.about-width {
  width: 96%;
  margin: auto;
}
.about-exp-text {
  margin-top: 6rem;
}

.about-info {
  background-color: #fff;
}
.about-info-card {
  background: #fff;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
  box-shadow: 2px 2px 9px 1px #dedede;
  border-radius: 1.5rem;
  cursor: pointer;
}
.about-info-card-i {
  font-size: 5rem;
}

.about-explore {
  background-color: #e43134;
  padding: 1rems;
}
.abt-txt {
  text-indent: 5rem;
  margin-top: 1rem;
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  font-family: sans-serif;
  letter-spacing: 1.2px;
}
.navigationbar {
  position: relative;
  height: 15rem;
  width: 100%;
}

.navigationbar .after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(228, 49, 52, 0.9);
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  width: 100%;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #cd3233, #fd0333);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  cursor: pointer;
  color: #fff;
}
.hvr-sweep-to-right:hover > a,
.hvr-sweep-to-right:focus {
  color: #fff !important;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Team  */
/*
.site-heading h2 {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  
  .site-heading h2 span {
    color: #ff5a6e;
  }
  
  .site-heading h4 {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
  }
  
  .site-heading h4::before {
    background: #ff5a6e none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
  }
  
  .site-heading h2 span {
    color: #ff5a6e;
  }
  
  .site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
  }
  
  .team-area .single-item {
    margin-bottom: 30px;
  }
  
  .team-area .item .thumb {
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  
  .team-area .item .thumb::after {
    background: #232323 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
  }
  
  .team-area .team-items .item:hover .thumb::after {
    opacity: 0.7;
  }
  
  .team-area .item .thumb .overlay {
    top: -100%;
    left: 0;
    padding: 20px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: 1;
  }
  
  .team-area .item:hover .thumb .overlay {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
  }
  
  .team-area .item .thumb .overlay p {
    color: #ffffff;
  }
  
  .team-area .item .thumb .overlay h4 {
    color: #ffffff;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
  }
  
  .team-area .item .thumb img {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  
  .team-area .item:hover .thumb img {
    opacity: .6;
  }
  
  .team-area .item .thumb .social li {
    display: inline-block;
  }
  
  .team-area .item .thumb .social li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
  }
  
  .team-area .info {
    background: #ffffff none repeat scroll 0 0;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    padding: 40px 20px 20px;
    position: relative;
    text-align: center;
    z-index: 9;
  }
  
  .team-area .info .message {
    height: 50px;
    line-height: 40px;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
  }
  
  .team-area .info .message a {
    background: #fff none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    box-sizing: border-box;
    color: #ff5a6e;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    width: 50px;
  }
  
  .team-area .info .message a i {
    font-weight: 500;
  }
  
  .team-area .info h4 {
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
  }
  
  .team-area .info span {
    color: #ff5a6e;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .team-area .social li.twitter a {
    background-color: #00b6f1;
  }
  
  .team-area .social li.linkedin a {
    background-color: #bd081c;
  }
  
  .team-area .social li.facebook a {
    background-color: #3b5998;
  }
  
  .team-area .social li.google-plus a {
    background-color: #df4a32;
  }
  
  .team-area .social li.vimeo a {
    background-color: #1ab7ea;
  }
  
  .team-area .social li.instagram a {
    background-color: #cd486b;
  }
  */
.team-top-container {
  background-color: #f30c33;
}
.team-member-image {
  width: 40%;
}
.team-member-img {
  border-radius: 50%;
}
.team-member-name {
  font-weight: 500;
  color: #d35959;
  font-size: 1.2rem;
}

/************* Careers *****************/
.career-top {
  display: flex;
  justify-content: space-between;
}
.career-top-img {
  height: 100%;
}
.career-top-left {
  padding: 2rem;
  background: #ec1c2e;
  color: #fff;
}
.career-title-big {
  color: #ec1c2e;
  text-transform: uppercase;
  font-size: 2rem;
}
.career-explore-texts {
  color: #616161;
  font-size: 1.2rem;
}
.bg-custom {
  background-color: #f2f2f2;
}
.career-box {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  width: 100%;
  padding: 6rem 3rem;
  /* color: #fff; */
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  transition: all 0.5s linear;
}
.career-box:hover {
  background: #e70d0d;
  color: #fff;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.process-card-icon {
  font-size: 3rem;
}

.process-card {
  padding: 2rem;
  border: 1px solid #f3e5e5;
  cursor: pointer;
  background: #fff;
}
.process-card-details {
  font-size: 0.9rem;
}

/* News */
.navigator-news-text {
  top: 50%;
  left: 20%;
}

/* Contact Us  */
.contact-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 2rem;
  background-color: #fafafa;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-container ::placeholder {
  color: #fff;
  opacity: 1;
}

.info {
  border: 1px solid #ddd9d9;
  padding: 0.5rem;
}
.form {
  width: 90%;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.contact-location {
  font-size: 1.1rem;
}
.contact-info-form {
  background-color: #d50000;
  position: relative;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #a7323254);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-info-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #d50000;
  transform: rotate(45deg);
  bottom: 66px;
  left: -13px;
}

.contact-form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.social-input-containers {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 4px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 4px;
  resize: none;
  overflow-y: auto;
}

.social-input-containers label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.social-input-containers.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.contact-btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #1abc9c;
  line-height: 1;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
}

.contact-btn:hover {
  background-color: transparent;
  color: #fff;
}

.social-input-containers span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.social-input-containers span:before,
.social-input-containers span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #d50000;
  top: 50%;
  transform: translateY(-50%);
}

.social-input-containers span:before {
  left: 50%;
}

.social-input-containers span:after {
  right: 50%;
}

.social-input-containers.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.social-input-containers.focus span:before,
.social-input-containers.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact-info .title {
  color: #d50000;
}

.text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.social-information {
  display: flex;
  color: #555;
  font-size: 0.95rem;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: #333;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 43px;
  background: linear-gradient(45deg, #d50000, #d50000);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #d50000;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.social-information i {
  font-size: 24px;
  margin-right: 0.75rem;
  color: #cf0606;
}

.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #d50000, #cb0b0b);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

.news-texts {
  color: #000000ab;
  font-size: 14px;
}
.news-detail-description {
  font-size: 14px;
}
.share-icons {
  text-decoration: none;
  color: #fff;
  font-size: 10px;
  padding: 7px;
  margin-left: 5px;
  display: inline-flex;
  margin-top: 7px;
  border-radius: 100%;
  border: 1px solid #fff;
  background-color: #ec1c2e;
}
.share-icons:hover {
  color: #fff;
  background-color: #fd0333;
}

/* jobs */

.category .job {
  cursor: pointer;
  height: 230px;
  border: 1px solid transparent;
  padding: 30px 19px 25px 19px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
}

.category .job:hover {
  border: 1px solid #fd0333;
}
.job-input {
  display: inline-block;
  width: 68%;
}

.category .job span {
  padding: 6px 20px;
  font-weight: 400;
  border-radius: 26px;
  display: inline-block;
}

.category .job .colors1 {
  font-weight: 800;
  color: #f27e42;
  background: #f27e4242;
}

.category .job .colors2 {
  font-weight: 800;
  color: #ffffff;
  background: rgb(218 60 61);
}

.category .job .colors3 {
  font-weight: 800;
  color: #2eb98d;
  background: rgba(46, 185, 141, 0.03);
}

.category .job .colors4 {
  font-weight: 800;
  color: #6a42f2;
  background: rgba(106, 66, 242, 0.07);
}

.category .job .colors5 {
  font-weight: 800;
  color: #f162bc;
  background: rgba(241, 98, 188, 0.07);
}


.category .job a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  color: #071112;
  text-transform: capitalize;
  margin-bottom: 17px;
  display: block;
}

.job .place {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-left: 0px;
  color: #76787a;
  list-style: none;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.job-desc-left{
  display: inline-block;
  width: 30%;
}
.btn-process{
  background-color: #ce140c;
  border-color: #a02020;
}
.btn-process:hover{
  background-color: #820f0f;
}
.btn-process:focus{
  background-color: #820f0f;
  border-color: #a02020;
  box-shadow: 0 0 0 1px #db0015;;
}
/* development process */

.devprocess-top {
  /* background-color: #292a39; */
}
.devprocess-bottom {
  background-color: #fff;
}

.dp-title {
  font-size: 30px;
  letter-spacing: 0.46px;
  line-height: 1.22;
}
.dp-subtitle {
  /* color: #959595; */
  display: block;
  margin: 0 0 5px;
}

.dp-text,
.dp-title,
.dp-desc {
  /* color: #fff; */
}

.dp-s-title {
  padding-bottom: 20px;
  margin-bottom: 30px;
  /* color: #ffcd06; */
}
.dp-title {
  text-align: center;
  margin: auto;
  width: 53%;
  padding: 2rem;
}
.dp-desc {
  text-align: center;
  width: 60%;
  margin: auto;
  padding-bottom: 3rem;
}

.dp-s-title-2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* Annual Report */

.annual-report-ul {
  list-style-type: none;
}
.annual-report-ul li {
  padding: 6px;
  border-bottom: 1px solid #e4c9c9;
}
.annual-report-yearly {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
.annual-report-ul li a {
  text-decoration: none;
  color: #000;
}

/* Services  */
.success-stories-container {
  background: #ece7e1;
}

.success-stories-card {
  width: 90%;
}
.sucess-sotries-card-body {
  background: #ec1c2e;
}

.request-text {
  color: #868585;
}
.request-field {
  border: none;
  border-bottom: 2px solid #e60000;
  width: 80%;
}

.request-field:focus {
  outline: none;
  border: none;
  border-bottom: 3px solid #e60000;
}
.client-card{
  display: block;
  color: #009688;
}
.client-card:hover{
  color: #04524a;
}
.client-title{
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 10px 0;
  margin-bottom: 16px;
}
.client-thumb{
  position: relative;
  box-shadow: 0 0 6px #e8e6e6;
  height: 12rem;
  transition: 1s;
}
.client-thumb:hover{
  box-shadow: 0 0 10px #e6a1a1;
}
.client-img{
  display: block;
  width: 50%;
  margin: auto;
  position: absolute;
  top: 38%;
  text-align: center;
  left: 25%;
}
.accordion-button{
  font-weight: 500;
}
.accordion-button:not(.collapsed){
  background-color: transparent;
  color: #ca151a;
  font-weight: 700;
}
.page-link{
  color: #000;
}
.page-link:hover{
  color: #ca151a;
}
.mdi {
  font-size: 50px
}

.partner-form-label{
  width: 10%;
}
.partner-form-input{
  width: 80%;
}
  .yt-videos {
    width: 100%;
    height: 315px;
}
 .slick-dots li button:before{
  font-size: 12px;
}

.success-carousel .slick-slide {
  margin: 0 1rem;
}
.success-carousel .slick-list {
  padding: 1.5rem 0;
}