    /********** Template CSS **********/
    
     :root {
        --primary: #009CFF;
        --secondary: #777777;
        --light: #F8F8F8;
        --dark: #252525;
    }
    
    p {
        text-align: justify;
    }
    body,html{
        overflow-x: hidden;
        overflow-y: auto;
    }
    
    .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 {
        color: #FFFFFF;
    }
    
    .btn-square {
        width: 38px;
        height: 38px;
    }
    
    .btn-sm-square {
        width: 32px;
        height: 32px;
    }
    
    .btn-lg-square {
        width: 38px;
        height: 38px;
    }
    
    .btn-square,
    .btn-sm-square,
    .btn-lg-square {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: normal;
    }
    /*** 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: 30px; */
        padding: 10px 10px;
        color: white;
        /* font-weight: 500; */
        outline: none;
/*        border-right: 1px #138510 solid;*/
        font-size: 14px;
        
    }
    
    .navbar .navbar-nav .nav-link:last-child {
        border-right: none;
    }
    
    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link.active {
        color: var(--dark);
    }
    
    .navbar.sticky-top {
        top: -100px;
        transition: .5s;
    }
    
    @media (max-width: 991.98px) {
        .navbar .navbar-nav .nav-link {
            margin-right: 0;
            padding: 8px 0;
        }
        .navbar .navbar-nav {
            margin-top: 8px;
            border-top: 1px solid rgba(256, 256, 256, .1)
        }
    }
    
    @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;
            background-color: #c8eb81;
        }
        .navbar .nav-item:hover .dropdown-menu {
            transform: rotateX(0deg);
            visibility: visible;
            transition: .5s;
            opacity: 1;
        }
    }
    /*** Header ***/
    
    #header-carousel .carousel-caption {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
       /* background: rgba(0, 0, 0, .2);
        z-index: 1;*/
    }
    
    #header-carousel .carousel-control-prev,
    #header-carousel .carousel-control-next {
        width: 10%;
    }
    
    #header-carousel .carousel-control-prev-icon,
    #header-carousel .carousel-control-next-icon {
        width: 3rem;
        height: 3rem;
    }
    
    @media (max-width: 768px) {
        #header-carousel .carousel-item {
            position: relative;
            min-height: 500px;
        }
        #header-carousel .carousel-item img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    
    #header-carousel .carousel-indicators [data-bs-target] {
        width: 60px;
        height: 60px;
        text-indent: 0;
        margin-bottom: 15px;
        border: 2px solid #FFFFFF;
        border-radius: 60px;
        overflow: hidden;
    }
    
    #header-carousel .carousel-indicators [data-bs-target] img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .page-header {
        background: linear-gradient(#1704382c, #260c5425), url(../img/about-bg.jpg) center center no-repeat;
        background-size: cover;
        height: 228px;
    }
    
    .breadcrumb-item+.breadcrumb-item::before {
        color: var(--secondary);
    }
    
    .page-header .breadcrumb-item+.breadcrumb-item::before {
        color: var(--light);
    }
    /*** Section Title ***/
    
    .section-title {
        position: relative;
        display: inline-block;
        text-transform: uppercase;
    }
    
    .section-title::before {
        position: absolute;
        content: "";
        width: calc(100% + 80px);
        height: 2px;
        top: 4px;
        left: -40px;
        background: var(--primary);
        z-index: -1;
    }
    
    .section-title::after {
        position: absolute;
        content: "";
        width: calc(100% + 120px);
        height: 2px;
        bottom: 4px;
        left: -60px;
        background: var(--primary);
        z-index: -1;
    }
    
    .section-title.text-start::before {
        width: calc(100% + 40px);
        left: 0;
    }
    
    .section-title.text-start::after {
        width: calc(100% + 60px);
        left: 0;
    }
    /*** Img Border ***/
    
    .img-border {
        position: relative;
        height: 100%;
        min-height: 400px;
    }
    
    .img-border::before {
        position: absolute;
/*        content: "";*/
       /* top: 0;
        left: 0;*/
        right: 3rem;
        bottom: 3rem;
        /* border: 5px solid var(--primary); */
       border: 5px solid black;
        border-radius: 6px;
    }
    
    .img-border img {
       position: absolute;
    top: 3rem;
    left: -1rem;
    /* width: calc(100% - 3rem); */
    /* height: calc(100% - 3rem); */
    object-fit: cover;
    border-radius: 6px;
    width: 461px;
    }
    /*** Facts ***/
    
    .fact-item {
        transition: .5s;
    }
    
    .fact-item:hover {
        margin-top: -10px;
        background: #FFFFFF !important;
        box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    }
    /*** Service ***/
    
    .service-item {
        box-shadow: 0 0 45px rgba(0, 0, 0, .07);
        border: 1px solid transparent;
        transition: .5s;
    }
    
    .service-item:hover {
        margin-top: -10px;
        box-shadow: none;
        border: 1px solid #DEE2E6;
    }
    /*** Feature ***/
    
    .progress {
        height: 5px;
    }
    
    .progress .progress-bar {
        width: 0px;
        transition: 3s;
    }
    /*** Project ***/
    
    .project-item a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        background: rgba(0, 0, 0, .5);
        border-radius: 6px;
        opacity: 0;
        transition: .5s;
    }
    
    .project-item:hover a {
        opacity: 1;
    }
    
    .project-carousel .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    
    .project-carousel .owl-dot {
        width: 35px;
        height: 35px;
        margin: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #DEE2E6;
        border-radius: 35px;
        transition: .5s;
    }
    
    .project-carousel .owl-dot:hover,
    .project-carousel .owl-dot.active {
        color: #FFFFFF;
        border-color: var(--primary);
        background: var(--primary);
    }
    /*** Team ***/
    
    .team-item {
        box-shadow: 0 0 45px rgba(0, 0, 0, .12);
    }
    
    .team-item .team-text {
        position: relative;
        height: 65px;
        overflow: hidden;
    }
    
    .team-item .team-title {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: .5s;
    }
    
    .team-item:hover .team-title {
        top: -65px;
    }
    
    .team-item .team-social {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 65px;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FFFFFF;
        transition: .5s;
    }
    
    .team-item .team-social .btn {
        margin: 0 3px;
    }
    
    .team-item:hover .team-social {
        top: 0;
    }
    /*** Testimonial ***/
    
    .testimonial-carousel .owl-item .testimonial-item img {
        width: 60px;
        height: 60px;
    }
    
    .testimonial-carousel .owl-item .testimonial-item,
    .testimonial-carousel .owl-item .testimonial-item * {
        transition: .5s;
    }
    
    .testimonial-carousel .owl-item.center .testimonial-item {
        background: var(--primary) !important;
    }
    
    .testimonial-carousel .owl-item.center .testimonial-item * {
        color: #FFFFFF !important;
    }
    
    .testimonial-carousel .owl-nav {
        margin-top: 30px;
        display: flex;
        justify-content: center;
    }
    
    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        margin: 0 12px;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #DEE2E6;
        border-radius: 50px;
        font-size: 18px;
        transition: .5s;
    }
    
    .testimonial-carousel .owl-nav .owl-prev:hover,
    .testimonial-carousel .owl-nav .owl-next:hover {
        color: #FFFFFF;
        border-color: var(--primary);
        background: var(--primary);
    }
    /*** Footer ***/
    
    .footer .btn.btn-link {
        display: block;
        margin-bottom: 5px;
        padding: 0;
        text-align: left;
        color: var(--secondary);
        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;
        color: var(--secondary);
        margin-right: 10px;
    }
    
    .footer .btn.btn-link:hover {
        color: var(--primary);
        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 .copyright a:hover {
        color: var(--primary);
    }
    
    .social-icon-bar {
        position: fixed;
        top: 52%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -1PX;
    }
    
    .social-icon-bar a {
        display: block;
        text-align: center;
        padding: 6px 8px;
        transition: all 0.3s ease;
        color: white;
        font-size: 18px
    }
    
    .social-icon-bar a:hover {
        background-color: #000
    }
    
    .call {
        background: #fecc00;
        color: white
    }
    
    .Brouchure {
        background: #2b0318;
        color: white
    }
    
    .facebook {
        background: #3B5998;
        color: white
    }
    
    .twitter {
        background: #55ACEE;
        color: white
    }
    
    .google {
        background: #dd4b39;
        color: white
    }
    
    .linkedin {
        background: #007bb5;
        color: white
    }
    
    .youtube {
        background: #ff0000;
        color: white
    }
    
    .Download-Brouchure {
        transform: rotate(90deg)
    }
    
    .quickLinksContainer ul li {
        padding-left: 0px !important
    }
    
    .secondName {
        font-weight: 700;
        font-size: 17px
    }
    
    .img-border-kp {
        border: solid 2px #ccc;
        padding: 5px;
    }
    
    .kp_list {
        margin: 10px 0px;
    }
    
    .kp_list ul {
        list-style-type: none;
    }
    
    .kp_list ul li {
        position: relative;
        text-decoration: none;
        padding: 2px 0px;
        font-weight: 400;
    }
    
    .kp_list ul li i {
        padding: 0px 0px 0px 0px;
        font-size: 12px;
    }
    /* a {
        color: #18272F;
        position: relative;
        text-decoration: none;
    } */
    
    .kp_list ul li::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        border-radius: 4px;
        background-color: #18272F;
        bottom: 0;
        left: 0;
        transform-origin: right;
        transform: scaleX(0);
        transition: transform .3s ease-in-out;
    }
    
    .kp_list ul li:hover::before {
        transform-origin: left;
        transform: scaleX(1);
    }
    
    .KP_border_bottom {
        border-bottom: 5px solid #2abbff;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }
    
    .KP_border_bottom:hover {
        border-bottom: 5px solid #ff7b00;
        transform: scale(0.95);
    }


    #news-slider {
  margin-top: 80px;
}
.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: auto;
  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.5s 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 #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}
