:root{

    --nse-purple:#392D81;
    --nse-organce:#E47025;
    --nse-yellow:#EDB41D;
    --nse-red:#E02129;
    --bs-btn-bg: #392d81 ;
    --bs-btn-border-color: #392d81 ;
}

/* sidebar css-----------------------------------------------------start------------------------------------------------------------------- */
.w3-card,.w3-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-sidebar{height:100vh !important;right: 0; width: 30%;   top: 0;background-color:#fff;position:fixed!important;z-index:333;overflow:auto}
@media (min-width:993px){.w3-modal-content{width:900px}.w3-hide-large{display:none!important}.w3-sidebar.w3-collapse{display:block!important}}
@media (max-width:992px){.w3-sidebar.w3-collapse{display:none}.w3-main{margin-left:0!important;margin-right:0!important}.w3-auto{max-width:100%}}
.w3-bar-block .w3-dropdown-hover,.w3-bar-block .w3-dropdown-click{width:100%}
.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,.w3-bar-block .w3-dropdown-click .w3-dropdown-content{min-width:100%}
.w3-bar-block .w3-dropdown-hover .w3-button,.w3-bar-block .w3-dropdown-click .w3-button{width:100%;text-align:left;padding:8px 16px}
.w3-bar-block .w3-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0}
.w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}
/* sidebar css-----------------------------------------------------end------------------------------------------------------------------- */

