/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# general
--------------------------------------------------------------*/
* {
  font-family: "Cairo", sans-serif, "Lora", serif, "Nunito", "Open Sans", "Orelega One", "Square Peg", "Titillium Web", "Ubuntu", "Varela Round";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.active {
  color: #9455ef !important;
}

.d-active {
  background-color: #f8f9fc;
}

.shop-active .btn {
  background-color: #9455ef !important;
  outline: none;
}

.shop-active .btn svg path {
  fill: #fff !important;
}

.shop-active p {
  color: #000 !important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  font-size: 24px;
  color: #fff;
  line-height: 0;
  text-decoration: none;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #9455ef;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.back-to-top:hover {
  color: #fff;
}

.back-to-top.arrow-active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# copyright
--------------------------------------------------------------*/
.copyright {
  background: #faf3f4;
  overflow: hidden;
  text-align: center;
  color: #8a8a8a;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fff;
  border-top-color: #9455ef;
  border-bottom-color: #9455ef;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# home page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# main -> header --> navbar
--------------------------------------------------------------*/
#home {
  background: #f9f2f7;
}

#home .navbar {
  direction: ltr;
}

#home .navbar .navbar-brand img {
  width: 80px;
}

#home .navbar .navbar-collapse {
  direction: rtl;
}

#home .navbar .navbar-collapse .nav-link {
  color: #273d52;
  text-transform: capitalize;
}

#home .navbar .navbar-collapse .dropdown-menu {
  -webkit-box-shadow: 0px 0px 20px 0px #00aeef1a;
          box-shadow: 0px 0px 20px 0px #00aeef1a;
  border: none;
}

#home .navbar .navbar-collapse .dropdown-menu .dropdown-item {
  padding: 0.3rem 1rem;
}

#home .navbar .navbar-collapse form .h-btn {
  outline: none;
  background-color: #9455ef;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

#home .content {
  text-align: center;
}

#home .content h1 {
  color: #000;
  margin-bottom: 30px;
}

#home .content h1 span {
  color: #9455ef;
}

#home .content p {
  color: #000000a8;
}

#home .content .btn {
  outline: none;
  background-color: #9455ef;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

#home img {
  width: 100%;
}

@media (min-width: 992px) {
  #home {
    background: url("../assets/images/hero.png"), #f9f2f7;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vw;
    position: relative;
  }
  #home .navbar {
    direction: rtl;
  }
  #home .navbar .navbar-brand {
    margin: 0;
    margin-left: 50px;
  }
  #home img.line {
    display: none;
  }
  #home .content {
    position: absolute;
    text-align: right;
    bottom: 50%;
    width: 50%;
  }
}

/*--------------------------------------------------------------
# modal form1
--------------------------------------------------------------*/
.modal .modal-body {
  padding: 0;
}

.modal .modal-body .m-content {
  padding: 20px 5px;
}

.modal .modal-body .m-content .logo img {
  width: 80px;
  margin-bottom: 10px;
}

.modal .modal-body .m-content .logo a {
  text-decoration: none;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 10px;
  float: left;
}

.modal .modal-body .m-content .form-content h3 {
  font-weight: bold;
  margin: 10px auto;
}

.modal .modal-body .m-content .form-content h6 {
  font-size: 12px;
  color: #8a8a8a;
  margin: 20px auto;
}

.modal .modal-body .m-content .form-content .form-control {
  background-color: #ededed80;
  margin-bottom: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: none;
}

.modal .modal-body .m-content .form-content .form-select {
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
  color: #707981;
  background-color: #ededed80;
  background-position: left 0.75rem center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: none;
}

.modal .modal-body .m-content .form-content .phone {
  position: relative;
}

.modal .modal-body .m-content .form-content .phone .form-select {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
  border: none;
}

