* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Georgia, "Times New Roman", Times, serif;
}
:root {
  --dot_blue: red;
  --white: #ffffff;
}
@media screen and (max-width: 800px) {
  .sticky {
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: rgb(23, 176, 0);
    padding: 10px;
    font-size: 20px;
    text-align: center;
    font-family: "Roboto", sans-serif;
  }
  #decoration a {
    position: fixed;
    text-decoration: none;
    color: white;
  }
}
@media screen and (min-width: 801px) {
  .sticky {
    display: none;
  }
}

/*   NAVBAR  */

#nav-bg {
  background-color: white;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}
#logo {
  position: relative;
  left: 12vw;
}
@media screen and (max-width: 767px) {
  #logo {
    position: relative;
    left: 3vw;
  }
}
#nav-button1 {
  background-color: white;
  border-radius: 12px;
  position: relative;
  right: 270px;
}
#nav-button2 {
  background-color: red;
  border-radius: 12px;
  color: white;
  border: 2px solid white;
  position: relative;
  right: 270px;
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  #nav-call-button {
    display: none;
  }

  #nav-button1 {
    position: relative;
    right: 50px;
  }
  #nav-button2 {
    position: relative;
    right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #nav-call-button {
    background-color: red;
    border-radius: 12px;
    color: white;
    border: 2px solid white;

    /* position: relative;
    left: 50%;
    bottom: 20%; */
  }
}
@media only screen and (min-width: 1200px) {
  #nav-call-button {
    display: none;
  }
}

/* background image */

#bgimage {
  background-image: linear-gradient(rgba(7, 7, 7, 0.5), rgba(16, 17, 17, 0.5)),
    url(image/bg1.jpg);
  height: auto;
  width: 100%;
  background-size: cover;
  background-position: center;
}

#textcenter h1 {
  margin-top: 15%;
  font-size: calc(25px + 2.5vw);
}
@media screen and (max-width: 767px) {
  #textcenter h1 {
    text-align: center;
  }

  #textcenter h4 {
    text-align: center;
  }
}
#contact {
  margin-top: 6%;
  padding: 20px;
  /* background-image: linear-gradient(138deg, #ffffff 0%, #000000 100%); */
  background-color: white;
  margin-bottom: 35px;
  border-radius: 20px;
}
#textdull {
  color: gray;
}

#textcenter {
  margin-top: 2%;
}

.getInTouch {
  background-color: #f81206;
  border-radius: 40px;
  color: white;
  border: 2px solid white;
  padding: 6px 15px;
  font-size: 14px;
}

#contact h5 {
  font-family: "Abhaya Libre", Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 28px;
  color: #e02b20;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: 0em 0em 0.3em #ffffff;
}
#contact-button {
  color: white;
  background-color: red;
  padding: 10px 40%;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 25px;
}
@media screen and (max-width: 550px) {
  #contact-button {
    padding: 10px 36%;
  }
}
@media screen and (max-width: 359px) {
  #contact-button {
    padding: 10px 25%;
  }
}

#offer {
  text-align: center;
  /* padding: 10px 20px 1px 20px; */
  /* background-color: rgb(243, 242, 242); */
  margin-top: 20px;
  /* box-shadow: 5px 10px 8px #888888; */
  font-weight: 600;
  font-size: calc(12px + 2vw);

  /* border: 1px solid black;
  border-radius: 10px; */
}
#offer p {
  font-size: 40px;
}

@media screen and (max-width: 550px) {
  #offer p {
    font-size: 22px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1150px) {
  #offer p {
    font-size: 30px;
  }
}
.getin {
  color: red;
  text-decoration: none;
}
.text-deco {
  text-decoration: none;
}

/* #background {
  background-color: rgb(239, 243, 240);
} */
#enrollment {
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#text-red {
  color: #e02b20;
  font-size: calc(7px+2.5vw);
  font-weight: 600;
}
#text-deco {
  color: red;
  text-decoration: none;
}
#button3 {
  background-color: #f81206;
  border-radius: 40px;
  color: white;
  border: 2px solid white;
  padding: 15px 20px;
  font-size: 20px;
}

#right h5 {
  text-align: justify;
}
.bg-card {
  border: 4px solid white;
  /* background: #e8eaec; */
}
.bg-card:hover {
  /* box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2); */
  transform: translateY(-10px);
  /* background:rgba(235, 95, 76, 0.363); */
}

.p-text-font {
  font-size: 18px;
  text-align: justify;
}
#section4bg {
  background-color: black;
}

#review {
  font-size: 55px;
  text-align: center;
  color: red;
}

#most-recommended {
  font-size: 35px;
  align-items: center;
  padding-top: 2%;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
}

