/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: #3a3a3a;
  font-size:15px;
  font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

a {
  color: #106eea;
  text-decoration: none;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

section{
  padding: 60px 0;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.justify-content-center{
  justify-content:center;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}
textarea {
    resize: vertical;
}
.text-left{
  text-align:left;
}

.form-label {
    margin-bottom: 0.2rem;
}
.btn-secondary{
  display: inline-block;
  line-height: 1;
  background-color: #818a91;
  font-size: 15px;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  min-height: 40px;
  color: #ffffff;

}
.btn-secondary:hover{
  background-color:#3a3a3a;
  color:#fff;
}
.social-links a {
  font-size: 18px;
  display: inline-block;
  background: #FAA600;
  color: #fff;
  line-height: 1;
  padding: 12px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  transition: 0.3s;
}
.social-links a  i{
  color: #fff;
  font-size:25px;
}

.social-links a:hover {
  opacity:0.8;
  color: #fff;
  text-decoration: none;
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
  # Top Bar
  --------------------------------------------------------------*/
#topbar {
  background: #334960;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
  margin-bottom: 0;
}
.border-bottom-grey{
  border-bottom: 1.5px solid #ffffff2b;
}
#topbar .contact-info i {
  font-style: normal;
  color: #fff;
  opacity: 0.5;
}
#topbar .contact-info{
  height:45px;
}
#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
  opacity: 0.5;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}

#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

#topbar .social-links a:hover {
  color: white;
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 95px;
  padding:0;
  /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}

#header.fixed-top {
  height: 70px;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: 'Oxygen', sans-serif;
}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #106eea;
}

#header .logo img {
  max-height: 60px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/**
  * Desktop Navigation 
  */
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 30px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0px;
  font-size: 15px;
  /* font-weight: 600; */
  color: #0170B9;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  text-transform:uppercase;
  opacity: 1;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
  color:#fff;
}

/* .navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #106eea;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
} */
:where(nav li)::before {
  float: unset;
  content: unset;
}
.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #3a3a3a;
  opacity: 1;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #106eea;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
  * Mobile Navigation 
  */
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile > ul > li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #106eea;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #106eea;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.roboto{
  font-family: 'Roboto', sans-serif;
}
.navbar .bx-menu{
  display:none;
}

.logo-title-wrap

