/* Base */
body {
  line-height: 1.7;
  color: gray;
  font-weight: 300;
  font-size: 1.1rem; }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

@font-face {
    font-family: roceta-black;
    src: url("../fonts/Recoleta-Black.ttf")
}


@font-face {
    font-family: rubik;
    src: url("../fonts/rubik.ttf")
}
@font-face {
  font-family: 'poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v15-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */

}

@font-face {
    font-family: Muli;
    src: url("../fonts/muli.ttf")
}

@font-face {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-v15-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v15-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v15-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v15-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v15-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v15-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins-semibold';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v15-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}







/*faq page css*/
.pl-sm-3, .px-sm-3 {
    padding-left: 3rem !important;
}

.pr-sm-3, .px-sm-3 {
    padding-right: 3rem !important;
}

.faq-text {
    font-size: 45px !important;
    color: #fff !important;
    font-family: rubik !important;
    font-weight: 700 !important;
    padding-top: 100px;
    margin-bottom: 10px;
}



.faq-section-title h2 {
    font-size: 34px;
    /* font-weight: 700; */
    color: #333333;
    margin-bottom: 10px;
    font-family: roceta-black;
    margin-top: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}

#home-section .container {
    padding-left: 20px;
    padding-right: 20px;
}

#faq-accordion .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /* background-color: #fff; */
    background-clip: border-box;
     border: unset; 
    border-radius: 0.25rem;
}
.card-header {
    padding: 1rem 1.8rem;
    margin-bottom: 0;
    background-color: unset;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.125); */
    background: #eff2f7;
    margin-bottom: 12px;
    border: unset;
    border-radius: 4px !important;
}
.faq-question {
    font-family: 'muli';
    color: #303030;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-decoration: none;
    text-align: left !important;
    white-space: unset !important;
}
.faq-question {
    font-family: 'muli';
    color: #605f5f;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-decoration: none;
    text-align: left !important;
    white-space: unset !important;
}
.faq-answer {
    font-family: 'Poppins-medium';
    color: #b4b5b6;
    font-size: 13px;
    line-height: 20px;
}
.faq-icon svg {
    color: #838383;
    font-family: 'Poppins-semibold';
    font-size: 18px;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px 1.25rem;
}
.faq-answer {
    font-family: 'Muli';
    font-weight: 600;
    color: #b4b5b6;
    font-size: 13px;
    line-height: 20px;
    /* border-left: 2px solid #feb205; */
    margin: 25px 0px;
}

.minus{display:none;}
.plus{display: block;}
.faq-icon.faq-active .minus{display:block;}
.faq-icon.faq-active .plus{display: none;}

.minus1{display:none;}
.plus1{display: block;}
.faq-icon.faq-active .minus1{display:block;}
.faq-icon.faq-active .plus1{display: none;}
  h5.mb-0.question-head button {
      padding: unset !important;
      text-decoration: none;
  }


.template_faq {
    background: #edf3fe none repeat scroll 0 0;
}
.panel-group {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 4%);
    margin-bottom: 0;
    padding: 10px;
}
#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 20px 10px;
}
#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
    margin-bottom: 30px;
}
#accordion .panel-title a {
    background: #1c0725 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-family: 'Muli';
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}
/*#accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}*/
#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
    background: #8273f2 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgb(0 0 0 / 48%);
    color: #fff;
    content: "\203A";
    /* font-family: fontawesome; */
    font-size: 35px;
    height: 55px;
    /* top: -29px; */
    left: -20px;
    line-height: 49px;
    transform: rotate( 
-90deg
 );
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
/*#accordion .panel-title a span::after, #accordion .panel-title a span.collapsed::after {
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}*/
#accordion .panel-title a.collapsed::after {
   
    /*border: 1px solid #ddd;*/
    box-shadow: none;
    
    transform: rotate(
90deg
);
}   content: "\203A";
}
#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
#accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}



@media screen and (max-width: 768px){
    .faq-text {
    font-size: 33px !important;
    color: #fff !important;
    font-family: rubik !important;
    font-weight: 700 !important;
    padding-top: 100px;
    margin-bottom: 15px;
    }
}


@media screen and (max-width:600px){

   #accordion .panel-title a {
    background: #1c0725 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 6px 10px 41px;
    position: relative;
    transition: all 0.3s ease 0s;
    }
}

@media screen and (max-width:577px){
    .faq-text {
    font-size: 24px !important;
    color: #fff !important;
    font-family: rubik !important;
    font-weight: 700 !important;
    padding-top: 100px;
    margin-bottom: 0px;
    }
    #accordion .panel-title a {
    background: #1c0725 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
    }
}





/*ankush price page*/
ul.ks-cboxtags.mb-4 {
    padding-left: 0px;
}
.card-list p {
    display: flex;
}

.end-feature-section{display: none !important;}

.feature-head {
    font-family: 'poppins';
    color: #fff;
    font-weight: 400;
    font-size: 25px;
    padding: 10px 0px;
}

.pricing-card.price-active .price {
    font-family: roceta-black;
    font-weight: 800;
    color: #fffcfc;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}
.pricing-card.price-active .btn-toggle {
    
    color: #454a52;
    background: #ffffff;
}
.pricing-card.price-active .btn-toggle > .inner-handle {
    
    background-color: #5a9ad1;
    b
}
.pricing-card.price-active .btn-toggle:before {
    
    color: #fff;
}
.pricing-card.price-active .btn-toggle.active:after {
    opacity: 1;
    color: #fff;
}
.pricing-card.price-active .btn-toggle:after {
    opacity: 0.5;
    color: #fff;
}



    

.jumbotron {border-radius: 0;margin-bottom: 0;}

.jumbotron.df-bg-primary {
  background-color: #083386;
}


.df-switch {
    /* margin-top: 20px; */
    padding: 10px 0px;
    text-align: center;
}
.btn-toggle {
  top: 50%;
  transform: translateY(-50%);
}
.btn-toggle {
    margin: 0 0rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 4rem;
    border-radius: 1.5rem;
    color: #454a52;
    background: #0885da;
}
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}
.btn-toggle:before, .btn-toggle:after {
    line-height: 1.5rem;
    width: auto;
    text-align: center;
    font-weight: 600;
    font-size: 0.90rem;
    text-transform: capitalize;
    letter-spacing: 0px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}
.btn-toggle:before {
    content: ' Annually';
    left: -5.5rem;
    font-family: 'poppins';
    font-size: 14px;
    color: #00214d;
}
.btn-toggle:after {
    content: ' Monthly';
    right: -5.5rem;
    opacity: 0.5;
    color: #00214d;
    font-family: poppins;
    font-size: 14px;
}


.btn-toggle > .inner-handle {
    border-radius: 13px;
    width: 48px;
    height: 11px;
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: #fff4f2;
    box-shadow: inset 1px 1px 2px -1px black;
}
.btn-toggle.active > .inner-handle {
    background-color: #fff4f2;
}
.btn-toggle > .handle:before {
  content: "";
  position: absolute;
  height: 34px;
  width: 34px;
  top: 35%;
  left: 11px;
  background-image: radial-gradient(circle at center, #0785da 5px, transparent 5px);
  background-size: 10px 10px;
  background-repeat: no-repeat;
}
.btn-toggle.active > .handle:before {
    background-image: radial-gradient(circle at center, #0885da 5px, transparent 5px);
}
.btn-toggle > .handle {
    position: absolute;
    top: -0.18rem;
    left: -0.1rem;
    width: 2rem;
    height: 2rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
    border: 1px solid #ccc;
}
.btn-toggle.active {
  transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
  left: 2.4175rem;
  transition: left 0.25s;
}
.btn-toggle.active:before {
  opacity: 0.5;
}
.btn-toggle.active:after {
    opacity: 1;
    color: #00214d;
}
.btn-toggle.active {
    background-color: #0885da;
}



.price {
    font-family: roceta-black;
    font-weight: 800;
    color: #00214d;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}
.large-price-span {
    font-size: 44px;
    line-height: 70px;
}

.#hrms_pricepage .slide-1 {
  background-size: cover;
  background-position: center; }
#hrms_pricepage .slide-1:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: unset;
    opacity: unset;
    border-bottom-right-radius: 0px; }
#hrms_pricepage .intro-section, #hrms_pricepage .intro-section .container > .row {
    height: unset;
    min-height: 500px;
    }
