body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}
.safe_travel
{
    background-color:#fff;
    box-shadow:0 0 23px rgba(10, 10, 10,0.08);
    padding: 2rem;
margin-bottom: 2rem;
}
.btn:focus, button:focus
{
    outline:none !important;
}
.safe_travel img
{
    width:22%;
    margin-bottom:1rem;
}
.safe_travel h4
{
    font-size: 20px;
margin-bottom: unset;
font-weight: 600;
color: #303538;
}
.open-button {
  background-color: transparent;
color: #fff;
border: unset;
}
.chat-control
{
    margin-bottom: 0.5rem;
border-radius: 0px;
font-size: 14px;
}

.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  width:22%;
  border: 3px solid #f1f1f1;
  z-index: 999999;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}
.btn-chat
{
    background-color: #10338f;
color: white;
padding: 10px;
border: none;
cursor: pointer;
width: 100%;
margin-bottom: 0px;
margin-top: 1rem;
}
/* Add a red background color to the cancel button */
.form-container .cancel {
background-color: #10338f;
width: 35px;
padding: 0.3rem;
height: 35px;
border-radius: 50%;
position: absolute;
right: -1rem;
top: -1.5rem;
color: #fff;
}

.circle-effect{
    position: absolute;
    right:3rem;
    
    width: 50px;
    height: 50px;
    background: #10338f;
    border: 2px solid rgba(221, 221, 221, 0.8);
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s linear;
    text-shadow: 1px 1px 1px #000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}
.circle-effect button{
    padding:0.5rem;
}
@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 20px rgba(0, 0, 0, 0.1), 0 0 0 40px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 20px rgba(0, 0, 0, 0.1), 0 0 0 40px rgba(0, 0, 0, 0.1)
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1), 0 0 0 40px rgba(0, 0, 0, 0.1), 0 0 0 60px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1), 0 0 0 40px rgba(0, 0, 0, 0.1), 0 0 0 60px rgba(0, 0, 0, 0)
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3), 0 0 0 20px rgba(0, 0, 0, 0.3), 0 0 0 40px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 20px rgba(0, 0, 0, 0.1), 0 0 0 40px rgba(0, 0, 0, 0.1)
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.3), 0 0 0 40px rgba(0,0, 0, 0.3), 0 0 0 60px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.3), 0 0 0 40px rgba(0, 0, 0, 0.3), 0 0 0 60px rgba(0, 0, 0, 0)
    }
}

/*--Contact Us Page Styling--*/
.contact-top-img
{
    width: 75%;
margin-top: 8rem;
display: block;
margin: 0 auto;
    margin-top: 0px;
margin-top: 10rem;
}
.con-form-bg
{
     background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.9)), url(../../assets/img/cont.jpg);
     background-size:cover;
}
.con-side-box
{
    background-color: #10338f;
}
.contact-box
{
    background-color:#fff;
    box-shadow:0px 1px 13px rgba(0,0,0,.1);
}
.form-side h1
{
    font-size: 25px;
font-weight: 700;
margin: unset;
    margin-bottom: unset;
margin-bottom: 0.5rem;
}
.form-side p
{
    font-size:14px;
}
.con-info i
{
 font-size: 35px;
color: #10338f;  
margin-top:0.5rem;
}
.con-info p
{
    font-size: 16px !important;
text-align: center;
margin-top: 0.5rem;
}
.outer-form
{
    padding: 3rem;
background-color: #fff;
box-shadow: 0px 1px 13px rgba(0,0,0,.1);
margin: 1rem;
}
.con-outer
{
    padding:4rem;
}
.poly
{
    background-color:#9cdde8;
clip-path: polygon(100% 70%,0% 10%,0% 0,0% 100%);
height: 26rem;
position: absolute;
bottom: 0px;
padding: unset;
}
.poly1
{
    background-color:#2a879d;
clip-path: polygon(100% 100%,100% 0%,0% 60%,0% 100%);
height: 24rem;
position: absolute;
bottom: 0px;
padding: unset;
}


/*--Contact Us Page Styling--*/


