* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif; }

a:hover {
  text-decoration: none; }

li {
  list-style: none; }

.header-back {
  background-color: #fde235; }





.tarif_section .section_title {
    margin-bottom: 70px;
}

.tarif_tab_container {
    height: 500px;
    overflow: auto;
    background-color: rgba(185, 172, 146, 0.2);
    padding-top: 60px;
    padding-bottom: 40px;
}

.tarif_tab_title {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 34px;
    font-size: 21px;
    font-family: 'SegoeSemiBold', sans-serif;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #7b7b93;
}

.tarif_tab_links li {
    position: relative;
    float: left;
    margin-left: 18px;
    margin-bottom: 34px;
    display: inline-block;
}

.tarif_tab_links li a {
    width: 190px;
    height: 44px;
    border-radius: 10px;
    border: solid 1px #fa7d09;
    font-size: 18px;
    font-family: 'SegoeSemiBold', sans-serif;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #fa7d09;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    transition: .2s ease;
}

.tarif_tab_links li.active a {
    background-color: #fa7d09;
    ;
    color: #fff;
}

.tarif_tab_links li a:hover {
    background-color: #fa7d09;
    ;
    color: #fff;
}

.tarif_card_container {}

.tarif_tab_box {
    height: 100px;
    border-radius: 10px;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    width: 100%;
    padding: 17px 15px;
    margin-bottom: 30px;
}

.tarif_tab_list li {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 20px;
    padding: 0 18px;
}

.tarif_c6 p {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #2c2c51;
    margin-bottom: 15px;
}

.tarif_c6 span {
    background-color: #fff7e8;
    width: 117px;
    height: 30px;
    border-radius: 5px;
    background-color: #fff7e8;
    font-size: 14px;
    font-family: 'SegoeSemiBold', sans-serif;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #f5a416;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
}

.tarif_c2 p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #7b7b93;
    margin-top: 8px;
    margin-bottom: 10px;
}

.tarif_c2 span {
    font-size: 16px;
    font-family: 'SegoeSemiBold', sans-serif;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #2c2c51;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.tarif_recent span {
    font-size: 16px;
    font-family: 'SegoeSemiBold', sans-serif;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #fa7d09;
}


.tab-content {
    display: none;
}

.tab-content:first-of-type {
    display: block;
}

.tab-content.active {
    display: block;
}

.tab-content.hide {
    display: none;
}

.tarif_right {
    padding-left: 30px;
    padding-right: 0;
}

.discount {
    position: relative;
}

.tarif_tab {
    display: none;
}

.tarif_tab.active {
    display: block;
}