.pricing-card.price-active .one-time-setup {color: #fff;}
.pricing-card.price-active .setup-duration {
    opacity: 0.65;
    color: #fff;}
.pricing-card.price-active .month-price {color: #ffffff;}
.pricing-card.price-active .plan-detail {color: #ffffff;}
.pricing-card.price-active .detail-head p {color: #ffffff;}
.pricing-card.price-active .detail-body p {color: #ffffff; opacity: 0.7;}

.detail-head p {
    font-size: 14px;
    color: #232323;
    font-family: poppins;
    margin-bottom: 6px;

}
.detail-body p {
    font-family: poppins;
    font-size: 14px;
    margin-bottom: 6px;
}
.plan-detail {
    font-size: 18px;
    font-family: poppins;
    color: #1c162f;
    font-weight: 500;
    padding: 0px 15px;
    margin-top: 20px;
}
.one-time-setup {
    font-size: 41px;
    font-family: poppins;
    font-weight: 700;
    color: #333e63;
}
.month-price {
    font-family: poppins;
    font-size: 14px;
    color: #333e63;
    text-align: center;
}
.month-price-due {
    opacity: 0.6;
}
.setup-duration {
    /* padding-top: 9px; */
    opacity: .45;
    font-size: 1.0625rem;
    font-family: poppins;
    line-height: 1.42;
    letter-spacing: 0.2px;
}
.card-display{display: block !important;}
.pricing-card.price-active {
    background: #fff;
    border-radius: 10px;
    /* padding: 30px 20px; */
    width: 100%;
    margin: auto;
    transition: 0.4s all !important;
    overflow: hidden;
    background: #5a9ad1;
}
.pricing-card.price-active .card-select {
    /* background: #00a99b; */
    /* color: #fff; */
/*    height: 40px;*/
     box-shadow: unset; 
/*    font-size: 14px;*/
}
.pricing-card.price-active .bg-light{background: unset !important;}
.pricing-card.price-active .border-top{border-top:none !important;}
.pricing-card.price-active .border-bottom{border-bottom:none !important;}
.pricing-card.price-active .plan-button.btn {
    background: #00214d;
    box-shadow: unset;
}
.pricing-card.price-active .pricing-description {
    
    background-color: rgb(255 255 255);
    color: #ff725e;
    
}

.pricing-card.price-active .user-price{color:#fff;}
.pricing-card.price-active .timw-span {
  color: #ffffff;
}
.pricing-card.price-active .text-purple {
    color: #fff !important;
}
.pricing-card.price-active .lite-clock {
    color: #ffffff;
}
.pricing-card.price-active .text-orange {
    color: #ffffff !important;
}
.card-list span {
    color: #fff;
    font-family: poppins;
    font-size: 14px;
}
.card-list svg {
    font-size: 16px;
    color: #fff;
    margin-right: 7px;
}

.card-feature-section {
    display: none;
    width: 80%;
    margin: auto;
    background: #ffffff;
    padding: 10px 15px;
    /* color: #fff; */
    border-radius: 6px;
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);
    /* background: linear-gradient(to right, #4A00E0, #8E2DE2); */
    background: #5a9ad1;
    background: -webkit-linear-gradient(to right, #6FB1FC, #4364F7, #0052D4);
    /* background: linear-gradient(to right, #629afa, #185fc7, #185fc7); */
    /* transition: all 0.5s !important; */
}

.plan-base {
    text-align: center;
    font-size: 16px;
    font-family: poppins;
    color: #ffffff;
    font-weight: 500;
    background: #455a64;
    letter-spacing: 1px;
    /* opacity: 0.8; */
    padding: 4px;
} 
.pricing-card img {
    width: 60% !important;
    padding: 20px 0px;
}
.pricing-card img{width:60% !important;}

.card-select {
    /* background: #00a99b; */
    /* color: #fff; */
    height: 40px;
    box-shadow: 1px 1px 13px 4px #e5e4e4;
    font-size: 14px;
    
}

/*
.card-select select {
    width: 268px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 5px;
    height: 34px;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ddd;
    -webkit-appearance: none;
    
}
*/
.em-bar-main {
    margin: 18px 0 30px;
}
.em-bar.em-bar-big {
    height: 5px;
    width: 90px;
    background: #ff725e;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
}
@keyframes MOVE-BG{
  from {left: 0;}
  to {left:88px;}
}
.em-bar.em-bar-big:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #00214d;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}




.custom-plan {
    font-family: poppins;
    font-size: 14px;
}
.custom-plan a{
    text-decoration: none;
}
/*
.custom-plan a {
    text-decoration: none;
    background: #7971eb;
    padding: 12px 24px;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0px 0px 22px 2px #797eec5c;
}
*/
.custom-plan a {
    text-decoration: none;
    background: #00214d;
    padding: 16px 31px;
    border-radius: 12px;
    word-spacing: 0.5px;
    color: #fff;
    box-shadow: 0px 0px 22px 2px #797eec5c;
    transition: all 0.4s;
    letter-spacing: 0.5px;
}
.custom-plan a:hover {
    color: #00214d;
    background:#fff;
    
}
.nav-active {
    border-bottom: 2px solid #17a2b8;
    /* padding-bottom: 9px; */
}
.pricing-text {
    font-size: 55px !important;
    color: #fff !important;
    font-family: rubik !important;
    font-weight: 700 !important;
    padding-top: 100px;
    margin-bottom: 0px;
}
.pricing-banner hr {
    width: 7%;
    height: 1px;
    color: #f6941d;
    background: #3ab6d4;
    margin: auto;
    margin-top: 0px;
}

.#hrms_pricepage .slide-1 {
  background-size: cover;
  background-position: center; }
#hrms_pricepage .slide-1:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: unset;
    opacity: unset;
    border-bottom-right-radius: 0px; }
#hrms_pricepage .intro-section, #hrms_pricepage .intro-section .container > .row {
    height: unset;
    min-height: 500px;
    }

.slide-price{width: 100%; height: auto !important; background-repeat: no-repeat; }

#basic .user-column {
    border-right: 2px dashed #712faa;
}
#advance .user-column {
    border-right: 2px dashed #f6941d;
}
#premium .user-column {
    border-right: 2px dashed #1e2852;
}
.text-purple{color:#712faa !important;}
.text-orange{color:#f6941d !important;}
.text-darkblue{color:#1e2852 !important;}

.user-row p {
    margin-bottom: 0px;
    padding: 6px 0px;
}
.user-column {
    border-right: 2px dashed #00a99b;
}
.user-price {
    font-size: 19px;
    font-family: poppins;
    font-weight: 300;
}
.user {
    color: #8d8d8d;
    padding-left: 3px;
}
.user-no {
    font-size: 16px;
    font-family: poppins;
    font-weight: 300;
}
.user-row {
    /* padding: 10px 18px; */
    width: 90%;
    margin: auto !important;
    padding: 0px 0px;
}
.user-row hr {
    width: 100%;
    height: 1px;
    /* color: #d5dbd9; */
    background: #ebecec;
    margin: 15px 0px;
    /* border: 1px solid #000; */
}
.price-due {
    display: flex;
    align-items: center;
    font-family: poppins;
    justify-content: center;
    padding: 20px 10px 10px;
}
.lite-clock {
    font-size: 25px;
    color: #00a99b;
    margin-right: 5px;
}
.timw-span {
    font-size: 18px;
    color: #081030;
    font-weight: 300;
}
.pricing-body {
    background: #fffcfc;
}
.plan-section {
    display: flex;
    justify-content: center;
}
.pricing-description {
    margin-top: 20px;
    margin-bottom: 28px;
    padding: 10px 24px;
    border-radius: 400px;
    background-color: rgba(255, 114, 94, 0.08);
    color: #ff725e;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    width:50%;
}

.pricing-card {
    background: #fff;
    /* border-radius: 10px; */
    /* padding: 30px 20px; */
    padding: 42px 24px;
    width: 100%;
    margin: auto;
    transition: 0.4s all !important;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: #edeff5;
    border-radius: 20px;
    background-color: #fff;
}
.annual-amount {
    font-size: 17px;
    font-weight: 600;
    color: #ea4c89;
    text-align: center;
}
span.plan-type {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    /* background: #0063fe; */
    padding: 4px 40px;
    border-radius: 4px;
    transform: translate(0px, 30px);
} 
span.plan-price {
    font-size: 38px;
    color: #081131;
    font-weight: bold;
}
span.currency-factor {
    color: #081131;
    font-weight: bold;
    font-size: 25px;
    padding-right: 5px;
}
span.plan-duration {
    color: #081131;
    font-weight: bold;
    font-size: 16px;
    padding-left: 5px;
}  
.price-section {
    display: flex;
    margin-top: 20px;
    text-align: center !important;
    justify-content: center;
}
.price-feature-section p {
    color: #333333;
    line-height: 15px;
    font-size: 13px;
    font-weight: 400;
    font-family: poppins;
    word-spacing: 2px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: flex-start;
    padding: 8px 6px;
    margin-bottom: 5px;
}
.price-feature-section p > svg {
    width: 2em;
    padding-right: 0px;
    font-size: 16px;
    margin-right: 10px;
}


.plan-button.btn {

    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 62px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    background-color: #00214d;
    white-space: nowrap;
}
.price-feature-section {
    /* margin-top: 25px; */
    padding: 10px 15px;
    min-height: 100px;
}
.price-card-start {
    padding: 10px 15px 20px;
    /* background: #f7f9ff; */
    border-radius: 15px 15px 0px 0px;
}
.row.mx-0.px-0.px-md-5.price-card-row {
    width: 85%;
    margin: auto !important;
}

.chhose-plan {
    padding: 10px 15px 25px;
    text-align: center;
}

  .btn-pill1:hover {
    border-radius: 4px;
    color:#1a1a1a; background: transparent; border:2px solid #1a1a1a;}
    .btn-pill1 {
    border-radius: 4px;
    background-color: #1a1a1a;
    border: 2px solid #1a1a1a;
    color: #fff;
    font-weight: 400 !important;
    }
/*
.pricing-card:hover {
    background: #081030;
    border-radius: 15px;
    padding: 30px 20px;
    width: 100%;
    margin: auto;
}
.pricing-card:hover .plan-duration, .currency-factor, .plan-price {
color:#fff;
}

*/
.end-feature-section {
    background-color: #ffffff;
    /* min-height: 520px; */
    border-radius: 5px;
     transition: all 0.5s;   
}
.end-feature-section.list-active {
    background: #333333;
     transition: all 0.5s;   
}
.end-feature-section1.list-active {
    background: #333333;
}
.end-feature-section2.list-active {
    background: #333333;
}
.end-feature-section.list-active .price-feature-section p {
    color: #ffffff;
  
}
.end-feature-section1.list-active .price-feature-section p {
    color: #ffffff;
  
}.end-feature-section2.list-active .price-feature-section p {
    color: #ffffff;
  
}
.pricing-card.price-active{background: ;  transition: all 0.5s;   transform: scale(1.1);
}


.pricing-card.price-active  .end-feature-section.list-active {transition: all 0.5s ;}

/*.pricing-card.price-active .plan-duration {
    color:#fff;
}
.pricing-card.price-active .currency-factor {
    color:#fff;
}
.pricing-card.price-active .plan-price {
    color:#fff;
}
.pricing-card.price-active .price-card-start {
    padding: 20px 15px 30px;
    background: #162148;
    border-radius: 15px 15px 0px 0px;
}
.pricing-card.price-active .price-feature-section p {
    color: #f0f0f2;
    font-size: 15px;
    word-spacing: 3px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    padding: 6px 0px;
}
.pricing-card.price-active .plan-button.btn {
    text-transform: unset;
    text-align: center;
    width: 100%;
    background: #28335a;
    box-shadow: 1px 1px 11px 3px #050505;
    border-radius: 20px;
    padding: 12px 0px;
    font-size: 13px;
    color: #fff;
}
*/
 

.price-section-title h2 {
    font-size: 39px;
    /* font-weight: 700; */
    color: #00214d;
    margin-bottom: 10px;
    font-family: 'roceta-black';
    margin-top: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}
.modal-content {
    width: 100%;
    margin: auto;
}

.mart-popup > .form-box {
    padding: 0px;
    background: #fff;
    border-radius: 7px;
    width: 100%;
    margin: auto;
}

.modal-lg {
    max-width: 900px;
}


ul.ks-cboxtags {
  list-style: none;
/*  padding: 20px;*/
}
  ul.ks-cboxtags li {
    display: block; }
    ul.ks-cboxtags li label {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    border-radius: 4px;
    white-space: nowrap;
    margin: 0 0 10px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    display: block;
}

ul.ks-cboxtags li label {
  padding: 10px 20px;
  cursor: pointer; }
ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 24px;
    padding: 0;
    margin-right: 15px;
    content: "\25EF";
    color: rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    position: absolute;
    right: 40px;
    margin-top: -5px;
}
  ul.ks-cboxtags li label span {
    background: #f9e090;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 30px;
    color: #fff;
    margin-left: 10px; }

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\2713";
    -webkit-transform: rotate(
-360deg
);
    -ms-transform: rotate(-360deg);
    transform: rotate(
-360deg
);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    color: #fff;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 1px solid #1a1a1a;
    background-color: #1a1a1a;
    color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
  ul.ks-cboxtags li input[type="checkbox"]:checked + label span {
    background: #fff;
    color: #000; }

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute; }

ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0; }

.end-feature-section {
    display: none;
    /* justify-content: center; */
    padding: 10px 10px;
    /*min-height: 900px;*/
}
.mid-border{    border-right: 2px solid #ddd;
    border-left: 2px solid #ddd;}


.feature-select {
    font-family: poppins;
    /* font-weight: bold; */
    font-weight: 200;
    font-size: 20px;
    color: #081131;
    margin: 30px 0px 15px;
}

.why-choose-us-box {
  -webkit-box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.2); }
.custom-icon-wrap.custom-icon-light h3 {
    color: #081131;
    font-size: 1rem;
    line-height: inherit;
    word-spacing: 2px;
    letter-spacing: 0.5px;
    font-family: raleway;
}
.why-choose-us-box {
    -webkit-box-shadow: 0 5px 50px -10px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 50px -10px rgb(0 0 0 / 20%);
    width: 80%;
    margin: auto;
    padding: 25px 20px;
}
.addon-head {
    margin-bottom: 15px;
    font-family: raleway;
    color: #081131;
    font-weight: 600;
}

.why-choose-us-box hr {
    height: 2px;
    background: #f14266;
    width: 21%;
    /* justify-content: end; */
    /* align-items: initial; */
    margin: unset;
    margin-bottom: 20px;
}

.addon-check {
    /* padding-right: 15px; */
    margin-right: 12px;
    font-size: 17px;
    color: #f14266;
}

.padding-section{padding-right:10px 0px !important;}
.end-feature-section .price-feature-section {
    padding: 10px 0px;
    background: #fff;
    color:#565656;
}
.end-feature-section .price-feature-section .card-list span {
    color: #00214d;
    font-family: poppins;
    font-size: 14px;
    font-weight: 400;
}

.end-feature-section .price-feature-section .price-feature-section p > svg {
    width: 2em;
    padding-right: 0px;
    font-size: 17px;
    color: #ff725e;
    margin-right: 10px;
}
.end-feature-section1.list-active .price-feature-section p {
    color: #fff;
    /* background: aquamarine; */
}
.end-feature-section1.list-active {
    background: #5a9ad1;
}
.end-feature-section1 {
    transition: 0.4s all !important;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: #edeff5;
    border-radius: 20px;
    background-color: #fff;
}
.end-feature-section.list-active .price-feature-section {
    padding: 10px 0px;
    background: #5a9ad1;
    color: #565656;
}

.end-feature-section.list-active .price-feature-section p > svg {
    width: 2em;
    padding-right: 0px;
    font-size: 17px;
    margin-right: 10px;
    color: #fff;
} 

.price-feature-section p > svg {
    width: 2em;
    padding-right: 0px;
    font-size: 17px;
    margin-right: 10px;
    color: #ff725e;
}

.end-feature-section .feature-head {
    font-family: 'poppins';
    color: #00214d;
    font-weight: 400;
    font-size: 25px;
    padding: 10px 0px;
}

.end-feature-section.list-active .feature-head {
    font-family: 'poppins';
    color: #fff;
    font-weight: 400;
    font-size: 25px;
    padding: 10px 0px;
}

.end-feature-section.list-active .price-feature-section .card-list span {
    color: #fff;
    font-family: poppins;
    font-size: 14px;
    font-weight: 400;
}

.end-feature-section {
    display: flex;
    /* justify-content: center; */
    padding: unset !important;
    min-height: unset;
}

/*pricing car media queries*/

@media screen and (max-width:1200px){
    ul.ks-cboxtags li label {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    border-radius: 4px;
    white-space: nowrap;
    margin: 0 0 10px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    display: block;
    }
    .plan-base {
    text-align: center;
    font-size: 15px;
    font-family: poppins;
    color: #ffffff;
    font-weight: 500;
    background: #455a64;
    letter-spacing: 1px;
    /* opacity: 0.8; */
    padding: 4px;
    }
    .large-price-span {
    font-size: 36px;
    line-height: 70px;
    }
    .btn-toggle {
    margin: 0 0rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #454a52;
    background: #0885da;
    }
    .btn-toggle > .inner-handle {
    border-radius: 13px;
    width: 44px;
    height: 11px;
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: #fff4f2;
    box-shadow: inset 1px 1px 2px -1px black;
    }
    .btn-toggle:after {
    content: 'Monthly';
    right: -5rem;
    opacity: 0.5;
    color: #00214d;
    font-family: poppins;
    /* font-size: 14px; */
}
    .user-no {
    font-size: 15px;
/*    font-weight: 600;*/
    }
    .user-price {
    font-size: 15px;
/*    font-weight: 600;*/
    }
    .timw-span {
    font-size: 16px;
    color: #081030;
/*    font-weight: 600;*/
    }
    .lite-clock {
    font-size: 20px;
    color: #00a99b;
    margin-right: 5px;
    }

}

@media screen and (max-width:1100px){
    .plan-base {
    text-align: center;
    font-size: 14px;
    font-family: poppins;
    color: #ffffff;
    font-weight: 500;
    background: #455a64;
    letter-spacing: 1px;
    /* opacity: 0.8; */
    padding: 4px;
    }
    .btn-toggle {
    margin: 0 0rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3.5rem;
    padding: unset !important;
    border-radius: 1.5rem;
    color: #454a52;
    background: #0885da;
    }
    .btn-toggle > .inner-handle {
    border-radius: 13px;
    width: 41px;
    height: 12px;
    position: absolute;
    top: 6px;
    left: 8px;
    background-color: #fff4f2;
    box-shadow: inset 1px 1px 2px -1px black;
    }
    .row.mx-0.px-0.px-md-5.price-card-row {
    width: 90%;
    margin: auto !important;
    }
    .btn-toggle:before {
    content: 'Annually';
    left: -5rem;
    font-family: 'poppins';
    font-size: 12px;
    color: #00214d;
        }
    .btn-toggle:after {
    content: 'Monthly';
    right: -5rem;
    opacity: 0.5;
    color: #00214d;
    font-family: poppins;
    font-size: 13px;
        }
    #hrms_pricepage .intro-section, #hrms_pricepage .intro-section .container > .row {
    height: unset;
    min-height: 430px;
    }  
   

.price-feature-section p {
    color: #333333;
    line-height: 15px;
    font-size: 13px;
    font-weight: 600;
    font-family: system-ui;
    /* word-spacing: 0px; */
    letter-spacing: 0.5px;
    display: flex;
    align-items: flex-start;
    padding: 8px 6px;
    margin-bottom: 5px;
}
}

@media screen and (max-width:1030px){
    .row.mx-0.px-0.px-md-5.price-card-row {
    width: 95%;
    margin: auto !important;
    }
    ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 24px;
    padding: 0;
    margin-right: 15px;
    content: "\25EF";
    color: rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    position: absolute;
    right: 16px;
    margin-top: -5px;
    }
    .end-feature-section {
    display: flex;
    /* justify-content: center; */
    padding: 10px 10px;
    min-height: 1040px;
    }
    .price-feature-section p {
    color: #333333;
    line-height: 15px;
    font-size: 12px;
    font-weight: 600;
    font-family: system-ui;
    /* word-spacing: 0px; */
    letter-spacing: 0.5px;
    display: flex;
    align-items: flex-start;
    padding: 8px 6px;
    margin-bottom: 5px;
    }
    .end-feature-section {
    display: flex;
    /* justify-content: center; */
    padding: 10px 10px;
    min-height: 950px;
    }
    .price-section-title h2 {
    font-size: 26px;
    /* font-weight: 700; */
    color: #333333;
    margin-bottom: 10px;
    /*font-family: poppins;*/
    margin-top: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    }
    .custom-plan a {
    text-decoration: none;
    background: #1e2852;
    padding: 12px 24px;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0px 0px 22px 2px #797eec5c;
    transition: all 0.4s;
    }
    .custom-plan {
    font-family: poppins;
    font-size: 13px;
    }
}


@media screen and (max-width:1000px){
    #hrms_pricepage .intro-section, #hrms_pricepage .intro-section .container > .row {
    height: unset;
    min-height: 390px;
    } 
    .user-price {
    font-size: 13px;
/*    font-weight: 600;*/
    }
    
    .user-no {
    font-size: 13px;
/*    font-weight: 600;*/
    }
    .price-due {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px 0px;
    }
    .chhose-plan {
    padding: 0px 15px 20px;
    text-align: center;
    }
    .plan-button.btn {
    text-transform: unset;
    text-align: center;
    /* width: 100%; */
    /*background: #333333;*/
    /*box-shadow: 1px 1px 11px 3px #dfdbdb;*/
    /*border-radius: 15px;*/
    color: #fff;
    font-size: 13px;
    padding: 8px 18px;
    }
    .price-feature-section p {
    color: #333333;
    line-height: 15px;
    font-size: 12px;
    font-weight: 600;
    font-family: system-ui;
    /* word-spacing: 0px; */
    letter-spacing: 0.5px;
    display: flex;
    align-items: flex-start;
    padding: 5px 0px;
    margin-bottom: 5px;
    }
    .price-feature-section p > svg {
    width: 2em;
    padding-right: 0px;
    font-size: 13px;
    margin-right: 10px;
    }
    .end-feature-section {
    display: flex;
    /* justify-content: center; */
    padding: 10px 10px;
    min-height: 755px;
  }
}

