/* RESET START */
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

ol, ul {
    margin-bottom: 0;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
/* RESET END */

/* MAIN START */
/* set a max-width for horizontal fluid layout and make it centered */
/* .container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
} */

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

button {
    border: none;
    cursor: pointer;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

input[type="button"] {
    border: none !important;
    outline: none !important;
}

input[type="submit"] {
    border: none !important;
    outline: none !important;
}

body {
    font-size: 16px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Mukta", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #484848;
}

hr {
    border-color: #e6e6e6 !important;
}

label {
    font-size: 16px;
}

textarea {
    resize: none;
}

.pis-0 {
    padding-inline-start: 0px;
}

.pis-20 {
    padding-inline-start: 20px;
}

/* Extra Padding Start */
.extra-padding {
    padding-bottom: 5rem!important;
    padding-top: 5rem!important;
}

.extra-padding-bottom {
    padding-bottom: 5rem!important;
}

.extra-padding-top {
    padding-top: 5rem!important;
}

.extra-padding-2x {
    padding-bottom: 7rem!important;
    padding-top: 7rem!important;
}

.extra-padding-bottom-2x {
    padding-bottom: 7rem!important;
}

.extra-padding-top-2x {
    padding-top: 7rem!important;
}
/* Extra Padding End */

/* Extra Margin Start */
.extra-margin {
    margin-bottom: 5rem!important;
    margin-top: 5rem!important;
}

.extra-margin-bottom {
    margin-bottom: 5rem!important;
}

.extra-margin-top {
    margin-top: 5rem!important;
}

.extra-margin-2x {
    margin-bottom: 7rem!important;
    margin-top: 7rem!important;
}

.extra-margin-bottom-2x {
    margin-bottom: 7rem!important;
}

.extra-margin-top-2x {
    margin-top: 7rem!important;
}
/* Extra Margin End */

/* Back to Top Start */
.back-to-top {
    width: 48px;
    height: 48px;
    padding: 12px;
    background: #efb312;
    border-radius: 50%;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    border: none;
    color: #ffffff;
}

.back-to-top:hover {
    background: #efb312;
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    border: none;
    color: #ffffff;
}

.back-to-top:focus {
    background: #efb312;
    border: none;
    color: #ffffff;
}

.back-to-top i {
    font-size: 26px;
}
/* Back to Top End */

/* Main Responsive Start */
@media (max-width:1024px){
    #inner-content {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
}
/* Main Responsive End */

.title-seperator {
    border-bottom: 2px solid #efb312;
    width: 100px;
    padding: 0px 0px 20px 0px;
}
/* MAIN END */

/* COLORS START */
.theme-color-1 {
    color: #1f1f1f;
}

.theme-color-2 {
    color: #f1f1f1;
}

.theme-color-3 {
    color: #0ac876;
}

.theme-color-4 {
    color: #78787b;
}
/* COLORS END */

/* TYPOGRAPHY START */

/* Font Size */
h1 {
    font-size: 46px;
    line-height: 56px;
}

h2 {
    font-size: 34px;
    line-height: 48px;
}

h3 {
    font-size: 30px;
    line-height: 42px;
}

h4 {
    font-size: 24px;
    line-height: 34px;
}

h5 {
    font-size: 18px;
    line-height: 25px;
}

.small {
    font-size: 14px !important;
    line-height: 0.8rem !important;
}

.big {
    font-size: 18px !important;
    line-height: 1.3rem !important;
}

/* line height */
.text-height-0 {
    line-height: 1 !important;
}

.text-height-05 {
    line-height: 1.25 !important;
}

.text-height-1 {
    line-height: 1.5 !important;
}

.text-height-2 {
    line-height: 2 !important;
}

/* font weight */
.font-weight-300 {
    font-weight: 300
}

.font-weight-400 {
    font-weight: 400
}

.font-weight-500 {
    font-weight: 500
}

.font-weight-600 {
    font-weight: 600
}

.font-weight-700 {
    font-weight: 700
}

.font-weight-800 {
    font-weight: 800
}

/* letter space */
.ls-1 {
    letter-spacing: 1px;
}

.ls-2 {
    letter-spacing: 2px;
}

.ls-3 {
    letter-spacing: 3px;
}

/* Typography Responsive Start */
@media (max-width:768px){
    h1 {
        font-size: 24px;
        line-height: 1.5 !important;
    }
    h2 {
        font-size: 20px;
        line-height: 1.35 !important;
    }
    h3 {
        font-size: 18px;
        line-height: 1.25 !important;
    }
    h4 {
        font-size: 16px;
        line-height: 1 !important;
    }
    h5 {
        font-size: 14px;
        line-height: 1 !important;
    }
}
/* Typography Responsive End */

/* TYPOGRAPHY END */

/* BACKGROUND COLOR START */
.bg-color-1 {
    background: #F7F9FB;
}

.bg-color-2 {
    background: #f5f5f5;
}

.bg-color-3 {
    background: #0ac876;
}

.bg-color-4 {
    background: #78787b;
}

.bg-color-5 {
    background: #008DE1;
}
/* BACKGROUND COLOR END */

/* HEADER START */
#navmain {
    border-bottom: 1px solid #e6e6e6;
}

#navbar_main {
    padding: 26px 0px;
    background-color: #ffffff;
}

