@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
}


html {
     margin-top: 0px!important; 
}

:root {
/*     --theme_primary: #ef3f06; */
/* 	--theme_primary: #7c6b13; */
	--theme_primary: #a38b14;
    --theme_secondary: #068bbb;
    --theme_dark: #001126;
    --theme_light: #fff;
    --theme_bg: #55c5b2;
}

.color_blue {
    color: var(--theme_secondary);
}

.color_orange {
    color: var(--theme_primary);
/* 	color: #D9C250; */
}

.text_darkblue {
    color: var(--theme_dark);
}
.container {
        max-width: 90%!important;
    }
.ptb{
    padding: 5% 0px;
}



.mob_btn{
  display: none!important;
}


#button {
  display: inline-block;
  background-color: var(--theme_primary);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.bookconbtn {
	background: var(--theme_primary);
	height: 35px;
	width: 106%;
	display: block;
	border-radius: 50px;
	color: #fff;
	line-height: 35px;
	padding: 4px -1px;
	font-weight: 500;
	text-align: center;
	 border: 1px solid var(--theme_primary);
}
.bookconbtn:hover{
	background: #001126;
	color: #fff;
	transition: .5s;
	border: 1px solid #fff;
}
/* 	bottom menubar */
	.bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    display: none;
/*     justify-content: center */
    z-index: 9999;
	}
	.bottom-menu .bottom_menu_btn, .bottom-menu .bottom_menu_btn2{
		flex: 1;
		text-align: center;
		font-size: .8rem;
		padding: 10px;
		color: #fff;
		font-weight: 600;
	}
	.bottom-menu .bottom_menu_btn:hover, .bottom-menu .bottom_menu_btn2:hover{
		background-color: var(--theme_secondary)!important;
		transition: .5s;
	}
	.bottom-menu .bottom_menu_btn i{
		color: #fff;
	} 
	.bottom-menu .bottom_menu_btn2 i{
		color: #fff;
	}
	.bottom-menu .bottom_menu_btn{
		background-color: var(--theme_dark);
	}
	.bottom-menu .bottom_menu_btn2{
		background-color: var(--theme_primary) !important;
	}
	.bottom-menu .bootom_middle_line{
		width: .3px;
		top: 0;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		background-color: #fff;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	}












a {
    text-decoration: none !important;
}

ul {
    list-style: none!important;
}

h1 {
    font-size: clamp(3rem, 5vw, 4rem);
    font-weight: 600;
}

h2 {
	font-size: clamp(2.5rem, 3vw, 3rem);
    font-weight: 600;
}

h3 {
	font-size: clamp(2rem, 2.5vw, 2.5rem);
    font-weight: 600;
}

h4 {
    font-size: 2.4rem;
    font-weight: 600;
}

h5 {
    font-size: 2.2rem;
    font-weight: 600;
}

h6 {
    font-size: 1.8rem;
}

p {
  font-size: 18px;
  line-height: normal;
}
.py-8 {
    padding: 5rem 0!important;
}

.bg-theme {
    background-color: #55c5b2 !important;
}

.wpcf7 form.failed .wpcf7-response-output{
    color: red!important;
}
.about_content.h-100 {
  text-align: left;
}
.about_content li{
    font-size: 18px;
    list-style: square;
    margin-bottom: 10px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
  margin: 0px 5px!important;
}

.buttn{
  background: var(--theme_primary);
  height: 150px;
  width: 40px;
  top: 50%;
  right:0px;
  z-index:1000000;
  position:fixed;
  border-radius: 20px 0px 0px 20px;
}
.buttn:hover{
  color: var(--theme_primary);
  background: #001126;
  transition: .5s;
}
.vertical-text {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
    height: 10px;
    width: 130px;
    color: #fff!important;
    left: -35px;
    position: relative;
    top: 90px;
}




.sticky{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 91030;
}







.logo-small {
  width: 17%;
  height: auto;
}
.logo-small img{
    width: 100%;
    height: 80px;
    object-fit: contain;
}

/* %%%%%%%% Button css */
.cssbuttons-io-button {
    /*background: linear-gradient(90deg, rgba(230, 61, 5, 1) 0%, rgba(212, 93, 53, 1) 30%, rgba(21, 131, 171, 1) 70%, rgba(2, 53, 71, 1) 100%); */
    background: var(--theme_dark);
    color: #fff;
    font-family: inherit;
    padding: 0.35em;
    padding-left: 1.2em;
    font-size: 17px;
    font-weight: 500;
    border-radius: 10px;
    border: none;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    /* box-shadow: inset 0 0 1.6em -0.6em var(--theme_secondary); */
    overflow: hidden;
    position: relative;
    height: 2.8em;
    padding-right: 3.3em;
    cursor: pointer;
    white-space: nowrap;
	border: 1px solid #fff;
}
.cssbuttons-io-button:hover{
    background-color: #001126;
    transition: .5s;
    color: #fff!important;
}



.cssbuttons-io-button .icon {
    background: transparent;
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5em;
    width: 2.5em;
    border-radius: 0.7em;
    box-shadow: 0.1em 0.1em 0.6em 0.2em #ffffff;
    right: 0;
    transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
    width: 100%;
    padding-right: .5em;
    justify-content: end;
}

.cssbuttons-io-button .icon svg {
    width: 1.1em;
    transition: transform 0.3s;
    color: var(--theme_light);
}

.cssbuttons-io-button:hover .icon svg {
    transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
    transform: scale(1.1);
}


.form-group p{
  margin-bottom: 0px!important;
}
.theme_header.fixed_nav.scrolled_nav .top_nav_row{
	display: none!important;
}
/* %%%%%%%% navigation bar */
.theme_header{
	background-color: #001126;
	z-index: 99;
	width: 100%;
    position: relative;
    padding: 7px 0px;
/*    top: -32px;
    position: relative;*/
}

.navbar.navbar-expand-lg.navbar-light.bottom_nav {
  position: absolute;
  margin-top: 7px;
  width: 100%;
  background: linear-gradient(90deg, rgb(255 255 255) 0%, rgba(0, 17, 38, 0.65) 40%);
}

section.hero_banner.position-relative {
    position: relative;
    z-index: 12;
}


nav#menu {
    position: fixed;
    width: 100%;
    backdrop-filter: blur(7px);
    background: linear-gradient(90deg, rgb(255 255 255 / 90%) 0%, rgb(0 17 38 / 50%) 30%);
}


.mobile-logo img{
    width: 60%;
    height: 120px;
    object-fit: contain;
}

.mainmobilelogo{
    display: none;
}


.top_nav .nav-item a,
.social_list h6 {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}


.social_list .btn:hover{
    background: var(--theme_dark)!important;
    border: 1px solid #fff!important;
}





/* .top_nav .nav-item a .top_icon_box,
.top_nav .nav-item .top_icon_box {
    width: 180px;
    aspect-ratio: 1/1;
    background-color: #D9C250;
    padding: 5px;
    color: var();
    padding: 15px;
   border: 1px solid var(--theme_primary);
    border: 1px solid var(--theme_primary);
    border-radius: 5px; 
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    border-right: 1px solid #000;
} */