@media screen and (max-width:900px){
    .row.mx-0.px-0.px-md-5.price-card-row {
    width: 100%;
    margin: auto !important;
    }
    .pricing-card {
    background: #fff;
    /* border-radius: 10px; */
    /* padding: 30px 20px; */
    padding: 34px 18px;
    }
    .user-no {
    font-size: 12px;
/*    font-weight: 600;*/
    }
    .user-price {
    font-size: 12px;
/*    font-weight: 600;*/
    }
    .timw-span {
    font-size: 15px;
    color: #081030;
/*    font-weight: 600;*/
    }
    .lite-clock {
    font-size: 18px;
    color: #00a99b;
    margin-right: 5px;
    }
    span.plan-type {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    /* background: #0063fe; */
    padding: 4px 40px;
    border-radius: 4px;
    transform: translate(0px, 20px);
    }
    
    .price-feature-section p {
    
    font-size: 11px;

    }
    .price-feature-section p > svg {
    width: 2em;
    padding-right: 0px;
    font-size: 13px;
    margin-right: 10px;
  }
  .end-feature-section {
    display: flex;
    /* justify-content: center; */
    padding: 10px 10px;
    min-height: 900px;
  }
  .modal-content {
    width: 90%;
    margin: auto;
  }
}

@media screen and (max-width:800px){
    ul.ks-cboxtags li label {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.8);
    font-size: 13px;
    border-radius: 4px;
    white-space: nowrap;
    margin: 0 0 10px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    display: block;
    }
    ul.ks-cboxtags li label {
    padding: 10px 12px;
    cursor: pointer;
    }
    .price-card-row .pl-md-5, .px-md-5 {
    padding-left: 2rem !important;
    }
    .price-card-row .pr-md-5, .px-md-5 {
    padding-right: 2rem !important;
    }
    .user-price {
    font-size: 11px;
/*    font-weight: 600;*/
    }
    .user-no {
    font-size: 11px;
/*    font-weight: 600;*/
    }
    .timw-span {
    font-size: 14px;
    color: #081030;
/*    font-weight: 600;*/
    }
    .lite-clock {
    font-size: 17px;
    color: #00a99b;
    margin-right: 5px;
    }
    .plan-button.btn {
    text-transform: unset;
    text-align: center;
    /* width: 100%; */
    /*background: #333333;*/
    /*box-shadow: 1px 1px 11px 3px #dfdbdb;*/
    /*border-radius: 15px;*/
    color: #fff;
    font-size: 11px;
    padding: 8px 18px;
    }
    span.plan-type {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    /* background: #0063fe; */
    padding: 4px 40px;
    border-radius: 4px;
    transform: translate(0px, 20px);
    }
    .end-feature-section {
    display: flex;
    /* justify-content: center; */
    padding: 10px 10px;
    min-height: 943px;
    }
     #recaptcha2{transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
    #recaptcha3{transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0; }
    
    }

