/*1. Default CSS*/
:root {
  /*@Googel Font-Family Declaration*/
  --ki-gf-body:"Ubuntu", sans-serif;
  --ki-gf-heading:"Nunito Sans", sans-serif;
  --ki-gf-title:"Marcellus", serif;
  --ki-gf-fontawesome: "Font Awesome 6 Pro";
  /*@Color Declaration*/
  --ki-text:#7E8185;
  --ki-text-primary:#046181;
  --ki-text-dark: #9DB6D5;
  --ki-text-gray: #89868d;
  --ki-primary:#0c81ac;
  --ki-secondary:#ffe607;
  --ki-base:#007c14;	
  --ki-accent:#6e2a00;
  --ki-gray: #f3f6fd;
  --ki-white: #fff;
  --ki-black: #0B2038;
  --ki-light:#FFF6ED;
  --ki-border-color: #FCE9DD;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*Typography CSS*/
body {
  font-family:var(--ki-gf-body);
  font-size:16px;
  font-weight: 400;
  color:var(--ki-black);
}
a {text-decoration: none;}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ki-gf-heading);
  color:var(--ki-primary);
  margin-top: 0px;
  font-weight: var(--ki-fw-sbold);
  line-height: 1.2;
}
h1 {font-size: var(--ki-fs-h1);}
h2 {font-size: var(--ki-fs-h2);}
h3 {font-size: var(--ki-fs-h3);}
h4 {font-size: var(--ki-fs-h4);}
h5 {font-size: var(--ki-fs-h5);}
h6 {font-size: var(--ki-fs-h6);}
ul {
  margin: 0px;
  padding: 0px;
}
p {
  font-size: 16px;
  font-weight:400;
  color: var(--ki-color-text-body);
  margin-bottom: 15px;
  line-height: 26px;
}
.btn,
button,
span,
p,
input,
select,
textarea,
li,
img,
svg path,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

textarea#story {
    -moz-appearance:none;
  outline:0px none transparent;
}

textarea:focus, input:focus{
    outline: 0;
}

*:focus {
    outline: 0;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
  text-decoration:none;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input {
  outline: none;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--ki-primary);
  color: var(--ki-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--ki-primary);
  color: var(--ki-white);
  text-shadow: none;
}

