body{
    font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #212112;
  overflow-x: hidden;
}
p{
  font-size: 15px;
  line-height: 27px;
}
html {
  scroll-behavior: smooth; scroll-padding: 40px;
}
.container{
  max-width: 1440px;
}
@media screen and (max-width: 1600px){
  .container {
  max-width: 1250px;
}
}
@media screen and (max-width: 1500px){
  .container{
  max-width: 1140px;
}
}
@media screen and (max-width: 1199px){
  .container{
  max-width: 960px;
}
}

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding:  0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 5px 0;position: fixed;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
  height: 70px;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
  margin-top: 0px !important;
}
.start-header.scroll-on .navbar-light .navbar-brand {
  margin-top: 0px;
}

.navbar-light .navbar-brand{
  margin-top: 0;
  padding: 7px 30px 7px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 8%);
  -khtml-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 8%);
  -moz-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 8%);
  -ms-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 8%);
  -o-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 8%);
  box-shadow: 0 1px 72px rgba(0, 0, 0, .23);
  position: absolute;
  border-bottom: 4px solid #3a4c87;
  position: relative;
  z-index: 999 !important;
}
.navigation-wrap{
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navbar{
  padding: 0;
}
.carousel-control-next {
  right: 0;
  width: 40px;
  background: #000;
  height: 40px;
  top: 40%;
  right: 20px;
  border-radius: 31px;
}
.carousel-control-prev{
  width: 40px;
  background: #000;
  height: 40px;
  top: 40%;
  left: 20px;
  border-radius: 31px;
}
.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  width: 16px;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link{
  color: #212121 !important;
  font-weight: 500;
    transition: all 200ms linear;
    font-size: 19px;
}
.nav-item:hover .nav-link{
  color: #eba640 !important;
}
.nav-item.active .nav-link{
  color: #777 !important;
}
.nav-link {
  position: relative;
  padding: 15px 0 !important;
  display: inline-block;
}
.nav-item:after{
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #eba640;
  opacity: 0;
    transition: all 200ms linear;
    margin-bottom: -10px;
}
.nav-item:hover:after{
  bottom: 15px;
  opacity: 1;
}

.nav-item.active:hover:after{
  opacity: 0;
}
.nav-item{
  position: relative;
    transition: all 200ms linear;
}


.bg-light {
  background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
  width: 100%;
  display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
  max-height: 0;
    display: block;
  padding: 0;
  margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
  max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
  padding: 10px!important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 3px 15px;
  color: #212121;
  border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
  color: #fff;
  background-color: rgba(129,103,169,.6);
}


@media (max-width: 767px) { 
  
  .nav-item:after{
    display: none;
  }
  
  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  
}

/* #Link to page
================================================== */

.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear;
}
.logo img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(10%);
  transition: all 250ms linear;
}

.topbar {
  background: #3a4c87;
  padding: 3px 0 5px;
}

.topbar ul li {
  display: inline-block;
  color: #fff;
  margin-right: 20px
}

.topbar ul li a {
  font-size: 16px;
  padding-left: 5px;
  color: #fff !important
}
.topbar ul li a{

}
ul {
  padding: 0;
  margin: 0
}
.carousel-indicators li{
  background-color: #fff;
}
.social {
  float: right
}



.carousel-indicators .active{
  background-color: #000;
}

.pbl-0 {
  padding: 0
}


.social {
  padding-right: 0px;
  float:right !important;
}

a {
  text-decoration: none !important
}


@media screen and (max-width:1199px){
  .nav-link{
    font-size: 17px;
  }
  .navbar-brand img {
  height: 70px;
}
}


@media screen and (max-width:767px){
  
  .carousel-control-next, .carousel-control-prev{
    display: none;
  }
}

.btn-style500 {
  border-color: #3a4c87;
  color: #3a4c87;
}
textarea.form-control {
  height: 100px;
}
.btn-style500:hover {
  transition-delay: 0.2s;
  color: #3a4c87;
  background-color: #fff;
}
.form-control:focus{
  border-color: #3a4c87;
}.form-control:focus {
  box-shadow: 0 0 0 .2rem rgba(112, 3, 2, 0.16);
}.form-control:focus {
  box-shadow: 0 0 0 .2rem rgb(231, 196, 197) !important;
}
@keyframes ani500 {
  100% {
    background-size: 2.375em 2.375em, 0.1em 0.1em;
  }
}
textarea{
  height: 100px;
}
.form-control {
  height: calc(2.25rem + 10px);
}
.click-btn {
  display: flex;
  width: 200px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
    margin-left: 0.5rem;
  line-height: 35px;
  border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  transition: all 0.35s;
  box-sizing: border-box;
  margin-left: 40px;
}
.btn {
  background: #3a4c87;
  color: #fff;
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  z-index: 9;
  padding: 10px 23px 10px 48px;
  display: inline-block;
  border-radius: 100px;
  border: none;
  font-weight: 500;
  margin-top: 40px;
  font-size: 20px;
}

.btn::before {
  background: #000;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  opacity: 1;
  transition: .6s;
  z-index: -1
}

.btn span {
  color: #fff
}

.btn:hover::before {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%)
}

.btn i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  line-height: 40px;
  margin-left: 10px;
  color: #3a4c87
}

.btn:hover i {
  color: #000;
  transition: .6s
}
.outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
 
}.info-btn {
  position: relative;
  display: block;
  padding: 10px 0;
    padding-right: 0px;
    padding-left: 0px;
  padding-left: 50px;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
}.info-btn .icon {
  position: absolute;
  left: 0;
  top: 12px;
}.info-btn small {
  display: block;
  font-size: 13px;
  color: #6a6f78;
  font-weight: 400;
}.info-btn strong {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
}





@media screen and (max-width: 1199px){
  .outer-box{
    display: none;
  }
    .navbar-expand-md .navbar-nav {
    margin-right: 0px;
    border-right: none;
    padding-right: 0px;
  }
  .nav-link{
    padding: 13px 0 !important;
  }
  .navbar-brand img {
    height: 68px;

  }

}