.top_nav .nav-item:not(:last-child) {
    /* border-right: 2px solid var(--theme_primary); */
}

.top_nav .nav-item a .top_icon_box i,
.top_nav .nav-item .top_icon_box i {
    color: #fff;
    font-size: 20px;
    transition: all 0.5s ease-in-out;
}

.top_nav .nav-item:hover a .top_icon_box i,
.top_nav .nav-item:hover .top_icon_box i {
    transform: scale(.9);
    color: var(--theme_light);
}

.top_nav .nav-item a span {
    display: inline-block;
    /* width: calc(100% - 30px); */
    font-family: "TikTok Sans", sans-serif;
}
.top_nav .nav-item a:hover{
	color: var(--theme_primary);
}
.top_nav .nav-item a span strong {
    font-family: "TikTok Sans", sans-serif;
}


.brand_logo {
    width: 10%;
    height: 100%;
}

.social_list ul li a i {
    font-size: 22px;
    color: var(--theme_dark);
    transition: all 0.4s ease-in-out;
}

.social_list ul li a:hover i {
    color: var(--theme_light);
    transform: scale(.8);
}

.bottom_nav .nav-item .nav-link {
    color: var(--theme_light);
    position: relative;
    font-size: 17px;
}

.bottom_nav .nav-item .nav-link::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--theme_secondary);
    transition: width 0.4s ease-in-out;
}

.bottom_nav .nav-item .nav-link:hover::before,
.bottom_nav .nav-item.active .nav-link::before {
    width: 100% !important;
}

.bottom_nav .nav-item .nav-link:hover,
.bottom_nav .nav-item.active .nav-link {
    color: var(--theme_primary);
}

.fixed_nav {
    position: fixed;
    top: -15px;
    left: 0;
    width: 100%;
    z-index: 9999;
    animation: slideDown 0.5s ease forwards;
}

.fixed_nav .scrolled_nav {
/*     background-color: #2af78482; */
	background: linear-gradient(90deg, rgb(255 255 255) 0%, rgba(0, 17, 38, 1) 40%);
    box-shadow: 0 1px 3px rgba(226, 160, 53, 0.082);
    height: 85px;
    top: -5px;
}
.widget_nav_menu li {
  margin-left: 5px!important;
  line-height: 1;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
  color: #fff!important;
}
.widget h3{
    font-size: 25px;
}


/* ===============================================
    GoTop BUtton
------------------------*/
#totop{
    font-weight: 900;
    color: var(--theme_primary);
    display: none;
    position: fixed;
    right: 34px;
    bottom: 50px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 3px;
    transition: .3s ease-in-out;
}
#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 40px;
    display: inline;
}
@keyframes jump {
  0% { bottom: 20px; } 50% { bottom: 40px; } 100% { bottom: 20px; }
}
#totop.top-visible  {
  animation: jump 4s infinite;
}
.social.social_list li a i{
	font-size: 26px;
	color: #fff;
	transition: .4s all ease-in-out;
    position: relative;
    top: 5px;
} 
/*.social.social_list li a:hover i, .top_nav .nav-item a:hover{
	scale: .95;
}*/
/* %%%%%%%%%%Hero banner */










/* --   start Scroll To Top   -- */

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	color: var(--theme_primary);
	right: 25px;
	bottom: 0px;
	padding-top: 2px;
	z-index: 9999999;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	font-size: 40px;
	bottom: 1px;
	position: relative;
}
/* --  end Scroll To Top  -- */


















.hero_banner .carousel-item {
    height: 95vh;
}

.hero_banner .carousel-item figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero_banner .carousel-item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero_banner .carousel-item figure::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(90deg, rgba(230, 61, 5, 0.75) 0%, rgba(212, 93, 53, 0.54) 30%, rgba(21, 131, 171, 0.5) 70%, rgba(2, 53, 71, 0.71) 100%); */
/*     background: linear-gradient(90deg, rgba(70, 18, 1, 0.75) 0%, rgba(167, 88, 62, 0.795) 30%, rgba(18, 94, 122, 0.733) 70%, rgba(1, 24, 31, 0.726) 100%); */
/* 	background: linear-gradient(90deg,rgba(0, 0, 0, 0.6) 0%, rgba(56, 56, 56, 0.47) 50%, rgba(0, 0, 0, 0.6) 100%); */
/* 	background: linear-gradient(90deg,rgba(0, 17, 38, 1) 0%, rgba(255, 255, 255, 0.12) 100%); */
    z-index: 1;
}

.hero_banner .carousel-caption {
    position: absolute;
    width: 70%;
    bottom: 12%;
    left: 5%;
/*     transform: translate(-50%, -50%); */
    z-index: 2;
	text-align: left;
}
.hero_banner .carousel-caption p{
    color: #fff!important;
}
.hero_banner h1 span {
    font-size: clamp(35px, 5vw, 50px);
    font-weight: 900;
    color: var(--theme_light);
}

.hero_banner .carousel-indicators .active {
    opacity: 1;
    background-color: var(--theme_primary);
}
.hero_banner .carousel-indicators {
	bottom: 40px;
}
/* country */
.services.country_cater {
    padding-block: 50px;
}

/* .container.country_container {
   
    border-radius: 20px;
    padding: 20px 50px;
} */

.services.country_cater .service_fig,
.news_card_fig {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.services.country_cater .service_details {
    text-align: left;
}
.country_cater .service_details ul{
	height: 225px;
	place-content: center;
}
.services.country_cater .service_details ul li a {
    color: var(--theme_light);
    margin-bottom: 8px;
    padding-left: 15px;
    font-size: 1.8rem;
    position: relative;
}
.news .main_heading_wrap .theme_btn {
	width: max-content !important;
}
/* add fontawesome icon before tick */
.services.country_cater .service_details ul li a::before {
    content: "\f00c";
    position: absolute;
    left: -8px;
    top: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--theme_light);
    font-size: 15px;
    padding-right: 10px;
    color: var(--theme_bg);
}

.services.country_cater .service_details ul li a:hover {
    opacity: 0.8;
    text-decoration: underline;
    text-decoration-color: var(--theme_bg);
}

/* %%%%%%%%%%%% usp section */
.usp_card1 .usp_card1_fig {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.usp_card1 .usp_card1_fig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.usp_card1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00112678;
    z-index: 1;
}

.usp_card1 .row {
    z-index: 2;
    position: relative;
}

.usp_card1_main {
    background: var(--theme_light);
}

.usp_icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 6px double var(--theme_light);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme_primary);
}

.usp_icon img {
    width: 60%;
    height: 60%;
    filter: brightness(0) saturate(100%) invert(96%) sepia(74%) saturate(1%) hue-rotate(83deg) brightness(110%) contrast(100%);
}

.main_heading_wrap .sub_heading {
    border-radius: 50px;
    border-radius: 10px;
    background: var(--theme_dark);
    padding: 8px 10px;
}

.usp_card {
    background: #001126;
}

.usp_card1_main h4{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}
.usp_card_main h4 {
    height: 80px;
    display: flex;
    font-size: 23px;
    align-items: center;
    justify-content: center
}
.usp_card_main p{
	margin-top: 30px;
}