::selection {
  background: var(--ki-primary);
  color: var(--ki-white);
  text-shadow: none;
}
.ki-primary{color: var(--ki-primary);}
.section-bg {background:#e8fbfd;}
/* Common Classes CSS **/
.w-img img {width: 100%;}
.m-img img {max-width: 100%;}
img {max-width: 100%;}
.fix {overflow: hidden;}
.clear {clear: both;}
.f-left {float: left;}
.f-right {float: right;}
.z-index-1 {z-index: 1;}
.z-index-11 {z-index: 11;}
.overflow-y-visible {overflow-x: hidden;overflow-y: visible;}
.p-relative {position: relative;}
.p-absolute {position: absolute;}
.include-bg {background-position: center;background-size: cover;background-repeat: no-repeat;}
.b-radius {border-radius: 6px;}

.padding {padding:90px 0;}
@media (max-width: 991px) {
  .padding {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .padding {
    padding: 60px 0;
  }
}

@media (max-width: 991px) {
  .sm-padding {
    padding: 15px;
  }
}
.padding-15 {
  padding: 15px !important;
}
.pt-0 {padding-top: 0;}
.pb-0 {padding-bottom: 0;}
/* Section Heading */
.section-heading {
  margin-bottom:35px;
}
.section-heading .sub-heading {
  font-size: 16px;
  font-weight: 700;
  font-family:var(--ki-gf-heading);
  color: var(--ki-text-primary);
  border-radius: 30px;
  display: initial;
  padding: 5px 10px 5px 10px;
}
.section-heading .section-title {
  font-weight: 800;
  margin: 20px 0;
  font-size: 36px;		
}
@media (max-width: 991px) {
  .section-heading .section-title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .section-heading .section-title {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.section-heading p {
  font-size: 18px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.section-heading p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-heading p br {
    display: none;
  }
}

@media (max-width: 991px) {
  .section-heading.mb-60 {
    margin-bottom: 40px;
  }
  .section-heading {
    margin-bottom: 40px;
  }
}
/* Margin Class */
.mt-10 {margin-top: 10px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-25 {margin-top: 25px;}
.mt-30 {margin-top: 30px;}
.mt-35 {margin-top: 35px;}
.mt-40 {margin-top: 40px;}
.mt-45 {margin-top: 45px;}
.mt-50 {margin-top: 50px;}
.mb-10 {margin-bottom: 10px;}
.mb-15 {margin-bottom: 15px;}
.mb-20 {margin-bottom: 20px;}
.mb-25 {margin-bottom: 25px;}
.mb-30 {margin-bottom: 30px;}
.mb-35 {margin-bottom: 35px;}
.mb-40 {margin-bottom: 40px;}
.mb-45 {margin-bottom: 45px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-90 {margin-bottom: 90px;}
.mr-10 {margin-right:10px;}

/*Buttons CSS*/
.ki-primary-btn {
  background: var(--ki-primary);
  color: var(--ki-white);
  font-family:var(--ki-gf-body);
  display: inline-block;
  font-size:18px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  padding:16px 35px;
  letter-spacing: 0;
  border-radius:10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ki-primary-btn:focus, .ki-primary-btn:hover {
	 background:var(--ki-primary);
  color: var(--ki-white);
}
@media (max-width: 767px) {
  .ki-primary-btn {
    font-size: 15px;
    padding: 15px 25px;
  }
}
.ki-primary-btn span {
  position: relative;
  z-index: 20;
}
.ki-primary-btn:after {
  background: var(--ki-white);
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -1;
}
.ki-primary-btn:hover:after {
  left: 120%;
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.ki-primary-btn i {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .ki-primary-btn i {
    margin-left: 10px;
  }
}
/*Start Back to top css*/
.back-to-top {
  background: var(--ki-primary);
  border-radius: 3px;
  bottom: 30px;
  color:var(--ki-white);
  cursor: pointer;
  display: none;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 337;
}
.back-to-top:hover, .back-to-top:focus {
  background:var(--ki-base);
  color:var(--ki-white);
}
/*End scroll_up css*/
/*Preloader Start Here*/
#preloader {
  bottom:0;
  left:0;
  position:fixed;
  right:0;
  top:0;
  z-index:9999;
  background:#fff
}
.loading-bar {
  width:150px;
  height:16px;
  border-radius:22.4px;
  color:rgb(249, 224, 25);
  border:2px solid;
  position:relative;
  display:block;
  overflow:hidden
}
.loading-bar::before {
  content:"";
  position:absolute;
  margin:2.2px;
  inset:0 100% 0 0;
  border-radius:inherit;
  background:rgb(249, 224, 25);
  -webkit-animation:lineAnim 2s linear infinite;
  animation:lineAnim 2s linear infinite;
  left:-50%;
  width:40%
}
@-webkit-keyframes lineAnim {
  0% {
    left:-40%
  }
  50% {
    left:20%;
    width:80%
  }
  100% {
    left:100%;
    width:100%
  }
}
@keyframes lineAnim {
  0% {
    left:-40%
  }
  50% {
    left:20%;
    width:80%
  }
  100% {
    left:100%;
    width:100%
  }
}
.tt-placeholder {
  position:relative;
  overflow:hidden;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
}
.tt-placeholder::before {
  content:"";
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background:-webkit-gradient(linear, left top, right top, color-stop(30%, rgba(255, 255, 255, 0.12)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(54%, rgba(255, 255, 255, 0.12))) 50% 50%;
  background:linear-gradient(to right, rgba(255, 255, 255, 0.12) 30%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.12) 54%) 50% 50%;
  -webkit-animation:slide 1s linear infinite;
  animation:slide 1s linear infinite
}
.line-container {
  display:block;
  line-height:0
}
.placeholder-line {
  display:inline-block;
  width:100%;
  background-color:rgba(5,5,5,.15);
  height:8px
}
.h-8 {
  height:8px
}
.h-10 {
  height:10px
}
.h-12 {
  height:12px
}
.w-5 {
  width:5%
}
.w-10 {
  width:10%
}
.w-40 {
  width:40%
}
.w-50 {
  width:50%
}
.w-60 {
  width:60%
}
@-webkit-keyframes slide {
  from {
    -webkit-transform:translateX(-100%);
    transform:translateX(-100%)
  }
  to {
    -webkit-transform:translateX(100%);
    transform:translateX(100%)
  }
}
@keyframes slide {
  from {
    -webkit-transform:translateX(-100%);
    transform:translateX(-100%)
  }
  to {
    -webkit-transform:translateX(100%);
    transform:translateX(100%)
  }
}
/*Preloader End Here*/
/*Topbar*/
.topbar {
  background-color:var(--ki-primary);
  padding:0px 85px;	
}
@media (max-width: 991px) {
  .topbar {
    display: none;
  }
}
.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:7px 0px;
}
.topbar__info {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 0;
}
.topbar__info li {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--espartyox-white, #fff);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.32px;
}
.topbar__info p, .topbar__info a {
  transition: all 0.4s ease-in-out;
  color: inherit;
  margin-bottom: 0;
}
.topbar__info a:hover {
  color: var(--espartyox-text, #737373);
}
.topbar .topbar__info__right {
  display: flex;
  align-items: center;
  gap: 40px;
}

.user-info__btn {
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  transition: all 0.4s ease-in-out;
  color: var(--espartyox-white, #fff);
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.32px;
}

.user-info {
  position: relative;
}
.user-info__dropdown {
  position: absolute;
  right: 0;
  top: calc(100% + 11px);
  width: 130px;
  background-color: var(--espartyox-white, #fff);
  padding: 15px 20px;
  z-index: 99;
  display: none;
  border-radius: 10px;
}
.user-info__dropdown a {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  gap: 5px;
  font-weight: 500;
  color: var(--espartyox-black, #001A3D);
  line-height: 12px;
  padding-right: 15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  transition: all 0.4s ease-in-out;
  border-bottom: 1px solid var(--espartyox-gray, #DDDDDD);
}
.user-info__dropdown a i {
  color: var(--espartyox-base, #212ED0);
}
.user-info__dropdown a:hover {
  color: var(--espartyox-base, #212ED0);
}
.user-info__dropdown a:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.topbar-two {
  background-color: #021623;
  border-bottom: 0.5px solid rgba(245, 246, 250, 0.5);
}
@media (max-width: 991px) {
  .topbar-two {
    display: none;
  }
}
.topbar-two__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar-two .topbar-two__info__icon {
  line-height: 1;
}
.topbar-two__info {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 0;
}
.topbar-two__info li {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--espartyox-white, #fff);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.32px;
  font-family: var(--espartyox-font2, "Jost", sans-serif);
  padding: 19px 20px;
  border-left: 0.5px solid rgba(245, 246, 250, 0.5);
}
.topbar-two__info li:last-child {
  border-right: 0.5px solid rgba(245, 246, 250, 0.5);
}
.topbar-two__info p, .topbar-two__info a {
  color: inherit;
  margin-bottom: 0;
}
.topbar-two__info a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.topbar-two__info a:hover {
  background-size: 100% 1px;
}
.topbar-two__info a:hover {
  color: var(--ki-white);
}
.topbar-two__social {
  display: flex;
  align-items: center;
}
.topbar-two__social a {
  font-size:16px;
  color: var(--ki-white);
  padding:1px 12px;
  line-height: 1;
}
.topbar-two.topbar--three .topbar-two__info {
  gap: 0;
}
.topbar-two.topbar--three .topbar-two__info li {
  padding: 19px 20px;
  color: var(--ki-white);
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  border-color:var(--ki-white);
}

/*Header Start Here CSS*/
.header-area {
  padding:10px 85px;
}
.header-area .logo {margin-top:18px;}
.header-area .logo img {
	width:auto;
	height:85px;
}
.header-right {
  display: flex;
  justify-content: center;
}
.header-right {
  padding-top:0px;
}
.header-icon {
  margin-right:0px;
  font-size: 20px;
  margin-top:15px;
}
.government-logo {margin:5px;}
.header-sh p {
  font-size: 14px;
  margin-bottom: 9px;
  line-height: 1;
  color:#00b7ff;
  font-weight:500;
}
.header-sh h4 {
  color:var(--ki-black);
  font-size:16px;
  margin-bottom: 0px;
  font-weight:700;
  font-family: var(--ki-gf-heading);
}
.header-sh span {color:var(--ki-black);font-weight:500;font-size:14px;}
.header-icon i {
  color: var(--ki-white);
  font-size: 18px;
  margin-right: 10px;
  background-color: var(--ki-primary);
  padding: 15px;
  border-radius: 10px;
  transform-origin: center;
}
.main-menu ul li {
  display: inline-block;
  margin: 0 12px;
  position: relative;
  z-index: 999;
  list-style:none;
}
.main-menu ul li a {
  color:var(--ki-black);
  font-weight:500;
  font-size:16px;
  padding:45px 10px 0;
  display: list-item;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}
.main-menu ul>li:hover>a::before,.main-menu ul > li.active > a::before {
  opacity: 1;
}
.main-menu ul li:hover a,.main-menu ul li.active a {
  color:var(--ki-primary);
}
.header-top-btn a {
  padding: 16px 24px;
}
.header-top-btn {
  padding-top:27px;
}
.header-top-btn .ki-primary-btn {font-size:16px;}
.header-btn a {
  background: #6c5edf;
  padding: 20px 60px;
  border-radius: 30px;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 700;
  color: #fff;
}
.main-menu ul li ul.submenu {
	position: absolute;
	background: #fff;
	width: 230px;
	top: 110%;
	padding: 15px 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	text-align: left;
}
.main-menu ul li:hover>ul.submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.main-menu ul li ul.submenu li {
  margin: 0;
  display: block;
  margin-bottom: 0px;
}

.main-menu ul li ul.submenu li>a::before {
  background: transparent;
}

.main-menu ul li ul.submenu li:hover>a {
  color: #002450;
}

.main-menu ul li ul.submenu li:last-child {
  margin-bottom: 0;
}

.main-menu ul li ul.submenu li a {
	color: #262626;
	font-weight: 500;
	font-size: 15px;
	padding: 12px 28px;
}

.main-menu ul li ul.submenu li ul.submenu {
  left: 100%;
  top: 0;
}

.header-btn a:hover {
  background: #ff63a3;
  color: #fff;
}

.sticky-bar {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
	z-index: 9999;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	background: #fff;
}
.sticky-bar .header-sh h4 {
	color: #262626;
}

@media (min-width: 1200px) and (max-width: 1500px) {
.header-area {padding-left: 20px;padding-right: 20px;}
.main-menu ul li {margin: 0 0px;}
.main-menu ul li a{font-size:14px;font-weight:600;}	
.header-sh h4 {font-size:16px;}	
.header-top-btn {padding-top: 22px;}	
.header-top-btn a {padding:14px 21px;}	
.header-icon i{padding: 14px;font-size:21px;margin-right: 3px;}
.header-icon {margin-right: 6px;}
.brand-area {padding-left: 50px;padding-right: 50px;}
}

/* LG  Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
.header-area {padding-left: 15px;padding-right: 15px;}
.header-sh-wrp {display: none;}
.header-area.pt-30.pb-30 {padding-bottom: 22px;}
.logo a img {width: 100%;}
.header-icon {margin-right: 9px;font-size: 14px;}
.header-sh p {font-size: 14px;margin-bottom: 1px;}
.btn.header-btn {padding: 15px 28px;font-size: 14px;}
.header-sh h4 {color: #fff;font-size: 15px;margin-bottom: 0;}
.main-menu ul li {margin: 0 5px;}
.main-menu ul li a {padding: 14px 4px;font-size: 15px;}
.brand-area {padding-left: 50px;padding-right: 50px;}
}
/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
.header-area {padding-left: 15px;padding-right: 15px;}
.brand-area {padding-left: 30px;padding-right: 30px;}
.header-sh h4 {color: #000;font-size: 15px;}
.header-area {margin-left: 0px;margin-right: 0px;}
}
/* small mobile (XS) :320px. */
@media (max-width: 767px) {
.brand-area {padding-left: 15px;padding-right: 15px;}
.header-area {padding-left: 0px;padding-right: 0px;}
.header-area .logo img {width: auto;height: 64px;}	
}
/*Header CSS End*/
/*Hero Banner Section Start CSS */
.hero-section {
  padding-top:60px;
  padding-bottom:60px;
  position: relative;
  background-color:#e8fbfd;
  overflow: hidden;
}
.intro {color: var(--ki-text-primary);font-size: 16px;font-weight: 500;}
.hero-section h1 {
	color:var(--ki-text-primary);
  margin-bottom: 15px;
  font-family: var(--ki-gf-heading);
  font-size:32px;
  font-weight: 700;
  text-transform: uppercase;
}
.hero-section p {
  color: var(--ki-black);
  font-size:18px;
  margin-bottom:15px;
  line-height:38px;
  font-weight:500;
}
.btn-dark-blue {
  background-color:var(--ki-primary);
  color:var(--ki-white);
  border: none;
  border-radius:10px;
}

.btn-dark-blue:hover {
  background-color:var(--ki-text-primary);
  color:var(--ki-white);	
}

.btn-outline-dark-blue {
  border:2px solid var(--ki-primary);
  color:var(--ki-primary);
  background-color:transparent;
  border-radius:10px;	
}

.btn-outline-dark-blue:hover {
  background-color:var(--ki-text-primary);
   color:var(--ki-white);
}
.hero-section .images-all {
  position: relative;
  height: 480px;
  margin-top: 60px;

}
.hero-section .images-all .image1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
}
.hero-section .images-all .image1:hover {
  z-index: 99;
  transition: all 0.4s;
}
.hero-section .images-all .image1:hover img {
  transform: scale(1.1);
  transition: all 0.4s;
}
.hero-section .images-all .image2 {
  position: absolute;
  left: 315px;
  top: 0;
  z-index: 3;
  transition: all 0.4s;
}
.hero-section .images-all .image2 img {
  transition: all 0.4s;
}
.hero-section .images-all .image2:hover {
  z-index: 99;
  transition: all 0.4s;
}
.hero-section .images-all .image2:hover img {
  transform: scale(1.1);
  transition: all 0.4s;
}
.hero-section .images-all .image3 {
  position: absolute;
  right: 315px;
  bottom: 0;
  z-index: 2;
}
.hero-section .images-all .image3 img {
  transition: all 0.4s;
}
.hero-section .images-all .image3:hover {
  z-index: 99;
  transition: all 0.4s;
}
.hero-section .images-all .image3:hover img {
  transform: scale(1.1);
  transition: all 0.4s;
}
.hero-section .images-all .image4 {
  position: absolute;
  right: 0;
  top: 0;
}
.hero-section .images-all .image4 img {
  transition: all 0.4s;
}
.hero-section .images-all .image4:hover {
  z-index: 99;
  transition: all 0.4s;
}
.hero-section .images-all .image4:hover img {
  transform: scale(1.1);
  transition: all 0.4s;
}
/*ANIMATION AREA CSS*/
@keyframes shape-animaiton1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100px);
  }
}
@keyframes shape-animaiton2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}
@keyframes shape-animaiton3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes shape-animaiton4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1000deg);
  }
}
@keyframes animate1 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes animate2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(20px);
  }
}
@keyframes animate3 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(15px);
  }
}
@keyframes animate4 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-25px);
  }
}
@keyframes animate5 {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.animate1 {
  position: relative;
  animation-name: animate1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.animate2 {
  position: relative;
  animation-name: animate2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.animate3 {
  position: relative;
  animation-name: animate3;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.animate4 {
  position: relative;
  animation-name: animate4;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.animate5 {
  position: relative;
  animation-name: animate5;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}


.hero-image-shifted {
    position: relative;
  top: 40px; /* move image down by 40px */
}
/* Responsive */
@media (max-width: 768px) {
  .hero-section {
    padding-top:10px;
    padding-bottom:10px;
  }	
	.hero-section::before {display:none;}
  .hero-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
  }

  .hero-section p {
    font-size: 1rem;
  }

  .custom-btn {
    font-size: 1rem;
    padding: 10px 24px;
  }

  .contact-box {
    font-size: 0.95rem;
  }
}
/*Hero Banner Section End CSS */
/*ABout Us Section Here*/
.about-section {
	position:relative;
	padding:100px 0;
}
.about-text-block {
  background:#eae4e4;
  padding: 18px 30px;
  border-bottom: 2px solid var(--ki-primary);
  color:#2d3941;
  font-size: 20px;
}
.about-image-box-style1 {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about-image-box-style1 {
    margin-bottom: 195px;
  }
}
@media screen and (max-width: 425px) {
  .about-image-box-style1 {
    margin-bottom: 40px;
  }
}
.about-image-box-style1 .about-image1 {
  position: absolute;
  left: 0;
  width: 420px;
  bottom: -155px;
  border: 15px solid #ffffff;
  z-index: 3;
}
.about-image-box-style1 .about-image2 {
  width: 480px;
  margin-left: 70px;
  position: relative;
  overflow: hidden;
}
.about-image-box-style1 .about-image2:before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .about-image-box-style1 .about-image2 {
    margin-left: 45px;
  }
}
@media screen and (max-width: 425px) {
  .about-image-box-style1 .about-image2 {
    width: 100%;
    margin-left: 0px;
  }
}
.about-image-box-style1 .about-image2:hover:before {
  -webkit-animation: shine 1.3s;
  animation: shine 1.3s;
}
.about-image-box-style1 .video-popup-left {
  top: 30px;
  right: 60px;
  left: auto;
  z-index: 1;
}
.about-image-box-style1 .video-popup-left a {
  border-radius: 0;
  background: var(--ki-primary);
}
.about-image-box-style1 .video-popup-left a:before {
  border-radius: 0;
}
.about-image-box-style1 .video-popup-left a:after {
  border-radius: 0;
  border: 2px solid var(--ki-primary);
}
.about-image-box-style1.about-side-line:after {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, #0c81ac, #3db9b2);
  width: 20px;
  height: 300px;
  left: 15px;
  top: 0;
}
@media screen and (max-width: 425px) {
  .about-image-box-style1.about-side-line:after {
    display: none;
  }
}

.experience {
  background-color:transparent;
  padding: 50px;
  text-align: center;
  position: relative;
  background-size: cover;
}
.experience:after {
  content: "";
  background:linear-gradient(to bottom, #0c81ac, #3db9b2);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 50%;	
}
.experience .experience-year {
  z-index: 1;
  position: relative;
  color: var(--ki-white);
  font-size: 84px;
  line-height: 75px;
  font-weight: 700;
}
.experience .experience-text {
  z-index: 1;
  position: relative;
  color: var(--ki-white);
  margin-bottom: 5px;
}

.about-person {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-person .about-person-img {
  position: relative;
}
.about-person .about-person-img:before {
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: 30px;
  right: -10px;
  border: 2px solid var(--ki-primary);
  content: "";
  z-index: -1;
}
.about-person .about-person-content {
  margin-left: 40px;
  position: relative;
}
.about-person .about-person-content .about-person-name {
  font-size: 46px;
  line-height: 46px;
  color: var(--ki-primary);
  font-weight: normal;
  letter-spacing: -1px;
}
.about-person .about-person-content .about-person-designation {
  margin-bottom: 0;
}

.about-person2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-person2 .about-person-img {
  position: relative;
}
.about-person2 .about-person-img:before {
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: 30px;
  right: -10px;
  border: 2px solid var(--ki-primary);
  content: "";
  z-index: -1;
}
.about-person2 .about-person-content {
  margin-right: 40px;
  position: relative;
}
.about-person2 .about-person-content .about-person-name {
  font-size: 46px;
  line-height: 46px;
  color: var(--ki-primary);
  font-weight: normal;
  letter-spacing: -1px;
}
.about-person2 .about-person-content .about-person-designation {
  margin-bottom: 0;
}
.about-us-content-body ul{
	background-color:#E9F7FE;
    border-radius: 20px;
    padding: 30px;
    margin: 0;
    list-style: none;
}
.about-us-content-body ul.note{
	background-color:#FBF2D7;
}
.about-us-content-body ul li{
	position: relative;
  font-size: 14px;
  color: var(--ki-primary);
  font-weight: 500;
  padding-left: 30px;
  margin-bottom: 15px;
}

.about-us-content-body ul li:last-child{
	margin-bottom: 0;
}

.about-us-content-body ul li:before{
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    font-weight:400;
    font-size:18px;
    color:var(--ki-accent);
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 4px;
    left: 0;
}
.about-section .subtitle {
  font-size: 32px;
  color: var(--ki-primary);
  font-weight: 600;;
}
.about-section .title {
  font-size: 32px;
  color: var(--ki-primary);
  font-weight: 600;;
}
.about-section h4 {
  font-size: 18px;
  color: var(--ki-accent);
  margin-bottom: 15px;
}
.about-section ul li{
	position: relative;
  font-size: 14px;
  
  padding-left: 30px;
  margin-bottom:5px;
}
.about-section ul li.no-icon { padding-left:10px;}
.about-section ul li:before{
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    font-weight:400;
    font-size:18px;
    color:var(--ki-accent);
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 4px;
    left: 0;
}
.about-section ul li.no-icon:before {
  content: '';
}
/*About Us Section End Here*/
.services-section {
	padding:60px 0;
	position:relative;
}
.services-section .card {background-color:#e8fbfd;border:none;}
.services-section .card .icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: auto;
  margin-bottom: 10px;
}
.services-section .card-title {
  font-size: 24px;
  font-weight: 700;
}

.services-section .ki-primary-btn {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 15px;	
}


/*Quality*/
.quality-area{
	padding:45px 0;
}
.quality-content {
	margin-left:35px;
}
.quality-content-body{
	margin-bottom: 50px;
}

.quality-content-body ul{
	background-color:#e8fbfd;
	border-radius: 20px;
	padding:18px;
	margin: 0;
	list-style: none;
}
.quality-content-body ul li{
	position: relative;
	font-size:16px;
	color:var(--ki-text-body);
	font-weight:400;
    padding-left: 30px;
    margin-bottom: 15px;
}
.quality-content-body ul li:last-child{
	margin-bottom: 0;
}
.quality-content-body ul li:before{
 content: '\f058';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 500;
  font-size: 18px;
  color: var(--ki-text-primary);
  display: inline-block;
  line-height: normal;
  position: absolute;
  top: 9px;
  left: 0;
}

/*Testimonials Section Start Here*/
.testimonials-ki{
	padding:60px 0;
	overflow:hidden;
}
.testimonial-box {
   background-color:var(--ki-white);
  border-radius: 20px;
  box-shadow: 2px 0px 50px rgb(0 0 0 / 3%);
  border-bottom: 2px solid var(--ki-primary);
  padding: 37px 22px 35px 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.testimonials-ki .owl-carousel .owl-item img {
    width: auto !important;
    margin-right: 15px;
}
.testimonials-ki.test-meta {
  gap: 10px;
}
.testimonials-ki .owl-carousel .owl-item i {color:var(--ki-tertiary);}
.testimonial-box p {
    font-weight: 400;
  line-height: 25px;
  color: var(--ki-black);
  margin-bottom: 15px;
  font-size: 15px
}
.testimonial-box span.customer {
  font-size: 18px;
  color: var(--ki-text-primary);
  font-weight: 600;
}
.testimonial-box span.designation {
  color: var(--ki-black);
  font-weight: 500;
  font-size: 14px;
}
.testimonials-ki .owl-stage-outer {
    padding-top: 20px;
}
.testimonials-ki .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}
.testimonials-ki .owl-theme .owl-dots .owl-dot span {
    width:12px !important;
    height:12px !important;
    background-color:var(--ki-text-primary);
}
.testimonials-ki .owl-theme .owl-dots .owl-dot.active span {
    width:12px !important;
    height:12px !important;
    background-color:var(--ki-primary);
    margin-bottom: 2px;
}
.testimonials-ki .owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--ki-tertiary);
}
/*Testimonials Section End Here*/

.counter-ki {
	position:relative;
	padding:60px 0;
}
.counter-ki .content-title {
	font-size: 52px;
  color: var(--ki-black);
  font-weight: 700;
}
.counter-ki p {font-size: 18px;color: var(--ki-primary);font-weight: 600;}


/* hero-7 area style  */
.sub-hero-area {
  position: relative;
  z-index: 1;
}

.hero-7-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero-7-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-hero-area-inner {
  padding-top:90px;
  padding-bottom:90px;
}
@media only screen and (max-width: 1399px) {
  .sub-hero-area-inner {
    padding-top:90px;
    padding-bottom:90px;
  }
}
@media only screen and (max-width: 1199px) {
  .sub-hero-area-inner {
    padding-top:70px;
    padding-bottom:70px;
  }
}

.sub-hero-content {
  text-align: center;
}
.sub-hero-content .section-title {
	font-size:54px;
	font-weight:800;
	text-transform:uppercase;
}
.sub-hero-content .breadcrumb-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .sub-hero-content .breadcrumb-wrapper {
    margin-top: 12px;
  }
}
.sub-hero-content .breadcrumb {
  list-style: none;
  margin-bottom: 0;
}
.sub-hero-content .breadcrumb li {
  display: inline;
  font-size: 18px;
  line-height: 27px;
  color: var(--ki-black);
  text-transform: uppercase;
}
.sub-hero-content .breadcrumb li a {
  color: rgba(15, 14, 14, 0.7);
  text-decoration: none;
}
.sub-hero-content .breadcrumb li a:hover {
  color: var(--ki-text-primary);
  text-decoration: underline;
}
.sub-hero-content .breadcrumb li + li:before {
  padding: 0 3px;
  color: rgba(15, 14, 14, 0.7);
  content: "/ ";
}


/*About Style1 */
.about-style1 {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 10;
}


.about-style1__content {
    position: relative;
    display: block;
    padding-right: 20px;
}

.about-style1__content .sec-title {
    padding-bottom: 30px;
}

.about-style1__content-text-box {
    position: relative;
    display: block;
}

.about-style1__content-text-box ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 45px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  list-style: none;
}

.about-style1__content-text-box ul li {
    position: relative;
    display: block;
    padding-left: 35px;
    color: #2a2a2a;
    font-size: 20px;
    font-family: var(--ki-gf-body);
    font-weight: 500;
}

.about-style1__content-text-box ul li+li {
    margin-top: 13px;
}

.about-style1__content-text-box ul li .icon {
    position: absolute;
  top: 6px;
  left: 1px;
  color: var(--ki-primary);
  font-size: 20px;
  line-height: 0;;
}

.about-style1__content-text-box ul li .icon span {
    font-weight: 700;
}


.about-style1__img {
    position: relative;
    display: block;
    padding-top: 30px;
    padding-left: 3px;
}

.about-style1__img ul.row {
    --bs-gutter-x: 15px;
}

.about-style1__img ul.row li:last-child {
    position: relative;
    top: -30px;
}

.about-style1__img .single-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-style1__img .single-box img {
    width: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}


.about-style1__img .single-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--thm-base);
    opacity: 0.20;
    -webkit-mask-image: linear-gradient(to left, transparent 47.5%, #fff 52.5%);
    -webkit-mask-size: 210%;
    -webkit-mask-position: right;
    z-index: 1;
    display: none;
}