/*--About Us Page Styling--*/
.abt-image-bg
{
   
    background-image: linear-gradient(rgba(16, 51, 143, 0.7), rgba(16, 51, 143, 0.9)), url(../../assets/img/abt-bg.jpg);
width: 100%;
height: 650px;
background-size: cover;
margin-top:-9rem;
background-position: 100% 15%;
}
.abt-top
{
    position: relative;
    top: 14rem;
    padding: 0rem 0rem 0rem 9rem;

}
.abt-top h1
{
    color: #fff;
font-weight: 900;
font-size: 45px !important;
margin: 0.5rem 0rem;
}
.abt-top p
{
    color: #fff;
font-size: 18px;
line-height: 30px;
}
.why-choose-box img
{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.company-content-box p
{

font-size: 15px;

text-align: justify;
color:#3e3d3d;
line-height: 30px;
padding-right:2rem;
}

.company-img
{
  height: 235px !important;
}
.company-frame
{
  height: 14rem !important;
  width:100%;
}
.abt-section
{
    padding: 100px 0px 0px 0px !important;
}
.company-video-div
{
  height: 15rem !important;
  box-shadow: 0 0 16px #ddd !important;
padding: 0.5rem !important;
background-color:#10338f !important;
position:relative;
top: -5rem;
margin: 0rem 2rem;
}
.grayscale-effect img{
   transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}
.grayscale-effect img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
  }
  .grayscale-effect:hover img{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
  }
  .c_content_box
  {
    padding: unset;
    padding: 3rem 0rem 1rem 3rem;
  }
  .c_content_box p
  {
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 28px;
font-size: 15px;
  }
  .about_company_section
  {
    background-color: #008c45;
  }
  .c_image_box
  {
    padding: unset;
   
  }
.company-img {
    height: 235px !important;
}
.abt-top-btn
{
    border: 1px solid #fff;
border-radius: 0px;
padding: 0.5rem 2rem;
color: #fff;
font-weight: 600;
font-size: 18px;
margin-top:1rem;
}

.abt-top-btn:hover
{
    color:#fff;
}
.serv-section-2 {
    position: relative;
   
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    border-radius: 0px;
    overflow: hidden;
    padding: 30px;
    margin-bottom:2rem;
}