/* %%%%%%%%%%%% About section */
.about_img_wrap figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.aboutUs .about_content .cssbuttons-io-button{
	background-color: var(--theme_dark);
	width: max-content;
	
}
.about_content{
	padding: 5%;
}
.about_img_wrap figure:hover img {
    transform: scale(1.1);
}

.aboutUs .sub_heading {
    background: var(--theme_dark);
    width: max-content;
}

.usp_card1 {
    place-content: center;
    padding: 5%;
}

/* %%%%%%%%%%% service section */
.services .item,
.news_card {
    padding: 5px;
}

.service_fig,
.news_card_fig {
    width: 100%;
    height:240px;
    overflow: hidden!important;
    border-radius: 12px 12px 0 0;
}

.service_fig img,
.news_card_fig img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.services .owl-carousel .owl-item {
    border-radius: 18px;
    padding-top: 10px;
}

.services .owl-carousel .owl-item .item {
    transform: scale(.92) translateY(0);
    /* border-radius: 18px; */
    /* opacity: 0.7; */
    /* transform: translateY(0); */
    transition: transform 0.3s ease, opacity 0.3s ease, translateY 0.3s ease;
}

.services .owl-carousel .owl-item.center .item {
    transform: scale(1);
    border: 5px solid var(--theme_dark);
    transition: transform 0.3s ease, border 0.3s ease;
    border-radius: 16px;
    opacity: 1;
}

.services .owl-carousel .owl-item .item:hover {
    transform: translateY(-5px);
}

.services .owl-carousel .owl-item.center .service_details {
    background-color: var(--theme_primary);
}

.services .service_details,
.news_card_content {
    color: var(--theme_light);
    background-color: var(--theme_dark);
    text-align: center;
    padding: 15px;
    border-radius: 0 0 16px 16px
}
.services .item .service_details .cssbuttons-io-button{
		width: max-content;
		margin-inline: auto;
	}
.news_card_content{
	height: 215px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.news_card{
    margin-bottom: 30px;
}
.news_card_content h5{
    height: 60px;
    font-size: 22px;
    font-weight: bold;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: normal;
}
.news_card_content p{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
}
.services .container .services_carousel {
    padding-top: 30px;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.services .owl-theme .owl-dots .owl-dot.active span,
.services .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--theme_primary);
}

.services .sub_heading,
.news .sub_heading {
    background: var(--theme_dark);
    width: max-content;
}
.services .service_details p{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    line-height: normal;
	
}
.services .item .service_details h4{
	height: 70px;
	place-content: center;
    font-size: 2rem;
    overflow: hidden;
    -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* %%%%%%%%%%% testimonials */
.testimonial{
	padding-block: 60px;
}
.testimonial_bg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.testimonial_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 17 38 / 59%);
    z-index: 1;
}

.testimonial .container {
    z-index: 2;
    position: relative;
}

.testimonial .sub_heading {
    background: var(--theme_dark);
    width: max-content;
}

#carouselTestimonial {
    background-color: color-mix(in srgb, var(--theme_dark), transparent 35%);
    padding: 25px 30px;
    border-radius: 15px;
    box-shadow: 3px 3px 5px #cecece8a,
        -3px -3px 5px #f2f2f293;
}

.testimonial .carousel-control-prev:hover,
.testimonial .carousel-control-next:hover {
    fill: var(--theme_primary) !important;
}

.carousel-control-next, .carousel-control-prev{
    background-color: transparent!important;
    border: 0px!important;
}


.lc-block figure img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--theme_primary);

}

/* %%%%%%%%%%% news */
.news_card {
    background: var(--theme_primary);
    transition: all 0.3s ease;
    border-radius: 15px;
    margin-bottom: 30px;
}

.news_card:hover .news_card_fig img {
    scale: 1.2;
}

.news_card:hover {
    transform: translateY(-10px);
}

/* %%%%%%%%%%% footer */


.second-footer {
  padding-bottom: 5%;
}




.footer .footer_fig {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer .footer_fig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #001126d1;
    z-index: 1;
}

.footer .container {
    position: relative;
    z-index: 2;
}

.footer .widget .widget-title {
    margin-bottom: 18px;
}

.footer .widget .widget-title {
    font-weight: 700;
    font-size: 25px;
    line-height: normal;
    display: inline-block;
    position: relative;

}

.footer-widget__contact-list {
    position: relative;
    display: block;
}

.footer-widget__contact-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.footer-widget__contact-list li+li {
    margin-top: 8px;
}

.footer-widget__contact-list li .icon {
    position: relative;
    display: inline-block;
    top: 9px;
}

.footer-widget__contact-list li .icon i {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #fff;
}

.footer-widget__contact-list li .content span {
    position: relative;
  display: block;
  font-weight: 700;
  font-size: 22px;
  color: var(--theme_light);
  margin-bottom: 0px;
  margin-top: 0px;
}
.footer-widget__contact-list li .content{
    line-height: normal;
}

.widget-area p{
    font-size: 18px;
}
.footer-widget__contact-list li .content{
    position: relative;
    display: block;
    margin-left: 20px;
    color: #fff;
    line-height: normal;
}
.footer-widget__contact-list li .content a{
    position: relative;
    display: block;
    margin-left: 0px;
    color: #fff;
    line-height: normal;
    transition: .5s;
    font-size: 18px;
}
.banner_call_left {
  text-align: center;
}
.country_container {
  margin-top: 5%;
}
.services.country_cater {
  padding-block: 0px;
}
.footer-widget__contact-list li .content:hover,
.footer-widget__contact-list li .content a:hover {
    color: var(--theme_primary);
}
.banner_call_left h2 span{
    font-size: 1.8rem;
}
.main-menu {
  position: relative;
  top: -25px;
}
.menu-area {
  padding: 10px 0px;
}
.menu-footer-quick-service-links li a,
.menu-footer-quick-links li a {
    color: var(--theme_light);
}
.widget_nav_menu > ul > li a{
    color: var(--theme_light);
    font-size: 18px;
    line-height: 1;
}
.menu-footer-quick-links li a{
    margin-bottom: 0px;
}
.menu-footer-quick-service-links li a:hover,
.menu-footer-quick-links li a:hover {
    color: var(--theme_primary);
}

/* footer-list*/
.footer .widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}



.footer .widget .social-icons li>a {
    width: 25px;
    height: 35px;
    text-align: center;
    display: block;
    font-size: 28px;
    line-height: 33px;
    background-color: transparent;
    color: var(--theme_light);
}

.footer .widget .social-icons li>a:hover {
    color: var(--theme_primary);
}

/* first-footer */
.first-footer {
    padding: 55px 15px 30px;
    position: relative;
    border-bottom: 1px solid #aca9a9;
}

.first-footer .widget {
    display: table-cell;
    vertical-align: middle;
}

/* newsletter */
.newsletter_widget {
    padding-right: 15px;
}

.first-footer .newsletter_widget h3 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
}

.first-footer .newsletter-form {
    border-radius: 6px;
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: transparent;
}

.first-footer .newsletter-form p {
    margin: 0;
}

