@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  transition: 0.6s all linear;
}
                 
.fmt-dropdown-menu li{
	list-style: none;	
}

:root {
  --white-clr: #fff;
  --black-clr: #000;
  --primary-clr: #000;
  --bg-clr: #f6f4fe;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Figtree", sans-serif;
}

a {
  display: inline-block;
  transition: all 0.3s ease-in-out 0s;
}

a,
a:hover,
a:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

ul,
ol {
  /* padding: 0; */
  /* margin: 0; */
  /* list-style-type: none; */
}

button,
button:focus {
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}
/* .hero-section-floating-sections{
	position:relative;
} */
.hero-section-floating-icons{
	position:absolute;
	max-height: 90px;
    max-width: 90px;
    background: white;
    padding: 16px;
    border-radius: 100%;
	animation: float 3s ease-in-out infinite;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0px);
  }
}

.hero-section-floating-icons.first{
	right:5%;
}
.hero-section-floating-icons.second{
	right:30%;
	top:12%;
}
.hero-section-floating-icons.third{
	left:5%;
}
.hero-section-floating-icons.fourth{
	left:30%;
	top:12%;
}
.hero-section-floating-icons.fifth{
	left:23%;
	bottom: 0%;
}
.hero-section-floating-icons.sixth{
	right:47.5%;
	bottom: 0%;
}
.hero-section-floating-icons.seventh{
	right:23%;
	bottom:0%;
}


.navbar {
  padding: 12px 0;
  background-color: #fff;
}
.listing-blog-small{
	text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
	    color: #333639;
}

.offcanvas-title img,
.navbar-brand img {
  max-width: 290px;
	width: 100%;
	max-height: 60px;
  object-fit: contain;
  object-position: center;
}

.offcanvas {
  background-color: #f6f4fe;
}

.offcanvas-header {
  padding: 12px;
  padding-right: 42px;
}

.btn-close,
.navbar-toggler {
  border: none;
}

.btn-close:focus,
.navbar-toggler:focus {
  box-shadow: none;
}

.footer-bottom {
  padding: 24px 0;
  background-color: var(--primary-clr);
}

.footer-bottom p {
  font-size: 14px;
  font-weight: 400;
  color: var(--white-clr);
}

