/**  fixed topnav **/
#toggle-navbar i{
  font-size: 1.5em !important;
  font-weight: 200 !important;
}
#fixed-topnav{
  position: fixed;
  top: 0;
  left: 0;
  width: 65vw;
  max-width: 250px;
  border-radius: 15px;
  margin: 15px;
  padding: 15px;
  height: calc(100vh - 30px);
  z-index: 554433221100;
  box-shadow: 0px 0px 10px #ccc;
  background: rgb(255, 255, 255, .9);
  backdrop-filter: blur(10px);
  direction: rtl;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: all .3s ease;
  transform: translateX(-400px);
}

.showFixedTopNav{
  transition: all .3s ease;
  transform: translateX(0px) !important;
}

#fixed-topnav::-webkit-scrollbar{
  width: 5px;
  border-radius: 5px;
}
#fixed-topnav::-webkit-scrollbar-thumb{
  background: #eee;
}
#fixed-topnav::-webkit-scrollbar-track{
  background: transparent;
}

#fixed-topnav .logo{
  max-height: 200px;
  min-width: 100%;
  margin-bottom: 20px;
}

#fixed-topnav ul{
  margin: 0 auto !important;
}
#fixed-topnav ul .collapse ul{
  margin-right: 25px;
  position: relative;
}

#fixed-topnav ul .collapse ul::before{
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  height: 100%;
  width: 5px;
  background: #ccc;
  margin-right: -22px;
}

#fixed-topnav ul li{
  margin: 20px 0px;
  font-weight: 900;
}

#fixed-topnav ul li a{
  color: #666;
}
/**  fixed topnav **/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  color: #afafaf;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Roboto', sans-serif;
}

::selection {
  background: #4b8ef1;
  color: #fff !important;
}

::-moz-selection {
  background: #4b8ef1;
  color: #fff !important;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.section-heading {
  position: relative;
  z-index: 2;
}

.section-heading h4 {
  color: #2a2a2a;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.section-heading h4 em {
  font-style: normal;
  color: green;
}

.section-heading img {
  width: 45px;
  height: 2px;
}

.section-heading p {
  margin-top: 10px;
}

.show-up {
  position: relative;
  z-index: 2;
}

.white-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #4b8ef1 !important;
  text-transform: capitalize;
  font-size: 15px;
  background-color: #fff;
  border-radius: 5px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
}

.read-more a{
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #fff !important;
  text-transform: capitalize;
  font-size: 15px;
  background-color: green;
  padding: 5px 25px;
  border-radius: 5px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
}

.white-button a i {
  margin-left: 5px;
  font-size: 18px;
}

.white-button a:hover {
  background-color: #4b8ef1;
  color: #fff !important;
}

.text-button a {
  font-size: 15px;
}

.text-button a i {
  margin-left: 5px;
  font-size: 14px;
  transition: all .3s;
}

.text-button a:hover i {
  margin-left: 8px;
}

.gradient-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #fff !important;
  text-transform: capitalize;
  font-size: 15px;
  background: rgb(44, 124, 13);
  background: linear-gradient(105deg, rgb(65, 179, 103) 0%, rgb(57, 139, 19) 100%);
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
}

.gradient-button a:hover {
  color: #fff !important;
  background: rgb(44, 124, 13);
  background: linear-gradient(105deg, rgb(57, 139, 19) 0%, rgb(65, 179, 103) 100%);
}

.border-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #4b8ef1 !important;
  border: 1px solid #4b8ef1;
  text-transform: capitalize;
  font-size: 15px;
  display: inline-block;
  background-color: #fff;
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
}

.border-button a:hover {
  background-color: #4b8ef1;
  color: #fff !important;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff !important;
  height: 80px!important;
  border-bottom: none !important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 5px 8px rgba(0,0,0,0.03);
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #fff;
}

.background-header .main-nav .nav li:hover a {
  color: #4b8ef1;
}

.background-header .nav li a.active {
  position: relative;
  color: #fff;
}

.background-header .nav li a.active:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #4b8ef1;
  content: '';
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}

.background-header .nav li:last-child a.active:after {
  background-color: transparent;
}

