@charset "UTF-8";
/*
 **Var Small Width For Mobile Website 
*/
/*
 **Var Small Width For Mobile Website 
*/
/*
 **Var Medium Width For Medium Website 
*/
/*
 **Var Large Width For Large Website 
*/
/*
 **Var Color Master Website Red
*/
/*
 **Var Color Master Website Gray
*/
/*
    ** Overlay any DIV
*/
/*
    ** Prefix any Property
*/
/*
    ** Animation any DIV
*/
body {
  font-family: "moon", "Cairo", sans-serif;
  font-size: 16px;
  overflow: hidden;
}

.main-slider .container {
  position: relative;
  top: 70px;
  color: #fff;
}
.main-slider .container .image {
  padding: 70px;
}
.main-slider .container .image img {
  width: 320px;
}
.main-slider .container .carousel-inner {
  top: 80px;
  overflow: hidden;
}
.main-slider .container .carousel-inner .content {
  /*direction: rtl;*/
  text-align: left;
  position: relative;
  top: 0;
  z-index: 2;
  border-left: 2px solid #f7a733;
  padding-left: 20px;
  margin-left: 40px;
}
.main-slider .container .carousel-inner .content h1 {
  margin-bottom: 10px;
  font-size: 2rem;
}
.main-slider .container .carousel-inner .content p {
  width: 400px;
  color: #c1edca;
  word-wrap: break-word;
}
.main-slider .container .carousel-inner .content a {
  border: 2px solid #f7a733;
  background-color: transparent;
  padding: 2px 10px;
  text-decoration: none;
  color: #f7a733;
  display: block;
  width: 85px;
  margin-right: 260px;
  transition: all 0.7s ease-in-out;
}
.main-slider .container .carousel-inner .content a:hover {
  background-color: #f7a733;
  color: #fff;
}
.main-slider .container .carousel-indicators {
  bottom: -125px;
  z-index: 100;
}
.main-slider .container .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f7a733;
}
@media (max-width: 992px) {
  .main-slider .container {
    top: 40px;
  }
  .main-slider .container .image {
    padding: 40px;
  }
  .main-slider .container .image img {
    width: 250px;
  }
  .main-slider .container .carousel-inner {
    background-color: transparent;
    padding: 10px;
  }
  .main-slider .container .carousel-indicators {
    bottom: -125px;
    z-index: 100;
    overflow: hidden;
    background-color: transparent;
  }
  .main-slider .container .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f7a733;
  }
}
@media (max-width: 576px) {
  .main-slider .container .carousel-inner {
    background-color: #003e3d;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .main-slider .container .carousel-inner {
    background-color: #003e3d;
    padding: 10px;
  }
}