.first-footer .newsletter-form input[type="email"] {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .8);
    font-size: 14px;
    width: 100%;
    height: 60px;
    outline: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 220px;
    color: #fff;
    border-radius: 3px;
}

.first-footer .newsletter-form input[type="email"]::-webkit-input-placeholder {
    color: #fff;
}

.first-footer .newsletter-form button[type="submit"] {
    position: absolute;
    top: 10px;
    height: 40px;
    width: 190px;
    z-index: 2;
    padding: 0;
    right: 10px;
    box-shadow: 0 0;
    font-weight: 600;
    font-size: 17px;
    border-radius: 3px;
    border: 1px solid transparent;
    font-family: "Bricolage Grotesque", sans-serif;
}

.first-footer .newsletter-form button i {
    font-size: 16px;
    position: relative;
}

.first-footer .featured-box .featured-title,
.first-footer .featured-box .featured-icon {
    display: table-cell;
    vertical-align: middle;
    font-family: "Bricolage Grotesque", sans-serif;
}

.first-footer .featured-box .featured-icon .ttm-icon i {
    font-size: 40px;
    line-height: 40px;
    width: 65px;
    height: 40px;
    color: #fff;
}

.first-footer .featured-box .featured-title h3 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    margin-bottom: 0;
}

.first-footer .featured-box .featured-title p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

.first-footer .newsletter-form input[type="email"]:focus {
    border: 1px solid #3d923d;
}

.mailchimp-inputbox {
    position: relative;
}

.footer .theme_btn.footer-btn {
    position: absolute;
    top: 50%;
    right: -150px;
    transform: translateY(-50%);
/*     width: 210px; */
}
.footer-logo {
	background: #fff;
	border-radius: 8px;
	padding: 8px 12px
}

.footer-logo img {
    width: 270px;
	filter: drop-shadow(10px 1px 34px #ffffff) drop-shadow(36px 1px 36px #ffffff);
}

.bottom-footer-text p{
  font-size: 18px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  line-height: 35px;
  color: #fff;
}

.bottom-footer-text p a {
    color: var(--theme_light);
}

.bottom-footer-text p a:hover {
    color: var(--theme_primary);
}

/* call banner */

.banner_call {
    background-attachment: fixed;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner_call::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 17 38 / 59%);
    z-index: -1;
}

.contact_wrapper {
    height: 150px;
    overflow: hidden;
    position: relative;
}

.contact_slider {
    display: flex;
    flex-direction: column;
    animation: slideLoop 6s ease-in-out infinite;
    cursor: pointer;
}

.contact_slider:hover {
    animation-play-state: paused;
}

.slide_item {
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

@keyframes slideLoop {
    0% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(0);
    }


    40% {
        transform: translateY(-150px);
    }

    60% {
        transform: translateY(-150px);
    }


    80% {
        transform: translateY(-300px);
    }

    100% {
        transform: translateY(-300px);
    }

}

.contact_wrapper h2 span,
.banner_call_left h2 span {
    display: block;
    color: var(--theme_primary);
    font-size: clamp(3rem, 2vw, 2rem);
    font-weight: 900;
/*     filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.726)); */
}
.contact_wrapper h4{
    font-size: 2rem;
}
.banner_call .blob-btn {
    width: 500px;
}

/* home contact form */
.home_contact_form input.form-control,
.home_contact_form textarea.form-control {
    background-color: #8a726b48;
    border: none;
    border-bottom: 3px solid var(--theme_primary);
    border-left: 3px solid var(--theme_primary);
    border-radius: 5px;
    color: var(--theme_light);
    font-size: 15px;
    font-size: 20px;
}

.home_contact_form .sub_heading {
    background-color: var(--theme_dark);
    width: max-content;
}

.home_contact_form .main_heading_wrap {
    background-color: #8a726b48;
    padding: 50px 20px 30px;
    border-radius: 30px;
	border: 5px solid var(--theme_dark);
	place-content: center;
    text-align: center;
}
.main_heading_wrap h3{
    font-size: 2rem;
}
.home_contact_form textarea.form-control {
	height: 120px;
}
/* common breadcrumb */
.page_breadcrumb h1 {
    /* -webkit-text-stroke: 2px var(--theme_primary); */
    /* color: transparent !important; */
}

.breadcrumb_title span {
    display: inline-block;
    color: #fff;
    font-size: 3rem;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: -200% 0%;
        /* move in negative direction for seamless loop */
    }
}

.page_breadcrumb {
    padding: 10% 0 5%;
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.breadcrumb .breadcrumb-item a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.breadcrumb .breadcrumb-item a:hover,
.breadcrumb .breadcrumb-item.active {
    color: #fff;
    font-weight: 500;
}

.page_breadcrumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: linear-gradient(90deg, rgb(255 255 255 / 55%) 0%, rgb(0 17 38 / 70%) 50%);
}
.breadcrumb_wrapper {
    position: relative;
    z-index: 2;
}

.breadcrumb {
/*     background: linear-gradient(90deg, rgba(230, 61, 5, 1) 0%, rgba(212, 93, 53, 1) 30%, rgba(21, 131, 171, 1) 70%, rgba(2, 53, 71, 1) 100%); */
	background: #001126;
    padding: 10px 20px;
    border-radius: 15px;
}

/* %%%%%%% About section %%%%*/
.page_about_img_wrap {
    background: #8a726b48;
}

.why-choose-us {
    display: flex;
    flex-wrap: wrap;
    list-style: disc;
    /* padding-left: 20px; */
    gap: 15px;
    background: #cecece8a;
}

.why-choose-us li {
    width: calc(50% - 10px);
    list-style-position: inside;
}

.why-choose-us li::marker {
    color: var(--theme_primary);
    margin-left: 0 !important;
}

/* %%%%%%%%%%% Blogs %%%%%%% */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* =======================================================
   BLOG DETAILS PAGE — Modern & Optimized CSS
   ======================================================= */

/* ---------- GLOBAL WRAPPER ---------- */
.blog-details-area {
    position: relative;
}

/* ---------- MAIN BLOG CONTAINER ---------- */
.blog-details-item {
    margin-bottom: 30px;
}

/* ---------- FEATURED IMAGE SECTION ---------- */
.blog-details-img {
    position: relative;
    margin-bottom: 18px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;

}

.blog-details-img .date {
    display: inline-block;
    text-align: center;
    background-color: #800000;
    padding: 8px 18px;
    position: absolute;
    top: 30px;
    left: 30px;
}

.blog-details-img .date p,
.blog-details-img .date span {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}

.blog-details-img img {
    width: 100%;
    height: 600px!important;
    border-radius: 20px;
    object-fit: cover;
}

.blog-details-img ul {
    margin: 0;
    padding: 0;
}

.blog-details-img ul li {
    list-style: none;
    display: inline-block;
    color: #800000;
    font-weight: 500;
    font-size: 14px;
    margin-right: 22px;
}

.blog-details-img ul li:last-child {
    margin-right: 0;
}

.blog-details-img ul li i {
    color: #800000;
    font-size: 18px;
    margin-right: 4px;
    position: relative;
    top: 3px;
}