@media screen and (max-width:991px){
  .navbar-light .navbar-brand{
    margin-top: 0;
  }
  
    .navbar-brand img {
    height: 50px;
    padding: 5px 0;
  }
     .ml-md-4, .mx-md-4 {
    margin-left: 1rem !important;
  }
  .navbar-light .navbar-brand img{
    margin-top: 0 !important;
    padding: 0 !important;
    height: 90px !important;
  }
}
@media screen and (max-width:840px){
  .navbar-light .navbar-brand{
    margin-top: 0;
  }
  
    .navbar-brand img {
    height: 40px;
    padding: 5px 0;
  }
    .navbar-light .navbar-brand {
    margin-top: 8px;
  }  .ml-md-4, .mx-md-4 {
    margin-left: 0.5rem !important;
  }
}


@media screen and (max-width: 767px){
  .navbar-brand{
    position: relative;
  }
  .navigation-wrap{
    padding: 0;
  }
    .navbar-light .navbar-brand {
    margin-top: 0px;
  }
  .navbar-brand{
    box-shadow: none;
  }
  .navbar-brand{
    padding: 5px 0;
  }
    .navbar-brand img {
    height: 55px;
    padding: 5px 0;
  }
    .nav-item {
    border-top: 1px solid #ccc;margin-left: 0 !important;
  }.nav-link {
    padding: 7px 0 !important;
  }
  .ddk{
    border:none;
  }
}

#carouselExampleIndicators2{
  display: none;
}

@media screen and (max-width: 991px){
  #carouselExampleIndicators2{
    display: block;
  }
  #carouselExampleIndicators{
      display:none;
  }
 
.carousel-indicators li {
  background-color: #eba741;
}
}





.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link{
  color: #0b0b0b !important;
  font-weight: 500;
    transition: all 200ms linear;
    font-size: 18px;
}
.nav-item:hover .nav-link{
  color: #3a4c87 !important;
}
.active::after {
  color: #777 !important;
  opacity: 1 !important;
  bottom: 17px !important;
}
.nav-link {
  position: relative;
  padding: 25px 0 !important;
  display: inline-block;
}
.nav-item:after{
  position: absolute;
  bottom: -5px;
  left: 15%;
  width: 70%;
  height: 2px;
  content: '';
  background-color: #fff;
  opacity: 0;
  transition: all 200ms linear;
}
.nav-item:hover:after{
  bottom: 15px;
  opacity: 1;
}
.nav-item.active:hover:after{
  opacity: 0;
}
.nav-item{
  position: relative;
    transition: all 200ms linear;
}

.headersection{
  overflow: hidden;
}
.bg-light {
  background-color: #fff !important;
    transition: all 200ms linear;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
  max-height: 0;
    display: block;
  padding: 0;
  margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
  max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
  padding: 10px!important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 3px 15px;
  color: #212121;
  border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
  color: #fff;
  background-color: rgba(129,103,169,.6);
}


@media (max-width: 767px) { 
  
  .nav-item:after{
    display: none;
  }
  
  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  
}

.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear;
}
.logo img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(10%);
  transition: all 250ms linear;
}

.topbar {
  background:#3a4c87;
  padding: 5px 0;
}

.topbar ul li {
  display: inline-block;
  color: #fff;
  margin-right: 20px
}

.topbar ul li a {
  font-size: 15px;
  padding-left: 5px;
  color: #fff !important
}
.topbar ul li i{
  color: #fff;
} 
.social li a{
  display: flex;padding-left: 0 !important;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  font-size: 14px;
  color: #3a4c87;
  border-radius: 50%;
  border: 1px solid #3a4c87 ;
}
ul {
  padding: 0;
  margin: 0
}
.carousel-indicators li{
  background-color: #fff;
}
.social {
  float: right
}




.pbl-0 {
  padding: 0
}
.navbar-light .navbar-brand img{
  height: 90px;
}

.social {
  padding-right: 0px;
  float:right !important;
}

a {
  text-decoration: none !important
}


@media screen and (max-width:1199px){
   .ml-md-4, .mx-md-4 {
    margin-left: 1rem !important;
  }
  .nav-link{
    font-size:17px;
  }
  .navbar-brand img {
  height: 90px;
}

.topbar ul{
  display: none;
}
.social{
  display: block !important;
}
}

@media screen and (max-width:991px){
  .topbar ul li{
    margin-right:8px;
  } .nav-link{
    font-size: 17px;
  }
  .topbar ul li a{
    font-size: 13px;
  }#slider {
  height: 475px;
}
}

@media screen and (max-width:900px){
  .topbar ul li{
    margin-right: 1px;
  }
  #navbarSupportedContent::before{
    left: 190px;
  }
  #navbarSupportedContent::after{
    left: 200px;
  }
  
}
@media screen and (max-width:767px){
  .nav-item:hover .nav-link {
  color: #ca3c2a !important;
}
  .carousel-control-next, .carousel-control-prev{
    display: none;
  }#slider {
  height: 275px;
} .navbar-brand img {
    height: 70px;

  }
  .navbar-light .navbar-toggler{
    margin-top: -10px;
  }  #navbarSupportedContent::before {
    display: none;
  }  #navbarSupportedContent::after {
    display: none;
  }.nav-link {
  color: #212121 !important;padding: 5px 0 !important;
}
.navigation-wrap .col-12{
  padding: 0;
}.nav-item {
  position: relative;
  transition: all 200ms linear;
  border-bottom: 1px solid #d7d7d7;
}
.navbar-brand{
  padding-left: 20px;
 
}
.navbar-light .navbar-toggler{
   padding-right: 20px;
}
}