.navbar-nav .nav-item .nav-link {
  padding: 8px 22px;
  font-size: 20px;
  font-weight: 500;
  color: #808184;
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link.active {
  color: var(--primary-clr);
}

.navbar .switch-section {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 4px;
  border-radius: 100px;
  background-color: #d1d2d380;
}

.navbar .switch-section input[type="radio"] {
  display: none;
}

.navbar .switch-section label {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 100px;
  gap: 4px;
  font-size: 20px;
  font-weight: 500;
  color: var(--black-clr);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.navbar .switch-section label img {
  width: 22px;
  height: 22px;
  object-fit: cover;
  object-position: center;
}

.navbar .switch-section input[type="radio"]:checked+label {
  background: #ffffff;
}

.hero-section {
  position: relative;
/*   background: url("../images/hero_section_second.png") center/cover no-repeat; */
background: #2286ad;
/* background: linear-gradient(180deg,rgba(34, 134, 173, 1) 0%, rgba(56, 131, 211, 0.55) 50%, rgba(255, 255, 255, 1) 100%); */
	    background: linear-gradient(180deg, rgba(34, 134, 173, 0.31) 0%, rgba(56, 131, 211, 0.15) 50%, rgba(255, 255, 255, 1) 100%);
  padding: 120px 0;
  margin-top: 94px;
  background-position: center bottom;
  background-size: cover;
  background-repeat:no-repeat;
}

.hero-section .custom-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.hero-section .custom-breadcrumb li {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  list-style: none;
}

.hero-section .custom-breadcrumb li a{
	color: #333639;
}

.hero-section .custom-breadcrumb li a:hover{
	color: #ff8c00; 
}

ul.custom-breadcrumb {
  padding: 0;
  margin: 0;
}

.custom-breadcrumb a {
  text-decoration: none;
}

.search-field {
  display: flex;
  max-width: 450px;
  width: 100%;
  background-color: #fff;
  border-radius: 100px;
  margin: 28px auto 0;
  padding: 4px 4px 4px 32px;
  align-items: center;
  gap: 12px;
}

.search-field .search-bar {
  border: none;
  outline: none;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #0052d3;
  padding: 0 20px 0 0;
}

.search-field .search-bar::placeholder {
  color: #0052d380;
}

.search-field .search-btn {
  position: relative;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background-color: #064b96;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-cards-section {
  padding: 40px 0 60px 0;
}

.blog-card {
  background-color: #fff;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0px 4px 30px 0px #ede9fe !important;
  margin-bottom: 40px;
	height: fit-content;
	display: flex;
    flex-direction: column;
}

.blog-card .blog-img {
  aspect-ratio: 416/250;
  position: relative;
	    max-height: 250px;
    width: 100%;
}

.blog-img span {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  background: #212020;
  color: #ffffff;
  padding: 6.5px 15.1px;
  border-radius: 10px;
}

.blog-card .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-card .blog-content {
  padding: 24px;
}

.blog-card .blog-content h2 {
  font-size: 20px;
  font-weight: 500;
  color: #111;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
	transition: all .3s ease-in-out;
}

.blog-card:hover .blog-content h2{
	color: #ff8c00;
}

.blog-card .blog-content .blog-date {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.blog-card .blog-content .blog-date h3 {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.blog-card .blog-content p {
  font-size: 14px;
  font-weight: 400;
  color: #4F5C6A;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-cards-section .blog-card .blog-content a {
  font-size: 18px;
  font-weight: 500;
  color: #064b96;
}

.blog-cards-section .pagination {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: #20202180;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 0.5px solid #66666680;
}

.blog-cards-section .pagination-dots {
  font-size: 12px;
  font-weight: 500;
  color: #20202180;
}

.blog-cards-section .pagination-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.blog-cards-section .pagination.active-page,
.blog-cards-section .pagination:hover {
  color: #fff;
  background-color: #2f5bea;
  border: 0.5px solid #2f5bea;
}

.blog-cards-section .pagination:hover svg path {
  fill: #fff;
}

.footer_links .row{
	max-width:1200px;
}

.footer_links .row .col-lg-2.col-md-6.col-12{
	width:20%;
}

.footer-top {
  background: #0a1f33;
  padding: 40px 0;
}

.brand_logo img {
  width: 100px;
  height: 100px;
}

.brand_contact {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand_contact {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact_number p {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
}

.contact_number {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.contact_number p a {
  color: #fff;
}

.about h4,
.quicklinks h4 {
  padding: 0 0 24px 0;
  font-size: 1rem;
  margin-bottom: 14px;
  font-weight: 800;
  color: #fff;
	padding-bottom:0px;
}

.brand_contact_details {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 25px;
}

.footer_links {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

.about p {
	font-size: 0.85rem;
    line-height: 1.5;
    color: #cbd5e0;
    margin-bottom: 12px;
}

.footer_links .quicklinks h4,
.footer_links .about h4{
	font-size: 1rem;
    margin: 10px 0 14px;
    font-weight: 800;
    color: #fff;
}

.social_handel a {
	color: #fff;
    font-size: 1.1rem;
}

.social_handel {
  display: flex;
  gap: 15px;
	margin-top: 14px;
}

.quicklinks ul li {   
	 font-family: "Figtree", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
  margin-bottom: 10px;
  list-style: none;
}

.quicklinks ul {
  padding: 0;
  margin: 0 0 16px;
}

.quicklinks ul li a {
      color: #cbd5e0;
    font-size: 0.88rem;
}

.quicklinks ul li a:hover{
	color: #fff;
}

.Blog_detail_page_container {
   border-radius: 14px !important;
    border: 1px solid #e4e4e4;
    overflow: hidden;
}

.Blog_detail_page_contain_img img {
  width: 100%;
}

.Blog_detail_page_contain_img {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.Blog_detail_page_contain h1 {
  font-size: 24px;
  font-weight: 600;
	    margin-bottom: 10px;
	color:#4f5c6a;
}

.Blog_detail_page_contain .main-title{
	color:#000;
	 font-size: 26px;
}

.Blog_detail_page_contain h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #ff8c00;
  padding: 0;
}

.Blog_detail_page_contain {
  padding: 50px 30px 0px 30px;
}

.Blog_detail_page_contain p {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0%;
}

.blog_post_breadcrumb {
  display: flex;
  align-items: center;
	text-align:center;
  justify-content: center;
  gap: 10px;
}

.blog_post_breadcrumb {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: #000;
  padding: 100px 0 100px 0;
}
.blog_post_breadcrumb img{
    filter: invert(1);
}

.blog_post_breadcrumb a {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: #000;
}

.hero-section .bg_shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: -1;
}

.second_contain h2 {
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0%;
  color: #064b96;
  margin-bottom: 12px;
}

.second_contain p {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0%;
  color: #000000;
  line-height: 20px;
  margin: 0;
  padding: 0 0 0px 50px;
}

.blog_author {
  border-top: 1px solid #d6d3e3;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  margin-top: 35px;
  gap: 16px;
}

.blog_author_details img {
  width: 80px;
  max-width: 100%;
  height: min-content;
}

.blog_author_details {
  display: flex;
  gap: 20px;
}

.author_details h1 {
  margin: 0 0 5px 0;
}

.author_details p {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}

.social_links_main_box {
  display: flex;
  gap: 6px;
  margin-top: 10px;
}

.blog_author_social_links img {
  filter: brightness(0) saturate(100%);
  height: 12px;
  width: 12px;
  object-fit: contain;
}

.Blog_detail_page {
  padding: 0;
}

.blog_tags .blog_tags_title {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0;
  padding: 0;
}

.blog_tags {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 40px 0;
}

.blogs_tags span {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  background: #212020;
  padding: 3px 17px;
  border-radius: 15px;
}

.blogs_tags_container {
  display: flex;
  gap: 10px;
}

.breadcume span a {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0%;
  color: #000000;
}

.breadcume {
  margin-bottom: 40px;
  margin-top: 25px;
}

.form_card_details {
  padding: 15px 0 0 0;
  width: 100%;
}

.input_details {
  width: 100%;
}

.hero_section_blog {
  background-image: url("../images/hero_section_second.png");
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}

#msform {
  position: relative;
  margin-top: 20px;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

.form-card {
  text-align: left;
  box-shadow: 0px 6px 25px 0px #c0bad780;
  padding: 25px;
  border-radius: 24px;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform input[type="text"],
#msform input[type="email"],
#msform input[type="date"],
#msform input[type="select"] #msform textarea {
  padding: 14px 20px;
  border: 1px solid #d1d2d3;
  border-radius: 0px;
  margin-bottom: 15px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  color: #2c3e50;
  font-size: 16px;
  border-radius: 100px;
}

.select-form-div p {
  width: 100%;
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #673ab7;
  outline-width: 0;
}

#msform .action-button {
  width: 100px;
  background: #064b96;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 13px 20px;
  margin: 10px 0px 10px 5px;
  float: right;
  border-radius: 10px;
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #064b96;
}

#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  margin: 10px 5px 10px 0px;
  float: right;
  padding: 13px 0;
  border-radius: 10px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
}

.fs-title {
  font-size: 25px;
  color: #673ab7;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}

.purple-text {
  color: #673ab7;
  font-weight: normal;
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

.fieldlabels {
  color: gray;
  text-align: left;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}

#progressbar .active {
  color: #673ab7;
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
}

#progressbar #account:before {
  font-family: FontAwesome;
  content: "1";
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "2";
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "3";
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "4";
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #064b96;
}

.progress {
  height: 0px;
}

.progress-bar {
  background-color: #673ab7;
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

.form-card h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
}

.dropdown {
  width: 100%;
  position: relative;
  font-size: 16px;
  margin-bottom: 10px;
}

.dropdown-selected {
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 28px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  user-select: none;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-selected .arrow {
  transition: transform 0.3s ease;
}

.dropdown-list {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 10;
}

.dropdown-list li {
  padding: 14px 16px;
  cursor: pointer;
}

.dropdown-list li:hover {
  background-color: #f5f5f5;
}

.dropdown.open .dropdown-list {
  display: block;
  overflow: hidden;
}

.dropdown.open .arrow {
  transform: rotate(180deg);
}

.checkbox-grid {
  gap: 15px 32px;
  font-family: Arial, sans-serif;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.checkbox-container {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
  display: flex;
  align-items: center;
  font-weight: 400;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.wpcf7-spinner {
  position: absolute !important;
  bottom: 26px;
  left: 55px;
}

.form_card_details label {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-wrap-mode: nowrap;
  margin-bottom: 10px;
}

.input_details>p label,
.date-input-container>p label {
  font-weight: 600;
}

.checkbox_div label {
  display: flex;
  align-items: center;
  gap: 12px;
}

.checkmark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: 2px solid #ccc;
  border-radius: 4px;
  transition: background-color 0.2s, border-color 0.2s;
}

.checkbox-container input:checked~.checkmark {
  background-color: #0050b3;
  border-color: #0050b3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked~.checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.input_details .label_title {
  margin-bottom: 10px;
}

.destinations_dropdown {
  margin-top: 25px;
}

.hero-section h1 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 140%;
  letter-spacing: 0%;
	color: #333639;
  text-align: center;
  margin-bottom: 24px;
	max-width: 970px;
    margin: 0 auto;
}

.date-input-container {
  position: relative;
  width: 100%;
}

.date-input {
  width: 100%;
  padding: 15px 50px 15px 20px;
  border: 2px solid #ddd;
  border-radius: 50px;
  font-size: 16px;
  color: #999;
  outline: none;
}

.date-input::placeholder {
  color: #bbb;
  letter-spacing: 1px;
}

.calendar-icon {
  position: absolute;
  right: 20px;
  top: 28px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #bbb;
}

.calendar-box {
  position: relative;
}

textarea {
  resize: none;
}

.text-area .input_details label {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  padding-top: 0px;
  padding-bottom: 12px;
}

.text-area textarea {
  height: 100px !important;
  border-radius: 16px !important;
  margin-bottom: 12px !important;
  width: 100%;
  padding: 20px 10px;
}

.text-area span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

form.wpcf7-form>p {
  text-align: end;
}

form.wpcf7-form .wpcf7-spinner {
  margin: 0 0 10px 0;
  display: block;
}

input[type="Submit"] {
  background-color: #0052d3;
  color: white;
  border: transparent;
  padding: 10px 20px;
  border-radius: 6px;
  margin-top: 0px;
}

.wpcf7-spinner {
  position: absolute !important;
  bottom: 26px;
  left: 55px;
}

.last_field .action-button {
  margin: 40px 0px 10px 5px !important;
}

.last_field .action-button-previous {
  margin: 40px 0px 10px 5px !important;
}

a.go-home {
  background-color: #5892ff;
  padding: 8px 30px;
  border-radius: 3px;
  color: white;
  font-weight: 600;
  margin-top: 38px;
}

.post-tags {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.search-field form {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.select-form-div {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: 100%;
  max-width: 100%;
}

.select-form-div select {
  max-width: 100%;
  padding: 14px 20px;
  border: 1px solid #d1d2d3;
  margin-bottom: 0px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  color: #2c3e50;
  font-size: 16px;
  border-radius: 100px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}

#attachment_706 {
  width: 100% !important;
}

.error {
  color: red;
}

.social_links_box a {
  padding: 5px;
  background: #b0d6ff;
  border-radius: 30px;
  height: 40px;
  width: 40px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.social_links_box a img {
  height: 20px;
  width: auto;
}

.gt_switcher_wrapper {
  background: #d1d2d3;
  padding: 4px 7px;
  border-radius: 100px;
  position: static !important;
}

.gt_switcher_wrapper img {
  width: 29px;
  height: 22px;
  border-radius: 100%;
}

.gt_switcher_wrapper a {
  padding: 4px 8px;
  border-radius: 100px;
}


.gt_switcher_wrapper a.gt-current-lang {
  background-color: white;
}

.gt_switcher_wrapper a span {
  font-size: 20px !important;
  font-weight: 500;
  color: black;
}

.Blog_detail_page_contain h3 {
  font-size: 21px;
  margin-bottom: 10px;
  color: #064b96;
}

.Blog_detail_page_contain li {
  margin-bottom: 7px;
  font-size: 14px;
}

.blog-right-site-content {
  padding: 0px 0 100px 50px;
  position: sticky;
  top: 144px;
  height: 100%;
}

.right-site-content-div {
  border-radius: 14px !important;
    border: 1px solid #e4e4e4;
    overflow: hidden;
}

.latest-news {
  display: flex;
  align-items: start;
  gap: 20px;
	text-decoration: none;
    color: #111;
}

.latest-news p{
	transition: all .3s ease-in-out;
}

.latest-news:hover p{
	color: #ff8c00;
}

.latest-news img {
  width: 100px;
  height: 77px;
  border-radius: 5px;
  object-fit: cover;
}

.news-date .blog-date img {
  width: 20px;
  height: 20px;
}

span.news-date {
  display: flex;
  gap: 10px;
}

.news-content a {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 500;
  color: var(--primary-clr);
}

.latest-news-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: start;
  align-items: self-start;
}

.sidebar-card {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
}

.card-header-1 {
  padding-bottom: 20px;
}

.card-header-1 h4 {
      font-size: 24px;
    font-weight: 700;
  color: #000;
  padding: 0px 0 12px 0px;
  border-radius: 0;
  border-bottom: 1px solid #e4e4e4;
}

.news-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.basic-info-div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

#msform .checkbox_div.basic-info-div .wpcf7-form-control {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  gap: 0 20px;
}

#msform span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}

.checkbox_div span {
  display: block;
}

#msform input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.blog_author_details h2 {
  margin: 0 0 15px 0;
}

.blog-author_info {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

img.author_image {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
}

.author_description {
  width: 100%;
  max-width: 90%;
}

.backgraunde-bg {
    background: linear-gradient(135deg, #ffffd2, #ffc5c5);
    border: 2px solid #8c8c8c;
    padding: 15px;
    margin: 15px 0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

h2.toc-box {
    background: transparent;
    border: none;
    box-shadow: none;
    margin: 15px 0;
}


 .nav-main {
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding: 12px 0;
  }
  .nav-brand-logo {
    height: 60px;
    width: auto;
  }
  .nav-link-item {
    color: #0a1f33 !important;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 8px 12px !important;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
  }
  .nav-link-item:hover { color: #ff8c00 !important; }
  .btn-action-orange {
    background-color: #ff8c00;
    color: #ffffff !important;
    font-weight: 700;
    border-radius: 6px;
    padding: 10px 24px;
    display: inline-block;
    text-decoration: none;
    border: none;
    transition: background-color 0.3s ease;
  }
  .btn-action-orange:hover {
    background-color: #e67e00;
    color: #ffffff !important;
  }
  .fmt-has-dropdown { position: relative; list-style: none; }
  .fmt-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 180px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 10px 0;
    z-index: 1000;
    margin-top: 10px;
  }
  .fmt-dropdown-menu li a {
    color: #0a1f33;
    padding: 10px 20px;
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
  }
  .fmt-dropdown-menu li a:hover {
    background: #f8f9fa;
    color: #ff8c00;
  }
  .nav-flag {
    width: 20px;
    height: auto;
    display: inline-block;
    margin-left: 5px;
  }
  @media (max-width: 991px) {
    .navbar-nav { padding: 20px 0; text-align: center; }
  }
 
  .nav-translate-label{
    color:#0a1f33;
    font-weight:700;
    font-size:0.95rem;
    padding: 8px 0px 8px 8px;
    display:inline-block;
  }

  .btn-outline-primary.btn-lg{
    border-radius:6px;
    font-weight:700;
    padding:8px 16px;
  }

	.btn-outline-primary.btn-lg.custom-btn{
		text-wrap: nowrap;
		color: #727cf5;
		font-size: 20px;
		font-weight: 400;
		border-color: #727cf5;
		width: fit-content;
		max-width: 128px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
.btn-outline-primary.btn-lg.custom-btn:hover{
	background:#727cf5;
	color:#fff;
}

  #locationsToggle .fa-chevron-down{ transition: transform .2s ease; }
  #locationsItem.open #locationsToggle .fa-chevron-down{ transform: rotate(180deg); }

.btn-action-orange.btn-lg {
    padding: 10px 40px;
    font-size: 17px;
}

a.glink{
	font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
	transition: all .3s ease-in-out;
	display: flex;
	align-items: center;
}

a.glink:hover{
	color: #ff8c00 !important;
}

@media (min-width: 1400px) {
    .ms-lg-3 {
        margin-left: 1.5rem !important;
    }
	
	.ms-lg-2 {
        margin-left: .75rem !important;
    }
}

  @media (max-width: 1199.98px){
    .fmt-dropdown-menu{
      position: static;
      box-shadow:none;
      margin-top:0;
      display:none;
    }
    #locationsItem.open .fmt-dropdown-menu{ display:block; }
    .fmt-has-dropdown{ text-align:center; }
	  
	  .nav-link-item {
        padding: 5px 6px !important;
    }
	  
	  .fmt-dropdown-menu li a{
		  padding: 2px 20px;
	  }
	  
	  .fmt-dropdown-menu {
        padding-top: 0;
	  }
  }

.navbar-dark .navbar-brand img {
  max-width: 270px;
}

.navbar-expand-xl .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  transition: all 0.3s;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0px;
  margin-right: 6px;
}

.navbar-expand-xl .navbar-nav .nav-link:hover,
.navbar-expand-xl .navbar-nav .nav-link:active,
.navbar-expand-xl .navbar-nav .nav-link:focus {
  color: #1a1a1a;
}

#gtranslate-toggle{
	display: flex;
    align-items: center;
    gap: 5px;
}

.navbar-expand-xl .navbar-nav .nav-link img {
  margin-right: 5px;
	height: 16px;
    width: 25px;
    object-fit: cover;
}

.navbar-expand-xl .navbar-nav .nav-link .rounded-circle {
  margin-top: 0px;
  margin-right: 5px;
}

.innertabbtn .nav-tabs {
  height: 29px;
}

.TextRight {
  text-align: right;
}

.withdrawl-page .nav-tabs.nav-bordered li a.active {
  border-bottom: none;
  background: #0657bb;
  color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #0657bb;
  border-color: #0657bb;
  font-size: 15px;
  border-radius: 4px;
  letter-spacing: 0.2px;
  padding: 9px 22px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary.btn-lg {
  padding: 10px 40px;
  font-size: 17px;
}

.btn-default {
  color: #090B0E;
  background-color: #a8f545;
  border-color: #9aea34;
  font-size: 15px;
  border-radius: 4px;
  letter-spacing: 0.2px;
  padding: 9px 22px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default:hover {
  background: #0857bb;
  border-color: #0857bb;
  color: #fff;
}

.btn-warning {
  box-shadow: none;
  background: #facd48;
  padding: 9px 22px;
  font-size: 15px;
  color: #000;
  border-radius: 4px;
}

.btn-mlg {
  padding: 9px 50px !important;
}

.empty-card {
  min-height: 480px;
}

.btn-primary:hover {
  color: #090B0E;
  background-color: #a8f545;
  border-color: #9aea34;
}

.btn-secondary {
  padding: 10px 22px;
  font-size: 15px;
  background: #ddd;
  box-shadow: none;
  color: #111;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.btn-dark {
  color: #fff;
  background-color: #313a46;
  border-color: #313a46;
  font-size: 15px;
  border-radius: 4px;
  letter-spacing: 0.2px;
  padding: 9px 22px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-dark:hover {
  color: #fff;
  background-color: #1a1e24;
  border-color: #1a1e24;
}

.text-success {
  color: #0acf97;
}

.text-danger {
  color: #fa5c7c;
}

.trades-page {
  margin-bottom: 40px;
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1560BD;
  border-color: #1560BD;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #1560BD;
  border-color: #1560BD;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.message-bg {
  padding: 1.5rem;
  background: #e7edf5;
  border-radius: 0.25rem;
}

.btn-outline {
  color: #333 !important;
  border-color: #333;
  font-size: 15px;
  border-radius: 2px;
  padding: 7px 20px !important;
}

.btn-outline:hover {
  color: #fff !important;
  background-color: #1560BD;
  border-color: #1560BD;
}

.btn-check:focus+.btn-outline,
.btn-outline:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-check:checked+.btn-outline,
.btn-check:active+.btn-outline,
.btn-outline:active,
.btn-outline.active,
.btn-outline.dropdown-toggle.show {
  color: #fff;
  background-color: #0657bb;
  border-color: #0657bb;
}

.btn-check:checked+.btn-outline:focus,
.btn-check:active+.btn-outline:focus,
.btn-outline:active:focus,
.btn-outline.active:focus,
.btn-outline.dropdown-toggle.show:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #05264e;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0;
}

.navbar-dark {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 3px 6px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  z-index: 11;
  background-color: #fff;
  padding: 0;
}

.navbar-expand-xl .navbar-nav li.nav-item .dropdown-menu {
  left: auto;
  right: 0;
}

.badge-primary-lighten {
  color: #090B0E;
  background-color: #a9f545;
  padding: 2px 13px;
  margin: -3px 0 0px 10px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
}

.badge-job-offer {
  color: #111;
  background-color: #fff;
  padding: 2px 10px;
  margin: -3px 0 0px 10px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
}

.badge-job-applied {
  color: #fff;
  background-color: #111;
  padding: 2px 13px;
  margin: -3px 0 0px 10px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
}

.badge-job-completed {
  color: #090B0E;
  background-color: #a9f545;
  padding: 2px 13px;
  margin: -3px 0 0px 10px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
}

.badge-job-rejected {
  color: #fff;
  background-color: #e33434;
  padding: 2px 13px;
  margin: -3px 0 0px 10px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
}

.m-language img {
  margin: 3px 6px 0 0;
}

.m-language .desktop-view {
  color: #222;
}

.shareBtn .badge-job-offer {
  color: #111;
  background-color: #fff;
  padding: 6px 15px;
  margin: 0px 0 0px 10px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
}

.Trader_trade h4 {
  font-size: 16px !important;
  line-height: 25px;
  margin-bottom: 0;
}

.Trader_trade h4 span {
  font-size: 18px;
  font-weight: 500;
  color: #a9f545;
}

.gt_switcher_wrapper{
	display: none;
}

.btn-primary.btn-lg {
    padding: 10px 40px;
    font-size: 17px;
}
/* Navbar CSS End */

.Blog_detail_page{
	padding-bottom: 100px;
}