/* Custom CSS */ @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap'); body { font-family: 'Lato', sans-serif; font-size: 16px; color: #000; padding-top: 0 !important; } h1 { margin-top: 10px; } h4 { font-weight: 700; } main a { color: #00857d; } main a:hover { color: #acaeb1; } .bg-gray-light { background-color: #f3f3f3; } .bg-gray { background-color: #acaeb1; } .bg-teal { background-color: #53c3bd; } .bg-teal-light { background-color: #e3fbfa; } .img-responsive { display: inline-block; } .btn-primary { color: #fff; font-size: 14px; text-transform: uppercase; font-weight: 700; padding: 15px 35px; border-radius: 40px; border: none; margin-top: 20px; -webkit-box-shadow: 0px 5px 16px rgba(33, 33, 33, 0.20); -moz-box-shadow: 0px 5px 16px rgba(33, 33, 33, 0.20); box-shadow: 0px 5px 16px rgba(33, 33, 33, 0.20); transition: all 0.3s ease; background: #237b77; background: -moz-linear-gradient(173deg, rgba(83, 195, 189, 1) 0%, rgba(83, 195, 189, 1) 100%); background: -webkit-linear-gradient(173deg, rgba(83, 195, 189, 1) 0%, rgba(83, 195, 189, 1) 100%); background: linear-gradient(173deg, rgba(83, 195, 189, 1) 0%, rgba(83, 195, 189, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#53c3bd", endColorstr="#53c3bd", GradientType=1); } .btn-primary:hover, .btn-primary:focus, .btn-primary:active { background: #acaeb1; transition: all 0.3s ease; box-shadow: none; background: -moz-linear-gradient(173deg, rgba(172, 174, 177, 1) 0%, rgba(172, 174, 177, 1) 100%); background: -webkit-linear-gradient(173deg, rgba(172, 174, 177, 1) 0%, rgba(172, 174, 177, 1) 100%); background: linear-gradient(173deg, rgba(172, 174, 177, 1) 0%, rgba(172, 174, 177, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#acaeb1", endColorstr="#acaeb1", GradientType=1); } .btn-secondary { color: #fff; font-size: 14px; text-transform: uppercase; font-weight: 700; padding: 15px 35px; /*background-color: #53c3bd;*/ border-radius: 0; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; margin-top: 20px; transition: all 0.3s ease; background: #237b77; background: -moz-linear-gradient(173deg, rgba(83, 195, 189, 1) 0%, rgba(83, 195, 189, 1) 100%); background: -webkit-linear-gradient(173deg, rgba(83, 195, 189, 1) 0%, rgba(83, 195, 189, 1) 100%); background: linear-gradient(173deg, rgba(83, 195, 189, 1) 0%, rgba(83, 195, 189, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#53c3bd", endColorstr="#53c3bd", GradientType=1); } .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active { color: #fff; background: #acaeb1 !important; transition: all 0.3s ease; box-shadow: none; -webkit-box-shadow: 0px 5px 16px rgba(33, 33, 33, 0.20); -moz-box-shadow: 0px 5px 16px rgba(33, 33, 33, 0.20); box-shadow: 0px 5px 16px rgba(33, 33, 33, 0.20); } .nav-fixed { position: fixed; top: 0; right: 0; left: 0; z-index: 999; border-radius: 0; border-bottom: 3px solid #fff; -webkit-box-shadow: 0px 3px 9px 0px rgba(39, 38, 38, 0.25); -moz-box-shadow: 0px 3px 9px 0px rgba(39, 38, 38, 0.25); box-shadow: 0px 3px 9px 0px rgba(39, 38, 38, 0.25); transition: all 0.5s ease 0s; } .nav-body { margin-top: 93px; } .section-20 { padding-top: 20px; padding-bottom: 20px; } .section-30 { padding-top: 30px; padding-bottom: 30px; } .section-40 { padding-top: 40px; padding-bottom: 40px; } .section-60 { padding-top: 60px; padding-bottom: 60px; } .section-70 { padding-top: 70px; padding-bottom: 70px; } .section-80 { padding-top: 80px; padding-bottom: 80px; } .mtop-1 { margin-top: 10px; } .mtop-2 { margin-top: 20px; } .mtop-3 { margin-top: 30px; } .mtop-4 { margin-top: 40px; } .mtop-5 { margin-top: 50px; } .mbot-1 { margin-bottom: 10px; } .mbot-2 { margin-bottom: 20px; } .mbot-3 { margin-bottom: 30px; } .mbot-4 { margin-bottom: 40px; } .mbot-5 { margin-bottom: 50px; } .ptop-1 { padding-top: 10px; } .ptop-2 { padding-top: 20px; } .ptop-3 { padding-top: 30px; } .ptop-4 { padding-top: 40px; } .ptop-5 { padding-top: 50px; } .navbar { margin-bottom: 0px; padding-top: 13px; padding-bottom: 13px; } .navbar-default { background-color: #fff; border-color: #fff; -webkit-box-shadow: 0px 3px 9px 0px rgba(39, 38, 38, 0.25); -moz-box-shadow: 0px 3px 9px 0px rgba(39, 38, 38, 0.25); box-shadow: 0px 3px 9px 0px rgba(39, 38, 38, 0.25); } .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover { color: #000; background-color: transparent; border-bottom: solid 3px #53c3bd; } .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover { border-bottom: solid 3px #53c3bd; } .navbar-default .navbar-brand { color: #000; } .navbar-brand { padding: 0px 10px; } .navbar-default .navbar-nav>li>a { color: #000; } .navbar-default .navbar-nav>li>a.btn-primary { color: #fff; padding: 12px 25px; margin-top: 0; } .navbar-default .navbar-nav>li>a.btn-primary:hover { border: 0; } .nav>li>a { padding: 10px 0px; } .nav>li { padding-left: 25px; } .dropdown-menu { min-width: 100%; } .nav .open>a, .nav .open>a:focus, .nav .open>a:hover { background-color: #53c3bd; border-color: #337ab7; } .main-banner { color: #fff; } .main-banner h1 { font-size: 60px; text-shadow: 1px 2px 8px rgba(33, 33, 33, 0.5); } .main-banner p { font-size: 22px; text-shadow: 1px 2px 4px rgba(33, 33, 33, 0.5); } .banner1, .banner2, .banner3, .banner4 { padding-top: 260px; padding-bottom: 200px; background-position: center center; background-size: cover; background-repeat: no-repeat; } .banner1 { background-image: url("../lfm/peakestravel/photos/shares/banners-58/main-banner-01.webp"); } .banner2 { background-image: url("../lfm/peakestravel/photos/shares/banners-58/main-banner-02.webp"); } .banner3 { background-image: url("../lfm/peakestravel/photos/shares/banners-58/main-banner-03.webp"); } .banner4 { background-image: url("../lfm/peakestravel/photos/shares/banners-58/main-banner-04.webp"); } .slick-dots { position: absolute; bottom: -25px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; } .slick-dots li.slick-active button:before { opacity: 1; color: #53c3bd; } .slick-dots li button:before { color: #fff; } .no-padding { padding: 0; } .why-pte h2 { font-size: 25px; margin: 10px 0px; font-weight: 700; } .why-pte img { display: inline-block; border-radius: 100%; border: 7px solid #53c3bd; margin-bottom: 10px; } .why-pte img:hover { border: 7px solid #acaeb1; } .line-box, .line-box2 { background-color: #fff; box-shadow: 0px 0px 28px -6px rgba(0, 0, 0, 0.30); padding: 20px 15px; text-align: center; } .line-box:hover { box-shadow: 0px 0px 28px -6px rgba(0, 0, 0, 0.60); } .line-box h4, .line-box2 h4 { height: 40px; } .line-box p { height: 130px; } .line-box2 p { height: 140px; } .destinations p.desc { color: #6c6c6c; } .dest-box { background-color: #fff; margin-bottom: 25px; box-shadow: 0px 4px 20px -6px rgba(0, 0, 0, 0.35); border-radius: 10px 10px 10px 10px; } .dest-box:hover { box-shadow: 0px 0px 28px -6px rgba(0, 0, 0, 0.50); } .dest-box img { border-radius: 10px 10px 0px 0px; } .dest-box h2 { padding: 0px 20px; font-size: 22px; margin: 15px 0px 10px 0px; font-weight: 700; } .dest-box p { padding: 0px 20px; } .client-testimonials { color: #fff; padding-top: 60px; padding-bottom: 80px; background-color: #53c3bd; background-image: url("../lfm/peakestravel/photos/shares/banners-58/testimonials-bg.webp"); background-size: cover; background-position: center center; } .client-testimonials h1 { margin: 0; text-shadow: 1px 1px 9px rgba(33, 33, 33, 0.8); } .client-testimonials .client-name { color: #000; font-size: 16px; text-transform: uppercase; font-weight: 800; margin-bottom: 20px; } .client-testimonials .test-box { text-align: center; padding: 20px 20px 10px 20px; margin-left: 10px; margin-right: 10px; border-radius: 10px; background-color: #fff; box-shadow: 0px 4px 20px -6px rgba(0, 0, 0, 0.35); margin-bottom: 10px; -webkit-box-shadow: 0px 10px 17px rgba(33, 33, 33, 0.38); -moz-box-shadow: 0px 10px 17px rgba(33, 33, 33, 0.38); box-shadow: 0px 5px 15px rgba(33, 33, 33, 0.38); } .test-box img { display: inline-block !important; } .client-testimonials p { color: #6c6c6c; font-size: 16px; font-style: italic; } .news h4, .news-block h4 { font-size: 18px; font-weight: 900; margin-top: 15px; margin-bottom: 15px; } .news h1 a, .news-block h1 a { color: #000; } .news h1 a:hover, .news h5 a:hover { color: #53c3bd; } .news-post img { margin-bottom: 20px; } .bg-banner-01 { color: #fff; padding-top: 120px; padding-bottom: 120px; background-color: #53c3bd; background-image: url("../lfm/peakestravel/photos/shares/banners-58/bg-banner-01.webp"); background-size: cover; background-position: center center; } .bg-banner-02 { color: #fff; padding-top: 120px; padding-bottom: 120px; background-color: #53c3bd; background-image: url("../lfm/peakestravel/photos/shares/banners-58/bg-banner-02.webp"); background-size: cover; background-position: center center; } .bg-banner-03 { color: #fff; padding-top: 120px; padding-bottom: 120px; background-color: #53c3bd; background-image: url("../lfm/peakestravel/photos/shares/banners-58/bg-banner-main-v6.webp"); background-size: cover; background-position: center center; } .bg-banner-04 { color: #fff; padding-top: 120px; padding-bottom: 120px; background-color: #53c3bd; background-image: url("../lfm/peakestravel/photos/shares/banners-58/bg-banner-04.webp"); background-size: cover; background-position: center center; } .bg-banner-05 { color: #000; padding-top: 120px; padding-bottom: 120px; background-color: #53c3bd; background-image: url("../lfm/peakestravel/photos/shares/banners-58/bg-banner-main-v6.webp"); background-size: cover; background-position: center center; } .bg-banner-05 h1 { color: #000; text-shadow: none !important; } .bg-banner-05 p { text-shadow: none !important; } .bg-banner-01 h1, .bg-banner-02 h1, .bg-banner-03 h1, .bg-banner-04 h1, .bg-banner-05 h1 { font-size: 50px; font-weight: 700; text-shadow: 1px 2px 8px rgba(33, 33, 33, 0.8); } .bg-banner-01 p, .bg-banner-02 p, .bg-banner-03 p, .bg-banner-04 p, .bg-banner-05 p { font-size: 20px; text-shadow: 1px 2px 5px rgba(33, 33, 33, 0.6); } footer a.social { color: #fff ! important; display: inline-block; padding-top: 6px; height: 35px; width: 35px; text-align: center; background-color: #53c3bd; border-radius: 50px; } footer a.social i.fa { color: #fff ! important; } footer a.social:hover, footer a.social:focus, a.social:active { background-color: #acaeb1; } ul { margin-left: -20px; } footer { padding-top: 0px; border-top: 1px solid #eee; } footer h4 { font-weight: 700; color: #000; font-size: 16px; text-transform: uppercase; } footer ul li a { color: #00857d; } footer ul li a:hover, footer ul li a:focus, footer ul li a:active { color: #acaeb1; } .fa { color: #53c3bd; } .footer2 { background-color: #53c3bd; padding-top: 20px; padding-bottom: 20px; margin-top: 30px; } .footer2 a { color: #000; text-decoration: underline; } .footer2 a:hover { text-decoration: none; } .footer-right { text-align: right; } .header-bg { color: #fff; padding-top: 100px; padding-bottom: 100px; background-color: #53c3bd; } .header-bg h1 { margin: 0; font-size: 60px; text-align: center; text-shadow: 1px 2px 8px rgba(33, 33, 33, 0.8); } .about-us { background: url("../lfm/peakestravel/photos/shares/banners-58/about-us-bg.webp"); background-position: top center; background-size: cover; background-repeat: no-repeat; } .destination { background: url("../lfm/peakestravel/photos/shares/banners-58/destinations-bg.webp"); background-position: center center; background-size: cover; background-repeat: no-repeat; } .offers { background: url("../lfm/peakestravel/photos/shares/banners-58/offers-bg.webp"); background-position: center center; background-size: cover; background-repeat: no-repeat; } .news-bg { background: url("../lfm/peakestravel/photos/shares/banners-58/news-bg.webp"); background-position: center center; background-size: cover; background-repeat: no-repeat; } .holiday-choices { background: url("../lfm/peakestravel/photos/shares/banners-58/holiday-choices-bg.webp"); background-position: center center; background-size: cover; background-repeat: no-repeat; } .contact-us-bg { background: url("../lfm/peakestravel/photos/shares/banners-58/contact-us-bg.webp"); background-position: center center; background-size: cover; background-repeat: no-repeat; } .privacy-policy-bg { background: url("../lfm/peakestravel/photos/shares/banners-58/privacy-policy-bg.webp"); background-position: center center; background-size: cover; background-repeat: no-repeat; } .australia-bg { background: url("../lfm/peakestravel/photos/shares/banners-58/australia-bg.webp"); background-position: center center; background-size: cover; background-repeat: no-repeat; } .luxury-cruise-bg { background: url("../lfm/peakestravel/photos/shares/banners-58/luxury-cruise-bg.webp"); background-position: center center; background-size: cover; background-repeat: no-repeat; } .privacy-page h2 { font-size: 18px; font-weight: 700; } .gmaps { display: block; padding: 0; margin: 0; width: 100%; height: 400px; border: 0; } input[type="text"], input[type="email"], input[type="number"], select { padding: 13px 15px; height: auto; border-radius: 0; } select { width: 100%; border: 1px solid #ccc; } textarea.form-control { padding: 13px 15px; height: auto; border-radius: 0; } .about img { border-radius: 10px; margin-bottom: 20px; } .stats h1 { font-weight: 800; font-size: 36px; } .stats h4 { color: #6c6c6c; font-style: italic; } .blog-tbl { width: 100%; margin-bottom: 15px; } .blog-tbl a { color: #000; font-weight: 600; } .blog-img { float: left; width: 20%; margin-right: 15px; } .blog-img img {} .blog-desc { float: left; width: 75%; } .blog-desc p { font-size: 14px; color: #77777d; } .blog-desc p i { color: #53c3bd; } .blog-desc h5 { font-size: 16px; font-weight: 400; } .page-item.active .page-link { z-index: 1; color: #fff; background-color: #53c3bd; border-color: #53c3bd; } .pagination>li>a, .pagination>li>span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.42857143; color: #000; } .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover { z-index: 3; color: #fff; cursor: default; background-color: #53c3bd; border-color: #53c3bd; } .pagination>li>a, .pagination>li>span { padding: 10px 20px; } .dropdown-menu>li>a { padding: 7px 25px; font-size: 16px; } .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:active { color: #fff; text-decoration: none; background-color: #53c3bd; } .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover { color: #000; background-color: transparent; border-bottom: solid 3px #53c3bd; } @media (min-width: 768px) { .sidebar-nav { padding: 9px 0; } .dropdown-menu .sub-menu { left: 100%; position: absolute; top: 0; visibility: hidden; margin-top: -1px; } .dropdown-menu li:hover>.sub-menu { visibility: visible; } .dropdown:hover>.dropdown-menu { display: block; } .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu { margin-top: 0; } .navbar .sub-menu:before { border-bottom: 7px solid transparent; border-left: none; border-right: 7px solid rgba(0, 0, 0, 0.2); border-top: 7px solid transparent; left: -7px; top: 10px; } .navbar .sub-menu:after { border-top: 6px solid transparent; border-left: none; border-right: 6px solid #fff; border-bottom: 6px solid transparent; left: 10px; top: 11px; left: -6px; } } .team-profile .btn-primary { margin-top: 5px; margin-bottom: 10px; } .team-profile h2, h3, h4 { font-weight: 700; } .team-photo { height: 260px; width: 100%; background-image: url(../lfm/peakestravel/photos/shares/about-us-57/default.png); background-repeat: no-repeat; background-size: cover; } .team-photo2 { height: 320px; width: 100%; background-image: url(../lfm/peakestravel/photos/shares/about-us-57/default.png); background-repeat: no-repeat; background-size: cover; } .default { background-image: url(../lfm/peakestravel/photos/shares/about-us-57/default.png); } .default:hover { background-image: url(../lfm/peakestravel/photos/shares/about-us-57/default2.png); } .ci-message.text-success { font-weight: bold; } .dropdown-submenu:hover>a:after { border-left-color: #ccc !important; } .main-banner .container-fluid, .main-banner .container-fluid .row>div { padding-left: 0px; padding-right: 0px; } .main-banner .container-fluid .row { margin-left: 0; margin-right: 0; } .dest-box { text-align: center; } .bg-banner-04 ul li, .bg-banner-04 ol li { font-size: 20px; } .dropdown-menu>li>a { padding: 5px 25px; font-size: 15px; } footer a { color: #00857d; } footer a:hover, footer a:focus, footer a:active { color: #acaeb1; } .stc-rp-con { position: relative; padding-left: 23px; } .stc-rp-con>i { position: absolute; top: 6px; left: 0; } .footer2 a:hover { color: #000; } .line-box p { height: 100px; overflow: hidden; } .blog-desc { width: 74.5%; } .blog-posts article .container { width: auto; } .stats .stc-counter, .stats .stc-counter-con { font-size: 36px !important; font-weight: 800; margin-top: 10px; line-height: 1.1; } .stats .stc-counter-title { font-style: italic; font-weight: 700; margin-top: 10px; margin-bottom: 10px; line-height: 1.1; } .client-testimonials .stc-slider-header { text-align: center; font-size: 36px; margin-bottom: 20px !important; text-shadow: 1px 2px 8px rgba(33, 33, 33, 0.8); } footer .client-testimonials { margin-top: -40px; } footer .stcn-header { font-size: 16px; font-weight: 700; text-transform: uppercase; margin-top: 10px; margin-bottom: 10px; } .pbot-3 { padding-bottom: 30px !important; } .no-padd-top { padding-top: 0; } .no-padd-bot { padding-bottom: 0; } .no-padd-tb { padding-top: 0; padding-bottom: 0; } .team-photo { height: auto; background: none; } .dest-box p { height: 180px; overflow: hidden; } .stc-cc-bbanner { background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important; height: 200px; } button.slick-prev.slick-arrow { left: -20px; } button.slick-next.slick-arrow { right: -20px; } .modal-header { color: #fff; background: #237b77; background: -moz-linear-gradient(173deg, rgba(83, 195, 189, 1) 0%, rgba(83, 195, 189, 1) 100%); background: -webkit-linear-gradient(173deg, rgba(83, 195, 189, 1) 0%, rgba(83, 195, 189, 1) 100%); background: linear-gradient(173deg, rgba(83, 195, 189, 1) 0%, rgba(83, 195, 189, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#53c3bd", endColorstr="#53c3bd", GradientType=1); } .modal-footer .btn-primary { margin-top: 0; } .close { color: #fff; opacity: 0.6; font-size: 24px; } .top-nav { padding-top: 6px; padding-bottom: 6px; background-color: #53c3bd; } .top-nav p { margin-bottom: 0; } .top-nav, .top-nav p, .top-nav a, .top-nav .fa { color: #fff; } .top-nav a { font-weight: 700; } .top-nav a>.fa { display: none; } @media screen and (min-width: 768px) { .center-three>.container>.row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .center-three>.container>.row>div:last-child { display: none; } } @media screen and (max-width: 1199px) { .dest-box p { overflow: hidden; height: 200px; } .navbar-brand>img { width: 270px; margin-top: 7px; } } @media screen and (max-width: 991px) { .banner1, .banner2, .banner3, .banner4 { padding-top: 160px; padding-bottom: 150px; } .dest-box p { overflow: hidden; height: 250px; } .news-block .line-box { margin-bottom: 20px; } .line-box p { height: auto; } footer section .col-sm-5:nth-child(1) { width: 100%; } footer section .col-sm-3:nth-child(2), footer section .col-sm-2:nth-child(3), footer section .col-sm-2:nth-child(4) { float: left; width: 33.33%; } } @media screen and (max-width: 991px) and (min-width: 768px) { .navbar-header { width: 100%; text-align: center; } .news h1 a, .news-block h1 a { font-size: 30px; } .navbar-brand>img { display: inline-block; } .navbar-brand { width: 100%; } .nav>li { padding-right: 30px; } } @media screen and (max-width:768px) { .banner1, .banner2, .banner3, .banner4 { padding-top: 130px; padding-bottom: 120px; } ul.navbar-nav { margin-left: 0; } .main-banner h1 { font-size: 40px; } .line-box, .line-box2 { margin-bottom: 20px; } .privacy-page .col-sm-4 .img-responsive { margin-bottom: 20px; } .slick-next, .slick-prev { display: none !important; } .dest-box img { width: 100%; } .line-box p { height: auto; } .team-photo { display: inline-block; height: auto; width: 100%; } .team-photo img { width: 100%; } } @media screen and (max-width:767px) { .top-nav, .top-nav p { text-align: center; } #stc-navbar .nav>li { padding-left: 0; } .navbar-nav { margin: 10px 0 0 0; } .dest-box p { overflow: word-wrap; height: auto; } .team-profile .col-lg-3 { float: left; width: 50%; } .team-profile .btn-primary { margin-bottom: 25px; } .team-profile p { height: 80px; } .team-profile.section-40 { padding-bottom: 0px; } .bg-banner-01 h1, .bg-banner-02 h1, .bg-banner-03 h1, .bg-banner-04 h1, .bg-banner-05 h1 { font-size: 40px; } #stc-navbar { height: auto; max-height: 85vh; overflow-x: hidden; } .nav>li>a { padding: 10px 15px; } .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover { color: #fff; background-color: #53c3bd; border-bottom: none; } .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover { color: #fff; background-color: #53c3bd; border-bottom: none; } .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover { color: #fff; background-color: #53c3bd; border-bottom: none; } .navbar-default .navbar-nav .open .dropdown-menu>li>a { color: #000; padding: 10px 15px; } .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover { border-bottom: none; } .bg-banner-05 { background-position: 0%; } } @media screen and (max-width:600px) { .team-profile .col-lg-3 { float: none; width: 100%; } .team-profile p { height: auto; } } @media screen and (max-width:500px) { footer section .col-sm-3:nth-child(2), footer section .col-sm-2:nth-child(3), footer section .col-sm-2:nth-child(4) { float: none; width: 100%; } } @media screen and (max-width:426px) { h1 { font-size: 32px; } .section-60 { padding-top: 40px; padding-bottom: 40px; } .team-profile h4 { font-size: 22px; } .news .social-share { text-align: center; margin-top: 20px; } .news .btn-primary { display: block; width: 100%; } footer h4 { margin-top: 20px; } .dest-box h2 { font-size: 22px; } .bg-banner-01 h1, .bg-banner-02 h1, .bg-banner-03 h1, .bg-banner-04 h1, .bg-banner-05 h1 { font-size: 35px; } .why-pte h2 { font-size: 23px; } .main-banner h1 { font-size: 38px; } .banner1, .banner2, .banner3, .banner4 { padding-top: 60px; padding-bottom: 60px; } .banner3, .banner4 { padding-top: 50px; padding-bottom: 50px; } .bg-banner-05, .bg-banner-04 { padding-top: 60px; padding-bottom: 60px; background-position: 30%; } .header-bg { padding-top: 50px; padding-bottom: 50px; } .header-bg h1 { font-size: 35px; } .footer-left, .footer-right { text-align: center; } .navbar-brand>img { margin-top: 3px; } } @media screen and (max-width:375px) { .navbar-brand>img { width: 232px; margin-top: 7px; } } @media screen and (max-width:320px) { .main-banner h1 { font-size: 35px; } .dest-box h2 { font-size: 23px; } } /* Newsletter / Exit Intent Pop-up */ #stc-exit-intent-modal { padding-right: 0 !important; } #stc-exit-intent-modal .modal-footer { display: none; } #stc-exit-intent-modal .modal-header { padding: 0; border: 0; background: transparent; } #stc-exit-intent-modal .modal-header .close { position: relative; margin: 0px 10px -33px 0; z-index: 1; } #stc-exit-intent-modal img { border-radius: 10px; margin-bottom: 15px; } #stc-exit-intent-modal h2 { margin-top: 10px; margin-bottom: 15px; } #stc-exit-intent-modal .close { color: #6bc1bc; opacity: 0.8; font-size: 30px; } /* White Box */ .white-box { margin-bottom: 25px; padding: 30px 30px 20px 30px; border-radius: 10px; background-color: #ffffff; -webkit-box-shadow: 0px 3px 9px 0px rgba(39, 38, 38, 0.25); box-shadow: 0px 3px 9px 0px rgba(39, 38, 38, 0.25); } @media screen and (min-width: 768px) { .slick-track { display: flex !important; } .slick-slide { height: inherit !important; } .client-testimonials .test-box, .slider .stc-slide { height: 100%; } } .icon-circle { position: relative; display: inline-block; color: #fff; height: 100px; width: 100px; font-size: 42px; text-align: center; padding: 6px; margin-left: auto; margin-right: auto; border-radius: 100%; margin-bottom: 20px; background-color: #53c3bd; border: 4px solid #71e2dc; } .icon-circle img { height: auto; width: 45px; } .videoWrapper { position: relative; padding-bottom: 54.5%; /* 16:9 */ height: 0; pointer-events: none; overflow: hidden; width: 100%; } .videoWrapper video { width: 100%; height: auto; } .videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; z-index: -1; } .content-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; z-index: 1; background: rgba(0, 0, 0, 0.1); color: #fff; } .stc-videos iframe { border-radius: 10px; border: 4px solid #ffffff !important; -moz-box-shadow: 0px 3px 7px 0px rgba(39, 38, 38, 0.25); box-shadow: 0px 3px 7px 0px rgb(39, 38, 38, 0.25); } .contactus-icon { position: fixed; bottom: 20px; right: 15px; width: 70px; height: 70px; background-color: #53c3bd; border: 3px solid #ffffff; border-radius: 50%; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25); text-align: center; z-index: 10000; } .contactus-text { position: absolute; bottom: 80px; right: 0; background-color: #ffffff; color: #333333; padding: 8px 15px; border-radius: 4px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25); font-family: Arial, sans-serif; font-size: 14px; font-weight: bold; white-space: nowrap; pointer-events: none; } .contactus-text::after { content: ""; position: absolute; bottom: -8px; right: 20px; border-width: 8px 8px 0; border-style: solid; border-color: #ffffff transparent transparent transparent; display: block; width: 0; } .contactus-icon a { display: block; width: 100%; height: 100%; line-height: 60px; color: white; font-size: 34px; text-decoration: none; } .contactus-icon a:hover { background-color: #acaeb1; border-radius: 50%; } .contactus-icon a .fa { color: #ffffff; } /* Split Image and Content Section */ .split-row-left, .split-row-right { padding: 0; box-shadow: 0px 5px 16px rgba(33, 33, 33, 0.20); } .split-row-left .row, .split-row-right .row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; display: flex; flex-wrap: wrap; } .split-row-left .stc-image, .split-row-right .stc-image { height: 100%; width: 100%; } .split-row-left .stc-image img, .split-row-right .stc-image img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 450px; max-height: 750px; } .split-row-left .container-fluid>.row>div, .split-row-right .container-fluid>.row>div { padding-left: 0; padding-right: 0; } .split-box { width: 100%; max-width: 585px; margin-left: 0; } .split-row-left .split-box { float: right; } @media (min-width: 992px) { .split-box h2 { font-size: 36px; } .split-row-right .split-box { padding: 60px 0px 60px 60px; } .split-row-left .split-box { padding: 60px 60px 60px 0px; } .split-row-right .container-fluid>.row>div, .split-row-right .container-fluid>.row>div, .split-row-right .container-fluid>.row>div, .split-row-left .container-fluid>.row>div, .split-row-left .container-fluid>.row>div, .split-row-left .container-fluid>.row>div { display: flex; flex-direction: column; justify-content: center; } .split-row-left .container-fluid>.row>div { align-items: flex-end; } } @media (max-width: 991px) { .split-box { max-width: 100%; padding: 60px 15px; text-align: left; } .split-row .row { display: block; } .split-row-left .container-fluid>.row>div, .split-row-right .container-fluid>.row>div { width: 100%; } } @media screen and (max-width: 500px) { .split-row-left .stc-image img, .split-row-right .stc-image img { min-height: 350px; } .contactus-icon { right: 10px; } }