#mobile-header {
    padding: 16px 0;
    background-color: #ffffff;
}

#mobile-header div {
    margin-right: 20px;
}

#mobile-header i {
    color: #1f1f1f;
}

#mobile-header div:last-child {
    margin-right: 0px;
}

#navbar_main .nav-item, #navbar_main form {
    margin-right: 30px;
}

#navbar_main .nav-item:last-child {
    margin-right: 0px;
}

.nav-link {
    font-size: 17px;
    font-weight: 700;
    color: #1f1f1f !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    letter-spacing: 0.5px;
}

.nav-link {
    padding: 0px !important;
}

.nav-link:hover {
    color: #0ac876 !important;
}

.nav-link.active {
    color: #0ac876 !important;
}

.nav-link.disabled {
    color: #dddddd !important;
    cursor: not-allowed;
    pointer-events: none;
}

#navbar_main .dropdown-menu {
    border-top: 4px solid #0ac876;
    top: 50px;
    min-width: 230px;
    background-color: #fcfcfc;
    padding: 0 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0px !important;
    margin: 0 !important;
    box-shadow: 1px 1px 35px rgba(0,0,0,.08);
}

#navbar_main .dropdown-item {
    color: #555;
    text-decoration: none;
    display: inline-block;
    float: left;
    clear: both;
    position: relative;
    outline: 0;
    transition: all .3s ease;
    width: 100%;
    background: 0 0;
    padding: 15px 25px 15px 22px;
    border-bottom: 1px solid #e6e6e6;
}

.dropup .dropdown-menu {
    background-color: #fcfcfc;
    padding: 0 !important;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    border-radius: 0px !important;
    margin: 0 !important;
    box-shadow: 1px 1px 35px rgba(0, 0, 0, .08);
}

.dropup .dropdown-item {
    color: #555;
    text-decoration: none;
    display: inline-block;
    float: left;
    clear: both;
    position: relative;
    outline: 0;
    transition: all .3s ease;
    width: 100%;
    background: 0 0;
    padding: 15px 25px 15px 22px;
    border-bottom: 1px solid #e6e6e6;
}

.dropup .dropdown-item:hover {
    background-color: #f5f5f5;
    color: #333
}

#navbar_main .dropdown-menu .dropdown-item:hover {
    background-color: #f5f5f5;
    color: #333
}

#navbar_main .dropdown-toggle::after {
    border: none !important;
}

/* Header Offcanvas Start */
.btn-close{ display:none; }

.screen-overlay {
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity:0;
  visibility:hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition:opacity .2s linear, visibility .1s, width 1s ease-in;
}

.screen-overlay.show {
  transition:opacity .5s ease, width 0s;
  opacity:1;
  width:100%;
  visibility:visible;
}
/* Header Offcanvas End */

/* Navbar Toggler Start */
.navbar-toggler {
    border: none;
    padding: 0px;
    outline: none !important;
}

.navbar-toggler:hover, .navbar-toggler:active, .navbar-toggler:focus {
    outline: none !important;
    border: 0px !important;
    box-shadow: none !important;
}
/* Navbar Toggler End */

