@font-face {
  font-family: "NeoSansArabic";
  src: url(../fonts/NeoSansArabic.ttf); }
@font-face {
  font-family: "HelveticaNeueLTB";
  src: url(../fonts/HelveticaNeueLTB.otf); }
@font-face {
  font-family: "Tajawal-Regular";
  src: url(../fonts/ArbFONTS-Tajawal-Regular.ttf); }
@font-face {
  font-family: "Tajawal-Bold";
  src: url(../fonts/ArbFONTS-Tajawal-Bold.ttf); }
@font-face {
  font-family: "ITC";
  src: url(../fonts/ITC.ttf); }
@font-face {
  font-family: "NeoSansbold";
  src: url(../fonts/NeoSansArabicBold.ttf); }
@font-face {
  font-family: "helveticaneuelt";
  src: url(../fonts/helveticaneuelt-arabic-55-roman.ttf); }
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important; }
  * a:hover {
    text-decoration: none; }

.fa-tiktok:before{
    content:"\e07b";
}

iframe, img {
  max-width: 100%; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }


.whats-fixed{
    position: fixed;
    bottom: 5px;
    left: 20px;
    background: #808080;
    color: #fff !important;
    border-radius: 35px;
    padding: 10px;
    font-size: 14px;
    z-index: 99;
}

.map iframe{
    width:100%;
    height:300px;
    display:block;
}


body {
  font-family: Tajawal-Regular !important;
  position: relative;
  background-color: #303130;
}

/*Start Search*/
.search-btn {
  cursor: pointer; }

