body{
    margin: 0;
    font-family: "Platypi", serif!important; 
    font-weight: 400;
    font-style: normal;
    line-height: 1.45em;
    color: #727272;
	background-color:#f5f7f8;
}
 

.bold{
    font-weight: 700;  
}
.m-10{
    margin: 10px; 
} 
.m-20{
    margin: 20px;
} 
.m-30{
    margin: 30px;
}
.m-40{
    margin: 40px;
}
.m-50{
    margin: 50px;
} 
.m-60{
    margin: 60px;
}
.container-nav{
    width: 100%;
    max-width: 1800px;
  margin: 0 auto;
}
.container{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

nav{
  position: absolute;
  width: 100%;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}
nav.sticky {
  position: fixed;
  z-index: 99999;
  top: 0;
  background-color: white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  animation: fadeInDown 1000ms ease-in-out;
  background-color: whitesmoke;
  }
  nav.sticky .right-nav>p, nav.sticky .right-nav>p span a{
    color: #293B5F;
  }
.left-nav{
width: 60%;
}
.right-nav{
    width: 40%;
    align-items: center;
}
.logo img{
    width: 100%;
    max-width: 100px;
}
.style-none{
    list-style:none
}
.flex-start{
  display: flex;
    justify-content: left;
    align-items: center;
}
.flex{
    display: flex;
    gap: 50px;
    align-items: center;
}
.flex-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-c-between{
  display: flex;
  flex-direction: column ;
  justify-content: space-between;
  align-items: center;
}
.flex-center{
    display: flex;
    justify-content: center;
   
}
.flex-end{
    display: flex;
    justify-content: end;
    
}
.nav-menu ul li a{
    display: block;
    color: #293b5f;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #293b5f;
    
}
.link{
    text-decoration: none;
   
}
.bg-section{
  background-image: url(images/bg-home1.png);
  background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.home-one{
  background-color: white;
}
.btn-default{
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px 0px 50px 50px;
    letter-spacing: -0.02em;
    color: white;
    background-color: #3586F9;
    padding:19px 30px;
    box-shadow: 3px 3px 11px rgba(198, 22, 22, 0.25);
}
nav.sticky
{
    background-color: white;
}

.nav-menu ul li:hover a{
    color:#3586F9;
}
.right-nav p, .right-nav span a{
    font-size: 16px;
    font-weight: 700;
    color: white;
}
.right-nav.flex-end{
  align-items: baseline;
}

.right-nav p:hover span a{
    color:#3586F9;
}
.right-nav p span{
margin-left: 10px;
}
/*---------------- nav end----------------------*/

/*----------------------- hero section--------------------- */
.hero-bg{

  position: relative;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  opacity: 1;
  width: 100%;
  background-image: url(images/hero1-bg.jpg);
  display: flex;
}
.hero-shape-overlay{
    
    background-image: url(images/hero1.png);
}
.bg-image-100{
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 100%;
    
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
 
}
.animation-ele img{
    position: absolute;
}
.animation-ele > img.shape-1{
    top: 41%;
    left: 2.5%;
    -webkit-animation: animationFramesOne 20s alternate infinite linear;
    animation: animationFramesOne 6s alternate infinite linear;
}
.animation-ele > img.shape-2 {
    top: 67.5%;
    left: 1.75%;
    -webkit-animation: animationFramesTwo 17s alternate infinite linear;
    animation: animationFramesTwo 17s alternate infinite linear;
}
.animation-ele > img.shape-3 {
    top: 310px;
    left: 52%;
    -webkit-animation: animationFramesTwo 17s alternate infinite linear;
    animation: animationFramesThree 18s alternate infinite linear;
}
.animation-ele > img.shape-4{
    top: 71%;
    left: 16%;
    animation: animationFramesFive 15s alternate infinite linear;
}
.animation-ele > img.shape-5 {
    bottom: 115px;
    left: 50%;
    -webkit-animation: animationFramesEight 20s alternate infinite linear;
    animation: animationFramesEight 20s alternate infinite linear;
}
.animation-ele > img.shape-6 {
    bottom: 255px;
    left: -webkit-calc(50% + 450px);
    left: calc(50% + 450px);
    animation: animationFramesSix 20s alternate infinite linear;
}
.animation-ele > img.shape-7 {
    bottom: 130px;
    left: -webkit-calc(50% + 230px);
    left: calc(50% + 230px);
    animation: animationFramesSeven 20s alternate infinite linear;
}
.animation-ele > img.shape-8 {
    bottom: 90px;
    left: -webkit-calc(20% + 30px);
    left: calc(80% + 30px);
    animation: animationFramesSeven 20s alternate infinite linear;
}
.hero-content {
  z-index: 1;
  text-align: center; /* Center text horizontally */
  margin-top:200px; /* Remove any margin */

}
.hero-content h2{
    font-weight: 700;
    color: #293b5f;
    font-size: 78px;
line-height: 100px;
/* padding-right: 107px; */
}
.hero-content span{
    color: #0D6EFD;
}
.hero-p p::before{
        position: absolute;
    content: "";
    bottom: 0;
    left: 70px;
    width: 70px;
    height: 2px;
    background-color: #293b5f;
}
.video-btn{
  position: relative;
    width: 64px;
    height: 64px;
    line-height: 70px;
    background-color: #0D6EFD;
    text-align: center;
    font-size: 30px;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 350ms;
    transition: 350ms;
    display: inline-block;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.start-project{
background-color: #293B5F!important;
}
.bottom-hero{
  gap: 60px;
  margin-top: 35px; 
  justify-content: left;
  width: 100%;
}
.team{
  margin-bottom: 195px;
}
.about-r>span, .service-l span, .workflow span{
color: #3586F9;
font-weight: 600;
font-size: 15px;

}
.about-h
{margin-top: 20px;
  font-weight: 700;
    font-size: 42px;
    position: relative;
    z-index: 6;
    line-height: 1.25em;
    color: #293b5f;
  
}
.about-r>p, .service-l>p{
  margin: 55px 0;
}
.divider{
  height: 50px;
  width: 100px;
  border-bottom: 2px solid #3586F9;
}
.CEO {
  color:  #1656d7;
}
.CEO span{
  color: #3D4D6E;
}
.about-r{position: relative;}
.about-r img{
  position: absolute;
  bottom: 0;
}
.about, .service{
  margin-bottom: 190px;
}

@keyframes animationFramesOne {
    0% {
      -webkit-transform: translate(0, 0) rotate(0);
      transform: translate(0, 0) rotate(0);
    }
  
    20% {
      -webkit-transform: translate(50px, -1px) rotate(36deg);
      transform: translate(50px, -1px) rotate(36deg);
    }
  
    40% {
      -webkit-transform: translate(100px, -52px) rotate(72deg);
      transform: translate(100px, -52px) rotate(72deg);
    }
  
    60% {
      -webkit-transform: translate(62px, -92px) rotate(108deg);
      transform: translate(62px, -92px) rotate(108deg);
    }
  
    80% {
      -webkit-transform: translate(-20px, -52px) rotate(144deg);
      transform: translate(-20px, -52px) rotate(144deg);
    }
  
    100% {
      -webkit-transform: translate(0, 0) rotate(0);
      transform: translate(0, 0) rotate(0);
    }
  }
  @-webkit-keyframes animationFramesOne {
    0% {
      -webkit-transform: translate(0, 0) rotate(0);
      transform: translate(0, 0) rotate(0);
    }
  
    20% {
      -webkit-transform: translate(50px, -1px) rotate(36deg);
      transform: translate(50px, -1px) rotate(36deg);
    }
  
    40% {
      -webkit-transform: translate(100px, -52px) rotate(72deg);
      transform: translate(100px, -52px) rotate(72deg);
    }
  
    60% {
      -webkit-transform: translate(62px, -92px) rotate(108deg);
      transform: translate(62px, -92px) rotate(108deg);
    }
  
    80% {
      -webkit-transform: translate(-20px, -52px) rotate(144deg);
      transform: translate(-20px, -52px) rotate(144deg);
    }
  
    100% {
      -webkit-transform: translate(0, 0) rotate(0);
      transform: translate(0, 0) rotate(0);
    }
  }
  @keyframes animationFramesEight {
    0% {
      -webkit-transform: translate(0, 0) rotate(0);
      transform: translate(0, 0) rotate(0);
    }
  
    20% {
      -webkit-transform: translate(-150px, -150px) rotate(36deg);
      transform: translate(-150px, -150px) rotate(36deg);
    }
  
    40% {
      -webkit-transform: translate(-100px, 52px) rotate(72deg);
      transform: translate(-100px, 52px) rotate(72deg);
    }
  
    60% {
      -webkit-transform: translate(162px, -92px) rotate(108deg);
      transform: translate(162px, -92px) rotate(108deg);
    }
  
    80% {
      -webkit-transform: translate(-70px, -92px) rotate(144deg);
      transform: translate(-70px, -92px) rotate(144deg);
    }
  
    100% {
      -webkit-transform: translate(0, 0) rotate(0);
      transform: translate(0, 0) rotate(0);
    }
  }
  @-webkit-keyframes animationFramesEight {
    0% {
      -webkit-transform: translate(0, 0) rotate(0);
      transform: translate(0, 0) rotate(0);
    }
  
    20% {
      -webkit-transform: translate(-150px, -150px) rotate(36deg);
      transform: translate(-150px, -150px) rotate(36deg);
    }
  
    40% {
      -webkit-transform: translate(-100px, 52px) rotate(72deg);
      transform: translate(-100px, 52px) rotate(72deg);
    }
  
    60% {
      -webkit-transform: translate(162px, -92px) rotate(108deg);
      transform: translate(162px, -92px) rotate(108deg);
    }
  
    80% {
      -webkit-transform: translate(-70px, -92px) rotate(144deg);
      transform: translate(-70px, -92px) rotate(144deg);
    }
  
    100% {
      -webkit-transform: translate(0, 0) rotate(0);
      transform: translate(0, 0) rotate(0);
    }
  }
  @keyframes animationFramesTwo {
    0% {
      -webkit-transform: translate(0, 0) rotate(0) scale(1);
      transform: translate(0, 0) rotate(0) scale(1);
    }
  
    20% {
      -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
      transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }
  
    40% {
      -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
      transform: translate(141px, 72px) rotate(72deg) scale(1);
    }
  
    60% {
      -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
      transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }
  
    80% {
      -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
      transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }
  
    100% {
      -webkit-transform: translate(0, 0) rotate(0) scale(1);
      transform: translate(0, 0) rotate(0) scale(1);
    }
  }
  @-webkit-keyframes animationFramesTwo {
    0% {
      -webkit-transform: translate(0, 0) rotate(0) scale(1);
    }
  
    20% {
      -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }
  
    40% {
      -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
    }
  
    60% {
      -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }
  
    80% {
      -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }
  
    100% {
      -webkit-transform: translate(0, 0) rotate(0) scale(1);
    }
  }
  @keyframes animationFramesThree {
    0% {
      -webkit-transform: translate(5px, 20px);
      transform: translate(5px, 20px);
    }
  
    100% {
      -webkit-transform: translate(-165px, -150px);
      transform: translate(-165px, -150px);
    }
  }
  @-webkit-keyframes animationFramesThree {
    0% {
      -webkit-transform: translate(5px, 20px);
      transform: translate(5px, 20px);
    }
  
    100% {
      -webkit-transform: translate(-165px, -150px);
      transform: translate(-165px, -150px);
    }
  }
  @keyframes animationFramesFour {
    0% {
      -webkit-transform: translate(50px, -51px) rotate(0);
      transform: translate(50px, -51px) rotate(0);
    }
  
    100% {
      -webkit-transform: translate(-251px, -200px) rotate(360deg);
      transform: translate(-251px, -200px) rotate(360deg);
    }
  }
  @-webkit-keyframes animationFramesFour {
    0% {
      -webkit-transform: translate(50px, -51px) rotate(0);
      transform: translate(50px, -51px) rotate(0);
    }
  
    100% {
      -webkit-transform: translate(-251px, -200px) rotate(360deg);
      transform: translate(-251px, -200px) rotate(360deg);
    }
  }
  @keyframes animationFramesFive {
    0% {
      -webkit-transform: translate(61px, -99px) rotate(0);
      transform: translate(61px, -99px) rotate(0);
    }
  
    21% {
      -webkit-transform: translate(4px, -190px) rotate(38deg);
      transform: translate(4px, -190px) rotate(38deg);
    }
  
    41% {
      -webkit-transform: translate(-139px, -200px) rotate(74deg);
      transform: translate(-139px, -200px) rotate(74deg);
    }
  
    60% {
      -webkit-transform: translate(-263px, -164px) rotate(108deg);
      transform: translate(-263px, -164px) rotate(108deg);
    }
  
    80% {
      -webkit-transform: translate(-195px, -49px) rotate(144deg);
      transform: translate(-195px, -49px) rotate(144deg);
    }
  
    100% {
      -webkit-transform: translate(-1px, 0) rotate(180deg);
      transform: translate(-1px, 0) rotate(180deg);
    }
  }
  @-webkit-keyframes animationFramesFive {
    0% {
      -webkit-transform: translate(61px, -99px) rotate(0);
    }
  
    21% {
      -webkit-transform: translate(4px, -190px) rotate(38deg);
    }
  
    41% {
      -webkit-transform: translate(-139px, -200px) rotate(74deg);
    }
  
    60% {
      -webkit-transform: translate(-263px, -164px) rotate(108deg);
    }
  
    80% {
      -webkit-transform: translate(-195px, -49px) rotate(144deg);
    }
  
    100% {
      -webkit-transform: translate(-1px, 0) rotate(180deg);
    }
  }
  @keyframes animationFramesSix {
    0% {
      -webkit-transform: translate(0px, -1px);
      transform: translate(0px, -1px);
    }
  
    100% {
      -webkit-transform: translate(-251px, 250px);
      transform: translate(-251px, 250px);
    }
  }
  @-webkit-keyframes animationFramesSix {
    0% {
      -webkit-transform: translate(0px, -1px);
      transform: translate(0px, -1px);
    }
  
    100% {
      -webkit-transform: translate(-251px, 250px);
      transform: translate(-251px, 250px);
    }
  }
  @keyframes animationFramesSeven {
    0% {
      -webkit-transform: translate(0px, -1px);
      transform: translate(0px, -1px);
    }
  
    100% {
      -webkit-transform: translate(-301px, -300px);
      transform: translate(-301px, -300px);
    }
  }
  @-webkit-keyframes animationFramesSeven {
    0% {
      -webkit-transform: translate(0px, -1px);
      transform: translate(0px, -1px);
    }
  
    100% {
      -webkit-transform: translate(-301px, -300px);
      transform: translate(-301px, -300px);
    }
  }
  *{
    margin:0;
    padding:0;
    box-sizing:border-box;
  }
  body{
    background:#f2f2f2;
  }
  @keyframes slide{
    from{
      transform:translateX(0) ;
      
    }
    to{
      transform:translateX(-100%) ;
    
    }
  }
  .logos{
    overflow:hidden;
    padding: 20px 0;
    white-space: nowrap;
    position: relative;
    margin: 60px 0 200px 0;
  }
  
  .logos:before,
  .logos:after{
    content:"";
    position:absolute;
    top:0;
    width:250px;
    height:100%;
    z-index:2;
  }
  .logos:before{
    left:0;
    /* background:linear-gradient(to left, rgba(255,255,255,0), white); */
  }
  .logos:after{
    right:0;
   
  }
  
  
  .logos:hover .logos-slide{
    animation-play-state:paused;
    
    
  }
  .logos-slide{
    display:inline-block;
    animation: 35s slide infinite linear;
  }
  .logos-slide img{
    height:60px;
    margin: 0 40px;
  }
  .service-title{
    color: #293b5f;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
  }
  .Card-body>div{
   
    /* display: flex; */
    border-radius: 50%;
    padding: 25px 26px;
    font-size: 41px;
    box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.17);

  }
  .service-r .Card-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: none !important;
    --bs-Card-border-width:unset;
    --bs-Card-border-color:unset;
}
.service-r .Card-title{
  color: #293b5f;
    font-size: 22px;
    font-weight: 600;
    margin: 18px 0;

}
.shape-div{
  animation: rotate360 80s infinite linear;
  width: 630px;
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.shape-l{
  width: 100%;
  position: relative;
}
.small{
  animation: scale-up-three 7s infinite linear;
}

@keyframes scale-up-three {
  0% {
    transform: scale(.2);
  }
  50% {
    transform: scale(.5); /* Adjust the scale value as needed */
  }
  100% {
    transform: scale(.4);
  }
}
.work-div{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 30px;
}
.Card2{
  width: 100%;
}
 .process-no{
  color: white;
    font-size: 86px;
    line-height: 1em;
    margin-bottom: 0;
    opacity: 0.13;
    position: absolute;
    right: 3px;
    top: 5px;
    z-index: 5;
 } 
 .call-title:first-child{
  font-size: 42px;
    font-weight: 700;
    color: #293b5f;
    line-height: 1.4em;
    text-align: left;
 }
 .call-title span{
  color: #3586F9;
 }
 .f-main{
 
  
    padding: 140px;
    margin-top: 110px;
    margin-bottom: 60px;
 }
 footer{
  background-image: url(/images/map.png);
 }
 .f-logo img{
  width: 100%;
  max-width: 30%;
 }
 .f-mail a{
text-decoration: none;
 }
  

 /* ----------------------contact Us------------------- */
 @import url('https://fonts.googleapis.com/css?family=Roboto:300,500');

@color-card-background: #2d3638;
@color-tag-background: #191e20;
@color-anchor: #e37544;
@color-body-copy: #b9bcbd;
@default-border-radius: 10px;
@breakpoint-medium: "screen and (min-width: 700px)";

.form-popup-bg {
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.form-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 10000;
}
.form-popup-bg.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.form-container {
    background-color: #2d3638;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 42px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
  padding: 40px;
  color: #fff;
  height: 82vh;
    top: 0;
}
.close-button {
  background:none;
  color: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border: solid 1px #fff;
}

.form-popup-bg:before{
    content:'';
    background-color: #fff;
  opacity: .25;
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.form-container h1, .form-container p{
  margin: 0;
}

.input-with-icon {
            position: relative;
            display: inline-block;
            width: 200px; 
        }
.input-with-icon input[type=text] {
            padding-right: 30px;
            width: 100%;
            box-sizing: border-box;
        }
.input-with-icon .calendar-icon {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 5px;
            pointer-events: none;
}
.form-group input, .form-group select{
  width: 90%;
  border: 1px solid #dfdfdf;
  height: 60px;
  border-radius: 20px;
  padding: 0 15px;
  margin-bottom: 20px;
  font-size: 15px;
}
.form-group textarea
{
  width: 90%;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  padding: 0 15px;
  margin-bottom: 20px;
  font-size: 15px;
  resize:none;
  overflow:auto;
}
form{
  width: 100%;
}
.form-container select{
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px; 
}
input[type="button"]{
width: 30%!important;
border: 1px solid #3586F9;
  height: 60px;
  border-radius: 20px;
  padding: 0 15px;
  margin-bottom: 20px;
  font-size: 15px;
}
/* ----------------------------Service Page---------------------------------- */
.service-hero{
  background-image: url(/images/service-hero.jpg);
  background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;

}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vh;
  opacity: 0.7;
  background-color: rgb(29, 30, 34);
}


/* Global */

.line-1{
    position: relative;
    top: 50%;  
    width: 24em;
    z-index: 5;
    color: white;
    margin: 0 auto;
    border-right: 2px solid rgba(255,255,255,.75);
    font-size: 180%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);    
    font-weight: 800;
    font-size: 53px;
    margin-top: 15rem;
}
.line-1 span{
  color: #1656d7;
}
.step-icon {
  background: #ffffff;
  width: 140px;
  height: 140px;
  position: relative;
  border: 3px solid #fafaff;
  border-radius: 50%;
  line-height: 140px;
  font-size: 40px;
  text-align: center;
  color: #1c1d3e;
}
.step-num {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 12px 20px 0 rgba(117, 178, 240, 0.4);
  color: #005bea;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 50px;
  right: 0;
  line-height: 55px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
  z-index:9999;
}
.step-num-box {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.step-icon span i{
  font-size: 40px;
  color: black;
}

/* Animation */
.anim-typewriter {
  animation: typewriter 9s steps(44) infinite, /* Adjusted duration to include the delay */
             blinkTextCursor 500ms steps(44) infinite normal;
}
@keyframes typewriter {
  0% { width: 0; }
  44% { width: 12em; } /* Typing animation */
  55% { width: 12em; } /* Pause at the end of typing */
  100% { width: 0; } /* Reset to the start */
}
@keyframes blinkTextCursor {
  from { border-right-color: rgba(255,255,255,.75); }
  to { border-right-color: transparent; }
}
.service {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
 padding-bottom: 40px;
  bottom: 0;
  z-index: 1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform .8s;
}


.service-logo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: -90px auto 0;
  background: #fff;
  border: 18px solid #007bff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-logo img{
  width: 60px;
}

.service h4 {
  height: 35px;
  width: 80%;
  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);
}
.main {
  width: 100%;
  min-height: 380px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.right-nav i{
  display: none;
  }
  .form-popup-bg.is-visible{
    height: 100vh;
    overflow: scroll;
  }
  .contf{
    width:50%;
  }
@media(max-width:1024px)
{ 
  .right-nav {
    width: 51%;
}
.attractive{
background-color:#ffffff63;
}
.left-nav {
  width: 47%;
}
.container-nav.flex{
  padding: 0 30px;
}
.form-container{
  overflow: scroll;
  padding: 10px; 
}
.line-1 {
margin-top: 13rem;
}

.about.flex-between{
  gap: 30px;
}
.f-main.container-xxl.d-flex{
      gap:20px;
}
.service-r .Card{
  width: 12rem!important;
}
.service-r{
  justify-content: end;        
    width: 50%; 
}
/* .container-nav{
  background-color: white;
} */
nav{
  top: 0;
}
.form-popup-bg.is-visible{
  padding: 24px;
}
}
@media(max-width:768px)
{
  .contactimg{
    display: none;
  }
  .contf{
    width:100%!important;
  }
  .form-container>div{
    display: block!important;
  }
	  ul.style-none.flex.menu-items{
    border-radius: 20px!important;
    height: 98vh;
    margin-left: -21px!important;
    padding: 20px;
    padding-top: 96px!important;
} 
.p-hero h1{
  font-size: 3em!important;
}
.p-hero{
  flex-direction: column;
  margin-top: 122px;
}
.p-hero img{
  width: 100%;
}
.p-main{
  padding: 24px!important;
}

.navbar .menu-items li {
    margin: 0!important;
} 

  .f-main.container-xxl.d-flex{
    flex-direction: column;
  }
  .nav-con1{
    display: none;
  }
  .right-nav i{
    display: block;
    color: black;
    background-color: none;

  }

  .arrow{
    gap: 50px!important;
  }
  .btnOpenForm{
    padding: 8px 17px;
  }
  .nav-menu ul{
    padding: 0!important;
    margin-bottom: 0!important;
  }
  .hero-bg{
   background-image: none;
  }
  .d-flex.gap-5,.form-container select,.form-group textarea, .form-group input{
    width:100%!important;
  }
  input#datepicker{
    width: 90%!important;
  } 
  .form-container {
    padding: 16px 24px;
    gap: 34px;
    width: 65%;
}

input[type="button"] {
  width: 58% !important;
}
input#submit{
  margin-top: 15px;
}

