@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@font-face {
  font-family: Tajawal;
  src: url(../webfonts/Tajawal-Regular.ttf);
}

* {
  font-family: 'Tajawal';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
  background-color: #0086CC;
  outline: none;
  border-radius: 20px !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: 0;
}

.color1 {
  color: #00CC54 !important;
}

.color2 {
  color: #0086CC !important;
}

.BG1 {
  background-color: #00CC54 !important;
}

.BG2 {
  background-color: #0086CC !important;
}

.row {
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 28px;
  margin: 0px;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin: 0px 5px;
}

.form-control:focus {
  background-color: #fff;
  border-color: #00CC54;
  outline: none;
  -webkit-box-shadow: 0px 2px 5px #00CC54;
          box-shadow: 0px 2px 5px #00CC54;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.select2 {
  width: 100% !important;
}

.select2-selection__rendered {
  line-height: 34px !important;
  padding-left: 8px !important;
  padding-right: 20px !important;
}

.select2-container .select2-selection--single {
  height: 38px !important;
  border: 1px solid #ced4da;
}

.select2-selection__arrow {
  height: 37px !important;
  left: auto;
  right: 1px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #00CC54;
}

.select2-container--default .select2-results__option--selected {
  background-color: #0086CC;
  color: #fff;
}

.select2-dropdown {
  z-index: 100;
  -webkit-box-shadow: 0px 4px 4px #00669950;
          box-shadow: 0px 4px 4px #00669950;
}

.select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: 0px 4px 4px #00669950;
          box-shadow: 0px 4px 4px #00669950;
}

@media (min-width: 768px) {
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
}

.main-header .navbar {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  padding: 0px;
}

.main-header .navbar a {
  color: #000;
  text-transform: uppercase;
  margin: 0px 10px;
  -webkit-transition: .3s ease-in-out all;
  transition: .3s ease-in-out all;
}

.main-header .navbar a:hover {
  color: #FFD700 !important;
}

.main-header .navbar-brand {
  padding: 5px;
}

