html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Lato-Regular";
  src: url("../fonts/Lato-Regular.ttf");
}
@font-face {
  font-family: "Lato-Bold";
  src: url("../fonts/Lato-Bold.ttf");
}
@font-face {
  font-family: "Lato-Thin";
  src: url("../fonts/Lato-Thin.ttf");
}
a[href^=tel] {
  text-decoration: inherit !important;
  color: inherit !important;
}

button,
a {
  outline: none;
  box-shadow: none;
  transition: all 0.5s;
  text-decoration: none;
}

a {
  color: #000;
}

ul,
ol {
  list-style: none;
}

a {
  outline: none;
  box-shadow: none;
  color: #1D2547;
  transition: all 0.5s;
}

.clearfix {
  clear: all;
}

a:hover {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

.btn:hover {
  background-color: #1D2547;
  color: #fff !important;
}

h1 {
  font-size: 50px;
}

.d-xs-block {
  display: none;
}

.d-xs-none {
  display: block;
}

section {
  overflow: hidden;
}

body {
  font-size: 14px;
  background: #F2F2F2;
  font-weight: 500;
  font-family: "Lato-Regular" !important;
}

.btn-primary {
  color: #fff;
  background: #1D2547;
  border-radius: 0 !important;
  outline: none;
  border: none;
  font-size: 18px;
  padding: 10px 40px;
  border-radius: 15px !important;
}

.btn-secondary {
  color: #1D2547;
  background: #809DAF;
  border-radius: 0 !important;
  outline: none;
  border: none;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 40px;
}

.lang {
  font-family: "Lato-Regular" !important;
  font-weight: bold !important;
}

/****************Header-maninBanner*****************/
header {
  width: 100%;
  padding: 0;
  z-index: 1000;
}
header header .logo img {
  max-width: 155px;
  width: 100%;
}

.topHeader {
  background-color: #1D2547;
  color: #FFFFFF;
  height: 48px;
  display: flex;
  align-items: center;
}
.topHeader ul {
  margin-bottom: 0 !important;
}
.topHeader .social {
  justify-content: end;
}
.topHeader .social li {
  margin-right: 10px;
  font-size: 20px;
}
.topHeader .social a {
  color: #fff !important;
}
.topHeader .info {
  justify-content: start;
  align-items: center;
  height: 100%;
  padding: 0 !important;
}
.topHeader .info li {
  margin-right: 20px;
}
.topHeader .info svg:not(:root).svg-inline--fa {
  margin-right: 5px;
}

.centerHeader .bg-light {
  background-color: #f2f2f2 !important;
}
.centerHeader .nav-link {
  font-size: 20px;
  color: #809DAF;
  padding: 0 15px !important;
  font-weight: 600;
  transition: all 0.3s;
}
.centerHeader .nav-link:hover {
  color: #1D2547;
}
.centerHeader img.logo {
  height: 85px;
}

.navbar-expand-lg .navbar-nav {
  align-items: center;
}

a.nav-link.active {
  color: #1D2547 !important;
  align-items: center;
  display: flex;
  position: relative;
}
a.nav-link.active:after {
  content: " ";
  position: absolute;
  height: 2px;
  width: 68%;
  bottom: -3px;
  background-color: #E6AF79;
}

.heightCenter {
  display: flex;
  height: 100vh;
  align-items: center;
  position: absolute;
  top: -100px;
  width: 100%;
}

.main-banner {
  position: relative;
  z-index: 1;
  height: 80vh;
  background-size: cover;
}

.main-banner img {
  min-width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-height: 360px;
  height: 100vh;
}

.main-banner .banner-text {
  max-width: 100%;
  color: #fff;
  text-align: center;
  z-index: 2;
}

.main-banner .banner-text h1 {
  line-height: 60px;
  color: #FFFFFF;
  font-size: 54px;
  font-family: "Lato-Bold" !important;
  margin-bottom: 50px;
  text-transform: capitalize;
}

.secondaryPage.main-banner .banner-text h1 {
  font-size: 40px;
}

.main-banner .bg {
  position: absolute;
  background-color: #1D2547;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 1;
}

.main-banner form {
  width: 60%;
  margin: 0 auto;
  text-align: left;
}
.main-banner form input, .main-banner form .form-select {
  color: #809DAF;
  padding: 10px;
  border-radius: 15px;
  border: none !important;
}
.main-banner form input::-moz-placeholder, .main-banner form .form-select::-moz-placeholder {
  color: #809DAF;
}
.main-banner form input:-ms-input-placeholder, .main-banner form .form-select:-ms-input-placeholder {
  color: #809DAF;
}
.main-banner form input::placeholder, .main-banner form .form-select::placeholder {
  color: #809DAF;
}
.main-banner form .form-control:focus {
  box-shadow: none !important;
}
.main-banner form .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  background-color: #FFFFFF;
  color: #809DAF;
  border: none !important;
  border-radius: 0 15px 15px 0;
}