.service-l,.service-r.flex{
  width: 100%!important;
}
.about.flex-between, .services.flex-between{
  flex-direction: column; 
  gap: 50px!important;
}
.about-r>p, .service-l>p {
  margin: 28px 0;
}
.hero-content h2{
  font-size: 68px;
    line-height: 70px;
}
.navbar{
  background: white;
}
header{
  padding: 17px 0;
}
.hero-content{ 
  margin-top: 119px;
}
.hero-p{
  width:100%
}
.about-h{
  font-size: 37px;
  margin-top: 8px;
}
.service-r .Card{
  width: 18rem!important;

}
.service-r.flex{
  flex-wrap: wrap;
}
.service-r{
  justify-content: center;
}
}   
@media(max-width:425px)  
{
  .form-container{
    width: 90%;
  }
  .p-hero h1{
    font-size: 2em!important;
  }
  .form-group input, .form-group select {  
    height: 48px;
  }
  input#sendMessageBtn{
    margin: 0!important;
  }
  .call-title:first-child{
    font-size: 20px;
  }
  .call-title h4{
    font-size: 15px!important;
  }
  .line-1{
    margin-top: 7rem;
    font-size: 24px;                               
  }
  .bg-image-100{
    top: -3px;
    left: 9px;
    height: 81%;
  }
  .btn-default{
    padding: 16px;
  }
  .hero-content h2 {
    font-size: 44px;
    line-height: 53px;
}
.hero-p{
  width: 100%!important;
}
.hero-p p{
  margin: 15px 0;
}

