<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********** Template CSS **********/
:root {
    --primary: #348E38;
    --secondary: #525368;
    --light: #E8F5E9;
    --dark: #0F4229;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
body{
    font-family: "Open Sans",sans-serif !important;
}

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

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

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


.form-control:focus{
    box-shadow: none;
}


/*** 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: var(--light);
    background: linear-gradient(180deg,#ef7c00 0%, #f04f00 100%);
    border: none;
}

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

.header-top p span{
    color: #f89432;
}

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

.navbar img{
    height: 120px;
}

/* .navbar .navbar-brand,
.navbar a.btn {
    height: 80px
} */

.navbar .navbar-nav .nav-link {
    /* margin-right: 40px; */
    padding: 15px;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #f6942f;
    position: relative;
}

.navbar .navbar-nav .nav-link.active:before{
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    background: #f6942f;
    height: 4px;
    width: 100%;
} 

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

.dropdown-menu{
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    width: 16em;
}

.dropdown-menu .nav-link{
    padding: 10px !important;
}

.dropdown:hover &gt; .dropdown-menu{
    display: block;
    margin-top: 0.125em;
}

.header-top .header-social a{
    background: linear-gradient(180deg,#ef7c00 0%, #f04f00 100%);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.header-top .header-social a i{
    position: relative;
    top: -5px;
    left: -5px;
}
.header-top .header-social a:hover{
    background: #323232;
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    /* background: rgba(15, 66, 41, .6); */
    z-index: 1;
}

.carousel-caption .slider-heading{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 4em;
}

.carousel-caption h1{
    font-size: 3.2em;
}

.carousel-caption .sh-1 h1{
    color: #16a571;
}

.carousel-caption .sh-2 h1{
    color: #ef7f1a;
}

.carousel-caption .sh-3 h1{
    color: #393185;
}

.carousel-caption h1 span{
    color: #ffff01;
}

.carousel-caption h2{
    font-size: 1.8em;
    font-weight: 400;
}

.carousel-caption img{
    width: 60%;
    position: relative;
    animation: sldanimate 2s linear infinite;
}

@keyframes sldanimate {
    0%{top: 0px;}
    50% {top: 20px;}
    100%{top:0px}
  }

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

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

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 160px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header{
    background-color: #323232;
}

.about-header{
    background:url(../img/about/banner.png) center center no-repeat;
    background-size: cover;
}

.service-header{
    background:url(../img/services/banner.png) center center no-repeat;
    background-size: cover;
}

.contact-header{
    background:url(../img/contact/banner.png) center center no-repeat;
    background-size: cover;
}

.career-header{
    background:url(../img/career-banner.png) 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);
}


/*** Top Feature ***/

.top-feature{
    background: url(../img/home/abt-bg.png)no-repeat center center;
    background-size: contain;
    padding-top:3rem;
}

.top-feature .feature-box{
    background: #289ede;
    min-height: 130px;
}

.top-feature .feature-box .feature-img{
    width: 60px;
    height: 60px;
    background-color: #fff;
    padding: 5px;
    border-radius: 7px;
    
}

.top-feature .feature-box h4{
    font-size: 1.2em;
    margin-bottom: 0;
    color: #ffffff;
}

.top-feature .feature-box h1{
    font-size: 2em;
    font-weight: 700;
    color: #ffffff;
    width: fit-content;
    position: relative;
}
.top-feature .feature-box h1:after{
    content: "+";
    position: absolute;
    top: 0;
    right: -25px;
}

/* ////////////////////// */

.top-feature .feature-box2{
    background: #ffffff;
    min-height: 130px;
}

.top-feature .feature-box2 .feature-img{
    width: 60px;
    height: 60px;
    background-color: #289ede;
    padding: 5px;
    border-radius: 7px;
    
}

.top-feature .feature-box2 h4{
    font-size: 1.2em;
    margin-bottom: 0;
    color: #000000;
}

.top-feature .feature-box2 h1{
    font-size: 2em;
    font-weight: 700;
    color: #000000;
    width: fit-content;
    position: relative;
}

.top-feature .feature-box2 h1:after{
    content: "+";
    position: absolute;
    top: 0;
    right: -25px;
}

@media (min-width: 991.98px) {
    .top-feature {
        position: relative;
        /*margin-top: -80px;*/
        z-index: 1;
      
    }
}

.about-us-box{
    margin-top: 1em;
}

.about-us-box h2{
    color: #f58320;
    font-size: 1.2em;
    font-weight: 500;
    border-bottom: 2px solid #00182e;
    width: fit-content;
}

.about-us-box h1{
    font-size: 2.6em;
    font-weight: 700;
    margin-bottom: 1em;
}

.about-us-box .btn{
    color: #00182e;
    font-size: 1.2em;
    font-weight: 700;
    margin-top: 16px;
}

.about-us-box .btn:hover{
    color: #f04f00;
}

/* .top-feature .feature-box img{
    width: ;
} */


/*** Facts &amp; Quote ***/
.facts,
.quote {
    background: rgba(15, 66, 41, .6);
}


/*** Service ***/
.service-item {
    position: relative;
    text-align: center;
}

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

.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    transform: scale(1.2);
    transition: .3s;
    z-index: -1;
}

.service-item:hover .service-img img {
    transform: scale(1);
}

.service-item .service-text {
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .3s;
}

.service-item:hover .service-text {
    background: rgba(15, 66, 41, .6);
}

.service-item .service-text h4,
.service-item .service-text p {
    transition: .3;
}

.service-item:hover .service-text h4 {
    color: #FFFFFF;
}

.service-item:hover .service-text p {
    color: var(--light);
}

.service-item .service-text .btn-square {
    width: 100px;
    height: 100px;
    background: transparent;
    transition: .5s;
}

.service-item:hover .service-text .btn-square {
    background: var(--light);
}

.service-item .service-text .btn {
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: var(--light);
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
}

.service-item:hover .service-text .btn {
    width: 112px;
}


/*** Project Portfolio ***/
#portfolio-flters {
    display: inline-block;
    background: var(--light);
    padding: 10px 15px;
}

#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--primary);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--dark);
    border-color: var(--dark);
}

.portfolio-inner {
    position: relative;
    overflow: hidden;
}

.portfolio-inner::before,
.portfolio-inner::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(15, 66, 41, .6);
    transition: .5s;
}

.portfolio-inner::after {
    left: auto;
    right: 0;
}

.portfolio-inner:hover::before,
.portfolio-inner:hover::after {
    width: 50%;
}