.search-area {
  position: absolute;
  top: 0%;
  right: 0%;
  opacity: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all linear .4s;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 250px 0 0 0;
  visibility: hidden;
  transform: scale(0); }
  .search-area .search-content form input {
    background: #2d73f6;
    border: 0;
    padding: 20px;
    width: 80%;
    color: #fff;
    border-bottom: 2px solid #010566; }
    .search-area .search-content form input::placeholder {
      color: #ffffff;
      font-family: "ITC" !important; }
  .search-area .search-content form button {
    background: #fff;
    color: #808080;
    border: 0;
    padding: 18px;}
  .search-area .search-content .search-close {
    transition: all linear .4s;
    position: absolute;
    top: 15px;
    left: 2%;
    background: transparent;
    border: 2px solid #9c9da1;
    border-radius: 0%;
    width: 50px;
    height: 50px;
    color: #ffffff;
    padding: 3px 0 0 0; }
    .search-area .search-content .search-close:hover {
      opacity: .5;
      transform: scale(0.9); }

/* End Search*/
/* Start Scroll */
body::-webkit-scrollbar-track {
  background: #d3d4e8; }

body::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 50px; }

body::-webkit-scrollbar {
  width: .5em; }

/* End Scroll */
.hidbut {
  display: none; }

.viemob {
  display: none; }

.inside-header {
  /*background-image: url(../img/new-sli.png);*/
  background-repeat: repeat;
  padding: 20px 0; }
  .inside-header .header-settings {
    display: flex;
    padding-top: 40px;
    justify-content: center; }
    .inside-header .header-settings .menu-button {
      display: none; }
    .inside-header .header-settings a {
    margin-bottom: 10px;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    background-color: #FFE !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: "HelveticaNeueLTB" !important;
    color: #808080;
    transition: linear .4s;
    margin-inline-end:10px;
    vertical-align: bottom;}
      .inside-header .header-settings a:hover {
        transition: linear .4s;
        background-color: #010566; }
  .inside-header .logo a {
    display: inline-block; }
    .inside-header .logo a img {
      width: 100px;
    height: 130px;}
  .inside-header .main-menu {
    display: flex;
    padding-top: 50px;
    justify-content: center; }
    .inside-header .main-menu .close-menu {
      display: none; }
    .inside-header .main-menu .nav-menu {
      margin: 0; }
      .inside-header .main-menu .nav-menu li {
        list-style: none;
        display: inline-block;
        position: relative;
        margin-left: 10px; }
        .inside-header .main-menu .nav-menu li:hover .sub-menu {
          opacity: 1;
          visibility: visible;
          transition: linear .4s; }
        .inside-header .main-menu .nav-menu li .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 2;
    border-radius: 0;
    transition: linear .4s;
    top: 44px;
    right: 00;
    width: 200px;
    height: auto;
    background-color: #212529; }
          .inside-header .main-menu .nav-menu li .sub-menu li {
            display: block;
            margin: 10px 0; }
            .inside-header .main-menu .nav-menu li .sub-menu li a {
              color: #fff !important;
              backgtround-color: transparent !important;
              font-size: 16px;
              width: auto;
              height: auto;
              margin: 10px 0;
              padding: 0 20px;
              font-family: "Tajawal-Regular" !important; }
              .inside-header .main-menu .nav-menu li .sub-menu li a:before {
                  position:unset;
                content: "\f100";
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                font-size: 14px;
                margin-left: 10px; }
          .inside-header .main-menu .nav-menu li .sub-menu .has-child-for-first-child:hover .sub-child-menu {
            opacity: 1;
            visibility: visible;
            transition: linear .4s; }
          .inside-header .main-menu .nav-menu li .sub-menu .sub-child-menu {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            border-radius: 3px;
            transition: linear .4s;
            top: 0;
            right: 80%;
            z-index: 1;
            width: 140px;
            height: auto;
            padding: 10px;
            background-color: #010566; }
            .inside-header .main-menu .nav-menu li .sub-menu .sub-child-menu li {
              display: block;
              margin: 10px 0; }
              .inside-header .main-menu .nav-menu li .sub-menu .sub-child-menu li a {
                color: #fff;
                font-family: "Tajawal-Regular" !important;
                font-size: 16px; }
        .inside-header .main-menu .nav-menu li a {
          color: #000;
          font-size: 16px;
          padding: 10px 5px;
          display: block;
          position: relative;
          transition: linear .4s; }
          .inside-header .main-menu .nav-menu li a:before {
            content: " ";
            position: absolute;
            bottom: 0%;
            left: 50%;
            transform: translateX(-50%);
            width: 0%;
            height: 2px;
            background-color: #ea346c;
            transition: linear .4s; }
          .inside-header .main-menu .nav-menu li a:hover {
            transition: linear .4s;
            color: #ea346c; }
            .inside-header .main-menu .nav-menu li a:hover:before {
              width: 100%;
              transition: linear .4s; }

/* Start header */
header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  padding-top: 15px; }
  header .logo a {
    display: inline-block; }
    header .logo a img {
      height: 156px; }
  header .main-menu {
    display: flex;
    padding-top: 40px;
    justify-content: flex-start; }
    header .main-menu .close-menu {
      display: none; }
    header .main-menu .nav-menu {
      margin: 0; }
      header .main-menu .nav-menu li {
        list-style: none;
        display: inline-block;
        position: relative;
        margin-left: 10px; }
        header .main-menu .nav-menu li:hover .sub-menu {
          opacity: 1;
          visibility: visible;
          transition: linear .4s; }
        header .main-menu .nav-menu li .sub-menu {
             opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 2;
    border-radius: 0;
    transition: linear .4s;
    top: 44px;
    right: 00;
    width: 200px;
    height: auto;
    background-color: #212529; }
          header .main-menu .nav-menu li .sub-menu li {
            display: block;
            margin: 10px 0; }
            header .main-menu .nav-menu li .sub-menu li a {
              color: #fff !important;
              background-color: transparent !important;
              font-size: 16px;
              width: auto;
              height: auto;
              margin: 10px 0;
              padding: 0 20px;
              font-family: "Tajawal-Regular" !important; }
              header .main-menu .nav-menu li .sub-menu li a:before {
                  position:unset;
                content: "\f100";
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                font-size: 14px;
                margin-left: 10px; }
          header .main-menu .nav-menu li .sub-menu .has-child-for-first-child:hover .sub-child-menu {
            opacity: 1;
            visibility: visible;
            transition: linear .4s; }
          header .main-menu .nav-menu li .sub-menu .sub-child-menu {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            border-radius: 3px;
            transition: linear .4s;
            top: 0;
            right: 80%;
            z-index: 1;
            width: 140px;
            height: auto;
            padding: 10px;
            background-color: #0e2667; }
            header .main-menu .nav-menu li .sub-menu .sub-child-menu li {
              display: block;
              margin: 10px 0; }
              header .main-menu .nav-menu li .sub-menu .sub-child-menu li a {
                color: #fff;
                font-family: "Tajawal-Regular" !important;
                font-size: 16px; }
        header .main-menu .nav-menu li a {
          color: #ffffff;
          font-size: 16px;
          padding: 10px 5px;
          display: block;
          position: relative;
          transition: linear .4s; }
          header .main-menu .nav-menu li a:before {
            content: " ";
            position: absolute;
            bottom: 0%;
            left: 50%;
            transform: translateX(-50%);
            width: 0%;
            height: 2px;
            background-color: #eb4c6c;
            transition: linear .4s; }
          header .main-menu .nav-menu li a:hover {
            transition: linear .4s;
            color: #eb4c6c; }
            header .main-menu .nav-menu li a:hover:before {
              width: 100%;
              transition: linear .4s; }
  header .header-settings {
    position: absolute;
    left: 30px;
    z-index: 2;
    top: 50px; }
    header .header-settings .menu-button {
      display: none; }
    header .header-settings a {
    margin-bottom: 10px;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    background-color: #FFE !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: "HelveticaNeueLTB" !important;
    color: #808080;
    transition: linear .4s;
    vertical-align: bottom;}
      header .header-settings a:hover {
        transition: linear .4s;
        background-color: #010566; }

/* End header */
@keyframes newexample {
  from {
    top: 80%;
    opacity: 0; }
  to {
    top: 35%;
    opacity: 1; } }
@keyframes newsexample {
  50% {
    transform: scale(1); }
  100% {
    transform: scale(1.5); } }
/* Start Slider */
.main-slider {
 /* background-image: url("../img/new-sli.png");
  */background-repeat: repeat; }
  .main-slider .item {
    position: relative;
    display: flex;
    justify-content: flex-end; }
    .main-slider .item img {
      width: 100%;
      height: 750px; }
    .main-slider .item .on-image-slider {
position: absolute;
    top: 0;
    right: 0%;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg-slider.png);
    background-position: 90px 0;
    background-repeat: no-repeat;
    background-size: cover;}
      .main-slider .item .on-image-slider p {
        margin: 0;
        color: #0a0509;
        font-family: NeoSansbold !important;
        font-size: 53px;
        line-height: 80px;
        position: absolute;
        top: 35%;
        right: 10%;
        text-align: center; }
  .main-slider .owl-nav {
    position: absolute;
    top: 60%;
    right: 10%; }
    .main-slider .owl-nav i {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #808080;
    border-radius: 50%;
    background-color: #fff !important;
    transition: linear .4s;
    margin-left: 20px; }
      .main-slider .owl-nav i:hover {
        transition: linear .4s;
        background-color: #010566;
        transform: scale(0.9); }

.main-slider .owl-item.active .on-image-slider .fade-up {
  animation-name: newexample;
  animation-duration: 4s;
  top: 35%; }

.main-slider .owl-item.active .item img {
  animation-name: newsexample;
  animation-duration: 10s;
  transform: scale(2); }

 .item-video video{
    width:100%;
    height:100vh;
        object-fit: fill;
}

/* End Slider */
/* Start Main Header */
.main-header {
  font-family: Tajawal-Bold !important;
  font-size: 48px;
  color: #ffffff;
  position: relative;
  display: block;
  text-align: center;
  margin: 0 0 70px 0;
  z-index: 1; }
  .main-header:after {
      display:none;
    content: " ";
    background-image: url(../img/bg-header.png);
    width: 146px;
    height: 30px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    animation-name: head;
    animation-timing-function: linear;
    animation-duration: 4s;
    animation-iteration-count: infinite; }

@-webkit-keyframes head {
  33% {
    bottom: 5px; }
  66% {
    bottom: -10px; }
  100% {
    bottom: 5px; } }
/* End Main Header */
/* Start contact-header */
.contact-header .all-contact-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  box-shadow: 0px 0px 4px 3px #e1dfdf;
  padding: 20px;
  position: relative;
  z-index: 2;
  border-radius: 5px;
  margin-top: -150px;
  background: #fff; }
  .contact-header .all-contact-header .whats-section a {
    display: flex;
    justify-content: center;
    align-items: center; }
    .contact-header .all-contact-header .whats-section a img {
      width: 50px;
      height: 50px;
      transition: linear .4s; }
    .contact-header .all-contact-header .whats-section a .whats-txt {
      margin: 10px 020px 0 0; }
      .contact-header .all-contact-header .whats-section a .whats-txt h5 {
        font-family: Tajawal-Bold !important;
        font-size: 18px;
        color: #ea346c; }
      .contact-header .all-contact-header .whats-section a .whats-txt span {
        font-size: 16px;
        color: #000000; }
  .contact-header .all-contact-header .whats-section:hover img {
    transition: linear .4s;
    transform: scale(0.9); }
  .contact-header .all-contact-header .social-section a {
    display: inline-block;
    margin-right: 15px; }
    .contact-header .all-contact-header .social-section a img {
      width: 50px;
      height: 50px;
      transition: linear .4s; }
      .contact-header .all-contact-header .social-section a img:hover {
        transform: scale(0.9);
        transition: linear .4s; }

/* End contact-header */
/* Start Who */
.who {
  margin-top: 40px;
  padding: 40px 0 70px;
  /*background-image: url(../img/bg-bottom.png);
  */background-repeat-y: no-repeat;
  background-position: 0 bottom;
  animation: slidestop 20s linear infinite;
  background-size: auto;
  position: relative;
  overflow: hidden;
  text-align: center; }
  .who .bg-who {
    position: absolute;
    left: 0;
    top: 0;
    /*animation-name: who;*/
    animation-timing-function: linear;
    animation-duration: 50s;
    animation-delay: -5s;
    animation-iteration-count: infinite;
    z-index: -1; }
  .who .who-image {
   
    width: 337px;
    height: 237px; }
    .img-who{
         margin-bottom: 20px;
    }
      .img-who h5{
            margin: 15px 0 0 0;
    color: #fff;
    }
  .who p {
    margin-bottom: 50px;
    line-height: 30px;
    font-size: 16px;
    color: #fff; }
 
.who a {
    font-size: 14px;
    color: #808080;
    border-radius: 35px;
    height: 40px;
    min-width: 150px;
    display: inline-flex;
    justify-content: center;
    line-height: 40px;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 12px;
    transition: linear .4s;
 }
    .who a:hover {
      transition: linear .4s;
      color:#fff;
      background-color: #010566;
      transform: scale(0.9); }

@-webkit-keyframes slide {
  from {
    background-position: 0 bottom; }
  to {
    background-position: -400px bottom; } }
@-webkit-keyframes who {
  20% {
    left: 0;
    top: 0; }
  40% {
    left: 93%;
    top: 30%; }
  60% {
    left: 0;
    top: 60%; }
  80% {
    left: 93%;
    top: 90%; }
  100% {
    left: 0;
    top: 0%; } }
/* End Who */
/* Start service */
.service .justify-content-center a {
    border-radius:5px !important; 
}
.service {
    background-image: none;
    background-color: #212121;
    padding: 70px 0;
    background-size: cover;
    position: relative;
    overflow: hidden;}
    .service .main-header{
        color:#fff;
    }
  .service .bg-ser {
    position: absolute;
    left: 0;
    top: 0;
    /*animation-name: ser;*/
    animation-timing-function: linear;
    animation-duration: 50s;
    animation-delay: -5s;
    animation-iteration-count: infinite;
    z-index: 1; }
    .services-content .image-ser-all{
            width: 80px;
    height: 80px;
    }
    .main-menu .header-settings
    {
        display:none;
    }


      /*.service .services-content:hover img {*/
      /*  transition: linear .4s;*/
      /*  width: auto;*/
      /*  height: auto;*/
      /*  max-width: 70px;*/
      /*  max-height: 70px;*/
      /*  opacity: 1;*/
      /*  transform: scale(1.05);*/
      /*  visibility: visible; }*/
        /*.service .services-content:hover img:first-of-type {*/
        /*  opacity: 0;*/
        /*  visibility: hidden;*/
        /*  width: 0;*/
        /*  height: 0;*/
        /*  transition: linear .4s; }*/

@-webkit-keyframes ser {
  20% {
    left: 0;
    top: 0; }
  40% {
    left: 30%;
    top: 88%; }
  60% {
    left: 60%;
    top: 0%; }
  80% {
    left: 90%;
    top: 88%; }
  100% {
    left: 0;
    top: 0%; } }
/* End service */
/* Start Works */
.works {
  padding: 70px 0;
  position: relative; }
  .works .bg-wo {
    position: absolute;
    left: 0;
    top: 0;
    /*animation-name: wo;*/
    animation-timing-function: linear;
    animation-duration: 50s;
    animation-delay: -5s;
    animation-iteration-count: infinite;
    z-index: 1; }
  .works .custom-row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 1em; }
  .works .custom-row div:nth-of-type(8n + 1) {
    grid-column: span 4;
    grid-row: span 2; }
  .works .custom-row div:nth-of-type(8n + 1) img {
    height: 600px; }
  .works .custom-row div:nth-of-type(8n + 2) {
    grid-column: span 5;
    grid-row: span 1; }
  .works .custom-row div:nth-of-type(8n + 2) img {
    height: 299px; }
  .works .custom-row div:nth-of-type(8n + 3) {
    grid-column: span 3;
    grid-row: span 1; }
  .works .custom-row div:nth-of-type(8n + 3) img {
    height: 299px; }
  .works .custom-row div:nth-of-type(8n + 4) {
    grid-column: span 3;
    grid-row: span 1; }
  .works .custom-row div:nth-of-type(8n + 4) img {
    height: 285px; }
  .works .custom-row div:nth-of-type(8n + 5) {
    grid-column: span 5;
    grid-row: span 1; }
  .works .custom-row div:nth-of-type(8n + 5) img {
    height: 285px; }
  .works .custom-row div:nth-of-type(8n + 6),
  .works .custom-row div:nth-of-type(8n + 7),
  .works .custom-row div:nth-of-type(8n + 8) {
    grid-column: span 4;
    grid-row: span 1; }
  .works .custom-row div:nth-of-type(8n + 6) img,
  .works .custom-row div:nth-of-type(8n + 7) img,
  .works .custom-row div:nth-of-type(8n + 8) img {
    height: 285px; }
  .works .work-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transform: scale(1);
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: 1; }
    .works .work-content img {
      border-radius: 10px;
      width: 100%; }
    .works .work-content .on-image-work {
      visibility: hidden;
      opacity: 0;
      border-radius: 10px;
      transition: linear .4s;
      transform: scale(0);
      position: absolute;
      top: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.6);
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: flex-start;
      flex-direction: column;
      padding: 0 25px 30px; }
      .works .work-content .on-image-work h5 {
        font-size: 18px;
        color: #ea346c;
        margin-bottom: 10px;
        margin-right: -50px;
        transition: linear .4s; }
      .works .work-content .on-image-work p {
        color: #ffffff;
        font-size: 14px;
        margin-bottom: 30px;
        text-align: justify;
        line-height: 30px;
        opacity: 0;
        transition: linear .4s; }
      .works .work-content .on-image-work a {
        font-size: 14px;
        color: #ffffff;
        border-radius: 35px;
        height: 40px;
        min-width: 150px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background-color: #010566;
        transition: linear .4s;
        margin-bottom: -90px; }
        .works .work-content .on-image-work a:hover {
          transition: linear .4s;
          background-color: #ea346c;
          transform: scale(0.9); }
    .works .work-content:hover {
      animation-name: scale; }
      .works .work-content:hover .on-image-work {
        visibility: visible;
        opacity: 1;
        border-radius: 10px;
        transition: linear .4s;
        transform: scale(1); }
        .works .work-content:hover .on-image-work p {
          opacity: 1;
          transition: linear .4s 1.3s; }
        .works .work-content:hover .on-image-work h5 {
          margin-right: 0px;
          transition: linear .4s .4s; }
        .works .work-content:hover .on-image-work a {
          transition: linear .4s .9s;
          margin-bottom: 0px; }

@-webkit-keyframes wo {
  20% {
    left: 0;
    top: 0; }
  40% {
    left: 30%;
    top: 88%; }
  60% {
    left: 60%;
    top: 0%; }
  80% {
    left: 90%;
    top: 88%; }
  100% {
    left: 0;
    top: 0%; } }
@-webkit-keyframes scale {
  33% {
    transform: scale(1); }
  66% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }
/* End Works */
/* Start partners */
@-webkit-keyframes part {
  20% {
    left: 0;
    top: 0; }
  40% {
    left: 93%;
    top: 30%; }
  60% {
    left: 0;
    top: 60%; }
  80% {
    left: 93%;
    top: 60%; }
  100% {
    left: 0;
    top: 0%; } }
.partners {
    padding: 70px 0;
    background-image: none;
    background-color: #303130;
    position: relative;
    }
  .partners .main-header {
    color: #ffffff; }
  .partners .bg-who {
    position: absolute;
    left: 0;
    top: 0;
    /*animation-name: part;*/
    animation-timing-function: linear;
    animation-duration: 50s;
    animation-delay: -5s;
    animation-iteration-count: infinite;
    z-index: 0; }
  .partners .partners-slider .item {
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 30px;
    height: 160px;
    align-items: center;
    transition: linear .4s; }
    .partners .partners-slider .item img {
      max-height: 100px;
      max-width: 100px; }
    .partners .partners-slider .item:hover {
      transition: linear .4s;
      transform: rotate(360deg) scale(0.9); }
  .partners .partners-slider .owl-nav {
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%); }
    .partners .partners-slider .owl-nav i {
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 24px;
      color: #ffffff;
      border-radius: 50%;
      background-color: #ea346c;
      transition: linear .4s;
      margin-left: 20px; }
      .partners .partners-slider .owl-nav i:hover {
        transition: linear .4s;
        background-color: #010566;
        transform: scale(0.9); }

/* End partners */
/* Start contact-form */
.contact-form {
  padding: 80px 0 70px;
  position: relative;
  overflow: hidden; 
    background-color: #212121;
    
}
  .contact-form .bg-ser {
    position: absolute;
    left: 0;
    top: 0;
    /*animation-name: ser;*/
    animation-timing-function: linear;
    animation-duration: 50s;
    animation-delay: -5s;
    animation-iteration-count: infinite;
    z-index: 1; }
  .contact-form .right-contact {
    position: relative;
    z-index: 2; }
    .contact-form .right-contact input {
      height: 50px;
      width: 100%;
      margin-bottom: 30px;
      border: 1px solid #000;
      color: #000;
      transition: linear .4s;
      text-align: right;
      padding: 15px;
      border-radius: 35px; }
      .contact-form .right-contact input::placeholder {
        transition: linear .4s;
        color: #000;
        font-size: 14px; }
      .contact-form .right-contact input:hover {
        border-color: #ea346c;
        transition: linear .4s; }
        .contact-form .right-contact input:hover::placeholder {
          transition: linear .4s;
          color: #ea346c; }
    .contact-form .right-contact input[type=submit] {
    background-color: #fff;
    min-width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 5px;
    padding: 0;
    height: 40px;
    width: auto;
    border: 0;
    margin: 0;
    transition: linear .4s;
    color: #808080; }
      .contact-form .right-contact input[type=submit]:hover {
        transition: linear .4s;
        background-color: #ea346c; }
  .contact-form .left-contact {
    position: relative;
    z-index: 2; }
    .contact-form .left-contact textarea {
      height: 210px;
      width: 100%;
      border-radius: 10px;
      padding: 10px;
      border: 1px solid #000;
      transition: linear .4s; }
      .contact-form .left-contact textarea:hover {
        border-color: #ea346c;
        color: #ea346c;
        transition: linear .4s; }

/* End contact-form */
/* Start top-footer */
.top-footer {
  text-align: center;
  padding: 50px 0;
  /*background-image: url("../img/bg-topfooter.png");*/
  background-repeat: repeat;
  position: relative;
  background-attachment: fixed; }
  .top-footer:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../img/bgbg.png");
    width: 599px;
    height: 222px; }
  .top-footer img {
    height: 156px; }
  .top-footer .menu {
    z-index: 2;
    position: relative; }
    .top-footer .menu ul {
      margin: 30px 0; }
      .top-footer .menu ul li {
        list-style: none;
        display: inline-block;
        margin-left: 45px; }
        .top-footer .menu ul li a {
          font-size: 16px;
          color: #fff; }
          .social-section a i{
                  text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    border: 1px solid #666;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:linear .4s;
          }
          .social-section a i:hover{
             transition:linear .4s;
             border-color:#010566;
             color:#010566;
          }
  .top-footer .social-section {
    position: relative;
    z-index: 2; }
    .top-footer .social-section a {
      display: inline-block;
      margin-right: 15px; }
      .top-footer .social-section a img {
        width: 50px;
        height: 50px;
        transition: linear .4s; }
        .top-footer .social-section a img:hover {
          transform: scale(0.9);
          transition: linear .4s; }

/* End top-footer */
/* Start footer */
footer {
  background-color: #212121;
  padding: 50px 0; }
  footer .rights p {
    margin: 0; }
    footer .rights p:first-of-type {
      margin-bottom: 15px; }
    footer .rights p span {
      color: #ffffff;
      font-size: 14px; }
    footer .rights p a {
      color: #ea346c;
      font-size: 14px; }
  footer .contact-content .image-content {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
  footer .contact-content .contact-content {
    display: inline-block;
    margin-right: 4px;
    vertical-align: sub; }
    footer .contact-content .contact-content h6 {
      font-family: Tajawal-Bold !important;
      font-size: 14px;
      color: #ea346c;
      margin-bottom: 15px; }
    footer .contact-content .contact-content p {
      font-size: 16px;
      color: #ffffff;
      direction: ltr;
      margin: 0; }

.par {
  padding-right: 20px !important; }

/* End footer */
.resopen {
  display: none; }

.fbc-page .fbc-wrap .fbc-items {
  width: 100% !important;
  border-radius: 0 !important;
  font-family: NeoSansbold !important;
  color: #ffffff;
  /*margin-bottom: 50px !important;*/
  text-align: center !important; }

.single-pages {
  padding-bottom: 50px; }
  .single-pages .work-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transform: scale(1);
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: 1; }
    .single-pages .work-content img {
      border-radius: 10px;
      width: 100%;
      height: 300px; }
    .single-pages .work-content .on-image-work {
      visibility: hidden;
      opacity: 0;
      border-radius: 10px;
      transition: linear .4s;
      transform: scale(0);
      position: absolute;
      top: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.6);
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: flex-start;
      flex-direction: column;
      padding: 0 25px 30px; }
      .single-pages .work-content .on-image-work h5 {
        font-size: 18px;
        color: #ea346c;
        margin-bottom: 10px;
        margin-right: -50px;
        transition: linear .4s; }
      .single-pages .work-content .on-image-work p {
        color: #ffffff;
        font-size: 14px;
        margin-bottom: 30px;
        text-align: justify;
        line-height: 30px;
        opacity: 0;
        transition: linear .4s; }
      .single-pages .work-content .on-image-work a {
        font-size: 14px;
        color: #ffffff;
        border-radius: 35px;
        height: 40px;
        min-width: 150px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background-color: #010566;
        transition: linear .4s;
        margin-bottom: -90px; }
        .single-pages .work-content .on-image-work a:hover {
          transition: linear .4s;
          background-color: #ea346c;
          transform: scale(0.9); }
    .single-pages .work-content:hover {
      animation-name: scale; }
      .single-pages .work-content:hover .on-image-work {
        visibility: visible;
        opacity: 1;
        border-radius: 10px;
        transition: linear .4s;
        transform: scale(1); }
        .single-pages .work-content:hover .on-image-work p {
          opacity: 1;
          transition: linear .4s 1.3s; }
        .single-pages .work-content:hover .on-image-work h5 {
          margin-right: 0px;
          transition: linear .4s .4s; }
        .single-pages .work-content:hover .on-image-work a {
          transition: linear .4s 0.9s;
          margin-bottom: 0px; }
  .single-pages .partner-item {
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    height: 160px;
    align-items: center;
    transition: linear .4s;
    box-shadow: 0px 0px 2px 2px #ccc;
    width: 160px;
    margin: 0 auto 30px; }
    .single-pages .partner-item img {
      max-height: 100px;
      max-width: 100px; }
    .single-pages .partner-item:hover {
      transition: linear .4s;
      transform: rotate(360deg) scale(0.9); }
  /*.single-pages .services-content {*/
  /*  position: relative;*/
  /*  z-index: 2;*/
  /*  padding: 50px 30px;*/
  /*  height: 100%;*/
  /*  display: flex;*/
  /*  justify-content: space-around;*/
  /*  align-items: center;*/
  /*  flex-direction: column;*/
  /*  transition: linear .4s; }*/
  /*  .single-pages .services-content img {*/
  /*    max-width: 70px;*/
  /*    max-height: 70px;*/
  /*    transition: linear .4s; }*/
  /*    .single-pages .services-content img:last-of-type {*/
  /*      opacity: 0;*/
  /*      visibility: hidden;*/
  /*      width: 0;*/
  /*      height: 0;*/
  /*      filter: invert(33%) sepia(97%) saturate(3181%) hue-rotate(323deg) brightness(95%) contrast(94%);*/
  /*      transition: linear .4s; }*/
  /*  .single-pages .services-content h6 {*/
  /*    font-family: Tajawal-Bold !important;*/
  /*    font-size: 16px;*/
  /*    color: #fff;*/
  /*    text-align: center;*/
  /*    margin: 20px 0; }*/
  /*  .single-pages .services-content p {*/
  /*    text-align: center;*/
  /*    color: #797979;*/
  /*    font-size: 14px;*/
  /*    line-height: 30px;*/
  /*    margin-bottom: 30px; }*/
  /*  .single-pages .services-content a {*/
  /*    font-size: 14px;*/
  /*    color: #ffffff;*/
  /*    border-radius: 35px;*/
  /*    height: 40px;*/
  /*    min-width: 150px;*/
  /*    display: inline-flex;*/
  /*    justify-content: center;*/
  /*    align-items: center;*/
  /*    background-color: #010566;*/
  /*    transition: linear .4s; }*/
  /*    .single-pages .services-content a:hover {*/
  /*      transition: linear .4s;*/
  /*      background-color: #ea346c;*/
  /*      transform: scale(0.9); }*/
  /*  .single-pages .services-content:hover {*/
  /*    background: #fff;*/
  /*    box-shadow: 0px 0px 2px 3px #e3e1e1;*/
  /*    overflow: hidden;*/
  /*    transform: scale(1.08);*/
  /*    transition: linear .4s; }*/
  /*    .single-pages .services-content:hover img {*/
  /*      transition: linear .4s;*/
  /*      width: auto;*/
  /*      height: auto;*/
  /*      max-width: 70px;*/
  /*      max-height: 70px;*/
  /*      opacity: 1;*/
  /*      transform: scale(1.05);*/
  /*      visibility: visible; }*/
  /*      .single-pages .services-content:hover img:first-of-type {*/
  /*        opacity: 0;*/
  /*        visibility: hidden;*/
  /*        width: 0;*/
  /*        height: 0;*/
  /*        transition: linear .4s; }*/
  .single-pages .main-header {
    margin: 0 auto 50px; }
  .single-pages .top-side {
    text-align: center; }
  .single-pages .bootom-side {
    margin-top: 40px;
    color: #777;
    text-align: justify;
    line-height: 30px; }
  .single-pages input {
    height: 50px;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 20px;
    text-align: right;
    font-size: 16px;
    border: 1px solid #cccccc;
    transition: linear .4s; }
    .single-pages input:hover {
      transition: linear .4s;
      border: 1px solid #eb4c6c; }
    .single-pages input::placeholder {
      font-size: 14px;
      color: #eb4c6c; }
  .single-pages textarea {
    height: 191px;
    resize: none;
    width: 100%;
    padding: 15px 20px  0 0;
    text-align: right;
    font-size: 16px;
    border: 1px solid #cccccc;
    transition: linear .4s; }
    .single-pages textarea:hover {
      transition: linear .4s;
      border: 1px solid #eb4c6c; }
    .single-pages textarea::placeholder {
      font-size: 14px;
      color: #eb4c6c; }
  .single-pages .sumbit-form {
    width: 150px;
    height: 40px;
    border-radius: 5px;
    display: inline-flex;
    color: #ffffff;
    padding: 0 20px;
    background: #0e2667;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: linear .4s;
    margin-top: 30px;
    box-shadow: 0px 0px 3px 2px transparent; }
    .single-pages .sumbit-form input {
      background: transparent;
      border: 0;
      color: #fff;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0;
      font-size: 16px; }
    .single-pages .sumbit-form:before {
      content: "\f060";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      position: absolute;
      left: 20px;
      transition: linear .4s;
      z-index: 1; }
    .single-pages .sumbit-form:after {
      content: " ";
      width: 0%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background-color: #eb4c6c;
      border-radius: 5px;
      z-index: -1;
      transition: linear .4s; }
    .single-pages .sumbit-form:hover {
      box-shadow: 0px 0px 3px 2px #a2a2a2;
      transition: linear .4s; }
      .single-pages .sumbit-form:hover:after {
        width: 100%;
        transition: linear .4s; }
      .single-pages .sumbit-form:hover:before {
        left: 10px;
        transition: linear .4s; }
  .single-pages input[type="file"] {
    cursor: pointer;
    height: auto;
    border: 0;
    margin: 0;
    padding: 0; }
    .contact-content{
        display:flex;
    }
    footer .row .col-lg-3:nth-of-type(2) .image-content{
        width:90px;
    }


.number {
  padding: 70px 0; }
  .number .col-lg-3:nth-of-type(4n + 1) .numbers:before {
    transform: rotate(0deg); }
  .number .col-lg-3:nth-of-type(4n + 2) .numbers:before {
    transform: rotate(-53deg); }
  .number .col-lg-3:nth-of-type(4n + 3) .numbers:before {
    transform: rotate(-105deg); }
  .number .col-lg-3:nth-of-type(4n + 4) .numbers:before {
    transform: rotate(110deg); }
  .number .in-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 250px;
    padding: 40px 0;
    transition: linear .4s;
    border-radius: 10px;
    border: 1px solid #0e2667; }
    .number .in-number .numbers {
      position: relative;
      width: 125px;
      height: 125px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-bottom: 22px;
      border-radius: 50%; }
      .number .in-number .numbers:before {
        content: '';
            filter: invert(9%) sepia(97%) saturate(2695%) hue-rotate(
222deg) brightness(44%) contrast(105%);
        position: absolute;
        top: 0;
        pointer-events: none;
        right: 0;
        width: 125px;
        height: 125px;
        background-image: url("../img/numbers.png");
        background-repeat: no-repeat;
        background-size: cover;
        animation: lef 12s linear infinite;
        -moz-animation: lef 12s linear infinite;
        -webkit-animation: lef 12s linear infinite; }
      .number .in-number .numbers p {
        font-size: 20px;
        color: #0e2667; }
      .number .in-number .numbers span {
        font-size: 24px;
        color: #1c3039;
        font-family: "bukramdium"; }
    .number .in-number h2 {
      font-size: 20px;
      color: #0e2667;
      font-family: 'NeoSansbold';
      margin: 0;
      transition: linear .4s; }
    .number .in-number:hover {
      border-color: #e34b6d;
      transition: linear .4s; }
      .number .in-number:hover h2 {
        color: #e34b6d;
        transition: linear .4s; }



/* Start Responsive */
/* from 992 to 1280 */
@media (min-width: 992px) and (max-width: 1250px) {
  footer .contact-content .contact-content p {
    font-size: 12px; } }
/* from 992 to 1280 */
/* from 991 to 360 */
@media (max-width: 991px) {
    .whats-fixed {
    position: fixed;
    bottom: 5px;
    left: 50% !important;
    right:unset !important;
    width: 80%;
    transform: translateX(-50%);
    }
    .partners .bg-who,.contact-form .bg-ser{
           display:none;
    }
    .owl-nav{
        display:none;
    }
    .main-menu .header-settings{
        position: unset !important;
    top: unset !important;
    left: unset !important;
    z-index: unset !important;
    display: flex !important;
    justify-content: flex-end !important;
    flex-direction: row-reverse !important;
    padding: 0 5px !important; 
    }
    .inside-header .main-menu{
        display:unset !important;
    }
   .col-lg-3 .header-settings .lang , .col-lg-3 .header-settings .search-btn,
   .header-settings.wow .lang , .header-settings.wow .search-btn{
        display:none !important;
    }
    
  .top-footer:after {
    width: 200px;
    height: 74px;
    background-size: contain;
    background-repeat: no-repeat; }

  .par {
    padding-right: 0px !important; }

  footer {
    padding: 20px; }

  footer .contact-content .contact-content p {
    font-size: 18px; }

  .contact-content {
    margin: 10px 0; }

  .rights {
    text-align: center; }

  .top-footer .social-section a {
    margin-right: 10px; }

  .top-footer .menu ul li a {
    font-size: 15px; }

  .top-footer .menu ul li {
    margin-left: 7px; }

  header .header-settings {
    top: 5%;
    position: fixed;
    z-index: 9999; }

  .inside-header .header-settings {
    display: block;
    padding-top: 0;
    position: fixed;
    top: 5%;
    left: 0;
    z-index: 9999; }

  .inside-header .header-settings a {
    width: 40px;
    height: 40px;
    display: flex;
    margin-bottom: 7px; }

  .inside-header .main-menu {
    justify-content: flex-start;
    }

  .main-slider .item img {
    width: 100%;
    height: 197px; }

  .inside-header .main-menu .nav-menu li {
    display: block; }

  .inside-header .main-menu .nav-menu li a:before {
    display: none; }

  .inside-header .main-menu .nav-menu li a {
    color: #fff; }

  .main-slider .item .on-image-slider p {
    right: 4%;
    font-size: 25px;
    line-height: 30px; }

  .main-slider .owl-nav i {
    width: 40px;
    height: 40px; }

  .main-slider .owl-nav {
    top: 70%; }

  header .logo a img {
    height: 90px; }

  .contact-header .all-contact-header {
    padding: 20px;
    display: block;
    margin: 10px 0;
    width: 100%;
    z-index: 1; }

  header .header-settings a {
    margin-bottom: 7px;
    border-radius: 5px;
    margin:0 5px;
    width: 40px;
    height: 40px;
        background-color: #010566;}

  .top-footer, .contact-form, .partners, .works, .service, .who {
    padding: 40px 0; }

  .partners .partners-slider .item {
    margin: 0 auto;
    width: 200px;
    height: 200px; }

  .works .custom-row {
    grid-template-columns: repeat(1, 1fr); }

  .works .work-content img {
    width: 100%;
    height: 300px !important; }

  .works .custom-row div:nth-of-type(8n + 1), .works .custom-row div:nth-of-type(8n + 2), .works .custom-row div:nth-of-type(8n + 3),
  .works .custom-row div:nth-of-type(8n + 4), .works .custom-row div:nth-of-type(8n + 5), .works .custom-row div:nth-of-type(8n + 6), .works .custom-row div:nth-of-type(8n + 7), .works .custom-row div:nth-of-type(8n + 8) {
    grid-column: span 5; }

  .who {
    margin-top: 0; }

  .main-header {
    margin: 0 0 50px 0; 
      
    font-size: 38px;
  }

  header .main-menu {
    justify-content: flex-start; display:unset !important;}

  /*.main-slider .item .on-image-slider {*/
  /*  background-size: contain; }*/

  .who .who-image {
    width: 237px;
    height: 175px;
    margin-bottom: 20px; }

  .social-section {
    text-align: center; }

  .contact-header .all-contact-header .social-section a {
    margin-right: 4px; }

  .partners .partners-slider .owl-nav {
    bottom: -65px; }

  .contact-header .all-contact-header .social-section a img {
    width: 40px;
    height: 40px; }

  header .main-menu .nav-menu li a:before {
    display: none; }

  .viemob {
    display: block; }

  header {
    position: relative;
    top: unset;
    z-index: unset;
    padding: 10px 0;
    
          background-color: #000;

  }

  .hidxs {
    display: none; }

  .hidbut {
    display: block;
    padding-top: 25px; }

  .resclos {
    display: none; }

  .resopen {
    display: inline-flex;
    position: absolute;
    top: 0;
    left: 20px;
    color: #fff;
    font-size: 25px; }

  .search-area {
    width: 100%;
    height: 100%;
    right: 0; }

  /* Start main menu */
  .menu-button .click-button {
    padding-top: 3px;
    display: flex;
    cursor: pointer;
    z-index: 2;
    position: relative;
    flex-flow: column-reverse; }
  .item-video video{
    height:350px;
}
  .menu-button .click-button span {
    width: 20px;
    height: 2px;
    display: block;
    background-color: #000;
    border-radius: 30px;
    border: 1px solid transparent;
    transition: linear 0.4s;
    margin-bottom: 4px; }

  .menu-button {
    display: inline-flex !important; }

  header .main-menu ul {
    margin: 0; }

  .main-menu {
    position: fixed;
    top: 0;
    width: 0%;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    height: 100vh;
    background: #010b1f;
    transition: linear .4s; }

  .open-menu {
    width: 80%;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    transition: linear .4s; }

  header .main-menu ul li {
    list-style: none;
    display: block !important;
    margin: 20px 0 !important;
    position: relative; }

  header .main-menu ul li a {
    color: #ffffff !important;
    font-size: 16px; }

  header .main-menu ul li .sub-menu, header .main-menu ul li .sub-menu .sub-child-menu {
    position: fixed !important;
    top: 0 !important;
    width: 70% !important;
    height: 100% !important; }

  .close-menu {
    display: block;
    z-index: 999999;
    position: absolute;
    top: 0;
    left: -18px;
    font-size: 30px;
    color: #0d95e8;
    background: #fff;
    border-radius: 50%;
    transition: linear .4s; }

  .close-menu:hover {
    transition: linear .4s;
    color: red;
    cursor: pointer; }

  header .main-menu ul li a {
    display: block !important;
    width: 100% !important;
    padding: 0 25px !important;
    text-align: start; } }
/* from 991 to 360 */
/* End Responsive */
.menu-bg {
  width: 0%;
  height: 100%;
  top: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  transition: linear .4s; }

.open {
  width: 100%;
  transition: linear .4s; }

.openbody {
  overflow: hidden !important; }

.loade {
  position: fixed;
      top: 0;
    right: 0;
  width: 100%;
  height: 100%;
   background-image: none;
    background-color: #000;
  background-repeat: repeat;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center; }
  .loade img {
    transform: rotate(0);
    animation-name: loade;
    animation-timing-function: linear;
    animation-duration: 10s;
    width:10%;
    animation-iteration-count: infinite; }
 
@keyframes loade {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(960deg); } }

/*# sourceMappingURL=main.css.map */


.nav-menu li.current_page_item a{
    color:#eb4c6c !important;
}
.nav-menu li.current-menu-item a{
    color:#eb4c6c !important;
}
 


  .nav-menu li.current-menu-item a:before{
        width: 100% !important;
}


  .nav-menu li.current_page_item a:before{
        width: 100% !important;
}






   .services-content {
    position: relative;
    z-index: 2;
    padding: 50px 30px;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    transition: linear .4s;
    border-radius: 5px;
    border: 1px solid #404040; }
     .services-content img {
      max-width: 70px;
      max-height: 70px;
        
        }
  .services-content:hover img{
     filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
 }
     .services-content h6 {
      font-family: Tajawal-Bold !important;
      font-size: 16px;
      color: #fff;
      margin: 20px 0;
      text-align: center; }
     .services-content p {
      text-align: center;
      color: #fff;
      font-size: 14px;
      line-height: 30px;
      margin-bottom: 0px; }
      a.moreserser {
    font-size: 14px;
    color: #808080;
    border-radius: 35px;
    height: 40px;
    min-width: 150px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    transition: linear .4s;
    box-shadow: 0 0 5px; }
        a.moreserser:hover {
        transition: linear .4s;
        color:#fff;
        background-color: #0e2667;
        transform: scale(0.9); }
     .services-content:hover {
    box-shadow: none;
    overflow: hidden;
    transition: linear .4s; }
        .box-ser{
     position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100% !important;
    z-index: -1;
    opacity:0;
      transition: linear .2s;
    }
     .services-content:hover .box-ser{
         opacity: 0.85;
          transition: linear .2s;
    }
     .services-content .box-ser:after{
      content: " ";
    background: #53183d;
    background: linear-gradient(to bottom right, #53183d, #00949b);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity:0;
    z-index: -1;
    transition: linear .2s;
    }
     .services-content:hover .box-ser:after{
        opacity: 0.85;
    transition: linear .2s;
    }

.single-pages .services-content h6,.single-pages .services-content p{
    color:#121212;
}
.single-pages .services-content:hover h6,.single-pages .services-content:hover p{
    color:#fff;
}


.fbc-page .fbc-wrap .fbc-items{
    background-color: #212122 !important;
}