.header-area {
  background-color: transparent;
  border-bottom: 1px solid rgba(42,42,42,0.2);
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo {
    line-height: 100px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 80px;
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:nth-child(6) {
  padding-right: 0px;
  padding-left: 40px;
}

.header-area .main-nav .nav li:last-child a ,
.background-header .main-nav .nav li:last-child a,
.header-area .main-nav .nav li:nth-child(6) a ,
.background-header .main-nav .nav li:nth-child(6) a {
  padding: 0px 20px !important;
  font-weight: 400;
}

.header-area .main-nav .nav li:last-child a:hover ,
.background-header .main-nav .nav li:last-child a:hover,
.header-area .main-nav .nav li:nth-child(6) a:hover ,
.background-header .main-nav .nav li:nth-child(6) a:hover {
  color: #fff !important;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #4b8ef1!important;
}

.header-area .main-nav .nav li:last-child a.active {
  color: #fff !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #4b8ef1!important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #4b8ef1!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #2a2a2a;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #2a2a2a;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #2a2a2a;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #2a2a2a;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #2a2a2a;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #2a2a2a;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #2a2a2a;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #2a2a2a;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #4b8ef1;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child  ,
  .background-header .main-nav .nav li:last-child {
    color: #069;
  }
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
  .background-header .nav li a.active:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .pre-header ul.info li:last-child,
  .pre-header ul.info li:nth-child(6) {
    display: none!important;
  }
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #4b8ef1!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #fff;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
    box-shadow: 0px 5px 8px rgba(0,0,0,0.03);
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #4b8ef1!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: green;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: green;
    border-radius: 50%;
}



/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.main-banner:after {
  content: '';
  background-image: url(../images/commune-foum-el-anceur.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.main-banner .left-content {
  margin-right: 15px;
}

.main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  line-height: 90px;
  font-size: 70px;
  margin-bottom: 20px;
  color: #fff;
}

.main-banner .left-content p {
  margin-bottom: 45px;
  color: #2a2a2a;
  font-weight: 400;
}

.main-banner .left-content .first-button {
  border-radius: 10px;
}

.main-banner .left-content .white-button {
  display: inline-block;
}

.main-banner .right-image {
  text-align: center;
  position: relative;
  z-index: 20;
}

.main-banner .right-image img {
  max-width: 710px;
}

.main-banner .left-content .white-button a {
  background-color: #4b8ef1;
  color: #fff !important;
}

/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/



/** go to public->assets->sass->pages->_home.scss **/





/*
---------------------------------------------
About Us
---------------------------------------------
*/

.about-us {
  padding-top: 130px;
  position: relative;
  margin-bottom: 50px;

}

.about-us .about-container{
  width: 85vw !important;
  margin: 0px auto 130px auto;
}

.about-desc{
  font-size: 1.2em;
  font-weight: 700;
  word-spacing: 1.5px;
  direction: rtl;
  text-align: justify;
  text-justify: inter-word;
  color: #1e1e1e;

}

.about-us .section-heading {
  margin-bottom: 45px;
  color: #1e1e1e;
}

.about-us .section-heading h4{
  font-size: 3em;
}

.about-us .section-heading,
.about-us .box-item,
.about-us p,
.about-us .box-item .gradient-button,
.about-us .box-item span {
  position: relative;
  z-index: 1;
}

.about-us .box-item {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.07);
  padding: 10px 20px;
  background-color: transparent;
  border-radius: 40px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.about-us .box-item::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 30%;
  background-color: rgba(0, 128, 0, .5);
  /* transform: skewX(20deg); */
}

.about-us .box-item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 8px;
  color: #2a2a2a;
  transition: all .3s;
}

.about-us .box-item p{
  margin-bottom: 0px;
  color: #0088;
  font-weight: 600;
  text-align: start;
  width: 30%;
  display: flex;
  justify-content: flex-start;
  padding: 0 8px;
}

.about-us .box-item:hover h4{
  color: green;
}

.about-us .gradient-button {
  margin-top: 30px;
  margin-bottom: 10px;
}

.about-us span {
  font-size: 14px;
  color: #7a7a7a;
}

.about-us .right-image {
  position: relative;
  z-index: 1;
}

.about-us:after {
  background: url(../images/about-1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 0;
}



/* 
---------------------------------------------
The Clients
---------------------------------------------
*/

.the-clients {
  margin-top: 0px;
}

.the-clients  .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.the-clients  .section-heading p {
  margin-top: 10px;
  margin-right: 18%;
}

.the-clients .naccs {
  position: relative;
}

.menu .thumb h4 {
  margin-bottom: 0px;
  font-size: 20px;
  color: #2a2a2a;
}

.menu .thumb span.date {
  display: inline-block;
  margin-top: 0px;
  color: #afafaf;
}

.menu .thumb span.category,
.menu .thumb span.rating {
  font-weight: 700;
  color: #afafaf;
}

.menu .thumb i {
  color: #afafaf;
}

.the-clients .naccs .menu div {
  color: #fff;
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: left;
  padding: 0px 15px;
  cursor: pointer;
  position: relative;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.the-clients .naccs .menu div.active h4,
.the-clients .naccs .menu div.active i,
.the-clients .naccs .menu div.active span.rating,
.the-clients .naccs .menu div.active .thumb {
  color: #4b8ef1;
}

.the-clients ul.nacc {
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.the-clients ul.nacc li {
  opacity: 0;
  transform: translateX(-50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.the-clients ul.nacc li.active {
  transition-delay: 0.3s;
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

.the-clients ul.nacc li {
  width: 100%;
}

.the-clients .nacc .thumb .client-content img {
  width: 76px;
  height: 62px;
}

.the-clients .nacc .thumb .client-content {
  padding: 60px 30px;
  background-image: url(../images/client-bg.png);
  background-size: cover;
  border-radius: 50px;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
}

.the-clients .nacc .thumb .client-content p {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-style: italic;
  margin-top: 30px;
}

.the-clients .nacc .thumb .down-content {
  margin-top: 30px;
}

.the-clients .nacc .thumb .down-content img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  display: inline;
}

.the-clients .nacc .thumb .down-content .right-content {
  display: inline-block;
  margin-left: 20px;
}

.the-clients .nacc .thumb .down-content .right-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.the-clients .nacc .thumb .down-content .right-content span {
  color: #2a2a2a;
}


/* 
---------------------------------------------
The Clients
---------------------------------------------
*/


/**************************************************************/
#president-word{
  height: fit-content;
  margin-bottom: 120px;
  z-index: 999999999 !important;
}
.the-president {
  margin-top: 0px;
}

.the-president  .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.the-president  .section-heading p {
  margin-top: 10px;
  margin-right: 18%;
}

.the-president .naccs {
  position: relative;
}

.menu .thumb h4 {
  margin-bottom: 0px;
  font-size: 20px;
  color: #2a2a2a;
}

.menu .thumb span.date {
  display: inline-block;
  margin-top: 0px;
  color: #afafaf;
}

.menu .thumb span.category,
.menu .thumb span.rating {
  font-weight: 700;
  color: #afafaf;
}

.menu .thumb i {
  color: #afafaf;
}

.the-president .naccs .menu div {
  color: #fff;
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: left;
  padding: 0px 15px;
  cursor: pointer;
  position: relative;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.the-president .naccs .menu div.active h4,
.the-president .naccs .menu div.active i,
.the-president .naccs .menu div.active span.rating,
.the-president .naccs .menu div.active .thumb {
  color: #4b8ef1;
}

.the-president ul.nacc {
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.the-president ul.nacc li {
  opacity: 0;
  transform: translateX(-50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.the-president ul.nacc li.active {
  transition-delay: 0.3s;
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

.the-president ul.nacc li {
  width: 100%;
}

.the-president .nacc .thumb .client-content img {
  width: 76px;
  height: 62px;
}

.the-president .nacc .thumb .client-content {
  padding: 60px 30px;
  background-image: url(../images/client-bg.png);
  background-size: cover;
  border-radius: 50px;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
}

.the-president .nacc .thumb .client-content p {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-style: italic;
  margin-top: 30px;
}

.the-president .nacc .thumb .down-content {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.the-president .nacc .thumb .down-content img {
  width: 100%;
  height: 100%;
  border-radius: 0%;
  margin-left: 30px;
  display: inline;
}

.the-president .nacc .thumb .down-content .right-content {
  display: inline-block;
  margin-left: 20px;
}

.the-president .nacc .thumb .down-content .right-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.the-president .nacc .thumb .down-content .right-content span {
  color: #2a2a2a;
}


/* 
---------------------------------------------
The President
---------------------------------------------
*/
/**************************************************************/


.pricing-tables {
  padding-top: 130px;
}

.pricing-tables  .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.pricing-tables  .section-heading p {
  margin-top: 10px;
  margin-left: 18%;
  margin-right: 18%;
}

.pricing-item-regular {
  margin-top: 30px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.07);
  border-radius: 50px;
  padding: 90px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.pricing-item-regular:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/regular-table-top.png);
  z-index: 0;
  content: '';
  width: 274px;
  height: 221px;
}

.pricing-item-regular:after {
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../images/regular-table-bottom.png);
  z-index: 0;
  content: '';
  width: 370px;
  height: 171px;
}

.pricing-item-regular span.price {
  font-size: 40px;
  color: #fff;
  position: absolute;
  font-weight: 700;
  z-index: 1;
  left: 30px;
  top: 30px;
}

.pricing-item-regular h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.pricing-item-regular .icon img {
  width: 120px;
  height: 106px;
  margin-bottom: 30px;
}

.pricing-item-regular ul li {
  color: #4b8ef1;
  font-size: 15px;
  margin-bottom: 15px;
}

.pricing-item-regular ul li:last-child {
  margin-bottom: 0px;
}

.pricing-item-regular ul li.non-function {
  color: #afafaf;
  text-decoration: line-through;
}

.pricing-item-regular .border-button {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

.pricing-item-pro {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.07);
  border-radius: 50px;
  padding: 120px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.pricing-item-pro:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/pro-table-top.png);
  z-index: 0;
  content: '';
  width: 281px;
  height: 251px;
}

.pricing-item-pro:after {
  position: absolute;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/pro-table-bottom.png);
  z-index: 0;
  content: '';
  width: 100%;
  height: 201px;
}

.pricing-item-pro span.price {
  font-size: 40px;
  color: #fff;
  position: absolute;
  font-weight: 700;
  z-index: 1;
  left: 30px;
  top: 30px;
}

.pricing-item-pro h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.pricing-item-pro .icon img {
  width: 120px;
  height: 106px;
  margin-bottom: 30px;
}

.pricing-item-pro ul li {
  color: #4b8ef1;
  font-size: 15px;
  margin-bottom: 15px;
}

.pricing-item-pro ul li:last-child {
  margin-bottom: 0px;
}

.pricing-item-pro ul li.non-function {
  color: #afafaf;
  text-decoration: line-through;
}

.pricing-item-pro .border-button {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}




/* 
---------------------------------------------
Free Quote
--------------------------------------------- 
*/

.free-quote {
  background-image: url(../images/quote-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 130px;
}

.free-quote .section-heading {
  margin-bottom: 60px;
}

.free-quote .section-heading h6,
.free-quote .section-heading h4 {
  color: #fff;
}

.free-quote .section-heading .line-dec {
  margin: 0 auto;
  background-color: #fff;
}

.free-quote form {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  min-height: 80px;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}

.free-quote form input {
  width: 100%;
  margin-top: 20px;
  margin-left: 30px;
  color: #afafaf;
  font-weight: 400;
  font-size: 15px;
  height: 40px;
  background-color: transparent;
  border-bottom: 1px solid #eee;
  border-top: none;
  border-left: none;
  border-right: none;
  position: relative;
  z-index: 2;
  outline: none;
}

.free-quote form button {
  width: 100%;
  height: 80px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  outline: none;
  border: none;
  margin-left: 30px;
  background-color: #726ae3;
  font-size: 15px;
  color: #fff;
}


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer {
  background-image: url(../images/wave2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 20px;
  min-height: fit-content;
}

.subscribe-area{
  background: rgba(0, 128, 0, .5);
  box-shadow: 0px 0px 15px rgb(61, 110, 61);
  backdrop-filter: blur(3px);
  margin-bottom: 50px;
  padding-top: 30px ;
  margin: 50px 20px 100px 20px;
  position: relative;
  top: 20px;
}

footer .section-heading {
  margin-bottom: 45px;
}

footer .section-heading h4 {
  line-height: 45px;
  color: #fff;
  margin-left: 13%;
  margin-right: 13%;
  text-align: center;
}

footer #search {
  margin-bottom: 80px;
}

footer #search input::placeholder {
  color: #fff;
}

footer #search input {
  font-size: 15px;
  color: #fff;
  outline: none;
  height: 46px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  width: 100%;
}

footer #search button {
  height: 46px;
  border-radius: 23px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  width: 100%;
  transition: all .5s;
}

footer #search button:hover {
  background-color: #fff;
  color: #4b8ef1;
}

.footer-widget .logo img {
  max-width: 150px;
  margin-bottom: 30px;
  padding: 10px;
  background-color: rgb(255, 255, 255);
}

.footer-widget h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}

.footer-widget p {
  margin-bottom: 15px;
}

.footer-widget p,
.footer-widget p a {
  color: #fff;
}

.footer-widget ul {
  display: inline;
  max-width: 40%;
  float: left;
  margin-right: 10%;
}

.footer-widget ul li {
  margin-bottom: 10px;
}

.footer-widget ul li:last-child {
  margin-bottom: 0px;
}

.footer-widget ul li a {
  font-size: 15px;
  color: #fff;
  transition: all .3s;;
}

.footer-widget a:hover {
  opacity: 0.75;
}

footer .copyright-text p {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0px;
  color: #fff;
}

footer p a {
  color: #fff;
  transition: all .5s;
}

footer p a:hover {
  opacity: 0.75;
  color: #fff;
}


/*
---------------------------------------------
PopUp
---------------------------------------------
*/

#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

.popupContainer {
  position: absolute;
  width: 330px;
  height: auto;
  left: 45%;
  top: 60px;
  background: #FFF;
}

.btn {
  padding: 10px 20px;
  background: #4b8ef1;
  color: #fff;
  transition: all .3s;
}

.btn_red {
  background: #4b8ef1;
  color: #FFF;
}

.btn:hover {
  background: #E4E4E2;
}

.btn_red:hover {
  color: #2a2a2a;
  background: #E4E4E2;
}

a.btn {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

a.btn_red {
  color: #FFF;
}

.one_half {
  width: 50%;
  display: block;
  float: left;
}

.one_half.last {
  width: 45%;
  margin-left: 5%;
}
/* Popup Styles*/

.popupHeader {
  font-size: 16px;
  text-transform: uppercase;
}

.popupHeader {
  background: #F4F4F2;
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px solid #DDD;
  font-weight: bold;
}

.popupHeader .modal_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
  background: #4b8ef1;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
}

.popupBody {
  padding: 20px;
}

.social_login .social_box {
  display: block;
  clear: both;
  padding: 10px;
  margin-bottom: 10px;
  background: #F4F4F2;
  overflow: hidden;
}

.social_login .icon {
  display: inline-block;
  
  padding: 5px 10px;
  margin-right: 10px;
  float: left;
  color: #FFF;
  font-size: 16px;
  text-align: center;
}

.social_login .fb .icon {
  background: #3B5998;
}

.social_login .google .icon {
  background: #DD4B39;
}

.social_login .icon_title {
  display: block;
  padding: 5px 0;
  float: left;
  font-weight: bold;
  font-size: 16px;
  color: #777;
}

.social_login .social_box:hover {
  background: #E4E4E2;
}

.centeredText {
  color: #afafaf;
  text-align: center;
  margin: 20px 0;
  clear: both;
  overflow: hidden;
  text-transform: capitalize;
}

.user_login label {
  color: #afafaf;
}

.action_btns {
  clear: both;
  overflow: hidden;
}

.action_btns a {
  display: block;
}
/* User Login Form */

.user_login {
  display: none;
}

.user_login label {
  display: block;
  margin-bottom: 5px;
}

.user_login input[type="text"],
.user_login input[type="email"],
.user_login input[type="password"] {
  display: block;
  width: 90%;
  padding: 10px;
  border: 1px solid #DDD;
  color: #666;
}

.user_login input[type="checkbox"] {
  float: left;
  margin-right: 10px;
  width: 22px;
  height: 22px;
}

.user_login input[type="checkbox"]+label {
  float: left;
}

.user_login .checkbox {
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}

.forgot_password {
  display: block;
  margin: 20px 0 10px;
  clear: both;
  overflow: hidden;
  text-decoration: none;
  color: #4b8ef1;
  transition: all .3s;
}
/* User Register Form */

.user_register {
  display: none;
}

.user_register label {
  color: #afafaf;
  display: block;
  margin-bottom: 5px;
}

.user_register input[type="text"],
.user_register input[type="email"],
.user_register input[type="password"] {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #DDD;
  color: #666;
}

.user_register input[type="checkbox"] {
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 8px;
}

.user_register input[type="checkbox"]+label {
  float: left;
  color: #afafaf;
}

.user_register .checkbox {
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}



/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/



@media (max-width: 1200px) {
  .header-area .main-nav .logo h4 {
    font-size: 24px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 25px;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:last-child {
    padding-left: 20px;
  }
  
  .main-banner .left-content h2 {
    z-index: 2;
    position: relative;
    font-weight: 700;
    line-height: 70px;
    font-size: 50px;
    margin-bottom: 20px;
  }

  .main-banner .left-content p {
    margin-bottom: 45px;
  }
}

@media (max-width: 992px) {
  .header-area {
    background-color: #fff;
  }
  .main-banner:after {
    display: none;
  } 
  .main-banner .left-content h2 {
    color: #2a2a2a;
    margin-right: 0;
  }
  .main-banner .left-content p {
    color: #afafaf;
    margin-right: 0;
  }
  .main-banner .left-content .white-button a {
    background-color: #4b8ef1;
    color: #fff !important;
  }
  form#contact {
    overflow: hidden;
  }
  .header-area .main-nav .logo h4 {
    font-size: 20px;
  }
  .main-banner .left-content {
    margin-right: 0px;
  }
  .main-banner {
    text-align: center;
    padding: 226px 0px 30px 0px;
  }
  .main-banner:before {
    display: none;
  }
  .main-banner .right-image {
    margin: 30px auto 0px auto;
    text-align: center;
  }
  .features-item {
    margin-bottom: 45px;
  }
  .last-features-item,
  .last-skill-item {
    margin-bottom: 0px !important;
  }
  .skill-item {
    margin-bottom: 30px;
  }
  .about-left-image img {
    margin-right: 0px;
    margin-bottom: 45px;;
  }
  .services .naccs .menu div {
    font-size: 15px;
    font-weight: 500;
  }
  .service-item {
    text-align: center;
    margin-bottom: 30px;
  }
  .about-us .box-item {
    text-align: center;
  }
  .about-us:after {
    display: none;
  }
  .about-us .gradient-button,
  .about-us span {
    text-align: center;
    display: block;
  }
  .about-us .right-image {
    margin-top: 30px;
  }
  .service-item .icon {
    margin: 0 auto 30px auto;
  }
  .about-us .section-heading {
    text-align: center;
  }
  .about-us .left-image {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 45px;
  }
  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-item {
    margin-bottom: 70px;
  }
  .pricing-item-regular {
    margin-bottom: 30px;
  }
  .our-portfolio .owl-nav {
    display: block !important;
  }
  .contact-info {
    margin-top: 60px;
  }
  form#contact {
    padding: 45px;
  }
}

@media (max-width: 767px) {
  .the-clients .naccs .menu div {
    text-align: center;
  }
  footer .section-heading h4 {
    color: #2a2a2a;
  }
  footer #search {
    margin-bottom: 45px;
  }
  footer {
    padding-top: 0px;
    text-align: center;
  }
  .footer-widget ul {
    display: block;
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .footer-widget h4 {
    margin-top: 45px;
    margin-bottom: 20px;
  }
  footer #search input {
    border: 1px solid #eee;
    color: #afafaf;
    background-color: #fff;
    border-radius: 23px;
    margin-bottom: 15px;
    padding: 0px 30px;
  }
  footer #search button {
    background-color: #fff;
    color: #4b8ef1;
  }
  footer #search input::placeholder { 
    color: #2a2a2a;
  }
  .header-area .main-nav .logo h4 {
    font-size: 30px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 30px;
    margin-left: 5px;
  }
  .main-banner .info-stat {
    margin-bottom: 15px;
  }
  .menu .thumb span.date {
    margin-bottom: -20px;
    display: block;
  }
  .service-item {
    text-align: center;
    padding: 30px;
  }
  .menu .thumb span.category {
    display: none;
  }
  .about-us .right-image {
    margin-top: 30px;
  }
  .service-item .icon {
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .service-item .right-content {
    display: inline-block;
  }
  .services .naccs .menu div .thumb {
    padding: 5px;
  }
  .services .icon img {
    margin: 0px;
  }
  .the-clients .nacc .thumb .down-content .right-content {
    margin-left: 0px;
    margin-top: 15px;
  }
  .services ul.nacc li.active {
    padding: 45px;
  }
  .services .naccs .menu div  {
    font-size: 0px;
  }
  .the-clients .nacc .thumb .down-content {
    text-align: center;
  }
  .services ul.nacc li .right-image img {
    float: none;
  }
  .our-portfolio .section-heading,
  .about-us .section-heading,
  .about-us .about-item,
  .about-us p,
  .about-us .main-green-button {
    text-align: center;
  }
  .our-portfolio .section-heading .line-dec {
    margin: 0 auto;
  }
  .our-services .section-heading {
    margin-left: 15px;
    margin-right: 15px;
  }
  .free-quote form input {
    margin-left: 0px;
    padding: 0px 30px;
  }
  .free-quote form button {
    margin-left: 0px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 0px;
  }
  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-item {
    margin-bottom: 30px;
  }
  .post-item .thumb img {
    max-width: 140px;
  }
  .post-item .right-content p {
    display: none;
  }
  .about-us .about-item {
    margin-top: 15px;
  }
  form#contact {
    padding: 30px;
  }
}