.blog-details-img ul li a {
    color: #800000;
}

.blog-details-img ul li a:hover {
    color: #333;
}

/* ---------- BLOG HEADER (TITLE + CONTENT) ---------- */
.blog-details-head {
    margin-bottom: 0px;
}

.blog-details-head h2 {
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-details-head p {
    margin-bottom: 10px;
}

.blog-details-head p:last-child {
    margin-bottom: 0;
}

.blog-details-head .row {
    margin: 20px 0;
}

.blog-details-head .row img {
    width: 100%;
}

/* ---------- BLOG TAGS (AT THE END OF CONTENT) ---------- */
.blog-details-head ul {
    margin: 20px auto 0;
    padding: 20px 0 0;
    text-align: center;
    border-top: 1px solid #ebebeb;
    max-width: 445px;
}

.blog-details-head ul li {
    list-style: none;
    display: inline-block;
    margin: 0 8px;
    font-size: 14px;
}

.blog-details-head ul li a {
    color: #858584;
}

.blog-details-head ul li a:hover {
    color: #800000;
}

.blog-details-head ul li a i {
    font-size: 17px;
    position: relative;
    top: 1px;
}

/* ---------- PREV / NEXT NAVIGATION ---------- */

.blog-details-nav ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.blog-details-nav ul li {
    list-style: none;
    flex: 0 0 50%;
}

.blog-details-nav ul li:last-child {
    text-align: right;
}

.blog-details-nav a {
    color: #333;
    font-size: 15px;
    padding: 8px 18px;
    border: 1px solid #800000;
    border-radius: 8px;
    display: inline-block;
    transition: 0.3s ease;
}

.blog-details-nav a:hover {
    background-color: #800000;
    color: #fff;
}

/* ---------- COMMENT FORM ---------- */
.blog-details-form {
    padding: 45px 60px 50px;
    box-shadow: 0 0 25px rgba(221, 221, 221, 0.48);
}

.blog-details-form h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}

.blog-details-form .form-group {
    margin-bottom: 30px;
}

.blog-details-form .form-control {
    height: 50px;
    border-radius: 0;
    border: 1px solid #800000;
    padding-left: 25px;
    font-size: 14px;
}

.blog-details-form .form-control:focus {
    border-color: #800000;
    box-shadow: none;
}

.blog-details-form textarea {
    padding-top: 10px;
    height: auto !important;
}

.blog-details-form ::placeholder {
    color: #ababab;
}

.blog-details-form-btn {
    padding: 13px 40px;
    font-size: 15px;
    font-weight: 600;
    background-color: #800000;
    color: #fff;
    border-radius: 0;
    transition: 0.3s ease;
}

.blog-details-form-btn:hover {
    background-color: #333;
}

/* ---------- SEARCH SECTION ---------- */
.blog-details-search {
    margin-bottom: 50px;
}

.blog-details-search form {
    position: relative;
}

.blog-details-search .form-control {
    height: 50px;
    border-radius: 0;
    border: 1px solid #800000;
    padding-left: 25px;
}

.blog-details-search .search-btn {
    width: 50px;
    height: 50px;
    color: #fff;
    background: #800000;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    border-radius: 0;
    transition: 0.3s ease;
    line-height: 50px;
    text-align: center;
}

.blog-details-search .search-btn:hover {
    background: #333;
}

/* ---------- RECENT POSTS ---------- */
.service_more {
    position: sticky;
    top: 100px;
}

.blog-details-recent {
    background-color: #8a726b48;
    border-radius: 20px;
}

.blog-details-recent h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.blog-details-inner {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    height: 110px;
}

.blog-details-inner::after {
    content: "";
    position: absolute;
    inset: 0;

    background: var(--theme_primary);
    width: 0%;
    transition: width 0.3s ease;
    z-index: -1;
}

.blog-details-inner:hover::after {
    width: 100%;
}

.blog-details-inner figure {
    width: 110px;
    height: 115px;
    overflow: hidden;
}

.blog-details-inner img {
    width: 100px;
    height: 100%!important;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.more_blogs_details.p-3 {
  overflow: hidden;
}
.blog-details-inner:hover img {
    transform: scale(1.1);
}

.blog-details-inner .more_blogs_details {
    width: calc(100% - 110px);
    place-content: center;
    position: relative;
    top: -9%;
}

.blog-details-inner .more_blogs_details p {
    font-weight: 600;
    color: #111;
    line-height: normal;
    transition: color 0.3s ease, transform 0.3s ease;
    padding-inline: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-details-inner .more_blogs_details:hover p {
    color: var(--theme_light);
}

.blog-details-inner ul {
    display: flex;
    margin-top: 12px;
    padding: 0;
}

.blog-details-inner ul li {
    flex: 0 0 50%;
    font-size: 14px;
    color: #800000;
    list-style: none;
}

.blog-details-inner ul li:last-child {
    text-align: right;
}

/* ---------- CATEGORY LIST ---------- */
.blog-details-category,
.blog-details-gallery,
.blog-details-tag {
    margin-bottom: 50px;
}

.blog-details-category h3,
.blog-details-gallery h3,
.blog-details-tag h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.blog-details-category ul {
    padding: 0;
}

.blog-details-category ul li {
    list-style: none;
    margin-bottom: 15px;
}

.blog-details-category ul li:last-child {
    margin-bottom: 0;
}

.blog-details-category a {
    display: block;
    font-size: 16px;
    color: #333;
    padding-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
}

.blog-details-category a:hover {
    color: #800000;
}

/* ---------- GALLERY ---------- */
.blog-details-gallery ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
}

.blog-details-gallery li {
    flex: 0 0 22%;
    list-style: none;
}

.blog-details-gallery img {
    width: 100%;
    border-radius: 4px;
}

/* ---------- TAGS ---------- */
.blog-details-tag ul {
    padding: 0;
}

.blog-details-tag li {
    list-style: none;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 10px;
}

.blog-details-tag a {
    display: block;
    background: #e5e5e5;
    color: #333;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 8px;
    transition: 0.3s ease;
}

.blog-details-tag a:hover {
    background: #800000;
    color: #fff;
}

/* ---------- EXTRA SPACING ---------- */
.blog-area-three {
    padding-bottom: 100px;
}

/* contact page */
#site_map {
    line-height: 0.7;
}

.card_details {
    background-color: var(--theme_dark);
    /* padding: 15px 20px; */
    border-right: 10px solid var(--theme_primary);
    border-radius: 15px;
    overflow: hidden;
}

.card_details i {
    font-size: 30px;
    color: var(--theme_dark);
    transition: animation 0.5s ease-in-out;
}

.card_details a:hover i {
    color: var(--theme_light);
    animation: beat 0.5s infinite alternate;
}

.card_details h4{
    color: var(--color--white);
    font-size: 2rem;
}
.card_details h5{
    color: var(--color--white);
    font-size: 1.5rem;
}

.page_contact_icon {
    top: 0;
    left: 0;
    background-color: var(--theme_primary);
    width: 80px;
    height: 80px;
    display: flex;
    padding-top: 15px;
    padding-left: 15px;
    /* align-items: center; */
    /* justify-content: center; */
    border-radius: 0 0 100% 0;
}

