@font-face {
  font-family: Effra;
  src: url("../fonts/Effra-Medium.woff2") format("woff2"),
    url("../fonts/Effra-Medium.woff") format("woff"),
    url("../fonts/Effra-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Effra;
  src: url("../fonts/Effra-Bold.woff2") format("woff2"),
    url("../fonts/Effra-Bold.woff") format("woff"),
    url("../fonts/Effra-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*,
:focus {
  scroll-behavior: smooth;
  outline: 0px !important;
}
::selection {
  background-color: rgb(252, 222, 17) !important;
  color: rgb(0, 0, 0) !important;
}
::-webkit-scrollbar {
  background-color: rgb(242, 247, 250);
  width: 7px;
  border-radius: 25px;
}
::-webkit-scrollbar-track {
  background-color: rgb(242, 247, 250);
}
::-webkit-scrollbar-thumb {
  background-color: rgb(252, 222, 17);
  border-radius: 25px;
}
body {
  font-family: Effra;
  font-weight: 500;
  width: 100%;
  background-color: rgb(255, 255, 255);
  position: relative;
  text-align: start;
  padding-top: 20px;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 508px;
  max-height: 248px;
  background: url(../images/inside-header-shape.png) no-repeat;
  background-size: contain;
  z-index: -1;
}
body.home::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 950px;
  max-height: 677px;
  background: url(../images/header-shape-bg.png) no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 767px) {
  body {
    overflow-y: auto !important;
  }
}
.container {
  width: 1245px;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .container {
    width: 860px;
  }
}
@media (max-width: 991px) {
  .container {
    width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 540px;
  }
}
ul {
  display: block;
  position: relative;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul li {
  display: inline-block;
}
a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0px auto;
}
.section_title {
  margin-bottom: 50px;
}
.section_title h3 {
  margin: 0px;
  font-size: 45px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  position: relative;
  line-height: 65px;
}
.section_title h3::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 10px;
  background: url("../images/shap.png") 0% 0% / contain no-repeat;
  width: 209px;
  height: 14px;
  z-index: -1;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0px;
}
@media all and (max-width: 576px) {
  .section_title {
    margin-bottom: 30px;
  }
}

/* Header
======================*/
header {
  width: 100%;
  background-color: transparent;
}
header .logo {
  width: 200px;
  height: 118px;
  background-color: #fcde11;
  padding: 15px;
  position: relative;
}
header .logo::before {
  content: "";
  width: 105px;
  height: 100%;
  position: absolute;
  right: -105px;
  top: 0;
  background-color: #fcde11;
}
header .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .links {
  display: flex;
  align-items: center;
  transform: translateY(-15px);
}
header .links a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
header .links a span {
  padding: 0 20px;
  line-height: 54px;
}
header .links a i {
  color: #fcde11;
  margin:0px ;
  font-size: 22px;
}
header .links a:hover {
  background-color: rgb(252, 222, 17);
  color: #000;
}
header .links a:hover i {
  color: #000;
}
header .links .menu_btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fcde11;
  padding: 15px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  margin-inline-start: 15px;
}
header .links .menu_btn:hover {
  background: #000;
}
header .links .menu_btn:hover span {
  background-color: #fcde11;
}
header .links .menu_btn span {
  background-color: #000;
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 65px;
  overflow: hidden;
}
header .links .menu_btn span:nth-child(2) {
  width: 18px;
  margin-top: 3px;
}
header .links .menu_btn span:nth-child(3) {
  width: 12px;
  margin-top: 3px;
}
.menu_item {
  width: 510px;
  padding: 40px;
  position: absolute;
  left: 14px;
  top: 115px;
  /* background-color: #fff; */
  border-radius: 25px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s linear all;
  z-index: 999;
  background: url(../images/inside-header-shape.png) no-repeat #fff;
  background-size: contain;

}
.menu_item.open {
  opacity: 1;
  visibility: visible;
  top: 90px;
}
.menu_item::before {
  content: "";
  background: url(../images/sub-menu-bg.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 170px;
  height: 154px;
  z-index: -1;
}
.menu_item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 300px;
}
.menu_item ul li {
  padding: 0 10px;
  width: 135px;
  border-bottom: 1px solid #fcde11;
}
.menu_item ul li:hover i{margin-left: -10px;} 
.menu_item ul li a {
  color: #000;
  display: flex;
  line-height: 37px;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}
.menu_item ul li a:hover {
  color: #fcde11;
}
@media all and (max-width: 576px) {
    /* 
  header .logo {
    width: 100px;
    max-width: 100px;
    height: 50px;
    padding: 4px;
  }
  */
  .menu_item {
    width: 96%;
    left: 0;
    right: 0;
 
    margin: auto;
    padding: 10px;
    border-radius: 0;
    /* box-shadow: none !important; */
    
  }
  .menu_item.open {
    /* top: 75px; */
    top: -20px;
    width:100% ;
    padding:120px 30px 30px 30px;
    margin:0px !important ;
  }
  .menu_item::before {
    display: none;
  }
  .menu_item ul{width:98%}
  .menu_item ul li{width:45%;}
  /* header .logo {
    width: 140px;
    height: 80px;
    background-color: #fcde11;
    padding: 15px;
    position: relative;
  }
  header .logo::before {
    content: "";
    width: 30px;
    height: 100%;
    position: absolute;
    right: -11px;
    top: 0;
    background-color: #fcde11;
   
  } */


  header .logo {
    width: 140px;
    height: 80px;
    background-color: transparent;
    padding: 8px;
    position: relative;
  }
  header .logo::before {
    content: "";
    width: 30px;
    height: 100%;
    position: absolute;
    right: -11px;
    top: 0;
    background-color: transparent;
   
  }
  header .logo img{filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7477%) hue-rotate(319deg) brightness(92%) contrast(106%);}
  header .links a {
    padding: 15px;
    width:50px;
    height: 50px;
    border-radius: 50%;
padding: 15px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  
  }
  header .links a span{display: none;}
  header .links a i {
    line-height: 45px;
    padding:0px ;
    margin:0px;
    font-size: 22px;
    display: block;
  }
  header .links a i::before :last-child {
    display: none !important;
  }

  header .links {
    transform: translate(0);
    position: absolute;
    z-index: 10000;
    left:0 ;
    margin-inline-end: 10px;
  }
  header .links a span {
    padding: 0;
    line-height: 45px;
  }
}

/* Intro
=======================*/
.intro {
  padding: 50px 0 0;
  height: 100vh;
  max-height: 600px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.intro h2 {
  font-size: 45px;
  font-weight: bold;
  line-height: 65px;
}
.intro h2 span {
  display: block;
  position: relative;
}
.intro h2 span::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 10px;
  background: url(../images/shap.png) 0% 0% / contain no-repeat;
  width: 209px;
  height: 14px;
  z-index: -1;
}
.intro p {
  font-size: 20px;
  max-width: 490px;
  margin: 40px 0 0;
}

.logos_slider {
  margin: 40px 0;
}
.inn_logos_slider img,
.logos_slider img {
  filter: brightness(0);
}
.features {
  margin-bottom: 50px;
}
.features .feat_item {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.features .feat_item .num {
  min-width: 80px;
  height: 80px;
  border-radius: 15px;
  background-color: #fcde11;
  font-size: 45px;
  font-weight: bold;
  position: relative;
  margin-left: 25px;
}
.features .feat_item .num.tall {
  height: 120px;
}
.features .feat_item .num span {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  line-height: 21px;
  min-width: 100%;
  justify-content: center;
}
.features .feat_item .num::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/chart-line.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.features .feat_item .num sub {
  font-size: 16px;
}
.features .feat_item p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}
.intro_img {
  height: 500px;
  position: absolute;
  left: -98px;
  bottom: 0;
  width: 710px;
  height:550px ;
}
.intro_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 991px) {
  .intro {
    height: auto;
    max-height: none;
  }
  .intro .container > .row {
    flex-direction: column-reverse;
  }
  .intro .intro_img {
    position: relative;
    left: auto;
    width: 100%;
    height: auto;
    margin-bottom: 35px;
  }
  .intro .intro_img img {
    width: 100%;
    height: auto;
  }
  .intro p {
    max-width: 100%;
  }
  .logos_slider {
    border-top: 2px solid #dfedf9;
    border-bottom: 2px solid #dfedf9;
    padding: 15px 0;
  }
}
@media all and (max-width: 576px) {
  .intro_cont{padding: 0px 10px 0px 10px;}
  .intro h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .intro p {
    margin-top: 25px;
  }
  .features .feat_item {
    margin-bottom: 25px;
  }
  .features .col-sm-6:last-child .feat_item {
    margin-bottom: 0;
  }
  .intro .intro_img {
    position: relative;
    left: -12px;
    width: 100%;
    height: auto;
    margin-bottom: 35px;
  }
  .logos_slider, .inn_logos_slider{
    border-top: 1px solid #dfedf9;
    border-bottom: 1px solid #dfedf9;
    padding: 15px 0;
  }

  .inn_logos_slider img, .logos_slider img{ width: 70%; margin: 0px !important; padding: 0px !important;}
}
/* About
========================*/
.about {
  padding: 70px 0;
  background-color: #fcde11;
}
.about_cont h3 {
  position: relative;
  margin: 0;
  font-weight: bold;
  font-size: 45px;
  line-height: 65px;
}
.about_cont h3::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 10px;
  background: url(../images/shap_white.png) 0% 0% / contain no-repeat;
  width: 209px;
  height: 14px;
}
.about_cont h3 span {
  position: relative;
  z-index: 999;
}
.about_cont p {
  font-size: 20px;
  line-height: 30px;
  margin: 60px 0 40px;
  max-width: 560px;
}
@media all and (max-width: 991px) {
  .about_cont p {
    max-width: 100%;
  }
}
@media all and (max-width: 576px) {
  .about {
    padding: 70px 10px;
 
  }
  .about_cont h3 {
    font-size: 28px;
    line-height: 55px;
  }
  .about_cont p {
    margin: 20px 0 40px;
  }

  .about_cont .download_item a {

    border: none !important;
    padding: 0px !important;

  }

  .about_cont .download_item a img {

    width: 150px !important;

  }

}

.about_cont .download_item a {
  display: inline-block;
  padding: 5px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 15px;
  margin: 0px 5px;
}
.about_cont .download_item a:hover {  border: 2px solid rgb(0, 0, 0);}
.about_cont .download_item a img {
  border-radius: 15px;
  width: 200px;
  height: 63px;
  object-fit: cover;
}
.about_cont .download_item p {
  margin: 30px 0 0;
  text-align: center;
  max-width: 450px;
}
.about_logos {
  position: relative;
}
.about_logos .all_btn {
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}
.about_logos .all_btn span {
  padding: 0 15px;
}
.about_logos .all_btn i {
  color: #fcde11;
  margin-right: 35px;
}
.about_logos .all_btn a i:hover {
  color: #000;
  
}
.dynamic_logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 90px;
}
@media all and (max-width: 767px) {
  .dynamic_logo {
    display: none;
  }
  .about_logos .text-start {
    text-align: center !important;
    margin-top: 15px;
  }
}
@media all and (max-width: 576px) {
  .dynamic_logo {
    flex-wrap: wrap;
    margin-bottom: 90px;
    margin: 60px auto 100px;
  }
  .dynamic_logo li {
    transform: none !important;
    margin: 15px auto !important;
  }
  .all_btn {
    display: block;
      /* width: 100%;  */
  }

  .about_cont .download_item a img {
    width: 162px;
    height: 54px;
  }
}
.dynamic_logo li {
  position: relative;
}
.dynamic_logo .logo {
  background-color: #fff;
  min-width: 90px;
  max-width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
}
.dynamic_logo .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.dynamic_logo .photo {
  border: 2px solid #fff;
  padding: 8px;
  border-radius: 15px;
  position: relative;
}
.dynamic_logo .photo img {
  border-radius: 15px;
  min-width: 145px;
  overflow: hidden;
}
.dynamic_logo li:nth-child(1) {
  transform: translateY(120px);
}
.dynamic_logo li:nth-child(2) {
  margin: 60px 25px auto;
  min-width: 270px;
}
.dynamic_logo li:nth-child(3) {
  transform: translateY(-80px);
}
.dynamic_logo li:nth-child(1) .logo {
  top: -60px;
}
.dynamic_logo li:nth-child(2) .logo {
  top: 0;
  bottom: 0;
  width: 110px;
  height: 110px;
  min-width: 110px;
}
.dynamic_logo li:nth-child(3) .logo {
  bottom: -60px;
}
.dynamic_logo li:nth-child(1) .logo {
  top: -60px;
}
.dynamic_logo li:nth-child(1) .photo::before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: -37px;
  background: url(../images/about-shape-left.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 29px;
}
.dynamic_logo li:nth-child(2) .photo::before {
  content: "";
  position: absolute;
  top: -27px;
  right: -37px;
  background: url(../images/about-shape-right.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 29px;
}
.dynamic_logo li:nth-child(3) .logo::before {
  content: "";
  position: absolute;
  bottom: -36px;
  right: -10px;
  left: 0;
  margin: auto;
  background: url(../images/about-shape-bottom.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 29px;
}
.all_btn {
  display: inline-block;
  text-align: center;
  color: rgb(252, 222, 17);
  border-radius: 25px;
  padding: 0px 50px;
  line-height: 54px;
  height: 50px;
  background-color: rgb(0, 0, 0);
  margin: 0px;
  font-size: 18px;
  position: relative;
}
.all_btn i {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
}
.all_btn:hover {
  background-color: #fff;
  color: rgb(0, 0, 0);
}

/* Options
=========================*/
.options {
  padding: 80px 0px 0px;
}
.options .section_title h3 {
  max-width: 530px;
  margin: auto;
}
.options .section_title h3::before {
  bottom: auto;
  top: 40px;
}
.options .section_title p {
  max-width: 840px;
  font-size: 18px;
  line-height: 30px;
  margin: 40px auto auto;
}
.option_item {
  padding: 35px 35px 15px;
}
.option_item.custom {
  border-left: 1px solid rgb(252, 222, 17);
  border-right: 1px solid rgb(252, 222, 17);
}
.option_item.custom .icon::before {
  background-color: rgb(0, 0, 0);
}
.option_item .icon {
  position: relative;
}
.option_item .icon::before {
  content: "";
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background-color: rgb(252, 222, 17);
  position: absolute;
  right: 0px;
  left: 0px;
  margin: auto;
  z-index: -1;
}
.option_item ul {
  margin-top: 20px;
}
.option_item ul li {
  color: rgb(0, 0, 0);
  line-height: 30px;
  font-size: 18px;
  padding-bottom: 10px;
  padding-right: 45px;
  border-bottom: 1px solid rgb(201, 211, 237);
  margin-bottom: 10px;
  display: block;
  max-width: 330px;
  position: relative;
}
.option_item ul li:last-child {
  border-bottom: 0px;
}
.option_item ul li i {
  width: 22px;
  height: 22px;
  background-color: rgb(51, 50, 50);
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  color:#fcde11;
  margin-left: 15px;
  position: absolute;
  right: 5px;
  top: 3px;
  margin: auto;
}
.m-70 {
  margin: 70px 0px;
}
.hint {
  background-color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 60px;
  position: relative;
}
.hint::before {
  background: url("../images/banner-shape-bg.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  content: "";
}
.hint p {
  margin: 0px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: rgb(255, 255, 255);
  position: relative;
}
.hint a {
  display: block;
  text-align: center;
  background-color: rgb(252, 222, 17);
  border-radius: 25px;
  padding: 0px 60px;
  line-height: 54px;
  height: 50px;
  color: rgb(0, 0, 0);
  margin: 0px;
  font-size: 18px;
  position: relative;
}
.hint a:hover {
  background-color: #fff;
  color: #000;
}
@media all and (max-width: 991px) {
  .option_item {
    padding: 0;
    max-width: 420px;
    margin: auto;
    border: 0 !important;
  }
}
@media all and (max-width: 767px) {
  .option_item {
    padding: 15px 0;
  }
  .option_item.custom {
    border: 0;
    border-top: 1px solid rgb(252, 222, 17);
    border-bottom: 1px solid rgb(252, 222, 17);
  }
}
@media all and (max-width: 767px) {
  .hint {
    padding: 25px;
    text-align: center;
    flex-direction: column;
  }
  .hint p {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 576px) {
  .options {
    padding: 80px 10px;
  }
.section_title h3 {
    font-size: 35px;

  }

  .options .section_title h3 {
    font-size: 28px;
    line-height: 40px;
  }
  .options .section_title h3::before {
    top: 20px;
    right:27px ;
  }
  .options .section_title p {
    margin: 20px auto auto;
  }
  .options .row.m-70 {
    margin: 30px 0;
  }
  .hint a {
    padding: 0 40px;
  }
  .option_item ul li{max-width:100%;}
  .option_item ul li:last-child { border-bottom: 1px solid rgb(201, 211, 237);}
  .how_works {
    padding: 0px 10px 20px 10px !important;
  }
}

/* How Works
===========================*/
.how_works {
  padding-top: 80px;
}
.how_works .mb-20 {
  margin-bottom: 20px !important;
}
.how_works .section_title h3 {
  max-width: 225px;
  margin: auto;
}
.how_works .section_title p {
  max-width: 840px;
  font-size: 20px;
  line-height: 30px;
  margin: 40px auto auto;
}
.how_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: right;
  margin-bottom: 45px;
}
.how_item.first .cont p {
  max-width: 350px;
}
.how_item.first .icon {
  background-color: transparent;
  margin-bottom: 35px !important;
}
.how_item.first img:last-child {
  position: absolute;
}
.how_item .icon {
  min-width: 125px;
  height: 125px;
  background-color: rgb(252, 222, 17);
  border-radius: 15px;
  margin-left: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.how_item .cont h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin: 0px 0px 20px;
}
.how_item .cont p {
  font-size: 18px;
  margin: 0px;
  line-height: 30px;
}
.other_way .col-md-6:nth-child(2) .how_item .icon,
.other_way .col-md-6:nth-child(3) .how_item .icon {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(0, 0, 0);
}
.infograph {
  margin-top: 100px;
}
.infograph_mob {
  display: none;
}
@media (max-width: 991px) {
  .how_item.first .cont p {
    max-width: 100%;
  }
  .how_item .icon {
    margin-left: 15px;
  }
  .infograph {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .how_item .icon {
    min-width: 100px;
    height: 100px;
  }
  .how_item .cont h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .how_item .cont p {
    font-size: 16px;
    line-height: 20px;
  }
  .how_item {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #fcde11;
  }

  .infograph {
    display: none;
  }
  .infograph_mob {
    display: block;
    margin-top: 100px;
    
  }
}
.brands {
  padding: 50px 0 100px 0px;
}
.brands .row {
  align-items: center;
}
.brands p.text {
  margin: 0px;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}
.brands .top_logos {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.brands .top_logos li {
  margin-right: 35px;
}
.brands .top_logos li img {
  filter: brightness(0);
  width: 124px;
}
.brand_item {
  margin: 40px auto 0px;
  border-radius: 15px;
  padding: 45px 35px;
  border: 1px solid rgb(252, 222, 17);
}
.brand_item img {
  width: 124px;
}
.brand_item span {
  display: block;
}
.brand_item span img {
  width: auto;
}
.brand_item p {
  line-height: 30px;
  margin: 45px 0px 0px;
  font-size: 18px;
  height: 250px;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 1199px) {
  .brand_item {
    padding: 20px;
  }
  .brand_item p {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .brands .top_logos {
    justify-content: center;
    margin-top: 26px;
  }
  .brands .top_logos li {
    margin: 0px 15px;
  }
}
@media (max-width: 576px) {
  .brands {
    padding: 50px 15px 100px 15px;
  }
  .brands .section_title {
    margin-bottom: 25px;
  }
  .brands p.text {
    font-size: 20px; font-weight: normal;margin-bottom: 40px;
  }
  .brand_item p {
    max-height: 280px;
  }
  .join_us {
    padding: 50px 15px 80px !important;
  
  }
}
.join_us {
  padding: 50px 0px 80px;

}
.subscribe_slider {
  margin-top: 50px;
  margin-bottom: 0px;

}
.subscribe_item {
  border-left: 1px solid rgb(236, 240, 250);
  padding: 0px 17px;
  text-align: center;
 
}
.subscribe_item .icon {
  margin: auto auto 25px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid rgb(252, 222, 17);
}
.subscribe_item .icon img {
  margin: 22px auto;
}
.subscribe_item span {
  font-size: 18px;
}
.join_cont p {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 991px) {
  form {
    margin-top: 25px;
  }
}
form .form-control {
  border-radius: 25px;
  border: 0px;
  line-height: 50px;
  padding: 0px 25px;
  margin-bottom: 20px;
  font-size: 18px;
  color: rgb(0, 0, 0);
  background-color: rgb(236, 240, 250) !important;
  box-shadow: none !important;
  outline: none !important;
}
form label {
  margin: 0px 0px 20px;
  font-size: 18px;
}
form label i {
  margin-inline-end: 15px;
}
form textarea.form-control {
  min-height: 126px;
  resize: none;
  line-height: 25px;
  padding: 20px 25px;
}
form .radio_group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
form .radio_group .radio_item {
  min-width: 50%;
}
form .radio_group .radio_item label {
  margin: 0px;
}
form .radio_group .radio_item input {
  accent-color: rgb(252, 222, 17);
}
form button {
  display: block;
  text-align: center;
  background-color: rgb(0, 0, 0);
  border-radius: 25px;
  line-height: 55px;
  color: rgb(252, 222, 17);
  margin: 40px auto 0px;
  font-size: 18px;
  padding: 0px 60px;
  border: 0px;
  height: 50px;
}
form button:hover {
  background-color: rgb(252, 222, 17);
  color: rgb(0, 0, 0);
}
#haveRest,
#haveLoc {
  display: none;
}
@media all and (max-width: 576px) {
  .join_cont p{font-size: 20px;font-weight: normal;}
  .bord_row {
    border-top: 1px solid rgb(236, 240, 250);
    padding-top: 15px;
  }
}
.what_present {
  padding: 80px 0px;
  background-color: rgb(0, 0, 0);
}
.what_present .section_title h3 {
  color: rgb(255, 255, 255);
  max-width: 370px;
  margin: auto;
}
.what_present .section_title h3 span {
  position: relative;
}
.what_present .section_title h3::before {
  z-index: 0;
}
@media (max-width: 576px) {
  .what_present {
    padding: 80px 15px;
   
  }
  .what_present .section_title h3 {
    font-size: 34px;
    text-align: start;
  }
}
.service_lists {
  flex-wrap: wrap;
  justify-content: space-between;
}
.service_lists .col-lg-4 {
  max-width: 325px;
}
.service_lists .col-lg-4.col-md-6.col-sm-6:nth-last-child(2) .serv_list,
.service_lists .col-lg-4.col-md-6.col-sm-6:nth-last-child(3) .serv_list,
.service_lists .col-lg-4.col-md-6.col-sm-6:last-child .serv_list {
  border-bottom: 0px;
}
.serv_list {
  color: rgb(255, 255, 255);
  line-height: 30px;
  font-size: 18px;
  padding-bottom: 10px;
  padding-right: 10px;
  border-bottom: 1px solid rgb(255, 255, 255);
  margin-bottom: 10px;
  max-width: 310px;
}
.serv_list i {
  width: 25px;
  height: 25px;
  background-color:#fcde11;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  color:#000;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .service_lists .col-lg-4.col-md-6.col-sm-6:nth-last-child(2) .serv_list,
  .service_lists .col-lg-4.col-md-6.col-sm-6:nth-last-child(3) .serv_list {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
}
@media (max-width: 991px) {
  .serv_list i {
    margin-left: 15px;
  }
}
@media all and (max-width: 576px) {
  .service_lists .col-lg-4 {
    max-width: 100%;
  }
  .serv_list {
    max-width: 100%;
  }
  .cost {
    padding: 75px 15px 180px !important;
  }
  .cost_item{margin-bottom: 75px !important; margin-top: 0px !important; }
}
.cost {
  padding: 75px 0px 180px;
}
.row_costs {
  justify-content: space-between;
}
.row_costs .col-lg-4 {
  max-width: 350px;
}
.cost_item .icon {
  position: relative;
  margin-bottom: 25px;
  color: rgb(255, 255, 255);
  background-color: rgb(252, 222, 17);
  width: 130px;
  height: 130px;
  border-radius: 15px;
  font-size: 36px;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  padding: 0px 10px;
}
.cost_item .icon.sic {
  align-items: flex-start;
  justify-content: flex-end;
}
.cost_item .icon.tic {
  align-items: flex-end;
  justify-content: flex-end;
}
.cost_item .icon.fic::before {
  content: "";
  position: absolute;
  background: url("../images/cost_icon_bc1.png") 0% 0% / contain no-repeat;
  width: 100%;
  height: 100%;
  bottom: 0px;
  top: 0px;
  left: 0px;
}
.cost_item .icon.sic::before {
  content: "";
  position: absolute;
  background: url("../images/cost_icon_bc2.png") 0% 0% / contain no-repeat;
  width: 91px;
  height: 126px;
  bottom: 0px;
  right: 0px;
}
.cost_item .icon.tic::before {
  content: "";
  position: absolute;
  background: url("../images/cost_icon_bc3.png") 0% 0% / contain no-repeat;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.cost_item .icon span {
  position: relative;
  z-index: 99;
  display: block;
  line-height: 65px;
  font-size: 45px;
  font-weight: bold;
}
.cost_item .cont h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin: 0px 0px 25px;
}
.cost_item .cont p {
  font-size: 18px;
  line-height: 30px;
  margin: 0px 0px 25px;
  min-height: 120px;
}
.cost_item .cont span {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  border-radius: 25px;
  line-height: 50px;
  padding: 0px 50px;
  display: inline-block;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .cost_item .cont span {
    padding: 0px 40px;
  }
}
@media (max-width: 991px) {
  .row_costs .col-lg-4 {
    max-width: none;
  }
  .cost_item {
    margin-top: 35px;
  }
  .cost_item .cont p {
    min-height: auto;
  }
}
footer {
  background-color: rgb(252, 222, 17);
  padding: 70px 0px 50px;
  width: 100%;
  position: relative;
}
footer .container > .row {
  align-items: center;
}
footer .container {
  position: relative;
  z-index: 999;
}
footer::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: url("../images/footer_shap.png") 0% 0% / contain no-repeat;
  width: 265px;
  height: 292px;
}
footer .cont {
  display: flex;
  align-items: center;
}
footer .cont .logo {
  width: 146px;
  margin-inline-end: 35px;
}
footer .cont p {
  margin: 20px 0 0;
  line-height: 35px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
footer .cont p span {
  display: block;
}
footer .social {
   /* width: 55%;  */
  text-align: center;
}
footer .social li {
  margin: 0px 5px;
}
footer .social a {
  background-color: rgb(255, 255, 255);
  color: rgb(252, 222, 17);
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  font-size: 18px;
}
footer .social a:hover {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
footer .contact a {
  display: block;
  text-align: left;
  line-height: 25px;
  color: rgb(0, 0, 0);
  font-size: 17px;
}
footer .contact a:hover {text-decoration: underline;}
footer .contact img {
  display: inline-block;
  margin-right: 20px;
  width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: center;
}
footer .quick_links {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid #dfc40a;
  padding-top: 40px;
}
footer .quick_links li a {
  color: rgb(0, 0, 0);
  font-size: 18px;
  margin: 0px 10px;
  display: block;
}
footer .quick_links li a:hover{ text-decoration: underline ;}
footer .join_btn {
  display: block;
  text-align: center;
  background-color: rgb(0, 0, 0);
  border-radius: 25px;
  max-width: 280px;
  line-height: 55px;
  color: rgb(255, 255, 255);
  margin: 40px auto;
  font-size: 18px;
}
footer .join_btn:hover{background-color:#fff ;color: #000;}
footer .download_item {
  text-align: center;
}
footer .download_item a {
  display: inline-block;
  padding: 5px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 15px;
  margin: 0px 5px;
}
footer .download_item a:hover{  border: 2px solid rgb(0, 0, 0);} 
footer .download_item a img {
  overflow: hidden;
  border-radius: 15px;
  width: 200px;
  height: 63px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  footer .cont,
  footer .col-lg-6 .d-flex {
    flex-direction: column;
  }
  footer .social {
    margin-bottom: 25px;
  }
  footer .cont .logo {
    margin-bottom: 15px;
  }
  footer .cont {
    margin-bottom: 15px;
  }
  footer .social {
    width: auto;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 30px 0px;
  }
  footer .join_btn {
    margin: 25px auto;
  }
  footer .quick_links {
    margin: 15px 0px;
    padding-top: 30px;
    padding-bottom: 20px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  footer .cont,
  footer .col-lg-6 .d-flex {
    flex-direction: column;
  }
  footer .social,
  footer .cont .logo {
    margin-inline-end: 0;
  }
  footer .cont p {
    line-height: 25px;
  }
  footer .cont p span {
    margin-top: 15px;
  }
  footer .join_btn {
    margin: 10px auto 15px;
  }
  footer .quick_links li a {
    font-size: 18px;
  }
  footer .download_item a {
    max-width: 140px;
    margin: 0px;
  }
  footer .download_item a img {
 
   
    width: 162px !important;
    height: 54px;
  
  
  }
  footer .contact {
    background-color: #fff3;
    padding: 10px;
    width: 100%;
    text-align: center;
  }
  footer .contact a {
    display: inline-block;
    font-size: 16px;
    margin: 0 10px;
  }

  footer .contact img {
    display: none;
  }
}
iframe {
  display: none !important;
}
