﻿/*@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');*/

@import url("https://fonts.googleapis.com/css?family=Exo:500,600,700|Roboto&display=swap");

/*------font-------*/
html, body, p, .card span, p span, table ul {
    /*font-family: "poppins", sans-serif !important;*/
    font-family: "Exo", sans-serif;
}


/*html, body, .card span, p span, p, .topbar, .mybutton, .quick-enquiry, .top-quick-enquiry, .nav-item a, .heading-sec, .contact-details-label, h1, h2, h3, h4, h5, h6, p {
    font-family: "poppins", sans-serif !important;
}*/


    html, body .card span, p span, p, footer li, .topbar {
        margin: 0px !important;
        padding: 0px !important;
        animation: fadeIn 0.5s;
       
    }

html, body {
    overflow-x: hidden;
}



p {
    text-align: justify !important;
}

a {
    color: inherit !important;
}

/*---------topbar------------*/

.topbar {
    padding: 5px;
    color: white;
    /*font-family: "Nunito",sans-serif;*/
    background-color: black !important;
}

    .topbar a {
        color: white;
    }

    .topbar .fa {
        width: 12px !important;
        height: 8px !important;
        /*font-size: 12px !important;*/
    }

    /*.topbar .btn-sm {
        padding: 0.1rem 0.4rem;
    }*/

    .topbar .top-contact, .topbar .top-social {
        padding-top: 7px !important;
        padding-bottom: 5px !important;
        font-size: 16px !important;
    }

