
.section-title {
    position: relative;
    z-index: 1;
  }
  
  .section-title span {
    position: absolute;
    font-weight: 900;
    font-size: 120px;
    line-height: 1;
    color: #211e3b;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: .05;
    z-index: -1;
    top: -40px;
    text-transform: uppercase;
    margin: 0px auto;
  }
  
  @media (max-width: 991px) {
    .section-title span {
      font-size: 90px;
      top: -30px;
    }
  }
  
  @media (max-width: 767px) {
    .section-title span {
      font-size: 80px;
      top: -20px;
    }
  }
  
  @media (max-width: 500px) {
    .section-title span {
      font-size: 60px;
    }
  }
  
  .section-title p {
    color: #ff2036 ;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
  }
  
  .section-title h1 {
    line-height: 50px;
    font-weight: 900;
    text-transform: capitalize;
  }
  
  .section-title-2 {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
  }
  
  .section-title-2 span {
    font-size: 180px;
    line-height: 1;
    color: rgba(0, 22, 89, 0);
    font-weight: 600;
    -webkit-text-stroke: 1px #efefef;
    position: absolute;
    top: -38%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: .9;
    z-index: -1;
  }
  
  .section-title-2 p {
    color: #ff5e14;
  }
  
  .section-title-2 h1 {
    color: #211e3b;
  }
  
  .section-title-2 .icon {
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.08);
    width: 120px;
    height: 120px;
    line-height: 120px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
  }
  
  .section-title-2 .icon::before {
    border-style: solid;
    border-width: 4px;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    border-color: #eaeaea;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: -1;
  }
  
  .section-padding {
    padding: 13px 0px;
  }
  
  @media (max-width: 991px) {
    .section-padding {
      padding: 100px 0px;
    }
  }
  
  @media (max-width: 767px) {
    .section-padding {
      padding: 80px 0px;
    }
  }
  
  .section-padding-two {
    padding: 140px 0px;
  }
  
  @media (max-width: 1400px) {
    .section-padding-two {
      padding: 120px 0px;
    }
  }
  
  @media (max-width: 991px) {
    .section-padding-two {
      padding: 100px 0px;
    }
  }
  
  @media (max-width: 767px) {
    .section-padding-two {
      padding: 80px 0px;
    }
  }
  
  .section-bg {
    background-color: #272b55;
  }
  
  .theme-bg {
    background-color: #ff2036;
  }
  

  
.features-2 {
    background-color: #f1f2f6;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
  
  .features-2 .feature-bg {
    position: absolute;
    right: 0;
    bottom: -20px;
    content: "";
    z-index: -1;
    width: 100%;
    height: 220px;
  }
  
  .home .icon-box{display: block;}
.icon-box {
    padding: 40px 30px 35px;
    border-radius: 7px;
    background-color: #fff;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-align: center;
    margin-top: 30px;
  }
  
  .icon-box:hover {
    background-color: #ff2036;
    -webkit-box-shadow: 0px 10px 60px 0px rgb(255 32 54 / 40%);
            box-shadow: 0px 10px 60px 0px rgb(255 32 54 / 40%);
  }
  
  .icon-box:hover .icon {
    color: #fff;
  }
  
  .icon-box:hover h4 {
    color: #fff;
  }
  
  .icon-box .icon {
    font-size: 60px;
    color: #ff2036;
    margin-bottom: 15px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  
  .icon-box h4 {
    color: #211e3b;
    text-transform: capitalize;
    font-size: 18px;
    margin-top: 10px;
  }
  
  .work-process-wrapper {
    background-color: #f1f2f6;
  }

  
.about-right-img {
    position: relative;
  }
  
  .about-right-img .triangle-bottom-right {
    margin-right: -15px;
  }
  
  .about-icon-box {
    padding: 20px 40px;
    border-radius: 7px;
    border: 2px solid #f1f2f6;
    margin-top: 40px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  .about-icon-box.style-2 {
    padding: 0;
    border: 0;
    padding-right: 40px;
    margin-top: 30px;
  }
  
  .about-icon-box.style-2 .icon {
    background-color: #e6f0fb;
    border-radius: 7px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    font-size: 32px;
  }
  
  .about-icon-box.style-2 h3 {
    margin-top: -3px;
  }
  
  .about-icon-box.style-2 p {
    margin-top: 5px;
  }
  
  .about-icon-box:hover {
    border-color: #ff2036;
  }
  
  .about-icon-box .icon {
    font-size: 40px;
    line-height: 1;
    color: #ff2036;
    float: left;
    overflow: hidden;
    margin-right: 25px;
  }
  
  .about-icon-box .content {
    overflow: auto;
  }
  
  .about-thum {
    position: relative;
  }
  
  .about-thum::before, .about-thum::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    border-radius: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: -1;
  }
  
  .about-thum::before {
    width: 359px;
    height: 359px;
    background-color: #ff2036;
  }
  
  @media (max-width: 767px) {
    .about-thum::before {
      display: none;
    }
  }
  
  .about-thum::after {
    width: 415px;
    height: 415px;
    background-color: rgba(8, 106, 215, 0.1);
  }
  
  @media (max-width: 767px) {
    .about-thum::after {
      display: none;
    }
  }
  
  .about-thum .item img {
    border-radius: 10px;
  }
  
  .about-thum .bottom-image {
    text-align: left;
    margin-top: -53px;
  }
  
  .about-check-list {
    margin-top: 40px;
  }
  
  @media (max-width: 375px) {
    .about-check-list {
      display: block !important;
    }
  }
  
  .about-check-list .banner {
    border-radius: 7px;
    background-color: #bfbfbf;
    width: 200px;
    height: 180px;
    position: relative;
    margin-right: 30px;
  }
  
  @media (max-width: 991px) {
    .checked-list {
      margin-left: 30px;
    }
  }
  
  @media (max-width: 767px) {
    .checked-list {
      margin-left: 0;
    }
  }
  
  .checked-list li {
    color: #211e3b;
    margin-top: 8px;
    padding-left: 40px;
    font-weight: 700;
  }
  
  .checked-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-size: 25px;
    color: #ff2036;
  }
  

  .faq-section {
    position: relative;
    background-color: #f8f8f8;
  }
  
  .faq-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    content: "";
    background-color: #eee;
  }
  
  .accordion {
    color: #777;
  }
  
  .accordion .card {
    margin-top: 15px;
    border: none;
    border-radius: 7px !important;
  }
  
  .accordion .card-header {
    padding: 0px 28px;
    border: none;
    background-color: transparent;
  }
  
  @media (max-width: 480px) {
    .accordion .card-header {
      padding: 0 15px;
    }
  }
  
  .accordion .card-header a {
    display: block;
    font-weight: 600;
    line-height: 50px;
    padding: 10px 0px;
    position: relative;
    color: #000;
    font-size: 18px;
  }
  
  .accordion .card-header a:after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 700;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #ff2036;
  }
  
  .accordion .card-header a[aria-expanded="true"]:after {
    content: "\f068";
    /* <i class="fal fa-angle-up"></i> */
  }
  
  @media (max-width: 767px) {
    .accordion .card-header a {
      line-height: 40px;
      font-size: 15px;
    }
  }
  
  .accordion .card-header a:hover {
    color: #ff2036;
  }
  
  .accordion .card-body {
    padding-left: 28px;
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .write4career{
    background-color: #272b55;
  }