
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  scroll-behavior: smooth;

}

html {
  direction: rtl !important;
}

body,
html {
  font-family: tj-reg;
}

p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  text-align: right;
}

@font-face {
  font-family: tj-bold;
  src: url(../fonts/Tajawal-Medium.ttf);
}
@font-face {
  font-family: tj-reg;
  src: url(../fonts/Tajawal-Regular.ttf);
}
@font-face {
  font-family: tj-light;
  src: url(../fonts/Tajawal-Light.ttf);
}
button {
  cursor: pointer;
}
button:focus, button:active {
  border: 0 !important;
  outline: none !important;
}

input:focus, input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid rgb(56, 157, 168) !important;
}

::-webkit-input-placeholder {
  color: #232323 !important;
  font-size: 16px !important;
}

::-moz-placeholder {
  color: #232323 !important;
  font-size: 16px !important;
}

:-ms-input-placeholder {
  color: #232323 !important;
  font-size: 16px !important;
}

::-ms-input-placeholder {
  color: #232323 !important;
  font-size: 16px !important;
}

::placeholder {
  color: #232323 !important;
  font-size: 16px !important;
}

@media (min-width: 1199px) {
  .container {
    max-width: 1330px;
    margin: auto;
  }
}
@media (min-width: 1199px) {
  .container-custom {
    max-width: 1170px;
    margin: auto;
  }
}
.select2 {
  width: 100% !important;
}

