@import url('Gotham-Bold/stylesheet.css');
@import url('gotham-book/stylesheet.css');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;700&display=swap');

html {
    font-size: 1rem;
}

body {
    color: #000000;
    font-family: 'gothambook', sans-serif;
    font-style: normal;
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.g-bold {
    font-family: 'Gotham';
}

input:focus {
    outline: none;
}

a,
a:hover,
a img,
a:hover img {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
}

.bgimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

#header a:hover,
a.btit:hover,
a.rmore,
.social a:hover {
    color: #000;
}

a.spbtn,
.spbtn {
    display: inline-block;
    color: #fff;
    padding: 12px 0;
    width: 268px;
    text-align: center;
    text-transform: uppercase;
    background-image: linear-gradient(#f7ab1e, #d55c27);
    font-size: 18px;
    font-weight: bold;
}

a.spbtn:hover,
.spbtn:hover {
    background-image: linear-gradient(rgb(0 0 0 / 70%), #000000);
    color: #fff !important;
}

a.spbtn.redbtn {
    background: #900;
}

.ubuntu {
    font-family: 'Ubuntu', sans-serif;
}

#header {
    background-image: url(../images/header-bg.jpg);
    background-position: center top;
    background-size: cover;
}

#header a,
#header a {
    display: inline-block;
    vertical-align: top;
}

#header .topbar {
    text-align: right;
    padding: 0 15px;
    background-color: #263da1;
}

#header .logo {
    display: inline-block;
}

#header .logo a {
    margin: -23px 0 -108px 0;
    position: relative;
    z-index: 99;
}

#header .h-call {
    margin: 8px 84px 0 0;
}

#header .topbar .call-txt {
    font-weight: 100;
    color: #4ad4fd;
    margin: 0 7px 0 0;
}

#header .social,
.call-txt,
.h-call {
    display: inline-block;
}

#header .social {
    margin: 0 20px 0 0;
}

#header .topbar .social a,
#footer .foobox .social a {
    margin: 0 9px 0 0;
}

#header .social a i {
    font-size: 23px;
}

#header .head-txt {
    padding: 46px 0;
    font-weight: bold;
    color: #263da1;
}

.topbar a.spbtn {
    margin: 0 0 -4px 0;
}

.main-menu {
    display: inline-block;
    width: 100%;
    background-image: linear-gradient(46deg, #01a6d8, #4cd5fe);
    text-align: right;
}

.main-menu li {
    display: inline-block;
    padding: 19px 0 19px 40px;
    position: relative;
}

.main-menu li a {
    color: #fff;
    text-transform: uppercase;
}

.main-menu li ul {
    display: none;
    opacity: 0;
    padding: 0;
    position: absolute;
    background-color: #2cc1ee;
    left: 30px;
    top: 61px;
    width: 220px;
    text-align: left;
    z-index: 999;
}

.main-menu li ul li {
    display: inline-block;
    width: 100%;
    padding: 12px 15px;
    margin: 0;
    border-top: 2px solid #ebebeb;
}

.main-menu li ul li:first-child {
    border-top: 0px solid #ebebeb;
}

.main-menu li ul li a {
    padding: 0;
    color: #efefef;
}

.main-menu li ul li a:hover {
    color: #fff;
}

.main-menu li:hover ul {
    display: block;
    opacity: 1;
}

.main-menu li:hover ul {
    display: block;
    opacity: 1;
}

#footer {
    background-color: #020719;
}

.foobox {
    float: left;
    width: 33%;
}

.foobox .head {
    margin: 0 0 30px 0;
    color: #ff8023;
}

#footer a:hover,
.ticket-sec a:hover,
#header a:hover,
#footer .copy-info a:hover {
    color: #ff8023;
}

.foobox.box1 ul {
    column-count: 2;
    column-gap: 23px;
}

.foobox.box1 ul li {
    margin-bottom: 18px;
}

.foobox.box2 {
    padding: 0 0 0 57px;
}

.fooinfo {
    line-height: 1.5;
}

.foobox a.fcall {
    margin: 0 0 17px 0;
}

.foobox a.fcall:last-child {
    margin: 0;
}

.foobox.box3 {
    padding: 0 0 0 99px;
}

.foobox a.logo {
    margin: 0 0 30px 0;
}

.copy-info,
#footer .copy-info a {
    line-height: 1.8;
    color: #c0c0c0;
}

