@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:wght@100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: myFirstFont;
  src: url('../fonts/nourd_medium.ttf'),
    url('../fonts/nourd_bold.ttf'),
    url('../fonts/nourd_semi_bold.ttf');

}


html,
body {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

.icon {
  width: 16px;
  height: 16px;

}

body {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Jost", sans-serif;



}

header {
  background-image: url("../images/bg/DTERA\ BG\ .png");
  min-height: 100vh !important;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;

}




.logo {
  position: absolute;
  padding: 0;
}

nav.navbar {
  z-index: 15;
}

.navbar-nav li a {
  color: white;
  font-weight: bold;
  border: 2px solid transparent;
  border-radius: 15px;
  transition: all .5s ease;
  font-size: 20px;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
  border-color: #fff;
  background-color: rgba(44, 45, 47, 0);
  color: white;
}

nav.navbar .navbar-brand img {
  padding: 0 16px;
}



/* 
  .navigation {
    position: absolute;
    width: 100%;
    height: 100px;
    padding: 0 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
  } */

.navigation-left {
  margin-left: -33px;
}

.navigation-left a {
  text-decoration: none;
  color: #333745;
  font-size: 12px;
  font-weight: bold;
  width: 107px;
  height: 30px;
  border: 2px solid transparent;
  border-radius: 15px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  transition: all .2s;
}

.navigation-left a:hover,
.navigation-left a:focus {
  border-color: rgb(234, 46, 73);
  background-color: rgba(44, 45, 47, 0);
}

.navigation-center {
  margin-right: 85px;
}

.navigation-center img {
  width: 200px;
}

.navigation-right {
  display: flex;
  align-items: center;
}

.login-btn {
  background-color: #b8b8b9;
  width: 97px;
  height: 30px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  border-radius: 15px;
  border: none;
  color: #333745;
  margin-left: 20px;
  transition: all .2s;
  cursor: pointer;
}

.login-btn:hover {
  transform: scale(1.06);
}


/* .css-slider-wrapper {
    display: block;
    background: #FFF;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }  */


/* Slider */
.slider {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  -webkit-transition: -webkit-transform 1600ms;
  transition: -webkit-transform 1600ms, transform 1600ms;
  -webkit-transform: scale(1);
  transform: scale(1);
}


/* Slides Background Color */
.slide-1 {
  left: 0;
}

.slide-2 {
  left: 100%
}

.slide-3 {
  left: 200%
}

.slide-4 {
  left: 300%;
}

.slider {
  display: flex;
  justify-content: flex-start;
}

.slider-content {
  width: 635px;
  padding-left: 100px;
}

/* Slider Inner Slide Effect */
.slider h2 {
  color: #ffffff;
  font-weight: 900;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.3;
  opacity: 0;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
  margin-top: 0;
  margin-bottom: 40px;
  letter-spacing: 2px;
}

.slider h4 {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.349);
  font-weight: bold;
  line-height: 1.4;
  opacity: 0;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
}

.slider img {
  position: absolute !important;
  right: 0%;
  height: 55%;
  opacity: 0;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
  padding-right: 50px;

}

.slide-1 img,
.slide-2 img {
  right: 0;
}

.buy-now-btn {
  background-color: #8E166D;
  width: 220px;
  height: 50px;
  border-radius: 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.4s !important;
}

.buy-now-btn:hover {
  box-shadow: 0px 0px 60px -17px rgba(51, 51, 51, 1);
  background-color: #8E36C1;
}

/* .buy-now-btn:after {
    content: 'Buy Now';
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 35px;
    top: 18px;
  } */

.slider .buy-now-btn:focus,
.navigation .login-btn:focus {
  outline: none;
}


/* Animations */



.slider h2 {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1s;
  /* Safari */
  transition-delay: 1s;
}

.slider h4 {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1.4s;
  /* Safari */
  transition-delay: 1.4s;
}

.slider img {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 0.1s;
  /* Safari */
  transition-delay: 0.1s;

  /* opacity: 1.0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1); */
}

.buy-now-btn {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1.2s;
  /* Safari */
  transition-delay: 1.2s;
}


/* Number Pagination */
.number-pagination {
  position: absolute;
  bottom: 30px;
  right: 100px;
  font-weight: bold;
}

.number-pagination span {
  font-size: 30px;
  color: #ea2e49;
  letter-spacing: 4px;
}

