.avatar-small {
  width: 100%;
  margin: 0 0 10px 0;
  position: relative;
}

.avatar-small .big6 img {
  width: 50px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.avatar-small .borderb6 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(50%, 20px);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.avatar-small .borderb6 img {
  width: 40px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.avatar-small .border6 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(50%, 20px);
  transform: translate(-50%, -50%);
  z-index: 3;
}

.avatar-small .border6 img {
  width: 40px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.avatar-small .border-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(50%, 20px);
  transform: translate(-50%, -50%);
  z-index: 1;
  overflow: hidden;
}

.avatar-small .border-img img {
  width: 35px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.avatar-small .person-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(50%, 20px);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.avatar-small .person-img img {
  width: 30px;
  height: 32px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
}

.avatar-small .level-parent {
  position: absolute;
  top: 73%;
  left: 68%;
  -webkit-transform: translate(50%, 20px);
  transform: translate(-50%, -50%);
  z-index: 21;
}

.avatar-small .level-parent img {
  width: 20px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.avatar-small .level {
  position: absolute;
  top: 73%;
  left: 68%;
  -webkit-transform: translate(50%, 20px);
  transform: translate(-50%, -50%);
  z-index: 21;
}

.avatar-small .level img {
  width: 14px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.avatar-small .num-level {
  position: absolute;
  top: 73%;
  left: 68%;
  -webkit-transform: translate(50%, 20px);
  transform: translate(-50%, -50%);
  z-index: 21;
  color: #FFF;
  font-size: 0.6rem;
  font-weight: 700;
  pointer-events: none;
}

.avatar-big {
  width: 100%;
  margin: auto auto 10px auto;
  position: relative;
}

@media (max-width: 575.98px) {
  .avatar-big {
    width: 65%;
  }
}

.avatar-big .big6 img {
  width: 110px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.avatar-big .borderb6 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(50%, 20px);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.avatar-big .borderb6 img {
  width: 100px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.avatar-big .border6 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(50%, 20px);
  transform: translate(-50%, -50%);
  z-index: 3;
}

.avatar-big .border6 img {
  width: 100px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.avatar-big .border-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(50%, 20px);
  transform: translate(-50%, -50%);
  z-index: 1;
  overflow: hidden;
}

.avatar-big .border-img img {
  width: 90px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.avatar-big .person-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(50%, 20px);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.avatar-big .person-img img {
  width: 79px;
  height: 85px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
}

.avatar-big .level-parent {
  position: absolute;
  top: 75%;
  left: 63%;
  -webkit-transform: translate(50%, 20px);
  transform: translate(-50%, -50%);
  z-index: 21;
}

.avatar-big .level-parent img {
  width: 38px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.avatar-big .level {
  position: absolute;
  top: 75%;
  left: 63%;
  -webkit-transform: translate(50%, 20px);
  transform: translate(-50%, -50%);
  z-index: 21;
}

.avatar-big .level img {
  width: 32px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.avatar-big .num-level {
  position: absolute;
  top: 75%;
  left: 63%;
  -webkit-transform: translate(50%, 20px);
  transform: translate(-50%, -50%);
  z-index: 21;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  pointer-events: none;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "cairo";
  direction: rtl;
  text-align: right;
  background: #FFF;
  /************************************ Start Footer ************************************/
  /************************************ End Footer ************************************/
  /************************************ Start Copyright ************************************/
  /************************************ End Copyright ************************************/
}

body .row {
  margin: 0;
}

body .row .col-lg-4,
body .row .col-md-6,
body .row .col-md-12,
body .row .col-lg-8 {
  padding: 0 8px;
}

body::-webkit-scrollbar {
  display: none;
}

body .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
}

body .section-header .section-header-info {
  text-align: right;
}

body .section-header .section-header-info .section-pretitle {
  color: #9aa4bf;
  font-size: .75rem;
  font-weight: 700;
  text-align: right;
}

body .section-header .section-header-info .section-title {
  margin: 0 0 25px 0;
  font-weight: 700;
  font-size: 1.4rem;
  color: #3e3f5e;
  text-align: right;
}

body .section-header .section-header-info .section-title::after {
  content: "";
  background: #436cff;
  display: block;
  height: 2px;
  width: 45px;
  border-radius: 50px;
  margin-top: 6px;
}

body .section-header .month select {
  width: auto;
  height: auto;
  padding-left: 15px;
  border: none;
  font-size: .9rem;
  font-weight: 700;
  cursor: pointer;
  background: transparent;
  color: #3e3f5e;
  -webkit-transition: border-color .2s ease-in-out;
  transition: border-color .2s ease-in-out;
  border-radius: 12px;
  margin-left: 15px;
}

body .loading {
  background: #1d2333;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 9999999999999999;
  top: 0;
  left: 0;
}

body .loading .loading-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body .loading .loading-content .page-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 28px;
  background-color: #615dfa;
  margin: auto;
  margin-bottom: 20px;
}

body .loading .loading-content .page-loader svg {
  fill: #FFF;
  width: 36px;
  height: 48px;
}

body .loading .loading-content h2 {
  margin-top: 24px;
  font-family: Titillium Web,sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5px;
  margin: 0;
}

body .loading .loading-content p {
  color: #FFF;
  text-align: center;
  font-family: Titillium Web,sans-serif;
  font-size: 0.8rem;
}

body .loading .loading-content .page-loader-indicator {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  text-align: center;
}

body .loading .loading-content .page-loader-indicator .loader-bar {
  height: 100%;
  width: 3px;
  margin-right: 4px;
  border-radius: 200px;
  -webkit-transform: scaleY(0.2);
          transform: scaleY(0.2);
  -webkit-animation: loader-bars .5s ease-in infinite alternate;
          animation: loader-bars .5s ease-in infinite alternate;
}

body .loading .loading-content .page-loader-indicator .loader-bar:first-child {
  background: #615dfa;
}

body .loading .loading-content .page-loader-indicator .loader-bar:nth-child(2) {
  background-color: #5d71fb;
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
}

body .loading .loading-content .page-loader-indicator .loader-bar:nth-child(3) {
  background-color: #5983fb;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

body .loading .loading-content .page-loader-indicator .loader-bar:nth-child(4) {
  background-color: #549afc;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

body .loading .loading-content .page-loader-indicator .loader-bar:nth-child(5) {
  background-color: #4eb2fd;
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

body .loading .loading-content .page-loader-indicator .loader-bar:nth-child(6) {
  background-color: #49c9fe;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

body .loading .loading-content .page-loader-indicator .loader-bar:nth-child(7) {
  background-color: #45ddfe;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

body .loading .loading-content .page-loader-indicator .loader-bar:last-child {
  background-color: #41efff;
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

@-webkit-keyframes loader-bars {
  from {
    -webkit-transform: scaleY(0.2);
            transform: scaleY(0.2);
  }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes loader-bars {
  from {
    -webkit-transform: scaleY(0.2);
            transform: scaleY(0.2);
  }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

body .navbar {
  direction: ltr;
  -webkit-box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
          box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  background: #FFF;
  padding: 10px 30px;
  position: relative;
  z-index: 5;
}

body .navbar .navbar-brand img {
  width: 110px;
}

body .navbar .navbar-nav {
  margin-left: auto;
  direction: rtl;
}

body .navbar .navbar-nav .nav-link {
  color: #adafca;
  font-size: 0.85rem;
  margin: 0 3px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body .navbar .navbar-nav .nav-link:hover {
  color: #3e3f5e;
}

body .navbar .navbar-nav .active {
  color: #3e3f5e;
  font-weight: 600;
}

body .navbar .navbar-nav .signup {
  background: #436cff;
  color: #FFF;
  width: 110px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  height: 35px;
  border-radius: 7px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  body .navbar .navbar-nav .signup {
    margin: 10px 0;
  }
}

body .navbar .navbar-nav .signup svg {
  height: 14px;
  width: 14px;
  fill: #FFF;
  margin-left: 4px;
  margin-top: -2px;
}

body .navbar .navbar-nav .signup:hover {
  background: #3e3f5e;
  color: #FFF;
}

body .navbar .navbar-nav .login {
  background: #00c7d9;
  color: #FFF;
  width: 110px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  height: 35px;
  border-radius: 7px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .navbar .navbar-nav .login svg {
  height: 14px;
  width: 14px;
  fill: #FFF;
  margin-left: 4px;
  margin-top: -2px;
}

body .navbar .navbar-nav .login:hover {
  background: #3e3f5e;
  color: #FFF;
}

body .navbar button:focus, body .navbar button:active {
  outline: 0;
}

body .header {
  height: 100vh;
  position: relative;
  background: #f0f4fa;
}

body .header .header-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 25px;
  width: 100%;
}

body .header .header-content h1 {
  color: #3e3f5e;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  body .header .header-content h1 {
    font-size: 1.7rem;
  }
}

body .header .header-content p {
  color: #adafca;
  width: 50%;
  margin: auto;
}

@media (max-width: 575.98px) {
  body .header .header-content p {
    width: 100%;
  }
}

body .header .header-content p span {
  color: #00c7d9;
}

body .header .header-content img {
  max-width: 850px;
  margin-top: 25px;
}

@media (max-width: 575.98px) {
  body .header .header-content img {
    max-width: 600px;
  }
}

body .feats {
  padding: 70px 0;
}

body .feats .feat {
  background: #f2f6fb;
  padding: 35px 30px;
  border-radius: 12px;
  margin-bottom: 15px;
}

body .feats .feat svg {
  height: 40px;
  width: 40px;
  fill: #00c7d9;
}

body .feats .feat h6 {
  color: #3e3f5e;
  margin-top: 15px;
  font-weight: 700;
  font-size: 1rem;
}

body .feats .feat span {
  font-size: 0.95rem;
  font-weight: 500;
  color: #3e3f5e;
}

body .parts {
  padding-bottom: 70px;
}

body .parts .part {
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
          box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  margin-bottom: 15px;
  color: #FFF;
  padding: 20px;
  height: 175px;
  background-size: cover;
  background-position: center center;
}

body .parts .part .overlay {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(8, 25, 43, 0.6);
}

body .parts .part .part-content {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

body .parts .part .part-content h6 {
  font-weight: 700;
  font-size: 1.2rem;
  margin: 0;
}

body .parts .part .part-content span {
  font-size: 0.9rem;
  color: #00c7d9;
  font-weight: 700;
}

body .parts .part-big {
  height: 365px;
}

body .parts .nav-link {
  color: #adafca;
  font-size: 0.85rem;
  margin: 0 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
}

body .parts .nav-link:hover {
  color: #3e3f5e;
}

body .parts .signup {
  background: transparent;
  color: #adafca;
  border: 1px solid #adafca;
  width: 110px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  height: 35px;
  border-radius: 7px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin: auto;
  margin-top: 25px;
}

body .parts .signup svg {
  height: 14px;
  width: 14px;
  fill: #FFF;
  margin-left: 4px;
  margin-top: -2px;
}

body .parts .signup:hover {
  background: #3e3f5e;
  color: #FFF;
}

body .parts .fade {
  display: none;
}

body .overview {
  background-image: url(../images/overview.png);
  background-size: cover;
  background-position: 10% 20%;
  padding: 70px 0;
  height: 550px;
  -webkit-transform: rotatey(180deg);
          transform: rotatey(180deg);
  position: relative;
  overflow-x: hidden;
}

body .overview .overview-content {
  margin-right: auto;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(18%, -50%) rotatey(180deg);
          transform: translate(18%, -50%) rotatey(180deg);
}

@media (max-width: 575.98px) {
  body .overview .overview-content {
    -webkit-transform: translate(5%, -50%) rotatey(180deg);
            transform: translate(5%, -50%) rotatey(180deg);
  }
}

body .overview .overview-content h6 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #3e3f5e;
  margin-bottom: 25px;
  width: 40%;
  line-height: 40px;
}

@media (max-width: 575.98px) {
  body .overview .overview-content h6 {
    width: 90%;
  }
}

body .overview .overview-content p {
  font-size: 1rem;
  font-weight: 500;
  color: #8f91ac;
  width: 60%;
  line-height: 40px;
}

@media (max-width: 575.98px) {
  body .overview .overview-content p {
    width: 90%;
  }
}

body .overview .overview-content .nav-link {
  color: #adafca;
  font-size: 0.85rem;
  margin: 0 3px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
}

body .overview .overview-content .nav-link:hover {
  color: #3e3f5e;
}

body .overview .overview-content .signup {
  background: #436cff;
  color: #FFF;
  width: 110px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  height: 35px;
  border-radius: 7px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

body .overview .overview-content .signup svg {
  height: 14px;
  width: 14px;
  fill: #FFF;
  margin-left: 4px;
  margin-top: -2px;
}

body .overview .overview-content .signup:hover {
  background: #3e3f5e;
  color: #FFF;
}

body .contact-us {
  color: #1c1b4d;
  direction: ltr;
  padding: 70px 0;
}

@media (max-width: 1199.98px) {
  body .contact-us .hidden {
    display: none;
  }
}

body .contact-us .section-header {
  display: block;
}

body .contact-us .section-header .section-header-info {
  text-align: right;
}

body .contact-us .section-header .section-header-info .section-pretitle {
  color: #9aa4bf;
  font-size: .75rem;
  font-weight: 700;
  text-align: right;
}

body .contact-us .section-header .section-header-info .section-title {
  margin: 0 0 25px 0;
  font-weight: 700;
  font-size: 1.4rem;
  color: #3e3f5e;
  text-align: right;
}

body .contact-us .section-header .section-header-info .section-title::after {
  content: "";
  background: #436cff;
  display: block;
  height: 2px;
  width: 45px;
  border-radius: 50px;
  margin-top: 6px;
  margin-left: auto;
}

body .contact-us .section-header .month select {
  width: auto;
  height: auto;
  padding-left: 15px;
  border: none;
  font-size: .9rem;
  font-weight: 700;
  cursor: pointer;
  background: transparent;
  color: #3e3f5e;
  -webkit-transition: border-color .2s ease-in-out;
  transition: border-color .2s ease-in-out;
  border-radius: 12px;
  margin-left: 15px;
}

body .contact-us .item form {
  width: 100%;
  text-align: right;
  direction: rtl;
}

body .contact-us .item form .form-group {
  width: 100%;
  position: relative;
  margin: 10px 0;
}

body .contact-us .item form .form-group label {
  color: #adafca;
  font-size: 0.85rem;
  font-weight: 600;
  position: absolute;
  top: 19px;
  right: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  pointer-events: none;
  display: block;
  margin: 0;
  line-height: 1em;
}

body .contact-us .item form .form-group .form-control {
  height: 52px;
  padding: 0 18px;
  background-color: #fff;
  border: 1px solid #dedeea;
  color: #3e3f5e;
  -webkit-transition: border-color .2s ease-in-out;
  transition: border-color .2s ease-in-out;
  width: 100%;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 700;
}

body .contact-us .item form .form-group .form-control:focus {
  border-color: #436cff;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

body .contact-us .item form .form-group select {
  cursor: pointer;
}

body .contact-us .item form .create-account-btn {
  text-decoration: none;
  width: 150px;
  margin: auto;
  color: #FFF;
  display: inline-block;
  height: 40px;
  border-radius: 10px;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  margin-top: 15px;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  background-color: #436cff;
  -webkit-box-shadow: 4px 7px 12px 0 rgba(97, 93, 250, 0.2);
          box-shadow: 4px 7px 12px 0 rgba(97, 93, 250, 0.2);
  border: 0;
}

body .contact-us .item form .create-account-btn svg {
  height: 18px;
  margin-left: 4px;
}

body .contact-us .item form .create-account-btn svg path {
  fill: #FFF;
}

body .contact-us .item form .create-account-btn:hover {
  background-color: #3e3f5e;
}

body .contact-us .item form textarea {
  min-height: 250px !important;
  padding: 10px 10px 0 0 !important;
}

body .contact-us .item form .active-input label {
  background: #FFF;
  padding: 0 6px;
  font-size: 0.7rem;
  top: -6px;
  right: 12px;
}

body .contact-us .item img {
  width: 100%;
  margin-top: -90px;
}

@media (max-width: 991.98px) {
  body .contact-us .item img {
    margin-top: 0;
  }
}

body .contact-us .map {
  margin-top: 100px;
}

body .contact-us .map iframe {
  width: 100%;
  height: 375px;
}

body .footer {
  padding: 100px 100px 50px 0;
  background: #f0f4fa;
  -webkit-box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
          box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
}

@media (max-width: 575.98px) {
  body .footer {
    padding: 70px 10px 50px 0;
  }
}

body .footer img {
  width: 150px;
  margin-bottom: 50px;
}

body .footer .row {
  margin: 0;
}

body .footer .site-info h2 {
  font-size: 50px;
  margin-bottom: 30px;
}

body .footer .site-info p {
  line-height: 2;
  color: #8f91ac;
  width: 90%;
  font-weight: 500;
  font-size: 0.85rem;
}

body .footer .site-info a {
  color: #00c7d9;
  text-decoration: none;
}

body .footer .links h2,
body .footer .contact-footer h2 {
  margin-bottom: 50px;
  color: #3e3f5e;
  font-weight: 700;
  font-size: 1.3rem;
}

body .footer .links ul li {
  margin-bottom: 10px;
}

body .footer .links ul li a {
  color: #8f91ac;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

body .footer .links ul li a:hover {
  color: #00c7d9;
}

body .footer .contact-footer p {
  margin-bottom: 25px;
  color: #8f91ac;
}

body .footer .contact-footer p a {
  color: #00c7d9;
}

@media (max-width: 992px) {
  body .footer .links h2,
  body .footer .contact-footer h2 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  body .footer ul li {
    margin-bottom: 5px;
  }
}

body .copyright {
  padding: 20px;
  color: #8f91ac;
}

body .copyright ul {
  margin: 0;
}

body .copyright ul li {
  display: inline-block;
  margin-left: 30px;
  font-size: 25px;
}

body .copyright ul li a {
  color: #797676;
}

@media (max-width: 768px) {
  body .copyright .text-md-left {
    margin-bottom: 15px;
  }
}

body .copyright .row {
  margin: 0;
}

body .bg-light {
  background: #FFF !important;
}
/*# sourceMappingURL=index.css.map */