.button-101 {

    position: relative;
    left: 85%;
    top: 3%;
    padding: calc(.5em + var(--s)) calc(.9em + var(--s));
    color: var(--color);
    --_p: var(--s);
    background:
      conic-gradient(from 90deg at var(--b) var(--b),#0000 90deg,var(--color) 0)
      var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
  
  
    outline-offset: .6em;
    font-size: 3rem;
    border: 0;
    z-index: 44;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    }

    .button-102 {

      position: relative;
      left: 20px;
      padding: calc(.5em + var(--s)) calc(.9em + var(--s));
      color: var(--color);
      --_p: var(--s);
      background:
        conic-gradient(from 90deg at var(--b) var(--b),#0000 90deg,var(--color) 0)
        var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
    
    
      outline-offset: .6em;
      font-size: 3rem;
      border: 0;
      z-index: 44;
      user-select: none;
      -webkit-user-select: none;
      touch-action: manipulation;
      }

a {
    color: #435779;
    text-decoration: none;
  }
  
  img {
    max-width: 100%;
  }
  
  /* -------------------------------- 
  
  Modules - reusable parts of our design
  
  -------------------------------- */
  .cd-container {
    /* this class is used to horizontally align the gallery of items */
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
  }
  
  .cd-img-replace {
    /* replace text with a background-image */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  
  
  #logo {
    padding-top: 5px;
    /* delete this property if you don't want your logo to scale down on mobile devices */
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  @media only screen and (min-width: 1200px) {
    #logo {
      padding-top: 20px;
      position: absolute;
      /* logo left margin on Dekstop */
      left: 2.4em;
      top: 0;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
  }
  
  #cd-hamburger-menu, #cd-cart-trigger {
    position: absolute;
    top: 0;
    height: 100%;
  }
  #cd-hamburger-menu a, #cd-cart-trigger a {
    width: 60px;
    height: 100%;
  }
  
  #cd-hamburger-menu {
    left: 0;
  }
  #cd-hamburger-menu a {
    background: #26292f url("../images/nse_logo.png") no-repeat center center;
  }
  @media only screen and (min-width: 1200px) {
    #cd-hamburger-menu {
      display: none;
    }
  }
  
  #cd-cart-trigger {
    right: 0;
  }
  #cd-cart-trigger a {
    background: #26292f url("../img/cd-cart.svg") no-repeat center center;
  }
  @media only screen and (min-width: 1200px) {
    #cd-cart-trigger {
      /* cart right margin on desktop */
      right: 0;
    }
    #cd-cart-trigger a {
      position: relative;
      width: 100px;
      border-left: none;
      background-color: #26292f;
    }
  }
  
  #main-nav, #cd-cart {
    position: fixed;
    top: 1px;
    height: 100%;
    width: 30% !important;
    padding-top: 50px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 12;
  }
  @media only screen and (min-width: 768px) {
    #main-nav, #cd-cart {
      width: 350px;
    }
  }
  @media only screen and (max-width: 1000px) and (min-width: 200px) {
  
    #main-nav, #cd-cart {
        position: fixed;
        top: 1px;
        height: 100%;
        width: 100% !important;
        padding-top: 50px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        z-index: 1030;
      }
  }
  
  #main-nav {
    left: -100%;
    background: #FFF;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
  }
  #main-nav.speed-in {
    left: 0;
  }
  #main-nav ul a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 1em;
    border-bottom: 1px solid #e0e6ef;
  }
  #main-nav ul .current {
    box-shadow: inset 3px 0 #435779;
  }
  @media only screen and (min-width: 1200px) {
    #main-nav {
      /* reset main nav style */
      position: absolute;
      height: auto;
      width: auto;
      left: auto;
      right: 8em;
      padding-top: 0;
      top: 0;
      background: transparent;
      box-shadow: none;
      /* header height */
      line-height: 80px;
      z-index: 4;
    }
    #main-nav li {
      display: inline-block;
      margin-left: 1em;
    }
    #main-nav ul a {
      display: inline-block;
      height: auto;
      line-height: 1;
      padding: 1em 1.4em;
      border-bottom: none;
      color: rgba(255, 255, 255, 0.8);
      border-radius: 0.25em;
    }
    #main-nav ul a.current {
      box-shadow: none;
      background: #435779;
      color: #FFF;
    }
    .no-touch #main-nav ul a:hover {
      background: #435779;
      color: #FFF;
    }
  }
  .no-js #main-nav {
    position: fixed;
  }
  
  #cd-cart {
    right: -100%;
    background: #FFF;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
  }
  #cd-cart.speed-in {
    right: 0;
    padding: 2rem;
  }
  
  #cd-cart .cd-cart-items {
    padding: 0;
  }
  #cd-cart .cd-cart-items li {
    position: relative;
    padding: 1em;
    border-top: 1px solid #e0e6ef;
  }
  #cd-cart .cd-cart-items li:last-child {
    border-bottom: 1px solid #e0e6ef;
  }
  #cd-cart .cd-qty, #cd-cart .cd-price {
    color: #a5aebc;
    display: none;
  }
  #cd-cart .cd-price {
    margin-top: .4em;
  }
  #cd-cart .cd-item-remove {
    position: absolute;
    right: 1em;
    top: 67%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
  }
  .no-touch #cd-cart .cd-item-remove:hover {
    background-color: #e0e6ef;
  }
  #cd-cart .cd-cart-total {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  #cd-cart .cd-cart-total span {
    float: right;
  }
  #cd-cart .cd-cart-total::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
  }
  #cd-cart .checkout-btn {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #7dcf85;
    color: #FFF;
    text-align: center;
  }
  .no-touch #cd-cart .checkout-btn:hover {
    background: #a2dda8;
  }
  #cd-cart .cd-go-to-cart {
    text-align: center;
    margin: 1em 0;
  }
  #cd-cart .cd-go-to-cart a {
    text-decoration: underline;
  }
  @media only screen and (min-width: 1200px) {
  
    #cd-cart .cd-cart-items li {
      padding: 20px 10px;
    }
    #cd-cart .cd-item-remove {
      right: 10px;
    }
  }
  
  /* -------------------------------- 
  
  xgallery 
  
  -------------------------------- */

  
  #cd-gallery-items li {
    margin-bottom: 1.5em;
  }
  #cd-gallery-items li img {
    width: 100%;
    display: block;
    border-radius: 0.25em;
  }
  @media only screen and (min-width: 768px) {
    #cd-gallery-items li {
      width: 48%;
      float: left;
      margin-bottom: 2em;
      margin-right: 4%;
    }
    #cd-gallery-items li:nth-child(2n) {
      margin-right: 0;
    }
  }
  @media only screen and (min-width: 1200px) {
    #cd-gallery-items li {
      width: 31%;
      float: left;
      margin-bottom: 2.5em;
      margin-right: 3.5%;
    }
    #cd-gallery-items li:nth-child(2n) {
      margin-right: 3.5%;
    }
    #cd-gallery-items li:nth-child(3n) {
      margin-right: 0;
    }
  }
  
  #cd-shadow-layer {
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(67, 87, 121, 0.6);
    cursor: pointer;
    z-index: 2;
    display: none;
  }
  #cd-shadow-layer.is-visible {
    display: block;
    -webkit-animation: cd-fade-in 0.3s;
    -moz-animation: cd-fade-in 0.3s;
    animation: cd-fade-in 0.3s;
  }
  
  /* -------------------------------- 
  
  xkeyframes 
  
  -------------------------------- */
  @-webkit-keyframes cd-fade-in {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes cd-fade-in {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  @keyframes cd-fade-in {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  


/* popup register end */

#msform {
    text-align: center;
    position: relative;
    margin-top: 10px;
  }
  
  #msform fieldset {
    background: white;
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    border: none;
  
  }
  
  
  /*inputs*/
  #msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 13px;
  }
  
  #msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #e86e25;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
  }
  
  
  .singleformcss {
    text-align: center;
    position: relative;
    margin-top: 30px;
  }
  
  .singleformcss fieldset {
    background: white;
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    border: none;
  
  }
  
  
  /*inputs*/
  .singleformcss input, .singleformcss textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 13px;
  }
  
  .singleformcss input:focus, .singleformcss textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #e86e25;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}


