@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@200;300;500;600;700&family=Pacifico&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital@1&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
  /**	font-family: 'Catamaran', sans-serif;
font-family: 'Pacifico', cursive;
 ***/
}

@font-face {
  font-family: "sspr";
  src: url("../fonts/sspr.otf") format("opentype");
}

.mtn {
  font-family: "methn";
}

.navbar .nav-item:hover .dropdown-menu {
  display: block;
}

/**common***/
.navbar-nav .dropdown-menu {
  position: absolute;
  background: #fff;
  left: 27%;
  color: #000;
}

.form-check-input:checked {
  background-color: #84a342;
  border-color: #84a342;
}

/***bts-focus***/
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(126, 239, 104, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #f9a826;
  outline: 0;
  box-shadow: none;
}

/***bts-focus***/
/**common***/
/*******Mobile********/
@media (max-width: 575.98px) {
    
     .fixed-top ul li a {
        color: #fff;
      }
  .navbar-collapse {
    background: #222020;
    padding: 2%;
  }

  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }

  .logo {
    height: 56px;
    width: auto;
    margin-left: 0%;
  }

  .nv_bg_trns {
    background: transparent;
    z-index: 1000;
  }

  .sld_mt {
    margin-top: -6%;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: #FD4936;
  }

  .nav-link,
  .nav-link:hover {
    color: #fff;
  }

  .nav-link:visited {
    color: #fff;
  }

 
  /**cmn**/
  .k-btn{
    background:#FD4936;
    color: #FFF;
    font-family: "Catamaran", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
  }

  .pp {
    color: #2C3747;
    font-family: "Catamaran", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
  /**cmn**/
  /***sc1***/
  .sc1_bg {
    width: 100%;
    height: 100vh;
    background: linear-gradient(0deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)),
      url(../img/sc1_bg.jpg) center center;
    background-size: cover;
    z-index: 0;
    padding-top: 15%;
    margin-top: -19%;
}

  .sc1_bnr_sml_h1 {
    color: #0b7077;

    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 62.4px;
    /* 312% */
    letter-spacing: -1.2px;
  }


  .sc1_txt_hdr_blck {
    position: relative;
    margin-top: 12%;
}

.sc1_bnd_ln {
  position: absolute;
  top: -10%;
  left: 0%;
  width: 8%;
}

.sc1_h1 {
  color: #3E2793;
  font-family: "Catamaran", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  width: 75%;
}

