:root {
    --primary: #5ba550;
    --secondary: #0B2154;
    --light: #F2F2F2;
    --dark: #111111;
}
.page-wrapper{overflow:hidden;}
.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}




/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    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;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar{
    /*border-radius: 20px 20px 0 0;*/
    padding:10px;
    
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}


.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 19px 0 0 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}
/*.carousel-item{height:600px;}*/
@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
    /*.carousel-item{height:400px;}*/
}
.navbar-brand{padding-left:50px;}
.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}
.navbar-light .navbar-nav ul{list-style-type: none;}
.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0px;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}



.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(0, 0, 0, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Service ***/
.service .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.service .nav .nav-link.active {
    background: var(--primary);
}

.service .nav .nav-link.active h4 {
    color: #FFFFFF !important;
}


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-2.jpg) center center no-repeat;
    background-size: cover;
}

.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);
}


/*** Team ***/

.team-item  {
    background: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 5px 5px 5px var(--bs-gray);
}
.team-item  .bg-light{background:var(--primary)!important;
    color:#fff;
}
.team-item .team-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transform: scale(0);
    transition: .5s;
    opacity:0.9;
}

.team-item:hover .team-overlay {
    transform: scale(1);
}

.team-item .team-overlay .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-overlay .btn:hover {
    color: #FFFFFF;
    background: var(--secondary)
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url(../img/carousel-bg-1.jpg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
#myVideo {
    position: absolute;
    right: 0;
    /* bottom: 0; */
    width: 100%;
     height: 100%; 
    object-fit: cover;
  }

  /* .carousel-inner{height: 500px;} */
  .service .nav-pills .nav-link.active .fa-car-side{display:block}
  .service .nav-pills .nav-link.active .fa-car{display:none}
  .service .nav-pills .nav-link .fa-car-side{display:none}
  .service .nav-pills .nav-link .fa-car{display:block}
#header-carousel{height: 600px;
overflow: hidden;
}


  /* .carousel-wrap {
    margin: 90px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
  } */
  
  /* fix blank or flashing items on carousel */

  .owl-carousel .item {
    position: relative;
    z-index: 100; 
    /* -webkit-backface-visibility: hidden;  */
  }
  
 
  .owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
  }
  
  .owl-nav i {
    font-size: 52px;
  }
  
  .owl-nav .owl-prev {
    left: -30px;
  }
  
  .owl-nav .owl-next {
    right: -30px;
  }



