* {
  padding: 0;
  margin: 0;
}

:root {
  --primary-font: 'Comfortaa', sans-serif;
  --text-primary: #163053;
  --bg-primary: #163053;
  --text-secondary: #FFAC0E;
  --bg-secondary: #FFAC0E;
  --text-tertiary: #071425;
  --bg-tertiary: #071425;
  --text-white: #fff;
  --bg-white: #fff;
}

.bg-light-sect {
  background-color: #F6F6F6;
}

.bg-dark-sect {
  background-color: var(--bg-primary) !important;
}

.with-mw {
  margin: auto;
  max-width: 920px;
}

.right {
  text-align: end;
}


/* ::selection {
  background-color: #000;
  color: #fff;
} */

body {
  font-family: var(--primary-font);
  overflow-x: hidden;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 1s;
}

a:hover {
  transition: all 1s;
}

/*------------------------------------------------------*/
/* Header css starts here  
/*------------------------------------------------------*/
.header {
	z-index: 999;
	transition: background-color .5s;
	padding-top: 5px;
}

.header-fixed {
  background-color: var(--bg-primary);
  border-bottom: 1px solid #fff3;
}

.header.header-fixed .logo .dark-image{
  display: block;
}

.header.header-fixed .logo img:not(.dark-image){
  display: none;
}

.header:not(.header-fixed) .logo .dark-image{
  display: none;
}

.header:not(.header-fixed) .logo img:not(.dark-image){
  display: block;
}

/* mobile staller nav styling  */
.stellarnav .menu-toggle {
  padding: 0;
}

.stellarnav.mobile ul {
  background-color: var(--bg-primary);
  border-left: 1px solid #fff3;
}

.stellarnav .icon-close::after,
.stellarnav .icon-close::before {
  border-bottom: solid 3px var(--bg-white);
}

.stellarnav.mobile>ul>li a {
  font-size: 14px;
}

.stellarnav.mobile>ul>li a:hover {
  background-color: var(--bg-secondary);
}

.stellarnav.mobile>ul>li a::before {
  display: none;
}

.stellarnav .menu-toggle span.bars span {
  background: var(--bg-white);
}

/* mobile staller nav ends  */

.stellarnav ul {
  text-align: right;
}

.stellarnav>ul>li>a {
  padding: 0;
  position: relative;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
  color: var(--text-white);
}

.stellarnav>ul>li>a::before {
  width: 16px;
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translate(-100%, -50%);
  height: 2px;
  background-color: var(--bg-secondary);
  content: '';
  display: block;
  margin-right: 5px;
  transition: all 0.5s;
  border-radius: 1px;
  opacity: 0;
}

.stellarnav a.dd-toggle .icon-plus::after,
.stellarnav a.dd-toggle .icon-plus::before {
  border-bottom: solid 3px #fff;
}

.stellarnav.desktop ul ul {
  background-color: #fff;
  max-width: 220px;
  width: max-content;
  margin-top: 7px;
  border: 1px solid #0004;
}

.stellarnav.mobile ul ul {
  max-width: initial;
}

.stellarnav.desktop li .sub-menu a {
  font-size: 16px;
  font-weight: 400;
  color: #071425;
  padding: 8px 14px;
  transition: all 0.3s;
  text-transform: uppercase;
}

.stellarnav.desktop li .sub-menu a:hover {
  background-color: #FFAC0E;
  color: #fff;
  transition: all 0.3s;
}

.stellarnav.mobile li .sub-menu a {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  margin-left: 20px;
}

.stellarnav>ul>li.current-menu-item>a::before,
.stellarnav>ul>li.current_page_item>a::before,
.stellarnav>ul>li>a:hover::before {
  transition: all 0.5s;
  opacity: 1;
}

.stellarnav:not(.mobile)>ul>li:not(:nth-last-of-type(1)) {
  margin-right: 24px;
}

/*------------------------------------------------------*/
/* Banner css starts here  
/*------------------------------------------------------*/
.banner::before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #0006;
	content: '';
	z-index: 0;
}

.banner {
  background-color: var(--bg-primary);
  border-radius: 0 0 25px 25px;
}

.banner>img {
  border-radius: 0 0 25px 25px;
}

.banner-text {
  margin-top: 175px;
}

.banner-text h1 {
  text-transform: uppercase;
  color: var(--text-secondary);
  font-weight: 700;
  font-size: 44px;
}