.about-style1__img .single-box:hover:before {
    -webkit-mask-position: left;
    transition: -webkit-mask-position 1s linear;
}

.service-section {position:relative;padding:60px 0;}
.service-title {
  font-size:36px;
  color: var(--ki-text-primary);
  line-height: 16px;
  padding-bottom:21px;
  margin: 0;
  position: relative;
  font-weight: 700;
}
.service-sub-title {
  font-size: 18px;
  color: var(--ki-black);
  line-height: 18px;
  padding-bottom:21px;
  margin: 0;
  position: relative;
  font-weight: 700;
}
/* FORCE TWO SIDE-BY-SIDE COLUMNS INSIDE LEFT CONTENT */
.service-content-flex {
  display: flex !important;
  flex-wrap: nowrap !important;  /* no wrap unless small screen */
  gap: 20px;
}

.service-content-flex .service-col {
  width: 50% !important;         /* force half width */
  flex: 0 0 50% !important;       /* force no shrink/grow */
  padding: 10px;
}

/* ICON BULLETS */
.icon-list {
  list-style: none;
  padding-left: 0;
}
.icon-list li {
  position: relative;
  padding-left: 1.9em;
  margin-bottom:12px;
  font-size: 1rem;
}
.icon-list li::before {
  font-family: "Font Awesome 6 Pro";	
  content: "\f058";   /* simple bullet */
  position: absolute;
  left: 0;
  color:var(--ki-primary);
  font-size: 1.1rem;
}