/*================================================
Blog Area CSS
=================================================*/
.blog-area .section-title {
    max-width: 100%;
  }
  
  .blog-area .section-title p {
    max-width: 100%;
  }
  
  .single-blog-post {
    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  }
  
  .single-blog-post .post-image {
    position: relative;
    overflow: hidden;
    height: 200px;
  }
  
  .single-blog-post .post-image a {
    display: block;
  }
  
  .single-blog-post .post-image a img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .single-blog-post .post-image .date {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    border-radius: 0 5px 0 0;
    padding: 10px 25px 0;
    z-index: 1;
    font-size: 14px;
    font-weight: 300;
  }
  
  .single-blog-post .post-image .date i {
    color: #005d98;
    margin-right: 2px;
  }
  
  .single-blog-post .post-content {
    padding: 25px;
    height: 330px;
  }
  
  .single-blog-post .post-content h3 {
    margin-bottom: 12px;
    line-height: 1.4;
    font-size: 20px;
    font-weight: 700;
   
  }
  
  .single-blog-post .post-content h3 a {
    display: inline-block;
  }
  
  .single-blog-post .post-content p {
    margin-bottom: 0;
  }
  
  .single-blog-post .post-content .read-more-btn {
    display: inline-block;
    margin-top: 20px;
    color: #005d98;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13.5px;
  }
  
  .single-blog-post .post-content .read-more-btn:hover {
    color: #005d98;
  }
  
  .single-blog-post:hover .post-image a img {
    -webkit-transform: scale(1.3) rotate(4deg);
    transform: scale(1.3) rotate(4deg);
  }
  
  .blog-notes {
    margin-top: 10px;
    text-align: center;
  }
  
  .blog-notes p {
    line-height: initial;
  }
  
  .blog-notes p a {
    display: inline-block;
    color: #005d98;
  }
  
  .blog-notes p a:hover {
    color: #130947;
  }
  
  /*================================================
  Blog Details Area CSS
  =================================================*/
  
  
  .cs-main-post img {
    object-fit: cover;
    width: 100%;
    height: 400px;
}
  
  .blog-details-desc .article-content {
    margin-top: 30px;
  }
  
  .blog-details-desc .article-content .entry-meta {
    margin-bottom: -8px;
  }
  
  .blog-details-desc .article-content .entry-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
  }
  
  .blog-details-desc .article-content .entry-meta ul li {
    position: relative;
    display: inline-block;
    color: #130947;
    margin-right: 20px;
  }
  
  .blog-details-desc .article-content .entry-meta ul li a {
    display: inline-block;
    color: #6d7a8c;
  }
  
  .blog-details-desc .article-content .entry-meta ul li a:hover {
    color: #005d98;
  }
  
  .blog-details-desc .article-content .entry-meta ul li i {
    color: #005d98;
    margin-right: 3px;
  }
  
  .blog-details-desc .article-content .entry-meta ul li::before {
    content: "";
    position: absolute;
    top: 12px;
    right: -15px;
    width: 6px;
    height: 1px;
    background: #005d98;
  }
  
  .blog-details-desc .article-content .entry-meta ul li:last-child {
    margin-right: 0;
  }
  
  .blog-details-desc .article-content .entry-meta ul li:last-child::before {
    display: none;
  }
  
  .blog-details-desc .article-content h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 23px;
    font-weight: 400;
  }
  
  .blog-details-desc .article-content .wp-block-gallery.columns-3 {
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  
  .blog-details-desc .article-content .wp-block-gallery.columns-3 li {
    -ms-flex: 0 0 33.3333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 10px;
    padding-left: 10px;
  }
  
  .blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
    margin-bottom: 0;
  }
  
  .blog-details-desc .article-content .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 30px;
  }
  
  .blog-details-desc .article-content .features-list li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 34px;
    color: #6d7a8c;
  }
  
  .blog-details-desc .article-content .features-list li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
    background-color: #faf5f5;
    color: #005d98;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    font-size: 11px;
    position: absolute;
    left: 0;
    top: -2px;
  }
  
  .blog-details-desc .article-content .features-list li:hover i {
    background-color: #005d98;
    color: #ffffff;
  }
  
  .blog-details-desc .article-content .features-list li:last-child {
    margin-bottom: 0;
  }
  
  .blog-details-desc .article-footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  
  .blog-details-desc .article-footer .article-tags {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    color: #6d7a8c;
  }
  
  .blog-details-desc .article-footer .article-tags span {
    display: inline-block;
    color: #130947;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 2px;
  }
  
  .blog-details-desc .article-footer .article-tags a {
    display: inline-block;
    color: #6d7a8c;
  }
  
  .blog-details-desc .article-footer .article-tags a:hover {
    color: #005d98;
  }
  
  .blog-details-desc .article-footer .article-share {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .blog-details-desc .article-footer .article-share .social {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0;
  }
  
  .blog-details-desc .article-footer .article-share .social li {
    display: inline-block;
  }
  
  .blog-details-desc .article-footer .article-share .social li span {
    display: inline-block;
    margin-right: 2px;
    font-weight: 500;
    color: #6d7a8c;
  }
  
  .blog-details-desc .article-footer .article-share .social li a {
    display: block;
    color: #005d98;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background-color: #eeeef0;
    text-align: center;
    font-size: 14px;
  }
  
  .blog-details-desc .article-footer .article-share .social li a:hover {
    color: #ffffff;
    background-color: #005d98;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  
  .comments-area {
    padding: 25px;
    margin-top: 30px;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    background-color: #ffffff;
  }
  
  .comments-area .comments-title {
    position: relative;
    margin-bottom: 30px;
    line-height: initial;
    font-size: 23px;
    font-weight: 400;
  }
  
  .comments-area .comments-title::before {
    content: "";
    height: 25px;
    width: 3px;
    left: -25px;
    position: absolute;
    background: #005d98;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .comments-area ol,
  .comments-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  
  .comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  
  .comments-area .children {
    margin-left: 20px;
  }
  
  .comments-area .comment-body {
    border-bottom: 1px solid #eeeeee;
    padding-left: 65px;
    color: #130947;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  
  .comments-area .comment-body .reply {
    margin-top: 15px;
  }
  
  .comments-area .comment-body .reply a {
    border: 1px solid #ded9d9;
    color: #130947;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-size: 13px;
    font-weight: 700;
  }
  
  .comments-area .comment-body .reply a:hover {
    color: #ffffff;
    background-color: #005d98;
    border-color: #005d98;
  }
  
  .comments-area .comment-body p {
    font-size: 14px;
  }
  
  .comments-area .comment-author {
    font-size: 15px;
    margin-bottom: 0.3em;
    position: relative;
    z-index: 2;
  }
  
  .comments-area .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px;
  }
  
  .comments-area .comment-author .fn {
    font-weight: 400;
  
  }
  
  .comments-area .comment-author .says {
    display: none;
  }
  
  .comments-area .comment-metadata {
    margin-bottom: 0.8em;
    color: #6d7a8c;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
  }
  
  .comments-area .comment-metadata a {
    color: #6d7a8c;
  }
  
  .comments-area .comment-metadata a:hover {
    color: #005d98;
  }
  
  .comments-area .comment-respond {
    margin-top: 30px;
  }
  
  .comments-area .comment-respond .comment-reply-title {
    margin-bottom: 0;
    position: relative;
    font-size: 23px;
    font-weight: 400;
  }
  
  .comments-area .comment-respond .comment-reply-title::before {
    content: "";
    height: 25px;
    width: 3px;
    left: -25px;
    position: absolute;
    background: #005d98;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .comments-area
    .comment-respond
    .comment-reply-title
    #cancel-comment-reply-link {
    display: inline-block;
  }
  
  .comments-area .comment-respond .comment-form {
    overflow: hidden;
  }
  
  .comments-area .comment-respond .comment-notes {
    margin-bottom: 0;
    margin-top: 10px;
  }
  
  .comments-area .comment-respond .comment-notes .required {
    color: red;
  }
  
  .comments-area .comment-respond .comment-form-comment {
    margin-top: 15px;
    float: left;
    width: 100%;
  }
  
  .comments-area .comment-respond label {
    display: block;
    font-weight: 700;
    color: #130947;
    margin-bottom: 5px;
  }
  
  .comments-area .comment-respond input[type="date"],
  .comments-area .comment-respond input[type="time"],
  .comments-area .comment-respond input[type="datetime-local"],
  .comments-area .comment-respond input[type="week"],
  .comments-area .comment-respond input[type="month"],
  .comments-area .comment-respond input[type="text"],
  .comments-area .comment-respond input[type="email"],
  .comments-area .comment-respond input[type="url"],
  .comments-area .comment-respond input[type="password"],
  .comments-area .comment-respond input[type="search"],
  .comments-area .comment-respond input[type="tel"],
  .comments-area .comment-respond input[type="number"],
  .comments-area .comment-respond textarea {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .comments-area .comment-respond input[type="date"]:focus,
  .comments-area .comment-respond input[type="time"]:focus,
  .comments-area .comment-respond input[type="datetime-local"]:focus,
  .comments-area .comment-respond input[type="week"]:focus,
  .comments-area .comment-respond input[type="month"]:focus,
  .comments-area .comment-respond input[type="text"]:focus,
  .comments-area .comment-respond input[type="email"]:focus,
  .comments-area .comment-respond input[type="url"]:focus,
  .comments-area .comment-respond input[type="password"]:focus,
  .comments-area .comment-respond input[type="search"]:focus,
  .comments-area .comment-respond input[type="tel"]:focus,
  .comments-area .comment-respond input[type="number"]:focus,
  .comments-area .comment-respond textarea:focus {
    border-color: #005d98;
  }
  
  .comments-area .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  
  .comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 20px;
  }
  
  .comments-area .comment-respond .comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  
  .comments-area .comment-respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  
  .comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 6px;
  }
  
  .comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    color: #6d7a8c;
    font-weight: normal;
    position: relative;
    top: -2px;
  }
  
  .comments-area .comment-respond .form-submit {
    float: left;
    width: 100%;
  }
  
  .comments-area .comment-respond .form-submit input {
    background: #005d98;
    border: none;
    color: #ffffff;
    padding: 12px 35px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
  }
  
  .comments-area .comment-respond .form-submit input:hover,
  .comments-area .comment-respond .form-submit input:focus {
    color: #ffffff;
    background-color: #130947;
  }
  
  blockquote,
  .blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 50px !important;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  
  blockquote p,
  .blockquote p {
    color: #130947;
    line-height: 1.5;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 800;
    font-size: 20px !important;
  }
  
  blockquote cite,
  .blockquote cite {
    display: none;
  }
  
  blockquote::before,
  .blockquote::before {
    color: #efefef;
    content: "\f10e";
    position: absolute;
    left: 50px;
    top: -50px;
    z-index: -1;
    font-family: "Font Awesome 5 Free";
    font-size: 140px;
    font-weight: 900;
  }
  
  blockquote::after,
  .blockquote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #005d98;
    margin-top: 20px;
    margin-bottom: 20px;
  }