.card_details .card_content p {
    color: var(--theme_primary);
}

.contact__info {
    background: url(./../images/contact/formbg.png) rgba(216, 151, 11, 0.6) no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
}

.page_contact_form {
    background-color: var(--bg-color);
}

.contact_form {
    background-color: var(--color_black);
    padding: 50px 30px;
    border: 5px solid var(--theme_dark);
    border-radius: 30px;
}

.contact__info {
    border-radius: 0 30px 30px 0;
    border-left: 10px solid var(--theme_primary);
    border-top: 10px solid var(--theme_primary);
}

.page_contact_form input::placeholder,
.page_contact_form textarea::placeholder,
.page_contact_form select::placeholder,
.page_contact_form select,
#career_form .careerform input::placeholder,
#career_form .careerform textarea::placeholder,
#career_form .careerform select::placeholder,
#career_form .careerform select {
    color: var(--theme_primary);
}

.page_contact_form input,
.page_contact_form textarea,
.page_contact_form select,
#career_form .careerform input,
#career_form .careerform textarea,
#career_form .careerform select {
    border: none;
    border-left: 5px solid var(--theme_primary);
    box-shadow: none;
    color: var(--theme_primary) !important;
}

.page_contact_form label {
    font-weight: 700;
    font-size: 18px;
    color: var(--theme_secondary);
}

.page_contact_form input:focus,
.page_contact_form textarea:focus,
.page_contact_form select:focus {
    border: none;
    border-left: 5px solid var(--theme_primary);
    box-shadow: none;
}

.contact__info_wrap h2,
.contact_form h2 {
    color: var(--theme_primary);
}

.contact__info_wrap p {
    color: var(--theme_primary);
}

.contact_logo {
    mix-blend-mode: lighten;
    display: inline-block;
}

#site_map .form-control {
    font-size: 20px !important;
}

.theme_map iframe {
    width: 100%;
    height: 400px;
}

.page_contact_icon .img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_contact_icon img {
    width: 100%;
    height: 150%;
    object-fit: cover;
}

.card_details:hover {
    transform: translateY(-5px);
}

/* service details page  */
.blog-details-recent.servive_details .blog-details-inner {
    background: rgb(0 17 38);
    background-size: 200% 100%;
    transition: background-position 0.5s ease-in-out;
}

.blog-details-recent.servive_details .blog-details-inner:hover,
.blog-details-recent.servive_details .owl-item.center .blog-details-inner {
    animation: gradientMove 6s linear infinite;
}

.blog-details-recent.servive_details .blog-details-inner .more_blogs_details h6 {
    color: var(--theme_primary);
    font-size: 26px;
  overflow: hidden;
  line-height: normal;
  margin-bottom: 10px;
}

.blog-details-recent.servive_details .blog-details-inner .more_blogs_details p {
    color: #fefefe;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.1;
    font-size: 15px;
}

.blog-details-recent.servive_details .blog-details-inner:hover .more_blogs_details p,
.blog-details-recent.servive_details .owl-item.center .blog-details-inner .more_blogs_details p {
    color: var(--theme_light);

}

.blog-details-recent.servive_details .owl-theme .owl-dots .owl-dot span {
    background: var(--theme_bg);
}

.blog-details-recent.servive_details .owl-theme .owl-dots .owl-dot.active span,
.blog-details-recent.servive_details .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--theme_primary) !important;
}

.important_news_card{
	background-color: var(--theme_dark);
	position: relative;
	padding: 20px 10px;
	border-radius: 10px;
	overflow: hidden;
	transition: all .4s ease-in-out;
}
.important_news_card h6{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
	transition: all .4s ease-in-out;
}
.important_news_card:hover{
	transform: translateY(-5px);
}
.important_news_card:hover h6{
	transform: scale(.95);
	color: var(--theme_primary)!important;
}
.banner_call .theme_btn, .banner_call2 .theme_btn{
	width: max-content;
}
.navbar-toggler{
	background-color: var(--theme_primary);
}
.navbar-toggler .navbar-toggler-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(3441%) hue-rotate(230deg) brightness(116%) contrast(100%);
}


/* mega menu edit */

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 10px 0px 10px !important;
}
/* form */
.mailchimp-inputbox{
	height: 48px;
}
.mailchimp-inputbox p{
	height: 100%;
	margin-bottom: 0 !important;
}
.mailchimp-inputbox br{
	display: none;
}
.mailchimp-inputbox p span{
	display: block;
	height: 100%;
}
.mailchimp-inputbox p span input{
	height: 100% !important;
	width: 100%!important;
}
.first-footer .theme_btn p input{
	padding: 10px;
  border-radius: 0px 5px 5px 0px;
  height: 50px;
} 
.import_links a {
    padding-inline: 5px;
    border-right: 2px solid var(--theme_primary);
    text-decoration: none;
	color: var(--theme_dark);
    font-size: 22px;
}
.import_links a:hover {
    text-decoration: underline;
	color: var(--theme_primary) !important;
}
.news strong{
  font-size: 25px;
}
.import_links a:last-child {
    border-right: none;
}
.bottom-footer-text p,.bottom-footer-text p a {
    font-size: 18px;
	margin-top: 24px;
}
.home_contact_form .wpcf7-form-control.wpcf7-submit.has-spinner.theme_btn{
	background-color: #001126;
	padding: 8px 12px;
	border-radius: 6px;
	color: #fff;
	border: none;
	display: flex;
	margin-inline: auto;
	transition: all .4s ease-in-out;
}
.home_contact_form .wpcf7-form-control.wpcf7-submit.has-spinner.theme_btn:hover{
	background-color: var(--theme_primary);
}
.blog-content h1 , h2{
    color: var(--theme_primary)!important;
    margin-top: 20px;
    margin-bottom: 0px;
}
.blog-content h3,h4{
	margin-top: 20px;
    margin-bottom: 0px;
}
.blog-content ul.wp-block-list{
		list-style: disc !important;
		list-style-position: inside;
	}
.blog-content ul.wp-block-list li::marker, ol.wp-block-list li::marker {
    color: var(--theme_primary);
}
.blog-content li{
    font-size: 18px;
    margin-bottom: 10px;
}
.blog-content p{
    font-size: 18px;
    margin-bottom: 10px;
}

.form-group br{
  display: none;
}
.form-group label{
  display: inline-block;
  width: 100%;
  height: 40px;
  border-radius: 10px!important;
  margin-top: 10px;
  color: var(--theme_primary);
  background-color: transparent!important;
}
.form-group select{
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 5px 10px!important;
  border-radius: 10px!important;
  margin-top: 10px;
  border: 1px solid var(--theme_dark);
  color: var(--theme_dark);
  background-color: transparent!important;
}
.form-group input{
 margin-bottom: 10px;
   border: 1px solid var(--theme_dark);
}

.wpcf7-submit{
  background-color: rgb(0 17 38)!important;
  padding: 8px 12px!important;
  border-radius: 10px!important;
  color: #fff!important;
}
.wpcf7-submit:hover{
  background-color: var(--theme_primary)!important;
  transition: .5s;
    transition: all .4s ease-in-out;
}

