html,
body {
  margin: 0;
  padding: 0;
  font-family: Epilogue, sans-serif;
}
* {
  box-sizing: border-box; 
}

/************************************ Navbar *******************************************/
label.error{
	color: red;
    font-size: 12px;
    /* font-weight: bold; */
}
.main-navbar {
  background-color: #111111;
}
.book-link{
	margin-left:20px;
}

.language-dropdown {
  border: 1.5px solid #111111;
  border-radius: 5px;
  padding: 10px 36px;
  background-color: #111111;
  color: #fff;
  font-size: 16px;
}
.login-button {
  border: 1.5px solid #0D4637;
  border-radius: 5px;
  padding: 10px 60px;
  background-color: #0D4637;
  color: #fff;
  font-size: 16px;
}
.sub-navbar {
  background-color: #333333;
  padding: 0;
}
.sub-navbar ul li a {
  color: #fff;
  padding: 0;
  text-decoration: none;
}
.sub-navbar ul li a:hover {
  color: #fff;
}
.sub-navbar ul li {
  padding: 4px 22px;
}
.sub-navbar ul {
  padding: 10px 0;
}

/*********************************************** Hero Slider ******************************************/

.hero-slider img {
  max-height: 830px;
  object-fit: cover;
  background: #524e5a;
  opacity: 0.6
  
}
.hero-slider .horizon {
  border-bottom: 8px solid #0D4637;
  width: 4%;
  margin: 10px auto;
  border-radius: 2px;
}

#carouselExampleDark .carousel-caption {
  bottom: 320px;
}

#carouselExampleDark .carousel-indicators {
  bottom: 280px;
}
#carouselExampleDark .carousel-indicators button {
  bottom: 280px;
  width: 18px;
  border-radius: 2px;
  border: 1px solid white;
}
#carouselExampleDark button{
  z-index: 1000;
}
#carouselExampleDark .carousel-indicators .active {
  background-color: #0D4637;
  width: 36px;
  border-radius: 2px;
  border: 1px solid #0D4637;
}

#carouselExampleDark {
  background: linear-gradient(to bottom, transparent 0%, black 100%);
}

/************************************** Hero bottom section ************************************/
/*.carousel-item .carousel-caption{
	background: #524e5a;
	margin-bottom: 20px;
	opacity:0.9;
}*/
.carousel-item .carousel-caption h5{
	font-size: 2.25rem;
    font-weight: bold;
}
.hero-bottom-section {
  background-color: #000000;
  color: #fff;
  padding: 80px 0px;
  position: relative;
  top: -1rem;
}

.hero-bottom-section::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  top: -100%;
  z-index: 999;
  display:none;
}

