/********** Template CSS **********/
:root {
    --primary: #0558BF;
    --secondary: #FE8800;
    --light: #F5F5F5;
    --dark: #14141F;
}

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

.fw-semi-bold {
    font-weight: 700 !important;
}

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


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 600;
    transition: .5s;
}

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

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

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

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

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


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: "Nanum Gothic", sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 80px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 80px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
        background-color: #fff;
           }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
        padding-top: 10px !important;
        padding-bottom:10px !important;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}


/*** Hero Header ***/
.hero-header {
    
  /*  height: 85vh;*/
    margin-top: 100px;
    position: relative;
    overflow: hidden;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #7cad3e !important;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: #7cad3e;
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: #7cad3e;
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    box-shadow: 2px 5px 7px 0px rgb(172 188 219);
    transition: .5s;
}
.service-item p
{
color: #808b8d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.service-item:hover {
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Destination ***/
.destination img {
    transition: .5s;
}

.destination a:hover img {
    transform: scale(1.1);
}


/*** Package ***/
.package-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    border: 1px solid;
}

.package-item img {
    transition: .5s;
}
.package-item h2{
color: #000;
    font-size: 32px;
    padding: 5px;
}
.package-item:hover img {
    transform: scale(1.1);
}


/*** Booking ***/
.booking {
  /*  background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/booking.jpg);
  */  background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(90deg, rgb(124, 173, 62) 0%, rgb(5, 88, 191) 100%);
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

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

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 20px;
    border-bottom: 1px solid var(--primary);
}

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


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
     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-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}
.testimonial-carousel .owl-item .testimonial-item
{
border: 1px solid #00000021;
    box-shadow: 2px 2px 5px 0px rgb(172 188 219);
}
.testimonial-carousel .owl-item.center .testimonial-item {
    background: #7CAD3E !important;
    border-color: #7CAD3E !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.testimonial-carousel .quote-rating-box {
    margin-top: 30px;
}
.testimonial-carousel .quote-rating-box  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

.testimonial-carousel .quote-rating-box .icon
{
    webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 87px;
    -webkit-margin-end: 40px;
    margin-inline-end: 40px;
}
.testimonial-carousel .quote-rating-box .icon img
{
    width: 50px;
}
.quote-rating-box .ratings-box h4 {
    margin-bottom: 6px;
    padding-top: 10px
}
.ratings li {
    display: inline-block;
}
.ratings li i{
color: #F7921E !important;
text-align: left;
}

.ratings-box h4
{
font-size: 20px;
text-align: left;
}

.ratings 
{
    padding: 0;
    color: #F7921E !important;
    margin:10px 0;
}

.author-thumb-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    text-align: left;
}


.author-thumb-title .author-title h5
{
    font-size: 30px;
}
.details-packages
{
   display: flex;
    justify-content: space-between;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid;
    padding-top: 20px;
}
.fixed-whatsapp {
    position: fixed;
    z-index: 1000;
    bottom: 40px;
    left: 10px;
    display: block;
}
.fixed-whatsapp .fa-whatsapp {
    background-color: #00bb00;
    border-radius: 50px;
    padding: 7px 10px 7px 10px;
    color: #fff !important;
    margin-right: 2px;
    font-size: 33px;
    box-shadow: -2px 4px 8px 0px #595959;
}


