/**
* Name: Digital Horizon - v1.2.1
* Author: Abdelrahman Mohammed
* Project Manager: Abdullah Mohammed
*/

/*--------------------------------------------------------------
# Font Facee
--------------------------------------------------------------*/

@font-face {
  font-family: 'Sakkal Majalla Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Sakkal Majalla Regular'), url('../fonts/majalla.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Sakkal Majalla Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Sakkal Majalla Bold'), url('../fonts/majallab.woff') format('woff');
  }

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Sakkal Majalla Regular", sans-serif;
  color: #444444;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 1.5rem;
  
}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Sakkal Majalla Bold", sans-serif;
}

.modal-content iframe {
  width: 100%;
  height: 75vh;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #070E3D;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 90px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}  

#header.header-scrolled, #header.header-inner-pages {
  background: rgba(40, 58, 90, 0.9);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  
}

.me-left {
  margin-left: auto !important;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
  width: auto;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar li p{
	margin: auto !important;
}
.navbar li p:hover{
	cursor: pointer;
}

.navbar a, .navbar a:focus, .navbar li p, .navbar li p:focus{
  display: flex;
  align-items: center;
  padding: 10px 0 10px 30px;
  font-size: 20px;
  /* font-weight: 500; */
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i, .navbar a:focus i, .navbar li p i, .navbar li p:focus i {
  font-size: 17px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .current_page_item a, .navbar .current_page_item a:focus, .navbar .current-page-parent a, .navbar .current-page-parent a:focus, .navbar li:hover > a {
  color: #47b2e4;
}

.navbar p:hover, .navbar .current_page_item p, .navbar .current_page_item p:focus, .navbar .current-page-parent p, .navbar .current-page-parent p:focus, .navbar li:hover > p {
  color: #47b2e4;
}

.navbar .getstarted {
  padding: 8px 20px;
  margin-right: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 19px;
  border: 2px solid #47b2e4;
  /* font-weight: 500; */
}

.navbar .getstarted:hover {
  color: #fff;
  background: #31a9e1;
}

.navbar ul.sub-menu  {
  display: block;
  position: absolute;
  right: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar ul.sub-menu  li {
  min-width: 200px;
}

.navbar ul.sub-menu  a {
  padding: 10px 20px;
  font-size: 19px;
  text-transform: none;
  /* font-weight: 500; */
  color: #0c3c53;
}

.navbar ul.sub-menu  a i {
  font-size: 17px;
}

.navbar ul.sub-menu  a:hover, .navbar ul.sub-menu  .current_page_item:hover, .navbar ul.sub-menu  li:hover > a {
  color: #47b2e4;
}

.navbar li:hover > ul.sub-menu { 
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar ul.sub-menu ul.sub-menu  {
  top: 0;
  right: calc(100% - 30px);
  visibility: hidden;
}

.navbar ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  top: 0;
  right: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar ul.sub-menu ul.sub-menu  {
    right: -90%;
  }
  .navbar ul.sub-menu li:hover > ul.sub-menu {
    right: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0; 
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 18px;
  color: #37517e;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #47b2e4;
}

.navbar-mobile .getstarted {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile ul.sub-menu  {
  position: static;
/*   display: none; */
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile ul.sub-menu  li {
  min-width: 200px;
}

.navbar-mobile ul.sub-menu  a {
  padding: 10px 20px;
}

.navbar-mobile ul.sub-menu  a i {
  font-size: 15px;
}

.navbar-mobile ul.sub-menu  a:hover, .navbar-mobile ul.sub-menu  .active:hover, .navbar-mobile ul.sub-menu  li:hover > a {
  color: #47b2e4;
}

.navbar-mobile .sub-menu > .sub-menu-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  
}


#hero .container {
  margin-top: 30px !important;
  overflow: hidden;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 1.3 !important;
}

#hero .btn-get-started {
  font-family: "Sakkal Majalla Bold", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 10px;
  color: #fff;
  background: #73bb4c;
  
}

#hero .btn-get-started:hover {
  background: #d0db3d;
  color: #070E3D;
}


#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img  img{
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}



/*--------------------------------------------------------------
# Hero services
--------------------------------------------------------------*/

.service_graphic{
display: none;
opacity: 0;
}

.disable{
  opacity: 0 !important;
}

.service_graphic.active{
opacity: 1;
}

.service_graphic .service_lable{
  position: absolute;
  top: 10%;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: none;
  padding: 10px 28px 11px 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 18px;
  background-color: hsla(0, 0%, 100%, 0.6);
  box-shadow: 0 5px 20px -9px rgb(37 19 19 / 22%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #070E3D;
  font-weight:800;
  font-size: 1.3rem;
  
}

@media (max-width: 991px) {
  .service_graphic .service_lable{
    left: 10%;
    padding: 5px 14px 5px 14px;
    font-size: .8rem;
    
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.page-navigation{
	margin: 0 .5rem;
}

.page-navigation .pagination li .current{
	padding: 6px 16px;
	border-radius: 4px;
  	line-height: 1;
  	background: #47b2e4;
  	color: #fff;
 	text-decoration: none;
  	margin-top: 6px;
  	width: max-content;
	margin: 0 3px
}

.page-navigation .pagination li a{
	padding: 6px 16px;
  	border-radius: 4px;
  	transition: 0.3s;
  	line-height: 1;
  	color: #47b2e4;
  	-webkit-animation-delay: 0.8s;
  	animation-delay: 0.8s;
  	margin-top: 6px;
  	border: 2px solid #47b2e4;
  	width: max-content;
	margin: 0 3px
}

.page-navigation .pagination li a:hover{
	 background: #47b2e4;
  color: #fff;
  text-decoration: none;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
  z-index: 5;
  position: relative;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 2px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 4px;
  /* background: #73bb4c; */
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

.content h3 {
  font-weight: 400;
  font-size: 43px;
  color: #37517e;
}

.content .btn-learn-more {
  font-family: "Sakkal Majalla Regular", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
  width: max-content;
}

.content .btn-learn-more:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
  /* background: #d0db3d;
  color: #070E3D;
  border: 2px solid #73bb4c;
  text-decoration: none; */
}

@media (max-width: 991px) {
  .section-title h2 {
    font-size: 30px;
  }

  .content h3 {
    font-size: 30px;
    padding-top: 25px;
  }

}
#moove_gdpr_cookie_modal{
	text-align: right;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar{
	margin-right: 80px;
}
#moove_gdpr_cookie_info_bar *{
	text-align: right;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{
	padding: 0 3vw 0 0;
}
/*--------------------------------------------------------------
# Ad Banner
--------------------------------------------------------------*/

section.adbanner{
  height: 15rem;
}

section.adbanner p{
  color: #fff;
  font-size: 2rem;
}

section.adbanner .btn-baner-go{
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
section.adbanner .btn-baner-go:hover{
  background: #47b2e4;
  border: 2px solid #47b2e4;
}


/*--------------------------------------------------------------
# Cliens
--------------------------------------------------------------*/
.clients {
  padding: 12px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
/*   filter: grayscale(100); */
}

.clients img:hover {
/*   filter: none; */
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 60%;
  }
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.news{
  min-height: 60vh;
}
.news .newsTitle{
  position: absolute;
  max-width: 45%;
  padding: 5%;
  top: 45%;
  right: 2.5%;
  background-color: rgb(37 54 58 / 80%);
  color: wheat;
}

@media (max-width: 991px) {
  .news .newsTitle{
    max-width: 60%;
    top: inherit;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li + li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #f3f5fa;
  border-radius: 4px;
}

.why-us.section-bg .accordion-list li {
  background: #fff;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Sakkal Majalla Regular", sans-serif;
  font-size: 21px;
  line-height: 24px;
  font-weight: 500;
  padding-left: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-left: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {
  .why-us .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# sys-header
--------------------------------------------------------------*/
.sys-header {
  
  background-size: cover;
  padding: 45px 0;
  overflow: visible;
}

.sys-header h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}

.sys-header p {
  font-size: 1.3rem;
  color: #fff;
}

.sys-header .sys-header-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
  background: none;
}

.sys-header .sys-header-btn:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4;
}

.system-screen{
  position: absolute;
  max-width: 55%;
  max-height: 544px;
}

@media (max-width: 1024px) {
  .sys-header {
    background-attachment: scroll;
    overflow: hidden;
  }
  .system-screen{
    position: relative;
    max-width: 100%;
  }
}

@media (min-width: 769px) {
  .sys-header .sys-header-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  
}


.label{
  padding: 15px;
  background: #37517e;
  border-radius: 50px;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  color: white;
}

.label:hover{
  background: #3c5b8f;
  /* color: black; */
}

.label p{
  margin: 0 10px 0 0;
  font-size: 1.9rem;
}

/*--------------------------------------------------------------
# Card
--------------------------------------------------------------*/
.cards .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.cards .icon-box .icon {
  margin-bottom: 10px;
}

.cards .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}

.cards .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.cards .icon-box h4 a {
  color: #37517e;
  transition: ease-in-out 0.3s;
}

.cards .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.cards .icon-box:hover {
  transform: translateY(-10px);
}

.cards .icon-box:hover h4 a {
  color: #47b2e4;
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}



/*--------------------------------------------------------------
# quote
--------------------------------------------------------------*/

.wp-block-quote{
  padding: 20px;
  border-radius: 1px;
  border-right-width: 5px;
  border-right-color: #73bb4c;
  border-right-style: solid;
  margin-top: .5rem;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.wp-block-quote p::before{
  content: ',,';
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 150px;
  position: absolute;
  top: 15%;
  color: #73bb4c;
  opacity: .30;
}

.wp-block-quote cite{
  color: #37517e;
  font-weight: 600;
}



/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Sakkal Majalla Regular", sans-serif;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #47b2e4;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# post Details
--------------------------------------------------------------*/
.post-details {
  padding-top: 40px;
}

.post-details .post-details-slider img {
  width: 100%;
}

.post-details .post-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.post-details .post-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #47b2e4;
}

.post-details .post-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #47b2e4;
}

.post-details .post-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.post_tag i{
  position: absolute;
  font-size: 14px;
}
.post_tag a{
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding-right: 15px;
}

.post-details .post-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.post-details .post-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.post-details .post-thumpnail{
  max-width: 100%;
  max-height: 60%;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
  margin-bottom: 1.5rem;
}
.post-details .post-thumpnail img{
  width: 100%;
  
}

.post-details .post-info ul li + li {
  margin-top: 10px;
}

.post-details .post-description {
  padding-top: 30px;
}

.post-details .post-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.post-details .post-description p {
  padding: 0;
}

.post-details .post-body{
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
  padding: 2rem;
}

.post-details ul.project-info{
	font-size: 23px;
}

.post-details ul.project-info ul.project-team{
	font-size: 18px;
	margin: 0 1rem;
}


/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/

#comments{
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
  padding: 2rem;
  margin-top: 2rem;
}

#comments .comments-title{
  color: #070E3D;
  font-size: 1.5rem;
  text-align: center;
}
#comments .comments-title span{
  font-size: 2rem;
}

#comments .comments-title-container{
  position: relative;
  padding: 20px;
  margin-bottom: 1.5rem;
}