.modal .modal-body .m-content .form-content .sub-btn {
  background-color: #9455ef;
  color: #fff;
  width: 100%;
  margin: 10px auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.modal .modal-body .slider-form {
  display: none;
}

.modal .m-footer span {
  color: #00000080;
  font-size: 10px;
}

.modal .m-footer a {
  color: #00000080;
  font-size: 10px;
  text-decoration: none;
  float: left;
}

@media (min-width: 768px) {
  .modal .modal-body .slider-form {
    display: block;
    background: url("../assets/images/form1/bg-form1.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    padding-top: 40%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal .modal-body .slider-form .responsive5 {
    direction: ltr;
  }
  .modal .modal-body .slider-form .responsive5 .img img {
    width: 150px;
    margin: 10px auto;
  }
  .modal .modal-body .slider-form .responsive5 .img h4 {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin: 10px auto;
  }
  .modal .modal-body .slider-form .responsive5 .img h6 {
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: lighter;
    margin: 10px auto;
  }
  .modal .modal-body .slider-form .responsive5 .slick-dots {
    direction: rtl;
    bottom: -30px;
  }
  .modal .modal-body .slider-form .responsive5 .slick-dots li.slick-active button:before {
    color: #fff;
    font-size: 10px;
  }
  .modal .modal-body .slider-form .responsive5 .slick-dots li button:before {
    font-size: 10px;
  }
}

/*--------------------------------------------------------------
# modal2 form1
--------------------------------------------------------------*/
.modal2 .modal-content {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 20px;
}

.modal2 .modal-content .modal-body {
  text-align: center;
}

.modal2 .modal-content .modal-body img {
  margin: 20px auto;
}

.modal2 .modal-content .modal-body h3 {
  font-weight: bold;
}

.modal2 .modal-content .modal-body p {
  color: #8a8a8a;
  margin: 15px auto;
}

.modal2 .modal-content .modal-body a.btn {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #9455ef;
  margin: 10px auto 20px auto;
  color: #fff;
}

/*--------------------------------------------------------------
# shop section
--------------------------------------------------------------*/
#shops {
  background: url("../assets/images/bg1.png"), #fcf8f9;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
}

#shops h1 {
  color: #000;
  margin-bottom: 30px;
}

#shops .items .responsive0 {
  direction: ltr;
}

#shops .items .responsive0 .slick-dots {
  direction: rtl;
}

#shops .items .responsive0 .slick-dots li.slick-active button:before {
  color: #9455ef;
  font-size: 10px;
}

#shops .items .responsive0 .slick-dots li button:before {
  font-size: 10px;
}

#shops .items .responsive0 .item .btn-circle {
  outline: none;
  width: 60px;
  height: 60px;
  padding: 6px 0px;
  margin: 10px;
  border-radius: 50%;
  text-align: center;
  line-height: 1.42857;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #fff;
  border: thin solid #8a8a8a;
}

#shops .items .responsive0 .item svg {
  width: 33px;
}

#shops .items .responsive0 .item svg path {
  fill: #00000080;
}

#shops .items .responsive0 .item p {
  color: #8a8a8a;
  cursor: pointer;
}

#shops .slider {
  background-color: #fff;
  padding: 25px 30px 10px 20px;
  border-radius: 15px;
}

#shops .slider .responsive {
  direction: ltr;
}

#shops .slider .responsive img {
  margin: 0 auto;
  width: 90%;
}

#shops .slider .responsive .btn {
  outline: none;
  background-color: transparent;
  border: thin solid #9455ef;
  border-radius: 10px;
  color: #9455ef;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin: 15px auto;
}

#shops .slider .responsive .btn:hover {
  background-color: #9455ef;
  color: #fff;
}

#shops .slider .responsive .slick-prev,
#shops .slider .responsive .slick-next {
  top: 40%;
}

#shops .slider .responsive .slick-dots {
  direction: rtl;
}

#shops .slider .responsive .slick-dots li.slick-active button:before {
  color: #9455ef;
  font-size: 10px;
}

#shops .slider .responsive .slick-dots li button:before {
  font-size: 10px;
}

#shops .slider .responsive .slick-prev:before,
#shops .slider .responsive .slick-next:before {
  color: #9455ef !important;
  font-size: 30px;
  opacity: 1;
}

#shops .insights {
  margin: 75px auto;
}

#shops .insights .ins {
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 20px;
  margin: 10px auto;
  overflow: hidden;
}

#shops .insights .ins .img1 {
  padding: 10px;
  width: 50px;
  float: right;
  background: #e5f5fd;
  border-radius: 2 0px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

#shops .insights .ins .img1 img {
  width: 30px;
}

#shops .insights .ins span {
  text-align: right;
  padding: 0 20px;
  width: 77%;
  float: left;
}

#shops .insights .ins span h5 {
  color: #000;
}

#shops .insights .ins span p {
  color: #8a8a8a;
  margin: 0;
}