.callus {
  color: white;
  font-family: "Times New Roman", Times, serif;
  font-size: 40px;
  text-align: center;
}
.textdeco {
  text-decoration: none;
  color: white;
}

@media screen and (max-width: 550px) {
  #most-recommended {
    font-size: 20px;
  }
}

#button4 {
  background-color: red;
  border-radius: 40px;
  color: white;
  border: 2px solid white;
  padding: 12px 40px;
  position: relative;
  left: 35%;
  bottom: 5%;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 550px) {
  #button4 {
    position: relative;
    left: 23%;
  }
}

.timer {
  text-align: center;
  font-size: 60px;
  margin-top: 0px;
  font-weight: 1300;
  color: red;
}
@media screen and (max-width: 550px) {
  .timer {
    font-size: 28px;
  }
}
#spot {
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 550px) {
  #spot {
    font-size: 20px;
  }
}

#redcolor {
  color: red;
  font-size: 45px;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
}
#text-deco2 {
  text-decoration: none;
  color: red;
}

@media screen and (max-width: 550px) {
  #redcolor {
    font-size: 22px;
  }
}

#button5 {
  background-color: red;
  border-radius: 40px;
  color: white;
  padding: 12px 40px;
  position: relative;
  left: 30%;
}

@media screen and (max-width: 550px) {
  #button5 {
    position: relative;
    left: 10%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #button5 {
    position: relative;
    left: 20%;
  }
}

#professional {
  text-align: center;
  /* background-color: rgb(243, 242, 242); */
  margin-top: 25px;
  /* box-shadow: 5px 10px 8px #888888; */
  /* border: 1px solid black; */
  /* border-radius: 10px; */
  padding: 10px 20px 10px 20px;
}

#professional p {
  font-size: 55px;
}

@media screen and (max-width: 550px) {
  #professional {
    padding: 2px 2px;
  }

  #professional p {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  #professional p {
    font-size: 30px;
  }
}
.branding {
  height: 65%;
  width: 100%;
  margin-top: 8%;
}
@media screen and (max-width: 550px) {
  .branding {
    margin-top: 40%;
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  #offering {
    font-size: 18px;
  }
}
/* #bg-section7 {
  background-color: rgb(239, 243, 240);
} */

#bg2 {
  background-image: linear-gradient(
      rgba(12, 11, 11, 0.9),
      rgba(14, 13, 13, 0.9)
    ),
    url(image/bg2.jpg);
}
#bg2 img {
  width: 12%;
  height: 7%;
  margin-top: 2%;
  margin-left: 7%;
}

@media screen and (max-width: 550px) {
  #bg2 img {
    width: 30%;
    height: 28%;
    margin-top: 3%;
    margin-left: 35%;
    padding-bottom: 1%;
  }
}

#contact2 {
  padding: 5px 20px 0px 20px;
  background-image: black;
  margin-bottom: 30px;
}

#contact2 p {
  font-family: "Abhaya Libre", Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 28px;
  color: white;
  letter-spacing: 1px;
  text-align: center;
}
#contact-button2 {
  background-color: red;
  padding: 3% 44%;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 25px;
  position: relative;
  left: 0%;
  top: 2%;
}

@media screen and (max-width: 550px) {
  #contact-button2 {
    padding: 3% 38%;
    position: relative;
    left: 0%;
    top: 0%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  #contact-button2 {
    padding: 3% 40%;
  }
}
.fontfamily {
  font-family: "Abhaya Libre";
}

#timerdiv {
  text-align: center;
  color: red;
  line-height: 25px;
}

#timer {
  font-size: 50px;
}

.link-deco a {
  text-decoration: none;
}

#copyright {
  background-color: black;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px;
  font-size: calc(10px + 0.5vw);
}
#copyright a {
  text-decoration: none;
}

/* responsive column */
.col-wrapper3 {
  padding: 5px;
  max-width: 1500px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.p-col3 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 15px 0;
}