.number-pagination span:after {
  font-size: 16px;
  color: #fff;
}

/* Slider Pagger */
.slider-pagination {
  position: absolute;
  bottom: 130px;
  width: 575px;
  left: 120px;
  z-index: 1000;
  display: flex;
  align-items: center;
}

.slider-pagination label {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  margin: 0 10px;
  cursor: pointer;
}


/* Slider Pagger Event */
.slide-radio1:checked~.slider-pagination .page1,
.slide-radio2:checked~.slider-pagination .page2,
.slide-radio3:checked~.slider-pagination .page3,
.slide-radio4:checked~.slider-pagination .page4 {
  width: 14px;
  height: 14px;
  border: 2px solid #ea2e49;
  background: transparent;
}

/* Slider Slide Effect */
.slide-radio1:checked~.slider {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.slide-radio2:checked~.slider {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.slide-radio3:checked~.slider {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}

.slide-radio4:checked~.slider {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
}

.slide-radio1:checked~.slide-1 h2,
.slide-radio2:checked~.slide-2 h2,
.slide-radio3:checked~.slide-3 h2,
.slide-radio4:checked~.slide-4 h2,
.slide-radio1:checked~.slide-1 h4,
.slide-radio2:checked~.slide-2 h4,
.slide-radio3:checked~.slide-3 h4,
.slide-radio4:checked~.slide-4 h4,
.slide-radio1:checked~.slide-1 img,
.slide-radio2:checked~.slide-2 img,
.slide-radio3:checked~.slide-3 img,
.slide-radio4:checked~.slide-4 img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1
}


/* Responsive */
@media only screen and (max-width: 768px) {
  .slider h2 {
    font-size: 20px;
  }

  .slider h4 {
    font-size: 16px;
  }

  .slider-content {
    padding: 0 2%
  }

  .navigation {
    padding: 0 2%;
  }

  .navigation-left {
    display: none;
  }

  .number-pagination {
    right: 2%;
  }

  .slider-pagination {
    left: 2%;
  }

  .slider .buy-now-btn {
    padding: 0 15px;
    width: 175px;
    height: 42px;
  }


  .slider img {
    right: 2%;
  }

  .slide-1 img {
    right: -110px;
  }
}



@media only screen and (max-width: 600px) {
  nav.navbar .navbar-brand img {
    width: 150px;
    padding: 0 5px;
  }

  .navbar-toggler {
    left: 0;
    outline: none !important;
  }

  nav.navbar .noTransparrent {
    background-color: #fff;
    border: 1px solid #eee;
    text-align: center;
    padding: 15px;
  }

  .navbar-nav li a:hover,
  .navbar-nav li a:focus {
    border-color: rgb(234, 46, 73);
    background-color: rgba(44, 45, 47, 0);
    color: #2a2a2a;
  }

  .navbar-nav li a {
    color: #2a2a2a;
  }


  .slider img {
    display: none;
  }

  .slider-content {
    padding: 0 35px;
    text-align: center;
  }

  .slider .buy-now-btn {
    font-size: 16px;
    padding: 7px 7px;
    width: 200px;
    height: 50px;
    font-weight: 700;
  }

  header {
    background-image: url("../images/bg/DTERA\ BG\ .png");
    min-height: 100vh !important;
    background-size: cover;
    background-position: center;

  }

  .slider h2 {
    font-size: 38px;
    font-weight: 600;
  }

  .slider-pagination {
    align-items: center;
    text-align: center;
    align-content: center;
    width: 100%;
    justify-content: center;
  }

  /*about*/

  .about h1 {
    line-height: 3rem;
  }

  /* apprach */
  section.Approach .options .d-flex h5 {
    font-size: 24px !important;
  }

  /*portofolio */
  .portfolio #portfolio-flters li {
    padding: 8px 10px 8px 10px !important;
  }
}