.post-slide .read-more:hover {
  background: #3498db;
  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;
  }
}

/* Adjust dropdown menu position */
.dropdown-menu .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* Style active link */
.dropdown-item.active,
.dropdown-item:active {
    background-color: rgba(0, 0, 0, 0.1);
}
.approved .affilated{
    font-size: 29px ;font-weight: 700 ;letter-spacing: 0px ;text-transform: none ;font-family: math;text-align: center;
}
.icon .img1{
    padding: 5px 15px;width: auto;width: 250px;max-height: 200px;

}
.icon.h5class{
    margin-left: 60px; padding: 10px;font-family: math;background-color: #e9e3e3;text-align: center;

}
@media only screen and (max-width: 780px) {
 .approved .affilated {
    margin-top: 476px;
  }
  .icon{
    margin-left: -92px;
  }
}
@media only screen and (max-width: 1600px) {
 .carousel-inner {
    
  }
}
  @media (max-width: 1600px) {
       .bg-success{
        width: 257px;
       }
 }


.home-testimonial{background-color: #231834;height: 380px}.home-testimonial-bottom{transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top: 20px;margin-bottom: 0px;position: relative;height: 130px;top: 190px}.home-testimonial h3{color: var(--orange);font-size: 14px;font-weight: 500;text-transform: uppercase}.home-testimonial h2{color: white;font-size: 28px;font-weight: 700}.testimonial-inner{position: relative;top: -174px}.testimonial-pos{position: relative;top: 24px}.testimonial-inner .tour-desc{border-radius: 5px;padding: 40px}.color-grey-3{font-family: "Montserrat", Sans-serif;font-size: 14px;color: #6c83a2}.testimonial-inner img.tm-people{width: 60px;height: 60px;-webkit-border-radius: 50%;border-radius: 50%;-o-object-fit: cover;object-fit: cover;max-width: none}.link-name{font-family: "Montserrat", Sans-serif;font-size: 14px;color: #6c83a2}.link-position{font-family: "Montserrat", Sans-serif;font-size: 12px;color: #6c83a2}