.button-89 {
    --b: 3px;   /* border thickness */
    --s: .45em; /* size of the corner */
    --color: #392d7d;
    position: relative;
    left: 67%;
    top: 1%;
    padding: calc(.5em + var(--s)) calc(.9em + var(--s));
    color: var(--color);
    --_p: var(--s);
    background:
      conic-gradient(from 90deg at var(--b) var(--b),#0000 90deg,var(--color) 0)
      var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
    transition: .3s linear, color 0s, background-color 0s;
    outline: var(--b) solid #0000;
    outline-offset: .6em;
    font-size: 16px;
  
    border: 0;
  z-index: 44;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-89:hover,
  .button-89:focus-visible{
    --_p: 0px;
    outline-color: var(--color);
    outline-offset: .05em;
  }
  
  .button-89:active {
    background: var(--color);
    color: #fff;
  }
  

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--nse-purple);
    --bs-btn-border-color: var(--nse-purple);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--nse-purple);;
    --bs-btn-hover-border-color: var(--nse-purple);
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--nse-purple);
    --bs-btn-active-border-color: var(--nse-purple);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--nse-purple);
    --bs-btn-disabled-border-color: var(--nse-purple);
    background-color: var(--nse-purple) !important;
    border-color: var(--nse-purple);
    color: white !important;
}

.btn-organe{
    border: 2px solid #E47025 !important;
    color: #E47025 !important;
}

.nsepuple{
    color: #392D81;
}

.nse-organce{
    color: #E47025;
}

.maincardahai {
    flex-basis: 30%;
    margin: 0.5rem;
    margin-bottom: 2rem;

}
 
@media only screen and (max-width: 1200px) and (min-width: 755px){

.maincardahai {
    flex-basis: 48% !important;
    margin: 0.5rem;
    margin-bottom: 2rem;
}

}
@media only screen and (max-width: 756px) and (min-width: 300px){

  .full_height_right_mobile{
    display: none;
  }
  .card_content_btm{
    position: relative !important;
    margin: .8rem 0 !important;
    bottom: 0 !important;
  }
  .card_content_btm .btn{
    font-size: .8rem !important;
  }

.maincardahai {
    flex-basis: 100% !important;
    margin: 0.5rem;
    margin-bottom: 2rem;
}

.w3-sidebar{
	width:100%;
}

.carousel-item img{
  height: 8rem !important;
}
.navbar-brand img{
  width: 5rem !important;
}
.Card {
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /* max-width: 22rem;
  min-width: 22rem; */
  position: relative;
  border-radius: 10px;
  padding: 0;
  border: none;
  min-height: 24rem !important;
}

}
    

