:root{

    --blue_affinity: #003882;
  }
  body{
  
    overflow-y: scroll;
  }
  
  .w-90{
    width:90%
  }
  
  .w-80{
    width:80%
  }
  
  .w-70{
    width:70%
  }
  
  .w-60{
    width:60%
  }
  
  .bg-reset{
  
    background-color: #fff;
  
  }
  .underline{
  
  
    border-top: 1px solid #e9e9e9;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(233, 233, 233);
  }
  
  a:link {
    color: var(--blue_affinity);
  }
  
  /* visited link */
  a:visited {
    color: var(--blue_affinity);
  }
  
  /* mouse over link */
  a:hover {
    color: rgb(61, 99, 170);
  }
  
  /* selected link */
  a:active {
    color: var(--blue_affinity);
  }
  .btn {
    /* background: #FF2020; */
    background: var(--blue_affinity);
    font-family: "Jost", sans-serif;
    text-transform: inherit !important;
    padding: 22px 32px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 35px;
    line-height: 1;
    line-height: 0;
    cursor: pointer;
    -moz-user-select: none;
    transition: color 0.8s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden
  }
  
  .btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 102%;
    height: 102%;
    background: rgb(61, 99, 170);
    z-index: 1;
    border-radius: 0px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0px
  }
  
  .btn i {
    padding-right: 11px
  }
  
  .btn:hover {
    color: #fff !important
  }
  
  .btn:hover::before {
    transform: scaleX(1);
    z-index: -1
  }
  
  
  
  .btn.slider-btn {
    padding: 35px 60px
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn.slider-btn {
      padding: 30px 30px
    }
  
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .btn.slider-btn {
      padding: 28px 25px
    }
  
  }
  
  @media (max-width: 575px) {
    .btn.slider-btn {
      padding: 24px 21px
    }
  
  }
  
  .btn.slider-btn:hover::before {
    background: #FF2020 !important
  }
  
  .submit-btn3 {
    background:  #050781;;
    height: 50px;
    padding: 5px 30px;
    border: 0;
    color: #fff;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 16px;
    border-radius: 0px;
  }
  
  
  .category_link{
    color: #26c6da;
    
  }
  
  .search_custom_label{
    color: #26c6da;
    display: inline-block;
    
  }
  
  /*-------------------------------------------------------------
  # Header
  -------------------------------------------------------------*/
  .header-area .header-mid {
    margin-top: 20px;
    background: #fff;
  }
  
  .header-area .header-mid .menu-wrapper {
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  
  /*--------------------------------------------------------------
  # Disable AOS delay on mobile
  --------------------------------------------------------------*/
  @media screen and (max-width: 768px) {
      [data-aos-delay] {
        transition-delay: 0 !important;
      }
    }
  
  /*-------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
  section {
    display:block;
    margin:auto;
    width:90%;
    padding: 20px 0;
    overflow: hidden;
  }
  
  .section-bg {
    background-color: #f7f7f7;
  }
  
  .section-title {
    text-align: center;
    padding-bottom: 30px;
  }
  
  .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  
  .section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #1bbd36;
    bottom: 0;
    left: calc(50% - 25px);
  }
  
  .section-title p {
    margin-bottom: 0;
  }
  
  .content{
    padding-top: 10px;
    max-width: 100%;
    margin: 0% 5%;
  }
  
  .content h4{
    margin: 20px 0;
    color: #575757;
  }
  
  
  .btn_thumbnail {
    background: var(--blue_affinity);
    font-family: Helvetica, Arial, sans-serif;
    text-transform: inherit !important;
    padding: 5px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 15px !important;
    font-weight: 500 !important;
    /* border-radius: 35px; */
    line-height: 1;
    cursor: pointer;
    -moz-user-select: none;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
  }
  
  .btn_thumbnail::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 102%;
    height: 102%;
    background:#fff;
    z-index: 1;
    border-radius: 0px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0px;
  }
  
  .btn_thumbnail i {
    padding-right: 15px;
  }
  
  .btn_thumbnail:hover {
    color: var(--blue_affinity)!important;
  }
  
  .btn_thumbnail:hover::before {
    transform: scaleX(1);
    z-index: -1;
  }
  
  .btn_thumbnail.slider-btn {
    padding: 35px 60px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn_thumbnail.slider-btn {
        padding: 30px 30px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .btn_thumbnail.slider-btn {
        padding: 28px 25px;
    }
  }
  
  /* media-box css */
  .media-boxes-container {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  
  }
  
  .media-box-text{
    color: #6B6B6B;
    line-height: 15px;
  }
  
  /* Change style of title */
  .media-box-title{
    color: #444;
    font-weight:bolder;
    font-size: 13px;
          text-align: center;
    text-transform: capitalize;
          
  }
  .media-box-title_small{
    color: #444;
    font-weight:bolder;
    font-size: 10px;
          text-align: center;
    text-transform: capitalize;
          
  }
  /* Change style of title */
  .media-box-description{
    color: #444;
    font-weight:70%;
    font-size: 13px;
          text-align: center;
    text-transform: capitalize;
  }
  
  /* Remove the white background of the content area */
  .media-box-content{
    background: transparent;
    padding: 10px 0;
  }
  
  /* Remove box shadow from the media boxes */
  .media-box-container{
      -webkit-border-radius: 0px;
         -moz-border-radius: 0px;
            border-radius: 0px;
  
      -webkit-box-shadow: none;
         -moz-box-shadow: none;
           -o-box-shadow: none;
          -ms-box-shadow: none;
            box-shadow: none;
  }
  
  /* Style of the thumbnail-overlay */
  .thumbnail-overlay{
    background: transparent;
  }
  
  /* change bootstrap style of the buttons */
  .media_box_btn{
    background-color: #e54e53;
    color: #fff!important;
    margin: 5px;
    border: none !important;
    
    -webkit-border-radius: 2px;
       -o-border-radius: 2px;
       -moz-border-radius: 2px;
          border-radius: 2px;
  }
  .media_box_btn:hover, .media_box_btn:active, .media_box_btn:focus{
    background-color: #E15C61;
  }
  
  /* Remove overflow hidden from media-box-container */
  .media-box-container {
      overflow: visible; 
  }
  
  /* hide no more entries button */
  .media-boxes-no-more-entries{
    display: none;
  }
  
  
  .register-form-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 100vh;
    padding: 15px 0;
  }
  .register-form-area .register-form {
    background: #fff;
    padding: 20px 30px 20px 30px;
    box-shadow: 0px 10px 30px 0px rgb(13 12 13 / 20%);
    min-width: 700px;
  }
  
  
  .register-form-area .register-form .register-heading span {
    color: #140C40;
    font-size: 25px;
    font-weight: 600;
    /* margin-bottom: 16px; */
    display: block;
    text-transform: capitalize;
  }
  
  .register-form-area .register-form .input-box {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  
  .register-form-area .register-form .input-box .single-input-fields label {
    display: block;
    font-size: 17px;
    margin-bottom: 1px;
    color: #140C40;
    text-transform: capitalize;
    font-weight: 500;
    text-align: left;
  }
  
  
  .register-form-area .register-form .input-box .single-input-fields input {
    border: 1px solid #C9C9C9;
    width:  100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 0 15px;
    color: #000;
  }
  
  
  @media (max-width: 575px)
  {
    .register-form-area .register-form {
      padding: 20px 20px 20px 30px;
      min-width: 80%;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px)
  {
  .register-form-area .register-form {
      padding: 40px 20px 20px 26px;
      min-width: 95%;
  }
  }
  
  /* Login form */
  
  .login-bg {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .login-form-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 100vh;
    padding: 10px 0
  }
  
  .login-form-area .login-form {
    background: #fff;
    padding: 25px 30px 25px 25px;
    box-shadow: 0px 10px 30px 0px rgba(13, 12, 13, 0.2);
    min-width: 500px
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .login-form-area .login-form {
        padding: 40px 20px 20px 26px;
        min-width: 95%
    }
  }
  
  @media (max-width: 575px) {
    .login-form-area .login-form {
        padding: 40px 20px 20px 26px;
        min-width: 95%
    }
  }
  
  .login-form-area .login-form .login-heading {
    text-align: center
  }
  
  .login-form-area .login-form .login-heading span {
    color: #140C40;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
    text-transform: capitalize
  }
  
  .login-form-area .login-form .input-box {
    padding-top: 35px;
    padding-bottom: 75px
  }
  
  @media (max-width: 575px) {
    .login-form-area .login-form .input-box {
        padding-top: 28px;
        padding-bottom: 10px
    }
  }
  
  .login-form-area .login-form .input-box .single-input-fields label {
    display: block;
    font-size: 17px;
    margin-bottom: 6px;
    color: #140C40;
    text-transform: capitalize;
    font-weight: 500;
    text-align: left
  }
  
  .login-form-area .login-form .input-box .single-input-fields input {
    border: 1px solid #C9C9C9;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 25px;
    color: #000
  }
  
  .login-form-area .login-form .input-box .single-input-fields input::placeholder {
    color: #777777;
    font-weight: 300;
    font-size: 13px
  }
  
  .login-form-area .login-form .login-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .login-form-area .login-form .login-footer {
        display: block;
        text-align: start
    }
  }
  
  @media (max-width: 575px) {
    .login-form-area .login-form .login-footer {
        display: block;
        text-align: start
    }
  }
  
  .login-form-area .login-form .login-footer p {
    margin: 0
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .login-form-area .login-form .login-footer p {
        margin-bottom: 28px;
        display: block
    }
  }
  
  @media (max-width: 575px) {
    .login-form-area .login-form .login-footer p {
        margin-bottom: 28px;
        display: block
    }
  }
  
  .login-form-area .login-form .login-footer p a {
    color: #FF2020
  }
  
  .login-check {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 8px;
    overflow: hidden
  }
  
  @media (max-width: 575px) {
    .login-check {
        display: block
    }
  }
  
  .login-check input[type=checkbox]+label {
    display: inline-block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0;
    margin: 0 0 13px 0
  }
  
  .login-check input[type=checkbox] {
    display: none
  }
  
  .login-check input[type="checkbox"]+label::before {
    content: "\2714";
    border: 0.1em solid #e4e4e4;
    border-radius: 0.2em;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-right: 10px;
    vertical-align: bottom;
    color: transparent;
    transition: .2s
  }
  
  .login-check input[type=checkbox]+label:active:before {
    transform: scale(0)
  }
  
  .login-check input[type=checkbox]:checked+label:before {
    background-color: #FF2020;
    border-color: #FF2020;
    color: #fff;
    line-height: 18px
  }
  
  .login-check a {
    color: #FF2020;
    font-size: 14px;
    font-weight: 400
  }
  
  .login-check a:hover {
    color: #FF2020
  }
  
  @media (max-width: 575px) {
    .login-check a {
        float: left;
        display: block;
        padding-top: 7px;
        margin-bottom: 10px
    }
  }
  
  /* Subscribe area and footer  */
  
  .subscribe-area .subscribe-padding {
    padding-bottom: 40px;
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14)
  }
  
  .subscribe-area .subscribe-caption span {
    font-family: "Jost", sans-serif;
    text-transform: capitalize;
    font-size: 20px;
    color: #FF2020;
    margin-bottom: 10px;
    display: block
  }
  
  .subscribe-area .subscribe-caption h3 {
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 12px
  }
  
  @media (max-width: 575px) {
    .subscribe-area .subscribe-caption h3 {
      padding: 0 0px;
      font-size: 25px
    }
  
  }
  
  @media (max-width: 575px) {
    .subscribe-area .subscribe-caption h3 {
      padding: 0 0px;
      font-size: 25px
    }
  
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .subscribe-area .subscribe-caption h3 {
      padding: 0 0px
    }
  
  }
  
  .subscribe-area .subscribe-caption p {
    color: #fff;
    font-size: 15px
  }
  
  .subscribe-area .subscribe-caption form input {
    width: 74%;
    height: 60px;
    border: 0;
    color: #000;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    padding: 15px 24px;
    font-size: 16px
  }
  
  .subscribe-area .subscribe-caption form input::placeholder {
    color: #000;
    font-size: 16px
  }
  
  @media (max-width: 575px) {
    .subscribe-area .subscribe-caption form input {
      width: 100%;
      margin-bottom: 20px
    }
  
  }
  
  .subscribe-area .subscribe-caption form button.subscribe-btn {
    width: 24%;
    height: 60px;
    border: 0;
    background: #FF2020;
    border-radius: 0;
    padding: 13px 24px;
    color: #fff;
    margin-left: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500
  }
  
  @media (max-width: 575px) {
    .subscribe-area .subscribe-caption form button.subscribe-btn {
      width: 100%;
      margin-bottom: 20px;
      margin-left: 0px
    }
  
  }
  
  .footer-wrapper {
    background: #ffffff
  }
  
  .footer-wrapper .footer-area .footer-pera p {
    color: #BBB9B5;
    font-size: 14px;
    margin-bottom: 19px;
    line-height: 1.8
  }
  
  .footer-wrapper .footer-area .footer-pera.footer-pera2 p {
    padding: 0
  }
  
  .footer-wrapper .footer-area .footer-tittle h4 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 400
  }
  
  .footer-wrapper .footer-area .footer-tittle ul li {
    margin-bottom: 8px
  }
  
  .footer-wrapper .footer-area .footer-tittle ul li a {
    color: #BBB9B5;
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline transparent
  }
  
  .footer-wrapper .footer-area .footer-tittle ul li a:hover {
    color: #BBB9B5;
    text-decoration: underline;
    letter-spacing: .4px
  }
  
  .footer-wrapper .footer-area .footer-tittle ul li span {
    color: red
  }
  
  .footer-wrapper .footer-area .footer-tittle p {
    color: #BBB9B5;
    font-size: 16px
  }
  
  .footer-wrapper .footer-area .footer-form form {
    position: relative
  }
  
  .footer-wrapper .footer-area .footer-form form input {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border: 1px solid #BBB9B5;
    border-radius: 30px;
    background: none;
    color: #BBB9B5
  }
  
  .footer-wrapper .footer-area .footer-form form input::placeholder {
    color: #BBB9B5;
    font-size: 16px
  }
  
  .footer-wrapper .footer-area .footer-form form .form-icon button {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 17px 22px;
    line-height: 1;
    border-radius: 0 3px 3px 0
  }
  
  .footer-wrapper .footer-area .footer-form form .form-icon button i {
    color: #FF2020
  }
  
  .footer-wrapper .footer-area .info.error {
    color: #FF2020
  }
  
  .footer-bottom-area .footer-border {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-top: 39px;
    padding-bottom: 1px
  }
  
  .footer-bottom-area .footer-copy-right p {
    color: #BBB9B5;
    font-weight: 300;
    font-size: 16px;
    line-height: 2
  }
  
  .footer-bottom-area .footer-copy-right p i {
    color: #FF2020
  }
  
  .footer-bottom-area .footer-copy-right p a {
    color: #FF2020
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-social {
      padding-top: 20px
    }
  
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-social {
      padding-top: 20px
    }
  
  }
  
  @media (max-width: 575px) {
    .footer-social {
      padding-top: 20px
    }
  
  }
  
  .footer-social a {
    color: #677F8B;
    font-size: 24px;
    display: inline-block;
    text-align: center;
    margin-left: 23px
  }
  
  .footer-social a i {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    display: inline-block;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg)
  }
  
  .footer-social a:hover {
    color: #FF2020
  }
  
  .footer-social a:hover i {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg)
  }
  
  @media (max-width: 575px)
  {
    .login-form-area .login-form {
      padding: 20px 20px 20px 30px;
      min-width: 80%;
    }
  }
  
  
  .navik-header.center-menu-2 .logo {
    top: 0;
    float: none;
    padding: 16px 30px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  
  .center-menu-2 .navik-menu > ul > li > a {
    height: 52px;
    line-height: 52px;
  }
  
  .navik-menu ul li > a {
    text-transform:unset;
  }
  
  
  /* Contact form */
  .contact-section {
    width:50%;
    padding: 50px 0 50px;
  }
  
  @media (max-width: 575px) {
    .contact-section {
      width:95%;
      padding: 5px 0 5px;        
    }
  }
  .contact-info
  {
      margin-bottom:25px
  }
  .contact-info__icon
  {
      margin-right:20px
  }
  .contact-info__icon i,.contact-info__icon span
  {
      color:#8f9195;
      font-size:27px
  }
  .contact-info .media-body h3
  {
      font-size:16px;
      margin-bottom:0;
      font-size:16px;
      color:#2a2a2a
  }
  .contact-info .media-body h3 a:hover
  {
      color:#1f2b7b
  }
  .contact-info .media-body p
  {
      color:#8a8a8a
  }
  .contact-title
  {
      font-size:27px;
      font-weight:600;
      margin-bottom:20px
  }
  .form-contact label
  {
      font-size:14px
  }
  .form-contact .form-group
  {
      margin-bottom:30px
  }
  .form-contact .form-control
  {
      border:1px solid #e5e6e9;
      border-radius:0px;
      height:48px;
      padding-left:18px;
      font-size:13px;
      background:transparent
  }
  .form-contact .form-control:focus
  {
      outline:0;
      box-shadow:none
  }
  .form-contact .form-control::placeholder
  {
      font-weight:300;
      color:#999999
  }
  .form-contact textarea
  {
      border-radius:0px;
      height:100% !important
  }
  
  .contact-section .contact-form .contact-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
  }
  

  .nav-search {
    display: inline-block;
  }
  
  
  
  .breadcrumb>.active {
    color: #888
  }
