.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none!important;
    left: 10px;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none!important; right: 10px;
    left: auto;
}

/* swiper */
.swiper-container {
  padding: 0;
  height: 700px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .swiper-container {
    height: 500px;
  }
}
.swiper-slide {
  width: 100%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.swiper-slide:after {
  content: "";
         background-color: #000000c4;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1;
    opacity: 1;
}

.swiper-slide:before {
  content: "";
  background-color: rgb(69 69 78 / 0%);
  background-image: linear-gradient(180deg, rgba(255, 234, 213, 0.3), rgba(241, 244, 255, 0.3));
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 1;
}

/* swiper arrows */
.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev {
  left: 30px;
}

.swiper-button-next {
  right: 30px;
}

.swiper-button-prev span,
.swiper-button-next span {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: absolute;
  border: solid 2px white;
  border-left: 0;
  border-bottom: 0;
  transition: all 0.3s ease;
}

.swiper-button-prev span {
  transform: rotate(-135deg);
  left: 50%;
}

.swiper-button-next span {
  transform: rotate(45deg);
  right: 50%;
}

.swiper-button-prev span:after,
.swiper-button-next span:after {
  content: "";
  position: absolute;
  background-color: white;
  width: 0px;
  height: 2px;
  transition: all 0.3s ease;
  transform: rotate(-45deg);
}

.swiper-button-prev:hover span {
  left: 30%;
}

.swiper-button-next:hover span {
  right: 30%;
}

.swiper-button-prev:hover span:after,
.swiper-button-next:hover span:after {
  width: calc(20px - 4px);
}

/* swiper arrows mobile */
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 0px;
  }

  .swiper-button-next {
    right: 0px;
  }

  .swiper-button-prev:hover span {
    left: 50%;
  }

  .swiper-button-next:hover span {
    right: 50%;
  }

  .swiper-button-prev:hover span:after,
.swiper-button-next:hover span:after {
    display: none;
  }
}
/* swiper pagination */
.swiper-pagination {
  height: 40px;
}

.swiper-pagination-bullet {
  background-color: transparent;
  border: solid 1px white;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.swiper-pagination-bullet:hover {
  background-color: white;
}

.swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  left: 0;
  background-color: transparent;
  border: solid 1px white;
}

/* text content */
.slide-text {
  text-align: center;
  color: white;
  opacity: 1;
  z-index: 2;
     width: 100%;
    max-width: 70%;
}

.slide-text h1 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 30px;
  letter-spacing: 0.03em;
}

.slide-text p {
  font-size: 16px;
  font-family: "IBM Plex Mono", monospace;
}

/* text mobile */
@media screen and (max-width: 768px) {
  .slide-text {
    width:100%;    max-width: 90%;
  }
  .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%!important;}

  .slide-text h1 {
    font-size: 20px;
    letter-spacing: 0.02em;
  }

  .slide-text p {
    font-size: 14px;
  }
}
/* button */
.slide-text .btn {
  font-family: "IBM Plex Mono", monospace;
  background-color: transparent;
  border: solid 1px white;
  padding: 15px 30px;
  min-width: 100px;
  width: fit-content;
  font-size: 14px;
  letter-spacing: 2px;
  color: white;
  position: relative;
  border-radius: 80px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 20px;
}

.slide-text .btn:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  border-radius: inherit;
  transition: all 0.3s ease-in-out;
}

.slide-text .btn:hover::after {
  left: 4px;
  top: 5px;
  background-color: rgba(255, 255, 255, 0.3);
}

.slide-text .btn:hover {
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  .slide-text .btn:hover::after {
    left: 0px;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
button:focus {
  outline: 0;
}


@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Black.woff2') format('woff2'),
        url('Gilroy-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Bold.woff2') format('woff2'),
        url('Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Heavy.woff2') format('woff2'),
        url('Gilroy-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Light.woff2') format('woff2'),
        url('Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Regular.woff2') format('woff2'),
        url('Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Medium.woff2') format('woff2'),
        url('Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


body {
    background: #000000;
    font-family: 'Gilroy';
    font-weight: normal;
    color: #fff;
    overflow-x: hidden;
}



.top {
    width: 100%;
 
    text-align: center;
}
a.text-light.logo.lead img {
    width: 24%;
}




.logo{text-align: center;
    position: relative;
    top: -15px;
}
.text-bnr {
    margin-top: 14%;
}
.nav-link.text-dark:hover {
    color: #060544 !important;
}
li{list-style: none;}
a:hover{text-decoration: none;}
#banner-promoter h1 {
      border-radius: 8px;
    color: #feec02;
        width: 100%;
    font-size: 90px;
    line-height: 90px;
    font-weight: 900;
    color: #fff;
    margin: 0 0 35px;
    text-transform: uppercase;
    text-shadow: 0 0 5px #fff;
}
.app {
   
}
#banner-promoter h2 {
  
     width: 100%;
    font-size: 56px;
    line-height: 90px;
    font-weight: 900;
    color: #fff;
    margin: 0 0 0px;
    text-transform: uppercase;
    text-shadow: 0 0 5px #fff;
   
}
.kanan {
    background: #ff5f15;
    padding: 10px 10px;
    border-radius: 10px;
}
.kanan a{color: #fff;font-weight: 600;font-size: 17px;}
.whatsapp-button a {
    background: #0fb61b;
    padding: 14px 30px;
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
    text-align: center;
}
.whatsapp-button {
       margin-top: 30%;
    margin-bottom: 17%;    text-align: center;
}
#banner-promoter img {
    width:30%;
    /* margin-right: 100px; */
}
.game-image {
    text-align: center;
}
.top {
    background: #00000000;
    padding: 10px !important;
    position: absolute;
    top: 6px;
    z-index: 999;
}
.custom-badge {
    position: relative;
    top: -7px;
    right: -13px;
    font-size: .7em;
}
a.text-light.logo.lead img {
    width:24%;
}
.partner-d11 {
    background: #000;
    margin-top: 0px;padding-top: 3%;
    padding-bottom: 3%;
}
/*.universal_heading span {
    color: #ff5f15;
}
*/
.universal_heading {
          width: 100%;
    font-size:80px;
    line-height: 90px;
    font-weight: 900;
    color: #fff;text-align: center;
    margin: 0 0 46px;
    text-transform: uppercase;
    text-shadow: 0 0 5px #fff;
}
.partnerFlex {
      display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 13px;
    padding-top: 16px;
    padding-bottom: 10px;
}

.partnerFlex a{      border: 1px solid #fff;
    color: #fff;
    border-radius: 8px;
    margin: 5px;
    font-size: 20px;
    padding: 5px 10px;
}
.btn-outline-primary:hover{background: transparent;border: 1px solid #fff;}
.head-button {
    text-align: center;
    padding: 7px;
}

.head-button a {
    margin: 8px;
}
.partner-d11 img {
    width: 113px;
    box-shadow: 0px 0px 3px rgb(255 255 255);
    border-radius: 20px;
}
.container-nav {
    max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 767.98px) { 
    .section-form {
    width: 100%!important;
    background-color: #000000c9;
    padding: 2em;
    border-radius: 6px;
}
a.text-light.logo.lead img {
    width: 80%!important;
}
  #banner-promoter {
  
    padding: 53px 0px;
}

.trxt-bne h1{margin-bottom: -50px!important;}
         #banner-promoter h1 {
        margin-bottom: -10px;
        text-align: center;
        font-size: 52px;
        line-height: 61px;}
  .trxt-bne {
        margin-top: 9% !important;
    }
#banner-promoter img {
    width: 68%;
    margin-right: 45px;
}
#banner-promoter h2 {
          font-size: 39px;
        color: #ff5f15;
        margin-bottom: -21px;
        padding-left: 0px;
}
.text-bnr {
    margin-top: 24%;
}
.universal_heading {
    width: 100%;
    font-size: 51px;
    line-height: 66px;}

    section#get-app .universal_heading {
    width: 100%;
    font-size: 51px!important;
    line-height: 66px!important;text-align: center!important;}
    section#get-app p{text-align: center;}
    .partnerFlex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 13px;
    padding-top: 0px;
    padding-bottom: 5px;}

    .container-nav {
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .topheader {
        padding-right: 15px;
        padding-left: 15px;
    }
  }
.copyright-footer {text-align: center;
  background: #0f0f0f;
  padding: 30px 0; }
  .copyright-footer .copyright-text {
    color: #ccc;
    font-size: 14px;
    margin: 0;
    width: 100%; }
    .copyright-footer .copyright-text a {
      display: inline-block;
      color: #ccc;
      font-size: 14px; }
  .copyright-footer .footer-menu {
    width: 100%;
    text-align: right; }
    .copyright-footer .footer-menu ul li {
      display: inline-block;
      margin-right: 25px; }
      .copyright-footer .footer-menu ul li:last-child {
        margin-right: 0; }
      .copyright-footer .footer-menu ul li a {
        display: inline-block;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        color: #ccc;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .copyright-footer .footer-menu ul li a:hover {
          color: #fff; }


/******how it works*************/
 .work-porcess-area {
            padding: 44px 0;
           
        }
.section-header {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background:#fed500;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}
.work-porcess-area {
    background: #f6f8fc;
}

.work-porcess-area.white {
    background: #FFFFFF;
}

.work-porcess-area .process-info {
    margin-top: 7px;
}

.work-porcess-area .process-info .single-process {
    width: 160px;
    height: 160px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding-top: 53px;
    margin: 0 auto;
    background: #FFFFFF;
    -webkit-box-shadow: 0 10px 30px 0 rgb(255 179 59 / 27%);
    -o-box-shadow: 0 10px 30px 0 rgb(255 179 59 / 27%);
    -moz-box-shadow: 0 10px 30px 0 rgb(255 179 59 / 27%);
    -ms-box-shadow: 0 10px 30px 0 rgb(255 179 59 / 27%);
    box-shadow: 0 10px 30px 0 rgb(255 179 59 / 27%);
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.work-porcess-area .process-info .single-process:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(248, 32, 72, 0.4)
    -o-box-shadow: 0 10px 30px 0 rgba(248, 32, 72, 0.4)
    -moz-box-shadow: 0 10px 30px 0 rgba(248, 32, 72, 0.4)
    -ms-box-shadow: 0 10px 30px 0 rgba(248, 32, 72, 0.4)
    box-shadow: 0 10px 30px 0 rgba(248, 32, 72, 0.4)
}

.work-porcess-area .process-info .single-process:after {
    position: absolute;
    content: "\f101";
    font-family: "fontawesome";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -65px;    font-size: 41px;
    color: #ffb33b;
}

.work-porcess-area .process-info .single-process.first {
    background: #ffb33b;
}

.work-porcess-area .process-info .single-process.first i:before {
    color: #FFFFFF;
}

.work-porcess-area .process-info .single-process.first h4 {
    color: #FFFFFF;
}

.work-porcess-area .process-info .single-process.thard {
    background:#ffb33b;
}

.work-porcess-area .process-info .single-process.thard i:before {
    color: #FFFFFF;
}

.work-porcess-area .process-info .single-process.thard h4 {
    color: #FFFFFF;
}

.work-porcess-area .process-info .single-process.last:after {
    display: none;
}

.work-porcess-area .process-info .single-process i {
    display: block;
    line-height: 25px;
    margin-bottom: 12px;
}

.work-porcess-area .process-info .single-process i:before {
    font-size: 36px;
    color: #f82249;
}

.work-porcess-area .process-info .single-process h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #f82249;
}

@media only screen and (max-width: 767px) {
     .work-porcess-area .process-info .single-process::after {
        display: none;
    }
    .work-porcess-area .process-info .single-process{
        margin-top: 30px;
    }
    .work-porcess-area .section-title h2{
        margin-bottom: 5px;
    }
    .section-header h2 {
    font-size: 30px;
}

}

/******project ***********/

.sectionClass {
  padding: 60px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){
  background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2){
  background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3){
  background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4){
  background: rgb(23, 44, 66);
}

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
 
}
section#new-contact-us {
    padding-bottom: 20px;padding-top: 20px;
}
.contact-us-image {
    text-align: left;
}
.contact-us-image a{background: #25d366;
    padding: 23px 38px;
    border-radius: 10px;
    margin-top: 60px;
    color: #000;    font-weight: 600;
    font-size: 30px;}
.contact-us-image img {
    width: 59%;
    margin: 10px auto;}

.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgb(255 179 59);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}




@media (max-width: 767px) {
    .main{margin-bottom: 0px!important;min-height: 330px!important;}

.whatsapp-button {
    margin-top: 8%;
    text-align: center;
    margin-bottom: 21px;
}
.projectFactsWrap .item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;}
}

 @media (max-width: 991px) and (min-width: 768px){


.whatsapp-button {
    margin-top: 4%;
}
}

.process {
  width: 100%;
  padding: 0 15px;
  text-align: center;
}
.process__item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  position: relative;
  padding: 15px 35px;
  transition: 0.4s ease-in-out;
}
.process__item img {
    width: 37%;}
.process__item:hover {
  background: #f2f2f2;
}
.process__item:hover .process__number {
  transform: translateY(5px);
  color: #003c71;
}
.process__number {
  font-size: 90px;
  -webkit-text-stroke: 1px #003c71;
  display: block;
  color: transparent;
  font-family: "Roboto Condensed";
  font-weight: 700;
  transition: 0.4s ease-in-out;
}
.process__title {
  display: block;
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 31px;
  color: #003c71;
  text-transform: uppercase;
  margin-top: 30px;
}
.process__subtitle {
  display: block;
  font-family: "Josefin Slab";
  font-size: 20px;
  color: #8c8c8c;
  margin-top: 30px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .process {
    display: inline-block;
  }
  .process__item {
    width: 49%;
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .process {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .process__item {
    width: 100%;
  }
  .process__item:not(:last-of-type)::after {
    content: "";
    width: 1px;
    height: 75%;
    background: #8c8c8c;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0.2;
    transform: translateY(-50%);
  }
}



/*******gdfgdfgfd***********/

.main {    margin-bottom: 66px;
  width: 100%;
  min-height: 380px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.service {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform .8s;
}

/* Mengatur posisi logo service */
.service-logo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: -90px auto 0;
  background: #fff;
  border:  18px solid #f5cf24;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-logo i {
    color: #128c7e;
    font-size: 51px!important;
}

/* Membuat border title */
.service h4 {
  height: 35px;

  margin: 50px auto;
  background: #fff;
  position: relative;
}

.service h4::after,
.service h4::before {
  content: '';
  width: 40px;
  height: 30px;
 position: absolute;
 z-index: -1;
}

/*.service h4::after {
  background: linear-gradient(to right, #fff, #007bff);
  right: -5px;
  top: -5px;
}

.service h4::before {
  background: linear-gradient(to right, #007bff, #fff);
  left: -5px;
  bottom: -5px;
}
*/

/* membuat shadow untuk service */
/*.main::after {
  content: '';
  height: 200px;
  width: 80%;
  background: #fff;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 10%;
  z-index: -1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform .8s;
}
.main::before {
  content: '';
  height: 200px;
  width: 64%;
  background: #fff;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 18%;
  z-index: -2;
}*/

.main:hover .service {
  transform: translateY(-50px);
}

.main:hover::after {
  transform: translateY(-25px);
}

.service-logo img {
  transition: transform 1s;
}

.main:hover .service-logo img {
  transform: rotate(360deg);
}


.card {
    margin: 0 auto;
    border: none;background: transparent;
}
.card .carousel-item {
    min-height: 190px;
}
.card .carousel-caption {
    padding: 0;
    right: 15px;
    left: 15px;
    top: 15px;
    color: #3d3d3d;
    border: 1px solid #ccc;
    min-height:175px;
    padding: 15px;
}
.card .carousel-caption .col-sm-3 {
    display: flex;
    align-items: center;
}
.card .carousel-caption .col-sm-9 {
    text-align: left;
}
.card .carousel-control-prev, .card .carousel-control-next {
    color: #3d3d3d !important;
    opacity: 1 !important;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: none;
    color: #fff;
    font-size: 14px;
    background-color: #ff5f15;
    height: 32px;
    line-height: 32px;
    width: 32px;
}
.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
    opacity: 0.85;
}
.carousel-control-prev {
    left: 40%;
    top: 110%;
}
.carousel-control-next {
    right: 40%;
    top: 110%;
}
.midline {
    width: 60px;
    border-top: 1px solid #d43025;
}
.carousel-caption h2 {
    font-size: 19px;
}
.carousel-caption h2 span {
    color: #ff5f15;
}
 @media (min-width: 320px) and (max-width: 575px) {
.carousel-caption {
    position: relative;
}
.card .carousel-caption {
    left: 0;
    top: 0;
    margin-bottom: 15px;
}
.card .carousel-caption img {
    margin: 0 auto;
}
.carousel-control-prev {
    left: 35%;
    top: 105%;
}
.carousel-control-next {
    right: 35%;
    top: 105%;
}
.card .carousel-caption h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.carousel-caption {
    position: relative;
}
.card .carousel-caption {
    left: 0;
    top: 0;
    margin-bottom: 15px;
}
.card .carousel-caption img {
    margin: 0 auto;
}
.card .carousel-caption h3, .card .carousel-caption small {
    text-align: center;
}
.carousel-control-prev {
    left: 35%;
    top: 105%;
}
.carousel-control-next {
    right: 35%;
    top: 105%;
}
}
@media (min-width: 767px) and (max-width: 991px) {
.card .carousel-caption h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
}
}


.reviewrating{padding-top: 2%;padding-bottom: 4%;background: #F0F4FF;}
section#get-app p{     width: 100%;
    margin: 0 0 52px;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
   
}
.app-download {
    text-align: center;
}
.app-download img{width: 39%;}
section#get-app {
   padding-top: 4%;
    padding-bottom: 4%;background: url(../img/12.jpg);background-size: cover;
}


 section#get-app h1{  margin-top: 80px;}
section#get-app .universal_heading {
       text-align: left;
    width: 100%;
    font-size: 75px;
    line-height: 90px;
    font-weight: 900;
    color: #fff;
  
    margin: 0 0 35px;
    text-transform: uppercase;
    text-shadow: 0 0 5px #fff;
}



.site-footer
{
  background-color:#26272b;
  padding:45px 0 5px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.footer-links a:hover{color: #fff;}
.site-footer a.text-light.logo.lead img {
    width: 66%;
    position: relative;
    right: 30px;
    margin-bottom: 10px;
}
.site-footer a:hover
{
  color:#fff;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display: block;
    margin-bottom: 10px;
    font-size: 14px;
}
.footer-links a
{
  color:#ffffff;
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#fff;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#fff;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#000;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#feec02
}
.social-icons a.twitter:hover
{
  background-color:#feec02
}
.social-icons a.linkedin:hover
{
  background-color:#feec02
}
.social-icons a.dribbble:hover
{
  background-color:#feec02
}
.site-footer p{color: #fff;}
@media (max-width:767px)
{
    .reviewrating {
    padding-top: 2%;
    padding-bottom: 20%;
    background: #F0F4FF;
}
    section#get-app img{width: 100%;}
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}


.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}
.bluegradientBG a i{color: #fff;}

.bluegradientBG{ font-size: 23px;
    line-height: 14px;
    color: #fff;
    background: #25d366;
    border-radius: 33px;
    text-align: center;
    font-family: 'robotomedium';
    font-weight: 600;
      padding: 16px 11px;
    max-width: 414px;
    width: auto;
    margin: 0 auto 20px;}


.bluegradientBG a{color: #fff;}








.section-form {
 width: 37em;
    background-color: #000000c9;
    padding: 2em;
    border-radius: 6px;
}
.section-form .intro {
  margin-bottom: 2em;
}
.section-form h1 {
  text-align: center;
  font-size: 1.6em;    margin-top: 1px!important;
  margin-bottom: 0.6em;
}


input[type=text] {
  height: 45px;
}

input[type=text], textarea {
    width: 100%;
    margin-bottom: 1em;
    font-size: .9em;
    color: #ffffff;
    font-weight: 300;
    padding: .5em 1em;
    border: none;
    color: #ffffff;
    font-weight: 300;
    background: transparent;
    border-bottom: 1px solid #fff;
}
::placeholder{color: #fff;}
input[type=button] {
     cursor: pointer;
    margin: 0;
    padding: .5em 2em;
    background: #ec8d27;
    border: none;
    color: #fff;
    border-radius: 19px;
    font-size: 1em;
    font-weight: 400;
}
