
html,body{
	scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
a {
	text-decoration: none!important;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}
h1{
	font-size: 25px;
}
h2{
	font-size: 25px;
}
a.filled-button {
	background-color: #004984;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.filled-button:hover {
	background-color: #fff;
	color: #004984;
}

a.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.border-button:hover {
	background-color: #fff;
	color: #004984;
}

.section-heading {
	text-align: center;
	margin-bottom: 80px;
}

.section-heading h2 {
	font-size: 36px;
	font-weight: 600;
	color: #1e1e1e;
}

.section-heading em {
	font-style: normal;
	color: #004984;
}

.section-heading span {
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
}

#preloader {
  overflow: hidden;
  background: #004984;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Sub Header Style */

.sub-header {
	background-color: #004984;
	height: 42px;
	line-height: 42px;
}

.sub-header ul li {
	display: inline-block;
}

.sub-header ul.left-info li {
	/*border-left: 1px solid rgba(250,250,250,0.3);*/
	padding: 0px 20px;
}



.sub-header ul.left-info li i {
	margin-right: 10px;
	font-size: 18px;
}

.sub-header ul.left-info li a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.sub-header ul.right-icons {
	float: right;
}

.sub-header ul.right-icons li {
	/* margin-right: 100px;
	width: 100px; */
	/* display: inline-block; */
	text-align: center;
    padding:0px 20px;
	/*border-right: 1px solid rgba(250,250,250,0.3);*/
}


.sub-header ul.right-icons li i {
	margin-right: 10px;
	font-size: 18px;
}
.sub-header ul.right-icons li a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s;
	
}

.sub-header ul.right-icons li a:hover {
	opacity: 0.75;
}



/* Header Style */
header {
	position: absolute;
	z-index: 99999;
	width: 100%;
	background-color: transparent!important;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header .navbar {
	background-color: rgba(255, 251, 251, 1);
	/* background-color: transparent; */
	padding: 5px 0px;
}
.background-header .navbar {
	background-color: rgba(255, 251, 251, 1);
	padding: 0px 0px;
}
.background-header {
	top: 0;
	position: fixed;
	background-color: rgb(243, 242, 242)!important;
	
	box-shadow: 0px 1px 1px rgba(0,0,0,.1);
}
.background-header .navbar-brand h2 {
	color: #004984!important;
}
.background-header .navbar-nav a.nav-link {
	color: #1e1e1e!important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.current,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #004984!important;
}
.navbar .navbar-brand {
	float: 	left;
	margin-top: 1px;
	outline: none;
}
.navbar .navbar-brand h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
	font-style: normal;
	font-size: 16px;
}
#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}
/* .navbar .navbar-nav .nav-item {
	margin: 0px 15px;
} */
.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: rgb(15, 15, 15);
	transition: all 0.5s;
	/* margin-top: 5px; */
	background-color: #EFEFF7;
	padding: 15px 25px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.current,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: rgb(8, 91, 245);
	border-bottom: 3px solid #004984;
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border-color: #fff;
	background-color: #fff;	
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 20px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #004984;
	font-size: 18px;
	line-height: 26px;
	font-family: 'FontAwesome';
}


/* Banner Style */
.main-banner .Modern-Slider .item {
    position: relative;
}

.main-banner .Modern-Slider .item img {
    width: 100%;
    height: auto;
}
.Modern-Slider .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity to your preference */
    z-index: 1;
}

.main-banner .Modern-Slider .item .heading {
    position: absolute;
	z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    
    padding: 10px; /* Optional: adds padding around the text */
}