h2{
  text-align:center;
  padding: 20px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.rounded-circle.bg-primary {
    
    background-image: linear-gradient(90deg, rgb(5, 88, 191) 0%, rgb(124, 173, 62) 100%);

}

.easy-steps
{
    background-color: #0558BF;
    color:#fff;
}
.easy-steps h5{

      color:#fff !important;
}
.IATA-logo
{
    width: 120px
}
.container h1
{
    color: #0558BF;
}
.bg-green
{
 background-color: #7CAD3E !important;
}


.carousel-item img
{
    height: 100%;
    object-fit: cover;

}
.carousel-indicators [data-bs-target]
{
    height: 4px;
    width: 50px;
    border-right: 50px;
}
.Package-Detail
{
   background-color:#0558BF;
   
}

.Package-Detail li.breadcrumb-item a,
.hero-header li.breadcrumb-item a
{
    color: #fff !important;
    font-weight: 600;
}
 .footer .col-md-6{
    padding: 10px;

}
.top-header small
{
    font-weight: 700;
}
/*.booking input::placeholder ,
.booking  .form-floating > label,
.booking  select::placeholder
{
color: #fff;
}
.booking .form-floating label
{
    color: #fff;
    font-size: 18px !important;
    opacity: 1;
}
.form-floating > .form-select
{
    color: #fff;
    padding-top: 10px
}


.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown)
{
    color: #fff;
}*/

.book-a-tour .form-floating > label
{
    color: #fff;
}

.book-a-tour .form-floating > .form-control,.book-a-tour .form-floating > .form-select
{
    color: #fff;
}
.book-a-tour .form-floating > .form-select option
{
    color: #000;
}
.heightlighted
{
    background: #0558bf;
    margin: 0;
    padding: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
        font-family: "Nanum Gothic", sans-serif;
}
.testimonial-item p
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .testimonial-item h4
  {

  }
  
   .go-elite-logo{
        width:80px;
    }

  @media only screen and (max-width: 1200px) {
    
.navbar-light .navbar-nav .nav-link
{
font-size: 16px;
    }
  .IATA-logo
    {
        width:100px !important;
    }
    .navbar-light .navbar-brand img,.sticky-top.navbar-light .navbar-brand img
    {
        max-height:70px;
    }
    .top-header small
    {
        width: 100%;
    }
    
    .go-elite-logo{
        width:80px;
    }
}
  @media only screen and (max-width: 1100px) {
    
.navbar-light .navbar-nav .nav-link
{
font-size: 16px;
    }
  .IATA-logo
    {
        width:60px !important;
    }
    .navbar-light .navbar-brand img,.sticky-top.navbar-light .navbar-brand img
    {
        max-height:50px;
    }
    }
@media only screen and (max-width: 991.5px) {
  .hero-header
  {
    margin-top: 0;
  }
  .slick-slide img
  {
    width: 100px !important
  }
   .IATA-logo
  {
    width:100px !important;
  }
   .navbar-light .navbar-brand img,.sticky-top.navbar-light .navbar-brand img
    {
        max-height:65px;
    }
}

@media only screen and (max-width: 575.5px) {

 .carousel-item img {
  
}
 .IATA-logo
  {
    width:60px !important;
  }
  .navbar-brand
  {
    margin-right: 0px;
  }
   .navbar-light .navbar-brand img,.sticky-top.navbar-light .navbar-brand img
    {
        max-height:45px;
    }
    .dropdown-menu
    {
        min-width: auto;
    }
    
     .go-elite-logo{
        width:50px;
    }
}

 
.package-inner-page .elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #0000003b;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 20px 0px 20px 0px;
    justify-content: space-between;
}

.package-inner-page > .elementor-container > .elementor-column > .elementor-widget-wrap {
    align-content: center;
    align-items: center;
}
 
.package-inner-page .elementor-widget-wrap>.elementor-element {
    width: 100%;
}
 

.package-inner-page .premium-dual-header-first-header span {
    display: block;
    display: block;
    font-size: 20px;
    color: #fff;
}
.package-inner-page  .elementor-column:nth-child(even)
{
background: #0558BF;
}
  .elementor-second .elementor-column:nth-child(odd)
{
background: #0558BF !important;
}
.elementor-second .elementor-column:nth-child(even)

{
 BACKGROUND: #7CAD3E;
}
.package-inner-page .elementor-column {
       width: 24%;
    BACKGROUND: #7CAD3E;
    DISPLAY: FLEX;
    ALIGN-ITEMS: center;
    justify-content: center;
    color: #fff;
    padding: 10px 20px;
    min-height: 100px;
}

 
.package-inner-page .elementor-widget .elementor-icon-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.package-inner-page .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(26px / 2);
}
 .package-inner-page .elementor-icon-list-item a {
    display: flex;
    font-size: inherit;
    align-items: var(--icon-vertical-align, center);
}
.package-inner-page .elementor-widget .elementor-icon-list-item {
    margin: 0;
    padding: 0;
    position: relative;
}

