/********** CSS **********/
:root {
    --primary: #061E75FF;
    --secondary: #0DD3F1;
    --light: #F6F7FC;
    --dark: #15233C;
}

body {
    font-family: Open Sanst, sans-serif;
    /* font-family: -apple-system, BlinkMacSystemFont, sans-serif; */
}

h1, h2, h3, h4, h5, h6, p {
   font-family: Open Sanst, sans-serif !important;
}

.text-lightBlue {
    color: var(--primary) !important;
}

.bg-primary {
    background-color: #061E75FF !important;
}

.btn-primary {
    background-color: #061E75FF !important;
}

.text-primary {
    color: #061E75FF !important;
}
.text-primary-icon {
    color: #061E75FF !important;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.lh-2 {
    line-height: 1.1;
}

.lh-p {
    line-height: 1.6;
}
/*.bg-cover-1{
    background: linear-gradient(79deg, rgba(255, 255, 255, 0.97) 10%, rgba(213, 217, 231, 0.92) 55%, rgba(231, 232, 236, 0.06) 80%), url("../img/resource/Singapore/sg-1.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
} */
.bg-cover-2{
    background: linear-gradient(79deg, rgba(255, 255, 255, 0.97) 10%, rgba(213, 217, 231, 0.92) 55%, rgba(231, 232, 236, 0.06) 80%), url("../jay-ang-v0bgdztjypy-unsplash-min.html");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bg-cover-3{
    background: linear-gradient(79deg, rgba(255, 255, 255, 0.97) 10%, rgba(213, 217, 231, 0.92) 55%, rgba(231, 232, 236, 0.06) 80%), url("../sg-3.html");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bg-cover-4{
    background: linear-gradient(60deg, rgba(255, 255, 255, 0.97) 10%, rgba(213, 217, 231, 0.92) 23%, rgba(231, 232, 236, 0.06) 80%), url(../jpg/edit-16.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bg-cover-5{
    background: linear-gradient(79deg, rgba(255, 255, 255, 0.97) 10%, rgba(213, 217, 231, 0.92) 55%, rgba(231, 232, 236, 0.06) 80%), url("../singapore-city-min.html");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bg-cover-6{
    background: linear-gradient(79deg, rgba(255, 255, 255, 0.97) 10%, rgba(213, 217, 231, 0.92) 55%, rgba(231, 232, 236, 0.06) 80%), url("../singapore-2706849_1280.html");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bg-cover-7{
    background: linear-gradient(79deg, rgba(255, 255, 255, 0.97) 10%, rgba(213, 217, 231, 0.92) 55%, rgba(231, 232, 236, 0.06) 80%), url("../singapore-1927719_1280.html");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.bg-cover-8{
    background: linear-gradient(79deg, rgba(255, 255, 255, 0.97) 10%, rgba(213, 217, 231, 0.92) 55%, rgba(231, 232, 236, 0.06) 80%), url("../helix-bridge-with-marina-bay-building-min.html");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bg-cover-9{
    background: linear-gradient(79deg, rgba(255, 255, 255, 0.97) 10%, rgba(213, 217, 231, 0.92) 55%, rgba(231, 232, 236, 0.06) 80%), url("../amazing-shot-gardens-by-bay-singapore.html");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #061E75FF !important;
}

.display-7 {
    font-size: 4rem !important;
     font-weight: 600;
}

.display-8 {
    font-size: 3.7rem !important;
     font-weight: 600;
}
.display-9 {
    font-size: 3.7rem !important;
     font-weight: 800;
}

.display-6-srp{
       font-size: 2rem !important;
     font-weight: 600;
}

.more-button{
    background-color: #061E75FF !important;
    padding: 5px 15px 5px 15px;
    border: #061E75FF;
    letter-spacing: 0.5px;
}
.display-4-happy{
        font-size: 2.5rem;
}
.more-button-2{
    background-color: #ffffff !important;
    padding: 3px 30px 3px 30px;
    border: #061E75FF;
    letter-spacing: 0.5px;
      border: 1px solid #061e75 !important;
      color:#000000;
      font-weight:300;
}



.more-button {
    
  background-color: #04AA6D; 
  color: black; 
  border: 2px solid #061E75FF;
}

.more-button:hover {
    
  background: #ffffff !important;
  
    border: 1px solid #061e75 !important;
  color: #061e75 !important;
}


.more-button-2:hover {
  
  background: #061e75  !important;
    border: 1px solid #061e75 !important;
  color:#ffffff !important;
}



/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.p-5rem {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover,
.btn.btn-secondary,
.btn.btn-outline-secondary:hover {
    color: #FFFFFF;
}

.btn.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.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;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand img {
    max-height: 60px;
}

.navbar .navbar-nav .nav-link {
    margin-left: 25px;
    padding: 10px 0;
    color: #696E77;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.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-brand img {
        max-height: 45px;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .navbar .nav-item .dropdown-menu {
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/

/*.bg-cover {*/
/*    background: linear-gradient(79deg, rgba(255, 255, 255, 0.97) 10%, rgba(213, 217, 231, 0.92) 40%, rgba(231, 232, 236, 0.06) 60%), url("https://s.srpstudio.net/img/Colombo.jpg");*/
    /*background: linear-gradient(79deg, rgba(255, 255, 255, 0.94) 10%, rgba(213, 217, 231, 0.92) 55%, rgba(231, 232, 236, 0.06) 80%), url("../img/resource/Sri-Lanka/cityscape-sri-lanka-colombo-city.jpg");*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-attachment: fixed;*/
/*}*/

/*.carousel-caption {*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    text-align: start;*/
/*    z-index: 1;*/
/*}*/

/*.carousel-control-prev,*/
/*.carousel-control-next {*/
/*    width: 15%;*/
/*}*/

/*.carousel-control-prev-icon,*/
/*.carousel-control-next-icon {*/
/*    width: 3rem;*/
/*    height: 3rem;*/
/*    background-color: var(--primary);*/
/*    border: 15px solid var(--primary);*/
/*    border-radius: 50px;*/
/*}*/

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header-1 {
   background: linear-gradient(79deg, rgb(255, 255, 255) 10%, rgba(215, 221, 232, 0.84) 55%, rgba(168, 186, 231, 0.11) 100%), url("../jpg/ab-banner2.jpg") ;
    background-position: top top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.page-header-2 {
      background: linear-gradient(60deg, rgba(255, 255, 255, 0.97) 10%, rgba(213, 217, 231, 0.92) 23%, rgba(231, 232, 236, 0.06) 80%), url("../jpg/edit-7.jpg") ;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.page-header-3 {
    background: linear-gradient(60deg, rgba(255, 255, 255, 0.97) 10%, rgba(213, 217, 231, 0.92) 23%, rgba(231, 232, 236, 0.06) 80%), url("../jpg/edit-10.jpg") ;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.page-header-4 {
    background: linear-gradient(60deg, rgba(255, 255, 255, 0.97) 10%, rgba(213, 217, 231, 0.92) 23%, rgba(231, 232, 236, 0.06) 80%), url("../jpg/edit-17.jpg") ;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.page-header-5 {
    background: linear-gradient(60deg, rgba(255, 255, 255, 0.97) 10%, rgba(213, 217, 231, 0.92) 23%, rgba(231, 232, 236, 0.06) 80%), url("../jpg/edit-17.jpg") ;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: #696E77;
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
    color: var(--primary);
}

/*** Facts ***/
/*.facts {*/
/*    background: var(--primary);*/
/*}*/


/*** Cover ***/


/*** Service ***/
.service-box {
    /*background-color: #0d6efd;*/
    min-height: 200px !important;
}

/*.service .nav .nav-link {*/
/*    transition: .5s;*/
/*}*/

/*.service .nav .nav-link.active {*/
/*    border-color: var(--primary) !important;*/
/*    background: var(--primary);*/
/*}*/

/*.service .nav .nav-link.active h5 {*/
/*    color: #FFFFFF !important;*/
/*}*/

/*.service .nav .nav-link.active h5 i {*/
/*    color: #FFFFFF !important;*/
/*}*/

.service-logo {
    height: 100px;
    width: 100px;
}

/*!*** Service ***!*/
/*.service-item {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    box-shadow: 0 0 45px rgba(0, 0, 0, .07);*/
/*}*/

/*.service-item .service-icon {*/
/*    width: 90px;*/
/*    height: 90px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.service-item .service-icon img {*/
/*    max-width: 60px;*/
/*    max-height: 60px;*/
/*}*/

/*.service-item a.btn {*/
/*    color: var(--primary);*/
/*}*/

/*.service-item a.btn:hover {*/
/*    color: #FFFFFF;*/
/*    background: var(--primary);*/
/*    border-color: var(--primary);*/
/*}*/


.service-item .service-text {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
    transition: .5s;
    z-index: 2;
}

.b2b-img-2 {
    display: none;
}

.service-item:hover .service-text {
    top: -1.5rem;
    background: rgb(7, 30, 117);
    color: white !important;
}
.service-item:hover h5 {

    color: white !important;
}

.service-item:hover .b2b-text-1 {
    color: white !important;
}

.service-item:hover .b2b-text-2 {
    color: white !important;
}

.service-item:hover .b2b-img-1 {
    display: none;
}

.service-item:hover .b2b-img-2 {
    display: unset;
}

.service-item .service-text h5 {
    transition: .5s;
}

.b2c-img-2 {
    display: none;
}

.service-item:hover .b2c-text-1 {
    color: white !important;
}

.service-item:hover .b2c-text-2 {
    color: white !important;
}

.service-item:hover .b2c-img-1 {
    display: none;
}

.service-item:hover .b2c-img-2 {
    display: unset;
}

.service-item .service-text h5 {
    transition: .5s;
}


.service-item:hover .service-text h5 {
    color: var(--primary);
}

.service-item .service-btn {
    position: absolute;
    width: 80%;
    height: 3rem;
    left: 10%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    z-index: 1;
}

.service-item:hover .service-btn {
    bottom: -1.5rem;
}

/*** Service ***/

/*!*** Appointment ***!*/
/*.appointment {*/
/*    background: var(--primary);*/
/*    background-size: cover;*/
/*}*/


/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-card {
    /*height: 375px!important;*/
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    bottom: 0;
    opacity: 1;
}

.team-item a.btn {
    color: var(--primary);
}

.team-item a.btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*!*** Testimonial ***!*/
/*.animated.pulse {*/
/*    animation-duration: 1.5s;*/
/*}*/

/*.testimonial-left,*/
/*.testimonial-right {*/
/*    position: relative;*/
/*}*/

/*.testimonial-left img,*/
/*.testimonial-right img {*/
/*    position: absolute;*/
/*    padding: 5px;*/
/*    border: 1px dashed var(--primary);*/
/*    border-radius: 10px;*/
/*}*/

/*.testimonial-left img:nth-child(1),*/
/*.testimonial-right img:nth-child(3) {*/
/*    width: 70px;*/
/*    height: 70px;*/
/*    top: 10%;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*}*/

/*.testimonial-left img:nth-child(2),*/
/*.testimonial-right img:nth-child(2) {*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    top: 50%;*/
/*    left: 10%;*/
/*    transform: translateY(-50%);*/
/*}*/

/*.testimonial-left img:nth-child(3),*/
/*.testimonial-right img:nth-child(1) {*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    bottom: 10%;*/
/*    right: 10%;*/
/*}*/

/*.testimonial-carousel .owl-item img {*/
/*    width: 100px;*/
/*    height: 100px;*/
/*}*/

/*.testimonial-carousel .owl-nav {*/
/*    margin-top: 30px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/

/*.testimonial-carousel .owl-nav .owl-prev,*/
/*.testimonial-carousel .owl-nav .owl-next {*/
/*    margin: 0 5px;*/
/*    width: 45px;*/
/*    height: 45px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    color: #FFFFFF;*/
/*    background: var(--primary);*/
/*    border-radius: 10px;*/
/*    font-size: 22px;*/
/*    transition: .5s;*/
/*}*/

/*.testimonial-carousel .owl-nav .owl-prev:hover,*/
/*.testimonial-carousel .owl-nav .owl-next:hover {*/
/*    background: var(--secondary);*/
/*}*/


/*** Footer ***/
.footer {
    color: #A7A8B4;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #A7A8B4;
    font-weight: normal;
    /*text-transform: capitalize;*/
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #A7A8B4;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: #A7A8B4;
    border: 1px solid #A7A8B4;
}

.footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--light);
}

.footer .copyright {
    padding: 10px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--secondary);
}

.footer .copyright a:hover {
    color: #FFFFFF;
}


.nav-link.border.active h5{
        color: #fff;
}

.active .text-primary{
     color: #fff !important;
} 

.our-services-home h3{
    font-size: 1.40rem !important;
}
.display-6-os {
     color: #fff !important;
}
.testimonial-slider {
  background-color: #061e75;
  padding: 2em 2em 3em;
}
.testimonial-title {
  color: #fff;
}
.testimonial-title h2 {
  padding-left: 0.2em;
}
.card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  height: 100%;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: #fff;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  top: 60%;
  transform: translateY(-50%);
}

.wpcf7-form-control-wrap input{
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem;

}
.wpcf7-form-control-wrap textarea{
      height: 100px;
}

.wpcf7-submit{
    background-color: #061E75FF !important;
        color: #FFFFFF;
            padding: 1rem !important;

}
.form-floating p{
        margin-bottom: 0rem;
}
@media (max-width: 575.98px) {
    
    .widescreeen-banner{
        display:none !important;
    } 
    .home-sub-mobile {
    font-size: 22px !important;
    
}
.section-ii-home {
        margin-top: 20px;
}
 .befo-ft{  
    margin-bottom: 3rem !important;}
    
    .footer{
        text-align:center;
    }
    
    .footer .btn.btn-link{
        text-align:center;

}
.ft-socailicon{ 
  align-items: center;
  justify-content: center;

}

.ft-second-menu{
    margin-top:0px;
}

.navbar-nav.rounded{
     text-align:center;
}

.display-6-srp {
    font-size: 1.5rem !important;
}

}


@media (min-width: 576px) and (max-width: 767.98px){ 
    
    .mobile-banner{
        display:none !important;
    } 
}


@media (min-width: 768px) and (max-width: 991.98px)  {
    .mobile-banner{
        display:none !important;
    } 
    
}


@media (min-width: 992px) and (max-width: 1199.98px) {
    .mobile-banner{
        display:none !important;
    } 
    
}


@media (min-width: 1200px) { 
    .mobile-banner{
        display:none !important;
    } 
    
    
    
}















@media (min-width: 576px) {
  .carousel-item {
    margin-right: 0;
    flex: 0 0 50%;
    display: block;
  }
  .carousel-inner {
    display: flex;
  }
  
 
}
@media (min-width: 768px) {
  .carousel-inner {
    padding: 1em;
  }
  .carousel-control-prev,
  .carousel-control-next {
    opacity: 1;
    position: absolute;
    left: 1em;
    top: 90%;
    transform: translateY(-50%);
  }
  .carousel-control-next {
    left: 5em;
  }
   .world-map__gif {
  margin-top: 3rem !important;
}

}

.partners-img{
     max-width: 40% !important;
    height: auto;
}

.footer-img{
     max-width: 60% !important;
    height: auto;
} 

@media only screen and (max-width: 600px) {
    .world-map__gif {
  margin-top: 3rem !important;
}
}

@media(min-width:992px) {
    .world-map__gif {
    display: none;
}

.srilanka {
    position: absolute;
    width: 30px;
    height: 40px;
    z-index: 6;
    opacity: 0;
    top: 222.5px;
    right: 186px;
    transition: .3s ease-in all;
    backface-visibility: hidden;
}
.uk {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 6;
    top: 143px;
    left: 249px;
    opacity: 0;
    transition: .3s ease-in all;
    backface-visibility: hidden;
}
.dubai {
    position: absolute;
    width: 30px;
    height: 26px;
    z-index: 6;
    top: 196.5px;
    left: 317px;
    opacity: 0;
    transition: .3s ease-in all;
    backface-visibility: hidden;
}
.singapore {
    position: absolute;
    width: 35px;
    height: 15px;
    z-index: 6;
    bottom: 130px;
    right: 157px;
    opacity: 0;
    transition: .3s ease-in all;
    backface-visibility: hidden;
}
.srilanka:hover {
    right: 150px;
    top: 60px;
    width: 150px;
    height: 230px;
    opacity: 1;
}
.uk:hover {
    top: 30px;
    left: 135px;
    width: 200px;
    height: 250px;
    opacity: 1;
}
.singapore:hover {
    opacity: 1;
    width: 300px;
    height: 220px;
    bottom: 80px;
    right: 67px;
}
.dubai:hover {
    width: 300px;
    height: 250px;
    top: 50.5px;
    left: 150px;
    opacity: 1;
}
}@media(max-width:992px) {
    
    
    .world-map {
    display: none;
}
}


@media(min-width:1200px) {
    
    .srilanka {
    top: 256.5px;
    right: 222px;
    opacity: 0;
    z-index: 6;
}
.srilanka:hover {
    right: 190px;
    top: 140px;
    width: 150px;
    height: 230px;
    opacity: 1;
}
.uk {
  width: 53px;
    top: 179px;
    left: 290px;
    opacity: 0;
}
.uk:hover {
    top: 104px;
    left: 274px;
    width: 200px;
    opacity: 1;
}
.singapore {
      bottom: 154px;
    right: 189px;
    opacity: 0;
}
.singapore:hover {
    width: 300px;
    bottom: 157px;
    right: 80px;
}
.dubai {
    top: 237.5px;
    left: 381px;
    opacity: 0;
}
.dubai:hover {
    width: 300px;
    top: 100.5px;
    left: 210px;
}
}@media(max-width:992px) {
    .srilanka {
    display: none;
}
.dubai {
    display: none;
}
.uk {
    display: none;
}
.singapore {
    display: none;
}
}