/*Scroll*/
.progress-wrap .fa-angle-up{
  position: absolute;
  right:28%;
  top: 16%;
  font-size: 30px;
  color: #3a4c87;
}
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow:inset  0 0 0 2px rgba(0,0,0,0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
 
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.3); 
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap::before {
  position: absolute;
 
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: black; /* --- Pijl hover kleur --- */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap svg path { 
  fill: none; 
}
.progress-wrap svg.progress-circle path {
  stroke: #3a4c87; /* --- Lijn progres kleur --- */
  stroke-width: 4;
  box-sizing:border-box;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.copyright {
  background: #3a4c87;
  padding: 10px 0 7px;
}.copyright p, .copyright p a {
  color: #fff;
  margin: 0;
  text-align: center;
}.copyright br {
  display: none;
}

@media screen and (max-width: 767px){
  .topbar .qw{
    display: none !important;
  }
  .social {
    display: block !important;
  }
  .nav-link{
    font-size: 15px;
  }
}





/*About Us Start*/


.about-text {
  background-color: #FEFEFE;
}

.about-text .about-text-left .subtitle {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
}
.about-text .about-text-left .subtitle .bullet {
padding-left: 0;
  height: 13px;
}
.about-text .about-text-left .title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3a4c87;
  margin-bottom: 20px;
}
.about-text .about-text-left .about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-text .about-text-left .about-list ul {
  margin-right:28px;
}
.about-text .about-text-left p {
  text-align: justify;
}
.about-text .about-text-left .about-list {
  padding-top: 0px;
}
.about-text .about-text-left .about-list ul {
  padding: 0;
}
.about-text .about-text-left .about-list ul li {
  list-style: none;
  padding-left: 25px;
  position: relative;
}
.about-text .about-text-left .about-list ul li::before {
  position: absolute;
  left: 4px;
  height: 5px;
  width: 5px;
  background-color: #3a4c87;
  content: "";
  border-radius: 50%;
  top: 26%;
}
.about-text .about-text-left .about-list ul li::after {
  position: absolute;
  left: 0;
  height: 13px;
  width: 13px;
  content: "";
  border-radius: 50%;
  top: 17%;
  border: 1px solid #3a4c87;
  outline: 1px solid #3a4c87;
  outline-offset: 3px;
}
.about-text .about-heighlight {
  color: #3a4c87;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
.about-text .about-heighlight::before {
  position: absolute;
  left: 0;
  width: 6px;
  height: 100%;
  content: "";
  top: 0;
  background-color: #3a4c87;
}

.about-text-right .thumb {
  position: relative;
  margin-right: 20px;
}
.about-text-right .thumb .before-text {
  position: absolute;
  left: -38px;
  bottom: -113px;
}
.about-text-right .thumb .before-text-01 {
  position: absolute;
  bottom: -113px;
}
.about-text-right .about-features-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #3a4c87;
  position: absolute;
  left: 38%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 30px;
  bottom: -2%;
  outline: 10px solid #fff;
  padding: 30px 14px;
}
.about-text-right .about-features-box .content h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
}
.about-text-right .about-features-box .content h2 span {
  color: #fff;
}

.about-text{
  padding: 60px 0;
}

@media screen and (max-width: 1500px){
  .about-text-right .about-features-box{
    left: 38%;
  }
}

@media screen and (max-width: 1199px){
  .about-text .about-text-left .about-list{
    display: block;
  }
  .about-text .about-text-left .about-list {
  padding-top: 0;
}
.about-text-right .about-features-box{
  bottom: 8%;left: 32%;
}

}

@media screen and (max-width: 991px){

.about-text-right{
  text-align: left !important;
}  .about-text-right .about-features-box {
    bottom: 8%;
    left: 56%;
  }
}


@media screen and (max-width: 767px){
  .about-text {
  padding: 35px 0;
}
.about-text .about-text-left .subtitle{
  font-size: 14px;
}
.about-text .about-text-left .title{
  font-size: 21px;margin-bottom: 7px;
}
.about-text .about-text-left .about-list ul li p{
  line-height: 15px;
}
.about-text .about-text-left .about-list{
  margin-bottom: 15px;
} .about-text-right .about-features-box {
    bottom: 8%;
    left: 49%;
    width: 90%;
  }
  .about-text-right .about-features-box{
    padding: 12px 10px;
  }.about-text-right .about-features-box .content h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  line-height: 31px;
}
.about-text-right .thumb img{
  width: 100%;
}
}

/*About Us End*/



/*Our Serbice*/

.service {
  position: relative;
  display: block;
  z-index: 100;
}

.service__inner {
  position: relative;
  display: block;
  z-index: 1;
}

.service__inner:before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  right: -100px;
  height: 383px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px -10px 50px 0px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: -1;
}

.service__single {
  position: relative;
  display: block;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.01);
  margin-bottom: 60px;
}

.service__img-box {
  position: relative;
  display: block;
}

.service__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
}

.service__img img {
  width: 100%;
  border-radius: 20px;
}

.service__title-box {
  position: absolute;
  bottom: -20px;
  left: 15px;
  right: 15px;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  text-align: center;
  padding: 42px 0 13px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.service__single:hover .service__title-box {
  opacity: 0;
  visibility: hidden;
  transition-delay: 300ms;
}

.service__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

.service__title  {
  color: #000;
}

.service__icon {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  height: 57px;
  width: 57px;
  background: #3a4c87;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service__icon span {
  position: relative;
  display: inline-block;
  font-size: 28px;
  color: #fff;
}

.service__hover-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 20px;
  padding: 40px 0 0;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 2;
}

.service__single:hover .service__hover-content {
  transform: scaleY(1);
}

.service__hover-content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px;
  background-image: #3a4c87;
  opacity: 0.902;
  z-index: -1;
}

.service__hover-content-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 30px;
  color: #20a8e5;
  margin: 0 auto 0;
}

.service__hover-content-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 6px;
}

.service__hover-content-title a {
  color: #fff;
}

.service__hover-content-text {
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  text-align: center;
  line-height: 30px;
}

#services{
  background-color: #dadde8;
  padding:60px 0;
}