.Included
{
    padding: 20px 0;
}
div#accordionExample
{
    margin-top: 30px;
}
.accordion-header
{
    padding: 0;
}
.accordion-item
{
    margin-bottom: 10px;
}
.accordion-button
{
    background-color: #7CAD3E;
        color: #fff;
    font-weight: 700;
}
.accordion-button::after, 
.accordion-button::before
{

 background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e ");
}
.detail-img
{
    height: 250px;
    object-fit: cover;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #7CAD3E;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }
    .package-inner-page td
    {
        padding: 10px 0;
    }
    .package-inner-page tr td:first-child
    {
      width: 40%;
      color: #1462C3;
    font-weight: 600;
    }
    
    .package-inner-page tr:last-child td
    {
        border-bottom: none;
    }
     @media only screen and (max-width: 1199.5px) {
  .package-inner-page .premium-dual-header-first-header span {

font-size: 18px;
}
}
  @media only screen and (max-width: 767.5px) {
.package-inner-page .elementor-container
{
    display: block;
}
.package-inner-page .elementor-column
{
            margin-bottom: 15px;
    
        display: block;
        width: 100%;
}
}
.accordion-inner-content
{
        padding: 0;
    border: 1px solid #0000001c;
    margin-bottom: 10px;
    margin-top: 10px;
}
.accordion-inner-content h4
{
   
        background-color: #0557be;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.accordion-inner-content ul li
{
    padding-bottom: 8px;
    padding-right: 10px;
}
.accordion-inner-content p
{
    padding: 10px 15px;
    
}
.window-form
{
background-color: #343c3069;
}
.window-form .modal-body 
{
    padding: 0;

}
.window-form .modal-body h1
{
    text-align: center;
}
.window-form .modal-body p
{
    
  text-align: center;
  color: #fff;
    }
    .window-form .modal-body label,
    .window-form .modal-body input,
      .window-form .modal-body select
    {
        color: #fff;
    }

   select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;       /* Remove default arrow */
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='5' height='6' viewBox='0 0 4 5'><path fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") right .75rem center/8px 10px no-repeat!important;
}
.window-form .form-floating > .form-select option {
    color: #000;
}
.window-form .modal-footer
{
padding:0;
border:none;
}
.window-form .modal-footer button
{
position: absolute;
    right: 5px;
    top: 0;
    padding: 0;
    background-color: transparent;
    border: none;
}

.window-form .modal-footer button
{
    font-size: 34px;
    right: 0;
    margin: 0;
    padding: 0;
    line-height: 1;
    }


     /* Style the container where the snow will fall */
  .gallery-section  #snow-container {
      position: relative;
      height: 100vh;
      overflow: hidden;
    }

   .gallery-section .ml12 {
  font-weight: 200;
  font-size: 3em;
  letter-spacing: 0.3em;
}

.gallery-section .ml12 .letter {
  display: inline-block;
  line-height: 1em;
}



.gallery-section .row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

.gallery-section .row > .column {
  padding: 0 8px;
  overflow: hidden;
}

.gallery-section .row:after {
  content: "";
  display: table;
  clear: both;
}

.gallery-section .column {
  float: left;
  width: 25%;
  margin-bottom: 10px;
  animation-name: transition;
  animation-duration: 1s;
}

/*@keyframes transition {
  from {opacity: 0;}
  to {opacity: 1;}
}
*/
/* The Modal (background) */
.gallery-section .modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000d4;
}

/* Modal Content */
.gallery-section .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    display: flex;
   
    max-width: 600px;
}

/* The Close Button */
.gallery-section .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.gallery-section .close:hover,
.gallery-section .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.gallery-section .mySlides {
  display: none;
}

.gallery-section .mySlides img {
    opacity: 1;
    border-radius: 0;   
}

.gallery-section .mySlides img:hover {
    opacity: 1;   
}


.gallery-section .cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.gallery-section .prev,
.gallery-section .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
 .gallery-section .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.gallery-section .prev:hover,