@media screen and (max-width:768px){
    ul.ks-cboxtags li label {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    border-radius: 4px;
    white-space: nowrap;
    margin: 0 0 10px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    display: block;
    }
   .pricing-description {
    margin-top: 20px;
    margin-bottom: 28px;
    padding: 10px 24px;
    border-radius: 400px;
    background-color: rgba(255, 114, 94, 0.08);
    color: #ff725e;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    width: 70% !important;
        }
    .large-price-span {
    font-size: 30px;
    line-height: 70px;
    }
        
   .popup-custom-form .h4 {
    font-size: 24px;
    }
    .feature-select {
    font-size: 18px;
    }
  .price-feature-section p {
    font-size: 14px;
    }    
  .form-control {
    height: 38px;
    font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .mart-popup .pl-md-5, .px-md-5 {
    padding-left: 1rem !important;
  }
  .mart-popup .pr-md-5, .px-md-5 {
    padding-right: 1rem !important;
  }
.btn {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    padding: 10px 20px;
  }
 .end-feature-section1 {
    min-height: 320px !important; 
  }
  .end-feature-section2 {
    min-height: 740px !important;
  }

  .end-feature-section {
    display: flex;
    /* justify-content: center; */
    padding: 10px 10px;
    min-height: unset;
    }
    .card-list svg {
    font-size: 15px;
    color: #fff;
    margin-right: 7px;
    }
    .card-list span {
    color: #fff;
    font-family: poppins;
    font-size: 13px;
    }
    .feature-head {
    font-family: 'poppins';
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    padding: 10px 0px;
    }    
    span.plan-type {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    /* background: #0063fe; */
    padding: 4px 40px;
    border-radius: 4px;
    transform: translate(0px, 20px);
    }
    .timw-span {
    font-size: 16px;
    color: #081030;
/*    font-weight: 600;*/
    }
    .lite-clock {
    font-size: 19px;
    color: #00a99b;
    margin-right: 5px;
    }
    .user-no {
    font-size: 16px;
/*    font-weight: 600;*/
    }
    .user-price {
    font-size: 15px;
/*    font-weight: 600;*/
    }
    .plan-button.btn {
    text-transform: unset;
    text-align: center;
    /* width: 100%; */
    
    color: #fff;
    font-size: 13px;
    padding: 10px 25px;
    }
}

@media screen and (max-width:680px){
    .btn-toggle > .handle:before {
    content: "";
    position: absolute;
    height: 34px;
    width: 34px;
    top: 35%;
    left: 6px;
    background-image: radial-gradient(circle at center, #0785da 5px, transparent 5px);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    }
    .btn-toggle > .handle {
    position: absolute;
    top: -0.18rem;
    left: -0.1rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
    border: 1px solid #ccc;
    }
    .btn-toggle > .handle {
    position: absolute;
    top: -0.0rem;
    left: -0.1rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
    border: 1px solid #ccc;
    }
    
    .btn-toggle > .inner-handle {
    border-radius: 13px;
    width: 37px;
    height: 10px;
    position: absolute;
    top: 7px;
    left: 8px;
    background-color: #fff4f2;
    box-shadow: inset 1px 1px 2px -1px black;
    }
    .btn-toggle {
    margin: 0 0rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.4rem;
    width: 3rem;
    padding: unset !important;
    border-radius: 1.5rem;
    color: #454a52;
    background: #0885da;
    }
    .btn-toggle > .inner-handle {
    border-radius: 13px;
    width: 33px;
    height: 9px;
    position: absolute;
    top: 7px;
    left: 8px;
    background-color: #fff4f2;
    box-shadow: inset 1px 1px 2px -1px black;
    }
    .btn-toggle.active > .handle {
    left: 1.4175rem;
    transition: left 0.25s;
    }

    .price-section-title h2 {
    font-size: 30px;
    }
    .pricing-text {
    font-size: 40px !important;
    color: #fff !important;
    font-family: rubik !important;
    font-weight: 700 !important;
    }
     #hrms_pricepage .intro-section, #hrms_pricepage .intro-section .container > .row {
    height: unset;
    min-height: 360px !important;
    }
 ser-no {
    font-size: 14px;
/*    font-weight: 600;*/
    }
    .user-price {
    font-size: 14px;
/*    font-weight: 600;*/
    }
    .plan-button.btn {
    text-transform: unset;
    text-align: center;
    /
    font-size: 12px;
    padding: 10px 25px;
    }
}

@media screen and (max-width:576px){
 .popup-custom-form .h4 {
    font-size: 20px;
  }
 .feature-select {
    font-size: 17px;
    }    
  .pricing-banner hr {
    width: 14%;
    height: 1px;
    color: #f6941d;
    background: #3ab6d4;
    margin: auto;
    margin-top: 20px;
    }    
  ul.ks-cboxtags li label {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    border-radius: 4px;
    white-space: nowrap;
    margin: 0 0 10px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    display: block;
    }
    ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 24px;
    padding: 0;
    margin-right: 15px;
    content: "\25EF";
    color: rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    position: absolute;
    right: 5px;
    margin-top: -5px;
    }
    .price-feature-section p {
    color: #333333;
    line-height: 15px;
    font-size: 15px;
    font-weight: 600;
    font-family: system-ui;
    /* word-spacing: 0px; */
    letter-spacing: 0.5px;
    display: flex;
    align-items: flex-start;
    padding: 10px 0px;
    margin-bottom: 5px;
    }
    .price-feature-section p > svg {
    width: 2em;
    padding-right: 0px;
    font-size: 17px;
    margin-right: 10px;
    }
    .end-feature-section {
    display: flex;
    /* justify-content: center; */
    padding: 20px 20px;
    min-height: unset;
    }
    .end-feature-section1 {
    min-height: unset !important; 
    }
    .end-feature-section2 {
    min-height: unset !important;
    }
    .timw-span {
    font-size: 20px;
    color: #081030;
/*    font-weight: 600;*/
    }
    span.plan-type {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    /* background: #0063fe; */
    padding: 4px 40px;
    border-radius: 4px;
    transform: translate(0px, 44px);
    }
    .user-no {
    font-size: 16px;
/*    font-weight: 600;*/
    }
    .user-price {
    font-size: 16px;
/*    font-weight: 600;*/
    }
   .plan-button.btn {
    text-transform: unset;
    text-align: center;
    /: ;
    font-size: 13px;
    padding: 16px 25px;
    }
    ul.ks-cboxtags li label {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.8);
    font-size: 13px;
    border-radius: 4px;
    white-space: nowrap;
    margin: 0 0 10px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    display: block;
    }
    .g-recaptcha2 {width:100px !important;}
    #recaptcha2{transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
    #recaptcha3{transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}

}