/****************advantage*****************/
#advantage {
  position: relative;
  top: -100px;
  width: 100%;
  z-index: 2;
}
#advantage img {
  height: 64px;
  width: 64px;
  text-align: center;
  margin-bottom: 20px;
}
#advantage .card {
  border: none;
  padding: 30px;
  box-shadow: 0 15px 20px 0 rgba(127, 127, 130, 0.07);
  text-align: center;
  border-radius: 25px !important;
}
#advantage p {
  color: #809DAF;
  text-transform: lowercase;
  font-size: 22px;
  line-height: 24px;
}

/****************who we are*****************/
#aboutus {
  position: relative;
  padding-bottom: 80px;
}
#aboutus img {
  border-radius: 25px;
}
#aboutus .textRight h5 {
  color: #1D2547;
  font-size: 35px;
  font-weight: bold;
}
#aboutus .textRight h2 {
  color: #809DAF;
  font-size: 28px;
  font-weight: 500;
  text-transform: capitalize;
}
#aboutus .textRight h2 span {
  color: #E6AF79;
}
#aboutus .textRight p {
  color: #7A7A7A;
  font-size: 18px;
}
#aboutus .numbers {
  margin-right: 30px;
  margin-top: 20px;
}
#aboutus .numbers h1 {
  font-size: 35px;
  font-weight: 600;
  color: #577E90;
}
#aboutus .numbers p {
  font-size: 22px;
  color: #1e1e1e;
  text-align: center;
  line-height: 24px;
}
#aboutus .bgFly {
  background: url("../img/plan.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: -20px;
  bottom: -20px;
  height: 81%;
  width: 20%;
}

#topDestenation img {
  border-radius: 25px;
  margin-bottom: 15px;
    height: 350px;
    object-fit: cover;
}
#topDestenation li {
  color: #FA8F21;
}
#topDestenation p {
  font-size: 18px;
  color: #7A7A7A;
}
#topDestenation a {
  color: #1D2547;
  text-transform: uppercase;
  font-weight: bold;
}
#topDestenation h5 {
  color: #1D2547;
  font-size: 24px;
  font-weight: 600;
}
#topDestenation h1 {
  font-size: 35px;
  color: #1D2547;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
#topDestenation .owl-carousel .owl-dots.disabled {
  display: block;
}
#topDestenation .owl-theme .owl-dots .owl-dot span {
  background: #809DAF;
}
#topDestenation button.owl-dot.active span {
  background: #1D2547 !important;
}
#topDestenation .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px;
}

/****************Program*************/
#program {
  position: relative;
  margin: 80px 0 0;
}
#program img {
  width: 100%;
  height: 100%;
}
#program .bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(97, 97, 97, 0.75);
  z-index: 1;
}
#program .text {
  position: absolute;
  top: 0;
  text-align: center;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #fff;
}
#program .text p {
  width: 50%;
  margin: 30px auto;
  color: #fff;
  font-size: 18px;
}
#program .text h1 {
  font-size: 46px;
  text-transform: capitalize;
  font-weight: bold;
}