.gallery-section .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.gallery-section .numbertext {
  color: #f2f2f2;
  font-size: 24px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


.gallery-section img {
  width: 462px;
  margin-bottom: -4px;
  border-radius: 5px;

  cursor: pointer;
 
}


.gallery-section img:hover {
  opacity: 1;
}
.gallery-section .column:hover img {
    transform: scale(1.1);
    visibility: visible;
    animation-delay: 0.5s;
    animation-name: zoomIn;
}

.Choose-file label
{
    background: #77a63c;
    padding: 12px;
    color: #fff;
   
    

}
.OTP input
{
    
        width: 30px;
    padding: 5px;
   border: 1px solid #ced4da;
}
.Choose-file  input[type="file"] {
    margin-left: 10px;
       font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #808b8d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem !important;
    width: 100%;

}
 &::-webkit-file-upload-button {
            display: none;
}
    &::file-selector-button {
            display: none;
}
    
.franchise-page .top-points p
{
    color: #fff;
    background: #0558bf;
    padding: 10px;
    text-align: center;
    border-radius: 35px;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 0;
}

.franchise-page .top-heading
{
    text-align: center;
    margin-bottom: 30px;
    
}
.franchise-page .big-img img
{
    width: 100%;
    object-fit:cover;
 
    padding-left: 50px;
}
.franchise-page .accordion-inner-content ul li
{

}
.franchise-page .accordion-inner-content ul li b
{
    color: #000;
}
.franchise-page .accordion-inner-content ul
{
   
  padding-top: 15px;  
  padding-bottom: 15px;  
}
.franchise-page .filled-heading
{
text-align: center;
    margin-bottom: 0px;
    background: #0558bf;
    padding: 12px 30px;
    border-radius: 36px;
    color: #fff;
    width: auto;
    margin: auto;
}
.franchise-page .bordered-heading
{
text-align: center;
    margin-bottom: 0px;
    background: #fff;
    border:1px solid #0558bf;;
    padding: 12px 30px;
    border-radius: 36px;
    color: #0558bf;
    width: auto;
    margin:20px auto 0;
}



.franchise-page table tr th:first-child{
    background: #7cac3e;
    color: #fff;
    line-height: 2;
    font-size: 20px;
    padding: 20px;
    width: 300px;
}
.franchise-page table tr th li {
    line-height: 2;
    font-size: 16px;
    list-style: circle;
}
.franchise-page button.accordion-button {
    min-height: 80px;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}
.franchise-page .service-item {
 
    min-height: 280px;
       box-shadow: 2px 0px 10px 0px rgb(172 188 219);
    transition: .5s;
}
.franchise-page  .service-item p {

    -webkit-line-clamp: 4;
    line-clamp: 4;
}
.franchise-page .top-points
{
margin-top: 10px;
margin-bottom: 10px;
}
.gallery-section .gallery-section img.hover-shadow {
  transition: 0.3s;
}

.gallery-section .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}





 @media only screen and (max-width: 991.5px) {
    .gallery-section .column {
    float: left;
    width: 33.33%;
    }
    .franchise-page .big-img img {
    width: 100%;
    object-fit: cover;
    padding-left: 0;
    margin-top: 35px;
}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 767.5px) {
  .gallery-section .numbertext {font-size:17px;}
  .gallery-section .ml12 {font-size:32px;}
  .gallery-section .column {
    float: left;
    width: 50%;
    }
    .franchise-page table tr th
    {
        display: block;
        width: 100%;
    }
    .franchise-page table tr th:first-child
    {
        width: 100%;
    }
}

@media only screen and (max-width: 575.5px) {
  .gallery-section .numbertext {font-size:14px;}
  .gallery-section .ml12 {font-size:12px;}
    .gallery-section .column {
    float: left;
    width: 100%;
    }
}
.about-page .col-lg-12 img
{
    width:450px;
    padding-left:20px;
    object-fit:cover;
}
.about-page .col-lg-12 p
{
    display:flex;
    text-align:justify;
}

.features-about  .content
{
 box-shadow: 0 2px 2px 2px #00000033;   
   min-height: 220px;
       border-bottom: 5px solid #7CAD3E;
       padding: 20px;
}

   .features-about .col-lg-4
   {
       padding:0 8px;
           margin-top: 25px;
   }
   .features-about  .content h3
   {
       color:#0558bf;
       margin-bottom:15px;
   }
      .features-about  .content p
      {
          margin-bottom:0;
      }
        .about-page .col-md-6 i
        {
          font-size: 10px;
    line-height: normal;
    display: flex;
    align-items: center;
        }