.serv-section-2:before {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 0;
    content: " ";
    width: 120px;
    height: 120px;
    background: #f5f5f5;
    border-bottom-left-radius: 136px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-2-icon {
    position: absolute;
    top: 18px;
    right: 22px;
    max-width: 100px;
    z-index: 1;
    text-align: center;
}

.serv-section-2-icon i {
    color: #001c48;
    font-size: 48px;
    line-height: 65px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-desc {
    position: relative;
}

.serv-section-2 h4 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    text-align:left;
}

.serv-section-2 h5 {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    text-align:left;
    margin-top: 5px;
}
.marg-top-abt
{
    margin-top:3rem;
}

.section-heading-line-left {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #001c48;
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.serv-section-2 p {
    margin-top: 25px;
    padding-right: 50px;
}

.serv-section-2:hover .serv-section-2-icon i {
    color: #fff;
}
.serv-section-2:hover:before 
{
    background-color:#10338f;
}
.team-hover {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .5s;
	transition: .5s
}

.single-team img {
	width: 100%;
}

.team-hover h4 {
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 600;
}

.team-hover h4 span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	margin-top: 5px;
}

.team-hover ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

.team-hover ul li {
	display: inline-block;
}

.team-hover ul li {
	background-color: #333;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
	margin: 0 2px;
	text-align: center
}

.team-hover ul li a {
	color: #fff;
	font-size: 13px;
	display: block;
}
.single-team {
	position: relative;
	z-index: 2;
}

.team-content {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.team-hover:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #333;
	z-index: -1;
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

.single-team:hover .team-hover {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*--About Us Page Styling--*/


/*--Single package page styling--*/
      .inner-top-img
          {
              width:100%;
              height:350px;
          }
          .breadcrumb
          {
              margin-bottom: unset;
padding: 1rem 0rem;
text-align: left;
font-size: 15px;
color: gray;
font-weight: 600;
background-color:unset;

          }
          .breadcrumb a
          {
              color:gray;
              margin-right:0.5rem;
          }
          .breadcrumb i
          {
 
    margin-top: 0.2rem;
    margin-right: 0.5rem;
          }
          .inner-pkg-name
          {
              text-align: left;
font-size: 23px;
font-weight: 800;
color: #10338f;
          }
          .inner-pkg-location
          {
              width: 6%;
float: left;
          }
          .inner-pkg-location-name
          {
              text-align: left;
margin-left: 1.5rem;
font-size: 18px;
font-weight: 600;
color: rgba(59,68,78,0.7);
margin-bottom: unset;
          }
          .star-img img
          {
              width:6%;
              float:right;
          }
          .inner-pkg-icons
          {
              width: 70%;
          }
          .inner-pkg-icon-pd
          {
              padding-right:unset;
          }
          .inner-pkg-icon-detail h6
          {
              text-align: left;
font-weight: 800;
font-size: 16px;
color: #1A2B48;
margin-bottom: 0.2rem;
          }
          .inner-pkg-icon-detail p
          {
              font-size: 14px;
text-align: left;
margin-bottom:unset;
font-weight: 600;
          }
          .inner-pkg-description
          {
              text-align: left;
font-size: 15px;
line-height: 28px;
          }
          .pkg_it ul
          {
              padding-left: 0;
list-style-type: none;

          }
          .pkg_it ul li
          {
             text-align: left;
list-style: none;
background-image: url("../../assets/img/include.png");
background-repeat: no-repeat;
background-position: left 5px;
background-size: 20px;
padding: 0px 0px 10px 30px;


          }
          .pkg_it ul li img
          {
              width:2.5%;
          }
          .pkg_it ul li span
          {
              padding-left: 10px;
vertical-align: middle;
font-size: 15px;
font-weight: 500;
          }
          .horizontal
          {
              box-shadow: 0 0 23px rgba(10, 10, 10,0.08);
border: unset;
margin-bottom:1.5rem;
          }
          .highlights_pkg
          {
              text-align:left;
          }
          .inner-card-title
          {
              text-align: left;
font-size: 18px;
font-weight: 600;
          }
          .inner-card-title span
          {
              color:#42a1bc;
          }
          .inner-card-title-p
          {
              font-size: 15px;
text-align: left;
line-height: 26px;
margin-bottom:unset;
          }
          .inner-card-con
          {
              padding:2rem;
          }
          .in-ex-img
          {
              width:5.5% !important;
          }
          .whole-desc
          {
              margin-bottom:2rem;
          }
          .enquiry-form
          {
              margin-top: -5rem;
background-color: #fff;
padding: 2rem;
box-shadow: 0px 1px 13px rgba(0,0,0,.1);
border-radius: 5px;
          }
          .enquiry-form label
          {
              float: left;
color: #8c8c8c;
font-size: 15px;
font-weight: 600;
          }
          .enquiry-form input, .enquiry-form textarea
          {
              border-radius: 0px;
font-size: 16px;
color: gray;
font-weight: 500;
          }
          .enquiry-form input:focus, .enquiry-form textarea:focus
          {
              box-shadow:unset;
             
          }
          .enquiry-btn
          {
              background-color: #10338f;
border: unset;
border-radius: 0px;
width: 100%;
padding: 0.8rem;
font-size: 16px;
font-weight: 700;
color:#fff !important;
margin-top: 1rem;
          }
          .enquiry-box
          {
              padding:2rem;
             
              height:auto;
              background:linear-gradient(45deg, rgba(13, 42, 119, 0.77) 0%, rgba(73, 168, 193, 0.9) 100%), url(assets/img/background.jpg) center center no-repeat;
                        height: 300px;
              background-size: contain;
              margin-top:1rem;
          }
          .enquiry-box h4
          {
              text-align: left;
font-size: 20px;
font-weight: 800;
color: #fff;
margin-bottom: 1rem;
          }
          .enquiry-box p
          {
              font-size: 14px;
color: #fff;
margin-bottom:2rem;
text-align: left;
font-weight: 500;
          }
          .h6-phone
          {
              font-size:20px;
          }
          .enquiry-box h6
          {
              text-align: left;
color: #fff;
font-weight: 600;
font-size: 16px;
          }
           .enquiry-box h6 i
           {
               margin-right:0.5rem;
           }
           
/*--single package page styling--*/
































.btn-sub1
{
    border:2px solid lightgray !important;
}
.login-wrap{
	width:100%;
	margin:auto;
	max-width:100%;
	min-height:670px;
	position:relative;
	box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}
.login-html{
	width:100%;
	height:auto;
	position:relative;
	padding:90px 110px 50px 110px;
	background:#fff;
}


.login-html .tab,
.login-form .group .label,
.login-form .group .button{
	text-transform:uppercase;
}
input:focus
{
    outline:none;
}
a:hover
{
    text-decoration:none;
}
.btn-chat:hover
{
    color:#fff;
}
.login-form{
	min-height:345px;
	position:relative;
	perspective:1000px;
	transform-style:preserve-3d;
}
.login-form .group{
	margin-bottom:2.5rem;
}
.login-form .group .label,
.login-form .group .input,
.login-form .group .button{
	width:100%;
	color:#fff;
	display:block;
}
.login-form .group .input,
.login-form .group .button{
	border:none;
	padding:12px 20px;
	border-radius:25px;
	color:#000;
	background:rgba(255,255,255,.1);
	border:2px solid lightgray;
}

.login-form .group .label{
    color: #10338f;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}
.login-form .group .button{
background: #10338f;
color:#fff;
border: unset;
width: 40%;
padding: 1rem;
font-weight: 600;
}
.login-form .group label .icon{
	width:15px;
	height:15px;
	border-radius:2px;
	position:relative;
	display:inline-block;
	background:rgba(255,255,255,.1);
}
.login-form .group label .icon:before,
.login-form .group label .icon:after{
	content:'';
	width:10px;
	height:2px;
	background:#fff;
	position:absolute;
	transition:all .2s ease-in-out 0s;
}
.login-form .group label .icon:before{
	left:3px;
	width:5px;
	bottom:6px;
	transform:scale(0) rotate(0);
}
.login-form .group label .icon:after{
	top:6px;
	right:0;
	transform:scale(0) rotate(0);
}
.login-form .group .check:checked + label{
	color:#fff;
}
.login-form .group .check:checked + label .icon{
	background:#1161ee;
}
.login-form .group .check:checked + label .icon:before{
	transform:scale(1) rotate(45deg);
}
.login-form .group .check:checked + label .icon:after{
	transform:scale(1) rotate(-45deg);
}









.modal-dialog
{
    position: relative;
top: 7rem;
}
#regForm {
  background-color: #ffffff;
margin: 0px auto;
padding: 0px;
width: 70%;
min-width: 100%;
}

#regForm input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
#regForm input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

#regForm button {
  background-color: #0d2a77;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
 
  cursor: pointer;
}

#regForm button:hover {
  opacity: 0.8;
}

#regForm #prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
#regForm .step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

#regForm .step.active {
  opacity: 1;
}
.form-set-pd-l
{
    padding-left:6px;
}
.form-set-pd-r
{
    padding-right:6px;
}
/* Mark the steps that are finished and valid: */
#regForm .step.finish {
  background-color: #0d2a77;
}
.wrap{
    width: 100%;
    height: auto;
    border-radius: 12px;
    
   
    margin: auto;
    /*this to solve "the content will not be cut when the window is smaller than the content": */
    max-width: 100%;
    max-height: 100%;
    
}
.wrap label {
    position: relative;
    display: inline-block;
    text-align: center;
    width:100%;
}

