@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Sora:wght@100..800&display=swap');

:root {
  --primary: #01317A;
  --secondary: #1e1d23;
  --primary-hover: #01317A;
  --rgba-primary-9: rgb(58 110 250);;
  --font-family-base: "Sora", sans-serif;
  --sora-font:"Sora", sans-serif;
  --dmsans-font:"DM Sans", sans-serif;
  --border-radius-base: 10px;
  --border-radius-lg: 30px;
  --font-family-title: "DM Sans", sans-serif;
  --title: #051136; }

*,
*::before,
*::after {
  box-sizing: border-box; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }
body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #777777;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }
li{
  list-style: none;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }
  .py-70{
    padding: 70px 0;
  }
  .py-90{
    padding: 90px 0;
  }
  .bg-clay{
    background-color: #D5E0FD !important;
  }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #051136; }

h1, .h1 {
  font-size: calc(1.35rem + 1.2vw); }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 2.25rem; } }

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw); }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 2rem; } }

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 1.75rem; } }

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 1.5rem; } }

h5, .h5 {
  font-size: calc(1.2625rem + 0.15vw); }
  @media (min-width: 1200px) {
    h5, .h5 {
      font-size: 1.375rem; } }

h6, .h6 {
  font-size: 1.125rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 0.875em;
  color: #6c757d; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1199px; } }

@media (min-width: 1300px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1290px ; } }    
    @media (min-width: 1650px) {
      .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1400px; } }  
* {
  outline: none;
  padding: 0; }
  *::after {
    margin: 0;
    padding: 0; }
  *::before {
    margin: 0;
    padding: 0; }
body, p {
  line-height: 33px;
  color: #000;
  font-size: 17px;
  font-family: var(--font-family-base); }
  body.fixed {
    overflow: hidden;
    position: fixed; }

h1 a, .h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: var(--title); }
h1, .h1, h2, .h2, h3, .h3 {
  font-family: var(--font-family-base);
  font-weight: 700;
  color: var(--title); }

  h4, .h4, h5, .h5, h6, .h6{
    font-family: var(--font-family-base);
    font-weight: 600;
    color: var(--title); 
  }

h1, .h1,
.h1 {
  line-height: 1.3; }
  @media only screen and (max-width: 1400px) {
    h1, .h1,
    .h1 {
      font-size: 2.5rem; } }
  @media only screen and (max-width: 991px) {
    h1, .h1,
    .h1 {
      font-size: 2rem; } }
  @media only screen and (max-width: 767px) {
    h1, .h1,
    .h1 {
      font-size: 1.875rem; } }

h2, .h2,
.h2 {
  line-height: 1.4; }
  @media only screen and (max-width: 1400px) {
    h2, .h2,
    .h2 {
      font-size: 2rem; } }
  @media only screen and (max-width: 991px) {
    h2, .h2,
    .h2 {
      font-size: 1.75rem; } }
  @media only screen and (max-width: 767px) {
    h2, .h2,
    .h2 {
      font-size: 1.5rem; } }

h3, .h3,
.h3 {
  line-height: 1.4; }
  @media only screen and (max-width: 767px) {
    h3, .h3,
    .h3 {
      font-size: 1.375rem; } }

h4, .h4,
.h4 {
  line-height: 1.4; }
  @media only screen and (max-width: 767px) {
    h4, .h4,
    .h4 {
      font-size: 1.25rem; } }

h5, .h5,
.h5 {
  line-height: 1.5; }
  @media only screen and (max-width: 767px) {
    h5, .h5,
    .h5 {
      font-size: 1.125rem; } }

h6, .h6,
.h6 {
  line-height: 1.5; }
  @media only screen and (max-width: 767px) {
    h6, .h6,
    .h6 {
      font-size: 1rem; } }

ul {
  padding: 0;
  margin: 0; }

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

a {
  text-decoration: none;
  outline: none;
  color: var(--primary);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; }
  a:hover, a:focus, a.active {
    text-decoration: none;
    outline: none;
    color: var(--primary-hover); }

.text-primary {
  color: var(--primary) !important; }

.bg-primary {
  background-color: var(--primary) !important; }
#main-wrapper {
  opacity: 0;
  transition: all 0.25s ease-in;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 60px; }
  #main-wrapper.show {
    opacity: 1; }
.content-body {
  margin-left: 65px;
  margin-top: 18px;
  margin-right: 6px;
  margin-bottom: 45px; }
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding-left: 80px;
  padding-right: 80px; }
  @media only screen and (max-width: 1680px) {
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
      padding-left: 40px;
      padding-right: 40px; } }
  @media only screen and (max-width: 1199px) {
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 575px) {
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
      padding-left: 15px;
      padding-right: 15px; } }
.bg-gray {
  background-color: #f8f8f8; }
::selection {
  color: #fff;
  background: var(--primary); }
@media only screen and (max-width: 991px) {
  .dz-order-1 {
    order: 1;
    margin-top: 20px; } }
.content-inner {
  padding-top: 120px;
  padding-bottom: 90px; }
  @media only screen and (max-width: 1400px) {
    .content-inner {
      padding-top: 100px;
      padding-bottom: 70px; } }
  @media only screen and (max-width: 991px) {
    .content-inner {
      padding-top: 50px;
      padding-bottom: 20px; } }
.content-inner-1 {
  padding-top: 120px;
  padding-bottom: 120px; }
  @media only screen and (max-width: 1400px) {
    .content-inner-1 {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media only screen and (max-width: 991px) {
    .content-inner-1 {
      padding-top: 50px;
      padding-bottom: 50px; } }
.content-inner-2 {
  padding-top: 120px;
  padding-bottom: 120px; }
  @media only screen and (max-width: 1400px) {
    .content-inner-2 {
      padding-top: 100px; } }
  @media only screen and (max-width: 991px) {
    .content-inner-2 {
      padding-top: 50px; } }



@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg); }
  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg); } }

@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes flip {
  35% {
    transform: rotateY(0); }
  100% {
    transform: rotateY(360deg); } }

@keyframes circle {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7); }
  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1); }
  100% {
    top: 0%; } }

@keyframes shadow {
  0% {
    transform: scaleX(1.5); }
  40% {
    transform: scaleX(1);
    opacity: .7; }
  100% {
    transform: scaleX(0.2);
    opacity: .4; } }

@-webkit-keyframes move1 {
  0% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  50% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px); }
  100% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); } }
@keyframes move1 {
  0% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  50% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px); }
  100% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); } }

.m-b0 {
  margin-bottom: 0; }

.m-b20 {
  margin-bottom: 20px; }

.m-b30 {
  margin-bottom: 30px; }
.page-wraper{
  overflow: hidden;
}
.full-img {
  width: 100%; }
.sticky-top {
  top: 120px; }
.page-title {
  padding: 65px 0px 45px;
  position: relative;
  background: #f7f6fb;
  background-image: url("./../images/hero/5.png");
  background-size: cover;
  background-position: center; }
  .page-title p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #7272A8;
    text-transform: capitalize; }
    @media only screen and (max-width: 575px) {
      .page-title p {
        font-size: 16px; } }
  .page-title h3, .page-title .h3 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize; }
    @media only screen and (max-width: 575px) {
      .page-title h3, .page-title .h3 {
        font-size: 28px; } }
.img-cover {
  height: 100%;
  width: 100%;
  object-fit: cover; }
section {
  position: relative;
  z-index: 1; }
.section-head {
  margin-bottom: 40px; }
  @media only screen and (max-width: 1199px) {
    .section-head {
      margin-bottom: 30px; } }
  .section-head h1, .section-head .h1, .section-head h2, .section-head .h2, .section-head h3, .section-head .h3, .section-head h4, .section-head .h4, .section-head h5, .section-head .h5, .section-head h6, .section-head .h6 {
    font-family: var(--font-family-title); }
  .section-head p {
    font-size: 15px;
    line-height: 27px; }
  .section-head.text-center p {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto; }
button:hover,
button:active,
button:focus {
  outline: 0; }