/* Header Responsive Start */
@media all and (max-width:992px) {  

    #navbar_main {
        padding: 0px;
        background-color: #1f1f1f;
    }

    .btn-close {
        display: block;
        margin: 20px 0 0 30px;
    }

    .btn-close a {
        color: #888888 !important;
        border-radius: 0px;
        font-size: 13px;
        outline: none !important;
        border: 0px !important;
        box-shadow: none !important;
        cursor: pointer;
    }

    .btn-close img {
        height: 16px;
        margin-right: 12px;
    }

    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1200;
        width: 80%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .2s ease-in-out, transform .2s ease-in-out;
    }

    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
    }

    .mobile-offcanvas .navbar-nav {
        margin-top: 25px;
    }

    .nav-link {
        color: #e1e1e1 !important;
        padding: 10px 0px 10px 30px !important;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        font-size: 12px;
        font-weight: 700;
    }

    #navbar_main .dropdown-menu {
        background-color: transparent;
        width: 100%;
        margin-right: 0px;
        margin-left: 20px;
        box-shadow: none !important;
        padding: 0px !important;
        color: #233646;
    }

    #navbar_main .dropdown-menu a {
        color: #e1e1e1 !important;
        padding: 5px 0px 5px 46px !important;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        font-size: 12px;
        font-weight: 700;
    }

    #navbar_main .dropdown-menu:after {
        display: none;
    }

    .search-box {
        display: none !important;
    }

    .navbar-nav li:not(:last-child) {
        border-bottom: 1px solid #2e3237;
    }

    #navbar_main .dropdown-menu {        
        border-top: 0px solid transparent;
    }
    #navbar_main .dropdown-item {
        border-bottom: 1px solid #2e3237;
    }
    #navbar_main .dropdown-item:last-child {
        border-bottom: 0px solid transparent;
    }
}

@media (min-width: 1024px) and (max-width: 1024px) {
    .nav-link {
        font-size: 14px;
    }
    .logo img {
        width: 130px;
    }
}  
/* Header Responsive End */
/* HEADER END */

/* FOOTER START */
#footer .social-icons {
    font-size: 14px;
    padding: 0;
}

#footer .social-icons li a {
    color: #484848;
}

#footer .social-icons li a,
#footer .social-icons li a:active,
#footer .social-icons li a:focus,
#footer .social-icons li a:hover {
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

#footer .social-icons li a:hover {
    color: #0ac876;
}

#footer .social-icons li:not(:first-child) {
    margin-left: 20px;
}

#footer {
    background-color: #eff1f4;
    /* border-top: 1px solid #e6e6e6; */
}

/* Footer Responsive Start */
@media all and (max-width:576px) {
    #footer {
        text-align: center;
    }
    #footer .row {
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important;
    }
    .copyright {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }
    .copyright > span:first-child {
        display: none;
    }
}