.img-fill{
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
  }
  
  .img-fill img {
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/* display: inline-block; */
	max-width: 100%;
  }
  
  *,
  *:before,
  *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  /* .content{
	width: 100px;
	  background-color: #000;
	  opacity: .5;
	  border-radius: 14px;
	  
  } */
  .content .h1{
	color: white;
	font-size: 51px;
  }
  .Grid1k {
	padding: 0 15px;
	max-width: 1200px;
	margin: auto;
  }
  
  .blocks-box,
  .slick-slider {
	margin: 0;
	padding: 0!important;
  }
  
  .slick-slide {
	float: left /* If RTL Make This Right */ ;
	padding: 0;
  }

  .Modern-Slider .item img{
	width: 100%;
	height: 100%;
	height: auto;
	max-height: 60vh;
	aspect-ratio: 4/1;
	background:#000;
  }

  @media (max-width:767px) {
	.Modern-Slider .item img{
		aspect-ratio: 1/3;
	}
  }
  @media (max-width:445px) {
	.Modern-Slider .item img{
		aspect-ratio: 1/2;
	}
  }
  
  .Modern-Slider .item .info > div{
	display:inline-block!important;
	vertical-align:middle;
  }
  
  .Modern-Slider .NextArrow{
	position:absolute;
	top:50%;
	right:30px;
	border:0 none;
	background-color: transparent;
	text-align:center;
	font-size: 36px;
	font-family: 'FontAwesome';
	color:#FFF;
	z-index:5;
	outline: none;
  }
  
  .Modern-Slider .NextArrow:before{
	content:'\f105';
  }
  
  .Modern-Slider .PrevArrow {
	position:absolute;
	top:50%;
	left:30px;
	border:0 none;
	background-color: transparent;
	text-align:center;
	font-size: 36px;
	font-family: 'FontAwesome';
	color:#FFF;
	z-index:5;
	outline: none;
  }
  
  .Modern-Slider .PrevArrow:before{
	content:'\f104';
  }
  
  .scroll-down {
	position: absolute;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 10;
  }
  
  .scroll-down a {
	display: inline-block;
	background-color: #5fb759;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  }
  
  ul.slick-dots {
	display: none!important;
  }
  
  .Modern-Slider .text-content {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  
  .Modern-Slider .item h3 {
	margin-bottom: 25px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	color:#FFF;
	animation:fadeOutRight 1s both;
  }
  
  .Modern-Slider .item h5 {
	margin-bottom: 50px;
	font-size: 36px;
	font-weight: 200;
	letter-spacing: 2.5px;
	color:#FFF;
	overflow:hidden;
	animation:fadeOutLeft 1s both;
  }
  
  .Modern-Slider .item a {
	margin: 0 5px;
  }
  
  .Modern-Slider .item.slick-active h3{
	animation:fadeInDown 1s both 1s;
  }
  
  .Modern-Slider .item.slick-active h5{
	animation:fadeInLeft 1s both 1.5s;
  }
  
  .Modern-Slider .item.slick-active{
	animation:Slick-FastSwipeIn 1s both;
  }
  
  .Modern-Slider .buttons {
	position: relative;
  }
  
  .Modern-Slider {background:#000;}
  
  
  /* ==== Slick Slider Css Ruls === */
  .slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
  .slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
  .slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
  .slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  .slick-track{position:relative;top:0;left:0;display:block}
  .slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
  .slick-loading .slick-track{visibility:hidden}
  .slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
  .slick-slide.dragging img{pointer-events:none}
  .slick-initialized .slick-slide{display:block}
  .slick-loading .slick-slide{visibility:hidden}
  .slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
  
/*
---------------------------------------------
about
---------------------------------------------
*/

#about {
	margin-top: 10px;
	padding: 60px 0px 0px 0px;
	position: relative;
	z-index: 9;
  }
  
  #about .container {
	border-bottom: 5px solid #f7f7f7;
	
  }
  
  #about .section-heading {
	margin-bottom: 10px;
  }
  
  #about .section-heading img {
	float: left;
	margin-right: 15px;
	margin-top: 10px;
	width: 550px;
	height: 360px;
  }
  .social-links a{
	background-color: #EFEFF7;
	padding: 10px 20px;

  }
  
  #about .right-text-content {
	margin-top: 40px;
  }
  
  #about  p {
	font-size: 14px;
    line-height: 27px;
    color: #777;
	/* text-indent: 30px; */
	text-align: justify;
	/* font-weight: 500; */
  }
  /* #about  p::first-letter{
	font-size: 22px;
	font-weight: 600;
	
  } */

  /* travel Service */
 
  .travel-service .image-container h3{
	margin-top: 10px;
    padding: 10px 10px;
    color: #430A5D;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    height: 60px;
    width: 100%;
    position: relative;
    align-items: center;
    text-align: center;
  }
  .travel-service .image-container {
	position: relative;
    overflow: hidden;
	margin: 20px 0px 20px 0px;
	-webkit-box-shadow: 7px 9px 12px -1px rgba(221,221,221,1);
	-moz-box-shadow: 7px 9px 12px -1px rgba(221,221,221,1);
	box-shadow: 7px 9px 12px -1px rgba(221,221,221,1);
  } 

  .travel-service .image-container img {
	height: auto;
	width: 100%;
	border: 5px solid #F1F6F9;
    -webkit-transition: all 400ms ease-in 0s;
    transition: all 400ms ease-in 0s;	
  }
  .travel-service .image-container:hover img {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  .travel-service .image-container::before{
	contain:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;	
    -webkit-transition:all 400ms ease-in 0s;
    transition:all 400ms ease-in 0s;
  }
  .travel-service .service-item-wrap{
	position: absolute;
    left: 1rem;
    right: 1em;
    top: 35%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .travel-service .image-container .service_text{
	border: 3px solid #F1F6F9;
	border-radius: 5px;
	padding: 4px;
	transform: scale3d(1.2, 1.2, 1.2);
    transition: all 500ms ease-in 0s;
    opacity: 0;
  }
  .travel-service .image-container .service_text p{
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
  }
  .travel-service .image-container:hover .service_text{
	opacity: 10;	
	background-color: rgba(0,0,0,0.9);
	/* background-color: black; */
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  /*
  ---------------------------------------------
  features
  ---------------------------------------------
  */
  
  #features {
	padding-top: 80px;
	padding-bottom: 70px;
  }
  
  #features .features-item {
	margin-bottom: 50px;
  }
  
  .features-item .features-icon {
	float: left;
	width: 20px;
  }
  
  #features .features-content {
	margin-left: 75px;
  }
  
  .features-item .features-content h4 {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
	padding-left: 20px;
  }
  
  .features-item .features-content p {
		margin-bottom: 15px;
		padding-left: 20px;
		line-height: 1.4;
  }
	.features-item .features-content a {
		padding-left: 20px;
  }
