@font-face{
  font-family: "DroidKufi";
  src: url("../fonts/ArbFONTS-DroidKufi-Regular.ttf");
}

body {
  background: #ffffff;
  font-family: 'DroidKufi', sans-serif;
  overflow-x: hidden;
}
.body-dark-overlay{
  height: 100vh;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  z-index:999;
  display: none;
}
.media-production-color{color: #65a101 !important;}
.digital-marketing-color{color: #cf5500 !important;}
.marketing-color{color: #d00c00 !important;}
.posting-color{color: #febe15 !important;}
.graphic-design-color{color: #0e4ca3 !important;}


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    line-height: inherit;
  }

  h1 {
    color: #252525;
    font-size: 3em;
    line-height: 50px;
  }

  h2 {
    color: #73ccf2;
    font-size: 2em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.5em;
    margin-bottom: 0;
  }

  h3,
  h3 a {
    color: #454545;
  }

  p {
    color: #757575;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
  }


  .text-white{
    color: #fff !important;
  }

  .text-dark{
    color: #1c1c1c !important;
  }


  .pt-0{
    padding-top: 0 !important;
  }
  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    color: #0c4da2;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 40px;
  }

  .section-title h2 {
    margin: 0;
    font-weight: bold;
    color: #73ccf2;
    font-size: 35px;
  }

  .section-title h4 {
    color: #bfbdbd;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
  }

  .overlay {
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  section {
    position: relative;
    padding: 100px 0;
  }

  #team, 
  #menu,
  #testimonial {
    text-align: center;
  }

  .about-image img,
  .team-thumb img {
    width: 100%;
  }
  
  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }
  .service-title{
    font-weight: bold;
    font-size: 25px;
  }
  .mb-1{
    margin-bottom: 1em;
  }
  .mb-2{
    margin-bottom: 2em;
  }
  .mb-3{
    margin-bottom: 3em;
  }
  .mb-4{
    margin-bottom: 4em;
  }
  .mb-5{
    margin-bottom: 5em;
  }

  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    background: #0c4da2;
    border-radius: 0;
    border: 0;
    color: #f9f9f9;
    font-size: inherit;
    font-weight: normal;
    padding: 10px 25px;
    transition: 0.5s 0.2s;
  }



  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }
  @keyframes spinner {
    to {transform: rotate(360deg);}
  }
  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 25px 0;
  }

  .custom-navbar .navbar-brand {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
  }

  .navbar-brand>img {
    display: block;
    height: 120px;
    margin-top: -40px;
}

  .custom-navbar .navbar-brand span {
    color: #0c4da2;
  }

  .top-nav-collapse {
    background: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 8em;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn {
    display: inline-block;
    margin: 0.2em 0 0 1em;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn:hover {
    background: #292929;
    color: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn:focus {
    color: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn a {
    padding: 10px 25px;
  }

  .custom-navbar .nav .section-btn a:hover {
    color: #ffffff;
  }

  .custom-navbar .nav li a {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding-right: 22px;
    padding-left: 22px;
    text-transform: uppercase;
  }

  .custom-navbar .nav li a:hover {
    background: transparent;
    color: #0c4da2;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #0c4da2;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }

  @media(min-width:768px) {
    .custom-navbar {
      border-bottom: 0;
      background: 0 0; 
    }

    .custom-navbar.top-nav-collapse {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 35px 0;
    }

    .custom-navbar.top-nav-collapse .navbar-brand> img{
      margin-top: -50px;
    }

    .top-nav-collapse .navbar-brand {
      color: #454545;
    }

    .top-nav-collapse .nav li a {
      color: #0c4da2;
    }
    .top-nav-collapse .nav li a:hover{
      color: #73ccf2;
    }

    .top-nav-collapse .nav .section-btn a {
      color: #ffffff;
    }
  }



  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
  
 #home .banner{
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
   z-index: 1;
   width: 100%;
 }
 #home .banner h1 span{
    padding-right: 8px;
  }   
  #home video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    }
    
   
    
    #home .overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: black;
      opacity: 0.3;
      z-index: 1;
    }

    #home h1 {
      font-size: 85px;
      font-weight: 700;
      color: #fff;
      letter-spacing: -5px;
      text-align: center;
      margin-bottom: 10px;
  }

    
  #home .container a.scroll > i {
    position: relative;
    margin-top: 100px;
    font-size: 50px;
    color: #fff;
    right: 50%;
  }
   

  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/
  .about-info p{
    font-size: 21px;
    line-height: 1.8em;
  }
  .about-info .section-title {
    padding-bottom: 20px;
  }
  .about-image {
    margin-top: -50px;
  }
  /*---------------------------------------
      TEAM              
  -----------------------------------------*/
  #team {
    background: #f9f9f9;
  }
  #team .section-title p{
    font-size: 21px;
    line-height: 1.8em;
  }
  #team .service-div{
    background: #fff;
    margin: 0 5px 50px 5px;  
    padding-bottom: 15px;
    width:250px;
    height: 250px;
  }

  #team img{
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .team-thumb {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }

  .team-info {
    padding: 10px 30px 20px 30px;
  }

  .team-thumb .team-hover {
    position: absolute;
    background: #1c1c1c;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s 0.2s;
  }

  .team-thumb:hover .team-hover {
    opacity: 0.95;
    transition-delay: 0.3s;
    transform: translateY(0);
  }

  .team-thumb img {
    transition: 0.5s 0.2s;
  }

  .team-thumb:hover img {
    transform: scale(1.2);
  }

  .team-thumb .social-icon li a {
    background: #292929;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #d9d9d9;
    font-size: 20px;
    margin: 15px 5px 0 5px;
  }

  .team-thumb .team-item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .team-item h4 {
    color: #ffffff;
  }
  .team-info p {
    color: #bfbdbd;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 5px;
  }
  /*---------------------------------------
     MENU              
  -----------------------------------------*/
  #menu {
    padding-bottom: 0;
  }
  .menu-thumb {
    margin-top: 50px;
  }
  .menu-thumb img {
    width: 250px;
    height: 250px;
    transition: 0.5s;
  }

  .menu-thumb:hover img {
    transform: scale(1.15);
  }

  #menu .menu-thumb {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 100%;
  }

  .menu-thumb .menu-info {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    padding: 50px 30px;
    transition: 0.5s 0.2s;
  }
  .menu-thumb img{
    width: 200px;
    height: 200px;
    object-fit: cover;
  }
  .menu-info .menu-item {
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
  }

  .menu-info .menu-price {
    float: right;
  }

  .menu-info .menu-price span {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    display: block;
    margin-top: 10px;
  }

  .menu-thumb .menu-info h3,
  .menu-thumb .menu-info p,
  .menu-thumb .menu-info span {
    transform: translateY(100%);
    opacity: 0;
    display: block;
    transition: 0.5s 0.2s;
    color: #ffffff;
    z-index: 2;
    position: relative;
  }

  .menu-thumb .menu-info h3 {
    margin-top: 0;
  }

  .menu-thumb .menu-info p {
    color: #d9d9d9;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .menu-thumb:hover .menu-info h3,
  .menu-thumb:hover .menu-info p,
  .menu-thumb:hover .menu-info span {
    transform: translateY(0px);
    opacity: 1;
  }

  .menu-thumb:hover .menu-info {
    background: rgba(0,0,0,0.8);
  }



  /*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/
  #testimonial .owl-dots {
    position: relative;
    top: 0;
    right: 0;
    justify-content: center;
  }

  #testimonial .owl-theme .owl-dots .owl-dot,
  #testimonial .owl-theme .owl-dots .owl-dot span {
    display: inline-block;
  }

  #testimonial .owl-theme .owl-dots .owl-dot span {
    margin: 20px 5px;
  }

  #testimonial h2 {
    color: #ffffff;
  }

  #testimonial p,
  .tst-author h4,
  .tst-author span {
    display: inline;
  }

  #testimonial p {
    color: #d9d9d9;
    font-size: 20px;
    line-height: 35px;
  }

  .tst-author {
    margin-top: 20px;
  }

  .tst-author h4,
  .tst-author span {
    color: #b2b2b2;
  }

  .tst-author span {
    margin-left: 5px;
  }
  /*-------------------------------------
    OUR WORK
  -------------------------------------*/
  .our-work-section{
    padding: 100px 0;
  }
  .our-work-section:nth-child(even){
    background-color: #e9e9e9;
  }
   /*-------------------------------------
    OUR WORK SIDEBAR
  -------------------------------------*/
  .projects-sidebar{
    position: fixed;
    right: -40%;
    height: 100vh;
    width: 30%;
    z-index: 9999;
    box-shadow: -15px 0 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: all ease 0.5s;
    overflow-y: scroll;
  }
  .projects-sidebar .projects-sidebar-header{
    background-color: #e7e7e7;
    padding: 25px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .projects-sidebar .projects-sidebar-header h3{
      margin-top: 0px;
      margin-bottom: 0px;
  }
  .projects-sidebar-content{
    padding: 25px;
  }
  .projects-sidebar-list{
    display: none;
    list-style: none;
    padding: 0 !important;
  }
  .projects-sidebar-list li{
    border-radius: 4px;
    margin-bottom: 40px;
  }
  .projects-sidebar-list li iframe{
    width: 100%;
    height: 300px;
  }
  .projects-sidebar-list li a.project-title{
    color: #2c4797;
    font-weight: bold;
  }
  .youtube-btn{
    background-color: red;
    padding: 5px 15px;
    color: #fff;
  }
  /*---------------------------------------
      CONTACT             
  -----------------------------------------*/

  #contact .form-control {

    font-size: 14px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 30px;
    transition: all ease-in-out 0.4s;

  }

  #contact label{
    font-size: 16px;
  }

  #contact .form-control:hover,
  #contact .form-control:focus {
    border-bottom-color: #c9c9c9;
  }

  #contact input {
    height: 55px;
  }

  #contact button {
    background: #0c4da2;
    border-radius: 0;
    border: 0;
    color: #ffffff;
    font-weight: bold;
    height: 40px;
    width: 70%;
  }

  #contact button:hover {
    background: #292929;
    color: #ffffff;
  }



  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    padding: 40px 0 20px 0;
    padding-bottom: 80px;
    background: #232929;
    text-align: center;
    padding-bottom: 25px;
  }


  footer .social a {

    display: inline-block;
    width: 33px;
    height: 33px;
    border: 2px solid #9fa2a2;
    color: #9fa2a2;
    font-size: 17px;
    line-height: 30px;
    margin: 5px 2px;
    text-align: center;
    padding-top: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

  footer .section-title {
    padding-bottom: 10px;
  }

  footer h2 {
    font-size: 20px;
  }

  footer a,
  footer p {
    color: #d9d9d9;
  }

  footer strong {
    color: #d9d9d9;
  }

  footer address p {
    margin-bottom: 0;
  }

  .footer-info,
  footer .social-icon {
    margin-top: 20px;
  }

  .footer-open-hour {
    background: #0c4da2;
    background: url('../images/footer-open-hour-bg.jpg') center center no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-top: 0;
    padding: 40px 0 40px 80px;
    overflow: hidden;
    position: relative;
    z-index: 22;
    right: 20px;
    bottom: 20px;
  }

  .footer-open-hour::after {
    background: rgba(29,29,29,0.85);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2222;
  }

  .footer-open-hour h2 {
    color: #ffffff;
  }

  .footer-open-hour p {
    color: #d9d9d9;
  }

  .footer-open-hour strong {
    color: #f9f9f9;
  }



  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #0c4da2;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }

  .social-icon li a:hover {
    background: #0c4da2;
    color: #ffffff;
  }



  .parallex{
    background: linear-gradient( #1c2222d8, #323233ea), url("../images/solution2.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 120px 0;
  }

  .parallex h2{
    color: #fff;
    font-size: 2.9em;
  }
  .whatsapp-button {
    position: fixed;
    left: 25px;
    bottom: 25px;
    background:#47cf73 ;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }

  .whatsapp-button i{
    color: #fff;
    font-size: 30px;
    padding-right: 11px;
    padding-top: 9px;
  }


  .carousel-indicators li{
    width: 15px;
    height: 15px;
    border: 1px solid #454545;
  }

  .carousel-indicators li.active{
    background-color: #454545;
    width: 15px;
    height: 15px;
  }

  .carousel-inner {
    height: 420px;
}

  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
  }


  @media only screen and (max-width: 1200px) {
    .about-info {
      padding-right: 0;
    }

    .about-image {
      position: relative;
    }
  }


  @media only screen and (max-width: 992px) {
    section {
      padding: 60px 0;
    }

    .custom-navbar .section-btn {
      margin-left: 1em;
    }

    .slider .item {
      background-position: center;
    }

    .about-info {
      padding: 0;
    }

    .team-info {
      margin-bottom: 50px;
    }

    #menu .menu-thumb {
      width: 100%;
    }

    #testimonial {
      background-position: 50% 0 !important;
    }

    #google-map,
    .footer-info {
      margin-bottom: 50px;
    }
  }


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }
  }

  @media only screen and (max-width: 767px) {
    .projects-sidebar{
        right: -100%;
        width: 100%;
    }
    h1 {
      font-size: 2.5em;
    }

    h1,h2,h3 {
      line-height: normal;
    }

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 20px 0;
      text-align: center;
    }

    .custom-navbar .nav li a {
      line-height: normal;
      padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: block;
    }

    .custom-navbar .navbar-nav.navbar-right .section-btn {
      display: block !important;
      width: 50%;
      margin: 10px auto 10px auto;
      padding: 10px;
    }

    .custom-navbar .section-btn a {
      color: #ffffff !important;
    }

    .slider .caption {
      padding: 0;
    }

    .menu-thumb .menu-info {
      top: 80%;
    }

    footer {
      padding: 60px 0;
      padding-bottom: 60px;
    }

    .footer-open-hour {
      right: 0;
      bottom: 0;
      margin-top: 30px;
    }

    #home .banner{
      width: 100%;
    }
    #home h1 {
      font-size: 50px;
    }

    #home .container a.scroll > i {
      right: 45%;
    }

    .navbar-brand>img {
      height: 90px;
      margin-top: -35px;
  }

  .about-image{
    margin-top: 0;
  }
  .parallex{
    padding: 120px 20px;
  }