.wrap .btn:hover {
    cursor: pointer !important;
}

.wrap .btn:active {
    box-shadow: 0 1px #666 !important;
    transform: translateY(2px) !important;
}
.wrap .btn {
    
    font-size: 15px;
    font-weight: bold;
    height: 45px;
    width: 100%;
   padding-top:0.6rem;
    text-align: center;
}
.wrap .btn-sub {
    transition: all 0.2s ease;
    background-color: white ;
    border: 2px solid #0d2a77;
   
    min-width: 100%;
    border-radius: 25px;
    font-size:16px !important;
    font-weight:400 !important;
}


    .wrap btn-sub::selection{
        background: green;
    }

.wrap input[type="radio"] {
     position: absolute;
  visibility: hidden;
}
.wrap input[type="radio"] + div {
    position: relative;
}
.wrap input[type="radio"]:checked + div {
  font-weight: 400;

font-size: 16px;

background-color: #10338f;
}
.wrap input[type="radio"]:checked + div>span {
  color: white;
}
.wrap input[type="radio"] + div>span {
position: relative;}





@keyframes fall {
    100% {
        -webkit-transform: translate(-5px,5px) rotate(30deg);
        -moz-transform: translate(-5px,5px) rotate(30deg);
        -o-transform: translate(-5px,5px) rotate(30deg);
        -ms-transform: translate(-5px,5px) rotate(30deg);
        transform: translate(-5px,5px) rotate(30deg);
    }
}

@-moz-keyframes fall {
    100% {
        -webkit-transform: translate(-5px,5px) rotate(30deg);
        -moz-transform: translate(-5px,5px) rotate(30deg);
        -o-transform: translate(-5px,5px) rotate(30deg);
        -ms-transform: translate(-5px,5px) rotate(30deg);
        transform: translate(-5px,5px) rotate(30deg);
    }
}

@-webkit-keyframes fall {
     100% {
        -webkit-transform: translate(-5px,5px) rotate(30deg);
        -moz-transform: translate(-5px,5px) rotate(30deg);
        -o-transform: translate(-5px,5px) rotate(30deg);
        -ms-transform: translate(-5px,5px) rotate(30deg);
        transform: translate(-5px,5px) rotate(30deg);
    }
}
























.flip-card {
  float: left;
  margin: 30px;
  width: 100%;
  max-width: 100%;
  height: 210px;
  perspective: 1000px;
  background-color: 
    transparent;
}

.flip-card-img {
  height: 120px;

overflow: hidden;

background-color: #fff;

width: 120px;

display: block;

margin: 0 auto;

    margin-top: 0px;

margin-top: 2rem;
}

.flip-card img {
  width: 70%;
  height: 70%;
}

.flip-card-text {
  padding: 10px;
}

.flip-card h1 {
  font-weight: 600;
  font-size: 17px;
  margin-top: -1rem;
  color: #00647f;
}

