@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

body{
	font-family:  "Figtree", sans-serif;
	font-size: 18px;
	color: #333333;
	line-height: 1.6em;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0;
}
*,ul,ol{
	margin:0;
	padding:0;
}
ul,ol{
	list-style-type: none;
}
a{
	color: inherit;
	text-decoration: none;
	transition: all .5s;
}
a:hover,a:focus{
	color: #575759;
	outline: none;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	color: #1F1F25;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
}
.bg-color1{
	background-color: #190e6d;
}
.bg-color2{
	background-color: #292a60;
}
.text-color1{
	color: #292a60!important;
}
.text-color2{
	color: #d4af37!important;
}
.txt-hover:hover,
.txt-hover:focus{
    color: #a9a9a9;
}
.width-30{
    width: 30%;
}
.width-40{
    width: 40%;
}
.width-50{
    width: 50%;
}
.width-70{
    width: 70%;
}
.width-60{
    width: 60%;
}
.flexbox {
    display: -webkit-box;
    display: flex;
}
.flexbox .element {
    height: 100%;
}
.header {
    position:absolute;
    width: 100%;
    z-index: 999;
    top: 0;
}
.topbar{
	padding: 25px 50px;
}
.header-bottom{
	background-color: #fff;
	padding: 20px;
	position: relative;
	box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.09019607843137255);
}
.logo{
	display: inline-block;
	margin: 5px auto;
}
.logo .img-fluid{
	/* max-width: 230px; */
}
.mobile-menu{
	display: none;
}
.nav-wrapper{
	display: block;
	text-align: right;
}
.navigation > li{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: -4px;
}
.navigation > li:last-child{
	margin-right: 0;
	margin-left: 0;
}
.navigation li.dropdown > .dropdown-menu{
	opacity: 0;
	position: absolute;
	top: 130%;
	left: 0;
	width: 250px;
	z-index: 999;
	background-color: #ff8daa;
	visibility: hidden;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding:0;
	margin:0;
	border-bottom: 3px solid #9a9a9a;
  	transition: all 500ms ease;
  	display: block;	
}
.navigation li.dropdown > .dropdown-menu li{
	border-bottom: 1px solid #e6e6e6;
	margin-right: 0;
}
.navigation li.dropdown > .dropdown-menu li:last-child{
	border-bottom: none;
}
.navigation li.dropdown > .dropdown-menu li a{
	background-color: #ffffff;
	padding:10px 15px;
	color: #000;
}
.navigation li.dropdown:hover > .dropdown-menu{
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.navigation > li:first-child{
	display: none;
}
.navigation a{
/*	text-transform: uppercase;*/
	letter-spacing: 1px;
	overflow: hidden;
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	color: #d6d6d6;
	padding: 0px 19px;
    transition: all 500ms ease 0s;
}
.navigation .headerright-btn .btn-2{
	border: 0;
}
.navigation .headerright-btn .btn-2:hover,
.navigation .headerright-btn .btn-2:active,
.navigation .headerright-btn .btn-2:focus{
    background-color: transparent;
    color: #fff;
    border: 0 solid transparent;
}
.navigation li.dropdown > a{
	padding-right:35px;
}
.navigation > li.dropdown > a:after {
    font-family:"bootstrap-icons";
    content: "\F282";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    font-size: 14px;
    transition: all 500ms ease 0s;
}
.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a{
	color: #fff;
}
.navigation li.dropdown > .dropdown-menu li a:hover,
.navigation li.dropdown > .dropdown-menu li a:focus,
.navigation li.dropdown > .dropdown-menu li.active a{
	color: #fff;
	background-color: #000;
}
.header-contact .icon{
    color:#fff
}
.header-contact{
     gap: 5px;
    padding: 15px 10px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #ffffff;
    border-radius: 50px;
    justify-content: center;
}
.header-contact:hover,
.header-contact:focus,
.header-contact:active{
  background-color:#190e6d;
  color: #fff;
  border-color: #190e6d;
}

.slider-wrapper{
	position: relative;
}
.slider-wrapper .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: auto;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.fs-70{
	font-size: 70px;
}
.list1 li,
.list2 li,
.areas-list li{
	padding: 0px 0 15px 26px;
	position: relative;
}
.list1 li:before,
.list2 li:before,
.areas-list li:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '\F133';
	font-family: "bootstrap-icons";
	font-size: 18px;
	color: #292a60;
}
.areas-list li:before{
	content: '\F3E7';
}
.list2 li:before{
	color: #ca4421;
}