.image-hov-two{
  position: relative;
  display: block;
  overflow: hidden;
}
.image-hov-two::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1000%;
  height: 0%;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.image-hov-two:hover::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}



/* RESPONSIVE (wrap at small screen) */
@media (max-width: 767px) {
  .service-content-flex {
    flex-wrap: wrap !important;
  }
  .service-content-flex .service-col {
    width: 100% !important;
    flex: 0 0 100% !important;
  }
}


/* Partner */
.partners-slide {
  gap: 2rem;
}
.partners-slide img {
  max-height: 60px;
}
@media only screen and (min-width:1200px) {
  .partners-slide {
    gap: 3rem;
  }
  .partners-slide img {
    max-height: 80px;
  }
}

/* Portfolio */
.portfolio-card {
  position: relative;
  border-radius: 20px;
  z-index: 1;
  overflow: hidden;
}
.portfolio-card img {
  border-radius: 20px;
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
}
.portfolio-card .portfolio-overlay-content {
  padding: 16px 20px;
  border-radius: 8px;
  background: #FEFEFE;
  position: absolute;
  width: calc(100% - 40px);
  bottom: 20px;
  left: 20px;
  z-index: 100;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width:768px) {
  .portfolio-card .portfolio-overlay-content {
    padding: 20px 25px;
    width: calc(100% - 60px);
    bottom: 30px;
    left: 30px;
  }
}
@media only screen and (min-width:1200px) {
  .portfolio-card .portfolio-overlay-content {
    padding: 24px 30px;
    width: calc(100% - 72px);
    bottom: 50px;
    left: 36px;
  }
}
.portfolio-card .portfolio-overlay-content h3 {
  color: #0E0E0E;
  font-size: 20px;
  letter-spacing: -0.6px;
}
@media only screen and (min-width:1200px) {
  .portfolio-card .portfolio-overlay-content h3 {
    font-size: 30px;
  }
}
.portfolio-card .portfolio-overlay-content p {
  color: #1A1A1A;
}
.portfolio-card .portfolio-overlay-content a {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
  background-color: #ECC80B;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.portfolio-card .portfolio-overlay-content a:hover, .portfolio-card .portfolio-overlay-content a:focus {
  background-color: #ECB50B;
}
.portfolio-card:hover img, .portfolio-card:focus img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.portfolio-card:hover .portfolio-overlay-content, .portfolio-card:focus .portfolio-overlay-content {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.portfolio-card-two {
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
}
.portfolio-card-two > img {
  border-radius: 20px;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}
.portfolio-card-two .portfolio-overlay-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.portfolio-card-two .portfolio-overlay-content a {
  position: relative;
  z-index: 100;
  width: 100px;
  height: 100px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ECC80B;
  min-width: 80px;
  border-radius: 50%;
  margin: auto;
}
.portfolio-card-two .portfolio-overlay-content a span {
  color: #0E0E0E;
  font-size: 36px;
}
.portfolio-card-two:hover > img, .portfolio-card-two:focus > img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.portfolio-card-two:hover .portfolio-overlay-content, .portfolio-card-two:focus .portfolio-overlay-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.portfolio-content-two h3 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.6px;
}