.banner-text p {
  margin-bottom: 18px;
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.banner-text span {
  font-size: 17px;
}

.banner-text span strong {
  color: var(--text-secondary);
  font-weight: 600;
}

.banner-text .form .search-form {
  width: 424px;
  height: 44px;
  border-radius: 22px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  color: var(--text-tertiary);
  margin-bottom: 15px;
  font-size: 16px;
  background-color: var(--bg-white);
  padding: 0 20px;
}

.banner-text .form .search-form button {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.banner-text .form .search-form input:focus-visible,
.banner-text .form .search-form input:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

.banner-text .form .search-form input {
  flex: 1 0 auto;
  border: none;
}

.banner-text .form .search-form input::placeholder,
.form-control::placeholder {
  color: var(--text-tertiary);
  opacity: 0.3;
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
}

/*---------------------------------------------------*/
/* blog content  
/*---------------------------------------------------*/

.blog-text li,
.blog-text p {
  color: rgba(0, 0, 0, 0.8);
  line-height: 25px;
  font-size: 18px;
  margin: 15px 0;
  font-weight: 400;
}

.blog-text ul>li,
.page-content ul>li {
  list-style-type: disc;
}

.page-content ol>li,
.blog-text ol>li {
  list-style-type: decimal;
}

.blog-text ul,
.blog-text ol {
  margin: 15px;
  padding-left: 10px;
}

.blog-text h1,
.blog-text h2,
.blog-text h3,
.blog-text h4,
.blog-text h5,
.blog-text h6 {
  color: var(--text-secondary);
}


.blog-text h1 {
  font-size: 38px;
  margin: 24px 0;
}

.blog-text h2 {
  font-size: 35px;
  font-weight: 600;
  margin: 24px 0;
}

.blog-text h3 {
  font-size: 30px;
  font-weight: 600;
  margin: 24px 0;
}

.blog-text h4 {
  font-size: 27px;
  margin: 24px 0;
}

.blog-text h5 {
  font-size: 24px;
  margin: 24px 0;
}

.blog-text h6 {
  font-size: 20px;
  margin: 24px 0;
}

.page-content a,
.blog-text a {
  font-style: italic;
  transition: all 0.3s;
  color: var(--text-secondary);
  border-bottom: 1px solid transparent;
}

.page-content a:hover,
.blog-text a:hover {
  transition: all 0.3s;
  border-bottom: 1px solid var(--text-secondary);
}

.blog-text img {
  margin: 24px 0;
  display: inline-block;
}

.page-content blockquote,
.blog-text blockquote {
  padding: 15px;
  text-align: justify;
  margin: 25px 0;
  border-right: 7px solid var(--text-secondary);
  border-left: 7px solid var(--text-secondary);
  background-color: #ffbe0088;
}

/*---------------------------------------------------*/
/* blog content End
/*---------------------------------------------------*/


/* page content css starts here  */
.page-content>ul li,
.page-content>ol li,
.page-content>p {
  margin: 20px 0;
  font-size: 18px;
  line-height: 27px;
  color: var(--text-tertiary);
}

.page-content strong,
.page-content>h1,
.page-content>h2,
.page-content>h3,
.page-content>h4,
.page-content>h5,
.page-content>h6 {
  color: var(--text-secondary);
}

.page-content>h1 {
  font-size: 34px;
  margin: 24px 0;
  font-weight: 600;
}

.page-content>h2 {
  font-size: 30px;
  margin: 14px 0;
  font-weight: 600;
}

.page-content>h3 {
  font-size: 26px;
  margin: 14px 0;
  font-weight: 600;
}

.page-content>h4 {
  font-size: 22px;
  margin: 14px 0;
  font-weight: 600;
}

.page-content>h5 {
  font-size: 20px;
  margin: 14px 0;
  font-weight: 600;
}

.page-content>h6 {
  font-size: 19px;
  margin: 14px 0;
  font-weight: 600;
}

/*------------------------------------------------------*/
/* page content css ends here  
/*------------------------------------------------------*/

/*------------------------------------------------------*/
/* Home about us css starts here  
/*------------------------------------------------------*/


.primary-heading {
  color: var(--bg-primary);
}

.primary-heading h3,
.primary-heading h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
}

.primary-heading p {
  font-size: 17px;
  line-height: 30px;
}



.form-check,
.form-check p {
  display: flex;
}

.about-side-box {
  height: 405px;
  max-width: 450px;
  margin: auto;
}

.view-all-btn a.btn-box {
  top: 70px;
  padding: 6px 22px;
}

a.btn-box,
.btn-box {
  background-color: var(--bg-secondary);
  color: var(--text-white);
  border-radius: 5px;
  padding: 11px 30px;
  display: inline-block;
  font-style: normal;
  transition: all 0.4s;
  font-size: 18px;
  border: 1px solid var(--bg-secondary);
  font-weight: 600;
}

.btn-box:hover {
  transition: all 0.4s;
  background-color: var(--bg-primary);
  color: var(--text-white);
  border: 1px solid #fff;
}

/* destination css starts here  */

.text-box {
  top: 50px;
  background-color: var(--bg-primary);
  border-radius: 0 5px 5px 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--text-white);
  padding: 11px 25px;
  min-width: 190px;
  transition: color 0.4s;
  text-align: center;
}