@media screen and (max-width:400px){
    ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 21px;
    padding: 0;
    margin-right: 15px;
    content: "\25EF";
    color: rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    position: absolute;
    right: -6px;
    margin-top: -9px;
    }
    ul.ks-cboxtags li label {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
    margin: 0 0 10px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    display: block;
    }
    ul.ks-cboxtags li label {
    padding: 10px 5px;
    cursor: pointer;
    }
    ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 19px;
    padding: 0;
    margin-right: 15px;
    content: "\25EF";
    color: rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    position: absolute;
    right: -6px;
    margin-top: -9px;
    }
    .custom-plan {
    font-family: poppins;
    font-size: 12px;
    }
    #hrms_pricepage .intro-section, #hrms_pricepage .intro-section .container > .row {
    height: unset;
    min-height: 335px !important;
    }
    .user-price {
    font-size: 15px;
/*    font-weight: 600;*/
    }
    .user-no {
    font-size: 15px;
/*    font-weight: 600;*/
    }
    .timw-span {
    font-size: 18px;
    color: #081030;
/*    font-weight: 600;*/
    }
    span.plan-type {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    /* background: #0063fe; */
    padding: 4px 40px;
    border-radius: 4px;
    transform: translate(0px, 25px);
    }
    .price-feature-section p {
    color: #333333;
    line-height: 16px;
    font-size: 13px;
    font-weight: 600;
    font-family: system-ui;
    /* word-spacing: 0px; */
    letter-spacing: 0.5px;
    display: flex;
    align-items: flex-start;
    padding: 10px 0px;
    margin-bottom: 5px;
    }
    .price-feature-section p > svg {
    width: 2em;
    padding-right: 0px;
    font-size: 15px;
    margin-right: 10px;
    }
    .price-feature-section p {
    color: #333333;
    line-height: 16px;
    font-size: 13px;
    font-weight: 600;
    font-family: system-ui;
    /* word-spacing: 0px; */
    letter-spacing: 0.5px;
    display: flex;
    align-items: flex-start;
    padding: 6px 0px;
    margin-bottom: 5px;
    }
    .rc-anchor-normal {
    height: 74px;
    width: 100px !important;
    }
}













/*ankush css*/

#feature-section h5{color:#7971ea;}
.toggleheight{ min-height: 1200px }
.dropdown-colapse{border:2px solid #f2f2f2;}
.mobile-close:before {
    content: "\e5cd";
    font-size: 34px;
}
.mobile-menu {
    position: fixed;
    top: 0px;
    right: -300px;
    width: 300px;
    height: 100%;
    background: #fff;
    padding-left: 10px;
    z-index: 9999999;
    transition: all 0.5s;
    padding-bottom: 80px;
    overflow-y: scroll;
    display: none;
    }    
  .site-mobile-menu {
    width: 300px;
    display: none;}
}

.navbar-nav{position: relative;}
.dropdown-menu{position: absolute;}
.mobile-menu{position: fixed; top:0px; right:-300px; width:300px; height:100%; background:#fff; padding-left:10px; z-index:9999999; transition: all 0.5s; }
.mobile-menu li{list-style-type: none; padding-top:10px;}
.mobile-menu a{text-decoration: none; color:#666; font-size:16px; }
.cust-color{color:#7971ea!important;}
.bg_component{width:100%; height:auto; padding-top:100px; padding-bottom:100px; background-image: url('../images/assasment_mid.jpeg'); background-attachment: fixed; background-position: center;  background-repeat:no-repeat; color:#fff;}
.ftco-section {
  padding: 7em 0;
  position: relative; }
.heading-section {
  position: relative; }
  .heading-section .subheading {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    color: #17b978; }
  .heading-section h2 {
    font-size: 50px;
    font-weight: 700; }
    .heading-section h2 span {
      font-weight: 400; }
#navi {
  top: 180px;
  position: -webkit-sticky;
  position: sticky;
  margin: 0; }
#navi ul {
  margin: 0;
  padding: 0; }
#navi li {
  font-weight: 700;
  list-style: none;
  margin-bottom: 15px ; }
#navi li a {
  color: #263b5e; }
#navi li a.current {
  color: #17b978;
  margin-left: 20px;
  position: relative; }
#navi li a.current:after {
  position: absolute;
  top: 50%;
  left: -24px;
  width: 20px;
  height: 2px;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #17b978; }
.page {
  width: 100%;
  margin-bottom: 7em;
  border-radius: 5px;
  padding: 30px; }
.page .heading {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px; }

.customPrevBtn,.customNextBtn{background-color:#3ab6d4; border:unset;}
.customPrevBtn:hover,.customNextBtn:hover{background-color:#319db7; border:unset;}
.owl-carousel p{min-height: 230px; font-size: 15px;}
.owl-carousel h3{min-height: 40px; }
.site-navbar li a{font-size:16px;}
.site-navigation > a {color:#000;  }
.head_social{margin-right: 10px;}
.footer-section a {color:#fff !important; font-size: 16px; opacity:0.8; }
.footer-section li:hover a{color:#319db7 !important;  }
.footer_icons a:hover{color:#fff !important; opacity: 1;}
.site-logo {
    width: auto;
    height: auto;
    background-image: url(../images/logo-horizontal.png);
    padding: 21px 94px;
    background-repeat: no-repeat;
    background-size: contain;
}
.site-navbar{background-color:#fff ; opacity: 0.9; padding-top:20px; padding-bottom:20px;}
/*.footer-section{background-color:#2f2f2f;}*/





@media screen and (max-width:768px)
{   


    .footer-section h3 {
    font-size: .9rem;
    letter-spacing: .1rem;
    text-transform: uppercase;
    color: #3ab6d4;
    margin-bottom: 1.2rem;
    margin-top: 20px;
    font-weight: 900;
    } 
    .managerto {
    color: #0a0d39;
    font-family: 'DM Sans-medium';
    margin-top: 40px;
    font-size: 26px;
    font-weight: 00;
    }
    .mobp_container{margin-top:100px;}

    #hrms_page p{font-size:13px;}
    #hrms_page h4, .h4 {font-size: 18px;}
    #hrms_page .mt-4 {margin-top:20px;}
    #hrms_page h2, .h2 {
    font-size: 21px;
    }
    #hrms_page h5, .h5 {
    font-size: 13px;
    }
    .intro-section, .intro-section .container > .row {
    height: 100vh;
    min-height: 1400px !important;
    }
    .head-image{width:70%;}

}





@media screen and (max-width:576px)
{
/*    body{background-color: aqua;}*/
.head-image {
    width: 90%;
}
 .intro-section, .intro-section .container > .row {
    height: 100vh;
    min-height: 1300px !important;
    }
 .mobile-menu {
    position: fixed;
    top: 0px;
    right: -300px;
    width: 235px !important;
    height: 100%;
    background: #fff;
    padding-left: 10px;
    z-index: 9999999;
    transition: all 0.5s;
    padding-bottom: 80px;
    overflow-y: scroll;
  }
    .site-logo {
    width: auto;
    height: auto;
    background-image: url(../images/logo-horizontal.png);
    padding: 19px 65px;
    background-repeat: no-repeat;
    background-size: contain;
}
    .sticky-wrapper.is-sticky .site-logo {
    width: auto;
    height: auto;
    background-image: url(../images/logo-horizontal.png);
    padding: 19px 65px !important;
    background-repeat: no-repeat;
    background-size: contain;
}
    .site-logo {
    position: relative;
    font-weight: 900;
    font-size: 1.3rem;
    top: 10px;
}
    .mobp_container{margin-top:100px;}
    .mobilepad{padding-left:20px !important; padding-right: 20px !important;}
    #hrms_page p {font-size: 15px;}
    #hrms_page h4 {font-size: 20px;}
    #hrms_page h2 {
    font-size: 24px;}
    #hrms_page h5 {font-size: 16px;}
    .form-box {
    padding: 20px;
    background: #fff;
    border-radius: 7px;
    }
    .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 15px;}
    .form-control {
    height: 40px;}
    #hrms_page .btn {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    padding: 10px 20px;
    }
    .btn.btn-pill {
    border-radius: 4px;
    color: #3ab6d4;
    background: transparent;
    border: 2px solid #3ab6d4;
    font-size: 11px !important;
}


}

@media screen and (max-width: 450px){
   .mobile-menu {
    position: fixed;
    top: 0px;
    right: -300px;
    width: 235px;
    height: 100%;
    background: #fff;
    padding-left: 10px;
    z-index: 9999999;
    transition: all 0.5s;
    padding-bottom: 80px;
    overflow-y: scroll;
  }
  .intro-section, .intro-section .container > .row {
    height: 100vh;
    min-height: 1200px !important;
    }
    .form-box {
    width: 100%;
    margin: auto;
  }
}
















.border-2 {
  border-width: 2px; }

.text-black {
  color: #000 !important; }

.bg-black {
  background: #000 !important; }

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5); }

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5); }

.site-wrap:before {
  display: none;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }

.offcanvas-menu .site-wrap {
  height: 100%;
  width: 100%;
  z-index: 2; }
  .offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }

.btn {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  padding: 14px 30px; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-black {
    border-width: 2px;
    border-color: #000;
    background: #000;
    color: #fff; }
    .btn.btn-black:hover {
      color: #000;
      background-color: transparent; }
    .btn.btn-black.btn-outline-black {
      color: #000;
      background-color: transparent; }
      .btn.btn-black.btn-outline-black:hover {
        border-color: #000;
        background: #000;
        color: #fff; }
  .btn.btn-white {
    border-width: 2px;
    border-color: #fff;
    background: #fff;
    color: #000; }
    .btn.btn-white:hover {
      color: #fff;
      background-color: transparent; }
    .btn.btn-white.btn-outline-white {
      color: #fff;
      background-color: transparent; }
      .btn.btn-white.btn-outline-white:hover {
        border-color: #fff;
        background: #fff;
        color: #000; }
  .btn.btn-pill:hover {
    border-radius: 4px;
background-color:#3ab6d4; border:2px solid #3ab6d4; color:#fff; }
  .btn.btn-pill {
    border-radius: 4px;
color:#3ab6d4; background: transparent; border:2px solid #3ab6d4;}

.line-height-1 {
  line-height: 1 !important; }

.bg-black {
  background: #000; }

.form-control {
  height: 48px;
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .form-control:active, .form-control:focus {
    border-color: #3ab6d4; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.site-section {
  padding: 2.5em 0 0 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 5em 0 0 0 0; } }
  .site-section.site-section-sm {
    padding: 4em 0; }

.site-section-heading {
  padding-bottom: 20px;
  margin-bottom: 0px;
  position: relative;
  font-size: 2.5rem; }
  @media (min-width: 768px) {
    .site-section-heading {
      font-size: 3rem; } }

.border-top {
  border-top: 1px solid #edf0f5 !important; }

.site-footer {
  padding: 4em 0;
  background: #333333; }
  @media (min-width: 768px) {
    .site-footer {
      padding: 8em 0; } }
  .site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }
  .site-footer p {
    color: #737373; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #000; }
  .site-footer a {
    color: #999999; }
    .site-footer a:hover {
      color: black; }
  .site-footer ul li {
    margin-bottom: 10px; }
  .site-footer .footer-heading {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 900; }

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000; }

.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5); }

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5); }

.hover-bg-enlarge {
  overflow: hidden;
  position: relative; }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge {
      height: auto !important; } }
  .hover-bg-enlarge > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out; }
  .hover-bg-enlarge:hover > div, .hover-bg-enlarge:focus > div, .hover-bg-enlarge:active > div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge .bg-image-md-height {
      height: 300px !important; } }

.bg-image-2 {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .bg-image.overlay {
    position: relative; }
    .bg-image.overlay:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.7); }
  .bg-image > .container {
    position: relative;
    z-index: 1; }

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%; } }

@media (max-width: 991.98px) {
  .display-1, .display-3 {
    font-size: 3rem; } }

.play-single-big {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff !important;
  border-radius: 50%;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .play-single-big > span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%); }
  .play-single-big:hover {
    width: 120px;
    height: 120px; }

.overlap-to-top {
  margin-top: -150px; }