.about-h{
  font-size: 24px;
}
.about-r>p, .service-l>p {
  margin: 15px 0;
  font-size: 15px;
}
.flex-c-between{
  padding-top: 54px;
}
.service-r.flex{
  margin-top: 50px;
}
.service-r{
  gap: 0;
}
.logos{
  margin: 170px 0;
}
.container.hero-content{
  margin-bottom: 24px;
}
.divider{
  width: 50px;
}
}
@media(max-width:375px)
{
  .social-media{
    display: none;
  } 
  .bottom-hero{
    justify-content: center;
  }
  .hero-content h2 {
    font-size: 36px;
    line-height: 50px;
}
.hero-p p{
  margin: 23px 0;
}
.logos {
  margin: 100px 0;
}
.about, .service {
  margin-bottom: 100px;  
} 
}  

/* -------------------------------------navbar ---------------------------------------------*/
.navbar input[type="checkbox"],
.navbar .hamburger-lines{
    display: none;
}



.navbar{
    position: fixed;
    width: 100%;
    color: #000;
    z-index: 99999;
}      

.navbar-container{
    display: flex;
    justify-content: space-between;
    height: 64px;
    align-items: center;
}

.menu-items{
    order: 2;
    display: flex;
}
.logo{
    order: 1;
    font-size: 2.3rem;
}