.go-top button{
  width: 50px;
  height: 50px;
  border-radius: 7px;
  background-color: rgb(74, 139, 212);
  color: #fff;
  font-weight: 500;
  font-size: 1.5em;
  display: block;
  position: fixed;
  bottom: 50px;
  right: 40px;
  z-index: 99999;
  border: none;
  outline: none;
  animation: upup 1.5s 0s infinite forwards linear;

}

.go-top button:hover{
  animation: none;
}

@keyframes upup{
  0%{
    transform: translateY(0px);
  }
  25%{
    transform: translateY(5px);
  }
  50%{
    transform: translateY(0px);
  }
  75%{
    transform: translateY(-5px);
  }
  100%{
    transform: translateY(0px);
  }
}

.owl-carousel .owl-nav{
  display: flex;
  justify-content: center !important;
  margin-top: 20px;
}
.owl-carousel .owl-nav .owl-prev , .owl-carousel .owl-nav .owl-next { 
  transition: all .5s ease;
  border-radius: 3px;
}
.owl-carousel .owl-nav .owl-prev span{
  font-size: 2em  !important;
  margin: 0px 15px;
  padding: 2px 10px;
  color: rgb(5, 66, 5);

}
.owl-carousel .owl-nav .owl-next span{
  font-size: 2em !important;
  margin: 0px 15px;
  padding: 2px 10px;
  color: rgb(5, 66, 5);

}