.main-header {
  padding-top: 30px;
  height: 120vh;
  background-size: cover !important;
  position: relative;
}
.main-header .navbar-nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-header .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
}
.main-header .navbar-expand-lg .navbar-nav {
  gap: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-header .navbar-expand-lg .navbar-nav {
    gap: 10px;
  }
}
.main-header .nav-item .btn-nav {
  background-color: #fff;
  border: 1px solid white;
  color: rgb(56, 157, 168);
  border-radius: 50px;
  padding: 16px 50px;
  gap: 10px;
  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;
}
.main-header .nav-item .btn-nav:hover {
  background-color: rgb(56, 157, 168);
  border: 1px solid #fff;
  color: #fff;
}
.main-header .navbar-toggler:focus, .main-header .navbar-toggler:active {
  border: 0 !important;
  outline: none !important;
}
.main-header .navbar-toggler svg {
  color: #fff;
}
.main-header .navbar-brand img {
  width: 199px;
}
@media (max-width: 767px) {
  .main-header .navbar-brand img {
    width: 140px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-header .navbar-brand img {
    width: 140px;
  }
}
@media (max-width: 992px) {
  .main-header .collapse.show {
    padding: 10px 0;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
  }
}
.main-header .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.main-header .content h1 {
  font-size: 65px;
  font-family: tj-bold;
  margin-bottom: 40px;
  word-wrap: break-word;
}
@media (max-width: 991px) {
  .main-header .content h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media (min-width: 767px) {
  .main-header .content h1 {
    width: 430px;
    margin: auto;
  }
}
.main-header .content p {
  font-size: 18px;
  margin-bottom: 48px;
  line-height: 27px;
}
@media (max-width: 991px) {
  .main-header .content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.main-header .content .box-input {
  background-color: #fff;
  border-radius: 50px;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1px;
  width: 50%;
  margin: auto;
}
.main-header .content .box-input .in1,
.main-header .content .box-input .btn-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-header .content .box-input .in1 {
  border-radius: 0 50px 50px 0;
  border: 1px solid #fff;
  text-indent: 44px;
}
@media (max-width: 991px) {
  .main-header .content .box-input .in1 {
    border-radius: 0;
    padding: 10px;
  }
}
.main-header .content .box-input .btn-content {
  border-radius: 50px;
  background-color: rgb(56, 157, 168);
  border: 1px solid rgb(56, 157, 168);
  text-indent: 44px;
  color: #fff;
  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;
  gap: 17px;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.main-header .content .box-input .btn-content:hover {
  gap: 23px;
}
@media (max-width: 576px) {
  .main-header .content .box-input {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .main-header .content {
    width: 630px;
  }
}
@media (max-width: 991px) {
  .main-header .content {
    width: 90%;
    margin: auto;
  }
}
.main-header .arrow-bottom-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 130px;
  color: #fff;
  font-size: 30px;
  -webkit-animation: downArow 2s linear infinite alternate;
          animation: downArow 2s linear infinite alternate;
}
@media (max-width: 991px) {
  .main-header .arrow-bottom-btn {
    bottom: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .main-header .arrow-bottom-btn {
    bottom: 60px;
  }
}
@-webkit-keyframes downArow {
  0%, 100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes downArow {
  0%, 100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.aboutUs-sec {
  padding: 110px 0;
}
.aboutUs-sec .box-img {
  text-align: center;
}
@media (max-width: 991px) {
  .aboutUs-sec .box-img {
    margin-bottom: 30px;
  }
}
.aboutUs-sec article {
  margin-bottom: 53px;
}
.aboutUs-sec article h1 {
  font-size: 40px;
  color: #212529;
  margin-bottom: 20px;
}
.aboutUs-sec article p {
  font-size: 16px;
  color: #868e96;
}
.aboutUs-sec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.aboutUs-sec ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.aboutUs-sec ul li img {
  display: inline-block;
  width: 70px;
  height: 58px;
}
@media (max-width: 576px) {
  .aboutUs-sec ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
@media (max-width: 576px) {
  .aboutUs-sec ul {
    gap: 20px;
  }
}

.srevices-sec {
  padding: 110px 0;
  background-size: cover !important;
}
.srevices-sec .t-sec {
  text-align: center;
  margin-bottom: 77px;
}
.srevices-sec .all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.srevices-sec .all .box {
  text-align: center;
  width: calc(33.3% - 40px);
  background-color: #fff;
  -webkit-box-shadow: 0 4px 25px rgba(36, 27, 162, 0.09);
          box-shadow: 0 4px 25px rgba(36, 27, 162, 0.09);
  padding: 70px 100px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.srevices-sec .all .box:hover {
  border-bottom: 2px solid #0e898b;
}
.srevices-sec .all .box img {
  display: inline-block;
  width: 134px;
  margin-bottom: 48px;
}
.srevices-sec .all .box h2 {
  font-size: 31px;
  font-family: tj-bold;
  margin-bottom: 18px;
}
.srevices-sec .all .box p {
  font-size: 16px;
  line-height: 31px;
}
@media (max-width: 767px) {
  .srevices-sec .all .box {
    width: 100%;
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .srevices-sec .all .box {
    width: calc(50% - 40px);
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .srevices-sec .all {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.features-sec {
  padding: 110px 0;
}
.features-sec .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.features-sec .box img {
  display: inline-block;
  width: 68px;
  height: 58px;
}
.features-sec .box .content h3 {
  font-size: 20px;
  color: #212529;
  margin-bottom: 20px;
}
.features-sec .box .content p {
  font-size: 20px;
  color: #868e96;
}
@media (max-width: 576px) {
  .features-sec .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
}

.statistics-sec {
  background-color: #f1fdff;
}
.statistics-sec .box {
  padding: 75px 0;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  position: relative;
}
.statistics-sec .box:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 6px 20px rgba(117, 115, 165, 0.24);
          box-shadow: 0 6px 20px rgba(117, 115, 165, 0.24);
}
.statistics-sec .box::before {
  -webkit-transition: all 0.35s linear !important;
  transition: all 0.35s linear !important;
}
.statistics-sec .box::after {
  -webkit-transition: all 0.35s linear !important;
  transition: all 0.35s linear !important;
}
.statistics-sec .box:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 38px;
  background-color: rgb(56, 157, 168);
}
.statistics-sec .box:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 3px;
  height: 38px;
  background-color: rgb(56, 157, 168);
}
.statistics-sec .box img {
  display: inline-block;
  width: 58px;
  height: 63px;
}
.statistics-sec .box h2 {
  font-size: 42px;
  font-family: tj-bold;
  color: #0a2c3d;
}
.statistics-sec .box p {
  font-size: 19px;
  color: #5c727d;
}
@media (max-width: 576px) {
  .statistics-sec .row {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .statistics-sec .row .col {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100% !important;
  }
}
@media (min-width: 578px) and (max-width: 991px) {
  .statistics-sec .row {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .statistics-sec .row .col {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 50% !important;
  }
}

.contact-us {
  padding: 110px 0;
}
.contact-us .content {
  -webkit-box-shadow: 0 0 64px rgba(80, 89, 117, 0.13);
          box-shadow: 0 0 64px rgba(80, 89, 117, 0.13);
  padding: 73px 61px;
}
.contact-us .content h1 {
  font-size: 42px;
  font-family: tj-bold;
  margin-bottom: 20px;
  color: #232323;
}
@media (max-width: 767px) {
  .contact-us .content h1 {
    font-size: 24px;
  }
}
.contact-us .content article {
  font-size: 30px;
  color: #232323;
  margin-bottom: 51px;
}
@media (max-width: 767px) {
  .contact-us .content article {
    font-size: 18px;
  }
}
.contact-us .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 38px;
}
.contact-us .content ul li {
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
}
.contact-us .content ul li:hover, .contact-us .content ul li.active {
  background-color: rgba(56, 157, 168, 0.08);
}
.contact-us .content ul li span {
  font-size: 15px;
  font-family: tj-bold;
  color: #232323;
}
.contact-us .content ul li p {
  font-size: 15px;
  color: #666e77;
}
@media (min-width: 1199px) {
  .contact-us .content ul li p {
    width: 164px;
  }
}
@media (max-width: 767px) {
  .contact-us .content ul li {
    gap: 10px;
  }
}
@media (max-width: 1199px) {
  .contact-us .content ul {
    margin-bottom: 50px;
  }
}
.contact-us .content .left-cont .form-group {
  position: relative;
  margin-bottom: 30px;
}
.contact-us .content .left-cont .form-group input,
.contact-us .content .left-cont .form-group select {
  height: 47px;
  background-color: #f5f5f7;
  border: 1px solid #f5f5f7;
  border-radius: 2px;
}
.contact-us .content .left-cont .form-group textarea {
  height: 196px;
  background-color: #f5f5f7;
  border: 1px solid #f5f5f7;
  border-radius: 2px;
}
.contact-us .content .left-cont .form-group img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
}
.contact-us .content .left-cont .form-group-textarea img {
  position: absolute;
  top: 30px;
  left: 15px;
}
.contact-us .content .left-cont .btn-submit {
  padding: 24px;
  background-color: rgb(56, 157, 168) !important;
  border: 1px solid rgb(56, 157, 168) !important;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-weight: bold;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
  height: 58px;
  width: 180px;
}
.contact-us .content .left-cont .btn-submit:hover, .contact-us .content .left-cont .btn-submit:active, .contact-us .content .left-cont .btn-submit:focus {
  background-color: transparent !important;
  border: 1px solid rgb(56, 157, 168) !important;
  color: rgb(56, 157, 168) !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media (max-width: 567px) {
  .contact-us .content .left-cont .btn-submit {
    width: 100%;
  }
}
.contact-us .content .left-cont .select2-selection__rendered,
.contact-us .content .left-cont .select2-selection {
  line-height: 47px;
  height: 47px !important;
  background-color: #f5f5f7 !important;
  border: 1px solid #f5f5f7 !important;
  border-radius: 2px !important;
}
.contact-us .content .left-cont .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 15px;
  right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-us .content .left-cont .select2-selection__placeholder {
  color: #232323 !important;
  font-size: 16px !important;
}
@media (max-width: 767px) {
  .contact-us .content {
    padding: 73px 20px;
  }
}

.main-slider {
  padding: 110px 0;
  padding-bottom: 0;
}
.main-slider .content .box {
  text-align: center;
  position: relative;
}
.main-slider .content .box h1 {
  font-size: 38px;
  color: #0a2c3d;
  font-family: tj-bold;
  margin-bottom: 47px;
}
@media (max-width: 767px) {
  .main-slider .content .box h1 {
    font-size: 24px;
  }
}
.main-slider .content .box p {
  font-size: 18px;
  color: #5c727d;
  line-height: 37px;
  margin-bottom: 49px !important;
}
@media (min-width: 767px) {
  .main-slider .content .box p {
    width: 504px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .main-slider .content .box p {
    font-size: 16px;
    line-height: 30px;
  }
}
.main-slider .content .box img {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 8px;
}
.main-slider .content .box h4 {
  font-size: 18px;
  color: #222d39;
  margin-bottom: 8px;
}
.main-slider .content .box span {
  font-size: 14px;
  color: #959cb1;
  text-transform: uppercase;
}
@media (min-width: 991px) {
  .main-slider .content .box::after {
    content: "";
    position: absolute;
    top: 0;
    right: 150px;
    height: 100%;
    width: 1px;
    background-color: rgba(170, 176, 197, 0.27);
  }
  .main-slider .content .box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 150px;
    height: 100%;
    width: 1px;
    background-color: rgba(170, 176, 197, 0.27);
  }
}
.main-slider .content .owl-nav .owl-prev,
.main-slider .content .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  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;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 30px rgba(12, 0, 46, 0.06);
          box-shadow: 0 20px 30px rgba(12, 0, 46, 0.06);
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.main-slider .content .owl-nav .owl-prev svg,
.main-slider .content .owl-nav .owl-next svg {
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.main-slider .content .owl-nav .owl-prev:hover,
.main-slider .content .owl-nav .owl-next:hover {
  background-color: rgb(56, 157, 168);
}
.main-slider .content .owl-nav .owl-prev:hover svg,
.main-slider .content .owl-nav .owl-next:hover svg {
  color: #fff;
}
@media (max-width: 567px) {
  .main-slider .content .owl-nav .owl-prev,
  .main-slider .content .owl-nav .owl-next {
    top: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.main-slider .content .owl-nav .owl-prev {
  right: 0;
}
.main-slider .content .owl-nav .owl-next {
  left: 0;
}

.callPhone-icon {
  position: fixed;
  bottom: 60px;
  left: 30px;
  z-index: 9999999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgb(56, 157, 168);
  border: 1px solid rgb(56, 157, 168);
  color: #fff;
  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;
  font-size: 30px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.callPhone-icon:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: rgb(56, 157, 168);
}

.all-whatsapp {
  position: fixed;
  bottom: 200px;
  left: 30px;
  z-index: 9999999;
}
.all-whatsapp .whatsapp-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgb(56, 157, 168);
  border: 1px solid rgb(56, 157, 168);
  color: #fff;
  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;
  font-size: 30px;
  -webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: -70px;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.all-whatsapp .whatsapp-icon:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: rgb(56, 157, 168);
}
.all-whatsapp .whatapp-box {
  border-radius: 7px;
  width: 280px;
  -webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: none;
}
.all-whatsapp .whatapp-box .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  background-color: rgb(56, 157, 168);
  padding: 20px 10px;
}
.all-whatsapp .whatapp-box .top svg {
  font-size: 25px;
  color: #fff;
}
.all-whatsapp .whatapp-box .top .right-cont {
  color: #fff;
}
.all-whatsapp .whatapp-box .top .right-cont h2 {
  font-size: 20px;
  margin-bottom: 5px;
}
.all-whatsapp .whatapp-box .top .right-cont p {
  color: #fff;
  font-size: 14px;
}
.all-whatsapp .whatapp-box .bottom {
  padding: 20px 10px;
  background-color: #fff;
}
.all-whatsapp .whatapp-box .bottom ul {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.all-whatsapp .whatapp-box .bottom ul a {
  display: block;
  width: 100%;
}
.all-whatsapp .whatapp-box .bottom ul li {
  background-color: #f5f7f9;
  padding: 10px;
  border-radius: 4px;
  border-left: 2px solid rgb(56, 157, 168);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.all-whatsapp .whatapp-box .bottom ul li:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
}
.all-whatsapp .whatapp-box .bottom ul li img {
  width: 40px;
}
.all-whatsapp .whatapp-box .bottom ul li h6 {
  color: #363c47;
  font-size: 14px;
}
.all-whatsapp .whatapp-box .bottom ul li p {
  color: #989b9f;
  font-size: 11px;
}

.main-footer .top {
  padding: 32px 0 77px 0;
  background-color: rgb(239, 247, 248);
  text-align: center;
}
.main-footer .top img {
  width: 84px;
  display: inline-block;
  margin-bottom: 18px;
}
.main-footer .top article {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  margin-bottom: 31px;
}
.main-footer .top article p {
  color: rgb(134, 142, 150);
  font-size: 16px;
}
.main-footer .top ul {
  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;
  gap: 30px;
}
.main-footer .top ul li:hover a {
  color: rgb(56, 157, 168);
}
.main-footer .top ul li a {
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  color: rgb(134, 142, 150);
  font-size: 16px;
}
@media (max-width: 576px) {
  .main-footer .top ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.main-footer .bottom {
  padding: 36px 0;
}
.main-footer .bottom .content {
  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;
}
.main-footer .bottom .content ul {
  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;
  gap: 20px;
}
.main-footer .bottom .content ul li.li-insta:hover a {
  color: rgb(195, 42, 163) !important;
}
.main-footer .bottom .content ul li.li-linkedin:hover a {
  color: rgb(10, 102, 194) !important;
}
.main-footer .bottom .content ul li.li-twitter:hover a {
  color: rgb(29, 161, 242) !important;
}
.main-footer .bottom .content ul li.li-snapchat:hover a {
  color: rgb(255, 252, 0) !important;
}
.main-footer .bottom .content ul li a {
  color: rgb(56, 157, 168);
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.main-footer .bottom .content p a {
  color: rgb(56, 157, 168);
}
@media (max-width: 576px) {
  .main-footer .bottom .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}/*# sourceMappingURL=style.css.map */