/* services

.we-offer {
  padding: 6% 0;
  width: 100vw;
  overflow: hidden;
  display: block;
  position: relative;
}

.we-offer .tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.we-offer .tab-wrap .left-part {
  background: #39115f;
  background: linear-gradient(39deg, #5C00AD 0%, #ea2e49 57% );
  width: 25%;
  position: relative;
  overflow: hidden;
  padding: 3% 0;
}

.we-offer .tab-wrap .left-part h2 {
  padding: 8%;
  font-size: 2.5em;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.we-offer .tab-wrap .left-part button {
  position: relative;
  z-index: 2;
  width: 90%;
  border-radius: 0;
  padding: 10% 0;
  margin-left: 10%;
  color: #ffffff;
  text-align: left;
  border-bottom: 1px solid rgba(255, 197, 197, 0.377);
  background: none;
}

.we-offer .tab-wrap .right-part {
  width: 75%;
  background: #f2f2f2;
}



.fade:not(.show) {
  opacity: 0;
}


.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}


.we-offer .tab-wrap .right-part ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 3% 5%;
}


.we-offer .tab-wrap .right-part ul li {
  width: 40%;
}




.we-offer .tab-wrap .right-part ul li .box {
  width: 100%;
  height: 250px;
  margin: 10% auto;
  background: #ffffff;
  border: 2px solid #cbcbcb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-box-shadow: 0px 30px -30px -18px rgba(23, 3, 46, 0);
  box-shadow: 0px 30px -30px -18px rgba(23, 3, 46, 0);
  overflow: hidden;
  position: relative;
}

.we-offer .tab-wrap .right-part ul li .box .icon-box {
  height: 80px;
  width: 80px;
  position: relative;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.we-offer .tab-wrap .right-part ul li .box h3 {
  font-size: 1.2rem;
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #20195a;
  font-weight: 600;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}


.we-offer .tab-wrap .right-part ul li .box .icon-box .offer-bg {
  position: absolute;
  z-index: 0;
  width: 80px;
  top: -30%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}


.we-offer .tab-wrap .left-part button.active:before {
  content: "";
  left: 0;
  background: rgba(247, 247, 247, 0.2);
  background: -webkit-gradient(linear, left top, right top, from(rgba(247, 247, 247, 0)), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(90deg, rgba(247, 247, 247, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
}


.we-offer .tab-wrap .left-part button:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 100%;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}


.we-offer .tab-wrap .right-part .disc-box {
  padding: 10%;
  color: #20195a;
}

.we-offer .tab-wrap .right-part .disc-box img {
  margin-bottom: 30px;
}


.we-offer .tab-wrap .right-part .disc-box h4 {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 2px;
}


.we-offer .tab-wrap .right-part .disc-box h3 {
  font-size: 3rem;
  font-weight: 700;
}

.we-offer .tab-wrap .right-part .disc-box p {
  color: #282828;
  font-size: 1.1rem;
  padding: 20px 0 50px 0;
  letter-spacing: 0.5px;
}

 */




.title-text {
  margin-bottom: 30px;
  position: relative;
  margin-top: 50px;
}

/* === HEADING STYLE #1 === */
.title-text h1 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 50px;
}

.title-text h1:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #6d006f;
}

.title-text h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #6d006f;
}




/* Approach */

section.Approach {
  padding: 30px 0;
  background-color: #f9f8f8;
}

section.Approach .options {
  margin-top: 40px;
  margin-right: 40px;
}

section.Approach .options .d-flex {
  margin-bottom: 40px;
}

section.Approach .options .d-flex h5 {
  font-size: 25px;
  line-height: 40px;
  color: #6d006f;
  font-weight: bold;

}

section.Approach .options .d-flex p {
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
}


section.Approach .options .d-flex img {
  width: 80%;
}

section.Approach .options .d-flex .flex-shrink-0 {
  justify-content: center;
  align-items: center;
  align-self: center;
}




/*** Service ***/

.tab-content>.tab-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}

.service .tab-content {
  position: relative;
}

.ser {
  margin-top: 10px;
}

.service {
  margin-bottom: 100px;
}

.service .nav .nav-link {
  transition: all .5s ease !important;
  border-radius: 15px 50px 10px 1px;
  padding: 20px !important;
  justify-content: center;
  transition: all 0.5s ease !important;
  height: 150px;
}

.service .nav .nav-link h5 {
  font-size: 17px;
  color: #6d006f;
  font-weight: 700;
}

.service .nav .nav-link:hover h5 i {
  color: white !important;
}

.service .nav .nav-link:hover h5 {
  color: white !important;

}



.service .nav .nav-link.active,
.service .nav .nav-link:hover {
  background: linear-gradient(45deg, rgba(109, 0, 111, 1) 48%, rgba(84, 8, 109, 1) 78%, rgba(112, 50, 132, 1) 100%);
  color: white !important;
}