.hero-bottom-section .icon-check {
  background-color: #0D4637;
  padding: 17px;
  width: fit-content;
  margin: auto;
  border: 16px solid #222222;
  border-radius: 100px;
}
.hero-bottom-section .icon-back {
  background-color: #0D4637;
  padding: 24px;
  width: fit-content;
  margin: auto;
  border: 16px solid #222222;
  border-radius: 100px;
}
.hero-bottom-section h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  margin: 14px 0;
}
.hero-bottom-section p {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

/******************************************** mobile app section *********************************************/

.app-section {
  background-color: #111111;
  color: #fff;
  padding-top: 150px;
  position: relative;
}
.app-section .mobile-app-link {
  max-width: 400px;
}
.app-section h1 {
  font-size: 56px;
  font-weight: 600;
  line-height: 68px;
  text-align: center;
  margin-bottom: 30px;
}
.app-section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  margin-bottom: 60px;
}
.app-section .app-screen-image {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.app-section .app-screen-image .screen-one {
  max-width: 400px;
  margin-right: -250px;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
.app-section .app-screen-image .screen-two {
  max-width: 440px;
  margin-bottom: -250px;
  position: relative;
  z-index: 1;
  margin-left: 50px;
}
.app-section .app-back {
  text-align: center;
  margin-top: 220px;
}
.app-section .app-back img {
  max-width: 800px;
}

/********************************************** Service Section ******************************************/

.service-back{
  position:absolute
}
.service-back img{
  width: 100%;
  opacity: 2%;
}
.service-head{
  margin-top: 165px;
  font-size: 56px;
  font-weight: 600;
  line-height: 68px;
}
.circle {
  width: 1200px;
  height: 1200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
}
.hexagon {
  width: 400px;
  height: 400px;
  background-color: #fafafa;
  color: #000000;
  text-align: center;
  position: absolute;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.hexagon img {
  margin-bottom: 34px;
}
.hexagon .service-block {
  margin-top: 55px;
}
.hexagon h4 {
  margin-bottom: 20px;
}
.hexagon p {
  margin-bottom: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.hexagon a{
  text-decoration: none;
}
.hexagon:nth-child(1) {
  top: 0;
  left: 17%;
}
.hexagon:nth-child(2) {
  top: 0;
  left: 51%;
}
.hexagon:nth-child(3) {
  top: 25.6%;
  left: 68%;
}
.hexagon:nth-child(4) {
  top: 51.2%;
  left: 51%;
}
.hexagon:nth-child(5) {
  top: 51.2%;
  left: 17%;
}
.hexagon:nth-child(6) {
  top: 25.6%;
  left: 0%;
  /* border: 2px solid #0D4637; */
}

.hexagon:nth-child(7) {
  top: 25.6%;
  left: 34%;
  /* background-color: transparent; */
}
.service-button {
  border: 1.5px solid #dcdcdc;
  border-radius: 5px;
  padding: 10px 50px;
  background-color: #fafafa;
  color: #000;
  font-size: 16px;
  transition: 0.5s ease;
}
.service-button:hover {
  border: 1.5px solid #0D4637;
  border-radius: 5px;
  padding: 10px 50px;
  background-color: #0D4637;
  color: #fff;
  font-size: 16px;
}
.circle .hexagon .service-heading h1 {
  margin-top: 165px;
  font-size: 56px;
  font-weight: 600;
  line-height: 68px;
}

/***************************************** About Us Section ********************************************/

.about-us {
  padding: 150px 0px;
  background-color: #f4f4f4;
}
.about-us h1 {
  font-size: 56px;
  font-weight: 600;
  line-height: 68px;
}
.about-us p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 36px 0;
}
.about-us ul {
  padding-left: 1.21rem;
}
.about-us ul li {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}
.about-us ul li::marker {
  color: #0D4637;
}
.about-us button {
  border: 1.5px solid #0D4637;
  border-radius: 5px;
  padding: 10px 50px;
  background-color: #0D4637;
  color: #fff;
  font-size: 16px;
  transition: 0.3s ease;
}
.about-us button:hover {
  border: 1.5px solid #0D4637;
  border-radius: 5px;
  padding: 10px 50px;
  background-color: #f4f4f4;
  color: #000;
  font-size: 16px;
}
.about-us .about-image {
  z-index: 1;
  position: relative;
}
.back-outline-block {
  height: 45%;
  width: 300px;
  border: 1px solid #000;
  position: absolute;
  z-index: -1;
  border-radius: 5px;
}
.back-solid-block {
  height: 46%;
  width: 300px;
  border: 1px solid #222222;
  background-color: #222222;
  position: absolute;
  top: 330px;
  z-index: -1;
  border-radius: 5px;
}

/* Testimonial Section */

.testimonial .horizon {
  border-bottom: 8px solid #0D4637;
  width: 4%;
  margin: 10px auto;
  border-radius: 2px;
}
.testimonial h1 {
  font-size: 56px;
  font-weight: 600;
  line-height: 68px;
}
.testimonial .carousel-inner {
  width: 70%;
  margin: auto;
}
.testimonial .carousel-control-prev,
.testimonial .carousel-control-next {
  cursor: default;
}
.testimonial .carousel-control-prev-icon,
.testimonial .carousel-control-next-icon {
  filter: none;
}
.testimonial .carousel-control-prev-icon::after,
.testimonial .carousel-control-next-icon::after {
  content: "➜";
  border: 1px solid #0D4637;
  background-color: #0D4637;
  filter: none;
  padding: 30px 31px;
  border-radius: 40px;
  cursor: pointer;
}
.testimonial .carousel-control-prev-icon {
  transform: scaleX(-1); /* Flip the icon horizontally for previous button */
}

/***************************************** Footer section *****************************************/

.footer {
  background-color: #111111;
  color: #fff;
}
.footer .logo-img {
  padding: 9px;
}
.footer .back-border-col {
  z-index: 1;
}
.footer .back-border {
  width: 85px;
  height: 94px;
  z-index: -1;
  background-color: #222222;
  position: absolute;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.footer h5 {
  margin-bottom: 40px;
}
.footer ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.footer-strap {
  text-align: center;
  padding: 30px 0;
  background-color: #222222;
  color: #fff;
}
.footer-strap p {
  margin: 0;
  font-size: 16px;
  line-height: 19.5px;
  font-weight: 500;
}
.text-primary {
  color: #0D4637 !important;
}
.footer-map {
  background: linear-gradient(to bottom, #000000, #000000, #111111, #222222);
  color: #fff;
}
.footer-map h1 {
  text-align: center;
  font-size: 56px;
  font-weight: 600;
  line-height: 68px;
  margin-bottom: 30px;
}
.footer-map .map-image {
  text-align: center;
  padding: 0 30px;
  margin: auto;
}
.footer-map .country-card {
  margin: auto;
}
.footer-map .card {
  background-color: #222222;
  color: #fff;
  border: 1px solid #333333;
  border-radius: 5px;
}
.footer-map .country-card h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.94px;
  margin-top: 30px;
  color:#fff;
}
.footer-map .country-card p {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.footer-map .country-card img {
  max-height: 20px;
}

/************************************** Media queries ******************************************/

@media (max-width: 575.98px) {
  #carouselExampleDark .carousel-caption {
    bottom: 120px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #carouselExampleDark .carousel-caption {
    bottom: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #carouselExampleDark .carousel-caption {
    bottom: 160px;
  }
  .back-solid-block {
    height: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #carouselExampleDark .carousel-caption {
    bottom: 150px;
  }
}
@media (min-width: 1200px) {
  #carouselExampleDark .carousel-caption {
    bottom: 200px;
  }
}
@media (min-width: 1200px) {
  #carouselExampleDark .carousel-caption {
    bottom: 300px;
  }
}

@media (max-width: 1200px) {
  #carouselExampleDark .carousel-indicators {
    bottom: 150px;
  }
}

@media (max-width: 1235px) {
  .circle {
    width: auto;
    height: 3200px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
  }
  .hexagon img {
    width: 15%;
    margin-bottom: 24px;
  }
  .hexagon .service-block {
    margin-top: 50px;
  }
  .hexagon h4 {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .hexagon p {
    font-size: 18px;
    width: 80%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 24px;
  }
  .hexagon {
    width: 370px;
    height: 400px;
    background-color: #fafafa;
    color: #000000;
    text-align: center;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  }
  
.hexagon:nth-child(1) {
  top: 0%;
  left: 30%;
}
.hexagon:nth-child(2) {
  top: 14%;
  left: 30%;
}
.hexagon:nth-child(3) {
  top: 28%;
  left: 30%;
}
.hexagon:nth-child(4) {
  top: 42%;
  left: 30%;
}
.hexagon:nth-child(5) {
  top: 56%;
  left: 30%;
}
.hexagon:nth-child(6) {
  top: 70%;
  left: 30%;
  /* border: 2px solid #0D4637; */
}

  .hexagon:nth-child(7) {
    top: 84%;
    left: 30%;
  }
  .service-button {
    border: 1.5px solid #dcdcdc;
    border-radius: 5px;
    padding: 8px 40px;
    background-color: #fafafa;
    color: #000;
    font-size: 16px;
    transition: 0.5s ease;
  }
  .service-button:hover {
    border: 1.5px solid #0D4637;
    border-radius: 5px;
    padding: 8px 40px;
    background-color: #0D4637;
    color: #fff;
    font-size: 16px;
  }
  .circle .hexagon .service-heading h1 {
    margin-top: 25px;
    font-size: 56px;
    font-weight: 600;
    line-height: 68px;
  }
}



@media (max-width: 1235px) {
.app-section .app-screen-image .screen-one {
  max-width: 290px;
}
.app-section .app-screen-image .screen-two {
  max-width: 290px;
}
.app-section .app-back img {
  max-width: 530px;
}
}

/*about-sec*/
section.about-sec {
    width: 100%;
    float: left;
}
.about-header {
    width: 100%;
    min-height: calc(100vh - 61px);
    background-image: url('../../public/upload_image/about-1.jpg');
    background-size: cover;
    display: flex;
    flex-direction: row;
    padding: 30px 30px;
    align-items: start;
}
h1.about-heading {
    font-size: 38px;
    font-weight: 600;
}
.about-box2 {
    width: 100%;
    float: left;
    padding: 50px 0;
}
.about-box2 p, .about-text {
    font-size: 14px;
    line-height: 25px;
    word-spacing: 1px;
    text-align: justify;
}

.ceo-img {
    width: 100%;
    max-width: 280px;
    margin: 30px auto 0;
    text-align: center;
    position: relative;
}
.ceo-img > img {
    border-radius: 0;
    display: inline-block;
}

.ceo-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 7px solid #eddfde;
    top: 30px;
    left: -30px;
    z-index: -1;
}
.ceo-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 7px solid #eddfde;
    top: -30px;
    left: 30px;
    z-index: -1;
}
.about-letter p {
    font-weight: 500;
}
.about-innerbox {
    /*width: 50%;*/
}
.about-panel {
    width: 100%;
    float: left;
}
.about-wrap {
    width: 100%;
    float: left;
    padding: 50px 0;
}
.about-desc {
    width: 100%;
    float: left;
    padding: 50px 40px 0;
}

