    body {
      background: #F3F3F4;
      border-radius: 6px;
     font-family: 'Sarabun', sans-serif;;
      font-size: 18px;
      color: #212529;
    }

    :root {

      --primary: #1b4962;
      --secondary:#e94d65;
      --ternary: #e17523;

    }10

    .nav-link {
      font-size: 19px;
      font-weight: bold;
    }

    .modal-header {
      background: var(--ternary);
    }

.navbar-collapse
{
    justify-content: flex-end;
    }

.nav-item
{
padding: 0 20px 0 0;
}

.nav-link
{

        color: #181818;
    font-size: 16px;
    font-weight: bold;
}

    .enquiry_sec {
      box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
      border-radius: 6px;
      overflow: hidden;
    }

    .enquiry_sec:before {
      position: absolute;
      content: '';
      width: 30px;
      height: 30px;
      background: var(--secondary);
      border-radius: 50%;
      left: -20px;
      top: 12px;
    }

    .enquiry_sec:after {
      position: absolute;
      content: '';
      width: 4px;
      height: 30px;
      background: var(--secondary);
      /* border-radius: 50%; */
      right: 0;
      top: 12px;
    }

    .enquiry_sec h4 {
      color: var(--secondary);
    }

    .form-control {
      height: 38px;
      border: 1px solid #dfdfdf;
      margin-bottom: 14px;
      border-bottom: 1px solid #262262;
    }


    .enquiry_sec .form-control {
      height: 33px;
    }

    .page-header {
      font-family: 'Francois One', sans-serif;
      color: var(--ternary);
      font-size: 2rem;
      word-spacing: 5px;
      font-weight: bold;
    }



    .page-header:before {
      position: absolute;
      content: '';
      width: 140px;
      height: 7px;
      background: var(--ternary);
      bottom: -20px;
      left: calc(50% - 70px);
    }


    .page-header:after {
      position: absolute;
      content: '';
      width: 20px;
      height: 20px;
      background: var(--ternary);
      left: calc(50% - 10px);
      border-radius: 50%;
      bottom: -25px;
      border: 3px solid #fff;
    }



    .form-group {
      margin-bottom: 1.1rem;
    }

    .form-wrapper {
      box-shadow: -1px -2px 26px -5px rgba(138, 138, 138, 0.19), 1px 3px 26px -5px rgba(138, 138, 138, 0.24);
      overflow: hidden;
      box-shadow: -1px -2px 26px -5px rgba(138, 138, 138, 0.19), 1px 3px 26px -5px rgba(138, 138, 138, 0.24);
      /* border: 1px solid red !important; */
      margin-bottom: 30px;
    }

    .form-wrapper .card-header {
      background: var(--primary);
      padding: 16px 10px !important;
    }

    /*
    .form-wrapper .card-body {
      border: 1px solid #262262 !important;
    }
*/

    .form-wrapper label {
      font-weight: bold;
      margin-bottom: 0.2rem;
    }

    .form-wrapper p {
      color: #333;
    }

    .global-btn {
          transition: box-shadow 0.15s ease, transform 0.15s ease;
    will-change: box-shadow, transform;
    text-shadow: 0 1px 0 var(--primary);
    background: var(--primary);
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-weight: bold;
    border: 1px solid var(--primary);
    padding: 10px 42px;
    position: relative;
    /* border-radius: 38px; */
    box-shadow: 0px 3px 10px rgb(0 0 0 / 22%);
    text-shadow: none;
    }

    .contact-btn {
      background: var(--secondary);
      font-size: 1rem;
      border: 5px solid var(--secondary);
      padding: 7px 30px;
      border-radius: 0px;
    }


    .global-btn:hover {
    background-color: #1b4962;
    color: #ffffff;
    box-shadow: 0 -3px 0 0 rgb(24 24 24 / 15%) inset, 0 3px 10px rgb(0 0 0 / 30%);
    }


    .contact-btn:hover {
      background: var(--primary);
      border-color: var(--primary);
    }

    .box-shadow {
      box-shadow: -1px -2px 26px -5px rgba(138, 138, 138, 0.19), 1px 3px 26px -5px rgba(138, 138, 138, 0.24);
    }

    /*
    .global-btn:before {
      position: absolute;
      content: '';
      width: 0px;
      height: 0px;
      border-right: 40px solid transparent;
      border-bottom: 45px solid #d03c37;
      left: 0;
      bottom: 0;
      z-index: -1;
    }
*/

    .form-control::-webkit-input-placeholder {
      color: #a9aaab;
    }

    .form-control::-moz-placeholder {
      color: #a9aaab;
    }

    .form-control:-ms-input-placeholder {
      color: #a9aaab;
    }

    .form-control:-moz-placeholder {
      color: #a9aaab;
    }

    .control-label {
      font-size: 15px;
      font-weight: bold;
      color: #232323;
      margin-bottom: 6px;
    }

    .panel_card {
      box-shadow: 0px -1px 20px rgba(4, 9, 20, 0.11), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    }

    .panel_card .card-header {
      background: #fff;
      font-family: 'Francois One', sans-serif;
      border-bottom: 2px solid rgba(53, 202, 225, 0.6) !important;
    }

    .panel_card .card-title {
      color: #fff;
      background: linear-gradient(45deg, #35cae1c7, #012956d1);
      padding: 7px 30px 7px 15px;
      border-radius: 0px 0px 16px;
    }

    .panel-icon {
      width: 30px;
      height: 30px;
      background: var(--secondary);
      color: #fff;
      text-align: center;
      line-height: 30px;
      font-weight: bold;
      z-index: 1;
      margin-right: 5px !important;
    }

    .panel-icon:before {
      position: absolute;
      content: '';
      width: 30px;
      height: 30px;
      background: var(--secondary);
      opacity: 0.2;
      left: -6px;
      z-index: -1;
      top: 6px;
    }

    .bottom-gap {
      height: 60px;
    }

    .data-wrapv {
      position: relative;
      overflow: hidden;
      margin-bottom: 20px;
      padding: 20px !important;
    }

    /*
    .data-wrapv:before {
      position: absolute;
      content: '';
      width: 40px;
      height: 40px;
      background: #F6BA1F;
      border-radius: 50%;
      left: -23px;
      border: 5px solid #ffd66b;
    }
*/

    .nav-pills .nav-item {
      box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.08);
      position: relative;
    }

    .annexure li {
      margin-bottom: 10px;
    }

    .annexure div {
      display: inline-block;
      margin-right: 10px;
      width: 23px;
      background: #35cae1;
      height: 23px;
      text-align: center;
      color: #fff;
      font-weight: bold;
      border-radius: 3px;
      box-shadow: 4px 2px 7px rgba(0, 0, 0, 0.14);
    }

    .accordion .card-header:after {
      font-family: 'FontAwesome';
      content: "\f068";
      float: right;
      position: relative;
      right: -27px;
      background: var(--primary);
      text-align: center;
      color: #fff;
      padding: 0px 6px;
      cursor: pointer;
    }

    .accordion .card-header.collapsed:after {
      /* symbol for "collapsed" panels */
      content: "\f067";
    }

    .nav-pills .nav-link {
      border-radius: .25rem;
      font-size: 1rem;
      color: #727272;
    }

    .tab {
      padding: 10px;
      background: #dfdfe0;
    }

    .tab ul {
      overflow: hidden;
      margin-bottom: 12px !important;
    }

    .tab ul li {
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08), 0 1px 5px 0 rgba(0, 0, 0, 0.05), 0 3px 1px -2px rgba(0, 0, 0, 0.08);
      background-color: #FFF;
      margin-right: 17px !important;
      z-index: 2;
      position: relative;
      cursor: pointer;
      color: #777 !important;
      text-transform: capitalize;
      transition: all 250ms ease;
      font-size: 14px;
      font-weight: bold !important;
    }

    .tab ul li a {
      padding: 10px 24px 8px !important;
    }

    .tab ul li:before {
      content: " ";
      position: absolute;
      bottom: 0px;
      height: 100%;
      width: 21px;
      background-color: #FFF;
      transition: all 250ms ease;
      right: -10px;
      transform: skew(30deg, 0deg);
      box-shadow: rgba(0, 0, 0, .1) 3px 2px 5px, inset rgba(255, 255, 255, .09) -1px 0;
    }

    .tab .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
      background: #26c6da !important;
      color: #fff !important;
    }

    .tab .allowed_students {
      border: 1px solid #26c6da !important;
    }

    .tab .ui-tabs-nav li.ui-tabs-active:before {
      background: #26c6da !important;
    }

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
      color: #fff;
      background-color: #35cae1;
      border-radius: 0.25rem 0rem 0rem;
    }

    .nav-pills .nav-link.active .tab ul li:before,
    .nav-pills .show > .nav-link .tab ul li:before {
      background: #35cae1 !important;
    }

    .tab-pane {
      box-shadow: 0px -1px 20px rgba(4, 9, 20, 0.11), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    }

    .contact_icon {
      font-size: 19px;
      background: var(--primary);
      width: 35px;
      height: 35px;
      text-align: center;
      line-height: 25px;
      color: #fff;
      border: 4px solid #5864b0;
      margin-right: 12px;
    }

    .contact_wrap a {
      color: var(--secondary);
    }

    thead {
      background: #607e89;
      color: #fff;
    }

    .fees_subhead {
      font-size: 1.3rem;
      color: #35cae1;
    }

    .table th {
      padding: .5rem;
    }

    .table td {
      padding: .4rem;
    }

    .doc_proof ol li {
      padding-left: 10px;
    }

    .sub-header {
      color: #FF7E1B !important;
      font-size: 1.2rem;
    }

    .faq-sec .card {
      border: none;
      margin-bottom: 0.5rem;
    }

    .faq-sec .card-title {
      margin-bottom: .75rem;
      font-weight: bold;
      color: #383838 !important;
      margin-bottom: 0;
    }

    .faq-sec .card-header {
      border: 1px solid #cccccc;
      background: #fff;
      padding-right: 40px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .faq-sec .card-body {
      border: 1px solid #ccc;
      border-top: none;
      border-bottom: 2px solid var(--secondary);
    }

    /*
    .steps .card-header {
      color: var(--accent);
    }
*/

    .steps .btn {
      background: var(--primary);
      color: #fff;
      font-size: 3rem;
      border-radius: 50%;
      width: 100px;
      height: 100px;
      border: 10px solid #fff;
      /*      box-shadow: 2px -2px 20px rgb(208, 217, 218), 2px 3px 20px rgb(189, 246, 255);*/
    }

    .steps .card {
      box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1), -1px -3px 20px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      border: none;
      height: 100%;
    }

    .steps h5 {
      color: #2f2f2f;
    }

    .highlight {
      color: #fff;
      background: #696969;
      padding: 6px 0px;
    }

    .highlight-font {
      color: var(--ternary);
      font-weight: bold;
    }

    .footer-sec {
      color: #fff;
    background: var(--secondary);
    font-weight: bold;
    padding: 2rem !important;
    }

    .footer-nav {
      background: #fff !important;
      box-shadow: 1px 0 20px rgba(0, 0, 0, 0.15);
    }

    .footer-nav .nav-link {
      color: var(--primary);
      font-weight: bold;
    }

    .form-sec h5 {
      color: var(--accent);
    }

    .card_img {
      width: 300px;
    }

    .twitter {
      color: #000000;
      text-decoration: none;
      display: block;
      padding: 14px;
      -webkit-transition: all .25s ease;
      -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease;
    }

    .twitter:hover {
      color: #FF7D6D;
      text-decoration: none;
    }



    .fl-fl {
      background: var(--primary);
      text-transform: uppercase;
      letter-spacing: 3px;
      padding: 0px;
      width: 190px;
      position: fixed;
      right: -147px;
      z-index: 1000;
      font: normal normal 10px Arial;
      -webkit-transition: all .25s ease;
      -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease;
    }

    .float-sm .fa {
      font-size: 30px;
      color: #fff;
      padding: 10px 0;
      width: 40px;
      margin-left: 8px;
    }

    .fl-fl:hover {
      right: 0;
    }

    .fl-fl .enqtext {
      color: #fff !important;
      text-decoration: none;
      text-align: center;
      line-height: 48px !important;
      vertical-align: top !important;
      font-size: 18px;
    }

    .float-pn {
      top: 50%;
    }

    .close {
      opacity: 1;
    }

    .gap {
      margin-top: 201px;

    }

    .breadcrum_wrap {
      display: flex;
      justify-content: center;
      margin-bottom: 15px;
    }

    .breadcrumbs {
      color: #fff;
      display: flex;
      font-size: 18px;
      position: relative;
    }

    .breadcrumb-item {
      padding-left: 30px;
      background: var(--secondary);
      margin-right: 34px;
      box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.23);
    }

    .breadcrumb-item:first-child {
      padding-left: 10px
    }

    .breadcrumb-item .number {
      display: block;
      background-color: #fff;
      float: left;
      margin: 10px 0 0 20px;
      color: var(--secondary);
      font-weight: 700;
      width: 30px;
      height: 30px;
      font-size: 22px;
      text-align: center;
      line-height: 30px;
    }

    .breadcrumb-item .label {
      display: block;
      padding: 10px 0 10px 10px;
      float: left;
      font-size: 18px;
    }

    .breadcrumb-item::after {
      content: '';
      display: block;
      width: 32px;
      height: 32px;
      transform: rotate(130deg) skew(-10deg);
      float: right;
      position: relative;
      top: 8px;
      left: 18px;
      border-top: 2px solid #fff;
      border-left: 2px solid #fff;
      background-color: var(--secondary);
    }

    .breadcrumb-item + .breadcrumb-item::before {
      color: var(--secondary);
    }

    .animated {
      animation-duration: 5s
    }

    .animated-1 {
      animation-duration: 1s
    }

    .animated-2 {
      animation-delay: 2s;
      animation-duration: 1s
    }

    .animated-3 {
      animation-delay: 3s;
      animation-duration: 1s
    }

    .animated-4 {
      animation-delay: 4s;
      animation-duration: 1s
    }

    .form-wrapper .card-title {
      font-size: 22px;
    }

    .form-wrapper .card-header {
      box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06), 0px 8px 10px rgba(0, 0, 0, 0.12);
      overflow: hidden;
      background: var(--secondary);
      color: #fff;

    }

    .form-wrapper .card-header:after {
      position: absolute;
      content: '';
      width: 50px;
      height: 50px;
      /* background: #fff; */
      border-radius: 51%;
      left: -32px;
      top: 5px;
    }

    /*
    .form-wrapper .card-header:before {
      position: absolute;
      content: "\f0f6";
      font-family: FontAwesome;
      z-index: 5;
      text-align: center;
      color: #fff;
      right: 24px;
      font-size: 34px;
      top: 6px;
    }
*/

    .data-wrapv h5 {
      color: var(--ternary);
    }

    .footer-wrp {
      background: linear-gradient(75deg, #225b7b 0%, #143749 100%);
      padding-top:5rem !important;
    }

    .widget p {
      font-size: 0.98rem;
    }

    .widget .nav-item,
    .widget .nav-link {
      padding: 0.1rem 0.1rem;
      color: #fff;
    }

    .widget h4 {
      display: inline-block;
      padding-bottom: 10px
    }

    .widget ul {
      padding-left: 21px;
    }


    .ssl-text {
      color: #2b8c27 !important;
      font-weight: 900;
      font-size: 16px;
      text-align: center;
    }

    .banner {
      background: url(../../images/banner.jpg);
      color: #fff;
      padding: 100px 100px;
      background-size: 100% 100%;
    }



    .banner li {
      margin-bottom: 10px;
      font-size: 1.2rem;
      font-weight: bold;
    }

    .banner .global-btn {
      margin-bottom: 20px;
      font-size: 1.5rem;
      padding: 14px 56px;
      border-radius: 59px;
      width: 70%;
      background: var(--secondary);
      border: 1px solid;

    }

    .landing-title {
      position: relative;
      display: inline-block;
      font-weight: bold;
    }

    .landing-title:before {
      position: absolute;
      content: '';
      width: 80%;
      height: 5px;
      background: var(--ternary);
      bottom: -16px;
      left: 10%;
    }

    .diff_msme {
      background: #f5f5ff;
    }

    .diff_wrap {
      background: #fff7ed;
      padding: 20px;
      box-shadow: -2px 7px 10px rgba(0, 0, 0, 0.09), -3px 1px 10px rgba(0, 0, 0, 0.05);
      margin-bottom: 20px;

    }

    .diff-head {
      background: #39b54a;
      color: #fff;
      padding: 10px;
    }

    .diff_data {
      background: #f5f5ff;
      border: 1px solid #262262;
      margin-bottom: 20px;
      border-top: none;
      padding: 10px;
    }

    .table-bordered td,
    .table-bordered th {
      padding: 10px;
    }

    .widget .nav-link {
      font-size: 0.98rem;
    }

    .fssai-img {
      box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.06), 0px 2px 20px rgba(0, 0, 0, 0.09);
    }


    @media only screen and (max-width: 1280px) and (min-width: 1000px) {
      .hindi-text {
        font-size: 1rem;
      }

      .nav-link {
        font-size: 1rem;
        padding-right: 0 !important;
        padding-left: 0 !important;
      }

      .widget p {
        font-size: 0.98rem;
      }

      .breadcrumbs {
        font-size: 14px;
        margin-bottom: 19px !important;
      }

      .breadcrumb-item {
        padding-left: 30px;
      }

      .breadcrumb-item:first-child {
        padding-left: 10px;
      }

      .breadcrumb-item .number {
        margin: 5px 0 0 2px;
        width: 18px;
        height: 18px;
        font-size: 13px;
        line-height: 18px;
      }

      .breadcrumb-item .label {
        padding: 5px 0 5px 10px;
        font-size: 15px;
      }

      .breadcrumb-item::after {
        width: 22px;
        height: 22px;
        top: 4px;
        left: 10px;
      }

      .breadcrumb-item {
        padding-left: 30px;
        margin-right: 14px;
      }

      .banner {
        padding: 30px 30px;
      }

      .gap {
        margin-top: 197px;
      }

      .head-bottom-text {
        font-size: 0.8rem;
      }
    }

    @media only screen and (max-width: 1280px) and (min-width: 1200px) {
      .gap {
        margin-top: 197px;
      }


    }

    @media only screen and (max-width: 1200px) and (min-width: 997px) {
      .nav-link {
       font-size: 15px;
    padding-right: 3px !important;
    padding-left: 3px !important;
      }
.nav-item {
    padding: 0 25px 0 0;
}
.navbar-brand img {
    width: 120px;
}

.contact-btn {
    margin-right:0px !important;
}
}

    @media only screen and (max-width: 990px) and (min-width: 767px) {
      .widget p {
        font-size: 12px;
      }

      .widget .nav-link {
        font-size: 12px;
      }

      .widget ul {
        padding-left: 17px;
      }

      .nav-link {
       font-size: 12px;
    padding-right: 3px !important;
    padding-left: 3px !important;
      }
.nav-item {
    padding: 0 8px 0 0;
}
.navbar-brand img {
    width: 120px;
}

.contact-btn {
    margin-right:0px !important;
}

      .gap {
        margin-top: 237px;
      }

      .widget h4 {

        font-size: 16px;
      }


      .head-text h5 {
        font-size: 1rem;
      }

      .breadcrumbs {
        font-size: 14px;
      }

      .breadcrumb-item {
        padding-left: 30px;
      }

      .breadcrumb-item:first-child {
        padding-left: 10px;
      }

      .breadcrumb-item .number {
        margin: 5px 0 0 2px;
        width: 18px;
        height: 18px;
        font-size: 13px;
        line-height: 18px;
      }

      .breadcrumb-item .label {
        padding: 5px 0 5px 10px;
        font-size: 11px;
      }

      .breadcrumb-item::after {
        width: 18px;
        height: 18px;
        top: 4px;
        left: 10px;
      }

      .breadcrumb-item {
        padding-left: 30px;
        margin-right: 14px;
      }

      .banner {
        padding: 10px;
      }

      .contact-btn {
        padding: 7px 10px;
      }

      .hindi-text {
        font-size: 1rem;
      }
    }

    @media only screen and (max-width: 767px) and (min-width: 240px) {
      .navbar-toggler-icon {
        background: var(--primary);
        color: #fff;
        width: 40px;
        height: 28px;
        line-height: 28px;
      }

      .navbar-dark .navbar-toggler-icon {
        background: #fff !important;
        color: var(--primary) !important;
      }

      .gap {
        margin-top: 246px;
      }

      .breadcrumbs {
        display: none;
      }

      .banner {
        padding: 10px;
      }

      .banner .global-btn {
        font-size: 1.2rem;
        padding: 14px 30px;
        border-radius: 49px;
        width: 100%;
      }

      .landing-title {
        font-size: 1.5rem;
      }

      .nav-link {

        font-size: 0.98rem;
      }

      .global-btn {

        background: var(--secondary);
      }
      
      .banner .global-btn {
    width: 100%;
      }

    }

    @media only screen and (max-width: 480px) and (min-width: 240px) {
      .hindi-text {
        font-size: 0.8rem;
      }

      .head-text h5 {
        font-size: 0.8rem;
      }

      .company-logo {
        width: 96px;
      }

      .enquiry_sec {
        /*        margin-top: 173px;*/
      }

      .footer-sec {
        font-size: 0.7rem;
      }

      .steps .card {
        height: auto;
      }
      
      .banner ul
      {
              padding-left: 10px;
    margin-bottom: 0px;
      }
      .banner li {
    margin-bottom: 5px;
    font-size: 1rem;
      }
      
    }

    @media only screen and (max-width: 767px) and (min-width: 482px) {
     
.head-text h4
{
  font-size:1.2rem;  
}

      .head-text h5 {
        font-size: 0.87rem;
      }

      .enquiry_sec {
        margin-top: 173px;
      }

      .steps .card {
        height: auto;
      }
      .gap {
    margin-top: 258px;
}
    }

    @media only screen and (max-width: 1199px) and (min-width: 768px) {
  .banner .global-btn {
    width: 100%;
      }
    }


    @media only screen and (max-width: 1610px) and (min-width: 1299px) {
      .banner .global-btn {
        width: 100%;
      }
    }

    .text-error {
      color: #ff0000 !important;
      font-size: 16px;
      margin-bottom: 0;
    }



    .process-wrap {
      overflow: hidden;
      border: none;
      box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1), -1px 5px 10px rgba(0, 0, 0, 0.07);
      border-radius: 10px;
    }

    .process-wrap:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      background: linear-gradient(45deg, rgba(239, 239, 239, 0.05), rgba(183, 183, 183, 0.32));
      top: -88px;
      left: 0;
      z-index: 0;
      transform: rotate(45deg);
      border-radius: 33px;
    }

    .process-wrap:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      background: linear-gradient(45deg, rgba(239, 239, 239, 0.05), rgba(183, 183, 183, 0.32));
      top: -85px;
      left: 37px;
      z-index: 0;
      transform: rotate(45deg);
      border-radius: 33px;
    }

    .process-wrap .fa {
      font-size: 40px;
    }

    .process_outer {
      position: relative;
      width: 200px;
      height: 140px;
      margin-right: 20px;
    }

    .process_outerwrapper:after {
      position: absolute;
      content: '';
      animation-name: processes;
      animation-duration: 35s;
      animation-iteration-count: infinite;
      width: 200px;
      height: 114px;
    }

    .current {
      color: var(--secondary);
    }

    .head-wrap:hover {
      text-decoration: none;
    }

    .required-field {
      color: red;
      font-size: 20px;
    }

 .blog-card-wrapper
    {
    box-shadow: -1px -1px 10px rgb(0 0 0 / 10%), 2px 2px 10px #00000017;
    border: none;
    }
    
    
    .blog-card-wrap
    {
    box-shadow: -1px -1px 10px rgb(0 0 0 / 10%), 2px 2px 10px #00000017;
    border: none;
    }
    
    
     .blog-card-wrap .card-body
     {
    border-top: 2px solid #262262;
        text-align: center;
    }
    
    .blog-card-wrap .card-title
    {
        font-weight: bold;
    color: #f3921e;
    }
    
     .blog-card-wrap h3
     {
        font-size: 1rem;
        }
        
       .blog-card-wrap .btn
        {
        transition: box-shadow 0.15s ease, transform 0.15s ease;
    will-change: box-shadow, transform;
    text-shadow: 0 1px 0 var(--secondary);
    background: var(--secondary);
    color: #fff;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: bold;
    border: 1px solid var(--secondary);
    padding: 10px 18px;
    position: relative;
    border-radius: 38px;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 22%);
    text-align: center;
    float: unset;
    }
    
   .blog-detailed-wrap
    {
    box-shadow: -1px -1px 10px rgb(0 0 0 / 10%), 2px 2px 10px #00000017;
    border: none;
        margin-bottom: 10px;
    }
    
    
     .blog-detailed-wrap .card-body
     {
    border-top: 2px solid #262262;
        text-align: center;
    }

    
     .blog-detailed-wrap .card-title
     {
    font-weight: bold;
    color: #f7941e;
}

     .blog-detailed-wrap h3
     {
    font-weight: bold;
    color: #f7941e;
    font-size: 1.5rem;
    }
    
    .navbar
    {
        padding-top:0px;
        padding-bottom:0px;
    }
    
    .subheading-footer
    {
          position: relative;
    font-size: .875rem !important;
    font-weight: 300;
    padding-left: 50px;
    }
    .subheading-footer:before
    {
           position: absolute;
    content: '';
    width: 33px;
    height: 2px;
    background: #e94d65;
    top: 9px;
    left: 0px;
}
.widget p , .contact-details-wrap div
{
   font-size: .875rem !important;
   font-weigth:bold;
   }
   
    .contact-details-wrap
    {
        display:flex;
        margin-bottom:5px;
    }
      .contact-details-wrap div:first-child
    {
        padding-right:10px;
    }
    
    .heading-footer
    {
            color: #e94d65 !important;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 7px !important;
    }
    
    .social-sec .fa
    {
        width: 40px;
    height: 40px;
    background: #e94d65;
    line-height: 40px;
    border-radius: 50%;
    font-size: 1.5rem;
    }

    @media screen and (min-width: 1200px) and (max-width: 1300px) {
      .banner .global-btn {
        width: 92%;
      }
    }


    @media screen and (min-width: 1300px) and (max-width: 1600px) {
      .gap {
        margin-top: 263px;
      }

      .head-bottom-text {

        font-size: 1.2rem;
      }

    }


    @media (min-width: 1500px) {
      .container {
        max-width: 1340px;
      }
    }


    @media (min-width: 1900px) {
      .container {
        max-width: 1500px;
      }
    }