.service .nav .nav-link.active h5 {
  color: #FFFFFF !important;
}


.service .nav .nav-link.active h5 i {
  color: #FFFFFF !important;

}

.service .nav .nav-link h5 i {
  color: linear-gradient(45deg, rgba(109, 0, 111, 1) 48%, rgba(84, 8, 109, 1) 78%, rgba(112, 50, 132, 1) 100%);
}

.service .nav .nav-link h5 i:hover {
  color: white !important;
}

.service .col-md {
  margin-bottom: 15px;

}


/* */

.card-margin {
  margin-right: 15px;


}



.card {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
  -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
  background-color: #fff;
  border-radius: 15px !important;
  box-shadow: 2px 5px 25px rgba(0, 0, 0, .15);
  padding: 15px;
  position: relative;
  z-index: 2;
  border: none;
  overflow: hidden;
  height: 95%;

}



.services .card::before {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, rgba(109, 0, 111, 1) 48%, rgba(84, 8, 109, 1) 78%, rgba(112, 50, 132, 1) 100%);
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 55px;
  transition: all 0.2s;
  z-index: -1;
}

.services .card:hover::before {
  background: linear-gradient(45deg, rgba(109, 0, 111, 1) 48%, rgba(84, 8, 109, 1) 78%, rgba(112, 50, 132, 1) 100%);
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;

}

.services .card h5 {
  font-size: 1.6rem;
}

.services .card:hover h5,
.services .card:hover card-body p {
  color: #fff !important;
}


.card:hover .ser-desc p {
  color: white;
  z-index: 2;

}


.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 8px;
}

.services .title-text h1 {
  margin-bottom: 100px;
}


.card .card-header {
  background: none;
  padding: 0 0.9375rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  min-height: 50px;
}

.card-header:first-child {
  border-radius: calc(8px - 1px) calc(8px - 1px) 0 0;
}

.widget-49 .widget-49-title-wrapper {
  display: flex;
  align-items: center;
}

.widget-49-date-primary {

  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
}

.widget-49-date-primary img {
  object-fit: cover;
  width: 50px;
}

.widget-49-date-primary .widget-49-date-day {
  color: #4e73e5;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-month {
  color: #4e73e5;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fcfcfd;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-day {
  color: #dde1e9;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-month {
  color: #dde1e9;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #e8faf8;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-day {
  color: #17d1bd;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-month {
  color: #17d1bd;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ebf7ff;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-day {
  color: #36afff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-month {
  color: #36afff;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: floralwhite;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-day {
  color: #FFC868;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-month {
  color: #FFC868;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #feeeef;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-day {
  color: #F95062;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-month {
  color: #F95062;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fefeff;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-day {
  color: #f7f9fa;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-month {
  color: #f7f9fa;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ebedee;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-day {
  color: #394856;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-month {
  color: #394856;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f0fafb;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49-date-day {
  color: #68CBD7;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-month {
  color: #68CBD7;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info {
  display: flex;
  flex-direction: column;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-pro-title {
  color: #3c4142;
  font-size: 14px;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-meeting-time {
  color: #B1BAC5;
  font-size: 13px;
}

.widget-49 .widget-49-meeting-points {
  font-weight: 400;
  font-size: 13px;
  margin-top: .5rem;
}

.widget-49 .widget-49-meeting-points .widget-49-meeting-item {
  display: list-item;
  color: #727686;
}

.widget-49 .widget-49-meeting-points .widget-49-meeting-item span {
  margin-left: .5rem;
}

.widget-49 .widget-49-meeting-action {
  text-align: right;
}

.widget-49 .widget-49-meeting-action a {
  text-transform: uppercase;
}



/* */
.ser-tit {
  font-size: 1.85rem;
  line-height: 1.1;
  margin: 0;

}

.ser-tit h5 {
  font-weight: bold;
}

.ser-desc p {
  margin-top: 0;
  font-size: 1rem;
}



.nav-pills h5 {
  color: #181818;
}


.card__element--user-img svg {
  background-color: hsl(35, 92%, 71%);
  fill: #000;
}


.vector img {
  --size: 65px;
  background-color: #fff;
  border: 0.5px solid #000;
  border-radius: 50%;
  left: 10px;
  position: absolute;
  top: calc(-1 * (var(--size) / 2));
  width: var(--size);

}









/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #eef1ff;
  padding: 30px 0;
  text-align: center;
  padding-top: 35px;
}

/*slider*/

.clients .owl-carousel .item {
  padding: 0 30px;
}





.clients h1 {
  color: white;
}

.clients .title-text {
  margin-top: 0;
  margin-bottom: 0;
}

.clients .title-text h1 {
  margin-bottom: 20px !important;
  font-size: 2rem;
  color: #212529;

}

.clients .title-text h1:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
}