.menu-items li{
    list-style: none;
    margin-left: 1.5rem;
    font-size: 1.3rem;
}

.navbar a{
    color: #444;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}
.c-image, .c-form{
  width: 50%;
}
.navbar a:hover{
    color: #117964;
}

@media (max-width: 768px){
    .navbar{
        opacity: 0.95;
        padding: 20px 0;
        position: fixed!important;
    }
    .c-image{
      display: none!important; 
    }

    .c-form{
      width: 100%!important;
    }
    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines{
        display: block;
    }

    .navbar-container{
        display: block;
        position: relative;
        height: 64px;
    }
    .logo img{
      max-width: 90px;
    }
    .logo{
      top: -14px!important;
    }

    .navbar-container input[type="checkbox"]{
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        left: 20px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    .navbar-container .hamburger-lines{
        display: block;
        height: 28px;
        width: 35px;
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .navbar-container .hamburger-lines .line{
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #333;
    }
    
    .navbar-container .hamburger-lines .line1{
        transform-origin: 0% 0%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar-container .hamburger-lines .line2{
        transition: transform 0.2s ease-in-out;
    }

    .navbar-container .hamburger-lines .line3{
        transform-origin: 0% 100%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar .menu-items{
        padding-top: 100px;
        background: #fff;
        height: 100vh;
        max-width: 300px;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        margin-left: -40px;
        padding-left: 40px;
        transition: transform 0.5s ease-in-out;
        box-shadow:  5px 0px 10px 0px #aaa;
        overflow: scroll;
    }

    .navbar .menu-items li{
        margin-bottom: 1.8rem;
        font-size: 1.1rem;
        font-weight: 500;
    }

    .logo{
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 2.5rem;
    }

    .navbar-container input[type="checkbox"]:checked ~ .menu-items{
        transform: translateX(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
        transform: rotate(45deg);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
        transform: rotate(-45deg);
    }

}

@media (max-width: 500px){
    .navbar-container input[type="checkbox"]:checked ~ .logo{
        display: none;
    }
}

 .tr-container {
	 position: relative;
	 top: -20vh;
	 left: 23vw;
	 transform: translate(-50%, -50%);
}
 .composition {
	 width: 50vw;
	 
}
 .composition__photo {
	 width: 55%;
	 box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, .4);
	 border-radius: 2px;
	 position: absolute;
	 z-index: 10;
	 transition: all 0.2s;
	 outline-offset: 2rem;
}
 .composition__photo--p1 {
	 top: -2rem;
	 left: 0;
}
 .composition__photo--p2 {
	 top: 2rem;
	 right: 0;
}
 .composition__photo--p3 {
	 top: 10rem;
	 left: 20%;
}
 .composition__photo:hover {
	 outline: .5em solid #3586f9;
	 transform: scale(1.05) translateY(-0.5rem);
	 box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, .5);
	 z-index: 20;
}
 .composition:hover .composition__photo:not(:hover) {
	 transform: scale(0.95); 
}

/************************************************************ Courses page********************************************************************* */

.cHero{
  background-image: url(https://i.postimg.cc/V6n6qHKB/courses-h2.jpg);
  height: 60vh;
      display: flex;
    align-items: center;
    justify-content: center;
	    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
}
.zoom:hover{
transform: scale(1.05);
}
.zoom{ 
  transition: transform 0.5s ease;
}
@media(max-width:1024px){
  .cHero{
    background-size: auto;
    background-position: top;
  }
}
@media(max-width:768px){
  .c1hero.d-flex.justify-content-between {
    padding: 50px!important;
    flex-direction: column;
}

.c1hero h1 {
    text-align: center;
}

.d-flex.flex-column.gap-3.w-100 {
    gap: unset!important;
}

.btn.mt-4.d-flex.justify-content-left {margin: 20px 0!important;justify-content: center;}

a.link.btn-default.bold {
    padding: 10px 16px;
    height: 46px;
}

.d-flex.bg-white.p-5.row.position-relative {
    position: unset!important;
    padding: 12px!important;
    margin: 20px 0 45px 0;
    justify-content: space-around!important;
}

.course-about {
    width: 100%!important;
}

h4.text-center {
    font-size: 20px;
    text-align: center;
}

.border-right.col-lg-4.col-md-3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-about .p-4 {
    margin: 50px 0!important;
}

img.position-absolute.w-25 {
    position: unset!important;
    width: 100%!important;
}


.rounded.p-3.d-flex.justify-content-between.position-relative .w-50 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
  .cHero{
    padding: 24px;
    text-align: center;
    margin-top: 47px;
  }

}
@media(max-width:425px)
{
  p.text-white.position-relative.mb-3.fs-1{
    font-size: 24px;
  }
  p.position-relative.text-center.text-white.fs-3{
    font-size: 20px;
  }
  
.c1hero.d-flex.justify-content-between {
  padding: 24px!important;
  gap: 12px!important;
  }
  
  .c_instr.w-50 {
  width: 100%!important;
  }
  
  
  .p-4 .row {
  gap: 10px;
  }
  
  .rounded.p-3.d-flex.justify-content-between.position-relative {
  margin: 50px 0!important;
  }
  
  .w-50 p {
  font-size: 12px;
  }
  
  h4.mb-3 {
  font-size: 19px;
  }
  
  #module h3 {
  margin: 40px 0!important;
  }
  
  .centerplease {
  margin-top: 59px!important;
  margin-bottom: 22px!important;
  font-size: 25px!important;
  }
  
}

/* FAQ */
.content {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.centerplease {
  margin: 0 auto;
  font-size: 40px;
  margin-top: 182px;
  margin-bottom: 50px;
  text-align: center;
}

/*Question*/
.question {
  position: relative;
  background: #f9f9f9;
  margin: 0;
  padding: 10px 10px 10px 50px;
  display: block;
  width:100%;
  cursor: pointer;
}
/*Answer*/
.answers {
  padding: 0px 15px;
  margin: 5px 0;
  width:100%!important;
  height: 0;
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 15px;
  
}

/*FAQ Toggle*/
.plus {
  position: absolute;
  margin-left: 10px;
  z-index: 5;
  font-size: 2em;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;

}

.questions:checked ~ .plus { 
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

}

.questions {
  display: none;
  
}
.collapsible-item input {
	 position: absolute;
	 opacity: 0;
	 z-index: -1;
}

 .collapsible-accordion {
	 margin: 10px;
	 border-radius: 5px;
	 overflow: hidden;
	 box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}
 .collapsible-item-label {
	 display: flex;
	 justify-content: space-between;
	 padding: 1em;
	 font-weight: bold;
	 cursor: pointer;
	 background: purple;
	 color: #fff;
}
 .collapsible-item-label::after {
	 content: "\2192";
	 width: 1em;
	 height: 1em;
	 text-align: center;
	 transition: all 0.35s;
}
 .collapsible-item-content {
	 max-height: 0;
	 padding: 0 1em;
	 background: white;
	 transition: all 0.35s;
}
 input:checked + .collapsible-item-label::after {
	 transform: rotate(90deg);
}
 input:checked ~ .collapsible-item-content {
	 max-height: 100vh;
	 padding: 1em;
}
.btn {
  padding: 1em 3em;
  margin-bottom: 2rem;
  border: none;
  border-radius: 1.5em;
  background-color: var(--clr-main);
  font-family: inherit;
  color: var(--clr-light);
  transition: filter .15s ease-in-out;
  cursor: pointer;
}

.btn:hover {
 filter: brightness(1.1); 
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 2rem 2.5rem;
  width: 30em;
  border-radius: 0.5rem;
}
.close-button {
  float: right;
  width: 1.5rem;
  font-size: 1.2em;
  line-height: 1;
  padding: 0 .2em .15em;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: var(--clr-neutral);
  color: var(--clr-dark);
  transition: color 0.12s ease-in-out;
}
.close-button:hover {
  color: var(--clr-main);
}
.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}