.p-col3 .column3 {
  /* flex: 1; */
  box-shadow: 0 5px 30px 0 rgb(154 155 157 / 57%);
  padding: 42px 39px;
  background: #fff;
  max-width: 279px;
  height: auto;
  margin: 10px;
  text-align: center;
  font-family: "Nunito", sans-serif;
}
.p-col3 .column3:hover {
  background-color: var(--dot_blue);
  color: white;
  transition: 0.4s;
}
.column3 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .p-col3 .column3 {
    width: 45%;
  }

  .top-info {
    display: none;
  }

  .rights p {
    text-align: center;
  }

  .hov-tab1-set {
    padding-left: 14px;
  }

  .pad-l1 {
    padding-left: 0;
  }
  .tab1-col {
    padding-left: 0;
  }
  .testim .wrap {
    width: 92%;
    padding: 14px 0 0 0;
  }
  .foot-font-size p {
    margin-top: 8px;
    font-size: 13px;
  }
  .container1 h2 {
    /* font-size: 2.4rem; */
    color: rgb(255, 255, 255);
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    overflow: hidden;
    padding-right: 0;
  }
  .br-break {
    display: block;
  }

  #toget {
    font-size: 1.8rem;
  }
  #mark1 {
    font-size: 1.8rem;
  }
  .container1 h2 .typed-text {
    /* font-size: 1.8rem; */
    font-weight: bold;
    color: #f5fb1b;
  }

  .reminder-box-btn {
    margin-right: 0 !important;
  }
  .counter-reminder {
    margin: 0 auto;
    padding: 1rem 3rem;
    width: 94vw;
    margin-top: 0.5rem;
  }
  .counter-reminder button {
    margin-top: 0.5rem;
    font-size: 1.2rem;
  }
}
/*991 media end */

/* 576 media start */
@media screen and (max-width: 576px) {
  .p-col3 .column3 {
    width: 100%;
  }
} /* 576 media end */


 /* Center website */
 .main {
  max-width: 1000px;
  margin: auto;
}


.rowG {
  margin: 10px -16px;
}

/* Add padding BETWEEN each column */
.rowG,
.rowG>.column {
  padding: 0px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  display: none;
  /* Hide all elements by default */
}

@media screen and (max-width:991px) {
  .column {
      float: left;
      width: 50%;
      display: none;
      /* Hide all elements by default */
  }
}

/* Clear floats after rows */
.rowG:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: white;
  padding: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btnG {
  border: none;
  outline: none;
  padding: 8px 12px;
  background-color: white;
  cursor: pointer;
}

.btnG:hover {
  background-color: rgb(255, 1, 1);
  color: white;
}

/* .btnG.active {
  background-color: red;
  color: white;


} */

/* testimonials css */

.testimonials {
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  display: block;
  width: 100%;
  min-height: 250px;
}

.testimonials ul {
  list-style: none;
  padding: 0;
}

.testimonials li {
  display: inline-block;
  background-color: white;
  margin: 50px 10px 10px 10px;
  width: calc((100% - 55px) / 2);
  height: 17rem;
  border: solid 1px #bdbdbd;
  position: relative;
  transition: ease-in-out .3s;
}

.testimonials li img {
  height: 70px;
  width: 70px;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 15px #fff;
  background-color: #fff;
  transition: box-shadow 0.3s linear;
}

.testimonials li p {
  position: absolute;
  width: 88%;
  text-align: center;
  top: 35px;
  left: 50%;
  transform: translatex(-50%);
  font-size: 15px;
}

.testimonials li h1 {
  position: absolute;
  text-decoration: bold;
  bottom: 10px;
  left: 50%;
  transform: translatex(-50%);
  font-size: 17px;
}

.testimonials li:hover {
  background-color: red;
  color: #fff;
}

.testimonials li:hover img {
  box-shadow: 0px 0px 0px 2px #fff;
}

@media only screen and (max-width: 860px) {
  .testimonials li {
      width: 100%;
      margin: auto;
      display: block;
      margin-top: 70px;
      height: 18.5rem;
  }

  .testimonials li:first-child {
      margin-top: 50px;
  }
}







.container-review {
  display: block;
  width: 70%;
  margin: auto;
  height: 100%;
  margin-top: 20px;
  text-align: justify;
}

@media only screen and (max-width: 750px) {
  .container-review {
      width: 90%;
  }
}



.container-review span {
  color: #757575;
  font-weight: 600;
}






/* testimonial-page */
.testim {
  width: 100%;
  position: relative;
  z-index: 0;
  /* top: 50%; */
  /* -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%); */
  /* transform: translatey(-50%); */
}

.testim .wrap {
  background-color: rgb(255, 255, 255);
  position: relative;
  /* top: 70px; */
  width: 100%;
  max-width: 1020px;
  padding: 40px 20px;
  margin: auto;
  border: 3px solid rgb(212, 209, 209);
}

.testi-btn-set {
  margin-top: -6rem;
}

@media screen and (min-width:451px) and (max-width:624px) {
  .testi-btn-set {
    margin-top: -4rem;
  }
}

@media screen and (min-width:625px) and (max-width:991px) {
  .testi-btn-set {
    margin-top: -3rem;
  }
}

@media(max-width:991px) {
  .testim .wrap {
    /* top: 110px; */
    width: 92%;
    padding: 14px 0 0 0;

  }

}