/*--------------------------------------------------------------
# services section
--------------------------------------------------------------*/
#services {
  background: #faf3f4;
  overflow: hidden;
}

#services .responsive2 {
  direction: ltr;
}

#services .responsive2 .slick-dots {
  direction: rtl;
}

#services .responsive2 .slick-dots li.slick-active button:before {
  color: #9455ef;
  font-size: 10px;
}

#services .responsive2 .slick-dots li button:before {
  font-size: 10px;
}

#services .responsive2 .content {
  padding: 20px;
  background: #fff;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin: 0 10px;
}

#services .responsive2 .content .icon {
  width: 50px;
  margin: 0px auto;
  background: #9455ef;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
}

#services .responsive2 .content h5 {
  font-size: 15px;
  margin-top: 10px;
  height: 22px;
}

#services .responsive2 .content .btn {
  outline: none;
  background-color: transparent;
  border: thin solid #9455ef;
  border-radius: 10px;
  color: #9455ef;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin: 15px auto 0 auto;
}

#services .responsive2 .content .btn:hover {
  background-color: #9455ef;
  color: #fff;
}

/*--------------------------------------------------------------
# modal form2
--------------------------------------------------------------*/
.modal .modal-body {
  padding: 0;
}

.modal .modal-body .img-service {
  display: none;
}

@media (min-width: 768px) {
  .modal .modal-body .img-service {
    display: block;
    background: url("../assets/images/form1/bg-form1.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    padding-top: 40%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .modal .modal-body .img-service i {
    font-size: 80px;
    color: #fff;
    margin: 15px auto;
  }
  .modal .modal-body .img-service h4 {
    color: #fff;
    font-size: 14px;
    margin: 10px auto;
  }
  .modal .modal-body .img-service h6 {
    color: #fff;
    font-size: 11px;
    font-weight: lighter;
    margin: 10px auto;
  }
}

/*--------------------------------------------------------------
# sale section
--------------------------------------------------------------*/
#sale {
  background: #faf3f4;
  overflow: hidden;
  padding: 50px 0;
  position: relative;
}

#sale h1 {
  text-align: right;
  margin: 20px auto;
}

#sale aside .content {
  cursor: pointer;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #9455ef0d;
  border: none;
  overflow: hidden;
  padding: 15px;
  margin: 20px auto;
  border: 2px solid #fff;
}

#sale aside .content .icon {
  text-align: center;
  width: 50px;
  margin: 0px auto;
  background: #9455ef;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  float: right;
}

#sale aside .content .icon2 {
  background: #00aeef;
}

#sale aside .content .icon3 {
  background: #ffb90c;
}

#sale aside .content span {
  padding-top: 7px;
  display: inline-block;
  padding-right: 15px;
}

#sale aside .sale-active {
  background-color: #fff;
  color: #9455ef;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(177, 177, 177, 0.25);
          box-shadow: 0px 0px 5px 5px rgba(177, 177, 177, 0.25);
}

#sale .v-line {
  display: none;
}

@media (min-width: 768px) {
  #sale .v-line {
    display: block;
    background: #fff;
    height: 260px;
    width: 4px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
    left: -18px;
  }
  #sale .v-line .inner-line {
    height: 80px;
    width: 4px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background: #9455ef;
    position: absolute;
    top: 90px;
  }
}

@media (min-width: 1024px) {
  #sale .v-line {
    left: -27px;
  }
}

@media (min-width: 1440px) {
  #sale .v-line {
    left: -40px;
  }
}

#sale .inner-content {
  overflow: hidden;
  text-align: right;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

#sale .inner-content .text h4 {
  text-align: right;
  padding-bottom: 10px;
}

#sale .inner-content .text p {
  color: #8a8a8a;
  font-size: 14px;
}

#sale .inner-content .text .btn {
  outline: none;
  background: #9455ef;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

#sale img {
  width: 200px;
  display: none;
}

@media (min-width: 992px) {
  #sale .inner-content {
    overflow: hidden;
  }
  #sale .inner-content .text {
    float: right;
    width: 60%;
  }
  #sale img {
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 35%;
  }
}

@media (min-width: 1024px) {
  #sale .inner-content {
    padding: 25px 20px;
  }
  #sale .inner-content .text {
    width: 55%;
  }
  #sale .inner-content .v-line {
    left: -20px;
  }
}

@media (min-width: 1440px) {
  #sale .inner-content {
    padding: 35px 25px;
  }
  #sale img {
    width: 230px;
    left: 8%;
    top: 30%;
  }
}