section.getmore-sec {
    width: 100%;
    /* float: left; */
}

.getmore-box {
    width: 100%;
    float: left;
    color: #000;
    position: relative;
    min-height: 166px;
    background-color: #f1f1f1;
    padding: 30px 35px 0px 20px;
    margin-bottom: 30px;
}

.getmore-box::before {
    position: absolute;
    content: "\f176";
    font-family: 'FontAwesome';
    right: 20px;
    top: 5px;
    font-size: 34px;
    transform: rotate(45deg);
}

a.getmore-box:hover {
    background-color: #ffeaed;
}
a.getmore-box > h3 {
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
    font-weight: 500;
    display: inline-block;
    background-color: #000;
}

a.getmore-box > p {
    font-weight: 500;
}
.team-grid {
		/* display: grid; */
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 60px 0px;
		margin-bottom:30px;
	}

	.team-grid__item {
		text-align: center;
min-height:300px;
	}
	.team-grid__item img {
    margin-bottom: 1rem;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
}
.team-grid__item h2 {
    font-size: 24px;
    margin: 0;
    color: #1E0705;
    font-family: Arial, Helvetica, sans-serif;
}
.team-grid__item p {
    color: #ff1b36;
    font-size: 1.5rem;
	padding:10px;
}
.team-grid__item a{
	padding: 5px;
   font-size: 21px;
}
/*about-sec*/
/*-----------contact-sec----------*/
section.contact-sec, .contact-panel, .contact-banner {
  width: 100%;
  display: grid;
}
.static-heading {
  font-size: 45px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 60px;
}
.sub-heading{
  margin-bottom: 20px;
}
.color-white{
	color: #fff;
}
.contact-banner{
  position: relative;
  text-align: center;
  background-color: #ff1b36;
}
.contact-banner::after {
  width: 100%;
  height: 150px;
  content: "";
  z-index: 1;
  left: 0;
  bottom: -148px;
  position: absolute;
  background-color: #ff1b36;
}
.contact-banner img.img-responsive {
  width: 80%;
  display: inline-block;
  max-width: 550px;
}
.contact-head {
  width: 100%;
  float: left;
  text-align: center;
  padding: 90px 0 40px;
}
.contact-form, .contact-address{
  width: 100%;
  float: left;
  border-radius: 5px;
  margin-bottom: 50px;
  padding: 30px 15px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 5px 80px -10px rgba(0,0,0,0.10);
}
.contact-addressul{
  width: 100%;
  float: left;
  padding-left: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-addressul > li {
  display: block;
  flex: 1 1 0;
  padding: 0 5px;
}
.contact-addressul > li > a{
  width: 100%;
  float: left;
  padding: 20px 10px;
  border-radius: 6px;
  transition: all 0.2s ease 0s;
  border: 2px solid #b4b7bb;
}
.contact-addressul > li:last-child > a {
  padding: 10px 10px;
}
.contact-addressul > li > a:hover {
  background-color: #212957;
  border-color: #212957;
  color: #fff;
}
.contact-addressul > li > a > span {
  font-size: 35px;
  float: left;
  left: 5px;  
  position: relative;
}
.contact-textwrap {
  margin-left: 50px;
}
.our_offices{
    margin-bottom: 50px;
}
.our_offices h2{
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    padding-bottom: 20px;
}
.our_offices ul {
list-style: none;
padding: 0;
text-align: center;
}
.our_offices ul li {
display: inline-block;
margin: 15px;
}
.our_offices ul li a{
position: relative;
display: block;
border-radius: 100%;
-webkit-transition: all 0.2s 0s ease;
-moz-transition: all 0.2s 0s ease;
-o-transition: all 0.2s 0s ease;
transition: all 0.2s 0s ease;

-webkit-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.75);
box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.75);
}
.our_offices ul li a:hover{
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);

}
.our_offices ul li a::before {
content: "";
background: #fff;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0.3;
border-radius: 100%;
}
.our_offices ul li a:hover:before{
opacity: 0;
}
.our_offices ul li img{
width: 80px;
height: 80px;
}
label.label {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    padding: 0;
    margin-bottom: 10px;
    display: inline-block;
}
.form-control.txtfield.txtarea{
	height: auto;
}
.form-control.txtfield {
    width: 100%;
    border-radius: 3px;
    height: 40px;
    background-color: #fbfbfb;
}
.form-control.txtfield:hover {
    border-color: #555;
}