/**************** NextDestination*************/
#nextDestinations {
  background-color: #FFFFFF;
  padding: 80px 0;
}
#nextDestinations h1 {
  font-size: 35px;
  text-align: center;
  margin-bottom: 30px;
  color: #1D2547;
  font-weight: bold;
}
#nextDestinations img {
  width: 100%;
  border-radius: 25px;
   height: 320px;
    object-fit: cover;
}
#nextDestinations .dest {
  position: relative;
  margin-bottom: 30px;
}
#nextDestinations .dest .bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 37, 71, 0.4);
  z-index: 1;
  border-radius: 25px;
}
#nextDestinations .normalText {
  position: absolute;
  bottom: 20px;
  color: #fff;
  padding: 20px;
  z-index: 2;
  transition: ease-in 1.3s;
}
#nextDestinations .normalText h4 {
  font-size: 30px;
  font-weight: bold;
}
#nextDestinations .hoverText {
  position: absolute;
  bottom: 50%;
  text-align: center;
  color: #fff;
  z-index: 2;
  display: flex;
  justify-content: center;
  transition: ease-in 1.3s;
  width: 100%;
}
#nextDestinations .hoverText a {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
#nextDestinations .hoverText h4 {
  font-size: 30px;
  font-weight: bold;
}
#nextDestinations .show {
  display: none;
}
#nextDestinations .dest:hover .normalText {
  display: none;
  transition: ease-in 1.3s;
}
#nextDestinations .dest:hover .show {
  display: block;
  transition: ease-in 1.3s;
}
#nextDestinations .dest:hover {
  border-bottom: 10px solid #1D2547;
  border-radius: 38px;
  transition: all 0.3s;
}

/**************** News*************/
#news {
  padding: 80px 0 0 0;
}
#news h1 {
  font-size: 35px;
  color: #1D2547;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
#news .new {
  background-color: #fff;
  border-radius: 25px;
  margin-bottom: 30px;
  /*height: 67vh;*/
}

#news .new img {
  border-radius: 25px 25px 0 0;
  width: 100%;
   height: 350px;
    object-fit: cover;
}
#news .new h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1D2547;
}
#news .new .date {
  color: #E6AF79;
  margin-bottom: 10px;
  font-size: 20px;
}
#news .new p {
  font-size: 18px;
  color: #809DAF;
}
#news .new a {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
#news .btn-primary {
  text-align: center;
}
#news .latest:last-child {
  margin-bottom: 0 !important;
}
#news .owl-theme .owl-dots .owl-dot span {
  margin: 5px;
  border-radius: 5px !important;
}
#news .item.active {
  border-top: 4px solid #1D2547;
  border-radius: 25px;
}
#news .owl-theme .owl-dots .owl-dot span {
  height: 5px;
  width: 20px;
  border-radius: 5px !important;
  border-radius: 0 !important;
}
#news .owl-theme .owl-dots .owl-dot.active span {
  height: 5px;
  width: 55px;
  border-radius: 5px !important;
  border-radius: 0 !important;
  background-color: #1D2547;
}
#news .owl-theme .owl-dots .owl-dot span {
  border-radius: 5px !important;
}

/**************** activity*************/
#activity {
  padding: 80px 0;
  position: relative;
}
#activity h1 {
  font-size: 35px;
  color: #1D2547;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
#activity .bg {
  background-image: url("../img/activityBG.png");
  width: 100%;
  height: 70%;
  bottom: 0;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