/*End Slider*/
/*Start About-home*/
.about-home {
  padding: 50px 0;
  position: relative;
  margin-top: 100px;
}
.about-home h2 {
  color: #003e3d;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 30px;
}
.about-home p {
  color: #999;
  line-height: 2;
  width: 90%;
  padding-left: 10px;
}
.about-home p::before, .about-home p::after {
  content: none;
}
.about-home .choose-btn {
  background-color: #f7a631;
  display: inline-block;
  width: auto;
  margin: 0;
}
.about-home .choose-btn:hover {
  border: 2px solid #f7a631;
  color: #f7a631;
  background-color: transparent;
}
.about-home img {
  width: 100%;
  position: relative;
  top: -100px;
}
@media (max-width: 768px) {
  .about-home .about-home-text {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

/*End About-home*/
/*Start BackGround*/
.backGround {
  background: url(../images/bg.png) no-repeat center center;
  background-size: cover;
}

/*End BackGround*/
/*Start Services*/
.services {
  padding: 80px 0;
}
.services .card-body {
  width: 100%;
  height: 250px;
  perspective: 1000px;
  position: relative;
}
.services .card-body::before {
  content: "";
  position: absolute;
  top: 13%;
  left: 2%;
  background-color: #9b7575;
  width: 95%;
  height: 86%;
  border-radius: 5px;
}
.services .card-body .flip-Card {
  width: 90%;
  height: 250px;
  position: relative;
  margin: auto;
  transform-style: preserve-3d;
  border-radius: 10px;
  transition: all 1s ease-in-out;
}
.services .card-body .flip-Card div {
  position: absolute;
  width: 105%;
  height: 95%;
  top: 2.5%;
  left: -2.5%;
  background-color: #fff;
  overflow: hidden;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #999;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}
.services .card-body .flip-Card .face {
  z-index: 2;
  padding: 20px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotate(0);
}
.services .card-body .flip-Card .face .image {
  width: 200px;
  height: 170px;
  margin: auto;
}
.services .card-body .flip-Card .face .image img {
  width: 100%;
}
.services .card-body .flip-Card .face h3 {
  color: #003e3d;
  text-transform: uppercase;
}
.services .card-body .flip-Card .back {
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.services .card-body .flip-Card .back p {
  color: #333;
  line-height: 2rem;
  font-size: 20px;
}
.services .card-body .flip-Card:hover {
  transform: rotateY(-180deg);
}
.services .colm-card:nth-child(2) .card-body:before {
  background-color: #01412d;
}
.services .colm-card:nth-child(3) .card-body:before {
  background-color: #a5a7a6;
}
.services .colm-card:nth-child(4) .card-body:before {
  background-color: #009384;
}
.services .colm-card:nth-child(5) .card-body:before {
  background-color: #f7a63b;
}
.services .colm-card:last-of-type .card-body:before {
  background-color: #0b5d8f;
}
@media (max-width: 992px) {
  .services h3 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .services h3 {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .services h3 {
    font-size: 30px;
  }
}

/*End Services*/
/*Start Works*/
.works {
  padding: 50px 0;
}
.works ul li {
  text-align: center;
  height: 50px;
  width: 47%;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 2%;
  display: inline-block;
  line-height: 50px;
  background-color: #333;
  color: #fff;
  border-radius: 10px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.works ul li:hover {
  background-color: rgba(247, 167, 51, 0.8);
}
.works ul .active {
  background-color: #f7a733;
}
.works .veiw {
  background: url(../images/Apple-Macbook-Gold-500x294.png) no-repeat center center;
  background-size: cover;
  width: 600px;
  height: 350px;
  position: relative;
}
.works .veiw .image {
  position: absolute;
  top: 24px;
  left: 75px;
  background-color: #999;
  width: 450px;
  height: 282px;
  overflow: hidden;
  transition: all 3s ease-in-out;
}
.works .veiw .image img {
  width: 100%;
  margin-top: 0;
  transition: all 3s ease-in-out;
}
.works .veiw .image img:hover {
  margin-top: -648px;
}
@media (max-width: 992px) {
  .works .veiw {
    background: none;
    background-color: #999;
    border: 2px solid #666;
    border-radius: 10px;
    overflow: hidden;
  }
  .works .veiw .image {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .works .veiw {
    background: none;
    background-color: #999;
    border: 2px solid #666;
    border-radius: 10px;
    overflow: hidden;
  }
  .works .veiw .image {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 576px) {
  .works .veiw {
    background: none;
    background-color: #999;
    border: 2px solid #666;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 350px;
  }
  .works .veiw .image {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

/*End Works*/
/*Start Integrations*/
.Integrations {
  padding: 80px 0;
  position: relative;
  z-index: 99;
}
.Integrations .icon {
  margin-bottom: 30px;
  width: 190px;
}
.Integrations .icon .image {
  position: relative;
}
.Integrations .icon .image img {
  display: block;
  margin: auto;
  height: 75px;
}
.Integrations .icon .image .one, .Integrations .icon .image .two {
  position: absolute;
  top: -10px;
  left: 50px;
  width: 50%;
  height: 120%;
  background-color: rgba(0, 62, 61, 0.05);
  border-radius: 52% 48% 52% 48%/28% 32% 68% 72%;
}
.Integrations .icon .image .two {
  transform: rotate(180deg);
}
.Integrations .icon h3 {
  color: #f7a733;
  font-weight: 500;
  padding: 10px 0;
  margin-bottom: 0;
}
.Integrations .icon h3 ~ p {
  text-transform: uppercase;
  color: #003e3d;
  /*font-weight: bold;*/
  font-size: 20px;
  margin: 0;
  padding: 0;
}
@media (max-width: 576px) {
  .Integrations {
    /*  .icon {
          width: 100%;
          margin: auto;
          .one, .two{
              left: 182px;
              width: 25%;
          }
      }*/
  }
}

/*End Integrations*/
/*Start Studies*/
.Studies {
  padding: 80px 0;
}
.Studies p::after, .Studies p::before {
  content: none;
}
.Studies .choose-btn {
  background-color: #f7a631;
  display: inline-block;
  width: auto;
  margin: 0 0 30px;
  padding: 5px 15px;
}
.Studies .choose-btn:hover {
  border: 2px solid #f7a631;
  color: #f7a631;
  background-color: transparent;
}
.Studies .card {
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-in-out;
  margin-bottom: 30px;
}
.Studies .card .card-body {
  padding: 0;
}
.Studies .card .card-body h5 {
  padding-top: 1.25rem;
  padding-left: 1.25rem;
  text-transform: uppercase;
  color: #003e3d;
}
.Studies .card .card-body .card-text {
  padding-left: 1.35rem;
  line-height: 1.5rem;
}
.Studies .card .card-body .btn-primary {
  width: 100%;
  background-color: #003e3d;
  border: none;
  border-radius: 0 0 0.25rem 0.25rem;
}
.Studies .card:hover {
  box-shadow: 0 10px 35px 5px rgba(0, 0, 0, 0.2);
  transform: translateY(-8px) !important;
}

/*End Studies*/
/*Start PricesLists*/
.pricesLists {
  padding: 50px 0;
}
.pricesLists .list-Price {
  background-color: #e5e7e7;
  position: relative;
  margin: 0 20px;
  border-radius: 4px;
  margin-bottom: 50px;
  transition: all 0.7s ease-in-out;
}
.pricesLists .list-Price h3 {
  background-color: #a6a6a6;
  width: 100%;
  height: 150px;
  color: #fff;
  padding-top: 30px;
  text-transform: uppercase;
  font-weight: 500;
}
.pricesLists .list-Price .price {
  border-radius: 50%;
  background-color: #fff;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 1px 0px 8px rgba(255, 255, 255, 0.5);
}
.pricesLists .list-Price .price p {
  line-height: 90px;
  font-size: 22px;
  font-weight: 500;
  color: #a6a6a6;
  margin: 0;
}
.pricesLists .list-Price .price span {
  display: block;
  position: relative;
  top: -30px;
  font-size: 10px;
  color: #a6a6a6;
  text-transform: uppercase;
}
.pricesLists .list-Price .item {
  margin-top: 80px;
  margin-bottom: 25px;
  padding: 0 10px;
}
.pricesLists .list-Price .item li {
  margin-bottom: 10px;
  font-size: 14px;
}
.pricesLists .list-Price .item li:first-of-type i {
  color: #5284ff;
}
.pricesLists .list-Price .item li:nth-child(2) i {
  color: #5284ff;
}
.pricesLists .list-Price .item li:nth-child(3) i {
  color: #f83c7b;
}
.pricesLists .list-Price .item li:last-of-type i {
  color: #f83c7b;
}
.pricesLists .list-Price .item li i {
  padding-right: 10px;
}
.pricesLists .list-Price:hover {
  box-shadow: 0 10px 35px 5px rgba(0, 0, 0, 0.2);
}
.pricesLists .list-Price-item:nth-child(2) .list-Price h3 {
  background-color: #f7a631;
}
.pricesLists .list-Price-item:nth-child(2) .list-Price .choose-btn {
  background-color: #f7a631;
}
.pricesLists .list-Price-item:last-of-type .list-Price h3 {
  background-color: #f76969;
}
.pricesLists .list-Price-item:last-of-type .list-Price .choose-btn {
  background-color: #f76969;
}
.pricesLists choose-btn {
  margin-bottom: 20px;
}

/*End Prices Lists*/
/*Start Partners*/
.Partners {
  padding: 50px 0;
  /*background-color: #edefed;*/
}
.Partners .carousel-item .logo {
  background-color: #fff;
  width: 100%;
  height: 120px;
  margin-bottom: 30px;
  padding-top: 10px;
  transition: all 0.7s ease-in-out;
}
.Partners .carousel-item .logo img {
  filter: grayscale(1);
  opacity: 0.5;
  transition: all 0.7s ease-in-out;
}
.Partners .carousel-item .logo:hover {
  box-shadow: 0 10px 35px 5px rgba(0, 0, 0, 0.2);
}
.Partners .carousel-item .logo:hover img {
  filter: none;
  opacity: 1;
}
.Partners .carousel-indicators {
  bottom: -30px;
}
.Partners .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f7a733;
}

/*End Partners*/
/*Start team*/
.team {
  padding: 50px 0;
  /*background: url(../images/bgTeam.png) no-repeat center center;
  background-size: cover;*/
}
.team .carousel-item .team-item {
  /*overflow: hidden;*/
  filter: grayscale(1);
  transition: all 0.5s ease-in-out;
}
.team .carousel-item .team-item img {
  width: 100%;
  height: 290px;
  border-radius: 20px;
  margin-top: 15px;
  position: relative;
  border-bottom: 7px solid transparent;
  transition: all 0.5s ease-in-out;
  /*overflow: hidden;*/
}
.team .carousel-item .team-item h3 {
  margin-top: 10px;
  color: #3b434c;
}
.team .carousel-item .team-item h3 ~ p {
  color: #3b434c;
  line-height: 1.8;
  padding: 10px;
}
.team .carousel-item .team-item:hover {
  filter: none;
  filter: grayscale(0);
}
.team .carousel-item .team-item:hover img {
  transform: scale(1.01);
  border-radius: 20px;
  border-bottom: 7px solid #f7600e;
}
.team .carousel-indicators {
  bottom: -30px;
}
.team .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f7a733;
}

/*End Partners*/
/*Start Contact-home*/
.Contact-home {
  padding: 50px 0;
  /*background-color: #edefed;*/
  background: url(../images/map.png) no-repeat center center;
  background-size: cover;
}
.Contact-home h2 ~ p::after {
  background-color: #fff;
}
.Contact-home .row {
  justify-content: center;
}
.Contact-home .Contact-call {
  background-color: #fff;
  padding: 40px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.Contact-home .Contact-call h4 {
  color: #003e3d;
  text-transform: 500;
}
.Contact-home .Contact-call h4 a {
  color: #003e3d;
  text-transform: 500;
  text-decoration: none;
}
.Contact-home .Contact-call p {
  color: #999999;
  margin-bottom: 20px;
  padding: 0;
  font-size: 14px;
  margin-left: 10px;
}
.Contact-home .Contact-call p i {
  padding-right: 10px;
  padding-bottom: 10px;
}
.Contact-home form {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.Contact-home form input, .Contact-home form textarea {
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0;
}
.Contact-home form input:focus, .Contact-home form textarea:focus {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #003e3d;
}
.Contact-home form .choose-btn {
  margin: 0;
  margin-top: 40px;
  background-color: #003e3d;
}
.Contact-home form .choose-btn:hover {
  background-color: transparent;
  color: #003e3d;
  border-color: #003e3d;
}

/*End Contact-home*/
/*Start Copy-right*/
.transform {
  position: relative;
}
.transform .rotate {
  background-color: #f7a733;
  width: 100%;
  height: 20px;
  transform: rotate(0.5deg);
  position: absolute;
  bottom: -10px;
  z-index: -1;
}

footer {
  background-color: #003e3d;
  padding: 10px 0;
  color: #fff;
  z-index: 2;
}
footer p {
  margin: 0;
}

/*End Copy-right*/
::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #f7a733;
}

::-webkit-scrollbar-thumb:hover {
  background: #f7a733;
}

.navbar {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: transparent;
}
.navbar .navbar-nav {
  top: -100px;
}
.navbar .navbar-nav .nav-item {
  padding: 10px 20px;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 18px;
  position: relative;
  transition: 0.5s;
  padding: 0;
}
.navbar .navbar-nav .nav-item .nav-link::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: transparent;
  position: absolute;
  bottom: -5px;
  left: 0;
  border-radius: 2px;
  transition: 0.5s;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #f7a733;
}
.navbar .navbar-nav .nav-item .nav-link:hover::before {
  background-color: #f7a733;
  width: 50%;
}
.navbar .navbar-nav .nav-item.active .nav-link {
  color: #f7a733;
  position: relative;
  font-weight: bold;
}
.navbar .navbar-nav .nav-item.active .nav-link::before {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #f7a733;
  position: absolute;
  bottom: -5px;
  left: 0;
  border-radius: 2px;
}
.navbar .navbar-nav .dropdown-menu {
  top: 85%;
  background-color: rgba(13, 95, 95, 0.9);
  z-index: 9999;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  color: #fff;
  border-bottom: 1px solid #062929;
  padding: 0.5rem 1.5rem;
  width: 220px;
  transition: all 0.7s ease-in-out;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: rgba(247, 167, 51, 0.9);
  color: #fff;
  padding-left: 15px;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:last-of-type {
  border: none;
}
@media (max-width: 992px) {
  .navbar .navbar-toggler:not(:disabled):not(.disabled) {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .navbar .navbar-toggler:not(:disabled):not(.disabled) .navbar-toggler-icon {
    position: relative;
  }
  .navbar .navbar-toggler:not(:disabled):not(.disabled) .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    left: 2px;
  }
  .navbar .navbar-collapse {
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #000;
  }
  .navbar .navbar-collapse .dropdown-menu {
    width: 223px;
  }
}

/*Start Heading Any Sction*/
.text-header {
  color: #003e3d;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
.text-header span {
  color: #f7a733;
}

.text-header ~ p {
  color: #999;
  margin-bottom: 60px;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
}
.text-header ~ p::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 40%;
  width: 200px;
  height: 1px;
  background-color: #999;
}
.text-header ~ p::after {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 48%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f7a733;
  border: 10px solid #edefed;
}
@media (max-width: 992px) {
  .text-header ~ p::before {
    left: 36%;
  }
}
@media (max-width: 768px) {
  .text-header ~ p::before {
    left: 30%;
  }
}
@media (max-width: 576px) {
  .text-header ~ p::before {
    left: 28%;
  }
}

/*End Heading Any Sction*/
.social-nav {
  position: fixed;
  left: 0;
  bottom: 40px;
  z-index: 999;
}
.social-nav li {
  display: block;
  margin: 1em 0;
}
.social-nav li a {
  display: inline-block;
  float: none;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  /*background: #000;*/
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.social-nav li a .front {
  color: #fff;
  font-size: 12px;
}

.model-3d-0 a {
  border-radius: 5px;
  /*background: #5C5B5B;*/
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.model-3d-0 a:hover {
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.model-3d-0 .front, .model-3d-0 .back {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  -webkit-transform: translateZ(18px);
  -moz-transform: translateZ(18px);
  -ms-transform: translateZ(18px);
  -o-transform: translateZ(18px);
  transform: translateZ(18px);
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible;
  color: #212121;
  font-size: 12px;
}
.model-3d-0 .back {
  -webkit-transform: rotateX(90deg) translateZ(18px);
  -moz-transform: rotateX(90deg) translateZ(18px);
  -ms-transform: rotateX(90deg) translateZ(18px);
  -o-transform: rotateX(90deg) translateZ(18px);
  transform: rotateX(90deg) translateZ(18px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.model-3d-0 a.twitter .front {
  background: #00acee;
}
.model-3d-0 a.facebook .front {
  background: #3b5998;
}
.model-3d-0 a.instagram .front {
  background: #f77737;
}
.model-3d-0 a.behance .front {
  background: #1769ff;
}
.model-3d-0 a.linkedin .front {
  background: #0077b5;
}
.model-3d-0 a.twitter .back, .model-3d-0 a.facebook .back, .model-3d-0 a.instagram .back, .model-3d-0 a.behance .back, .model-3d-0 a.linkedin .back {
  background: #fff;
  border: 1px solid #666;
}
.model-3d-0 a:hover .back {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible;
}

/******====== Start Loader ======******/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section.wrapper {
  padding: 40px 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #003e3d;
}
section.wrapper img {
  margin: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.wrapper .spinner {
  -moz-animation: rotate 10s infinite linear;
  -webkit-animation: rotate 10s infinite linear;
  animation: rotate 10s infinite linear;
  position: relative;
  display: block;
  margin: 460px auto;
  width: 142px;
  height: 142px;
}
section.wrapper .spinner i {
  -moz-animation: rotate 3s infinite cubic-bezier(0.09, 0.6, 0.8, 0.03);
  -webkit-animation: rotate 3s infinite cubic-bezier(0.09, 0.6, 0.8, 0.03);
  animation: rotate 3s infinite cubic-bezier(0.09, 0.6, 0.8, 0.03);
  -moz-transform-origin: 50% 100% 0;
  -webkit-transform-origin: 50% 100% 0;
  transform-origin: 50% 100% 0;
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  border: solid 6px transparent;
  border-bottom: none;
}
section.wrapper .spinner i:nth-child(1) {
  -moz-animation-timing-function: cubic-bezier(0.09, 0.3, 0.12, 0.03);
  -webkit-animation-timing-function: cubic-bezier(0.09, 0.3, 0.12, 0.03);
  animation-timing-function: cubic-bezier(0.09, 0.3, 0.12, 0.03);
  width: 44px;
  height: 22px;
  margin-top: -22px;
  margin-left: -22px;
  border-color: #2172b8;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
}
section.wrapper .spinner i:nth-child(2) {
  -moz-animation-timing-function: cubic-bezier(0.09, 0.6, 0.24, 0.03);
  -webkit-animation-timing-function: cubic-bezier(0.09, 0.6, 0.24, 0.03);
  animation-timing-function: cubic-bezier(0.09, 0.6, 0.24, 0.03);
  width: 58px;
  height: 29px;
  margin-top: -29px;
  margin-left: -29px;
  border-color: #18a39b;
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
}
section.wrapper .spinner i::nth-child(3) {
  -moz-animation-timing-function: cubic-bezier(0.09, 0.9, 0.36, 0.03);
  -webkit-animation-timing-function: cubic-bezier(0.09, 0.9, 0.36, 0.03);
  animation-timing-function: cubic-bezier(0.09, 0.9, 0.36, 0.03);
  width: 72px;
  height: 36px;
  margin-top: -36px;
  margin-left: -36px;
  border-color: #82c545;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
}
section.wrapper .spinner i:nth-child(4) {
  -moz-animation-timing-function: cubic-bezier(0.09, 1.2, 0.48, 0.03);
  -webkit-animation-timing-function: cubic-bezier(0.09, 1.2, 0.48, 0.03);
  animation-timing-function: cubic-bezier(0.09, 1.2, 0.48, 0.03);
  width: 86px;
  height: 43px;
  margin-top: -43px;
  margin-left: -43px;
  border-color: #f8b739;
  border-top-left-radius: 54px;
  border-top-right-radius: 54px;
}
section.wrapper .spinner i:nth-child(5) {
  -moz-animation-timing-function: cubic-bezier(0.09, 1.5, 0.6, 0.03);
  -webkit-animation-timing-function: cubic-bezier(0.09, 1.5, 0.6, 0.03);
  animation-timing-function: cubic-bezier(0.09, 1.5, 0.6, 0.03);
  width: 100px;
  height: 50px;
  margin-top: -50px;
  margin-left: -50px;
  border-color: #f06045;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}
section.wrapper .spinner i:nth-child(6) {
  -moz-animation-timing-function: cubic-bezier(0.09, 1.8, 0.72, 0.03);
  -webkit-animation-timing-function: cubic-bezier(0.09, 1.8, 0.72, 0.03);
  animation-timing-function: cubic-bezier(0.09, 1.8, 0.72, 0.03);
  width: 114px;
  height: 57px;
  margin-top: -57px;
  margin-left: -57px;
  border-color: #ed2861;
  border-top-left-radius: 66px;
  border-top-right-radius: 66px;
}
section.wrapper .spinner i:nth-child(7) {
  -moz-animation-timing-function: cubic-bezier(0.09, 2.1, 0.84, 0.03);
  -webkit-animation-timing-function: cubic-bezier(0.09, 2.1, 0.84, 0.03);
  animation-timing-function: cubic-bezier(0.09, 2.1, 0.84, 0.03);
  width: 128px;
  height: 64px;
  margin-top: -64px;
  margin-left: -64px;
  border-color: #c12680;
  border-top-left-radius: 72px;
  border-top-right-radius: 72px;
}
section.wrapper .spinner i:nth-child(8) {
  -moz-animation-timing-function: cubic-bezier(0.09, 2.4, 0.96, 0.03);
  -webkit-animation-timing-function: cubic-bezier(0.09, 2.4, 0.96, 0.03);
  animation-timing-function: cubic-bezier(0.09, 2.4, 0.96, 0.03);
  width: 142px;
  height: 71px;
  margin-top: -71px;
  margin-left: -71px;
  border-color: #5d3191;
  border-top-left-radius: 78px;
  border-top-right-radius: 78px;
}

@-moz-keyframes rotate {
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.choose-btn {
  text-decoration: none;
  border: 2px solid transparent;
  color: #fff;
  background-color: #a6a6a6;
  padding: 10px 15px;
  border-radius: 3px;
  box-shadow: 0px 2px 4.75px 0.25px rgba(0, 0, 0, 0.25);
  transition: all 0.7s ease-in-out;
}

.choose-btn:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: none;
}

/*Start Footer*/
.footer {
  padding: 20px 0;
  color: #fff;
  background: url(../images/texture.jpg) center center #131313;
  position: relative;
  color: #fff;
}
.footer::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 19, 19, 0.7);
  z-index: 1;
}
.footer .row {
  position: relative;
  z-index: 2;
}
.footer .row h3 {
  color: #f7a733;
  padding: 10px 0;
  font-family: "Charm", cursive;
  font-weight: bold;
}
.footer .row .address, .footer .row .tel {
  color: #eee;
  padding: 10px 0;
}
.footer .row .address i, .footer .row .tel i {
  padding-right: 10px;
}
.footer .row .social {
  padding: 20px;
  display: flex;
  justify-content: space-around;
  align-content: center;
  margin-top: 15%;
}
.footer .row .social div {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  /*background-color: #fff;*/
  color: #fff;
  text-align: center;
  line-height: 65px;
  transform: rotate(45deg);
  transition: 1s;
  box-shadow: 0 0 0 2px #212529, 0 0 0 5px #e05b4f;
}
.footer .row .social div a {
  text-decoration: none;
  color: #fff;
}
.footer .row .social div a i {
  transform: rotate(-45deg);
}
.footer .row .social div:hover {
  transform: rotate(405deg);
}
.footer .row .social .face {
  background-color: #3b5998;
}
.footer .row .social .twitter {
  background-color: #1da1f2;
}
.footer .row .social .instagram {
  background-color: #e1306c;
}
.footer .row .social .youtube {
  background-color: #ff0000;
}
.footer .row .link-website a {
  text-decoration: none;
  color: #eee;
}

.copyRight {
  /*background: linear-gradient(to top, #a56015 0%,  #3c2313 100%);*/
  background-color: #212529;
  padding-bottom: 15px;
  padding-top: 15px;
  color: #eee;
}
.copyRight a {
  text-decoration: underline;
  color: #bbb;
}

/*End Footer*/
.slider-img-about {
  background: url(../images/about.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  padding: 100px 0;
}
.slider-img-about .container {
  background-color: #fff;
  padding: 40px;
}
.slider-img-about .container .our-about .about-home-text {
  top: 100px;
}
.slider-img-about .container .our-about .about-home-text h2 {
  color: #003e3d;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 30px;
}
.slider-img-about .container .our-about .about-home-text p {
  color: #999;
  line-height: 2;
  width: 90%;
  padding-left: 10px;
}
.slider-img-about .container .our-about .about-home-text p::before, .slider-img-about .container .our-about .about-home-text p::after {
  content: none;
}
.slider-img-about .container .our-about .about-home-text .choose-btn {
  background-color: #f7a631;
  display: inline-block;
  width: auto;
  margin: 0;
}
.slider-img-about .container .our-about .about-home-text .choose-btn:hover {
  border: 2px solid #f7a631;
  color: #f7a631;
  background-color: transparent;
}
.slider-img-about .container .our-about .about-home-text img {
  width: 100%;
  position: relative;
  top: -100px;
}

.slider-img {
  background: url(../images/OUR+SERVICES.png) no-repeat center center;
  background-size: cover;
  height: 342px;
  width: 100%;
}

/*Start Design*/
.Design {
  padding: 80px 0;
}
.Design h2 {
  color: #003e3d;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
.Design h2 span {
  color: #f7a733;
}
.Design p {
  width: 80%;
  margin-bottom: 30px;
}
.Design .choose-btn {
  background-color: #f7a631;
  display: block;
  width: 150px;
  text-align: center;
  margin-bottom: 50px;
}
.Design .image img {
  width: 100%;
}

/*End Design*/
/*Start Footer*/
.Footer {
  padding: 20px 0;
  background: url(../images/map.png) no-repeat center center #003e3d;
  background-size: cover;
  position: relative;
  margin-bottom: 16px;
  color: #fff;
}
.Footer .Contact-call {
  /*padding: 40px ;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);*/
}
.Footer .Contact-call h4 {
  color: #f7a733;
  text-transform: 500;
}
.Footer .Contact-call h4 a {
  color: #f7a733;
  text-transform: 500;
  text-decoration: none;
}
.Footer .Contact-call p {
  color: #fff;
  margin-bottom: 5px;
  padding: 0;
  font-size: 14px;
  margin-left: 10px;
}
.Footer .Contact-call p i {
  padding-right: 10px;
  padding-bottom: 10px;
}
.Footer .title {
  position: relative;
  background-color: #fff;
  color: #333;
  height: 200px;
  width: 100%;
  border-radius: 10px;
  border: 5px solid #666;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 40px;
}
.Footer .title p {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.Footer .title p span {
  display: block;
  bottom: -55px;
  left: 30px;
  position: absolute;
  font-size: 40px;
  color: #666;
}
.Footer ul {
  margin-top: 10px;
}
.Footer ul li {
  font-size: 22px;
  line-height: 2.5rem;
  text-transform: uppercase;
  cursor: pointer;
}
.Footer ul li a {
  text-decoration: none;
  color: #fff;
}
.Footer ul li a:hover {
  color: rgba(247, 167, 51, 0.5);
}
.Footer .Services {
  line-height: 2.2rem;
}
.Footer .Services h4 {
  color: #f7a733;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0;
}
.Footer .Services a {
  display: block;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
}
.Footer .Services a:hover {
  color: rgba(247, 167, 51, 0.5);
}

/*End Footer*/
.slider-img-works {
  background: url(../images/ourWorks.jpg) no-repeat center center;
  background-size: cover;
  height: 500px;
  width: 100%;
}

/* Start Our-works*/
.our-works {
  padding: 50px 0;
}
.our-works .card .image {
  height: 200px;
  overflow: hidden;
  background-color: #eee;
  transition: all 2.5s ease-in-out;
}
.our-works .card .image img {
  width: 100%;
  transition: all 2.5s ease-in-out;
}
.our-works .card .image:hover img {
  margin-top: -300px;
}

/* End Our-works*/
.slider-img-Joinus {
  background: url(../images/join_us_header_big.jpg) no-repeat center center;
  background-size: cover;
  height: 500px;
  width: 100%;
}

.choose-btn {
  margin-top: 20px;
  background-color: #003e3d;
}

/*# sourceMappingURL=main-style.css.map */