@media only screen and (max-width: 1199.5px) {
.features-about  .content
{
   
   min-height: 250px;
}
}
@media only screen and (max-width: 991.5px) {
    .about-page .col-lg-12 img {
    width: 100%;
    padding-left: 0px;
    object-fit: cover;
    margin-top: 10px;
    margin: 15px auto;
    }
.features-about  .content
{
   
   min-height: auto;
}
.about-page .col-lg-12 p
{
    display:block;
}
.about-page .col-lg-12 .col-md-6 p

{
    display: flex;
}
 .features-about .col-lg-4
    {
        width:100% !important;
    
    }
}


.all_widget_mob{display:none;}
.all_widget_mob .facebook {
    background: #3b5998;
}
.all_widget_mob .telegram {
    background: #1fa2df;
}
.all_widget_mob .youtube {
    background: #f70000;
}
.all_widget_mob .instagram {
    background: #fb3958;
}
.all_widget_mob .twitter {
    background: #00aced;
}
.all_widget_mob:hover .wid_get{color:#fff !important;}
.fixed-phone {
    position: fixed;
    bottom: 55px;
    right: 10px;
    z-index: 999;
    display: none;
}
.fixed-phone .fa {
    background-color: #5d9813;
   
    font-size: 28px;
    box-shadow: -2px 4px 8px 0px #595959;
    border-radius: 50px;
    padding:12px 11px;
    color: #fff !important;
    margin-right: 2px;
    font-size: 26px;
}
@media (max-width: 575.5px){
.all_widget_mob {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.fixed-phone {
        display: block;
    }

.footer .copyright {
  
    margin-bottom: 40px;
}
.fixed-whatsapp {

    bottom: 55px;
}
a.btn.btn-lg.btn-primary.btn-lg-square.back-to-top {
    bottom: 33%;
    right: 10px;
}
}

.all_widget_mob .wid_get {
float: left;
    position: relative;
    color: #fff;
    font-size: 22px;
    height: 40px;
    width: 19.6%;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
}
.all_widget_mob {
    background: 0 0;
    border: none;
    left: 0;
    bottom: 0;
    z-index: 1111;
    position: fixed;
}
.all_widget_mob .wid_get {
    width: 20% !important;
}
.all_widget .linkedin-in, .all_widget_mob .linkedin-in {
    background: #3b5998;
}
.all_widget_mob .wid_get .fa{
    margin-top: 10px;
}


.packages--images .detail-img {
    height: 235px;
    object-fit: cover;

}
@media (max-width: 767.5px){

.packages--images .detail-img {
    height: 100%;
    

}
}



/* ADVERTISERS SERVICE CARD */
body {
    font-family: "Roboto", sans-serif !important;
}

.sec-icon {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
}

.sec-icon::before {
    content: "";
    position: absolute;
    height: 1px;
    left: -70px;
    margin-top: -5.5px;
    top: 60%;
    background: #f5f5f5;
    width: 50px;
}

.sec-icon::after {
    content: "";
    position: absolute;
    height: 1px;
    right: -70px;
    margin-top: -5.5px;
    top: 60%;
    background: #333;
    width: 50px;
}

.advertisers-service-sec {
    background-color: #f5f5f5;
}

.advertisers-service-sec span {
    color: rgb(255, 23, 131);
}

.advertisers-service-sec .col {
    padding: 0 1em 1em 1em;
    text-align: center;
}

.advertisers-service-sec .service-card {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
}

.advertisers-service-sec .service-card::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(#0dcaf0, rgb(255, 23, 131));
    position: absolute;
    left: 0%;
    top: -98%;
    z-index: -2;
    transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #1f194c;
    margin: 1em 0;
    z-index: 3;
}

.advertisers-service-sec p {
    color: #575a7b;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    z-index: 3;
}

.advertisers-service-sec .icon-wrapper {
    background-color: #2c7bfe;
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
    z-index: 3;
}

.advertisers-service-sec .service-card:hover:after {
    top: 0%;
}

.service-card .icon-wrapper {
    background-color: #ffffff;
    color: rgb(255, 23, 131);
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
    color: #0dcaf0;
}

.advertisers-service-sec .service-card:hover h3 {
    color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
    color: #f0f0f0;
}

/* ADVERTISERS SERVICE CARD ENDED */