#activity .active {
  background-color: #fff;
  border-radius: 25px;
  margin-bottom: 30px;


}
#activity .active img {
  border-radius: 25px;
  width: 100%;
  height: 240px;
}
#activity .active .date {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: center;
  background-color: #fa8f21;
  color: #FFFFFF;
  border-bottom: 9px solid rgba(242, 234, 227, 0.36);
  padding: 3px 8px;
}
#activity .active h3 {
  width: 70%;
  font-size: 22px;
  font-weight: bold;
}
#activity .active p {
  font-size: 16px;
  color: #7A7A7A;
      height: 48px;
    overflow: hidden;
}
#activity .active a {
  font-size: 16px;
  color: #1D2547;
  text-transform: uppercase;
  font-weight: bold;
}
#activity .active a:hover {
  color: #1D2547;
}
#activity .active a.category {
  background-color: #1D2547;
  color: #FFFFFF;
  border-radius: 25px;
  padding: 10px 30px;
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: lowercase;
}
#activity .small img {
  width: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
}
#activity .small h3 {
  width: 100%;
}
#activity .imgPos {
  position: relative;
}

.footer {
  color: #FBFBFC;
  background: #1D2547;
}
.footer .callBtn {
  float: right;
}
.footer .callBtn button {
  padding: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 30px;
  background-color: #1D2547;
  border: none;
  color: #fff;
  font-size: 20px;
}
.footer .logo {
  text-align: left;
}
.footer .links ul {
  justify-content: start;
}
.footer .links li {
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 10px;
  height: 40px;
  width: 40px;
  line-height: 30px;
  text-align: center;
}
.footer .links i {
  font-size: 30px !important;
}

.footer-body {
  padding: 80px 0 0;
}

.footer.has-style1 .footer-head .to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -2rem;
  transform: translateX(-50%);
  left: 50%;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  border: solid 5px #fff;
  background: #809DAF;
  z-index: 9;
  opacity: 1 !important;
  cursor: pointer;
}

.footer.has-style1 .footer-head .to-top:hover {
  background: #809DAF !important;
  opacity: 1;
}

.footer.has-style1 .footer-head .to-top ion-icon {
  color: #ffff;
}

.footer.has-style2 .footer-head {
  position: relative;
  background: #0E132C;
}

.footer.has-style2 .footer-head .to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -2rem;
  transform: translateX(-50%);
  left: 50%;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  border: solid 5px #fff;
  background: #809DAF;
  z-index: 9;
  opacity: 1 !important;
  cursor: pointer;
}

.footer.has-style2 .footer-head .to-top:hover {
  background: #809DAF !important;
  opacity: 1;
}

.footer .copyright {
  padding: 30px;
  padding: 20px;
  background-color: #050916;
  margin-bottom: 0 !important;
}

.text-copyright {
  display: flex;
  justify-content: space-between;
}

.footer .copyright p {
  font-size: 18px;
  margin-bottom: 0 !important;
  color: #fff;
}
.footer .copyright p a {
  color: #fa8f21;
}

.footer-desc p {
  margin-top: 30px !important;
  font-size: 18px;
  font-weight: 500;
  color: #FBFBFC !important;
}

.footer h6 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 30px;
}

.footer ul {
  padding: 0 !important;
}
.footer ul li {
  padding: 5px 0;
}
.footer ul a {
  color: #FBFBFC !important;
  font-size: 18px;
}
.footer ul i {
  width: 50px;
  height: 50px;
  font-size: 40px;
}

.footerContactBox {
  margin: 10px 24px;
}
.footerContactBox p {
  margin-bottom: 0 !important;
  color: #D9D9D9 !important;
  font-size: 18px;
}
.footerContactBox h6 {
  margin-bottom: 0 !important;
  font-weight: 500 !important;
  font-size: 24px;
  margin-bottom: 10px !important;
}

.footerContact {
  align-items: center;
}
.footerContact svg:not(:root).svg-inline--fa {
  font-size: 36px !important;
  margin-bottom: 20px;
}

/******************innerPages*****************/
.innerPages {
  height: 100%;
}
.innerPages img {
  height: 360px;
}
.innerPages .bg {
  height: 360px;
}
.innerPages .heightCenter {
  height: 100%;
  top: 0;
}

.innerAbout {
  margin-top: 80px;
}

/****************Groups*****************/
#groups {
  padding: 80px 0;
  background-color: #FFFFFF;
}
#groups img {
  height: 64px;
  margin-bottom: 20px;
}
#groups h3 {
  color: #1D2547;
  font-weight: bold;
}
#groups p {
  color: #809DAF;
  font-size: 18px;
  font-weight: 400;
}