#contact button{
  width: 40%;
}

.carousel-inner {
  height: auto;
}

}
.projects-list{
  display: none;
}
.project-thumb{
  height: 250px;
  width: auto !important;
}

  @media only screen and (max-width: 580px) {
    h1 {
      font-size: 2.1em;
    }

    h2 {
      font-size: 1.8em;
    }

    .menu-thumb .menu-info {
      top: 60%;
    }
  }
/* Flipping Card */
.single-service-image{
  margin-top: 25px;
  position: relative;
}
.single-service-image img{
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.single-service-image p{
  position: absolute;
  background-color: rgba(0,0,0,0.8);
  padding: 15px 25px;
  color: #fff;
  text-align: center;
  height: auto;
  width: 100%;
  height: 100%;
  bottom: -8px;
  right: 0;
  transform: translateY(50px);
  transform: rotate(180deg);
  opacity: 0;
  transition: all ease 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-service-image p a.view-projects{
  display: block;
  border:2px solid #fff;
  padding: 5px;
  color: #fff;
  margin:30px auto 0 auto;
  border-radius: 4px;
  transition: all ease 0.3s;
}
.single-service-image p a.view-projects:hover{
  background-color: rgba(0,0,0,0.6);
  transition: all ease 0.3s;
}
.single-service-image:hover p{
  opacity: 1;
  transform: translateY(0);
  transform: rotate(360deg);
  transition: all ease 0.5s;
}
.view-projects-btn{
  margin-bottom: 350px;
  padding: 10px 25px;
  background-color: #2c4797;
  color: #fff;
  display: block;
  width: 15%;
  margin: auto;
}
.view-projects-btn:hover{
  color: #fff;
}
.view-projects-btn:focus{
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .view-projects-btn{
    width: 50%;
  }
}