@media screen and (max-width: 767px){
  .service__single{
    margin-bottom: 40px;
  }#services {
  padding-bottom: 15px;
}
}

.services-area {
  background: #f8f9fc;
}

.service-card {
  background: #fff;
  padding: 35px 25px 15px;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  margin-bottom: 20px;
  margin-top: 15px;
  min-height: 190px;
}

/* Gradient Border Effect */
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #3a4c87;
}

/* Hover Effect */
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

/* Icon Style */
.service-card .icon {
  font-size: 45px;
  margin-bottom: 20px;
  transition: 0.3s;
}

.service-card:hover .icon {
  transform: scale(1.2);
}

/* Title */
.service-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Text */
.service-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* Section Title Enhancement */

/**/



.history-area {
  padding: 60px 0 ;
}
.awards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}.awards-box {
  margin-right: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #3a4c87;
  margin-top: 30px;
}
.media.contact-info-box.icon-box-item {
  padding: 0;
  margin-bottom: 25px;
}
.media.contact-info-box.icon-box-item .icon {
  font-size: 40px;
  height: 65px;
  width: 65px;
  line-height: 56px;
  border-radius: 50%;
  background: #3a4c87;
  display: inline-block;
  text-align: center;
  color: #fff;
  outline: 1px solid #3a4c87;
}
.media.contact-info-box.icon-box-item .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  font-family: var(--heading-font);
  text-transform: capitalize;
}
.media.contact-info-box.icon-box-item .media-left.icon-wrap.icon-wrap-border {
  margin-right: 10px;
}

.wrap-pt {
  padding-top: 30px;
}
.wrap-pt .media-before {
  position: relative;
  padding: 0;
}
.wrap-pt .media-before li {
  display: inline-block;
  display: inline-block;
  margin-right: 6px;
  font-size: 14px;
}

.history-wrapper {
  background: #3a4c87;
  background-image: url("../images/why.png");
  -webkit-box-shadow: -20px 6px 35px 0px rgba(0, 0, 0, 0.43);
          box-shadow: -20px 6px 35px 0px rgba(0, 0, 0, 0.43);
  border-radius: 6px 6px 6px 6px;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  padding: 60px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 500px;
}
.history-wrapper::before {
  position: absolute;
  left: -60px;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left center;
}

.awards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.awards-box {
  margin-right: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #3a4c87;
  margin-top: 30px;
}
.awards-box .awards-thumb {
  margin-bottom: 18px;
}
.awards-box .awards-title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2a2a2a;
  margin-bottom: 16px;
}
.theme-heading-title .subtitle{
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px){
  .history-wrapper{
    min-height: auto;
  }
  .history-wrapper{
    padding: 35px 40px 20px;
  }
}

@media screen and (max-width: 767px){
  .theme-heading-title .subtitle{
    font-size: 14px;
  }
  .theme-heading-title h2{
    font-size: 23px;
  }
  .theme-heading-title .subtitle{
    margin-bottom: 10px;
  }
  .awards-wrapper{
    display: block;
  }
  .media.contact-info-box.icon-box-item {
  margin-bottom: 10px;
}
.awards-box .awards-title{
  margin-bottom: 5px;
  font-size: 19px;
}.history-area {
  padding: 34px 0 0px;
}
}