.sc1_h1_spn {
  color: #FD4936;
  font-family: 'Pacifico', cursive;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

  .sc1_hdr_p1{
    color: #2C3747;
    font-family: "Catamaran", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }

  .sc1_bnr_img{
    padding-top: 5%;
  }
  /***sc1***/

  /***sc2***/

  .sc2_my {
    margin-top: 12%;
    margin-bottom: 8%;
}
  .sc2_blk{
    position:relative;


  }

  .sc2_h2 {
    color: #000;
    text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%;
    width: 82%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.sc2_img1 {
    position: absolute;
    left: 4%;
    bottom: -8%;
    height: 16px;
}
.sc2_img2 {
  position: absolute;
  right: 7%;
  bottom: -39%;
  height: 16px;
}
  /***sc2***/

  /***sc3***/
.sc3_clp_img {
    background: url('../img/sc3_clp_img_bg.svg');
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 24%;
    margin-bottom: 5%;
}
  .sc31_my{
    margin-top: 5%;
      margin-bottom: 5%;
  }
  .sc3_h3 {
    color: #2C3747;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.sc3_h1 {
  color: #3E2793;
  font-family: "Catamaran", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}

.sc3_h1_spn {
  color: #FD4936;
  font-family: 'Pacifico', cursive;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.sc3b_my {
  background: url('../img/sc3a_bg.svg') center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
}
  .sc3_ttl_blck {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sc3_clp_img img{
  height:150px;
  width:auto;
}
  /***sc3***/
  /***sc4***/
  .sc4_sld_crd{
    border-radius: 20px;
background: #FFE0D6;
box-shadow: 10px 20px 20px 0px rgba(255, 226, 217, 0.50);
  }
  .sc4_crd_p2 {
    color: #2C3747;
    font-family: "Catamaran", sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    padding-top: 0%;
    padding-left: 5%;
    padding-right: 11%;
}
  .sc4_crd_svg {
    width:100%;
  }

  .sc4_crd_p1 {
    color: #2C3747;
    font-family: "Catamaran", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 5%;
    padding-left: 5%;
    width: 85%;
}

.sc4_crd_lnk{
  color: #2C3747;
  text-align: center;
  font-family: "Catamaran", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  margin-left: 5%;
}

.sc4_ar{
  color: #3E2793;
  font-size: 31px;
  font-weight: bold;
}
  /***sc4***/

    /***sc5***/

    .sc5_my {
      margin-top: 5%;
      margin-bottom: 5%;
      background: url('../img/sc3a_bg.svg') center center;
      background-repeat: no-repeat;
      background-size: cover;
      padding-top: 5%;
      padding-bottom: 5%;
  }
    .sc5_h1 {
      color: #3E2793;
      font-family: "Catamaran", sans-serif;
      font-size: 25px;
      font-style: normal;
      font-weight: 800;
      line-height: 120%;
  }
  
    .sc5_h1_spn{
      color: #FD4936;
      font-family: 'Pacifico', cursive;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
    }
    .sc5_ttl_blck {
      text-align: center;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
  }
    /***sc5***/

    /***sc6***/
    .sc6_h3 {
      color: #2C3747;
      font-family: Source Sans Pro;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
  }

    .sc6_p1 {
      color: #2C3747;
      font-family: "Catamaran", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      width: 78%;
  }
.sc6_bg_img12 {
    background: url('../img/s6_img_bg_01.svg');
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 15%;
}

.sc6_bg_img12 img{
  height:207px;
}
    /***sc6***/

        /***sc7***/

        .sc7_my{
          margin-top:5%;
          margin-bottom:5%;
        }
        .sc7_h1 {
          color: #3E2793;
          font-family: "Catamaran", sans-serif;
          font-size: 25px;
          font-style: normal;
          font-weight: 800;
          line-height: 120%;
      }
      
        .sc7_h1_spn{
          color: #FD4936;
          font-family: 'Pacifico', cursive;
      font-size: 50px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
        }
      
        .sc7_ttl_blck {
          text-align: center;
          width: 100%;
          margin-left: auto;
          margin-right: auto;
      }

      .sc7_p1{
        color: #2C3747;
        text-align: center;
        font-family: "Catamaran", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
      }

      .sc7_btn_my{
        margin-bottom: 9%;
      }

      .sc8_p_w{
        margin-left:auto;
        margin-right:auto;
        width:75%;
      }

      .sc8_icn_img{
        height: 50px;
        width:auto;
      }
        /***sc7***/

        /***sc8***/
        .sc8_h6 {
          color: #2C3747;
          font-size: 21px;
          font-style: normal;
          font-weight: 600;
          line-height: normal;
          margin-top: 4%;
          margin-bottom: 5%;
      }
        .sc8_icn_blk{
          text-align: center;
        }

        .sc8_my{
          margin-top: 5%;
    margin-bottom: 5%;
        }
        /***sc8***/

        
        /***sc9***/
        .sc9_h1 {
          color: #3E2793;
          font-family: "Catamaran", sans-serif;
          font-size: 25px;
          font-style: normal;
          font-weight: 800;
          line-height: 120%;
      }
      
        .sc9_h1_spn{
          color: #FD4936;
          font-family: 'Pacifico', cursive;
      font-size: 25px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
        }
      
        .sc9_ttl_blck {
          text-align: center;
          width: 100%;
          margin-left: auto;
          margin-right: auto;
      }

      .sc9_my{
        margin-top:5%;
        margin-bottom:3%;
      }
      .sc9_p1{
        color: #2C3747;
text-align: center;
font-family: "Catamaran", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
      }
        /***sc9***/

        /***sc10***/
        .sc10_bg {
          background: #FF742626;
     /**     padding: 3%; ***/
      }
      .sc10_img_crd {
        background: #fff;
        border-radius: 10px;
        margin-top: 5%;
    }

    .sc10_img_crd_txt {
      padding: 5%;
      width: auto;
      position: relative;
  }
  .sc10_lrn_p1 {
    position: absolute;
    top: 73%;
    display: inline-block;
    color: #2C3747;
    font-family: "Catamaran", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 5%;
    margin-bottom: 5%;
}

      .sc10_lrn_p1 a {
        color: #2C3747;
        font-weight: 800;
      }
      .sc10_sldr_img1 {
        width: 417px;
        border-radius: 0px 10px 10px 0px;
        margin-top: 7%;
    }
        /***sc10***/

          /***sc11***/

          .sc11_my{
            margin-top: 5%;
    margin-bottom: 5%;
          }
          .rq_btn {
            display: inline-flex;
            padding: 6px 40px 6px 40px;
            justify-content: center;
            align-items: center;
            border-radius: 20px;
            background: #FD4936;
            box-shadow: 10px 15px 30px 0px rgba(253, 73, 54, 0.45);
            color: #FFF;
            font-family: "Catamaran", sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            width: 100%;
            margin-top: 5%;
        }
  .sc11_bg {
    width: 100%;
    height: 100vh;
    background: linear-gradient(0deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)),
      url(../img/sc1_bg.jpg) center center;
    background-size: cover;
    z-index: 0;
    padding-top: 15%;
    margin-top: -7%;
  }

  .sc11_bnr_sml_h1 {
    color: #0b7077;

    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 62.4px;
    /* 312% */
    letter-spacing: -1.2px;
  }


  .sc11_txt_hdr_blck {
    position: relative;
    text-align: center;
}

.sc11_bnd_ln {
  position: absolute;
  top: 22%;
  /* align-content: center; */
  right: 21%;
  width: 20%;
}

.sc11_h1 {
  color: #3E2793;
  font-family: "Catamaran", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
  margin-top: 1%;
}

.sc11_h1_spn {
  color: #FD4936;
  font-family: 'Pacifico', cursive;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

  .sc11_hdr_p1{
    color: #2C3747;
    font-family: "Catamaran", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }
  /***sc11***/
  .rqfrm_inp {
    border-radius: 15px;
    border: 1px solid #FD4936;
    background: transparent;
    color: #FD4936;
    width: 100%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 6%;
}
  /***sc12***/
  .sc12_bg {
    width: 100%;
    height: 100vh;
    background: linear-gradient(0deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)),
      url(../img/sc1_bg.jpg) center center;
    background-size: cover;
    z-index: 0;
    padding-top: 15%;
    margin-top: -19%;
}

.sc12_bnr_sml_h1 {
  color: #0b7077;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 62.4px;
  letter-spacing: -1.2px;
  margin-top: 6%;
}


  .sc12_txt_hdr_blck{
    position:relative;
  }

  .sc12_bnd_ln {
    position: absolute;
    top: 10%;
    left: 22%;
    width: 20%;
}

.sc12_h1 {
  color: #3E2793;
  font-family: "Catamaran", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}

  .sc12_h1_spn{
    color: #FD4936;
    font-family: 'Pacifico', cursive;
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: 120%;
  }

  .sc12_hdr_p1{
    color: #2C3747;
    font-family: "Catamaran", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }
  /***sc12***/

  /***nw1_blk_01**/

  .nw_blk_bg {
    border-radius: 20px;
    background: #4D2C5E;
    padding-top: 5%;
    padding-bottom: 5%;
}
  .nw_blk_01 {
    margin-top: 69%;
}

  .nw_blk_h6{
    color: #FFF;

font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 160% */
  }
  .nw_blk_p1{
    color: #FFF;
text-align: justify;

font-size: 13px;
font-style: normal;
font-weight: 300;
line-height: 120%; /* 15.6px */
  }
  .nw1_blk_icn {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.20);
    width: 70px;
    height: 70px;
    padding: 5%;
}
  /***nw1_blk_01***/
  
  /***sc13***/
  .sc13_a_my{
    margin-top:5%;
    margin-bottom:5%;
  }
  .sc13_h1{
    color: #3E2793;
    font-family: "Catamaran", sans-serif;
font-size: 50px;
font-style: normal;
font-weight: 800;
line-height: 120%; /* 76.8px */
  }
  .sc13_h2 {
    color: #2C3747;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
  .sc13_h1_spn{
    color: #FD4936;
    font-family: 'Pacifico', cursive;
font-size: 50px;
font-style: normal;
font-weight: 400;
line-height: 120%;
  }

  .sc13_ttl_blck{
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  /***sc13***/

  /***sc14***/

  .scall_mt
{
  margin-top:5%;
}
.sc14_ttl_blck {
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.sc14_h1 {
  color: #3E2793;
  font-family: "Catamaran", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  margin-top: 5%;
  margin-bottom: 5%;
}
.sc14_h1_spn {
  color: #FD4936;
  font-family: 'Pacifico', cursive;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.sc14_my{
  margin-top: 5%;
    margin-bottom: 5%;
}

.sc14_mya{
  margin-top: 5%;
    margin-bottom: 5%;
}

.sc14_myb{

    margin-top: 17%;
    margin-bottom: 5%;

}

.sc14_ttl_blcka {
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

  /***sc14***/
  /***sc15***/
  .sc15_br{
    border-radius: 50px;
border: 2.5px solid #3E2793;
background: #FFF;
box-shadow: 10px 15px 10px 0px rgba(253, 73, 54, 0.20);
overflow: hidden;
position: relative;
      margin-bottom: 5%;
  }

  .sc15_h1 {
    color: #2C3747;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 75%;
    margin-top: 3%;
    margin-bottom: 6%;
    margin-left: 4%;
}

.sc15_p1{
  color: #2C3747;
  font-family: "Catamaran", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
  .sc15_fncy{
    position:relative;
}
.sc15_fncy_img {
  position: absolute;
  bottom: 99%;
  right: -16%;
  height: 113px;
}

.sc15_p1 {
  color: #2C3747;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: -6%;
  padding-top: 3%;
  padding-bottom: 2%;
}
  /***sc15***/
    /***sc16***/
    .sc16_br {
      border-radius: 50px;
      border: 2.5px solid #3E2793;
      background: #FFF;
      box-shadow: 10px 15px 10px 0px rgba(253, 73, 54, 0.20);
      overflow: hidden;
      position: relative;
      margin-bottom: 5%;
  }
  .sc16_h1 {
    color: #2C3747;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 80%;
    margin-top: 5%;
    margin-bottom: 6%;
    margin-left: 4%;
}
  
  .sc16_p1{
    color: #2C3747;
    font-family: "Catamaran", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  }
    .sc16_fncy{
      position:relative;
  }
  .sc16_fncy_img {
    position: absolute;
    bottom: 65%;
    right: -3%;
    height: 115px;
  }
  
  .sc16_p1 {
    color: #2C3747;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0%;
    padding-top: 5%;
    padding-bottom: 0%;
    margin-left: 5%;
}
    /***sc16***/
    /***sc19***/
    .sc19_fncy_img {
      position: absolute;
      bottom: -3%;
      left: 23%;
      height: 110px;
  }
    /***sc19***/
    /***sc21***/
    .sc21_bg_btn {
      color: #E0E0E0;
      background: url(../img/sc21_btn_bg.svg);
      background-repeat: no-repeat;
      background-size: contain;
      height: 164px;
      padding: 15% 2% 1% 1%;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-align: center;
      display: flex;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      justify-content: center;
      width: 374px;
  }
    /***sc21***/

    /***sc22***/
.sc22-ul li:hover {
  color: #3E2793;
  font-family: "Catamaran", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.sc22-ul li {
  color: #2C3747;
  font-family: "Catamaran", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 3%;
}

.sc22_ul_mt{
  margin-top: 5%;
}
.sc22_bg1 {
  background: url(../img/digi_one.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 28px;
  display: inline-flex;
  padding: 1px 4px 10px 15px;
  margin-right: 2%;
  margin-left: -2%;
}
    /***sc22***/

    /***sc25***/
    .sc25_bg_btn {
      color: #E0E0E0;
      background: url(../img/sc21_btn_bg.svg);
      background-repeat: no-repeat;
      background-size: contain;
      height: 219px;
      padding: 6% 3% 0% 1%;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-align: center;
      display: flex;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      justify-content: center;
      width: 535px;
  }
    /***sc25***/

    /***sc27***/
    .sc27_crd {
      border-radius: 20px;
      background: #E6F9E5;
      box-shadow: 10px 20px 20px 0px rgba(81, 197, 151, 0.18);
      padding: 5%;
      height: 560px;
  }
    .sc27_crd_h1{
      color: #2C3747;
      font-family: "Catamaran", sans-serif;
      font-size: 23px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
    }
    .sc27_crd_p1 {
      color: #2C3747;
      font-family: "Catamaran", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      width: 95%;
  }

    .sc27_crd_lnk{
      color: #2C3747;
text-align: center;
font-family: "Catamaran", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-decoration-line: underline;
    }

    .sc27_crd_img{
      height: 219px;
    margin-top: 5%;
    }

    .sc27_ttl {
      color: #2C3747;
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 3%;
  }

.sc27{
  position:relative;
}

.sc27_crd_img4{
  position:absolute;
  right:0px;
}
    /***sc27***/
    /***sc30***/
    .sc30_crd {
      border-radius: 20px;
      background: #DAF8FF;
      box-shadow: 10px 20px 20px 0px rgba(207, 239, 247, 0.80);
      padding: 5%;
      height: 560px;
  }
    .sc30_crd_h1{
      color: #2C3747;
      font-family: "Catamaran", sans-serif;
      font-size: 23px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
    }
    .sc30_crd_p1 {
      color: #2C3747;
      font-family: "Catamaran", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      width: 95%;
  }

    .sc30_crd_lnk{
      color: #2C3747;
text-align: center;
font-family: "Catamaran", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-decoration-line: underline;
    }

    .sc30_crd_img{
      height: 219px;
    margin-top: 5%;
    }

    .sc30_ttl {
      color: #2C3747;
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 3%;
      margin-top: 5%;
  }

.sc30{
  position:relative;
}

.sc30_crd_img4{
  position:absolute;
  right:0px;
}
    /***sc30***/
    /***sc31***/
    .sc31_crd {
      border-radius: 20px;
      background: #FFEFDF;
      box-shadow: 10px 20px 20px 0px rgba(255, 162, 77, 0.23);
      padding: 5%;
      height: 515px;
      overflow: hidden;
  }
    .sc31_crd_h1{
      color: #2C3747;
      font-family: "Catamaran", sans-serif;
      font-size: 23px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
    }
    .sc31_crd_p1 {
      color: #2C3747;
      font-family: "Catamaran", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      width: 95%;
  }

    .sc31_crd_lnk{
      color: #2C3747;
text-align: center;
font-family: "Catamaran", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-decoration-line: underline;
    }

    .sc31_crd_img {
      height: 219px;
      margin-top: 14%;
  }

  .sc31_ttl {
    color: #2C3747;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5%;
    margin-top: 6%;
}

.sc31{
  position:relative;
}

.sc31_crd_img4{
  position:absolute;
  right:0px;
}
    /***sc31***/
        /***sc32***/
        .sc32_crd {
          border-radius: 20px;
          background: #EFEBFF;
          box-shadow: 10px 20px 20px 0px rgba(128, 115, 172, 0.18);
          padding: 5%;
          height: 515px;
          overflow: hidden;
      }
        .sc32_crd_h1{
          color: #2C3747;
          font-family: "Catamaran", sans-serif;
          font-size: 23px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
        }
        .sc32_crd_p1 {
          color: #2C3747;
          font-family: "Catamaran", sans-serif;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          width: 95%;
      }
    
        .sc32_crd_lnk{
          color: #2C3747;
    text-align: center;
    font-family: "Catamaran", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
        }
    
        .sc32_crd_img {
          height: 219px;
          margin-top: 14%;
      }
    
      .sc32_ttl {
        color: #2C3747;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 5%;
        margin-top: 5%;
    }
    .sc32{
      position:relative;
    }
    
    .sc32_crd_img4{
      position:absolute;
      right:0px;
    }
        /***sc32***/

        /***sc33***/

        .sc33_my{
          margin-top: 3%;
    margin-bottom: 5%;
        }
        .sc33_bg_01 {
          
          background:  url(../img/sc33_img_001.jpg) center center;
          background-size: cover;
          z-index: 0;
          border-radius: 10px;
         
           
      }
      .sc33_bg_02 {
          
        background:  url(../img/sc33_img_002.jpg) center center;
        background-size: cover;
        z-index: 0;
        border-radius: 10px;
       
        
    }
    .sc33_bg_03 {
          
      background:  url(../img/sc33_img_003.jpg) center center;
      background-size: cover;
      z-index: 0;
      border-radius: 10px;
     
      
  }
  .sc33_bg_04 {
          
    background:  url(../img/sc33_img_004.jpg) center center;
    background-size: cover;
    z-index: 0;
    border-radius: 10px;
   
   
}
.sc33_bg_05 {
          
  background:  url(../img/sc33_img_005.jpg) center center;
  background-size: cover;
  z-index: 0;
  border-radius: 10px;
 
  
}

.sc33_bg_06 {
          
  background:  url(../img/sc33_img_006.jpg) center center;
  background-size: cover;
  z-index: 0;
  border-radius: 10px;
 
 
}
.sc33_bg_h1 {
  color: #2C3747;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  /* height: 239px; */
  padding-top: 18%;
  padding-left: 0%;
  width: 90%;
}

.sc33_bg_h2 {
  color: #2C3747;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  /* height: 239px; */
  padding-top: 0%;
  padding-left: 0%;
  width: 90%;
}
    .sc33_wht{
      color:#FFFFFF;
    }

    .sc33_drk{
      color: #2C3747;
    }
        /***sc33***/

        /***sc34***/

        .scrd_h1 button{
          color: #2C3747;

font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
        }
        .sc34_bg {
          background: #FEEBFC;
          margin-top: 5%;
      }
        .sc34_im_blk {
          position: relative;
          padding: 5%;
      }

      .sc34_img2_pos {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

    .sc34_acrd{
      width: auto;
    margin-left: auto;
    margin-right: auto;
    }
        /***sc34***/
  /****ftr***/
  .ftr_bg {
    background: url(../img/ftr_bg.svg) center center;
    background-size: cover;
    position: relative;
    z-index: 0;
    margin-top: 3%;
    padding-top: 12%;
}


.ftr_p1 {
  color: #2C3747;
  font-family: "Catamaran", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: auto;
}

.ftr_ul_cnt{
  margin-left: -12%;
}
.ftr_lnk_h1{
  color: #2C3747;
  font-family: "Catamaran", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.ftr_bg ul li a {
  color: #2C3747;
  font-family: "Catamaran", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration:none;
}

.ftr_inp_br2{
  border-radius: 10px;
background: #FD4936;
color:#fff;
}

.btm-hr {
  border-bottom: 1px solid #B7B7B7;
  margin-top: 2%;
  margin-bottom: 2%;
}

.ftr_cpy {
  color: #2C3747;
  font-family: "Catamaran", sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.ftr_p_lnk a {
  color: #2C3747;
  font-family: "Catamaran", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ftr-lg-h{
  color: #3E2793;
  font-family: "Catamaran", sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.ftr_log{
  height:90px;
  width:auto;
}
  /****ftr***/
}

/*******Mobile********/



/*******Desktop********/
@media (min-width: 768px) {
      .nav_dsk_lnk{
    margin-left: 16px;
    margin-right: 16px;
  }
  /**common***/
  .logo {
    height: 77px;
    width: auto;
    margin-left: 34%;
}

  .nv_bg_trns {
    background: transparent;
    z-index: 1000;
  }

  .sld_mt {
    margin-top: -6%;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: #fd4936;
  }

  .nav-link,
  .nav-link:hover {
    color: #1d1d1d;
    font-family: "Catamaran", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

 


  /**cmn**/
  .k-btn{
    background:#FD4936;
    color: #FFF;
    font-family: "Catamaran", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
  }

  .pp{
    color: #2C3747;
    font-family: "Catamaran", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  /**cmn**/
  /***sc1***/
  .sc1_bg {
    width: 100%;
    height: 100vh;
    background: linear-gradient(0deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)),
      url(../img/sc1_bg.jpg) center center;
    background-size: cover;
    z-index: 0;
    padding-top: 12%;
    margin-top: -8%;
    border-bottom-right-radius: 94%;
    border-bottom-left-radius: 94%;
}

  .sc1_bnr_sml_h1 {
    color: #0b7077;

    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 62.4px;
    /* 312% */
    letter-spacing: -1.2px;
  }

  .sc1_txt_hdr_blck {
    position: relative;
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.sc1_bnd_ln {
  position: absolute;
  top: -13%;
  left: -2%;
}

  .sc1_h1{
    color: #3E2793;
    font-family: "Catamaran", sans-serif;
font-size: 64px;
font-style: normal;
font-weight: 800;
line-height: 120%; /* 76.8px */
  }

  .sc1_h1_spn{
    color: #FD4936;
    font-family: 'Pacifico', cursive;
font-size: 64px;
font-style: normal;
font-weight: 400;
line-height: 120%;
  }

  .sc1_hdr_p1{
    color: #2C3747;
    font-family: "Catamaran", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }

  .sc1_bnr_img img{
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
  }
  /***sc1***/

  /***sc2***/

  .sc2_my {
    margin-top: 12%;
    margin-bottom: 8%;
}
  .sc2_blk{
    position:relative;


  }

  .sc2_h2 {
    color: #000;
    text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%;
    width: 82%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.sc2_img1 {
  position: absolute;
  left: 14%;
  bottom: -12%;
}
.sc2_img2 {
  position: absolute;
  right: 16%;
  bottom: -34%;
}

.sc3_clp_img {
    background: url('../img/sc3_clp_img_bg.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
  /***sc2***/

  /***sc3***/

  .sc3b_my {
    background: url('../img/sc3a_bg.svg') center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 5%;
    margin-bottom: 0%;
    padding-top: 5%;
    padding-bottom: 5%;
}
.sc31_my{
  margin-top: 5%;
    margin-bottom: 5%;
}
  .sc3_h3{
    color: #2C3747;

font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;
  }
  .sc3_h1 {
    color: #3E2793;
    font-family: "Catamaran", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
}

.sc3_h1_spn {
  color: #FD4936;
  font-family: 'Pacifico', cursive;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
  .sc3_ttl_blck {
    text-align: center;
    width: 56%;
    margin-left: auto;
    margin-right: auto;
}

.sc3_clp_img img {
  height: auto;
  width: auto;
}
  /***sc3***/
  /***sc4***/
.sc4_sld_crd {
    border-radius: 20px;
    background: #FFE0D6;
    box-shadow: 10px 20px 20px 0px rgba(255, 226, 217, 0.50);
    height: 500px;
    overflow: hidden;
}

.sc4_crd_svg {
    width: 100%;
    margin-top: 8%;
}
  .sc4_crd_p1 {
    color: #2C3747;
    font-family: "Catamaran", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 5%;
    padding-left: 5%;
}
.sc4_crd_p2 {
  color: #2C3747;
  font-family: "Catamaran", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  padding-top: 0%;
  padding-left: 5%;
  padding-right: 11%;
}

.sc4_crd_lnk{
  color: #2C3747;
  text-align: center;
  font-family: "Catamaran", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  margin-left: 5%;
}

.sc4_ar{
  color: #3E2793;
  font-size: 31px;
  font-weight: bold;
}
  /***sc4***/

    /***sc5***/

    .sc5_my{
      margin-top: 5%;
      margin-bottom: 5%;
      background: url('../img/sc3a_bg.svg') center center;
      background-repeat: no-repeat;
      background-size: cover;
      
      padding-top: 5%;
      padding-bottom: 5%;
    }
    .sc5_h1 {
      color: #3E2793;
      font-family: "Catamaran", sans-serif;
      font-size: 40px;
      font-style: normal;
      font-weight: 800;
      line-height: 120%;
  }
  
    .sc5_h1_spn{
      color: #FD4936;
      font-family: 'Pacifico', cursive;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
    }
  
    .sc5_ttl_blck {
      text-align: center;
      width: 60%;
      margin-left: auto;
      margin-right: auto;
  }
    /***sc5***/

    /***sc6***/
    .sc6_h3{
      color: #2C3747;
      font-family: Source Sans Pro;
      font-size: 22px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
    }

    .sc6_p1 {
      color: #2C3747;
      font-family: "Catamaran", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      width: 72%;
  }
  .sc6_bg_img12 {
    background: url('../img/s6_img_bg_01.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.sc6_crd_bg {
  border-radius: 20px;
  background: var(--White, #FFF);
  box-shadow: 4px 9px 36px 0px rgba(0, 0, 0, 0.07);
  padding: 3%;
  height: 300px;
  margin-bottom: 5%;
}

.sc6_icn_img_mb{
  margin-bottom:2%;
}
    /***sc6***/

        /***sc7***/
        .sc7_my{
          margin-top:5%;
          margin-bottom:5%;
        }
        .sc7_h1{
          color: #3E2793;
          font-family: "Catamaran", sans-serif;
      font-size: 40px;
      font-style: normal;
      font-weight: 800;
      line-height: 120%; /* 76.8px */
        }
      
        .sc7_h1_spn{
          color: #FD4936;
          font-family: 'Pacifico', cursive;
      font-size: 50px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
        }
      
        .sc7_ttl_blck {
          text-align: center;
          width: 60%;
          margin-left: auto;
          margin-right: auto;
      }
        /***sc7***/

        /***sc8***/
        .sc8_h6 {
          color: #2C3747;
          font-size: 19px;
          font-style: normal;
          font-weight: 600;
          line-height: normal;
          margin-top: 4%;
          margin-bottom: 5%;
      }
      .sc8_icn_blk {
        text-align: center;
        border-radius: 20px;
        border: 2px solid #FFE0D6;
        background: #FFF;
        padding: 2%;
        height: 364px;
    }

        .sc8_my{
          margin-top: 5%;
          margin-bottom: 5%;
          background: url('../img/sc8_bg_01.svg') center center;
          background-repeat: no-repeat;
          background-size: cover;
          padding-top: 0%;
          padding-bottom: 5%;
        }
.sc8_icn_img{
  margin-top:5%;
}
        
        /***sc8***/

        
        /***sc9***/
        .sc9_h1 {
          color: #3E2793;
          font-family: "Catamaran", sans-serif;
          font-size: 40px;
          font-style: normal;
          font-weight: 800;
          line-height: 120%;
      }
      
        .sc9_h1_spn{
          color: #FD4936;
          font-family: 'Pacifico', cursive;
      font-size: 40px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
        }
      
        .sc9_ttl_blck {
          text-align: center;
          width: 60%;
          margin-left: auto;
          margin-right: auto;
      }

      .sc9_my{
        margin-top:5%;
        margin-bottom:3%;
      }

      .sc9_p1{
        color: #2C3747;
text-align: center;
font-family: "Catamaran", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
      }
        /***sc9***/

        /***sc10***/
        .sc10_bg {
          padding: 2%;
        /***  background: url(../img/s10_bg_img_01.png) center center;  ****/
          background-repeat: no-repeat;
          background-size: cover;
      }
      .sc10_img_crd {
        background: #fff;
        border-radius: 10px;
        border-radius: 20px;
        background: var(--White, #FFF);
        box-shadow: 4px 9px 36px 0px rgba(0, 0, 0, 0.07);
        height: 601px;
    }

    .sc10_img_crd_txt {
      padding: 5%;
      width: 97%;
      position: relative;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
  }
      .sc10_lrn_p1 {
       
   
    display: inline-block;
    color: #2C3747;
    font-family: "Catamaran", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;

      }

      .sc10_img_crd_txt h3{
        color: #2C3747;
font-family: "Source Sans Pro";
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 145.455% */
      }

      .sc10_lrn_p1 a {
        color: #3E2793;;
        font-weight: 800;
      }

      .sc10_sldr_img1{
        width: auto;
        border-radius: 0px 10px 10px 0px;

      }

     
        /***sc10***/

          /***sc11***/
          .rqfrm_inp {
            border-radius: 15px;
            border: 1px solid #FD4936;
            background: transparent;
            color: #FD4936;
            width: 300px;
            margin-left: 1%;
            margin-right: 1%;
        }
          .sc11_my{
            margin-top: 5%;
            margin-bottom: 5%;
            background: url('../img/sc11_bg.png') center center;
            background-repeat: no-repeat;
            background-size: cover;
            padding-top: 5%;
            padding-bottom: 5%;

          }

          .rq_btn {
            display: inline-flex;
            padding: 12px 50px 12px 51px;
            justify-content: center;
            align-items: center;
            border-radius: 10px;
            background: #FD4936;
            box-shadow: 10px 15px 30px 0px rgba(253, 73, 54, 0.45);
            color: #FFF;
            font-family: "Catamaran", sans-serif;
            font-size: 19px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            margin-top:5%;
        }
  .sc11_bg {
    width: 100%;
    height: 100vh;
    background: linear-gradient(0deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)),
      url(../img/sc1_bg.jpg) center center;
    background-size: cover;
    z-index: 0;
    padding-top: 15%;
    margin-top: -7%;
  }

  .sc11_bnr_sml_h1 {
    color: #0b7077;

    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 62.4px;
    /* 312% */
    letter-spacing: -1.2px;
  }


  .sc11_txt_hdr_blck {
    position: relative;
    text-align: center;
}

.sc11_bnd_ln {
  position: absolute;
  top: 14%;
  /* align-content: center; */
}

.sc11_h1 {
  color: #3E2793;
  font-family: "Catamaran", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  width: 52%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
  margin-top: 1%;
}

  .sc11_h1_spn{
    color: #FD4936;
    font-family: 'Pacifico', cursive;
font-size:50px;
font-style: normal;
font-weight: 400;
line-height: 120%;
  }

  .sc11_hdr_p1{
    color: #2C3747;
    font-family: "Catamaran", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }
  /***sc11***/
  /***sc12***/
  .sc12_bg {
    width: 100%;
    height: 100vh;
    background: linear-gradient(0deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)),
      url(../img/sc1_bg.jpg) center center;
    background-size: cover;
    z-index: 0;
    padding-top: 15%;
    margin-top: -7%;
  }

  .sc12_bnr_sml_h1 {
    color: #0b7077;

    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 62.4px;
    /* 312% */
    letter-spacing: -1.2px;
  }


  .sc12_txt_hdr_blck{
    position:relative;
  }

  .sc12_bnd_ln {
    position: absolute;
    top: 11%;
    left: 13%;
}

  .sc12_h1{
    color: #3E2793;
    font-family: "Catamaran", sans-serif;
font-size: 64px;
font-style: normal;
font-weight: 800;
line-height: 120%; /* 76.8px */
  }

  .sc12_h1_spn{
    color: #FD4936;
    font-family: 'Pacifico', cursive;
font-size: 64px;
font-style: normal;
font-weight: 400;
line-height: 120%;
  }

  .sc12_hdr_p1{
    color: #2C3747;
    font-family: "Catamaran", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }
  /***sc12***/
    /***nw1_blk_01**/

    .nw_blk_bg {
      border-radius: 20px;
      background: #4D2C5E;
      padding-top: 2%;
      padding-bottom: 2%;
  }
   .nw_blk_01 {
    margin-top: 8%;
}
  
    .nw_blk_h6{
      color: #FFF;

  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 160% */
    }
    .nw_blk_p1{
      color: #FFF;
  
  
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 15.6px */
    }
    .nw1_blk_icn {
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.20);
      padding: 5%;
      height: 80px;
      width: 80px;
      margin-right: 3%;
  }
    /***nw1_blk_01***/
  /***sc13***/
  .sc13_h1{
    color: #3E2793;
    font-family: "Catamaran", sans-serif;
font-size: 50px;
font-style: normal;
font-weight: 800;
line-height: 120%; /* 76.8px */
  }

  .sc13_h1_spn{
    color: #FD4936;
    font-family: 'Pacifico', cursive;
font-size: 50px;
font-style: normal;
font-weight: 400;
line-height: 120%;
  }

  .sc13_ttl_blck{
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .sc13_h2{
    color: #2C3747;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .sc13_a_my{
    margin-top:5%;
    margin-bottom:5%;
  }
  /***sc13***/

  /***sc14***/

  .scall_mt
{
  margin-top:5%;
}
.sc14_ttl_blck {
  text-align: center;
  width: 66%;
  margin-left: auto;
  margin-right: auto;
}
.sc14_h1 {
  color: #3E2793;
  font-family: "Catamaran", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  margin-top: 5%;
  margin-bottom: 5%;
}
.sc14_h1_spn {
  color: #FD4936;
  font-family: 'Pacifico', cursive;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.sc14_my{
  margin-top: 5%;
    margin-bottom: 5%;
}

.sc14_mya{
  margin-top: 5%;
    margin-bottom: 5%;
}

.sc14_myb{

  margin-top: 5%;
  margin-bottom: 5%;

}

.sc14_ttl_blcka {
  text-align: center;
  width: 66%;
  margin-left: auto;
  margin-right: auto;
}

  /***sc14***/
  /***sc15***/
  .sc15_br{
    border-radius: 50px;
border: 2.5px solid #3E2793;
background: #FFF;
box-shadow: 10px 15px 10px 0px rgba(253, 73, 54, 0.20);
overflow: hidden;
position: relative;
      margin-bottom: 5%;
  }

  .sc15_h1 {
    color: #2C3747;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 75%;
    margin-top: 12%;
    margin-bottom: 6%;
    margin-left: 4%;
}

.sc15_p1{
  color: #2C3747;
  font-family: "Catamaran", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
  .sc15_fncy{
    position:relative;
}
.sc15_fncy_img {
  position: absolute;
  bottom: 65%;
  right: -3%;
  height: 115px;
}

.sc15_p1 {
  color: #2C3747;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 8%;
  padding-top: 5%;
  padding-bottom: 5%;
}
  /***sc15***/
    /***sc16***/
    .sc16_br {
      border-radius: 50px;
      border: 2.5px solid #3E2793;
      background: #FFF;
      box-shadow: 10px 15px 10px 0px rgba(253, 73, 54, 0.20);
      overflow: hidden;
      position: relative;
      margin-bottom: 5%;
  }
    .sc16_h1 {
      color: #2C3747;
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      width: 78%;
      margin-top: 12%;
      margin-bottom: 6%;
      margin-left: 4%;
  }
  
  .sc16_p1{
    color: #2C3747;
    font-family: "Catamaran", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  }
    .sc16_fncy{
      position:relative;
  }
  .sc16_fncy_img {
    position: absolute;
    bottom: 65%;
    right: -3%;
    height: 115px;
  }
  
  .sc16_p1 {
    color: #2C3747;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 11%;
    padding-top: 7%;
    padding-bottom: 5%;
    margin-left: 5%;
}
    /***sc16***/
    /***sc19***/
    .sc19_fncy_img {
      position: absolute;
      bottom: -3%;
      left: 23%;
      height: 110px;
  }
    /***sc19***/
    /***sc21***/
    .sc21_bg_btn {
      color: #E0E0E0;
      background: url(../img/sc21_btn_bg.svg);
      background-repeat: no-repeat;
      background-size: contain;
      height: 164px;
      padding: 4% 2% 1% 1%;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-align: center;
      display: flex;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      justify-content: center;
      width: 374px;
  }
    /***sc21***/

    /***sc22***/
.sc22-ul li:hover {
  color: #3E2793;
  font-family: "Catamaran", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.sc22-ul li {
  color: #2C3747;
  font-family: "Catamaran", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 3%;
}

.sc22_ul_mt{
  margin-top: 5%;
}
.sc22_bg1 {
  background: url(../img/digi_one.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 28px;
  display: inline-flex;
  padding: 1px 4px 10px 15px;
  margin-right: 2%;
  margin-left: -2%;
}
    /***sc22***/

    /***sc25***/
    .sc25_bg_btn {
      color: #E0E0E0;
      background: url(../img/sc21_btn_bg.svg);
      background-repeat: no-repeat;
      background-size: contain;
      height: 219px;
      padding: 6% 3% 0% 1%;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-align: center;
      display: flex;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      justify-content: center;
      width: 535px;
  }
    /***sc25***/

    /***sc27***/
    .sc27_crd {
      border-radius: 20px;
      background: #fff;
      box-shadow: 10px 20px 20px 0px rgb(184 199 193 / 18%);
      height: 370px;
      margin-bottom: 5%;
  }
  .sc27_crd_h1 {
    color: #2C3747;
    font-family: "Catamaran", sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 5%;
}
    .sc27_crd_p1 {
      color: #2C3747;
      font-family: "Catamaran", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      width: 95%;
  }

    .sc27_crd_lnk{
      color: #2C3747;
text-align: center;
font-family: "Catamaran", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-decoration-line: underline;
    }

    .sc27_crd_img {
      border-radius: 10px 10px 0px 0px;
      height: 220px;
      /* margin-top: 5%; */
  }

    .sc27_ttl {
      color: #2C3747;
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 3%;
  }

.sc27{
  position:relative;
}

.sc27_crd_img4{
  position:absolute;
  right:0px;
}

.sc27_btn {
  border-radius: 10px;
  border: 1px solid #FD4936;
  box-shadow: 0px 5px 10px 0px rgba(253, 73, 54, 0.45);
  color: #263238;
  font-family: Catamaran;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  height: 50px;
  display: block;
  width: 140px;
  text-align: center;
  padding-top: 10px;
}

.sc27_img_txt_blk{
  margin-left:5%;
}
/***new27***/

/***new27***/

    /***sc27***/
    /***sc30***/
    .sc30_crd {
      border-radius: 20px;
      background: #DAF8FF;
      box-shadow: 10px 20px 20px 0px rgba(207, 239, 247, 0.80);
      padding: 5%;
      height: 560px;
  }
    .sc30_crd_h1{
      color: #2C3747;
      font-family: "Catamaran", sans-serif;
      font-size: 23px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
    }
    .sc30_crd_p1 {
      color: #2C3747;
      font-family: "Catamaran", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      width: 95%;
  }

    .sc30_crd_lnk{
      color: #2C3747;
text-align: center;
font-family: "Catamaran", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-decoration-line: underline;
    }

    .sc30_crd_img{
      height: 219px;
    margin-top: 5%;
    }

    .sc30_ttl {
      color: #2C3747;
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 3%;
      margin-top: 5%;
  }

.sc30{
  position:relative;
}

.sc30_crd_img4{
  position:absolute;
  right:0px;
}
    /***sc30***/
    /***sc31***/
    .sc31_crd {
      border-radius: 20px;
      background: #FFEFDF;
      box-shadow: 10px 20px 20px 0px rgba(255, 162, 77, 0.23);
      padding: 5%;
      height: 515px;
      overflow: hidden;
  }
    .sc31_crd_h1{
      color: #2C3747;
      font-family: "Catamaran", sans-serif;
      font-size: 23px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
    }
    .sc31_crd_p1 {
      color: #2C3747;
      font-family: "Catamaran", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      width: 95%;
  }

    .sc31_crd_lnk{
      color: #2C3747;
text-align: center;
font-family: "Catamaran", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-decoration-line: underline;
    }

    .sc31_crd_img {
      height: 219px;
      margin-top: 14%;
  }

  .sc31_ttl {
    color: #2C3747;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5%;
    margin-top: 6%;
}

.sc31{
  position:relative;
}

.sc31_crd_img4{
  position:absolute;
  right:0px;
}
    /***sc31***/
        /***sc32***/
        .sc32_crd {
          border-radius: 20px;
          background: #EFEBFF;
          box-shadow: 10px 20px 20px 0px rgba(128, 115, 172, 0.18);
          padding: 5%;
          height: 515px;
          overflow: hidden;
      }
        .sc32_crd_h1{
          color: #2C3747;
          font-family: "Catamaran", sans-serif;
          font-size: 23px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
        }
        .sc32_crd_p1 {
          color: #2C3747;
          font-family: "Catamaran", sans-serif;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          width: 95%;
      }
    
        .sc32_crd_lnk{
          color: #2C3747;
    text-align: center;
    font-family: "Catamaran", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
        }
    
        .sc32_crd_img {
          height: 219px;
          margin-top: 14%;
      }
    
      .sc32_ttl {
        color: #2C3747;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 5%;
        margin-top: 5%;
    }
    .sc32{
      position:relative;
    }
    
    .sc32_crd_img4{
      position:absolute;
      right:0px;
    }
        /***sc32***/

        /***sc33***/

        .sc33_my{
          margin-top: 3%;
    margin-bottom: 5%;
        }
        .sc33_bg_01 {
          
          background:  url(../img/sc33_img_001.jpg) center center;
          background-size: cover;
          z-index: 0;
          border-radius: 10px;
         
           
      }
      .sc33_bg_02 {
          
        background:  url(../img/sc33_img_002.jpg) center center;
        background-size: cover;
        z-index: 0;
        border-radius: 10px;
       
        
    }
    .sc33_bg_03 {
          
      background:  url(../img/sc33_img_003.jpg) center center;
      background-size: cover;
      z-index: 0;
      border-radius: 10px;
     
      
  }
  .sc33_bg_04 {
          
    background:  url(../img/sc33_img_004.jpg) center center;
    background-size: cover;
    z-index: 0;
    border-radius: 10px;
   
   
}
.sc33_bg_05 {
          
  background:  url(../img/sc33_img_005.jpg) center center;
  background-size: cover;
  z-index: 0;
  border-radius: 10px;
 
  
}

.sc33_bg_06 {
          
  background:  url(../img/sc33_img_006.jpg) center center;
  background-size: cover;
  z-index: 0;
  border-radius: 10px;
 
 
}
.sc33_bg_h1 {
  color: #2C3747;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  /* height: 239px; */
  /* padding-top: 5%; */
  /* padding-left: 5%; */
}
.sc33_bg_h2 {
  color: #2C3747;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  /* height: 239px; */
  padding-top: 0%;
  padding-left: 0%;
  width: 90%;
}
    .sc33_wht{
      color:#FFFFFF;
    }

    .sc33_drk{
      color: #2C3747;
    }
        /***sc33***/

        /***sc34***/

        .scrd_h1 button{
          color: #2C3747;

font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: normal;
        }
        .sc34_bg{
          background: #FEEBFC;
        }
        .sc34_im_blk {
          position: relative;
          padding: 5%;
      }

      .sc34_img2_pos {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

    .sc34_acrd{
      width: 550px;
    margin-left: auto;
    margin-right: auto;
    }
        /***sc34***/
  /****ftr***/
  .ftr_bg {
    background: url(../img/ftr_bg.svg) center center;
    background-size: cover;
    position: relative;
    z-index: 0;
    margin-top: 3%;
    padding-top: 12%;
}


.ftr_p1 {
  color: #2C3747;
  font-family: "Catamaran", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 75%;
}

.ftr_ul_cnt{
  margin-left: -12%;
}
.ftr_lnk_h1{
  color: #2C3747;
  font-family: "Catamaran", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.ftr_bg ul li a {
  color: #2C3747;
  font-family: "Catamaran", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration:none;
}

.ftr_inp_br2{
  border-radius: 0px;
  background: #FD4936;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 15%;
  right: 2%;
  /* width: 200px; */
}

.btm-hr {
  border-bottom: 1px solid #B7B7B7;
  margin-top: 2%;
  margin-bottom: 2%;
}

.ftr_cpy {
  color: #2C3747;
  font-family: "Catamaran", sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.ftr_p_lnk a {
  color: #2C3747;
  font-family: "Catamaran", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ftr-lg-h{
  color: #3E2793;
  font-family: "Catamaran", sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.ftr_log{
  height:90px;
  width:auto;
}

.ftr_inp_br1 {
  border-radius: 7px 7px 7px 7px !important;
  background: #FFF !important;
  box-shadow: 0px 10px 60px 0px rgba(38, 45, 118, 0.08) !important;
  height: 50px;
  /* width: 265px; */
}
  /****ftr***/
}
