/********** Template CSS **********/
:root {
    --primary: #81c443;
    --secondary: #81c443;
    --light: #F8F8F8;
    --dark: #0f1b0e;
    --third:#4f65ae;
   
}
body{
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
.search_form {
    color: #555;
    display: flex;
    padding: 2px;
    border: 2px solid var(--primary);
    border-radius: 5px;
    justify-content: space-between;
    width: 80%;
  }
  input[type="search"] {
    border: none;
    background: transparent;
    margin: 0;
    padding: 7px 8px;
    font-size: 14px;
    color: inherit;
    border: 1px solid transparent;
    border-radius: inherit;
    width: 90%;
  }
  .job_details{
    text-align: justify;
  }
  .job_icon{
list-style: none;
display: flex;
  }
  input[type="search"]::placeholder {
    color: #bbb;
  }
  .search_button {
    text-indent: -999px;
    overflow: hidden;
    width: 20%;
    padding: 0;
    margin: 0;
    border: 2px solid var(--primary);
    border-radius: inherit;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
    cursor: pointer;
    opacity: 0.7;
  }
  
  .search_button:hover {
    opacity: 1;
  }
h1,h2,h3,h4,h5,h6 {
    font-family: 'Bebas Neue', cursive;;
}
#datatable{
    background: #fff;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}
.linear{
    background-image: linear-gradient(to right, #81c443 , #44a45c);
    color: #fff;
}
.border-linear{
    border: 1px solid linear-gradient(to right, #81c443 , #44a45c);
    
}
.sub-forum{
    cursor: pointer;
}
.sub-forum-info{
    display: flex;
    align-items: center;
    font-style: oblique;
}
.sub-poster img{
    width: 40px; 
    height: 40px;
    object-fit:contain;
    border: 1px solid var(--secondary);
    border-radius: 50%;
    margin-right: 5px;
}
.linear-text{
    background: -webkit-linear-gradient(#81c443 , #44a45c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
   
}
.job-search-card{
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    border-radius: 15px;

}
.job-search-card .search {
    margin-left: -10px;
    padding: 0px;
}
@media only screen and (max-width: 600px){
  
	.job-search-card .search {
    margin: 0px;
    
    }
   
    .job-search-card{
        width: 95%;
    }
}
/*** Job Listing ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}

.job-item {
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
    width: 100%;
    
}

.job-item:hover {
    border-color: rgba(0, 0, 0, .08);
    box-shadow: none;
}

/*** Section Title ***/
.section-title {
    position: relative;
    display: flex;
    align-items: end;
    font-weight: 500;
    text-transform: uppercase;
}

.section-title span:first-child,
.section-title span:last-child {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    width: 100px;
    height: 2px;
}

.section-title span:last-child {
    margin-right: 0;
    margin-left: 30px;
}

.section-title span:first-child::after,
.section-title span:last-child::after {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    top: 0;
    right: -150px;
    margin-top: -2px;
}

.section-title span:last-child::after {
    right: auto;
    left: -125px;
}

.section-title.text-primary span:first-child,
.section-title.text-primary span:last-child,
.section-title.text-primary span:first-child::after,
.section-title.text-primary span:last-child::after {
    background: var(--secondary);
}

.section-title.text-secondary span:first-child,
.section-title.text-secondary span:last-child,
.section-title.text-secondary span:first-child::after,
.section-title.text-secondary span:last-child::after {
    background: var(--secondary);
}

.section-title.text-white span:first-child,
.section-title.text-white span:last-child,
.section-title.text-white span:first-child::after,
.section-title.text-white span:last-child::after {
    background: #FFFFFF;
}
.carousel-card {
    background-color: #fff;
    border: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   
}

.carousel-image-container {
    position: relative
}

.carousel-thumbnail-image {
    border-radius: 10px !important
}

.carousel-discount {
    background-color:rgba(0, 0, 0, 0.5);;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
    border-radius: 6px;
    color: #fff
}


.carousel-first {
    position: absolute;
    width: 100%;
    padding: 9px
}

.carousel-dress-name {
    font-size: 16px;
    padding: 5px;
    font-weight: bold;
    
}






h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}
.top_bar img{
    width: 30%;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 10px;
    padding: 30px 0;
    color: var(--primary);
    font-weight: 600;
    text-transform: capitalize;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    border: 1px solid transparent;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 500px;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .5);
}
.bar_image{
    display: none;
}
@media (max-width: 992px) {
.bar_image{
    display: block;
    
}
}
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    color: var(--secondary);
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}


/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background: var(--dark);
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}


/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}