/* Request Form */

.request-form {
	background-color: #004984;
	padding: 40px 0px;
	color: #fff;
}

.request-form h4 {
	font-size: 22px;
	font-weight: 600;
}

.request-form span {
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	margin-top: 10px;
}

.request-form a.border-button {
	margin-top: 12px;
	float: right;
}



/*-----------------
CROUSEL Start
------------------*/

.cards-wrapper {
	display: flex;
	justify-content: center;
  }
  .card img {
	max-width: 100%;
	max-height: 100%;
  }
  .card {
	margin: 0 0.5em;
	box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
	border: none;
	border-radius: 0;
  }
  .carousel-inner {
	padding: 1em;
  }
  .carousel-control-prev,
  .carousel-control-next {
	background-color: #e1e1e1;
	width: 5vh;
	height: 5vh;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
  }
  @media (min-width: 768px) {
	.card img {
	  height: 11em;
	}
  }

/* More Info */

.more-info {
	margin-top: 140px;
}

.more-info .left-image img {
	width: 100%;
	overflow: hidden;
}

.more-info .more-info-content {
	background-color: #f7f7f7;
}

.about-info .more-info-content {
	background-color: transparent;
}

.about-info .right-content {
	padding: 0px!important;
	margin-right: 30px;
}

.more-info .right-content {
	padding: 45px 45px 45px 30px;
}

.more-info .right-content span {
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.more-info .right-content h2 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 35px;
}

.more-info .right-content em {
	font-style: normal;
	color: #004984;
}

.more-info .right-content p {
	margin-bottom: 30px;
}

/*page heading*/

.page-heading-service {
	text-align: center;
	background: linear-gradient(rgba(0, 0, 0,0.8),rgba(0, 0, 0,0.8),rgba(0, 0, 0,0.8)),url(../images/photos/SERVICESPHOTO.jpg);
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 110px 0px 110px 0px;
	color: white;
}

.page-heading-service h1 {
	text-transform: uppercase !important;
	font-size: 72px; 
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 18px;
	text-shadow: 2px 2px 9px rgba(78, 228, 9, 0.5);
}