.portfolio-inner .portfolio-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.portfolio-inner:hover .portfolio-text {
    transition-delay: .3s;
    opacity: 1;
}

.portfolio-inner .portfolio-text .btn {
    background: var(--light);
    color: var(--primary);
}

.portfolio-inner .portfolio-text .btn:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
}

.team-item .team-text {
    position: absolute;
    width: calc(100% - 45px);
    left: -100%;
    bottom: 45px;
    padding: 1.5rem;
    background: #FFFFFF;
    border-radius: 0 4px 4px 0;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    left: 0;
    opacity: 1;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}

.team-item .team-img .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.team-item:hover .team-img .team-social {
    transition-delay: .3s;
    opacity: 1;
}


/*** Testimonial ***/

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

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 4px;
    font-size: 22px;
    transition: .5s;
}

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

/*** Job Des Section ***/

.job-des-section{
    padding: 2em 0;
    background: #f1f1f1;
}

.job-des-section .job-des-header h4{
    font-size: 1em;
    margin-right: 10px;
    padding-right: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #03c;
}

.job-des-section .job-des-header{
    position: relative;
}

.job-des-section .job-des-header:after{
    content: ':';
    position: absolute;
    font-size: 1.5em;
    right: 0;
    top: -10px;
}

.job-des-section .job-des-list ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.job-des-section .job-des-list ul li{
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #707070;
}

/*** Footer ***/

.footer .footer-contact-office h5{
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
}

.footer .footer-contact-office h6{
    color: #ef7f1a;
    font-size: 1.2em;
    font-weight: 700;
    margin-top: 10px;
}

.footer .footer-contact-office form{
    display: flex;
    flex-direction: row;
}

.footer .footer-contact-office form input{
    border: none;
    height: 35px;
    width: 80%;
    /* border-radius: 4px; */
}

.footer .footer-contact-office form button {
    border: none;
    font-size: 1.2em;
    font-weight: 700;
    background: #f04f00;
    height: 35px;
    width: 20%;
    /* border-radius: 4px; */
}

.footer .footer-contact-office form button:hover{
    background: #289ede;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 8px;
    padding: 0 0 0 18px;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    position: relative;
}

.footer .btn.btn-link::before {
    position: absolute;
    content: "";
    background: url(../img/home/anchor.png)no-repeat center center;
    background-size: contain;
    top: 5px;
    left: -2px;
    width: 15px;
    height: 15px;
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #ef7c00;
    letter-spacing: 0.5px;
    box-shadow: none;
}


.footer-section{
    padding-top:2em ;
    background: url(../img/home/footer-bg.png)no-repeat center center;
    background-size: cover;
    position: relative;
}

.footer-section:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00182d;
    z-index: -1;
}

.footer-section .footer-logo{
    width: 75%;
}

.footer-section h4{
    position: relative;
    padding-bottom: 25px;
}

.footer-section h4:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 70px;
    background: #fec901;
}

.footer-section .footer-news h4 sup{
    color: #ff0009;
    font-size: 12px;
    animation: newspower 1s linear infinite;
    margin-left: 2px;
}

@keyframes newspower {
    0%{font-size: 12px;}
    50%{font-size: 15px;}
    100%{font-size: 12px;}
}

.footer-section .footer-news p{
    background: #ef7c00;
    text-align: center;
    padding: 5px;
}

.footer-section .footer-news h5{
    color: #fff;
    margin-top: 60px;
}

.footer-section .footer-news .footer-terms{
    margin-top: 22px;
}

.footer-section .footer-news .footer-terms a{
    margin-right: 5px;
}

.footer-section .copyright{
    border-top: 1px solid #dbdce0;
    padding: 15px 0;
    margin-top: 25px;
}

.footer-section .copyright p{
    margin-bottom: 0;
}

.footer-section .copyright .footer-inovative p img{
    width: 20px;
}

/* ******Industries Section****** */

.industries-section{
    padding: 4em 0;
    background: #f1f1f1;
}

.industries-section .industries-btn-box{
    margin-top: 30px;
    text-align: center;
}

.industries-section .industries-btn-box .indust-btn{
    display: block;
    font-size: 1.2em;
    font-weight: 500;
    padding: 10px 20px;
    background: #fff;
    margin-top: 15px;
    border-radius: 25px;
}

/* ******Secrvice Section****** */

.service-section{
    background: #00182e;
    padding: 4em 0;
}

.service-section .section-header h2{
    font-size: 1.4em;
    font-weight: 500;
    text-transform: uppercase;
    width: fit-content;
    margin: auto;
    color: #289ede;
    border-bottom: 2px solid #fff;
}

.service-section .section-header h1{
    color: #ffffff;
    margin-top: 10px;
    font-size: 2.8em;
    font-weight: 700;
}

.service-section .service-box{
    height: 400px;
    display: flex;
    align-items: end;
    justify-content: center;
    background-size: contain;
    border-radius: 5px;
    padding: 0 15px;
    padding-bottom: 15px;
}

.service-section .service-box.s1{
    background: url(../img/home/service1.png)no-repeat center center;
    background-size: contain;
}

.service-section .service-box .ser-txt{
    background-color: #fff;
    width: 340px;
    border-radius: 10px;
    padding: 20px 5px 0px 5px;
    margin-bottom: 0px;
    transition: 0.4s;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.service-section .service-box .ser-txt h3{
    font-size: 1.4em;
    font-weight: 700;
    padding-bottom:5px ;
    transition: 0.4s;
}

.service-section .service-box:hover h3{
    border-bottom: 1px solid #abb4b1;
}

.service-section .service-box .ser-txt .btn{
    color: #289ede;
    border-bottom: 2px solid #289ede;
    border-radius: 0;
    font-size: 1.2em;
    font-weight: 600;
    padding:0;
    height: 0px;
    opacity: 0;
    position: relative;
    transition: 0.4s;
}

.service-section .service-box:hover .btn{
    height: 35px;
    opacity: 1;
}

.service-section .service-box:hover .ser-txt{
    padding-bottom: 10px;
    margin-bottom: -50px;
}

/* ******Country Section****** */

.country-section{
    padding: 4em 0;
}

.country-section .country-block{
    display: flex;
    flex-direction: row;
    padding: 0 2em;
}

.country-section .country-block .country-box{
    position: relative;
    margin: 0 10px;
}

.country-section .country-block .country-box .country-box-name{
    position: absolute;
    bottom: 0;
    left: 10px;
    color: #ffffff;
    text-transform: uppercase;
}

/* ******Trend Section****** */

.trend-section{
    padding: 4em 0;
    background: #f1f1f1;
}

.trend-section .trend-block{
    margin-top: 4em;
}

.trend-section .trend-block .trend-box a{
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #828282;
    border-radius: 5px;
    padding: 10px;
}

.trend-section .trend-block .trend-box a .trend-icon{
    height: 80px;
    width: 80px;
    background: #fff;
    border-radius: 5px;
    margin-right: 10px;
    position: relative;
    transition: 0.4s;
    /* background: url(../img/home/icon/economist.png)no-repeat center center;
    background-size: 100%; */
}

.trend-section .trend-block .trend-box a:hover .trend-icon{
    background: #f14b01;
}

.trend-section .trend-block .trend-box h3{
    font-size: 1.2em;
}

.trend-section .trend-block .trend-box a .ti-1:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/home/icon/economist.png)no-repeat center center;
    background-size: 75%;
}