/*** Service ***/
.service-text{
   height: 200px;
}
.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-item .service-text {
    background: var(--light);
    transition: .5s;
    width: -webkit-fill-available;
}

.service-item:hover .service-text {
    background: rgba(156, 155, 155, 0.7);
}

.service-item * {
    transition: .5;
}

.service-item:hover * {
    color: #FFFFFF;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Project ***/
.project .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.project .nav .nav-link.active {
    background: var(--primary);
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color: var(--primary);
    background: var(--light);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}
.reviews h3 {
    font-size: 1.6rem;
    letter-spacing: -.01em;
}

.review {
    padding-bottom: 1.3rem;
    border-bottom: .1rem solid #ebebeb
}

.review:last-child {
    margin-bottom: 0
}

.review .col-auto {
    width: 120px;
    padding-right: 2rem
}

.review h4 {
    color: #333;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: -.01em;
}

.review h4 a {
    color: inherit
}


.testimonial-carousel .owl-dots {
   
    display: none;

}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}
.owl-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #777777;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
  
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #777777;
}
.date-control{
    outline: none;
    width: 100%;
    border:none;
    outline-width: 0;
    padding: 5px 0px;
    border-bottom: 1px solid #D2D2D2;
   
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}
.hero-section {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem
}

@media(min-width: 768px) {
    .hero-section {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem
    }
}

.hero-section p+p {
    margin-top: -6px
}

.hero-section .btn {
    min-width: 13rem
}

.hero-section .container .hero-decoration-md {
    position: relative;
    padding: 36px 0 0
}

@media(min-width: 768px) {
    .hero-section .container .hero-decoration-md {
        padding: 0;
        margin: 7px -14px 0 0
    }
}

@media(min-width: 768px) {
    .hero-section .container .hero-decoration-md [class=circle] {
        width: 1156px;
        top: -870px;
        right: -700px
    }
}

.hero-section-video {
    position: relative;
    z-index: 1;
    min-height: calc(100vh - 80px);
    background-color: rgba(0, 66, 124, .68) !important;
    background-blend-mode: multiply
}

@media(min-width: 768px) {
    .hero-section-video {
        background-blend-mode: normal;
        min-height: 618px
    }
}

.hero-section-video:before {
    content: "";
    background: linear-gradient(89.95deg, #00427c 0.05%, rgba(0, 66, 124, 0.64) 45.08%, rgba(0, 66, 124, 0) 72.9%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1
}

.hero-section-video .bg-video {
    overflow: hidden
}

.hero-section-video iframe {
    position: relative
}
.circle {
    position: absolute;
    border-radius: 50%;
    top: -3px;
    right: -93px;
    width: 192px;
    z-index: -1
}

@media(min-width: 768px) {
    .circle {
        width: 300px;
        top: -100px;
        right: -100px
    }
}

@media(min-width: 992px) {
    .circle {
        width: 520px;
        top: -223px;
        right: -147px
    }
}
.hero-visual {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 60px auto 0px;
    max-width: 300px
}

@media(min-width: 768px) {
    .hero-visual {
        margin: -18px 0 0;
        padding: 0 53px 0 0;
        max-width: none
    }
}
.fill-cyan {
    fill:  #4f65ae
}
.fill-danger{
    fill: var(--primary);
}


.hero-visual img {
    max-width: 100%
}

.hero-visual .circle:nth-child(1) {
    width: 226px;
    top: 50%;
    margin-top: -113px;
    right: -135px
}

@media(min-width: 768px) {
    .hero-visual .circle:nth-child(1) {
        margin: 0;
        transform: translateY(0);
        width: 530px;
        top: -259px;
        right: -252px
    }
}

.hero-visual .circle:nth-child(2) {
    width: 58px;
    top: 37px;
    right: 175px;
    margin: 0
}

@media(min-width: 768px) {
    .hero-visual .circle:nth-child(2) {
        width: 146px;
        top: 209px;
        right: -12px
    }
}

@media(min-width: 768px) {
    .hero-visual-type-1 {
        margin: -29px 0 0;
        padding: 0 16px 0 0
    }
}

@media(min-width: 768px) {
    .hero-visual-type-1 .circle:nth-child(1) {
        right: -245px;
        top: -234px
    }
}

@media(min-width: 768px) {
    .hero-visual-type-1 .circle:nth-child(2) {
        right: -33px;
        top: 235px;
        width: 130px
    }
}
.pricing_card{
    border: 1px solid #F8F8F8 ;
    border-radius: 10px;
   
}
.pricing_header {
    border-bottom: 2px solid var(--primary);
    

}
#hero_icon img{
    
}