/*contac*/
.form-control:focus{
  box-shadow: 0 0 0 .2rem rgba(51, 152, 138, 0.28);
}
.contactuspage h2{
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3a4c87;
  margin-bottom: 20px;
}
.contactuspage button {
  width: 100%;
  margin: 0;
  background-color: #fff;
  background-color: #3a4c87;
  color: #fff;
  height: 50px;
  cursor: pointer;
}
.contactuspage{
  padding: 60px 0;background-color: #dadde8;
}
.contactuspage iframe{
  margin-top: 40px;
}
.contactuspage .ed-section-title{
  margin-bottom: 0px;
}
.contactuspage form p{
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.cntp p{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #3a4c87;
  padding: 1px 0 19px;
  color: #2A2A2A;
}
.cntp p a{
    color: #2A2A2A;
}
.cntp2{
  margin-top: 10px;
}
.cntp2 img{
  height: 50px;
  margin-right: 10px;
}
.cntp2 a{
  color: #2A2A2A;
  font-size: 18px;
  font-weight: 400;
}
.contactuspage button{
  width: 100% !important;
}


@media screen and (max-width:767px){
  .contactuspage {
  padding: 20px 0 30px;
}
}
@media screen and (max-width: 767px) {
  .contactuspage {
    padding: 26px 0 10px;
  }
  .contactuspage h2 {
  font-size: 22px;
}
form{
  margin-top: -10px;
  margin-bottom: 20px;
}.cntp2 a {
  font-size: 16px;
}

}

.media.contact-info-box.icon-box-item .icon img{
  height: 40px;
}

@media screen and (min-width: 1199px){
  .border-0-desktop{
    border-bottom: none;
  }
}

.service__icon img{
  height: 40px;width: auto;
}
.service__hover-content-icon img{
  height: 50px;width: auto;
}
.service__hover-content-icon{
  background-color: #000;
}.vision-and-mission{
    padding: 20px 0 0;
}

.visionmission.visionmissionbox {
  background-color:#3a4c87;
  box-shadow:none;
  padding:40px 30px;
  margin:0;
  margin-top:40px
}
.visionmission.visionmissionbox .dots {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  gap:7px
}
.visionmission.visionmissionbox .dots span {
  position:absolute;
  top:5px;
  left:5px;
  width:10px;
  height:10px;
  background-color:#3a4c87;
  border-radius:50%;
  display:block
}
.visionmission.visionmissionbox .dots span:nth-child(2) {
  right:5px;
  left:unset
}
.visionmission.visionmissionbox .dots span:nth-child(3) {
  top:unset;
  bottom:5px
}
.visionmission.visionmissionbox .dots span:nth-child(4) {
  top:unset;
  bottom:5px;
  left:unset;
  right:5px
}
.visionmission.visionmissionbox .visionmission_overlay {
  content:"";
  position:absolute;
  inset:0;
  -webkit-transform:skewX(10deg);
  -ms-transform:skewX(10deg);
  transform:skewX(10deg);
  -webkit-transform-origin:left;
  -ms-transform-origin:left;
  transform-origin:left;
  opacity:0;
  visibility:hidden;
  z-index:-1;
  -webkit-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out
}
.visionmission.visionmissionbox .visionmission-content {
  position:relative;
  z-index:9
}
.visionmission.visionmissionbox .visionmission_icon {
  position:relative;
  width:65px;
  height:65px;
  line-height:68px;
  border-radius:50%;
  display:block;
  background-color:#3a4c87;
  border:none;
  margin:auto;
  margin-top:-70px;
  -webkit-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out;
  z-index:2
}
.visionmission_icon img{
    height: 40px;
}
.visionmission.visionmissionbox .visionmission_icon:after {
  content:'';
  position:absolute;
  left:0px;
  top:2px;
  width:65px;
  height:68px;
  background-color:#fff;
  border-radius:50%;
  z-index:-1;
  -webkit-transition:0.4s;
  transition:0.4s
}
.visionmission.visionmissionbox:before {
  content:"";
  position:absolute;
  inset:10px;
  border:1px solid #3a4c87;
  -webkit-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out
}
.visionmission {
  position: relative;
  background-color: #3a4c87;
  text-align: center;
  padding: 30px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 1;
  margin-top: 30px;
}
.visionmission.visionmissionbox:after {
  content:"";
  width:100%;
  height:100%;
  background-color:#fff;
  position:absolute;
  bottom:0;
  right:0;
  z-index:-1;
  -webkit-transition:0.4s ease-in-out;
  transition:0.4s ease-in-out
}
.visionmission.visionmissionbox .box-title {
  font-size:24px;
  line-height:34px;
  margin-top:15px
}
.visionmission.visionmissionbox .box-title a {
  color:inherit
}
.visionmission.visionmissionbox .box-title:hover {
  color:#fff
}
.visionmission.visionmissionbox:hover.visionmissionbox .dots span {
  background-color:#fff
}
.visionmission.visionmissionbox:hover .visionmission_overlay {
  opacity:1;
  visibility:visible
}
.visionmission.visionmissionbox:hover .visionmission_text {
  color:#fff
}
.visionmission.visionmissionbox:hover .visionmission_icon {
  border:none
}
.visionmission.visionmissionbox:hover .box-title {
  color:#fff
}
.visionmission.visionmissionbox:hover:before {
  border:1px solid #fff
}
.visionmission.visionmissionbox:hover:after {
  height:0
}
@media screen and (max-width:1600px){
    .visionmission.visionmissionbox
    {
        min-height: 290px;
    }
}
@media screen and (max-width:1500px){
    .visionmission.visionmissionbox
    {
        min-height: 310px;
    }
}
@media screen and (max-width:1199px){
    .aboutusinternal .img-fluid{
margin-bottom: 30px;
    }
      .visionmission.visionmissionbox
    {
        min-height: 340px;
    }
}
@media screen and (max-width:991px){
    .visionmission.visionmissionbox
    {
        min-height: 400px;
    }
}
@media screen and (max-width: 767px) {
  .aboutusinternal {
    padding: 30px 0 16px;
  }
   .visionmission.visionmissionbox
    {
        min-height: auto;
        margin-bottom: 15px;
    }
    .our-specialists {
  padding: 27px 0 7px;
}
    .vision-and-mission {
  padding: 17px 0;
}
.visionmission.visionmissionbox{
  margin-top: 15px;
}  .vision-and-mission {
    padding: 17px 0 0;margin-bottom: -15px;
  }
}
.fixedbtn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999 !important;
  width: 60px;
  height: 60px;
}.fixedbtn img {
  width: 60px;
  height: 60px;
}.navbar-light{
        font-size: 26px !important;
    margin-top: 0px !important;
    font-weight: 600 !important;
}


.hero-slider .slide-inner::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #0000008a, #000000ba);
}

.hero-slider {
  width: 100%;
  height: 780px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }

  .start-header.scroll-on .navbar-brand img {
    height: 46px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: top;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.hero-sub-title{
  font-size: 40px;
}
.hero-title{
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;font-size: 50px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  margin: 0 0 20px;
  text-transform: capitalize;
  transition: all .4s ease;
}
.hero-title span {
  background-color: #fff;
  color: #3a4c87;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #3a4c87;
  border-radius: 10px;
  padding: 0 15px;
}
.hero-content{
  width: 90%;
}
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.hero-sub-title{
  color: #fff;
  background-color: #3a4c87;
  font-size: 22px;
  font-weight: 500;
  font-family: ;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
  padding: 14px 29px;
  border-radius: 10px;
  margin: 0 0 14px;
  transition: transform 1000ms ease, opacity 1000ms ease;
}.th-btn {
    z-index: 2;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-align: center;
    background-color:#d55c07;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 14.5px 29px;
    border-radius: 0;
    margin-top: 20px;
    position: relative;
}

.th-btn:after,
.th-btn:before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 0%;
    background-color: #3a409a;
    z-index: -1;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out
}

.th-btn:before {
    left: 0;
    border-radius: 0 20px 20px 0
}

.th-btn:after {
    right: 0;
    border-radius: 20px 0 0 20px
}

.th-btn.active,
.th-btn:hover {
    color: #fff
}

.th-btn.active::before,
.th-btn.active:after,
.th-btn:hover::before,
.th-btn:hover:after {
    width: 50%;
    border-radius: 0
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {

  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
 width: 37px;
  height: 2px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all .2s ease;
  border-radius: 0;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (max-width: 1199px){
  .hero-title{
    font-size: 50px;
  }
}

@media screen and (min-width: 992px) {

  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    /*     display: none; */
  }
 
}

.swiper-pagination {
  text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
  }
}