/***************testimonia***********************/
#testimonia {
  margin: 70px 0;
}
#testimonia h5 {
  color: #1D2547;
  font-size: 35px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
#testimonia .opnion {
  text-align: left;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 25px;
}
#testimonia .opnion img {
  height: 40px;
  width: 40px;
  margin-right: 15px;
}
#testimonia .opnion h1 {
  font-size: 18px;
  text-align: right;
  margin-bottom: 0 !important;
}
#testimonia .opnion span {
  font-size: 18px;
  color: #7F7F82;
}
#testimonia .opnion p {
  color: #809DAF;
  font-size: 18px;
}
#testimonia .owl-theme .owl-dots .owl-dot span {
  margin: 5px;
  border-radius: 5px !important;
}
#testimonia .item.active {
  border-top: 4px solid #1D2547;
  border-radius: 25px;
}
#testimonia .owl-theme .owl-dots .owl-dot span {
  height: 5px;
  width: 20px;
  border-radius: 5px !important;
  border-radius: 0 !important;
}
#testimonia .owl-theme .owl-dots .owl-dot.active span {
  height: 5px;
  width: 55px;
  border-radius: 5px !important;
  border-radius: 0 !important;
  background-color: #1D2547;
}
#testimonia .owl-theme .owl-dots .owl-dot span {
  border-radius: 5px !important;
}

/*********************Program**************/
#programs {
  padding: 80px 0;
}
#programs h1 {
  font-size: 35px;
  color: #1D2547;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
#programs .prog {
  background-color: #FFFFFF;
  border-radius: 25px;
  margin-bottom: 30px;
}
#programs img {
  border-radius: 25px;
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#programs .date {
  color: #E6AF79;
}
#programs h3 {
  color: #1D2547;
  font-size: 22px;
  font-weight: bold;
}
#programs p {
  color: #809DAF;
  color: 18px;
}

/*******************Program Deatils***********/
#programDeatils {
  padding: 80px 0;
}
#programDeatils h5 {
  font-size: 30px;
  color: #1D2547;
  margin: 30px 0 20px 0;
}
#programDeatils img {
  border-radius: 25px;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
#programDeatils .date {
  color: #E6AF79;
  font-size: 18px;
}
#programDeatils .category {
  background-color: #fff;
  padding: 20px;
  border-radius: 25px;
}
#programDeatils .category h1 {
  color: #1D2547;
  font-size: 30px;
  padding-bottom: 30x;
}
#programDeatils .category a {
  font-size: 18px;
}
#programDeatils .category li {
  margin-bottom: 20px;
}
#programDeatils ul {
  list-style-type: disclosure-closed !important;
  color: #809DAF;
}
#programDeatils ul li {
  color: #809DAF;
}
#programDeatils p {
  color: #1D2547;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: bold;
}
#programDeatils h4 {
  font-size: 20px;
}
#programDeatils svg.svg-inline--fa.fa-star.fa-w-18 {
  color: #FA8F21;
}
#programDeatils h3 {
  color: #1D2547;
  font-size: 30px;
  font-weight: bold;
}
#programDeatils a.btn.btn-primary {
  margin-bottom: 30px;
}