.form-control.txtfield:focus {
    box-shadow: none;
    border-color: #3e4df7;
}
/*-----------contact-sec----------*/
/*faq-sec-job-page*/
.terms-header {
    background-color: #fff6f7;
    padding: 50px 20px;
}
.terms-sec, .terms-header{
    background: url('../../public/upload_image/only-bg.jpg');
		background-size: cover;
    margin-bottom: 60px;
}
.terms-header > h1 {
    color: #fff;
    margin: 0;
    font-weight: 900;
    letter-spacing: 4px;
    font-size: 44px;
}
.cus-panel .panel{
	margin-bottom: 30px;
}
.cus-panel .panel:last-child, .cus-panel.panel-group{
	margin-bottom: 0;
}
.cus-panel .panel-heading{
    padding: 0;
}
.cus-panel .panel .panel-heading .panel-title > a {
    width: 100%;
    display: block;
    padding: 20px 15px;
}
.cus-panel .panel .panel-body {
    font-weight: 500;
    line-height: 25px;
    word-spacing: 2px;
}

/*payment-banner*/
.overlay{
	z-index: 1;
	position: relative;
}
.payment-banner::before, .overlay::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(0,0,0,.3);
}
.payment-banner{
	z-index: 1;
	position: relative;
	background-image: url('./custm-img/payment-bg.jpg');
}
.payment-banner .food-banner-text > p, .payment-banner .food-banner-text > h1{
	color: #fff;
}
.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	border: none;
	border-radius: 15px;
    transition: .3s ease;
    color: #718096;
    margin-bottom: 20px;
    -webkit-transition: .3s ease;
    box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0px;
}
.card:hover{
    transition: .3s ease;
	transform: translateY(-0.25rem);
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    box-shadow: rgba(46, 41, 51, 0.08) 0px 2px 4px, rgba(71, 63, 79, 0.16) 0px 5px 10px;
}
.card-header {
  margin-bottom: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0.03);
}
.card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-body {
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem;
}
.card-body.blog-details {
    padding: 25px;
}
.card img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/*Mics*/
.faq-sec h1.heding-span.text-center.m-b-50 {
  margin-top: 60px;
  margin-bottom: 60px;
}
a {
  text-decoration: none;
}