.destination-box {
  transition: all 0.4s;
  margin-bottom: 10px;
}

.destination-box:hover {
  box-shadow: 5px 5px 6px 0 rgba(22, 48, 83, 0.3);
  transition: all 0.4s;
}

.swiper .destination-box:hover .text-box {
  transition: color 0.4s;
  color: var(--text-secondary);
}

/*---------------------------------------------------------*/
/* swiper btn css  
/*---------------------------------------------------------*/

.swiper-button-next,
.swiper-button-prev {
  width: 38px;
  height: 31px;
  top: -66px;
  padding: 0;
  right: 0;
}

.swiper-button-prev {
  right: 50px;
  left: auto;
}


/* {
  content: '';
} */
.swiper-rtl .swiper-button-next::after,
.swiper-button-next::after {
  rotate: 180deg;
}

.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after,
.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  content: '';
  background-image: url(../images/left-arrow.png);
  background-repeat: no-repeat;
  display: block;
  background-position: center;
  background-size: auto;
  width: 38px;
  height: 100%;
  transform: translateY(0.5px);
}

/* latest posts section css  */
.latest-post-cover .swiper-button-next,
.latest-post-cover .swiper-button-prev {
  top: -30px;
}

.latest-post-box .text-box {
  background-color: transparent;
  color: var(--text-primary);
  line-height: 30px;
}

.swiper-slide .latest-post-box {
  transition: margin-top 0.5s;
}

.swiper-slide:hover .latest-post-box {
  margin-top: 0;
  transition: margin-top 0.5s;
}

.latest-post-box {
  margin-top: 20px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -50px;

}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid var(--text-tertiary);
  opacity: 1;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: none;
  background-color: var(--bg-secondary);
}

.guides-box .text-box p {
  font-weight: 400;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.guides-main .view-all-btn a.btn-box {
  top: 94px;
  padding: 6px 22px;
}

.guides-box .text-box {
  background-color: rgba(255, 255, 255, 0.14);
  border-radius: 0 0 0 0;
  transition: all 0.4s;
}

.guides-box:hover .text-box {
  background-color: var(--bg-secondary) !important;
  transition: all 0.4s;
}

.guides-cover .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  border: 1px solid var(--text-white);
}

/* blog section css starts here  */

.blog-media {
  flex: 1 0 auto;
}

.blogs-box {
  background-color: rgba(22, 48, 83, 0.1);
}

.blogs-box .text-box {
  transform: translateX(-15px);
  text-align: left;
  margin-left: -10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  padding: 9px 12px 12px 15px;
}

.blogs-box .text-box span.blog-heading {
  color: var(--text-secondary);
  font-weight: 700;
  display: block;
  font-size: 20px;
}

.blogs-box .text-box span.blog-title {
  color: var(--text-primary);
  font-weight: 600;
  line-height: 26px;
  display: inline-block;
  font-size: 18px;
  margin: 8px 0 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;

}

.blogs-box .text-box p {
  color: #828282;
  font-weight: 400;
  line-height: 19px;
  font-size: 16px;
  margin: 8px 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}


.blogs-box .text-box span.date {
  color: var(--text-primary);
  font-weight: 600;
  line-height: 19px;
  margin-top: 15px;
  font-size: 14px;
}


/* Footer starts here  */
.footer-form .form-control {
  height: 50px;
  margin-bottom: 20px;
}

.footer-links ul li a,
.footer-links>span {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 30px;
}

.guides-links ul li a {
  line-height: 40px;
}

.footer-links ul li a {
  color: var(--text-white);
  text-decoration: underline;
  text-decoration-color: transparent;
}

.footer-links ul li a:hover {
  color: var(--text-secondary);
  text-decoration: underline;
}

.social-media ul {
  align-items: center;
  justify-content: center;
  gap: 0;
}

.social-media ul li {
  transition: all 0.4s;
  background-color: var(--text-white) !important;
}

.social-media ul li a {
  width: 32px;
  height: 32px;
}

.social-media ul li a svg {
  transition: all 0.4s;
  fill: var(--bg-primary) !important;
}

.social-media ul li:hover {
  background-color: var(--bg-secondary) !important;
  transition: all 0.4s;
}

.social-media ul li:not(:nth-last-of-type(1)) {
  margin-right: 5px;
}

.copyright {
  margin-top: 20px;
}

.copyright p {
  font-size: 18px;
  font-weight: 600;
}

/* contact page css starts here  */
.form-label {
  font-size: 17px;
  color: var(--text-primary);
}

.footer .form-label {
  color: var(--text-white);
}