.clients .title-text h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
}




/* .clients .col-lg-2 {
  display: flex;
  align-items: center;
  justify-content: center;
} */

.clients img {
  width: 70%;
  transition: all 0.4s ease-in-out;
  /* display: inline-block; */
  padding: 10px 0;
  opacity: 0.5;
}



.clients img:hover {
  filter: none;
  transform: scale(1.1);
  opacity: 1;

}

@media (max-width: 768px) {
  .clients img {
    width: 40%;
  }
}

@media (max-width: 575px) {
  .clients img {
    width: 30%;
  }
}



/*consultation */

#consultation {
  background: linear-gradient(45deg, rgba(109, 0, 111, 1) 48%, rgba(84, 8, 109, 1) 78%, rgba(112, 50, 132, 1) 100%);

}

.padding-medium {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: radial-gradient(#999 1%, transparent 0);
  background-size: 35px 35px
}


#consultation input {
  border-radius: 60px;
}

#consultation button {
  border-radius: 60px;
  background-color: #fff !important;
  outline: none;
  border: none;
  color: #000;
  font-weight: 700 !important;
  font-size: 1.3rem;
}

#consultation button:hover {
  background-color: transparent !important;
  border: 3px #fff solid !important;
  color: #fff;

}


#consultation .fw-semibold {
  color: #Fff;
  margin-bottom: 15px;
  line-height: 3rem;
}

#consultation p {
  color: #e5e5e5 !important;
}


/*** Testimonial ***/

.Testimonial .title-text {
  margin-top: 0;
}

.testimonial-item {
  position: relative;
  text-align: center;
  padding-top: 30px;
  cursor: grab;

}

.testimonial-item .testimonial-text {
  position: relative;
  text-align: center;
}

.testimonial-item .testimonial-text .btn-square {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  align-items: center;
  text-align: center;
}

.testimonial-item .testimonial-text::before {
  position: absolute;
  content: "";
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  border: 30px solid;
  border-color: #dfe4fd transparent transparent transparent;
}

.testimonial-item .testimonial-text::after {
  position: absolute;
  content: "";
  bottom: -59px;
  left: 50%;
  transform: translateX(-50%);
  border: 30px solid;
  border-color: #FFFFFF transparent transparent transparent;
}

.testimonial-carousel .owl-item img {
  margin: 0 auto;
  width: 100px;
  height: 100px;
}

.testimonial-carousel .owl-dots {
  margin-top: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  border: 1px solid #dfe4fd;
  border-radius: 30px;
  transition: .5s;
  margin-top: 10px;
}

.testimonial-carousel .owl-dot::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 6px;
  left: 6px;
  border-radius: 16px;
  background: #6d006f;
  transition: .5s;
}

.testimonial-carousel .owl-dot.active {
  border-color: #6d006f;
}

.testimonial-carousel .owl-dot.active::after {
  background: #6d006f;
}

.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  background-color: #6d006f !important;
}

.testimonial-carousel i {
  color: #6d006f !important;

}





/* aBOUT */


.about .nav-tabs .nav-link.active {
  color: #6d006f;
}

.about .nav-tabs .nav-link {
  color: #000;
  font-weight: 400;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-lg-square {
  background-color: #6d006f;
  color: #6d006f;
}

.about h1 {
  color: #6d006f;
  font-weight: 380;

}

.about {
  margin-bottom: 25px;

}


.about .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {

  border-color: #703284 #703284 #fff #703284;
}

.about .nav-tabs {
  border-bottom: var(--bs-nav-tabs-border-width) solid #703284;
  width: 91%;
}



.about .border {
  border: none !important;
}

.about .border-end {
  border-right: none;
}

.d-lg-block {
  margin-left: 15px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
  margin-bottom: 55px;
}

.portfolio .title-text h1 {
  margin-bottom: 40px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 30px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 50px;
  border: 1.5px solid #fff;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #6d006f;
  border-color: #6d006f;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 5px;
  padding: 15px;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);

}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: 1s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #6d006f;
  border-left: 3px solid #6d006f;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #6d006f;
  border-right: 3px solid #6d006f;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #6d006f;
  font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #6d006f;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  background: #6d006f;
  margin: 10px 2px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 24px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #6d006f;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #6d006f;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #6d006f;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}