.flip-card p.title {
  color: grey;
  font-size: 1.5em;
}

.flip-card p {
  color: #00647f !important;
font-size: 15px;
padding: 1rem 1rem;
text-align: left;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: 
    preserve-3d;
  box-shadow: 
    0 4px 8px 0 
    rgba(0,0,0,0.2);
}

.flip-card:hover 
.flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front a, 
.flip-card-back a {
  text-decoration: none;
  font-size: 22px;
  color: black;
}

.flip-card-front a:hover,
.flip-card-back a:hover {
  color: hotpink;
}

.flip-card-front, 
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility:
    hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  color: black;
background-color: #fff;
box-shadow: 0px 0px 57px 0px rgba(84, 72, 163, 0.12);
}

.flip-card-back {
  color: black;
  transform: rotateY(180deg);
  background-color: #eeeeee;
}

.flip-card-back i {
  padding: 15px;
}





.timeline {
   width: 100%;
   display: block;
   margin: 0 auto;
   position: relative;
   overflow: hidden;
}

.timeline:before {
   content: '';
   position: absolute;
   top: 0;
   left: 5%;
   margin-left: -1px;
   width: 2px;
   height: 100%;
   background: #CCD1D9;
   z-index: 0;
}



.work-img
{
  width: 75%;
}


.timeline-block {
   width: -webkit-calc(95% + 8px);
   width: -moz-calc(95% + 8px);
   width: calc(95% + 8px);
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -moz-box-pack: justify;
   margin-bottom: 2.5rem;
   justify-content: space-between;
   clear: both;
}

.timeline-block-right {
   float: right;
}

.timeline-block-left {
   float: left;
   direction: rtl
}

.marker {
   width: 16px;
   height: 16px;
   border-radius: 50%;
   border: 2px solid #F5F7FA;
   background: #10338f;
   margin-top: 10px;
   z-index: 9999
}

.timeline-content {
   width: 95%;
   padding: 0 0px;
   color: #666
}

.timeline-content h3 {
   font-size: 18px;
font-weight: 500;
color: #10338f;
margin-top: 0.5rem;
}
.timeline-content h3 span
{

  position: relative;
top: 0rem;
color: #a596963d;
z-index: -99999;
font-size: 2rem;
display: none;
margin-right: 0.5rem;
}
.timeline-block-right .timeline-content h3
{
  text-align: left;
}
.timeline-block-left .timeline-content h3
{
  text-align: right;
}
.timeline-content span {
   font-size: 15px;
   color: #a4a4a4;
}

.timeline-content p {
   font-size: 14px;
   line-height: 1.5em;
   word-spacing: 1px;
   color: #888;
}


@media screen and (max-width: 768px) {
   .container:before {
      left: 8px;
      width: 2px;
   }
   .timeline-block {
      width: 100%;
      margin-bottom: 30px;
   }
   .timeline-block-right {
      float: none;
   }

   .timeline-block-left {
      float: none;
      direction: ltr;
   }
}





.btn-box
{
  position: absolute;
  top: 15.5rem;
}
.btn-box a
{
  background-color: #10338f;
padding: 0.5rem 1rem;
color: #fff;
margin-left: 0.5rem;
font-weight: 600;
font-size: 14px;
}
.pkg_price_person
{
    text-align:right;
    font-size:12px;
}
.package-card
{
  box-shadow: 0 0 23px rgba(10, 10, 10,0.08);
  border: unset;
  margin-bottom:2rem;
}
.package-img
{
  width: 100%;
  height: 260px;
}
.package-card-title
{
  font-size: 17px;
text-align: left;
margin-top: 1.5rem;
line-height:25px;
font-weight: 900;
}
.package-card-title i
{
color: #49a8c1;
margin-right: 0.2rem;
font-size: 24px;
}
.package-duration
{
  text-align: left;
font-size: 14px;
font-weight: 600;
color: gray;
}
.package-duration i
{
 color: #49a8c1;
margin-right: 0.2rem;

}
.strike-price
{
  font-size: 15px;
text-align: right;
color: gray;
font-weight: 600;
margin-bottom: unset;
}
.package-price
{
  text-align: right;
font-size: 20px;
font-weight: 600;
color: #2a879c;
margin-bottom: unset;
}
.package_title_icon
{
    float: left;
margin-right: 0.5rem;
font-size: 22px;
color: #2a879c;
margin-top: 1.7rem;
}
.package-card-text p
{
  font-size: 14px;
line-height:25px;
text-align: justify;
}
#header-social-icon
{
  float: right;
}
#header-social-icon .hover-effect1 {text-align: center; }
#header-social-icon .hover-effect1 ul{margin: unset;