.list3{
  margin-left: 16px;
}
.list3 li{
  list-style-type: decimal;
  padding-bottom:18px;
}
.parallax{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.parallax .container,
.parallax .container-xxl,
.parallax .container-fluid,
.parallax .container-auto{
    position: relative;
    z-index: 1;
}
.home-parallax {
    position: relative;
    overflow: hidden;
    /*padding: 300px 0;*/
}

.home-parallax .container-fluid {
    position: relative;
    z-index: 9;
}
.sub-banner-overlay {
    background: rgb(32, 32, 32);
    background: linear-gradient(180deg,
            rgba(32, 32, 32, 0.40379901960784315) 29%,
            rgba(32, 32, 32, 0.8575805322128851) 98%);
    width: 100%;
    height: 100%;
    position: absolute;
}

.parallax-window {
    height: 450px;
    background: transparent;
    display: table;
    width: 100%;
}

.home-slide {
    text-align: center;
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.parallax-fixed {
    background-attachment: fixed;
}

.home-parallax h1 {
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
}
.about-sec1 .img-box1 img{
    border-radius: 10px;
    margin-bottom: 25px;
}
.project-three__single {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.project-three__img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.project-three__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  border-radius: 10px;
  background: rgb(28, 27, 31);
  background: linear-gradient(180deg, rgba(28, 27, 31, 0.329) 32%, rgba(28, 27, 31, 0.9556197478991597) 91%);
  opacity: 1;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.project-three__single:hover .project-three__img:before {
  opacity: 0;
}

.project-three__img:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  border-radius: 10px;
  background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 65%);
  background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 65%);
  background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 65%);
  opacity: 0;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
}

.project-three__single:hover .project-three__img:after {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}

.project-three__img img {
  width: 100%;
  border-radius: 10px;
}

.project-three__content {
  position: absolute;
  bottom: 43px;
  left: 50px;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}

.project-three__content-left {
  position: relative;
  display: block;
}

.project-three__title {
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
  margin-bottom: 6px;
}

.project-three__title a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-three__title a:hover {
  color: #000;
}

.project-three__sub-title {
  font-size: 16px;
  color: #fff;
/*  font-weight: 600;*/
  line-height: 22px;
}

.project-three__arrow {
  position: relative;
  display: block;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
/*  transform: scale(0);*/
}

.project-three__single:hover .project-three__arrow {
  transform: scale(1);
}

.project-three__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #fff;
}
.content-box{
    border-color: #190e6d;
    border: 2px solid #190e6d;
    padding: 50px;
    border-radius: 15px;
}
.content-box h2{
    border-bottom: 1px solid #190e6d;
    width: 80%;
    padding-bottom: 10px;
}
.text-end {
    text-align: right !important;
}