.programPlan {
  border-top: 1px solid #D9D9D9;
}
.programPlan h4 {
  margin: 20px 0 30px 0;
  font-size: 30px !important;
  color: #1D2547;
  text-transform: capitalize;
  font-weight: bold;
}
.programPlan img {
  width: 50% !important;
}
.programPlan .days {
  background-color: #FFFFFF;
  border-radius: 25px;
  margin-bottom: 30px;
}
.programPlan .days img {
  width: 350px !important;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.programPlan .description {
  padding: 20px;
  width:100%
}
.programPlan .description p {
  font-size: 18px !important;
  color: #809DAF !important;
  font-weight: 400 !important;
}
.programPlan .description h1 {
  color: #FFFFFF;
  font-size: 22px;
  background-color: #E6AF79;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 10px;
  border-radius: 25px;
  transition: all 0.3s;
}
.programPlan .description h1:hover {
  color: #1D2547;
}
.programPlan .nights {
  color: #E6AF79;
  font-size: 16px;
}
.programPlan .location {
  color: #1D2547;
  font-size: 18px;
}
.programPlan .modal-title {
  font-weight: bold;
}

#recommended {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 25px;
}
#recommended h3 {
  font-size: 20px;
}
#recommended .date {
  font-size: 18px;
}
#recommended p {
  font-size: 16px;
}
#recommended a.btn.btn-primary {
  margin-bottom: 20px;
}

/**************News Details***********/
#newsDetails {
  margin: 80px 0 0;
}
#newsDetails h3 {
  font-weight: bold;
}
#newsDetails .new {
  border-radius: 25px;
  margin-bottom: 30px;
}
#newsDetails .new img {
  border-radius: 25px;
  width: 100%;
}
#newsDetails .new h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1D2547;
  font-weight: bold;
}
#newsDetails .new .date {
  color: #E6AF79;
  margin-bottom: 10px;
  font-size: 20px;
}
#newsDetails .new p {
  font-size: 18px;
  color: #809DAF;
}
#newsDetails .new a {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
#newsDetails .latest {
  background-color: #fff !important;
}
#newsDetails .latest img {
  height: 200px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

/*********************Activity**************/
/************************Blog******************/
.is-sm.section-blog2 {
  margin: 80px 0;
}

.categoryBox {
  background: #ffffff;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 30px;
}

ul.categoryList {
  padding: 0;
}

.categoryBox h6 {
  font-size: 26px !important;
  margin-bottom: 20px;
  color: #1D2547;
  font-weight: bold;
}

.categoryList a {
  color: #1D2547;
  font-size: 18px;
}

.categoryList a:hover {
  color: #1D2547;
}

.categoryList li {
  margin: 15px 0;
}

.categoryList .flex,
.comments .flex {
  flex-wrap: inherit !important;
}

.categoryList img {
  height: 80px;
  margin-right: 15px;
  width: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}

.resentPost {
  margin-right: 20px;
}
.resentPost h5 {
  color: #1D2547;
  font-size: 22px;
}
.resentPost p {
  font-size: 18px;
  color: #7A7A7A;
}

.resentPost h3 {
  font-size: 18px;
  margin: 0 0 10px;
  color: #1D2547;
}

.resentPost span {
  color: #a2a6ad;
}

.comments img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #fffcf5;
}

.tag-item {
  background-color: #1D2547;
  color: #fff;
  border-radius: 25px;
  padding: 10px;
}

.commentSec h6 {
  font-size: 24px;
  color: #1D2547;
  font-weight: bold;
}

textarea:focus-visible {
  outline: none !important;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: stretch;
}

.tags li {
  margin-right: 15px;
}

.tags li a {
  background-color: #eee;
  border-radius: 40px;
  padding: 5px 15px;
  color: #828282;
}

.section-blog2 .card-blog {
  margin: 0 0 30px;
  border-radius: 25px;
  background: #ffffff;
  overflow: hidden;
  transition: 0.2s cubic-bezier(0, 0, 0.41, 1.87);
}

.section-blog2 .card-blog .card-blog-wrap {
  padding: 2rem;
}

.section-blog2 .card-blog .img-blog {
  transition: 1s;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}

.section-blog2 .card-blog .title-blog {
  font-size: 24px;
  margin-bottom: 1rem;
  transition: 0.2s;
  overflow: hidden;
  font-weight: bold;
}

.section-blog2 .card-blog .meta-blog {
  display: flex;
  align-items: center;
}

.section-blog2 .card-blog .meta-blog .author {
  font-size: 0.9rem;
  margin-right: 1rem;
}

.section-blog2 .card-blog .meta-blog .author a {
  color: #1D2547;
  font-weight: bold;
}