.page-heading-service span {
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 1px;
	color: white;
	display: block;
	font-size: 30px;
	font-weight: 700;
	text-shadow: 2px 2px 9px rgba(74, 207, 12, 0.5);
}

.page-heading {
	text-align: center;
	background: linear-gradient(rgba(0, 0, 0,0.7),rgba(0, 0, 0,0.7),rgba(0, 0, 0,0.7)),url(../images/photos/about-header.jpg);
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 110px 0px 110px 0px;
	color: white;

}
.page-heading-contact {
	text-align: center;
	background: linear-gradient(rgba(0, 0, 0,0.7),rgba(0, 0, 0,0.7),rgba(0, 0, 0,0.7)),url(../images/contact_us2.jpg);
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 110px 0px 110px 0px;
	color: white;

}

.page-heading h1 {
	text-transform: uppercase;
	font-size: 62px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 18px;
	/* text-shadow: 3px 0px 2px rgba(0,0,0,0.6); */
	text-shadow: 2px 2px 9px rgba(66, 68, 90, 1);
	color: #FFFDD7;
}
.page-heading-contact h1 {
	text-transform: uppercase;
	font-size: 62px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 18px;
	/* text-shadow: 3px 0px 2px rgba(0,0,0,0.6); */
	text-shadow: 2px 2px 9px rgba(66, 68, 90, 1);
	color: #FFFDD7;
}
.page-heading span {
	font-size: 40px;
	text-transform: capitalize;
	letter-spacing: 1px;
	/* color: #fff; */
	display: block;
	/* text-shadow: 3px 0px 2px rgba(0,0,0,0.6); */
	text-shadow: 2px 2px 9px rgba(66, 68, 90, 1);
	color: #FFFDD7;
	font-weight: 500;
}
.page-heading-contact span {
	font-size: 40px;
	text-transform: capitalize;
	letter-spacing: 1px;
	/* color: #fff; */
	display: block;
	/* text-shadow: 3px 0px 2px rgba(0,0,0,0.6); */
	text-shadow: 2px 2px 9px rgba(66, 68, 90, 1);
	color: #FFFDD7;
	font-weight: 500;
}
.c1{
	background-image: linear-gradient(to right, rgba(76, 76, 248, .9), rgb(74, 74, 255,.9));
	
}
.c2{
	background-image: url(../images/air.jpg);
	/* background-color: rgba(255, 255, 255, 0.5); */
  background-blend-mode: overlay;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.opa{
	opacity: 1;
}
#contact-us .section-heading {
	margin-bottom: 50px;
	
	
}
  #contact-us .section-heading h6 {
	color: #eaf1ea;
  }
  
  #contact-us .left-text-content ul li {
	margin-bottom: 30px;
  }
  
  #contact-us .left-text-content ul li {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
  }
  
  #contact-us .left-text-content ul li img {
	margin-right: 15px;
  }
  
  #contact-us {
	padding: 120px 0px;
	
	
	
  }
  
  #contact {
	margin-top: 40px;
	
	
  }
  
  .contact-form input,
  .contact-form textarea {
	color: #7a7a7a;
	font-size: 15px;
	border: 1px solid #ddd;
	background-color: #fff;
	width: 100%;
	height: 46px;
	outline: none;
	padding-top: 3px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 30px;
  }
  
  .contact-form textarea {
	height: 150px;
	resize: none;
	padding: 20px;
  }
  .contact-form .btn1{
	
	border-radius: 10px;
  }
  

  .contact-form ::-webkit-input-placeholder { /* Edge */
	color: #7a7a7a;
  }
  
  .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #7a7a7a;
  }
  
  .contact-form ::placeholder {
	color: #7a7a7a;
  }
  
 
  
  
  
  /* 
  ---------------------------------------------
  footer
  --------------------------------------------- 
  */
  
  footer {
	padding: 20px 0px;
	background: rgb(72, 124, 236);
	background: linear-gradient(145deg, rgb(54, 128, 240) 0%, rgb(50, 94, 241) 50%);
  }
  
  footer .left-text-content p {
	color: #fff;
	font-size: 14px;
  }
  
  footer .left-text-content a {
	color: #fff;
  }
  
  footer .right-text-content {
	float: right;
  }
  
  footer .right-text-content p {
	color: #fff;
	font-size: 14px;
	margin-right: 15px;
	text-transform: uppercase;
  }
  
  footer .right-text-content ul li {
	display: inline-block;
  }
  
  footer .right-text-content ul li a {
	width: 32px;
	height: 32px;
	display: inline-block;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	background-color: #fff;
	border-radius: 50%;
	color: #5fb759;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
  }
  
  footer .right-text-content ul li a:hover {
	background-color: #5fb759;
	color: #fff;
  }
  
  @media (max-width: 992px) {
	footer .left-text-content p {
	  text-align: center;
	  margin-bottom: 30px;
	}
	footer .right-text-content {
	  float: none;
	  text-align: center;
	}
  }
  