.Card {
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    max-width: 22rem;
    min-width: 22rem;
    position: relative;
    border-radius: 10px;
    padding: 0;
    border: none;
    min-height: 23rem;
}


.flotingdivcard {
    position: absolute;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
    height: 100px;
    top: 128px;
    /* background-color: white; */
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.flotingdivcard  >div {
    background-color: white;
    width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    box-shadow: 0 4px 24px rgba(60,72,82,.15);
}

.flotingdivcard  >div p{
  margin: 0;
}

.flotingdivcard  >div p:first-child{
  color: #e5212c;
  font-size: 19px;
  font-weight: 500;
}

.floatingdivbannerimg{
    width: 100%;
    height: 180px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.cpecertificate{
    color: var(--nse-organce);
    font-weight: 500;
    margin: 0;
    text-align: center;
}

.pipe{
    border: 1px solid var(--nse-purple); 
    margin: 0px 5px; 
    width: 1px; 
    height: 40px  ;
}

.card-content{
    margin-top: 3rem;
     margin-bottom: 1.6rem;
      padding: 0rem 2rem;
}

.card-content h5{
  font-size: .8rem;
}
.card-content h4{
  font-size: 1rem;
}

.card_content_btm{
  position: absolute;
  bottom: 1.4rem;
  padding: 0rem 2rem ;
  width: 100%;
}

/* .card-p{
    color: var(--nse-organce);
    font-weight: 600; 
    font-size: .8rem;
    margin: 0;
    text-align: center;
} */

.card-span{
    background-color: #392D81;
    padding: .5rem;
    color: white;
    font-weight: 600; 
    font-size: .8rem;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 3px 10px 3px 3px;
    margin: 0;

}
.card-content button{
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .04rem;
}


/* sidebar css-----------------------------------------------------end------------------------------------------------------------------- */

/*Alert*/
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px
}

.alert_info {
  background-color: #4285f4;
  border: 2px solid #4285f4
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0
}

.close {
  font-size: 20px;
  color: #fff;
  opacity: 0.9;
  font-weight: normal
}

.alert_success {
  background-color: #09c97f !important;
  border: 2px solid #09c97f!important
}

.alert_warning {
  background-color: #f8b15d !important;
  border: 2px solid #f8b15d !important
}

.alert_error {
  background-color: #f95668 !important;
  border: 2px solid #f95668 !important
}

.fade_info {
  background-color: #d9e6fb !important;
  border: 1px solid #4285f4 !important;
  width: 100%;
  font-size: 1.2rem;
  text-align: justify;
}

.fade_info .close {
  color: #4285f4
}

.fade_info strong {
  color: #4285f4
}

.fade_success {
  background-color: #c9ffe5 !important;
  border: 1px solid #09c97f !important
}

.fade_success .close {
  color: #09c97f
}

.fade_success strong {
  color: #09c97f
}

.fade_warning {
  background-color: #fff0cc !important;
  border: 1px solid #f8b15d !important;
  width: 100%;
  font-size: 1.2rem;
  text-align: justify;
}

.fade_warning .close {
  color: #f8b15d
}

.fade_warning strong {
  color: #f8b15d
}

.fade_error {
  background-color: #ffdbdb;
  border: 1px solid #f95668
}

.fade_error .close {
  color: #f95668
}

.fade_error strong {
  color: #f95668
}

.w3-animate-arlet {
  animation: animateright 0.4s
}



/* add to cart style */

.reddots{
  position: absolute;
    top: -29%;
    left: 86%;
    padding: 0px 7px;
    background-color: red;
    border-radius: 46px;
}


.cartChekoutfixed{
  position: absolute;
  bottom: 0;
  width: 93%;
}

/* add to cart style end */

.headling{
  text-align: center;
  font-size: 2.1rem;
  color: #392d7d;
  position: relative;
}

.headling::after{
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #E47025;
  bottom: 14px;
  left: 50%;

}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #2b2a2a;
  font-size: 14px;
  background: #ebf1f8;
}