float: right;}
#header-social-icon .hover-effect1 ul li { display: inline-block; }
#header-social-icon .hover-effect1 ul li a { font-size: 18px;

color: #000;

margin: 0px 4px;

line-height: 30px;

display: inline-block;

width: 30px;

height: 30px;

background: #bfe6ef;-webkit-transition: all .6s ease; -moz-transition: all .6s ease; -ms-transition: all .6s ease; -o-transition: all .6s ease; transition: all .6s ease; }
#header-social-icon .hover-effect1 ul li:hover a { border-radius: 50%; background: #bfe6ef; -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }
.logo-img
{
  width: 50%;
  display: block;
  padding: 0.5rem 0rem;
  margin: 0 auto;
}
.copyright-text
{
  margin-bottom: unset;

font-size: 14px;

text-align: center;

font-weight: 600;
padding:0.5rem 0rem;
}
.copyright-text a
{
  color: #0d2a77;
}
.footer-bg
{
  background: linear-gradient(45deg, rgba(13, 42, 119, 0.9) 0%, rgba(13, 42, 119, 0.9) 100%), url("../../assets/img/footer.jpg") center center no-repeat;
  height: auto;
  background-size: cover;
  width: 100%;
  padding: 4rem 0rem 0rem 0rem;
  background-position: 100% 100%;
}
.footer-logo
{
  font-size: 32px;
color: #fff;
text-align: left;
}
.footer-p
{
  font-size: 16px;
text-align: justify;
color: #ffffffde;
padding-right: 2rem;
}
.footer-link ul {
    list-style: none;
    padding: 0;
    margin: 0;
    }
.map
{
  width: 100%;
  height: 240px;
  padding-left: 2rem;
}
.bottom-link
{
  list-style-type: none;

display: inline-flex;

float: left;

margin-left: -2rem;
}
.bottom-link li
{
  margin-right: 1.5rem;

}
.bottom-link li a
{
  color: #fff;
  font-weight: 600;
}
.footer-link ul li {
    border-bottom: 1px solid #ffffffde;;
    padding: 10px 0;
}
.footer-link ul li a {
    color: #ffffffde;;
    font-size: 15px;
  
    font-weight: 600;
}

.footer-link
{
  padding: 0rem 3rem;
}



.section-choose-bg
{
  height: auto;

width: 100%;

background: linear-gradient(45deg, rgba(13, 42, 119, 0.9) 0%, rgba(73, 168, 193, 0.9) 100%), url("../../assets/img/background.jpg") center center no-repeat;

background-size: cover;
}
.tour-box
{
  height: 120px;

width: 120px;

border: 1px solid #10338f;

border-radius: 50%;
display: block;
margin:0 auto;
}
.tour-box img
{
  width: 100%;
  padding: 1.5rem;
}
.tour-name
{
  font-size: 18px;
font-family: 'Open Sans',sans-serif;
font-weight: 600;
color: #10338f;
margin-top: 1rem;
}
.banner-carousel
{
position: relative;
top: 0rem;
height: 680px;
}
.pd-unset
{
  padding:unset;
}
.banner-carousel-inner
{
  height: 680px;
}
.banner-carousel-item, .banner-carousel-item img
{
  height: 680px;
}
.banner-carousel-caption
{
  position: absolute;
bottom: 12rem;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
}

.banner-carousel .clouds
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner-carousel .clouds img
{
  position: absolute;
  bottom: 0;
  max-width: 100%;
  width: 100%;
  height: 300px;
  animation: animate calc(8s * var(--i)) linear infinite;
}
@keyframes animate
{
  0%
  {
    transform: translateX(-100%);
  }
  100%
  {
    transform: translateX(100%);
  }
}



/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #5846f9;
  border-top-color: #e7e4fe;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

#header.header-scrolled, #header.header-inner-pages {
  background: rgba(48, 53, 56);
  padding: 12px 0;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  width:40%;
}

@media (max-width: 992px) {
  #header {
    padding: 12px 0;
  }
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 24px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
  font-size: 15px;
  font-weight: 600;
  padding: 0 3px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 22px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #2c4964;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #5846f9;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.get-started-btn {
  margin-left: 25px;
  color: #fff;
  border-radius: 5px;
  padding: 6px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.get-started-btn:hover {
  border-color: #fff;
  color: #fff;
}

@media (max-width: 992px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #2c4964;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #5846f9;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(28, 47, 65, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero
{
  height: 680px;
}
#hero h1 {
  margin: 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.8);
  margin: 10px 0 0 0;
  font-size: 20px;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  border: 2px solid #fff;
}

#hero .btn-get-started:hover {
  background: #fff;
  color: #5846f9;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1200px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  #hero {
    text-align: center;
  }
  #hero .container, #hero .container-fluid {
    padding-top: 68px;
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 26px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
  #hero .hero-img img {
    width: 60%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 100px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f9f8ff;
}