.main-header .navbar-brand img {
  height: 90px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.main-header .navbar-brand h1 {
  text-transform: none;
  font-size: 50px;
  padding: 5px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.main-header .navAnimate {
  background-color: #fff;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  -webkit-box-shadow: 0px 4px 6px #00000030;
          box-shadow: 0px 4px 6px #00000030;
}

.main-header .navAnimate a {
  color: #000 !important;
}

.main-header .navAnimate .navbar-brand img {
  height: 60px;
  width: auto;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.main-header .navAnimate .navbar-brand h1 {
  font-size: 40px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

@media (max-width: 768px) {
  .navbar {
    background: #fff !important;
  }
}

.main {
  background-image: url(../img/download10.png);
  background-position-x: 50%;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  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 .container {
  padding: 140px 0px 120px;
}

.main .container .topImg {
  width: 100%;
  height: 450px;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.main .container .topContent {
  padding: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 10px #00000030;
          box-shadow: 0px 5px 10px #00000030;
  background-color: #fff;
  width: 100%;
  text-align: center;
}

.main .container .topContent img {
  height: 200px;
  width: auto;
  margin: auto;
}

.main .container .topContent .sec-1-btn {
  border: 2px solid #fff;
  border-radius: 100px;
  -webkit-box-shadow: 0px 5px 5px #0085cc5a, inset 0px 0px 3px #0086CC;
          box-shadow: 0px 5px 5px #0085cc5a, inset 0px 0px 3px #0086CC;
  color: #0086CC;
  font-size: 15px;
  position: relative;
}

.main .container .topContent .number {
  position: absolute;
  bottom: 22px;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 40px;
  z-index: 11;
  display: none;
  -webkit-animation: vis 1s forwards;
          animation: vis 1s forwards;
}

.main .container .topContent .number p {
  color: #0086CC;
  font-size: 20px;
}

@-webkit-keyframes vis {
  0% {
    opacity: .4;
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
  }
  50% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes vis {
  0% {
    opacity: .4;
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
  }
  50% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .main .container .topContent .number {
    bottom: -40px;
  }
}

.Title h1 {
  font-size: 40px;
  margin: 20px 0px 50px;
  font-weight: bold;
  color: #00CC54;
  position: relative;
  display: inline-block;
}

.Title h1 span {
  color: #0086CC;
}

.Title h1::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -30px;
  width: 100%;
  height: 3px;
  background: url(../img/download1.png);
  background-size: cover;
  background-position: center center;
}

/* ============================================================== 
     # Testimonials 
=================================================================== */
.testimonials-area .carousel-indicators {
  bottom: 0;
  margin-top: 50px;
  margin-bottom: 30px;
  position: relative;
}

.testimonials-area .carousel-indicators li {
  width: 50px;
  min-width: 50px;
  height: 50px;
  cursor: pointer;
  border: 1px solid #00CC54;
  -webkit-box-shadow: 0 0 10px #00CC54;
  -o-box-shadow: 0 0 10px #00CC54;
  box-shadow: 0 0 10px #00CC54;
  border-radius: 50%;
  opacity: 0.4;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  vertical-align: middle;
  margin: 0 10px;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.testimonials-area .carousel-indicators li img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
}

.testimonials-area .carousel-indicators .active {
  opacity: 1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  margin: 0 25px;
}

.testimonial-items h4 {
  font-weight: 800;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 20px;
}

.testimonial-items span {
  font-weight: 700;
  text-transform: capitalize;
  color: #0086CC;
  margin-bottom: 10px;
  margin-top: 20px;
  display: block;
}

.testimonials-area .carousel-item {
  padding: 50px;
  border: 1px solid #00CC54;
  z-index: 1;
}

.testimonials-area .carousel-item i {
  position: absolute;
  left: 50%;
  top: 0;
  height: 50px;
  width: 80px;
  background: #fff;
  text-align: center;
  line-height: 50px;
  margin-left: -40px;
  margin-top: -25px;
  color: #00CC54;
  font-size: 30px;
}

.testimonials-area.default-padding {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 8px #00000030;
          box-shadow: 0px 1px 8px #00000030;
}

.testimonials-area.bg-gray .carousel-item i {
  background: #edf5ff;
}

.testimonials-area .carousel-inner {
  padding-top: 13px;
}

.area-title {
  font-size: 40px;
  line-height: 1.2;
}

.testimonials-area .carousel-item p {
  font-size: 22px;
  line-height: 35px;
  font-style: italic;
  font-weight: 700;
}

.testimonials-area .fixed-bg {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.1;
}

.site-heading h5 {
  text-transform: uppercase;
  font-weight: 800;
  color: #4ac4f3;
  font-size: 18px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.site-heading p {
  margin: 0;
  margin-top: 10px;
}

.site-heading.light p {
  color: #ffffff;
}

.site-heading h2 {
  display: block;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
  line-height: 1.4;
}

.site-heading.light h2 {
  color: #ffffff;
}

.site-heading .devider {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #00CC54;
  position: relative;
  z-index: 1;
  left: 10px;
}

.site-heading.light .devider {
  background: #ffffff;
}

.site-heading .devider:before {
  position: absolute;
  left: -15px;
  top: 0;
  content: "";
  height: 2px;
  width: 10px;
  background: #00CC54;
}

.site-heading.light .devider:before {
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  /* Testimonials */
  .testimonials-area .carousel-item {
    padding: 50px 30px;
  }
}

/* 18 . contact us start*/
#contact {
  background-position: top left;
  background-repeat: no-repeat;
}

.contact-number {
  list-style: none;
  padding-left: 0px;
}

.sub-heading {
  font-size: 18px;
  line-height: 30px;
  color: #222;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.contact-slide {
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 4px #0086CC !important;
          box-shadow: 0px 1px 4px #0086CC !important;
}

.form-material .form-group {
  position: relative;
}

.form-material .form-control {
  display: inline-block;
  width: 100%;
  border: none;
  border-radius: 0 !important;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #0086CC;
}

.form-material .form-bar {
  position: relative;
  display: block;
  width: 100%;
}

.btn-send {
  border-radius: 6px;
  background-color: #0086CC;
}

.btn-send i {
  color: #fff;
}

.set-submit-input {
  width: 100%;
  text-align: center;
}

.set-submit-box {
  display: inline-block;
  width: 100%;
  margin-right: 15px;
}

.text-theme-color {
  color: #0086CC;
  font-size: 22px;
  line-height: 70px;
  font-weight: 600;
}

.text-theme-color-1 {
  color: #00CC54;
  font-size: 39px;
  line-height: 70px;
  font-weight: 600;
}

/** Features **/
.features {
  background-image: url(../img/pattern-11.png);
  background-size: cover;
  background-attachment: fixed;
  padding: 90px 0px 30px;
}

.features .col:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.features .image img {
  max-height: 500px;
  max-width: 100%;
}

.features ul.feat {
  list-style: none;
}

.features ul.feat li {
  margin-bottom: 15px;
  padding: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: white;
  position: relative;
}

.features ul.feat li .image {
  width: 10%;
}

.features ul.feat li .txt {
  width: 85%;
  padding-right: 10px;
}

.features ul.feat li h4 {
  color: #0086CC;
  font-weight: 600;
  margin-bottom: 15px;
}

.features ul.feat li p {
  font-size: 14px;
  color: #424141;
}

.features ul.feat li:hover {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.features ul.feat.right li:after {
  content: '';
  position: absolute;
  top: 40%;
  right: 100%;
  width: 0;
  height: 0;
  border-right: solid 20px white;
  border-top: solid 20px transparent;
  border-bottom: solid 20px transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.features ul.feat.right li:hover:after {
  border-right: solid 20px #f5f5f5;
}

.features ul.feat.left li:after {
  content: '';
  position: absolute;
  top: 40%;
  left: 100%;
  width: 0;
  height: 0;
  border-left: solid 20px white;
  border-top: solid 20px transparent;
  border-bottom: solid 20px transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.features ul.feat.left li:hover:after {
  border-left: solid 20px #f5f5f5;
}

/** Features **/
/*
Feature Area Style
======================================================*/
.feature-area .feature-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px 20px;
  border-radius: 4px;
}

.feature-area .col-lg-4:last-child .single-feature::before {
  display: none;
}

.single-feature {
  position: relative;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  width: 1px;
  height: 100%;
  background-color: #1c85de;
}

.single-feature i {
  font-size: 50px;
  top: -21px;
  left: 0;
  color: #0086CC;
  line-height: 1;
}

.single-feature span {
  font-size: 18px;
  color: #192436;
  position: relative;
  font-weight: 600;
  top: -10px;
  padding-left: 35px;
}

.single-fun-fact {
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 45px 30px 45px 115px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-fun-fact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, right top, from(#00CC54), color-stop(#0086CC), color-stop(#0086CC), color-stop(#00CC54), to(#00CC54));
  background: linear-gradient(to right top, #00CC54, #0086CC, #0086CC, #00CC54, #00CC54);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
}

.single-fun-fact h3 {
  margin-bottom: 0;
  color: #424141;
  font-weight: bold;
  line-height: 1;
  font-size: 50px;
  -webkit-transition: .5s;
  transition: .5s;
}

.single-fun-fact p {
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: .5s;
  transition: .5s;
}

.single-fun-fact .icon {
  position: absolute;
  left: 30px;
  top: 50px;
}

.single-fun-fact .icon i {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #00cc5546;
  color: #00CC54;
  font-size: 30px;
  border-radius: 50px;
  -webkit-transition: .5s;
  transition: .5s;
}

.single-fun-fact:hover::before {
  opacity: 1;
  visibility: visible;
}

.single-fun-fact:hover h3 {
  color: #fff;
}

.single-fun-fact:hover p {
  color: #fff;
}

.single-fun-fact:hover .icon i {
  background-color: #fff;
  color: #0086CC;
}

.single-fun-fact-box {
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 35px 30px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

.single-fun-fact-box::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: -webkit-gradient(linear, left bottom, right top, from(#999999), color-stop(#c5c5c5), color-stop(#858585), color-stop(#ff5f59), to(#ff3656));
  background: linear-gradient(to right top, #999999, #c5c5c5, #858585, #ff5f59, #ff3656);
  z-index: -1;
  -webkit-transition: .5s;
  transition: .5s;
}

.single-fun-fact-box h3 {
  margin-bottom: 0;
  line-height: 1;
  font-size: 50px;
  -webkit-transition: .5s;
  transition: .5s;
}

.single-fun-fact-box p {
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: .5s;
  transition: .5s;
}

.single-fun-fact-box .icon {
  margin-bottom: 25px;
}

.single-fun-fact-box .icon i {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #dadada;
  color: #f64c67;
  font-size: 30px;
  border-radius: 50px;
  -webkit-transition: .5s;
  transition: .5s;
}

.single-fun-fact-box:hover::before {
  height: 100%;
}

.single-fun-fact-box:hover h3 {
  color: #fff;
}

.single-fun-fact-box:hover p {
  color: #fff;
}

.single-fun-fact-box:hover .icon i {
  background-color: #fff;
  color: #f64c67;
}

.demo {
  padding: 0 0 30px 0;
}

.services-area {
  background-color: #fafafa !important;
  z-index: 1;
  position: relative;
}

.services-area .section-title {
  margin-bottom: 35px;
  text-align: center;
  margin-top: -5px;
  position: relative;
  z-index: 1;
}

.services-area .section-title .sub-title {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  color: #00CC54;
}

.services-area .section-title h2 {
  font-size: 35px;
  margin-bottom: 0;
  line-height: 1.3;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  color: #0086CC;
}

.services-area .two {
  background-color: #fff;
}

.services-area .two:before {
  display: none;
}

.services-area .services-item {
  margin-bottom: 30px;
  text-align: center;
  padding: 30px 15px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 5px 13px 25px -14px #e1e0e0;
  box-shadow: 5px 13px 25px -14px #e1e0e0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #1c84de65;
  border-radius: 5px;
  -webkit-transition: .5s;
  transition: .5s;
}

.services-area .services-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f93e45;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: -1;
}

.services-area .services-item:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 80%;
  top: 30px;
  right: 0;
  background-color: #e1e1e1;
}

.services-area .services-item h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #18253e;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 12px;
}

.services-area .services-item p {
  margin-bottom: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.services-area .services-item i {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, right top, from(#00cc55ad), color-stop(#0085ccaf), color-stop(#0086CC), color-stop(#00cc5591), to(#00cc55af));
  background: linear-gradient(to right top, #00cc55ad, #0085ccaf, #0086CC, #00cc5591, #00cc55af);
  font-size: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 4px 2px #00CC54;
          box-shadow: 0 0 4px 2px #00CC54;
  margin-bottom: 20px;
  -webkit-transition: .5s;
  transition: .5s;
}

.services-area .services-item .right-border:after {
  display: none;
}

.services-area .services-item:hover:before {
  height: 100%;
}

.services-area .services-item:hover i {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.services-area .services-item:hover h3 a {
  color: #fff;
}

.services-area .services-item:hover h3 a:hover {
  color: #18253e;
}

.services-area .services-item:hover p {
  color: #fff;
}

.services-area .services-item:hover {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
  -webkit-box-shadow: 0 0 20px -7px #e1e0e0;
  box-shadow: 0 0 20px -7px #e1e0e0;
  border: 1px solid transparent;
}

.services-area.two .services-item:hover i {
  -webkit-box-shadow: 0 0 25px -8px #e1e0e0;
  box-shadow: 0 0 25px -8px #e1e0e0;
}

.services-area.two .services-item:hover p {
  color: #5d6678;
}

.services-area.two .services-item:before {
  display: none;
}

.services-area.two .services-item:after {
  display: none;
}

.pack-area {
  background-color: #fafafa !important;
  z-index: 1;
  position: relative;
}

.pack-area .section-title {
  margin-bottom: 35px;
  text-align: center;
  margin-top: -5px;
  position: relative;
  z-index: 1;
}

.pack-area .section-title .sub-title {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  color: #00CC54;
}

.pack-area .section-title h2 {
  font-size: 35px;
  margin-bottom: 0;
  line-height: 1.3;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  color: #0086CC;
}

.pack-area .two {
  background-color: #fff;
}

.pack-area .two:before {
  display: none;
}

.pack-area .services-item {
  margin-bottom: 30px;
  text-align: center;
  padding: 15px 15px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 5px 13px 25px -14px #e1e0e0;
  box-shadow: 5px 13px 25px -14px #e1e0e0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #1c84de65;
  border-radius: 5px;
  -webkit-transition: .5s;
  transition: .5s;
}

.pack-area .services-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f93e45;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: -1;
}

.pack-area .services-item:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 80%;
  top: 30px;
  right: 0;
  background-color: #e1e1e1;
}

.pack-area .services-item h3 {
  margin-top: 10px;
  color: #18253e;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 12px;
}

.pack-area .services-item p {
  margin-bottom: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.pack-area .services-item i {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, right top, from(#00cc55ad), color-stop(#0085ccaf), color-stop(#0086CC), color-stop(#00cc5591), to(#00cc55af));
  background: linear-gradient(to right top, #00cc55ad, #0085ccaf, #0086CC, #00cc5591, #00cc55af);
  font-size: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 4px 2px #00CC54;
          box-shadow: 0 0 4px 2px #00CC54;
  margin-bottom: 20px;
  -webkit-transition: .5s;
  transition: .5s;
}

.pack-area .services-item .right-border:after {
  display: none;
}

.pack-area .services-item:hover:before {
  height: 100%;
}

.pack-area .services-item:hover i {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.pack-area .services-item:hover h3 a {
  color: #fff;
}

.pack-area .services-item:hover h3 a:hover {
  color: #18253e;
}

.pack-area .services-item:hover p {
  color: #fff;
}

.pack-area .services-item:hover {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
  -webkit-box-shadow: 0 0 20px -7px #e1e0e0;
  box-shadow: 0 0 20px -7px #e1e0e0;
  border: 1px solid transparent;
}

.pack-area.two .services-item:hover p {
  color: #5d6678;
}

.pack-area.two .services-item:before {
  display: none;
}

.pack-area.two .services-item:after {
  display: none;
}

.motion-area {
  background-color: #fafafa !important;
  z-index: 1;
  position: relative;
}

.motion-area .section-title {
  margin-bottom: 35px;
  text-align: center;
  margin-top: -5px;
  position: relative;
  z-index: 1;
}

.motion-area .section-title .sub-title {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  color: #00CC54;
}

.motion-area .section-title h2 {
  font-size: 35px;
  margin-bottom: 0;
  line-height: 1.3;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  color: #0086CC;
}

.motion-area .two {
  background-color: #fff;
}

.motion-area .two:before {
  display: none;
}

.motion-area .services-item {
  margin-bottom: 30px;
  text-align: center;
  padding: 15px 15px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 5px 13px 25px -14px #e1e0e0;
  box-shadow: 5px 13px 25px -14px #e1e0e0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #1c84de65;
  border-radius: 5px;
  -webkit-transition: .5s;
  transition: .5s;
}

.motion-area .services-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f93e45;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: -1;
}

.motion-area .services-item:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 80%;
  top: 30px;
  right: 0;
  background-color: #e1e1e1;
}

.motion-area .services-item h3 {
  margin-top: 10px;
  color: #18253e;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 12px;
}

.motion-area .services-item p {
  margin-bottom: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.motion-area .services-item i {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, right top, from(#00cc55ad), color-stop(#0085ccaf), color-stop(#0086CC), color-stop(#00cc5591), to(#00cc55af));
  background: linear-gradient(to right top, #00cc55ad, #0085ccaf, #0086CC, #00cc5591, #00cc55af);
  font-size: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 4px 2px #00CC54;
          box-shadow: 0 0 4px 2px #00CC54;
  margin-bottom: 20px;
  -webkit-transition: .5s;
  transition: .5s;
}

.motion-area .services-item .right-border:after {
  display: none;
}

.motion-area .services-item:hover:before {
  height: 100%;
}

.motion-area .services-item:hover i {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.motion-area .services-item:hover h3 a {
  color: #fff;
}

.motion-area .services-item:hover h3 a:hover {
  color: #18253e;
}

.motion-area .services-item:hover p {
  color: #fff;
}

.motion-area .services-item:hover {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
  -webkit-box-shadow: 0 0 20px -7px #e1e0e0;
  box-shadow: 0 0 20px -7px #e1e0e0;
  border: 1px solid transparent;
}

.motion-area.two .services-item:hover p {
  color: #5d6678;
}

.motion-area.two .services-item:before {
  display: none;
}

.motion-area.two .services-item:after {
  display: none;
}

.index-last-sec {
  background-color: #e9e9e9;
}

.index-last-sec h2 {
  font-weight: bold;
  color: #013871;
  font-size: 41px;
  text-align: center;
}

.index-last-sec .nav-tabs {
  border-bottom: none !important;
}

.index-last-sec .nav-link {
  color: white;
  background-color: #0086CC;
  padding: 10px 20px;
}

.WorkSteps {
  padding: 80px 0px;
}

.WorkSteps .card {
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 10px #00000030;
          box-shadow: 0px 5px 10px #00000030;
  padding: 0px 20px 20px;
  text-align: center;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  position: relative;
}

.WorkSteps .card::before {
  content: '';
  display: inline-block;
  width: 0%;
  height: 10px;
  position: absolute;
  right: 50%;
  top: 0px;
  background: -webkit-gradient(linear, left top, right top, from(#00CC54), to(#0086CC));
  background: linear-gradient(90deg, #00CC54, #0086CC);
  border-radius: 20px 20px 20px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.WorkSteps .card::after {
  content: '';
  display: inline-block;
  width: 0%;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 0px;
  background: -webkit-gradient(linear, left top, right top, from(#0086CC), to(#00CC54));
  background: linear-gradient(90deg, #0086CC, #00CC54);
  border-radius: 20px 20px 20px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.WorkSteps .card:hover::before {
  width: 45%;
}

.WorkSteps .card:hover::after {
  width: 45%;
}

.WorkSteps .card .icon {
  position: relative;
  z-index: 2;
  width: 150px;
  height: 150px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -50px auto 0px;
  background-size: cover;
  background-position: center center;
}

.WorkSteps .card .icon h2 {
  margin-top: -40px;
  font-weight: bold;
  color: #fff;
}

.WorkSteps .card .cardContent {
  position: relative;
  z-index: 1;
}

.WorkSteps .card .cardContent h4 {
  font-weight: bold;
  margin-bottom: 10px;
}

.WorkSteps .image:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 64px;
  height: 64px;
  border-radius: 6px;
  -webkit-transform: rotate(33.75deg);
          transform: rotate(33.75deg);
  background: linear-gradient(45deg, transparent, rgba(47, 85, 212, 0.1));
}

/* ////////////////////////////////////////////  */
/* /////////////////////////////////////////////  */
/* ///////////////////             /////////////// */
/* ////////////////////////////////////////////  */
/* ////////////////////////////////////////////  */
/* ////////////////////////////////////////////  */
.tab-content {
  padding: 0 !important;
}

.CarsSlider {
  position: relative;
  padding: 0 0 50px 0px;
}

.CarsSlider .Title h2 {
  color: #424141;
}

.CarsSlider .cars .swiper-slide {
  padding: 5px;
  width: auto;
}

.CarsSlider .cars .swiper-slide img {
  height: 100px;
  margin: 0px 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.CarsSlider .swiper-button-next:after {
  content: '\f104' !important;
  font-family: FontAwesome;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  color: #00CC54;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.CarsSlider .swiper-button-prev:after {
  content: '\f105' !important;
  font-family: FontAwesome;
  font-style: normal;
  margin: 0px 10px 0px 0px;
  text-decoration: none;
  color: #00CC54;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.CarsSlider .swiper-button-next {
  left: 0 !important;
}

.CarsSlider .swiper-button-prev {
  right: 0 !important;
}

.CarsSlider .swiper-button-prev.swiper-button-disabled,
.CarsSlider .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.seofy_hexagon {
  width: 84%;
  height: 84%;
  left: 8%;
  top: 8%;
}

.seofy_hexagon:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: service_hexagon_1 2s infinite linear;
  animation: service_hexagon_1 2s infinite linear;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.seofy_hexagon:nth-child(2) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation: service_hexagon_2 2s infinite linear;
  animation: service_hexagon_2 2s infinite linear;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.seofy_hexagon > svg {
  width: 18px;
}

.seofy_module_services_3 .services_icon {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.seofy_module_services_3 .services_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.seofy_module_services_3 .services_content {
  font-size: 18px;
  margin-bottom: 15px;
}

.seofy_module_services_3 .services_wrapper:hover .seofy_hexagon:nth-child(1),
.seofy_module_services_3 .services_wrapper:hover .seofy_hexagon:nth-child(2) {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.seofy_module_services_3 .services_button {
  margin-left: 0;
}

@-webkit-keyframes service_hexagon_1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes service_hexagon_1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes service_hexagon_2 {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
}

@keyframes service_hexagon_2 {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
}

.seofy_module_services_4 {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

#Footer {
  background-color: #fff;
  padding: 15px 20px;
  color: #000;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0px -3px 5px #00000010;
          box-shadow: 0px -3px 5px #00000010;
}

#Footer a {
  color: #000;
  font-weight: bold;
}

#Footer .socialIcons {
  padding: 5px;
}

#Footer .socialIcons a {
  width: 40px;
  height: 40px;
  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;
  margin: 0px 5px;
  border: 1px solid #a2a2a2;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border-radius: 100px;
}

#Footer .socialIcons a i {
  color: #a2a2a2;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

#Footer .socialIcons a:hover {
  -webkit-box-shadow: 0px 3px 6px 1px #FFD70050;
          box-shadow: 0px 3px 6px 1px #FFD70050;
  border: 1px #FFD700 solid;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

#Footer .socialIcons a:hover i {
  color: #FFD700;
}

.mover {
  -webkit-animation: mover 1s infinite alternate;
          animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
/*# sourceMappingURL=style.css.map */