/*--------------------------------------------------------------
# why us section
--------------------------------------------------------------*/
.why-us {
  background: url("../assets/images/bg2.png"), #f2e7f5;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  padding-top: 50px;
}

.why-us h1 {
  text-align: center;
  padding-bottom: 10px;
}

.why-us .content {
  position: relative;
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 15px;
  margin: 15px auto;
}

.why-us .content .icon {
  position: absolute;
  top: -15px;
  right: 25px;
  color: #9455ef;
  font-size: 30px;
}

.why-us .content h6 {
  margin: 10px auto;
}

.why-us .content p {
  font-size: 14px;
  color: #8a8a8a;
}

@media (min-width: 1024px) {
  .why-us {
    padding-bottom: 70px;
    padding-top: 70px;
    height: 455px;
  }
  .why-us h1 {
    padding-bottom: 30px;
  }
}

@media (min-width: 1440px) {
  .why-us {
    padding-bottom: 100px;
    padding-top: 100px;
    height: 550px;
  }
  .why-us h1 {
    padding-bottom: 50px;
  }
}

/*--------------------------------------------------------------
# prices section
--------------------------------------------------------------*/
#prices {
  background: #faf3f4;
  overflow: hidden;
  padding: 50px 0;
  text-align: center;
}

#prices h1 {
  padding-bottom: 10px;
}

#prices .content {
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 10px;
  margin: 15px auto;
}

#prices .content img.icon {
  width: 50px;
  display: block;
  margin: 10px auto;
}

#prices .content h6 {
  font-weight: bold;
  font-size: 14px;
}

#prices .content span {
  display: block;
  margin: 10px auto;
  color: #9455ef;
  font-weight: bold;
}

#prices .content p {
  font-size: 14px;
  color: #8a8a8a;
  height: 45px;
}

#prices .content .btn {
  outline: none;
  background-color: transparent;
  border: thin solid #9455ef;
  border-radius: 10px;
  color: #9455ef;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

#prices .content .btn:hover {
  background-color: #9455ef;
  color: #fff;
}

/*--------------------------------------------------------------
# download section
--------------------------------------------------------------*/
.download {
  background: #f9f2f7;
  overflow: hidden;
  padding-bottom: 40px;
}

.download .content {
  text-align: center;
}

.download .content h1 {
  color: #000;
  margin-bottom: 25px;
}

.download .content p {
  color: #8a8a8a;
  font-size: 14px;
}

.download .content .btn {
  margin-left: 15px;
  outline: none;
  background-color: transparent;
  border: thin solid #9455ef;
  border-radius: 10px;
  color: #9455ef;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.download .content .btn:hover {
  background-color: #9455ef;
  color: #fff;
}

.download img {
  width: 100%;
}

@media (min-width: 768px) {
  .download {
    background: url("../assets/images/download.png"), #f9f2f7;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 55vw;
    position: relative;
  }
  .download img.line {
    display: none;
  }
  .download .content {
    position: absolute;
    text-align: right;
    bottom: 37%;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .download {
    height: 52vw;
  }
  .download .content p {
    font-size: 18px;
    padding-bottom: 20px;
  }
}

/*--------------------------------------------------------------
# thoughts section
--------------------------------------------------------------*/
#thoughts {
  background: #faf3f4;
  overflow: hidden;
  padding: 60px 0;
}

#thoughts h1 {
  padding-bottom: 30px;
  text-align: center;
}

#thoughts .responsive3 {
  direction: ltr;
}

#thoughts .responsive3 .slick-dots {
  direction: rtl;
}

#thoughts .responsive3 .slick-dots li.slick-active button:before {
  color: #9455ef;
  font-size: 10px;
}

#thoughts .responsive3 .slick-dots li button:before {
  font-size: 10px;
}

#thoughts .responsive3 .card {
  width: 33%;
  margin: auto 15px;
  text-align: right;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(148, 85, 239, 0.6)), to(rgba(255, 255, 255, 0.83))), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: linear-gradient(180deg, rgba(148, 85, 239, 0.6) 0%, rgba(255, 255, 255, 0.83) 100%), linear-gradient(0deg, #ffffff, #ffffff);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 3px solid #fff;
}

#thoughts .responsive3 .card .card-body {
  margin: 15px auto;
}