.portfolio-swiper-navigation {
  position: relative;
  z-index: 150;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.portfolio-swiper-navigation > div {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  background-color: #FEFEFE;
  border-radius: 50%;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.portfolio-swiper-navigation > div::before {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ECB50B;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -10;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  opacity: 0;
}
.portfolio-swiper-navigation > div:hover, .portfolio-swiper-navigation > div:focus {
  background-color: #ECC80B;
}
.portfolio-swiper-navigation > div:hover::before, .portfolio-swiper-navigation > div:focus::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.catagory-slide {
  background-color: #ECC80B;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width:992px) {
  .catagory-slide {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.catagory-slide h2 {
  color: #0E0E0E;
  font-size: 42px;
  letter-spacing: -1.62px;
  gap: 60px;
}
@media only screen and (min-width:992px) {
  .catagory-slide h2 {
    font-size: 54px;
  }
}
.catagory-slide h2 span:nth-child(1) {
  padding-left: 60px;
}

.portfolio-details-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.portfolio-details-content h1,
.portfolio-details-content h2,
.portfolio-details-content h3,
.portfolio-details-content h4,
.portfolio-details-content h5,
.portfolio-details-content h6,
.portfolio-details-content p {
  margin-bottom: 0 !important;
}
.portfolio-details-content img {
  width: 100%;
  border-radius: 24px;
}
.portfolio-details-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.portfolio-details-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.portfolio-details-content ul li [class^=material-symbols-] {
  color: #ECC80B;
  font-size: 24px;
}

.portfolio-widget {
  background-color: #1A1A1A;
  padding: 40px 36px;
  border-radius: 10px;
  width: 100%;
}
.portfolio-widget .social-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 40px;
}
.portfolio-widget .social-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #0E0E0E;
  border-radius: 50%;
  font-size: 16px;
  color: #FFFFFF;
}
.portfolio-widget .social-nav a:hover, .portfolio-widget .social-nav a:focus {
  background-color: #ECC80B;
  color: #1A1A1A;
}


.ki-btn {
  border: 0 !important;
  font-size: 13px;
  padding: 14px 32px;
  border-radius: 2rem;
  font-weight: 600;
  letter-spacing: -0.14px;
  overflow: hidden;
  position: relative;
  height: 48px;
  min-width: 180px;
  text-transform: uppercase;
}
@media only screen and (min-width:1200px) {
  .ki-btn {
    font-size: 14px;
    padding: 18px 40px;
    height: 57px;
    min-width: 210px;
  }
}
.ki-btn span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.ki-btn span:first-child {
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.ki-btn span:last-child {
  -webkit-transform: translateX(-50%) translateY(80px);
          transform: translateX(-50%) translateY(80px);
}
.ki-btn:active span:first-child, .ki-btn:focus span:first-child, .ki-btn:hover span:first-child {
  -webkit-transform: translateX(-50%) translateY(-80px);
          transform: translateX(-50%) translateY(-80px);
}
.ki-btn:active span:last-child, .ki-btn:focus span:last-child, .ki-btn:hover span:last-child {
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

/*Footer Section Start Here*/
.border-text {
  text-fill-color:transparent;
  text-stroke-color:#fff;
  -webkit-text-fill-color:transparent;
  -webkit-text-stroke-color:#fff;
  -webkit-text-stroke-width:1px;
  stroke-width:1px
}
.border-text.primary {
  text-fill-color:transparent;
  text-stroke-color:var(--ki-primary);
  -webkit-text-fill-color:transparent;
  -webkit-text-stroke-color:var(--ki-primary);
  -webkit-text-stroke-width:1px;
  stroke-width:1px
}
.scroll-section {
  width:100%;
  overflow:hidden;
  position:relative;
  border-bottom:1px solid rgba(255,255,255,0.1)
}
.scroll-track {
  display:flex;
  white-space:nowrap;
  will-change:transform;
  animation-timing-function:linear;
  animation-iteration-count:infinite;
  animation-play-state:running
}
.pause-on-hover:hover,
.pause-on-hover:active,
.pause-on-hover:focus {
  animation-play-state:paused
}
.scroll-left {
  animation-name:scroll-left
}
.scroll-right {
  animation-name:scroll-right
}
.scroll-group {
  display:inline-flex;
  white-space:nowrap
}
.scroll-item {
  display:inline-block;
  white-space:nowrap;
  line-height:1;
  font-size: 85px;
  font-weight: 700;	   
}
.scroll-item.with-img {
  min-width:250px;
  height:auto;
  text-align:center;
  align-items:center;
  justify-content:center;
  display:inline-flex
}
.scroll-item.with-img img {
  vertical-align:middle
}
@keyframes scroll-left {
  0% {
    transform:translateX(0)
  }
  100% {
    transform:translateX(-200%)
  }
}
@keyframes scroll-right {
  0% {
    transform:translateX(-200%)
  }
  100% {
    transform:translateX(0)
  }
}

.scroll-speed-4 {
  animation-duration:30s
}

.border-color-light-white {
  border-color: rgba(255,255,255,0.1) !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.pb-2-4, .py-2-4 {
  padding-bottom: 2.4rem;
}
.pt-2-4, .py-2-4 {
  padding-top: 2.4rem;
}
.social-icon-style2 li {
  display:inline-block;
  margin-right:30px
}
.social-icon-style2 li:last-child {
  margin-right:0
}
.social-icon-style2 li a {
  color:#fff
}
.social-icon-style2 li a:hover {
  color:#96eb64
}
.mt-n2-9 {
  margin-top: -2.9rem !important;
}
.mt-2-9, .my-2-9 {
  margin-top: 2.9rem;
}
footer {
  background-color:#191919;
  word-break:break-word
}
.footer-left-side {
	border-color: rgba(255,255,255,0.1) !important;
	border-right: 1px solid #dee2e6;
	padding-top: 5.5rem;
	padding-bottom: 5.5rem;
}
.footer-left-side address {
	font-size: 1.3rem;
	opacity: .8;
	margin-bottom: 4rem;
}
.footer-left-side .email{
	font-size: 1.4rem;
}
.footer-title {
	background-color:var(--ki-primary) !important;
	color:var(--ki-white);
	font-size: 13px;
	margin-bottom: 1.9rem;
}
.footer-logo {
  max-width:340px;
  width:100%;
  display:inline-block
}
.footer-logo.small {
  max-width:160px
}
.footer-right-side {
	padding-top: 5.5rem;
	/*padding-bottom: 5.5rem;*/
}
.footer-list li {margin-bottom:10px;}
.footer-list li a {
  font-size: 15px;
  line-height: 27px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.footer-list li a:hover {color:var(--ki-primary);}
/*Copyright Area*/
.copyright-area {
  border-top:1px solid #303030;	
  padding:32px 0 12px;
}
@media (max-width: 991px) {
	.copyright-area .copyright-text {
		text-align: center;
	}
}
.copyright-area .powered-by {float:right;}
@media (max-width: 991px) {
  .copyright-area .powered-by {
    text-align: center;
    margin-top: 15px;
    float: none;
  }
}
.copyright-area .powered-by a, .copyright-area .copyright-text a {
  position: relative;
}
.copyright-area .powered-by a:hover, .copyright-area .copyright-text a:hover{
  color:var(--ki-primary);
}
/*Footer Section End Here*/
/*WhatsChat Start Here*/
#whatsapp-button {
    position: fixed;
    right:40px;
    bottom:30px;
    z-index: 9999;
    animation: bounce 1s infinite;
}

#whatsapp-button img {
    width:55px;
    height:55px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #25D366;
    padding: 10px;
}
 /* Floating Call Button Styling */
  .floating-call-button {
    position: fixed;
    bottom:110px;
    right:40px;
    background-color:var(--tna-secondary);
    padding: 15px;
    border-radius: 50%;
    color:var(--tna-white);
    font-size: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 1000;
  }

  .floating-call-button:hover {
    background-color:var(--tna-secondary);
	color:var(--tna-white);  
    cursor: pointer;
  }
@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
/*WhatsChat Button*/
/* Floating Download Button */
.floating-download-btn {
    position: fixed;
    top: 50%;
    right:0px;
    transform: translateY(-50%);
    background-color:#e98635;
    color: #fff;
    text-decoration: none;
    padding:21px 16px 16px 18px;
    border-radius: 50px;
	border-top-left-radius:10px;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    transition: background-color 0.3s ease, transform 0.3s ease;
    z-index: 9999;
    writing-mode: vertical-rl;
    text-orientation: mixed;
	text-transform:uppercase;
}

/* Hover */
.floating-download-btn:hover {
    background-color:#e98635;
    transform: translateY(-50%) scale(1.05);
}

/* Responsive — smaller screens */
@media (max-width: 768px) {
    .floating-download-btn {
        right: 8px;
        padding: 12px 18px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
	.service-title {font-size: 20px;padding-bottom: 6px;}
	.image-hov-two {margin-bottom: 30px;}
	.government-logo{max-width: 325px;}
}