@media screen and (max-width: 580px) {
    .topbar .top-contact {
        display: none !important;
    }

    .topbar, .topbar .top-social {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.top-social .dropdown-item {
    padding: 10px !important;
}

.topbar .top-contact:after {
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    z-index: -1 !important;
    transform: skewX(30deg);
    /*max-width: 900px;*/
}



.top-quick-enquiry {
    /*background-color: #1792b8;*/
    color: white !important;
    margin: 0px !important;
    padding: 5px 20px !important;
    margin-left: 25px !important;
    font-size: 16px;
    text-decoration: none !important;
    border-radius: 20px !important;
}


/*---------topbar end------------*/


/*-------------Navbar--------------*/

.navbar {
    transition: 0.4s; /* Adds a transition effect when the padding is decreased */
}

.nav-item a {
    /*color: #1792b8 !important;*/
    font-size: 16px;
    font-weight: 500;
    padding: 17px;
    margin-left: 7px;
    margin-right: 7px;
    transition: ease-in 0.2s;
}

.dropdown-divider {
    padding: 0px !important;
    margin: 0px !important;
}

.nav-item .dropdown-item {
    padding: 12px 25px !important;
    margin: 0px !important;
    
}

.dropdown:hover .dropdown-menu {
    display: block;
    padding: 0px !important;
    transition-duration: 1s;
    /*z-index:999 !important;*/
    /*position:relative !important;*/
}

.nav-item:hover .nav-link {
    -webkit-transform: scale(1.1);
    transition-duration: 0.2s;
    color: #0094ff !important;
}

.nav-logo {
    width: 100px;
}


@media screen and (min-width: 580px) {
    .ddmenu1 {
        margin: 0px !important;
        width: 700% !important;
        margin-left: -300px !important;
        padding: 0px !important;
    }

    .ddmenu2 {
        margin: 0px !important;
        width: 250% !important;
        padding: 0px !important;
    }
}

.dropdown-menu .fa {
    align-self: flex-end;
    float: right;
    margin-top:5px !important;
}

.ddmenu {
    text-decoration: none;
    /*font-weight: 500 !important;*/
    transition: all .5s;
    margin: 0px !important;
}

    .ddmenu hr {
        margin-top: 5px;
        transition: all .5s;
    }



@media screen and (max-width: 580px) {
    .nav-logo {
        width: 100px;
    }
}

/*-----------------Navbar End------------*/


.lnk_btn_search {
    margin-left: -40px;
    border-left: 1px groove lightgray;
    padding: 8px;
}


/*  Carousel   */

.main-slider {
    background-color: rgba(0, 0, 0, 0.41);
    padding: 50px 50px 5px 50px !important;
    margin: 0px !important;
}

@media screen and (min-width: 580px) {
    .carousel-item img {
        width: 100% !important;
    }
}


.main-slider h1 {
    font-size: 60px !important;
    font-weight: 900;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 60px;
    width: 60px;
    outline: black;
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid white;
    background-image: none;
}

    .carousel-control-next-icon:after {
        content: '>';
        font-size: 35px;
        color: white;
        font-weight: bolder !important;
    }

    .carousel-control-prev-icon:after {
        content: '<';
        font-size: 35px;
        color: white;
        font-weight: bolder !important;
    }



.carousel-caption {
    position: absolute !important;
    bottom: 100px !important;
    left: 37% !important;
    top: 50px !important;
    z-index: 1 !important;
    color: #fff !important;
    text-align: left !important;
    transform: translateX(-200%);
    opacity: 0;
    animation: slide-in-anim 2.5s ease-out forwards;
    /*background-color: rgba(0, 0, 0, 0.56);*/
    vertical-align: middle !important;
    align-content: center !important;
    height: 50% !important;
    padding-top: 4% !important;
}


    .carousel-caption h1 {
        font-weight: 900 !important;
        font-size: 60px !important;
        text-shadow: 4px 4px 10px black;
    }

    .carousel-caption p {
        font-weight: 400 !important;
        font-size: 14px !important;
        text-shadow: 4px 4px 10px black;
    }

@media (max-width:520px) {
    .carousel-caption {
        display: block !important;
        position: absolute !important;
        bottom: 100px !important;
        top: 20px !important;
        left: 52% !important;
        right: -32% !important;
        padding-top: 8% !important;
        text-align: center !important;
        height: 70% !important;
        background-color: transparent !important;
        transform: translateX(-200%);
        opacity: 0;
        animation: slide-in-anim 2.5s ease-out forwards;
    }

        .carousel-caption h1 {
            font-weight: 700 !important;
            font-size: 30px !important;
            text-shadow: 3px 3px 8px black;
        }

        .carousel-caption p {
            display: none !important;
            font-weight: 400 !important;
            font-size: 18px !important;
            font-size: 14px !important;
            text-shadow: 4px 4px 10px black;
        }
}

@keyframes slide-in-anim {
    20% {
        opacity: 0;
    }

    60% {
        transform: translateX(-45%);
    }

    75% {
        transform: translateX(-52%);
    }

    100% {
        opacity: 1;
        transform: translateX(-50%);
    }
}

.carousel-item {
    transition: transform 1.1s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: opacity 0s 1.1s;
}



@media screen and (min-width: 580px) {

    /*.carousel-inner {
        max-height: 530px !important;
    }

        .carousel-inner img {
            height: 520px;
            width: 100%;
        }*/
}

.search-box {
    background-color: #F5F5F5;
    padding: 25px 60px !important;
}

@media screen and (max-width: 580px) {

    /*.carousel-inner {
        max-height: 300px !important;
    }

        .carousel-inner img {
            height: 220px;
            width: 100%;
        }*/
}


/*------------carousel end-------------*/


@media screen and (max-width: 580px) {
    .topbar {
        text-align: center !important;
    }

    .search-box {
        background-color: #F5F5F5;
        padding: 25px 5px !important;
    }
}

/* packege search*/
.search-container {
    display: flex;
    align-items: center; /* Center items vertically */
    width: 100% !important;
}

    .search-container .py-2 {
        border-radius: 25px 0px 0px 25px !important;
    }

    .search-container .mybutton {
        border-radius: 0px 25px 25px 0px !important;
    }
/* end packege search*/
/*------------Fonts--------*/
h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
    /*color: white;*/
    -webkit-text-stroke-color: white;
    text-transform: uppercase;
}


@media screen and (max-width:580px) {
    h2 {
        font-size: 20px;
    }
}

h3 {
    font-size: 14px !important;
}

h4 {
    margin: 7px 0px !important;
    font-size: 20px;
    font-weight: 600;
}

h5 {
    font-weight: 300;
    margin: 12px 0px 12px 0px;
    /*color: white;*/
    font-size: 20px;
}

.heading-section h5 {
    font-weight: 400;
    margin: 12px 0px 12px 0px;
    color: white;
}

.heading-section h1 {
    font-weight: 700;
    
    color: white;
}

h6 {
    color: white;
    margin-top: 5px;
}


.hero-text {
    font-weight: 600;
    font-size: 24px;
    color: darkslategrey;
}

hr {
    margin: 0px 0px 10px;
}


.btn-pkg-enquiry {
    /*background-color: #1792b8;*/
    text-decoration: underline !important;
    margin-bottom: 0px !important;
    transition: ease-in 0.4s;
}


.mybutton {
    /*background-color: #1792b8;*/
    color: white !important;
    padding: 10px 20px;
    font-size: 18px;
    text-decoration: none !important;
    margin-bottom: 0px !important;
    transition: ease-in 0.4s;
    text-align: center;
    white-space: nowrap;
    border-radius: 2px !important;
}

    .mybutton:hover, .btn-pkg-enquiry:hover {
        -ms-transform: rotate(-2deg); /* IE 9 */
        -webkit-transform: rotate(-2deg); /* Safari */
        transform: rotate(-2deg);
        transition-duration: 0.5s;
    }

.quick-enquiry {
    /*background-color: #1792b8;*/
    color: white !important;
    margin-top: 8px;
    font-size: 18px;
    text-decoration: none !important;
    border-radius: 2px !important;
}

    .quick-enquiry:hover {
        background-color: navajowhite;
        /*border: 2px solid #1792b8;*/
        color: navajowhite !important;
        -ms-transform: rotate(-2deg); /* IE 9 */
        -webkit-transform: rotate(-2deg); /* Safari */
        transform: rotate(-2deg);
        transition-duration: 0.5s;
    }

a {
    text-decoration: none !important;
}

.text-center {
    text-align: center !important;
}



/* news letter*/

.news-letter {
    align-items: center; /* Center items vertically */
    margin-bottom: 200px;
}



/*About Us Section*/

.about-us {
    padding: 70px 0px 70px 0px;
}


/*-----our services-----*/

.our-services, .our-services1 {
    background-color: #F5F5F5;
    padding: 70px 0px 150px 0px;
}

    .our-services .service {
        background-color: white;
        /*padding: 15px 10px 0px 15px;*/
        margin: 5px 0px !important;
        box-shadow: 5px 20px 55px 5px lightgray;
        border-radius: 10px !important;
        transition: ease-in 0.2s;
        height: 100% !important;
    }

    .our-services img, .our-services .card {
        border-radius: 10px 10px 0px 0px !important;
    }

    .our-services .service .card {
        height: 100% !important;
    }

    .our-services .col-md-4 {
        margin-bottom: 20px !important;
    }

.service:hover h5 {
    color: white !important;
}


.service:hover .card {
    box-shadow: 5px 20px 55px 5px gray;
    color: white;
    -ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Safari */
    transform: rotate(-2deg);
    transition-duration: 0.5s;
    /*background-color: #1792b8 !important;*/
}

.our-services .service:hover .fa {
    -ms-transform: rotate(-25deg); /* IE 9 */
    -webkit-transform: rotate(-25deg); /* Safari */
    transform: rotate(-25deg);
    transition-duration: 1s;
}


.our-services .fa {
    margin: 7px 0px;
}


.our-services .service:hover .fa {
    color: white !important;
}


.services p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5; /* Number of lines displayed before it truncate */
    overflow: hidden;
}



