/* 01. General CSS Starts*/
html{
    overflow: hidden;
    scroll-behavior: smooth;
}
body {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    background: #fff;
    overflow-x :hidden;
}
html.loaded{
    overflow: auto;
    overflow-X: hidden;
}
#preloader{
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index: 999999999;
    background:#fff;
    transition:ease all 0.5s;
}
#preloader.loaded{
    bottom:100%;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background:  linear-gradient(180deg, rgb(66 6 79) 0%, rgb(205 2 69) 50%, rgb(254 181 14) 100%);
}
body::-webkit-scrollbar-thumb {
  background: transparent; 
  box-shadow: 0px 0px 0px 100000vh #fff;
}


.video-jarallax{
    background: #fff;
}
.m0 {
    margin: 0px;
}
.mt0 {
    margin-top: 0px;
}
.mt15 {
    margin-top: 15px !important;
}
.mt30 {
    margin-top: 30px;
}
.mt20 {
    margin-top: 20px;
}
.mt-10{
    margin-top: -10px;
}
.mt50 {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}
.mt110 {
    margin-top: 110px;
}
.mt80{
    margin-top: 80px;
}
.mb0 {
    margin-bottom: 0px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.mr5 {
    margin-right: 5px;
}
.mr0 {
    margin-right: 0px;
}
.ml0 {
    margin-left: 0px;
}
.ml5 {
    margin-left: 5px;
}
.p0 {
    padding: 0px;
}
.pl0{
    padding-left: 0px;
}
.pt15 {
    padding-top: 15px;
}
.pt20 {
    padding-top: 20px;
}
.pt40 {
    padding-top: 40px;
}
.pl50 {
    padding-left: 50px;
}
p {
    line-height: 1.6;
    letter-spacing: 0;
    /*font-weight: 300;*/
    color: #222;
    font-size: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 20px 0;
}
header .row {
    justify-content: space-between;
    align-items: center;
}
header .contact-sec {
    display: flex;
    justify-content: center;
    align-items: center;
}
header .contact-sec a{
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    line-height: 1.2;
    text-align: left;
    margin: 0;
    transition: ease all 1s;
    margin-right: 10px;
    text-decoration: none!important;
    display: block;
    text-shadow: 1px 1px rgba(245, 34, 51,0.1);
}
header .contact-sec a:first-child{
    margin-right:50px;
}
header .contact-sec a:last-child{
    margin:0;
}
header .contact-sec a i.fa{
    transition:ease all 1s;
}
header .contact-sec a i.fa:before{
    /*transform:rotate(90deg);*/
    display:block;
}
header .contact-sec a:hover i.fa{
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1)rotate(90deg);
    transform: scale3d(1, 1, 1) rotate(90deg);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceSmall {

  10%,
  20%,
  30%,
  40%,
  50% {
    transform: translateY(0);
  }

  15% {
    transform: translateY(-14px);
  }

  25% {
    transform: translateY(-8px);
  }

  35% {
    transform: translateY(-4px);
  }

  45% {
    transform: translateY(-2px);
  }
}
header .contact-sec a.btn{
    font-size: 16px;
    padding: 5px 15px;
    font-family: "Montserrat";
    color: #ffffff;
    line-height: 1.438;
    text-align: left;
    background: rgb(27 4 82);
    border-radius: 5px;
    transition: ease all 1s;
    transform: translatey(0px);
    animation: bounceSmall 4s infinite;
    border: 1px solid #1e66b0;
}

header .contact-sec a.btn:last-child{
      transform: translatey(0px);
    /* // animation: float 4s ease-in-out infinite; */
    animation: bounceSmall 4s infinite 0.2s;
    display: none;
}
header .contact-sec a.btn:hover{
    background-color: rgb(30, 102, 176);
    color:#fff;
}
section.banner{
    background: url(../images/banner-bg.webp);
    background-position: bottom;
    background-size: cover;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
section.banner:before{
    position:absolute;
    content:'';
    /* background:url(../images/bg.png); */
    width:100%;
    height:90%;
    background-size:100% 100%;
    background-repeat:no-repeat;
    bottom:0;
    left:0;
}
section.banner video{
    position: absolute;
    left: 0;
    display: none;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    transform: rotateX(180deg) scale(1) translate(0,0);
    -webkit-transform: rotateX(180deg) scale(1) translate(0,0);
    -moz-transform: rotateX(180deg) scale(1) translate(0,0);
    display: none;
}
section.banner .desc h3{
    font-size: 31px;
    font-family: "Montserrat";
    color: rgb(255 255 255);
    font-weight: bold;
    line-height: 1.01;
    text-align: left;
    margin-top:15px;
}
section.banner .desc p{
    font-size: 16px;
    font-family: "Montserrat";
    color: rgb(0, 0, 0);
    line-height: 1.625;
    text-align: left;
    margin-top: 25px;
}
section.banner .desc ul {
    padding: 0;
    margin-top:30px;
    list-style:none;
}
section.banner .desc ul li {
    padding-left:25px;
    position:relative;
    width: 49%;
    display:inline-block;
    
}
section.banner .desc ul li span{
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
section.banner .desc ul li span:before {
    content: '';
    height: 8px;
    width: 8px;
    background: #ffffff;
    left: 0;
    position: absolute;
    float: none;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    border-radius: 100%;
    z-index: 2;
}
section.banner .desc ul li span:after {
    content: '';
    height: 16px;
    width: 16px;
    background: radial-gradient(#bcbdbf,transparent);
    position: absolute;
    float: none;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    border-radius: 100%;
    z-index: 1;
    animation:E .5s ease-out 75ms infinite;
}
section.banner .desc ul li p{
    font-size: 14px;
    font-family: "Montserrat";
    color: rgb(255 255 255);
    line-height: 2.5;
    font-weight:600;
    text-align: left;
    margin: 0;
}
@keyframes E {
    0% {
        opacity: 0;
        transform: Scale(1);
    }
    to {
        opacity: 1;
        transform: Scale(1.2);
    }
}
section.banner .desc .cta-box {
    display: flex;
    margin-top:55px;
}
section.banner .desc .cta-box a {
    font-size: 16px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    line-height: 1.438;
    background: #1e66b0;
    margin-right: 30px;
    padding: 10px;
    border-radius: 5px;
    transition: ease all 0.5s;
    text-decoration: none;
    width: auto;
    text-align: center;
}
section.banner .desc .cta-box a:last-child,
section.banner .desc .cta-box a:hover{
    background:#1b0452;
}
section.banner .desc .cta-box a:last-child:hover{
    background:#1e66b0;    
}
section.banner .form-box .field input, 
section.banner .form-box .field select,
section.banner .form-box .field textarea {
    width: 100%;
    display: inline-block;
    border: 1px solid rgb(174, 174, 174);
    padding:5px 10px;
    height:40px;
    background: transparent!important;
    border-radius: 3px;
    outline:none;
}
section.banner .form-box {
    border-radius: 10px;
    overflow:hidden;
    background-color: rgba(255, 255, 255,0.788);
    border:1px solid #c52058;
}
section.banner .form-box form{
    padding:30px;
}
section.banner .form-box .field{
    display:inline-block;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    background: rgb(255, 255, 255);
    z-index: 1;
}
section.banner .form-box .field.code{
    width:15%;
    margin-right: 15px;
}
section.banner .form-box .field.number{
    width: 100%;
}
section.banner .form-box .head-desc{
    background:#42064f;
    padding:20px;
}
section.banner .form-box .head-desc h3{
    font-size: 22px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1;
    font-weight:400;
    text-align: center;
    margin:0;
}
section.banner .form-box .head-desc h2{
    margin:0;
    font-size: 32px;
    font-weight:600;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
}
section.banner .form-box input[type="submit"] {
    border-radius: 3px;
    background-color: rgb(27, 4, 82);
    width: 100%;
    border: 1px solid rgb(27, 4, 82);
    font-size: 16px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.438;
    text-align: center;
    padding: 8px 5px;
    transition: ease all 0.5s;
    outline: none;
}
section.banner .form-box input[type="submit"]:hover {
    color: rgb(27, 4, 82);
    background:#fff;
}
section.banner .form-box p{
    font-size: 12px;
    font-family: "Montserrat";
    color: rgb(95, 95, 95);
    line-height: 1.917;
    text-align: center;
    margin: 0;
    margin-top: 10px;
    margin-bottom: -20px;
}
section.banner .form-box p a{
    text-decoration:none!important;
}
section.banner .form-box .field select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
section.banner .form-box .field i {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    height: fit-content;
    width: fit-content;
    z-index: -1;
    margin: auto;
    color: #9a9a9a;
    font-size: 10px;
}
section.vcpf {
    padding: 30px 0;
    background: #f7f7f7;
}
section.vcpf .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
section.vcpf img {
    width: 100%;
    filter:brightness(0);
    transition:Ease all 0.25s;
}
section.vcpf .img-box:hover img {
    filter:none;
    transform:scale(1.03);
}
section.porftolio{
    padding:80px 0 0;
    z-index: 9;
}
section.porftolio > .container {
    max-width: 1200px;
}
section.porftolio .head-desc h3{
    font-size: 40px;
    font-family: "Montserrat";
    color: #1e66b0;
    line-height: 1;
    text-align: center;
    font-weight:300;
    margin:0;
}
section.porftolio .head-desc h2{
    margin:0;
    font-size: 55px;
    font-family: "Montserrat";
    color: #1b0452;
    line-height: 1;
    font-weight:600;
    text-align: center;
    margin-bottom:35px;
}
section.porftolio .head-desc p{
    font-size: 14px;
    font-family: "Montserrat";
    color: rgb(95, 95, 95);
    line-height: 1.714;
    margin-bottom:35px;
    text-align: center;
}
section.porftolio .portfolio-slider .item{
    outline:none;
}
section.porftolio .portfolio-slider .item > div{
    height: 450px;
    overflow: hidden;
    transition: ease all 0.25s;
    padding-top: 200px;
    z-index: 5;
    transform: scale(1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
section.porftolio .portfolio-slider .item.slick-active > div{
    transform:scale(1);
}
section.porftolio .portfolio-slider .item.slick-current > div{
    padding-top: 0;
    z-index: 99;
    position: relative;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5);
    
}
section.porftolio .portfolio-slider .item.slick-current{
    z-index: 9;
    transform: scale(1.3);
    top: 72px;
    position: relative;
}
section.porftolio .portfolio-slider .item.slick-current:hover img {
    transform: translateY(calc(-100% - -345px));
    z-index: 999;
}
section.porftolio .portfolio-slider .item img{
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: ease all 10s;
}
section.porftolio .portfolio-slider .slick-arrow {
    position: absolute;
    top: 75%;
    right: 103%;
    font-size: 0;
    border: 0;
    background: transparent;
    width: 35px;
    height: auto;
    outline: none;
}
section.porftolio .portfolio-slider .slick-arrow.slick-next {
    left: 103%;
}
section.porftolio .portfolio-slider .slick-arrow:before {
    position: absolute;
    content: '\f060';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #424242;
    font-size: 18px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    transition: ease all 0.25s;
}
section.porftolio .portfolio-slider .slick-arrow.slick-next:before {
    content: '\f061';
}
section.porftolio .portfolio-slider .slick-arrow:hover:before {
    color: #00aeef;
}
section.porftolio .portfolio-slider {
    position: relative;
    z-index: 99;
}
section.porftolio .portfolio-slider:before {
    height: 2px;
    position: absolute;
    content: '';
    left: -25px;
    right: -25px;
    bottom: 0;
    background: #ffffff;
    z-index: 999;
}
section.packages {
    padding: 80px 0;
    position:relative;
    z-index:1;
}
section.packages:before{
    position: Absolute;
    content: '';
    height: 525px;
    width: 100%;
    left: 0;
    top: -25px;
    z-index: -1;
    background: url(../images/packages-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
section.packages .head-desc h4 {
    font-size: 40px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    line-height: 1;
    text-align: center;
    font-weight:400;
    margin:0;
}
section.packages .head-desc h3 {
    font-size: 55px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    line-height: 1;
    text-align: center;
    font-weight:600;
    margin-bottom: 45px;
}
section.packages .head-desc p{
    font-size: 14px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    line-height: 1.714;
    text-align: center;
    margin-bottom:100px;
}
section.packages .packages-box .package-ticket {
    max-width: 90%;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    text-align:center;
    position:relative;
    background:#fff;
}
section.packages .packages-box .package-ticket:before{
    position: absolute;
    content: '';
    width: 90%;
    margin: auto;
    top: -15px;
    bottom: -15px;
    border-radius: 10px;
    background-image: -moz-linear-gradient( 180deg, rgb(255,185,13) 0%, rgb(204,0,69) 50%, rgb(7,6,83) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(21 3 63) 0%, rgb(30 102 176) 50%, rgb(7,6,83) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(255,185,13) 0%, rgb(204,0,69) 50%, rgb(7,6,83) 100%);
    z-index: -1;
    left: 0;
    right: 0;
}
section.packages .packages-box .package-ticket .package-head{
    padding:15px 0;
}
section.packages .packages-box .package-ticket .package-head span.package-name {
    font-size: 32px;
    font-family: "Montserrat";
    color: rgb(27, 4, 82);
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    display:block;
}
section.packages .packages-box .package-ticket .package-head span.packge-tag {
    font-size: 18px;
    font-family: "Montserrat";
    color: #1e66b0;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
    display:block;
    margin-bottom: 15px;

}
section.packages .packages-box .package-ticket .package-pricing {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.packages .packages-box .package-ticket .package-pricing:before {
    position: absolute;
    content: '';
    background: #1e66b0;
    left: -15px;
    right: -15px;
    height: 100%;
    z-index: -1;
    border-radius: 10px;
    transition:Ease all 0.25s;
}
section.packages .packages-box .package-ticket .package-pricing .dis-price {
    padding: 15px 0;
}
section.packages .packages-box .package-ticket .package-pricing .dis-price h2{
    font-size: 50px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1;
    text-align: left;
    margin:0;
}
section.packages .packages-box .package-ticket .package-pricing .dis-price h2 sup{
    font-size: 24px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 0.2;
    text-align: left;
    position: relative;
    display: inline-block;
    top: -18px;
}
section.packages .packages-box .package-ticket .package-pricing .act-price h4{
    font-size: 24px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    text-decoration: line-through;
    line-height: 1;
    text-align: left;
    margin: 0;
    position: relative;
    right: -20px;
    top:3px;
}
section.packages .packages-box .package-ticket .package-pricing .act-price h4 sup{
    font-size: 14px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    text-decoration: line-through;
    line-height: 1.714;
    text-align: left;
}
section.packages .packages-box .package-ticket .package-body{
    position:relative;
}
section.packages .packages-box .package-ticket .package-body:before {
    position: absolute;
    content: '';
    left: -1px;
    right: -1px;
    z-index: -1;
    bottom: -1px;
    top: -50px;
    border-radius: 10px;
    background-image: -moz-linear-gradient(90deg , rgb(255,185,13) 0%, rgb(204,0,69) 50%, rgb(7,6,83) 100%);
    background-image: -webkit-linear-gradient(90deg , rgb(255,185,13) 0%, rgb(204,0,69) 50%, rgb(7,6,83) 100%);
    background-image: -ms-linear-gradient(90deg , rgb(255,185,13) 0%, rgb(204,0,69) 50%, rgb(7,6,83) 100%);
}
section.packages .packages-box .package-ticket .package-body .package-desc{
    padding:10px;
    max-height:220px;
}
section.packages .packages-box .package-ticket .package-body .package-desc .mCSB_container {
    margin: 0;
    margin-left: 5px;
}
section.packages .packages-box .package-ticket .package-body .package-desc .mCSB_scrollTools {
    left: 5px;
    width: 3px;
    overflow: hidden;
}
section.packages .packages-box .package-ticket .package-body .package-desc ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0 15px;
}
section.packages .packages-box .package-ticket .package-body .package-desc ul li p {
    margin: 0;
    font-size: 14px;
    font-family: "Montserrat";
    line-height: 2;
    text-align: center;
    color: #5f5f5f;
}
section.packages .packages-box .package-ticket .package-body .package-desc ul li p span{
    color: rgb(30, 102, 176);
}
section.packages .packages-box .package-ticket .package-body .package-desc span.scroll-desc ul{
    background:#f7f7f7;
    padding: 10px 0;
}
section.packages .packages-box .package-ticket .package-body .package-desc .mCSB_scrollTools .mCSB_dragger_bar {
    background-color: #1b0452;
    background-color: rgba(27,4,82,0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
section.packages .packages-box .package-ticket .package-body .package-desc span.scroll-desc ul li p {
    font-size: 12px;
    line-height:25px;
}
section.packages .packages-box .package-ticket .package-body .package-desc span.scroll-desc ul li p span {
    padding-left:20px;
    position:relative;
}
section.packages .packages-box .package-ticket .package-body .package-desc span.scroll-desc ul li p span:before{
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    content:'\f14a';
    font-family:'Font Awesome 5 Free';
    font-weight:900;
    margin:auto;
    font-size:16px;
    line-height:1;
    color:#1e66b0;
}
section.packages .packages-box .package-ticket .package-body .package-footer{
    padding:15px 0;
    margin-top:10px;
}
section.packages .packages-box .package-ticket .package-body .package-footer .cta-box{
    margin-bottom:10px;
}
section.packages .packages-box .package-ticket .package-body .package-footer .cta-box a{
    font-size: 16px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    line-height: 1.438;
    text-align: left;
    padding:10px 15px;
    display:inline-block;
    text-decoration:none!important;
    border-radius: 3px;
    background-color: rgb(30, 102, 176);
    position: relative;
    z-index: 1;
}
section.packages .packages-box .package-ticket .package-body .package-footer .cta-box a:hover{
    color:rgb(30 102 176);
}
section.packages .packages-box .package-ticket .package-body .package-footer .cta-box a:before{
    position:absolute;
    content:'';
    left:0;
    right:0;
    height: 0;
    width:0;
    top:0;
    bottom:0;
    background:#fff;
    transition:ease all 0.25s;
    margin:auto;
    z-index: -1;
    border-radius:3px;
}
section.packages .packages-box .package-ticket .package-body .package-footer .cta-box a:hover:before{
    height:calc(100% - 2px);
    width:calc(100% - 2px);
}
section.packages .packages-box .package-ticket .package-body .package-footer p {
    margin: 0;
    font-size: 14px;
    color:#3e3e3e;
    font-family: "Montserrat";
    line-height: 2.5;
    text-align: center;
}
section.packages .packages-box .package-ticket .package-body .package-footer p span{
    color: rgb(30, 102, 176);
}
section.packages .packages-box .package-ticket:hover .package-pricing:before {
    background-image: -moz-linear-gradient(180deg , rgb(255,185,13) 0%, rgb(204,0,69) 50%, rgb(7,6,83) 100%);
    background-image: -webkit-linear-gradient(180deg , rgb(21 3 63) 0%, rgb(30 91 171) 50%, rgb(7,6,83) 100%);
    background-image: -ms-linear-gradient(180deg , rgb(255,185,13) 0%, rgb(204,0,69) 50%, rgb(7,6,83) 100%);
}
section.packages .packages-box .package-ticket:hover .package-body .package-footer .cta-box a{
    background-image: -moz-linear-gradient(180deg , rgb(255,185,13) 0%, rgb(204,0,69) 50%, rgb(7,6,83) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(31 92 172) 0%, rgb(27 92 172) 50%, rgb(7,6,83) 100%);
    background-image: -ms-linear-gradient(180deg , rgb(255,185,13) 0%, rgb(204,0,69) 50%, rgb(7,6,83) 100%);
}
section.packages .packages-box .package-ticket:hover .package-body .package-footer .cta-box a:hover{
    background-image: -moz-linear-gradient(0deg , rgb(255,185,13) 0%, rgb(204,0,69) 50%, rgb(7,6,83) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(31 92 172) 0%, rgb(27 92 172) 50%, rgb(7,6,83) 100%);
    background-image: -ms-linear-gradient(0deg , rgb(255,185,13) 0%, rgb(204,0,69) 50%, rgb(7,6,83) 100%);
}
section.syi {
    padding:50px 0;
    background:url(../images/syi-bg.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}
section.syi .desc h4 {
    font-size: 40px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    line-height: 1;
    text-align: left;
    text-transform:capitalize;
    margin:0;
}
section.syi .desc h3 {
    font-size: 55px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    font-weight:700;
    line-height: 1;
    margin:0;
    margin-top: 15px;
    text-transform:capitalize;
    text-align: left;
}
section.syi .desc p {
    font-size: 18px;
    margin: 0;
    margin-top: 15px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    line-height: 1.333;
    text-align: left;
}
section.syi .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
section.syi .right a {
    text-align: right;
    display: block;
    font-size: 24px;
    color: rgb(255, 255, 255);
    line-height: 1;
    font-weight:700;
    text-decoration:none;
}
section.syi .right a i{
    transition:ease all 0.25s;
    transform:rotateY(180deg);
    margin-right:15px;
}
section.syi .right a:hover i{
    transform:rotateY(0deg);
}
section.syi .right .cta-box{
    display:flex;
    justify-content:space-between;
    margin-top:20px;
}
section.syi .right .cta-box a{
    border-radius: 3px;
    font-size: 16px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    background:#1b0452;
    line-height: 1.438;
    padding:10px 15px;
    text-align: left;
    position:relative;
    overflow:hidden;
    z-index:1;
}
section.syi .right .cta-box a:first-child{
    background-image: -moz-linear-gradient( 180deg, rgb(255,185,13) 0%, rgb(204,0,69) 50%, rgb(7,6,83) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(31 92 172) 0%, rgb(27 92 172) 50%, rgb(7,6,83) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(255,185,13) 0%, rgb(204,0,69) 50%, rgb(7,6,83) 100%);
}
section.syi .right .cta-box a:first-child:before{
    position: absolute;
    content:'';
    width:100%;
    height:100%;
    left:0;
    opacity:0;
    z-index:-1;
    top:0;
    transition:Ease all 0.25s;
    background:#1b0452;
}
section.syi .right .cta-box a:last-child:before{
    position: absolute;
    content:'';
    width:100%;
    height:100%;
    left:0;
    opacity:0;
    z-index:-1;
    top:0;
    transition:Ease all 0.25s;
    background-image: -moz-linear-gradient( 180deg, rgb(255,185,13) 0%, rgb(204,0,69) 50%, rgb(7,6,83) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(27 94 172) 0%, rgb(26 3 81) 50%, rgb(26 91 171) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(255,185,13) 0%, rgb(204,0,69) 50%, rgb(7,6,83) 100%);
}
section.syi .right .cta-box a:hover:before{
    opacity:1;
}
section.solutions{
    padding:50px 0;
}
section.solutions .col-md-3{
    padding:0 2px;
}
section.solutions .sol-box{
    position:relative;
    z-index: 1;
}
section.solutions .sol-box .desc{
    padding: 30px;
    position:relative;
    border-radius:10px;
    background:#fff;
}
section.solutions .sol-box:before{
    position: absolute;
    content:'';
    z-index: -1;
    transition:Ease all 0.25s;
    background-image: -moz-linear-gradient( 180deg, rgb(255,185,13) 0%, rgb(204,0,69) 50%, rgb(7,6,83) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(255,185,13) 0%, rgb(204,0,69) 50%, rgb(7,6,83) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(255,185,13) 0%, rgb(204,0,69) 50%, rgb(7,6,83) 100%);
    opacity: 0;
    left:-1px;
    top:-1px;
    bottom:-1px;
    right:-1px;
    border-radius:10px
}
section.solutions .sol-box:hover:before{
    opacity:1;
}
section.solutions .sol-box .desc h3{
    font-size: 32px;
    font-family: "Montserrat";
    color: rgb(27, 4, 82);
    font-weight: bold;
    line-height: 1.125;
    text-align: left;
    margin-bottom:40px;
    position: relative;
}
section.solutions .sol-box .desc h3:before{
    position:absolute;
    content:'';
    left:0;
    top:calc(100% + 5px);
    height:3px;
    width:50px;
    background:#1e66b0;
    transition:ease all 0.25s;
    z-index: 1;
}
section.solutions .sol-box .desc h3:after{
    position:absolute;
    content:'';
    left:0;
    top:calc(100% + 5px);
    height:3px;
    width:50px;
    opacity: 0;
    background-image: -moz-linear-gradient( 180deg, rgb(255,185,13) 0%, rgb(204,0,69) 50%, rgb(7,6,83) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(255,185,13) 0%, rgb(204,0,69) 50%, rgb(7,6,83) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(255,185,13) 0%, rgb(204,0,69) 50%, rgb(7,6,83) 100%);
    transition:ease all 0.25s;
    z-index: 2;
}
section.solutions .sol-box:hover .desc h3:after{
    opacity: 1;
}
section.solutions .sol-box .desc p{
    font-size: 14px;
    font-family: "Montserrat";
    color: rgb(95, 95, 95);
    line-height: 1.714;
    text-align: left;
    height:140px;
}
section.solutions .sol-box .desc a{
    display:inline-block;
    font-size: 16px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    line-height: 1.438;
    text-align: left;
    position: relative;
    padding:10px 25px;
    z-index: 1;
    text-decoration:none;
    transition:ease all 0.25s;
    border-radius:3px;
}
section.solutions .sol-box .desc a:hover{
    color:#252525;
}
section.solutions .sol-box .desc a:before{
    position: absolute;
    content:'';
    z-index: -1;
    transition:Ease all 0.25s;
    background-image: -moz-linear-gradient( 180deg, rgb(255,185,13) 0%, rgb(204,0,69) 50%, rgb(7,6,83) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(31 92 172) 0%, rgb(27 92 172) 50%, rgb(7,6,83) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(255,185,13) 0%, rgb(204,0,69) 50%, rgb(7,6,83) 100%);
    opacity: 1;
    left:-1px;
    top:-1px;
    bottom:-1px;
    right:-1px;
    border-radius:3px;
}
section.solutions .sol-box .desc a:after{
    position:Absolute;
    content:'';
    background:#fff;
    margin:auto;
    left:0;
    right:0;
    width:0;
    height:0;
    top:0;
    bottom:0;
    transition:ease all 0.25s;
    z-index: -1;
    border-radius:3px;
}
section.solutions .sol-box .desc a:hover:after{
    height:calc(100% - 2px);
    width:calc(100% - 2px);
}
section.solutions .sol-box .desc a:after{
    /* position: absolute;
    content:'';
    z-index: -1;
    transition:Ease all 0.25s;
    background: #fff;
    opacity: 1;
    margin:auto;
    left:0px;
    top:0px;
    bottom:0px;
    right:0px;
    border-radius:3px */
}

section.quest-sect{
    background: url(../images/conquer-bg.jpg);
    background-size: 100% 80%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
    position: relative;
}
section.quest-sect .desc{
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
section.quest-sect .desc h4{
    font-size: 40px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    line-height: 1.525;
    text-align: center;
    font-weight:400;
    margin:0;
}
section.quest-sect .desc h3{
    font-size: 55px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    font-weight:700;
    line-height: 1;
    text-align: center;
    margin:0;
}
section.quest-sect .desc p {
    font-size: 18px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    line-height: 1.333;
    text-align: center;
    margin:0;
    margin-top:20px;
}
section.quest-sect .desc .cta-box{
    display:flex;
    justify-content:space-between;
    margin:50px 0;
}
section.quest-sect .desc .cta-box a{
    font-size: 16px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    line-height: 1.438;
    background: #1e66b0;
    margin-right: 30px;
    padding: 10px;
    border-radius: 5px;
    transition: ease all 0.5s;
    text-decoration: none;
    width: 150px;
    text-align: center;
}
section.quest-sect .desc .cta-box a:last-child,
section.quest-sect .desc .cta-box a:hover{
    background:#1b0452;
}
section.quest-sect .desc .cta-box a:last-child:hover{
    background:#1e66b0;    
}
section.quest-sect .desc a{
    display: block;
    font-size: 26px;
    color: rgb(255, 255, 255);
    line-height: 1;
    font-weight:700;
    text-decoration:none;
}
section.quest-sect .desc a i{
    transition:ease all 0.25s;
    transform:rotateY(180deg);
    margin-right:15px;
}
section.quest-sect .desc a:hover i{
    transform:rotateY(0deg);
}
section.quest-sect .img-box{
    width: 610px;
    position: absolute;
    float: right;
    left:70%;
    border-radius: 15px;
    overflow: hidden;
    top: 0;
}
section.quest-sect .img-box img{
    width: 100%;
}
section.testimonials{
    padding:50px 0 80px;
}
section.testimonials .head-desc h2{
    font-size: 55px;
    font-family: "Montserrat";
    color: #1b0452;
    font-weight:700;
    line-height: 1;
    text-align: center;
    margin:0;
    margin-bottom:50px;
}
section.testimonials .head-desc h3{
    font-size: 40px;
    font-family: "Montserrat";
    color: rgb(30, 102, 176);
    line-height: 1.525;
    text-align: center;
    margin:0;
}
section.testimonials .testimonials-slider .item{
    padding:0 15px;
    outline:none!important;
}
section.testimonials .testimonials-slider .item .testimonials-box .rating{
    margin-bottom:15px;
}
section.testimonials .testimonials-slider .item .testimonials-box .rating i{
    color: #fff;
    background: #39b54a;
    padding: 8px;
    width: 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}
section.testimonials .testimonials-slider .item .testimonials-box .testi{
    font-size: 14px;
    font-family: "Montserrat";
    color: rgb(95, 95, 95);
    line-height: 1.714;
    text-align: left;
    height: 192px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
}
section.testimonials .testimonials-slider .item .testimonials-box .testi::-webkit-scrollbar {
width: 5px;
}
section.testimonials .testimonials-slider .item .testimonials-box .testi::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
border-radius: 10px;
}

section.testimonials .testimonials-slider .item .testimonials-box .testi::-webkit-scrollbar-thumb {
background: #4a3973;
border-radius: 10px;
}
section.testimonials .testimonials-slider .item .testimonials-box .testi::-webkit-scrollbar-thumb:hover {
background: #b30000;
}
section.testimonials .testimonials-slider .item .testimonials-box .clients-desc{
    display: flex;
    margin-top: 30px;
}
section.testimonials .testimonials-slider .item .testimonials-box .clients-desc .pic{
    border-radius: 100%;
    margin-right: 30px;
    overflow: hidden;
    border:1px solid #ddd;
}
section.testimonials .testimonials-slider .item .testimonials-box .clients-desc .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.testimonials .testimonials-slider .item .testimonials-box .clients-desc .name {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.testimonials .testimonials-slider .item .testimonials-box .clients-desc .name h3{
    font-size: 18px;
    font-family: "Montserrat";
    color: rgb(30, 102, 176);
    line-height: 1.333;
    text-align: left;
    margin: 0;
}
section.testimonials .testimonials-slider .item .testimonials-box .clients-desc .name label{
    color:#5f5f5f;
    line-height: 1.333;
    text-align: left;
    font-size: 14px;
    font-family: "Montserrat";
}
section.testimonials .testimonials-slider .slick-arrow {
    position: absolute;
    top: 35%;
    right: 103%;
    font-size: 0;
    border: 0;
    background: transparent;
    width: 35px;
    height: auto;
    outline: none;
}
section.testimonials .testimonials-slider .slick-arrow.slick-next {
    left: 103%;
}
section.testimonials .testimonials-slider .slick-arrow:before {
    position: absolute;
    content: '\f060';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #424242;
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    transition: ease all 0.25s;
}
section.testimonials .testimonials-slider .slick-arrow.slick-next:before {
    content: '\f061';
}
section.testimonials .testimonials-slider .slick-arrow:hover:before {
    color: #00aeef;
}
section.bvcpf {
    padding: 50px 0;
    background: url(../images/bvcpf-bg.jpg);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
section.bvcpf .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
section.bvcpf .img-box{
    filter: brightness(0) invert(1);
    opacity: 0.8;
    transition:Ease all 0.5s;
}
section.bvcpf .img-box:hover{
    transform:scale(1.02);
    opacity: 1;
    filter:none;
}
section.bvcpf img{
    width:100%;
}
section.quote{
    padding:50px 0;
}
section.quote .head-desc h2{
    font-size: 55px;
    font-family: "Montserrat";
    color: #1b0452;
    font-weight:700;
    line-height: 1;
    text-align: center;
    margin:0;
    margin-bottom:50px;
}
section.quote .head-desc h3{
    font-size: 40px;
    font-family: "Montserrat";
    color: rgb(30, 102, 176);
    line-height: 1.525;
    text-align: center;
    margin:0;
}
section.quote .form-box{
    max-width: 80%;
    margin: 0 auto;
    text-align:center;
}
section.quote .form-box .field{
    margin-bottom:15px;
    position:relative;
    z-index:1;
}
section.quote .form-box .field i{
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 12px;
    height: 12px;
    z-index: -1;
}
section.quote .form-box .field input,
section.quote .form-box .field select,
section.quote .form-box .field textarea{
    font-size: 14px;
    font-family: "Montserrat";
    color: rgb(0, 0, 0);
    line-height: 1.643;
    text-align: left;
    width:100%;
    padding: 5px 10px;
    background:#fff;
    border:1px solid #1b0452;
    border-radius: 3px;
    outline:none;
}
section.quote .form-box .field textarea{
    height:200px;
}
section.quote .form-box .field select{
    -webkit-appearance: none;
    cursor: pointer;
    background: transparent;
}
section.quote .form-box .field.code{
    max-width: 13%;
    display: inline-block;
    float: left;
}
section.quote .form-box .field.number{
    max-width: 100%;
    display:inline-block;
    width: 100%;
    margin: auto;
    margin-right: 0;
    float: right;
}
section.quote .form-box input[type="submit"] {
    outline: none;
    font-size: 16px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    line-height: 1.438;
    background: #1e66b0;
    padding: 10px;
    border-radius: 5px;
    transition: ease all 0.5s;
    text-decoration: none;
    width: 150px;
    text-align: center;
    border: 1px solid #1e66b0;
    margin-top: 20px;
}
section.quote .form-box input[type="submit"]:hover{
    background:#1b0452;
}
footer.footer .disclaimer{
    background:#1e1e1e;
    padding:50px 0;
    display: none;
}
footer.footer .disclaimer .row{
    display:flex;
    align-items:center;
}
footer.footer .disclaimer h3{
    font-size: 22px;
    font-family: "Montserrat";
    color: rgb(30, 102, 176);
    line-height: 0.909;
    text-align: left;
    margin:0;
}
footer.footer .disclaimer p{
    margin:0;
    font-size: 14px;
    font-family: "Montserrat";
    color: rgb(134, 134, 134);
    line-height: 1.714;
    text-align: left;
}
footer.footer .copyright{
    background:#000;
    position:relative;
    padding:15px 0;
}
footer.footer .copyright a{
    position: absolute;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    bottom: 50%;
    margin: auto;
    background: #1e66b0;
    border-radius: 100%;
    text-decoration: none;
    color: #fff;
    overflow:hidden;
    transition:ease all 0.5s;
    z-index: 1;
}
footer.footer .copyright a:before{
    position: absolute;
    content:'';
    left:0;
    right:0;
    top:0;
    bottom:0;
    width:100%;
    height:100%;
    z-index:-1;
    transition:ease all 0.25s;
    background-image: -moz-linear-gradient( 180deg, rgb(255,185,13) 0%, rgb(204,0,69) 50%, rgb(7,6,83) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(255,185,13) 0%, rgb(204,0,69) 50%, rgb(7,6,83) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(255,185,13) 0%, rgb(204,0,69) 50%, rgb(7,6,83) 100%);
    opacity: 0;
}
footer.footer .copyright a:hover:before{
    opacity: 1;
}
footer.footer .copyright .row{
    display:flex;
    align-items:center;
}
footer.footer .copyright p{
    font-size: 13px;
    font-family: "Montserrat";
    color:#868686;
    line-height: 1.714;
    text-align: left;
    margin:0;
}
footer.footer .copyright p span{
    color: #1e66b0;
    font-weight: 600;
}
footer.footer .copyright .cards {
    width: 100%;
    margin: auto;
    margin-right: 0;
}
footer.footer .copyright .cards img{
    width:100%;
}
.grecaptcha-badge{
    display:none!important;
}
.side-form {
    z-index: 999;
    position: fixed;
    right: -650px;
    display:none;
    top: 35%;
    transition:ease all 0.25s;
}
.side-form.open{
    right:0!important;
}
.side-form .side-form-wrapper{
    position:relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 25px;
    max-width: 650px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.side-form .form-btn-trigger {
    position: absolute;
    left: -40px;
    bottom: 0;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    border-top-left-radius:  3px;
    border-bottom-left-radius: 3px;
    background-image: -moz-linear-gradient( 94deg, rgb(255,185,13) 0%, rgb(204,0,69) 50%, rgb(7,6,83) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(21 65 144) 0%, rgb(26 86 166) 50%, rgb(23 76 156) 100%);
    background-image: -ms-linear-gradient( 94deg, rgb(255,185,13) 0%, rgb(204,0,69) 50%, rgb(7,6,83) 100%);
}
.side-form .form-btn-trigger a {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position:relative;
    color: #fff;
    z-index: 1;
    background: transparent;
    text-decoration: none!important;
    text-transform:capitalize;
}
.side-form .form-btn-trigger a:before{
    position:absolute;
    content:'\f053';
    top: 30px;
    right:0;
    left: 0;
    height: 15px;
    width: 15px;
    font-family:'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 15px;
    color: white;
    z-index: 999;
    margin: auto;
}
.side-form.open .form-btn-trigger a:before {
    transform: rotate(180deg);
}
.side-form .head h3{
    font-size: 40px;
    font-family: "Montserrat";
    color: rgb(30, 102, 176);
    line-height: 1;
    text-align: center;
}
.side-form .head p{
    font-size: 14px;
    font-family: "Montserrat";
    color: rgb(95, 95, 95);
    line-height: 1.714;
    text-align: center;
}
.side-form form .field{
    margin-bottom:15px;
    position:relative;
    z-index:1;
}
.side-form form .field i{
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 12px;
    height: 12px;
    z-index: -1;
}
.side-form form .field input,
.side-form form .field select,
.side-form form .field textarea{
    font-size: 14px;
    font-family: "Montserrat";
    color: rgb(0, 0, 0);
    line-height: 1.643;
    text-align: left;
    width:100%;
    padding: 5px 10px;
    background:#fff;
    border:1px solid #1b0452;
    border-radius: 3px;
    outline:none;
}
.side-form form .field textarea{
    height:200px;
}
.side-form form .field select{
    -webkit-appearance: none;
    cursor: pointer;
    background: transparent;
}
.side-form form .field.code{
    max-width: 20%;
    display: inline-block;
    float: left;
}
.side-form form .field.number{
    max-width: calc(100% - 20% - 15px);
    display:inline-block;
    width: 100%;
    margin: auto;
    margin-right: 0;
    float: right;
}
.side-form form input[type="submit"] {
    outline: none;
    font-size: 16px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    line-height: 1.438;
    background: #1e66b0;
    margin-right: 30px;
    padding: 10px;
    border-radius: 5px;
    transition: ease all 0.5s;
    text-decoration: none;
    width: 150px;
    text-align: center;
    border: 1px solid #1e66b0;
    margin-top: 10px;
}
.side-form form input[type="submit"]:hover{
    background:#1b0452;
}
html{
    position: relative;
}
html.popout{
    overflow: hidden!important;
}
html:before{
    position: absolute;
    content:'';
    z-index: 999;
    background:rgba(0,0,0,0.5);
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:0;
    height:0;
    margin:auto;
    transition:ease all 0.25s;
}
html.popout:before{
    width:100%;
    height:100%;
}
.popup-form .field input, 
.popup-form .field select,
.popup-form .field textarea {
    width: 100%;
    display: inline-block;
    border: 1px solid rgb(174, 174, 174);
    padding:5px 10px;
    height:40px;
    background: transparent!important;
    border-radius: 3px;
    outline:none;
}
.popup-form {
    border-radius: 10px;
    overflow:hidden;
    background:url(../images/popup-bg.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    border:1px solid #c52058;
}
.popup-form form{
    padding: 30px 20px;
}
.popup-form .field{
    display:inline-block;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    background: rgb(255, 255, 255);
    z-index: 1;
}
.popup-form .field.code{
    width:15%;
    margin-right: 15px;
}
.popup-form .field.number{
    width: 100%;
}
.popup-form .head-desc{
    padding: 30px 20px;
    margin-bottom:15px;
}
.popup-form .head-desc h3{
    font-size: 26px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1;
    font-weight:400;
    text-align: center;
    margin:0;
}
.popup-form .head-desc h2{
    margin:0;
    font-size: 38px;
    font-weight:600;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
}
.popup-form input[type="submit"] {
    border-radius: 3px;
    background-color: rgb(27, 4, 82);
    width: 100%;
    border: 1px solid rgb(27, 4, 82);
    font-size: 16px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.438;
    text-align: center;
    padding: 8px 5px;
    transition: ease all 0.5s;
    outline: none;
}
.popup-form input[type="submit"]:hover {
    color: rgb(27, 4, 82);
    background:#fff;
}
.popup-form p{
    font-size: 12px;
    font-family: "Montserrat";
    color: rgb(95, 95, 95);
    line-height: 1.917;
    text-align: center;
    margin: 0;
    margin-top: 10px;
    margin-bottom: -20px;
}
.popup-form p a{
    text-decoration:none!important;
}
.popup-form .field select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.popup-form .field i {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    height: fit-content;
    width: fit-content;
    z-index: -1;
    margin: auto;
    color: #9a9a9a;
    font-size: 10px;
}
.remodal button.remodal-close {
    position: absolute;
    right: 0;
    left: inherit;
    outline: none;
    top: 0;
    transition: ease all 0.25s;
}
.remodal button.remodal-close:hover {
    transform: rotate(35deg);
    color:#fff;
}
.remodal {
    padding: 0;
    background: transparent!important;
}
html.remodal-is-locked .zopim {
    display: none!important;
}
.remodal-wrapper {
    max-width: 500px;
    margin: auto;
}


.logo-img{

        width: 290px;
} 

.package-ticket-last{

        margin-top: 70px !important;
}





.packaes_aa li{
        margin: 0;
    font-size: 14px;
    font-family: "Montserrat";
    line-height: 2;
    text-align: center;
    color: #5f5f5f;

}


.bnr-side-img-st img {
    width: auto;
    position: absolute;
    top: 440px;
    bottom: 0;
    margin: auto;
    /* display: table; */
    width: 140%;
}

.bnr-side-img-st {
    position: relative;
}



.home-bnr-logo {
    padding-top: 50px;
}

.home-bnr-logo img {
    width: auto;
}

a.btn-st-main-bnr {
    background: #fff !important;
    color: #222 !important;
    font-weight: 600;
}

a.btn-st-main-bnr:hover {
    background: #3c5aa8 !important;
    color: #fff !important;
}











/*COMBO PACKAGE SECTION*/
section.lt-web-combo-services {
    background: url(../images/banner-services.png);
    background-position: top left;
    background-repeat: no-repeat;
    max-width: 100%;
    position: relative;
    padding: 30px 0;
    background-size: 50% 100% !important;
}
section.lt-web-combo-services:before {
    top: 70px;
    right: 230px;
    left: 0;
    margin: 0 auto;
}
section.banner-services ul li {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
}
section.lt-web-combo-services .acct-pri-box.original-price {
    width: 100%;
    margin-bottom: 10px;
}
section.lt-web-combo-services .new-pri-box {
    width: 100%;
    margin: 0 auto;
}
section.lt-web-combo-services .acct-pri-box.original-price h3 {
    COLOR: #243859;
}
section.lt-web-combo-services h3.red-line {
    color: #243859;
    line-height: 1;
    padding: 0;
}
section.lt-web-combo-services h3.red-line:before {
    border-top: 2px solid #f70a5d;
    content: "";
    width: 213px;
    position: absolute;
    margin-top: 14px;
    transform: rotate(0deg);
}
section.lt-web-combo-services .acct-pri-box span {
    font-size: 24px;
    font-weight: 700;
}
section.lt-web-combo-services h4 span {
    color: #06a2ee;
    line-height: 0;
}
section.lt-web-combo-services h6 span {
    color: #06a2ee;
    line-height: 0;
}
/*section.lt-web-combo-services ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 10px;
    height: 10px;
    background: #069ce7;
    border-radius: 50%;
    margin-top: 5px;
}*/
section.lt-web-combo-services .new-pri-box p {
    font-size: 60px;
    font-weight: 800;
    color: #f70a5d;
    line-height: 0.7;
}
section.lt-web-combo-services .acct-pri-box p span {
    font-size: 60px;
    color: #4ece72;
    font-weight: 600;
    line-height: .7;
}
section.lt-web-combo-services .pricebox h4 {
    COLOR: #243859 !IMPORTANT;
    font-size: 20px;
    font-weight: 600;
}
section.lt-web-combo-services ul li {
    color: #243859;
    font-size: 14px;
    font-weight: 600;
}
section.lt-web-combo-services h2 {
    font-weight: 200;
    color: #243859;
    font-size: 28px;
}
section.lt-web-combo-services .pricebox:before {
    top: 60px;
    right: 0;
    background: url(../images/guarantee.jpg);
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    max-width: 100%;
    background-size: cover;;
}
section.lt-web-combo-services .grad-btn {
    background: linear-gradient(85deg, #f9f0f0 -65%, #f2a205 60%, #fff 165%);
    color: #2a3f54;
    display: inline-block;
    text-align: left;
    padding: 10px 50px;
    border-radius: 8px;
    border-bottom: 5px solid #c58a14;
    margin-top: 20px;
    font-weight: 600;
    box-shadow: 0 0 0 0;
}
section.lt-web-combo-services .grad-btn:hover {
    box-shadow: 0px 0px 0px 0px;
}
.combo-deals-popform h2, .combo-deals-popform .left-box p {
    font-family: 'Poppins';
    font-weight: 500;
}
@media (max-width: 992px) {
    section.lt-web-combo-services {
        background: #cecece30;
    }
    section.lt-web-combo-services:before {
        top: -70px;
        right: auto;
        left: 0;
        width: 130px;
        height: 130px;
    }
    .ph button.navbar-toggler {
        color: #fff;
    }
    header.ph ul.nav.navbar-nav a {
        font-size: 24px;
        font-weight: 500;
    }
}
@media (max-width: 767px) {
    section.lt-web-combo-services .new-pri-box p {
        line-height: 1;
        margin-bottom: 20px;
    }
    section.lt-web-combo-services:before {
    display: none;
    }

    .acct-pri-box.original-price {
        text-align: center;
    }

    .acct-pri-box.original-price p {
    }

    .new-pri-box.old-price {
        text-align: center;
    }

    section.lt-web-combo-services .pricebox h4 {
        text-align: center;
    }

    .comb-scol-st, .comb-scol-st2 {
        text-align: center;
    }
    section.lt-web-combo-services h3.red-line:before {
        width: 162px;
        border-top: 2px solid #f70a5d;
    }
    section.lt-web-combo-services .grad-btn {
        font-size: 14px;
    }
    section h1 {
        font-size: 28px;
        text-align: center;
    }
    section.hero-banner p {
        text-align: center;
        font-size: 16px !important;
    }
    .banner-content .grad-btn {
        margin: 0 auto;
        display: block;
        text-align: center;
        padding: 10px 20px;
    }
    section.lt-web-combo-services .acct-pri-box p span {
        font-size: 45px;
    }
    .package-inner-wrap .package-slider .slick-dots {
        bottom: 0px !important;
    }
    section.lt-web-combo-services .pricebox:before {
        right: 10%;
        width: 80px;
        height: 80px;
        display: none;
    }

    .home-bnr-logo img {
    width: 100%;
    margin: 0 0 23px 0;
}

.vcpf{

    display: none;
}

.bvcpf{
    display: none;
}

section.testimonials {
    padding: 0px 0 80px;
}


section.quote {
    padding: 0 0 50px 0;
}
    header ul.nav.navbar-nav {
        background: #24186cf7;
    }
    .banner-content h4 {
        font-size: 20px;
        text-align: center;
    }
    .hero-banner .bannerlist li:before {
        left: 0;
        right: 280px;
        margin: 0 auto;
        text-align: center;
    }
    .hero-banner ul.unstyled.bannerlist {
        float: none;
        margin: 0 auto;
        display: block;
        width: 100%;
        text-align: center;
    }

}
@media (max-width: 575px) {
    section.lt-web-combo-services ul li:before {
        left: -1px;
    }
}

section.banner-services:before {
    content: "";
    background: url(../images/lt-offer.png);
    background-size: cover;
    width: 200px;
    height: 200px;
    position: absolute;
    top: -85px
}
section.lt-web-combo-services:before {
    top: 70px;
    right: 230px;
    left: 0;
    margin: 0 auto;
}
.comb-scol-st {
    list-style: none;
    padding: 0;
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.comb-scol-st2 {
    list-style: none;
    padding: 0;
    height: 470px;
    overflow-y: scroll;
    overflow-x: hidden;
}
/* width */
.comb-scol-st2::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.comb-scol-st2::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.comb-scol-st2::-webkit-scrollbar-thumb {
  background: rgba(27,4,82,0.75); 
  border-radius: 10px;
}

/* Handle on hover */
.comb-scol-st2::-webkit-scrollbar-thumb:hover {
  background: rgba(27,4,82,0.75); 
}

.comb-scol-st::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.comb-scol-st::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.comb-scol-st::-webkit-scrollbar-thumb {
  background: rgba(27,4,82,0.75); 
  border-radius: 10px;
}

/* Handle on hover */
.comb-scol-st::-webkit-scrollbar-thumb:hover {
  background: rgba(27,4,82,0.75); 
}
/*COMBO PACKAGE SECTION*/


.popup-form .field textarea {
    height: 60px;
}


.copyright a, .copyright i {
    color: #ababab !important;
    margin: 2px 6px 0;
}

.copyright li {display: inline-flex;margin: 15px 0 0;font-size: 14px;}

footer.footer .copyright ul {
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 11px;
}

.bnr-call{
	display: none;
}













section.banner .row {
    align-items: center;
    justify-content: space-between;
}

.form-st {border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 7px 48.96px 2.04px rgba(0, 0, 0, 0.05);padding: 40px 20px 40px;position: relative;z-index: 1;}

.form-st .form-div input {width: 100%;border-radius: 19px;
  background-color: #fff;
  box-shadow: 0px 15px 40px 0px rgba(61, 67, 79, 0.08);border: 1px solid transparent;padding: 10px 15px;margin-bottom: 15px;}

.form-st .form-div textarea {width: 100%;border-radius: 19px;
    background-color: #fff;
    box-shadow: 0px 15px 40px 0px rgb(61 67 79 / 8%);
    border: 1px solid transparent;margin-bottom: 15px;padding: 10px 15px;resize: none;}

.form-txt h3 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 0;
    line-height: 30px;
    text-align: center;
}
.form-txt h3 span {display: block;font-size: 28px;}

.bnr-img-st-1 img {width: 100%;}

.form-img-st {margin-top: 145px;text-align: center;position: relative;z-index: 2;}

.form-div-btn input {background: rgb(30, 102, 176);border: 0;padding: 12px 50px;border-radius: 60px;font-size: 14px;color: #fff;}
.col-sm-5.form-col-st {margin-left: 10%;}
.form-div-btn i {display: none;}