 
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  font-family: "Open Sans", sans-serif;
  color: #142551;
}


img {
  max-width: 100%;
}

h2 {
  color: #1E2F5C;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 20px;
}

/**************Button**************/

.btn {
  border-radius: 0;
  padding: 12px 35px;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
.btn-primary {
  background: #DBCD5F;
  border-color: #DBCD5F;
  color: #142551;
  min-width: 300px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #DBCD5F!important;
  border-color: #DBCD5F!important;
  box-shadow: none !important;
  color: #142551!important;
} 
.text-primary {
 color: #dbcd5f !important;
}

.btn-col {
   margin-top: 25px;
}
 
/**************Header**************/

header .container-fluid {
  max-width: 1400px;
}
header {
  background: #142551;
  padding: 19px 0px;
}

header .navbar-brand {/* max-width: 210px; */}
header nav.navbar,
header .navbar-brand {
    padding: 0;
}
header a.navbar-brand2 {max-width: 208px;margin-left: 20px;}

header .navbar-light .navbar-nav .nav-link {
  padding: 0px 16px !important;
  color: #00305B;
  font-size: 14px;
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  color: #00305B;
  font-weight: 500;
}
h3 {
  font-size: 24px;
  line-height: 27px;
  font-weight: 500;
}
 
.section-title{
  /* font-size: 48px;
  line-height: 62px;
  color: #293646;
  font-weight: 800; */
}
.lead-text{
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
 a.navbar-brand.tp-desktop:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 41px;
  background: #FFF;
  position: absolute;
  left: -17px;
}

a.navbar-brand.tp-desktop {
  position: relative;
  margin-left: 20px;
}
a.navbar-brand.tp-desktop img {
  max-width: 103px;
}
header a.nav-link.btn.btn-primary {
  background: transparent;
  border-color: #FFF;
  color: #FFF!important;
  min-width: 170px;
  padding: 12px 20px !important;
  font-size: 16px;
  margin-left: 20px;
}

header  a.nav-link.btn.btn-primary:hover img {
  filter: brightness(0) invert(1);
}

header a.nav-link.btn.btn-primary:hover, header a.nav-link.btn.btn-primary:focus {
  color: #142551!important;
  background: #dbcd5f!important;
  border-color: #dbcd5f!important;
}
header  .navbar-expand-lg .navbar-nav {
  align-items: center;
}
header.fixed {
  padding: 6px 0px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  animation: slideDown 0.35s ease-out;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.20);
}

@keyframes slideDown {
from {
  transform: translateY(-100%);
}
to {
  transform: translateY(0);
}
}


 /**************Hero Banner**************/
 section.banner-home {
  /* min-height: 570px;
  background: #00305B;
  padding: 50px 0px 62px;
  display: flex;
  align-items: center;
  background-size: cover !important;
  background-repeat: no-repeat !important; */
}
section.banner-home {
  min-height: calc(100vh - 88px);
  padding: 50px 0px 62px;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover !important;
}
 
video#myVideo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

section.banner-home .container {
  position: relative;
  z-index: 4;
}
section.banner-home:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  z-index: 1;
  opacity: 0.4;
}

 
.banner-img-col:before {
 content: "";
 background: url('../images/banner-mid-bg.png') no-repeat;
 width: 490px;
 height: 490px;
 position: absolute;
 top: -32px;
 left: -122px;
}

.banner-img-col {
 position: relative;
}

.banner-img-col img {
 position: relative;
 z-index: 1;
}


.banner-text {
  /* text-align: center; */
  /* padding: 90px 0px 0px; */
}

.banner-title {
  font-size: 48px;
  line-height: 57px;
  color: #ffffff;
  margin-bottom: 9px;
  font-weight: 700;
}

.banner-text p {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 24px;
  font-weight: 600;
  color: #ffffff;
}
.banner-text p.banner-lead {
  font-size: 28px;
  line-height: 35px;
  margin: 20px 0px;
}
section.banner-home.banner-form .banner-text {
  min-height: 570px;
  display: flex;
  align-items: center;
}
.arrow-small {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 47px;
}  

.form-wrap {
  max-width: 560px;
  background: #142551;
  padding: 30px 30px;

}