@media (max-width: 767.98px){
    #footer {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px){
    #footer {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}
/* Footer Responsive End */
/* FOOTER END */

/* BUTTONS START */
/* Button Style 1 Start */
.btn-style-1 {
    padding: 12px 36px;
    color: #fff;
    background-color: #efb312;
    border-radius: 30px;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
}

.btn-style-1:hover,.btn-style-1:active,.btn-style-1:focus {
    color: #fff;
    background-color: #f3c037;
}
/* Button Style 1 End */

/* Button Style 2 Start */
.btn-style-2 {
    padding: 12px 36px;
    color: #fff;
    background-color: #0ac876;
    border-radius: 30px;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
}

.btn-style-2:hover,.btn-style-2:active,.btn-style-2:focus {
    color: #fff;
    background-color: #1fde8b;
}
/* Button Style 2 End */

/* Button Style 3 Start */
.btn-style-3 {
    color: #1f1f1f;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
}

.btn-style-3:hover,.btn-style-3:active,.btn-style-3:focus {
    color: #0ac876;
}

.btn-style-3 img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-style-3:hover img {
    filter: brightness(0) saturate(100%) invert(71%) sepia(44%) saturate(5241%) hue-rotate(110deg) brightness(95%) contrast(92%);
}
/* Button Style 3 End */

/* Button Style 4 Start */
.btn-style-4 {
    padding: 12px 36px;
    color: #1f1f1f;
    background-color: #f1f1f1;
    border-radius: 30px;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
}

.btn-style-4:hover,.btn-style-4:active,.btn-style-4:focus {
    color: #1f1f1f;
    background-color: #f1f1f1;
}
/* Button Style 4 End */

/* Button Style 5 Start */
.btn-style-5 {
    font-size: 14px;
    padding: 10px 20px;
    color: #1f1f1f;
    background-color: #f1f1f1;
    border-radius: 30px;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
}

.btn-style-5:hover,.btn-style-5:focus {
    color: #fff;
    background-color: #0ac876;
}

.btn-style-5.active {
    color: #fff;
    background-color: #1fde8b;
}
/* Button Style 5 End */

/* Dropup Split Button Style Start */
.btn-dropup-style {
    border-radius: 30px;
}

.btn-dropup-style .btn-dropup-main {
    padding: 12px 28px;
    color: #fff;
    background-color: #0ac876;
    font-weight: 700;
    border: none;
    border-radius: 30px 0 0 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-dropup-style .btn-dropup-toggle {
    padding: 12px 16px;
    color: #fff;
    background-color: #0ac876;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-dropup-style .btn-dropup-main:hover,
.btn-dropup-style .btn-dropup-main:focus,
.btn-dropup-style .btn-dropup-toggle:hover,
.btn-dropup-style .btn-dropup-toggle:focus {
    background-color: #1fde8b;
    color: #fff;
    box-shadow: none;
    outline: none;
}
/* Dropup Split Button Style End */

/* BUTTONS END */

/* BORDERS START */
/* Borders Width Start */
.border-1 {
    border-width: 1px !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}
/* Borders Width End */

/* Border Colors Start */
.theme-border-color-1 {
    border-color: #1f1f1f !important;
}

.theme-border-color-2 {
    border-color: #0ac876 !important;
}

.theme-border-color-3 {
    border-color: #efb312 !important;
}

.theme-border-color-4 {
    border-color: #f1f1f1 !important;
}

.theme-border-color-5 {
    border-color: #78787b !important;
}
/* Border Colors End */
/* BORDERS END */

/* MODAL START */
/* Custom Popup Start */
.custom-popup {
    padding: 25px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: none !important;
    overflow-y: auto;
}

.modal-open .modal {
    padding-right: 0px !important;
}
/* Custom Popup End */

/* Popup Close Button Start */
.modal-close-button {
    color: #1f1f1f;
    font-size: 20px;
    text-decoration: none;
    outline: none;
}

.modal-close-button:hover {
    color: #1f1f1f;
}
/* Popup Close Button End */
/* MODAL END */

/* PAGES START */
/* Features Box Start */
.features-box {
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.07);
    padding: 30px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.features-box:hover {
    -webkit-box-shadow: 0px 6px 36px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 36px rgba(0, 0, 0, 0.2);
}
/* Features Box End */

/* Gallery Start */
.photo-gallery-button img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.photo-gallery-button img:hover {
    opacity: .6;
}
/* Gallery End */

/* Parallax Video Player Start */
.parallax {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden;
    background-attachment: fixed !important;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}

.parallax-opacity-bg-gradient {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right top, #2f0959, #3b1059, #5c2359, #b85457, #fd7956);
}

.parallax-section {
    padding: 160px 0;
    background-image: url('../img/parallax-image-min.jpg');
}

.play-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #efb312;
    width: 75px;
    height: 75px;
    z-index: 2;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
}
/* Parallax Video Player End */

/* Team Start */
.team-box {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    background: transparent;
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s;
}

.team-box:hover {
    transform: translate3d(0,-6px,0);
}

.team-wrapper img {
    object-fit: cover;
    width: 250px;
    height: 250px;
    border-radius: 50%;
}
/* Team End */

/* Contact Start */
.contact-icons-item i {
    font-size: 44px;
}
/* Contact End */

/* Call to Action Start */
.call-content {
    font-size: 32px;
    line-height: 42px;
}

.call-btn {
    text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .call-content {
        font-size: 28px;
        line-height: 36px;
    }
    .call-btn {
        text-align: right;
    }
}

@media (max-width: 768px) {
    .call-to-action {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}

@media (max-width: 768px) {
    .call-content {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 576px) {
    .call-content {
        text-align: center;
        font-size: 20px;
        line-height: 26px;
    }
    .call-btn {
        text-align: center;
    }
}
/* .call-to-action .call-btn */
/* Call to Action End */

/* Form Start */
form label.error {
    color: #FE378C !important;
    margin-bottom: 0px;
    margin-top: 6px;
    font-size: 14px;
}
/* Form End */

/* Datepicker Start  */
.gj-picker-bootstrap {
    background-color: #ffffff !important;
    border-color: #E5E5E5 !important;
    color: #1f1f1f !important;
}

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background-color: #efb312 !important;
}

.gj-picker-bootstrap table tr td.focused div,
.gj-picker-bootstrap table tr td.gj-cursor-pointer div:hover {
    background: #E5E5E5 !important;
    color: #1f1f1f !important;
}

.gj-picker-bootstrap table tr td.today div {
    color: #1f1f1f;
}
/* Datepicker End  */

/* Events Start */
.table {
    color: #484848 !important;
}

.table thead th {
    border-top: none !important;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-color: #e6e6e6;
    padding: 15px;
}

.table .avatar-image {
    height: 80px; 
    min-width: 80px; 
    max-width: 80px;
}

.table .avatar-image>img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.table th, .table td {
    vertical-align: middle;
}

.table .table-btn {
    cursor: pointer;
    color: #484848;
}

.table .table-btn:hover {
    color: #484848;
}

.table .table-btn i {
    font-size: 18px;
}

.table tr {
    cursor: pointer;
}

.modal-image-wrapper i {
    color: #484848 !important;
    margin-right: 8px;
}

.modal-image {
    height: 150px; 
    min-width: 150px; 
    max-width: 150px;
}

.modal-image>img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

@media screen and (max-width: 767.98px) {
    #pills-tab .nav-item:not(:last-child) {
        margin-bottom: 10px;        
    }
    #pills-tab .nav-item {
        margin-left: 0px !important;
    }
}
/* Events End */

/* PAGES END */

/* CUSTOM INPUT & TEXT AREA & RADIO START */
/* Radio Button Start */
.hrkit-rtext {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 400;
    vertical-align: text-top;
    line-height: 21px;
}

.hrkit-rbut {
    display: inline;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hrkit-rbut:not(:last-child) {
    margin-right: 20px;
}

.hrkit-rbut input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.hrkit-rmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
}

.hrkit-rbut:hover input~.hrkit-rmark {
    background-color: #ffffff !important;
}

.hrkit-rbut input:checked~.hrkit-rmark {
    background-color: #ffffff !important;
    border: 1px solid #efb312 !important;
}

.hrkit-rmark:after {
    content: "";
    position: absolute;
    display: none;
}

.hrkit-rbut input:checked~.hrkit-rmark:after {
    display: block;
}

.hrkit-rbut .hrkit-rmark:after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1f1f1f;
}
/* Radio Button End */