.choose7-images-area {
  position: relative;
  z-index: 1;
}
.choose7-images-area .cirle-progress {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #190e6d;
  text-align: center;
  line-height: 137px;
  position: absolute;
  z-index: 2;
  right: 60%;
  top: 25%;
}
@media (max-width: 767px) {
.choose7-images-area .cirle-progress {
    right: 50%;
    top: 50%;
    margin-right: -90px;
    margin-top: -90px;
  }
}
.choose7-images-area .cirle-progress svg {
  position: absolute;
  left: 50%;
  z-index: 2;
  top: 50%;
  margin-top: -34px;
  margin-left: -34px;
}
.choose7-images-area .img1 img {
  border-radius: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.choose7-images-area .img1 img {
    width: 80%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.choose7-images-area .img2 {
  position: relative;
  z-index: 1;
  margin-top: -140px;
}
@media (max-width: 767px) {
 .choose7-images-area .img2 {
    margin-top: 30px;
  }
}
.choose7-images-area .img2 img {
  border-radius: 15px;
  padding: 6px;
  background: #fff;
}
@media (max-width: 767px) {
.choose7-images-area .img2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
  @keyframes animation-7 {
    0% {
      
      transform:rotate(0) ;
    }

    100% {
    
      transform: rotate(-1000deg);
    }
}

.keyframe5 {
    position: relative;
    animation-name: animation-7;
    animation-duration: 90s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1)
}
.feature-box, .feature-box2{
    position: relative;
    border: 3px solid #ddd;
    border-radius: 50px;
    padding: 25px;
    text-align: center;
    z-index: 9;
    width: 92%;
    margin: 0 auto;
}
/*.feature-box:before{
    position: absolute;
    content: '';
    background-color: #000;
    display: block;
    width: 135px;
    height: 25px;
    left: 35%;
    top: -7%;
    border-radius: 85px 85px 0 0;
    z-index: -10;
}
.feature-box.feature-box2:before{
    position: absolute;
    content: '';
    background-color: #000;
    display: block;
    width: 135px;
    height: 25px;
    left: 35%;
    top: auto;
    bottom: 0;
    border-radius: 0 0 85px 85px;
    z-index: -10;
}*/
.feature-box .shadow-box,
.feature-box2 .shadow-box{
    padding: 30px;
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/*.feature-box:before{
    position: absolute;
    left: 42px;
    top: 0;
    border-width: 100px;
    border-color: rgb(255, 79, 71);
    border-style: solid;
    border-radius: 50%;
    width: 494px;
    height: 494px;
}*/

.overlap{
	position: relative;
}
.overlap:before,
.overlap1:before,
.overlap2:before{
	background-color: rgba(41, 42, 96, 0.85);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.overlap1:before{
    background-color: rgba(0,0,0,0.7);
}
.overlap2:before{
    /*background-color: rgb(29 34 42 / 27%);*/
    background: #2726268c;
	background: linear-gradient(180deg,#00000080,#000000b3);
	/*linear-gradient(0deg, rgb(0 0 0 / 93%) 0%, rgb(18 17 17 / 24%) 100%)*/
}
.widget-title{
	font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.widget-title a:hover{
    color: #a9a9a9;
}
.footer-menu li a{
	position: relative;
	padding:2px 0 6px 2px;
	display: inline-block;
	color: #fff;
}
.footer-menu li a:before{
	position: absolute;
	top: 2px;
	left: 0;
	content: '\F231';
	font-family:'bootstrap-icons';
	display: none;
}
.footer-links{
	display: block;
	color: #fff;
}
.footer-menu li a:hover,
.footer-links a:hover{
	color: #a9a9a9;
}
.site-map-list li a {
  color: #000;
}

.site-map-list li {
  border-left: 1px solid #dfdfdf;
  padding: 10px 0 10px 30px;
  position: relative;
}

.site-map-list li:before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #dfdfdf;
  content: '';
}

.site-map-list li>ul.child-menu {
  margin: 10px 0 10px 20px;
}
.contact-details__info{
    margin-bottom: 30px;
}

.contact-details__info .contact-details{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-details__info .contact-details .icon{
    height: 80px;
    width: 80px;
    background-color: #190e6d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact-details__info .contact-details .icon i{
    color: #fff;
    font-size: 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact-details__info .contact-details .text{
    margin-left: 30px;
}
.contact-details__info .contact-details .text a{
    font-size: 18px;
    color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact-details__info .contact-details .text span {
    font-size: 20px;
    color: #000;
}
.contact-details__info .contact-details:hover .icon {
  background-color: #000;
  color: #fff;
}
.contact-details__info .contact-details:hover .icon i {
  color: var(--text-color-bg-theme-color2);
}

.submit-icon {
    display: none;
}

.submit-icon.rotating-show {
    display: inline-block;
    vertical-align: middle;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.navigation li.dropdown > .dropdown-menu.child-dropdown{
    top: 0;
    left: 100%;
    padding: 15px;
}
/* slider new */
.newhero-sec{
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 225px 50px 50px;
    position: relative;
    width: 100%;
}
.abslutediv{
	position: absolute;
    border-radius: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.abslutediv img{
	display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: cover;
}
.flex-first-div{
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 100px;
    height: min-content;
    justify-content: center;
    max-width: 1292px;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}
.top-felxdiv-content{
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: min-content;
    justify-content: flex-start;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%;
}
.logodiv-content{
	display: contents;
}
.textslider-wrap{
	align-items: flex-start;
    display: flex;
    flex: .5 0 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 15px;
    height: min-content;
    justify-content: center;
    min-width: 700px;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 1px;
}
.looogo-new{
	flex: none;
    height: auto;
    position: relative;
    width: 100%;
}
.logoerap{
	display: flex;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    place-items: center;
    margin: 0px;
    padding: 10px;
    list-style-type: none;
    opacity: 1;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
    overflow: hidden;
}
.bg-overlay-hero{
	background: linear-gradient(180deg, #00000080, #000000b3);
    flex: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.slidertext-new h1, .slidertext-new h2 {    
    padding: 0;
    color: #ffffff;
    font-size: 80px;
    font-style: normal;
    line-height: 1.1em;
    margin-bottom: 15px;
    letter-spacing: 0;
    display: inline-block;
    font-weight: 600;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slidertext-new p {
    padding: 0;
    color: #d6d6d6;
    font-size: 18px;
    line-height: 1.9em;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slidertext-new  a.btn-default{
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background:#18b66d;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
/* slider new */
.slider-wrapper{
	position: relative;
	height: 100vh;
}
.slider-wrapper.overlap2{
	background-color: rgb(0 0 0 / 80%);
	/*linear-gradient(180deg,#00000080,#000000b3)*/
}
.slidertext {
    left: 52%;
    top: 50%;
    position: absolute;
    width: 75%;
    box-sizing: border-box;
    text-align: left;
    padding: 30px 35px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.looogo {
    left: 50%;
    right: 50%;
    bottom: 1%;
    position: absolute;
    width: 75%;
    box-sizing: border-box;
    text-align: left;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.textslider-wrap{
	width: 700px;
}
.slidertext h1, .slidertext h2 {    
    padding: 0;
    color: #ffffff;
    font-size: 80px;
    font-style: normal;
    line-height: 1.1em;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: bold;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slidertext p {
    padding: 0;
    color: #d6d6d6;
    font-size: 18px;
    line-height: 1.9em;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slidertext  a.btn-default{
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background:#18b66d;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.btns {
    display: inline-block;
    padding: 17px 40px;
    font-weight: 400;
    line-height: 1.2rem;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.btn-1 {
    background-color: #190e6d;
    color: #fff;
    border: 1px solid #190e6d;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active {
    background-color: #fff;
    color: #190e6d;
    border: 1px solid #190e6d;
}
.btn-2{
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.btn-2:hover {
    background-color: #190e6d;
    color: #fff;
     border: 1px solid #190e6d;
}

.healthcek-btn .btn-2{
    background-color: #fff;
    color: #190e6d;
    border: 1px solid #fff;
}
.healthcek-btn .btn-2:hover,
.healthcek-btn .btn-2:focus,
.healthcek-btn .btn-2:active{
    background-color: #190e6d;
    color: #fff;
    border: 1px solid #fff;
}
.btn-3{
	background-color: #fff;
    color: #190e6d;
    border: 1px solid #190e6d;
}
.btn-3:hover,
.btn-3:focus,
.btn-3:active {
    background-color: transparent;
    color: #190e6d;
    border: 1px solid #190e6d;
}

.btn01 {
    color: #fff;
    text-align: center;
    background-color: #190e6d;
    border: 1px solid #190e6d;
    text-align: center;
    text-transform: none;
    border-radius: .5rem;
    justify-content: center;
    align-items: center;
    padding: 1rem 3.375rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.8;
    text-decoration: none;
    transition: background-color .35s;
}

.btn01:hover {
    color: #fff;
    border: 1px solid #000;
    background-color: #000;
}
.contact-form{
    padding: 30px;
    background-color: #f3f2f9;
}
.form-control {
    height: 45px;
}
textarea.form-control{
    height: 150px;
}

.section-padding{
	padding: 100px 15px;
	overflow: hidden;
}
.section-label {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.section-label span {
    height: 2px;
    width: 70px;
    background: #190e6d;
    margin-right: 10px;
}
.section-label p {
    margin: 0;
    color: #190e6d;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
}
.heading-h2{
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 30px;
}
.image-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.image-card:hover img {
    transform: scale(1.05);
}
.hover-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 20px;
    transition: opacity 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.image-card:hover .hover-text {
    opacity: 1;
}
.always-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 15px;
}
.equal-height {
    display: flex;
    flex-wrap: wrap;
}
.right-col {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.right-col .image-card {
    flex: 1;
}
.card-custom {
  	display: flex;
  	justify-content: space-between;
  	align-items: flex-start;
  	padding: 0;
  	margin-bottom: 40px;
  	transition: all 0.3s ease;
}
.image-card .card-custom .text-block h4 {
	color: #fff;
  	transform: none;
  	transition: transform 0.4s ease;
}
.card-custom .text-block a:hover,
.card-custom .text-block a:focus,
.card-custom .text-block a:active{
	color: #d8d7d7;
}
/*
.text-block p {
  	margin: 0;
  	transform: translateY(100%);
  	opacity: 0;
  	transition: transform 0.4s ease, opacity 0.4s ease;
}
.image-card:hover .card-custom .text-block h4 {
  	transform: translateY(-10px);
}
.image-card:hover .card-custom .text-block p {
  	transform: translateY(0);
  	opacity: 1;
}
.image-card:hover .card-custom  .icon {
  transform: translateY(-10px);
}
*/
.icon {
  	font-size: 24px;
  	transition: transform 0.3s ease;
}
.mr-top-60{
	margin-top: 60px;
}
.mr-top-100{
	margin-top: 100px;
}
.borderrdius-1 img{
	border-radius: 10px;
}
.p-left-100{
	padding-left: 100px;
}
.logo-slider {
	overflow: hidden;
	white-space: nowrap;
	background: transparent;
    border: 0;
	padding: 10px 0;
}
.logo-track {
	display: flex;
	animation: scroll 20s linear infinite;
}
/*.logo-slider:hover .logo-track {
	animation-play-state: paused;
}*/
.logoslide {
	flex: 0 0 auto;
	width: 130px;
	margin: 0 20px;
}
.logoslide img {
	width:auto;
	height: auto;
	display: block;
	opacity: 1;
}
.flex_slider-wrap{
	display: flex;
    flex-direction: column;
    gap: 160px;
}
.hero-wrapper {
  position: relative;
  width: 100%;
}
.hero-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.hero-overlay-content {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.hero-text-h2{
	color: white;
  	font-size: 40px;
 	font-weight: 600;
}
.hero-btn {
  border: 1px solid white;
  color: white;
  display: inline-block;
  background: transparent;
  padding: 15px 45px;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.hero-btn:hover,
.hero-btn:focus,
.hero-btn:active {
  background: white;
  color: black;
}
.hero-btn2 {
  border: 1px solid #190e6d;
  color: #190e6d;
  display: inline-block;
  background: transparent;
  padding: 15px 45px;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.hero-btn2:hover,
.hero-btn2:focus,
.hero-btn2:active {
  background: #190e6d;
  color: #fff;
}
.bigbanner-innner{
	position: relative;
}
.section-process {
  background-color: #ececec; /* Blue background */
}
.process-card {
  background-color: #190e6d;
  border: none;
  border-radius: 8px;
  padding: 40px;
  height: 100%;
  color: white;
  gap: 20px;
  transition: all .5s;
}
.process-card:hover{
  background-color: white;
  color: #000000;
}
.process-card:hover h5{
	color: #000000;
}
.process-number {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 35px;
}
.process-card h5{
	font-size: 22px;
	color: #fff;
}
.testimonial-card {
  border-radius: 12px;
  margin: 15px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  padding: 20px;
  background: #fff;
}
.testimonial-rating {
  color: #fbc02d;
  font-size: 1.2rem;
}
.testimonial-text {
  font-size: 0.95rem;
  color: #555;
  margin: 15px 0;
}
.testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.testimonial-author i {
  	width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
    border: 2px solid #e0e0e0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    line-height: 41px;
    text-align: center;
    font-size: 25px;
}
/*our journey*/

.timeline-header {
  text-align: center;
  margin-bottom: 1rem;
  padding: 0 2rem;
}

.timeline-header h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  background: linear-gradient(90deg, #6366f1, #f59e0b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.timeline-header p {
  font-size: 1.1rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}

.timeline-wrapper {
  position: relative;
  padding: 2rem 0;
  height: calc(100% - 150px);
}

.timeline-line {
  position: absolute;
  top: 57%;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #d6d1ff, #2f257e) border-box;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(99, 102, 241, 0.3);
}
.timeline-card img{
    height: auto;
}
#journeyslider .owl-stage-outer{
    height: auto;
    padding-top: 60px;
}
#journeyslider .owl-dots{
    text-align: center;
}
#journeyslider .owl-dots button{
    padding: 7px !important;
    background: #2c217b;
    margin-left: 5px;
    border-radius: 50%;
}
#journeyslider .owl-dot.active{
    background: #ddd;
}
#journeyslider .owl-nav button{
	position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    background: rgb(52 38 163 / 24%);
    border-radius: 50%;
    transition: all .5s;
}
#journeyslider .owl-nav button span{
		font-size: 30px;
}
#journeyslider .owl-nav button:hover{
		background: rgb(52 38 163);
}
#journeyslider .owl-nav button:hover span{
		color: #fff;
}
#journeyslider .owl-nav button.owl-next{
		right: -55px;
}
#journeyslider .owl-nav button.owl-prev{
		left: -55px;
}
#journeyslider .owl-prev.disabled,
#journeyslider .owl-next.disabled {
	  pointer-events: none;
	  opacity: 0.1;
	  cursor: not-allowed;
}
.timeline-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(135deg, #f1f1f1, #f9f9f9);
  border-radius: 2px;
  z-index: 2;
  transition: width 0.3s ease-out;
}

.timeline-items {
  display: flex;
  padding: 0 10%;
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
  scroll-behavior: smooth;
  position: relative;
  z-index: 3;
  padding-top: 6rem;
  padding-bottom: 2rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 100%;
  align-items: center;
}

.timeline-items::-webkit-scrollbar {
  display: none;
}

.timeline-item {
  position: relative;
}

.timeline-item.active {
  opacity: 1;
  transform: translateY(0);
}

.timeline-card {
  position: relative;
  padding: 2rem;
  border-radius: 1rem;
  background:linear-gradient(#ffffff, #ffffff) padding-box,
  linear-gradient(135deg, #6366f1, #261b77) border-box;
  border: 2px solid transparent;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
              0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.timeline-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.timeline-date {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #190e6d, #9189ca);
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  z-index: 4;
}

.timeline-dot {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #6366f1;
  border: 4px solid #f8fafc;
  z-index: 5;
  transition: all 0.3s ease;
}

.owl-item.active .timeline-dot {
  transform: translateX(-50%) scale(1.2);
  box-shadow: 0 0 0 6px rgba(99, 102, 241, 0.2);
  animation: pulse 2s infinite;
}

.timeline-card i {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
  background: linear-gradient(135deg, #6366f1, #f59e0b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.timeline-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}
.timeline-card p {
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.timeline-nav {
  display: flex;
  justify-content: center;
  margin-top: 0;
  gap: 1rem;
  opacity: 0;
}

.timeline-nav-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #a5b4fc;
  cursor: pointer;
  transition: all 0.3s ease;
}

.timeline-nav-dot.active {
  background: #6366f1;
  transform: scale(1.3);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(99, 102, 241, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(99, 102, 241, 0);
  }
}

.timeline-dot::after {
  content: attr(data-tooltip);
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  background: #1e293b;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.timeline-dot:hover::after {
  opacity: 1;
  top: -4.5rem;
}

@media (max-width: 768px) {
  .timeline-dot::after {
    left: 3rem;
    top: -1.5rem;
  }

  .timeline-dot:hover::after {
    left: 3rem;
    top: -3rem;
  }
}
/*our journey*/
.author-name {
  font-weight: 600;
  margin-bottom: 0;
}
.author-role {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 0;
}
.footer {
  background-color: #190e6d;
  color: #fff;
  padding: 100px 50px;
}
.footer .btn-outline-light {
  border-radius: 30px;
  padding: 8px 20px;
  font-size: 14px;
}
.footer a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: none;
}
.footer .social-icons a {
  font-size: 18px;
  margin-right: 15px;
  display: inline-block;
}
.footer .footer-top {
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.footer-h4{
	font-size: 22px;
	line-height: 32px;
}
.footer p {
  margin-bottom: 8px;
  color: rgba(255,255,255,0.8);
}
.footer h6 {
  font-weight: 600;
  margin-bottom: 16px;
}
.footcon-inner{
	display: flex;
	gap: 10px;
}
.imginner-j {
  margin-top: 25px;
}
/* Infinite scroll keyframes */
@keyframes scroll {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}
@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
/* col-xxl */
@media (min-width: 1400px) {

}
/* col-xl */
@media (min-width: 1200px) and (max-width:1400px){
	.slidertext{
		top: 51%;
	}
	.section-padding {
	    padding: 100px 50px;
	}
	.footer .footer-top, .footermiddle,
	.hero-overlay-content{
		padding-left: 50px;
		padding-right: 50px;
	}
	.slidertext h1, .slidertext h2{
		font-size: 35px;
	}
	.looogo{
		bottom: 0;
	}
	.timeline-date{
        padding: 10px 15px;
        width: 70%;
        text-align: center;
    }
    
    #journeyslider .owl-nav button.owl-next{
    		right: -50px;
    }
    #journeyslider .owl-nav button.owl-prev{
    		left: -50px;
    }
}
/* col-lg */
@media (min-width: 992px) and (max-width:1200px){
    .timeline-date{
        padding: 10px 15px;
        width: 70%;
        text-align: center;
    }
    #journeyslider .owl-nav button.owl-next{
    		right: -15px;
    }
    #journeyslider .owl-nav button.owl-prev{
    		left: -15px;
    }
}
/*for mobile to small tab */
@media (min-width: 220px) and (max-width:991px){
	.mobile-menu{
		display: block;
		font-size: 25px;
		background: transition;
		padding:8px 20px;
		color: #fff;
		cursor: pointer;
		margin: 0 auto 0 auto;
		text-align: right;
	}
	.mobile-menu i{
		float: none;
	}
	.nav-wrapper{
		position: fixed;
		top: 0;
		right: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 999;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #000000;
		padding: 0;
	}
	.navigation{
		text-align: left;
	}
	.nav-wrapper.open{
		right: 0;
	}
	.navigation > li{
		display: block;
		margin:0;
		border-bottom: 0 solid #333;
	}
	.navigation > li:first-child{
		display: block;
	}
	.navigation > li:before{
		display: none;
	}
	.navigation li a{
		padding:10px 20px;
		color: #fff;
		text-transform: none;
	}
	.navigation li:hover > a,
	.navigation li:focus > a,
	.navigation li.active > a{
		background-color: #190e6d;
		color: #ffffff;
	}
	.navigation > li.dropdown > a:after{
		right: 20px;
	}
	.navigation li.dropdown > .dropdown-menu,
	.navigation li.dropdown:hover > .dropdown-menu{
		position: static;
		top: 0;
		visibility: visible;
		opacity: 1;
		width: 100%;
		float: none;
	}
	.navigation li.dropdown > .dropdown-menu li a{
		padding: 10px 10px 10px 30px; 
	}
	.navigation .headerright-btn .btn-2{
		border: 1px solid #727272;
		background-color: #190e6d;
	}
	.navigation > li:last-child{
		margin-left: 0;
        margin-right: 0;
        margin-top: 0;
	}
	.fixed-top{
		position: static;
	}
	/*.header {
	    position: relative;
	    width: 100%;
	    z-index: 999;
	    top: auto;
	    background: #190e6d;
	    padding: 15px 0;
	}*/
	.newhero-sec{
		padding: 126px 50px 50px;
	}
	.flex-first-div{
		gap: 100px;
	}
	.mr-top-100 {
	    margin-top: 50px;
	}
	.textslider-wrap{
		width: 100%;
		min-width: 100%;
	}
	.slidertext{
		top: 50%;
		padding: 0;
		width: 90%;
	}
	.flex_slider-wrap{
		gap: 40px;
	}
	.headerright-btn{
		text-align: center;
	}
    .home-parallax h1{
        font-size: 50px;
        line-height: 60px;
    }
	.slidertext h1, .slidertext h2{
		font-size: 40px;
		margin-bottom: 20px;
	}
	.section-padding,.footer {
	    padding: 50px 15px;
	}
	.p-left-100{
		padding-left: 0;
		padding-top: 20px;
	}
	.mr-top-60 {
	    margin-top: 20px;
	}
	.hero-overlay-content{
		position: static;
		padding-left: 15px;
		padding-right: 15px;
		display: block;
	}
	.dekstop-bg-none{
		background-image: url('../images/bg2.jpg');
		background-repeat: no-repeat;
    	background-size: cover;
    	background-position: center center;
	}
	.bigbanner-innner {
	    position: relative;
	    padding: 120px 15px;
	}
	.bigbanner-innner a{
		display: inline-block;
	}
	.hero-wrapper:before{
		background-color: rgb(0 0 0 / 53%);
	    content: '';
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}
	.imgwrap1.borderrdius-1{
	    margin-bottom: 25px;
	}
    .timeline-date{
        padding: 10px 15px;
        width: 70%;
        text-align: center;
    }
    #journeyslider .owl-nav{
    	text-align: center;
    	margin-top: 15px;
    }
    #journeyslider .owl-nav button{
        position: relative;
        top: auto;
    }
    #journeyslider .owl-nav button.owl-prev{
    		left: -3px;
    }
    #journeyslider .owl-nav button.owl-next {
        right: -3px;
    }
    .project-three__content{
        bottom: 20px;
        left: 20px;
    }
    .feature-box{
        margin-bottom: 30px;
    }
}
/* col-md */
@media (min-width: 768px) and (max-width:991px){

}
/* for all mobile */
@media (min-width: 220px) and (max-width:767px){

}
/* col-sm  */
@media (min-width: 576px) and (max-width:767px){
	.topbar {
	    padding: 20px 15px;
	}
	.mobile-menu{
		padding: 8px 10px 8px 10px;
	}
	.newhero-sec {
        padding: 126px 30px 50px;
    }
}
/* col-xs */
@media (min-width: 220px) and (max-width:575px){
	.headerright-btn a{
		display: block;
		border: 0;
		text-align: center;
	}
	.headerright-btn a:hover{
		background: transparent;
    	color: #000;
    	border: 0;
	}
	.slidertext{
	    top: 39%;
	}
	.looogo{
	    bottom: -7%;
	}
	.logo{
		display: block;
		text-align: left;
	}
	.slidertext h1, .slidertext h2{
	    font-size: 25px;
	    margin-bottom: 15px;
	}
	.slidertext p,.slidertext-new p{
		margin-bottom: 15px;
		font-size: 15px;
	}
	.slidertext .btns.btn-1{
		margin-bottom: 15px;
	}
	.slidertext .btns{
		padding: 12px 20px;
	}
	.newhero-sec{
		padding: 110px 20px 30px;
	}
	.slidertext-new h1, .slidertext-new h2{
		font-size: 40px;
		margin-bottom: 20px;
	}
	.slidertext-new .btns{
		margin-bottom: 25px;
	}
	.flex-first-div{
		gap: 50px;
		text-align: center;
	}
	.topbar {
	    padding: 15px 15px;
	}
	.card-custom{
		display: block;
	}
	.image-card .card-custom .text-block p{
		opacity: 1;
		transform: translateY(0);
	}
	.card-custom .icon{
		margin-left: 0;
		margin-top: 15px;
	}
	.image-card img{
		width: auto;
		height: auto;
	}
	.bigbanner-innner{
		padding: 30px 15px;
	}
	.process-card{
		padding: 20px;
	}
	.logo .img-fluid {
	    max-width: 190px;
	}
    .timeline-card{
        padding: 1rem;
    }
    .home-parallax h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .parallax-window{
        height: 350px;
    }
    .heading-h2{
        font-size: 35px;
    }
    .feature-box, .feature-box2{
        padding: 15px;
        width: 100%;
    }
    .feature-box .shadow-box, .feature-box2 .shadow-box{
        padding: 20px 10px;
    }
}