#site_map form .form-group p textarea{
	height: 120px;
}

#site_map form .cssbuttons-io-button{
	padding-right: 1.2em!important;
	width: 100%;
}
#site_map form .theme_btn p{
	place-items: center;
}
#site_map form .theme_btn p .cssbuttons-io-button:hover{
	background-color: var(--theme_primary);
}
section.theme_map.pt-5 {
    line-height: 14px !important;
}

.scrolled_nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
	color: #fff !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus{
	background: transparent !important;
	    border-radius: 5px!important;
	border: 1px solid #fff !important;
}
.second-footer .color_orange, .bottom-footer-text .color_orange {
    color: var(--theme_primary);
    font-size: 1.8rem;
    font-weight: bold;
	padding-bottom: 25px;
}
.border_radius_20{
	border-radius: 18px;
}
.footer .theme_btn .cssbuttons-io-button{
	background: rgb(0 17 38);
}
/* recent carousel animation */
/* Hide text initially */
.carousel-caption h1,
.carousel-caption p {
/*  opacity: 0;
  will-change: transform, opacity, filter;*/
}

/* Extra safety (prevents flicker) */
.carousel-caption {
  /*visibility: hidden;*/
}

.carousel-item.active .carousel-caption {
  visibility: visible;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    opacity: 0!important;
}

.special_b00k_page figure.wp-block-image{
	text-align: center;
}
.special_b00k_page .has-text-align-center {
    text-align: justify ;
	line-height: 1.6;
}
.special_b00k_page .has-text-align-center.wp-block-heading{
	line-height: normal;
}
section.banner_call2.py-5 {
    border: 8px solid #98AC4F;
    width: 95%;
    margin-inline: auto;
    border-radius: 50px;
    background: #33342f0d;
    margin: 5% auto!important;
}
.input_wrappers{
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.75), inset 4px 4px 8px rgba(0, 0, 0, 0.75);
	border-radius: 50px;

}
.more_blogs_wrap
/* responsive */
@media (max-width: 1325px) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 5px 0px 5px !important;
		font-size: 16px !important;
	}
	.header-button .theme_btn.ms-5{
		margin-left: 0px!important;
	}
}
@media (min-width: 991px) and (max-width: 1180px) {
	.theme_header .header-button .cssbuttons-io-button{
		font-size: 14px !important;
	}
}
@media (min-width: 991px) and (max-width: 1180px) {
	#navbarsExampleDefault{
		justify-content: space-around !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 5px 0px 5px !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		font-size: 15px;
	}

}


@media (max-width: 991px) {
	p, a{
		font-size: 18px;
	}


.mob_btn{
  display: block!important;
  margin-top: 5px;
}
.navbar-toggler {
  background-color: var(--theme_primary);
  float: right;
  position: absolute;
  right: 15px;
  top: 10px;
}	
	
.social.social_list.d-flex.mb-0.gap-3 {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}

.navbar.navbar-expand-lg.navbar-light.bottom_nav {
  position: absolute;
  margin-top: 7px;
  width: 100%;
  background: linear-gradient(90deg, rgb(255 255 255) 0%, rgba(0, 17, 38, 0.9) 68%);
}
.services .item .service_details h4 {
  height: 70px;
  place-content: center;
  font-size: 1.5rem;
}
.mobile-logo {
  display: none;
}
.main_heading_right .text-end {
  text-align: center!important;
}
.widget.d-flex.padding_top15.res-575-margin_bottom20.align-items-center {
  text-align: center!important;
  justify-content: center!important;
}
.main_heading_wrap {
  text-align: center;
}
.contact_wrapper h2 span{
    font-size: 23px!important;
}
.services .sub_heading{
  width: max-content;
  margin: auto;
}
.aboutUs .about_content .cssbuttons-io-button {
  width: max-content;
  margin: auto;
}
.mainmobilelogo{
    display: block;
    width: 200px;
     object-fit: contain;
}
.logobox {
  width: 200px;
}
.menu-area .col-auto {
  display: contents;
}
.mailchimp-inputbox p span input {
  width: 70% !important;
}
.footer .theme_btn.footer-btn {
  position: absolute;
  top: 50%;
  right: 50px;
}
.mailchimp-inputbox {
  height: 52px;
}
.vl-logo img {
  width: 100%;
  height: 70px;
  object-fit: contain;
}
.vl-logo {
  width: 60%;
  position: relative;
  top: 5px;
  left: 5%;
}
.logo-small {
  width: 25%;
  height: auto;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
    width: 98%!important;
}
	#logo-small img{
		width: 160px;
	}
	#bottom_nav .container-fluid{
		width: 95%;
	}
	
	.navbar-toggler-icon {
		width: 1.5em;
		height: 1.5em;
	}
	#mega-menu-wrap-primary #mega-menu-primary {
		display: flex !important;
		flex-direction: column;
		align-items: flex-start;
	}
	.top_nav .navbar-nav {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		width: 100%;
	}
	.top_nav .nav-item a .top_icon_box, .top_nav .nav-item .top_icon_box {
    	width: 100%;
	}
	.theme_header .row>* {
		padding-left: 0;
	}
	.navbar .theme_btn.ms-5 {
/*     	width: max-content; */
		margin-left: 0!important;
		margin-bottom: 15px;
	}
	.hero_banner {
		margin-bottom: 0;
	}
	.services.country_cater {
		top: 0;
	}
	.hero_banner .carousel-item {
		height: 70vh;
	}
	.services.country_cater {
		display: flex;
		flex-direction: column-reverse;
	}
	
}




@media (max-width: 767px) {
	.py-8 {
		padding: 5rem 0;
	}
	.w-75 {
		
	}

    .logo-small {
    width: 35%;
    height: auto;
  }
	.hero_banner .carousel-caption {
		width: 90%;
	}
	.hero_banner .theme_btn.w-25.mx-auto{
		width: max-content !important;
	}
	.banner_call_left h2{
		text-align: center;
	}
	.banner_call {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.top_nav .navbar-nav {
        grid-template-columns: 1fr 1fr;
    }
	.footer-logo img {
		width: 160px;
	}
	.footer .widget .social-icons li>a {
		font-size: 24px;
	}
	.main_heading {
		text-align: center !important;
	}
	.services p.w-75, .home_contact_form p.w-75, .news p.w-75, .aboutUs p{
		width: 100% !important;
		text-align: center;
	}
	.widget{
		justify-content: center;
	}
/*  breadcrumbs	 */
	.page_breadcrumb {
		padding: 60px 0 40px;
	}
/* 	about */
	.about_fig1{
		width: 100% !important;
		height: 300px !important;
	}
.country_cater .service_details ul {
  height: auto!important;	
}



}

@media (max-width: 575px) {
.py-8{
    padding: 4% 0px!important;
}
.usp .main_heading{
	text-align: center;
}
.breadcrumb_title span {
  font-size: 1.8rem;
}
.bookconbtn {
  background: var(--theme_primary);
  height: 35px;
  width: 106%;
  color: #fff;
  line-height: 35px;
  padding: 4px -1px;

  font-size: 15px;
}	
.logo-small {
    width: 40%;
    height: auto;
  }
.theme_header {
  padding: 0px 0px;
  top: -8px;
/*   position: relative; */
}
	
.main_heading_wrap h6{
    font-size: 1.5rem;
}
.services .item .service_details h4 {
    font-size: 2rem!important;
  }
  #button::after {
  font-size: 1em;
  line-height: 0px;
  color: #fff;
}
#button {
  display: inline-block;
  background-color: var(--theme_primary);
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 50px;
  right: 10px;
}
.blog-content h4{
    font-size: 20px;
}
.navbar.navbar-expand-lg.navbar-light.bottom_nav {
    width: 100%;
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgba(167, 197, 234, 0.58) 68%);
  }
  p {
    font-size: 18px!important;
  }
  .widget-area.col-lg-4.col-md-12.col-sm-12.text-end.d-flex.justify-content-end {
  text-align: left!important;
}
.buttn{
	display: none;
}
	.bottom-footer-text .color_orange{
		font-size: 1.4rem!important;
		padding-bottom: 0px!important;
	}
	.social-icons {
  position: relative;
  top: 3px;
}
.country_cater .service_details ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
 .services .sub_heading {
    width: 100%;
}
.widget h4{
	margin-top: 0px!important;
	font-size: 18px!important;
}  
	.usp_card_main h4{
		font-size: 2rem!important;
	}	