.count{display: flex;
justify-content: center;}  
.count span{
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin-left: 8px;
}


.serviceBox{
  color: var(--color1);
  font-family: 'Poppins', sans-serif;
  text-align: center;
  padding: 12px 20px 35px;
  position: relative;
  z-index: 1;
}
.serviceBox:before{
  content: "";
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.5),0 20px 0 var(--color1);
  position: absolute;
  left: 0;
  top: 53px;
  right: 0;
  bottom: 20px;
  z-index: -1;
}
.serviceBox .service-icon{
  background: #fff;
  font-size: 35px;
  line-height: 80px;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
  position: relative;
}
.serviceBox .service-icon i{ line-height:inherit; }
.serviceBox .service-icon:before,
.serviceBox .service-icon:after{
  content: "";
  background: linear-gradient(to top,transparent 49%,var(--color1) 50%);
  border-radius: 50%;
  position: absolute;
  top: -12px;
  left: -12px;
  bottom: -12px;
  right: -12px;
  z-index: -1;
}
.serviceBox .service-icon:after{
  background: var(--color2);
  height: 12px;
  width: 150px;
  border-radius: 0;
  transform: translateX(-50%);
  top: 29px;
  left: 50%;
  right: auto;
  bottom: auto;
  z-index: -2;
}
.serviceBox .title{
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.serviceBox .description{
  color:#666;
  font-size: 13px;
  line-height: 23px;
}
.serviceBox.black{
  --color1: #000;
  --color2: #3d3d3d;
}
.serviceBox.green{
  --color1: #5ba550;
  --color2: #47aa37;
}

@media only screen and (max-width: 1199px){
  .serviceBox{ margin: 0 0 30px; }
}


#news-slider{
  margin-top: 30px;
}
.post-slide{
  background: #fff;
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
  box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.post-slide .post-img{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: -12px 15px 8px 15px;
  margin-left: -10px;
}
.post-slide .post-img img{
  width: 100%;
  height: 220px;
  transform: scale(1,1);
  transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
  transform: scale(1.1,1.1);
}
.post-slide .over-layer{
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  opacity:0;
  background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
  transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
  opacity:1;
  text-decoration:none;
}
.post-slide .over-layer i{
  position: relative;
  top:45%;
  text-align:center;
  display: block;
  color:#fff;
  font-size:25px;
}
.post-slide .post-content{
  background:#fff;
  padding: 2px 20px 40px;
  border-radius: 15px;
}
.post-slide .post-title a{
  font-size:15px;
  font-weight:bold;
  color:#333;
  display: inline-block;
  text-transform:uppercase;
  transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
  text-decoration: none;
  color:#3498db;
}
.post-slide .post-description{
  line-height:24px;
  color:#808080;
  margin-bottom:25px;
}
.post-slide .post-date{
  color:#a9a9a9;
  font-size: 14px;
}
.post-slide .post-date i{
  font-size:20px;
  margin-right:8px;
  color: #CFDACE;
}
.post-slide .read-more{
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  /* background: #2196F3; */
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #000;
  border-radius: 25px;
  text-transform: uppercase;
}
.post-slide .read-more:hover{
  background: #000;
  text-decoration:none;
  color:#fff;
}
.owl-controls .owl-buttons{
  text-align:center;
  margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
  background: #fff;
  position: absolute;
  top:-13%;
  left:15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
  background: #fff;
  position: absolute;
  top:-13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
  content:"\f104";
  font-family: FontAwesome;
  color: #333;
  font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
  content:"\f105";
}
@media only screen and (max-width:1280px) {
  .post-slide .post-content{
      padding: 0px 15px 25px 15px;
  }
}

@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255));
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));
}