/******** hover effect *****/
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover{
  background-color: rgba(0, 128, 0, .3);
  color: rgb(5, 66, 5);
}


/************* show effect   ************/
.owl-carousel .slide .img-wrapper{
  position: relative;
  overflow: hidden;
  transition: all .3s ease;

}

.owl-carousel .slide .show{
  font-size: 5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(48, 85, 48, .8);
  display: none;
  transition: all .3s ease;
}


.owl-carousel .slide .show:hover{
  color: green;
}

.owl-carousel .slide:hover .show{
  font-size: 5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  /* background: rgba(48, 85, 48, .8); */
  display: block;
}
/*****************************/

.news-carousel .owl-nav{
  display: flex;
  justify-content: center !important;
  margin-top: 20px;
}
.news-carousel .owl-nav .owl-prev , .news-carousel .owl-nav .owl-next { 
  transition: all .5s ease;
  border-radius: 3px;
}
.news-carousel .owl-nav .owl-prev span{
  font-size: 2em  !important;
  margin: 0px 15px;
  padding: 2px 10px;
  color: rgb(5, 66, 5);

}
.news-carousel .owl-nav .owl-next span{
  font-size: 2em !important;
  margin: 0px 15px;
  padding: 2px 10px;
  color: rgb(5, 66, 5);

}