.trend-section .trend-block .trend-box a .ti-2:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/home/icon/ship.png)no-repeat center center;
    background-size: 75%;
}

.trend-section .trend-block .trend-box a .ti-3:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/home/icon/goal.png)no-repeat center center;
    background-size: 75%;
}

.trend-section .trend-block .trend-box a .ti-4:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/home/icon/shuttle.png)no-repeat center center;
    background-size: 75%;
}

.trend-section .trend-block .trend-box a .ti-5:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/home/icon/healthcare.png)no-repeat center center;
    background-size: 75%;
}

.trend-section .trend-block .trend-box a .ti-6:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/home/icon/oil-pump.png)no-repeat center center;
    background-size: 75%;
}

.trend-section .trend-block .trend-box a .ti-7:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/home/icon/budget.png)no-repeat center center;
    background-size: 75%;
}

.trend-section .trend-block .trend-box a .ti-8:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/home/icon/oil-rig.png)no-repeat center center;
    background-size: 75%;
}

.trend-section .trend-block .trend-box a:hover .ti-1:after{
    background: url(../img/home/icon/economist-w.png)no-repeat center center;
    background-size: 75%;
}

.trend-section .trend-block .trend-box a:hover .ti-2:after{
    background: url(../img/home/icon/ship-w.png)no-repeat center center;
    background-size: 75%;
}

.trend-section .trend-block .trend-box a:hover .ti-3:after{
    background: url(../img/home/icon/goal-w.png)no-repeat center center;
    background-size: 75%;
}

.trend-section .trend-block .trend-box a:hover .ti-4:after{
    background: url(../img/home/icon/shuttle-w.png)no-repeat center center;
    background-size: 75%;
}

.trend-section .trend-block .trend-box a:hover .ti-5:after{
    background: url(../img/home/icon/healthcare-w.png)no-repeat center center;
    background-size: 75%;
}

.trend-section .trend-block .trend-box a:hover .ti-6:after{
    background: url(../img/home/icon/oil-pump-w.png)no-repeat center center;
    background-size: 75%;
}

.trend-section .trend-block .trend-box a:hover .ti-7:after{
    background: url(../img/home/icon/budget-w.png)no-repeat center center;
    background-size: 75%;
}

.trend-section .trend-block .trend-box a:hover .ti-8:after{
    background: url(../img/home/icon/oil-rig-w.png)no-repeat center center;
    background-size: 75%;
}

/* *************Testimonial Section******************* */

.testimonial-section{
    padding: 4em 0;
}

.section-main-header h2{
    font-size: 1.4em;
    font-weight: 500;
    text-transform: uppercase;
    width: fit-content;
    margin: auto;
    color: #f58320;
    border-bottom: 2px solid #01233f;
}

.section-main-header h1{
    margin-top: 10px;
    font-size: 2.6em;
    font-weight: 700;
    color: #000000;
}

.testimonial-section .testimonial-carousel{
    padding: 10px 0;
}

.testimonial-section .testimonial-carousel .testimonial-item{
    padding: 10px;
}

.testimonial-section .testimonial-carousel .testimonial-item .testi-box{
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    padding: 20px;
    padding-top: 60px;
}

.testimonial-section .testimonial-carousel .testimonial-item .testi-box .testi-rating{
    height: 30px;
    width: auto;
    margin-bottom: 15px;
}

.testimonial-section .testimonial-carousel .testimonial-item .testi-box .testi-client-box{
    display: flex;
    flex-direction: row;
}

.testimonial-section .testimonial-carousel .testimonial-item .testi-box .testi-client-box .testi-des{
    margin-left: 10px;
    margin-top: 15px;
}

/* **************Quote Section****************** */

.quote-section .quote-img{
    background: url(../img/home/form.png)no-repeat center center;
    background-size: cover;
}

.quote-section .quote-form{
    padding:4em;
    background: #f1f1f1;
}

.quote-section .quote-form .quote-box{
    background-color: #fff;
    border-radius: 8px;
    padding: 2em;
}

.quote-section .quote-form .quote-box h3{
    margin: auto;
    width: fit-content;
    color: #ffffff;
    background-color: #022440;
    border-radius: 8px;
    font-size: 1.4em;
    margin-bottom: 20px;
    padding: 5px 50px;
}

/* ***************Clients Section***************** */

.client-section{
    padding: 4em 0;
}

.client-section h1{
    color: #000;
    font-size: 3em;
    border-bottom: 2px solid #022440;
    width: fit-content;
    margin: auto;
    margin-bottom: 1.2em;
}