.logo_items {
  display: inline-block;
  animation: 35s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img{
  height: 80px;
}
.service-img{
  border:10px solid #fff;
  box-shadow: 10px 10px 10px #ccc;
  border-radius: 20px;
}
.gallery-block img{border:10px solid #ccc;
  box-shadow: 10px 10px 10px #ccc;
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
  height: 260px;
  margin-bottom: 20px;
}
  .gallery-block img:hover{border:10px solid #5ba550;}
  
  
.floating_btn {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}



.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
  border:1px solid #ccc;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.join-block{background:#eee;
    border-radius:50px;
    box-shadow:10px 10px 10px #ccc;
    border:1px solid #ccc;
    margin:20px auto;
    padding:50px;
    
    
}
.content-box .text b{color:var(--primary);font-weight:400;position:relative;padding-left:20px;}

.content-box .text b:before{
    content:"◈";
    /*background:var(--primary);*/
    /*padding:5px;*/
    color:var(--primary);
    /*border-radius:50%;*/
    font-size:20px;
    position:absolute;
    left:0px;
    top:-7px;
    /*font-family: "Font Awesome ";*/
    
}
.dropdown-menu{min-width:200px;padding:0;}

.dropdown-menu a{border-bottom:1px dashed #ccc;padding:10px;}
.dropdown-menu a:hover{background:var(--primary);color:#fff;}
.panel-body{padding:20px!important;}
.btn-check:focus+.btn-primary, .btn-primary:focus{box-shadow:none;}







.box{
    background: linear-gradient(to right, #0eae57 0%, #0c7475 100% );
    position: relative;
    overflow: hidden;
    border-radius:30px;
}
.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after{
    content: "";
    background: #fff;
    width: 0;
    height: 4px;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
    transition: all 600ms ease;
}
.box:after{
    top: auto;
    bottom: 30px;
    left: auto;
    right: 30px;
}
.box .box-content:before,
.box .box-content:after{
    width: 4px;
    height: 0;
}
.box .box-content:after{
    left: auto;
    right: 30px;
    top: auto;
    bottom: 30px;
}
.box:hover:before,
.box:hover:after{    
    width: calc(100% - 60px);
}
.box:hover .box-content:before,
.box:hover .box-content:after{
    height: calc(100% - 60px);
}
.box img{
    width: 100%;
    height: auto;
    transform: scale3d(1.1, 1.1, 1);
    transition: all 0.25s linear;
    object-fit:cover;
}
.box:hover img{
    opacity: 0.25;
    transform: scale(1.25);
}
.box .inner-content{
    color: #fff;
    text-align:left;
    width: 80%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 70%;
    left: 50%;
    transition: all 600ms ease;
}
.box:hover .inner-content{
    opacity: 1;
    top: 50%;
}
.box .title{
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 3px;
    color:#fff;
}
.box .post{
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 12px;
    display: block;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 600px;
}
.carousel-item{height:100%;}


@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 240px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #header-carousel {
    height: 240px!important;
    overflow: hidden;
}
.carousel-caption {
    top: 0px;
   
}
.count span {
    font-size: 18px!important;}
 #header-carousel h1 {margin-bottom:0!important;}
 .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 250px;
}
}