.site-title {
  font-size: 35px;
  display: block;
}
.site-description, .site-title {
  margin-bottom: 0;
}
.site-title {
  font-weight: 400;
}
.site-title a, .site-title a:focus, .site-title a:hover, .site-title a:visited {
  color: #222;
}
.site-title a {
  line-height: 1.2;
}
.site-description a, .site-description:focus a, .site-description:hover a, .site-title a, .site-title:focus a, .site-title:hover a {
  transition: all .2s linear;
}
.site-header .site-description {
  font-size: 1rem;
  display: block;
}
.site-header .site-description {
  line-height: 1.5;
}
.site-description, .site-title {
  margin-bottom: 0;
}
.swiper-container{
  overflow:hidden;
}
.position-relative{
  position:relative;
}
.w-100{
  width:100%;
}
.slides-1{
  height:400px;
  position:relative;
}
.slides-1 .swiper-slide::before{
  background-color: rgba(0,0,0,0.5);
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index:2;
}
.bg-overlay{
  background-color: rgba(0,0,0,0.5);
}
.swiper-slide-inner{
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 50px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.swiper-slide-contents {
  max-width: 66%;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  text-align: center;
}
.slides-1 img{
  position:relative;
}
.slide-heading {
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 30px;
  color:#fff;
}
.slide-description {
  font-size: 17px;
  line-height: 1.4;
  font-family: "Roboto Slab", Sans-serif;
  font-weight: 400;
  font-style: italic;
  text-decoration: none;
  margin-bottom: 30px;
  color:#fff;
}
.elementor-button{
  display: inline-block;
  line-height: 1;
  background-color: #818a91;
  font-size: 15px;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  display: inline-block;
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
  border-width: 2px;
  border-radius: 20px;
  background-color: #FF9900;

}
.elementor-button:hover{
  background: transparent;
  color: #fff;
  text-decoration: none;
  cursor:pointer;
}
.divider{
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}
.divider-separator{
  display: flex;
  margin: 0;
  direction: ltr;
  width:100%;
  border-top: 1px solid #000;
}
.about .content{
  font-size:15px;
  color: #737373;
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  -webkit-text-stroke-color: #000;
  stroke: #000;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  padding: 0;
  margin: 0;
  line-height: 1;

}
.elementor-headline {
  font-size: 43px;
  line-height: 1.2;
  display: block;
  text-align: center;
}
.elementor-headline--style-highlight .elementor-headline-plain-text {
  z-index: 1;
  position: relative;
}
.elementor-headline-text-wrapper {
  vertical-align: bottom;
}
.elementor-headline--style-highlight .elementor-headline-dynamic-wrapper {
  overflow: visible;
  text-align: inherit;
}

.elementor-headline-dynamic-wrapper {
  display: inline-block;
  position: relative;
}
.elementor-headline-text-wrapper {
  vertical-align: bottom;
}
.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text.elementor-headline-text-active {
  position: relative;
}
.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.elementor-headline--style-highlight .elementor-headline-dynamic-text {
  z-index: 1;
}
.elementor-headline {
  font-size: 43px;
  line-height: 1.2;
  display: block
}

.elementor-headline-dynamic-text {
  color: var(--dynamic-text-color,#aebcb9)
}

.elementor-headline--style-rotate .elementor-headline-dynamic-wrapper {
  text-align: left
}

.elementor-headline--style-highlight .elementor-headline-dynamic-wrapper {
  overflow: visible;
  text-align: inherit
}

.elementor-headline--style-highlight .elementor-headline-dynamic-text {
  z-index: 1
}

.elementor-headline--style-highlight .elementor-headline-plain-text {
  z-index: 1;
  position: relative
}

.elementor-headline--style-highlight svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  overflow: visible
}

.elementor-headline--style-highlight svg path {
  stroke: red;
  stroke-width: 9;
  fill: none;
  opacity: 0;
  stroke-dasharray: 0 1500;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.elementor-headline.e-animated svg path {
  -webkit-animation: elementor-headline-dash forwards;
  animation: elementor-headline-dash forwards;
  -webkit-animation-duration: var(--animation-duration,1.2s);
  animation-duration: var(--animation-duration,1.2s);
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

.elementor-headline.e-animated svg path:nth-of-type(2) {
  -webkit-animation-delay: calc(var(--animation-duration, 1.2s) / 2);
  animation-delay: calc(var(--animation-duration, 1.2s) / 2)
}

.elementor-headline.e-hide-highlight svg path {
  opacity: 1;
  stroke-dasharray: 1500 1500;
  -webkit-animation: hide-highlight .4s forwards;
  animation: hide-highlight .4s forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

@-webkit-keyframes elementor-headline-dash {
  0% {
      stroke-dasharray: 0 1500;
      opacity: 1
  }

  to {
      stroke-dasharray: 1500 1500;
      opacity: 1
  }
}

@keyframes elementor-headline-dash {
  0% {
      stroke-dasharray: 0 1500;
      opacity: 1
  }

  to {
      stroke-dasharray: 1500 1500;
      opacity: 1
  }
}

@-webkit-keyframes hide-highlight {
  0% {
      opacity: 1;
      stroke-dasharray: 1500 1500
  }

  to {
      opacity: 0;
      -webkit-filter: blur(10px);
      filter: blur(10px)
  }
}

@keyframes hide-highlight {
  0% {
      opacity: 1;
      stroke-dasharray: 1500 1500
  }

  to {
      opacity: 0;
      -webkit-filter: blur(10px);
      filter: blur(10px)
  }
}

.elementor-headline-text-wrapper {
  vertical-align: bottom
}

.elementor-headline-dynamic-wrapper {
  display: inline-block;
  position: relative
}

.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0
}

.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text.elementor-headline-text-active {
  position: relative
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper {
  -webkit-perspective: 300px;
  perspective: 300px
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-text {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg)
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-active {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: elementor-headline-flip-in 1.2s;
  animation: elementor-headline-flip-in 1.2s
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-inactive {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: elementor-headline-flip-out 1.2s;
  animation: elementor-headline-flip-out 1.2s
}

@-webkit-keyframes elementor-headline-flip-in {
  0% {
      -webkit-transform: rotateX(180deg);
      transform: rotateX(180deg);
      opacity: 0
  }

  35% {
      -webkit-transform: rotateX(120deg);
      transform: rotateX(120deg);
      opacity: 0
  }

  65% {
      opacity: 0
  }

  to {
      -webkit-transform: rotateX(1turn);
      transform: rotateX(1turn);
      opacity: 1
  }
}

@keyframes elementor-headline-flip-in {
  0% {
      -webkit-transform: rotateX(180deg);
      transform: rotateX(180deg);
      opacity: 0
  }

  35% {
      -webkit-transform: rotateX(120deg);
      transform: rotateX(120deg);
      opacity: 0
  }

  65% {
      opacity: 0
  }

  to {
      -webkit-transform: rotateX(1turn);
      transform: rotateX(1turn);
      opacity: 1
  }
}

@-webkit-keyframes elementor-headline-flip-out {
  0% {
      -webkit-transform: rotateX(0deg);
      transform: rotateX(0deg);
      opacity: 1
  }

  35% {
      -webkit-transform: rotateX(-40deg);
      transform: rotateX(-40deg);
      opacity: 1
  }

  65% {
      opacity: 0
  }

  to {
      -webkit-transform: rotateX(180deg);
      transform: rotateX(180deg);
      opacity: 0
  }
}

@keyframes elementor-headline-flip-out {
  0% {
      -webkit-transform: rotateX(0deg);
      transform: rotateX(0deg);
      opacity: 1
  }

  35% {
      -webkit-transform: rotateX(-40deg);
      transform: rotateX(-40deg);
      opacity: 1
  }

  65% {
      opacity: 0
  }

  to {
      -webkit-transform: rotateX(180deg);
      transform: rotateX(180deg);
      opacity: 0
  }
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper {
  vertical-align: top;
  overflow: hidden
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #0d0d0d
}
.text-center{
  text-align:center;
}
.title-default{
  color: #525252;
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  -webkit-text-stroke-color: #000;
  stroke: #000;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.portofolio-slider img{
  max-height:365px
}
.elementor-button.elementor-size-md {
  font-size: 16px;
  padding: 15px 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.elementor-widget-button .elementor-button {
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
  background-color: #61CE70;
}
.elementor-heading-title.elementor-size-small {
  font-size: 15px;
  margin: 0;
}
.alasan .swiper-slide {
  padding: 30px;
}
.cara .content{
  color:#7A7A7A;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
}
.cara .content a{
  text-decoration: underline;
  color: #ff6600;
}
.sosmed h4{
  font-size:15px;
  font-family: "Roboto", Sans-serif;
  font-weight: 700;
}
.green{
  color:#066636;
}
.social-links a.bg-wa{
  background-color:#17D757;
}
.caption-text{
  margin: 0.8075em 0;
  color:#7A7A7A;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  font-size:15px;
  height:55px;
}
.btn-play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 18px 20px 18px 28px;
}
.btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #dc3545;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ff0000;
  border-radius: 50%;
  transition: all 200ms;
}
.btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
.cont-c .swiper-slide{
  height:400px;
}
@media(max-width:768px){
  #header {
    padding: 10px;
  }
  .navbar .bx-menu{
    color:#000;
    display:block;
  }
  .navbar .bx-x{
    color:#fff;
  }
  .slide-heading {
    font-size: 22px;
  }
  .slide-description {
    font-size: 13px;
  }

  .swiper-slide-contents {
    max-width: 85%;
  }
  .cont-c{
    padding:0;
  }
  .site-description{
    display:none;
  }
  .logo-title-wrap .site-title {
    font-size: 30px;
  }
  .alasan .swiper-slide {
    padding: 0 50px;
  }

}