#comments .comments-title::before {
  content: '';
  position: absolute;
  display: block;
  width: 180px;
  height: 2px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 90px);
}

#comments .comments-title::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 4px;
  background: #73bb4c;
  /* background: #47b2e4; */
  bottom: 0;
  left: calc(50% - 30px);
}

#comments .commentlist{
  padding: 2rem;
  background-color: #f3f5fa;
  border-radius: 1rem;
}

#comments .commentlist  li {
  list-style-type: none;
}

ul.children{
position: relative;
}

ul.children li.comment.odd.alt::before{
  font-family: 'boxicons' !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eb8e";

  position: absolute;
  right: 1.5rem;
}

#comments .commentlist .comment-body .comment_content{
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
  position: relative;
  margin: 15px;
  padding: 1.5rem;
  border-radius: 0.5rem;
  font-size: 22px;
}

#comments .commentlist .comment-header{
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
  position: relative;
  margin: 15px;
  padding: .5rem;
  border-radius: 0.5rem;
}

#comments .commentlist .comment-header .avatar img{
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
  border-radius: 1rem;
}

#comments .commentlist .comment-header .icon-show, #comments .commentlist .comment-header .icon-close{
  font-size: 24px;
  position: absolute;
  left: 6px;
  top: 12px;
}

#comments .commentlist .comment-header .icon-show{
  display: none;
}