.btn, .wp-block-button__link {
  padding: 18px 30px;
  display: inline-flex;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  line-height: 1.5;
  align-items: center;
  overflow: hidden; }
  .btn.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .wp-block-button__link, .btn-lg.wp-block-button__link {
    padding: 24px 40px;
    font-size: 16px; }
  .btn.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .wp-block-button__link, .btn-sm.wp-block-button__link {
    font-size: 15px;
    padding: 13px 24px; }
  .btn.btn-xs, .btn-xs.wp-block-button__link {
    font-size: 14px;
    padding: 11px 25px; }
  @media only screen and (max-width: 767px) {
    .btn, .wp-block-button__link {
      padding: 14px 25px;
      font-size: 14px; } }
  .btn.btn-primary, .wp-block-button__link {
    color: #fff; }
    .btn.btn-primary:hover, .wp-block-button__link:hover {
      color: #fff; }
  .btn i, .wp-block-button__link i {
    font-size: 18px;
    line-height: 1; }
  .btn:after, .wp-block-button__link:after {
    content: "";
    background: #fff;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    position: absolute;
    height: 120%;
    width: 15px;
    opacity: 0.2;
    left: -35%;
    top: -10%;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg); }
  .btn:hover:after, .wp-block-button__link:hover:after {
    left: 130%; }
  .btn.w-100, .w-100.wp-block-button__link, .btn.btn-block, .btn-block.wp-block-button__link {
    width: 100%;
    justify-content: center; }
.btn-primary, .wp-block-button__link {
  border-color: var(--primary);
  background-color: var(--primary); }
  .btn-primary.disabled, .disabled.wp-block-button__link, .btn-primary:disabled, .wp-block-button__link:disabled, .btn-primary:not(:disabled):not(.disabled).active, .wp-block-button__link:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .wp-block-button__link:not(:disabled):not(.disabled):active, .btn-primary:active, .wp-block-button__link:active, .btn-primary:focus, .wp-block-button__link:focus, .btn-primary:hover, .wp-block-button__link:hover {
    border-color: var(--primary-hover);
    background-color: var(--primary-hover); }
.btn-link {
  color: var(--primary);
  text-decoration: none; }
  .btn-link:hover {
    color: var(--primary-hover); }
.btn-outline-primary, .is-style-outline .wp-block-button__link {
  color: var(--primary);
  border-color: var(--primary); }
  .btn-outline-primary.disabled, .is-style-outline .disabled.wp-block-button__link, .btn-outline-primary:disabled, .is-style-outline .wp-block-button__link:disabled, .btn-outline-primary:not(:disabled):not(.disabled).active, .is-style-outline .wp-block-button__link:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .is-style-outline .wp-block-button__link:not(:disabled):not(.disabled):active, .btn-outline-primary:active, .is-style-outline .wp-block-button__link:active, .btn-outline-primary:focus, .is-style-outline .wp-block-button__link:focus, .btn-outline-primary:hover, .is-style-outline .wp-block-button__link:hover {
    border-color: var(--primary-hover);
    background-color: var(--primary-hover);
    color: #fff; }
.btn-link-lg {
  font-weight: 700;
  font-size: 18px; }
  .btn-link-lg:hover {
    text-decoration: unset; }
.btn-light {
  background-color: #fff; }
  .btn-light:hover {
    background-color: var(--primary);
    color: #fff !important;
    border-color: transparent; }
  .btn-light.text-primary:hover {
    color: #fff !important; }
.wp-block-button {
  margin-bottom: 0.3125rem; }
.is-style-squared .wp-block-button__link {
  border-radius: 0; }
.wp-block-button__link {
  border-radius: 60px; }
  .wp-block-button__link:after {
    content: none; }
.dz-separator {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 8px;
  position: relative; }
  .dz-separator.m-b0 {
    margin-bottom: 0; }
  .dz-separator.style-liner {
    width: 20px; }
  .dz-separator.style-icon {
    width: 30px;
    height: auto;
    text-align: center;
    font-size: 20px; }
  .dz-separator.style-skew {
    width: 10px;
    height: 10px;
    margin-left: 1px;
    margin-right: 1px; }
    .dz-separator.style-skew[class*="style-"]:after, .dz-separator.style-skew[class*="style-"]:before {
      content: "";
      position: absolute;
      width: 50px;
      height: 2px;
      top: 5px;
      left: 15px;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: inherit; }
    .dz-separator.style-skew[class*="style-"]:before {
      right: 15px;
      left: auto; }
  .dz-separator.bnr-title {
    height: 1px;
    width: 155px;
    opacity: 0.5; }
    .dz-separator.bnr-title:before, .dz-separator.bnr-title:after {
      position: absolute;
      content: "";
      background-color: inherit; }
    .dz-separator.bnr-title:before {
      height: inherit;
      right: -80px;
      width: 25px; }
    .dz-separator.bnr-title:after {
      height: inherit;
      right: -90px;
      top: 0;
      width: 6px; }
    .dz-separator.bnr-title i {
      background-color: inherit;
      display: block;
      height: inherit;
      position: absolute;
      right: -50px;
      width: 45px; }
.dz-separator-outer {
  overflow: hidden; }
.dz-separator.style-1 {
  height: 8px;
  display: block;
  width: 82px;
  position: relative;
  margin: 0; }
  .dz-separator.style-1:before, .dz-separator.style-1:after {
    content: "";
    height: 1px;
    width: 80px;
    position: absolute;
    background: #9bb4fa;
    left: 0; }
  .dz-separator.style-1:after {
    width: 80%;
    bottom: 0; }
  .dz-separator.style-1:before {
    width: 100%;
    top: 0; }
.dz-separator.style-2 {
  width: 45px;
  height: 2px;
  background-color: #000; }

/* Overlay */
.overlay-black-middle{
  position: relative; }
  .overlay-black-middle:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .overlay-black-middle .container,
  .overlay-black-middle .container-fluid,
  .overlay-black-middle .container-sm,
  .overlay-black-middle .container-md,
  .overlay-black-middle .container-lg,
  .overlay-black-middle .container-xl{
    position: relative;
    z-index: 1; }
.overlay-black-middle:before {
  background: #1e1d23; }
.overlay-black-middle:before {
  opacity: 0.7; }
.overlay-shine .dz-media {
  position: relative;
  overflow: hidden; }
  .overlay-shine .dz-media:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg); }
.overlay-shine:hover .dz-media:before {
  -webkit-animation: shine .75s;
  animation: shine .75s; }
@-webkit-keyframes shine {
  100% {
    left: 125%; } }
@keyframes shine {
  100% {
    left: 125%; } }
     .header-nav .nav > li:hover > .sub-menu li:hover > .sub-menu.huge-data{
              top: -200px !important;
            }
button.scroltop {
  box-shadow: -4px 4px 24px -10px var(--primary);
  background: var(--primary);
  border-color: var(--primary);
  border-style: solid;
  border-width: 0;
  bottom: 15px;
  color: #fff;
  cursor: pointer;
  display: none;
  height: 50px;
  line-height: 50px;
  margin: 0;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 50px;
  z-index: 999;
  transition: all .8s;
  -moz-transition: all .8s;
  -webkit-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
  border-radius: var(--border-radius-sm); }
  @media only screen and (max-width: 575px) {
    button.scroltop {
      height: 40px;
      width: 40px;
      line-height: 40px; } }
.btn-next,
.btn-prev {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 60px;
  height: 60px;
  color: var(--primary);
  background: #fff;
  font-size: 15px;
  letter-spacing: 2px;
  z-index: 1;
  text-align: center;
  line-height: 60px;
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  border-radius: var(--border-radius-sm); }
  @media only screen and (max-width: 767px) {
    .btn-next,
    .btn-prev {
      width: 45px;
      height: 45px;
      line-height: 45px; } }
  .btn-next:hover,
  .btn-prev:hover {
    background: var(--primary);
    color: #fff; }
  .btn-next:after,
  .btn-prev:after {
    content: none; }
  .btn-next i,
  .btn-prev i {
    font-size: 40px;
    line-height: inherit; }
    @media only screen and (max-width: 767px) {
      .btn-next i,
      .btn-prev i {
        font-size: 24px; } }
.widget {
  margin-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .widget {
      margin-bottom: 30px; } }
  .widget.style-1 .widget-title {
    padding: 0 0 12px;
    margin-bottom: 30px; }
    .widget.style-1 .widget-title:after, .widget.style-1 .widget-title:before {
      content: "";
      height: 2px;
      border-radius: 10px;
      background-image: var(--gradient);
      background-size: 200%;
      position: absolute;
      bottom: 0; }
    .widget.style-1 .widget-title:before {
      width: 25px;
      left: 0;
      top: auto; }
    .widget.style-1 .widget-title:after {
      width: 55px;
      left: 32px; }
.widget-title {
  margin-bottom: 25px; }
  @media only screen and (max-width: 767px) {
    .widget-title {
      margin-bottom: 20px; } }
  .widget-title .title {
    position: relative;
    margin-bottom: 5px; }
    @media only screen and (max-width: 767px) {
      .widget-title .title {
        font-size: 24px; } }
.widget ul.list-2,
ul.list-2 {
  display: table; }
  .widget ul.list-2 li,
  ul.list-2 li {
    /* width: 50%; */
    float: left; }
/* widget listing*/
.widget_categories ul,
.widget_nav_menu ul,
.widget_services ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }
  .wp-block-categories-list li,
  .widget_categories ul li,
  .widget_nav_menu ul li,
  .widget_services ul li {
    padding-bottom: 1.125rem;
    margin-bottom: 0.8125rem;
    position: relative;
    padding: 0.5rem 0rem 0.5rem 1.5rem;
    margin-bottom: 0;
    line-height: 1.25rem; }
    .wp-block-categories-list li a,
    .widget_categories ul li a,
    .widget_nav_menu ul li a,
    .widget_services ul li a {
      color: inherit;
      text-transform: capitalize;
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s;
      position: relative; }
      .wp-block-categories-list li a:before,
      .widget_categories ul li a:before,
      .widget_nav_menu ul li a:before,
      .widget_services ul li a:before {
        content: "\2b";
        font-family: "Font Awesome 6 Pro";
        position: absolute;
        display: block;
        left: -1.5rem;
        top: 0.063rem;
        font-size: 12px;
        font-weight: 900;
        color: #9BB4FA;
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s; }
        .widget_categories ul li a:hover{
          color:#9BB4FA !important;
        }
      .wp-block-categories-list li a:hover,
      .widget_categories ul li a:hover,
      .widget_nav_menu ul li a:hover,
      .widget_services ul li a:hover {
        color: var(--primary); }
        .wp-block-categories-list li a:hover:before,
        .widget_categories ul li a:hover:before,
        .widget_nav_menu ul li a:hover:before,
        .widget_services ul li a:hover:before {
          transform: rotate(45deg); }
    .wp-block-categories-list li li,
    .widget_categories ul li li,
    .widget_nav_menu ul li li,
    .widget_services ul li li {
      border-bottom: none;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      line-height: 1.375rem; }
      .wp-block-categories-list li li:last-child,
      .widget_categories ul li li:last-child,
      .widget_nav_menu ul li li:last-child,
      .widget_services ul li li:last-child {
        border-bottom: 0;
        padding-bottom: 0; }
      .wp-block-categories-list li li:before,
      .widget_categories ul li li:before,
      .widget_nav_menu ul li li:before,
      .widget_services ul li li:before {
        top: 0.5rem;
        left: 0; }
  .wp-block-categories-list ul,
  .widget_categories ul ul,
  .widget_nav_menu ul ul,
  .widget_services ul ul {
    padding-left: 1.125rem;
    margin-top: 0.5rem;
    margin-left: -0.9375rem; }
/*widget categories*/
.widget_categories li ul {
  margin-bottom: -0.625rem; }
.widget_categories ul li {
  text-align: right;
  display: table;
  width: 100%;
  padding: 0.5rem 0rem 0.5rem 1.5rem !important;
  line-height: 1.3 !important; }
.widget_categories li a {
  font-weight: 400;
  float: left;
  text-transform: capitalize;
  text-align: left; }
@keyframes dzMove1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  25% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px); }
  50% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px); }
  75% {
    -webkit-transform: translate(10px, -5px);
    transform: translate(10px, -5px); }
  to {
    -webkit-transform: translate(0);
    transform: translate(0); } }
.social-list {
  display: inline-block; }
  .social-list li {
    margin-left: 2px;
    margin-right: 2px;
    display: inline-block; }
    .social-list li a {
      height: 40px;
      width: 40px;
      line-height: 40px;
      color: #fff;
      display: block;
      text-align: center;
      padding: 0;
      text-align: center;
      justify-content: center;
      border-radius: var(--border-radius-sm); }
      .social-list li a i {
        font-size: 16px; }
      .social-list li a:after {
        left: -55%; }
      .social-list li a:hover {
        color: #fff; }
        .social-list li a:hover:after {
          left: 120%; }
  .social-list.style-1 li a {
    background-color: rgba(255, 255, 255, 0.2); }
    .social-list.style-1 li a:hover {
      background-color: #fff;
      color: var(--primary); }
  .social-list.style-2 {
    margin: 0 -5px;
    display: flex; }
    .social-list.style-2 li {
      display: inline-block;
      padding: 0 5px; }
      .social-list.style-2 li a {
        height: 40px;
        width: 40px;
        background-color: var(--primary);
        display: block;
        text-align: center;
        line-height: 40px;
        border-radius: var(--border-radius-base);
        color: #fff;
        box-shadow: 0 5px 15px -10px var(--primary); }
.facebook {
  background-color: #3b5999; }
.instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
 }
.twitter {
  background-color: #55acef; }
.about-media {
  position: relative; }
.abtus-section{
    background-color: #adc2fb83;
  }
.abtus-wrap-img img {
    height: 142px;
    object-fit: cover;
    width: auto;
    border-radius: 10px;
}
@media screen and (max-width:575px){
    .abt-widget-1{
      max-height: 380px;
    }
}
.abtus-info-list-ul {
  list-style: none; 
  padding-left:0;
}
.abtus-info-list-ul li {
  font-size:15px;
  position: relative;
  padding-left: 20px; 
  line-height: 33px;
  color: #000; 
}
.abtus-info-list-ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background-color: #1256b4;
  border-radius: 50%; 
}
.abtus-info-list-wrapper{
  margin-left: 15px;
}
.abtuscon-hr{
  color:#E0E0E0;
  background-color:#E0E0E0;
  margin:30px 0;
  opacity:1;
}
/* Achievement section */
.achievement-section{
  background-color: #adc2fb83;
}
.countersec-info h2 {
  text-shadow: 1px  1px     #fff, 
  -1px  1px     #fff, 
   1px -1px     #fff, 
  -1px -1px     #fff,
   1px  1px 5px #555;
  margin-top: 20px;
  color: #3a6efa !important;
}
/* Service Section */
.services-section{
  padding:70px 0;
}
.service-card{
  position:relative;
  padding:10px;
  height:100%;
  border:none;
  box-shadow: none;
  margin-bottom: 0;
}
.ser-card-top{
  display:flex;
  align-items:center;
}
.ser-card-icon{
  height:45px;
  width:auto;
  margin-right: 10px;
}
.ser-card-top{
  margin-bottom: 20px;
}
.ser-card-top h4{
  font-size: 22px;
}
.service-card:hover .ser-card-top h4{
  color:#01317A;
  transition:color 0.3s ease;
}
.serice-media {
  width: 170px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%) scale(0) rotate(10deg);
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.serice-media img{
  border-radius: 10px;
  border: none;
  box-shadow: none;
  height: auto;
  max-width: 100%;
}
.service-card.ser-active .serice-media {
  transform: translate(-50%, -45%) scale(1) rotate(20deg);
}
@media screen and (max-width:991px){
  .ser-card-col{
    margin-bottom: 25px;
  }
  .vertical-ruler::after{
    display:none;
  }
  .ser-card-info p{
    padding-top: 20px;
  }
  .serice-media{
    width: 100%;
    position: relative;
    top: initial;
    left: initial;
    transform: none !important;
  }
  .serice-media img{
    height: 360px;
    max-height: 360px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top;
    transform: none !important;
  }
}
@media screen and (min-width:768px){
  .ser-card-col{
    margin-bottom: 25px;
  }
}
@media screen and (max-width:500px){
  .ser-card-col {
    margin-bottom: 0 !important;
}
.ser-card-icon{
  height:40px;
}
.ser-card-top h4 {
  font-size: 20px;
}
}
.vertical-ruler::after{
  content:'';
  position: absolute;
  background-color: #bfbfbf;
  width:1px;
  height:100%;
  top: 0;
  right:4px;
}
/* Our Service Section */
.our-mission-section{
  padding:90px 0;
}
.om-con-holder{
  margin-bottom: 10px;
}
.om-con-holder h4 span{
  color:#3A6EFA;
  padding-right: 6px;
}
/* Our Mission Section */
.om-widget-wrap{
  margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 0px 15px 0px 15px;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}
.om-widget-wrap img{
  border: none;
  box-shadow: none;
  height: auto;
  max-width: 100%;
}
.om-widget-holder.OMW-first{
  position: relative;
  width: var(34%, 34%);
  max-width: 34%;
  --container-widget-width: 34%;
  --container-widget-flex-grow: 0;
  margin-bottom: 0;
  margin-block-end: 0px;
  align-content: initial;
    align-items: initial;
}
.om-widget-container{
  padding: 0px 30px 0px 30px;
  border-radius: 900px 900px 900px 900px;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}
.om-widget-container img {
  transition: transform 0.5s ease-in-out;
}
.om-widget-container:hover img {
  transform: scale(1.1);
}
.om-widget-image-effect{
  text-align: left;
}
.om-widget-image-effect img{
  -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
}
.om-widget-holder.OMW-second{
  width: var(62%, 62%);
  max-width: 62%;
  --container-widget-width: 62%;
  --container-widget-flex-grow: 0;
  margin-bottom: 0;
  margin-block-end: 0px;
  position:relative;
}
.om-widget-holder.OMW-third{
  position:relative;
  width: var(43%, 43%);
  max-width: 43%;
  --container-widget-width: 43%;
  --container-widget-flex-grow: 0;
  margin-bottom:0;
  margin-block-end: 0px;
}
.om-widget-holder.OMW-third .om-widget-container{
  margin: -40% 0% 0% 0%;
    border-radius: 900px 900px 900px 900px;
}
.om-widget-holder.OMW-fourth{
  width: var(34%, 34%);
  max-width: 34%;
  --container-widget-width: 34%;
  --container-widget-flex-grow: 0;
  position: relative;
  align-content: initial;
  align-items: initial;
}
.om-widget-holder.OMW-fourth .om-widget-container{
  padding: 30px 30px 0px 30px;
  border-radius: 900px 900px 900px 900px;
}
@media screen and (max-width:767px){
  .om-widget-holder.OMW-first, .om-widget-holder.OMW-third, .om-widget-holder.OMW-fourth{
    display:none;
  }
  .om-widget-holder.OMW-second{
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
    width: var(100%, 100%);
    max-width: 100%;
  }
  .om-widget-holder.OMW-second .om-widget-container{
    margin: 0% 0% 0% 0%;
    padding: 0px 0px 0px 0px;
  }
}
/* Recent work */
.recent-work-section{
  padding:90px 0;
}
.pro-work-box{
  overflow: hidden;
  position: relative;
}
.pro-work-box .pro-work-img{
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.inner-page .pro-work-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #2e4faf8c;
    pointer-events: none;
}
.pro-work-box .pro-work-img img{
  position: relative;
  width: 100%;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
  height: 370px;
  max-width: 100%;
  object-fit: cover;
}
.pro-work-img .thumb-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #dbe1fb;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: rgba(46, 79, 175, 0.35) 0px 5px 15px;
    z-index: 1;
    border: 2px dotted #2e4faf;
}
.pro-work-img .thumb-icon img {
    transform: none !important;
    transition: none !important;
    height: 35px;
    width: auto;
}
.video-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 370px;
    box-shadow: rgba(46, 79, 175, 0.35) 0px 5px 15px; /* your custom shadow */
    cursor: pointer;
    margin-bottom: 25px;
}
.video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.pro-work-info{
  margin-top:15px;
}
.proj-work-category{
  display: inline-block;
  padding-bottom: 4px;
}
.proj-work-category a {
    font-family: var(--font-family-base);
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #000;
    transition: 0.3s ease;
}
.proj-work-category a:hover{
  color: #1256B4;
  transition:color 0.3s ease;
}
.pro-work-info h5 a{
  color:#000;
}