.form-head h2 {color: #FFF;margin-bottom: 0;font-weight: 400;}

.form-head {
  color: #FFF;
  text-align: center;
  margin-bottom: 28px;
}

.form-control, select.form-select, textarea, .select2-container {
  background-color: #1e2f5c;
  min-height: 52px;
  border-radius: 0;
  border-color: #142551;
  color: #FFF !important;
  font-size: 14px;
  -moz-appearance: none; 
  -webkit-appearance: none; 
  appearance: none;
}
option{
  background-color: #1e2f5c;
}
.form-control:focus,
.form-select:focus{
  background-color: #1e2f5c !important; 
  border-color:#ffffff !important; 
  box-shadow:none !important;
} 

.form-group {
  margin-bottom: 20px;
}

::-webkit-input-placeholder {  
  color: #ffffff !important;
}
::-moz-placeholder {  
  color: #ffffff !important;
}
:-ms-input-placeholder { 
  color: #ffffff !important;
}
:-moz-placeholder { 
 color: #ffffff !important;
}
.date-col input {
  background-image: url('../images/calendar.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-position-x: 95%;
  padding-left: 10px;
}
.form-select {
  background-image: url('../images/arrow-down.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-position-x: 95%;
  padding-left: 10px;
}
.form-wrap {
  /*display: none;*/
}

.form-open .form-wrap {
  display: inline-block;
}



 /**************Section**************/

 .sec-pad {
  padding: 90px 0px;
}
.no-pad-top {
 padding-top: 0 !important; 
}

.no-pad-bottom {
 padding-bottom: 0!important; 
}
.bg-gray{
  background: #F5F5F5;
}
.bg-primary{
  background: #142551 !important;
}
.text-white,
.text-white p,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4, 
.text-white h5,
.text-white h6{
    color: #FFF;
}
  
.bg-img{
  background-size: cover!important;
}
.link-btn{
  color: #142551;
}

.what-sec {
  background: #142551;
}

.what-box h3 {
  color: #DBCD5F;
  max-width: 300px;
}

span.what-icon {
  min-height: 62px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 13px;
}

.what-box {
  border-bottom: 1px solid #223873;
  height: 100%;
  color: #FFF;
  padding: 0px 0px 12px;
}

.what-sec .section-title {
  color: #FFF;
}

section.mid-img-sec {
  margin-bottom: -230px;
}

.what-sec {
  padding: 90px 0px;
}


footer {
  padding: 20px 0px;
}

footer p {
  margin: 0;
}

footer * {
  color: #142551;
  text-decoration: none;
}

.head-box {
  margin-bottom: 48px;
}

.work-box {
  border: 1px solid #142551;
  height: 100%;
  padding: 30px;
}

span.work-icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  border: 1px solid #142551;
  border-radius: 50%;
  text-align: center;
  line-height: 27px;
  margin-bottom: 12px;
}

.accordion-button {
  font-size: 24px;
  color: #FFF;
}

.accordion-item {
  background: transparent !important;
  border: 0;
  border-bottom: 1px solid #404f75;
  padding: 20px 0px;
}

.accordion {
   background: transparent !important;
}

.accordion-button {
background: transparent !important;
border: 0 !important;
padding: 0px 0px 0px 70px;
color:#FFF !important;
box-shadow: none !important;
}

.accordion-button:focus {
  box-shadow: none;
}

span.ac-icon {
  position: absolute;
  left: 0;
}

.accordion-body {
  color: #FFF;
  padding: 0px 0px 0px 73px;
  border: 0;
}

.accordion-button::after, .accordion-button:not(.collapsed)::after {
  color: #FFF !important;
  fill:#FFF !important;
  filter: brightness(0) invert(1);
}

.accordion-item {
  border-radius: 0 !important;
}
.accordion-item:first-of-type {
  border-top: 1px solid #404f75;
  padding-top: 16px;
}

.accordion-header {
  margin-bottom: 0;
}
.link-btn img {
  margin-left: 7px;
}

.compare-box {
  margin-bottom: 20px;
}

.com-head {
  background: #dbcd5f;
  min-height: 85px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.com-body {
  background: #FFF;
  padding: 10px 20px 10px;
  line-height: 22px;
}

.com-body h4 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}

section.compare-sec {
  background-position: bottom !important;
 
}


.price-info {
  background: #142551;
  color: #FFF;
  text-align: center;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
}

.price-info h3 {
  color: #FFF;
  margin: 0;
  font-size: 30px;
  line-height: 30px;
  font-weight:500;
}

.price-box {
  margin-bottom: 30px;
}
.price-img img {
  width: 100%;
}
.price-box:hover .price-info {
   background: #dbcd5f;
}
.price-box:hover .price-info h3 {
   color: #2a2344;
}

.price-info h3 small {
  font-size: 14px;
  display: block;
  text-align: right;
}

.full-img img{
  width: 100%;
}
.dest-img img {
  width: 100%;
}

.dest-top {
  background: #DBCD5F;
  padding: 60px 0px 12px;
}

.dest-info {
  color: #FFF;
  position: absolute;
  bottom: 10px;
  left: 24px;
}

.dest-box {
  position: relative;
}

.dest-info h3 {
  color: #FFF;
}


/* Review Section */


span.auth-media {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-right: 10px;
}

span.auth-media img {
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
}

.review-auth {
  display: flex;
  align-items: center;
}

.review-auth h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.review-icon {
  max-width: 100px;
  margin-bottom: 14px;
}

.review-col {
  border: 1px solid #1E2F5C;
  padding: 40px;
  height: 100%;
  margin: 0px 1px;
}

.review-carousel .item {
  height: 100%;
}

.review-carousel   .owl-stage {
  display: flex;
  padding-bottom: 30px;
}


.review-text {
  font-size: 18px;
  line-height: 28px;
}

.review-wrap .owl-nav {
  position: absolute;
  top: -10px;
  right: 13px;
  margin-left: 0;
  margin-top: 0
}

.review-wrap .owl-theme .owl-nav [class*='owl-'] {
  color: #003b6d!important;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  opacity: 1!important;
  cursor: pointer;
  border: 1px solid #939090;
}

.review-wrap button.owl-prev:before {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid #939090;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(224deg);
  top: 20px;
  left: 23px;
}

.review-wrap button.owl-next:before {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid #939090;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(405deg);
  top: 20px;
  left: 17px;
}

.review-wrap .owl-carousel .owl-stage-outer,.review-wrap .owl-carousel.owl-theme.review-carousel.owl-loaded.owl-drag {
  position: static
}

.review-wrap .owl-theme .owl-nav [class*='owl-'] span {
  display: none
}

.review-wrap .owl-theme .owl-nav [class*='owl-']:hover {
  background: transparent!important
}

.review-wrap .owl-theme .owl-nav [class*='owl-']:hover:before {
  border-color: #003b6d
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
  background: #1f5d7a
}


.owl-dots {
  margin-top: 30px;
}

.review-wrap {
  position: relative;
}


section.bottom-cta {
  min-height: 573px;
  padding: 35px 0px 127px;
  background-position: center !important;
}

.cta-right-text {
  margin-top: 258px;
  max-width: 372px;
  margin-left: auto;
}

.cta-head {
  margin-top: 120px;
}

.thanks-sec {
  background: #ffffff;
  min-height: calc(100vh - 150px);
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

body .thanks-col * {
  color: #000;
}



/* Form Select CSS */

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  height: 52px !important;! 
  line-height: 52px !important;
  color: #FFF !important;
  font-size: 14px ;
  font-weight: 500;
}

.select2-container .select2-selection--single {
  height: 52px;
  background: transparent;
  border: 0;
  width: 100% !important; 
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 52px;
  padding-left: 13px;
  width: 100% !important;
  color: #FFFF;
  font-weight: 400;
  background: transparent;
  font-size: 14px;
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-position-x: 95%;
  padding-left: 10px;
  background-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.form-group {
  position: relative;
}



.select2-container--default .select2-results>.select2-results__options   {
  background: #142551;
  border: 1px solid #142551 !important; 
  padding: 10px;
  overflow-x: hidden;
  
}

.select2-search--dropdown{
  display:none;
}


.select2-results {
  border: 0 !important; 
}

.select2-dropdown {
  border: 1px solid #324c91;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: transparent !important; 
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: transparent;
}

.select2-hidden-accessible {
  clip: inherit !important; 
  height: auto !important;
  width: 100% !important; 
  white-space: inherit !important; 
}

span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
  width: 100% !important; 
}

.select2-dropdown {
  /* width: 100% !important; */
  position: relative;
}

.select2-container {
  display: block;
}

.select-bg {
  background: #1e2f5c;
}
.select-bg:focus,
.select2-container:focus{
 border: 1px solid #ffffff !important; 
}


.select2-results__option {
  font-size: 14px;
  color: #FFF;
}

.select2-container--default .select2-results>.select2-results__options {
  margin-top: 1px;
  border-top: 1px solid #556897 !important;
}


.iti__country-list {
    background-color: #142551 !important;
    border: 1px solid #5f6e93 !important;
}

.iti__country  * {
    color: #FFFF !important;
}

.iti__arrow {
    border-top: 4px solid #ffffff !important;
}

.iti__divider {
   display:none;
}

.iti__country {
     border-bottom: 1px solid #31416d;
}
.iti.iti--allow-dropdown {
    width: 100%;
    display: block;
}






/* Responsive */

@media (min-width:1200px){

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
}

} 




@media (max-width:991px){

a.navbar-brand {
    max-width: 230px;
    margin-right: 0;
}

header a.nav-link.btn.btn-primary {
    min-width: auto;
    padding: 9px 7px !important;
    font-size: 13px;
    margin-left: 10px;
    font-weight: 700;
    white-space: nowrap;
}

header .container-fluid {
  flex-wrap: nowrap !important;
  padding-left: 4px;
}
.banner-text p {
  margin-bottom: 0;
} 
h2 {
  font-size: 28px;
  line-height: 36px;
}

.banner-title {
  font-size: 26px;
  line-height: 38px;
}

.form-open .form-wrap {
  margin-bottom: 30px;
}
section.banner-home {
  min-height: 324px;
}
.sec-pad {
  padding: 50px 0px;
}
 
section.about-sec {
  text-align: center;
}

.img-about {
  margin-bottom: 20px;
}
.banner-text {
  text-align: center;
}
section.mid-img-sec {
  margin-bottom: -48px;
}

.what-sec {
  padding: 37px 0px 38px;
}

.what-box {
  text-align: center;
  border: 0;
  padding: 0;
}

span.what-icon {
  display: block;
  min-height: auto;
}

.what-box h3 {
  margin: 0px auto 7px;
}

h3 {
  font-size: 20px;
}

.work-box {
  text-align: center;
}
.accordion-button {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  padding: 0px 5px 0px 44px;
}

.accordion-item {
  padding: 12px 0px;
}

span.ac-icon {
  max-width: 31px;
}

.accordion-body {
  padding: 8px 0px 0px 47px;
}
.sm-col-reverse{
  flex-direction: column-reverse;
} 

.sm-center{
  text-align: center;
}
.why-img{
 margin-top: 30px;
}
.com-left {
   
  text-align: center;
}

.com-body {
  text-align: center;
  padding: 20px 10px;
}

.com-body p {
  margin: 0;
}
.compare-box {
  margin-bottom: 0;
  margin-top: 36px;
}
 
.option-yes-no.radio_container::before {
  display: none;
}

.option-yes-no span.checkmark {
  justify-content: center;
  font-size: 28px !important;
  padding-left: 10px;
  padding-right: 10px;
}

.price-info h3 {
  font-size: 22px;
}

.price-btn-col span {
  display: block;
  margin-top: 10px;
}
.price-info h3 {
  font-size: 22px;
}

.price-btn-col span {
  display: block;
  margin-top: 10px;
}

.dest-box {
  margin-bottom: 0;
}

.dest-top {
  margin-bottom: 30px;
}
.dest-info {
  left: 11px;
}

.review-wrap .owl-nav {
  left: 0;
  right: 0;
  margin: auto;
  top: 63px;
}

.g-5, .gx-5 {
  --bs-gutter-x: 0;
}

.review-title {
  text-align: center;
}

.review-carousel {
  margin-top: 108px;
}
section.bottom-cta {
  min-height: auto;
  padding: 40px 0px;
}

.cta-head {
  margin-top: 0;
  text-align: center;
}

.cta-right-text {
  margin: 0;
  text-align: center;
}
section.bottom-cta:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.6;
}

section.bottom-cta {
  position: relative;
}

section.bottom-cta .container {
  position: relative;
}
.owl-stage {
    display: inherit !important;
}

.review-carousel .item, .item {
  height: auto;
}

.form-open .form-wrap {
  margin-left: auto;
  margin-right: auto;
  display: inherit;
  max-width: 100% !important;
}

.what-box, .head-box, .work-box , .compare-box , .price-box , .cta-right-text{
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.dest-top {
  padding: 33px 0px 13px;
}


.head-box {
  margin-bottom: 0;
}

section.what-sec h2 {
  margin-bottom: 0;
}
.banner-text p.banner-lead {
  font-size: 19px;
  line-height: 25px;
  margin: 11px 0px;
}
.review-col {
  padding: 20px;
}

 
 
.banner-text {
    margin-bottom: 30px;
}
section.what-sec .btn-col {
    margin-top: 0;
}
.form-wrap {
    margin: auto;
}	
	
}

/* max 991px */


@media (max-width:480px){
 
  
  .banner-home .btn-primary {
    width: 100%;
    display: block;
    min-width: 100%;
}

  
}



.review-carousel {
    margin-bottom: 10px !important;
}

.review-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    margin-bottom: 7px;
}

.owl-carousel {
    overflow: hidden;
}


ul.check-style {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    color:#FFF;
    font-size:18px;
    margin-bottom: 0;
}

ul.check-style li {
    width: calc(50% - 5px);
    margin: 10px 2px;
    font-weight: 600;
    list-style: none;
    position: relative;
    padding-left: 28px;
    line-height: 21px;
    text-align: left;
}
ul.check-style li:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 9px;
    border: 2px solid #142551;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(124deg);
    top: 7px;
    left: 5px;
    z-index: 1;
}

ul.check-style li:after {
    width: 20px;
    height: 20px;
    background: #dbcd5f;
    content: "";
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 0;
} 


@media (min-width:992px){
header .navbar-brand {
    max-width: 389px;
}
}