section.privacy-sec pre {
  white-space: pre-wrap;
  word-break: normal;
  text-align: justify;
  overflow: unset;
  border: 0;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  background-color: transparent;
}

.accordion-button:not(.collapsed) {
  color: #0D4637;
  background-color: #ffdfdf;
}
.accordion {
  --bs-accordion-btn-focus-border-color: #ffdfdf;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem #ffdfdf;
}

:root, [data-bs-theme=light] {
  --bs-link-hover-color-rgb: 411,0,0;
  --bs-link-color-rgb: 211,0,0
}

section.contact-sec, .contact-panel, .contact-banner {
  width: 100%;
}
.static-heading {
  font-size: 45px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 60px;
}
.sub-heading{
  margin-bottom: 20px;
}
.color-white{
	color: #fff;
}
.contact-banner{
  position: relative;
  text-align: center;
  background-color: #ff1b36;
}
.contact-banner::after {
  width: 100%;
  height: 150px;
  content: "";
  z-index: -1;
  left: 0;
  bottom: -148px;
  position: absolute;
  background-color: #ff1b36;
}
.contact-banner img.img-responsive {
  width: 80%;
  display: inline-block;
  max-width: 550px;
}
.contact-head {
  width: 100%;
  float: left;
  text-align: center;
  padding: 90px 0 40px;
}
.contact-form, .contact-address{
  width: 100%;
  float: left;
  border-radius: 5px;
  margin-bottom: 50px;
  padding: 30px 15px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 5px 80px -10px rgba(0,0,0,0.10);
}
.contact-addressul{
  width: 100%;
  float: left;
  padding-left: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-addressul > li {
  display: block;
  flex: 1 1 0;
  padding: 0 5px;
}
.contact-addressul > li > a{
  width: 100%;
  float: left;
  padding: 20px 10px;
  border-radius: 6px;
  transition: all 0.2s ease 0s;
  border: 2px solid #b4b7bb;
}
.contact-addressul > li:last-child > a {
  padding: 10px 10px;
}
.contact-addressul > li > a:hover {
  background-color: #212957;
  border-color: #212957;
  color: #fff;
}
.contact-addressul > li > a > span {
  font-size: 35px;
  float: left;
  left: 5px;  
  position: relative;
}
.contact-textwrap {
  margin-left: 50px;
}
img.img-responsive {
  max-width: 100%;
}

@media (max-width: 990px) {
	.book-link{
	  margin-top:20px;
	  margin-left: 0px;
	}
}
/* //media */
@media (max-width: 769px) {
  /* app section */
.app-section .app-screen-image .screen-two {
  max-width: 440px;
  margin-bottom: -250px;
  position: relative;
  z-index: 1;
  margin-left: 70px;
}
.app-section .app-screen-image .screen-two {
  max-width: 250px;
}
.app-section .app-screen-image .screen-one {
  max-width: 400px;
  margin-right: -170px;
  margin-top: 100px;
  position: relative;
  z-index: 2;
}
.app-section .app-screen-image .screen-one {
  max-width: 223px;
}
.app-section .app-back {
  text-align: center;
  margin-top: 190px;
}


/* service section */
.hexagon:nth-child(1) {
  top: 0% !important;
  left: 26%;
}
.hexagon:nth-child(2) {
  top: 14% !important;
  left: 26%;
}
.hexagon:nth-child(3) {
  top: 28% !important;
  left: 26%;
}
.hexagon:nth-child(4) {
  top: 42% !important;
  left: 26%;
}
.hexagon:nth-child(5) {
  top: 56% !important;
  left: 26%;
}
.hexagon:nth-child(6) {
  top: 70% !important;
  left: 26%;
}
.hexagon:nth-child(7) {
  top: 84% !important;
  left: 26%;
}

/* testimonial */
.testimonial .carousel-control-prev-icon::after, .testimonial .carousel-control-next-icon::after {
  content: "➜";
  border: 1px solid #0D4637;
  background-color: #0D4637;
  filter: none;
  padding: 15px 17px;
  border-radius: 40px;
  cursor: pointer;
}

.hero-bottom-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, transparent 0%);
  top: -100%;
  z-index: 999;
}