/*----popular-destinations----*/

.popular-destinations {
    margin: 70px 30px 120px;
}



    .popular-destinations .popular-destination {
        padding: 0px;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        transition: all 0.5s ease-in-out;
        /*display: flex;*/
        justify-content: center;
        align-items: center;
    }

    .popular-destinations .col-md-4 {
        margin-bottom: 20px !important;
    }

.popular-destination-cover {
    padding: 80px;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.27);
    border-radius: 10px;
    width:100% !important;
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popular-destination:hover {
    -webkit-transform: scale(1.1);
    transition-duration: 0.5s;
    /*background-size: 120%;
    transition-duration: 1s;*/
}

.popular-destination h1 {
    font-size: 21px;
    font-weight: 900;
    color: white !important;
    text-shadow: 4px 4px 10px black;
}

@media screen and (max-width: 580px) {
    .popular-destination-cover {
        /*padding: 50px 10px;*/
        margin: 0px;
        background-color: rgba(0, 0, 0, 0.27);
        border-radius: 10px;
        height: 100% !important;
        width:100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .popular-destination h1 {
        font-size: 16px;
        font-weight: 900;
        color: white !important;
    }
}

/*-----theme section*/

.theme-section {
    background-color: #F5F5F5 !important;
    margin: 30px 0px !important;
    padding: 50px !important;
}

    .theme-section .popular-destination {
        padding: 0px;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        transition: all 0.5s ease-in-out;
    }

    .theme-section .col-md-4 {
        margin-bottom: 20px !important;
    }




/*------------Banners----------*/


.ad-banners {
    background-color: #F5F5F5;
    padding: 100px 0px 100px 0px;
}

    .ad-banners img {
        border-radius: 10px;
        margin-bottom: 12px;
    }



/*---Home page Packages----*/

.awesome-packages {
    padding: 70px 0px 70px 0px;
}

.package {
    box-shadow: 5px 20px 55px 5px lightgray;
    height: 100%;
    margin-top: 20px;
    border-radius: 10px !important;
}

    .package .card {
        height: 100%;
        margin-top: 20px;
        border-radius: 10px !important;
    }

    .package .card-body {
        margin-bottom: 25px;
    }


.packages .package:hover .card {
    box-shadow: 5px 20px 55px 5px gray;
    height: 100%;
    margin-top: 20px;
    border-radius: 10px !important;
    transition-duration: 0.5s;
}

.package .labeltaglist {
    font-size: large;
    font-weight: 600;
    padding: 5px !important;
    background-color: orangered;
    color: white;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 0px 10px 0px 0px !important;
}



.packages .col-md-4 {
    margin-bottom: 18px !important;
}


.awesome-packages .img_pkg_image {
    height: 200px;
    width: 100% !important;
    border-radius: 10px 10px 0 0 !important;
}

.pkg-details {
    background-color: #F5F5F5 !important;
    padding: 12px;
}


.vmc {
    background-image: url('../Admin/images/web/travel-img.jpg');
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    background-size: cover !important;
}

    .vmc .main {
        width: 100% !important;
        padding-top: 90px !important;
        padding-bottom: 120px !important;
        margin: 0px;
        background-color: rgba(255, 255, 255, 0.95) !important;
    }

    .vmc .card {
        padding: 20px !important;
    }

    .vmc .col-md-4 {
        padding: 20px !important;
    }

    .vmc .fa {
        font-size: 70px !important;
        border: 2px solid;
        border-radius: 7%;
        padding: 20px !important;
    }

    .vmc .package:hover .fa {
        -ms-transform: rotate(-5deg); /* IE 9 */
        -webkit-transform: rotate(-5deg); /* Safari */
        transform: rotate(-5deg);
        transition-duration: 1s;
    }

/*-----Booking Section------*/

.booking-section {
    background-color: #F5F5F5;
    padding: 70px 0px 70px 0px;
}


/*---Testimonials----*/
.testimonials-section {
    background-image: url('../Admin/images/web/travel-img.jpg');
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    background-size: cover !important;
}

    .testimonials-section .main {
        width: 100% !important;
        padding-top: 90px !important;
        padding-bottom: 120px !important;
        margin: 0px;
        background-color: rgba(255, 255, 255, 0.95) !important;
    }

.testimonial img {
    height: 70px;
    width: 70px;
    border-radius: 50px;
    border: 1px groove lightgray;
}


.testimonials .testimonial {
    background-color: white;
    padding: 15px;
    margin: 15px 0px;
    box-shadow: 5px 20px 55px 5px lightgray;
    border-radius: 5px;
    transition: ease-in 0.2s;
}

    .testimonials .testimonial:hover {
        color: white;
        /*background-color: #1792b8 !important;*/
    }

        .testimonials .testimonial:hover .fa {
            color: white;
        }

/*--------------Gallery----------------------*/

.galleries {
    padding: 50px 0px 70px 0px;
    background-color: #F5F5F5;
}

.gallery {
    box-shadow: 5px 20px 55px 5px lightgray;
    height: 100%;
    margin-top: 20px;
    border-radius: 10px 10px 0px 0px !important;
}

.galleries .gallery:hover .card {
    box-shadow: 5px 20px 55px 5px gray;
    height: 100%;
    margin-top: 20px;
    border-radius: 10px 10px 0px 0px !important;
    -webkit-transform: scale(1.1);
    transition-duration: 0.5s;
}

.gallery .card {
    height: 100%;
    margin-top: 20px;
    border-radius: 10px 10px 0px 0px !important;
}

.galleries .img_gal {
    height: 200px;
    width: 100% !important;
    border-radius: 10px 10px 0 0 !important;
}

/*-------VMC----------*/
.vmc .card {
    padding: 20px !important;
}



/*--------Footer-----*/

.footer-section {
    padding: 70px 0px 20px 0px;
    color: white;
}

    .footer-section a {
        text-decoration: none;
        color: #ffffff;
    }


    .footer-section .fa {
        width: 12px !important;
    }

    .footer-section a:hover {
        color: lightgray;
    }

/*.footer-section li:before {
        content: "- ";
    }*/




/*------Pagination--------*/

.pagination {
    padding: 70px 0px 70px 0px;
}

.img-fluid {
    border-radius: 20px;
}

/*--- Heading---*/

.heading-section {
    background-image: url("../Admin/images/web/header-background-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    align-content:center !important;
}



    .heading-section .heading-sec {
        padding: 40px 0px 40px 0px;
        align-items: center !important;
        align-content: center !important;
        background-color: #000000b4 !important;
        text-align: center;
    }


.contact-us-section {
    padding: 70px 0px 70px 0px;
}

    .contact-us-section p {
        margin-bottom: 2px !important;
        margin-top: 8px !important;
    }

    .contact-us-section .mybutton {
        margin-top: 8px !important;
        border-radius: 5px !important;
    }

    .contact-us-section .ms-3 {
        margin-left: 7px;
    }

    .contact-us-section h5 {
        margin-bottom: -0px;
    }

/*------Package Details-------*/
.sidebar, .package-details {
    padding: 20px 0px 70px 0px;
}

    .package-details h2 {
        margin-top: -3px;
    }


.labeltag {
    font-size: large;
    font-weight: 600;
    padding: 10px;
    color: white;
    position: absolute;
    top: 10px;
    right: 15px;
    border: 1px solid white;
}

    .labeltag:before {
        content: "";
        position: absolute;
        right: -20px;
        bottom: 0;
        width: 0;
        height: 0;
        border-top: 23px solid transparent;
        border-bottom: 23px solid transparent;
    }


@media screen and (max-width: 580px) {
    .package-details h2 {
        margin-top: 8px !important;
    }
}

.sidebar {
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    padding: 2px !important;
}


    .sidebar p {
        margin-bottom: 3px !important;
    }

    .sidebar .card {
        margin-top: 2px !important;
        background-color: #F5F5F5;
    }


/*--------Animations--------*/

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.form-control {
    height: calc(2em + 0.75rem + 2px);
    border-radius: 0px;
}

@media screen and (max-width: 580px) {
    .topbar {
        text-align: center !important;
    }
}

@media screen and (min-width: 580px) {
    .p-details-btn-sec {
        bottom: 0px !important;
        position: absolute;
    }
}

/*---Accordian---*/
.accordionHeader, .accordionHeaderSelected {
    /*background-color: #1792b8;*/
    color: white !important;
    margin-top: 10px !important;
    padding: 7px !important;
    cursor: pointer;
}

    .accordionHeader span:after {
        content: " - ";
    }

    .accordionHeaderSelected span:after {
        content: " - ";
    }


.formpage .card {
    margin: 50px 0px 50px !important;
}



/*-----------Scroll Up Button-----------*/

#ScrollUp {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 100px; /* Place the button at the bottom of the page */
    right: 18px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px 20px; /* Some padding */
    border-radius: 27px; /* Rounded corners */
}

    #ScrollUp:hover {
        background-color: #555; /* Add a dark-grey background on hover */
    }