.wel-sec {
    /* background-image: url(../images/wel-bg.jpg); */
    background: linear-gradient(to right, #d6ebf0, #f0f0f0);
    margin-top: -10px;
}

.ctabox {
    max-width: 395px;
}

.ctabox a {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.ctabox a span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    background-color: rgb(34 49 128 / 80%);
    color: #fff;
    padding: 16px 27px;
    font-weight: bold;
}

.ctabox a:hover img {
    transform: scale(1.1);
}

.wel-box .head1 {
    line-height: 1.3;
}

.wel-box .text {
    margin: 18px 0 10px 0;
    line-height: 1.3;
}

.wel-box a.spbtn {
    padding: 22px 0;
}

.video-box {
    padding: 60px 0 0 44px;
}

.testi-sec {
    background-image: url(../images/testi-bg.jpg);
}

.htesti {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 0 104px;
}

.htesti:before,
.htesti:after {
    content: '';
    background-image: url(../images/quote1.png);
    width: 28px;
    height: 26px;
    position: absolute;
    left: 55px;
    top: 0;
}

.htesti .text p {
    font-size: 27px;
    line-height: 35px;
    padding: 0;
    font-style: italic;
}

.htesti:after {
    background-image: url(../images/quote2.png);
    left: auto;
    top: auto;
    right: 55px;
    bottom: 0;
}

.htesti .by {
    text-align: right;
    color: #212f63;
    padding: 15px 0 0 0;
}

.ticket-sec {
    background-image: linear-gradient(#02071a, #0d1844);
    color: #48d3fc;
}

.ticket-sec a {
    color: #48d3fc;
}

.z-default-subpage-title {
    display: block;
    float: left;
}

.z-default-subpage-header {
    background-color: #000;
}

.testi-sec .testimonial-slider a.slider-previous-button,
.testi-sec .testimonial-slider a.slider-next-button {
    background: none;
    color: #48d3fc;
    font-size: 45px;
    font-weight: normal;
}

.testimonial-slider .slider-pager {
    display: none;
}

.content-slider {
    position: relative;
    margin-bottom: 10px;
}

.mobile-address {
    display: none;

}






#slideshowHomeDiv1 {
    position: relative;
    z-index: 1;
}

.homeSlideshowPrevious,
.homeSlideshowNext,
.homeSlideshowPause,
.homeSlideshowPlay {
    background-color: #2cc1ee;
    color: #FFF;
    font-size: 40px;
    line-height: 1;
    padding: 15px;
    position: absolute;
    z-index: 4;
    border: 1px solid rgba(255, 255, 255, .7);
}

.homeSlideshowPause,
.homeSlideshowPlay {
    border: 1px solid rgba(255, 255, 255, .7);
    width: 60px;
    padding: 7px;
    text-align: center;
}

.homeSlideshowPrevious {
    bottom: 45%;
    left: 0px;
}

.homeSlideshowNext {
    bottom: 45%;
    right: 0px;
}

.homeSlideshowPlay,
.homeSlideshowPause {
    bottom: 15px;
    right: 10px;
}

.homeSlideshowPrevious:hover,
.homeSlideshowNext:hover,
.homeSlideshowPause:hover,
.homeSlideshowPlay:hover {
    background-color: #263da1;
    color: #FFF;
}

.homeSlideshowPause:focus,
.homeSlideshowPlay:focus,
.homeSlideshowNext:focus,
.homeSlideshowPrevious:focus {
    outline: 2px dashed #FFF;
}

.comparison-table {
    border-collapse: collapse;
    border-width: 1px;
    border-color: #999;
    border-style: solid;
    width: 100%;
}

.comparison-table th {
    background-color: #7ea8f8;
    color: #FFF;
    padding: 10px;
}

.comparison-table td {
    padding: 10px;
}

.comparison-table tr:nth-child(even) {
    background-color: #f5f5f5;
}

.comparison-table i.fa-check {
    color: #00e000;
}

.comparison-table i.fa-times {
    color: #ff0000;
}

@media screen and (max-width: 1362px) {
    #header .logo {
        width: 230px;
    }

    #header .logo a {
        margin: -23px 0 -108px 0;
    }

    #header .head-txt {
        padding: 30px 0;
    }

    .main-menu li {
        padding: 16px 0 19px 25px;
    }

    .wel-box .text {
        margin: 12px 0 7px 0;
    }

    #header .h-call {
        margin: 8px 61px 0 0;
    }
}