#carouselExampleDark .carousel-caption {
  bottom: 90px;
}
#carouselExampleDark .carousel-indicators {
  bottom: 90px;
}

/* hero bottom section */
.hero-bottom-section .icon-check {
  background-color: #0D4637;
  padding: 14px;
  width: fit-content;
  margin: auto;
  border: 16px solid #222222;
  border-radius: 100px;
}
.hero-bottom-section .icon-back {
  background-color: #0D4637;
  padding: 21px;
  width: fit-content;
  margin: auto;
  border: 16px solid #222222;
  border-radius: 100px;
}
.hero-bottom-section h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
  margin: 14px 0;
}
.hero-bottom-section p {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

}




@media (max-width: 415px) {


  #carouselExampleDark .carousel-indicators {
    bottom: 14px;
}
#carouselExampleDark .carousel-indicators button {
  bottom: 280px;
  width: 8px;
}
#carouselExampleDark .carousel-indicators .active {
  width: 20px;
}
#carouselExampleDark .carousel-caption {
  bottom: 12px;
  display: block !important;
  top:15px;
}
.carousel-item .carousel-caption h5{
	font-size: 12px;
    font-weight: bold;
}
.hero-slider .horizon {
  border-bottom: 4px solid #0D4637;
  width: 10%;
  margin: 10px auto;
  border-radius: 2px;
}
.hero-slider h5 {
  font-size: 12px;
}
.hero-slider h1 {
  font-size: 24px;
}
.hero-slider p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 11px;
}




.hero-bottom-section .icon-check {
    background-color: #0D4637;
    padding: 14px;
    width: fit-content;
    margin: 13px auto;
    border: 10px solid #222222;
    border-radius: 100px;
}
.hero-bottom-section .icon-back {
  background-color: #0D4637;
  padding: 18px;
  width: fit-content;
  margin: 13px auto;
  border: 16px solid #222222;
  border-radius: 100px;
}
.hero-bottom-section h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
  margin: 4px 0;
}
.hero-bottom-section p {
  margin-bottom: 25px;
}
  .back-solid-block {
   display: none;
}
.about-us .p-5 {
  padding: 2rem!important;
}

  /* service section */
.hexagon:nth-child(1) {
  top: 0%;
  left: 3%;
}
.hexagon:nth-child(2) {
  top: 14%;
  left: 3%;
}
.hexagon:nth-child(3) {
  top: 28%;
  left: 3%;
}
.hexagon:nth-child(4) {
  top: 42%;
  left: 3%;
}
.hexagon:nth-child(5) {
  top: 56%;
  left: 3%;
}
.hexagon:nth-child(6) {
  top: 70%;
  left: 3%;
}
.hexagon:nth-child(7) {
  top: 84%;
  left: 3%;
}



  .app-section h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 68px;
    text-align: center;
    margin-bottom: 30px;
    width: 90%;
    margin: 0 auto 30px;
}
.app-section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  margin-bottom: 60px;
  width: 90%;
  margin: 0 auto 60px;
}
.app-section .app-screen-image .screen-one {
  max-width: 140px;
}
.app-section .app-screen-image .screen-one {
  max-width: 140px;
  margin-right: -150px;
  margin-top: 25px;
  position: relative;
  z-index: 2;
}
.app-section .app-screen-image .screen-two {
  max-width: 150px;
}
.app-section .app-screen-image .screen-two {
  max-width: 150px;
  margin-bottom: -90px;
  position: relative;
  z-index: 1;
  margin-left: 100px;
}
.app-section .app-back {
  text-align: center;
  margin-top: 80px;
}
.app-section .app-back img {
  max-width: 300px;
}
.app-section .app-screen-image {
  width: 70%;
}





.testimonial .horizon {
  border-bottom: 8px solid #0D4637;
  width: 15%;
  margin: 10px auto;
  border-radius: 2px;
}
.testimonial h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 68px;
}
.testimonial .carousel-control-prev-icon::after, .testimonial .carousel-control-next-icon::after {
  content: "➜";
  border: 1px solid #0D4637;
  background-color: #0D4637;
  filter: none;
  padding: 10px 12px;
  border-radius: 40px;
  cursor: pointer;
}
.testimonial .carousel-control-prev {
  left: 10px;
}
.testimonial .carousel-control-next {
  right: 10px;
}
.testimonial .carousel-inner p{
  margin-top: 0;
  font-size: 11px;
}
.testimonial h6{
  font-size: 14px;
}


.footer-map h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 68px;
  margin-bottom: 30px;
}

.footer-strap {
  height: 120px;
}
}