/******** hover effect *****/
.news-carousel .owl-nav .owl-prev:hover, .news-carousel .owl-nav .owl-next:hover{
  background-color: rgba(0, 128, 0, .3);
  color: rgb(5, 66, 5);
}


/************* show effect   ************/
.news-carousel .slide .img-wrapper{
  position: relative;
  overflow: hidden;
  transition: all .3s ease;

}

.news-carousel .slide .show{
  font-size: 5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(48, 85, 48, .8);
  display: none;
  transition: all .3s ease;
}


.news-carousel .slide .show:hover{
  color: green;
}

.news-carousel .slide:hover .show{
  font-size: 5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  /* background: rgba(48, 85, 48, .8); */
  display: block;
}

/************** dashboard  *****************/
#dashboard main{
  margin-top: 70px;
  box-sizing: border-box;
}

#dashboard main .calc-card{
  box-shadow: 0px 0px 8px #ddd;
  border-radius: 10px;
}

#dashboard main .calc-card p{
  color: #2a2a2a;
  font-size: 1.1em;
  font-weight: 800;
}

#dashboard main .calc-card .numbers h5{
  font-weight: 600;
  color: #0088FF;
  margin: 0 5px;
}

#dashboard main .calc-card .numbers h5 span{
  font-size: .7em;
  font-weight: 600;
  color: green;
  margin: 0 5px;
}