#thoughts .responsive3 .card .card-body .card-text {
  margin: 10px auto 30px auto;
  height: 50px;
}

#thoughts .responsive3 .card .card-body span.name {
  float: right;
}

#thoughts .responsive3 .card .card-body span.date {
  float: left;
  color: #8a8a8a;
}

/*--------------------------------------------------------------
# opinion section
--------------------------------------------------------------*/
.opinion {
  background: #faf3f4;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}

.opinion h1 {
  padding-bottom: 30px;
  text-align: center;
}

.opinion .responsive4 {
  direction: ltr;
}

.opinion .responsive4 .slick-dots {
  direction: rtl;
}

.opinion .responsive4 .slick-dots li.slick-active button:before {
  color: #9455ef;
  font-size: 10px;
}

.opinion .responsive4 .slick-dots li button:before {
  font-size: 10px;
}

.opinion .item {
  text-align: right;
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 10px;
  position: relative;
  margin: auto 10px;
}

.opinion .item .img-item {
  overflow: hidden;
}

.opinion .item .img-item .data {
  float: right;
}

.opinion .item .img-item .data img {
  width: 60px;
  display: inline-block;
  float: right;
}

.opinion .item .img-item .data span.name {
  font-size: 14px;
  margin-top: 9px;
}

.opinion .item .img-item .data span.date {
  color: #8a8a8a;
  font-size: 14px;
}

.opinion .item .img-item .stars {
  margin-top: 10px;
  float: left;
}

.opinion .item .img-item .stars i {
  color: #ffc542;
}

.opinion .item .text-item {
  padding: 10px;
  margin: 0;
  font-size: 14px;
  height: 90px;
}

.opinion .item .qoute {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 25px;
}

.opinion .btn {
  margin-left: 15px;
  outline: none;
  background-color: transparent;
  border: thin solid #9455ef;
  border-radius: 10px;
  color: #9455ef;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin: 0;
  width: 150px;
}

.opinion .btn:hover {
  background-color: #9455ef;
  color: #fff;
}

/*--------------------------------------------------------------
# contact section
--------------------------------------------------------------*/
.contact {
  background: #faf3f4;
  overflow: hidden;
  padding: 70px 0;
  position: relative;
}

.contact img.posta {
  position: absolute;
  left: 8px;
  top: 30px;
  width: 100px;
}

.contact .content {
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 30px;
  overflow: hidden;
}

.contact .content .content-text h1 {
  text-align: right;
  margin-bottom: 20px;
}

.contact .content .content-text p {
  color: #8a8a8a;
  font-size: 14px;
  margin-bottom: 20px;
}

.contact .content .content-text form {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact .content .content-text form input {
  background: #ededed80;
  border: none;
}

.contact .content .content-text form button {
  background: #9455ef;
  color: #fff;
  width: 100px;
}

.contact img.mail {
  display: none;
}

@media (min-width: 768px) {
  .contact img.posta {
    display: none;
  }
  .contact .content .content-text {
    float: right;
    width: 60%;
  }
  .contact .content .content-text form {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .contact img.mail {
    display: inline-block;
    position: absolute;
    left: 20px;
    top: -20px;
    width: 280px;
  }
}

@media (min-width: 1024px) {
  .contact .content {
    padding: 40px 30px;
  }
  .contact img.mail {
    left: 15%;
    width: 250px;
  }
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.footer {
  background: #faf3f4;
  overflow: hidden;
  padding: 50px 0;
  text-align: center;
}

.footer .f-logo .navbar-brand {
  margin: 0px;
}

.footer .f-logo .navbar-brand img {
  width: 100px;
}

.footer .f-logo p {
  font-size: 14px;
  color: #8a8a8a;
  margin-top: 10px;
}

.footer .f-links .text {
  margin-bottom: 15px;
}

.footer .f-links ul {
  padding: 0;
}

.footer .f-links ul li {
  margin: 8px auto;
}

.footer .f-links ul li a {
  text-decoration: none;
  color: #8a8a8a;
  font-size: 12px;
}

.footer .f-links ul .social li {
  display: inline-block;
  margin: auto 5px;
}

.footer .f-links ul .social li a {
  color: #9455ef;
  font-size: 14px;
}

@media (min-width: 768px) {
  .footer {
    text-align: right;
  }
}

/*--------------------------------------------------------------
# end home page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# thoughts page
--------------------------------------------------------------*/
#thoughts-page {
  background: #f9f2f7;
  /*--------------------------------------------------------------
# main content thoughts page
--------------------------------------------------------------*/
}

#thoughts-page .navbar {
  direction: ltr;
}

#thoughts-page .navbar .navbar-brand img {
  width: 80px;
}

#thoughts-page .navbar .navbar-collapse {
  direction: rtl;
}