.portfolio-item.hidden {
  display: none;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  margin-bottom: 50px;
}

.contact .info-box {
  color: #444444;
  background: #fafbff;
  padding: 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #6d006f;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #6d006f;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: #fafbff;
  padding: 30px;
  height: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #6d006f;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email] {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #6d006f;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #8E166D;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;

  right: 15px;
  bottom: 15px;
  opacity: 1;
  z-index: 99999;
  background: #6d006f;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #8E166D;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}




/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.statistics {
  background: linear-gradient(45deg, rgba(109, 0, 111, 1) 34%, rgba(84, 8, 109, 1) 65%, rgba(112, 50, 132, 1) 100%);

}

.statistics .overlay {
  padding: 100px 0 100px;
  background-image: radial-gradient(#999 1%, transparent 0);
  background-size: 35px 35px;
}

.statistics .overlay .count {
  font-size: 40px;
  font-weight: bold;
  color: #fcf4ff;
  margin: 50px auto 30px;

}

.statistics .overlay span {
  font-size: 20px;
  line-height: 22px;
  color: #dedede;
  font-weight: 500;


}



/* footer */

footer {
  background: linear-gradient(45deg, rgba(109, 0, 111, 1) 48%, rgba(84, 8, 109, 1) 78%, rgba(112, 50, 132, 1) 100%);

}

footer .navbar-nav li a {
  color: #fff;

}


.footer-content {
  align-items: center;

  background-image: radial-gradient(#999 1%, transparent 0);
  background-size: 35px 35px;

}


.footer-menu li a{
  font-size: 18px;

}

footer .nav-item {
  text-align: center;
}

footer .social-links li i {
  color: #fff;
  width: 50px;
  font-size: 25px;
}


footer .footer-menu img {
  width: 230px;
}

footer .navbar-nav li a:hover {
  border-color: white;
}

footer .copyright {
  margin-bottom: 10px;
}

footer .copyright p {
  font-size: 15px;
  color: #f0f0f0;
  text-align: center;
}


/*social media icons */

/* Floating Social Media Bar Style Starts Here */

/* .socail-icons{
  position: fixed;
  width: 70px;
  margin-top: 150px;
  transition: all 0.3s linear;
  box-shadow: 2px 2px 8px 0px rgba(0,0,0,.4);
}
.socail-icons li{
  height: 60px;
  position:relative;
}
.socail-icons li a{
  color: white;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 60px;
  padding-left:25%;
  border-bottom: 1px solid rgba(0,0,0,.4);
  transition: all .3s linear;
}
.socail-icons li:nth-child(1) a{
  background: #4267B2;
}
.socail-icons li:nth-child(2) a{
  background: #1DA1F2;
}
.socail-icons li:nth-child(3) a{
  background: #E1306C;
}
.socail-icons li:nth-child(4) a{
  background: #2867B2;
}
.socail-icons li:nth-child(5) a{
  background: #333;
}
.socail-icons li:nth-child(6) a{
  background: #ff0000;
}
.socail-icons li a i{
  position:absolute;
  top: 17px;
  left: 20px;
  font-size: 27px;
}
.socail-icons ul li a span{
  display: none;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.socail-icons a:hover {
  z-index:1;
  width: 200px;
  border-bottom: 1px solid rgba(0,0,0,.5);
  box-shadow: 0 0 1px 1px rgba(0,0,0,.3);
}
.socail-icons ul li:hover a span{
  padding-left: 30%;
  display: block;
}
  */
/* Floating Social Media Bar Style Ends Here */










/*** Responsitivty ***/

@media only screen and (max-width: 600px) {

  /*public */
  .title-text h1 {
    margin-bottom: 0;
  }



  /*header*/
  .d-sm-none {
    display: none;
  }


  /* about*/
  .about {
    margin-top: 50px !important;
    margin-bottom: 20px;
  }

  .align-items-end {
    text-align: center;
  }

  .about .nav-tabs {
    width: 100%;
  }


  /* services */
  .service .nav .nav-link {
    height: 75px;
  }

  .card {
    margin-right: 0;
  }

  .ser {
    margin-top: 0 !important;
  }

  .service .title-text {
    margin-bottom: 20px !important
  }

  .service .nav .nav-link {
    border-radius: 1px 50px 10px 15px;
    padding: 20px !important;
    justify-content: center;
    transition: all 0.5s ease !important;
  }

  .tab-content {
    text-align: center;
  }

  .widget-49 .widget-49-title-wrapper {
    text-align: center;
    display: inherit;
    align-items: center;
  }

  .service .card {
    padding-top: 40px;
  }

  /* partners */
  .clients img {
    width: 65%;
  }


  .clients .title-text h1 {
    margin-bottom: 30px !important;
  }


  /* approach */

  section.Approach {
    padding: 30px 20px;
    text-align: center;

  }

  section.Approach .options {
    margin-right: 0;
  }


  /*consultation */

  #consultation {
    text-align: center;
    padding: 0 35px;

  }

  #consultation h2 {
    font-size: 28px;
    line-height: 3rem;
    margin-bottom: 15px;
  }


  #consultation .text-secondary {
    margin-bottom: 2rem;
  }

  #consultation button {
    width: 100%;
    text-align: center;

  }

  #consultation form {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  /*statistics */

  .statistics .counter {
    margin-bottom: 45px !important;
  }

  .statistics .overlay .count {
    margin: 25px auto 15px;
  }

  /* contact */
  .contact {
    text-align: center;
  }


  /*footor */

  .social-links {
    margin-top: 30px;
    margin-bottom: 20px;
  }



}