#comments .commentlist .comment-header .icon-close{
  display: inline-block;
}

#comments .commentlist .comment-header a.collapsed .icon-show{
  display: inline-block;
}

#comments .commentlist .comment-header a.collapsed .icon-close{
  display: none;
}



/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
  height: 100%;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  /* height: 180px; */
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding: 0 15px;
  max-width: 80%;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
}

.team .member p {
  margin: 10px 0 0 0;
/*   font-size: 18px; */
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Box container
--------------------------------------------------------------*/
.box-container .row {
  padding-top: 40px;
}

.box-container .box {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 15px;
}

.box-container h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #37517e;
}

.box-container h4 {
  font-size: 48px;
  color: #37517e;
  font-weight: 400;
  margin-bottom: 25px;
}

.box-container h4 sup {
  font-size: 28px;
}

.box-container h4 span {
  color: #47b2e4;
  font-size: 18px;
  display: block;
}

.box-container ul {
  padding: 20px 0;
  list-style: none;
  color: #999;
  text-align: right;
  line-height: 30px;
}

.box-container ul li {
  padding: 10px 30px 10px 0;
  position: relative;
}

.box-container ul i {
  color: #28a745;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 6px;
}

.box-container ul .na {
  color: #ccc;
}

.box-container ul .na i {
  color: #ccc;
}