#footer .footer-top {
  
  padding: 60px 0 30px 0;
  background: #ebf1f8;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  text-align: left;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #656262f0;
}

#footer .footer-top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #3a2d7d;
  position: relative;
  padding-bottom: 12px;
  text-align: left;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffa587;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  /* padding: 10px 0; */
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  gap: .3rem;
}
.icons{
  width: 1.4rem;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #656262f0;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  text-align: left;
  font-size: 1rem;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #3a2d7d;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #2b2a2a;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #ffe2d9;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #3a2d7d;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #e35e31a1;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #2b2a2a;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #3a2d7d;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #e76e45;
  color: #fff;
  text-decoration: none;
}

#footer .copyright{
  font-size: large;
  color: #3a2d7d;
  padding-top: 10px;
  font-weight: 600;
}


/* footer end */



/* full_height_left start */



@media only screen and (max-width: 1000px) and (min-width: 100px){
  .full_height{
    display: none;
  }
}

.full_height .full_height_flex{
display: flex;
flex-wrap: wrap;
}

.full_height .full_height_flex .full_height_left{
  display: none !important;
  flex-basis: 40%;
  background: #392d7d;
  border-radius: 0 0 6rem;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.full_height .full_height_flex .full_height_left h1{
  color: white;
  font-size: 3rem;
}

.full_height .full_height_flex .full_height_left .white_back{
  background: white;
  border-radius: .5rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.full_height .full_height_flex .full_height_left .white_back .three_point{
font-size: 1.3rem;
font-weight: 500;
}
.full_height .full_height_flex .full_height_left .white_back .three_point .t_one{
  color: #E02129;
}
.full_height .full_height_flex .full_height_left .white_back .three_point .T_two{
  color: #3a2d7d;
}
.full_height .full_height_flex .full_height_left .white_back .three_point .T_three{
  color: #E02129;
}

/* #THREEE & Employee Skill+ start */

.full_height .full_height_flex .full_height_left .white_back .main_span{
  font-weight: 700;
  font-size: 2.5rem ;
  letter-spacing: -2px;
}

.full_height .full_height_flex .full_height_left .white_back .span_two{
  color: #e5212c;
  font-size: 1.8rem;
}

.full_height .full_height_flex .full_height_left .white_back .span_three{
  color: #382f7f;
  margin-left: 1.5rem;
}

.full_height .full_height_flex .full_height_left .white_back .span_four{
  color: #382f7f;margin-left: 5px;
}

.full_height .full_height_flex .full_height_left .white_back .span_five{
  color: #e5212c;margin-left: -10px;
}

.full_height .full_height_flex .full_height_left .white_back .span_six{
  margin-left: -10px;color: #f47922;
}

.full_height .full_height_flex .full_height_left .white_back .span_seven{
  margin-left: -10px;color: #fca91c;
}

.full_height .full_height_flex .full_height_left .white_back .span_eight{
  color: #382f7f;margin-left: 5px;
}

.full_height .full_height_flex .full_height_left .white_back .span_nine{
  color: #382f7f; font-size: 3.5rem ; margin-left: -10px;
}

/* #THREEE & Employee Skill+ end */

@media only screen and (max-width: 1445px) and (min-width: 1000px){


.full_height .full_height_flex .full_height_left .white_back .three_point{
  font-size: 1.1rem;
  font-weight: 500;
  }
  .full_height .full_height_flex .full_height_left .white_back .three_point .t_one{
    color: #E02129;
  }
  .full_height .full_height_flex .full_height_left .white_back .three_point .T_two{
    color: #3a2d7d;
  }
  .full_height .full_height_flex .full_height_left .white_back .three_point .T_three{
    color: #E02129;
  }



  .full_height .full_height_flex .full_height_left h1{
    color: white;
    font-size: 3rem;
  }
  
  .full_height .full_height_flex .full_height_left .white_back{
    background: white;
    border-radius: .5rem;
    padding: 1rem;
  }

.full_height .full_height_flex .full_height_left .white_back .main_span{
  font-weight: 700;
  font-size: 2.5rem ;
  letter-spacing: -2px;
}

.full_height .full_height_flex .full_height_left .white_back .span_two{
  color: #e5212c;
  font-size: 1.8rem;
}

.full_height .full_height_flex .full_height_left .white_back .span_three{
  color: #382f7f;
  margin-left: 1.5rem;
}

.full_height .full_height_flex .full_height_left .white_back .span_four{
  color: #382f7f;margin-left: 5px;
}

.full_height .full_height_flex .full_height_left .white_back .span_five{
  color: #e5212c;margin-left: -5px;
}

.full_height .full_height_flex .full_height_left .white_back .span_six{
  margin-left: -5px;color: #f47922;
}

.full_height .full_height_flex .full_height_left .white_back .span_seven{
  margin-left: -5px;color: #fca91c;
}

.full_height .full_height_flex .full_height_left .white_back .span_eight{
  color: #382f7f;margin-left: 5px;
}

.full_height .full_height_flex .full_height_left .white_back .span_nine{
  color: #382f7f; font-size: 2.5rem ; margin-left: -10px;
}
  

}
/* full_height_left end */






/* full_height_right start */

.full_height .full_height_flex .full_height_right{
  flex-basis: 100%;
  /* min-height: 350px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding: 0 3rem; */
  border-top: 3px solid #392d7d; 
  padding-top: 2.5rem;
}

.full_height .full_height_flex .full_height_right .one_p{
  font-size: 1.2rem;
  text-align: center;
  margin: 0;
}

.full_height .full_height_flex .full_height_right .two_p{
  font-size: 1.1rem;
  text-align: center;
  margin: 0;
  /* margin-top: -1rem; */
}

/* #THREEE & Employee Skill+ start */

.full_height .full_height_flex .full_height_right .two_p .main_span{
  font-weight: 700;
  font-size: 2.5rem !important;
  letter-spacing: -2px;
}

.full_height .full_height_flex .full_height_right .two_p .span_two{
  color: #e5212c;
  font-size: 1.8rem;
}

.full_height .full_height_flex .full_height_right .two_p .span_three{
  color: #382f7f;
}

.full_height .full_height_flex .full_height_right .two_p .span_four{
  color: #382f7f;margin-left: 5px;
}

.full_height .full_height_flex .full_height_right .two_p .span_five{
  color: #e5212c;margin-left: -7px;
}

.full_height .full_height_flex .full_height_right .two_p .span_six{
  margin-left: -7px;color: #f47922;
}

.full_height .full_height_flex .full_height_right .two_p .span_seven{
  margin-left: -7px;color: #fca91c;
}

.full_height .full_height_flex .full_height_right .two_p .span_eight{
  color: #382f7f;margin-left: 5px;
}

.full_height .full_height_flex .full_height_right .two_p .span_nine{
  color: #382f7f; font-size: 3rem ; margin-left: -10px;
}



@media only screen and (max-width: 1445px) and (min-width: 1000px){
  .full_height .full_height_flex .full_height_left h1{
    color: white;
    font-size: 3rem;
  }
  
  .full_height .full_height_flex .full_height_left .white_back{
    background: white;
    border-radius: .5rem;
    padding: 1rem;
  }

  .full_height .full_height_flex .full_height_left .white_back .main_span{
    font-weight: 700;
    font-size: 2rem !important;
    letter-spacing: -2px;
  }


.full_height .full_height_flex .full_height_right .two_p .main_span{
  font-weight: 700;
  font-size: 2rem !important;
  letter-spacing: -1px;
}

.full_height .full_height_flex .full_height_right .two_p .span_two{
  color: #e5212c;
  font-size: 1.8rem;
}

.full_height .full_height_flex .full_height_right .two_p .span_three{
  color: #382f7f;
}

.full_height .full_height_flex .full_height_right .two_p .span_four{
  color: #382f7f;margin-left: 5px;
}

.full_height .full_height_flex .full_height_right .two_p .span_five{
  color: #e5212c;
  margin-left: -5px;
}

.full_height .full_height_flex .full_height_right .two_p .span_six{
  margin-left: -5px;
  color: #f47922;
}

.full_height .full_height_flex .full_height_right .two_p .span_seven{
  margin-left: -5px;
  color: #fca91c;
}

.full_height .full_height_flex .full_height_right .two_p .span_eight{
  color: #382f7f;margin-left: 5px;
}

.full_height .full_height_flex .full_height_right .two_p .span_nine{
  color: #382f7f;
  font-size: 2.5rem;
  margin-left: -10px;
}
  

}

/* #THREEE & Employee Skill+ end */




.full_height .full_height_flex .full_height_right .three_p{
  font-size: 1.1rem;
  text-align: center;
  margin: 0;
}

/* #THREEE strat */

.full_height .full_height_flex .full_height_right .three_p{
  font-size: 1.1rem;
  text-align: center;
}

.full_height .full_height_flex .full_height_right .three_p .main_span{
  font-weight: 700;
  font-size: 2rem !important;
  letter-spacing: -1px;
}


.full_height .full_height_flex .full_height_right .three_p .span_two{
  color: #E02129;
  font-size: 1.5rem;
}

.full_height .full_height_flex .full_height_right .three_p .span_three{
  color: #382f7f;
}

.full_height .full_height_flex .full_height_right .three_p .span_four{
  color: #e5212c;margin-left: -5px;
}

.full_height .full_height_flex .full_height_right .three_p .span_five{
  margin-left: -5px;color: #f47922;
}

.full_height .full_height_flex .full_height_right .three_p .span_six{
  margin-left: -5px;color: #fca91c;
}


/* #THREEE end */

.full_height .full_height_flex .full_height_right .four_p{
  font-size: 1.2rem;
  text-align: center;
  margin: 0;
}












/* mobile res[onsive */

@media only screen and (max-width: 4445px) and (min-width: 1000px){
.mobile_section{
  display: none;
}
}

.full_height_right_mobile{
  text-align: center;
}



/* #THREEE & Employee Skill+ start */

.full_height_right_mobile .two_p .main_span{
  font-weight: 700;
  font-size: 1.5rem !important;
  letter-spacing: -2px;

}

.full_height_right_mobile .two_p .span_two{
  color: #e5212c;
  font-size: 1.8rem;
}

.full_height_right_mobile .two_p .span_three{
  color: #382f7f;
}

.full_height_right_mobile .two_p .span_four{
  color: #382f7f;margin-left: 5px;
}

.full_height_right_mobile .two_p .span_five{
  color: #e5212c;margin-left: -5px;
}

.full_height_right_mobile .two_p .span_six{
  margin-left: -5px;color: #f47922;
}

.full_height_right_mobile .two_p .span_seven{
  margin-left: -5px;color: #fca91c;
}

.full_height_right_mobile .two_p .span_eight{
  color: #382f7f;margin-left: 5px;
}

.full_height_right_mobile .two_p .span_nine{
  color: #382f7f; font-size: 1rem ; margin-left: -10px;
}










.full_height_right_mobile  .three_p{
  font-size: 1.1rem;
  text-align: center;
  margin: 0;
}

/* #THREEE strat */

.full_height_right_mobile  .three_p{
  font-size: 1.1rem;
  text-align: center;
}

.full_height_right_mobile  .three_p .main_span{
  font-weight: 700;
  font-size: 2rem !important;
  letter-spacing: -2px;
}


.full_height_right_mobile  .three_p .span_two{
  color: #E02129;
  font-size: 1.5rem;
}

.full_height_right_mobile  .three_p .span_three{
  color: #382f7f;
}

.full_height_right_mobile  .three_p .span_four{
  color: #e5212c;margin-left: -5px;
}

.full_height_right_mobile  .three_p .span_five{
  margin-left: -5px;color: #f47922;
}

.full_height_right_mobile  .three_p .span_six{
  margin-left: -5px;color: #fca91c;
}