@media (min-width:601px) and (max-width:1200px) {


  .slider{
    justify-content: center;
    text-align: center;
  }

  nav.navbar .navbar-brand img{
    width: 235px !important;
  }

  .slider img {
    display: none;
  }

  /* .slider-content{
    padding-left: 0;
    padding-right: 0 !important;
  } */

  .slider-pagination {
    align-items: center;
    text-align: center;
    align-content: center;
    width: 100%;
    justify-content: center;
    left: 0;
    bottom: 170px;
    right: 0 !important;
    
    }

    .slider h2{
      font-size: 3.5rem;
    }

    .slider h4{
      font-size: 1.5rem;
    }

    section.Approach .options .d-flex h5{
      font-size: 24px;
    }

    nav.navbar .navbar-brand img {
      width: 150px;
      padding: 0 5px;
    }
  
    .navbar-toggler {
      left: 0;
      outline: none !important;
    }
  
    nav.navbar .noTransparrent {
      background-color: #fff;
      border: 1px solid #eee;
      text-align: center;
      padding: 15px;
    }
  
    .navbar-nav li a:hover,
    .navbar-nav li a:focus {
      border-color: rgb(234, 46, 73);
      background-color: rgba(44, 45, 47, 0);
      color: #2a2a2a;
    }
  
    .navbar-nav li a {
      color: #2a2a2a;
    }
  
    .contact {
      text-align: center;
    }
  



}






/* swith language */
.lang {
  background: transparent;
  border: none;
}

.switch {
  position: relative;
  display: inline-block;
  margin: 7px 5px;
}

.switch>span {
  position: absolute;
  top: 10px;
  pointer-events: none;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  width: 50%;
  text-align: center;
}

input.check-toggle-round-flat:checked~.off {
  color: #8e36c1;
}

input.check-toggle-round-flat:checked~.on {
  color: #fff;
}

.switch>span.on {
  left: 0;
  padding-left: 2px;
  color: #8e36c1;
}

.switch>span.off {
  right: 0;
  padding-right: 4px;
  color: #fff;
}

.check-toggle {
  position: absolute;
  visibility: hidden;
}

.check-toggle+label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.check-toggle-round-flat+label {
  padding: 2px;
  width: 97px;
  height: 35px;
  background-color: #8e36c1;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}

input.check-toggle-round-flat+label:before,
input.check-toggle-round-flat+label:after {
  display: block;
  position: absolute;
  content: "";
}

input.check-toggle-round-flat+label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #8e36c1;

  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}

input.check-toggle-round-flat+label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 48px;
  background-color: #fff;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}



input.check-toggle-round-flat:checked+label:after {
  margin-left: 44px;
}