.pb-120 {
    padding-bottom: 120px;
}
.vertical-column-gap-md {
    row-gap: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mt-8 {
    margin-top: -8px;
}
.title-anim {
	font-size:57px;
    line-height:68px;
	font-weight:bold;
	color: #000 !important;
}
.mb-30 { 
    margin-bottom: 30px;
}
.pl-100 {
    padding-left: 100px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pt-120 {
    padding-top: 120px;
}
.pt-50 {
    padding-top: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.w-100 {
    width: 100%!important;
}
p.cur-lg{
	font-size: 19px;
    line-height: 28px;
    font-weight: bold;
    color: #000;
}
.title-anim h2{
	 font-size:57px;
	 line-height:68px;
	 color: #000 !important;
}
.btn-anim {
    width: 170px;
    min-width: 170px;
    height: 170px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    color: white;
    font-weight: 600;
    position: relative;
    overflow: hidden !important;
    gap: 16px;
    z-index: 1;
    padding: 0px;
}
.btn-anim span {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    border-radius: 100%;
    background: #ffe60;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width 0.7s, padding-top 0.7s;
}
.btn-anim-light {
    border: 1px solid #0D4637;
    color: #0D4637;
}
.tp-service {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tp-service .service-hr {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.op-text {
  color: #0D4637;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.mobile-only{ display:none; }

@media (max-width: 1024px) {
  .desktop-only {
    display: none;
  }
  
  .mobile-only{ display:block; }
  .mobile-app-section{ padding-top:0px; }
  .mobile-app-section h1{ font-size:12px; line-height: 20px; } 
}

/* .cont-radio input[type="checkbox"]{
  float: left;
  margin-top: 4px;
  margin-right: 6px;
} */

    .banner-section{
        background-image:url("/images/kia-banner.jpeg");
        background-repeat:no-repeat;
        padding:11rem 0;
        position: relative;
        margin: 90px 0 0;
        background-position: bottom;
        background-size:cover;
    }
    .banner-section:before {
    background: #212529;
    opacity: 0.65;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* z-index: -1; */
    }
    .banner-blk{
        text-align: center;
        color: #fff;
    }
    .banner-blk h1{
        color:#fff;
        font-size:45px;
        font-weight: 700;
        margin: 0;
    }
    .banner-blk h1 span{
        font-size:20px;
    }

    .banner-form{
        gap: 20px;
        justify-content: center;
        margin-top: 35px;
    }

    .banner-form input{
        padding: 15px 20px;
        background-color: #fff;
        border: 1px solid #fff;
        height: unset;
    }

    
    .banner-form .col-sm-4{
        padding:0;
    }
    .banner-form input::placeholder {
    color: black;
    opacity: 1;
    }

    .banner-form .banner-btn a{
      width:100%;
      display: flex;
    justify-content: center;
    align-items: center;
    }

    .banner-form .banner-btn a i{
    margin-left: 10px;
    margin-top: -1px;
    }

    @media (min-width: 992px) {
.banner-form .banner-btn {
        flex: 0 0 24.333333%;
        max-width: 24.333333%;
    }
}

@media (max-width: 992px) {
    .banner-section{    padding: 7rem 0;}
    .banner-form{
        margin-top: 25px;
    }
    .banner-blk h1 {
    font-size: 35px;
    }
}

@media (max-width: 768px) {
    .banner-section{    padding: 5rem 0;}
}

@media (max-width: 500px) {
  .banner-blk h1 {
    font-size: 22px;
    }
}

.home-banner{
        background:#F8F6F1;
        /* background-image:url("/ride/images/slider_home5_bg-new.jpg"); */
        background-size: 100%;
        padding:7rem 0;
        position: relative;
        background-position:bottom;
        margin:0;
    }
    /* .home-banner:before {
    background: #6a6a6a;
    opacity: 0.65;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    } */
    .home-banner-text h1{
        /* color:#fff; */
        font-size:40px;
        font-weight: 700;
        margin: 0;
    }
    /* .home-banner-text h1 span{color:#000;} */

    .home-banner-text p{
        text-align:center;
        margin-top:15px;
        font-size:16px;
    }
    
    .home-banner-btn {
    display: flex;
    gap: 15px;
    /* flex-wrap: wrap; */
    justify-content: center;
    margin-top: 30px;
    }
    .home-banner-btn i{
        margin-right:5px;
    }

    @media (max-width: 1200px) {
        .home-banner{
             padding:6rem 0;
        }
    }

    @media (max-width: 768px) {
        .home-banner{
             padding:4em 0;
        }
        .home-banner-text h1{
            font-size:35px;
            line-height: 47px;
        }
        .home-banner-text h1 br{
            display:none;
        }
    }

    .home-service-list{
      display: grid;
      grid-gap: 20px;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      margin-top:15px;
    }

    .home-service-blk {
    background-color: #f6f4ef;
    position: relative;
    z-index: 1;
        background: url(/ride/images/serv-card-bg.png), hsla(0, 0%, 100%, 0.7);
    padding:45px 20px 35px;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    text-align: center;
    }
    .home-service-blk:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(/ride/images/ellipse-white.png) no-repeat top;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-size:100%;
    }

.home-service-blk .icon{
    position: relative;
    z-index: 1;
    background-color: #212529;
    width: 87px;
    height: 87px;
    line-height: 87px;
    display: inline-table;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.home-service-blk .icon:before{
    position: absolute;
    content: "";
    z-index: -1;
    border-spacing: 10px;
    padding: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 105px;
    height: 105px;
    background: url(/ride/images/serv-circle-b.png);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.home-service-blk:hover .icon:before {
    background: url(/ride/images/serv-circle-w.png) no-repeat top;
}

.home-service-blk h3{
    font-weight: 700;
    margin: 40px 0 15px;
    text-transform: capitalize;
    font-size: 24px;
        -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.home-service-blk p {
    font-size: 16px;
    line-height: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.home-service-blk:hover {
    background-color: #212529;
}
.home-service-blk:hover:before {
    opacity: 1;
}
.home-service-blk:hover .icon {
    background: #0D4637;
}

.home-service-blk:hover h3,
.home-service-blk:hover p{color:#fff;}


    .home-service {
    display: flex;
    align-items: center;
    gap: 20px;
        justify-content: center;
            text-align: center;
    }

    .home-service-text{
        margin:0;
    }
    .home-service-button a{
        width:190px;
    }

    .new-btn{
    display: inline-block;
    padding: 17px 40px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #fff;
    background-color: #000;
    border-color: #000;
    }

    .new-btn:hover {
        color: #fff;
        background-color: #0D4637;
        border-color: #0D4637;
    }

    @media (max-width: 500px) {
        .home-service {
            flex-wrap: wrap;
        }
    }
.new-padding{
        padding: 70px 0;
        margin:0;
    }
    .new-feature-grid {
      display: grid;
      grid-gap: 20px;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    .new-feature-grid-blk{
        background:#f8f6f1;
        border-radius:0.5rem;
        padding: 20px;
    border: 2px solid #0D4637;
    }
    .new-feature-grid-blk h4{
        font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 24px;
    }
    .new-feature-grid-blk p{
        font-size: 15px;
    }

    .new-feature-text p{
        font-size: 16px;
    }
    
    .sec-title {
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 700;
    }
    @media (max-width: 991.98px) {
        .new-padding{
        padding: 40px 0;
    }
        .new-feature-text {
            margin-top:30px;
        }
    .sec-title {
        font-size: 30px;
    }
    }
    @media (max-width: 767.98px) {
    /* .sec-title {
        font-size: 35px;
    } */
    }
	
.row-new-step{
        row-gap:30px;
    }
    .new-step-card{
    background-color: #f8f6f1;
    padding: 30px 30px;
    border-radius: 20px;
    text-align:center;
    height: 100%;
    border: 5px dotted;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    }

     .new-step-card:hover{
        background:#0D4637;
        color:#fff;
     }
     .new-step-card:hover img{
        filter:invert(1);
     }

    #owl-carousel .new-step-card img{
        width: 42px;
         -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
    .new-step-card h3{
        font-weight: 700;
        margin: 15px 0;
    }
    .new-step-card p{
        font-size: 16px;
        margin:0;
    }
    .work-steps ol{
        display: flex;
    flex-direction: column;
    row-gap: 24px;
    margin: 0;
    padding: 0;
    }
    .work-steps ol li{
    display: flex;
    flex-direction: row;
    column-gap: 24px;
    position: relative;
    counter-increment: list-counter;
        align-items: center;
            font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    }
    .work-steps ol li:before {
    content: counter(list-counter);
    border-radius: 100%;
    width: 56px;
    min-width: 56px;
    height: 56px;
    font-family: var(--font-family-agrandir);
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:#0D4637;
    color:#fff;
}
    .why-choose-blk{}
    .why-choose-blk h3{font-size: 24px;font-weight: 700;}
    .why-choose-blk p{    font-size: 16px;
    line-height: 30px;margin:0;} 

 .accordion {
  margin-top: 40px;
}
.accordion .card {
  border: none;
  margin-bottom: 20px;
  height:unset;
      align-items: unset;

        padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;      

}
.accordion .card h2 {
  background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
  background-size: 15px;
  cursor: pointer;
  font-size: 18px;
  color:#0d4637;
  font-weight:600;
  padding-right:40px;
}
.accordion .card h2:hover{
    color:#0d4637;
}
.accordion .card h2.collapsed {
  background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
    color:#000;
}

.accordion .card-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom:0;
    line-height: 24px;
    color:#000;
}
.accordion .card,
.accordion .card:hover{
    box-shadow:unset;
    transform:unset;
}

.banner-form-input:before{
  content:"";
  background: url(/images/new-location.png) no-repeat;
  z-index: 1;
  right: 10px;
  width: 40px;
  position: absolute;
  height: 100%;
  background-position: center;
}
.banner-form-input .form-control{
  padding-right: 45px;
}


 @media (max-width: 992px) {
  .driver-profile .main-sec {
      padding-left: 0;
      padding-right: 0;
  }
}

#send-otp{
  z-index: 999;
}