.project-swiper-area {
  position: relative; }
  .project-swiper-area .btn-prev,
  .project-swiper-area .btn-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--primary);
    border-radius: var(--border-radius-sm);
    color: #fff; }
  .project-swiper-area .btn-prev {
    left: -150px; }
  .project-swiper-area .btn-next {
    right: -150px; }
  @media only screen and (max-width: 1680px) {
    .project-swiper-area .btn-prev {
      left: -50px; }
    .project-swiper-area .btn-next {
      right: -50px; } }
  @media only screen and (max-width: 1400px) {
    .project-swiper-area .btn-prev {
      left: -25px; }
    .project-swiper-area .btn-next {
      right: -25px; } }
  @media only screen and (max-width: 1199px) {
    .project-swiper-area .btn-prev {
      left: 0; }
    .project-swiper-area .btn-next {
      right: 0; } }

.move-1 {
  -webkit-animation: move1 5s infinite;
  animation: move1 5s infinite; }

.move-2 {
  -webkit-animation: move2 5s infinite;
  animation: move2 5s infinite; }

.move-3 {
  -webkit-animation: move3 5s infinite;
  animation: move3 5s infinite; }

@-webkit-keyframes move1 {
  0% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px); }
  50% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px); }
  100% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px); } }

@keyframes move1 {
  0% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px); }
  50% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px); }
  100% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px); } }

@-webkit-keyframes move2 {
  0% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px); }
  50% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px); }
  100% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px); } }

@-webkit-keyframes move3 {
  0% {
    transform: translate(0, 0); }
  20% {
    transform: translate(5px, 0); }
  40% {
    transform: translate(5px, 5px); }
  65% {
    transform: translate(0, 5px); }
  65% {
    transform: translate(5px, 0); }
  100% {
    transform: translate(0, 0); } }

.about-media {
  position: relative; }
  .about-media.style-1 {
    height: 100%;
    width: 40vw;
    float: right; }
    .about-media.style-1 .icon-bx {
      width: 100px;
      height: 100px;
      border-radius: 100px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      z-index: 1;
      background-color: var(--primary);
      display: flex;
      align-items: center;
      justify-content: center; }
      .about-media.style-1 .icon-bx img {
        width: 60px; }
      .about-media.style-1 .icon-bx:before, .about-media.style-1 .icon-bx:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 100%;
        z-index: -1;
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        background-color: #FFF; }
      .about-media.style-1 .icon-bx:before {
        animation: animationSignal1;
        animation-iteration-count: infinite;
        animation-duration: 3s;
        -webkit-animation: animationSignal1;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-duration: 3s; }
      .about-media.style-1 .icon-bx:after {
        animation: animationSignal2;
        animation-iteration-count: infinite;
        animation-duration: 3s;
        -webkit-animation: animationSignal2;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-duration: 3s; }
        @keyframes animationSignal2 {
          0% {
            transform: scale(0.9);
            opacity: 1;
          }
          100% {
            transform: scale(1.9);
            opacity: 0;
          }
        }
    @media only screen and (max-width: 1199px) {
      .about-media.style-1 {
        width: 100%; } }
    @media only screen and (max-width: 991px) {
      .about-media.style-1 {
        width: 50vw; } }
    @media only screen and (max-width: 767px) {
      .about-media.style-1 {
        width: 100%;
        margin: 0 auto;
        height: 400px; } }
.about-contact {
  display: flex;
  align-items: center;
  width: 100%; }
  .about-contact i {
    width: 90px;
    min-width: 90px;
    height: 90px;
    color: #fff;
    background: var(--primary);
    display: inline-block;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    margin-right: 20px;
    border-radius: var(--border-radius-base); }
    .about-contact .number {
      color: #3b6ffa !important;
      margin: 0;
      text-shadow: 1px 1px 2px rgb(1 49 122 / 19%);
      font-size: 45px;
  }
  @media only screen and (max-width: 1400px) {
    .about-contact .number {
      font-size: 36px; } }
  @media only screen and (max-width: 991px) {
    .about-contact i {
      width: 60px;
      min-width: 60px;
      height: 60px;
      font-size: 24px;
      line-height: 60px;
      margin-right: 15px; }
    .about-contact .number {
      font-size: 24px; } }
.year-exp {
  background: #fff;
  padding: 20px 40px;
  display: flex;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -200px;
  right: 20px;
  align-items: center;
  border-bottom: 6px solid var(--primary);
  animation: dzMove1 12s linear infinite; }
  @media only screen and (max-width: 991px) {
    .year-exp {
      display: none; } }
  @media only screen and (max-width: 575px) {
    .year-exp {
      padding: 10px 25px;
      top: -30px; } }
  .year-exp .year {
    font-size: 80px;
    line-height: 1;
    margin: 0; }
    @media only screen and (max-width: 575px) {
      .year-exp .year {
        font-size: 60px; } }
  .year-exp .text {
    font-weight: 600;
    margin-bottom: 0;
    margin-left: 20px; }
    @media only screen and (max-width: 575px) {
      .year-exp .text {
        margin-left: 10px;
        font-size: 18px;
        line-height: 1.2; } }
@keyframes move01 {
  0% {
    transform: rotate(45deg); }
  50% {
    transform: rotate(60deg); }
  100% {
    transform: rotate(45deg); } }
.testimonial-pic {
  background: #FFF;
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block;
  border: 5px solid #FFF; }
  .testimonial-pic.radius {
    border-radius: 100%;
    -webkit-border-radius: 100%; }
    .testimonial-pic.radius img {
      width: 100%;
      height: 100%;
      border-radius: 100%;
      -webkit-border-radius: 100%; }
  .testimonial-pic.shadow {
    -webkit-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35); }