#thoughts-page .navbar .navbar-collapse .nav-link {
  color: #273d52;
  text-transform: capitalize;
}

#thoughts-page .navbar .navbar-collapse .dropdown-menu {
  -webkit-box-shadow: 0px 0px 5px 5px rgba(13, 110, 253, 0.25);
          box-shadow: 0px 0px 5px 5px rgba(13, 110, 253, 0.25);
  border: none;
}

#thoughts-page .navbar .navbar-collapse .dropdown-menu .dropdown-item {
  padding: 0.3rem 1rem;
}

#thoughts-page .navbar .navbar-collapse form .h-btn {
  outline: none;
  background-color: #9455ef;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

#thoughts-page .thoughts-content {
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(206, 121, 117, 0.51)), to(rgba(217, 217, 217, 0.51)));
  background: linear-gradient(180deg, rgba(206, 121, 117, 0.51) 0%, rgba(217, 217, 217, 0.51) 100%);
  border: 5px solid #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 30px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

#thoughts-page .thoughts-content .thoughts-text h1 {
  color: #000;
  margin-bottom: 30px;
}

#thoughts-page .thoughts-content .thoughts-text h1 span {
  color: #9455ef;
}

#thoughts-page .thoughts-content .thoughts-text p {
  color: #000000a8;
}

#thoughts-page .thoughts-img {
  display: none;
}

@media (min-width: 992px) {
  #thoughts-page .navbar {
    direction: rtl;
  }
  #thoughts-page .navbar .navbar-brand {
    margin: 0;
    margin-left: 50px;
  }
  #thoughts-page .thoughts-content {
    padding: 50px 30px;
  }
  #thoughts-page .thoughts-content .thoughts-text {
    float: right;
    width: 50%;
    text-align: right;
  }
  #thoughts-page .thoughts-content .thoughts-text h1 {
    font-size: 30px;
  }
  #thoughts-page .thoughts-content p {
    padding-top: 20px;
  }
  #thoughts-page .thoughts-content .thoughts-img {
    display: block;
    float: left;
    width: 50%;
  }
}

/*--------------------------------------------------------------
# content thoughts page
--------------------------------------------------------------*/
section.content {
  background-color: #f9f2f7;
}

section.content .form {
  background: #fff;
  padding: 15px;
  margin: 10px auto;
}

section.content .form .search {
  position: relative;
  margin: 10px auto;
}

section.content .form .search input[type="text"] {
  width: 150px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  background-color: #f8f9fc;
  padding: 8px 40px 8px 20px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

section.content .form .search input[type="text"]:focus {
  width: 100%;
  border: none;
  outline: none;
}

section.content .form .search i {
  position: absolute;
  right: 12px;
  bottom: 35%;
  color: #8a8a8a;
  font-size: 12px;
}

section.content .form .form-control {
  margin: 10px;
}

section.content .form .form-check-input:checked {
  background-color: #9455ef !important;
  border-color: #9455ef !important;
}

section.content .form .form-check {
  margin: 8px auto;
}

section.content .form .form-check .form-check-input {
  float: right;
  margin-left: 1.5em;
}

section.content .card {
  margin: 10px auto;
  text-align: right;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(148, 85, 239, 0.6)), to(rgba(255, 255, 255, 0.83))), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: linear-gradient(180deg, rgba(148, 85, 239, 0.6) 0%, rgba(255, 255, 255, 0.83) 100%), linear-gradient(0deg, #ffffff, #ffffff);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 3px solid #fff;
}

section.content .card .card-body .card-title {
  font-size: 16px;
}

section.content .card .card-body .card-text {
  margin: 10px auto 30px auto;
  height: 50px;
  font-size: 14px;
}

section.content .card .card-body span.name {
  float: right;
  font-size: 12px;
}

section.content .card .card-body span.date {
  float: left;
  color: #8a8a8a;
  font-size: 12px;
}

/*--------------------------------------------------------------
# end thoughts page
--------------------------------------------------------------*/
/*# sourceMappingURL=style.css.map */