/*   
  #scrollUp {
    position: fixed;
    right: 50px;
    bottom: 80px;
    width: 60px;
    height: 60px;
    background: #FF2020;
    color:var(--blue_affinity);
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 23px;
    cursor: pointer
  } */
  
  #scrollUp, #back-top {

    background: transparent;
    height: 50px;
    width: 50px;
    right: 34px;
    bottom: 150px;
    position: fixed;
    /* color: #fff; */
    color:var(--blue_affinity);
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    /* border: 1px solid transparent; */
    /* border-color:transparent; */
    /* box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2) */
  }
  
  @media (max-width: 575px) {
  
    #scrollUp,
    #back-top {
      right: 16px
    }
  
  }
  
  #scrollUp a i,
  #back-top a i {
    display: block;
    line-height: 50px
  }
  
  #scrollUp:hover {
    /* color: #fff */ 
    color: red;
  }
  
  #back-top .wrapper {
    position: relative
  }
  
  #back-top .wrapper .arrows-container {
    position: absolute;
    text-align: center;
    bottom: -12px;
    margin: 0 auto;
    display: block;
    right: 8px
  }
  
  #back-top .wrapper .arrows-container .arrow {
    padding: 8px;
    box-shadow: 2px -2px var(--blue_affinity) inset;
    transform: rotate(135deg);
    opacity: 0;
    position: absolute
  }
  
  #back-top .wrapper .arrows-container .arrow-one {
    animation: arrowMovement 3s ease-in-out infinite
  }
  
  #back-top .wrapper .arrows-container .arrow-two {
    animation: arrowMovement 3s 1s ease-in-out infinite
  }
  
  @keyframes arrowMovement {
    0% {
      top: 15px;
      opacity: 0
    }
  
    70% {
      opacity: 1
    }
  
    100% {
      top: 0px;
      opacity: 0
    }
  
  }
  
  #scrollUp:hover i {
    animation: none
  }
  
  @media (max-width: 767px) {
    #scrollUp {
      right: 20px;
      bottom: 20px
    }
  
  }
  
  .cart_area {
    padding: 50px 0 50px
  }
  
  .fa_cart {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 25px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  @media (max-width: 991px) {
    .cart_area {
      padding: 50px 0 40px
    }
  
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .cart_area {
      padding: 50px 0 50px
    }
  
  }
  
  .search_setting {
    display: none;
  }
  
  .cart_area .product_count {
    display: inline-block;
    position: relative;
    margin-bottom: 24px;
    overflow: hidden
  }
  
  .cart_area .product_count input {
    width: 76px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding-left: 10px
  }
  
  .cart_area .product_count .input-number-increment {
    position: absolute;
    right: 0;
    top: -7px;
    padding: 10px;
    border-left: 1px solid #eee;
    display: inline-block
  }
  
  .cart_area .product_count .input-number-increment:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 7px;
    width: 100%;
    height: 1px;
    background-color: #eee
  }
  
  .cart_area .product_count .input-number-decrement {
    position: absolute;
    right: 0;
    bottom: -9px;
    padding: 10px;
    border-left: 1px solid #eee;
    display: inline-block
  }
  
  @media (max-width: 576px) {
    .cart_area .media {
      display: block
    }
  
  }
  
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .cart_area .media {
      display: block
    }
  
  }
  
  .cart_inner .table {
    width: 90%;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee
  }
  
  .cart_inner .table thead tr th {
    border-top: 0px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #797979;
    border-bottom: 0px !important
  }
  
  .cart_inner .table tbody tr td {
    padding-top: 30px;
    padding-bottom: 30px;
    vertical-align: middle;
    align-self: center
  }
  
  .cart_inner .table tbody tr td .media .d-flex {
    padding: 0 10px 0 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .cart_inner .table tbody tr td .media .d-flex img {
    border: 1px solid #eeeeee;
    border-radius: 3px;
    max-width: 150px
  }
  
  .cart_inner .table tbody tr td .media .media-body {
    vertical-align: middle;
    align-self: center
  }
  
  .cart_inner .table tbody tr td .media .media-body p {
    margin-bottom: 0px
  }
  
  .cart_inner .table tbody tr td h5 {
    font-size: 14px;
    color: #2a2a2a;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0px
  }
  
  .cart_inner .table tbody tr td .product-description {
    color: #2a2a2a;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
  }
  
  .cart_inner .table tbody tr td .product_count {
    margin-bottom: 0px
  }
  
  .cart_inner .table tbody tr td .product_count input {
    text-align-last: right;
    width: 60px;
    height: 40px;
    outline: none;
    box-shadow: none
  }
  
  .cart_inner .table tbody tr td .product_count .increase {
    top: -2px
  }
  
  .cart_inner .table tbody tr td .product_count .increase:before {
    content: "";
    height: 40px;
    width: 1px;
    position: absolute;
    left: -3px;
    top: 0px;
    background: #eeeeee
  }
  
  .cart_inner .table tbody tr td .product_count .increase:after {
    content: "";
    height: 1px;
    width: 30px;
    position: absolute;
    left: -3px;
    top: 22px;
    background: #eeeeee
  }
  
  .cart_inner .table tbody tr td .product_count .reduced {
    bottom: -6px
  }
  
  .cart_inner .table tbody tr td .label-sku {
    font-size: 15px;
    font-weight: bold;
    color: #3e28bb;
    text-align: center;
  }
  .cart_inner .table tbody tr td .label-name {
    font-size: 15px;
    color: black;
    text-align: center;
  }
  
  
  /* Contact form */
  .checkout-section {
    width:80%;
    padding: 50px 0 50px;
  }
  
  .checkout-form-area .checkout-form .checkout-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
  }
  .checkout-btn3 {
    background: #26c6da;
    height: 50px;
    padding: 5px 30px;
    border: 0;
    color: #fff;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 16px;
    border-radius: 0px;
  }
  
  footer {
    color: rgb(7, 7, 7);
    background-color: lightgrey;
    padding-top: 20px;
  }
  
  .form-group #txtCaptchaSpan {
    background: #050781;
  }
  
  .form-file-with-icon>i {
    color: #050781;
  }
  
  /* Moka menu */
  @media (min-width: 1024px) {
    .monaka-container {
      margin: 10px 60px 5px 60px;
    }
  }
  
  .form-alert{display:none;}
  
  .monaka-menu-search-field-inner {
    border: #140C40;
    align-content: stretch;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
  }
  
  .monaka-menu-search svg, .monaka-search-icon {
    fill:  var(--blue_affinity);
  }
  .monaka-menu-search-field input {
      color: #151918;
      background: #F3F3F3;
  }
  
  .monaka-menu-search-field input {
      font-size: 14px;
      outline: inherit;
      border: inherit;
      border-radius: 5px;
      height: 55px;
      width: 100%;
      padding-left: 60px;
      padding-right: 24px;
      margin-left: 0px;
      color: var(--color-text);
  }
  
  .monaka-header {
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: none;
  }
  
  .monaka-header-not-on-top .monaka-header {
    height: 85px;
  }
  
  .monaka-menu-item a {
    color: var(--blue_affinity);
  }
  
  .slider-card-body  {
    flex: 1 1 auto;
    padding: 0 0;
  }
  .carousel-item.active {
    /* display: flex; */
    display:block;
  }
  
  .carousel-item {
      transition: transform 0.5s ease, -webkit-transform 0.9s ease;
  } 
  
  .carousel-control-next {
    right: 20px;
  }
  .carousel-control-prev {
    left: 20px;
  }
  .carousel-caption {
    font-size: 18px;
    font-weight: 400;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0px 5px;
    align-content: center;
    padding-bottom: 6px;
    bottom:60%;
  }
  
  footer a:link, footer a:hover {
    font-size: 14px;
    color: var(--blue_affinity);
  }
  footer a:hover {
    font-size: 14px;
    color: rgb(255, 7, 7);
  }
  .header-social li {
    display: inline-block;
  }
  
  .header-social{
    padding: 0;
    list-style-position: inside; 
    font-size: 20px;
  }
  
  
  #cart-container {
    float: right;
    /* width: 210px; */
    padding-left: 15px;
    position: relative;
  }
  
  #itemCount {
    position: absolute;
    display:block;
    top: -5px;
    right: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgb(74, 92, 253);
    color: white;
    text-align: center;
  }
  
  #cart >i {
    color: var(--blue_affinity);
  }
  
  
  
  .modal-content{
    width:fit-content;
  }
  
  @media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
      width: 100%;
    }
  }

  .profile-bg {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .profile-form-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 100vh;
    padding: 10px 0
  }
  
  .profile-form-area .profile-form {
    background: #fff;
    padding: 25px 30px 25px 25px;
    box-shadow: 0px 10px 30px 0px rgba(13, 12, 13, 0.2);
    min-width: 500px
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .profile-form-area .profile-form {
        padding: 40px 20px 20px 26px;
        min-width: 95%
    }
  }
  
  @media (max-width: 575px) {
    .profile-form-area .profile-form {
        padding: 40px 20px 20px 26px;
        min-width: 95%
    }
  }
  
  .profile-form-area .profile-form .login-heading {
    text-align: center
  }
  
  .profile-form-area .profile-form .profile-heading span {
    color: #140C40;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
    text-transform: capitalize
  }
  
  .profile-form-area .profile-form .profile-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
    margin-right: 10px;
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .profile-form-area .profile-form .profile-footer {
        display: block;
        text-align: start
    }
  }
  
  @media (max-width: 575px) {
    .profile-form-area .profile-form .profile-footer {
        display: block;
        text-align: start
    }
  }
  
  .profile-form-area .profile-form .profile-footer p {
    margin: 0
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .profile-form-area .profile-form .profile-footer p {
        margin-bottom: 28px;
        display: block
    }
  }
  
  @media (max-width: 575px) {
    .profile-form-area .profile-form .profile-footer p {
        margin-bottom: 28px;
        display: block
    }
  }
  
  .profile-form-area .profile-form .profile-footer p a {
    color: #FF2020
  }
  
  /* .login-form-area .login-form .input-box {
    padding-top: 35px;
    padding-bottom: 75px
  }
  
  @media (max-width: 575px) {
    .login-form-area .login-form .input-box {
        padding-top: 28px;
        padding-bottom: 10px
    }
  } */
  
  
  
  /* upload form*/
  .upload-form {
    background: #fff;
    padding: 25px 30px 25px 25px;
    box-shadow: 0px 10px 30px 0px rgb(13 12 13 / 20%);
    
  }
  .upload-form-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height:70vh;
    padding: 15px 0;
  }
  /* <div class="section-tittle text-center mb-40">
                  <h3>You May Like</h3>
              </div> */
  .section-tittle_h3 {
    color:var(--blue_affinity);
  }
  
  /* slick-slider */
  
  .card {
    background: #fff;
    border-radius: 20px;
    width: 100%;
    display: table;
    border: 0;
    min-height: auto;
  }
  
  .slick-slider {
    text-align: center;
    margin: 10px;
  }
  
  /* latest-item */
  .latest-items {
    padding-top: 95px;
    padding-bottom: 100px;
    text-align: center
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-items {
      padding-top: 95px;
      padding-bottom: 100px
    }
  
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-items {
      padding-top: 70px;
      padding-bottom: 70px
    }
  
  }
  
  @media (max-width: 575px) {
    .latest-items {
      padding-top: 70px;
      padding-bottom: 70px
    }
  
  }
  
  .latest-items.latest-items2 {
    padding: 0
  }
  
  .latest-items:first-child {
    margin-left: 0
  } */
  
  /* .latest-items:last-child {
    margin-right: 0
  } */
  
  .latest-items .properties {
    margin: 0 12px
  }
  
  .latest-items .properties .properties-card {
    background-color: #fff
  }
  
  .latest-items .properties .properties-card .properties-img {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    left:auto;
    align-items: center;
    text-align: center;
    margin: 0;
  }
  
  .latest-items .properties .properties-card .properties-img img {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    height: 130px;
    align-items: center;
    text-align: center;
    margin: 0;
    /* transform: scale(1);
    align-items: center */
  }
  
  .slick-slide img
  {
      display:inline-block ;
  }
  