.testimonial-text {
  position: relative;
  font-size: 15px;
  font-weight: 400; }
  .testimonial-text p:last-child {
    margin: 0;color: #FFF; }
.testimonial-detail {
  padding: 5px; }
.testimonial-position {
  font-size: 15px; }
.testimonial-name,
.testimonial-position {
  display: block; }
.testimonial-bg {
  color: #fff; }
.star-rating li {
  display: inline-block; }
.testimonial-1 {
  background-color: var(--primary);
  padding: 50px;
  position: relative;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  color: #fff;
  border-radius: var(--border-radius-base); }
  .testimonial-1 .testimonial-text {
    margin-bottom: 25px; }
  .testimonial-1 .testimonial-pic {
    border: 5px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    height: 90px;
    width: 90px;
    margin-right: 20px; }
    .testimonial-1 .testimonial-pic img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .testimonial-1 .testimonial-detail {
    padding: 0;
    display: flex;
    align-items: center; }
  .testimonial-1 .testimonial-name {
    margin-bottom: 5px;
    line-height: 1.3;
    color: inherit; }
  .testimonial-1:after {
    content: "\f10e";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    position: absolute;
    bottom: 30px;
    right: 60px;
    opacity: 0.4;
    font-size: 70px; }
  @media only screen and (max-width: 767px) {
    .testimonial-1 {
      padding: 25px; }
      .testimonial-1:after {
        font-size: 50px; }
      .testimonial-1 .testimonial-pic {
        border: 3px solid #fff;
        height: 70px;
        width: 70px;
        margin-right: 15px; }
      .testimonial-1 .testimonial-text {
        margin-bottom: 20px; }
      .testimonial-1:after {
        font-size: 40px;
        bottom: 25px;
        right: 30px; } }
.test-area1 {
  overflow: hidden; }
  .test-area1 .testi-inner {
    position: relative; }
    .test-area1 .testi-inner:after {
      content: "";
      width: 65vw;
      float: right;
      margin-right: -145px;
      background-color: var(--primary);
      position: absolute;
      height: 100%;
      top: 0;
      right: 0;
      border-radius: 0 var(--border-radius-base) var(--border-radius-base) 0; }
  .test-area1 .testimonial-1 {
    padding: 50px 50px 50px 0; }
  .test-area1 .swiper-container {
    margin-right: -130px; overflow:hidden; }
  .test-area1 .media-full {
    width: 50vw;
    height: 100%; }
    .test-area1 .media-full img {
      height: 100%;
      object-fit: cover;
      width: 100%; }
  @media only screen and (max-width: 991px) {
    .test-area1 .testi-inner:after {
      width: 75vw; } }
  @media only screen and (max-width: 767px) {
    .test-area1 .testimonial-1 {
      padding: 25px; }
    .test-area1 .testi-inner:after {
      content: none; }
    .test-area1 .swiper-container {
      margin-right: 0; }
    .test-area1 .media-full {
      width: 100%;
      height: auto;
      margin-bottom: 50px; } }
  .test-area1.left .media-full {
    float: right; }
  .test-area1.left .testi-inner:after {
    float: left;
    margin-right: 0;
    margin-left: -145px;
    left: 0;
    right: auto; }
  .test-area1.left .swiper-container {
    margin-right: 0;
    margin-left: -130px; }
    @media only screen and (max-width: 767px) {
      .test-area1.left .swiper-container {
        margin-left: 0; } }
  .test-area1.left .testimonial-1 {
    padding: 50px 0 50px 50px; }
    @media only screen and (max-width: 767px) {
      .test-area1.left .testimonial-1 {
        padding: 30px; } }
  @media only screen and (max-width: 767px) {
    .test-area1.left .media-full {
      margin-bottom: 0;
      margin-top: 50px; } }
  .test-area1.left .testi-inner:after {
    border-radius: var(--border-radius-base) 0 0 var(--border-radius-base); }
.swiper-wrapper .swiper-slide-next {
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; }

.section-head.style-1 h2, .section-head.style-1 .h2 {
  font-size: 3rem;
  line-height: 1.1; }
  .section-head.style-1 h2 span, .section-head.style-1 .h2 span {
    color: var(--primary); }
  @media only screen and (max-width: 1400px) {
    .section-head.style-1 h2, .section-head.style-1 .h2 {
      font-size: 2.50rem; } }
  @media only screen and (max-width: 991px) {
    .section-head.style-1 h2, .section-head.style-1 .h2 {
      font-size: 2.25rem; } }
  @media only screen and (max-width: 767px) {
    .section-head.style-1 h2, .section-head.style-1 .h2 {
      font-size: 2rem; } }
.section-head.style-1 h3, .section-head.style-1 .h3 {
  font-size: 3rem;
  line-height: 1.1; }
  .section-head.style-1 h3 span, .section-head.style-1 .h3 span {
    color: var(--primary); }
  @media only screen and (max-width: 1400px) {
    .section-head.style-1 h3, .section-head.style-1 .h3 {
      font-size: 2.25rem; } }
  @media only screen and (max-width: 767px) {
    .section-head.style-1 h3, .section-head.style-1 .h3 {
      font-size: 1.875rem; } }
.section-head.style-1 .sub-title {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 55px; }
  .section-head.style-1 .sub-title:before, .section-head.style-1 .sub-title:after {
    content: "";
    display: inline-block;
    height: 3px;
    background: var(--primary);
    position: absolute; }
  .section-head.style-1 .sub-title:before {
    width: 12px;
    left: 0; }
  .section-head.style-1 .sub-title:after {
    width: 27px;
    left: 16px; }
  .section-head.style-1 .sub-title.text-white:before, .section-head.style-1 .sub-title.text-white:after {
    background: #fff; }
.section-head.style-1.text-white .title {
  color: #fff; }
.section-head.style-1.text-white p {
  color: #000; }
.section-head.style-1.text-center .sub-title {
  justify-content: center; }
  .section-head.style-1.text-center .sub-title:after {
    content: ""; }
.icon-lg {
  display: inline-block;
  text-align: center; }
  .icon-lg i {
    vertical-align: middle;
    font-size: 62px; }
  .icon-lg img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 70px; }
.icon-bx-wraper {
  position: relative; }
  .icon-bx-wraper .dz-tilte {
    margin-top: 0; }
  .icon-bx-wraper .after-titile-line {
    margin-bottom: 10px; }
  .icon-bx-wraper p:last-child {
    margin: 0; }
  .icon-bx-wraper.center {
    text-align: center; }
  .icon-bx-wraper.left .icon-bx-xl,
  .icon-bx-wraper.left .icon-bx-lg,
  .icon-bx-wraper.left .icon-bx-md,
  .icon-bx-wraper.left .icon-bx-sm,
  .icon-bx-wraper.left .icon-bx-xs {
    float: left;
    margin-right: 20px; }
  .icon-bx-wraper.left .icon-xl,
  .icon-bx-wraper.left .icon-lg,
  .icon-bx-wraper.left .icon-md,
  .icon-bx-wraper.left .icon-sm,
  .icon-bx-wraper.left .icon-xs {
    float: left;
    margin-right: 10px; }
  .icon-bx-wraper.right {
    text-align: right; }
    .icon-bx-wraper.right .icon-bx-xl,
    .icon-bx-wraper.right .icon-bx-lg,
    .icon-bx-wraper.right .icon-bx-md,
    .icon-bx-wraper.right .icon-bx-sm,
    .icon-bx-wraper.right .icon-bx-xs {
      float: right;
      margin-left: 20px; }
    .icon-bx-wraper.right .icon-xl,
    .icon-bx-wraper.right .icon-lg,
    .icon-bx-wraper.right .icon-md,
    .icon-bx-wraper.right .icon-sm,
    .icon-bx-wraper.right .icon-xs {
      float: right;
      margin-left: 10px; }
  .icon-bx-wraper.bx-style-1, .icon-bx-wraper.bx-style-2 {
    border-width: 1px;
    border-style: solid;
    border-color: #ebedf2; }
.icon-content {
  overflow: hidden; }
.dz-media,
.dz-post-media {
  position: relative;
  overflow: hidden; }
  .dz-media img,
  .dz-post-media img {
    width: 100%;
    height: auto; }
.icon-bx-wraper.style-3 {
  align-items: center;
  display: flex; }
  .icon-bx-wraper.style-3 .icon-lg {
    margin-right: 25px; }
.icon-bx-wraper.style-4 {
  background: #fff;
  padding: 25px;
  align-items: center;
  display: flex;
  border-radius: var(--border-radius-base);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; }
  .icon-bx-wraper.style-4 .dz-title {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 2px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
    @media only screen and (max-width: 1400px) {
      .icon-bx-wraper.style-4 .dz-title {
        font-size: 36px; } }
  .icon-bx-wraper.style-4 .icon-cell {
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
    span.icon-cell {
    max-width: 75px;
    display: inline-block;
}
  .icon-bx-wraper.style-4 .icon-lg {
    line-height: 1;
    margin-bottom: 0;
    margin-right: 15px; }
    .icon-bx-wraper.style-4 .icon-lg i {
      font-size: 50px;
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s; }
  .icon-bx-wraper.style-4 p {
    color: var(--title);
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  .icon-bx-wraper.style-4:hover {
    background-color: var(--primary);
    transform: translateY(-5px); }
    .icon-bx-wraper.style-4:hover p,
    .icon-bx-wraper.style-4:hover .dz-title {
      color: #fff; }
    .icon-bx-wraper.style-4:hover .icon-cell i {
      color: #fff; }
.icon-bx-wraper.style-6 {
  background: #fff;
  padding: 40px 40px 70px 40px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.1);
  border-radius: var(--border-radius-base);
  overflow: hidden; }
  .icon-bx-wraper.style-6:hover p,  .icon-bx-wraper.style-6:active p{
    color: #fff;
  }
  .icon-bx-wraper.style-6 .icon-cell {
    color: var(--primary);
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  .icon-bx-wraper.style-6 .dz-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .icon-bx-wraper.style-6 .dz-title:after {
      content: "";
      width: 100%;
      height: 1px;
      background: #000;
      position: absolute;
      bottom: 0;
      left: 0;
      opacity: 0.1; }
  .icon-bx-wraper.style-6 .btn, .icon-bx-wraper.style-6 .wp-block-button__link {
    padding: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 40px;
    justify-content: center;
    border-radius: var(--border-radius-sm) var(--border-radius-sm) 0 0; }
    .icon-bx-wraper.style-6 .btn i, .icon-bx-wraper.style-6 .wp-block-button__link i {
      font-size: 24px; }
  .icon-bx-wraper.style-6:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  @media only screen and (max-width: 575px) {
    .icon-bx-wraper.style-6 {
      margin-bottom: 25px;
      padding: 30px 30px 70px 30px; }
      .icon-bx-wraper.style-6 .btn, .icon-bx-wraper.style-6 .wp-block-button__link {
        left: 30px; } }
  .icon-bx-wraper.style-6.active, .icon-bx-wraper.style-6:hover {
    box-shadow: 0 2px 60px 0 rgb(58 110 250 / 38%);
    color: #fff; }
    .icon-bx-wraper.style-6.active .icon-cell, .icon-bx-wraper.style-6:hover .icon-cell {
      color: #fff; }
    .icon-bx-wraper.style-6.active .dz-title, .icon-bx-wraper.style-6:hover .dz-title {
      color: #fff; }
      .icon-bx-wraper.style-6.active .dz-title:after, .icon-bx-wraper.style-6:hover .dz-title:after {
        background: #fff;
        opacity: 0.3; }
    .icon-bx-wraper.style-6.active:after, .icon-bx-wraper.style-6:hover:after {
      background: var(--rgba-primary-9); }
    .icon-bx-wraper.style-6.active .btn, .icon-bx-wraper.style-6.active .wp-block-button__link, .icon-bx-wraper.style-6:hover .btn, .icon-bx-wraper.style-6:hover .wp-block-button__link {
      background: #fff;
      border-color: #fff;
      color: var(--primary); }
  .icon-bx-wraper.style-6 .icon-lg {
    line-height: 1;
    margin-bottom: 25px; }
.dz-team {
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; }
  .dz-team .dz-name a {
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  .dz-team .dz-content {
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    position: relative; }
  .dz-team .dz-media img {
    width: 100%; }
  .dz-team .dz-position {
    display: block; }
.dz-team.style-1 .dz-content {
  padding: 30px; }
.dz-team.style-1 .dz-name {
  margin-bottom: 5px; }
  .dz-team.style-1 .dz-name a {
    color: inherit; }
.dz-team.style-1 .dz-position {
  font-size: 15px;
  font-weight: 400; }
.dz-team.style-1 .dz-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-base); }
.dz-team.style-1 .team-social {
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  margin-top: -60px;
  margin-bottom: 15px; }
  .dz-team.style-1 .team-social li {
    display: inline-block;
    margin-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
    .dz-team.style-1 .team-social li.add-social {
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s;
      opacity: 1;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      visibility: unset; }
      .dz-team.style-1 .team-social li.add-social span {
        background: #3a6efa;
        color: #fff;
    }
    .dz-team.style-1 .team-social li span,
    .dz-team.style-1 .team-social li a {
      background: var(--primary);
      width: 60px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      border-radius: var(--border-radius-sm);
      font-size: 24px;
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s;
      display: block;
      color: #fff; }
      .dz-team.style-1 .team-social li span:hover,
      .dz-team.style-1 .team-social li a:hover {
        background: var(--primary-hover); }
.dz-team.style-1:hover .team-social li {
  opacity: 1;
  visibility: unset;
  padding-left: 7px;
  padding-right: 7px; }
  .dz-team.style-1:hover .team-social li.add-social {
    opacity: 0;
    visibility: hidden; }
@media only screen and (max-width: 767px) {
  .dz-team.style-1 .team-social {
    margin-bottom: 5px; }
    .dz-team.style-1 .team-social li {
      padding-left: 2px;
      padding-right: 2px; }
      .dz-team.style-1 .team-social li span,
      .dz-team.style-1 .team-social li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px; } }
@media only screen and (max-width: 767px) {
  .swiper-wrapper .dz-team {
    margin: 0; } }
.team-swiper-area {
  position: relative; }
  .team-swiper-area .btn-prev,
  .team-swiper-area .btn-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--primary);
    border-radius: var(--border-radius-sm);
    color: #fff; }
  .team-swiper-area .btn-prev {
    left: -150px; }
  .team-swiper-area .btn-next {
    right: -150px; }
  @media only screen and (max-width: 1680px) {
    .team-swiper-area .btn-prev {
      left: -50px; }
    .team-swiper-area .btn-next {
      right: -50px; } }
  @media only screen and (max-width: 1400px) {
    .team-swiper-area .btn-prev {
      left: -25px; }
    .team-swiper-area .btn-next {
      right: -25px; } }
  @media only screen and (max-width: 1199px) {
    .team-swiper-area .btn-prev {
      left: 0; }
    .team-swiper-area .btn-next {
      right: 0; } }
@-webkit-keyframes zoom-hover {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }
@keyframes zoom-hover {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }
.main-silder-swiper {
  position: relative; }
  .main-silder-swiper .swiper-pagination-bullets {
    position: absolute;
    bottom: 20px;
    left: 80px; }
    @media only screen and (max-width: 1680px) {
      .main-silder-swiper .swiper-pagination-bullets {
        left: 40px; } }
  .main-silder-swiper .btn-next,
  .main-silder-swiper .btn-prev {
    position: absolute;
    top: 50%;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
    .main-silder-swiper .btn-next:hover,
    .main-silder-swiper .btn-prev:hover {
      background: var(--primary);
      color: #fff; }
  .main-silder-swiper .btn-next {
    right: 50px; }
  .main-silder-swiper .btn-prev {
    left: 50px; }
  @media only screen and (max-width: 1400px) {
    .main-silder-swiper .btn-next {
      right: -10px; }
    .main-silder-swiper .btn-prev {
      left: -10px; } }
  @media only screen and (max-width: 575px) {
    .main-silder-swiper .btn-prev {
      top: auto;
      left: auto;
      bottom: 0;
      right: 36px; }
    .main-silder-swiper .btn-next {
      right: -10px;
      bottom: 0;
      top: auto; } }
.silder-one .dz-slide-item {
  display: flex;
  align-items: center;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media only screen and (max-width: 991px) {
    .silder-one .dz-slide-item {
      min-height: auto; } }
.silder-one .silder-content {
  width: 70%; }
  .silder-one .silder-content .title {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #fff; }
    @media only screen and (max-width: 1199px) {
      .silder-one .silder-content .title {
        margin-bottom: 15px;
        font-size: 60px; } }
  .silder-one .silder-content .sub-title {
    font-weight: 700;
    margin-bottom: 10px;
    color: #9AB3FA; }
  .silder-one .silder-content p {
    font-size: 18px;
    color: #fff; }
    @media only screen and (max-width: 1199px) {
      .silder-one .silder-content p {
        font-size: 15px; } }
@media only screen and (max-width: 1400px) {
  .silder-one .silder-content {
    padding: 35px; }
    .silder-one .silder-content .sub-title {
      margin-bottom: 15px; }
    .silder-one .silder-content .title {
      font-size: 60px;
      line-height: 1.2;
      margin-bottom: 10px; }
     }
@media only screen and (max-width: 991px) {
  .silder-one .dz-slide-item {
    height: 500px; }
  .silder-one .silder-content {
    padding: 30px; }
    .silder-one .silder-content .title {
      font-size: 42px; } }
@media only screen and (max-width: 767px) {
  .silder-one .dz-slide-item {
    height: 400px; }
  .silder-one .silder-content {
    padding: 30px 50px 30px 15px;
    width: 100%; }
    .silder-one .silder-content .title {
      font-size: 36px; }
  .silder-one .dz-slide-item {
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
    min-height: auto; }
    .silder-one .dz-slide-item .slider-img {
      position: unset;
      width: 100%;
      filter: none;
      padding: 15px;
      margin-bottom: 15px; }
      .silder-one .dz-slide-item .slider-img img {
        -webkit-mask-image: unset;
        mask-image: unset;
        height: 250px;
        object-fit: cover;
        object-position: center; } }
@media only screen and (max-width: 575px) {
  .silder-one .silder-content {
    width: auto;
    left: 15px;
    right: 15px;
    bottom: 90px;
    padding: 0; }
    .silder-one .silder-content .title {
      font-size: 30px;
      margin-bottom: 15px; }
    .silder-one .silder-content .sub-title {
      font-size: 14px;
      margin-bottom: 10px; }
    .silder-one .silder-content p {
      margin-bottom: 20px; } }
.site-header.style-1 + .page-content .silder-one .dz-slide-item {
  padding-top: 200px; }
  @media only screen and (max-width: 991px) {
    .site-header.style-1 + .page-content .silder-one .dz-slide-item {
      padding-top: 80px; } }
  @media only screen and (max-width: 767px) {
    .site-header.style-1 + .page-content .silder-one .dz-slide-item {
      padding-top: 25px; } }
  @media only screen and (max-width: 575px) {
    .site-header.style-1 + .page-content .silder-one .dz-slide-item {
      padding-top: 40px;
      height: 500px; } }
/* Image Move Css */
@-webkit-keyframes bgMove {
  100% {
    background-position: 0px -3000px; } }

@-moz-keyframes bgMove {
  100% {
    background-position: 0px -3000px; } }

@-o-keyframes bgMove {
  100% {
    background-position: 0px -3000px; } }

@-ms-keyframes bgMove {
  100% {
    background-position: 0px -3000px; } }

@keyframes bgMove {
  100% {
    background-position: 0px -3000px; } }

.service-area-1 {
  position: relative;
  z-index: 1; }
  .service-area-1:after {
    content: "";
    height: 35%;
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    background: #fff; }
    @media only screen and (max-width: 991px) {
      .service-area-1:after {
        display: none; } }
    @media only screen and (max-width: 575px) {
      .service-area-1:after {
        height: 150px; } }
  @media only screen and (max-width: 991px) {
    .service-area-1 {
      padding-bottom: 20px; } }
.counter-area-1 {
  overflow: hidden; }
  .counter-area-1 .media-full {
    width: 50vw;
    height: 100%;
    border-left: 5px solid var(--primary); }
  .counter-area-1 .counter-inner {
    width: 300px;
    z-index: 1;
    position: relative; }
  .counter-area-1 .video-background {
    position: unset; }
  @media only screen and (max-width: 767px) {
    .counter-area-1 .video-background {
      width: 100%; }
    .counter-area-1 .media-full {
      width: 100%;
      border-left: 0;
      padding-bottom: 50px; }
    .counter-area-1 .counter-inner {
      width: auto; }
    .counter-area-1 .counter-col {
      padding-top: 0;
      padding-bottom: 0; } }
.hiw-area {
  overflow: hidden; }
  .hiw-area .dz-media {
    border-radius: var(--border-radius-base); }
.hiw-area-1 {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .hiw-area-1 .dz-media {
    border-radius: var(--border-radius-base); }
  .hiw-area-1:after {
    content: "";
    width: 32vw;
    height: 100%;
    position: absolute;
    top: 0;
    background: #3a6efa;
    left: 0;
    z-index: -1; }
  .hiw-area-1 .inner-content {
    padding-left: 20px; }
  @media only screen and (max-width: 991px) {
    .hiw-area-1:after {
      content: none; }
    .hiw-area-1 .inner-content {
      padding-left: 0; } }
@media only screen and (max-width: 767px) {
  .section-head-bx .text-end,
  .section-head-bx .section-head {
    text-align: center; } }
.move-2 {
  --webkit-animation: move2 3s infinite;
  animation: move2 3s infinite; }
@-webkit-keyframes move2 {
  0% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px); }
  50% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px); }
  100% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px); } }
.logo-header {
  display: table;
  float: left;
  vertical-align: middle;
  padding: 0;
  color: #EFBB20;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  height: 90px;
  position: relative;
  z-index: 9; }
  @media only screen and (max-width: 991px) {
    .logo-header {
      width: 180px;
      height: 80px; } }
  @media only screen and (max-width: 575px) {
    .logo-header {
      width: 180px; } }
  .logo-header a {
    display: table-cell;
    vertical-align: middle; }
  .logo-header img {
    height: 70px;
    max-width: 200px;
    object-fit: contain;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
    @media only screen and (max-width: 991px) {
      .logo-header img {
        max-width: 180px;
        height: 50px; } }
  .logo-header span {
    font-size: 20px;
    letter-spacing: 20px; }
.top-bar {
  background-color: #fff;
  color: #212529;
  padding: 12px 0;
  position: relative; }
  .top-bar .dz-topbar-left {
    float: left; }
    .top-bar .dz-topbar-left li {
      padding-right: 20px; }
  .top-bar .dz-topbar-right {
    float: right; }
    .top-bar .dz-topbar-right li {
      padding-left: 15px; }
  .top-bar .dz-social li a {
    color: inherit; }
  .top-bar .dz-topbar-inner {
    margin-left: -15px;
    margin-right: -15px; }
  .top-bar .dz-topbar-center,
  .top-bar .dz-topbar-left,
  .top-bar .dz-topbar-right {
    padding-left: 15px;
    padding-right: 15px; }
    .top-bar .dz-topbar-center ul,
    .top-bar .dz-topbar-left ul,
    .top-bar .dz-topbar-right ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .top-bar .dz-topbar-center ul li,
      .top-bar .dz-topbar-left ul li,
      .top-bar .dz-topbar-right ul li {
        display: inline-block;
        font-size: 15px; }
      .top-bar .dz-topbar-center ul i,
      .top-bar .dz-topbar-left ul i,
      .top-bar .dz-topbar-right ul i {
        margin-right: 5px; }
    .top-bar .dz-topbar-center .dz-social-icon li,
    .top-bar .dz-topbar-left .dz-social-icon li,
    .top-bar .dz-topbar-right .dz-social-icon li {
      padding-left: 0; }
  @media only screen and (max-width: 991px) {
    .top-bar {
      display: none; } }
.site-header {
  position: relative;
  z-index: 9999; }
  .site-header .main-bar {
    background: #fff;
    width: 100%;
    position: relative; }
  .site-header .main-bar-wraper .logo-header .light-logo {
    display: table-cell; }
  .site-header .main-bar-wraper .logo-header .dark-logo {
    display: none; }
  .site-header .main-bar-wraper.is-fixed .logo-header .light-logo {
    display: none; }
  .site-header .main-bar-wraper.is-fixed .logo-header .dark-logo {
    display: table-cell; }
  .site-header .navbar {
    position: unset; }
  .site-header .container {
    position: relative; }
  .site-header .extra-nav {
    float: right;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
    height: 90px; }
    .site-header .extra-nav .extra-cell {
      display: flex;
      align-items: center; }
    @media only screen and (max-width: 991px) {
      .site-header .extra-nav {
        height: 80px; } }
    @media only screen and (max-width: 1680px) {
      .site-header .extra-nav {
        margin-left: 10px; } }
    .site-header .extra-nav #quik-search-btn {
      color: #212529;
      cursor: pointer;
      margin-right: 0px;
      border: 0;
      width: 45px;
      height: 45px;
      background: #ebebeb;
      line-height: 45px;
      text-align: center;
      font-size: 18px;
      border-radius: 45px; }
    @media only screen and (max-width: 575px) {
      .site-header .extra-nav .btn, .site-header .extra-nav .wp-block-button__link {
        padding-left: 15px;
        padding-right: 15px; } }
    .site-header .extra-nav .phone-call {
      font-size: 22px;
      display: flex;
      align-items: center;
      color: var(--title);
      font-weight: 500;
      margin-right: 50px; }
      .site-header .extra-nav .phone-call i {
        margin-right: 15px;
        color: var(--primary); }
      @media only screen and (max-width: 1480px) {
        .site-header .extra-nav .phone-call {
          display: none; } }
    .site-header .extra-nav ul li {
      display: inline-block; }
      .site-header .extra-nav ul li .icon {
        padding: 0;
        background: transparent;
        min-width: 40px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        border-radius: 4px; }
.navbar-toggler {
  border: 0 solid #efbb20;
  font-size: 16px;
  line-height: 24px;
  margin: 40px 0 39px 15px;
  padding: 0;
  float: right;
  outline: none; }
  @media only screen and (max-width: 991px) {
    .navbar-toggler {
      margin: 15px 0 15px 15px; } }
  @media only screen and (max-width: 575px) {
    .navbar-toggler {
      margin: 15px ​0 15px 15px; } }
.navicon {
  width: 50px;
  height: 50px;
  background: var(--primary);
  box-shadow: 0 5px 15px -10px var(--primary);
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  border-radius: var(--border-radius-sm); }
  .navicon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    background: #fff;
    left: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .navicon span:nth-child(1) {
      top: 15px;
      width: 30px; }
    .navicon span:nth-child(2) {
      top: 23.5px;
      width: 25px; }
    .navicon span:nth-child(3) {
      top: 33px;
      width: 20px; }
  .navicon.open span:nth-child(1) {
    top: 25px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  .navicon.open span:nth-child(2) {
    opacity: 0;
    left: -60px; }
  .navicon.open span:nth-child(3) {
    top: 25px;
    width: 30px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }
.header-tb .navicon span {
  background: #fff; }
.header-nav {
  padding: 0; }
  @media only screen and (max-width: 991px) {
    .header-nav {
      overflow-y: scroll;
      position: fixed;
      width: 60px;
      left: -280px;
      height: 100vh !important;
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s;
      top: 0;
      background-color: #fff;
      margin: 0;
      z-index: 99; } }
  @media only screen and (max-width: 991px) {
    .header-nav.show {
      left: -1px;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s;
      margin: 0;
      width: 280px; } }
  .header-nav.nav-dark {
    background-color: #202020; }
  .header-nav .logo-header {
    display: none; }
    @media only screen and (max-width: 991px) {
      .header-nav .logo-header {
        display: block;
        padding: 25px 20px;
        float: none;
        height: auto;
        width: 100%; }
        .header-nav .logo-header img {
          max-width: unset;
          vertical-align: middle; } }
  .header-nav .nav {
    float: right;
    padding: 0;
    font-size: 0;
position:relative;
z-index:1 }
    .header-nav .nav > li {
      margin: 0px;
      font-weight: 400;
      position: relative; }
      .header-nav .nav > li.has-mega-menu {
        position: inherit; }
      @media only screen and (max-width: 991px) {
        .header-nav .nav > li {
          border-bottom: 1px solid #eee;
          width: 100%; } }
      .header-nav .nav > li.has-mega-menu > a:after {
        content: "\f078";
        font-size: 9px;
        margin-left: 5px;
        margin-top: 0;
        vertical-align: middle;
        font-weight: 900;
        font-family: "Font Awesome 5 Free"; }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li.has-mega-menu > a:after {
            content: "\f054";
            background-color: var(--primary);
            color: #fff;
            height: 30px;
            line-height: 30px;
            right: 0;
            text-align: center;
            width: 30px;
            z-index: 3;
            float: right;
            font-size: 14px;
            margin: 0; } }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li.has-mega-menu > a:after:before {
            content: "\f054"; } }
      @media only screen and (max-width: 991px) {
        .header-nav .nav > li.has-mega-menu.open > a:after {
          content: "\f078"; } }
      .header-nav .nav > li.sub-menu-down > a:after {
        content: "\f078";
        font-size: 9px;
        margin-left: 5px;
        margin-top: 0;
        vertical-align: middle;
        font-weight: 900;
        font-family: "Font Awesome 6 Pro"; }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li.sub-menu-down > a:after {
            content: "\f054";
            background-color: var(--primary);
            color: #fff;
            height: 30px;
            line-height: 30px;
            right: 0;
            text-align: center;
            width: 30px;
            z-index: 3;
            float: right;
            font-size: 14px;
            margin: 0; } }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li.sub-menu-down > a:after:before {
            content: "\f054"; } }
      @media only screen and (max-width: 991px) {
        .header-nav .nav > li.sub-menu-down.open > a:after {
          content: "\f078"; } }
      .header-nav .nav > li > a {
        color: #1e1d23;
        font-size: 17px;
        padding: 37px 20px;
        cursor: pointer;
        font-weight: 400;
        display: inline-block;
        position: relative;
        border-width: 0 0 0 1px;
        text-transform: capitalize;
        line-height: 1.1; }
        @media only screen and (max-width: 1680px) {
          .header-nav .nav > li > a {
            padding-left: 10px;
            padding-right: 10px;
            margin-right: 10px; } }
        @media only screen and (max-width: 1199px) {
          .header-nav .nav > li > a {
            padding-left: 8px;
            padding-right: 8px; } }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li > a {
            padding: 8px 0;
            display: block;
            line-height: 30px;
            font-size: 16px; } }
      .header-nav .nav > li .mega-menu,
      .header-nav .nav > li .sub-menu {
        background-color: #fff;
        display: block;
        left: 0;
        list-style: none;
        opacity: 0;
        padding: 5px 0;
        position: absolute;
        visibility: hidden;
        width: 300px;
        z-index: 10;
        margin-top: 20px;
        box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.1);
        text-align: left;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s; }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li .mega-menu,
          .header-nav .nav > li .sub-menu {
            display: none;
            position: static;
            visibility: visible;
            width: auto;
            background: transparent;
            box-shadow: none;
            margin: 0;
            border-top: 1px solid #eee;
            padding: 10px 0;
            -webkit-transition: none;
            -ms-transition: none;
            transition: none; }
            .header-nav .nav > li .mega-menu > li > a i,
            .header-nav .nav > li .sub-menu > li > a i {
              color: #fff !important;
              height: 30px;
              line-height: 30px;
              right: 0;
              text-align: center;
              width: 30px;
              z-index: 3;
              font-size: 14px !important;
              margin: 0 !important;
              background: #9bb4fa; } }
        .header-nav .nav > li .mega-menu li,
        .header-nav .nav > li .sub-menu li {
          position: relative; }
          .header-nav .nav > li .mega-menu li a,
          .header-nav .nav > li .sub-menu li a {
            color: #212529;
            display: block;
            font-size: 17px;
            padding: 10px 25px;
            text-transform: capitalize;
            position: relative;
            transition: all 0.15s linear;
            -webkit-transition: all 0.15s linear;
            -moz-transition: all 0.15s linear;
            -o-transition: all 0.15s linear;
            font-weight: 500; }
            .header-nav .nav > li .mega-menu li a:after,
            .header-nav .nav > li .sub-menu li a:after {
              content: "";
              position: absolute;
              width: 0;
              height: 1px;
              background: var(--primary);
              left: 20px;
              top: 20px;
              transition: all .5s;
              -moz-transition: all .5s;
              -webkit-transition: all .5s;
              -ms-transition: all .5s;
              -o-transition: all .5s; }
            @media only screen and (max-width: 991px) {
              .header-nav .nav > li .mega-menu li a,
              .header-nav .nav > li .sub-menu li a {
                padding: 2px 0 1px 18px;
                display: block;
                font-size: 14px;
                line-height: 30px;
                position: relative; }
                .header-nav .nav > li .mega-menu li a:after,
                .header-nav .nav > li .sub-menu li a:after {
                  content: "\f178";
                  font-family: "Font Awesome 6 Pro";
                  width: auto;
                  height: auto;
                  background: 0 0 !important;
                  top: 3px;
                  color: #1256b4;
                  font-size: 12px;
                  position: absolute;
                  left: 0;
                  font-weight: 700; } }
        .header-nav .nav > li .mega-menu li > .sub-menu,
        .header-nav .nav > li .sub-menu li > .sub-menu {
          left: 260px;
          -webkit-transition: all 0.8s;
          -ms-transition: all 0.8s;
          transition: all 0.8s; }
          @media only screen and (max-width: 991px) {
            .header-nav .nav > li .mega-menu li > .sub-menu,
            .header-nav .nav > li .sub-menu li > .sub-menu {
              display: none; } }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li .mega-menu .mega-menu,
          .header-nav .nav > li .mega-menu .sub-menu,
          .header-nav .nav > li .sub-menu .mega-menu,
          .header-nav .nav > li .sub-menu .sub-menu {
            border-top: 0;
            padding-left: 20px; }
            .header-nav .nav > li .mega-menu .mega-menu li a:after,
            .header-nav .nav > li .mega-menu .sub-menu li a:after,
            .header-nav .nav > li .sub-menu .mega-menu li a:after,
            .header-nav .nav > li .sub-menu .sub-menu li a:after {
              /* width: 5px; */
              content: "\f054";
              font-family: "Font Awesome 6 Pro";
              font-weight: 400;
              /* height: 5px; */
              /* background: #262F5A !important; */
              border-radius: 4px;
              top: 3px; } }
      .header-nav .nav > li .sub-menu li > a > i {
        color: inherit;
        display: block;
        float: right;
        font-size: 12px;
        opacity: 1;
        margin-top: 10px; }
      .header-nav .nav > li .sub-menu.open > a > i:before {
        content: "\f078"; }
      .header-nav .nav > li .sub-menu > li.open > a i:before {
        content: "\f107"; }
      .header-nav .nav > li .sub-menu li:hover > a {
        color: var(--primary);
        padding: 10px 20px 10px 35px; }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li .sub-menu li:hover > a {
            padding: 2px 0 1px 16px;
            background: transparent; } }
        .header-nav .nav > li .sub-menu li:hover > a:after {
          width: 10px; }
          @media only screen and (max-width: 991px) {
            .header-nav .nav > li .sub-menu li:hover > a:after {
              width: 5px; } }
      .header-nav .nav > li .mega-menu {
        display: flex;
        right: 0px;
        width: 100%;
        z-index: 9;
        padding: 0; }
        .header-nav .nav > li .mega-menu > li {
          display: block;
          padding: 30px 0 25px;
          position: relative;
          vertical-align: top;
          width: 25%; }
          @media only screen and (max-width: 991px) {
            .header-nav .nav > li .mega-menu > li {
              width: 100%;
              padding: 0; } }
          .header-nav .nav > li .mega-menu > li > a {
            color: #212529;
            display: block;
            padding: 0 20px;
            font-size: 16px;
            font-weight: 600;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            padding-bottom: 15px; }
            .header-nav .nav > li .mega-menu > li > a > i {
              font-size: 14px;
              margin-right: 5px;
              text-align: center;
              width: 15px; }
            @media only screen and (max-width: 991px) {
              .header-nav .nav > li .mega-menu > li > a {
                display: none; } }
          .header-nav .nav > li .mega-menu > li:after {
            content: "";
            background-color: rgba(0, 0, 0, 0.1);
            position: absolute;
            right: 0px;
            top: 0px;
            display: block;
            width: 1px;
            height: 100%; }
            @media only screen and (max-width: 991px) {
              .header-nav .nav > li .mega-menu > li:after {
                content: none; } }
          .header-nav .nav > li .mega-menu > li ul {
            margin-top: 15px; }
            @media only screen and (max-width: 991px) {
              .header-nav .nav > li .mega-menu > li ul {
                margin-top: 0; } }
          .header-nav .nav > li .mega-menu > li > ul li:hover > a {
            background-color: transparent;
            padding: 10px 20px 10px 35px; }
            @media only screen and (max-width: 991px) {
              .header-nav .nav > li .mega-menu > li > ul li:hover > a {
                padding: 2px 0 1px 16px;
                background: transparent; } }
            .header-nav .nav > li .mega-menu > li > ul li:hover > a:after {
              width: 10px; }
          .header-nav .nav > li .mega-menu > li:last-child:after {
            display: none; }
          .header-nav .nav > li .mega-menu > li:hover > a {
            background-color: transparent; }
          .header-nav .nav > li .mega-menu > li li i {
            font-size: 14px;
            margin-right: 5px;
            text-align: center;
            width: 15px; }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li .mega-menu {
            display: none;
            padding: 10px 0; } }
      .header-nav .nav > li:hover > a {
        color: var(--primary); }
      .header-nav .nav > li:hover > .mega-menu,
      .header-nav .nav > li:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s; }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li:hover > .mega-menu,
          .header-nav .nav > li:hover > .sub-menu {
            -webkit-transition: none;
            -ms-transition: none;
            transition: none; } }
        .header-nav .nav > li:hover > .mega-menu li:hover > .sub-menu,
        .header-nav .nav > li:hover > .sub-menu li:hover > .sub-menu {
          opacity: 1;
          visibility: visible;
          margin-top: 0;
          top: -1px; }
      .header-nav .nav > li.open .mega-menu,
      .header-nav .nav > li.open > .sub-menu {
        display: block;
        opacity: 1;
        -webkit-transition: none;
        -ms-transition: none;
        transition: none; }
      .header-nav .nav > li.open .open.menu-item-has-children > a:before {
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg); }
      .header-nav .nav > li.open .open .mega-menu,
      .header-nav .nav > li.open .open > .sub-menu {
        display: block;
        opacity: 1;
        -webkit-transition: none;
        -ms-transition: none;
        transition: none; }
    @media only screen and (max-width: 1400px) {
      .header-nav .nav > li:nth-last-child(3) .sub-menu .sub-menu,
      .header-nav .nav > li:nth-last-child(2) .sub-menu .sub-menu,
      .header-nav .nav > li:last-child .sub-menu .sub-menu {
        left: -220px; } }
    @media only screen and (max-width: 1199px) {
      .header-nav .nav > li:last-child .sub-menu {
        left: auto;
        right: 0; } }
    @media only screen and (max-width: 991px) {
      .header-nav .nav {
        float: none;
        padding: 0 20px; } }
  .header-nav .dz-social-icon {
    display: none;
    text-align: center; }
    .header-nav .dz-social-icon li {
      display: inline-block;
      margin: 0 2px; }
    .header-nav .dz-social-icon a {
      width: 40px;
      height: 40px;
      padding: 0;
      border: 1px solid #eee;
      line-height: 38px;
      text-align: center;
      border-radius: 40px; }
    @media only screen and (max-width: 991px) {
      .header-nav .dz-social-icon {
        display: block;
        padding-top: 30px;
        padding-bottom: 20px; } }

.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .header-transparent .top-bar,
  .header-transparent .main-bar {
    background: transparent; }
  .header-transparent .container-fluid, .header-transparent .container-sm, .header-transparent .container-md, .header-transparent .container-lg, .header-transparent .container-xl {
    padding-left: 80px;
    padding-right: 80px; }
    @media only screen and (max-width: 1199px) {
      .header-transparent .container-fluid, .header-transparent .container-sm, .header-transparent .container-md, .header-transparent .container-lg, .header-transparent .container-xl {
        padding-left: 15px;
        padding-right: 15px; } }
  .header-transparent .top-bar ul li,
  .header-transparent .top-bar ul li a {
    color: #fff; }
  .header-transparent .side-menu-btn .menu-icon-in span {
    background-color: #fff; }
  .header-transparent .is-fixed .side-menu-btn .menu-icon-in span {
    background-color: #212529; }
  @media only screen and (min-width: 991px) {
    .header-transparent .nav > li > a {
      color: #fff; } }
  .header-transparent .navbar-toggler span {
    background: #fff; }
  .header-transparent .is-fixed .nav > li > a {
    color: #212529; }
  .header-transparent .is-fixed .navbar-toggler span {
    background: #fff; }
  .header-transparent .top-bar {
    border-color: #fff; }
    .header-transparent .top-bar .dz-topbar-left li,
    .header-transparent .top-bar .dz-topbar-left i,
    .header-transparent .top-bar .dz-topbar-right li,
    .header-transparent .top-bar .dz-topbar-right i {
      color: #fff; }
.is-fixed .main-bar {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: all 0.5s; }
@media only screen and (max-width: 991px) {
  .mo-left .header-nav {
    overflow-y: scroll;
    position: fixed;
    width: 60px;
    left: -280px;
    height: 100vh !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    top: 0;
    background-color: #fff;
    margin: 0;
    z-index: 99; }
    .mo-left .header-nav.nav-dark {
      background-color: #202020; }
    .mo-left .header-nav.show {
      left: -1px;
      transition: all 0.8s;
      -webkit-transition: all 0.8s;
      -moz-transition: all 0.8s;
      -o-transition: all 0.8s;
      margin: 0;
      width: 280px; }
    .mo-left .header-nav .logo-header {
      display: block;
      float: none;
      height: auto !important;
      max-width: 100%;
      padding: 25px 20px;
      width: 100% !important; }
      .mo-left .header-nav .logo-header img {
        max-width: 180px;
        vertical-align: middle; }
    .mo-left .header-nav li.open a {
      position: relative; }
  .mo-left .navbar-toggler.open {
    z-index: 99; }
    .mo-left .navbar-toggler.open:after {
      background-color: rgba(0, 0, 0, 0.6);
      content: "";
      left: 0;
      position: fixed;
      right: -20px;
      top: -63px;
      transform: scale(100);
      -o-transform: scale(100);
      -moz-transform: scale(100);
      -webkit-transform: scale(100);
      width: 100%;
      z-index: -1;
      transition: all 0.5s;
      transform-origin: top right;
      margin: 0 0px 0px 20px;
      -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
      box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6); }
    .mo-left .navbar-toggler.open span {
      background: #fff; } }

.text-black .nav > li > a {
  color:#000 }

.text-black .navbar-toggler span {
  background: #fff; }
/* Start Header is-fixed Animation */
.main-bar {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s; }
.is-fixed .main-bar {
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown; }
@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px; }
  100% {
    margin-top: 0; } }

@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px; }
  100% {
    margin-top: 0; } }

@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px; }
  100% {
    margin-top: 0; } }

@keyframes headerSlideDown {
  0% {
    margin-top: -150px; }
  100% {
    margin-top: 0; } }
.site-header.style-1 .extra-cell {
  display: flex;
  align-items: center; }
  .site-header.style-1 .extra-cell > a,
  .site-header.style-1 .extra-cell > div {
    margin-left: 30px; }
    @media only screen and (max-width: 1680px) {
      .site-header.style-1 .extra-cell > a,
      .site-header.style-1 .extra-cell > div {
        margin-left: 15px; } }
  @media only screen and (max-width: 575px) {
    .site-header.style-1 .extra-cell .login-btn {
      display: none; } }
  .site-header.style-1 .extra-cell .login-btn i {
    font-size: 18px;
    margin-right: 10px;
    line-height: 18px; }
  .site-header.style-1 .extra-cell .btn-quote {
    background: linear-gradient(16deg, #01317A, #9AB3FA) !important;
    border:none !important;
    border-radius: 30px;
    padding: 14px 24px;
    font-size: 14px; }
  @media only screen and (max-width: 767px) {
    .site-header.style-1 .extra-cell {
      display: none; } }
.site-header.style-1 .dz-social-icon {
  display: none;
  text-align: center; }
  .site-header.style-1 .dz-social-icon li {
    display: inline-block;
    margin: 0 2px; }
  .site-header.style-1 .dz-social-icon a {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #3a6efa;
    line-height: 38px;
    text-align: center;
    border-radius: 40px; }
  @media only screen and (max-width: 991px) {
    .site-header.style-1 .dz-social-icon {
      display: block;
      padding-top: 30px;
      padding-bottom: 20px; } }
.site-header.style-1 .header-nav .nav > li {
    font-family: "DM Sans", sans-serif; }
  .site-header.style-1 .header-nav .nav > li > a {
    font-weight: 500; }
.site-header.style-1 .header-nav .nav > li.has-mega-menu > a, .site-header.style-1 .header-nav .nav > li.sub-menu-down > a {
  display: flex;
  align-items: center; }
  .site-header.style-1 .header-nav .nav > li.has-mega-menu > a:after, .site-header.style-1 .header-nav .nav > li.sub-menu-down > a:after {
    content: "\f078";
    font-size: 10px;
    margin-left: 10px;
    margin-top: 0; }
    @media only screen and (max-width: 1199px) {
      .site-header.style-1 .header-nav .nav > li.has-mega-menu > a:after, .site-header.style-1 .header-nav .nav > li.sub-menu-down > a:after {
        margin-left: 2px; } }
  @media only screen and (max-width: 991px) {
    .site-header.style-1 .header-nav .nav > li.has-mega-menu > a, .site-header.style-1 .header-nav .nav > li.sub-menu-down > a {
      display: block; } }
@media only screen and (max-width: 991px) {
  .site-header.style-1 .header-nav .nav > li.has-mega-menu.open > a:after, .site-header.style-1 .header-nav .nav > li.sub-menu-down.open > a:after {
    content: "\f068"; } }
.site-header.style-1 .header-nav .nav > li:hover > a,
.site-header.style-1 .header-nav .nav > li.active > a {
  color: #01317A; } /*  padding-left: 10px;   */
  .site-header.style-1 .header-nav .nav > li:hover > a::before,
  .site-header.style-1 .header-nav .nav > li.active > a::before {
    content: '';
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    background: #01317A;
    width: 107%;
    left: -4px;
    height: 40px;
    z-index: -1;
    transform: translateY(-50%);
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    transition: all 0.5s ease-in-out;
}
.site-header.style-1 .is-fixed .main-bar {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05); }
  .site-header.style-1 .is-fixed .main-bar .container {
    box-shadow: none; }
@media only screen and (max-width: 991px) {
  .site-header.style-1 {
    padding-top: 0;
    position: relative; } }
.site-header.style-1 .phone-no {
  color: var(--primary);
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 3px;
  margin: 0;
  font-family: "Rubik", sans-serif; }
  @media only screen and (max-width: 1680px) {
    .site-header.style-1 .phone-no {
      display: none; } }
.site-header.style-1 .dz-topbar-right ul {
  margin-left: -5px;
  margin-right: -5px; }
  .site-header.style-1 .dz-topbar-right ul li {
    padding-left: 5px;
    padding-right: 5px; }
@media only screen and (min-width: 991px) {
  .site-header.style-1.header-transparent .main-bar .container {
    border-radius:10px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05); } }
.site-header.style-1.header-transparent .is-fixed .main-bar {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05); }
  .site-header.style-1.header-transparent .is-fixed .main-bar .container {
    box-shadow: none; }
.menu-btn {
  background: transparent;
  width: 45px;
  height: 45px;
  box-shadow: none;
  border-radius: 0.25rem; }
  @media only screen and (max-width: 1680px) {
    .menu-btn {
      margin-left: 20px; } }
  @media only screen and (max-width: 991px) {
    .menu-btn {
      display: none; } }
  .menu-btn span {
    background: #212529;
    left: 10px; }
    .menu-btn span:nth-child(1) {
      top: 14px;
      width: 25px; }
    .menu-btn span:nth-child(2) {
      top: 21.5px;
      width: 20px; }
    .menu-btn span:nth-child(3) {
      top: 29px;
      width: 15px; }
  .menu-btn.open span:nth-child(1) {
    top: 22px; }
  .menu-btn.open span:nth-child(2) {
    opacity: 0;
    left: -60px; }
  .menu-btn.open span:nth-child(3) {
    top: 22px;
    width: 25px; }
@media only screen and (max-width: 991px) {
  .header.style-1 .header-nav .nav > li .sub-menu > li.open > a i:before {
    content: "\f068";
    font-size: 9px;
    line-height: 28px; } }
@media only screen and (max-width: 991px) {
  .header.style-1 .header-nav .nav > li .sub-menu li > a > i::before {
    content: "\f067";
    font-size: 9px;
    line-height: 28px; } }
.site-header.header-overlay {
  background: rgba(0, 0, 0, 0.5); }
footer {
  font-size: 15px; }
  footer .widget {
    margin-bottom: 40px; }
  footer strong {
    color: #fff; }
  footer .footer-logo {
    margin-bottom: 25px; }
    footer .footer-logo img {
      max-width: 100%; }
  footer .widget-logo ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    footer .widget-logo ul li {
      display: inline-block;
      flex: 50%;
      padding: 0 15px 15px 0px; }
footer .widget_about p {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 26px;
}
  footer .footer-title {
    margin: 0;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
    color: #fff;
    line-height: 1.2; }
    footer .footer-title .dz-separator {
      position: absolute;
      bottom: 0;
      left: 0; }
  footer .widget:hover .footer-title span:after {
    width: 5px; }
  footer .widget:hover .footer-title span:before {
    width: 55px; }
  footer .footer-top {
    padding: 70px 0 20px; }
    @media only screen and (max-width: 767px) {
      footer .footer-top {
        padding: 50px 0 0; } }
  footer .footer-bottom {
    background-color: #36404a;
    font-size: 15px;
    padding: 15px 0; }
    footer .footer-bottom .copyright-text a {
      color: #fff;
      font-weight: 400; }
    @media only screen and (max-width: 991px) {
      footer .footer-bottom {
        text-align: center; }
        footer .footer-bottom .text-end {
          margin-top: 10px; } }
.widget_getintuch ul li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 52px;
    font-weight: 400;
    line-height: 26px;
    min-height: 45px;
}
  .widget_getintuch ul li h5, .widget_getintuch ul li .h5 {
    font-size: 20px;
    line-height: 1.33;
    margin-bottom: 5px; }
    @media only screen and (max-width: 1199px) {
      .widget_getintuch ul li h5, .widget_getintuch ul li .h5 {
        font-size: 18px;
        line-height: 1.2; } }
        .widget_getintuch ul li i {
          position: absolute;
          left: 0;
          top: 4px;
          height: 40px;
          width: 40px;
          min-width: 40px;
          line-height: 40px;
          margin-right: 10px;
          text-align: center;
          background-color: #9BB4FA;
          display: block;
          color: #1256b4;
          font-size: 16px;
          border-radius: var(--border-radius-lg);
      }
.brand-text{
  color:#9BB4FA !important;
}
.credit-text{
  color: #FFF;
}
.credit-text a{
  color:#0293C2;
}
.site-footer.style-1 {
  position:relative;
  color: #FFF;
  background-color: #01317a;
  background-position: center;
  background-size: cover;
z-index:1; }
  .site-footer.style-1::after {
    content: "";
    display: block;
    background-image: url('../images/footer-shape.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover; /* or 'contain' depending on your design */
    position: absolute;
    left: 0;
    opacity: 0.1;
    bottom: 0;
    width: 100%;
    height: 100%; /* or set a specific height like 200px */
    z-index: -1; /* Ensure it goes behind content */
  }
  .site-footer.style-1 .footer-top {
    padding: 80px 0 50px; }
    .site-footer.style-1 .footer-top .text {
      margin: 0 50px 45px; }
    .site-footer.style-1 .footer-top .footer-logo {
      margin-bottom: 25px; }
      .site-footer.style-1 .footer-top .footer-logo img {
        height: 60px;
        filter: invert(1) brightness(50);
      }
  .site-footer.style-1 .widget-title {
    margin-bottom: 25px; }
    .site-footer.style-1 .widget-title .title {
      color: #fff; }
  .site-footer.style-1 .footer-bottom {
    background-color: rgb(18 86 180);
    background-position: center;
    background-size: cover;
    padding: 0; }
    .site-footer.style-1 .footer-bottom .fb-inner {
      padding-top: 20px;
      padding-bottom: 20px; }
    .site-footer.style-1 .footer-bottom ul li {
      display: inline-block; }
      .site-footer.style-1 .footer-bottom ul li a {
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s; }
        .site-footer.style-1 .footer-bottom ul li a:hover {
          color: var(--primary); }
      .site-footer.style-1 .footer-bottom ul li:before {
        color: var(--primary); }
      .site-footer.style-1 .footer-bottom ul li:last-child {
        padding-right: 0; }
  .site-footer.style-1 .footer-title {
    padding-bottom: 0;
    margin-bottom: 10px; }
  @media only screen and (max-width: 1400px) {
    .site-footer.style-1 .footer-top {
      padding: 70px 0 30px; } }
  @media only screen and (max-width: 991px) {
    .site-footer.style-1 .footer-top {
      padding: 70px 0 30px; }
    .site-footer.style-1 .footer-bottom .text-end {
      margin-top: 15px; } }
  @media only screen and (max-width: 575px) {
    .site-footer.style-1 .footer-top {
      padding: 50px 0 10px; }
      .site-footer.style-1 .footer-top .text {
        margin: 0 0px 30px; }
      .site-footer.style-1 .footer-top .footer-logo {
        margin-bottom: 30px; } }
#bg {
  background-attachment: fixed;
  background-size: cover; }
.main-bar-wraper.sticky-no .main-bar {
  position: unset; }
.theme-sharped {
  --border-radius-base: 0;
  --border-radius-sm: 0;
  --border-radius-lg: 0;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none; }
  /* Breadcrumb */
.site-breadcrumb {
    background: url(../images/breadcrumb-bg.jpg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    text-align: start;
    background-repeat: no-repeat !important;
    background-position: top !important;
    background-size: cover !important;
    position: relative;
    padding-top: 250px;
    padding-bottom: 70px;
    z-index: 1;
}
.site-breadcrumb::before {
    content: "";
    position: absolute;
    background: #14428a94;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.site-breadcrumb .breadcrumb-title {
  font-family: var(--font-family-base);
    font-size: 40px;
    line-height: 64px;
    color: #FFF;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 0px;
    text-transform: capitalize;
}
.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
}
.site-breadcrumb .breadcrumb-menu {
    padding-left: 0;
    margin-top: 0px;
    margin-bottom: 0;
}
.site-breadcrumb .breadcrumb-menu li {
    position: relative;
    display: inline-block;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
    margin-left: 25px;
    color: #fff;
    font-size: 15px;
    font-weight: 500; 
    line-height: 26px; 
}
.site-breadcrumb .breadcrumb-menu li a {
  padding-right: 2px;
  color: #FFF;
  transition: all 0.5s ease-in-out;
}
.site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: '\f101';
  font-family: 'Font Awesome 6 Pro';
  right: -21px;
  top: 1px;
  text-align: center;
  font-size: 14px;
  color: #FFF;
}
.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}
.site-breadcrumb .breadcrumb-menu li:last-child:before {
  display: none;
}
.site-breadcrumb .breadcrumb-menu li a:hover {
  color: #bfc1e5;
}
.site-breadcrumb .breadcrumb-menu li.active {
    color: #bfc1e5 !important;
}
/* About us Inner */
.abtdir-avatar{
  position: relative;
  overflow: hidden;
  width: 350px;
  height:350px;
  background-color: #FFF;
  border: 4px solid #01317a5e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(1, 49, 122, 0.2) 0px 8px 24px;
}
.abtdir-avatar img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.dir-name {
  font-size: 32px;
  font-weight: 600;
  color: #01317A;
  padding-bottom: 10px;
}
.infrastr-col{
  margin-bottom: 25px;
}
.infrastr-card{
  height: 100%;
  border: none !important;
  background-color: #FFF;
  padding: 45px 30px;
  border-radius: 10px !important;
  box-shadow: rgba(58, 110, 250, 0.2) 0px 7px 29px 0px;
  transition: 0.5s ease-in-out;
}
.infrastr-card:hover{
  background-color: #3A6EFA;
  transition:background-color 0.3s ease;
}
.infrastr-avatar img{
  width: 50px;
  height: auto;
}
.infrastr-card:hover .infrastr-avatar img{
  filter: invert(1) brightness(8);
  transform:filter 0.3s ease ;
}
.infrastr-info h5{
   font-family: var(--sora-font);
   color: #000;
   text-transform: capitalize;
   font-size: 23px;
   font-weight: 600;
   line-height: 36px;
   margin-top: 15px;
   transition: 0.3s ease all;
}
.infrastr-card:hover .infrastr-info h5, .infrastr-card:hover .infrastr-info h5 a{
  color: #FFF;
   transition: color 0.3s ease;
}
.infs-p-text{
  color: #666666;
  transition:all 0.3s ease-in-out;
}
.infrastr-card:hover .infrastr-info .infs-p-text{
     color: #FFF;
   transition: color 0.3s ease;
}
.infs-href{
  color: #01317A;
  text-transform: uppercase;
  text-decoration: underline !important;
  text-underline-offset: 7px;
  text-decoration-thickness: 2px;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--dmsans-font);
}
.infrastr-card:hover .infs-href{
   color: #FFF;
   transition: color 0.3s ease;
}
/* Clients */
.client-card{
  border: none !important;
  background-color: #FFF;
  border-radius: 0 !important;
  padding: 20px;
 box-shadow: 
  0 4px 6px rgba(58, 110, 250, 0.1), 
  0 8px 20px rgba(58, 110, 250, 0.15);
  margin-bottom: 25px;
}
.client-card img{
  min-height: 80px;
  max-height: 80px;
  width: auto;
  object-fit: contain;
}
.cont-card-Raut{
  display: flex;
  align-items: center;
}
.contau-avatar{
  height: 60px;
  width: 60px;
  min-height: 60px;
  min-width: 60px;
  display:flex;
  justify-content: center;
  align-items: center;
  border:1px solid #01317A;
  border-radius: 3px;
  background-color: #FFF;
  transition: 0.3s ease;
}
.cont-card:hover .contau-avatar{
  background-color: #3A6EFA;
  border-color: #3A6EFA;
  transition: all 0.3s ease;
} 
.contau-avatar i{
  font-size: 30px;
  color: #01317A;
}
.cont-card:hover .contau-avatar i{
  color: #fff;
  transition: 0.3s ease;
}
.contau-info{
  padding-left: 20px;
}
.contau-info h4{
  font-family: var(--sora-font);
  color: #000;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 0;
}
.contau-info h6{
  font-family: var(--dmsans-font);
  font-size: 15px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}
.cont-card{
  margin-bottom: 25px;
}
.contus-form-wrapper .form-head{
  position: relative;
  width: fit-content;
  font-family: var(--sora-font);
  font-size: 20px;
  color: #01317A;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.contus-form-wrapper .form-head::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  height: 2px;
  width: 30%;
  background-color: #000;
}
.contus-form-wrapper{
  background-color:#9bb4fa6b ;
  padding: 25px;
  border-radius: 4px;
}
.contus-form-wrapper .form-group{
    margin-bottom: 25px;
}
.contus-form-wrapper .form-control{
  border: 1px solid transparent;
  background-color: #fff;
  border-radius: 4px;
}
.contus-form-wrapper .form-control::placeholder{
  color: #666666;
  font-size: 13px !important;
}
.contus-form-wrapper .form-control.ff{
  height: 45px;
}
.contus-form-wrapper .form-control:focus{
  box-shadow: none;
  border-color: #01317A;
  transition: 0.3s ease all;
}
.inner-infr-head {
    font-family: var(--sora-font);
    position: relative;
    text-transform: capitalize;
    display: inline-block;
    font-size: 28px;
    line-height: 46px;
    margin-bottom: 22px;
    padding-bottom: 8px;
}
.inner-infr-head:before{
  content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #01317A;
    bottom: 0;
    max-width: 100px;
    left: 0;
}
.inner-infr-head:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #01317A;
    bottom: 0;
    max-width: 30px;
    border-inline: 4px solid #fff;
    left: 0;
    margin-left: 60px;
}
.infr-list-wrapper{
  margin-top: 20px;
}
.infraAut-cont-wrap {
  height: 100%;
    padding: 25px;
    box-shadow: rgba(1, 49, 122, 0.27) 0px 0px 0.25em,
  rgba(58, 110, 250, 0.1) 0px 0.15em 0.5em,
  rgba(155, 180, 250, 0.06) 0px 0.3em 1em;
}
.infr-list-ul {
  list-style: none; 
  padding-left: 25px;
}
.infr-list-ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.infr-list-ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  background-image: url('../images/icons/right-arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.infraAut-wid-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.infraAut-wid-wrap img {
  display: block;
  width: 100%;
  height: 600px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
/* Subtle metallic shine */
.infraAut-wid-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 20%;            /* narrow band */
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255,   0) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255,   0) 100%
  );
  transform: skewX(-20deg);
  transition: none;
}
/* On hover – slow sweep */
.infraAut-wid-wrap:hover::before {
  animation: metallic-shine 1.2s ease-in-out forwards;
}
@keyframes metallic-shine {
  0%   { left: -100%; }
  50%  { left:  60%; }
  100% { left: 100%;  }
}
.sub-infr-list-ul {
  list-style-type: circle !important;
  margin-top: 8px;
  padding-left: 20px;
}
.sub-infr-list-ul li{
   list-style-type: square !important;
   padding-left: 0 !important;
}
.sub-infr-list-ul li::marker{
  color: #01317A !important;
}
.sub-infr-list-ul li::before{
  display: none !important;
}
/* Gallery Section */
.fancybox__container{
  z-index: 10500 !important;
}
.gallery-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 25px;
}
.gallery-card img {
    max-height: 250px;
    min-height: 250px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}
.gallery-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #3a6efabf;
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: 1;
    pointer-events: none;
}
.zoom-icowrap {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 50%;
    outline: 2px solid #FFF;
    outline-offset: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 20%) scale(1);
    opacity: 0;
    z-index: 2;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.gallery-card:hover .zoom-icowrap {
    transform: translate(-50%, -50%) scale(1); /* Move to center */
    opacity: 1;
}
.zoom-icowrap i{
    color: #fff;
    font-size: 23px;
}
/* Hover Effect */
.gallery-card:hover img {
    transform: scale(1.1);
}
.gallery-card:hover::before {
    opacity: 1;
}
.projects-section.inner .pro-work-box img{
  transition: 1.2s ease-in-out;
}
.projects-section.inner .pro-work-box:hover img{
   transform: scale(1.1) rotate(2deg);
   transition: transform 1.2s ease-in-out;
}
.ourexp-wid-wrap img{
   border-radius: 10px;
   width: 100%;
   max-height: 550px;
   object-fit: cover;
}
.innp-subheading {
    position: relative;
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 15px;
    padding-left: 20px;
    margin-top: 25px;
    margin-bottom: 6px;
}
.innp-subheading::after {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    height: 70%;
    width: 8px;
    border-radius: 50px;
    background-color: #3A6EFA;
}
.innerscp-wid-wrap img{
  height: 300px;
  max-width: 340px;
  object-fit: cover;
  border-radius: 25px;
}
.innprobox-whlewrap{
  margin: 30px 0;
  padding: 25px;
  border-radius: 15px;
  background-color: #FFF;
 box-shadow:
  rgba(0, 0, 0, 0.2) 0px 2px 6px,
  rgba(58, 110, 250, 0.25) 0px 4px 10px;
}
.inncR3AHj{
  margin-bottom: 15px;
}
.innp-list-ul ul {
  list-style: none;
  padding-left: 0; 
}
.innp-list-ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.innp-list-ul li::before {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400; 
  position: absolute;
  left: 0;
  top: 0;
  color: #1256B4; 
}

