/********** Template CSS **********/
:root {
    --primary: #1b86b7;
    --secondary: #5F656F;
    --light: #F5F5F5;
    --dark: #1985b6;
}

.logo1 {

    height: 60px;
    width: 100%;

}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
h6,
.h5,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** 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 {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 30px;
    height: 30px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


.topbar-right {
    position: relative;
    background: #297337;
}

.topbar-right::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    top: 0;
    left: -15px;
    transform: skewX(-30deg);
    background-color: #297337;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    position: relative;
    padding-right: 50px;
    height: 75px;
    display: flex;
    align-items: center;
    /* background: var(--primary); */
}

.navbar .navbar-brand::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 100%;
    top: 0;
    right: -25px;
    transform: skewX(-30deg);
    /* background-color: var(--primary); */
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 20px 0;
    color: black;
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #297337;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@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;
        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;
    }
}

.navbar-nav {
    position: relative;
    left: 310px;
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 3.5rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%), url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Facts ***/
.facts {
    position: relative;
    margin: 6rem 0;
    background: #297337;
}

.facts .border {
    border-color: rgba(255, 255, 255, .1) !important;
}


/*** Features ***/
.btn-play {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--primary);
}

@media (max-width: 992px) {
    .btn-play {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #297337;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #297337;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid #FFFFFF;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.service-item {
    position: relative;
    margin: 65px 0 25px 0;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-img {
    position: absolute;
    padding: 12px;
    width: 130px;
    height: 130px;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

.service-item .service-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.service-item .service-title {
    position: absolute;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover .service-title {
    top: -100%;
}

.service-item .service-text {
    position: absolute;
    overflow: hidden;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    display: flex;
    align-items: center;
    text-align: center;
    background: rgba(2, 36, 91, .7);
    transition: .5s;
}

.service-item:hover .service-text {
    top: 0;
}

.service-item .service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    top: -100%;
    left: 0;
    transform: skewY(-12deg);
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover .service-text::before {
    top: -55px;
}

.service-item .btn {
    position: absolute;
    width: 130px;
    height: 50px;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    background: #FFFFFF;
    border: none;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

.service-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Project ***/
.project-carousel {
    position: relative;
    background: var(--dark);
}

.project-item {
    position: relative;
    display: block;
}

.project-item img {
    transition: .5s;
}

.project-item:hover img,
.project-carousel .owl-item.center img {
    margin-top: -60px;
}

.project-item .project-title {
    position: absolute;
    padding: 0 15px;
    width: 100%;
    height: 80px;
    bottom: -110px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--dark);
    transition: .5s;
}

.project-item:hover .project-title,
.project-carousel .owl-item.center .project-title {
    bottom: -60px;
}

.project-item .project-title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 30px;
    top: -15px;
    left: 0;
    transform: skewY(-5deg);
    background: var(--dark);
    transition: .5s;
}

.project-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    transition: .5s;
    opacity: 0;
    z-index: 1;
}

.project-carousel:hover .owl-nav {
    opacity: 1;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 30px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}


/*** Team ***/
.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    display: flex;
    align-items: center;
    background: var(--primary);
    transition: .5s;
}

.team-item:hover .team-social {
    left: 0;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Footer ***/
.footer {
    color: #ffffff;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #000000;
    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 {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, .1);
}


/* New Changes Made By BS */
.countryblock {
    display: block;
}

.countrylist {
    height: 100vh;
    display: flex;
    align-items: center;
}

.facts i {
    font-size: 20px;
}

.wrapper .panel {
    position: relative;
    /* margin: 50px 20px; */
    padding: 0 20px 20px;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 400px;
    text-align: center;
    background: #F1F1F1;
    border: 1px solid #30bb57;
    box-sizing: border-box;
    transition: border 200ms ease;
    cursor: pointer;
}

.wrapper .panel .readmore {
    position: absolute;
    bottom: 6%;
    color: white !important;
}

.wrapper .panel img {
    display: block;
    margin: 20px auto;
    text-align: center;
}

.wrapper .panel h3 {
    display: block;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding-top: 30px
        /* text-shadow: 0 2px 1px #FFF; */
}

.wrapper .panel p {
    font-size: 14px;
    color: black;
    /* text-shadow: 0 1px 1px #FFF; */
}

.wrapper .panel .slide {
    position: absolute;
    bottom: -450px;
    left: 0;
    z-index: 100;
    padding: 20px;
    height: 100%;
    width: 100%;
    text-align: left;
    background: #297337;
    box-sizing: border-box;
    transition: all 300ms 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.wrapper .panel .slide h4 {
    margin-bottom: 20px;
    text-align: left;
    text-shadow: none;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.wrapper .panel .slide ul li {
    padding: 5px 5px 5px 8px;
    line-height: 24px;
    font-size: 13px;
    color: #F0F0F0;
    border-bottom: 1px solid #3e737b;
}

.wrapper .panel .slide ul li:last-child {
    border: 0;
}

.wrapper .panel .slide ul li .fa {
    padding-right: 5px;
    color: #39cc62;
}

.panel:hover {
    border: 1px solid #30bb57;
}

.panel:hover .slide {
    bottom: 0;
    cursor: pointer;
}

.animated {
    animation-duration: 500ms;
    animation-fill-mode: both;
    animation-delay: 1s;
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-120%);
        -ms-transform: translateY(-120%);
        transform: translateY(-120%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

p.title {
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    height: 36px;
    width: 890px;
    background: #013d47;
    border: 1px solid #2ba74e;
    color: #FFF;
    text-align: center;
    border-radius: 5px;
}

.wrapper .service1 {
    background-image: url(../NEWIMAGES/service1.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.wrapper .service2 {
    background-image: url(../NEWIMAGES/service2.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.wrapper .service3 {
    background-image: url(../NEWIMAGES/service3.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.wrapper .service4 {
    background-image: url(../NEWIMAGES/service4.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.wrapper .service5 {
    background-image: url(../NEWIMAGES/service5.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.wrapper .service6 {
    background-image: url(../NEWIMAGES/service6.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.wrapper .service7 {
    background-image: url(../NEWIMAGES/service7.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.wrapper .service8 {
    background-image: url(../NEWIMAGES/service8.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.overlay1 {
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(180deg, #297337db 28%, #00AF5A00 79%);
    height: 100%;
    padding: 35px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    z-index: -1;
    left: 0px;
}

.galleryimglist img {
    padding: 6px;
    width: 100%;
}

/* Hero Video Start */
.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-text {
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 3rem;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.overlay-text1 {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 3rem;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

#text {
    border-right: solid white 4px;
    height: 50px;
}

.overlay-text h1 {
    color: white;
}

.overlay-text1 p {
    font-size: 20px;
}

.button-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    /* width: 26%; */
    margin-top: 20px;
}


.button {
    display: block;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 8px 32px;
    background-color: black;
    color: white;
    border-radius: 50px;
    border: 0px;
    cursor: pointer;
}

.button-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: linear-gradient(90deg, #FF8038 0%, #FF0099 30.43%, #00EBEB 68.23%, #DB00FF 100%);
    background-size: 600% 600%;
    border-radius: 50px;
    animation: AnimateBorder 4s ease infinite;
    -webkit-animation: AnimateBorder 4s ease infinite;
    -moz-animation: AnimateBorder 4s ease infinite;
    z-index: -1;
    transform: translate(-2px, -2px);
    transition: filter 1s ease-in;
}

.button-wrapper:hover .button-bg {
    filter: blur(10px);
    transition: filter .4s ease-in;
}


@-webkit-keyframes AnimateBorder {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes AnimateBorder {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes AnimateBorder {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}


/* Hero Video End */


.galleryimglist {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}


/* New Start */
.card-effects .card-effect {
    border: none;
    background: #dee2e6;
}

.card-effects .card-effect .card-body {
    box-shadow: 0px 5px 24.25px 0.75px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.card-effects .card-effect .card-img {
    position: relative;
    overflow: hidden;
}

.card-effects .card-effect:hover .card-img {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important
}

.card-effects .card-effect .card-img img {
    width: 100%;
    transition: .6s
}

.card-effects .card-effect:hover .card-img img {
    transform: scale(1.2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.card-effects .img-hover {
    position: relative;
    overflow: hidden
}

.card-effects .img-hover img {
    transition: all 2s ease;
    transform: scale(1)
}

.card-effects .img-hover:after {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3
}

.card-effects .img-hover:before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3;
    top: -10%;
    right: 51%;
    bottom: -10%;
    left: 50%;
    background: rgba(255, 255, 255, 0.3)
}

.card-effects .img-hover:after {
    top: 50%;
    right: -10%;
    bottom: 50%;
    left: -10%;
    background: rgba(255, 255, 255, 0.6)
}

.card-effects .card-effect:hover .img-hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 900ms linear
}

.card-effects .card-effect:hover .img-hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 900ms linear
}

.card-effects .card-effect:hover .img-hover img {
    transform: scale(1.2)
}

.card-effects .card-btn {
    display: inline-block;
    padding: 14px 25px 14px 55px;
    position: relative;
    background-color: #2fbfa7;
    color: #ffffff;
    text-transform: capitalize;
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    cursor: pointer;
    border: none;
    transition: 0.5s;
    background-image: linear-gradient(to right top, #8f42b9, #9746c3, #a04bce, #a84fd8, #b154e3);
}

.card-effects .card-btn:hover {
    background-image: linear-gradient(to right top, #b154e3, #a84fd8, #a04bce, #9746c3, #8f42b9);
    transition: 0.5s;
}

.card-effects .card-btn .icon-arrow {
    color: #ffffff;
    top: 16px;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    font-size: 18px;
    backface-visibility: hidden;
    transform: translateZ(0);
    perspective: 1000
}

.card-effects .card-btn .icon-arrow.before {
    left: 20%;
    position: absolute;
    transform-origin: left center
}

.card-effects .card-btn .icon-arrow.after {
    opacity: 0;
    position: absolute;
    right: 48px;
    transform: translateX(75%) scaleX(0.1);
    transform-origin: right center
}

.card-effects .card-btn.secondary {
    background-color: #ff7029
}

.card-effects .card-btn.secondary:hover,
.card-effects .card-btn.secondary:active,
.card-effects .card-btn.secondary:focus {
    background-color: #2fbfa7
}

.card-effects .card-btn.white .icon-arrow {
    color: #2fbfa7
}

.card-effects .card-btn.white:hover .icon-arrow,
.card-effects .card-btn.white:active .icon-arrow,
.card-effects .card-btn.white:focus .icon-arrow {
    color: #fff
}

.card-effects .card-btn.md .icon-arrow {
    top: 22px;
}

.card-effects .card-btn.sm {
    padding: 10px 25px 10px 50px !important;
    font-size: 14px !important
}

.card-effects .card-btn .label {
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    backface-visibility: hidden;
    transform: translateZ(0);
    perspective: 1000
}

.card-effects .card-btn.white {
    background-color: #ffffff;
    color: #2fbfa7
}

.card-effects .card-btn .icon-arrow.white {
    color: #2fbfa7;
    top: 16px
}

.card-effects .card-btn:hover,
.card-effects .card-btn:active,
.card-effects .card-btn:focus {
    background-color: #ff7029;
    color: #ffffff
}

.card-effects .card-btn:hover .icon-arrow.before,
.card-effects .card-btn:active .icon-arrow.before,
.card-effects .card-btn:focus .icon-arrow.before {
    opacity: 0;
    transform: translateX(-75%) scaleX(0.1)
}

.card-effects .card-btn:hover .icon-arrow.after,
.card-effects .card-btn:active .icon-arrow.after,
.card-effects .card-btn:focus .icon-arrow.after {
    opacity: 1;
    transform: translateX(0) scaleX(1)
}

.card-effects .card-btn:hover .label,
.card-effects .card-btn:active .label,
.card-effects .card-btn:focus .label {
    transform: translateX(-32px)
}

.card-effects .text-tb-lines {
    display: grid;
    align-items: center;
    text-align: center;
    gap: 10px;
    color: #120916;
}

.card-effects .text-tb-lines::before,
.text-tb-lines::after {
    content: '';
    border-top: 6px double;
    color: #2973378a;
}

/* New End */

.whatsapp-float img {
    width: 50px;
    position: fixed;
    bottom: 40px;
    left: 20px;
    border-radius: 10px;
    z-index: 1;
}

.text-black {
    color: black;
}

.box {
    background-color: #fff;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    margin: 1rem;
    text-align: center;
    max-width: 350px;
}

/* Icon styling */
.box-icon {
    font-size: 2.5rem;
    color: #5a5af7;
    margin-bottom: 1rem;
}

/* Heading styling */
.box h3 {
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333;
}

/* Paragraph styling */
.box p {
    color: #666;
    font-size: 1rem;
}

/* Hover effect */
.box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

/* Layout styling */
.box-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 2rem;
    padding: 2rem 0;
    flex-wrap: wrap;
}

.mvicon {
    height: 80px;
    width: 80px;
}

.aback {
    background-image: url(../NEWIMAGES/aaback.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.sback {
    background-image: url(../NEWIMAGES/sback.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.c1back {
    background-image: url(../NEWIMAGES/c1back.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.c2back {
    background-image: url(../NEWIMAGES/c2back.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.form-label {
    font-weight: bold;
    color: #555;
}

.form-control {
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 10px;
}

.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

textarea.form-control {
    resize: none;
}

.btn-primary {
    background-color: #297337;
    border-color: #297337;
    border-radius: 8px;
    /* padding: 12px 30px; */
}

.btn-primary:hover {
    background-color: #300b13;
    border-color: #300b13;
}

@media(max-width:768px) {
    .box-container {
        display: block;
    }
}


/* service style
 */

.container12 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.row12 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.image-box12,
.content-box12 {
    flex: 1 1 50%;
    padding: 20px;
}

.image-box12 img {
    max-width: 100%;
    border-radius: 8px;
}

.content-box12 h1 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #297337;
}

.content-box12 p {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .row12 {
        flex-direction: column;
    }

    .image-box12,
    .content-box12 {
        flex: 1 1 100%;
    }


}

.footerbg {
    background-color: rgb(206, 187, 152) !important;
}

body {
    overflow-x: hidden;
}

.flagicon {
    width: 20px;
    height: 20px;
}

.indiabg {
    background-image: url(../NEWIMAGES/indiabg.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.usbg {
    background-image: url(../NEWIMAGES/usbg.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.autaliabg {
    background-image: url(../NEWIMAGES/australiabg.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.coomimg {
    position: relative;
    left: 240px;

}

.flagicon {
    width: 20px;
    /* Adjust the size as needed */
    height: 20px;
    /* Ensure consistent height */
    object-fit: cover;
    /* Maintain aspect ratio */
}

.footpara {
    color: black;
}



/* about us */
.about-section {
    position: relative;
    padding: 120px 0px;
    margin-top: -48px;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.about-section .content-column .inner-column {
    position: relative;
    padding-top: 50px;
    padding-right: 100px;
}

.about-section .content-column .text {
    position: relative;
    color: #777777;
    font-size: 15px;
    line-height: 2em;
    margin-bottom: 40px;
}

.about-section .content-column .email {
    position: relative;
    color: #252525;
    font-weight: 700;
    margin-bottom: 50px;
}

.about-section .image-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .image-column .inner-column {
    position: relative;
    padding: 40px 40px 0px 0px;
    margin-left: 50px;
}

.about-section .image-column .inner-column:after {
    position: absolute;
    content: "";
    right: 0px;
    top: 0px;
    left: 40px;
    bottom: 100px;
    z-index: -1;
    border: 2px solid #297337;
}

.about-section .image-column .inner-column .image {
    position: relative;
}

.about-section .image-column .inner-column .image:before {
    position: absolute;
    content: "";
    left: -50px;
    bottom: -50px;
    width: 299px;
    height: 299px;
    background: url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.about-section .image-column .inner-column .image .overlay-box {
    position: absolute;
    left: 40px;
    bottom: 48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box {
    position: relative;
    color: #252525;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    padding-left: 125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 110px;
    height: 110px;
    color: #d7a449;
    font-size: 68px;
    font-weight: 700;
    line-height: 105px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #000000;
}

.about-section .btn-style-three:before {
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    z-index: -1;
    right: -10px;
    bottom: -10px;
    background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}

.about-section .btn-style-three:hover {
    color: #ffffff;
    background: #d7a449;
}

.about-section .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #252525;
    font-size: 15px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #d7a449;
    font-family: "Arimo", sans-serif;
}

.sec-title2 {
    color: #fff;
}

.sec-title {
    position: relative;
    padding-bottom: 40px;
}

.sec-title .title {
    position: relative;
    color: #297337;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}

.sec-title .title:before {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbbbbb;
}

.mapimg {
    width: 60%;
    position: relative;
    left: 236px;
}

.mailus {
    font-size: 1rem !important;
}

@media(max-width:768px) {
    .logo1 {
        height: 50px;
        width: 78%;
    }

    .navbar .navbar-brand {
        padding-right: 0px;
    }

    .navbar-nav {
        left: 0px;
    }

    .overlay-text1 p {
        font-size: 13px;
        margin-top: 80px;
    }

    .paramob {
        text-align: justify;
    }

    .about-section .content-column .inner-column {
        padding-right: 0px;
    }

    .mapimg {
        left: 0px;
        width: 100%;
    }

    .slides {
        margin-left: 0px !important;

        width: 100%;
        min-width: 301px;

    }

    .slides2 {
        display: block !important;
    }
    .autaliabg {
    background-image: url(../NEWIMAGES/australiabg.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    height: 173px !important;
    background-position: bottom !important;
}
.help23{
    font-size: 21px!important;
        margin-top: -44px!important;
}
.usbg {
    background-image: url(../NEWIMAGES/usbg.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    height: 173px !important;
    background-position: right !important;
}
.indiabg {
    background-image: url(../NEWIMAGES/indiabg.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    height: 171px !important;
    background-position: bottom !important;
}

}