.container1{
  margin-left: 5% !important;
  margin-right: 5% !important;
}
/***************Header******************/
.topbar {
    background-color: #111;
  }
  
  .content-topbar {
    min-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  /*---------------------------------------------*/
  .left-topbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: -13px;
    margin-right: -13px;
  }
  
  .left-topbar-item {
    font-family: Tajawal;
    font-size: 12px;
    color: #ccc;
    line-height: 1.8;
    padding: 0 13px;
    position: relative;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  
  a.left-topbar-item:hover {
    color: #e8b154;
  }
  
  .left-topbar-item::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: #fff;
    opacity: 0.1;
    left: 0;
    top: calc(50% - 5px);
  }
  
  .left-topbar-item:first-child:before {
    display: none;
  }
  
  /*---------------------------------------------*/
  .right-topbar {
    margin-left: -4px;
    margin-right: -4px;
  }
  
  .right-topbar a {
    font-size: 18px;
    color: #ccc;
    line-height: 1.5;
    margin: 0 4px;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  
  .right-topbar a:hover {
    color: #e8b154;
  }
  
  /*------------------------------------------------------------------
  [ Topbar mobile ]*/
  .topbar-mobile {
    background-color: #222;
    padding: 8px 25px 5px 25px;
  }
  
  .topbar-mobile li {
    padding: 5px 0;
  }
  
  .topbar-mobile .right-topbar,
  .topbar-mobile .left-topbar {
    justify-content: flex-start;
  }
  
  
  
  /*==================================================================
  [ Logo ]*/
  .wrap-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 88px;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  
  /*---------------------------------------------*/
  .logo {
    width: 30%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  
  .logo img {
    /*max-width: 90%;*/
    /*max-height: 50%;*/
    max-width: 270px;
    max-height: 50%;
    margin-top: -3px;
  }
  
  .search{
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /*---------------------------------------------*/
  .banner-header {
    width: 20%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .banner-header img {
    max-width: 100%;
    max-height: 100%;
  }
  
  /*---------------------------------------------*/
  .wrap-logo.no-banner {
    justify-content: center;
  }
  
  .wrap-logo.no-banner .logo {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  
  /*---------------------------------------------*/
  .logo-stick {
    display: none;
    line-height: 0;
    margin-right: 15px;
  }
  
  .logo-stick img {
    max-width: 115px;
    max-height: 30px;
  }
  

  .wrap-main-nav {
    width: 100%;
    height: 55px;
    z-index: 1000;
    position: relative;
  }
  
  .main-nav {
    width: 100%;
    height: 55px;
    background-color: #3c70b3;
  
    box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
    -o-box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
    -ms-box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
  
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  
  .menu-desktop {
    max-width: calc(100% - 30px);
    width: 1700px !important;
    margin: 0 auto;
    height: 55px;
    position: relative;
  }
  
  .main-menu {
    list-style-type: none;
    margin: 0;
    height: 100%;
  
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  
  .main-menu > li {
    height: 100%;
    position: relative;
  }
  
  .main-menu > li > a {
    font-family: 'Tajawal' !important ;/*Tajawal;*/
    font-size: 18px;
    /* font-weight: 600; */
    line-height: 1.5;
    color: white;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 5px 0px;
    margin: 0 18px;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  
  .main-menu > li > a::before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 36px);
    height: 5px;
    bottom: 0;
    left: -18px;
    background-color: #e8b154;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
  
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }

  li.main-menu-active > a::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
  
  .main-menu > li > a:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
  
  @media (max-width: 1199px) {
    .main-menu > li > a {
      margin: 0 10px;
    }
  
    .main-menu > li > a::before {
      left: -10px;
      width: calc(100% + 20px);
    }
  }
  
  /*******************************************/
  
  .menu-desktop-footer {
    margin: 0px auto;
    height: 55px;
    position: relative;
  }
  
  .main-menu-footer {
    list-style-type: none;
    margin: 0px;
    padding-left: 0px;
    height: 65%;
    display: block;
    align-items: center
  }
  
  .main-menu-footer > li {
    height: 100%;
    position: relative;
  }
  
  .main-menu-footer > li > a {
    font-family: Tajawal;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: rgb(0, 0, 0);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  
  .main-menu-footer > li > a:hover {
    color: #e8b154;
  }

  #footer .copyright a{
    color: #e8b154 !important;
  }

  li.main-menu-active > a::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
  
  .main-menu-footer > li > a:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
  
  @media (max-width: 1199px) {
    .main-menu-footer > li > a {
      margin: 0 10px;
    }
  
    .main-menu-footer > li > a::before {
      left: -10px;
      width: calc(100% + 20px);
    }
  }

  .coordonnees-footer {
    color: #333;
    font-size: 16px;
    line-height: 1.8;
  }
  
  .coordonnees-footer p {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #000;
  }
  
  .coordonnees-footer i {
    color: #e8b154; /* same color as underline */
    font-size: 20px;
    margin-right: 10px;
    min-width: 24px;
    text-align: center;
  }
  
  .titre-footer {
    margin-bottom: 25px;
    font-size: 23px;
    color: #3c70b3;
    position: relative;
  }
  
  .titre-footer::before {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 4px;
    bottom: -13px;
    right: 0;
    background-color: #e8b154;
  }
  

  /*---------------------------------------------*/
  .sub-menu {
    list-style-type: none;
    position: absolute;
    top:0;
    left:100%;
    width: 225px;
    background-color: #fff;
    padding: 15px 0px 15px 0px;
  
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
  
    visibility: hidden;
    opacity: 0; 
    
    border: 1px solid #f2f2f2;
    box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
    -o-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
  }
  
  .sub-menu li {
    position: relative;
    background-color: transparent;
  }
  
  .main-menu > li > .sub-menu {
    top:100%;
    left: 0px;
  }
  
  .main-menu > li.respon-sub-menu > .sub-menu {
    top:100%;
    left: auto;
    right: 0;
  }
  
  li.respon-sub-menu > .sub-menu .sub-menu {
    top:0;
    left: auto;
    right: 100%;
  }
  
  .sub-menu a {
    font-family: Tajawal;
    font-size: 16px;
    line-height: 1.7857;
    color: #222;
  
    display: block;
    padding: 8px 30px; 
    width: 100%;
  
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
  }
  
  @media (max-width: 1199px) {
    .sub-menu {
      width: 190px;
    }
  
    .sub-menu a {
      padding: 8px 20px;
    }
  }
  
  
  /*---------------------------------------------*/
  .main-menu > li:hover > a:after {
    color: #e8b154;
  }
  
  .main-menu > li:hover > a {
    text-decoration: none;
    color: #e8b154;
  }
  
  .main-menu > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  
  .sub-menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
  } 
  
  .sub-menu li:hover {
    background-color: transparent;
  }
  
  .sub-menu > li:hover > a {
    background-color: #e8b154;
    color: #fff;
    text-decoration: none;
  }
  
  /*------------------------------------------------------------------
  [ Mega menu ]*/
  .main-menu > li.mega-menu-item {
    position: static;
  }
  
  .sub-mega-menu {
    flex-wrap: wrap;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    width: 100%;
    display: none;
    list-style-type: none !important;
    /* border: 1px solid #f2f2f2;
    box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
    -o-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2); */
  }
  
  .main-menu > li:hover > .sub-mega-menu {
    display: block;
    width:200px;
  }
  
  /* .sub-mega-menu .nav {
    width: 240px;
    border-right: 1px solid #f2f2f2;
    padding: 30px 0;
  }
  
  .sub-mega-menu .tab-content {
    width: calc(100% - 240px);
  } */
  
  /*---------------------------------------------*/
  .sub-mega-menu .nav-link {
    font-family: Tajawal;
    font-size: 16px;
    line-height: 1.8;
    color: #222;
    border-radius: 0;
    padding: 9px 5px 0px 0px;
  }
  
  .sub-mega-menu .nav-link:hover ,
  .sub-mega-menu .nav-link.active  {
        font-family: Tajawal;
        font-size: 16px;
        line-height: 1.8;
        color: #e8b154;
        border-radius: 0;
        padding: 9px 5px 0px 0px;
    }
  /*---------------------------------------------*/
  .sub-mega-menu .tab-content .tab-pane {
    padding: 25px 50px 35px 30px;
  }
  
  
  
  /*==================================================================
  [ Fixed menu desktop ]*/
  .fix-menu-desktop .main-nav {
    position: fixed;
    top: -55px;
    left: 0;
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
  }
  
  .fix-menu-desktop .show-main-nav {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  
  .fix-menu-desktop .menu-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  
  .fix-menu-desktop .menu-desktop .logo-stick {
    display: block;
  }
  
  
  /*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  [ Header Mobile ]*/
  .wrap-header-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 65px;
    background-color: #fff;
    padding: 10px 25px;
    display: none;
    box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
    -o-box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
    -ms-box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
    position: relative;
    z-index: 100;
  }
  
  /*------------------------------------------------------------------
  [ Logo mobile ]*/
  .logo-mobile {
    display: block;
    position: relative;
    height: 100%;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  
  .logo-mobile a img {
    max-width: calc(100% - 35px);
    max-height: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    margin: auto;
  }
  
  /*------------------------------------------------------------------
  [ btn show menu ]*/
  .hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 0;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }
  
  .hamburger-inner, 
  .hamburger-inner:after, 
  .hamburger-inner:before {
    border-radius: 0;
  }
  
  
  /*==================================================================
  [ Menu mobile ]*/
  .menu-mobile {
    width: 100%;
    background-color: #fff;
    display: none;
  }
  
  .main-menu-m {
    padding-top: 13px;
    padding-bottom: 23px;
    background-color: #2457a3;
  }
  
  .main-menu-m > li > a {
    font-family: Tajawal;
    font-size: 16px;
    color: #fff;
    line-height: 2.8;
    padding: 9px 25px 9px 25px;
  
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .main-menu-m > li > a.active{
    color: #2457a3;
    background-color: #fff;
  }
  
  .main-menu-m > li > a:hover {
    color: #2457a3;
    background-color: #fff;
  }
  
  .main-menu-m > li {
    position: relative;
    background-color: #2457a3;
    list-style: none !important;
    margin-left: -35px;
  }
  
  .arrow-main-menu-m {
    font-size: 20px;
    color: #fff;
  
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 18px;
    top: 10px;
    padding: 10px;
    cursor: pointer;
  }
  
  .arrow-main-menu-m i {
    transform-origin: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .turn-arrow-main-menu-m i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
  /*---------------------------------------------*/
  .sub-menu-m {
    background-color: #fff;
    padding: 0px 15px 15px 50px;
    display: none;
    list-style: none !important;
  }
  
  .sub-menu-m a {
    font-family: Tajawal;
    font-size: 15px;
    color: #e8b154;
    line-height: 2.5;
    padding: 5px 15px 5px 15px;
  }
  
  .sub-menu-m a:hover {
    text-decoration: none;
    
  }
  
  
  
  /*---------------------------------------------*/
  @media (max-width: 991px){
    .wrap-header-mobile {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
    }
  
    .topbar,
    .logo,
    .no-banner,
    .wrap-main-nav {display: none;}
  
    .wrap-logo {
      height: auto;
      display: none;
    }
  
    .banner-header {  
      width: 100%;
      justify-content: center;
    }
  }
  
  @media (min-width: 992px){
    .menu-mobile {
      display: none;
    }
  }
  
  
  /*//////////////////////////////////////////////////////////////////
  [ Tab01 ]*/
  .tab01 .nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: none;
    flex-grow: 1;
    height: 100%;
  }
  
  .tab01 .nav-tabs .nav-item-more,
  .tab01 .nav-tabs .nav-item {
    height: 100%;
    padding: 0px;
    margin: 0px;
  }
  
  .tab01 .nav-link {
    font-family: Tajawal;
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 5px 12px;
    border-radius: 0px;
    border: none;
    position: relative;
  
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .tab01 .nav-link.active::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    width: 7px;
    height: 7px;
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    left: calc(50% - 5px);
    bottom: -5px;
    
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .tab01 .nav-link:hover {
    color: #e8b154 !important;
  }
  
  
  /*---------------------------------------------*/
  .tab01-link {
    padding-left: 10px;
    white-space: nowrap;
  }
  
  .tab01-title {
    padding-right: 25px;
  }
  
  /*---------------------------------------------*/
  .tab01 .nav-link.dropdown-toggle::after {
    display: none;
  }
  
  .tab01 .dropdown-menu {
    min-width: 135px;
    border-radius: 0px;
    padding: 5px 0;
  }
  
  .tab01 .dropdown-menu .nav-link {
    width: 100%;
  }
  
  .tab01 .dropdown-menu .nav-link.active {
    color: #e8b154;
  }
  
  .tab01 .dropdown-menu .nav-link.active::after {
    display: none;
  }

  /****************/

.language{
    color: black;
    border: 1px solid gray;
    padding: 4px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    border-radius: 5px;
    margin-top: 0px;
    margin-right: 6px;
    cursor: pointer;
}  

.language:hover ,  .language.active{
    background: #e8b154;
    color: #ffffff;
    border:1px solid #e8b154;
}  


new-color{
    color:#e8b154
}

.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px);
    padding: 0.25rem .5rem;
    font-size: 1.02rem;
    border-radius: .25rem;
    border-radius: 0px 5px 5px 0px;
}

.btn-new-color{
    background: #e8b154;
    color: #ffffff;
    border: 1px solid #e8b154;
    border-radius: 5px 0px 0px 5px;
}

.btn-new-color:hover{
    background: #ffffff;
    color: #e8b154;
    border: 1px solid #e8b154;
} 

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 55px !important;
  left: 0;
  width: 100%;
  font-size: larger !important;
  font-weight: 600 !important;
  opacity: 1 !important;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet {
  display: revert !important;
  border-radius: 0px !important;
  color: #ffffff;
  background-color: transparent !important;
  opacity: 1 !important;
  font-size: 16px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
  display: revert !important;
  border-radius: 0px !important;
  color: #3c70b3;
  background-color: transparent !important;
  opacity: 1;
}

section {
  padding: 15px 0 !important;
  overflow: hidden;
}

.heading-92913 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.heading-92913:after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 45%;
  width: 100px;
  height: 4px;
  background: #3c70b3;
}

.bg-image.overlay {
  position: relative;
}

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-image.overlay:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  background: rgba(16, 137, 255, 0.8);
}

.counts .count-box{
  background-color: transparent !important;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #ffffff;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: Tajawal;
  font-size: 19px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}

#blogs {
  padding-top: 10px;
  margin-bottom: 10px;
}
.blog .blogInner {
  border: 1px solid rgba(156, 156, 156, 0.3);
  overflow: hidden;
}
.blog .blogInner .blogDateTime {
  line-height: 60px;
  color: #4c545f;
  font-family: 'Raleway', Tajawal;
  font-size: 15px;
    font-weight: 600;
}
.blog .blogInner .blogDateTime i {
  line-height: 60px;
  width: 60px;
  background: #8a8a8a;
  text-align: center;
  position: relative;
  font-size: 28px;
  color: #FFF;
  margin-left: 30px;
  float: left;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog .blogInner .blogDateTime i:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #8a8a8a;
  position: absolute;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  left: -10px;
  rotate: 180deg;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog .blogInner .featureImg {
  max-height: 320px;
  position: relative;
  margin-left: 0px !important;
}
.blog .blogInner .featureImg a {
  display: block;
  height: 100%;
  overflow: hidden;
}
.blog .blogInner .featureImg a img {
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog .blogInner .postExcerpts {
  background: #f2eded;
  padding: 0 40px 40px;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-left: 0px !important;
}
.blog .blogInner .postExcerpts .postExcerptInner {
  margin-top: -40px;
  padding: 20px;
  font-family: 'Raleway', Tajawal;
  background: #FFF;
  position: relative;
  height: 190px;
  margin-left: 0px !important;
}
.blog .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
  font-size: 17px;
  color: #000;
  margin-top: 0;
  font-weight: bold;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog .blogInner .postExcerpts .postExcerptInner p {
  font-size: 18px;
  font-weight: 460;
  color: #000000;
  font-family: Tajawal;
}
.blog .blogInner .postExcerpts .postExcerptInner a.readMore {
  display: inline-block;
  float: right;
  color: #e8b154;
  font-size: 15px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog .blogInner:hover .blogDateTime i {
  background: #e8b154;
}
.blog .blogInner:hover .blogDateTime i:after {
  border-left-color: #e8b154;
}
.blog .blogInner:hover .featureImg a img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.blog .blogInner:hover .postExcerpts {
  background: #e8b154;
}
.blog .blogInner:hover .postExcerpts .postExcerptInner a.postTitle h4 {
  color: #e8b154;
}
.blog .blogInner:hover .postExcerpts .postExcerptInner a.readMore {
  color: #9c9c9c;
}
.blog.row {
  padding: 0 15px;
}
.blog.row .blogInner .featureImg a img {
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog.row .blogInner .postExcerpts {
  padding: 40px;
}
.blog.row .blogInner .postExcerpts .postExcerptInner {
  margin-top: 0;
}
.blog.row .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
  font-size: 17px;
  color: #000;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog.row .blogInner .postExcerpts .postExcerptInner p {
  font-size: 16px;
  color: #9c9c9c;
}
.blog.row .blogInner .postExcerpts .postExcerptInner a.readMore {
  display: inline-block;
  float: right;
  color: #e8b154;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog.sinlge-blog {
  margin-bottom: 40px;
  padding-right: 20px;
}
.blog.sinlge-blog .blogInner .featureImg {
  max-height: 100%;
}
.blog.sinlge-blog .blogInner .featureImg a {
  height: 100%;
}
.blog.sinlge-blog .blogInner .featureImg a img {
  width: 100%;
}
.blog.sinlge-blog .blogInner .postExcerpts {
  padding-top: 0;
}
.blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner {
  margin-top: -40px;
}
.blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner p {
  font-size: 16px;
  color: #9c9c9c;
}
.blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner a.readMore {
  display: inline-block;
  float: right;
  color: #e8b154;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 1024px) {
  .blog .blogInner .blogDateTime {
    line-height: 50px;
    font-size: 13px;
  }
  .blog .blogInner .blogDateTime i {
    line-height: 50px;
    width: 50px;
    font-size: 18px;
    margin-right: 20px;
  }
  .blog .blogInner .postExcerpts {
    background: #f2eded;
    padding: 0 25px 25px;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .blog .blogInner .postExcerpts .postExcerptInner {
    margin-top: -25px;
    padding: 20px;
  }
  .blog .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
    font-size: 15px;
    font-weight: normal;
  }
  .blog .blogInner .postExcerpts .postExcerptInner p {
    font-size: 13px;
    margin-bottom: 0;
  }
  .blog .blogInner .postExcerpts .postExcerptInner a.readMore {
    font-size: 13px;
  }
  .blog.row {
    padding: 0 15px;
  }
  .blog.row .blogInner .postExcerpts {
    padding: 33px;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner {
    margin-top: 0;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
    font-size: 15px;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner p {
    font-size: 13px;
    margin-bottom: 14px;
  }
  .blog.sinlge-blog .blogInner .postExcerpts {
    padding: 25px;
    padding-top: 0;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner {
    margin-top: -25px;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
    font-size: 20px;
    font-weight: normal;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  #blogs .col-sm-9 {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .blog .blogInner .blogDateTime {
    line-height: 40px;
    font-size: 12px;
  }
  .blog .blogInner .blogDateTime i {
    line-height: 40px;
    width: 40px;
    font-size: 18px;
    margin-right: 15px;
  }
  .blog.row {
    padding: 0 15px;
  }
  .blog.row .blogInner .postExcerpts {
    padding: 30px;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner {
    margin-top: 0;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
    font-size: 15px;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .blog.sinlge-blog .blogInner .postExcerpts {
    padding: 25px;
    padding-top: 0;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner {
    margin-top: -25px;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
    font-size: 20px;
    font-weight: normal;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .blog {
    max-width: 400px;
    margin: 30px auto 0;
  }
  .blog .blogInner .blogDateTime {
    line-height: 40px;
    font-size: 12px;
  }
  .blog .blogInner .blogDateTime i {
    line-height: 40px;
    width: 40px;
    font-size: 18px;
    margin-right: 15px;
  }
  .blog.row {
    padding: 0 15px;
  }
  .blog.row .blogInner .postExcerpts {
    padding: 33px;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner {
    margin-top: 0;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
    font-size: 15px;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner p {
    font-size: 13px;
    margin-bottom: 14px;
  }
  .blog.sinlge-blog {
    max-width: 100%;
    padding: 0;
  }
  .blog.sinlge-blog .blogInner .postExcerpts {
    padding: 25px;
    padding-top: 0;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner {
    margin-top: -25px;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
    font-size: 20px;
    font-weight: normal;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner p {
    font-size: 14px;
  }
}

.heading-92912 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.heading-92912:after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 45%;
  width: 100px;
  height: 4px;
  background: #3c70b3;
}

.heading-92911 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.heading-92911:after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 45%;
  width: 100px;
  height: 4px;
  background: #3c70b3;
}

.featured-services .title , .text-black{
  font-family: Tajawal;
}