.section-blog2 .card-blog .meta-blog .date {
  color: #a2a6ad;
  font-size: 0.8rem;
}

.section-blog2 .card-blog:hover {
  transform: translateY(0.5rem);
}

.section-blog2 .card-blog:hover .img-blog {
  filter: blur(0.1rem);
  opacity: 0.9;
}

.section-blog2 .card-blog:hover .title-blog {
  color: #1D2547;
}

p.desc-blog {
  margin: 20px 0;
  font-size: 18px;
  color: #7A7A7A;
}

.section-blog2 .load-more {
  margin-bottom: 3rem;
}

.section-blog2 .load-more a {
  padding: 1rem 2rem;
  transition: 0.25s;
  color: #1D2547;
  font-weight: bold;
  background: #FFFFFF;
  font-size: 18px;
}

.section-blog2 .load-more span:hover {
  background: #809DAF;
  box-shadow: none;
}

.section-blog2 .img-post {
  border-radius: 10px;
  position: relative;
  z-index: -1;
  width: 100%;
}

.section-blog2 .content-post {
  overflow: hidden;
  padding: 4rem;
  margin: -8rem 4rem 0;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 15px 29px -4px #3f49621f;
  position: relative;
  z-index: 1;
}

h3.coments-wrap-title {
  color: #1D2547;
  font-size: 24px;
  font-weight: bold;
}

.coments-wrap {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 25px;
}
.coments-wrap input, .coments-wrap textarea {
  background-color: #f2f2f2;
  padding: 10px !important;
  border: none;
}
.coments-wrap label {
  font-size: 18px;
  color: #1D2547;
  margin-bottom: 10px;
}

/*****************ContactUS**************/
#contactUs {
  padding: 80px 0;
  background-color: #f2f2f2;
}
#contactUs .contact-box {
  padding: 0 !important;
  align-items: center;
  margin-bottom: 15px;
}
#contactUs .contact-box .contact-item h6 {
  color: #1D2547;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
#contactUs .contact-box .contact-item p {
  color: #7A7A7A;
  font-size: 16px;
  margin-bottom: 0 !important;
}
#contactUs .contact-box .contact-icon {
  border-radius: 50%;
  background: #FFF;
  margin: 0px 10px 0px 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #1D2547;
}
#contactUs .gmap_canvas {
  margin-bottom: 30px;
  margin-top: 30px;
}
#contactUs form input,
#contactUs form textarea {
  border: 0 !important;
  padding: 15px !important;
  border-radius: 25px !important;
}
#contactUs input,
#contactUs textarea {
  border: 0 !important;
  padding: 15px !important;
  border-radius: 0 !important;
  background-color: #fff;
}
#contactUs input::-moz-placeholder, #contactUs textarea::-moz-placeholder {
  color: #B3B3B3;
}
#contactUs input:-ms-input-placeholder, #contactUs textarea:-ms-input-placeholder {
  color: #B3B3B3;
}
#contactUs input::placeholder, #contactUs textarea::placeholder {
  color: #B3B3B3;
}