.socal_icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* opacity: 1;
    visibility: hidden; */
    bottom: 5px;
    text-align: center
    
}
.socal_icon a {
    /* background: var(--blue_affinity); */
    color: var(--blue_affinity);
    background-color: #fff;
    /* width: 32px;
    height: 25px; */
    width: 30px;
    height: 25px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    margin: -3px
}

.socal_icon a:hover {
  background : var(--blue_affinity) ;
  color : #fff!important
}

  .latest-items .properties .properties-card .properties-img .socal_icon {
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    bottom: 10px;
    text-align: center
  }
  
  
  .latest-items .properties .properties-card .properties-img .socal_icon a {
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    background: var(--blue_affinity);
    color: white;
    /* width: 32px;
    height: 25px; */
    width: 30px;
    height: 25px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    margin: -3px
  }
  
  .latest-items .properties .properties-card .properties-img .socal_icon a:hover {
    background : #fff ;
    color : var(--blue_affinity)!important
  }
  
  .latest-items .properties .properties-card .properties-caption {
    font-size:12px;
    align-content: center;
    font-weight: 400;
    color:var(--blue_affinity);
    /* padding: 14px 20px 2px 0px; */
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
  }
  
  .latest-items .properties .properties-card .properties-caption h3 a {
    color: #292621;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px
  }
  
  .latest-items .properties .properties-card .properties-caption .properties-footer {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
  }
  
  @media (max-width: 575px) {
    .latest-items .properties .properties-card .properties-caption .properties-footer {
      padding: 19px 10px 20px 12px
    }
  
  }
  
  /* .latest-items .properties .properties-card .properties-caption .properties-footer .price span {
    color: #74706B;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px
  }
  
  .latest-items .properties .properties-card .properties-caption .properties-footer .price span span {
    display: inline-block;
    color: #CEBD9C;
    text-decoration: line-through;
    margin: 0;
    margin-left: 12px
  } */
  
  .latest-items .properties:hover .properties-caption h3 a {
    color: #FF2020
  }
  
  .latest-items .properties:hover .properties-caption .properties-footer .price span {
    color: #292621
  }
  
  .latest-items .properties:hover .properties-img img {
    transform: scale(1.03)
  }
  
  .latest-items .properties:hover .properties-img .socal_icon {
    opacity: 1;
    visibility: visible
  }
  
  /* .latest-items-active button.slick-arrow {
    position: relative;
    border: 0;
    padding: 0;
    z-index: 2;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    background: none
  } */
  
  /* .latest-items-active button.slick-prev {
    left: -40px;
  } */
  .latest-items-active button.slick-arrow {
    position: absolute;
    border: 0;
    padding: 0;
    z-index: 2;
    cursor: pointer;
    top: 50%;
    /* transform: translateY(-50%);
    left: auto; */
    background: none;
  }
  @media (max-width: 575px) {
    .latest-items-active button.slick-arrow.slick-next i {
  
      position: absolute;
      left: -10px;
    }
  
    .latest-items-active button.slick-arrow.slick-prev i {
  
      position: absolute;
      right: -30px;
    }
  }
  
  .latest-items-active button.slick-arrow i {
    font-size: 20px;
    color: rgba(32, 69, 112, 0.3);
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  
  .latest-items-active button.slick-arrow i:hover {
    color: #FF2020
  }
  .latest-items-active button.slick-prev {
    left: -50px;
  }
  
  
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .latest-items-active button.slick-prev {
      left: -50px
    }
  
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .latest-items-active button.slick-prev {
      left: -50px
    }
  
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .latest-items-active button.slick-prev {
      left: -50px
    }
  
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-items-active button.slick-prev {
      left: -50px
    }
  
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-items-active button.slick-prev {
      left: -50px
    }
  
  } */
  
  .latest-items-active button.slick-next {
    right: -40px
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .latest-items-active button.slick-next {
      right: 0px
    }
  
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .latest-items-active button.slick-next {
      right: 0px
    }
  
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .latest-items-active button.slick-next {
      right: 0px
    }
  
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-items-active button.slick-next {
      right: 0px
    }
  
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-items-active button.slick-next {
      right: -10px
    }
  
  }
  
  
  @media only screen and (min-width: 1200px) and (max-width: 1400px)
  .latest-items-active button.slick-prev {
      left: -30px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1600px)
  .latest-items-active button.slick-prev {
      left: -20px;
  }
  
  
  
  input[type="file"] {
    display: none;
  }
  .custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
  }
  
  .sku_info_image{
  
    width:200px;
  
  }
  
  
  #product_info_name{
  
    color :var(--blue_affinity);
  }
  
  
  #product_info_sku{
  
    font-size: 16px;
    font-weight: 500;
    color :var(--blue_affinity);
  }
  
  #product_info_detail{
  
    padding-left: 5px;
    font-size: 13px;
  
  }
  
  
  /* tip text */
  .tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }

  /* Sourcing setting */
  .form-bg {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .sourcing-form {
    background: #fff;
    padding: 25px 30px 25px 25px;
    box-shadow: 0px 10px 30px 0px rgb(13 12 13 / 20%);
    
  }
  .sourcing-form-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* min-height:70vh; */
    padding: 15px 0;
  }
 
  .sourcing-form-area .form-control {
    padding-left: 10px;
    padding-right: 5px;
    height: 40px;
  }

  .sourcing-form-area textarea.form-control {
    min-height: 150px;
    padding-top: 10px;
  }
  .sourcing-form-area .form-group label {
    margin-bottom: 5px;
    position:relative;
    float:left; 
  }

  .sourcing-form-area .form-group .form-validate-icons {
    top: 20px;
    right: 21px;
  }

  .sourcing-form-area .form-group #txtCaptchaSpan {
    top: 70%;
    height: 40px;
  }

  .mr-0 {
    margin-right: 0;
  }
  .ml-auto {
    margin-left:auto;
  }
  .d-block {
    display:block;
  }

  #numberOfFiles{
    position: relative;
    padding-top: 5px;
    padding-left: 10px;
    text-align: left;
    color: var(--blue_affinity);
  }

  textarea.form-control {
    min-height: 200px;
  }


  .ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon {
    display:none;
  }