@media screen and (max-width: 767px){
  .hero-sub-title{
    font-size:30px;
  }
    .hero-title {
    font-size: 24px;
    line-height: 1.5;
  }
}

/*Slider End*/


.buttondesign-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: transparent;
  border-radius: 0;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 40px;
  transition: 500ms;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.buttondesign-btn__item {
  position: absolute;
  background-color: #3a4c87;
}

.buttondesign-btn__item:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite;
}

.buttondesign-btn__item:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite;
}

.buttondesign-btn__item:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite;
}

.buttondesign-btn__item:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite;
}

.buttondesign-btn:hover {
  color: var(--buttondesign-black, #122f2a);
}

.buttondesign-btn:hover .buttondesign-btn__item {
  animation-play-state: paused;
}

@keyframes zumpXtwo {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(5px);
  }
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@media screen and (max-width: 767px){
  .navbar-light .navbar-brand{
    box-shadow: none;
    border:none;
  }  .nav-link {
    color: #212121 !important;
    padding: 9px 0 !important;
  } .nav-item {
    border-top: 1px solid #fdfdfd;
  }.hero-sub-title {
    font-size: 16px;
  }.hero-content {
  width: 100%;
}
}.page-header {
  position: relative;
  display: block;
  z-index: 1;
  background-color: black;
  overflow: hidden;
}
.ani-top-bottom {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: TopBottom;
  animation-timing-function: ease-in-out;
  position: absolute !important;
  z-index: 3 !important;
  right: 40px;
  background: #3a4c87 !important;
}.ani-left-right {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: LeftRight;
  animation-timing-function: ease-in-out;
  position: absolute !important;
  right: 60px;
  top: 60px;
}
.left-7{
right: 120px;
  top: 90px;
}
.left-8{
  right: 130px;
  top: 50px;
}


@keyframes TopBottom {
  0% {
    transform:translate(0px, 0px)
  }
  65% {
    transform:translate(0, 30px)
  }
  100% {
    transform:translate(0px, 0px)
  }
}
@keyframes LeftRight {
  0% {
    transform:translate(0px, 0px)
  }
  65% {
    transform:translate(30px, 0)
  }
  100% {
    transform:translate(0px, 0px)
  }
}
.page-header-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  opacity: 0.2;
}

.page-header__shape-1 {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 69px;
  background-color: #fff;
  max-width: 1376px;
  width: 100%;
  clip-path: polygon(0 0, 96% 0, 100% 100%, 0 100%);
  z-index: 1;
}

.page-header__inner {
  position: relative;
  display: block;
  padding: 80px 0 140px;
  z-index: 15;
}

.page-header__inner h2 {
  font-size: 40px;
  color: #fff;
  line-height: 50px;
  margin-bottom: 6px;
  font-weight: 600;color: #fff;
}

.breadcrumb__box {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.breadcrumb__box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10000000px;
  left: 99%;
  background-color: #3a4c87;
  z-index: -1;
}
.breadcrumb .li::before {
  font-family: themify;
  content: "»";
  font-size: 10px;
  color: #ffffff;
  font-size: 20px;
}
.breadcrumb {
  position: relative;
  display: block;
  background-color:#3a4c87;
  padding-left: 80px;
  /* clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%); */
  z-index: 1;
  margin-bottom: 0px;
}

.breadcrumb::before {
  content: '';
  width: 100000px;
  height: 70px;
  position: absolute;
  right: 83%;
  bottom: -1px;
  background-color: #fff;
  transform: skewX(45deg);
  /* clip-path: polygon(0 0, 96% 0, 100% 100%, 0 100%); */
}

.breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.1em;
}

.breadcrumb li+li {
  margin-left: 4px;
}

.breadcrumb li a {
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  padding: 8px 0 7px;
}