.contact-side-box {
  height: 377px;
  max-width: 450px;
  margin: auto;
}

input:focus,
.form-control:focus {
  box-shadow: none !important;
}

.contact-form .form-control {
  height: 60px;
  margin-bottom: 30px;
  border: 1px solid var(--bg-primary);
}

.contact-form textarea.form-control {
  height: 110px;
}

input[type='checkbox']:checked {
  border-color: #163053;
  background: #163053 url(../images/checked.png) no-repeat center center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type='checkbox'] {
  border: 2px solid #163053;
  flex: 0 0 22px;
  width: 22px;
  border-radius: 2px;
  margin-right: 25px;
  height: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-check label {
  font-size: 17px;
  display: flex;
}

.form-check a:hover {
  color: var(--text-primary);
}

.form-check a {
  color: var(--text-secondary);
  text-decoration: underline;
}

input.error {
  color: #f00 !important;
  border-color: #f00;
}

input.error::placeholder {
  color: #f00 !important;
}

label.error {
  display: none !important;
}

/* blog details page  */

/* blog detail starts here  */

.side-detail .blog-content span {
  margin: 0px 0 30px;
  display: block;
  opacity: 1;
}

.side-detail .blog-content span a {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.side-detail .blog-content {
  padding: 12px 12px 12px;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

.blog-box {
  border-radius: 15px;
  overflow: hidden;
}

.blog-box:hover .blog-content a,
.blog-box:hover .blog-content span a {
  color: var(--text-secondary);
}

.blog-media {
  overflow: hidden;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.blog-content {
  padding: 20px 16px 30px;
  border: 1px solid #AAAAAA;
  border-left: none;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  flex: 0 0 55%;
}

.blog-content p,
.blog-content span {
  color: var(--text-secondary);
  opacity: 0.8;
  font-size: 16px;
  font-weight: 400;
}

.blog-content h4 {
  margin: 22px 0 30px;
}

.blog-content span a {
  color: #000;
  line-height: 32px;
  opacity: 0.8;
  font-size: 20px;
  display: inline-block;
  font-weight: 700;
}

.blog-content p {
  color: #A1A1A1;
  opacity: 1;
}

.blog-content a .svg {
  fill: var(--text-secondary);
  margin-left: 7px;
}

.blog-content a {
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 400;
}

/* tabs styling  */
.contain-box {
  border-bottom: 3px solid var(--bg-primary);
  margin-bottom: 15px;
  background-color: rgba(22, 48, 83, 0.1);
}

.scrollBtns {
  margin-bottom: 34px;
  display: flex;
  justify-content: end;
}

.scrollBtns .btn-box {
  width: 38px;
  height: 31px;
  padding: 0;
  background-color: #163053;
  display: flex;
  border: none;
  align-items: center;
  justify-content: center;
  background-image: url('../images/left-arrow.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.scrollBtns .btn-box:hover {
  background-color: #FFAC0E;
}

.scrollBtns .btn-box:first-child {
  margin-right: 12px;
}

.scrollBtns .btn-box:last-child {
  rotate: 180deg;
}

/* .scroll_tab_inner{
  display: flex;
} */
.nav-tabs .nav-link {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: var(--text-primary);
  padding: 12px 18px;
  border-bottom: none;
  text-transform: capitalize;
  border-radius: 8px 8px 0 0;
  flex: 1 0 auto;
  text-align: center;
}

/* {
  border-color: transparent;
} */
.contain-box {
  overflow: hidden;
}

#nav-tab {
  flex-wrap: nowrap;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: var(--bg-primary);
  color: var(--text-white);
  border-bottom: none;
}

body:not(.inner-page) .page-content p {
  margin: 0;
}

.wpcf7 form.invalid .wpcf7-response-output {
  margin: 0 !important;
  margin-bottom: 10px !important;
}

.custom-pagination .page-numbers {
  padding: 6px 14px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  margin: 2px;
  background-color: #163053;
  border-radius: 5px;
}

.custom-pagination {
  display: flex;
  align-items: center;
}

.custom-pagination .page-numbers.current {
  background-color: #FFAC0E;
  color: #fff;
}

.side-detail {
  position: sticky;
  top: 0;
}

.side-detail .heading-sec span {
  color: rgba(0, 0, 0, 0.8);
  font-size: 34px;
  font-weight: 700;
}

.wpcf7-quiz-label {
  position: absolute;
  right: 25px;
  color: #000;
  top: 50%;
  transform: translateY(-50%);
}

.wpcf7-form-control-wrap label {
  width: 100%;
  position: relative;
}

.wpcf7-quiz-label+.form-control {
  margin-bottom: 0;
}

.contact-form .wpcf7-submit {
  height: 60px;
}

.page-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-content.page-content {
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