/* Single Service */

.single-services {
	margin-top: 140px;
}

#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
	text-transform: capitalize;
	width: 100%;
	padding: 30px 30px;
	display: inline-block;
	background-color: #004984;
  	font-size: 20px;
  	color: #121212;
  	letter-spacing: 0.5px;
  	font-weight: 700;
  	transition: all 0.3s;
}
#tabs ul li a i {
	float: right;
	margin-top: 5px;
}
#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
  color: #fff;
}
#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.tabs-content {
	margin-left: 30px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.tabs-content img {
	max-width: 100%;
	overflow: hidden;
}
.tabs-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
	margin-top: 30px;
}
.tabs-content p {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 0px;
}



/* Contact Information */

.contact-information {
	margin-top: 60px;
	margin-bottom: 60px;	
}

.contact-information .contact-item {
	padding: 30px 30px;
	height: 400px;
	background-color: #f7f7f7;
	text-align: center;
	align-content: center;
	
}

.contact-information .contact-item i {
	color: #004984;
	font-size: 48px;
	margin-bottom: 20px;
}

.contact-information .contact-item h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.contact-information .contact-item p {
	margin-bottom: 20px;
}

.contact-information .contact-item a {
	font-weight: 600;
	color: #004984;
	font-size: 15px;
}




/* Responsive Style */
@media (max-width: 768px) {
	.sub-header {
		display: none;
	}
	 .img-fill img{
		width:600px;
		height: 375px;
	}
	.Modern-Slider .item h6 {
	  margin-bottom: 15px;
	  font-size: 18px;
	}
	.Modern-Slider .item h1 {
		margin-bottom: 15px;
		font-size: 21px;
	}
	.Modern-Slider .item h4 {
	  margin-bottom: 25px;
	  font-size: 28px;
	  line-height: 36px;
	  letter-spacing: 1px;
	}
	.Modern-Slider .item p {
		max-width: 570px;
		line-height: 25px;
		margin-bottom: 30px;
	}
	.Modern-Slider .NextArrow{
	  right:5px;
	}
	.Modern-Slider .PrevArrow {
	  left:5px;
	}
	.request-form {
		text-align: center;
	}
	.request-form a.border-button {
		float: none;
		margin-top: 30px;
	}
	.services .service-item {
		margin-bottom: 30px;
	}
	.fun-facts .left-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.more-info .right-content  {
		padding: 30px;
	}
	footer {
		padding: 80px 0px 20px 0px;
	}
	footer .footer-item {
		border-bottom: 1px solid #343434;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	footer .last-item {
		border-bottom: none;
	}
	.about-info .right-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.team .team-item {
		margin-bottom: 30px;
	}
	.tabs-content {
		margin-left: 0px;
		margin-top: 30px;
	}
	.contact-item {
		margin-bottom: 30px;
	}
}
@media (max-width: 568px) {
	
	.img-fill img{
		width:400px;
		height: 250px;;
	}
}
@media (max-width: 368px) {
	
	.img-fill img{
			width:320px;
			height: 200px;;
	}
}
@media (max-width: 992px) {
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 10px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 80px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1e1e1e!important;
	}
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.current,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #004984!important;
		border-bottom: none!important;
	}
}
.fw-semi-bold{
	font-weight: 600 !important;
}

.glass-blur{
	background: rgba(255, 255, 255, 0.61);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(6.9px);
	-webkit-backdrop-filter: blur(6.9px);
}