.client-section .client-owl .client-img{
    height: 90px;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-section .client-owl .client-img img{
    height: 70px;
    width: auto;
}


/* ***************About Page***************** */

.about-section .about-us-box img{
    width: 90%;
    margin-top: 78px;
}

.abt-choose-section{
    padding: 4em 0;
    background: url(../img/about/why-us.png)no-repeat center center;
    background-size: cover;
}

.abt-choose-section .section-header h2{
    font-size: 1.4em;
    font-weight: 500;
    text-transform: uppercase;
    width: fit-content;
    margin: auto;
    color: #289ede;
    border-bottom: 2px solid #fff;
}

.abt-choose-section .section-header h1{
    color: #ffffff;
    margin-top: 10px;
    font-size: 2.4em;
    font-weight: 700;
    margin-bottom: 20px;
}

.abt-choose-section .choose-icon-box{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.abt-choose-section .choose-icon-box img{
    width: auto;
    height: 70px;
    margin-right: 20px;
}

.abt-choose-section .choose-icon-box h3{
    color: #ffffff;
    font-weight: 600;
}

.abt-choose-section .choose-icon-txt p{
    color: #ffffff;
    font-size: 1.1em;
}

.abt-team-section{
    padding: 4em 0;
    background: url(../img/about/team-bg.png)no-repeat;
    background-size: contain;
    background-position: center bottom;
}

/* .abt-team-section .director-box{
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: end;
} */

.abt-team-section .director-box .director-text{
    margin-bottom: 35px;
    margin-right: 25px;
}

.abt-team-section .director-box .director-text h3{
    color: #f2821e;
    font-weight: 700;
    font-size: 2em;
}

.abt-team-section .director-box img{
    width: auto;
    height: 215px;
}

.abt-team-section .director-box-1{
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content:start;
}

.abt-team-section .director-box-1 .director-text{
    margin-bottom: 35px;
    margin-left: 25px;
}

.abt-team-section .director-box-1 .director-text h3{
    color: #f2821e;
    font-weight: 700;
    font-size: 2em;
}

/* //// */
.abt-team-section .director-box-2{
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: start;
}

.abt-team-section .director-box-2 .director-text{
    margin-bottom: 35px;
    margin-left: 25px;
}

.abt-team-section .director-box-2 .director-text h3{
    color: #f2821e;
    font-weight: 700;
    font-size: 2em;
}

.abt-team-section .director-box-2 img{
    width: auto;
    height: 215px;
}
.abt-team-section .director-box{
    width: 270px;
}


/* ***************Service Page***************** */

.serv-section{
    padding: 2em 0;
}

.serv-section .section-header h2{
    font-size: 1.4em;
    font-weight: 500;
    text-transform: uppercase;
    width: fit-content;
    margin: auto;
    color: #f58320;
    border-bottom: 2px solid #01233f;
}

.serv-section .section-header h1{
    margin-top: 10px;
    font-size: 2.8em;
    font-weight: 700;
    color: #000000;
    margin-bottom: 25px;
}

.serv-section ul.nav{
    border: 1px solid #01233f;
    margin-top: 15px;
    padding: 12px 5px;
}

.serv-section ul.nav li{
    text-align: center;
    border-right: 2px solid #5d5d5d;
    margin: 0;
}

.serv-section ul.nav li:nth-last-child(1){
    border: none;
}

.serv-section .nav-tabs .nav-link{
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.serv-section .nav-tabs .nav-link.active, 
.serv-section .nav-tabs .nav-link:hover{
    background: none;
    border: none;
    position: relative;
    
}

.serv-section .nav-tabs .nav-link.active h4, 
.serv-section .nav-tabs .nav-link:hover h4{
    color: #01233f;
}

.serv-section .nav-tabs .nav-link.active:after{
    content: "";
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    height: 4px;
    width: 100px;
    background: #f48221;
    margin: auto;
}

.serv-section ul.nav li h4{
    font-size: 1.2em;
    color: #5d5d5d;
}

.serv-section .tab-content{
    margin-top: 50px;
}

.serv-section .tab-content .tab-pane .ser-tab-info h3{
    font-size: 2.5em;
    font-weight: 600;
    width: fit-content;
    color: #f48221;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 4px solid #01233f;
}

/* ***************Contact Page***************** */

.contact-section{
    padding: 4em 0;
    position: relative;
    /*background: url(../img/contact/contact-bg.png)no-repeat center center;*/
  
    background-size: cover;
}

.contact-section .section-header{
    margin-bottom: 30px;
}

.contact-section .section-header h2{
    font-size: 1.4em;
    font-weight: 500;
    text-transform: uppercase;
    width: fit-content;
    margin: auto;
    color: #f58320;
    border-bottom: 2px solid #01233f;
}

.contact-section .section-header h1{
    margin-top: 10px;
    font-size: 2.8em;
    font-weight: 700;
    color: #000000;
    margin-bottom: 25px;
}

.contact-section .contact-form{
    background: #ffffff;
    padding: 2em;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.contact-section .contact-form h3{
    font-size: 1.5em;
    color: #ef7c00;
    margin-bottom: 30px;
    position: relative;
}

.contact-section .contact-form h3:after{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    width: 115px;
    background: #01233f;
}

.contact-section .contact-form .form-control{
    border: 1px solid #012241;
    border-radius: 0;
}

.contact-section .contact-form label span{
    color: #ff2524;
}

.contact-section .contact-form .btn{
    border-radius: 0px;
}

.contact-section .contact-info{
    padding-left: 30px;
    background:#021e3c;
}

.contact-section .contact-info h3{
    color: #ffffff;
    font-size: 1.6em;
    font-weight: 600;
    margin-top: 55px;
    margin-bottom: 60px;
}

.contact-section .contact-info .contact-info-icon{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    
}

.contact-section .contact-info .contact-info-address{
    position: relative;
    padding-bottom: 10px;
}

.contact-section .contact-info .contact-info-address:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 300px;
    background: #ffffff;
}

.contact-section .contact-info .contact-info-icon img{
    width: auto;
    height: 25px;
    margin-right: 10px;
}

.contact-section .contact-info .contact-info-icon p{
    color: #ffffff;
}

.contact-section .contact-info .contact-social{
    padding-top: 30px;
}

.contact-section .contact-info .contact-social .btn{
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    font-size: 1.5em;
}

.contact-section .contact-map-btn{
    border: 1px solid #ffffff;
    margin-top: 40px;
    border-radius: 4px;
}

.contact-section .contact-map-btn ul{
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0;
    padding: 10px 0px;
}

.contact-section .contact-map-btn ul li{
    width: 25%;
    border-right: 1px solid #f48221;
}

.contact-section .contact-map-btn ul li:nth-last-child(1){
    border: none;
}

.contact-section .contact-map-btn ul li h5{
    color: #ffffff;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 7px;
    font-size: 1.1em;
}

.contact-section .contact-map-btn ul li h5:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    width: 90%;
    background: #ffffff;
}

.contact-section .contact-map-btn ul li h4{
    color: #f48221;
    margin-bottom: 0;
}

/* ***************Career Page***************** */

.career-section{
    padding: 4em 0;
}
.career-section .section-wrapper{
    background: url(../img/career-img.jpg) center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
    box-shadow: 0 2px 15px -10px rgba(0, 0, 0, 0.4);
}
.career-section .img-box{
    box-shadow: 0 4px 10px -6px rgba(0, 0, 0, 0.3);
}
.career-section .section-header{
    /* position: sticky;
    position: -webkit-sticky;
    top: 60px; */
    bottom: 80px;
    padding: 30px 20px;
    /* margin: 30px 15px; */
    background: rgba(255, 255, 255, 0.95);
    z-index: 2;
    /* box-shadow: 0 4px 10px -8px rgba(0, 0, 0, 0.3); */
}

.career-section .section-header h2{
    font-size: 1.4em;
    font-weight: 500;
    text-transform: uppercase;
    width: fit-content;
    margin: auto;
    color: #f58320;
    border-bottom: 2px solid #01233f;
}

.career-section .section-header h1{
    margin-top: 10px;
    font-size: 2.8em;
    font-weight: 700;
    color: #000;
    /* text-align: center; */
    /* margin-bottom: 30px; */
}

.career-section .career-form-bg{
    /* background-color: #d8924c; */
    /* border-radius: 4px; */
    padding: 1.6em;
    border: 1px solid #ececec;
    border-left: 0;
}

.career-section .career-form-header h3{
    color: #fff;
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 20%;
}

.career-section .career-form-header h4{
    color: #043057;
    font-size: 2.6em;
    margin-bottom: 115px;
}

.career-section .career-form-header .touch-box h5{
    color: #f07800;
    font-size: 1.5em;
    margin-bottom: 20px;
}

.career-section .career-form-header .touch-box p{
    color: #ffffff;
}

.career-section .career-form-box {
    background: rgba(255, 255, 255, 0.96);
    padding: 25px;
    border-radius: 5px;
}

.career-section .career-form-box h5{
    text-align: center;
    font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 35px;
}

.career-section .career-form-box .career-inputs{
    display: flex;
    flex-direction: row;    
    margin-bottom: 30px;
    position: relative;
}

.career-section .career-form-box .career-inputs label{
    color: #2b2b2b;
    margin-bottom: 5px;
}

.career-section .career-form-box .career-inputs .form-control{
    background-color: transparent;
    padding-top: 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #afb0b5;
}
.career-section .career-form-box .career-inputs .form-control:focus{
    border-color: #f58320;
}
.career-section .career-form-box .passport-options{
    /* background-color: #ececec; */
    padding-top: 5px;
}

.career-section .career-form-box .passport-box label{
    /* width: 155px; */
    display: block;
    margin-bottom: 5px;
}
.career-section .career-form-box .career-inputs .form-control[type="file"]{
    position: relative;
    z-index: 1;
    border: 0;
    border-radius: 0;
    padding-top: initial;
    cursor: pointer;
    /* opacity: 0.2; */
}
.form-control[type="file"]::file-selector-button{
    opacity: 0;
    padding-right: 28px;
}
.form-control[type="file"] + .attach-file-style{
    position: absolute;
    bottom: 0;
    font-size: 0.8rem;
}
.form-control[type="file"] + .attach-file-style .btn{
    font-size: 0.8rem;
    padding: 6px 16px 7px;
    background: #ee6c2d;
}
.form-control[type="file"]:hover + .attach-file-style .btn{
    background: #dd5916;
}
/* .career-section .career-form-box .passport-box .passport-radio{} */

.career-section .career-form-box .passport-box input{
    margin-right: 5px;
    margin-left: 15px;
}

.career-section .career-form-box .certify_box{
    font-size: 13px;
}
.career-section .career-form-box .career-inputs .form-control #contryapply {
    background:red;
}

@media only screen and (max-width: 800px){
    .country-section .country-block{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .country-section .country-block .country-box{
        margin: 10px;
    }
    .client-section .client-owl .client-img{
        width: 100%;
    }
    .footer-section{
        background: #00182D;
    }
}




/* ***************Job Consultancy Page***************** */

.job-cons-section{
    padding: 4em 0;
}

.job-cons-section .job-cons-txt h2{
    color: #000;
    font-size: 1.6em;
}

.job-cons-section .job-cons-txt h1{
    font-size: 30px;
    margin-bottom: 30px;
    color: #012241;
}

.job-cons-section .job-cons-txt h3{
    font-size: 1.6em;
    font-weight: 700;
}

.job-cons-section .job-cons-txt .check-list{
    display: flex;
    flex-direction: row;
}

.job-cons-section .job-cons-txt .check-list ul{
    list-style: none;
    padding-right: 20px;
}

.job-cons-section .job-cons-txt .check-list ul li{
    position: relative;
    font-size: 1em;
    color: #000;
    padding-bottom: 10px;
}

.job-cons-section .job-cons-txt .check-list ul li:before{
    content: "";
    position: absolute;
    top: 5px;
    left: -25px;
    background: url(../img/home/check.png)no-repeat center center;
    background-size: contain;
    height: 17px;
    width: 20px;
}

.benifit-section{
    padding: 4em 0;
    background: #f1f1f1;
}

.benifit-section .benifit-icon{
    background: #ffffff;
    padding: 20px 0;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.benifit-section .benifit-icon img{
    width: 30%;
    margin-bottom: 30px;
}

.benifit-section .benifit-icon h3{
    font-size: 1.4em;
}

.process-section{
    padding: 4em 0;
}

.process-section .process-main{
    min-width: 300px;
    max-width: 500px;
    margin: auto;
}

.process-section .process-main p {
    font-size: 2em;
    font-weight: 700;
    border-top: 3px solid;
    -o-border-image: linear-gradient(to right, #743ad5 0%, #d53a9d 100%);
       border-image: linear-gradient(to right, #743ad5 0%, #d53a9d 100%);
    border-image-slice: 1;
    border-width: 3px;
    margin: 0;
    padding: 40px;
    counter-increment: section;
    position: relative;
    color: #000000;
}
.process-section .process-main p:nth-child(odd){
    text-align: end;
}
.process-section .process-main p:before {
    content: counter(section);
    position: absolute;
    border-radius: 50%;
    padding: 20px;
    height: 1em;
    width: 1em;
    background-color: #34435E;
    text-align: center;
    line-height: 0em;
    color: #ffffff;
    font-size: 1em;
}
  
.process-section .process-main p:nth-child(odd) {
    border-right: 3px solid;
    padding-left: 0;
}
.process-section .process-main p:nth-child(odd):before {
    left: 100%;
    margin-left: -20px;
}
  
.process-section .process-main p:nth-child(even) {
    border-left: 3px solid;
    padding-right: 0;
}
.process-section .process-main p:nth-child(even):before {
    right: 100%;
    margin-right: -20px;
}
  
.process-section .process-main p:first-child {
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
  
.process-section .process-main p:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.job-act-section{
    padding: 4em 0;
    background: #00182e;
}

.job-act-section .job-act-text h1{
    color: #ffffff;
    font-weight: 500;
}

.job-act-section .job-act-text h1 span{
    color: #da8d53;
    font-weight: 700;
}

.job-act-section .job-act-btn, .job-act-section .job-act-text{
    display: flex;
    justify-content: center;
    align-items: center;
}

.job-act-section .job-act-btn .btn{
    color: #EEEEEE;
    background: #f07800;
    padding: 10px 25px;
    font-size: 1.4em;
}

.job-act-section .job-act-btn .btn:hover{
    background: #000000;
}


.job-reg-section{
    padding: 4em 0;
    background: #00182e;
}

.job-reg-section .job-reg-text h1{
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 500;
}

.job-reg-section .job-reg-text h1 span{
    color: #da8d53;
    font-size: 29px;
    font-weight: 700;
}

.job-reg-section .job-reg-btn, .job-reg-section .job-reg-text{
    display: flex;
    justify-content: center;
    align-items: center;
}

.job-reg-section .job-reg-btn .btn{
    color: #EEEEEE;
    background: #f07800;
    padding: 10px 25px;
    font-size: 1.4em;
}

.job-reg-section .job-reg-btn .btn:hover{
    background: #000000;
}

/* ***************Study Visa Page***************** */

.study-main-section {
    padding: 1em 0 ;
}

/* .study-main-section .study-img h1{
    margin-top: 20px;
    margin-bottom: 20px;
} */
.study-main-section .study-text h1{
    font-size: 30px;
    margin-bottom: 30px;
}

.study-main-section .study-text p{
    text-align: justify;
}

.study-main-section .study-text h3{
    font-size: 2em;
    font-weight: 700;
    width: fit-content;
    border-bottom:1px solid #00182D;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.study-main-section .study-text .check-list{
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    /* align-items: center; */
}
.study-main-section .study-text .check-list ul{
    list-style: none;
    /* padding-right: 20px; */
}
.study-main-section .study-text .check-list ul li{
    position: relative;
    font-size: 1em;
    color: #000;
    padding-bottom: 10px;
}

.study-main-section .study-text .check-list ul li:before{
    content: "";
    position: absolute;
    top: 5px;
    left: -25px;
    background: url(../img/home/check\ \(1\).png)no-repeat center center;
      background-size: auto;
    background-size: contain;
    height: 17px;
    width: 20px;
}

.whats-app-btn{
    position: fixed;
    bottom: 13%;
    right:27px;
    z-index:9999;
}
.visa-type-section{
    margin-bottom: 30px;
}
.visa-type-section .row-visa h3{
    font-size: 2em;
    font-weight: 700;
    width: fit-content;
    border-bottom:1px solid #00182D;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.row-visa .card{
    margin-bottom: 15px;
    border-radius: 10px;
   transition: 0.3s;
   text-align: center;
}
.row-visa .card-body:hover {
    transform: scale(1.1);
    color: white;
  
    /* border-radius: 20px; */
  }
  
  .row-visa .card .active{
    background-color: #f6821f;
   
    color: white;
  }
  .row-visa .card h5{
    font-size: 25px;
    font-weight: 700;
    padding-bottom: -15px;

  }
  .row-visa .card p{
    font-size: 15px;
  }
  
  
.row-visa .card:hover{
    background-color: #f6821f;
    color: white;
}
.documents-required .row-documents h3{
    font-size: 2em;
    color: white;
    font-weight: 700;
    width: fit-content;
    border-bottom:1px solid #fff;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.documents-required .row-documents .check-list ul{
    list-style-type: none;
   
}
.documents-required .row-documents .check-list ul li{
    position: relative;
    font-size: 1em;
    color:white;
    padding-bottom: 10px;
}



.documents-required .row-documents .check-list ul li:before{
    content: "";
    position: absolute;
    top: 5px;
    left: -25px;
    background: url(../img/visa/check.png)no-repeat center center;
    background-size: auto;
    background-size: contain;
    height: 20px;
    width: 13px;
    
}
.job-section{
    padding: 1em 0;
    background: #00182e; 
}
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
    background-color: rgb(170, 182, 220);
}

.service-item .service-icon {
    margin-bottom: 18px;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 2px;
    transform: rotate(-45deg);
    margin-top: 18px;




    /* margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 2px;
    transform: rotate(-45deg); */
}

.service-item .service-icon i {
    transform: rotate(45deg);
    
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
    background-color: #01233f;
    color: white;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}
.job-cons-section .job-cons-txt .check-list .tours-list {
    list-style: none;
    padding-right: 0px !important;
}
.job-cons-section .job-cons-txt .check-list .tours-list li{
    font-size: 1em;
}

.tours-content .text-center h1{
    font-size: 2em;
    font-weight: 700;
    width: fit-content;
    border-bottom: 1px solid #00182D;
    margin-top: 30px;
    margin-bottom: 25px;
    text-align: center;
}
/* .single-con{
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    box-shadow: 5px 5px 15px #000;
}
.single-con img{
    width: 100%;
    height: auto;
}
.single-con .little{
    font-size: 25px;
    font-weight: 700;
    color: tomato;
    margin: 0 0 15px 0;
}
.single-con .overlay-text{
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #FFFFFF;
    background: rgba(0 0 0 0.6);
    text-align: center;
    padding-top: 20px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.6s ease 0s;
}
.single-con .overlay-text:before{
    border-left: 1px solid rgba(255,255,255,0.9);
    border-right: 1px solid rgba(255,255,255,0.9);
    left: 30px;
    right: 30px;

}
.single-con .overlay-text:after{
    border-top: 1px solid rgba(255,255,255,0.9);
    border-bottom: 1px solid rgba(255,255,255,0.9);
    top: 30px;
    bottom: 30px;
}
.single-con .overlay-text:before,.single-con .overlay-text:after{
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    z-index: 1;
    transform: scale(1.5);
    transition: all 0.6s ease 0.2s;
}
.single-con:hover{
    transform: translateY(-6px);
}
.single-con:hover.overlay-text{
    opacity: 1;
}
.single-con:hover .overlay-text:before,
.single-con:hover .overlay-text:after{
    opacity: 1;
    transform: scale(1);

} */
.domestic-tour{
    margin-bottom: 20px;
}



.single-new-arrival{margin-bottom: 50px;text-align: center;}
.single-new-arrival-bg {
    position: relative;
    min-height: 310px;
    background: #f8f9fc;
    display: flex;
    align-items: center;
    justify-content:center;
    overflow:hidden;
}
.single-new-arrival-bg img{
    width: 320px;;
    height:300px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.single-new-arrival-bg:hover  img{
    -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -ms-transform:scale(1.3);
    -o-transform:scale(1.3);
    transform:scale(1.3);
}
.single-new-arrival-bg-overlay{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(106,119,129,.1);
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.single-new-arrival-bg:hover .single-new-arrival-bg-overlay{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
.sale {
    position: absolute;
    top: 10px;
    right: 0;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.sale p{color: #fff;font-weight: 500;font-size:14px;line-height: 2.2;}

.sale.bg-1{background: #d8924c;}
.sale.bg-2{background: #47d93c;}

.new-arrival-cart {
    position: absolute;
    bottom: -14px;
    z-index: 0;
    left: 0;
    width: 100%;
    height: 125px;
    background: #61a4db;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    opacity:0;
    visibility:hidden;
}
.new-arrival-cart p {
    float: left;
    margin-left: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 3;
}
.new-arrival-cart p a{color: #fff;font-weight: 400;font-size: 25px;}
.new-arrival-cart p span.lnr.lnr-cart {margin-right: 10px;}
.new-arrival-cart p span{text-transform: lowercase;}
p.arrival-review span {margin-right: 15px;}
.single-new-arrival-bg:hover .new-arrival-cart {
    opacity:1;
    visibility:visible;
    bottom:0px;
}
.single-new-arrival  h4 a{
    color:#5f5b57;
    font-size:16px;
    font-weight:500;
    margin:26px 0 12px;
}
.arrival-product-price{
    color:#5f5b57;
    font-size: 16px;
    font-weight: 400;
}
.single-new-arrival:hover h4 a{color:#e99c2e;}
.our_room {
    background-color: #f4f5f7;
    padding: 60px 0 30px 0;
    margin-top: 90px;
}

.our_room .titlepage {
    text-align: center;
}

.our_room .titlepage p {
    color: #121212;
    font-size: 17px;
    margin-top: 20px;
}

.our_room .room {
    text-align: center;
    background-color: #fff;
    margin-bottom: 30px;
    transition: ease-in all 0.5s;
}

.our_room .room .room_img {
    overflow: hidden;
}

.our_room .room .room_img figure {
    margin: 0;
}

.our_room .room .room_img figure img {
    width: 100%;
    transition: all .5s;
}

.our_room .room .room_img figure img:hover {
    transform: scale(1.2);
}

.our_room .room .bed_room {
    padding: 33px 30px;

}

.our_room .room .bed_room h3 {
    color: #121212;
    font-size: 25px;
    line-height: 20px;
    font-weight: 500;
    transition: ease-in all 0.5s;
    margin: auto;
}

#serv_hover:hover.room {
    cursor: pointer;
    box-shadow: 0px 0px 30px rgba(255, 9, 9, 0.15);
    transition: ease-in all 0.5s;
}
.gallery {
    padding-top: 60px;
}

.gallery .titlepage {
    text-align: center;
}

.gallery .gallery_img {
    overflow: hidden;
    margin-bottom: 30px;
}

.gallery .gallery_img figure {
    margin: 0;
}

.gallery .gallery_img figure img {
    width: 100%;
    transition: all .5s;
}

.gallery .gallery_img figure img:hover {
    transform: scale(1.2);
}


.privacy-policy{
    margin: auto;
    width: 90%;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
   
}
.privacy-policy h1{
    font-size: 25px;
    align-items: center;
   
}
.privacy-policy h2{
    font-size: 20px;
   
}
/* Apostile and attestation */

.study-main-section .Apostile .check-list{
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    /* align-items: center; */
}
.study-main-section .Apostile .check-list ul{
    list-style: none;
    /* padding-right: 20px; */
}
.study-main-section .Apostile .check-list ul h5{
    font-weight: 700;
}
.study-main-section .Apostile .check-list ul li{
    position: relative;
    font-size: 1em;
    color: #000;
    padding-bottom: 10px;
}

.study-main-section .Apostile .check-list ul li:before{
    content: "";
    position: absolute;
    top: 5px;
    left: -25px;
    background: url(../img/home/check\ \(1\).png)no-repeat center center;
      background-size: auto;
    background-size: contain;
    height: 17px;
    width: 20px;
}
.study-main-section .Apostile h1{
    font-size: 30px;
    margin-bottom: 30px;
}
.study-main-section .Apostile h3{
    font-size: 2em;
    font-weight: 700;
    width: fit-content;
    border-bottom:1px solid #00182D;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.job-section .check-list h3{
    margin-top: -10px;
}
.country{
    margin-top: 30px;
}
.country img{
    border-radius: 8px;
}
.country table tr .img-flag{
    width: 50px;
    height: 49px;
}
.country table tr td{
    color: rgb(108, 108, 209);
}
.sitemap{
    width: 100%;
    background-color: #dee2e6;
    margin-top: -49px;
    padding-left: 50px;
}
.sitemap a{
    padding-top: 10px;
    color: black;
}

@media (max-width: 768px){
    .whats-app-btn{
        padding-bottom: 32px
    }
    .footer-inovative p{
        text-align: center;
    }
}

.single-new-arrival{
    position: relative;
}
.projects .portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.projects .portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.projects .portfolio-flters li:hover,
.projects .portfolio-flters li.filter-active {
  color: red;
}

.projects .portfolio-flters li:first-child {
  margin-left: 0;
}

.projects .portfolio-flters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .projects .portfolio-flters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

.projects .portfolio-content {
    position: relative;
    overflow: hidden;
}

.projects .portfolio-content img {
     transition: 0.3s;
}

.projects .portfolio-content .portfolio-info {
    opacity: 0;
    position: absolute;
    inset: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(0, 0, 0, 0.6);
    padding: 15px;
}

.projects .portfolio-content .portfolio-info h4 {
    font-size: 30px;
    padding: 5px 10px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    background-color: var(--color-primary);
}
.projects .portfolio-content .portfolio-info h3{
    color: orange;
    font-size: 18px;
    font-weight: 800;
    
}
.projects .portfolio-content .portfolio-info a{
    margin-left: 100px;
    color: var(--light);
    background: linear-gradient(180deg,#ef7c00 0%, #f04f00 100%);
    border: none;
}
.projects .portfolio-content .portfolio-info h5{
    color: white;
    font-size: 15px;
}


.projects .portfolio-content .portfolio-info p {
  position: absolute;
  bottom: 10px;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}
.projects .portfolio-content .portfolio-info .content-portfolio1{
    padding-left: 50px;
   
}
.projects .portfolio-content .portfolio-info .content-portfolio1 span{
    font-size: 25px;
}

.projects .portfolio-content .portfolio-info .preview-link,
.projects .portfolio-content .portfolio-info .details-link {
  position: absolute;
  left: calc(50% - 40px);
  font-size: 26px;
  top: calc(50% - 14px);
  color: #fff;
  transition: 0.3s;
  line-height: 1.2;
}

.projects .portfolio-content .portfolio-info .preview-link:hover,
.projects .portfolio-content .portfolio-info .details-link:hover {
  color: var(--color-primary);
}

.projects .portfolio-content .portfolio-info .details-link {
  left: 50%;
  font-size: 34px;
  line-height: 0;
}

.projects .portfolio-content:hover .portfolio-info {
  opacity: 1;
}

.projects .portfolio-content:hover img {
  transform: scale(1.1);
}
/* .card{
    box-shadow: 10px 10px 5px #aaaaaa
} */
.card-con{
    width: 13rem;
    margin: auto;
   
}
.card-con:hover{
    border: 4px solid orange;
    
}
.card-body img{
   border: 3px solid white;
    position: absolute;
    bottom: 101px;
    left: 69px;
}
.card-con a{
    position: absolute;
    top: 98px;
    right: 31px;
    border-radius: 10px
}
.card-con .card-body h5{
    font-size: 24px;
    margin-top: 20px;
    text-align: center;
}
.box{
    border-radius: 50%;
    background: white;
    border: 8px solid ;
    border-color: rgb(239, 124, 0);
    height: 250px;
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
}
.box:hover{
    border: 3px solid ;
    border-color: rgb(239, 124, 0);   
}
.box p{
    margin-bottom: 0px;
    font-size: 14px;
    color: #000;
}
.box h5{
    margin-top: 20px;
    font-weight: 700;
    font-size: 20px;
}

.box2{
    width: 250px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid grey;
    border-radius: 20px;
    padding: 10px;
}
.box2 img{
    height: 64px;
    width: 64px;
}
.box2 p{
    padding-top: 20px;
}
.box2 h2{
    font-size: 20px;

}
.box2 .hidden{
    margin-bottom: 1px;
}
.choose{
    margin-top: 55px;
}
.projects2{
    margin-top: 80px;
}
.t-test{
    border-radius: 50%;
    height: 45px;
    width: 45px;
    border: 1px solid orangered;
    font-size: 30px;
    text-align: center;
    margin-left: 25px;
    margin-top: 10px
}
.project_t{
    margin-left: 80px;
}
.project_t .col-md-1 img {
    margin-left: -33px;
    margin-top: 36px
}


@media(max-width: 575px){
    .choose{
        text-align: center;
        margin-top: 20px;
        margin-left: 25px;
    }
    .project_t .col-md-1 img{
        visibility: hidden;
    }
}
.projects2 .project_t p{
    font-size: 18px;
    font-weight: 700;
    color: grey;
}
/*marquee*/
 marquee{
    background-color: #ec7200;
    margin: 0 0 -6px;
    padding: 12px 12px;
    font-size: 20px;
  }
  marquee ul{
      display:flex;
      margin-bottom: 0;
      color:white;
  }
   marquee ul li{
       margin-left:100px;
       list-style-type:circle;
   }
  
  /* // Animation with keyframes */
  @keyframes marquee-right-to-left {
    from {
      transform: translateX(100vw);
    }
    to {
      transform: translateX(-100%);
    }
  }


  .slider {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .slick {
    position: relative;
    overflow: hidden;
    .item {
      float: left;
      background-color: green;
      text-align: center;
      .no-slide&amp; {
      }
      &amp;.slick-current {
      }
      .carousel-slider &amp;, .variablewidth-slider &amp; {
        &amp;.slick-active {
        }
      }
      img {
        display: block;
        margin: 0 auto;
      }
    }
  }
  .slick-no-slide {
    .slick-track {
      width: 100% !important;
      text-align: center;
      transform: inherit !important;
    }
    .slick-slide {
      float: none;
      display: inline-block;
    }
  }
  .slick-list {
    position: relative;
    overflow: hidden;
  }
  .slick-dots {
    text-align: center;
    li {
      display: inline-block;
      button {
        width: 10px;
        height: 10px;
        margin: 0 5px;
        font-size: 0;
        background-color: grey;
        border-radius: 50%;
        border: none;
      }
    }
    .slick-active {
      button {
        background-color: black;
      }
    }
  }
  .slick-prev {
    left: 10px;
    background: url("data:image/png;base64,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") no-repeat 50% 50%;
  }
  .slick-next {
    right: 10px;
    background: url("data:image/png;base64,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") no-repeat 50% 50%;
  }
  .slick-arrow {
    position: absolute;
    top: 48%;
    z-index: 1;
    width: 15px;
    height: 30px;
    font-size: 0;
    background-size: 100% 100%;
  }
  .slick-disabled {
  }
  .news-section h1{
    margin-bottom: 0;
    font-size: 2.2em;
  }
 .about-us-box .news-section{
     padding:26px;
     background:#f1e5d44f;
 }
 .about-us-box .news-section h1{
     font-size: 45px;
   animation: Color 4s linear infinite;
  -webkit-animation: Color 4s linear infinite;
  text-shadow: 10px 10px #F0F0F0;
}

@keyframes Color{
  0%{
    color:#f58320;
  }
  
  100%{
    color:#ef6100;
  }
  /*100%{*/
  /*  color:#dfb282;*/
  /*}*/
 }
 .news-responsive{
     padding-left:18px;
 }
 #header-carousel{
     position: relative;
 }
.carousel-inner .carousel-item {
position: relative;
  }
  .news-overlap{
      padding:20px;
      width:40%;
      position: absolute;
   top:90px;
    z-index:99;
      padding:26px;
      left:20px;
     background:#ece0cf;
      
  }
  .carousel-control-next span i{
      font-size:30px;
  }
  .carousel-control-prev span i{
       font-size:30px;
  }
  
  </pre></body></html>