#dashboard main .calc-card .icon-container{
  display: flex;
  justify-content: end !important;
}

#dashboard main .calc-card .icon{
  height: 55px;
  width: 55px;
  border-radius: 10px;
  font-size: 1.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  margin: auto 0;
}

.bg-gradient-primary{
  background: linear-gradient(to top left, #0088 0%, #0088FF 100%); 
  color: #fff;
}


/******** tables *************/
#dashboard main .table .action i{
  font-size: 1.1em;
  padding: 10px;
  border-radius: 5px;
  margin: auto 10px !important;
  color: #fff;
}

#dashboard main .table .action .badge-blue{
  background: rgba(0, 136, 255, 0.8);
}
#dashboard main .table .action .badge-green{
  background: rgba(66, 97, 9, 0.8);
}
#dashboard main .table .action .badge-red{
  background: rgba(226, 17, 2, 0.8);
}

#dashboard main .table tbody tr:nth-child(odd){
  background: rgba(238, 238, 238, .3);
}

#dashboard main .table tbody tr:nth-child(even){
  background: transparent;
}

/********* news **********/
#dashboard main .news, #dashboard main .projets{
  box-shadow: 0px 0px 15px #ddd;
  border-radius: 20px;
  margin: 30px auto;
}

#dashboard main .news .heading, #dashboard main .projets .heading{
  font-size: 1.2em;
}

#dashboard main .news .heading h5, #dashboard main .projets .heading h5{
  font-weight: 900;
  color: #0088;
}

/*********** news ******************/
#auth-news, #auth-conseil, #auth-bureau-conseil, #auth-bureau, #auth-employe{
  direction: rtl;
}