.import_links a {
  font-size: 18px;
}
.logo-small img{
	height: 100%;
	width: 100%;
}
.contact_form {
  padding: 20px;
  border-radius: 30px;
  margin-top: 20px;
}
.row.copyright.text-center {
  padding-bottom: 10%;
}
.bottom-menu{
	display: block;
}
.card_content p{
	font-size: 16px!important;
}
.mailchimp-inputbox p span input {
    width: 100% !important;
  }
  .first-footer .widget br{
  	display: none;
  }
  .footer .theme_btn.footer-btn {
    position: relative;
    top: 20px;
    right: 0px;
    width: 100%;
    transform: translateY(0%);
  }
.page_contact_icon {
  top: 0;
  left: 0;
  background-color: var(--theme_primary);
  width: 70px;
  height: 60px;
}
.card_details i {
  font-size: 25px;
  color: var(--theme_dark);
  transition: animation 0.5s ease-in-out;
  position: relative;
  left: -5px;
  top: -3px;
}
.footer-logo img {
    width: 100%;
    height: 80px;
    object-fit: contain;
  }
 .about_content{
	padding: 0px;
	 margin: 8% 0px!important;
}
.blog-details-inner .more_blogs_details p{
    font-size: 14px!important;
}
.blog-details-inner figure{
  width: 110px;
  height: 120px;
}
  .widget h3{
    font-size: 25px!important;
  } 
.aboutUs p {
    width: 100% !important;
    text-align: left!important;
  }
  #abtpage_cont p{
    width: 100% !important;
    text-align: left!important;
  }
  .py-5 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
  .main_heading_wrap {
    text-align: left!important;
    padding: 15px;
  }
.blog-details-inner{
  height: auto!important;
}
.blog-details-inner img {
  width: 100%!important;
  height: 120px !important;
  object-fit: cover!important;
  transition: all 0.5s ease-in-out;
}
.page_breadcrumb {
    padding: 25% 0px 5% 0px;
  }
    .services.country_cater .service_fig, .news_card_fig {
  width: 100%;
  height: 250px;}
	.country_cater .main_heading_wrap{
		flex-direction: column;
	}
	.country_cater .main_heading_left.w-50, .country_cater .main_heading_right.w-50{
		width: 100% !important
	}
	.country_cater .main_heading_right.w-50 p{
		text-align: center !important;margin-bottom: 15px !important;
	}
	 .hero_banner .carousel-item {
        height: 45vh;
    }
.banner_call_left h2 span {
  font-size: clamp(2rem, 3vw, 3rem);
}
 .th-menu-toggle {
  width: 45px!important;
  height: 42px!important;
}   
.country_cater_carousel.owl-carousel.owl-theme.owl-loaded.owl-drag {
  width: 90%;
  margin: auto;
}
.services .owl-carousel .owl-item .item {
  width: 100%;
}
.form-group input {
  margin-bottom: 10px;
}
.marital label{color: var(--theme_primary);}
.home_contact_form input.form-control, .home_contact_form textarea.form-control{
	font-size: 14px;
}
.services .container .services_carousel {
  padding-top: 0px;
}
.hero_banner .carousel-caption {
  width: 70%;
  top: 40%;
}
.hero_banner h1 span {
  font-size: 25px!important;
  font-weight: 900;
  color: var(--theme_light);
}
.hero_banner h1 {
  font-size: 25px!important;
  line-height: 1;
}
.mainmobilelogo {
    display: block;
    width: 150px;
    object-fit: contain;
  }
.cssbuttons-io-button{
    font-size: 15px!important;
}
  .logobox {
    width: 150px;
  }
.theme_btn.ms-5 {
  margin-left: 0px!important;
}
.page_breadcrumb h1{
   font-size: 20px!important;
  line-height: 1; 
}
.blog-details-img img{
    height: 250px!important;
}	
.menu-footer-quick-links li a {
  color: var(--theme_light);
  margin-bottom: 0px;
}
.widget h3{
    padding-bottom: 0px!important;
}
.widget{
    padding: 20px 0px;
}
.widget_nav_menu li {
  margin-left: 5px!important;
  line-height: 1;
}
.bottom-footer-text p{
    line-height: 25px;
}
.card_details .card_content p {
  font-size: 15px;
}
.card_details h4{
    font-size: 18px!important;
    line-height: 1;
}
.why-choose-us li {
  width: calc(100% - 10px)!important;
  list-style-position: inside;
}
 h2 {
    font-size: 22px!important;
  }
h3 {
    font-size: 19px!important;
  }
h4{
    font-size: 15px!important;
  }
	.usp_card1_main h4{
		font-size: 2rem!important;
	}
	
	
.theme_btn.w-50.mx-auto {
  margin-bottom: 20px!important;
}


}





@media (max-width: 480px) {
 .cssbuttons-io-button {
    font-size: 13px !important;
  }
.featured-title p{
	font-size: 15px!important;
}
.breadcrumb_title span {
    font-size: 1.3rem;
  }



}
















/* Force the mobile menu to stay on top of all page content */
#mega-menu-wrap-primary {
    z-index: 99999 !important;
    position: relative;
}

/* Ensure the menu is visible when the 'mega-menu-open' class is active */
#mega-menu-primary.mega-menu-open {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Fix for sub-menus being cut off on mobile */
@media only screen and (max-width: 991px) {
    .mega-menu-item-has-children.mega-toggle-on > .mega-sub-menu {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        position: relative !important;
        height: 300px!important;
        overflow: scroll!important;
    }
}

.btn custom-consult-btn {
    background-color: #a38b14;
    color: #fff;
    border: none;
    transition: all 0.3s ease;
}

.btn custom-consult-btn:hover {
    background-color: #001126!important;
    color: #fff!important;
}









