.fa-plane {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*-----------Scroll Up Button End-----------*/



/* The overlay effect with black background */
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9); /* Black with a little bit see-through */
}

/* The content */
.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

/* Close button */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

    .overlay .closebtn:hover {
        color: #ccc;
    }

/* Style the search field */
.overlay .overlay_textbox {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

    .overlay .overlay_textbox:hover {
        background: #f1f1f1;
    }

/* Style the submit button */
.overlay .overlay_search_btn {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay .overlay_search_btn:hover {
    background: #bbb;
}

    /*Overlay Search End*/



/*-------------Theme Color CSS*/

.hero-title, .text-primary, .our-services .fa, .card-title, .vmc .fa, .topbar .top-social a:hover .fa, .btn-pkg-enquiry, .card-footer a {
    color: #0094ff !important;
}

.ScrollUp, .topbar .top-contact:after, .mybutton, .quick-enquiry, .contact-us-section .faa, .accordionHeader, .accordionHeaderSelected, .testimonials .testimonial:hover, .top-quick-enquiry, .labeltag, .package .labeltaglist {
    background-color: #0094ff !important;
    /*z-index: 999;*/
}

.service:hover .card, sidebar .card-header, .top-social .dropdown-menu {
    color: white;
    background-color: #0094ff;
    /*background-color: rgb(243,124,4) !important;*/
}

.labeltag:before {
    border-left: 20px solid #0094ff;
}



/*-----Corner shape----------*/
@media screen and (min-width: 580px) {

    .our-services {
        position: relative;
        overflow: hidden;
    }

    /*.our-services:after {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 280px 290px 0;
            border-color: transparent rgb(243,124,4) transparent transparent;
            right: 0;
            top: 0;
            position: absolute;
        }*/
}