@media screen and (max-width: 992px) {

    #header .logo,
    .main-menu {
        display: none;
    }

    #header {
        padding: 0;
    }

    #footer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .z-mobile-header .z-mobile-menu,
    .z-mobile-menu-icon span {
        background-color: #263da1;
    }

    .z-mobile-header,
    .z-mobile-header-fixed {
        background-color: #fff !important;
    }

    .z-mobile-menu-icon.open span {
        background: #fff;
    }

    .z-default-subpage-header {
        margin-top: 0;
    }

    .z-mobile-header .z-mobile-header-logo {
        width: 95px;
    }

    #header .head-txt {
        padding: 14px 22px;
    }

    .video-box {
        padding: 30px 0 0 0;
    }

    .htesti .text p {
        font-size: 24px;
        line-height: 33px;
    }

    .foobox,
    .foobox .box2,
    .foobox .box3 {
        width: 100%;
        padding: 35px 0 0 5px !important;
    }

    .foobox .head {
        margin: 0 0 15px 0;
    }

    .foobox.box1 ul li {
        margin-bottom: 11px;
    }

    .foobox.box1 ul {
        column-gap: 0;
    }

    .foobox a.logo {
        margin: 0 0 18px 0;
    }
}

@media screen and (max-width: 767px) {
    .z-mobile-header .z-mobile-header-logo {
        width: 65px;
    }

    .z-default-subpage-title {
        margin-top: 100px;
    }

    a.spbtn,
    .spbtn {
        width: 230px;
        font-size: 17px;
    }

    #header .topbar {
        text-align: center;
    }

    .topbar a.spbtn {
        margin: 0;
    }

    #header .h-call {
        margin: 10px 22px 0 0;
    }

    #header .social {
        margin: 0 7px 0 0;
    }

    .wel-box .text {
        margin: 5px 0 2px 0;
    }

    .video-box {
        padding: 0;
    }

    .htesti {
        padding: 0 72px;
    }

    .htesti::before {
        left: 30px;
    }

    .htesti::after {
        right: 25px;
    }

    .htesti .text p {
        font-size: 22px;
        line-height: 30px;
    }

    #header .head-txt {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    .mobile-address {
        display: block;
        padding-top: 20px !important;

    }

    #header a.tel {
        margin: 6px 0;
    }

    #header a.quote {
        padding: 7px 20px;
    }

    .hsec1 .box a .z-arrow-right-10 {
        display: none;
    }

    .hleft img {
        float: none;
        padding: 0 0 20px 0;
    }

    .hleft .head {
        line-height: 30px;
        font-size: 24px;
    }

    .hleft,
    .hright {
        padding: 0;
    }

    .htesti {
        font-size: 18px;
        line-height: 27px;
    }

    #footer .box.box1,
    #footer .box.box2,
    #footer .box1 .text {
        width: 100%;
    }

    #footer .box1 .text {
        padding: 4px 0;
    }

    #footer ul.menu li {
        padding: 2px 0;
    }

    .z-mobile-header .z-mobile-header-logo img {
        max-width: 70px;
    }

    #header .h-call {
        margin: 10px 7px 10px 0;
    }

    #header .social a i {
        font-size: 19px;
    }

    .wel-box .text {
        margin: 0;
    }

    .htesti {
        padding: 0 33px;
    }

    .htesti::before {
        left: 0;
    }

    .htesti::after {
        right: 0;
    }

    .midd {
        display: none;
    }

    .homeSlideshowPrevious,
    .homeSlideshowNext,
    .homeSlideshowPause,
    .homeSlideshowPlay {
        font-size: 26px;
        padding: 7px;
    }

    .homeSlideshowPause,
    .homeSlideshowPlay {
        width: 40px;
    }

    .foobox,
    .foobox .box2,
    .foobox .box3 {
        padding: 28px 0 0 5px !important;
    }

    #header .topbar a.spbtn {
        width: auto;
        padding: 8px 19px;
    }

    #header .topbar {
        padding-bottom: 10px;
    }

    .wel-box a.spbtn {
        padding: 17px 40px;
    }

    .htesti::before,
    .htesti::after {
        display: none;
    }

    .htesti {
        padding: 0 13px;
    }
}