#auth-news main, #auth-conseil main,  #auth-bureau-conseil main, #auth-bureau main, #auth-employe main{
  direction: rtl;
  width: 100%;
  margin-top: 100px;
}

#auth-news main .table .action i, 
#auth-conseil main .table .action i,  
#auth-bureau-conseil main .table .action i, 
#auth-bureau main .table .action i, 
#auth-employe main .table .action i{
  font-size: 1.1em;
  padding: 10px;
  border-radius: 5px;
  margin: auto 10px !important;
  color: #fff;
}

#auth-news main .table .action .badge-blue, 
#auth-conseil main .table .action .badge-blue,  
#auth-bureau-conseil main .table .action .badge-blue, 
#auth-bureau main .table .action .badge-blue, 
#auth-employe main .table .action .badge-blue{
  background: rgba(0, 136, 255, 0.8);
}

#auth-news main .table .action .badge-green, 
#auth-conseil main .table .action .badge-green,  
#auth-bureau-conseil main .table .action .badge-green, 
#auth-bureau main .table .action .badge-green, 
#auth-employe main .table .action .badge-green{
  background: rgba(66, 97, 9, 0.8);
}

#auth-news main .table .action .badge-red, 
#auth-conseil main .table .action .badge-red,  
#auth-bureau-conseil main .table .action .badge-red, 
#auth-bureau main .table .action .badge-red, 
#auth-employe main .table .action .badge-red{
  background: rgba(226, 17, 2, 0.8);
}


#auth-news main .table tbody tr:nth-child(odd), 
#auth-conseil main .table tbody tr:nth-child(odd),  
#auth-bureau-conseil main .table tbody tr:nth-child(odd), 
#auth-bureau main .table tbody tr:nth-child(odd), 
#auth-employe main .table tbody tr:nth-child(odd){
  background: rgba(238, 238, 238, .3);
}


#auth-news main .news .heading, 
#auth-conseil main .news .heading,  
#auth-bureau-conseil main .news .heading, 
#auth-bureau main .news .heading, 
#auth-employe main .news .heading{
  font-size: 1.2em;
}


#auth-news main .news .heading h5, 
#auth-conseil main .news .heading h5,  
#auth-bureau-conseil main .news .heading h5, 
#auth-bureau main .news .heading h5, 
#auth-employe main .news .heading h5{
  font-weight: 900;
  color: #0088;
}

#auth-news .modal img{
  width: 220px !important;
  height: auto;
}

/***** empty box ***/
.empty-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 20px;
}

.empty-box img{
  width: 50% !important;
  height: auto !important;
}

/************ toasts **********/
#success-toast{
  border-radius: 5px;
  width: 320px;
  height: fit-content;
  position: fixed !important;
  right: calc(100vw - 350px);
  top: calc(100vh - 110px);
  z-index: 55555;
  background-color: rgba(58, 148, 58, 1);
}

#error-toast{
  border-radius: 5px;
  width: 320px;
  height: fit-content;
  position: fixed !important;
  right: calc(100vw - 350px);
  top: calc(100vh - 110px);
  z-index: 55555;
  background-color: rgba(247, 31, 31, 1);
}

/************ delete modal *****/
.delete-modal .modal-body, .edit-modal .modal-body{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.delete-modal .modal-body i{
  font-size: 8em;
  color: red;
}
.edit-modal .modal-body i{
  font-size: 8em;
  color: orange;
}


.delete-modal .modal-footer{
  font-size: 8em;
  color: red;
}

.edit-modal .modal-footer{
  font-size: 8em;
  color: orange;
}

.delete-modal .modal-footer .btn-dismiss, .edit-modal .modal-footer .btn-dismiss{
  background: #0088FF;
  padding: 5px 10px;
  border-radius: 5px;
}

.delete-modal .modal-footer .btn-dismiss:hover, .edit-modal .modal-footer .btn-dismiss:hover{
  background: rgba(0, 136, 255, .7);
  padding: 5px 10px;
}

.delete-modal .modal-footer .btn-trash{
  border: 1px solid red !important;
  background: transparent !important;
  color: red !important;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 5px;
  transition: all .2s ease !important;
}

.delete-modal .modal-footer .btn-trash:hover{
  background-color: red !important;
  color: #fff !important;
  
}

.edit-modal .modal-footer .btn-edit{
  border: 1px solid orange !important;
  background: transparent !important;
  color: orange !important;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 5px;
  transition: all .2s ease !important;
}

.edit-modal .modal-footer .btn-edit:hover{
  background-color: orange !important;
  color: #fff !important;
  
}

.bg-success-soft{
  background: rgba(0, 128, 0, .2);
  color: rgb(18, 75, 18);
  font-weight: 900;
}

#auth-dropdown{
  border: none;
  box-shadow: 0px 0px 10px #ddd;
  width: 250px;
  padding: 10px !important;
  margin: 10px 0px;
  border-radius: 10px !important;

}
#auth-dropdown a{
  font-weight: 700;
  color: #666;
  text-align: start;
  padding: 12px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all .2s ease;
  margin: 0 !important;
  border-radius: 15px !important;
}

#auth-dropdown .signed-name:hover, #auth-dropdown .visit-site:hover{
  color: #0088;
}

#auth-dropdown .signed-name span span{
  color: green;
}

#auth-dropdown .signout{
  background: rgba(255, 0, 0, .12);
  color: rgb(240, 4, 4);
  transition: all .3s ease;
  overflow: hidden;
}