.testim .arrow {
  display: block;
  position: absolute;
  color: rgb(212, 209, 209);
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: #ff0000;
}


.testim .arrow.left {
  left: 10px;
}

.testim .arrow.right {
  right: 10px;
}

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 17px;
  left: -9px;
  display: block;
  z-index: 3333;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgb(5, 5, 5);
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #ff0606;
  border-color: #ff0000;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale .5s ease-in-out forwards;
  -moz-animation: testim-scale .5s ease-in-out forwards;
  -ms-animation: testim-scale .5s ease-in-out forwards;
  -o-animation: testim-scale .5s ease-in-out forwards;
  animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont>div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

.testim .cont>div.inactive {
  opacity: 1;
}


.testim .cont>div.active {
  position: relative;
  opacity: 1;
}


.testim .cont div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

.testim .cont div h2 {
  color: #ff0000;
  font-size: 1.5em;
  margin: 5px 0;
}

.testim .cont div p i {
  color: orange;
  font-size: 1em;
}


.testim .cont div p {
  font-size: 0.92em;
  color: rgb(0, 0, 0);
  width: 80%;
  margin: auto;
}

.testim .cont div.active .img img {
  -webkit-animation: testim-show .5s ease-in-out forwards;
  -moz-animation: testim-show .5s ease-in-out forwards;
  -ms-animation: testim-show .5s ease-in-out forwards;
  -o-animation: testim-show .5s ease-in-out forwards;
  animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in .4s ease-in-out forwards;
  -moz-animation: testim-content-in .4s ease-in-out forwards;
  -ms-animation: testim-content-in .4s ease-in-out forwards;
  -o-animation: testim-content-in .4s ease-in-out forwards;
  animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in .5s ease-in-out forwards;
  -moz-animation: testim-content-in .5s ease-in-out forwards;
  -ms-animation: testim-content-in .5s ease-in-out forwards;
  -o-animation: testim-content-in .5s ease-in-out forwards;
  animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide .5s ease-in-out forwards;
  -moz-animation: testim-hide .5s ease-in-out forwards;
  -ms-animation: testim-hide .5s ease-in-out forwards;
  -o-animation: testim-hide .5s ease-in-out forwards;
  animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out .4s ease-in-out forwards;
  -moz-animation: testim-content-out .4s ease-in-out forwards;
  -ms-animation: testim-content-out .4s ease-in-out forwards;
  -o-animation: testim-content-out .4s ease-in-out forwards;
  animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out .5s ease-in-out forwards;
  -moz-animation: testim-content-out .5s ease-in-out forwards;
  -ms-animation: testim-content-out .5s ease-in-out forwards;
  -o-animation: testim-content-out .5s ease-in-out forwards;
  animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-moz-keyframes testim-scale {
  0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -moz-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -moz-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-ms-keyframes testim-scale {
  0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -ms-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -ms-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-o-keyframes testim-scale {
  0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -o-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -o-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes testim-content-in {
  from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes testim-content-in {
  from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes testim-content-in {
  from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-moz-keyframes testim-content-out {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-ms-keyframes testim-content-out {
  from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-o-keyframes testim-content-out {
  from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes testim-show {
  from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes testim-show {
  from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes testim-show {
  from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes testim-show {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-moz-keyframes testim-hide {
  from {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}

@-ms-keyframes testim-hide {
  from {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }
}

@-o-keyframes testim-hide {
  from {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0);
  }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }

  .testim .cont div p {
    line-height: 25px;
  }

}
.form-select {
  border: 1px solid black !important;
}

.form-control {
  background-color: #fff;
  border: 1px solid black !important;
  
}



.de_3d-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: rgba(34, 34, 34, 0);
  position: relative;
  border-left: solid 1px rgba(0, 0, 0, 0.2);
}
.dark-scheme .de_3d-box {
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
.de_3d-box .d-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px;
}
.de_3d-box h3 {
  margin-left: 50px;
  margin-top: 5px;
}
.de_3d-box i,
.de_3d-box img {
  position: absolute;
  font-size: 40px;
  top: 38px;
  left: 30px;
}

.de_3d-box img {
  width: 40px;
}
.f-1-5 {
  font-size: 1.5rem;
}

@media screen and (max-width:991px) {
  .dark-scheme .de_3d-box {
    border-left: none !important;
  }
  .de_3d-box h3 {
    margin-left: 0;
    margin-bottom: 12px;
  }
  .de_3d-box .d-inner {
    padding: 27px;
  }
  .f-1-5 {
    font-size: 1.1rem;
}
}

.theme-color {
  color: #ff0a0a;
}