.breadcrumb li span {
  font-size: 12px;
}
.movingYY img{
  height: 300px;
}
@media screen and (max-width:767px){
  .page-header .shape-mockup img{
height: 25px !important;
  }
     .page-header .shape-mockup {
    top: 10% !important;
    left: 90% !important;
  }
  .movingYY{
    display: none;
  }
  .page-header__inner{
    padding: 27px 0 71px;
  }.left-7, .ani-top-bottom {
 display: none;
}
.page-header__inner h2{
  font-size: 26px;
}
.breadcrumb{
  padding: 2px 20px;
  padding-left: 70px;
}
.breadcrumb::before{
  height: 55px;
}
.breadcrumb::before{
  right: 86%;
}
#services{
  padding: 33px 0 28px;
  
}
.service-card{
  margin-bottom: 8px;
}
}


 /*Footer*/
                              .main-footer {
                                  position: relative;
                                  background-color: #10110c;
                                  padding-bottom: 40px;
                              }
                              .main-footer__top {
                                  padding-top: 238px;
                                  padding-bottom: 30px;
                              }
                              @media (max-width: 991px) {
                                  .main-footer__top {
                                    padding-top: 190px;
                                    padding-bottom: 20px;
                                }
                            }
                            .main-footer__bg {
                              position: relative;
                              position: absolute;
                              width: 100%;
                              height: 100%;
                              top: 0;
                              left: 0;
                              background-repeat: no-repeat;
                              background-size: cover;
                              background-position: top center;
                              mix-blend-mode: overlay;
                          }
                          .main-footer .container {
                              position: relative;
                              z-index: 1;
                          }
                          @media (max-width: 1199px) {
                              .main-footer .container {
                                max-width: initial;
                            }
                        }
                        .main-footer__bottom {
                          text-align: center;
                      }
                      .main-footer__bottom__inner {
                          padding: 17.25px 20px;
                          display: flex;
                          align-items: center;
                          justify-content: space-between;
                          background-color: #3a4c87;
                          border-radius: 4px;
                      }

                      @media screen and (max-width: 1199px){
                        .main-footer__bottom__inner{
                            display: block;
                        }
                        .main-footer__social-row{
                            margin-top: 10px;
                        }
                        .main-footer--three .main-footer__bottom__inner::after{
                            display: none;
                        }
                        .main-footer__copyright{
                            text-align: center;
                        }
                        .main-footer__social-list {
                          width: 100%;
                          justify-content: center;
                      }
                  }

                  @media (max-width: 767px) {
                      .main-footer__bottom__inner {
                        flex-direction: column;
                        gap: 15px 0;
                    }
                }
                .main-footer__copyright {
                  margin: 0;
                  font-size: 18px;
                  font-weight: 400;
                  color: #fff;
              }
              .main-footer__social-row {
                  display: flex;
                  align-items: center;
              }
              .main-footer__social-row-text {
                  font-size: 16px;
                  line-height: 32px;
                  font-weight: 500;
                  color: #fff;
                  margin-bottom: 0;
              }
              .main-footer__social-list {
                  display: flex;
                  align-items: center;
                  padding-left: 14px;
                  margin-bottom: 0;
                  gap: 0 10px;
                  list-style: none;
              }
              .main-footer__social-list li {
                  list-style: none;
              }
              .main-footer__social-list li a {
                  width: 35px;
                  height: 35px;
                  background-color: #fff;
                  border-radius: 50%;
                  color: #3a4c87;
                  display: flex;
                  font-size: 15px;
                  align-items: center;
                  justify-content: center;
                  transition: all 0.4s;
                  border:1px solid #fff;
              }
              .main-footer__copyright br{
                display: none;
            }
            .main-footer__copyright a{
                color: #fff !important;
            }
            .main-footer__social-list li a:hover {
              background-color: #3a4c87;
              color: #fff;
          }
          .main-footer--two .main-footer__top, .main-footer--version2 .main-footer__top {
              padding-top: 102px;
          }
          @media (max-width: 767px) {
              .main-footer--two .main-footer__top, .main-footer--version2 .main-footer__top {
                padding-top: 62px;
            }
            .main-footer__copyright br{
                display: block;
            }
        }
        .main-footer--three {
          overflow: hidden;
          background-color: #0e0e0e;
      }
      .main-footer--three .main-footer__bg {
          background-position: bottom;
      }
      .main-footer--three .main-footer__shape-one {
          max-width: 100%;
          height: auto;
          position: absolute;
          left: 0;
          bottom: 77px;
          mix-blend-mode: soft-light;
          animation: zump 2s linear infinite;
      }
      .main-footer--three .main-footer__shape-two {
          max-width: 100%;
          height: auto;
          position: absolute;
          top: 0;
          right: 0;
          mix-blend-mode: soft-light;
          animation: zumpBottom 2s linear infinite;
      }
      .main-footer--three .main-footer__top {
          padding-top: 65px;
          padding-bottom: 25px;
      }
      @media (max-width: 767px) {
          .main-footer--three .main-footer__top {
            padding-top: 80px;
        }
    }
    .main-footer--three .footer-widget--blog {
      padding-left: 5px;
      padding-right: 18px;
  }
  @media (max-width: 1199px) {
      .main-footer--three .footer-widget--blog {
        padding-left: 0;
        padding-right: 0;
    }
}
.main-footer--three .footer-widget__experience-text,
.main-footer--three .footer-widget__info li,
.main-footer--three .footer-widget__links li {
  color: #fff;
}

.main-footer--three .footer-widget__post-date > span {
  padding-left: 0;
}
.main-footer--three .footer-widget__info {
  margin: 0;
}
.main-footer--three .footer-widget__info li {
  display: flex;
  align-items: center;
  gap: 22px;
}
.main-footer--three .footer-widget__info li + li {
  margin-top: 25px;
}
.main-footer--three .footer-widget__info__icon {
  position: relative;
  top: 7px;
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  font-size: 18px;
  color: #3a4c87;
  z-index: 1;
  transition: all 500ms ease;
}
.main-footer--three .footer-widget__info__icon::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -3px;
  right: -3px;
  background-color: #3a4c87;
  border-radius: inherit;
  transition: all 400ms ease;
}
.main-footer--three .footer-widget__info__icon::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3a4c87;
  border-radius: inherit;
  transition: all 500ms ease;
}
.main-footer--three .footer-widget__info__icon > * {
  position: relative;
  z-index: 1;
  color: #fff
}
.main-footer--three .footer-widget__info li:hover .footer-widget__info__icon {
  color: #fff;
}
.main-footer--three .footer-widget__info li:hover .footer-widget__info__icon::before {
  top: 0;
  right: 0;
}
.main-footer--three .footer-widget__info li:hover .footer-widget__info__icon::after {
  left: 0;
  bottom: 0;
  background-color: #3a4c87;
}
.main-footer--three .footer-widget__info__address {
  margin: 0;
  color: #fff;
  line-height: 1.75;
  font-size: 18px
}
.main-footer--three .footer-widget__info__title {
  margin-bottom: 5px;
  font-family: ;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 1.625;
}
.main-footer--three .footer-widget__info__link {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 1.444;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-footer--three .footer-widget__info__link:hover {
  background-size: 100% 1px;
}
.main-footer--three .footer-widget__info__link:hover {
  color: #fff;
}
.main-footer--three .main-footer__bottom__inner {
  position: relative;
  z-index: 1;
}
.main-footer--three .main-footer__bottom__inner::after {
  content: "";
  width: 2000px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -1687px;
  background-color: #3a4c87;
  border-radius: inherit;
  z-index: -1;
}
@media screen and (max-width: 1300px){
    .main-footer--three .main-footer__bottom__inner::after {
      width: 1896px;
  }
}

@media (max-width: 767px) {
  .main-footer--three .main-footer__bottom__inner::after {
    display: none;
}
}



.footer-widget {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .footer-widget {
    margin-bottom: 30px;
}
}
.footer-widget--about {
  max-width: 270px;
}
@media (max-width: 1199px) {
  .footer-widget--about {
    max-width: initial;
}
}
.footer-widget__logo {
  display: inline-flex;
  max-width: 198px;
  margin-bottom: 23px;
}
.footer-widget__logo > img {
  width: 100%;
}
.footer-widget__experience-text {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 34px;
  padding-right: 30px;
}
.footer-widget__newsletter {
  position: relative;
  width: 100%;
}
@media (max-width: 1199px) {
  .footer-widget__newsletter {
    max-width: initial;
}
}
.footer-widget__newsletter button[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 89px;
  height: 100%;
  border: none;
  outline: none;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  transition: all 500ms ease;
  border-radius: 0 3px 3px 0;
  background-color: #3a4c87;
}
.footer-widget__newsletter button[type=submit]:hover {
  background-color: #3a4c87;
  color: #fff;
}
.footer-widget__mail-address {
  position: relative;
}
.footer-widget__mail-address input[type=text],
.footer-widget__mail-address input[type=email] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  height: 58px;
  background-color: #fff;
  color: #848484;
  font-size: 13px;
  font-weight: 400;
  padding-left: 18px;
  padding-right: 92px;
  transition: all 500ms ease;
  border-radius: 4px;
}
.footer-widget__mail-address input[type=text]:focus,
.footer-widget__mail-address input[type=email]:focus {
  color: #fff;
}
.footer-widget__mail-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
}
.footer-widget__mail-icon > i {
  font-size: 19px;
}
.footer-widget__title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  margin-bottom: 28px;
}
.footer-widget__title--newsletter {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .footer-widget__title--newsletter {
    margin-bottom: 22px;
}
}
@media (max-width: 767px) {
  .footer-widget__title {
     font-size: 22px;
     margin-bottom: 15px;
 }
}
.footer-widget__links {
  margin-top: -10px;
  margin-bottom: 0;
}
.footer-widget__links li {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  padding-left: 5px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .footer-widget__links li {
    margin-bottom: 4px;
}
}
.footer-widget__links li:last-child {
  margin-bottom: 0;
}

