@charset "UTF-8";
/*
Template Name: ziarul - MultiPurpose HTML Template for Saas Startup





=================================================*/
/*================================================
1. Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap");
/* Font Variable */
/* Color Variable */
a {
  color: unset;
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
}

a:hover {
  text-decoration: none;
  color: unset;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  font-family: "Barlow", sans-serif;
  color: #0A031D;
  font-weight: 500;
  text-transform: uppercase;
}

html, body {
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
  color: #6B808D;
  font-weight: 400;
  font-size: 14px;
  background-color: #F6FCFF;
}

p {
  margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
}

input:focus, textarea:focus, button:focus {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

i.bx {
  vertical-align: middle;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:-webkit-autofill:hover, input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.mt-120 {
  margin-top: 120px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-36 {
  margin-top: 36px;
}

.mb-96 {
  margin-bottom: 96px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-96 {
  padding-top: 96px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-96 {
  padding-bottom: 96px;
}

.pb-120 {
  padding-bottom: 120px;
}

.bg-white {
  background-color: #fff;
}

.shape {
  position: absolute;
  z-index: -1;
}

.positioning {
  position: relative;
  z-index: 2;
}

.common-btn {
  position: relative;
  padding: 22px 38px;
  border-radius: 5px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  overflow: hidden;
  -webkit-transition: all .7s ease 0s;
  transition: all .7s ease 0s;
  z-index: 1;
}

.common-btn::before {
  width: 100%;
  height: 100%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background-color: #0575BC;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: -1;
  border-radius: 5px;
}

.common-btn::after {
  width: 100%;
  height: 100%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background-color: #0575BC;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: -1;
  border-radius: 5px;
}

.common-btn:hover {
  color: #fff;
  background: #0A031D;
}

.common-btn:hover::before {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}

.common-btn:hover::after {
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
}

.section-title h4 {
  color: #0575BC;
  font-size: 16px; 
}

.section-title h1 {
  font-size: 35px;
  text-transform: capitalize;
}

.section-title.white-1 h4 {
  color: #fff;
}

.section-title.white-2 h1 {
  color: #fff;
}

.section-title h2{
  text-transform: capitalize;
  margin-bottom: 16px;
}

.icon-btn {
  display: inline-block;
  background: rgba(5, 117, 188, 0.2);
  border-radius: 50px;
  padding: 0px 19px;
  -webkit-transition: all .7s ease 0s;
  transition: all .7s ease 0s;
}

.icon-btn i {
  font-size: 19px;
  color: #0A031D;
  -webkit-transition: all .7s ease 0s;
  transition: all .7s ease 0s;
}

.icon-btn:hover {
  background: #0575BC;
}

.icon-btn:hover i {
  color: #fff;
}

.icon-btn.white-blue {
  background: #0575BC;
}

.icon-btn.white-blue i {
  color: #fff;
}

.icon-btn.white-blue:hover {
  background: #fff;
}

.icon-btn.white-blue:hover i {
  color: #0A031D;
}

.owl-carousel .owl-item img {
  display: unset;
  width: unset;
}

.owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -37px;
  position: absolute;
}

.owl-nav button {
  border: none;
  border-radius: 50px;
  padding: 6px 27px 4px;
  margin-right: 20px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.owl-nav button i {
  font-size: 26px;
  line-height: 1;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.owl-nav button:last-child {
  margin-right: 0;
}

.breadcrumb-area {
  padding: 283px 0 130px;
  background-image: url('../images/contact-us-images.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}


.breadcrumb-area::before {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
    background: #0000009c;
}

.breadcrumb-area .section-title h1 {
  font-size: 40px;
}

/*================================================
2. Header Menu CSS
=================================================*/
.logo, .main-nav, .menu-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.main-nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-btn-wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.hamburger {
  position: relative;
  width: 40px;
  height: 30px;
  cursor: pointer;
  border: 5px solid transparent;
  margin-top: 10px;
  display: none;
  z-index: 1;
}

.hamburger span {
  width: 100%;
  height: 2px;
  background: #0575BC;
  display: block;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hamburger span.h-top {
  top: 0;
}

.hamburger span.h-bottom {
  bottom: 0;
  width: 27px;
}

.hamburger span.h-middle {
  top: 50%;
  margin-top: -1px;
  width: 25px;
}

.hamburger.h-active span {
  width: 100%;
}

.hamburger.h-active span.h-top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  margin-top: -1px;
}

.hamburger.h-active span.h-middle {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
}

.hamburger.h-active span.h-bottom {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 50%;
  margin-bottom: -1px;
}

.main-nav > ul > li {
  display: inline-block;
  position: relative;
  padding: 33px 21px;
}

/*.main-nav > ul > li.has-child-menu:after {
  position: absolute;
  right: 3px;
  top: 33px;
  font-family: "boxicons";
  content: "";
  font-size: 17px;
  color: #333333d4;
  -webkit-transition: all .4s;
  transition: all .4s;
}*/

.main-nav > ul > li:hover.has-child-menu:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-nav > ul > li > a {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #0A031D;
}

.main-nav > ul > li > a::before {
  position: absolute;
  left: 0;
  bottom: -34px;
  height: 2px;
  width: 0;
  background: #0575BC;
  content: "";
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main-nav > ul > li > a.active {
  color: #0575BC;
  position: relative;
}

.main-nav > ul > li > a.active::before {
  position: absolute;
  left: 0;
  bottom: -34px;
  height: 2px;
  width: 100%;
  background: #0575BC;
  content: "";
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main-nav > ul > li:hover > a {
  color: #0575BC;
}

.main-nav > ul > li:hover > a::before {
  width: 100%;
}

.main-nav > ul > li:hover > a:after {
  opacity: 1;
}

.main-nav ul li .sub-menu {
  position: absolute;
  top: 93px;
  min-width: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #fff;
  -webkit-box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
          box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
  border-radius: 4px;
  border: 1px solid #ddd;
}

.main-nav ul li .sub-menu li .sub-menu {
  right: -200px;
  left: inherit;
  top: 0;
}

.main-nav ul li .sub-menu > li {
  display: block;
  margin: 0;
  position: relative;
}

.main-nav ul li .sub-menu > li a {
  display: block;
  padding: 15px 18px;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-nav ul li .sub-menu > li a:last-child {
  border: none;
}

.main-nav ul li .sub-menu > li a:hover {
  color: #0575BC;
}

.main-nav .fl {
  width: 30px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 999;
  display: none;
  cursor: pointer;
}

.main-nav .fl:before {
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}

.main-nav > ul > li + li > .sub-menu {
  left: 15px;
}

.main-nav > ul > li:hover > .sub-menu, .main-nav ul li .sub-menu li:hover > .sub-menu, .main-nav ul li .sub-menu li .sub-menu li:hover > .sub-menu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.search-wrap {
  padding-left: 63px;
}

.search-wrap .search-icon.active i.cancel {
  opacity: 1;
  pointer-events: auto;
}

.search-wrap .search-icon.active i.search {
  opacity: 0;
  pointer-events: none;
}

.search-wrap .search-icon i {
  position: absolute;
  top: 50%;
  color: #0A031D;
  left: 50%;
  font-size: 25px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 1;
  cursor: pointer;
}

.search-wrap .search-icon i.cancel {
  opacity: 0;
  pointer-events: none;
}

.search-wrap .search-field {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: absolute;
  bottom: -100px;
  right: 15px;
  opacity: 0;
  pointer-events: none;
}

.search-wrap .search-field::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 20px;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #0575BC;
  bottom: 99%;
  right: 5px;
}

.search-wrap .search-field form {
  height: 50px;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  padding: 3px;
  background: #0575BC;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 40px rgba(0, 0, 0, 0.08);
}

.search-wrap .search-field form input {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: none;
  padding: 0 34px 0 10px;
}

.search-wrap .search-field form i {
  position: absolute;
  color: #0575BC;
  cursor: pointer;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 19px;
}

.search-wrap .search-icon.active ~ .search-field {
  opacity: 1;
  pointer-events: auto;
  bottom: -92px;
}

.menu-toggle-btn {
background-color: #0575BC;
    right: 107px;
    height: 78%;
    top: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 19px;
}

.menu-toggle-btn i {
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.header-menu-area {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background: none;
    padding: 0 98px;
    background: #ffffff99;
    padding-top: 8px;
    padding-bottom: 8px;
}



.header-menu-area.agency-header .menu-btn-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.header-menu-area.agency-header .search-wrap .search-icon i {
  color: #ffffff4d;
  margin-left: 26px;
  padding: 5px 19px;
  border-left: 1px solid #ffffff1a;
}

.header-menu-area.agency-header .search-wrap .search-field {
  right: -11px;
}

.header-menu-area.agency-header .main-nav > ul > li > a {
  color: #fff;
}

.header-menu-area.agency-header .main-nav > ul > li.has-child-menu:after {
  color: #dddddde0;
}

.header-menu-area.agency-header .main-nav > ul > li > a.active {
  color: #0575BC;
}

.header-menu-area.agency-header .main-nav > ul > li:hover > a {
  color: #0575BC;
}

.header-menu-area.consulting-header {
  top: 5px;
}

.header-menu-area.consulting-header .main-nav {
/*  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;*/
}

.header-menu-area.consulting-header .main-nav > ul > li > a {
  color: #fff;
}

.header-menu-area.consulting-header .main-nav > ul > li.has-child-menu:after {
  color: #dddddde0;
}

.header-menu-area.consulting-header .main-nav > ul > li > a.active {
  color: #0575BC;
}

.header-menu-area.consulting-header .main-nav > ul > li:hover > a {
  color: #0575BC;
}

.header-menu-area.sticky {
  position: fixed;
  top: 0;
  background: #fff;
  border-bottom: 1px solid #000;
  z-index: 999;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  border: none;
  margin-top: 0;
}

.header-menu-area.sticky .main-nav > ul > li > a {
  color: #fff;
}

.header-menu-area.sticky .main-nav > ul > li.has-child-menu:after {
  color: #727272d4;
}

.header-menu-area.sticky .main-nav > ul > li:hover > a {
  color: #0575BC;
}

.header-menu-area.sticky .main-nav > ul > li > a.active {
  color: #0575BC;
}

.header-menu-area.sticky .search-wrap .search-icon i {
  color: #ffffff4d;
}

.menu-top {
  width: 100%;
  position: absolute;
  height: 50px;
  border-bottom: 1px solid #ffffff1a;
  background-color: transparent;
  z-index: 99;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-top .menu-top-select-wrap .nice-select {
  background-color: transparent;
  border: none;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #6B808D;
  padding: 0 20px 0 0;
}

.menu-top .menu-top-select-wrap .nice-select:after {
  border-bottom: 2px solid #505E6E;
  border-right: 2px solid #505E6E;
  height: 6px;
  margin-top: -5px;
  right: 10px;
  width: 6px;
}

.menu-top .copy-social li a {
  color: rgba(255, 255, 255, 0.3);
}

.menu-top .search-wrap .search-icon i {
  color: rgba(255, 255, 255, 0.3);
  padding: 6px 19px;
  border-left: 1px solid #ffffff1a;
}

.menu-top .menu-toggle-btn {
  padding: 0 20px;
}

/*================================================
3. Hero CSS
=================================================*/
.hero-area {
  background-image: url(../images/assets/Lab Photo.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 189px;
  padding-top: 181px;
  z-index: 1;
}

.hero-content h2 {
  font-weight: 500;
  font-size: 24px;
  color: #0575BC;
}

.hero-content h1 {
  font-weight: 500;
  font-size: 65px;
}

.hero-content p {
  font-size: 18px;
  color: #fff;
}

.hero-img .hero-man {
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  -webkit-animation: hero-men 3s alternate linear infinite;
          animation: hero-men 3s alternate linear infinite;
}

.hero-img .hero-banner-img {
  max-width: 120%;
}

.hero-img .hero-web {
  top: -45px;
  right: -10%;
  -webkit-animation: lt-rt 3s alternate linear infinite;
          animation: lt-rt 3s alternate linear infinite;
}

.hero-img .hero-call {
  top: 30%;
  right: -147px;
}

.hero-img .hero-star {
  left: 0;
  top: 10%;
  -webkit-animation: sc-zoom 2.5s alternate linear infinite;
          animation: sc-zoom 2.5s alternate linear infinite;
}

@-webkit-keyframes hero-men {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes hero-men {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes lt-rt {
  0% {
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes lt-rt {
  0% {
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.hero-slide-wrap .hero-slide-item {
  padding: 200px 0 200px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-slide-wrap .hero-slide-item.hero-slide-item-consultant {
  padding: 330px 0 200px;
}

.hero-slide-wrap .hero-slide-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
}

.hero-slide-wrap .hero-slide-item .hero-content {
  z-index: 2;
}

.hero-slide-wrap .hero-slide-item .hero-content h2 {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  /* opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms; */
}

.hero-slide-wrap .hero-slide-item .hero-content h1 {
  font-weight: 500;
     font-size: 41px;
      line-height: 45px;
  color: #FFFFFF;

}

.hero-slide-wrap .hero-slide-item .hero-content .hero-link {
  /* opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms; */
}

.hero-slide-wrap .hero-slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 7000ms linear;
  transition: all 7000ms linear;
}

.hero-slide-wrap .hero-slide-item .hero-agency-sp-1 {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-slide-wrap .hero-slide-item .hero-agency-sp-2 {
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 2000ms;
  transition-delay: 2000ms;
  z-index: 1;
}

.hero-slide-wrap .hero-slide-item .hero-agency-sp-3 {
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 2350ms;
  transition-delay: 2350ms;
  z-index: 1;
}

.hero-slide-wrap .owl-nav {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hero-slide-wrap .owl-nav button {
  background: rgba(5, 117, 188, 0.2);
}

.hero-slide-wrap .owl-nav button i {
  color: #FFFFFF;
}

.hero-slide-wrap .owl-nav button:hover {
  background: #0A031D;
}

.hero-slide-wrap .owl-nav button:hover i {
  color: #fff;
}

.hero-slide-wrap .center .image-layer {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.hero-slide-wrap .center .hero-content {
  z-index: 2;
}

.hero-slide-wrap .center .hero-content h2 {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.hero-slide-wrap .center .hero-content h1 {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
  text-transform: capitalize;
}

.hero-slide-wrap .center .hero-content p {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.hero-slide-wrap .center .hero-content .hero-link {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.hero-slide-wrap .center .hero-agency-sp-2 {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.hero-slide-wrap .center .hero-agency-sp-3 {
  opacity: 1;
  -webkit-transform: translate(0px);
          transform: translate(0px);
}

.hero-slide-wrap.hero-slide-wrap-consultant .hero-slide-item::before {
  background-image: url(../images/shape/hero-consultant-2.png);
}

.hero-slide-wrap.hero-slide-wrap-consultant .hero-slide-item .hero-content h2 {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.hero-slide-wrap.hero-slide-wrap-consultant .hero-slide-item .hero-content p {
  padding-right: 314px;
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}

.hero-slide-wrap.hero-slide-wrap-consultant .hero-slide-item .hero-consultant-sp-3 {
  left: 100px;
  bottom: 100px;
  opacity: 0;
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 2450ms;
          transition-delay: 2450ms;
  z-index: 1;
}

.hero-slide-wrap.hero-slide-wrap-consultant .owl-nav {
  right: 20px;
  left: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50%;
  display: unset;
  margin-top: 0;
}

.hero-slide-wrap.hero-slide-wrap-consultant .owl-nav button:hover {
  background: #0575BC;
}

.hero-slide-wrap.hero-slide-wrap-consultant .center .hero-content p {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.hero-slide-wrap.hero-slide-wrap-consultant .center .hero-consultant-sp-3 {
  opacity: 1;
  -webkit-transform: translate(0px);
          transform: translate(0px);
}

/*================================================
4. Professional Services CSS
=================================================*/
.professional-service-area.service-area-design-agency {
  background: url(../images/shape/service-agency.png), -webkit-gradient(linear, left top, left bottom, color-stop(100%, #0A031D), to(#0A031D));
  background: url(../images/shape/service-agency.png), linear-gradient(#0A031D 100%, #0A031D 100%);
}

.professional-service-area.professional-service-area-consultant {
  background-color: #0575BC;
}

.professional-service-area .service-page-section-bg {
  background-image: url(../images/shape/service-page-service.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 624px;
  min-width: 100%;
}

.service-wrap {
  padding: 50px 25px;
  border-radius: 5px;
  margin-bottom: 24px;
  border-radius: 5px;
  -webkit-transition: all .7s ease 0s;
  transition: all .7s ease 0s;
}

.service-wrap.service-wrap-about {
  border: 2px solid rgba(5, 117, 188, 0.07);
}

.service-wrap.service-wrap-service {
  border: 2px solid rgba(5, 117, 188, 0.1);
}

.service-wrap.service-wrap-service h3 {
  color: #0A031D;
}

.service-wrap.service-wrap-service p {
  line-height: 30px;
  -webkit-transition: all .7s ease 0s;
  transition: all .7s ease 0s;
}

.service-wrap.service-wrap-service.active p {
  color: rgba(255, 255, 255, 0.7);
}

.service-wrap.service-wrap-service.active h3 {
  color: #fff;
}

.service-wrap .service-icon {
  margin-bottom: 44px;
  min-height: 70px;
}

.service-wrap .service-icon span {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #0575BC;
  -webkit-transition: all .7s ease 0s;
  transition: all .7s ease 0s;
}

.service-wrap h3 {
  font-weight: 600;
  font-size: 20px;
  color: #0575BC;
  -webkit-transition: all .7s ease 0s;
  transition: all .7s ease 0s;
}

.service-wrap .service-btn-wrap {
  margin-top: 44px;
}

.service-wrap.show {
  background-color: #fff;
}

.service-wrap.active {
  background-color: #0575BC;
}

.service-wrap.active .service-icon span {
  color: #fff;
}

.service-wrap.active h3 {
  color: #fff;
}

.service-wrap.active .service-btn-wrap .icon-btn {
  background: rgba(255, 255, 255, 0.2);
}

.service-wrap.active .service-btn-wrap .icon-btn i {
  color: #fff;
}

.service-wrap.service-wrap-agency {
  border: 2px solid rgba(5, 117, 188, 0.1);
}

.service-wrap.service-wrap-agency p {
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  color: #6B808D;
  -webkit-transition: all .7s ease 0s;
  transition: all .7s ease 0s;
}

.service-wrap.service-wrap-agency.show {
  background-color: transparent;
}

.service-wrap.service-wrap-agency.show .icon-btn {
  background: rgba(5, 117, 188, 0.2);
}

.service-wrap.service-wrap-agency.show .icon-btn i {
  color: #fff;
}

.service-wrap.service-wrap-agency.active {
  background-color: #0575BC;
}

.service-wrap.service-wrap-agency.active p {
  color: rgba(255, 255, 255, 0.7);
}

.service-wrap.service-wrap-agency.active .icon-btn {
  background: rgba(255, 255, 255, 0.2);
}

.service-wrap.service-wrap-consultant.show {
  border: 3px solid rgba(255, 255, 255, 0.07);
  background-color: #0575BC;
}

.service-wrap.service-wrap-consultant.show .service-icon span {
  color: #fff;
}

.service-wrap.service-wrap-consultant.show h3 {
  color: #fff;
}

.service-wrap.service-wrap-consultant.show .service-btn-wrap .icon-btn {
  background: rgba(255, 255, 255, 0.2);
}

.service-wrap.service-wrap-consultant.show .service-btn-wrap .icon-btn i {
  color: #fff;
}

.service-wrap.service-wrap-consultant.active {
  background-color: #fff;
  border: 3px solid transparent;
}

.service-wrap.service-wrap-consultant.active .service-icon span {
  color: #0575BC;
}

.service-wrap.service-wrap-consultant.active h3 {
  color: #0575BC;
}

.service-wrap.service-wrap-consultant.active .service-btn-wrap .icon-btn {
  background: rgba(5, 117, 188, 0.2);
}

.service-wrap.service-wrap-consultant.active .service-btn-wrap .icon-btn i {
  color: #0A031D;
}

.service-card-2 {
  margin-bottom: 24px;
}

.service-card-2 .service-card-2-img {
  border-radius: 5px;
}

.service-card-2 .service-card-2-img img {
  -webkit-transition: all .7s ease 0s;
  transition: all .7s ease 0s;
  -webkit-filter: grayscale(20%);
          filter: grayscale(20%);
}

.service-card-2 .service-card-2-info {
  background: #F6FCFF;
  -webkit-box-shadow: 0px 2px 4px rgba(10, 3, 29, 0.1);
          box-shadow: 0px 2px 4px rgba(10, 3, 29, 0.1);
  border-radius: 5px;
  padding: 10px 30px 30px;
  width: 100%;
  max-width: 87%;
  margin-top: -67px;
  -webkit-transition: all .7s ease 0s;
  transition: all .7s ease 0s;
}

.service-card-2 .service-card-2-info .service-card-2-content-wrap .service-card-2-title h3 a {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #0575BC;
  -webkit-transition: all .7s ease 0s;
  transition: all .7s ease 0s;
}

.service-card-2 .service-card-2-info .service-card-2-content-wrap .service-card-2-icon {
  width: 60px;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 117, 188, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(5, 117, 188, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
  -webkit-transition: background 0.5s linear;
  transition: background 0.5s linear;
}

.service-card-2 .service-card-2-info .service-card-2-content-wrap .service-card-2-icon .service-sp-icon {
  left: 50%;
  bottom: 4px;
}

.service-card-2:hover .service-card-2-img img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transform: scale(1.1) skewY(3deg);
          transform: scale(1.1) skewY(3deg);
}

.service-card-2:hover .service-card-2-info {
  background: #0575BC;
}

.service-card-2:hover .service-card-2-info .service-card-2-content-wrap .service-card-2-title h3 a {
  color: #fff;
}

.service-card-2:hover .service-card-2-info .service-card-2-content-wrap .service-card-2-icon {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(5, 117, 188, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(5, 117, 188, 0) 100%);
}

.service-card-2:hover .service-card-2-info p {
  color: #fff;
  -webkit-transition: all .7s ease 0s;
  transition: all .7s ease 0s;
}

/*================================================
5. Moments Area CSS
=================================================*/
.moments-img-wrap .moment-1 {
  top: 30px;
  right: 30%;
}

.moments-img-wrap .moment-2 {
  top: 125px;
  left: 7%;
  -webkit-animation: sc-zoom 1.5s alternate linear infinite;
          animation: sc-zoom 1.5s alternate linear infinite;
}

.moments-img-wrap .moment-3 {
  top: 41px;
  right: 5%;
}

.moments-img-wrap .moment-4 {
  top: 146px;
  right: 11%;
}

.moments-img-wrap .moment-5 {
  top: 50%;
  left: 6%;
}

.moments-img-wrap .moment-6 {
  bottom: 92px;
  left: 3%;
}

.moments-img-wrap .moment-7 {
  margin-left: 440px;
  margin-top: -262px;
}

@-webkit-keyframes sc-zoom {
  0% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sc-zoom {
  0% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*================================================
6. Price CSS
=================================================*/
.text1 {
  display: none;
  -webkit-animation: priceFade .8s alternate linear forwards;
          animation: priceFade .8s alternate linear forwards;
}

.text2 {
  -webkit-animation: priceFade .8s alternate linear forwards;
          animation: priceFade .8s alternate linear forwards;
}

.switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 20px;
  border: 2px solid #0575BC;
  border-radius: 50px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.slider:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 10px;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #0575BC;
  -webkit-transition: all .7s ease 0s;
  transition: all .7s ease 0s;
}

.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 10px;
}

.pricing-plan-toggle {
  margin-top: 35px;
}

.pricing-plan-toggle input {
  -webkit-transition: all .7s ease 0s;
  transition: all .7s ease 0s;
}

.pricing-plan-toggle input:checked + .slider {
  background-color: transparent;
}

.pricing-plan-toggle input:checked + .slider:before {
  top: 50%;
  -webkit-transform: translate(38px, -50%);
          transform: translate(38px, -50%);
}

.pricing-plan-toggle span {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #0575BC;
  line-height: 1;
}

@-webkit-keyframes priceFade {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes priceFade {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.price-wrap {
  border-radius: 5px;
  margin-bottom: 24px;
}

.price-wrap .price-box {
  background-color: #fff;
  padding: 45px 30px 30px;
}

.price-wrap .price-box .price-content h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.price-wrap .price-box .price-content h2 {
  font-weight: 400;
  font-size: 24px;
  color: #0575BC;
}

.price-wrap .price-list {
  padding: 30px;
  border: 3px solid #fff;
  border-radius: 5px;
}

.price-wrap .price-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
}

.price-wrap .price-list ul li:last-child {
  margin-bottom: 24px;
}

.price-wrap .price-list ul li i {
  color: #0575BC;
  margin-right: 6px;
  font-size: 16px;
  line-height: 1;
}

.price-wrap .price-list ul li i.no-check {
  color: #B81212;
}

.price-wrap:hover .icon-btn {
  background: #0575BC;
}

.price-wrap:hover .icon-btn i {
  color: #fff;
}

.price-wrap .price-cta {
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7px 10px;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: chang-color 2.5s alternate linear infinite;
          animation: chang-color 2.5s alternate linear infinite;
}

.price-wrap .price-cta h5 {
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1;
}

@-webkit-keyframes chang-color {
  0% {
    background: #0A031D;
  }
  50% {
    background: #B81212;
  }
  100% {
    background: #0575BC;
  }
}

@keyframes chang-color {
  0% {
    background: #0A031D;
  }
  50% {
    background: #B81212;
  }
  100% {
    background: #0575BC;
  }
}

/*================================================
7. Cta Area CSS
=================================================*/
.cta-wrap {
  background-image: url(../images/cta-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 50px;
  border-radius: 5px;
}

.cta-wrap .counter-item-wrap {
  background-color: #0575BC;
  display: inline-block;
  padding: 24px 32px;
  border-radius: 5px;
  margin-left: 35px;
}

.cta-wrap .counter-item-wrap h3 {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  text-transform: capitalize;
}

.cta-wrap .counter-item-wrap .counter-item h1 {
  font-weight: 500;
  font-size: 72px;
  color: #FFFFFF;
  line-height: 1;
  padding: 0 5px;
}

.cta-wrap .counter-item-wrap .counter-item em {
  font-size: 60px;
  color: #FFFFFF;
}

.cta-wrap .count-shape {
  top: 10px;
  left: 10px;
  -webkit-animation: sc-zoom 1.5s alternate linear infinite;
          animation: sc-zoom 1.5s alternate linear infinite;
}

.cta-area-color {
  height: 50%;
  width: 100%;
  background: #F6FCFF;
  top: 0;
  z-index: -1;
}

.cta-area.cta-area-consultant {
  background-image: url(../images/cta-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.cta-area.cta-area-consultant .cta-wrap {
  background-image: none;
  background-size: unset;
  background-position: unset;
  border-radius: 0px;
}

/*================================================
8. Expert Area CSS
=================================================*/
.expert-cta {
  color: #0575BC;
}

.expert-content p {
  line-height: 30px;
  font-size: 16px;
  color: #000;
}

.expert-content ul li {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #0A031D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.expert-content ul li:last-child {
  margin-bottom: 0;
}

.expert-content ul li i {
  margin-right: 15px;
  line-height: 1;
  color: #0575BC;
  font-size: 20px;
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.expert-content ul li:hover i {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.about-chart-shape {
  top: 12px;
  left: 0;
}

.about-chart-wrap ul {
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-chart-wrap ul li {
  text-align: center;
}

.about-chart-wrap ul li .round-chart .circle-percent {
  font-size: 101px;
  width: 1em;
  height: 1em;
  position: relative;
  background: #E8E6ED;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

.about-chart-wrap ul li .round-chart .circle-percent:after {
  position: absolute;
  left: 0.5em;
  top: 0;
  right: 0;
  bottom: 0;
  background: #0575BC;
  content: '';
}

.about-chart-wrap ul li .round-chart .circle-percent .circle-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  clip: rect(0 0.5em 1em 0em);
}

.about-chart-wrap ul li .round-chart .circle-percent .circle-inner .round-per {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  background: #0575BC;
  clip: rect(0 1em 1em 0.5em);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 1.05s;
  transition: 1.05s;
}

.about-chart-wrap ul li .round-chart .circle-percent .circle-inbox {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: #fff;
  z-index: 3;
  border-radius: 50%;
}

.about-chart-wrap ul li .round-chart .circle-percent .circle-inbox .percent-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #0575BC;
}

.about-chart-wrap ul li span {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
  color: #0A031D;
  display: inline-block;
}

.about-chart-wrap .about-chart-img.about-chart-img-consultant {
  border-radius: 5px;
}

.about-chart-wrap .about-chart-img.about-chart-img-consultant img {
  -webkit-animation: about-img-zm 2.5s alternate linear infinite;
          animation: about-img-zm 2.5s alternate linear infinite;
}

.about-chart-wrap .about-chart-img.about-chart-img-consultant::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../images/shape/about-consultant.png);
  z-index: 1;
}

@-webkit-keyframes offset {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes offset {
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes about-img-zm {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: grayscale(50%);
            filter: grayscale(50%);
  }
}

@keyframes about-img-zm {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: grayscale(50%);
            filter: grayscale(50%);
  }
}

.about-round-shape {
  left: 52%;
  top: 41%;
  width: 48%;
  z-index: -1;
}

.about-round-shape.about-round-shape-2 {
  left: 50%;
  bottom: 0;
  width: 42%;
}

/*================================================
9. Client Area CSS
=================================================*/


.client-slide-wrap.client-slide-wrap-2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: unset;
}



.client-slide-wrap .single-client-box img {
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-filter: grayscale(80%);
          filter: grayscale(80%);
}

.client-slide-wrap .single-client-box img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

/*================================================
10. Testimonial Area CSS
=================================================*/
.testimonial-area {
  background: url(../images/shape/testimonial.png), -webkit-gradient(linear, left top, left bottom, color-stop(100%, #0575bc), to(#0575bc));
  background: url(../images/shape/testimonial.png), linear-gradient(#0575bc 100%, #0575bc 100%);
}

.testimonial-area.testimonial-agency {
  background: url(../images/shape/testimonial-agency.png), -webkit-gradient(linear, left top, left bottom, color-stop(100%, #0575bc), to(#0575bc));
  background: url(../images/shape/testimonial-agency.png), linear-gradient(#0575bc 100%, #0575bc 100%);
}

.testimonial-area.testimonial-consultant {
  background: unset;
}

.testimonial-box {
  background-color: #fff;
  padding: 70px 30px;
  -webkit-box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  z-index: 1;
      min-height: 384px;
}

.testimonial-box::before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  height: 100%;
  width: 100%;
  top: 20px;
  left: 20px;
  z-index: -1;
}

.testimonial-box::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  height: 100%;
  width: 100%;
  bottom: 20px;
  left: 40px;
  z-index: -1;
}

.testimonial-box .testimonial-reviewer .testimonial-reviewer-img {
  max-width: 70px;
  width: 100%;
}

.testimonial-box .testimonial-reviewer .testimonial-reviewer-content {
  padding-left: 20px;
}

.testimonial-box .testimonial-reviewer .testimonial-reviewer-content h3 {
  font-weight: 600;
  font-size: 18px;
  color: #0575BC;
}

.testimonial-box .testimonial-reviewer .testimonial-reviewer-content ul li {
  display: inline-block;
}

.testimonial-box .testimonial-reviewer .testimonial-reviewer-content ul li i {
  color: #FFC14A;
}

.testimonial-box .testimonial-reviewer .testimonial-reviewer-content ul li:last-child {
  margin-left: 10px;
}

.testimonial-box .testimonial-info i {
  font-size: 40px;
  color: #0575BC;
}

.testimonial-box .testimonial-info p {
  padding-left: 50px;
  font-size: 16px;
  margin-top: -32px;
  line-height: 30px;
}

.testimonial-box.testimonial-box-consultant {
  -webkit-box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04);
}

.testimonial-box.testimonial-box-consultant::before {
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04);
}

.testimonial-box.testimonial-box-consultant::after {
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04);
}

.testimonial-box.testimonial-box-consultant.testimonial-box-about-page {
  background: #F6FCFF;
  padding-left: 46px;
}

.testimonial-box.testimonial-box-consultant.testimonial-box-about-page::before {
  background: #F6FCFF;
  -webkit-box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04);
}

.testimonial-box.testimonial-box-consultant.testimonial-box-about-page::after {
  background: #F6FCFF;
  -webkit-box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04);
}

.testimonial-box.testimonial-page {
  margin-bottom: 47px;
  margin-right: 10px;
}

.testimonial-box.testimonial-page::before {
  top: 10px;
  left: 10px;
}

.testimonial-box.testimonial-page::after {
  bottom: 10px;
  left: 20px;
}

.testimonial-slide-wrap .owl-stage-outer {
  padding: 20px 0;
}

.testimonial-slide-wrap .owl-stage {
  padding-left: 20px !important;
}

.testimonial-slide-wrap .owl-nav button {
  background: rgba(255, 255, 255, 0.1);
}

.testimonial-slide-wrap .owl-nav button i {
  color: #FFFFFF;
}

.testimonial-slide-wrap .owl-nav button:hover {
  background: #fff;
}

.testimonial-slide-wrap .owl-nav button:hover i {
  color: #0575BC;
}

.testimonial-slide-consultant .owl-stage-outer {
  padding: 34px 0;
}

.testimonial-slide-consultant .owl-stage {
  padding-left: 20px !important;
}

.testimonial-slide-consultant .owl-nav button {
  background: rgba(5, 117, 188, 0.1);
}

.testimonial-slide-consultant .owl-nav button i {
  color: rgba(10, 3, 29, 0.7);
}

.testimonial-slide-consultant .owl-nav button:hover {
  background: #0575BC;
}

.testimonial-slide-consultant .owl-nav button:hover i {
  color: #fff;
}

/*================================================
11. FAQ CSS
=================================================*/
.faq-wrap .accordion-item {
  margin-bottom: 24px;
  border: none;
  background-color: unset;
}

.faq-wrap .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.faq-wrap .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.faq-wrap .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-wrap .accordion-button {
  border: 1px solid #F0F0F0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding-right: 60px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #0A031D;
}

.faq-wrap .accordion-button:focus {
  z-index: unset;
  border-color: #F0F0F0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq-wrap .accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: unset;
  height: unset;
  margin-left: auto;
  background-image: none;
  background-repeat: unset;
  background-size: unset;
  font-family: bootstrap-icons !important;
  position: absolute;
  right: 22px;
  content: "\f286";
  -webkit-transition: unset;
  transition: unset;
  font-size: 12px;
}

.faq-wrap .accordion-button:not(.collapsed)::after {
  background-image: none;
  -webkit-transform: unset;
          transform: unset;
  font-family: bootstrap-icons !important;
  content: "\f282";
  font-size: 12px;
}

.faq-wrap .accordion-body {
  background: #FDFDFD;
  border-radius: 0px 0px 5px 5px;
  line-height: 30px;
  border: 1px solid #F0F0F0;
  border-top: none;
}

.faq-wrap .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid transparent;
  background: #0575BC;
  border-radius: 5px 5px 0px 0px;
  color: #fff;
}

.faq-nav .nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 20px;
}

.faq-nav .nav-item:last-child {
  margin-right: 0;
}

.faq-nav .nav-link {
  background: #FFFFFF;
  border: 2px solid rgba(5, 117, 188, 0.1);
  border-radius: 5px;
  width: 100%;
  text-align: left;
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #0A031D;
  padding: 20px 25px;
}

.faq-nav .nav-link.active, .faq-nav .show > .nav-link {
  background-color: #0575BC;
}

/*================================================
12. Subscribe Area CSS
=================================================*/
.subscribe-wrap {
  background: url(../images/shape/subscribe.png), -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(10, 3, 29, 0.95)), to(rgba(10, 3, 29, 0.95)));
  background: url(../images/shape/subscribe.png), linear-gradient(rgba(10, 3, 29, 0.95) 100%, rgba(10, 3, 29, 0.95) 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  border-radius: 5px;
  padding: 118px 50px 110px 50px;
}

.subscribe-frm input {
  width: 91%;
  border: 1px solid #dddddd4f;
  padding: 21px 130px 21px 30px;
  background: none;
  border-radius: 5px;
  color: #ffffffb3;
}

.subscribe-frm input::-webkit-input-placeholder {
  color: #ffffffb3;
}

.subscribe-frm input:-ms-input-placeholder {
  color: #ffffffb3;
}

.subscribe-frm input::-ms-input-placeholder {
  color: #ffffffb3;
}

.subscribe-frm input::placeholder {
  color: #ffffffb3;
}

.subscribe-frm button {
  border: none;
  top: 50%;
  right: 30px;
}

.subscribe-frm.subscribe-frm-footer input {
  border: 2px solid rgba(255, 255, 255, 0.07);
  background-color: #160F28;
}

.subscribe-area.subscribe-area-agency {
  background: url(../images/shape/subscribe-agency.png), -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(10, 3, 29, 0.95)), to(rgba(10, 3, 29, 0.95)));
  background: url(../images/shape/subscribe-agency.png), linear-gradient(rgba(10, 3, 29, 0.95) 100%, rgba(10, 3, 29, 0.95) 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.subscribe-area.subscribe-area-agency .subscribe-wrap {
  background: none;
  border-radius: 0px;
  padding: 60px 0px 52px 0px;
}

.subscribe-area.subscribe-area-consultant {
  background-color: #0A031D;
}

.subscribe-area.subscribe-area-consultant .subscribe-wrap {
  background: none;
  border-radius: 0px;
  padding: 110px 0px 52px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  z-index: 1;
}

.subscribe-area.subscribe-area-consultant .subscribe-wrap .subscribe-footer-dot {
  top: 35%;
  z-index: -1;
  left: 18%;
  -webkit-animation: sc-zoom 1.5s alternate linear infinite;
          animation: sc-zoom 1.5s alternate linear infinite;
}

/*================================================
13. Footer CSS
=================================================*/
.footer-wrap {
  border-bottom: 1px solid rgba(10, 3, 29, 0.07);
  padding-bottom: 20px;
}

.footer-area {
  background-color: #102B4E;
  z-index: 1;
  border-bottom: 5px solid #0575BC;
}

.footer-area .footer-shape {
  bottom: 100%;
  z-index: -1;
}

.footer-area.footer-margin {
  margin-top: 200px;
}

.footer-area.footer-area-agency {
  background-color: #102B4E;
  border-bottom: unset;
}

.footer-area.footer-area-agency .single-widget .footer-title h4 {
  color: #fff;
}

.footer-area.footer-area-agency .contact-info .contact-info-details h5 {
  font-weight: 500;
  font-size: 21px;
  color: #000 !important;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.footer-area.footer-area-agency .footer-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.single-widget {
  margin-bottom: 30px;
}

.single-widget .footer-title h4 {
font-weight: 600;
  font-size: 22px;
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 27px;
  text-transform: capitalize;
}

.single-widget .footer-title h4::before {
  width: 30px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0575BC;
  content: "";
}

.single-widget .footer-title h4::after {
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #0575BC;
  content: "";
  -webkit-animation: foot 2s linear infinite alternate;
          animation: foot 2s linear infinite alternate;
}

.single-widget .footer-logo p {
line-height: 20px;
  font-weight: 300;
  font-size: 14px;
  padding-left: 34px;
  position: relative;
  padding-bottom: 14px;

}
.location_desc i {
  position: absolute;
  left: 0;
  font-size: 18px;
  top: 1px;
}

.single-widget .footer-logo a {
  display: inline-block;
 
}

.single-widget .footer-link ul li {
  margin-bottom: 18px;
}

.single-widget .footer-link ul li:last-child {
  margin-bottom: 0;
}

.single-widget .footer-link ul li a {
  font-weight: 600;
  text-decoration: underline;
  display: inline-block;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-size: 16px;
  color: #fff;
}

.single-widget .footer-link ul li a:hover {
  -webkit-text-decoration-color: #0575BC;
          text-decoration-color: #0575BC;
  color: #0575BC;
}

.single-widget .footer-link ul.useful-2 {
  padding-right: 40px;
}

.single-widget .footer-address h3 {
  font-weight: 500;
  font-size: 18px;
  color: #6B808D;
  line-height: 30px;
}

.contact-info .contact-info-details {
  padding-left: 20px;
}

.contact-info .contact-info-details h5 {
  font-weight: 500;
  font-size: 14px;
}

.contact-info .contact-info-details a {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contact-info.menu-contact-info .contact-info-details h5 {
  color: #fff;
}

@-webkit-keyframes foot {
  100% {
    -webkit-transform: translateX(calc(30px - 100%));
            transform: translateX(calc(30px - 100%));
  }
}

@keyframes foot {
  100% {
    -webkit-transform: translateX(calc(30px - 100%));
            transform: translateX(calc(30px - 100%));
  }
}

.copy-social li {
  display: inline-block;
  margin-right: 26px;
}

.copy-social li:last-child {
  margin-right: 0;
}

.copy-social li a {
  display: block;
  color: #A7ADB9;
  font-size: 16px;
  -webkit-transition: .4s;
  transition: .4s;
}

.copy-social li a:hover {
  color: #0575BC;
}

.copy-area {
  background: #161029;
}

.copy-text p {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.copy-text p a {
  color: #0575BC;
}

/*================================================
14. Recent Work CSS
=================================================*/
.card-wrap {
  border-radius: 5px;
}

.card-wrap .card-img {
  border-radius: 5px;
}

.card-wrap .card-img img {
  -webkit-transition: all .7s ease 0s;
  transition: all .7s ease 0s;
}

.card-wrap .card-hover {
  background: rgba(5, 117, 188, 0.9);
  border-radius: 5px;
  top: 0;
  left: 0;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  opacity: 0;
}

.card-wrap .card-hover .recent-work-hover-info {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 4px rgba(10, 3, 29, 0.1);
          box-shadow: 0px 2px 4px rgba(10, 3, 29, 0.1);
  border-radius: 5px;
  width: 90%;
  padding: 30px;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all .7s ease 0s;
  transition: all .7s ease 0s;
}

.card-wrap .card-hover .recent-work-hover-info .recent-work-hover-content h5 {
  font-weight: 600;
  font-size: 14px;
  color: #0575BC;
}

.card-wrap .card-hover .recent-work-hover-info .recent-work-hover-content h3 {
  font-weight: 600;
  font-size: 20px;
}

.card-wrap .card-hover .recent-work-hover-info .recent-work-hover-btn .icon-btn.white-blue:hover {
  background: #0A031D;
}

.card-wrap .card-hover .recent-work-hover-info .recent-work-hover-btn .icon-btn.white-blue:hover i {
  color: #fff;
}

.card-wrap .card-hover .team-social {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}

.card-wrap .card-hover .team-social li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  margin-right: 20px;
}

.card-wrap .card-hover .team-social li:last-child {
  margin-right: 0;
}

.card-wrap .card-hover .team-social li a i {
  color: #fff;
  font-size: 18px;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.card-wrap .card-hover .team-social li a i:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.card-wrap:hover .card-img img {
  -webkit-transform: scale(1.1) skewY(2deg);
          transform: scale(1.1) skewY(2deg);
}

.card-wrap:hover .card-hover {
  opacity: 1;
}

.card-wrap:hover .card-hover .recent-work-hover-info {
  -webkit-transform: translateY(35px);
          transform: translateY(35px);
}

.card-wrap:hover .card-hover .team-social {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.recent-work-wrap .owl-stage-outer {
  padding-bottom: 38px;
}

.recent-work-wrap .owl-nav {
  margin-top: 20px;
}

.recent-work-wrap .owl-nav button {
  background: #6B808D;
}

.recent-work-wrap .owl-nav button i {
  color: #fff;
}

.recent-work-wrap .owl-nav button:hover {
  background: #0575BC;
}

.recent-work-wrap .owl-nav button:hover i {
  color: #fff;
}

/*================================================
15. Team CSS
=================================================*/
.team-content {
  margin-bottom: 24px;
}

.team-content h5 {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  text-align: center;
  text-transform: capitalize;

}

.team-content h3 {
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 8px;
    text-align: center;
}

/*================================================
16. Blog CSS
=================================================*/
.blog-wrap {
  background: #FFFFFF;
  border-radius: 5px;
  margin-bottom: 24px;
}

.blog-wrap .blog-img img {
  -webkit-transition: all .7s ease 0s;
  transition: all .7s ease 0s;
  -webkit-filter: grayscale(40%);
          filter: grayscale(40%);
}

.blog-wrap .blog-content {
  padding: 25px;
}

.blog-wrap .blog-content .blog-meta {
  font-size: 13px;
}

.blog-wrap .blog-content .blog-meta a {
  color: #0575BC;
}

.blog-wrap .blog-content .blog-meta span {
  color: #D7D7D7;
  margin: 0 12px;
}

.blog-wrap .blog-content h3 {
  font-weight: 600;
  font-size: 18px;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.blog-wrap .blog-content h3:hover {
  color: #0575BC;
}

.blog-wrap:hover .blog-img img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transform: scale(1.1) skewY(3deg);
          transform: scale(1.1) skewY(3deg);
}

.blog-wrap:hover .blog-btn .icon-btn {
  background: #0575BC;
}

.blog-wrap:hover .blog-btn .icon-btn i {
  color: #fff;
}

.blog-wrap.blog-wrap-consultant .blog-content {
  background-color: #F6FCFF;
}

/*================================================
17. Showcase Area CSS
=================================================*/
.showcase-box-wrap.showcase-box-wrap-2 {
  margin-bottom: 24px;
}

.showcase-box-wrap.gallery {
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

.gallery-info.mt-2.gallary_title_section {
  position: absolute;
  color: #fff;
  top: 45%;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.gallery-info.mt-2.gallary_title_section h5{
  color: #fff;
  font-size: 26px;
  text-transform: capitalize;
}

.showcase-box.show .showcase-img {
  border-radius: 5px 5px 0px 0px;
}

.showcase-box.show .showcase-img img {
  -webkit-transition: all .4s ease .2s;
  transition: all .4s ease .2s;
}

.showcase-box.show .showcase-img i {
  font-size: 25px;
  color: #0575BC;
}

.showcase-box.show .showcase-img .showcase-hover {
  left: 0;
  top: 100%;
  background: rgba(5, 117, 188, 0.9);
  -webkit-transition: all .4s ease .1s;
  transition: all .4s ease .1s;
  visibility: hidden;
  opacity: 0;
}

.showcase-box.show .showcase-img .showcase-hover a {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all .5s ease .2s;
  transition: all .5s ease .2s;
}

.showcase-box.show .showcase-img .showcase-hover a img {
  height: 46px;
  width: 46px;
}

.showcase-box.show .showcase-info {
  padding: 31px 14px;
  border-radius: 0px 0px 5px 5px;
  -webkit-transition: all .4s ease .2s;
  transition: all .4s ease .2s;
}

.showcase-box.show .showcase-info .showcase-content h5 {
  font-size: 14px;
  font-weight: 600;
  color: #0575BC;
}

.showcase-box.show .showcase-info .showcase-content h3 {
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
}

.showcase-box.active .showcase-img img {
  -webkit-transition: all .4s ease .2s;
  transition: all .4s ease .2s;
}

.showcase-box.active .showcase-img .showcase-hover {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.showcase-box.active .showcase-img .showcase-hover a {
  background-color: #fff;
}

.showcase-box.active .showcase-info {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 4px rgba(10, 3, 29, 0.1);
          box-shadow: 0px 2px 4px rgba(10, 3, 29, 0.1);
}

.showcase-slide-wrap .owl-stage-outer {
  padding-bottom: 4px;
  padding-left: 2px;
}

.showcase-slide-wrap .owl-nav button {
  background: rgba(5, 117, 188, 0.1);
}

.showcase-slide-wrap .owl-nav button i {
  color: rgba(10, 3, 29, 0.7);
}

.showcase-slide-wrap .owl-nav button:hover {
  background: #0575BC;
}

.showcase-slide-wrap .owl-nav button:hover i {
  color: #fff;
}

/*================================================
18. About Page CSS
=================================================*/
.business-video-area {
  background-image: url(../images/shape/video-bg-shape.png);
  padding: 120px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.business-video-area .business-video-title h1 {
  font-weight: 600;
  font-size: 70px;
  line-height: 90px;
  color: #FFFFFF;
}

.business-video-area .business-video-wrap {
  margin-top: 80px;
}

.business-video-area .business-video-wrap a {
  width: 130px;
  height: 130px;
  background: #0575BC;
  border-radius: 50%;
  position: relative;
}

.business-video-area .business-video-wrap a i {
  font-size: 30px;
}

.business-video-area .business-video-wrap a::before {
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  content: "";
  width: 166px;
  height: 166px;
  background: rgba(5, 117, 188, 0.1);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.business-video-area .business-video-wrap a::after {
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  content: "";
  width: 206px;
  height: 206px;
  background: rgba(5, 117, 188, 0.1);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.business-video-area.business-video-area-2 {
  background-image: url(../images/blog/blog-details-2.png);
  border-radius: 3px;
}

aside .single-aside {
  margin-bottom: 24px;
  padding: 40px 30px;
  background: #FFFFFF;
  border: 2px solid rgba(5, 117, 188, 0.07);
  border-radius: 5px;
}

aside .single-aside:last-child {
  margin-bottom: 0;
}

aside .single-aside .aside-title h3 {
  font-weight: 600;
  font-size: 18px;
}

aside .single-aside .aside-search input {
  background: #F6FCFF;
  border: 2px solid rgba(5, 117, 188, 0.07);
  border-radius: 5px;
  padding: 10px 35px 10px 10px;
}

aside .single-aside .aside-search i {
  position: absolute;
  right: 10px;
  color: #0575BC;
  font-size: 12px;
  cursor: pointer;
}

aside .single-aside .aside-list li {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 23px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

aside .single-aside .aside-list li:last-child {
  margin-bottom: 0;
}

aside .single-aside .aside-list li:hover {
  color: #0575BC;
}

aside .single-aside .aside-list li i {
  color: #0575BC;
  margin-right: 10px;
}

aside .single-aside .aside-pdf {
  background: #0A031D;
  border-radius: 5px;
  padding: 10px 30px;
}

aside .single-aside .aside-pdf h3 {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

aside .single-aside .aside-pdf i {
  color: #fff;
  right: 0;
  height: 100%;
  top: 0;
  width: 60px;
  background: #B81212;
  font-size: 40px;
}

aside .single-aside .aside-article-wrap .aside-article-box {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(10, 3, 29, 0.07);
  margin-bottom: 29px;
}

aside .single-aside .aside-article-wrap .aside-article-box:last-child {
  padding-bottom: 0px;
  border-bottom: none;
  margin-bottom: 0px;
}

aside .single-aside .aside-article-wrap .aside-article-box .aside-article-content {
  padding-left: 20px;
}

aside .single-aside .aside-article-wrap .aside-article-box .aside-article-content h4 a {
  -webkit-transition: all .4s;
  transition: all .4s;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

aside .single-aside .aside-article-wrap .aside-article-box .aside-article-content h4 a:hover {
  color: #0575BC;
}

aside .single-aside .aside-article-wrap .aside-article-box .aside-article-content .blog-meta {
  font-size: 13px;
}

aside .single-aside .aside-article-wrap .aside-article-box .aside-article-content .blog-meta a {
  color: #0575BC;
}

aside .single-aside .aside-article-wrap .aside-article-box .aside-article-content .blog-meta span {
  color: #D7D7D7;
  margin: 0 12px;
}

aside .single-aside .aside-tag-wrap li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

aside .single-aside .aside-tag-wrap li a {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #6B808D;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: #F6FCFF;
  border-radius: 5px;
  padding: 10px 19px;
  margin: 0px 10px 12px 0px;
  -webkit-transition: all .7s;
  transition: all .7s;
  display: block;
}

aside .single-aside .aside-tag-wrap li a:hover {
  background: #0575BC;
  color: #fff;
}

/*================================================
19. Project Page CSS
=================================================*/
.page-list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
}

.page-list li:last-child {
  margin-right: 0;
}

.page-list li a {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #6B808D;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: rgba(5, 117, 188, 0.1);
  border-radius: 50px;
  padding: 13px 17px;
}

.page-list li.active a {
  background: #0575BC;
  color: #fff;
}

.project-details-aside {
  background-image: url(../images/shape/project-details-aside.png);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  padding: 40px 30px;
}

.project-details-aside li {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}

.project-details-aside li:last-child {
  margin-bottom: 0;
}

.project-details-aside li span {
  font-size: 16px;
  margin-bottom: -5px;
}

.details-comment-box {
  padding-left: 45px;
  border-left: 5px solid #0575BC;
}

.details-comment-box .details-comment-content {
  padding-left: 25px;
}

.details-comment-box .details-comment-content h3 {
  font-weight: 600;
  font-size: 18px;
  color: #0575BC;
}

.details-comment-box .details-comment-content p {
  font-size: 18px;
  line-height: 30px;
}

/*================================================
20. Working Process CSS
=================================================*/
.working-process-box {
  border-radius: 100%;
  min-height: 424px;
  border: 2px solid #0A031D;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px;
}

.working-process-box h3 {
  font-weight: 600;
  font-size: 20px;
  color: #0575BC;
}

.working-process-box span {
  position: absolute;
  width: 70px;
  height: 70px;
  background: #0A031D;
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.working-process-box.working-process-box-2 {
  border: 2px dotted #0575BC;
}

.working-process-box.working-process-box-2 span {
  background: #0575BC;
  bottom: 0;
  top: auto;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.working-process-box.working-process-box-3 {
  border: 2px solid #35CAC1;
}

.working-process-box.working-process-box-3 span {
  background: #35CAC1;
}

/*================================================
21. Blog Details CSS
=================================================*/
.blog-meta-2 {
  font-size: 13px;
}

.blog-meta-2 a {
  color: #0575BC;
}

.blog-meta-2 span {
  color: #D7D7D7;
  margin: 0 12px;
}

.tag-social-wrap {
  border-top: 1px solid rgba(10, 3, 29, 0.07);
}

.tag-social-wrap .tag-social-list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  color: #0A031D;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tag-social-wrap .tag-social-list li a {
  font-size: 12px;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 10px 19px;
  margin: 0 3px 6px 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.tag-social-wrap .tag-social-list li a:hover {
  background: #0575BC;
  color: #fff;
}

.blog-comments-wrap .single-blog-comment {
  border-bottom: 1px solid rgba(10, 3, 29, 0.07);
  padding-bottom: 20px;
  margin-bottom: 28px;
}

.blog-comments-wrap .single-blog-comment:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.blog-comments-wrap .single-blog-comment:nth-child(even) {
  padding-left: 100px;
}

.blog-comments-wrap .single-blog-comment .blog-comments-img {
  max-width: 70px;
  width: 100%;
}

.blog-comments-wrap .single-blog-comment .blog-comments-info {
  padding-left: 25px;
}

.blog-comments-wrap .single-blog-comment .blog-comments-info h4 {
  font-size: 16px;
}

.blog-comments-wrap .single-blog-comment .blog-comments-info p {
  line-height: 30px;
}

.contact-input input, .contact-input textarea {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  padding: 10px 20px;
  color: #000;
}

.contact-input input {
  margin-bottom: 10px;
}

.contact-input .form-condition {
  line-height: 30px;
}

.contact-input .form-condition span {
  color: #B14233;
}

.contact-input .contact-btn-wrap button {
  border: none;
}

.contact-input .form-message {
  position: absolute;
  left: 0;
  top: 102%;
}

/*================================================
22. Contact CSS
=================================================*/
.map-wrap iframe {
  width: 100%;
  height: 550px;
}

.contact-about-box {
  background: #FFFFFF;
  border-radius: 5px;
}

.contact-about-box .contact-about-info {
  padding: 50px 27px 50px 50px;
}

.menu-toggle-address-wrap-contact .contact-info .contact-info-details h5 {
  text-transform: capitalize;
  margin-bottom: 9px;
  color: #000;
  font-size: 20px;
}


.menu-toggle-address-wrap-contact .contact-info:hover .contact-info-details a {
  color: #0A031D;
}

/*================================================
23. Hero CSS
=================================================*/
/*================================================
24. Hero CSS
=================================================*/
/*================================================
25. Hero CSS
=================================================*/
/*================================================
26. Hero CSS
=================================================*/
/*
============================================
============= Preloader CSS ================
*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.preloader .spinner-wrap {
  width: 140px;
  height: 140px;
  position: relative;
}

.preloader .preloader-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.preloader .spinner {
  position: relative;
  width: 100%;
  height: 100%;
  border: 2px solid #90E0EF;
  border-top: 3px solid #FFE500;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*
============= Preloader CSS END ================
================================================
*/
/*Back to Top btn*/
.back-to-top-btn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  background: #fff;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 36px;
  display: none;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.back-to-top-btn:hover i {
  color: #6440FA;
}

.back-to-top-btn i {
  color: #183B56;
  font-size: 18px;
  -webkit-transition: .3s;
  transition: .3s;
}

.back-to-top-btn i::before {
  vertical-align: middle;
}

/* Menu Toggle */
.menu-toggle-btn-full-shape.show-sidebar {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

.menu-toggle-btn-full-shape {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all .7s ease 0s;
  transition: all .7s ease 0s;
  background: rgba(0, 0, 0, 0.6);
}

.menu-toggle-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 46px 30px 50px 30px;
  max-width: 480px;
  overflow-y: auto;
  right: 0;
  -webkit-box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
          box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
}

.menu-toggle-content {
  margin-top: 50px;
  margin-bottom: 50px;
}

.menu-toggle-content p {
  margin-bottom: 0;
  color: #000;
  font-size: 16px;
}

.menu-toggle-content h1 {
  font-size: 35px;
  font-weight: 500;
}

.menu-toggle-content h1 span {
  color: #1F2044;
  font-size: 47px;
  font-weight: 600;
}

.cross-icon {
  background: #0575BC;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 1px 30px 40px;
  -webkit-clip-path: ellipse(62% 65% at 80% 31%);
  clip-path: ellipse(62% 65% at 80% 31%);
}

.cross-icon i {
  color: #fff;
  font-size: 60px;
  cursor: pointer;
  line-height: 34px;
  display: block;
  -webkit-transition: .4s;
  transition: .4s;
}

.cross-icon i:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.bi.bi-plus{
  color: #fff;
}

.zi_text_jarif{
   padding-top: 90px;
   padding-bottom: 90px;
   max-width: 860px;
   margin:auto;
}
.zi_text_jarif p{
  font-size: 17px;
  color: #000;
}

.logo_header img{
    max-width: 644px;
    padding: 5px 0px;
    border-radius: 5px;
}

@media(max-width:906px){
  .logo_header img{
    max-width: 412px;
  }
}

/* CSS */
.hero {
  position: relative;
  width: 100%;
  height: 100vh; /* full viewport height */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background:url('../images/labe_photos.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* video */
.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover; /* crucial for cropping nicely */
  z-index: 0;
}

/* dark overlay so text is readable */
.hero-overlay {
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0; */
  background: rgba(0,0,0,0.45); /* adjust opacity */
  z-index: 1;
}

/* content above video */
.hero-content {
  position: relative;
  z-index: 2;
  
  padding: 0 20px;
  max-width: 1100px;
}
.hero-content h1 { font-size: clamp(28px, 5vw, 52px); margin: .25em 0; }
.hero-content p { font-size: clamp(14px, 2.2vw, 18px); margin-top: 1em; }

/* make sure video doesn't block pointer events for UI if necessary */
.hero-video,
.hero-overlay { pointer-events: none; }
/*# sourceMappingURL=style.css.map */

.ziarul_client_logo .owl-item{
 
  height: 347px;
  opacity: 0.85;
  position: relative;
}

.ziarul_client_logo .owl-item {
  display:flax;
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;

color: #fff;
text-align: center;
font-size: 16px;
line-height: 1.5;
transition: transform 0.4s ease, box-shadow 0.4s ease;
overflow: hidden;
cursor: pointer;
display: flex;
width: 100%; /* full width */
flex-direction: column;
justify-content: flex-end;


}

.ziarul_client_logo .owl-item a{
  color: #fff;
  margin-top: 15px;
  display: block;
}
.ziarul_client_logo .owl-item a:hover {
  color: #a81e18;
}

/* dark overlay */
/* .ziarul_client_logo .owl-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  transition: background 0.4s ease;
  z-index: 1;
} */


/* text on top */
.ziarul_client_logo .owl-item > * {
  position: relative;
  z-index: 2;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* hover effects */
.ziarul_client_logo .owl-item:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.ziarul_client_logo .owl-item:hover::before {
  background: rgba(0,0,0,0.55);
}

.ziarul_client_logo .owl-item:hover > * {
  transform: translateY(-6px);
  opacity: 0.95;
}

.zi_sustaibability h2{
  text-align: center;
  font-size: 35px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 63px;
}
.zi_sustaibability .owl-item h2 {
font-size: 22px;
  margin-bottom: -11px;
  text-align: center;
  width: 100%;
}

.zi_sustaibability .owl-item p{
  font-size: 16px;
}
.counting_area_zi{
  background-size: cover;
  left: 0;
  right:0;
  background-position: center;
  background-attachment: fixed;
  background-image: url('../images/parah1.jpg');
}
.counting_area_zi .container{
  align-self: flex-start;
  align-items: center;
  padding-top: 198px;
  padding-bottom: 198px;
}
.counting_area_zi h2{
  text-align: center;
  color: #fff;
  font-size: 35px;
  margin-bottom: 100px;
  text-transform: capitalize;
  line-height: 60px;
}

.counter_title_section ul li i {
  color: #fff;
  font-size: 65px;
  top: -12px;
  position: absolute;
  left: 0;
}
.counter_title_section ul li{
  float: left;
  width: 33.33%;
  position: relative;
  padding-left: 88px;
}
.counter_title_section ul li h3{
  font-size: 25px;
  color: #fff;
}

.counter_title_section p{
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  margin-top: 5px;
}

.counter_title_section ul{
  padding-left: 150px;
}



.client-area.pb-120.bg-white {
  padding-bottom: 50px;
}

.client-area h2{
    text-align: center;
    color: #000;
    font-size: 35px;
    margin-bottom: 22px;
    text-transform: capitalize;
    line-height: 60px;
}
.client-area.pb-120.bg-white{
    padding: 102px 0;
}

.accreditation_section .owl-nav {
    width: 100%;
    top: 84%;
}

.accreditation_section button.owl-next{
    background: none;
    position: absolute;
    right: -82px;
    top: -17px;
}
.accreditation_section .owl-prev{
background: none;
    position: absolute;
    left: -108px;
       top: -19px;
}

@media(max-width: 768px){
  .accreditation_section button.owl-next {
    background: none;
    position: absolute;
    right: 1px;
    top: -108px;
  }
  .accreditation_section .owl-prev {
    background: none;
    position: absolute;
    left: -13px;
    top: -109px;
  }
  .client-area h2{
    line-height: 43px;
    font-size: 31px;
  }
  
}

@media(max-width: 769px){
   .counter_title_section ul li{
     width: 100%;
   }
}


.footer-logo p {
    color: #fff;
    font-size: 16px;
}

.single-widget .footer-logo a{

}

.single-widget .footer-logo h3{
color: #fff;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.footer-logo h3{
  font-size: 18px;
}
.zi-row-mission_vission{
  display: flex;
  vertical-align: middle;
  text-indent: each-line;
  text-indent: ;
  align-items: center;
}

.vission-colom{
  width: 50%;
}

.vission_text{
  padding: 100px;
  max-width: 700px;
}
.vission_text h2{
  margin-bottom: 22px;
}
.vission_text p{
   font-size: 16px;
   color: #000;
   line-height: 30px;
}
.zi_description_section{
  background: url('../images/description_section.jpg');
}

.expert-area.pt-120 {
  padding-top: 135px;
  padding-bottom: 90px;
}

.zisection p{
  color: #000;
}

.zisection .contact-info-details a{
  color: #000!important;
}



.management_section .header1 {
    font-size: 35px;
    margin-top: 28px;
    margin-bottom: 31px;
    text-transform: capitalize;
    color: #333131;
}

.management_images {
    float: left;
    margin-right: 50px;
}
.managing_content{
  overflow: hidden;
}

.managing_content p {
    text-transform: capitalize;
    font-size: 16px;
    color: #000;
    line-height: 33px;
}
.managing_content h2{
  font-size: 18px;
  text-transform: capitalize;
}

@media(max-width: 1070px){
  .management_images {
    text-align: center;
    margin-bottom: 26px;
    float: none!important;
    margin-right: 0;
  }
}

.management_section {
    padding-top: 51px;
    padding-bottom: 97px;
}


.sustanibability{
    margin-top: 61px;
    padding: 66px 30;
    background: #cdcdcd1c;
}
.service-area p {
    font-size: 16px;
    color: #000;
    line-height: 29px;
}


/* .zi_menu_section li a {
  color: #000;
  font-size: 19px;
  font-family: ;
  display: block;
  padding: 6px 0;
  background: #f9f9f9;
  margin-bottom: 7px;
  padding: 8px 33px;
  
}

.zi_menu_section li a:hover{
  color: #fff;
} */


.zi_menu_section li {
  display: block;

  padding: 0 0px;
  margin: 0 0;
}
.zi_menu_section li .common-btn {
  font-size: 17px;
  padding: 14px 15px;
  margin-bottom: 9px;
  text-align: left;
  display: block;
  text-transform: capitalize;
}
.z-2-loc-f{
  padding-top:73px;
}
.footer_newsletter input::placeholder {
  color: #5d5d5d;
}
.footer_newsletter form{
  position: relative;
}
.footer_newsletter input {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 12px;
  height: 50px;
  padding-left: 18px;
  padding-right: 15px;
  outline: none;
  box-shadow: none;

  font-size: 15px;
  background: #fff;
  color: #5d5d5d;
}

.footer_newsletter input[type="submit"] {
 
  color: #fff;
  font-size: 19px;
  width: auto;
  padding: 0 16px;
 background: #a32519;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media(max-width:768px){
  .z-2-loc-f{
    padding-top:0;
  }

  .counter_title_section ul{
     padding: 30px;
  }
    .counter_title_section ul li{
       margin-bottom: 50px;
    }
    .zi-row-mission_vission{
      flex-direction: column;
    }
    .vission-colom{
      width: 100%;

    }
    .vission_text{
      padding: 30px
    }
}


.contact_us_page{
padding: 82px 0;
  text-align: center;
  background: #fff;
  margin-bottom: 50px;
  margin-top: 50px;
}
.contact_us_page h2 {
  text-transform: capitalize;
  font-size: 39px;
  margin-bottom: 13px;
}
.contact_us_page p {
  max-width: 880px;
  text-align: center;
  margin: auto;
  padding-top: 12px;
  font-size: 17px;
  color: #000;
}
.contact-info-area{
  background: #f8f8f8;
}

.zi_bg_con {
  background: #fff;
  padding: 42px 55px;
  min-height: 186px;
  height: 100%;
}

.Send_message{
font-size: 22px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 28px;
}


/*carasul slider*/

.zi_item_section {
  height: 367px;
  overflow: hidden;
  padding: 0 9px;
}


/*flip box section */

.zi_item_section .flip-box {
  background-color: transparent;
  width: 100%;
  perspective: 1000px;
  height: 100%;
}

.zi_item_section .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.zi_item_section .flip-box:hover .flip-box-inner {
  transform: rotateX(180deg);
}

.zi_item_section .flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.zi_item_section .flip-box-front {
background-color: #bbb;
  color: black;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.zi_item_section .flip-box-back {
background-color: #0575bc;
  color: white;
  transform: rotateX(180deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  align-self: normal;
  text-align-last: center;
  padding: 23px;
  justify-content: center;
}

.zi_item_section h2{
  font-size: 25px;
  width: 100%;
  display: block;
  text-align: center;
}

.zi_item_section .flip-box-back h2 {
  margin-bottom: -5px;
}

.zi_item_section .flip-box-back p{
  font-size: 16px;
  line-height: 25px;
  padding: 0 15px
}


.zi_item_section .flip-box-back  a{
  font-size: 18px;
  margin-top: 8px;
}
.zi_item_section .flip-box-back  a:hover{
  color: #A8221E;
}

.slick-next.slick-arrow{
    position: absolute;
    right: -52px;
    top: 45%;
    font-size: 42px;
    background: none;
    border: none;
    outline: none;
    color: #fff;
    z-index: 55555;
}

.slick-prev.slick-arrow{
    position: absolute;
  left: -52px;
  top: 45%;
  font-size: 42px;
  background: none;
  border: none;
  outline: none;
  color: #fff;
   z-index: 55555;
}

@media(max-width:768px){
   .hero{
    display: block;
    height: auto;
   }
   .hero-content .sustainibility_slider{
    font-size: 35px;
   }

   .hero-content.zi_sustaibability {
      padding-top: 85px;
      padding-bottom: 96px;
  }

    .slick-next.slick-arrow{
        right: 2px;
        top: 40%;
    }
    .slick-prev.slick-arrow{
      left: 2px;
      top: 41%;
    }

}

.contact-input input[type=submit]{
  background:#0575BC;
  color: #fff;

  
}

.zi_about_counter  .elementor-counter-title{
  display: block!important;
}

.zi_about_counter  .elementor-counter-title span {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: -12px;
}

.background_none{
  background: none!important;
}


.background_none .owl-nav{
  padding-top: 74px;
}
.team-area h1{
       text-transform: capitalize;
}