@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Poppins:wght@300&display=swap");

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}
* {
  box-sizing: border-box;
}

/************************************ Navbar *******************************************/

.main-navbar {
  background-color: #111111;
}
.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 #d30000;
  border-radius: 5px;
  padding: 10px 60px;
  background-color: #d30000;
  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;
}
.hero-slider .horizon {
  border-bottom: 8px solid #d30000;
  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: #d30000;
  width: 36px;
  border-radius: 2px;
  border: 1px solid #d30000;
}

#carouselExampleDark {
  background: linear-gradient(to bottom, transparent 0%, black 100%);
}

/************************************** Hero bottom section ************************************/

.hero-bottom-section {
  background-color: #000000;
  color: #fff;
  padding: 80px 0px;
  position: relative;
}

.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;
}

.hero-bottom-section .icon-check {
  background-color: #d30000;
  padding: 17px;
  width: fit-content;
  margin: auto;
  border: 16px solid #222222;
  border-radius: 100px;
}
.hero-bottom-section .icon-back {
  background-color: #d30000;
  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: 580px;
}
.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 #d30000; */
}

.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 #d30000;
  border-radius: 5px;
  padding: 10px 50px;
  background-color: #d30000;
  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: #d30000;
}
.about-us button {
  border: 1.5px solid #d30000;
  border-radius: 5px;
  padding: 10px 50px;
  background-color: #d30000;
  color: #fff;
  font-size: 16px;
  transition: 0.3s ease;
}
.about-us button:hover {
  border: 1.5px solid #d30000;
  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 #d30000;
  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 #d30000;
  background-color: #d30000;
  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: #d30000 !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;
}
.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: 180px;
  }
}
@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 #d30000; */
}

  .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 #d30000;
    border-radius: 5px;
    padding: 8px 40px;
    background-color: #d30000;
    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: #d30000;
  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 */
@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;
}
.app-section .mobile-app-link img{
  width: 70%;
}


/* 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 #d30000;
  background-color: #d30000;
  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: #d30000;
  padding: 14px;
  width: fit-content;
  margin: auto;
  border: 16px solid #222222;
  border-radius: 100px;
}
.hero-bottom-section .icon-back {
  background-color: #d30000;
  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;
}
.hero-slider .horizon {
  border-bottom: 4px solid #d30000;
  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: #d30000;
    padding: 14px;
    width: fit-content;
    margin: 13px auto;
    border: 10px solid #222222;
    border-radius: 100px;
}
.hero-bottom-section .icon-back {
  background-color: #d30000;
  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%;
}
.app-section .mobile-app-link img{
  width: 70%;
}




.testimonial .horizon {
  border-bottom: 8px solid #d30000;
  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 #d30000;
  background-color: #d30000;
  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;
}
}