.box-container ul .na span {
  text-decoration: line-through;
}

.box-container .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #47b2e4;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid #47b2e4;
}

.box-container .buy-btn:hover {
  background: #47b2e4;
  color: #fff;
}

.box-container .featured {
  border-top-color: #47b2e4;
}

.box-container .featured .buy-btn {
  background: #47b2e4;
  color: #fff;
}

.box-container .featured .buy-btn:hover {
  background: #23a3df;
}

@media (max-width: 992px) {
  .box-container .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .box-container .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .box-container .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Our systems
--------------------------------------------------------------*/

.card{
  border-width: 0;
  margin-bottom: 75px;
  border-radius: 10px;
  height: 90%;
  box-shadow: 0px 0 5px 0 rgba(0, 0, 0, 0.1);
  
}

.card-img{
position: relative;
min-height: 250px;
margin: auto 0;
}

.card img{
  position: absolute;
  bottom: 0;
}

.card .under-line{
  color: #37517e;
  text-align: center;
  font-size: 35px;
  position: relative;
  margin-bottom: 1rem;
}

.card .under-line::before {
  content: '';
  position: absolute;
  display: block;
  width: 140px;
  height: 2px;
  background: #ddd;
  bottom: -9px;
  left: calc(50% - 60px);
}

.card .under-line::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 4px;
  background: #73bb4c;
  /* background: #47b2e4; */
  bottom: -10px;
  left: calc(50% - 20px);
}

.card-text{
  margin-bottom: 48px;
}

.card .card-btn {
   font-family: "Sakkal Majalla Regular", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin: 10px;
  border: 2px solid #47b2e4;
  width: max-content;
}

.card .card-btn:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
  /* background: #d0db3d;
  color: #070E3D;
  border: 2px solid #73bb4c;
  text-decoration: none; */
}


@media (max-width:992px) {
  .card-img{
    min-height: auto;
    }
    .card img{
      position: relative;
      bottom: auto;
    }
}




/*--------------------------------------------------------------
# acor
--------------------------------------------------------------*/
.acor .acor-list {
  padding: 0 100px;
}

.acor .acor-list ul {
  padding: 0;
  list-style: none;
}

.acor .acor-list li + li {
  margin-top: 15px;
}

.acor .acor-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.acor .acor-list a {
  display: block;
  position: relative;
  font-family: "Sakkal Majalla Regular", sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.acor .acor-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  right: 20px;
  color: #47b2e4;
}

.acor .acor-list .icon-show, .acor .acor-list .icon-close {
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
}

.acor .acor-list p {
  margin-bottom: 0;
  padding: 10px 40px 0 0;
}

.acor .acor-list .icon-show {
  display: none;
}

.acor .acor-list a.collapsed {
  color: #37517e;
  transition: 0.3s;
}

.acor .acor-list a.collapsed:hover {
  color: #47b2e4;
}

.acor .acor-list a.collapsed .icon-show {
  display: inline-block;
}

.acor .acor-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .acor .acor-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.php-email-form .wpforms-form{
	width: 100%;
	border-top: 3px solid #47b2e4;
	border-bottom: 3px solid #47b2e4;
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

div.wpforms-container-full .wpforms-form .wpforms-one-third{
	float: right;
    margin: 0 4% 0 0;
    clear: none;
}

div.wpforms-container-full .wpforms-form .wpforms-one-third.wpforms-first{
	float: right;
    margin:0;
    clear: none;
}

div.wpforms-container-full .wpforms-form input, div.wpforms-container-full .wpforms-form textarea{
	border: 1px solid #ced4da !important;
    font-size: 16px !important;
    border-radius: 6px !important;
}

div.wpforms-container-full .wpforms-form button[type="submit"]{
	background: #47b2e4 !important;
    border: 0 !important;
    padding: 6px 20px !important;
    color: #fff !important;
    transition: 0.4s !important;
    border-radius: 50px !important;
}

div.wpforms-container-full .wpforms-form button[type="submit"]:hover{
	background: #37517e !important;
}


div.wpforms-submit-container{
	text-align: center!important;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 500;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 500;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #47b2e4;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #209dd8;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 30px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 80px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 35px;
  font-weight: 400;
  color: #37517e;
}


.breadcrumbs-bar{
  font-size: 1.3rem;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 22px;
  background: #070E3D;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  color: #37517e;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  color: #37517e;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 25px;
  font-weight: 500;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  /* line-height: 1; */
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #070E3D;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  /* text-decoration: none; */
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  padding-left: .5rem;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright, #footer .credits {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
}