.ul-check {
  margin-bottom: 50px; }
  .ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5; }
    .ul-check li:before {
      left: 0;
      font-size: 20px;
      top: -.3rem;
      font-family: "icomoon";
      content: "\e5ca";
      position: absolute; }
  .ul-check.white li:before {
    color: #fff; }
  .ul-check.success li:before {
    color: #8bc34a; }
  .ul-check.primary li:before {
    color: #3ab6d4; }

.select-wrap, .wrap-icon {
  position: relative; }
  .select-wrap .icon, .wrap-icon .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px; }
  .select-wrap select, .wrap-icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%; }

/* Navbar */
.site-logo {
  position: relative;
  font-weight: 900;
  font-size: 1.3rem; }
  .site-logo a {
    color: #fff; }

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  width: 100%; 
 top:20px;}
  .site-navbar .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem; }
    @media (max-width: 1199.98px) {
      .site-navbar .container-fluid {
        padding-left: 15px;
        padding-right: 15px; } }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid #f3f3f4 !important; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #3ab6d4;
      display: inline-block;
      padding: 5px 20px; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 5px 10px;
        color: #000;
        display: inline-block;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #fff; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #3ab6d4;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        border-left: 1px solid #edf0f5;
        border-right: 1px solid #edf0f5;
        border-bottom: 1px solid #edf0f5;
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #3ab6d4 !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f4f5f9;
              color: #25262a; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f4f5f9;
            color: #25262a; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #3ab6d4; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }
    .site-navbar .site-navigation .site-menu.site-menu-dark > li > a {
      color: #000; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #25262a; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #3ab6d4; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .active {
        color: #3ab6d4; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 16px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper + .site-blocks-cover {
    margin-top: 96px; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .sticky-wrapper .site-navbar .site-menu > li {
      display: inline-block; }
.sticky-wrapper .site-navbar .site-menu > li > a:hover{
    color:#000;
}
      .sticky-wrapper .site-navbar .site-menu > li > a.active {
        color: #000;
        position: relative; }
        .sticky-wrapper .site-navbar .site-menu > li > a.active:after {
          height: 2px;
          background: #fff;
          content: "";
          position: absolute;
          bottom: 0;
          left: 20px;
          right: 20px; }
  .sticky-wrapper.is-sticky .site-navbar {
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    background: #fff; }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #000; }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li {
      display: inline-block; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
        padding: 5px 10px;
        color: #000;
        display: inline-block;
        text-decoration: none !important; }
    
  .sticky-wrapper.is-sticky  .site-logo {
    width: auto;
    height: auto;
    background-image: url(../images/logo-horizontal.png);
    padding: 21px 94px;
    background-repeat: no-repeat;
    background-size: contain;
}

     .sticky-wrapper.is-sticky .site-navigation > a {
       
        color: #000;
        display: inline-block;
        text-decoration: none !important; }
        .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover {
          color: #3ab6d4; }
        .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active:after {
          background: #3ab6d4; }
  .sticky-wrapper .shrink {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
.sticky-wrapper.is-sticky .site-navbar{background-color:#fff ; opacity: 1; margin-top:0px; padding-top:20px; padding-bottom:20px;}



/* Blocks */
.intro-section {
  position: relative; }
  .intro-section, .intro-section .container > .row {
    height: 100vh;
    min-height: 1050px; }
  .intro-section.single-cover, .intro-section.single-cover .container > .row {
    height: 50vh;
    min-height: 400px; }
  .intro-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5rem; }
  .intro-section p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.1rem; }

.img-absolute {
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .img-absolute img {
    max-width: 600px;
    -webkit-box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0.4); }
    @media (max-width: 991.98px) {
      .img-absolute img {
        max-width: 100%; } }

.slide-1 {
  background-size: cover;
  background-position: center; }
 .slide-1:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0a0d39;
    opacity: .7;
    border-bottom-right-radius: 0px;
  }
    @media (max-width: 991.98px) {
      .slide-1:before {
        width: 100%; } }
  .slide-1 .slide-text {
    opacity: 0;
    visibility: hidden;
    margin-top: 50px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
    .slide-1 .slide-text.active {
      opacity: 1;
      visibility: visible;
      margin-top: 0px; }

.form-box {
    width: 80%;
    margin: auto;
    padding: 40px;
    background: #fff;
    border-radius: 7px;
}

.site-section {
  padding: 4em 0 0 0;
  position: relative; }
  @media (max-width: 991.98px) {
    .site-section {
      padding: 4em 0 0 0; } }

.cta a span {
  border-color: #3ab6d4;
  padding: 14px 20px;
  color: #fff;
  background: #3ab6d4;
  border-radius: 30px;
  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .is-sticky .cta a span {
    color: #fff; }

.cta a:hover span {
  background: #4f45e3;
  color: #fff; }

.cta a.active {
  border-bottom: none; }
  .cta a.active > span {
    background-color: #1c4b82;
    color: #fff; }

.section-sub-title {
  color: #3ab6d4;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 900;
  display: block;
  margin-bottom: 1.5rem; }

.section-title {
  font-size: 36px;
  color: #000;
  margin-bottom: 1.8rem;
  font-weight: 900; }
  @media (max-width: 991.98px) {
    .section-title {
      font-size: 1.5rem; } }

.counter .icon-wrap {
  margin-right: 1.5rem; }
  .counter .icon-wrap > span {
    position: relative;
    top: -.2em;
    font-size: 2rem; }

.counter .counter-text strong {
  line-height: .5;
  font-size: 3.5rem;
  display: block;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem; }

.counter .counter-text span {
  font-size: 1rem;
  line-height: 1; }

.image-absolute-box {
  position: relative; }
  .image-absolute-box .box {
    position: absolute;
    background: #3ab6d4;
    padding: 30px;
    max-width: 300px;
    top: -20%;
    right: -20%; }
    @media (max-width: 991.98px) {
      .image-absolute-box .box {
        top: auto;
        right: auto;
        position: relative;
        width: 100%;
        max-width: 100%; } }
    .image-absolute-box .box .icon-wrap {
      color: #fff;
      margin-bottom: 1.5rem; }
      .image-absolute-box .box .icon-wrap span {
        font-size: 2rem; }
    .image-absolute-box .box h3 {
      font-size: 1.2rem;
      color: #fff;
      margin-bottom: 1.5rem; }
    .image-absolute-box .box p {
      color: rgba(255, 255, 255, 0.55); }

.section-1 {
  margin-top: 10rem; }

.work-thumb {
  position: relative;
  display: block;
  cursor: pointer; }
  .work-thumb:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(121, 113, 234, 0.8);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .work-thumb .work-text {
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-top: 20px; }
    .work-thumb .work-text h3 {
      font-size: 1rem;
      font-weight: 900;
      color: #fff;
      margin: 0;
      padding: 0; }
    .work-thumb .work-text .category {
      font-size: .8rem;
      color: rgba(255, 255, 255, 0.7); }
  .work-thumb:hover {
    z-index: 3;
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07); }
    .work-thumb:hover:after {
      opacity: 1;
      visibility: visible; }
    .work-thumb:hover .work-text {
      -webkit-transition-delay: .2s;
      -o-transition-delay: .2s;
      transition-delay: .2s;
      opacity: 1;
      visibility: visible;
      margin-top: 0px; }

.nonloop-block-13 .owl-nav {
  display: none; }

.nonloop-block-13 .owl-dots {
  margin-top: 30px;
  width: 100%;
  text-align: center; }
  .nonloop-block-13 .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px; }
    .nonloop-block-13 .owl-dots .owl-dot span {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #e6e6e6; }
    .nonloop-block-13 .owl-dots .owl-dot.active span {
      background-color: #3ab6d4; }

.nonloop-block-14 .owl-nav {
  display: none; }

.nonloop-block-14 .owl-dots {
  margin-top: 30px;
  width: 100%;
  text-align: center; }
  .nonloop-block-14 .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px; }
    .nonloop-block-14 .owl-dots .owl-dot span {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #e6e6e6; }
    .nonloop-block-14 .owl-dots .owl-dot.active span {
      background-color: #3ab6d4; }

.footer-section {
  padding: 3em 0px 0px 0px;
  background-color: #2f2f2f; 
    margin-bottom: 0px !important;
}
  .footer-section p {
    font-size: 1rem; color:#fff; opacity:0.8;}
  .footer-section h3 {
    font-size: .9rem;
    letter-spacing: .1rem;
    text-transform: uppercase;
    color: #3ab6d4;
    margin-bottom: 1.5rem;
    font-weight: 900; }
  .footer-section .footer-links li {
    margin-bottom: 10px; }

.footer-subscribe .btn {
  height: 43px;
  line-height: 1; }

.testimony h3 {
  color: #fff;
  font-size: 1.2rem; }

.testimony blockquote {
  font-size: 1.2rem;
  font-style: italic;
  color: #fff; }

.process, .service {
  position: relative; }
  .process .number, .service .number {
    position: absolute;
    top: 50px;
    left: -30px;
    line-height: 0;
    z-index: -1;
    font-size: 10rem;
    color: whitesmoke;
    font-weight: 900; }
  .process h3, .service h3 {
    font-size: 1.5rem;
    color: #000;
    font-weight: 700;
    margin-bottom: 1.5rem; }

.service {
  padding: 4rem;
  background: #fff; }
  @media (max-width: 991.98px) {
    .service {
      padding: 2rem; } }

.owl-hero {
  position: relative; }
  .owl-hero .owl-nav .owl-prev, .owl-hero .owl-nav .owl-next {
    color: #fff;
    font-size: 3rem;
    top: 50%;
    position: absolute; }
  .owl-hero .owl-nav .owl-prev {
    left: 0; }
  .owl-hero .owl-nav .owl-next {
    right: 0; }
  .owl-hero .owl-dots {
    position: absolute;
    text-align: center;
    bottom: 50px;
    z-index: 9;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .owl-hero .owl-dots .owl-dot {
      position: relative;
      display: inline-block;
      margin: 2px;
      position: relative; }
      .owl-hero .owl-dots .owl-dot > span {
        width: 7px;
        height: 7px;
        border-radius: 30px;
        display: inline-block;
        background: rgba(255, 255, 255, 0.4);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .owl-hero .owl-dots .owl-dot.active > span {
        width: 25px;
        background: #fff; }

.why-choose-us-box {
  -webkit-box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.2); }

.custom-icon-wrap .custom-icon-inner {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #3ab6d4; }
  .custom-icon-wrap .custom-icon-inner .icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: .8rem; }

.custom-icon-wrap h3 {
  font-size: 1.05rem;
  color: #3ab6d4; }

.custom-icon-wrap.custom-icon-light .custom-icon-inner {
  background: #615dc2;
  width: 45px;
  height: 45px; }

.custom-icon-wrap.custom-icon-light h3 {
  color: #343a40;
  font-size: 1rem; }

.courses-title {
  padding-bottom: 13rem;
  background: #3ab6d4; }
  .courses-title .section-title {
    color: #fff; }

.courses-entry-wrap {
  margin-top: -282px; }
  @media (max-width: 1199.98px) {
    .courses-entry-wrap {
      margin-top: -246px; } }

.nonloop-block-14 .owl-stage {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.course {
  -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  top: 0;
  position: relative; }
  .course .course-inner-text {
    position: relative;
    padding-top: 35px !important; }
  .course .course-price {
    position: absolute;
    padding: 10px 15px;
    background: #3ab6d4;
    color: #fff;
    top: -20px;
    right: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .course .meta {
    font-size: .9rem;
    display: block;
    margin-bottom: .9rem; }
    .course .meta span {
      margin-right: .5rem; }
  .course h3 {
    font-size: 1.15rem;
    color: #000; }
  .course .stats {
    font-size: .9rem; }
  .course:hover {
    top: -10px;
    -webkit-box-shadow: 0 2px 22px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 22px -1px rgba(0, 0, 0, 0.3); }

.future-blobs {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  pointer-events: none; }
  .future-blobs .blob_1 {
    top: 0;
    right: -10rem;
    position: absolute; }
  .future-blobs .blob_2 {
    bottom: 0;
    left: -10rem;
    position: absolute; }

.teacher {
  border: 1px solid #e9ecef;
  padding: 30px;
  margin-bottom: 5rem; }
  .teacher img {
    position: relative;
    margin-top: -100px; }
  .teacher h3 {
    font-size: 1.2rem; }
  .teacher .position {
    color: #adb5bd; }

.course-instructor {
  padding: 30px; }
  .course-instructor p {
    font-size: 1rem; }

.comment-form-wrap {
  clear: both; }

.comment-list {
  padding: 0;
  margin: 0; }
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
    .comment-list li .vcard {
      width: 80px;
      float: left; }
      .comment-list li .vcard img {
        width: 50px;
        border-radius: 50%; }
    .comment-list li .comment-body {
      float: right;
      width: calc(100% - 80px); }
      .comment-list li .comment-body h3 {
        font-size: 20px; }
      .comment-list li .comment-body .meta {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .1em;
        color: #ccc; }
      .comment-list li .comment-body .reply {
        padding: 5px 10px;
        background: #e6e6e6;
        color: #000;
        text-transform: uppercase;
        font-size: 14px; }
        .comment-list li .comment-body .reply:hover {
          color: #000;
          background: #e3e3e3; }




.crm_end_card{padding:20px 20px; background-color:#fff; border-radius:6px;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            min-height: 320px; transition: all 0.2s; border:2px solid #4d45b6;
}
}
.crm_end_card p{color:#898989; font-size: 14px;}
.crm_end_card h5{margin-top:10px; }
.crm_end_card img{width:30%;}
.crm_end_card hr{width:30%; background-color:#4d45b6;  }


.why-choose-us-box { padding:30px 30px;
  -webkit-box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.2); }



.custom-icon-wrap h3 {
  font-size: 16px;
  color: #7971ea; 
  padding-top: 15px;}

.custom-icon-wrap.custom-icon-light .custom-icon-inner {
  background: #615dc2;
  width: 45px;
  height: 45px; }

.custom-icon-wrap.custom-icon-light h3 {
  color: #343a40;
  font-size: 1rem; }

.end_section_1 {
    position: relative;
    z-index: 2;
}
.end_section_2 {
    position: absolute;
    right: 10%;
    bottom: -51px;

}
.marg-custom{margin:10% 0%; background: #f1f6fb;}

.request_btn {
    /* text-transform: uppercase; */
    /* font-size: 12px; */
    /* font-weight: 900; */
    padding: 16px 24px;
    background-color: #3f3d56;
    color: #fff;
    border: 2px solid #3f3d56;
    border-radius: 4px;
    /*margin-top: 40px;*/
    transition: 0.5s all;
    cursor: pointer;

}

.request_btn:hover {
    /* text-transform: uppercase; */
    /* font-size: 12px; */
    /* font-weight: 900; */
     padding: 16px 24px;
    background-color: transparent;
    color: #3f3d56;
    border: 2px solid #3f3d56;
    border-radius: 4px;
}



/*.cust_border{border-bottom:1px solid #4d45b6; padding-bottom:20px; }*/


/*media query*/

@media(max-width: 1280px){
.site-navbar .site-navigation .site-menu > li > a {
    padding: 5px 5px;
    color: #000;
    display: inline-block;
    text-decoration: none !important;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
    padding: 5px 5px;
    color: #000;
    display: inline-block;
    text-decoration: none !important;
}
.crm_end_card {
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    min-height: 345px;
    transition: all 0.2s;
    border: 2px solid #4d45b6;
}
}

@media (max-width: 1200px) {
  /*body{background: black;}*/
  .site-logo {
    width: auto;
    height: auto;
    background-image: url(../images/logo-horizontal.png);
    padding: 21px 60px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .sticky-wrapper.is-sticky .site-logo {
    width: auto;
    height: auto;
    background-image: url(../images/logo-horizontal.png);
    padding: 21px 60px;
    background-repeat: no-repeat;
    background-size: contain;
}
 .end_section_2 {
    position: absolute;
    right: 10%;
    bottom: -5%;
}
.crm_end_card {
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    min-height: 340px;
    transition: all 0.2s;
    border: 2px solid #4d45b6;
}
.custom-icon-wrap.custom-icon-light h3 {
    color: #343a40;
    font-size: 15px;
}


}

@media (max-width: 1100px){
  .custom-icon-wrap.custom-icon-light h3 {
    color: #343a40;
    font-size: 14px;
  }
  .crm_end_card h5{font-size: 1.1rem;}
  .crm_end_card p {
    font-size: 16px;
    } 
  .site-logo {
    width: auto;
    height: auto;
    background-image: url(../images/logo-horizontal.png);
    padding: 21px 60px;
    background-repeat: no-repeat;
    background-size: contain;
    }
    .site-navbar li a {
    font-size: 14px;
    }
    .site-navbar .site-navigation .site-menu > li > a {
    padding: 5px 5px;
    color: #000;
    display: inline-block;
    text-decoration: none !important;
    }
    .site-navigation > a {
    color: #000;
    font-size: 15px;
    }
    .sticky-wrapper.is-sticky .site-logo {
    width: auto;
    height: auto;
    background-image: url(../images/logo-horizontal.png);
    padding: 21px 60px;
    background-repeat: no-repeat;
    background-size: contain;
    }
  .form-box {
    width: 80%;
    margin: auto;
    padding: 20px;
    background: #fff;
    border-radius: 7px;
    }

  .why-choose-us-box {
    padding: 15px 15px;
    -webkit-box-shadow: 0 5px 50px -10px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 50px -10px rgb(0 0 0 / 20%);
    }.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
    padding: 5px 5px;
    color: #000;
    display: inline-block;
    text-decoration: none !important;

}
}


@media screen and (max-width: 1024px){
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
    padding: 5px 5px;
    color: #000;
    display: inline-block;
    text-decoration: none !important;
    font-size: 14px;
    }
    .site-navbar .site-navigation .site-menu > li > a {
    padding: 5px 5px;
    color: #000;
    display: inline-block;
    text-decoration: none !important;
    }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
    padding: 5px 5px;
    color: #000;
    display: inline-block;
    text-decoration: none !important;
    font-size: 14px;
    }
}

@media screen and (max-width: 991px){
  .mobile-menu {
    position: fixed;
    top: 0px;
    right: -300px;
    width: 300px;
    height: 100%;
    background: #fff;
    padding-left: 10px;
    z-index: 9999999;
    transition: all 0.5s;
    padding-bottom: 80px;
    overflow-y: scroll;
      display: block;
    }    
  .site-mobile-menu {
    width: 300px;
    display: none;}
}

@media(max-width:1000px){

.feature_div .col-10 {width:100% !important;}

.crm_end_card {
    padding: 10px 10px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    min-height: 260px;
    transition: all 0.2s;
    border: 2px solid #4d45b6;
}

.crm_end_card p{font-size: 13px;}
.crm_end_card h5{ font-size: 16px;}
.custom-icon-wrap.custom-icon-light h3 {
    color: #343a40;
    font-size: 13px;
}

.why-choose-us-box {
    padding: 10px 10px;
    -webkit-box-shadow: 0 5px 50px -10px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 50px -10px rgb(0 0 0 / 20%);
}
.site-navbar li a {
    font-size: 15px;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
    padding: 5px 5px;
    color: #000;
    display: inline-block;
    text-decoration: none !important;
    font-size: 13px;
}
.section-title {
    font-size: 27px;
    color: #000;
    margin-bottom: 1.8rem;
    font-weight: 900;
}
p{font-size: 15px;}

.site-navbar .site-navigation .site-menu .active {
    color: #3ab6d4;
    display: inline-block;
    padding: 5px 8px;
}
.site-navbar li a {
    font-size: 13px;
}


}
  

@media(max-width: 900px){


.card-feature-section {
    display: none;
    width: 90%;}
    .btn-toggle:before {
    content: 'Annually';
    left: -4rem;
    font-family: 'poppins';
    font-size: 12px;
    color: #00214d;
    }
    .btn-toggle:after {
    content: 'Monthly';
    right: -4rem;}

 .container {
    max-width: 100%;
    padding: 0px 30px 0px 30px;
}
.form-box {
    width: 90%;
    margin: auto;
    padding: 20px;
    background: #fff;
    border-radius: 7px;
} 
 #recaptcha{transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;} 
.custom-icon-wrap.custom-icon-light h3 {
    color: #343a40;
    font-size: 15px;
}
.why-choose-us-box {
    padding: 30px 30px;
    -webkit-box-shadow: 0 5px 50px -10px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 50px -10px rgb(0 0 0 / 20%);
}

.end_section_1 {
    position: !important;
    margin-top:40px;
    /*z-index: 2;*/
}
.end_section_2 {
    position: unset;
    right: unset;
    bottom: unset;
    margin:40px 0px;

}
.section-para{font-size: 14px; }


}





@media (max-width:830px){
    #hrms_pricepage .intro-section, #hrms_pricepage .intro-section .container > .row {
    height: unset;
    min-height: 390px !important;
    }
    .plan-base {
    text-align: center;
    font-size: 12px;
    font-family: poppins;
    color: #ffffff;
    font-weight: 500;
    background: #455a64;
    letter-spacing: 1px;
    /* opacity: 0.8; */
    padding: 4px;
    }
  .form-box {
    width: 95%;
    margin: auto;
    padding: 20px;
    background: #fff;
    border-radius: 7px;
}
}


@media (max-width: 768px) {
    /*body{background: #000;}*/
  .crm_end_card {
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    min-height: 275px;
    transition: all 0.2s;
    border: 2px solid #4d45b6;
}

.form-box {
    width: 70%;
    margin: auto;
}
.end_section_1 {
    position: !important;
    margin-top:40px;
    /*z-index: 2;*/
}
.end_section_2 {
    position: unset;
    right: unset;
    bottom: unset;
    margin:40px 0px;

}
    .mobilepad{padding-left:40px !important; padding-right: 40px !important;}




}

@media (max-width: 577px){
    .btn-toggle {
    margin: 0 0rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3.5rem;
    padding: unset !important;
    border-radius: 1.5rem;
    color: #454a52;
    background: #0885da;
    }
    .btn-toggle > .inner-handle {
    border-radius: 13px;
    width: 41px;
    height: 12px;
    position: absolute;
    top: 6px;
    left: 8px;
    background-color: #fff4f2;
    box-shadow: inset 1px 1px 2px -1px black;
    }
    .btn-toggle.active > .handle {
    left: 2rem;
    transition: left 0.25s;
    }
    .btn-toggle:before {
    content: 'Annually';
    left: -6rem;
    font-family: 'poppins';
    font-size: 15px;
    color: #00214d;
    }
    .btn-toggle:after {
    content: 'Monthly';
    right: -6rem;
    opacity: 0.5;
    color: #00214d;
    font-family: poppins;
    font-size: 15px;
    }
.plan-base {
    text-align: center;
    font-size: 16px;
    font-family: poppins;
    color: #ffffff;
    font-weight: 500;
    background: #455a64;
    letter-spacing: 1px;
    /* opacity: 0.8; */
    padding: 4px;
}
.pricing-card {
    background: #fff;
    /* border-radius: 10px; */
    /* padding: 30px 20px; */
    padding: 34px 22px;
}
.large-price-span {
    font-size: 35px;
    line-height: 70px;
}
    #hrms_pricepage .intro-section, #hrms_pricepage .intro-section .container > .row {
    height: unset;
    min-height: 430px;
    }  
.end-feature-section{display: block !important;} 
 .card-feature-section {
    display: none !important;
}
.container {
    max-width: 100%;
    padding: 0px 20px 0px 20px;
}
.form-box {
    width: 90%;
    margin: auto;
}
.custom-icon-wrap.custom-icon-light h3 {
    color: #343a40;
    font-size: 13px;
}

.why-choose-us-box {
    padding: 15px 15px;}

.rc-anchor-normal {
    height: 74px;
    width: 80%;
}

}

@media screen and (max-width: 450px){
    ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 20px;
    padding: 0;
    margin-right: 4px;
    content: "\25EF";
    color: rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    position: absolute;
    right: 5px;
    margin-top: -5px;
}
}