/*******************Media****************/
@media screen and (max-width: 1200px) {
  #aboutus img {
    height: 76vh;
  }

  #activity .active img {
    height: 268px;
  }

  .centerHeader .nav-link {
    font-size: 18px;
    color: #809DAF;
    padding: 0 8px !important;
  }
}
@media screen and (max-width: 991px) {
  #aboutus img {
    height: 100%;
    margin-bottom: 30px;
  }

  .textRight {
    margin-top: 30px;
  }

  .centerHeader .nav-link {
    padding: 15px !important;
  }

  #aboutus .textRight h2 {
    font-size: 20px;
  }

  #aboutus .textRight p {
    font-size: 16px;
  }

  header .topHeader .d-flex {
    padding: 0 !important;
    justify-content: center;
  }

  header .topHeader .info li {
    margin-right: 1rem;
  }

  .navbar-expand-lg .navbar-nav {
    height: 100%;
    text-align: left;
    align-items: initial;
    margin: 20px;
  }

  .centerHeader .bg-light {
    background: #fff !important;
    padding: 15px !important;
  }

  .main-banner .banner-text p {
    width: 100%;
  }

  .main-banner .banner-text h1 {
    font-size: 30px;
    line-height: 40px;
  }

  #aboutus.innerPages {
    margin: 40px 0 !important;
  }

  a.navbar-brand.d-none {
    display: block !important;
  }

  a.navbar-brand.d-block {
    display: none !important;
  }

  header .topHeader .info li {
    padding: 5px 0;
    font-size: 14px;
    color: #FFFFFF !important;
  }

  .centerHeader .nav-link {
    padding: 15px !important;
  }

  .topHeader {
    height: 75px;
  }

  #advantage {
    position: initial;
    margin: 30px 0;
  }

  .main-banner form {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }

  .heightCenter {
    height: 80vh;
  }

  .main-banner {
    height: 65vh;
  }

  #aboutus {
    padding-bottom: 30px;
  }

  #topDestenation h1, #nextDestinations h1, #news h1, #activity h1 {
    font-size: 30px;
  }

  #program {
    margin: 30px 0 0;
  }

  #program img {
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  #program .text p {
    width: 100%;
  }

  #program .text h1 {
    font-size: 35px;
  }

  #program .text {
    padding: 0 20px;
  }

  #nextDestinations {
    padding: 30px 0;
  }

  #nextDestinations .normalText h4, #nextDestinations .hoverText h4, #aboutus .textRight h5, #testimonia h5 {
    font-size: 30px;
  }

  #nextDestinations .hoverText a {
    font-size: 20px;
  }

  #news {
    padding: 30px 0;
  }

  .active.d-flex.small {
    display: block !important;
  }

  #groups {
    padding: 30px 0;
  }

  #testimonia {
    margin: 30px 0;
  }

  .text-copyright {
    display: block;
    text-align: center;
  }

  .footer .copyright {
    padding: 10px;
  }

  .is-sm.section-blog2 {
    margin: 40px 0;
  }

  section#main-banner.innerPages {
    height: 45vh;
  }

  .innerAbout, #newsDetails {
    margin-top: 40px;
  }

  #programs, #activity {
    padding: 40px 0;
  }

  #news.mb-5 {
    margin: 0 !important;
  }

  #contactUs {
    padding: 40px 0;
  }

  a.nav-link.active:after {
    display: none;
  }

  .programPlan .days .d-flex {
    display: block !important;
    align-items: center;
  }

  .programPlan .description h1 {
    width: 45%;
  }

  #programDeatils {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  header .topHeader .d-flex {
    padding: 0 !important;
    justify-content: center;
  }

  header .topHeader .info li {
    margin-right: 1rem;
  }

  .navbar-expand-lg .navbar-nav {
    height: 100%;
    text-align: left;
    align-items: initial;
    margin: 20px;
  }

  .centerHeader .nav-link {
    padding: 15px !important;
  }

  .centerHeader .bg-light {
    background: #fff !important;
    padding: 0 10px !important;
  }

  .main-banner .banner-text p {
    width: 100%;
  }

  .main-banner .banner-text h1 {
    font-size: 30px;
    line-height: 40px;
  }

  a.navbar-brand.d-none {
    display: block !important;
  }

  a.navbar-brand.d-block {
    display: none !important;
  }

  header .topHeader .info li {
    padding: 5px 0;
    font-size: 14px;
  }

  .owl-dots {
    position: absolute;
    bottom: 55px;
    margin: 0 auto;
    width: 100%;
  }

  .owl-theme .owl-dots .owl-dot.active span {
    background: #809DAF;
  }

  .footer h6 {
    margin-bottom: 15px;
  }

  .footer-body {
    padding: 50px 0 0;
  }

  .footerContact svg:not(:root).svg-inline--fa {
    font-size: 36px !important;
    margin-bottom: 10px;
  }

  .footerContact {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */