@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

header{
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 200px;
  transition: 0.5s ease;
}

header .brand{
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

header .navigation{
  position: relative;
}

header .navigation .navigation-items a{
  position: relative;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  margin-left: 30px;
  transition: 0.3s ease;
}

header .navigation .navigation-items a:before{
  content: '';
  position: absolute;
  background: #fff;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  transition: 0.3s ease;
}

header .navigation .navigation-items a:hover:before{
  width: 100%;
}

/* header .right-area{ float: right; height: 100%; line-height: 70px; margin-left: 15px; padding: 5px; } */

header .src-icn,
header .close-icn{ display: none; }

header .src-icn.active,
header .close-icn.active{ display: block; }

header .src-form{ position: absolute; top: 0px; bottom: 0px; left: 15px; right: 45px; z-index: 1; 
	max-width: 0; overflow: hidden; -webkit-transition: all .2s; transition: all .2s; }

/* header .src-form.active{ max-width: 3000px;  } */
header .src-form.active{ max-width: 1330px;  }
header .src-form form{ height: 100%; }
/* header .src-form input{ display: block; width: 100%; height: 100%; padding: 0 15px 0 75px; font-size: 1.4em; border: 0px solid #ccc; 
	background: #f7f5f8; outline: 0; -webkit-transition: all .0s; transition: all .0s; }
header .src-form input:focus{ background: #f1f2f1; } */
header .src-form button{ position: absolute; top: 0; bottom: 0; left: 0; width: 60px;}
.search-form-wrap {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  transition: 0.3s all ease;
  visibility: hidden;
  opacity: 0;
}
.bg-process {
  background-image: url(../img/background/shape3-home1.png);
  /* background-image: url(../img/background/shape-process-1.png); */
  background-position: 100% 15px;
  /* background-position: 100% 215px; */
  background-repeat: no-repeat;
}
.bg-testi {
  background-image: url(../img/background/shape-process2-1.png);
  background-position: 0 220px;
  background-repeat: no-repeat;
}
/* .bg-overlay-testi {
  background-image: url(../img/background/bg-testi2.png);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: background .3s,border-radius .3s,opacity .3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
} */
.bg-overlay-testi {
  background-image: url(../img/background/bg-testi2.png);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: background .3s,border-radius .3s,opacity .3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.bg-overlay-1 {
  background-image: url(../img/background/bg-overlay-home1.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.search-form-wrap .search-form {
  position: relative;
}

.search-form-wrap .search-form .form-control {
  width: 300px;
  border: none;
  box-shadow: 0 15px 20px -10px rgba(var(--color-black-rgb), 0.1);
  padding-left: 40px;
  padding-right: 40px;
}

.search-form-wrap .search-form .form-control:active,
.search-form-wrap .search-form .form-control:focus {
  outline: none;
  box-shadow: none;
}

.search-form-wrap .search-form .icon {
  position: absolute;
  left: 0;
  top: 7px;
  opacity: 0.5;
  left: 10px;
}

.search-form-wrap .search-form .btn {
  position: absolute;
  top: 2px;
  right: 4px;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 30px;
}

.search-form-wrap .search-form .btn:active,
.search-form-wrap .search-form .btn:focus {
  outline: none;
  box-shadow: none;
}

.search-form-wrap.active {
  visibility: visible;
  opacity: 1;
}

/* section{
  padding: 100px 200px;
} */

.section-padding{
  padding: 60px 0;
    overflow: hidden;
}
.home{
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: transparent;
  /* background: #2696E9; */
}

#home_concierge:before{
  z-index: 777;
  content: '';
  position: absolute;
    width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.home:before{
  z-index: 777;
  content: '';
  position: absolute;
  background:rgb(240, 240, 240, 0.5);
  /* background: rgba(3, 131, 251, 0.858); */
  /* background:  #1ab0d3; */
  /* 15deg, #d63389 0%, #1ab0d3 100% */
  /* background: linear-gradient(45deg, #d63389f0 0%, #1ab0d3c9 100% 100%), url(../video/banner1.mp4) center center no-repeat; */
  /* background:  url(../img/background/hero-bg.jpg) center center no-repeat; */
  /* background: linear-gradient(45deg, #d63389f0 0%, #1ab0d3c9 100% 100%), url(../img/background/hero-bg.jpg) center center no-repeat; */
  /* background: linear-gradient(45deg, rgba(86, 58, 250, 0.9) 0%, rgba(116, 15, 214, 0.9) 100%), url(../img/background/hero-bg.jpg) center center no-repeat; */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.home .content{
  z-index: 888;
  color: #fff;
  width: 90%;
  margin-top: 50px;
  display: none;
}

.home .content.active{
  display: block;
}

.home .content h1{
  font-size: 4em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 75px;
  margin-bottom: 40px;
  color: #5d6975;
}

.home .content h1 span{
  /* font-size: 1.2em; */
  font-weight: 600;
  color: #d63389;
}
.home .content h2{
  font-size: 2em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #5d6975;
  /* line-height: 75px; */
  /* margin-bottom: 40px; */
}

.home .content h2 span{
  font-size: 1.2em;
  font-weight: 600;
  color: #d63389;
}

.home .content p{
  text-align:justify;
  color: #5d6975;
}
.home .content p span{
 
  color: #d63389;
}

.home .content a{
  background: #fff;
  padding: 15px 35px;
  color: #d63389;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: none;
  border-radius: 2px;
  transition-duration: 0.4s;
cursor: pointer;
}
.home .content a:hover{
    background-color: #1ab0d3;
    color: white;
}
/* background-color: #4CAF50;
border: none;
color: white;
padding: 16px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
transition-duration: 0.4s;
cursor: pointer; */

.home .media-icons{
  z-index: 888;
  position: absolute;
  right: 30px;
  display: flex;
  flex-direction: column;
  transition: 0.5s ease;
}

.home .media-icons a{
  color: #fff;
  font-size: 1.6em;
  transition: 0.3s ease;
}

.home .media-icons a:not(:last-child){
  margin-bottom: 20px;
}

.home .media-icons a:hover{
  transform: scale(1.3);
}

.home video{
  z-index: 000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-navigation{
  z-index: 888;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(80px);
  margin-bottom: 12px;
}

.slider-navigation .nav-btn{
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  transition: 0.3s ease;
}

.slider-navigation .nav-btn.active{
  background: #1ab0d3;
}

.slider-navigation .nav-btn:not(:last-child){
  margin-right: 20px;
}

.slider-navigation .nav-btn:hover{
  transform: scale(1.2);
}

.video-slide{
  position: absolute;
  width: 100%;
  clip-path: circle(0% at 0 50%);
}

.video-slide.active{
  clip-path: circle(150% at 0 50%);
  transition: 2s ease;
  transition-property: clip-path;
}

@media (max-width: 1040px){
  header{
    padding: 12px 20px;
  }

  section{
    padding: 100px 20px;
  }

  .home .media-icons{
    right: 15px;
  }

  header .navigation{
    display: none;
  }

  header .navigation.active{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(1, 1, 1, 0.5);
  }

  header .navigation .navigation-items a{
    color: #222;
    font-size: 1.2em;
    margin: 20px;
  }

  header .navigation .navigation-items a:before{
    background: #222;
    height: 5px;
  }

  header .navigation.active .navigation-items{
    background: #fff;
    width: 600px;
    max-width: 600px;
    margin: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
  }

  .menu-btn{
    background: url(menu.png)no-repeat;
    background-size: 30px;
    background-position: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .menu-btn.active{
    z-index: 999;
    background: url(close.png)no-repeat;
    background-size: 25px;
    background-position: center;
    transition: 0.3s ease;
  }
}

.flip-card {
    background-color: transparent;
    /* width: 300px; */
    height: 300px;
    perspective: 1000px;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-card-front {
    background-color: #fff;
    color:   #1ab0d3;
    border:2px dashed  #1ab0d3;
  }
  /* .flip-card-front {
    padding: 50px 50px;
    background-color: #fff;
    color:   #1ab0d3;
    font-size: 48px;
    font-weight: 400px;
    text-align: center;
    border:2px dashed  #1ab0d3;
  } */
  .flip-card-front h4{
    padding-top:30%;
    padding-bottom:50%;
    /* padding: 30px 50px; */
    font-size: 28px;
    font-weight: 300px;
    text-align: center;
  
  }
  /* .flip-card-front {
    background-color: #fff;
    color: black;
    font-size: 48px;
    font-weight: 400px;
    border:2px dashed green;
  } */
  
  .flip-card-back {
    padding: 50px 30px;
    background-color:  #1ab0d3;;
    color: white;
    transform: rotateY(180deg);
   
  }
  .flip-card-back h4{
 
    font-size: 18px;
    font-weight: 300px;
    text-align: center;
    margin-bottom: 40px;
  
  }
  .flip-card-back a{
    background: #fff;
    padding: 15px 35px;
    color:  #1ab0d3;
    font-size: 1.1em;
    font-weight: 500;
    text-decoration: none;
    border-radius: 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 8px;
  }
  .flip-card-back a:hover{
      background-color:#d63389;
      color: white;
  }
@media (max-width: 560px){
  .home .content h1{
    font-size: 3em;
    line-height: 60px;
  }
}
    
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faqq .faqq-list {
  padding: 0 100px;
}

.faqq .faqq-list ul {
  padding: 0;
  list-style: none;
}

.faqq .faqq-list li+li {
  margin-top: 15px;
}

.faqq .faqq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faqq .faqq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faqq .faqq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #75bdfa;
}

.faqq .faqq-list .icon-show,
.faqq .faqq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faqq .faqq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faqq .faqq-list .icon-show {
  display: none;
}

.faqq .faqq-list a.collapsed {
  color: #343a40;
}

.faqq .faqq-list a.collapsed:hover {
  color: #0880e8;
}

.faqq .faqq-list a.collapsed .icon-show {
  display: inline-block;
}

.faqq .faqq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faqq .faqq-list {
    padding: 0;
  }
}

/*
	2. Start Preloader css 
*/
.preloader_area {
  position: fixed;
  background: #fff;
  z-index: 11000;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.color-1 {
  background-color: #092f5d !important;
}

.color-2 {
  background-color: #ff5e14 !important;
}

.lodar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lodar ul {
  display: flex;
}

.lodar ul li {
  display: inline-block;
  font-size: 60px;
  font-weight: bold;
  font-family: 'Poppins';
  text-transform: uppercase;
  letter-spacing: 10px;
  animation: animate 1.4s linear infinite;
}

@keyframes animate {
  0% {
      color: #ef3b58;
  }

  50% {
      color: #ef3b58;
  }

  100% {
      color: #ef3b58;
  }
}

.lodar ul li:nth-child(1) {
  animation-delay: .7s;
}

.lodar ul li:nth-child(2) {
  animation-delay: 1s;
}

.lodar ul li:nth-child(3) {
  animation-delay: 1.5s;
}

.lodar ul li:nth-child(4) {
  animation-delay: 2s;
}

.lodar ul li:nth-child(5) {
  animation-delay: 2.5s;
}

.lodar ul li:nth-child(6) {
  animation-delay: 3s;
}

/*
End Preloader css 
*/
/* BACKGROUND IMAGE */

.img-bg{ position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; }

.bg-map{ background: url(../images/map.png) no-repeat center; background-size: cover; }

.bg-1{ background: url(../images/slider-1-1200x900.jpg) no-repeat center; background-size: cover; }
.bg-2{ background: url(../images/slider-2-450x600.jpg) no-repeat center; background-size: cover; }
.bg-3{ background: url(../images/slider-3-450x600.jpg) no-repeat center; background-size: cover; }
.bg-4{ background: url(../images/slider-4-450x600.jpg) no-repeat center; background-size: cover; }
.bg-5{ background: url(../images/slider-5-450x600.jpg) no-repeat center; background-size: cover; }
.bg-6{ background: url(../images/slider-6-450x600.jpg) no-repeat center; background-size: cover; }


.bg-grad-layer-6:after{ content:''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: -1;
	opacity: .6; background: linear-gradient(to top,  #000 0%,  rgba(0,0,0,.4) 100%); }
	
.bg-layer-4:after{ content:''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: -1;
	opacity: .4; background: #111; }

.bg-layer-7:after{ content:''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: -1;
	opacity: .7; background: #111; }

.list-data{
  position: relative; margin-bottom: 6px; display: block;
}
.list-data i{
  font-size: 10px; color: rgb(214, 51, 137); position: absolute; left: 2px; top: 6px;
}
.span-list{
  display: inline-block;
  padding-left: 25px;
  text-align: justify;
}

.panel-accordion-custom>.panel-accordion-heding-custom {
  color: #333;
  background-color: #eee;
  /* background-color: var(--color-default); */
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-accordion-custom>.panel-accordion-heding-custom a {
  display: block;
  padding: 10px 15px;
}

.panel-accordion-custom>.panel-accordion-heding-custom a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  /* font-family: 'Glyphicons Halflings'; */
  font-style: normal;
  font-weight: 200;
  /* line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */

  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-accordion-custom>.panel-accordion-heding-custom a[aria-expanded="true"] {
  background-color: #1ab0d3;
}

.panel-accordion-custom>.panel-accordion-heding-custom a[aria-expanded="true"]:before {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #fff;
}

.panel-accordion-custom>.panel-accordion-heding-custom a[aria-expanded="false"]:before {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.panel-accordion-heding-custom:hover {
  background-color: var(--color-links);
}

.acordion-a {
  color: var(--color-secondary);
  font-size: 16px;
}

.acordion-a[aria-expanded="true"] {
  color: #eee;
}

.panel-accordion-custom>.panel-accordion-heding-custom a[aria-expanded="true"]:hover {
  color: var(--color-links);
  ;
}

.acordion-a:hover {
  color: #fff;
}

/* acordion type 2 */

.panel-accordion-custom2>.panel-accordion-heding-custom2 {
  color: #333;
  background-color: #eee;
  /* background-color: var(--color-default); */
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-accordion-custom2>.panel-accordion-heding-custom2 a {
  display: block;
  padding: 10px 15px;
}

.panel-accordion-custom2>.panel-accordion-heding-custom2 a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: 200;

  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-accordion-custom2>.panel-accordion-heding-custom2 a[aria-expanded="true"] {
  background-color: #1ab0d3;
}

.panel-accordion-custom2>.panel-accordion-heding-custom2 a[aria-expanded="true"]:after {
  content: "\276F";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
}

.panel-accordion-custom2>.panel-accordion-heding-custom2 a[aria-expanded="false"]:after {
  content: "\276F";
 
  -webkit-transform: rotate(1deg);
  transform: rotate(1deg);
}

.panel-accordion-heding-custom2:hover {
  background-color: var(--color-links);
}

.acordion-a {
  color: var(--color-secondary);
}

.acordion-a[aria-expanded="true"] {
  color: #eee;
}

.panel-accordion-custom2>.panel-accordion-heding-custom2 a[aria-expanded="true"]:hover {
  color: var(--color-links);
  ;
}

.acordion-a:hover {
  color: #fff;
}




/* ============================================================== 
     # Faq
=================================================================== */

.faq-items  img {
  max-width: 120%;
}

.faq-items .faq-content {
  padding-right: 35px;
}

.faq-items .faq-content h2 {
  font-weight: 200;
  margin-bottom: 30px;
  line-height: 1.3;
  margin-top: -5px;
  text-transform: capitalize;
}

.faq-items .faq-content h2 strong {
  display: block;
  margin-top: 5px;
}

.faq-area .thumb {
  padding-left: 35px;
}

.accordioneye .card-header h4:after {
  /* font-family: "Font Awesome 5 Free";
  content: "\f06e"; */
  font-family: "bootstrap-icons";
  /* content: "\F341"; */
  
  content: "\f33e";
  position: absolute;
  right: 30px;
  top: 30px;
  font-weight: 600;
}

.accordioneye .card-header h4.collapsed:after {
  
  content: "\f33f";
  /* content: "\f342"; */
  /* content: "\f070"; */
  font-weight: 600;
}

.faq-area .faq-content .card {
  border: 1px solid #dddddd;
  margin-bottom: 15px;
  overflow: inherit;
  background: #ffffff;
  border-radius: 5px;
}

.faq-area .faq-content .card:last-child {
  margin-bottom: 0;
}

.faq-area .faq-content .card .card-header {
  border: none;
  background: transparent;
  padding: 0;
}

.faq-area .faq-content .card .card-header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  padding: 30px;
  padding-right: 50px;
  cursor: pointer;
}

.faq-area .faq-content .card .card-body {
  padding-left: 30px;
  padding-top: 0;
}
.img-rounded{
  border-radius: 15px;
}



/* ul li{list-style: none;display: inline-block;line-height: 1.6;font-size: .9em;} */
#modif{
  padding-left: 0% !important;
}
.brder-grey{ border: 1px solid #ccc; }
.brder-t-grey{ border-top: 1px solid #ccc; }
.brder-tlr-grey{ border: 1px solid #ccc; border-bottom: 0; }
.brder-blr-grey{ border: 1px solid #ccc; border-top: 0; }

/* .brdr-ash-1{height: 1px;background: #aaa;} */
.brdr-ash-1{background: linear-gradient(90deg,#d63389 0%,#1ab0d3 100%); margin-bottom:5%; height: 5px;}

.p-title{ position: relative; padding-bottom: 20px; margin-bottom: 40px; }
.p-title:after { content:''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background:linear-gradient(90deg,#1ab0d3 0%,#d63389 100%); }
.p-title:before{ content:''; position: absolute; bottom: 0; left: 0; width: 100px; height: 5px; 
  background: linear-gradient(90deg,#d63389 0%,#1ab0d3 100%); z-index: 1; }
 
  .p-titles{ position: relative; padding-bottom: 20px; margin-bottom: 20px; }
.p-titles:before{ content:''; position: absolute; bottom: 0; left: 0; width: 100px; height: 3px; 
  background: linear-gradient(90deg,#d63389 0%,#1ab0d3 100%); z-index: 1; }


#modif li{list-style: none;display: inline-block;line-height: 1.6;font-size: .9em;}
#footer {
  color: #fff;
  font-size: 14px;
 
  background: linear-gradient(45deg, #0dcaf0 0%, #1ab0d3b0 100%), url("../img/background/hero-bg.jpg") center center no-repeat;
  /* background: linear-gradient(45deg, rgba(86, 58, 250, 0.9) 0%, rgba(116, 15, 214, 0.9) 100%), url("../img/background/hero-bg.jpg") center center no-repeat; */
  background-size: cover;
}
/* CTA Section */
/* .cta-section {
  background: linear-gradient(to right, rgb(39, 70, 133) 0%, rgb(61, 179, 197) 100%);
  color: #fff;
} */

.cta-section{
  position: relative;
    background-color: transparent;
  background-image: linear-gradient(145deg,#1ab0d3 0%,#04dbf1 100%);
  /* background-image: linear-gradient(145deg,#0039e4ba 0%,#04dbf1 100%); */
  /* border-radius: 15px; */
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 30px 30px 65px 0px rgba(2,156,236,0.3);
}
/* .search-engine-form {
  position: relative;
  margin-bottom: -160px;
  background-color: transparent;
  background-image: linear-gradient(145deg,#0039e4ba 0%,#04dbf1 100%);
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 30px 30px 65px 0px rgba(2,156,236,0.3);
} */
/* .search-engine-form .bg-overlay { */
.cta-section .bg-overlay {
  background-image: url(../img/background/rocket-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 0;
}
.bg-cta-overlay {
  background-image: url(../img/background/rocket-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 0;
}
.bg-overlay {
  opacity: 0.5;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.cta-section h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .cta-section h2 {
    font-size: 2rem;
  }
}

.cta-section .btn {
  background: #000000;
  color: #fff;
}

.cta-section .btn i {
  margin-right: 5px;
  font-size: 24px;
  line-height: 0;
}
.our_value .container .section-header h2{
  /* font-size: 4em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 75px;
  margin-bottom: 40px; */
  color: white;
}
.section-header #putih{
  color: white;
}
#section-heder-gradient{
  background: linear-gradient(-45deg, #1ab0d3, #6c757d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}