.footer-widget__links li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget__links li a:hover {
  background-size: 100% 1px;
}
.footer-widget__links li a:hover {
  color: #fff;
}
.footer-widget__gallerywrap {
  gap: 10px;
}
.footer-widget__gallerywrap__img {
  width: calc((100% - 20px) / 3);
}
.footer-widget__gallerywrap__img img {
  width: 100% !important;
  border-radius: 3px !important;
}
.footer-widget--blog {
  padding-left: 25px;
}
@media (max-width: 1199px) {
  .footer-widget--blog {
    padding-left: 0;
}
}
.footer-widget__post-col {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #2e3024;
  padding-bottom: 27px;
}
@media (max-width: 767px) {
  .footer-widget__post-col {
    padding-bottom: 22px;
}
}
.footer-widget__post-col:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.footer-widget__post-col + .footer-widget__post-col {
  padding-top: 26px;
}
@media (max-width: 767px) {
  .footer-widget__post-col + .footer-widget__post-col {
    padding-top: 22px;
}
}
.footer-widget__post-img {
  width: 78px;
}
.footer-widget__post-img > img {
  width: 100% !important;
  border-radius: 3px !important;
}
.footer-widget__post-info {
  width: calc((100% - 78px) / 1);
  padding-left: 19px;
}
@media (max-width: 767px) {
  .footer-widget__post-info {
    padding-left: 12px;
}
}
.footer-widget__post-date {
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  display: block;
  color: rgba(var(--grdeen-white-rgb, 255, 255, 255), 0.5);
  margin-bottom: 9px;
}
.footer-widget__post-date > span {
  padding-left: 5px;
}
.footer-widget__post-heading {
  font-family: ;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
.footer-widget__post-heading:hover {
  color: #3a4c87;
}
@media (max-width: 767px) {
  .footer-widget__post-heading {
    font-size: 15px;
    line-height: 23px;
}
}
.footer-widget__post-heading > a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget__post-heading > a:hover {
  background-size: 100% 1px;
}
@keyframes zump {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
50% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}
100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}
@keyframes zumpBottom {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}

@media screen and (max-width: 767px){
  .main-footer--three .main-footer__top {
    padding-top: 35px;
}

}




.work-process-area {
  background: #dadde8;
  padding: 60px 0;
}

/* Timeline Line */
.timeline {
  position: relative;
  margin: 50px 0 10px;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 4px;
  background: #3a4c87;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* Timeline Item */
.timeline-item {
  padding: 20px 40px;
  position: relative;
  width: 50%;
}

.timeline-item.left {
  left: 0;
}

.timeline-item.right {
  left: 50%;
}

/* Content Box */
.timeline-item .content {
  background: #fff;
  padding: 35px 25px 3px;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.timeline-item .content:hover {
  transform: translateY(-8px);
}

/* Step Number Circle */
.step-number {
  position: absolute;
  top: -20px;
  left: 20px;
  background: #3a4c87;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
}

/* Connector Dots */
.timeline-item::before {
  content: '';
  position: absolute;
  top: 30px;
  width: 15px;
  height: 15px;
  background: #3a4c87;
  border-radius: 50%;
  z-index: 1;
}

.timeline-item.left::before {
  right: -8px;
}

.timeline-item.right::before {
  left: -8px;
}

/* Responsive */
@media (max-width: 768px) {
  .timeline::after {
    left: 10px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 40px;
    padding-right: 0;
  }

  .timeline-item.right {
    left: 0;
  }

  .timeline-item::before {
    left: 0;
  }
  .work-process-area {
  padding: 34px 0 20px;
}
.timeline-item::before {
    left: 2px;
  }.timeline-item.right::before {
  left: 2px;
}
.main-footer--three .main-footer__top{
  padding-bottom: 0;
}
.main-footer--three .footer-widget__info__link br{
  display: none;
}
}