.header-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0px; }
  .header-top .header-top-left {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .header-top .header-top-left div {
      margin: 10px; }
      .header-top .header-top-left div p {
        color: #000;
        margin: 0; }
      .header-top .header-top-left div a,
      .header-top .header-top-left div i,
      .header-top .header-top-left div span {
        color: #000;
        padding: 5px; }

.follow-cargo {
  background-color: #ff6701;
  color: #fff;
  padding: 10px;
  border-radius:10px;
  transition: all .5s; }
  .follow-cargo:hover {
    background-color: #58391c;
    color: #fff;
    transition: all .5s; }

.follow-box {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  align-self: center; }

.navbar-brand img {
  width: 120px; }

.nav-link {
  color: #000 !important;
  padding: 10px 20px !important;
  font-size: 19px !important;
  transition: .5s all; }
  .nav-link:hover {
    background-color:ff6701;
    color: #fff !important;
    transition: .5s all; }

.navbar-collapse {
      margin-left: 15%;
    border-radius: 20px;
    background: #fde235; }

.top-social li {
  display: inline-block;
  margin: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 5px;
  border: 1px solid #fff;
  border-radius: 10px; }
  .top-social li:hover {
    background-color: #ff6701;
    border: 1px solid #fde235; }
    .top-social li:hover a {
      color: #fff; }
  .top-social li a {
    color: #030303;
    font-size: 20px; }

.carousel-item img {
  width: 100%;
  object-fit: cover; }

.carousel-fixed-item {
  margin: 30px auto;
  position: fixed;
  z-index: 9999;
  width: 100%; }

.carousel-fixed-item img {
  display: inline-block;
  margin: 20px; }

.carousel-text {
  text-align: left;
  margin-left: 10%; }

.carousel-text h1,
.carousel-text h2 {
  font-size: 3em;
  font-stretch: ultra-expanded;
  font-weight: bold;
  color: #fff; }



.carousel-indicators i {
  font-size: 2.5em;
  color: #fff;
  cursor: pointer;
  margin: 0px; }

.carousel-indicators .class-xx {
  background-color: rgba(0, 0, 0, 0.2);
  text-align: left;
  color: #fff;
  width: 175px;
  height: 100px;
  cursor: pointer;
  padding: 30px;
  margin: 1px 0px; }

ol.carousel-indicators .class-xx.active {
  background: #fde235;
  margin: 0px 1px; }

.follow-section {
  padding: 60px 0px; }
  .follow-section h2 {
    color: #58391c;
    position: relative; }

.follow-form {
  background-color: #fde235;
  padding: 15px;
  margin: 4%;
  border-radius: 15px; }
  .follow-form input {
    width: 95%;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 10px;
    color: #fff; }
    .follow-form input::placeholder {
      color: #fff; }
  .follow-form button {
    background-color: transparent;
    color: #fff;
    border: none;
    outline: none;
    font-size: 20px; }

.containerr {
  max-width: 1100px;
  width: 90%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 15px;
  margin: 20px 0px; }

.containerr .card {
  position: relative;
  max-width: 600px;
  min-width: 200px;
  width: 100%;
  height: 400px;
  margin: 20px 45px;
  background: #fff;
  transition: 0.5s;
  border-radius: 20px; }

@media only screen and (max-width: 767px) {
  .containerr .card {
    margin: 20px 15px; }

  .carousel-indicators .class-xx {
    display: none; } }
.containerr .card:hover {
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2); }

.containerr .card .face {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px; }

.containerr .card .face.face1 {
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  background: #fff;
  color: black;
  border-radius: 20px; }

.containerr .card .face.face1 h3 {
  margin-top: 60px; }

.containerr .card .face.face1 a {
  display: inline-block;
  padding: 5px 10px;
  margin-top: 20px;
  text-decoration: none;
  color: #FCB045;
  border: 2px solid #FCB045;
  transition: 0.5s; }

.containerr .card .face.face1 a:hover {
  color: #fff;
  background: #FCB045;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }

.containerr .card .face.face2 {
  background: #fde235;
  transition: 0.5s; }

.containerr .card:hover .face.face2 {
  height: 50px;
  width: 250px;
  border-radius: 50%;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  text-align: center; }

.containerr .card .face.face2 h3 {
  margin: 0px;
  padding: 0;
  font-size: 17px;
  color: #fff;
  transition: 0.5s; }

.containerr .card .face.face2 img {
  width: 60px; }

.containerr .card:hover .face.face2 h3 {
  color: #c3073f;
  font-size: 17px;
  width: 200px; }

.why-us-box {
  display: flex;
  border-radius:30px;
  justify-content: space-between;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  padding: 20px;
  margin: 20px 0px;
  transition: all .5s; }
  .why-us-box:hover {
    background-color: #fde235;
    transition: all .5s; }
    .why-us-box:hover h4 {
      color: #fff; }
  .why-us-box img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    padding: 10px; }
  .why-us-box h4 {
    color: #9b9b9b;
    font-size: 15px;
    font-weight: 300; }

.flex-why {
  display: flex;
  justify-content: center;
  align-items: center; }

.card {
  background-color: #fff;
  margin-bottom: 1.6rem;
  width: 100%; }

.card__padding {
  padding: 1.6rem; }

.card__image {
  min-height: 100px;
  background-color: #eee; }

.card__article h4 {
  height: 80px; }

.card__article p {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 120px; }

.card__image img {
  width: 100%;
  max-width: 100%;
  display: block; }

.card__content {
  position: relative; }

/* card meta */
.card__meta time {
  font-size: 17px;
  color: #bbb; }

/* card article */
.card__article a {
  text-decoration: none;
  color: #444;
  transition: all 0.5s ease; }

.card__article a:hover {
  color: #2980b9; }

/* card action */
.card__action {
  overflow: hidden;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  padding-bottom: 1.6rem; }

.card__author img,
.card__author-content {
  display: inline-block;
  vertical-align: middle; }

.card__author img {
  border-radius: 50%;
  margin-right: 0.6em; }

.card__share {
  float: right;
  position: relative;
  margin-top: -42px; }

.card__social {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  width: 160px;
  transform: translateZ(0);
  transform: translateX(0px);
  transition: transform 0.35s ease; }

.card__social--active {
  visibility: visible;
  /*z-index: 3;*/
  transform: translateZ(0);
  transform: translateX(-48px);
  transition: transform 0.35s ease; }

.share-toggle {
  z-index: 2; }

.share-toggle:before {
  content: "\f1e0";
  font-family: 'FontAwesome';
  color: #3498db; }

.share-toggle.share-expanded:before {
  content: "\f00d"; }

.share-icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s ease;
  outline: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24); }

.share-icon:hover,
.share-icon:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.24);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

.facebook {
  background-color: #3b5998; }

.twitter {
  background-color: #00abe3; }

.googleplus {
  background-color: #25d366; }

.facebook,
.twitter,
.googleplus {
  color: #fff; }

.facebook:hover,
.twitter:hover,
.googleplus:hover {
  color: #eee; }

h2,
h1 {
  font-size: 23px;
  color: #58391c;
  padding: 20px 0px;
  margin: 40px 0px; }
  h2::after,
  h1::after {
    content: ' ';
    display: block;
    background-color: #fde235;
    height: 2px; }

section {
  padding: 60px 0px; }

.footer-area-two {
  background-color: #fde235;
  border-radius: 45px 45px 0 0;
  border-bottom: 1px solid #8788988c;
  padding: 60px 0px; }

.footer-area-two .footer-item .footer-logo p {
  color: #ffffff; }

.footer-area-two .footer-item .footer-service h3 {
  color: #000; }

.footer-area-two .footer-item .footer-service ul li {
  color: #000; }

.footer-area-two .footer-item .footer-service ul li a {
  color: #000;
  transition: all .5s; }

.footer-area-two .footer-item .footer-service ul li a:hover {
  color: #fff;
  transition: all .5s; }

/*-- End Footer --*/
/*-- Copyright --*/
.copyright-area-two {
  border-radius: 0; }

/*-- End Service --*/
/*-- Footer --*/
.footer-item .footer-logo .footer-subscribe {
  position: relative; }

.form-control{
    border:1px solid #fde235 ;
    font-size:1.4rem ;
}
.form-group label {
    color:black;
}
.footer-item .footer-logo .footer-subscribe .form-control {
  height: 45px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd7d;
  box-shadow: 0px 0px 20px 0px #dddddd7d;
  border: 0;
  padding-left: 20px;
  font-size: 15px; }

.footer-item .footer-logo .footer-subscribe ::-webkit-input-placeholder {
  color: #b2b2b2; }

.footer-item .footer-logo .footer-subscribe :-ms-input-placeholder {
  color: #b2b2b2; }

.footer-item .footer-logo .footer-subscribe ::-ms-input-placeholder {
  color: #b2b2b2; }

.footer-item .footer-logo .footer-subscribe ::placeholder {
  color: #b2b2b2; }

.footer-item .footer-logo .footer-subscribe .footer-btn {
  width: 35px;
  height: 35px;
  line-height: 37px;
  font-size: 18px;
  border-radius: 50%;
  color: #0b0320;
  background-color: #fde235;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 5px;
  right: 6px;
  padding: 0; }

.footer-item .footer-logo .footer-subscribe .footer-btn:hover {
  color: #ffffff;
  background-color: #58391c; }

.footer-item {
  margin-bottom: 30px; }

.footer-item .footer-logo a {
  display: block;
  margin-bottom: 25px; }

.footer-item .footer-logo p {
  color: #58391c;
  margin-bottom: 25px; }

.footer-item .footer-logo ul {
  margin: 0;
  padding: 0; }

.footer-item .footer-logo ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px; }

.footer-item .footer-logo ul li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 39px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background-color: #58391c;
  margin-bottom: 0; }

.footer-item .footer-logo ul li a:hover {
  background-color: #fde235; }

.footer-item .footer-service h3 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 30px; }

.footer-item .footer-service ul {
  margin: 0;
  padding: 0; }

.footer-item .footer-service ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
  color: #58391c;
  position: relative;
  padding-left: 28px; }

.footer-item .footer-service ul li i {
  display: inline-block;
  font-size: 20px;
  margin-right: 3px;
  position: absolute;
  top: 3px;
  left: 0; }

.footer-item .footer-service ul li a {
  display: block;
  color: #58391c; }

.testim {
  width: 100%;
  position: relative; }

.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 40px 20px;
  margin: auto; }

.testim .arrow {
  display: block;
  position: absolute;
  color: #9b9b9b;
  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: #ea830e; }

.testim .arrow.left {
  left: 10px; }

.testim .arrow.right {
  right: 10px; }

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  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 #9b9b9b;
  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: #ea830e;
  border-color: #ea830e; }

.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 h4 {
  color: #ea830e;
  font-size: 1em;
  margin: 15px 0; }

.testim .cont div p {
  font-size: 1.15em;
  color: #9b9b9b;
  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 h4 {
  -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 h4 {
  -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; } }
.footer-item .footer-service ul li a:hover {
  margin-left: 10px;
  color: #fde235; }

.footer-item .footer-service ul li:last-child {
  margin-bottom: 0; }

/*-- End Footer --*/
/*-- Copyright --*/
.copyright-area {
  background-color: #fde235;
  padding-top: 30px;
  padding-bottom: 30px; }

.copyright-area .copyright-item {
  text-align: center; }

.copyright-area .copyright-item p {
  color: #000;
  font-size: 15px;
  margin-bottom: 0; }

.copyright-area .copyright-item p a {
  display: inline-block;
  color: black;
  font-weight: 500; }

.copyright-area .copyright-item p a:hover {
  color: #ffffff; }

.projectFactsWrap {
  display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap; }

#projectFacts .fullWidth {
  padding: 0; }

.projectFactsWrap .item {
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center; 
  color:#000;
}

.projectFactsWrap .item {
  background: #fde235; }

.projectFactsWrap .item p.number {
  font-size: 40px;
  padding: 0;
  font-weight: bold; }

.projectFactsWrap .item p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px; }

.projectFactsWrap .item .span-count {
  width: 60px;
  background: #000;
  height: 2px;
  display: block;
  margin: 0 auto;
}

.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8); }

/*
.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p {
    color: white;
}

.projectFactsWrap .item:hover span {
    background: white;
}
*/
@media (max-width: 786px) {
  .projectFactsWrap .item {
    flex: 0 0 50%; } }
.sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block; }

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative; }

.counter-Txt span {
  margin-bottom: 10px;
  font-size: 30px; }

.counter-Txt {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: bold; }

.section-order p {
  color: #9b9b9b;
  margin: 15px 0px; }
.section-order img {
  width: 100%; }
.section-order .sidebar h1 {
  font-size: 18px;
  color: #e27802;
  margin: 0px 0px !important; }
.section-order .sidebar a {
  display: block;
  background-color: #ddd;
  margin: 10px 0px;
  padding: 10px;
  border-bottom: 2px solid #fde235;
  color: #030303; }
  .section-order .sidebar a:hover {
    background-color: #ff6701;
    color: #fff;
    border-bottom: 2px solid #e27802; }
  .section-order .sidebar a.active {
    background-color: #9b9b9b;
    color: #fff; }

.order {
  background-color: #fde235;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  display: block;
  margin: 30px 0px;
  width: 120px;
  text-align: center; }
  .order:hover {
    background-color: #603700;
    color: #fff; }

/*-- End Location --*/
/*-- Form --*/
.contact-form-area .contact-item {
  background-color: #ddd;
  padding: 19px 20px;
  border-radius: 15px;
  margin-bottom: 30px; }

.contact-form-area .contact-item #contactForm {
  margin-bottom: 40px; }

.contact-form-area .contact-item #contactForm .form-group {
  margin-bottom: 20px; }

.contact-form-area .contact-item #contactForm .form-group .form-control {
  height: 55px;
  border-radius: 30px;
  padding-left: 30px;
  border: 0;
  background-color: #ffffff;
  font-size: 15px; }

.contact-form-area .contact-item #contactForm .form-group .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.contact-form-area .contact-item #contactForm .form-group ::-webkit-input-placeholder {
  color: #b2b2b2; }

.contact-form-area .contact-item #contactForm .form-group :-ms-input-placeholder {
  color: #b2b2b2; }

.contact-form-area .contact-item #contactForm .form-group ::-ms-input-placeholder {
  color: #b2b2b2; }

.contact-form-area .contact-item #contactForm .form-group ::placeholder {
  color: #b2b2b2; }

.contact-form-area .contact-item #contactForm .form-group textarea {
  height: auto !important;
  padding-top: 10px; }

.contact-form-area .contact-item #contactForm .cmn-btn {
  opacity: 1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-top: 10px;
  background-color: #e27802;
  color: #fff;
  padding: 10px;
  border-radius: 15px;
  width: 120px; }
  .contact-form-area .contact-item #contactForm .cmn-btn:hover {
    background-color: #ff6701; }

.contact-form-area .contact-item .contact-social span {
  display: block;
  font-size: 16px;
  color: #0b0320;
  margin-bottom: 15px; }

.contact-form-area .contact-item .contact-social ul {
  margin: 0;
  padding: 0; }

.contact-form-area .contact-item .contact-social ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px; }

.contact-form-area .contact-item .contact-social ul li:last-child {
  margin-right: 0; }

.contact-form-area .contact-item .contact-social ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: #0b0320;
  font-size: 20px; }

.contact-form-area .contact-item .contact-social ul li a:hover {
  background-color: #ff6701; }

.contact-form-area .contact-item .list-unstyled {
  color: #dc3545;
  margin-bottom: 0;
  margin-top: 10px; }

.contact-form-area .contact-item .text-danger {
  color: #dc3545;
  margin-top: 14px;
  margin-bottom: 0; }

.contact-form-area .contact-item .text-success {
  color: #28a745;
  margin-top: 14px;
  margin-bottom: 0; }

.contact-form-area .contact-img {
  text-align: center;
  position: relative; }

.contact-form-area .contact-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 43px;
  margin-left: auto;
  margin-right: auto; }

.contact-location-area .location-item {
  text-align: center;
  background-color: #ffffff;
  padding: 40px 20px 40px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  height: 200px;
  border: 1px solid #ff6701; }

.contact-location-area .location-item:hover,
.contact-location-area .location-item.active {
  background-color: #ffbe00; }

.contact-location-area .location-item:hover img,
.contact-location-area .location-item.active img {
  opacity: 1; }

.contact-location-area .location-item:hover i,
.contact-location-area .location-item.active i {
  color: #ffffff;
  background-color: #0b0320; }

.contact-location-area .location-item:hover ul li,
.contact-location-area .location-item.active ul li {
  color: #ffffff; }

.contact-location-area .location-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: -1; }

.contact-location-area .location-item i {
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
  display: block;
  font-size: 33px;
  color: #0b0320;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  background-color: #ffbe00; }

.contact-location-area .location-item ul {
  margin: 0;
  padding: 0; }

.contact-location-area .location-item ul li {
  list-style-type: none;
  display: block;
  color: #0b0320;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-bottom: 5px; }

.contact-location-area .location-item ul li:last-child {
  margin-bottom: 0; }

.contact-location-area .location-item ul li a {
  display: block;
  color: #0b0320; }

.contact-location-area .location-item ul li a:hover {
  color: #ffffff; }

.map {
  width: 100%;
  height: 300px; }

.tarif-box {
  border: 1px solid #ddd;
  border-radius: 15px;
  margin: 30px 0px; }
  .tarif-box .tarif-top {
    background-color: #ff6701;
    color: #fff;
    padding: 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    text-align: center; }
  .tarif-box .tarif-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px; }
    .tarif-box .tarif-bottom ul {
      height: 300px; }
      .tarif-box .tarif-bottom ul li {
        padding: 5px;
        color: #9b9b9b; }
        .tarif-box .tarif-bottom ul li::before {
          content: '\f00c';
          padding: 10px;
          font-family: fontAwesome;
          color: #2a6f2a; }
    .tarif-box .tarif-bottom span {
      font-size: 23px; }
    .tarif-box .tarif-bottom img {
      width: 40px; }
    .tarif-box .tarif-bottom a {
      display: block;
      margin: 30px 0px;
      border: 1px solid #ff6701;
      padding: 10px;
      width: 120px;
      color: #ff6701;
      text-align: center; }
      .tarif-box .tarif-bottom a:hover {
        background-color: #ff6701;
        color: #fff; }

.detail-box {
  padding: 20px; }
  .detail-box p {
    color: #9b9b9b;
    margin: 20px 0px; }
  .detail-box .img-box {
    position: relative; }
    .detail-box .img-box img {
      width: 100%; }
    .detail-box .img-box span {
      background-color: rgba(0, 0, 0, 0.5);
      padding: 20px;
      color: #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }

.popular-box {
  margin: 65px 0px 30px; }

.popular-box h3 {
  border-bottom: 2px solid #ff661f;
  margin-bottom: 20px;
  margin-top: 0px;
  padding: 10px 0px;
  font-size: 19px; }

/*burdan*/
.top-popular {
  display: flex;
  padding: 8px 0px;
  justify-content: flex-start; }

.popular-news-list {
  border-bottom: 1px solid #9b9b9b;
  margin-bottom: 5px; }

.popular-imgg {
  flex: 30%; }

.popular-h44 {
  flex: 70%; }

.top-popular img {
  object-fit: cover;
  height: 50px; }

/*bura*/
.top-popular h4 {
  color: #09101f;
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-left: 10px; }

.top-popular h4:hover {
  color: #ff661f; }

.top-popular a:hover {
  text-decoration: none; }

.bottom-popular {
  display: flex;
  justify-content: space-between;
  margin: 5px 0px; }

.bottom-popular span p {
  font-size: 12px; }

.top-header {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 30px; }
  .top-header h1, .top-header h2, .top-header p {
    color: #fff;
    margin: 0; }
    .top-header h1::after, .top-header h2::after, .top-header p::after {
      height: 0; }

.footer-logo img {
  width: 120px;
  background: #fff;
    border-radius: 50%;}
    
    
    
    
    
    
    
    
    
    
    
    
    
    @media(max-width:768px){
         .tarif_section {
        margin-top: 65px;
    }

    .tarif_tab_links li a{
        width: 134px;
    }

    .tarif_tab_links{

    }

    .tarif_tab_links li{
        width: 134px;
        margin-right: 15px;
    }

    .tarif_tab_list li{
        padding: 0;
    }

    .slider_overtitle a{
        margin-top: 40px;
    }

    .tt_left{
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .tarif_section .section_title{
        margin-bottom: 34px;
    }

    .tarif_tab_box{
        height: 122px;
    }

    .tarif_c6 {
        display: flex;
        justify-content: space-between;
    }

    .tarif_right .col-4{
        padding: 0;
    }

    .tarif_c6 {
        padding: 0;
        
    }

    .tarif_right{
        padding-left: 15px;
    }

    .tarif_c6 p{
        font-size: 15px;
    }

    .tarif_c6 span{
        width: unset;
        padding-left: 10px;
        padding-right: 10px;
        font-size:13px;
    }

    .tarif_c2 p{
        font-size: 11px;
        margin-bottom: 6px;
    }

    .tarif_c2 p{
        font-size: 13px;
    }

    }
    
    .carousel-fastex-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.carousel-fastex-text h2 {
  font-size: 35px;
  color: #818384;
}

.carousel-fastex-text p {
  font-size: 20px;
  color: #818384;
}

.carousel-fastex-text a {
  color: black;
  background-color: #fde235;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 2px 3px 6px rgb(0 0 0 / 19%);
  display: inline-block;
  margin-top: 10px;
}

/*# sourceMappingURL=style.css.map */
