@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Poppins:400,500,700&display=swap");
* {
  margin: 0;
  padding: 0;
  outline: 0;
}
html {
  font-size: 100%;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  color: #011a3e;
}
h1 {
  font-size: 58px;
  font-weight: 700;
}
h2 {
  font-size: 45px;
  font-weight: 700;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}
p {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
input,
select,
textarea {
  display: inherit;
  border: none;
  outline: none;
}
button {
  border: none;
  cursor: pointer;
}
button {
  outline: none;
}
button:hover,
button:focus {
  outline: none;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #7a808d;
  font-weight: normal;
  overflow-x: hidden;
}
.bg_image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section_padding {
  padding: 100px 0;
}
.section_title {
  /* max-width: 570px; */
  margin: auto;
  margin-bottom: 45px;
}
.section_title h2 {
  margin-bottom: 14px;
  position: relative;
}
@media (max-width: 767px) {
  .section_title h2 {
    font-size: 32px;
  }
}
.section_title h2:after {
  position: absolute;
  content: "";
  top: -20px;
  background: url(../images/shape/title.png) no-repeat;
  display: inline-block;
  width: 96px;
  height: 67px;
  z-index: -1;
}
.deneb_btn {
  display: inline-block;
  min-width: 127px;
  height: 45px;
  color: #fff;
  font:
    500 15px "Poppins",
    sans-serif;
  text-align: center;
  background: #1d4cab;
  line-height: 45px;
  border-radius: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.5s ease-out 0s;
}
.deneb_btn:hover,
.deneb_btn:focus {
  color: #fff;
  box-shadow: 2.5px 4.33px 15px 0px rgb(29 76 171);
}
.link_btn {
  color: #011a3e;
}
.link_btn:before {
  display: inline-block;
  content: "\f04b";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  color: #1d4cab;
}
.link_btn:hover,
.link_btn:focus {
  color: #1d4cab;
}
.form_control {
  width: 100%;
}
input.form_control {
  height: 45px;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .deneb_img img {
    width: 100%;
  }
}
.preloader {
  background: #fff;
  height: 100%;
  overflow: hidden;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 11000;
}
.preloader .lds-ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 80px;
  height: 80px;
}
.preloader .lds-ripple div {
  position: absolute;
  border: 4px solid #1d4cab;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.preloader .lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.header_area {
  position: relative;
}
@media (max-width: 767px) {
  .header_area .site_menu {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_area .site_menu {
    display: none;
  }
}
.header_area .site_menu .primary_menu {
  float: right;
}
.header_area .site_menu .primary_menu .main_menu ul li {
  position: relative;
  display: inline-block;
  margin-left: 40px;
}
.header_area .site_menu .primary_menu .main_menu ul li a {
  display: block;
  padding: 17px 0;
  color: #76787b;
  font-weight: 500;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header_area .site_menu .primary_menu .main_menu ul li a {
    font-size: 14px;
  }
}
.header_area .site_menu .primary_menu .main_menu ul li .deneb_btn {
  padding: 0;
  color: #fff;
}
.header_area .site_menu .primary_menu .main_menu ul li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  padding: 10px 0;
  margin: 0;
  text-align: left;
  background: #fff;
  opacity: 0;
  border-radius: 8px;
  visibility: hidden;
  transform: scale(1, 0);
  moz-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  transition: all 0.2s ease-out 0s;
}
.header_area .site_menu .primary_menu .main_menu ul li ul.sub-menu li {
  position: relative;
  display: block;
  margin: 0;
}
.header_area .site_menu .primary_menu .main_menu ul li ul.sub-menu li a {
  padding: 5px 20px;
  color: #7a808d;
}
.header_area
  .site_menu
  .primary_menu
  .main_menu
  ul
  li
  ul.sub-menu
  li:hover
  ul.sub-menu {
  visibility: visible;
  opacity: 1;
}
.header_area .site_menu .primary_menu .main_menu ul li ul.sub-menu li:hover a {
  color: #1d4cab;
}
.header_area
  .site_menu
  .primary_menu
  .main_menu
  ul
  li
  ul.sub-menu
  li
  ul.sub-menu {
  top: 0;
  left: 100%;
  opacity: 0;
  visibility: hidden;
}
.header_area
  .site_menu
  .primary_menu
  .main_menu
  ul
  li
  ul.sub-menu
  li
  ul.sub-menu
  li
  a {
  display: block;
  padding: 5px 20px;
  color: #7a808d;
}
.header_area
  .site_menu
  .primary_menu
  .main_menu
  ul
  li
  ul.sub-menu
  li
  ul.sub-menu
  li:hover
  a {
  color: #1d4cab;
}
.header_area .site_menu .primary_menu .main_menu ul li:hover ul.sub-menu {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}
.header_area .site_menu .primary_menu .main_menu ul .active_link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 20px;
  height: 3px;
  background: #1d4cab;
}
.header_area .mobile_wrapper {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_area .mobile_wrapper {
    padding: 10px 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .header_area .mobile_wrapper {
    padding: 10px 0;
    display: block;
  }
}
.header_area .mobile_wrapper .menu_button {
  float: right;
}
.header_area .mobile_wrapper .menu_button .menu_icon span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #011a3e;
  margin: 6px 0 2px;
  transition: all 0.5s ease-out 0s;
}
.header_area .mobile_wrapper .menu_button .menu_icon span:nth-child(1) {
  margin-top: 0;
}
.header_area .mobile_wrapper .menu_button .menu_icon span:nth-child(3) {
  width: 15px;
  margin-bottom: 0;
}
.header_area .mobile_wrapper .menu_button .active span:nth-child(1) {
  width: 15px;
}
.header_area .mobile_wrapper .menu_button .active span:nth-child(3) {
  width: 30px;
}
.header_area .sidenav_menu {
  overflow: hidden;
  width: 80%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 50px 30px;
  z-index: 9999;
  background: #222d32;
  opacity: 0.9;
  overflow: auto;
  transform: translateX(-100%);
  transition: all 0.5s ease-out 0s;
}
.header_area .sidenav_menu .close_icon {
  position: absolute;
  top: 0;
  right: 0;
}
.header_area .sidenav_menu .close_icon .close_btn {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  color: #1d4cab;
}
.header_area .sidenav_menu .sidebar-menu li {
  display: block;
  line-height: 40px;
}
.header_area .sidenav_menu .sidebar-menu li a {
  text-transform: capitalize;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.header_area .sidenav_menu .sidebar-menu li a:hover,
.header_area .sidenav_menu .sidebar-menu li a:focus {
  color: #1d4cab;
}
.header_area .sidenav_menu .sidebar-menu li a .deneb_btn {
  padding: 0;
}
.header_area .sidenav_menu .sidebar-menu .active a {
  color: #1d4cab;
}
.header_area .active {
  transform: translateX(0);
}
.transparent_header {
  position: absolute;
  top: 33px;
  left: 0;
  width: 100%;
  z-index: 337;
}
.header_area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 337;
  box-shadow: 2.5px 25.33px 15px 0px rgba(0, 0, 0, 0.15);
}
.header_area.sticky .site_menu {
  padding: 10px 0;
}
.header_two.sticky .site_menu .primary_menu .main_menu ul li a {
  color: #7a808d;
}
.header_two.sticky .site_menu .primary_menu .main_menu ul li .deneb_btn {
  padding: 0;
  color: #fff;
}
.header_two.sticky .mobile_wrapper .menu_button .menu_icon span {
  background-color: #011a3e;
}
.header_two .site_menu .primary_menu .main_menu ul li a {
  color: #fff;
}
.header_two .site_menu .primary_menu .main_menu ul li .deneb_btn {
  padding: 0;
  color: #fff;
}
.header_two .mobile_wrapper .menu_button .menu_icon span {
  background-color: #fff;
}
.deneb_banner {
  position: relative;
  padding-top: 150px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deneb_banner .hero_slider .signle_slider .banner_content {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .deneb_banner .hero_slider .signle_slider .banner_content {
    margin-bottom: 60px;
  }
}
.deneb_banner .hero_slider .signle_slider .banner_content h1 {
  font-weight: 500;
  margin-left: -2px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .deneb_banner .hero_slider .signle_slider .banner_content h1 {
    font-size: 30px;
  }
}
.deneb_banner .hero_slider .signle_slider .banner_content h1 span {
  font-weight: bold;
  color: #1d4cab;
}
.deneb_banner .hero_slider .signle_slider .banner_content h5 {
  font-weight: 500;
  margin-bottom: 15px;
}
.deneb_banner .hero_slider .signle_slider .banner_content p {
  margin-bottom: 36px;
}
.deneb_banner .hero_slider .signle_slider .deneb_img_box {
  position: relative;
  float: right;
  margin-right: 18px;
}
.deneb_banner .hero_slider .slick-dots {
  bottom: -50px;
}
.deneb_banner .hero_slider .slick-dots li {
  width: 5px;
  height: 5px;
  background: #c3c3c3;
  border-radius: 50%;
}
.deneb_banner .hero_slider .slick-dots li button {
  padding: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.deneb_banner .hero_slider .slick-dots .slick-active {
  background: #1d4cab;
}
.deneb_banner .hero_slider .slick-dots .slick-active button:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2377ff;
  opacity: 0.302;
  margin-top: -5px;
  margin-left: -5px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.shape_v1 .shape_1 {
  position: absolute;
  left: 0;
  top: 80px;
}
.shape_v2 .shape_7 {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: -1;
}
.shape_v3 .shape_10 {
  position: absolute;
  left: 0;
  top: 60px;
}
.shape_v4 .shape_11 {
  position: absolute;
  right: 0;
  top: 0px;
}
.shape_v5 .shape_12 {
  position: absolute;
  left: 0;
  top: 0px;
}
.shape_v5 .shape_13 {
  position: absolute;
  left: 40px;
  bottom: 60px;
}
.banner_two {
  min-height: 100vh;
  background-image: url(../images/banner_two.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
.banner_two .row {
  min-height: 100vh;
}
.banner_two .content {
  position: relative;
  z-index: 3;
}
.banner_two .content h1 {
  color: #fff;
  margin-bottom: 20px;
}
.banner_two .content h1 span {
  color: #1d4cab;
}
.banner_two .content h6 {
  color: #1d4cab;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.banner_two .content .video-popup {
  background-color: #fff;
  color: #000;
  min-width: 45px;
  min-height: 45px;
  font-size: 17px;
  padding: 0px 0px 0px 3px;
  border-radius: 50%;
  line-height: 45px;
  -webkit-animation: glow 1s infinite alternate;
  animation: glow 1s infinite alternate;
}
@-webkit-keyframes glow {
  from {
    box-shadow: 0 0 3px -3px rgb(29 76 171);
  }
  to {
    box-shadow: 0 0 3px 3px rgb(29 76 171);
  }
}
@keyframes glow {
  from {
    box-shadow: 0 0 3px -3px rgb(29 76 171);
  }
  to {
    box-shadow: 0 0 3px 3px rgb(29 76 171);
  }
}
.banner_two::after {
  background: #000;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  opacity: 0.6;
}
.hero-three {
  background: url(../images/wave.svg);
  background-position: top;
  background-repeat: no-repeat;
}
.hero-three .row {
  min-height: 100vh;
}
.hero-three .row span {
  color: #1d4cab;
}
.hero-three .row p {
  font-size: 20px;
  line-height: 28px;
}
.hero-three .row .deneb_btn {
  height: inherit;
  width: inherit;
  line-height: inherit;
  padding: 15px 40px;
  border-radius: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-three .row {
    min-height: 55vh;
  }
  .hero-three .row h2 {
    font-size: 32px !important;
  }
  .hero-three .row p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) {
  .hero-three {
    padding-top: 30px;
    background-size: 2000px 400px;
  }
  .hero-three .row {
    min-height: 70vh !important;
    padding: 100px 0px 50px;
  }
  .hero-three .row img {
    margin-top: 40px;
  }
  .hero-three .row h2 {
    font-size: 32px;
  }
  .hero-three .row p {
    font-size: 18px;
  }
}
.deneb_service {
  position: relative;
}
.deneb_service .grid_item {
  max-width: 370px;
  margin: auto;
  padding: 50px 45px 30px;
  text-align: center;
  border-radius: 8px;
  transition: all 0.5s ease-out 0s;
  border: 2px dashed #fff;
  box-shadow: 2.5px 4.33px 15px 0px rgb(10 71 175 / 49%);
}
.deneb_service .grid_item:hover {
  border-color: #1d4cab;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}
.deneb_service .grid_item .icon {
  margin-bottom: 30px;
}
.deneb_service .grid_item .info h4 {
  margin-bottom: 15px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .deneb_service .grid_item .info h4 {
    font-size: 18px;
  }
}
.deneb_service .grid_item .info h4 a {
  color: #011a3e;
  font-weight: 600;
}
.deneb_service .grid_item .info p {
  margin-bottom: 20px;
}
.deneb_service .grid_item .info .link_btn {
  font-weight: 500;
  color: #011a3e;
  text-transform: uppercase;
}
.service_v1 {
  padding-top: 125px;
  padding-bottom: 90px;
}
.service_wrapper .service_tab_wrap .service_tab_nav {
  margin-bottom: 80px;
}
.service_wrapper .service_tab_wrap .service_tab_nav .nav-tabs {
  justify-content: center;
  border: none;
}
.service_wrapper .service_tab_wrap .service_tab_nav .nav-tabs .nav-item {
  margin-left: 12px;
  margin-right: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service_wrapper .service_tab_wrap .service_tab_nav .nav-tabs .nav-item {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service_wrapper .service_tab_wrap .service_tab_nav .nav-tabs .nav-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .service_wrapper .service_tab_wrap .service_tab_nav .nav-tabs .nav-item {
    margin-bottom: 20px;
  }
}
.service_wrapper
  .service_tab_wrap
  .service_tab_nav
  .nav-tabs
  .nav-item
  .nav-link {
  border: none;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #011a3e;
  width: 170px;
  height: 170px;
  background: #fff;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  /* padding: 20px 25px; */
  border: 3px dashed #fff;
  transition: all 0.5s ease-out 0s;
}
.service_wrapper
  .service_tab_wrap
  .service_tab_nav
  .nav-tabs
  .nav-item
  .nav-link
  img {
  margin-bottom: 10px;
}
.service_wrapper
  .service_tab_wrap
  .service_tab_nav
  .nav-tabs
  .nav-item
  .nav-link
  span {
  display: block;
}
.service_wrapper
  .service_tab_wrap
  .service_tab_nav
  .nav-tabs
  .nav-item
  .nav-link.active {
  border-color: #1d4cab;
  box-shadow: 5px 8.66px 27px 0px rgba(0, 0, 0, 0.15);
}
.service_wrapper
  .service_tab_wrap
  .service_tab_nav
  .nav-tabs
  .nav-item
  .nav-link:hover {
  border-color: #1d4cab;
  box-shadow: 5px 8.66px 27px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service_wrapper .service_tab_wrap .tab-content .deneb_content_box {
    margin-bottom: 60px;
  }
}
.service_wrapper .service_tab_wrap .tab-content .deneb_content_box h2 {
  position: relative;
  margin-bottom: 30px;
}
.service_wrapper .service_tab_wrap .tab-content .deneb_content_box p {
  margin-bottom: 20px;
}
.service_wrapper .service_tab_wrap .tab-content .deneb_img_box {
  position: relative;
  z-index: 1;
}
.service_wrapper .service_tab_wrap .tab-content .deneb_img_box img {
  border-radius: 8px;
  max-width: 540px;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service_wrapper .service_tab_wrap .tab-content .deneb_img_box img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .service_wrapper .service_tab_wrap .tab-content .deneb_img_box img {
    width: 100%;
  }
}
.service_wrapper .service_tab_wrap .tab-content .deneb_img_box:after {
  position: absolute;
  right: 0;
  top: -30px;
  content: "";
  width: 94%;
  height: 397px;
  z-index: -1;
  border-radius: 8px;
  background-image: linear-gradient(0deg, #2377ff 0%, #1d4cab 100%);
  background-image: -ms-linear-gradient(0deg, #2377ff 0%, #1d4cab 100%);
}
@media (max-width: 767px) {
  .service_wrapper .service_tab_wrap .tab-content .deneb_img_box:after {
    display: none;
  }
}
.service_wrapper .deneb_content_box h2 {
  position: relative;
}
.service_wrapper .deneb_content_box h2:after {
  position: absolute;
  content: "";
  left: -30px;
  top: -20px;
  background: url(../images/shape/title.png) no-repeat;
  display: inline-block;
  width: 96px;
  height: 67px;
  z-index: -1;
}
.service_feature .section_title h2 {
  position: relative;
}
.service_feature .section_title h2:after {
  left: 70px;
}
.service_feature {
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service_feature .feature_wrapper .single_feature .deneb_img_box {
    margin-bottom: 60px;
  }
}
.service_feature .feature_wrapper .single_feature .deneb_content_box {
  max-width: 548px;
}
.service_feature .feature_wrapper .single_feature .deneb_content_box .icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
.service_feature .feature_wrapper .single_feature .deneb_content_box h3 {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.service_feature
  .feature_wrapper
  .single_feature:nth-child(odd)
  .deneb_content_box {
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service_feature
    .feature_wrapper
    .single_feature:nth-child(odd)
    .deneb_content_box {
    margin-bottom: 60px;
  }
}
.service_page .deneb_pricing {
  padding-bottom: 105px;
}
.service_v1 .section_title h2 {
  position: relative;
}
.service_v1 .section_title h2:after {
  left: 120px;
}
.service_v3 .grid_item {
  padding: 40px;
  text-align: left;
  box-shadow: 5px 8.66px 22px 0px rgba(0, 0, 0, 0.15);
}
.service-three h6 {
  text-transform: uppercase;
  color: #1d4cab;
}
.service-three h3 {
  font-size: 36px;
}
.service-three p {
  font-size: 14px;
}
.deneb_about {
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deneb_about .deneb_img_box {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .deneb_about .deneb_img_box {
    margin-bottom: 60px;
  }
}
.deneb_about .deneb_content_box {
  margin-left: 20px;
}
.deneb_about .deneb_content_box h2 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .deneb_about .deneb_content_box h2 {
    font-size: 28px;
  }
}
.deneb_about .deneb_content_box p {
  padding-bottom: 20px;
}
.deneb_about .deneb_content_box .deneb_btn {
  margin-top: 20px;
  min-width: 155px;
}
.deneb_about .deneb_content_box h2 {
  position: relative;
}
.deneb_about .deneb_content_box h2:after {
  position: absolute;
  content: "";
  left: -10px;
  top: -20px;
  background: url(../images/shape/title.png) no-repeat;
  display: inline-block;
  width: 96px;
  height: 67px;
  z-index: -1;
}
.about_v1 {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.about_v1:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url(../images/shape/shape_8.png) no-repeat;
  background-position: top left;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about_v1 .deneb_img_box {
  max-width: 470px;
}
.about_v1 .deneb_img_box img {
  position: relative;
  z-index: 9999;
}
.about_v2 {
  padding-top: 90px;
  /* padding-bottom: 120px; */
}
.about_v2 .award_box {
  display: flex;
  flex-wrap: wrap;
}
.about_v2 .award_box .award_img {
  margin-right: 30px;
}
.about_v2 .award_box .award_info img {
  margin-bottom: 12px;
}
.about_v2 .award_box .award_info h4 {
  padding-top: 15px;
  font-weight: bold;
  color: #1d4cab;
  font-size: 20px;
}
.about_v2 .award_box .award_info h5 {
  font-size: 20px;
}
.deneb_skill {
  overflow: hidden;
  padding-bottom: 120px;
}
.deneb_skill h6 {
  color: #1d4cab;
  text-transform: uppercase;
}
.deneb_skill h3 {
  font-size: 36px;
}
.deneb_skill ul {
  padding-left: 40px;
}
.deneb_skill ul li {
  list-style: decimal-leading-zero;
  margin: 10px 0px;
}
.deneb_skill .section_title {
  margin: 0;
  max-width: 100%;
  margin-bottom: 30px;
}
.deneb_skill .skill_wrapper {
  overflow: hidden;
}
.deneb_skill .skill_wrapper .single_bar {
  margin-bottom: 30px;
}
.deneb_skill .skill_wrapper .single_bar .progress_title h5 {
  font-weight: 600;
  margin-bottom: 10px;
}
.deneb_skill .skill_wrapper .single_bar .progress_title span {
  float: right;
  color: #1d4cab;
}
.deneb_skill .skill_wrapper .single_bar .progress {
  overflow: visible;
  height: 20px;
  background-color: #f6f6f6;
  border-radius: 10px;
}
.deneb_skill .skill_wrapper .single_bar .progress .progress-bar {
  overflow: visible;
  position: relative;
  border-radius: 10px;
  background-color: #1d4cab;
}
.deneb_skill .skill_wrapper .single_bar .progress .progress-bar .dot {
  overflow: visible;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #0013f8;
}
.deneb_skill .skill_wrapper .single_bar .progress .progress-bar .dot:after {
  position: absolute;
  top: -7px;
  right: -7px;
  content: "";
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #0013f8;
  opacity: 0.2;
}
.deneb_skill .section_title h2 {
  position: relative;
}
.deneb_skill .section_title h2:after {
  position: absolute;
  content: "";
  left: -20px;
  top: -20px;
  background: url(../images/shape/title.png) no-repeat;
  display: inline-block;
  width: 96px;
  height: 67px;
  z-index: -1;
}
.deneb_experience .section_title h2 {
  position: relative;
}
.deneb_experience .section_title h2:after {
  left: 0px;
}
.deneb_experience {
  overflow: hidden;
  padding-bottom: 120px;
}
.deneb_experience .single_experience {
  margin-bottom: 55px;
}
.deneb_experience .single_experience:last-child {
  margin-bottom: 0;
}
.deneb_experience .single_experience:last-child .icon:before {
  display: none;
}
.deneb_experience .single_experience:nth-child(even) .deneb_info_box {
  text-align: right;
}
@media (max-width: 767px) {
  .deneb_experience .single_experience:nth-child(even) .deneb_info_box {
    text-align: center;
  }
}
.deneb_experience .single_experience .icon {
  position: relative;
  width: 75px;
  height: 75px;
  text-align: center;
  border-radius: 50%;
  background-image: linear-gradient(180deg, #2377ff 0%, #1d4cab 100%);
  background-image: -ms-linear-gradient(180deg, #2377ff 0%, #1d4cab 100%);
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  padding-top: 17px;
}
@media (max-width: 767px) {
  .deneb_experience .single_experience .icon {
    margin-bottom: 40px;
  }
}
.deneb_experience .single_experience .icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 35px;
  border: 2px dashed #9fa4ab;
  width: 0;
  height: 233px;
  z-index: -1;
}
@media (max-width: 767px) {
  .deneb_experience .single_experience .icon:before {
    display: none;
  }
}
.deneb_experience .single_experience .icon:after {
  content: "";
  background-image: linear-gradient(180deg, #2377ff 0%, #1d4cab 100%);
  background-image: -ms-linear-gradient(180deg, #2377ff 0%, #1d4cab 100%);
  width: 110px;
  height: 110px;
  border-radius: 50%;
  opacity: 0.302;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -55px;
  margin-left: -55px;
}
.deneb_experience .single_experience .icon h3 {
  font-size: 35px;
  color: #fff;
  font-weight: 600;
}
.deneb_experience .single_experience .deneb_text_box {
  position: relative;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease-out 0s;
}
@media (max-width: 767px) {
  .deneb_experience .single_experience .deneb_text_box {
    margin-bottom: 40px;
  }
}
.deneb_experience .single_experience .deneb_text_box:hover {
  background-image: linear-gradient(180deg, #2377ff 0%, #1d4cab 100%);
  background-image: -ms-linear-gradient(180deg, #2377ff 0%, #1d4cab 100%);
  box-shadow: 2.5px 4.33px 15px 0px #1d4cab;
}
.deneb_experience .single_experience .deneb_text_box:hover p {
  color: #fff;
}
@media (max-width: 767px) {
  .deneb_experience .single_experience .deneb_info_box {
    text-align: center;
    margin-bottom: 40px;
  }
}
.deneb_experience .single_experience .deneb_info_box h4 {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
}
.deneb_experience .single_experience .deneb_info_box h5 {
  color: #7f8693;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
}
.deneb_experience .single_experience .deneb_info_box h6 {
  font-size: 20px;
  color: #1d4cab;
  font-weight: 600;
}
.right-arrow::after {
  position: absolute;
  content: "";
  top: 40%;
  right: -69px;
  width: 60px;
  height: 50px;
  background: url(../images/pointer.png) no-repeat;
}
.left-arrow:before {
  position: absolute;
  content: "";
  top: 40%;
  left: -38px;
  right: 0;
  width: 60px;
  height: 50px;
  background: url(../images/pointer.png) no-repeat;
}
.about-us-two img {
  border-radius: 4px;
}
.about-us-two blockquote {
  padding: 30px;
  border-radius: 3px;
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  border-left: 4px solid #1d4cab;
  box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
  margin: 10px 0px 10px 18px;
}
.about-us-two blockquote span,
.about-us-two blockquote strong {
  color: #1d4cab;
}
.about-three {
  background-color: #fbfbfe;
}
.about-three h6 {
  color: #1d4cab;
}
.about-three h3 {
  font-size: 36px;
}
.about-three h2 {
  color: #1d4cab;
}
.about-three .count {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px rgba(181, 181, 181, 0.2);
  transition: all 200ms ease-in-out;
}
@media only screen and (min-width: 400px) and (max-width: 767px) {
  .about-three .count {
    margin: 10px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-three .count {
    margin: 15px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-three .img {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) {
  .about-three .img {
    margin-bottom: 40px;
  }
}
.team-area h6 {
  color: #1d4cab;
  text-transform: uppercase;
}
.team-area h3 {
  font-size: 36px;
}
.team-area h5 {
  font-size: 15px;
  line-height: 22px;
  margin-top: 10px;
}
.team-area .team {
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px rgba(63, 43, 43, 0.1);
  transition: all 200ms ease-in-out;
}
.team-area .team img {
  border-radius: 50%;
}
.team-area .team ul li {
  display: inline;
  margin: 0px 10px;
}
.team-area .team ul li a {
  color: #1d4cab;
  font-size: 18px;
}
.team-area .team:hover {
  box-shadow: 0px 0px 10px 0px rgba(63, 43, 43, 0.1);
}
.project_v1 .project_button {
  margin-bottom: 45px;
}
.project_v1 .project_button .project_btn {
  background: transparent;
  border: none;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  color: #011a3e;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project_v1 .project_button .project_btn {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .project_v1 .project_button .project_btn {
    margin-bottom: 15px;
  }
}
.project_v1 .project_button .project_btn.active_btn {
  box-shadow: 4px 6.928px 15px 0px rgb(29 76 171);
  background-image: linear-gradient(180deg, #1d4cab 0%, #19366e 100%);
  background-image: -ms-linear-gradient(180deg, #1d4cab 0%, #19366e 100%);
  padding: 8px 25px;
  color: #fff;
  border-radius: 30px;
}
.project_v1 .projects_slider_content .single_project {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.project_v1 .projects_slider_content .slick-dots {
  bottom: -35px;
}
.project_v1 .projects_slider_content .slick-dots li {
  width: 15px;
  height: 5px;
  background: #f2f2f2;
  border-radius: 8px;
}
.project_v1 .projects_slider_content .slick-dots li button {
  padding: 0;
  width: 15px;
  height: 5px;
}
.project_v1 .projects_slider_content .slick-dots .slick-active {
  background: #1d4cab;
}
.project_v1 .grid_item {
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  transition: all 0.5s ease-out 0s;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .project_v1 .grid_item {
    margin-bottom: 40px;
  }
}
.project_v1 .grid_item:hover {
  box-shadow: 4px 6.928px 15px 0px rgba(0, 0, 0, 0.15);
}
.project_v1 .grid_item:hover .deneb_info h4 a {
  color: #1d4cab;
}
.project_v1 .grid_item .deneb_info {
  padding: 30px;
}
.project_v1 .grid_item .deneb_info h4 {
  font-weight: 600;
}
.project_v1 .grid_item .deneb_info h4 a {
  color: #011a3e;
}
.project_v2 .project_button_2 {
  margin-bottom: 30px;
}
.project_v2 .project_button_2 .project_btn {
  background: transparent;
  border: none;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  color: #011a3e;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project_v2 .project_button_2 .project_btn {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .project_v2 .project_button_2 .project_btn {
    margin-bottom: 15px;
  }
}
.project_v2 .project_button_2 .project_btn.active_btn {
  box-shadow: 4px 6.928px 15px 0px rgb(29 76 171);
  background-image: linear-gradient(180deg, #1d4cab 0%, #19366e 100%);
  background-image: -ms-linear-gradient(180deg, #1d4cab 0%, #19366e 100%);
  padding: 8px 25px;
  color: #fff;
  border-radius: 30px;
}
.project_v2 .grid_wrapper .grid_item {
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  transition: all 0.5s ease-out 0s;
}
@media (max-width: 767px) {
  .project_v2 .grid_wrapper .grid_item {
    margin-bottom: 40px;
  }
}
.project_v2 .grid_wrapper .grid_item:hover {
  box-shadow: 4px 6.928px 15px 0px rgba(0, 0, 0, 0.15);
}
.project_v2 .grid_wrapper .grid_item:hover .deneb_info h4 a {
  color: #1d4cab;
}
.project_v2 .grid_wrapper .grid_item .deneb_info {
  padding: 30px;
}
.project_v2 .grid_wrapper .grid_item .deneb_info h4 {
  font-weight: 600;
}
.project_v2 .grid_wrapper .grid_item .deneb_info h4 a {
  color: #011a3e;
}
.deneb_project .section_title h2 {
  position: relative;
}
.deneb_project .section_title h2:after {
  left: 30px;
}
.project_v1 {
  overflow: hidden;
  position: relative;
  padding-bottom: 120px;
}
.project_v2 .grid_item {
  margin-bottom: 30px;
}
.portfolio_area {
  padding-bottom: 110px;
}
@media (max-width: 991px) {
  .portfolio_area {
    padding-bottom: 50px;
  }
}
.portfolio_area .filters ul {
  padding-left: 0;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .portfolio_area .filters ul {
    margin-bottom: 20px;
  }
}
.portfolio_area .filters ul li {
  display: inline-block;
  margin-right: 40px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #05364d;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}
.portfolio_area .filters ul li:hover,
.portfolio_area .filters ul li.active {
  color: #1d4cab;
}
@media (max-width: 767px) {
  .portfolio_area .filters ul li {
    margin-right: 20px;
  }
}
.single_portfolio {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .single_portfolio {
    margin-bottom: 35px;
  }
}
.single_portfolio .overlay {
  transition: all 0.4s ease 0s;
}
.single_portfolio .short_info {
  position: absolute;
  bottom: 44px;
  left: 80px;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
}
.single_portfolio .short_info h4 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
.single_portfolio .short_info h4 a {
  color: #ffffff;
}
.single_portfolio .short_info p {
  margin-bottom: 0px;
}
.single_portfolio:hover .overlay {
  top: 20px;
  left: 20px;
  background: #1d4cab;
}
.single_portfolio:hover .short_info {
  bottom: 24px;
  left: 60px;
  opacity: 1;
  visibility: visible;
}
.portfolio_details_inner .row {
  margin-bottom: 35px;
}
@media (max-width: 480px) {
  .portfolio_details_inner .row {
    margin-bottom: 30px;
  }
}
.portfolio_details_inner p {
  margin-bottom: 30px;
  font-size: 14px;
}
.portfolio_details_inner p:last-child {
  margin-bottom: 0px;
}
.portfolio_details_inner .portfolio_right_text {
  padding: 30px;
  background: #f8faff;
  margin-top: 10px;
}
.portfolio_details_inner .portfolio_right_text h4 {
  font-size: 20px;
  text-transform: capitalize !important;
  margin-bottom: 10px;
}
.portfolio_details_inner .portfolio_right_text p {
  margin-bottom: 25px;
  font-size: 14px;
}
.portfolio_details_inner .portfolio_right_text .list li {
  margin-bottom: 7px;
  font-weight: normal;
  font-size: 14px;
}
.portfolio_details_inner .portfolio_right_text .list li span {
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  width: 97px;
  display: inline-block;
}
.portfolio_details_inner .portfolio_right_text .list li:last-child {
  margin-bottom: 0px;
}
.portfolio_details_inner .portfolio_right_text .list li i {
  color: #f1cd09;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.portfolio-three h6 {
  text-transform: uppercase;
  color: #1d4cab;
}
.portfolio-three h3 {
  font-size: 36px;
}
.deneb_pricing .pircing_box {
  padding: 35px;
  text-align: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
  border: 3px dashed #fff;
  transition: all 0.5s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deneb_pricing .pircing_box {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .deneb_pricing .pircing_box {
    margin-bottom: 60px;
  }
}
.deneb_pricing .pircing_box:hover {
  border-color: #1d4cab;
  box-shadow: 5px 8.66px 24px 0px rgba(0, 0, 0, 0.15);
}
.deneb_pricing .pircing_box .icon {
  margin-bottom: 30px;
}
.deneb_pricing .pircing_box .title {
  margin-bottom: 30px;
}
.deneb_pricing .pircing_box .title h3 {
  font-weight: bold;
  color: #011a3e;
}
.deneb_pricing .pircing_box .list {
  margin-bottom: 25px;
}
.deneb_pricing .pircing_box .price {
  margin-bottom: 25px;
}
.deneb_pricing .pircing_box .price h2 {
  font-size: 40px;
}
.deneb_pricing .pircing_box .price h2 span {
  font-size: 20px;
  color: #1d4cab;
}
.deneb_pricing .pircing_box .button_box .deneb_btn {
  min-width: 158px;
}
.deneb_pricing .section_title h2 {
  position: relative;
}
.deneb_pricing .section_title h2:after {
  left: 40px;
}
.pricing_v1 {
  position: relative;
  padding-bottom: 120px;
}
.deneb_testimonial {
  overflow: hidden;
  padding-bottom: 165px;
}
.deneb_testimonial .row1 {
  max-width: 700px;
  display: flex;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 110px;
}
.deneb_testimonial .row1 .single_img {
  border-radius: 50%;
  opacity: 0.7;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.3);
}
.deneb_testimonial .row1 .single_img img {
  opacity: 0.7;
}
.deneb_testimonial .row1 .single_img:nth-child(2) {
  margin-top: -25px;
}
.deneb_testimonial .row1 .sm_img {
  border-radius: 50%;
  width: 88px;
  height: 88px;
}
.deneb_testimonial .row2 {
  display: flex;
  justify-content: space-between;
}
.deneb_testimonial .row2 .single_img {
  border-radius: 50%;
  opacity: 0.7;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.3);
}
.deneb_testimonial .row2 .single_img img {
  border-radius: 50%;
  opacity: 0.7;
}
.deneb_testimonial .row2 .sm_img {
  border-radius: 50%;
  width: 88px;
  height: 88px;
}
.deneb_testimonial .testimonial_slide {
  max-width: 730px;
  text-align: center;
  margin: auto;
  margin-top: -200px;
}
.deneb_testimonial .testimonial_slide .single_testimonial {
  padding-top: 20px;
}
.deneb_testimonial .testimonial_slide .single_testimonial .client_img {
  max-width: 200px;
  max-height: 200px;
  position: relative;
  margin: auto;
  margin-bottom: 30px;
  border-radius: 50%;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.deneb_testimonial .testimonial_slide .single_testimonial .client_img:after {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  background-image: linear-gradient(180deg, #1d4cab 0%, #19366e 100%);
  background-image: -ms-linear-gradient(180deg, #1d4cab 0%, #19366e 100%);
  z-index: -1;
}
.deneb_testimonial .testimonial_slide .single_testimonial .client_img img {
  margin: 0 auto;
  border-radius: 50%;
  max-width: 200px;
  max-height: 200px;
}
.deneb_testimonial .testimonial_slide .single_testimonial .client_img .qoute {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  background-image: linear-gradient(180deg, #1d4cab 0%, #19366e 100%);
  background-image: -ms-linear-gradient(180deg, #1d4cab 0%, #19366e 100%);
}
.deneb_testimonial .testimonial_slide .single_testimonial .client_info h3 {
  font-weight: bold;
}
.deneb_testimonial .testimonial_slide .single_testimonial .client_info h5 {
  font-size: 18px;
  color: #1d48a0;
  font-weight: 400;
}
.deneb_testimonial .testimonial_slide .single_testimonial .client_info p {
  padding-top: 20px;
}
.deneb_testimonial .testimonial_slide .slick-dots {
  bottom: -50px;
}
.deneb_testimonial .testimonial_slide .slick-dots li {
  width: 15px;
  height: 5px;
  background: #c3c3c3;
  border-radius: 8px;
}
.deneb_testimonial .testimonial_slide .slick-dots li button {
  padding: 0;
  width: 15px;
  height: 5px;
}
.deneb_testimonial .testimonial_slide .slick-dots .slick-active {
  background: #1d4cab;
}
.deneb_testimonial .section_title h2 {
  position: relative;
}
.deneb_testimonial .section_title h2:after {
  left: 50px;
}
.testimonial_v1 {
  position: relative;
}
.testimonial_area {
  padding-bottom: 100px;
}
@media (min-width: 600px) {
  .testimonial_area {
    padding-bottom: 180px;
  }
}
@media (min-width: 1200px) {
  .testimonial_area {
    padding-bottom: 200px;
  }
}
.testimonial-slider {
  position: relative;
  z-index: 1;
}
.testimonial-slider::after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 20px;
  width: 465px;
  height: 384px;
  transform: scale(0.8);
  background: url(../images/testimonials/testimonial-bg.png) left center
    no-repeat;
  background-size: cover;
  z-index: -1;
  display: none;
}
@media (min-width: 992px) {
  .testimonial-slider::after {
    display: block;
  }
}
@media (min-width: 1200px) {
  .testimonial-slider::after {
    width: 465px;
    height: 384px;
    transform: scale(1);
  }
}
.testimonial-slider .testimonial-item {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .testimonial-slider .testimonial-item {
    margin-top: 50px;
  }
}
.testimonial-slider .owl-item img {
  width: 250px;
  height: 238px;
  margin-right: auto;
  margin-left: auto;
}
.testimonial-slider h4 {
  font-size: 20px;
  margin-bottom: 4px;
}
.testimonial-slider h5 {
  color: #1d48a0;
}
.testimonial-slider small {
  font-size: 14px;
  font-weight: 300;
}
.testimonial-slider p {
  color: #7a808d;
  padding-top: 20px;
}
.testimonial-slider .owl-dots {
  position: absolute;
  left: 50%;
  padding-top: 20px;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .testimonial-slider .owl-dots {
    left: 70%;
  }
}
.testimonial-slider .owl-dots .owl-dot span {
  background: #c3c3c3;
}
.testimonial-slider .owl-dots .owl-dot.active span {
  background: #1d4cab;
}
.star_rating {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.star_rating li {
  display: inline-block;
  margin-right: 6px;
}
.star_rating li:last-child {
  margin-right: 0;
}
.star_rating li i,
.star_rating li span {
  color: #ffd804;
  font-size: 15px;
}
.star_rating li.disable i,
.star_rating li.disable span {
  color: #aeb9be;
}
.testimonial-three h6 {
  text-transform: uppercase;
  color: #1d4cab;
}
.testimonial-three h3 {
  font-size: 36px;
}
.testimonial-three .testimonial {
  text-align: center;
  padding: 85px 50px 45px 70px;
  margin: 70px 15px 35px;
  background: #fbfbfe;
  box-shadow: 5px 4px 0 0 rgb(29 76 171);
  position: relative;
}
.testimonial-three .testimonial .pic {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}
.testimonial-three .testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial-three .testimonial .description {
  font-size: 15px;
  color: #757575;
  line-height: 27px;
  margin-bottom: 20px;
  position: relative;
}
.testimonial-three .testimonial .testimonial-profile {
  position: relative;
  margin: 20px 0 10px 0;
}
.testimonial-three .testimonial .title {
  display: inline-block;
  font-size: 18px;
  color: #4a5184;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
.testimonial-three .testimonial .post {
  display: inline-block;
  font-size: 15px;
  color: #757575;
  text-transform: capitalize;
}
.testimonial .owl-dots {
  margin-top: 10px;
}
.testimonial .owl-carousel .owl-dot span {
  background: #5e5f5f;
  opacity: 1;
  transition: all 0.4s ease 0s;
}
.testimonial .owl-carousel .owl-dot.active span,
.testimonial .owl-carousel .owl-dot:hover span {
  background: #5dbbff;
}
.testimonial .owl-carousel .owl-dot.active span {
  width: 22px;
  height: 12px;
}
.clients img {
  margin: 10px 0px;
}
@media only screen and (min-width: 400px) and (max-width: 767px) {
  .client {
    width: 50%;
    max-width: 50%;
  }
}
.blog_v1 {
  position: relative;
  padding-bottom: 120px;
}
.blog_v1:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0px;
  background: url(../images/shape/shape_14.png) no-repeat;
  background-position: top right;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.blog_v1 .grid_item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s ease-out 0s;
}
@media (max-width: 767px) {
  .blog_v1 .grid_item {
    margin-bottom: 60px;
  }
}
.blog_v1 .grid_item:hover {
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}
.blog_v1 .grid_item .deneb_info {
  padding: 25px 30px 22px;
}
.blog_v1 .grid_item .deneb_info .date {
  color: #1d4cab;
  margin-bottom: 7px;
  display: block;
}
.blog_v1 .grid_item .deneb_info h3 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}
.blog_v1 .grid_item .deneb_info h3 a {
  color: #011a3e;
}
.blog_v1 .grid_item .deneb_info p {
  margin-bottom: 6px;
}
.blog_v1 .grid_item .deneb_info .link_btn {
  color: #011a3e;
  font-weight: 500;
  text-transform: uppercase;
}
.deneb_blog .section_title h2 {
  position: relative;
}
.deneb_blog .section_title h2:after {
  left: 90px;
}
@media (max-width: 767px) {
  .blog_v2 .blog_wrap_content {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_v2 .blog_wrap_content {
    margin-bottom: 60px;
  }
}
.blog_v2 .blog_wrap_content .grid_item {
  margin-bottom: 60px;
}
.blog_v2 .blog_wrap_content .grid_item .deneb_img img {
  border-radius: 8px;
}
.blog_v2 .blog_wrap_content .grid_item .deneb_info {
  padding-top: 30px;
}
.blog_v2 .blog_wrap_content .grid_item .deneb_info .post_meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.blog_v2 .blog_wrap_content .grid_item .deneb_info .post_meta ul li {
  display: inline-block;
  margin-right: 25px;
}
.blog_v2 .blog_wrap_content .grid_item .deneb_info .post_meta ul li i {
  color: #ff8801;
  margin-right: 10px;
}
.blog_v2 .blog_wrap_content .grid_item .deneb_info .post_meta ul li a {
  color: #a1a1a1;
}
.blog_v2
  .blog_wrap_content
  .grid_item
  .deneb_info
  .post_meta
  ul:nth-child(2)
  li {
  margin-right: 0;
  margin-left: 25px;
}
.blog_v2 .blog_wrap_content .grid_item .deneb_info .title {
  font-weight: bold;
  margin-bottom: 10px;
}
.blog_v2 .blog_wrap_content .grid_item .deneb_info .title a {
  color: #011a3e;
}
.blog_v2 .blog_wrap_content .grid_item .deneb_info p {
  margin-bottom: 10px;
}
.blog_v2 .blog_wrap_content .grid_item .deneb_info a.post_btn {
  display: inline-block;
}
.blog_v2 .blog_wrap_content .grid_item .deneb_info a.share {
  float: right;
  font-size: 15px;
  color: #a1a1a1;
}
.blog_v2 .blog_wrap_content .grid_item .deneb_info a.share i {
  color: #ff8801;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .deneb_single_blog .single_blog_wrapper {
    margin-bottom: 40px;
  }
}
.deneb_single_blog .single_blog_wrapper .post_top_content .post_img {
  margin-bottom: 25px;
}
.deneb_single_blog .single_blog_wrapper .post_top_content .post_meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.deneb_single_blog .single_blog_wrapper .post_top_content .post_meta ul li {
  display: inline-block;
  margin-right: 25px;
}
.deneb_single_blog .single_blog_wrapper .post_top_content .post_meta ul li i {
  color: #ff8801;
  margin-right: 10px;
}
.deneb_single_blog .single_blog_wrapper .post_top_content .post_meta ul li a {
  color: #a1a1a1;
}
.deneb_single_blog
  .single_blog_wrapper
  .post_top_content
  .post_meta
  ul:nth-child(2)
  li {
  margin-right: 0;
  margin-left: 25px;
}
.deneb_single_blog .single_blog_wrapper .post_content {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 36px;
}
.deneb_single_blog .single_blog_wrapper .post_content h3 {
  font-weight: bold;
  margin-bottom: 10px;
}
.deneb_single_blog .single_blog_wrapper .post_content p {
  margin-bottom: 10px;
}
.deneb_single_blog .single_blog_wrapper .post_content .deneb_blockquote {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0;
  margin-bottom: 10px;
}
.deneb_single_blog .single_blog_wrapper .post_content .deneb_blockquote .icon {
  padding-right: 15px;
  border-right: 3px solid #e1e1e1;
}
.deneb_single_blog
  .single_blog_wrapper
  .post_content
  .deneb_blockquote
  .icon
  i {
  font-size: 40px;
  color: #1d4cab;
}
.deneb_single_blog .single_blog_wrapper .post_content .deneb_blockquote .info {
  padding-left: 15px;
}
.deneb_single_blog
  .single_blog_wrapper
  .post_content
  .deneb_blockquote
  .info
  h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 35px;
}
.deneb_single_blog .single_blog_wrapper .post_content .innner_content h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 25px;
}
.deneb_single_blog .single_blog_wrapper .post_content .innner_content img {
  border-radius: 8px;
}
.deneb_single_blog .single_blog_wrapper .post_share_tag {
  padding-top: 15px;
  margin-bottom: 38px;
}
.deneb_single_blog .single_blog_wrapper .post_share_tag .tag ul li {
  display: inline-block;
  margin-right: 5px;
}
.deneb_single_blog .single_blog_wrapper .post_share_tag .tag ul li a {
  color: #a1a1a1;
}
.deneb_single_blog .single_blog_wrapper .post_share_tag .share {
  float: right;
}
.deneb_single_blog .single_blog_wrapper .post_share_tag .share a {
  color: #a1a1a1;
}
.deneb_single_blog .single_blog_wrapper .post_share_tag .share a i {
  margin-right: 10px;
  color: #ff8801;
}
.deneb_single_blog .single_blog_wrapper .recent_post {
  padding-bottom: 40px;
}
.deneb_single_blog .single_blog_wrapper .recent_post h3 {
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 25px;
}
@media (max-width: 767px) {
  .deneb_single_blog
    .single_blog_wrapper
    .recent_post
    .grid_item
    .deneb_img
    img {
    width: 100%;
  }
}
.deneb_single_blog .single_blog_wrapper .recent_post .grid_item .deneb_info {
  padding: 25px 24px 22px;
}
.deneb_single_blog .single_blog_wrapper .recent_post .grid_item .deneb_info h3 {
  font-size: 15px;
  line-height: 21px;
}
.deneb_single_blog .single_blog_wrapper .comment_wrapper h3 {
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 25px;
}
.deneb_single_blog .single_blog_wrapper .comment_wrapper .single_comment {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.deneb_single_blog
  .single_blog_wrapper
  .comment_wrapper
  .single_comment:nth-child(odd) {
  padding-left: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
}
.deneb_single_blog
  .single_blog_wrapper
  .comment_wrapper
  .single_comment
  .thumb {
  max-width: 95px;
  height: 95px;
}
.deneb_single_blog
  .single_blog_wrapper
  .comment_wrapper
  .single_comment
  .thumb
  img {
  border-radius: 8px;
}
.deneb_single_blog .single_blog_wrapper .comment_wrapper .single_comment .info {
  margin-left: 15px;
  width: calc(100% - 110px);
}
.deneb_single_blog
  .single_blog_wrapper
  .comment_wrapper
  .single_comment
  .info
  h5 {
  margin-top: -3px;
  font-size: 18px;
  font-weight: 600;
}
.deneb_single_blog
  .single_blog_wrapper
  .comment_wrapper
  .single_comment
  .info
  a {
  color: #1d4cab;
}
.deneb_single_blog
  .single_blog_wrapper
  .comment_wrapper
  .single_comment
  .info
  a
  i {
  margin-right: 10px;
}
.deneb_single_blog .single_blog_wrapper .comment_form_wrap h3 {
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 25px;
}
.deneb_single_blog
  .single_blog_wrapper
  .comment_form_wrap
  .comment_form
  .form_group {
  margin-bottom: 30px;
}
.deneb_single_blog
  .single_blog_wrapper
  .comment_form_wrap
  .comment_form
  .form_group
  .form_control {
  border-radius: 30px;
  width: 100%;
  height: 45px;
  background: #fff;
  padding-left: 20px;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}
.deneb_single_blog
  .single_blog_wrapper
  .comment_form_wrap
  .comment_form
  .form_group
  .form_control:focus {
  border: 1px solid #1d4cab;
}
.deneb_single_blog
  .single_blog_wrapper
  .comment_form_wrap
  .comment_form
  .form_group
  textarea {
  padding-top: 20px;
  min-height: 145px;
}
.deneb_single_blog
  .single_blog_wrapper
  .comment_form_wrap
  .comment_form
  .button_box
  .deneb_btn {
  min-width: 170px;
}
.blog-area {
  padding-bottom: 110px;
}
@media (max-width: 991px) {
  .blog-area {
    padding-bottom: 50px;
  }
}
.single-blog {
  margin-bottom: 30px;
  transition: all 0.4s ease 0s;
}
.single-blog p {
  margin-bottom: 0px;
}
.single-blog .thumb {
  overflow: hidden;
}
.single-blog .thumb img {
  width: 100%;
  transition: all 0.4s ease 0s;
  border-radius: 10px 10px 0px 0px;
}
.single-blog .short_details {
  background: #f8faff;
  padding: 32px 30px 37px;
  transition: all 0.4s ease 0s;
}
.single-blog .meta-top a {
  display: inline-block;
  color: #797979;
  margin-right: 30px;
  transition: all 0.4s ease 0s;
  font-weight: 500;
}
.single-blog .meta-top a i {
  margin-right: 10px;
  color: #1d4cab;
}
.single-blog .meta-top a:hover {
  color: #1d4cab;
}
.single-blog h4 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 15px;
  transition: all 0.4s ease 0s;
}
@media (max-width: 991px) {
  .single-blog h4 {
    margin-top: 20px;
    margin-bottom: 8px;
  }
  .single-blog .short_details {
    padding: 22px;
  }
}
.single-blog h4 a {
  color: #05364d;
}
.single-blog .text-wrap {
  margin-bottom: 22px;
}
.single-blog .text-wrap p {
  font-size: 15px;
}
.single-blog:hover {
  box-shadow: 0px 10px 20px rgba(5, 54, 77, 0.1);
}
.single-blog:hover .short_details {
  background: #ffffff;
}
.single-blog:hover img {
  transform: scale(1.1);
}
.blog-three h6 {
  text-transform: uppercase;
  color: #1d4cab;
}
.blog-three h3 {
  font-size: 36px;
}
.deneb_contact {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deneb_contact .section_title {
    margin: 0;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deneb_contact .deneb_img_box {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .deneb_contact .deneb_img_box {
    margin-bottom: 60px;
  }
}
.deneb_contact .contact_form .form_group {
  margin-bottom: 30px;
}
.deneb_contact .contact_form .form_group .form_control {
  border-radius: 30px;
  width: 100%;
  height: 45px;
  background: #fff;
  padding-left: 20px;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}
.deneb_contact .contact_form .form_group textarea {
  padding-top: 20px;
  min-height: 145px;
}
.deneb_contact .contact_form .button_box .deneb_btn {
  min-width: 170px;
}
.contact_v1 {
  padding-bottom: 100px;
  z-index: 1;
}
.contact_v1:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 100px;
  background: url(../images/shape/shape_15.png) no-repeat;
  background-position: bottom left;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.contact_v1 .section_title h2 {
  position: relative;
}
.contact_v1 .section_title h2:after {
  left: -20px;
}
.cantact_v2 {
  padding-top: 120px;
}
.cantact_v2 .section_title h2 {
  position: relative;
}
.cantact_v2 .section_title h2:after {
  left: -30px;
}
.cantact_v2 .section_title {
  margin: 0;
  margin-bottom: 40px;
}
.cantact_v2 .contact_form .form_group select {
  border-radius: 30px;
  width: 100%;
  height: 45px;
  background: #fff;
  padding-left: 20px;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}
.cantact_v2 .contact_form .form_group select option {
  max-width: 300px;
}
.deneb_map {
  padding-bottom: 170px;
}
.deneb_map .map_box iframe {
  width: 100%;
  height: 540px;
  border: none;
  display: inherit;
}
.deneb_cta .cta_wrapper {
  padding: 45px 50px 42px;
  max-width: 970px;
  border-radius: 15px;
  margin: auto;
  margin-bottom: -135px;
  position: relative;
  background-image: linear-gradient(0deg, #2377ff 0%, #1d4cab 100%);
  background-image: -ms-linear-gradient(0deg, #2377ff 0%, #1d4cab 100%);
  box-shadow: 2.5px 4.33px 15px 0px rgb(29 76 171);
  z-index: 1;
}
.deneb_cta .cta_wrapper:after {
  content: "";
  background: url(../images/shape/cta_shape.png) no-repeat;
  background-position: bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.deneb_cta .cta_wrapper .cta_content h3 {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .deneb_cta .cta_wrapper .cta_content h3 {
    font-size: 24px;
  }
}
.deneb_cta .cta_wrapper .cta_content h3:after {
  content: "";
  display: block;
  background: url(../images/shape/line_2.png) no-repeat;
  max-width: 110px;
  height: 2px;
  margin-top: 13px;
  margin-bottom: 24px;
}
.deneb_cta .cta_wrapper .cta_content p {
  color: #fff;
}
.deneb_cta .cta_wrapper .button_box {
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deneb_cta .cta_wrapper .button_box {
    float: none;
    text-align: left;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .deneb_cta .cta_wrapper .button_box {
    float: none;
    text-align: center;
    margin-top: 30px;
  }
}
.deneb_cta .cta_wrapper .button_box .deneb_btn {
  background: #fff;
  color: #011a3e;
}
.deneb_cta .cta_wrapper .button_box .deneb_btn:hover,
.deneb_cta .cta_wrapper .button_box .deneb_btn:focus {
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}
.deneb_achivement {
  /* padding-bottom: 120px; */
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deneb_achivement .section_title {
    margin: 0;
    margin-bottom: 60px;
  }
}
.deneb_achivement:after {
  position: absolute;
  content: "";
  right: 25px;
  top: 40px;
  background: url(../images/shape/shape_9.png) no-repeat;
  background-position: top right;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.deneb_achivement .deneb_content_box p {
  margin-bottom: 20px;
}
.deneb_achivement .achivment_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  z-index: 9999;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deneb_achivement .achivment_wrapper {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .deneb_achivement .achivment_wrapper {
    justify-content: center;
  }
}
.deneb_achivement .achivment_wrapper .single_achivment {
  width: 214px;
  height: 214px;
  border-radius: 50%;
  box-shadow: 2.5px 4.33px 15px 0px rgb(10 71 175 / 49%);
  text-align: center;
  padding-top: 40px;
  margin-left: 40px;
  background: #fff;
  border: 3px dashed #fff;
  transition: all 0.5s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .deneb_achivement .achivment_wrapper .single_achivment {
    width: 180px;
    height: 180px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .deneb_achivement .achivment_wrapper .single_achivment {
    margin: auto;
    margin-bottom: 40px;
  }
  .deneb_achivement .achivment_wrapper .single_achivment:nth-child(even) {
    margin-top: 0;
  }
}
.deneb_achivement .achivment_wrapper .single_achivment:hover {
  border-color: #1d4cab;
  box-shadow: 5px 8.66px 22px 0px rgba(0, 0, 0, 0.15);
}
.deneb_achivement .achivment_wrapper .single_achivment:nth-child(even) {
  margin-top: 35px;
}
.deneb_achivement .achivment_wrapper .single_achivment .icon {
  margin-bottom: 15px;
}
.deneb_achivement .achivment_wrapper .single_achivment h3 {
  margin-bottom: 5px;
  color: #1d4cab;
  font-weight: 600;
}
.deneb_achivement .section_title h2 {
  position: relative;
}
.deneb_achivement .section_title h2:after {
  left: -10px;
}
.deneb_breadcrumb {
  padding: 215px 0 145px;
}
@media (max-width: 767px) {
  .deneb_breadcrumb .breadcrumb_content h1 {
    font-size: 36px;
  }
}
.deneb_breadcrumb .breadcrumb_content ul li {
  display: inline-block;
  color: #1d4cab;
  text-transform: uppercase;
}
.deneb_breadcrumb .breadcrumb_content ul li:after {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-left: 10px;
  margin-right: 10px;
}
.deneb_breadcrumb .breadcrumb_content ul li:last-child:after {
  display: none;
}
.deneb_breadcrumb .breadcrumb_content ul li a {
  text-transform: uppercase;
  color: #1d4cab;
}
.deneb_breadcrumb_two {
  padding: 280px 0px 245px;
  background-position: top;
}
.deneb_breadcrumb_two h1 {
  color: #fff;
}
.deneb_pagination ul li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.deneb_pagination ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #eee;
  color: #7a808d;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.5s ease-out 0s;
}
@media (max-width: 767px) {
  .deneb_pagination ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.deneb_pagination ul li a:hover,
.deneb_pagination ul li a:focus {
  color: #fff;
  background-image: linear-gradient(0deg, #2377ff 0%, #1d4cab 100%);
  background-image: -ms-linear-gradient(0deg, #2377ff 0%, #1d4cab 100%);
}
.deneb_pagination ul .prev a,
.deneb_pagination ul .next a {
  display: block;
  width: 85px;
  height: 40px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .deneb_pagination ul .prev a,
  .deneb_pagination ul .next a {
    width: 45px;
    height: 30px;
  }
}
.deneb_sidebar .widget {
  margin-bottom: 50px;
}
.deneb_sidebar .widget .widget-title {
  font-weight: bold;
  margin-bottom: 20px;
}
.deneb_sidebar .widget .widget-title:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 30px;
  background: #ffb40c;
  margin-right: 10px;
  vertical-align: middle;
}
.deneb_sidebar .widget_search .form_group {
  position: relative;
}
.deneb_sidebar .widget_search .form_group .form_control {
  border-radius: 30px;
  padding: 15px 20px 15px 40px;
  background: #fff;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.2);
}
.deneb_sidebar .widget_search .form_group .fa-search {
  position: absolute;
  left: 20px;
  top: 15px;
}
.deneb_sidebar .widget_search .form_group .search_btn {
  background: linear-gradient(0deg, #2377ff 0%, #1d4cab 100%);
  background: -ms-linear-gradient(0deg, #2377ff 0%, #1d4cab 100%);
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  width: 93px;
  height: 45px;
  color: #fff;
  border-radius: 30px;
}
.deneb_sidebar .widget_admin .admin_box img {
  border-radius: 8px;
  margin-bottom: 15px;
}
.deneb_sidebar .widget_admin .admin_box p {
  margin-bottom: 25px;
}
.deneb_sidebar .widget_archive ul li,
.deneb_sidebar .widget_categories ul li {
  padding: 7px 8px 7px 20px;
  border-radius: 19px;
  margin-bottom: 10px;
  transition: all 0.5s ease-out 0s;
  cursor: pointer;
}
.deneb_sidebar .widget_archive ul li:hover,
.deneb_sidebar .widget_categories ul li:hover {
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}
.deneb_sidebar .widget_archive ul li:hover a span,
.deneb_sidebar .widget_categories ul li:hover a span {
  color: #fff;
  background: #1d4cab;
}
.deneb_sidebar .widget_archive ul li a,
.deneb_sidebar .widget_categories ul li a {
  color: #7f8693;
}
.deneb_sidebar .widget_archive ul li a span,
.deneb_sidebar .widget_categories ul li a span {
  transition: all 0.5s ease-out 0s;
  float: right;
  display: block;
  width: 45px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #eeeeee;
  border-radius: 30px;
}
.deneb_sidebar .featured_news .post_wrap {
  padding: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 10px;
}
.deneb_sidebar .featured_news .post_wrap:hover {
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}
.deneb_sidebar .featured_news .post_wrap:last-child {
  margin-bottom: 0;
}
.deneb_sidebar .featured_news .post_wrap .post_img img {
  max-width: 128px;
  height: 108px;
  border-radius: 8px;
}
.deneb_sidebar .featured_news .post_wrap .post_info {
  margin-left: 15px;
}
.deneb_sidebar .featured_news .post_wrap .post_info h3 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
.deneb_sidebar .featured_news .post_wrap .post_info h3 a {
  color: #626667;
}
.deneb_sidebar .featured_news .post_wrap .post_info p {
  color: #1d4cab;
}
.deneb_sidebar .widget_tag_cloud ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
}
.deneb_sidebar .widget_tag_cloud ul li:last-child {
  margin-bottom: 0;
}
.deneb_sidebar .widget_tag_cloud ul li a {
  display: block;
  padding: 3px 10px 3px 3px;
  border: 1px solid #ccc;
  border-radius: 30px;
  color: #8e8e8f;
}
.deneb_sidebar .widget_tag_cloud ul li a span {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  background: #cccccc;
  color: #ccc;
  margin-right: 10px;
  transition: all 0.5s ease-out 0s;
}
.deneb_sidebar .widget_tag_cloud ul li a:hover span,
.deneb_sidebar .widget_tag_cloud ul li a:focus span {
  color: #fff;
  background-image: linear-gradient(90deg, #2377ff 0%, #1d4cab 100%);
  background-image: -ms-linear-gradient(90deg, #2377ff 0%, #1d4cab 100%);
}
.feature h2 {
  color: #1d4cab;
}
.counter .counter-box {
  border: 2px dashed #fff;
  transition: all 0.5s ease-out 0s;
  box-shadow: 5px 8.66px 22px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
.counter .counter-box:hover {
  border: 2px dashed #1d4cab;
}
.deneb_footer .widget_wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .deneb_footer .widget_wrapper .widget {
    margin-bottom: 40px;
  }
}
.deneb_footer .widget_wrapper .widget .widget_title {
  margin-bottom: 30px;
}
.deneb_footer .widget_wrapper .widget .widget_title h4 {
  font-weight: bold;
}
.deneb_footer .widget_wrapper .widget .widget_title h4:after {
  content: "";
  display: block;
  background: url(../images/shape/line.png) no-repeat;
  max-width: 38px;
  height: 2px;
  margin-top: 5px;
}
.deneb_footer .widget_wrapper .widegt_about p {
  margin-bottom: 20px;
}
.deneb_footer .widget_wrapper .widegt_about .social li {
  display: inline-block;
  margin-right: 10px;
}
.deneb_footer .widget_wrapper .widegt_about .social li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #1d4cab;
  color: #ffffff;
  font-size: 14px;
  transition: all all 0.5s ease-out 0s;
}
.deneb_footer .widget_wrapper .widegt_about .social li a:hover,
.deneb_footer .widget_wrapper .widegt_about .social li a:focus {
  background-image: linear-gradient(0deg, #2377ff 0%, #1d4cab 100%);
  background-image: -ms-linear-gradient(0deg, #2377ff 0%, #1d4cab 100%);
  color: #fff;
  box-shadow: 2.5px 4.33px 15px 0px rgb(29 76 171);
}
.deneb_footer .widget_wrapper .widget_link ul li {
  margin-bottom: 5px;
}
.deneb_footer .widget_wrapper .widget_link ul li a {
  text-transform: capitalize;
  color: #7a808d;
}
.deneb_footer .widget_wrapper .widget_link ul li a:hover,
.deneb_footer .widget_wrapper .widget_link ul li a:focus {
  color: #1d4cab;
}
.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info {
  max-width: 250px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info .icon {
  font-size: 12px;
  color: #1d4cab;
  margin-right: 10px;
}
.deneb_footer
  .widget_wrapper
  .widget_contact
  .contact_info
  .single_info
  .info
  p
  a {
  color: #7a808d;
}
.deneb_footer
  .widget_wrapper
  .widget_contact
  .contact_info
  .single_info
  .info
  p
  span {
  display: block;
}
.deneb_footer .copyright_area {
  background: #edecf0;
  padding: 10px 0;
}
.deneb_footer .copyright_area .copyright_text {
  text-align: center;
}
.deneb_footer .copyright_area .copyright_text p {
  color: #011a3e;
}
.deneb_footer .copyright_area .copyright_text p span {
  color: #1d4cab;
}
.footer {
  margin: 0px;
}
.footer .footer-top {
  background-color: #f7f7fd;
}
.footer .footer-top .widget_wrapper {
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .footer .footer-top .widget_wrapper .widget {
    margin-bottom: 40px;
  }
}
.footer .footer-top .widget_wrapper .widget .widget_title {
  margin-bottom: 30px;
}
.footer .footer-top .widget_wrapper .widget .widget_title h4 {
  font-weight: bold;
}
.footer .footer-top .widget_wrapper .widget .widget_title h4:after {
  content: "";
  display: block;
  background: url(../images/shape/line.png) no-repeat;
  max-width: 38px;
  height: 2px;
  margin-top: 5px;
}
.footer .footer-top .widget_wrapper .widegt_about p {
  margin-bottom: 20px;
}
.footer .footer-top .widget_wrapper .widegt_about .social li {
  display: inline-block;
  margin-right: 10px;
}
.footer .footer-top .widget_wrapper .widegt_about .social li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #f9e6d4;
  color: #fba543;
  font-size: 14px;
  transition: all all 0.5s ease-out 0s;
}
.footer .footer-top .widget_wrapper .widegt_about .social li a:hover,
.footer .footer-top .widget_wrapper .widegt_about .social li a:focus {
  background-image: linear-gradient(0deg, #2377ff 0%, #1d4cab 100%);
  background-image: -ms-linear-gradient(0deg, #2377ff 0%, #1d4cab 100%);
  color: #fff;
  box-shadow: 2.5px 4.33px 15px 0px rgb(29 76 171);
}
.footer .footer-top .widget_wrapper .widget_link ul li {
  margin-bottom: 5px;
}
.footer .footer-top .widget_wrapper .widget_link ul li .far {
  font-size: 13px;
  color: #1d4cab;
  margin-right: 10px;
}
.footer .footer-top .widget_wrapper .widget_link ul li a {
  text-transform: capitalize;
  color: #7a808d;
}
.footer .footer-top .widget_wrapper .widget_link ul li a:hover,
.footer .footer-top .widget_wrapper .widget_link ul li a:focus {
  color: #1d4cab;
}
.footer .footer-top .widget_wrapper .widget_contact .contact_info .single_info {
  max-width: 250px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.footer
  .footer-top
  .widget_wrapper
  .widget_contact
  .contact_info
  .single_info
  .icon {
  font-size: 12px;
  color: #1d4cab;
  margin-right: 10px;
}
.footer
  .footer-top
  .widget_wrapper
  .widget_contact
  .contact_info
  .single_info
  .info
  p
  a {
  color: #7a808d;
}
.footer
  .footer-top
  .widget_wrapper
  .widget_contact
  .contact_info
  .single_info
  .info
  p
  span {
  display: block;
}
.footer .footer-top .widget_wrapper .form_control {
  border-radius: 30px;
  width: 100%;
  height: 45px;
  background: #fff;
  padding-left: 20px;
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.footer .footer-top .widget_wrapper .deneb_btn {
  width: 100%;
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.footer .copyright_area {
  background: #f1f1fd;
  padding: 10px 0;
}
.footer .copyright_area .copyright_text {
  text-align: center;
}
.footer .copyright_area .copyright_text p {
  color: #011a3e;
}
.footer .copyright_area .copyright_text p span {
  color: #1d4cab;
}


/* ==========================================================================
   PREMIUM SERVICES TAB REDESIGN
   Scoped entirely to .service_wrapper — no other section, header, footer,
   breadcrumb, or existing colour/typography rule is touched.
   ========================================================================== */

/* ---- Nav cards: active/hover state with yellow glow, border, scale ---- */
.service_wrapper
  .service_tab_wrap
  .service_tab_nav
  .nav-tabs
  .nav-item
  .nav-link {
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.35s ease, background 0.35s ease;
}
.service_wrapper
  .service_tab_wrap
  .service_tab_nav
  .nav-tabs
  .nav-item
  .nav-link
  img {
  max-width: 46px;
  height: auto;
  flex-shrink: 0;
}
.service_wrapper
  .service_tab_wrap
  .service_tab_nav
  .nav-tabs
  .nav-item
  .nav-link
  span {
  line-height: 1.25;
  word-break: break-word;
}
.service_wrapper
  .service_tab_wrap
  .service_tab_nav
  .nav-tabs
  .nav-item
  .nav-link.active {
  border-color: #1d4cab;
  background: linear-gradient(180deg, #ffffff 0%, #e5efff 100%);
  box-shadow: 0 14px 34px -6px rgb(29 76 171 / 41%),
    0 0 0 4px rgb(29 76 171 / 17%);
  transform: translateY(-6px) scale(1.06);
}
.service_wrapper
  .service_tab_wrap
  .service_tab_nav
  .nav-tabs
  .nav-item
  .nav-link:hover {
  border-color: #1d4cab;
  box-shadow: 0 10px 26px -6px rgb(29 76 171);
  transform: translateY(-4px) scale(1.03);
}
.service_wrapper
  .service_tab_wrap
  .service_tab_nav
  .nav-tabs
  .nav-item
  .nav-link:focus-visible {
  outline: 2px solid #1d4cab;
  outline-offset: 3px;
}

/* ---- Responsive nav layout: 6-up desktop / 3-up tablet / scroll mobile ---- */
.service_wrapper .service_tab_wrap .service_tab_nav .nav-tabs {
  flex-wrap: nowrap;
  gap: 18px;
  row-gap: 22px;
}
.service_wrapper .service_tab_wrap .service_tab_nav .nav-tabs .nav-item {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service_wrapper .service_tab_wrap .service_tab_nav .nav-tabs {
    flex-wrap: wrap;
    justify-content: center;
  }
  .service_wrapper .service_tab_wrap .service_tab_nav .nav-tabs .nav-item {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .service_wrapper .service_tab_wrap .service_tab_nav .nav-tabs {
    flex-wrap: wrap;
    justify-content: center;
  }
  .service_wrapper .service_tab_wrap .service_tab_nav .nav-tabs .nav-item {
    flex: 0 0 calc(33.333% - 14px);
    max-width: calc(33.333% - 14px);
    margin-bottom: 0;
  }
  .service_wrapper
    .service_tab_wrap
    .service_tab_nav
    .nav-tabs
    .nav-item
    .nav-link {
    width: 100%;
    height: 150px;
    padding: 16px 12px;
    font-size: 15px;
  }
  .service_wrapper
    .service_tab_wrap
    .service_tab_nav
    .nav-tabs
    .nav-item
    .nav-link
    img {
    max-width: 40px;
    margin-bottom: 8px;
  }
}
@media (max-width: 575px) {
  .service_wrapper .service_tab_wrap .service_tab_nav .nav-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 6px 4px 16px;
    margin-bottom: 0;
  }
  .service_wrapper .service_tab_wrap .service_tab_nav .nav-tabs::-webkit-scrollbar {
    height: 5px;
  }
  .service_wrapper
    .service_tab_wrap
    .service_tab_nav
    .nav-tabs::-webkit-scrollbar-thumb {
    background: rgb(29 76 171);
    border-radius: 10px;
  }
  .service_wrapper .service_tab_wrap .service_tab_nav .nav-tabs .nav-item {
    flex: 0 0 118px;
    scroll-snap-align: start;
    margin-bottom: 0;
  }
  .service_wrapper
    .service_tab_wrap
    .service_tab_nav
    .nav-tabs
    .nav-item
    .nav-link {
    width: 118px;
    height: 130px;
    padding: 14px 8px;
    font-size: 11.5px;
    letter-spacing: 0.2px;
  }
  .service_wrapper
    .service_tab_wrap
    .service_tab_nav
    .nav-tabs
    .nav-item
    .nav-link
    img {
    max-width: 30px;
    margin-bottom: 6px;
  }
  .service_wrapper
    .service_tab_wrap
    .service_tab_nav
    .nav-tabs
    .nav-item
    .nav-link.active {
    transform: translateY(-4px) scale(1.04);
  }
}
@media (max-width: 360px) {
  .service_wrapper .service_tab_wrap .service_tab_nav .nav-tabs .nav-item {
    flex: 0 0 104px;
  }
  .service_wrapper
    .service_tab_wrap
    .service_tab_nav
    .nav-tabs
    .nav-item
    .nav-link {
    width: 104px;
    height: 122px;
    font-size: 10.5px;
    padding: 12px 6px;
  }
  .service_wrapper
    .service_tab_wrap
    .service_tab_nav
    .nav-tabs
    .nav-item
    .nav-link
    img {
    max-width: 26px;
  }
}

/* ---- Content column ---- */
.service_wrapper .service_tab_wrap .tab-content .deneb_content_box {
  padding-right: 20px;
}
.service_subtitle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1d4cab;
  margin-bottom: 16px;
}
.service_subtitle::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #1d4cab;
}
.service_feature_list {
  list-style: none;
  margin: 6px 0 32px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 24px;
}
.service_feature_list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #6b7280;
  line-height: 1.3;
}
.service_feature_list li i {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgb(29 76 171 / 17%);
  color: #1d4cab;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
@media (max-width: 480px) {
  .service_feature_list {
    grid-template-columns: 1fr;
  }
}
.service_cta {
  margin-top: 4px;
}

/* ---- Illustration cards (one distinct icon + floating chips per service) ---- */
.service_wrapper .service_tab_wrap .tab-content .deneb_img_box:after {
  display: none;
}
.service_illustration {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.illustration_glow {
  position: absolute;
  inset: 8%;
  border-radius: 42% 58% 56% 44% / 48% 44% 56% 52%;
  background-image: linear-gradient(145deg, #2377ff 0%, #1d4cab 100%);
  box-shadow: 0 30px 60px -18px rgb(29 76 171);
  animation: deneb_blobMove 9s ease-in-out infinite;
}
.illustration_core {
  position: relative;
  z-index: 2;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background: #011a3e;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 40px rgba(1, 26, 62, 0.35);
  animation: deneb_corePulse 3.4s ease-in-out infinite;
}
.illustration_core i {
  font-size: 56px;
  color: #ffffff;
}
.float_chip {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  padding: 10px 16px;
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(1, 26, 62, 0.16);
  font-size: 13px;
  font-weight: 600;
  color: #011a3e;
  white-space: nowrap;
  animation: deneb_floatY 4.2s ease-in-out infinite;
}
.float_chip i {
  color: #1d4cab;
  font-size: 15px;
}
.chip_1 {
  top: 6%;
  left: -2%;
  animation-delay: 0s;
}
.chip_2 {
  bottom: 8%;
  right: -4%;
  animation-delay: 1.4s;
}
@media (max-width: 1200px) {
  .chip_1 {
    left: 2%;
  }
  .chip_2 {
    right: 0%;
  }
}
@media (max-width: 767px) {
  .service_illustration {
    min-height: 300px;
    max-width: 340px;
  }
  .illustration_core {
    width: 120px;
    height: 120px;
  }
  .illustration_core i {
    font-size: 44px;
  }
  .float_chip {
    padding: 8px 12px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .chip_1 {
    left: 0;
    top: 0;
  }
  .chip_2 {
    right: 0;
    bottom: 0;
  }
}

@keyframes deneb_floatY {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}
@keyframes deneb_blobMove {
  0%,
  100% {
    border-radius: 42% 58% 56% 44% / 48% 44% 56% 52%;
  }
  50% {
    border-radius: 56% 44% 42% 58% / 44% 56% 50% 46%;
  }
}
@keyframes deneb_corePulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.045);
  }
}

/* ---- Pane switching: fade / slide-up / slide-left / scale / blur reveal ---- */
.service_wrapper .service_tab_wrap .tab-content {
  position: relative;
}
.service_wrapper .service_tab_wrap .tab-content .service_pane {
  display: none;
}
.service_wrapper .service_tab_wrap .tab-content .service_pane.active {
  display: block;
}
.service_pane.pane-enter .deneb_content_box {
  animation: deneb_contentEnter 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.service_pane.pane-enter .deneb_img_box {
  animation: deneb_imageEnter 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.08s both;
}
.service_pane.pane-exit {
  animation: deneb_paneExit 0.28s ease both;
}

@keyframes deneb_contentEnter {
  0% {
    opacity: 0;
    transform: translateY(28px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes deneb_imageEnter {
  0% {
    opacity: 0;
    transform: translateX(46px) scale(0.92);
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
    filter: blur(0);
  }
}
@keyframes deneb_paneExit {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-18px) scale(0.97);
  }
}

@media (prefers-reduced-motion: reduce) {
  .service_pane.pane-enter .deneb_content_box,
  .service_pane.pane-enter .deneb_img_box,
  .service_pane.pane-exit,
  .illustration_glow,
  .illustration_core,
  .float_chip {
    animation: none !important;
  }
}



















/* ==========================================================================
   FOOTER — REFINED LAYOUT & STYLE
   Scoped entirely to .deneb_footer — no other section, header, or
   breadcrumb rule is touched. Markup is unchanged.
   ========================================================================== */

/* ---- Base spacing & readability over the background image ---- */
.deneb_footer {
  position: relative;
}
.deneb_footer .widget_wrapper {
  position: relative;
}
.deneb_footer .widget_wrapper:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(1 26 62 / 0%) 0%, rgb(1 26 62) 100%);
  z-index: 0;
}
.deneb_footer .widget_wrapper .container {
  position: relative;
  z-index: 1;
}
.deneb_footer .widget_wrapper {
  padding-top: 210px;
  padding-bottom: 55px;
}

/* ---- Column separators for a cleaner 3-up grid on desktop ---- */
@media (min-width: 992px) {
  .deneb_footer .widget_wrapper .col-lg-4 + .col-lg-4 {
    border-left: 1px solid rgba(255, 255, 255, 0.09);
    padding-left: 45px;
  }
}

/* ---- Widget titles: accent bar + tighter, brighter type ---- */
.deneb_footer .widget_wrapper .widget .widget_title h4 {
  color: #ffffff;
  font-size: 19px;
  letter-spacing: 0.4px;
  margin-bottom: 24px;
}
.deneb_footer .widget_wrapper .widget .widget_title h4:after {
  background: none;
  width: 42px;
  height: 3px;
  border-radius: 3px;
  background-image: linear-gradient(90deg, #2377ff 0%, #1d4cab 100%);
  margin-top: 10px;
}

/* ---- About column ---- */
.deneb_footer .widget_wrapper .widegt_about .widget_title img {
  max-height: 75px;
  width: auto;
}
.deneb_footer .widget_wrapper .widegt_about p {
  color: #ffffff;
  font-size: 14px;
  line-height: 25px;
  max-width: 340px;
}
.deneb_footer .widget_wrapper .widegt_about .social {
  display: flex;
  gap: 12px;
}
.deneb_footer .widget_wrapper .widegt_about .social li a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.deneb_footer .widget_wrapper .widegt_about .social li a:hover,
.deneb_footer .widget_wrapper .widegt_about .social li a:focus {
  transform: translateY(-3px);
  border-color: transparent;
}

/* ---- Links column: arrow markers that slide in on hover ---- */
.deneb_footer .widget_wrapper .widget_link ul li {
  margin-bottom: 12px;
}
.deneb_footer .widget_wrapper .widget_link ul li a {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-size: 14.5px;
  transition: all 0.3s ease-out 0s;
}
.deneb_footer .widget_wrapper .widget_link ul li a:before {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 11px;
  color: #2377ff;
  margin-right: 0;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease-out 0s;
}
.deneb_footer .widget_wrapper .widget_link ul li a:hover,
.deneb_footer .widget_wrapper .widget_link ul li a:focus {
  color: #ffffff;
  transform: translateX(4px);
}
.deneb_footer .widget_wrapper .widget_link ul li a:hover:before,
.deneb_footer .widget_wrapper .widget_link ul li a:focus:before {
  max-width: 16px;
  opacity: 1;
  margin-right: 8px;
}

/* ---- Contact column: icon badges instead of bare glyphs ---- */
.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info {
  align-items: flex-start;
  margin-bottom: 22px;
  max-width: 100%;
}
.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info .icon {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  background-image: linear-gradient(180deg, #2377ff 0%, #1d4cab 100%);
  color: #ffffff;
  font-size: 13px;
  margin-right: 14px;
}
.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info .info {
  flex: 1;
  padding-top: 8px;
}
.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info .info p,
.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info .info p a {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}
.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info .info p a:hover,
.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info .info p a:focus {
  color: #ffffff;
}

/* ---- Copyright bar ---- */
.deneb_footer .copyright_area {
  background: #0a3272;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.deneb_footer .copyright_area .copyright_text p {
  color: #ffffff;
  font-size: 13.5px;
  letter-spacing: 0.2px;
}
.deneb_footer .copyright_area .copyright_text p span {
  color: #ffffff;
  font-weight: 600;
}

/* ---- Mobile tidy-up ---- */
@media (max-width: 767px) {
  .deneb_footer .widget_wrapper {
    padding-top: 180px;
    padding-bottom: 10px;
    text-align: center;
  }
  .deneb_footer .widget_wrapper .widegt_about p {
    margin-left: auto;
    margin-right: auto;
  }
  .deneb_footer .widget_wrapper .widegt_about .social {
    justify-content: center;
  }
  .deneb_footer .widget_wrapper .widget_contact .contact_info .single_info {
    justify-content: center;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
}























/* ==========================================================================
   HEADER — PREMIUM REDESIGN
   Scoped entirely to .header_area — no markup change required, no other
   section, color token, or existing rule is touched.
   ========================================================================== */

/* ---- Bar: subtle depth instead of flat white ---- */
.header_area .site_menu {
  position: relative;
  transition: all 0.35s ease-out 0s;
}
.header_area .site_menu:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  opacity: 0;
  transition: opacity 0.35s ease-out 0s;
}
.header_area.sticky .site_menu:after {
  opacity: 1;
}

/* ---- Logo: gentle premium lift on hover ---- */
.header_area .brand .logo img {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.header_area .brand .logo:hover img {
  transform: scale(1.04);
}

/* ---- Menu items: bolder, spaced, animated underline ---- */
.header_area .site_menu .primary_menu .main_menu ul li {
  margin-left: 46px;
}
.header_area .site_menu .primary_menu .main_menu ul li a {
  font-weight: 700;
  font-size: 15.5px;
  letter-spacing: 0.3px;
  color: #011a3e;
  padding: 17px 2px;
  transition: color 0.3s ease-out 0s;
}
.header_area .site_menu .primary_menu .main_menu ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 0;
  height: 3px;
  border-radius: 3px;
  background-image: linear-gradient(90deg, #2377ff 0%, #1d4cab 100%);
  transition: width 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.header_area .site_menu .primary_menu .main_menu ul li a:hover,
.header_area .site_menu .primary_menu .main_menu ul li a:focus {
  color: #1d4cab;
}
.header_area .site_menu .primary_menu .main_menu ul li a:hover:after,
.header_area .site_menu .primary_menu .main_menu ul li a:focus:after {
  width: 100%;
}
.header_area .site_menu .primary_menu .main_menu ul .active_link a {
  color: #1d4cab;
}
.header_area .site_menu .primary_menu .main_menu ul .active_link:after {
  display: none;
}
.header_area .site_menu .primary_menu .main_menu ul .active_link a:after {
  width: 100%;
}

/* ---- Last item ("Reach Us") as a standout premium CTA ---- */
.header_area .site_menu .primary_menu .main_menu ul li:last-child a {
  padding: 11px 26px;
  border-radius: 30px;
  color: #ffffff !important;
  background-image: linear-gradient(180deg, #2377ff 0%, #1d4cab 100%);
  box-shadow: 0 10px 22px -6px rgb(29 76 171 / 55%);
}
.header_area .site_menu .primary_menu .main_menu ul li:last-child a:after {
  display: none;
}
.header_area .site_menu .primary_menu .main_menu ul li:last-child a:hover,
.header_area .site_menu .primary_menu .main_menu ul li:last-child a:focus {
  color: #ffffff;
  box-shadow: 0 14px 28px -6px rgb(29 76 171 / 75%);
  transform: translateY(-2px);
}

/* ---- Sub-menus: crisper premium card ---- */
.header_area .site_menu .primary_menu .main_menu ul li ul.sub-menu {
  box-shadow: 0 18px 40px -10px rgba(1, 26, 62, 0.18);
  border-top: 3px solid #1d4cab;
}
.header_area .site_menu .primary_menu .main_menu ul li ul.sub-menu li a {
  font-weight: 600;
  font-size: 14px;
}

/* ---- Mobile bar: match the same depth treatment ---- */
.header_area .mobile_wrapper {
  /* background: #ffffff;
  box-shadow: 0 6px 24px -8px rgba(1, 26, 62, 0.12); */
}
.header_area .mobile_wrapper .menu_button .menu_icon span {
  border-radius: 2px;
}

/* ---- Sidenav (mobile drawer): bolder items + accent bar on hover ---- */
.header_area .sidenav_menu {
  background: linear-gradient(165deg, #0a1f47 0%, #011a3e 100%);
  opacity: 1;
}
.header_area .sidenav_menu .sidebar-menu li {
  border-left: 3px solid transparent;
  padding-left: 14px;
  transition: all 0.3s ease-out 0s;
}
.header_area .sidenav_menu .sidebar-menu li a {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.3px;
}
.header_area .sidenav_menu .sidebar-menu li:hover,
.header_area .sidenav_menu .sidebar-menu .active {
  border-left-color: #2377ff;
  padding-left: 20px;
}

@media (prefers-reduced-motion: reduce) {
  .header_area .brand .logo img,
  .header_area .site_menu .primary_menu .main_menu ul li a,
  .header_area .site_menu .primary_menu .main_menu ul li a:after,
  .header_area .site_menu .primary_menu .main_menu ul li:last-child a,
  .header_area .sidenav_menu .sidebar-menu li {
    transition: none !important;
  }
}















/* ==========================================================================
   HERO BANNER — PREMIUM TYPOGRAPHY & VISUAL REFRESH
   Scoped entirely to .deneb_banner — no markup change required, no other
   section, color token, or existing rule is touched.
   ========================================================================== */

/* ---- Content block: extra breathing room ---- */
.deneb_banner .hero_slider .signle_slider .banner_content {
  position: relative;
  padding-left: 2px;
}

/* ---- Eyebrow tag above the headline ---- */
.deneb_banner .hero_slider .signle_slider .banner_content:before {
  content: "WELCOME TO MY CLOUD TECHNOLOGIES";
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #1d4cab;
  background: rgb(29 76 171 / 9%);
  padding: 8px 18px 8px 14px;
  border-radius: 30px;
  margin-bottom: 22px;
}
/* .deneb_banner .hero_slider .signle_slider .banner_content:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 22px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1d4cab;
  box-shadow: 0 0 0 4px rgb(29 76 171 / 22%);
} */

/* ---- Headline: bold, tight, premium gradient accent ---- */
.deneb_banner .hero_slider .signle_slider .banner_content h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1px;
  color: #011a3e;
  margin-bottom: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .deneb_banner .hero_slider .signle_slider .banner_content h1 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .deneb_banner .hero_slider .signle_slider .banner_content h1 {
    font-size: 34px;
    letter-spacing: -0.5px;
  }
}
.deneb_banner .hero_slider .signle_slider .banner_content h1 span {
  display: inline-block;
  font-weight: 800;
  background-image: linear-gradient(100deg, #2377ff 0%, #1d4cab 65%, #011a3e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

/* ---- Subheading: distinct weight/color from the paragraph below ---- */
.deneb_banner .hero_slider .signle_slider .banner_content h5 {
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #1d4cab;
  letter-spacing: 0.2px;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .deneb_banner .hero_slider .signle_slider .banner_content h5 {
    font-size: 16px;
  }
}

/* ---- Paragraph: calmer, more readable measure ---- */
.deneb_banner .hero_slider .signle_slider .banner_content p {
  font-size: 16px;
  line-height: 28px;
  color: #5b6270;
  max-width: 460px;
  margin-bottom: 40px;
}

/* ---- CTA button: bigger, richer, animated ---- */
.deneb_banner .hero_slider .signle_slider .banner_content .deneb_btn {
  min-width: 175px;
  height: 54px;
  line-height: 54px;
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: 1.4px;
  border-radius: 30px;
  background-image: linear-gradient(180deg, #2377ff 0%, #1d4cab 100%);
  box-shadow: 0 16px 32px -8px rgb(29 76 171 / 55%);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.deneb_banner .hero_slider .signle_slider .banner_content .deneb_btn:hover,
.deneb_banner .hero_slider .signle_slider .banner_content .deneb_btn:focus {
  box-shadow: 0 20px 40px -8px rgb(29 76 171 / 75%);
  transform: translateY(-3px);
}

@media (prefers-reduced-motion: reduce) {
  .deneb_banner .hero_slider .signle_slider .banner_content .deneb_btn {
    transition: none !important;
  }
}




























/* ==========================================================================
   HOME PRODUCTS SHOWCASE — replaces the old deneb_project portfolio filter
   New section entirely: .home_products. No tabs — static clickable grid,
   each card links straight to its product on Products.html.
   ========================================================================== */

.home_products {
  position: relative;
  /* background: #f8faff; */
}

.home_products_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 991px) {
  .home_products_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .home_products_grid {
    grid-template-columns: 1fr;
  }
}

.hp_card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 14px;
  padding: 38px 32px 32px;
  border: 1px solid rgb(29 76 171 / 8%);
 box-shadow: 0 20px 30px 25px rgba(1, 26, 62, 0.12);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease;
}
.hp_card:hover,
.hp_card:focus {
  transform: translateY(-8px);
  border-color: #1d4cab;
  box-shadow: 0 24px 46px -16px rgb(29 76 171 / 35%);
}

.hp_num {
  position: absolute;
  top: 22px;
  right: 26px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #c3cde0;
}

.hp_icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(180deg, #2377ff 0%, #1d4cab 100%);
  box-shadow: 0 12px 26px -8px rgb(29 76 171 / 55%);
  margin-bottom: 24px;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.hp_icon i {
  font-size: 24px;
  color: #ffffff;
}
.hp_card:hover .hp_icon {
  transform: scale(1.08) rotate(-4deg);
}

.hp_card h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 12px;
  color: #011a3e;
}

.hp_card p {
  font-size: 14.5px;
  line-height: 23px;
  color: #7a808d;
  margin-bottom: 22px;
  flex-grow: 1;
}

.hp_link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #1d4cab;
}
.hp_link i {
  font-size: 12px;
  transition: transform 0.3s ease-out 0s;
}
.hp_card:hover .hp_link i {
  transform: translateX(5px);
}

/* ---- "View all" card: distinct filled treatment ---- */
.hp_card_all {
  background-image: linear-gradient(160deg, #1d4cab 0%, #011a3e 100%);
  border: none;
}
.hp_card_all h4,
.hp_card_all p {
  color: #ffffff;
}
.hp_card_all p {
  color: rgb(255 255 255 / 78%);
}
.hp_card_all .hp_icon {
  background: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}
.hp_card_all .hp_link {
  color: #ffffff;
}
.hp_card_all:hover {
  border-color: transparent;
}

@media (prefers-reduced-motion: reduce) {
  .hp_card,
  .hp_icon,
  .hp_link i {
    transition: none !important;
  }
}







@media (max-width: 991px) {
  .deneb_banner{
    margin-top: 50px;
  }
}

@media (max-width: 1199px) {
  .deneb_banner{
    margin-top: 50px;
  }
}

@media (max-width: 575px) {
  .deneb_banner{
    margin-top: 30px;
  }
}







/* ---- Narrow desktop/tablet (<1199px): shrink logo column, grow menu column ---- */
@media (max-width: 1199px) {
  .header_area .site_menu .row > .col-lg-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .header_area .site_menu .row > .col-lg-8 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}



/* ==========================================================================
   MISSION & VISION — icon cards
   Scoped entirely to .deneb_mission_vision — no other section touched.
   ========================================================================== */

.deneb_mission_vision .mv_card {
  height: 100%;
  background: #ffffff;
  border-radius: 14px;
  padding: 44px 38px 40px;
  border: 1px solid rgb(29 76 171 / 8%);
  box-shadow: 0 10px 30px -14px rgba(1, 26, 62, 0.12);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease;
}
.deneb_mission_vision .mv_card:hover {
  transform: translateY(-8px);
  border-color: #1d4cab;
  box-shadow: 0 24px 46px -16px rgb(29 76 171 / 35%);
}

.deneb_mission_vision .mv_icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(180deg, #2377ff 0%, #1d4cab 100%);
  box-shadow: 0 12px 26px -8px rgb(29 76 171 / 55%);
  margin-bottom: 26px;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.deneb_mission_vision .mv_icon i {
  font-size: 28px;
  color: #ffffff;
}
.deneb_mission_vision .mv_card:hover .mv_icon {
  transform: scale(1.08) rotate(-4deg);
}

.deneb_mission_vision .mv_card h3 {
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 16px;
  position: relative;
}
.deneb_mission_vision .mv_card h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  border-radius: 3px;
  background-image: linear-gradient(90deg, #2377ff 0%, #1d4cab 100%);
}

.deneb_mission_vision .mv_card p {
  font-size: 15px;
  line-height: 26px;
  color: #7a808d;
}

@media (max-width: 991px) {
  .deneb_mission_vision .col-lg-6:first-child .mv_card {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .deneb_mission_vision .mv_card {
    padding: 36px 26px 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .deneb_mission_vision .mv_card,
  .deneb_mission_vision .mv_icon {
    transition: none !important;
  }
}














/* ==========================================================================
   SIX HABITS — hexagon icon cards with sweeping gradient glow
   Scoped entirely to .deneb_habits — no other section touched.
   ========================================================================== */

.deneb_habits {
  position: relative;
  /* background: #f8faff; */
  overflow: hidden;
}

.habits_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 28px;
}
@media (max-width: 991px) {
  .habits_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .habits_grid {
    grid-template-columns: 1fr;
  }
}

/* ---- Alternating rhythm: same offset language as .single_achivment ---- */
@media (min-width: 992px) {
  .habit_card:nth-child(2),
  .habit_card:nth-child(5) {
    margin-top: 34px;
  }
}

/* ---- Card shell ---- */
.habit_card {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding: 42px 32px 34px;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 20px 30px 25px rgba(1, 26, 62, 0.12);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
  box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  
}

/* ---- Rotating conic-gradient glow ring, revealed on hover ---- */
.habit_card:before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -2;
  border-radius: 16px;
  background: conic-gradient(
    from 0deg,
    #2377ff,
    #1d4cab,
    #011a3e,
    #1d4cab,
    #2377ff
  );
  opacity: 1;                 
  animation: deneb_habitSpin 6s linear infinite;
  animation-play-state: running;   /* was paused */
}
.habit_card:after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 15px;
  background: #ffffff;
}
.habit_card:hover {
  transform: translateY(-10px);
  box-shadow: 0 26px 48px -18px rgb(29 76 171 / 38%);
}
.habit_card:hover:before {
  opacity: 1;
  animation-play-state: running;
}

/* ---- Ghost watermark number ---- */
.habit_num {
  position: absolute;
  top: -6px;
  right: 14px;
  font-family: "Montserrat", sans-serif;
  font-size: 84px;
  font-weight: 800;
  line-height: 1;
  color: rgb(29 76 171 / 6%);
  z-index: 0;
  transition: color 0.4s ease-out 0s, transform 0.4s ease-out 0s;
}
.habit_card:hover .habit_num {
  color: rgb(29 76 171 / 11%);
  transform: translateY(-4px);
}

/* ---- Hexagon icon ---- */
.habit_icon {
  position: relative;
  z-index: 1;
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  clip-path: polygon(
    25% 0%,
    75% 0%,
    100% 50%,
    75% 100%,
    25% 100%,
    0% 50%
  );
  background-image: linear-gradient(160deg, #2377ff 0%, #1d4cab 100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.habit_icon i {
  font-size: 26px;
  color: #ffffff;
}
.habit_card:hover .habit_icon {
  transform: rotate(-8deg) scale(1.08);
}

.habit_card h4 {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 12px;
  color: #011a3e;
}

.habit_card p {
  position: relative;
  z-index: 1;
  font-size: 14.5px;
  line-height: 23px;
  color: #7a808d;
  margin-bottom: 0;
}

@keyframes deneb_habitSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  .habit_card {
    padding: 34px 26px 28px;
  }
  .habit_num {
    font-size: 64px;
  }
  .habit_icon {
    width: 62px;
    height: 62px;
    margin-bottom: 18px;
  }
  .habit_icon i {
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .habit_card,
  .habit_icon,
  .habit_num,
  .habit_card:before {
    transition: none !important;
    animation: none !important;
  }
}

















/* ==========================================================================
   WHAT WE DO — premium floating-orb service grid
   Scoped entirely to .deneb_whatwedo — no other section touched.
   ========================================================================== */

.deneb_whatwedo {
  position: relative;
  overflow: hidden;
  /* background: linear-gradient(180deg, #f8faff 0%, #ffffff 100%); */
}

/* ---- Floating blurred gradient orbs (pure CSS, no images) ---- */
.wwd_orb {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.35;
  pointer-events: none;
}
.wwd_orb_1 {
  width: 340px;
  height: 340px;
  top: -120px;
  left: -100px;
  background: radial-gradient(circle, #2377ff 0%, transparent 70%);
  animation: wwd_float1 9s ease-in-out infinite;
}
.wwd_orb_2 {
  width: 260px;
  height: 260px;
  bottom: -80px;
  right: -60px;
  background: radial-gradient(circle, #1d4cab 0%, transparent 70%);
  animation: wwd_float2 11s ease-in-out infinite;
}
.wwd_orb_3 {
  width: 180px;
  height: 180px;
  top: 40%;
  right: 12%;
  background: radial-gradient(circle, #011a3e 0%, transparent 70%);
  opacity: 0.18;
  animation: wwd_float3 7.5s ease-in-out infinite;
}
@keyframes wwd_float1 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(30px, 40px); }
}
@keyframes wwd_float2 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-25px, -30px); }
}
@keyframes wwd_float3 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-24px); }
}

/* ---- Eyebrow tag ---- */
.wwd_eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1d4cab;
  background: rgb(29 76 171 / 9%);
  padding: 8px 18px;
  border-radius: 30px;
  margin-bottom: 18px;
}

.deneb_whatwedo .section_title {
  position: relative;
  z-index: 1;
}

/* ---- Grid ---- */
.wwd_grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .wwd_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .wwd_grid {
    grid-template-columns: 1fr;
  }
}

/* ---- Card ---- */
.wwd_card {
  position: relative;
  background: #ffffff;
  border-radius: 18px;
  padding: 44px 34px 36px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgb(29 76 171 / 8%);
  box-shadow: 0 20px 30px 25px rgba(1, 26, 62, 0.12);
  transform-style: preserve-3d;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.45s ease;
}
.wwd_card:hover {
  transform: perspective(800px) rotateX(3deg) rotateY(-3deg) translateY(-10px);
  border-color: #1d4cab;
  box-shadow: 0 30px 54px -20px rgb(29 76 171 / 40%);
}

/* ---- Diagonal shine sweep on hover ---- */
.wwd_card:before {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 40%;
  height: 100%;
  background: linear-gradient(
    100deg,
    transparent 0%,
    rgb(255 255 255 / 65%) 50%,
    transparent 100%
  );
  transform: skewX(-18deg);
  transition: left 0.75s ease-out 0s;
  z-index: 2;
  pointer-events: none;
}
.wwd_card:hover:before {
  left: 130%;
}

/* ---- Ghost index number ---- */
.wwd_index {
  position: absolute;
  top: -4px;
  right: 18px;
  font-family: "Montserrat", sans-serif;
  font-size: 72px;
  font-weight: 800;
  color: rgb(29 76 171 / 6%);
  z-index: 0;
  transition: color 0.4s ease-out 0s;
}
.wwd_card:hover .wwd_index {
  color: rgb(29 76 171 / 12%);
}

/* ---- Icon: gradient core + rotating dashed ring + pulse glow ---- */
.wwd_icon_wrap {
  position: relative;
  z-index: 1;
  width: 88px;
  height: 88px;
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wwd_icon_wrap:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px dashed rgb(29 76 171 / 35%);
  animation: wwd_ringSpin 14s linear infinite;
  transition: border-color 0.4s ease-out 0s;
}
.wwd_card:hover .wwd_icon_wrap:before {
  border-color: #1d4cab;
}
.wwd_icon_wrap:after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(29 76 171 / 30%) 0%, transparent 72%);
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.4s ease-out 0s, transform 0.4s ease-out 0s;
}
.wwd_card:hover .wwd_icon_wrap:after {
  opacity: 1;
  transform: scale(1.25);
}
.wwd_icon {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(160deg, #2377ff 0%, #1d4cab 100%);
  box-shadow: 0 12px 24px -8px rgb(29 76 171 / 55%);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.wwd_icon i {
  font-size: 23px;
  color: #ffffff;
}
.wwd_card:hover .wwd_icon {
  transform: scale(1.1) rotate(-6deg);
}

@keyframes wwd_ringSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* ---- Copy ---- */
.wwd_card h4 {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 12px;
  color: #011a3e;
  transition: color 0.3s ease-out 0s;
}
.wwd_card:hover h4 {
  color: #1d4cab;
}
.wwd_card p {
  position: relative;
  z-index: 1;
  font-size: 14.5px;
  line-height: 24px;
  color: #7a808d;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .wwd_card {
    padding: 36px 26px 30px;
  }
  .wwd_index {
    font-size: 56px;
  }
  .wwd_icon_wrap {
    width: 76px;
    height: 76px;
    margin-bottom: 20px;
  }
  .wwd_icon {
    width: 52px;
    height: 52px;
  }
  .wwd_icon i {
    font-size: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wwd_orb,
  .wwd_card,
  .wwd_card:before,
  .wwd_icon,
  .wwd_icon_wrap:before,
  .wwd_icon_wrap:after,
  .wwd_index,
  .wwd_card h4 {
    animation: none !important;
    transition: none !important;
  }
}