#auth-dropdown .signout span, #auth-dropdown .signout i{
  transition: all .3s ease;
}

#auth-dropdown .signout:hover span{
  transform: translateX(150%);
}
#auth-dropdown .signout:hover i{
  transform: translateX(650%);
}

#auth-dropdown .signout:hover{
  background-color: rgb(240, 4, 4);
  color: #fff;
}
#auth-dropdown .signed-name:hover{}

#pagination-panel nav{
  display: flex !important;
  width: fit-content !important;
  margin: 35px auto !important;
  justify-content: center !important;
  align-items: center !important;
  position: relative;
  direction: ltr !important;
}

#pagination-panel nav div{
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

#pagination-panel nav div:nth-child(1) span{
  display: flex !important;
  white-space: nowrap;
  font-size: .8em;
  font-weight: 700;
  margin-right: 5px;
}

#pagination-panel nav .hidden div:nth-child(1) p{
  display: none !important;
}

#pagination-panel nav div a{
  display: flex !important;
  white-space: nowrap;
  font-size: .8em;
  font-weight: 700;
  margin: 0px 5px;
}

/* #pagination-panel nav div a:nth-child(2){
  position: absolute;
  right: 0 !important;
} */

#pagination-panel nav .relative{
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  box-shadow: none !important;
}


#pagination-panel nav .hidden div:nth-child(2) .relative a:nth-child(1){
  display: none !important;
}


#pagination-panel nav .hidden div:nth-child(2) .relative a:last-child{
  display: none !important;
}

#pagination-panel nav .hidden div:nth-child(2) .relative  :first-child span{
  display: none !important;
}

#pagination-panel nav .hidden div:nth-child(2) .relative  :last-child span{
  display: none !important;
}

#pagination-panel nav .hidden div:nth-child(2) .relative span{
  background-color: green !important;
  color: #fff;
}

#pagination-panel nav .navigation{
  display: flex !important;
  flex-direction: column !important;
}

.table tr td{
  font-size: .9em !important;
  font-weight: 700 !important;
  color: #537999 !important;
}


.table tr td:nth-last-child(2){
  white-space: nowrap;
}

.bg-primary-soft{
  background: rgba(0, 136, 255, .2);
}

.bg-danger-soft{
  background: rgba(255, 0, 0, .2);
}

.bg-warning-soft{
  background: rgba(255, 165, 0, .2);
}

/******** messages **************/
#message-dropdown{
  border: none;
  box-shadow: 0px 0px 10px #ddd;
  width: 300px;
  padding: 10px !important;
  margin: 10px 0px;
  border-radius: 10px !important;
  direction: ltr;

}

#message-dropdown a div{
  display: flex;
  flex-direction: column;
}

#message-dropdown a div span{
  font-weight: 700;
  font-size: .8;
}

#message-dropdown a div small{
  font-weight: 500;
  font-size: .8;
}

#message-dropdown a i{
  height: fit-content !important;
  width: fit-content !important;
  color: #069;
}

.modal::-webkit-scrollbar, .modal-dialog::-webkit-scrollbar, .modal-body::-webkit-scrollbar{
  width: 3px !important;
  padding: 0 !important;
}

.modal::-webkit-scrollbar-thumb,.modal-dialog::-webkit-scrollbar-thumb, .modal-body::-webkit-scrollbar-thumb{
  background: #eee !important;
}

.modal::-webkit-scrollbar-track, .modal-dialog::-webkit-scrollbar-track, .modal-body::-webkit-scrollbar-track{
  background: transparent !important;
}

.modal, .modal-dialog, .modal-content{
  z-index: 495555 !important;
}

.modal-dialog .modal-content{
  border: none !important;
  border-radius: 15px !important;
  background: #fff !important;
  box-shadow: 0px 0px 5px #ddd;
}

.modal-dialog .modal-content .modal-footer button{
  padding: 5px 15px !important;
  font-size: .8em !important;
  border-radius: 2px !important;
}

.modal-dialog .modal-content embed::-webkit-scrollbar{
  display: none !important;
}

#viewer{
  margin: 0 auto !important;
}

.table{
  overflow-x: scroll !important;
}



table tr td:first-child{
  min-width: 50px !important;
}

#dashboard main, #auth-news main, #auth-projets main{
  width: 100% !important;
  overflow-x: scroll !important;
}

@media screen and (max-width: 1120px){
  #dashboard main, #auth-news main, #auth-projets main{
    width: 100vw !important;
    overflow-x: scroll !important;
  }
}

#dashboard main::-webkit-scrollbar, #auth-news main::-webkit-scrollbar, #auth-projets main::-webkit-scrollbar{
  width: 5px !important;
  border-radius: 2px !important;
}

#dashboard main::-webkit-scrollbar-thumb, #auth-news main::-webkit-scrollbar-thumb, #auth-projets main::-webkit-scrollbar-thumb{
  background: #eee !important;
}


#dashboard main::-webkit-scrollbar-track, #auth-news main::-webkit-scrollbar-track, #auth-projets main::-webkit-scrollbar-track{
  background: transparent !important;
}

.ul-list ul li{
  list-style-type: disc !important;
}

.rtl{
  direction: rtl;
}

.justify{
  text-align: justify;
  text-justify: inter-word;
}

.description-container {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /* Adjust as needed for your design */
}

@media screen and (max-width: 700px) {
  table tr td{
    min-width: 100px !important;
  }
}