/* Checkbox Button Start */
.hrkit-cbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hrkit-cbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.hrkit-cmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #ffffff;
    border: 1px solid #efb312;
    border-radius: 3px;
}

.hrkit-cmark:after {
    content: "";
    position: absolute;
    display: none;
}

.hrkit-cbox input:checked~.hrkit-cmark:after {
    display: block;
}

.hrkit-cbox .hrkit-cmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #1f1f1f;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Checkbox Button End */

/* Input & Textarea Start */
.hrkit-input {    
    background-color: transparent;
    border: none;
    border: 1px solid #e6e6e6;
    padding: 0px 15px;
    height: 50px;
    color: #1f1f1f;
    border-radius: 6px !important;
    width: 100%;
    box-shadow: none !important;
}

.hrkit-input::-moz-placeholder {
    color: #1f1f1f;
}

.hrkit-input:-ms-input-placeholder {
    color: #1f1f1f;
}

.hrkit-input::-webkit-input-placeholder {
    color: #1f1f1f;
}

.hrkit-input:focus,
textarea.hrkit-input:focus {
    outline: 0px none;
    box-shadow: none;
    border-color: #1f1f1f !important; 
}

textarea.hrkit-input {
    padding: 10px 20px;
}
/* Input & Textarea End */
/* CUSTOM INPUT & TEXT AREA & RADIO END */