.section-title {
  text-align: center;
  padding-bottom: 60px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 1rem;
margin-bottom: 1rem;
}
.section-white-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 1rem;
margin-bottom: 1rem;
color: #fff;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #5846f9;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-white-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}
.section-white-title p {
  margin-bottom: 0;
  color:#fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 120px 0;
}

.about .content h3 {
  font-weight: 600;
  font-size: 32px;
  color: #2c4964;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #5846f9;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .read-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 50px 10px 28px;
  border-radius: 5px;
  transition: 0.5s;
  color: #fff;
  background: linear-gradient(45deg, #5846f9 0%, #7b27d8 100%);
  position: relative;
}

.about .content .read-more:hover {
  background: linear-gradient(180deg, #5846f9 0%, #7b27d8 100%);
}

.about .content .read-more i {
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 12px;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: linear-gradient(90deg, rgba(88, 70, 249, 0.5) 0%, rgba(123, 39, 216, 0.5) 100%), url("../img/counts-bg.png") center center no-repeat;
  padding: 80px 0 60px 0;
}

.counts .counters span {
  font-size: 48px;
  display: block;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #2c4964;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #5846f9;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  height:90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #2c4964;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #b1a9fc;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-size: 14px;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #fff;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #5846f9 !important;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #5846f9;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(88, 70, 249, 0.8);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 10%;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 48px);
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: calc(50% - 50px);
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #2c4964;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #5846f9;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #5846f9;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: linear-gradient(42deg, #5846f9 0%, #7b27d8 100%);
  display: inline-block;
  padding: 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: linear-gradient(180deg, #5846f9 0%, #7b27d8 100%);
}

.pricing .featured h3 {
  color: #fff;
  background: #5846f9;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #5846f9;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  background: linear-gradient(42deg, #5846f9 0%, #7b27d8 100%);
}

.faq .section-title h2, .faq .section-title p {
  color: #fff;
}

.faq .section-title h2::after {
  background: rgba(255, 255, 255, 0.6);
}

.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #8577fb;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #2c4964;
}

.faq .faq-list a.collapsed:hover {
  color: #5846f9;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: #5846f9;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #2c4964;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #5846f9;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #5846f9;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #7b27d8;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: white;
  min-height: 40px;
  margin-top: 68px;
}

.breadcrumbs h2 {
  font-size: 36px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c6387;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding: 10px 0 60px 0;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #5846f9 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: linear-gradient(45deg, rgba(86, 58, 250, 0.9) 0%, rgba(116, 15, 214, 0.9) 100%), url("../img/hero-bg.jpg") center center no-repeat;
  background-size: cover;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  position: relative;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: underline;
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid white;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: rgba(123, 39, 216, 0.8);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #5846f9;
}

#footer .copyright-wrap {
  border-top: 1px solid #8577fb;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #fff;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
}

@media(max-width:468px)
{
    .safe_travel
    {
        padding: 1rem 0.5rem;
margin-bottom: 1rem;
height:120px;
    }
    .safe_travel h4
    {
        font-size:14px;
    }
    .safe_travel img {
    width: 35%;
    margin-bottom: 0.5rem;
}
.login-form .group .button {

    width: 50%;
    padding: 0.8rem;
}
    .login-form .group
    {
        margin-bottom:1.5rem;
    }
    .login-form .group .label
    {
        font-size:14px;
    }
    .login-html
    {
        padding:2rem 1rem;
    }
    .btn-sub1 span
    {
        font-size:12px !important;
    }
    #hero
    {
        height:400px;
    }
    #hero h1 {
    font-size: 18px;
    line-height: 26px;
}
#hero h2 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}
#hero .btn-get-started
{
    font-size:13px;
    padding:6px 12px;
    margin-top:16px;
}
.get-started-btn {

    margin: 0 48px 0 0;
    padding: 3px 9px;
    font-size: 12px;

}
#header .logo img
{
    width:80%;
}
.banner-carousel-caption
{
    bottom:16rem;
}
.section-title
{
    padding-bottom:35px;
}
.tour-box
{
    height:80px;
    width:80px;
}
.tour-name
{
    margin-top: 0.2rem;
    margin-bottom: 2rem;
    font-size:13px;
}
.tour-box img
{
    padding:1rem;
}
.section-white-title h2
{
    font-size:18px;
}
.section-white-title p
{
    font-size:13px;
    font-weight:600;
}
.flip-card
{
    margin: 10px 0px;
}
.w-33
{
    width:33%;
}
.timeline
{
    padding-top:2rem;
}
.timeline::before
{
    left: 0%;

margin-left: 0px;

width: 3px;
}
.timeline-content
{
    padding:0 10px;
}
.timeline-content h3
{
    font-size:13px;
}
.timeline-block
{
    margin-bottom:10px;
}
.package-card
{
    margin-bottom:1rem;
}
.package-img
{
    height:220px;
}
.footer-bg
{
    padding:1rem 0rem 0rem 0rem;
}
.footer-logo
{
    font-size:24px;
}
.footer-p
{
    font-size:13px;
    padding-right:0px;
}
.footer-link
{
    padding:0rem 1rem;
}
.section-small-heading
{
    font-size: 16px;

font-weight: 600;

margin-top: 1rem;
}
.footer-link ul li
{
    padding:7px 0;
}
.footer-link ul li a
{
    font-size:13px;
}
.map {

    width: 100%;
    height: 240px;
    padding-left: 0rem;
    margin-top: 2rem;
}
.w-70
{
    width:80%;
    
}
.bottom-link li a
{
    font-size:11px;
}
.bottom-link li
{
    margin-right:0.5rem;
}
.w-30
{
    width:20%;
}
.btn-box
{
    top:13rem;
}
.mobile-nav
{
    height:200px !important;
}
.copyright-text
{
    font-size:11px;
}
#header-social-icon .hover-effect1 ul
{
    margin-left:-6rem;
}
.btn-box a
{
    font-size:13px;
}
.package-card-title
{
    font-size:15px;
}
.package-card-title i
{
    font-size:18px;
}
.package-card-text p
{
    font-size:13px;
}
.strike-price
{
    font-size:13px;
}
.package-price
{
    font-size:16px;
}
.flip-card p
{
    font-size:13px;
}
section {

    padding: 50px 0;
}
.section-title p
{
    font-size:13px;
}
.banner-carousel .clouds img
{
    height:auto;
    bottom:170px;
}
.section-title h2
{
    font-size:18px;
}










.breadcrumb
{
    font-size:11px;
    padding:0.5rem 0rem;
}
.inner-top-img
{
    height:200px;
}
.inner-pkg-name
{
    font-size:16px;
}
.inner-pkg-location-name
{
    font-size:13px;
    margin-left:1.2rem;
}
.inner-pkg-location
{
    width:11%;
}
.star-img img
{
    width:9%;
}
.w-33
{
    width:33%;
}
.inner-pkg-icon-detail h6 {
    text-align: center;
    
    font-size: 12px;
   
    margin-bottom: 0rem;
    margin-top: 0.5rem;
}
.inner-pkg-icons {
    width: 28%;
}
.inner-pkg-icon-detail p {
    font-size: 11px;
    text-align: center;
}
.br-right
{
    border-right:1px solid lightgray;
}
.inner-pkg-description {
    text-align: justify;
    font-size: 13px;
    line-height: 25px;
}

.pkg_it ul li span
{
    
    padding-left: 5px;
    font-size:12px;
}
.pkg_it ul li img
{
    width:3.5%;
}
.inner-card-title
{
    font-size:15px;
}
.inner-card-con
{
    padding:1rem;
}
.inner-card-title-p {
    font-size: 13px;
    text-align: justify;
    line-height: 24px;
}
.enquiry-form
{
    margin-top:0rem;
    padding:1rem;
}
.enquiry-btn
{
    font-size:14px;
}
.enquiry-box
{
    padding:1rem;
    height:auto;
    background-size:cover;
}
.enquiry-box h4
{
    font-size:16px;
}
.enquiry-box h6
{
    font-size:13px;
}
.enquiry-box p
{
    font-size:13px;
}
.abt-section
{
    height:auto !important;
    padding:0rem !important;
}
.abt-image-bg
{
    height:auto !important;
}
.abt-top p
{
    font-size: 14px !important;
line-height: 24px !important;
text-align: left;
}
.abt-top h1
{
    font-size:20px !important;
    text-align:left;
}
.abt-top
{
    top: 3rem;
padding: 0rem 2rem;
}
.con-outer
{
    padding:1rem;
}
.contact-box
{
    margin:1rem;
}
.con-side-box
{
    display:none;
}
.form-side h1
{
    font-size:20px;
}
.con-info i
{
    font-size:28px;
}
.con-info p
{
    font-size:13px !important;
}
.con-info
{
    border-bottom: 1px solid lightgray;
margin: 0rem 1rem 1rem 1rem;

}
.outer-form
{
    margin:0rem;
    padding:1rem;
}
.company-content-box p
{
    font-size:13px;
    line-height:26px;
    text-align:justify;
    padding-right:0rem;
    
}
.single-team
{
    margin-bottom:1rem;
}
.chat-popup {
 width:70%;   
}
}