@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:wght@800&display=swap');




*,
*::before,
*::after {
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  outline: none;
}

html, body {
  font-family: "Outfit", sans-serif;
  font-size:18px;
  color:#000;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  padding:0;
  margin:0;
  background:#fff !important;
}
a , a:hover { text-decoration: none;}

h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, ul, li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	list-style:none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

h1, h2, h3, h4, h5, h6 {
  line-height:1.5;
  margin:0;
}

h2{
  font-size:150px;
  color:#0b0b0b;
}

h3{
  font-size:75px;
  color:#0b0b0b;
}

h4{
  font-size:45px;
  color:#0b0b0b;
}

article, p {
  font-size:18px;
  color:#0b0b0b;
  line-height:1.5;
  padding:0;
  margin:0;
}

a {
  color:#0b0b0b;
  text-decoration:none;
  transition:all .5s ease;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  display: inline-block;
}

a:hover {
  color:#0b0b0b;
}

img {
  vertical-align:middle;
  border-style:none;
  max-width:100%;
}

.btn{
  font-size:15px;
  color:#ffffff;
  text-transform:uppercase;
  display:inline-block;
  padding:20px 60px;
  background:#0b0b0b;
}

.clearfix {
  display:inline-block;
}

.clearfix::after {
  visibility:hidden;
  display:block;
  font-size:0;
  content:"";
  clear:both;
  height:0;
}

* html .clearfix {
  height:1%;
}

.clearfix {
  display:block;
}

/*******/

.o-scroll {
	background-color: #d4c9c9;
	overflow: hidden
}

html.has-scroll-smooth {
	overflow: hidden
}

html.has-scroll-dragging {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.has-scroll-smooth body {
	overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {
	min-height: 100vh
}

[data-scroll-direction=horizontal] [data-scroll-container] {
	height: 100vh;
	display: inline-block;
	white-space: nowrap
}

[data-scroll-direction=horizontal] [data-scroll-section] {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	height: 100%
}
/* .cursor {position: fixed; width: 10px; height: 10px; border-radius: 50%; background-color: #ffffff; pointer-events: none; mix-blend-mode: difference; z-index: 999999; transition: transform 0.2s;} */

.o-title {
  line-height:1;
	margin: 0;
	padding: 0;
	perspective: 1200px;
	-webkit-perspective: 1200px
}

.o-title_line {
  line-height:1;
	display: block;
	opacity: 0;
	transform-origin: center top;
	transform-style: preserve-3d;
	transform: translateY(100%) rotateX(-80deg);
	transition: opacity .8s cubic-bezier(.215, .61, .355, 1), transform .8s cubic-bezier(.215, .61, .355, 1);
	font-size: 0
}
.o-title.is-inview .o-title_line{
	transform: translateY(0%) rotateX(0deg);
	opacity: 1;
  transition-delay: .3s
}

.o-title.is-inview .o-title_line:nth-child(2) {
	transition-delay: .5s
}

.o-title.is-inview .o-title_line:nth-child(3) {
	transition-delay: .6s
}

.o-title.is-inview .o-title_line:nth-child(4) {
	transition-delay: .7s
}

.container{max-width: 1467px}
.dl-sections{padding:100px 0 0 0;}
.pd-80{padding-bottom: 80px;}
.btn-blue{font-size: 16px; line-height: 16px; padding: 12px 18px; color: #fff; background: #005159; background: linear-gradient(90deg, rgba(0, 81, 89, 1) 0%, rgba(4, 127, 138, 1) 50%); border-radius: 6px;}
.btn-blue:hover{color: #fff;}
.btn-red{font-size: 16px; line-height: 16px; padding: 12px 18px; color: #fff; background: #E6544C; background: linear-gradient(90deg, rgba(230, 84, 76, 1) 0%, rgba(190, 38, 29, 1) 50%); border-radius: 6px;}
.btn-red:hover{color: #fff;}

.line{display: flex;}
.line span{width: 20%; height: 5px;}
.line span:nth-child(1){background: #E2BE25;}
.line span:nth-child(2){background: #F05721;}
.line span:nth-child(3){background: #167C7B;}
.line span:nth-child(4){background: #552873;}
.line span:nth-child(5){background: #9A226F;}

.scroll-text{position: relative }
.scroll-text .hightlighted{  -webkit-text-stroke: 1px #005159; font-family: "Poppins", sans-serif; font-size: 100px; line-height: 90px; width: 8000px; margin-left: -300px; color: #fff; font-weight: 800;}
.scroll-text .hightlighted span{color: #E6544C; margin: 0 60px;}

.header-section{background: #fff; position: fixed; width: 100%; z-index: 6; transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) !important;  transition: all .5s ease; top: 0px;} 
.header-section .logo-part{position: relative;}
.header-section .logo-part .logo{position: absolute; top: 15px; left: 50%; padding: 0 40px; background: #fff; margin-left: -114px; transition: all .5s ease;}
.header-section .logo-part .logo img{width: 148px;}
.header-section .logo-part .logo-icon{position: absolute; top: -50px; opacity: 0; left: 50%; padding: 0px; background: #fff; margin-left: -20px;  transition: all .5s ease;}
.header-section .logo-part .logo-icon img{width: 40px;}
.header-section .logo-part .btn-menu{display: none;}
.header-section .top-part{border-bottom: #DCECEE 1px dashed; display: flex; justify-content: space-between; align-items: center; padding: 8px 0;}
.header-section .top-part .info{font-size: 16px; line-height: 16px; color: #E6544C; font-weight: 400; display: flex; align-items: center;}
.header-section .top-part .info strong{color: #005159; font-weight: 700; margin-right: 3px;}
.header-section .top-part .info .icon{width: 30px; height: 30px; background: #E6544C; border-radius: 50%; margin-right: 8px; display: flex; align-items: center; justify-content: center;}
.header-section .top-part .rightside{display: flex;}
.header-section .top-part .rightside .info{margin-left: 25px;}
.header-section .menu-part{display: flex; justify-content: space-between; align-items: center;}
.header-section .menu-part .btn-area{display: flex; }
.header-section .menu-part .btn-area .btn-red{margin-left: 14px; }
.header-section .menu-part ul.main-menu{margin: 0px; padding: 0px; display: flex; list-style: none;}
.header-section .menu-part ul.main-menu li{margin-right: 26px;}
.header-section .menu-part ul.main-menu li a{color: #005159; font-size: 18px; font-weight: 400; padding: 32px 0; line-height: 29px; transition: all .5s ease;}
.header-section .menu-part ul.main-menu li a:hover,
.header-section .menu-part ul.main-menu li a.active{color: #E6544C;}
.header-section .menu-part ul.main-menu li a.dropdown-toggle{display: flex; align-items: center;}
.header-section .menu-part ul.main-menu li a.dropdown-toggle::after {content: ''; margin: 0px 0px 0px 6px; border: none; background: url(https://ketone.ae/themes/front/images/down-arrow.png) center center no-repeat; width: 10px; height: 6px;}
.header-section .menu-part ul.main-menu li .dropdown-menu{border-radius: 0px; margin-top: 0; padding: 10px; background: rgba(255, 255, 255, 0.60); backdrop-filter: blur(10px); border: none;}
.header-section .menu-part ul.main-menu li .dropdown-menu li{margin: 0px;}
.header-section .menu-part ul.main-menu li .dropdown-menu li a{padding: 6px 15px; font-size: 14px; border-radius: 6px;}
.header-section .menu-part ul.main-menu li .dropdown-menu li a:hover,
.header-section .menu-part ul.main-menu li .dropdown-menu li a.active{background: #E6544C; color: #fff;}

.header-section.is-active-header{position: fixed; top: -47px; left: 0; width: 100%; box-shadow: 0 2px 16px rgba(0,0,0,0.08); z-index: 1000; animation: stickyFadeIn 1s; background: #fff; opacity: 1 !important; transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) !important;   transition: all .5s ease; pointer-events: all !important;}
.header-section.is-active-header .logo-part .logo{top: -150px; opacity: 0; transition: all .5s ease;}
.header-section.is-active-header .logo-part .logo-icon{top: 57px; opacity: 1; transition: all .5s ease;}
.header-section.is-active-header .menu-part ul.main-menu li a{transition: all .5s ease; padding: 18px 0; line-height: 28px;}

.mobile-menu-section{display: none;}
@keyframes stickyFadeIn {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}

.home-section{width: 100%; padding: 96px 100px; overflow: hidden; position: relative; margin-top: 140px; }
.home-section .mobile-img{display: none;}
.home-section .content-area{ max-width: 700px; height: 100%; background: rgba(255, 255, 255, 0.60); backdrop-filter: blur(10px); padding: 60px;}
.home-section .content-area h1{color: #005159; font-size: 80px; font-weight: 600; line-height: 90px; margin: 0px 0px 20px 0px}
.home-section .content-area h1 span{color: #E6544C; display: block;}
.home-section .content-area p{font-size: 22px; line-height: 32px; color: #005159; font-weight: 300; margin: 0 0 26px 0;}
.home-section .content-area .btn-area{display: flex;}
.home-section .content-area .btn-blue{margin-right: 16px;}
.home-section .line{position: absolute; bottom: 0px; left: 0px; width: 100%;}
.home-section .line span{height: 10px;}


.number-area{padding: 50px 0;}
.number-area ul{margin: 0px -10px; padding: 0px; list-style: none; display: flex;}
.number-area ul li{padding: 0 10px; width: 25%;}
.number-area ul li .inner-block{border: #C6E5EF 1px solid; background: #fff; border-radius: 15px; box-shadow: 0px 0px 15px 0px rgba(198,233,245,0.3); -webkit-box-shadow: 0px 0px 15px 0px rgba(198,233,245,0.3); -moz-box-shadow: 0px 0px 15px 0px rgba(198,233,245,0.3); position: relative; padding: 22px 22px 22px 104px; font-size: 16px; line-height: 16px; color: #005159; font-weight: 400;}
.number-area ul li .inner-block span{display: block; font-size: 36px; line-height: 36px; color: #E6544C; font-weight: 700; margin: 0 0 2px 0;}
.number-area ul li .inner-block span::after{content: '+'; margin-left: 6px;}
.number-area ul li .inner-block span.percentage::after{content: '%';}
.number-area ul li .inner-block .icon{width: 70px; height: 70px; background: #005159; border-radius: 12px; position: absolute; top: 14px; left: 15px; padding: 10px;}
.number-area ul li .inner-block .icon img{width: 100%;}


.about-section{width: 100%; padding:80px 0px; position: relative;}
.about-section .container{z-index: 3; position: relative;}
.about-section .d-flex{align-items: center;}
.about-section .content-area{width: 50%;}
.about-section .content-area .sub{font-size: 16px; line-height: 16px; color: #E6544C; margin: 0 0 12px 0; font-weight: 400;}
.about-section .content-area h2{color: #005159; font-size: 36px; font-weight: 700; line-height: 36px; margin: 0 0 24px 0; max-width: 580px;}
.about-section .content-area .line{width: 250px; margin-bottom: 22px;}
.about-section .content-area .line span{height: 3px;}
.about-section .content-area p{color: #383838; font-size: 18px; font-weight: 300; line-height: 26px; margin: 0 0 16px 0}
.about-section .content-area ul{margin: 0 -5px; padding: 0px; display: flex; flex-wrap: wrap; list-style: none;}
.about-section .content-area ul li{width: 50%; padding: 0 5px; margin-bottom: 10px;}
.about-section .content-area ul li .gray-block{background: #DEEEEF; border-radius: 30px; padding: 15px 15px 15px 60px; font-size: 18px; line-height: 26px; font-weight: 500; color: #005159; position: relative;}
.about-section .content-area ul li .gray-block::before{content: ''; background: url(https://ketone.ae/themes/front/images/checkmark-badge.png) center center no-repeat; width: 24px; height: 24px; position: absolute; top: 20px; left: 16px;}
.about-section .content-area .info-block{display: flex; align-items: center; justify-content: space-between; margin-top: 20px;}
.about-section .content-area .info-block .user-block{display: flex; align-items: center;}
.about-section .content-area .info-block .user-block .photo{width: 80px; height: 80px; border-radius: 50%; margin-right: 20px; position: relative; border: #b9e1e4 1px solid;}
.about-section .content-area .info-block .user-block .photo img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover;}
.about-section .content-area .info-block .user-block .name{font-size: 24px; line-height: 30px; color: #005159; font-weight: 600;}
.about-section .content-area .info-block .user-block .name span{display: block; font-size: 16px; line-height: 20px; color: #E6544C; font-weight: 400; margin: 4px 0 0 0;}
.about-section .photo-area{width: 50%;}

.why-we-work-section{width: 100%; padding:80px 0px; position: relative;}
.why-we-work-section .d-flex{align-items: center;}
.why-we-work-section .content-area{width: 50%; padding-right: 70px;} 
.why-we-work-section .content-area .sub{font-size: 16px; line-height: 16px; color: #E6544C; margin: 0 0 12px 0; font-weight: 400;}
.why-we-work-section .content-area h2{color: #005159; font-size: 36px; font-weight: 700; line-height: 36px; margin: 0 0 24px 0; max-width: 580px;}
.why-we-work-section .content-area .line{width: 250px; margin-bottom: 22px;}
.why-we-work-section .content-area .line span{height: 3px;}
.why-we-work-section .content-area p{color: #383838; font-size: 18px; font-weight: 300; line-height: 26px; margin: 0 0 16px 0}
.why-we-work-section .content-area h3{font-size: 22px; line-height: 28px; font-weight: 700; color: #005159; margin: 0 0 4px 0;}
.why-we-work-section .content-area .step-block{border-left:#DADADA 5px solid; margin-bottom: 20px; padding: 5px 0 5px 35px; }
.why-we-work-section .content-area .step-block p{margin: 0px;}
.why-we-work-section .content-area .step-block:hover{border-left: #E6544C 5px solid;}
.why-we-work-section .photo-area{width: 50%; padding-left: 20px;}
.why-we-work-section .photo-area img{width: 100%;}

.service-section{width: 100%; padding:80px 0px; position: relative; text-align: center;}
.service-section .sub{font-size: 16px; line-height: 16px; color: #E6544C; margin: 0 0 12px 0; font-weight: 400;}
.service-section h2{color: #005159; font-size: 36px; font-weight: 700; line-height: 36px; margin: 0 0 24px 0; }
.service-section .line{width: 250px; margin:0 auto 22px auto;}
.service-section .line span{height: 3px;}
.service-section p{color: #383838; font-size: 18px; font-weight: 300; line-height: 26px; margin: 0 0 16px 0}
.service-section ul{margin: 0px -10px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap;}
.service-section ul li{width: 33.33%; padding: 0 10px; margin-top: 20px;}
.service-section .service-block{width: 100%; height: 466px; position: relative; overflow: hidden;}
.service-section .service-block img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover;}
.service-section .service-block .content{background: rgb(0,81,89,0.7); position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; justify-content: center; display: flex; flex-direction: column; align-items: center; padding: 35px;}
.service-section .service-block .content h3{font-size: 36px; line-height: 36px; color: #fff; font-weight: 700; margin: 0 0 15px 0;}
.service-section .service-block .content p{font-size: 18px; line-height: 24px; color: #fff; font-weight: 300; margin: 0px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.service-section .service-block .hover-content{position: absolute; bottom: -100%; transition: all .5s ease; width: 100%; height: 100%; background: #E6544C; padding: 35px; display: flex; flex-direction: column; align-items: flex-start; text-align: left; justify-content: space-between;}
.service-section .service-block .hover-content h3{font-size: 36px; line-height: 36px; color: #fff; font-weight: 700; margin: 0 0 15px 0;}
.service-section .service-block .hover-content p{font-size: 18px; line-height: 24px; color: #fff; font-weight: 300; margin: 0px;}
.service-section .service-block:hover .hover-content{bottom: 0px; transition: all .5s ease; }

.partners-section{width: 100%; padding:0 0 80px 0px; position: relative; text-align: center;}
.partners-section .sub{font-size: 16px; line-height: 16px; color: #E6544C; margin: 0 0 12px 0; font-weight: 400;}
.partners-section h2{color: #005159; font-size: 36px; font-weight: 700; line-height: 36px; margin: 0 0 24px 0; }
.partners-section .line{width: 250px; margin:0 auto 22px auto;}
.partners-section .line span{height: 3px;}
.partners-section .logo-slider{overflow: hidden; position: relative; width: 100%; background: #fff;}
.partners-section .logo-slider .slide-track {display: flex; width: calc(210px * 32); /* width of one logo * number of logos */ animation: scroll1 30s linear infinite; gap:16px }
.partners-section .logo-slider .slide{width: 260px; position: relative; border: #C6E5EF 1px solid; height: 100px; margin: auto; border-radius: 15px; box-shadow: 0px 0px 15px 0px rgba(198,233,245,0.3); -webkit-box-shadow: 0px 0px 15px 0px rgba(198,233,245,0.3); -moz-box-shadow: 0px 0px 15px 0px rgba(198,233,245,0.3);}
.partners-section .logo-slider .slide img {max-width: 80%; max-height: 80%; filter: grayscale(100%); transition: filter 0.3s; object-fit: contain; margin: auto; position: absolute; top: 10%; bottom: 10%; left: 10%; right: 10%; }
.partners-section .logo-slider .slide img:hover {filter: grayscale(0%);}

@keyframes scroll1 {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes textscroll {
  0% { margin-left: -1100px; }
  50% { margin-left: -1200px; }
  100% { margin-left: -1100px; }
}

.getintouch-section{padding: 80px 0;}
.getintouch-section .blue-content-area{background: #005159; background: linear-gradient(90deg, rgba(0, 81, 89, 1) 0%, rgba(4, 127, 138, 1) 50%); border-radius: 20px; display: flex; position: relative;}
.getintouch-section .blue-content-area .form-area{width: 53%; padding: 50px 35px 38px 60px;}
.getintouch-section .blue-content-area .form-area h2{font-size: 50px; line-height: 56px; color: #fff; font-weight: 700; margin: 0 0 10px 0;}
.getintouch-section .blue-content-area .form-area p{font-size: 18px; line-height: 26px; font-weight: 400; color: #fff; margin: 0 0 15px 0;}
.getintouch-section .blue-content-area .form-area .md-6{margin: 0 -6px;}
.getintouch-section .blue-content-area .form-area .pd-6{padding: 0 6px; margin-bottom: 12px;}
.getintouch-section .blue-content-area .form-area .form-control{border: none; border-radius: 6px; font-size: 14px; line-height: 16px; font-weight: 400; color: #005159; padding: 14px 15px; height: auto;}
.getintouch-section .blue-content-area .form-area .form-control:focus{box-shadow: none;}
.getintouch-section .blue-content-area .form-area .btn-red{border: none; padding: 12px 30px;}
.getintouch-section .blue-content-area .photo-area{width: 44.4%; position: absolute; right: 40px; bottom: 0px;}
.getintouch-section .blue-content-area .photo-area img{width: 100%; z-index: 1; position: relative;}
.getintouch-section .blue-content-area .photo-area .circle{position: absolute; top: 60px; left: 80px; width: 436px; height: 436px; background: #E6544C; border-radius: 50%;}

.reveal{position: relative; transform: translateY(250px); opacity: 0; transition: 1s all ease;}
.reveal.active{transform: translateY(0); opacity: 1;}

.loader-area{position: fixed; width: 100%; height: 100vh; background: #000; z-index: 99; display: flex; align-items: center; top: -100%; transition: all 1s ease; -webkit-transition: all 1s ease; -moz-transition: all 1s ease;}
.loader-area.active{top: 0px; transition: all 1s ease; -webkit-transition: all 1s ease; -moz-transition: all 1s ease;}

.footer-main{background: #E8EEEF;}
.footer-main .line{margin-bottom: 50px;}
.footer-main .line span{height: 10px;}
.footer-main .logo{margin: 0 auto; width: 200px;}
.footer-main .logo img{width: 100%;}
.footer-main ul.social{margin: 26px 0 0 0; padding: 0px; display: flex; justify-content: center;}
.footer-main ul.social li{margin: 0 4px;}
.footer-main ul.social li a{width: 40px; height: 40px; background: #E6544C; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.footer-main h2{font-size: 22px; line-height: 28px; color: #E6544C; font-weight: 600; margin: 0 0 8px 0;}
.footer-main ul.link{margin: 0px; padding: 0px; list-style: none;}
.footer-main ul.link li a{font-size: 16px; line-height: 24px; color: #005159; font-weight: 400; position: relative; padding-left: 20px;  transition: all .5s ease;}
.footer-main ul.link li a::before{content: ''; position: absolute; top: 12px; left: 0px; width: 5px; background: #005159; height: 1px;  transition: all .5s ease;}
.footer-main ul.link li a:hover{color: #E6544C; padding-left: 30px;  transition: all .5s ease;}
.footer-main ul.link li a:hover::before{width: 20px;  transition: all .5s ease;}
.footer-main ul.time{margin: 0px; padding: 0px; list-style: none;}
.footer-main ul.time li{display: flex; justify-content: space-between; font-size: 16px; line-height: 24px; color: #005159; font-weight: 400;}
.footer-main ul.time li strong{font-weight: 600;}
.footer-main ul.time li strong.close{color: #E6544C;}
.footer-main .copyright{border-top: #89C3C8 1px dashed; margin-top: 50px; display: flex; justify-content: space-between; align-items: center; padding: 12px 0;}
.footer-main .copyright p{margin: 0px; font-size: 16px; line-height: 26px; color: #005159; font-weight: 400;}
.footer-main .copyright ul.policy{margin: 0px; padding: 0px; list-style: none; display: flex;}
.footer-main .copyright ul.policy li{position: relative;}
.footer-main .copyright ul.policy li::before{content: '|'; margin: 0 18px; font-size: 16px; line-height: 26px; color: #005159;}
.footer-main .copyright ul.policy li:first-child::before{content: none;}
.footer-main .copyright ul.policy li a{font-size: 16px; line-height: 26px; color: #005159; font-weight: 400;}


.inner-titlebar-section{padding: 125px 0px 135px 0px; position: relative; margin-top: 140px;}
.inner-titlebar-section::before{content: ''; width: 100%; height: 100%; top: 0px; left: 0px; position: absolute; background: #B3E5EA; background: linear-gradient(90deg, rgba(179, 229, 234, 1) 0%, rgba(255, 255, 255, 0) 100%); position: absolute; top: 0px; left: 0px;}
.inner-titlebar-section .sub{font-size: 50px; line-height: 50px; color: #E6544C; margin: 0 0 10px 0; font-weight: 300;}
.inner-titlebar-section h1{color: #005159; font-size: 80px; font-weight: 600; line-height: 90px; margin: 0; }
.inner-titlebar-section .line{width: 100%; position: absolute; bottom: 0px; left: 0px;}
.inner-titlebar-section .line span{height: 10px;}

.contact-info-section{padding: 80px 0; position: relative;}
.contact-info-section .sub{font-size: 16px; line-height: 16px; color: #E6544C; margin: 0 0 12px 0; font-weight: 400; text-align: center;}
.contact-info-section h2{color: #005159; font-size: 46px; font-weight: 700; line-height: 46px; margin: 0 0 24px 0; text-align: center;}
.contact-info-section .line{width: 250px; margin:0 auto 16px auto; text-align: center;}
.contact-info-section .line span{height: 3px;}
.contact-info-section p{color: #646A69; font-size: 18px; font-weight: 300; line-height: 26px; margin: 0 auto 24px auto; max-width: 980px; text-align: center;}
.contact-info-section ul.contact-info{margin: 0px -15px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap;}
.contact-info-section ul.contact-info li{width: 33.33%; padding: 0 15px;}
.contact-info-section ul.contact-info li .inner-block{border: #C6E5EF 1px solid; background: #fff; border-radius: 15px; box-shadow: 0px 0px 15px 0px rgba(198,233,245,0.3); -webkit-box-shadow: 0px 0px 15px 0px rgba(198,233,245,0.3); -moz-box-shadow: 0px 0px 15px 0px rgba(198,233,245,0.3); position: relative; padding: 30px;}
.contact-info-section ul.contact-info li .inner-block .icon{width: 70px; height: 70px; margin-bottom: 30px;}
.contact-info-section ul.contact-info li .inner-block .content h3{font-size: 26px; line-height: 26px; color: #005159; font-weight: 700; margin: 0 0 10px 0;}
.contact-info-section ul.contact-info li .inner-block .content p{font-size: 16px; line-height: 24px; color: #414141; font-weight: 400; margin: 0 0 15px 0; text-align: left;}
.contact-info-section ul.contact-info li .inner-block .content a.btn-blue{font-size: 14px; padding: 12px 24px;}

.request-quote-section{padding: 80px 0; position: relative;}
.request-quote-section .photo-block{width: 100%; height: 585px; border-radius: 20px; overflow: hidden;}
.request-quote-section .photo-block img{width: 100%; height: 100%; object-fit: cover;}
.request-quote-section .request-quote-form{width: 100%; background: #E4FDFF; padding: 50px; border-radius: 20px; position: relative; overflow: hidden;}
.request-quote-section .request-quote-form::before{content: ''; background: url(https://ketone.ae/themes/front/images/bg.png) center center no-repeat; background-size: cover; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;}
.request-quote-section .request-quote-form h2{font-size: 36px; line-height: 36px; color: #005159; font-weight: 700; margin: 0 0 24px 0; position: relative; z-index: 1;}
.request-quote-section .request-quote-form .sub{font-size: 16px; line-height: 16px; color: #E6544C; margin: 0 0 12px 0; font-weight: 400; position: relative; z-index: 1;}
.request-quote-section .request-quote-form .line{width: 250px; margin:0 0 24px 0; position: relative; z-index: 1;}
.request-quote-section .request-quote-form .line span{height: 3px;}
.request-quote-section .request-quote-form .md-8{margin: 0 -8px; position: relative; z-index: 1;}
.request-quote-section .request-quote-form .pd-8{padding: 0 8px;}
.request-quote-section .request-quote-form .form-group{margin-bottom: 16px;}
.request-quote-section .request-quote-form .form-control{border: none; border-radius: 10px; font-size: 14px; line-height: 16px; font-weight: 400; color: #005159; padding: 18px 20px; height: auto;}
.request-quote-section .request-quote-form .form-control:focus{box-shadow: none;}
.request-quote-section .request-quote-form .form-control::placeholder{color: #5D7F91;}
.request-quote-section .request-quote-form .btn-red{border: none; padding: 14px 30px;}

.map-section{padding: 80px 0; position: relative;}
.map-section .map-area{width: 100%; height: 500px; border-radius: 20px; overflow: hidden; background: #E4FDFF;}
/* .map-section .map-area iframe{width: 100%; height: 100%; border: none; mix-blend-mode:luminosity} */
.map-section .map-area iframe{width: 100%; height: 100%; border: none; }

.faq-page{padding: 80px 0; position: relative;}
.faq-page .sub{font-size: 16px; line-height: 16px; color: #E6544C; margin: 0 0 12px 0; font-weight: 400; text-align: center;}
.faq-page h2{color: #005159; font-size: 46px; font-weight: 700; line-height: 46px; margin: 0 0 24px 0; text-align: center;}
.faq-page .line{width: 250px; margin:0 auto 22px auto; text-align: center;}
.faq-page .line span{height: 3px;}
.faq-page p{color: #646A69; font-size: 18px; font-weight: 300; line-height: 26px; margin: 0 auto 12px auto; max-width: 1100px; text-align: center;}
.faq-page .accordion{width: 100%; margin: 25px auto 0 auto;}
.faq-page .accordion .accordion-item{margin-top: 14px; color: #000; background-color: #fff; border: #98B1B3 1px dashed; border-radius: 10px !important; }
.faq-page .accordion .accordion-item .accordion-header{margin: 0px;}
.faq-page .accordion .accordion-button{border-radius: 8px !important; font-size: 22px; color:#005159; padding: 15px 30px; font-weight: 500; }
.faq-page .accordion .accordion-button:focus{box-shadow: none}
.faq-page .accordion .accordion-button:not(.collapsed){background: #fff; box-shadow: none}
.faq-page .accordion .accordion-button::after{background-color:#E6544C; background-image: none; width: 16px; height: 2px;}
.faq-page .accordion .accordion-button.collapsed::before{content: ''; background: #E6544C; width: 2px; height: 16px; position: absolute; top: 30px; right: 37px;}
.faq-page .accordion .accordion-body{padding: 0 30px 22px 30px; font-size: 18px; line-height: 24px; font-weight: 300; color:#646A69; }


.center-content-area{padding: 80px 0; position: relative;}
.center-content-area .sub{font-size: 16px; line-height: 16px; color: #E6544C; margin: 0 0 12px 0; font-weight: 400; text-align: center;}
.center-content-area h2{color: #005159; font-size: 46px; font-weight: 700; line-height: 46px; margin: 0 0 24px 0; text-align: center;}
.center-content-area .line{width: 250px; margin:0 auto 22px auto; text-align: center;}
.center-content-area .line span{height: 3px;}
.center-content-area p{color: #646A69; font-size: 18px; font-weight: 300; line-height: 26px; margin: 0 0 12px 0;  text-align: center;}
.center-content-area ul.photo-area{margin: 40px -20px 0px -20px; padding: 0px; list-style: none; display: flex;}
.center-content-area ul.photo-area li{width: 50%; padding: 0 20px;}
.center-content-area ul.photo-area li .img-block{width: 100%; min-height: 570px; position: relative; overflow: hidden; border-radius: 20px;}
.center-content-area ul.photo-area li .img-block img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover;}
.center-content-area ul.photo-area li:last-child{padding-top: 100px;}

.accreditation-page{padding: 80px 0 40px 0; position: relative;}
.accreditation-page .sub{font-size: 16px; line-height: 16px; color: #E6544C; margin: 0 0 12px 0; font-weight: 400; text-align: center;}
.accreditation-page h2{color: #005159; font-size: 46px; font-weight: 700; line-height: 46px; margin: 0 0 24px 0; text-align: center;}
.accreditation-page .line{width: 250px; margin:0 auto 22px auto; text-align: center;}
.accreditation-page .line span{height: 3px;}
.accreditation-page .accreditation-list{margin: 30px 0px 0px 0px;}
.accreditation-page .accreditation-list .accreditation-block{position: relative; display: flex; align-items: center; align-content: center; margin-bottom: 40px;}
.accreditation-page .accreditation-list .accreditation-block .img-block{width: 50%; display: flex; align-items: center; align-content: center; position: relative; background: #DEEEEF; border-radius: 15px; padding: 40px;}
.accreditation-page .accreditation-list .accreditation-block .img-block img{width: 100%; border-radius: 20px;}
.accreditation-page .accreditation-list .accreditation-block .content-block{z-index: 1; width: 60%; background: #fff; border: #DEEEEF 1px solid; padding: 40px 50px 40px 40px; position: absolute; right: 0px;}
.accreditation-page .accreditation-list .accreditation-block .content-block h3{font-size: 26px; line-height: 36px; color: #005159; font-weight: 700; margin: 0 0 10px 0;}
.accreditation-page .accreditation-list .accreditation-block .content-block p{font-size: 16px; line-height: 24px; color: #414141; font-weight: 400; margin: 0 0 18px 0; text-align: left;}
.accreditation-page .accreditation-list .accreditation-block .content-block a.btn-blue{font-size: 14px; padding: 12px 24px;}
.accreditation-page .accreditation-list .accreditation-block .content-block .line{flex-direction: column; height: 100%; width: 5px; margin: 0px; position: absolute; top: 0px; right: 0px;}
.accreditation-page .accreditation-list .accreditation-block .content-block .line span{width: 100%; height: 20%;}
.accreditation-page .accreditation-list .accreditation-block:nth-of-type(2n+2){flex-direction: row-reverse;}
.accreditation-page .accreditation-list .accreditation-block:nth-of-type(2n+2) .content-block{right: auto; left: 0px; text-align: right;}
.accreditation-page .accreditation-list .accreditation-block:nth-of-type(2n+2) .content-block p{text-align: right;}
.accreditation-page .accreditation-list .accreditation-block:nth-of-type(2n+2) .content-block .line{right: auto; left: 0px;}

.test-list-page{padding: 80px 0 40px 0; position: relative;}
.test-list-page .sub{font-size: 16px; line-height: 16px; color: #E6544C; margin: 0 0 12px 0; font-weight: 400; text-align: center;}
.test-list-page h2{color: #005159; font-size: 46px; font-weight: 700; line-height: 46px; margin: 0 0 24px 0; text-align: center;}
.test-list-page .line{width: 250px; margin:0 auto 22px auto; text-align: center;}
.test-list-page .line span{height: 3px;}
.test-list-page p{color: #646A69; font-size: 18px; font-weight: 300; line-height: 26px; margin: 0 auto 12px auto;  text-align: center; max-width: 1260px;}

.test-list-page .filter-area{margin: 30px 0; display: flex; justify-content: space-between; align-items: center;}
.test-list-page .filter-area .search-area{width: 32%; position: relative;}
.test-list-page .filter-area .search-area .form-control{border: #98B1B3 1px dashed; border-radius: 30px; font-size: 16px; line-height: 16px; font-weight: 400; color: #005159; padding: 14px 20px; height: auto;}
.test-list-page .filter-area .search-area .btn-blue{position: absolute; top: 5px; right: 5px; border: none; padding: 12px 30px; border-radius: 30px;}
.test-list-page .filter-area select.form-select{border: #98B1B3 1px dashed; border-radius: 30px; font-size: 16px; line-height: 16px; font-weight: 400; color: #005159; padding: 16px 20px; height: auto; width: 300px;}
.test-list-page .filter-area select.form-select:focus,
.test-list-page .filter-area .search-area .form-control:focus{box-shadow: none;}
.filter-area .innerflex { display: flex; align-items: center; gap: 5px; }
.filter-area .innerflex .close-icon { width: 44px; height: 44px; margin-right: 10px; background: #E6544C; border-radius: 50%; display: flex; align-items: center; justify-content: center; }

.test-list-page ul.test-list{margin: 0px -15px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap;}
.test-list-page ul.test-list li{width: 50%; padding: 0 15px; margin-bottom: 30px;}
.test-list-page ul.test-list li .test-block{position: relative; padding-bottom: 8px;}
.test-list-page ul.test-list li .test-block .test-info{background: #E7F6FB; border-radius: 20px; padding: 20px 30px 0 30px;position: relative; z-index: 2;}
.test-list-page ul.test-list li .test-block .test-info .test-name{font-size: 24px; line-height: 24px; color: #005159; font-weight: 400; margin: 0 0 20px 0;}
.test-list-page ul.test-list li .test-block .test-info ul{margin: 0px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap; background: #fff; border: #A8CFDD 1px dashed; border-radius: 10px;}
.test-list-page ul.test-list li .test-block .test-info ul li{width: 50%; padding: 15px 20px; margin-bottom: 0px; border-bottom: #A8CFDD 1px dashed; font-size: 16px; line-height: 16px; border-right: none; color: #E6544C;}
.test-list-page ul.test-list li .test-block .test-info ul li strong{color: #005159;}
.test-list-page ul.test-list li .test-block .test-info ul li:nth-child(1){border-right: #A8CFDD 1px dashed; border-bottom: #A8CFDD 1px dashed;}
.test-list-page ul.test-list li .test-block .test-info ul li:nth-child(2){border-right: none; border-bottom: #A8CFDD 1px dashed;}
.test-list-page ul.test-list li .test-block .test-info ul li:nth-child(3){border-right: #A8CFDD 1px dashed; border-bottom: none;}
.test-list-page ul.test-list li .test-block .test-info ul li:nth-child(4){border-right: none; border-bottom: none;}
.test-list-page ul.test-list li .test-block .test-info ul li strong{font-weight: 600;}
.test-list-page ul.test-list li .test-block .test-info .d-flex{display: flex; justify-content: space-between; align-items: center; padding: 15px 0;}
.test-list-page ul.test-list li .test-block .test-info .d-flex .turnaround-time{display: flex; align-items: center; font-size: 16px; line-height: 24px; color: #E6544C;}
.test-list-page ul.test-list li .test-block .test-info .d-flex .turnaround-time strong{font-weight: 600; color: #005159; margin-right: 4px;}
.test-list-page ul.test-list li .test-block .test-info .d-flex .turnaround-time .icon{width: 36px; height: 36px; margin-right: 10px; background: #E6544C; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.test-list-page ul.test-list li .test-block .test-info .d-flex .btn-blue{display: flex; align-items: center; padding: 10px 24px; font-size: 14px; line-height: 16px; color: #fff;  border-radius: 30px;}
.test-list-page ul.test-list li .test-block .test-info .d-flex .btn-blue svg{margin-left: 10px;}
.test-list-page ul.test-list li .test-block .line{width: 98%; position: absolute; bottom: 0px; left: 1%; margin: 0px;}
.test-list-page ul.test-list li .test-block .line span{height: 40px;}
.test-list-page ul.test-list li .test-block .line span:nth-child(1){border-radius: 20px 0 0 20px;}
.test-list-page ul.test-list li .test-block .line span:nth-child(5){border-radius: 0 20px 20px 0;}

.test-list-page .pagination-area{display: flex; justify-content: center; align-items: center;}
.test-list-page .pagination-area .pagination{margin: 10px 0px 0px 0px;}
.test-list-page .pagination-area .pagination .page-item{margin: 0px 5px;}
.test-list-page .pagination-area .pagination .page-item .page-link{border: none; background: #005159; color: #fff; border-radius: 50%; width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; font-size: 24px; line-height: 24px; font-weight: 400;}
.test-list-page .pagination-area .pagination .page-item.active .page-link,
.test-list-page .pagination-area .pagination .page-item:hover .page-link{background: #E6544C; color: #fff;}
.test-list-page .pagination-area .pagination .page-item:first-child .page-link svg{transform: rotate(180deg);}

.lds-page{width: 100%; padding:80px 0px; position: relative; text-align: center;}
.lds-page .sub{font-size: 16px; line-height: 16px; color: #E6544C; margin: 0 0 12px 0; font-weight: 400;}
.lds-page h2{color: #005159; font-size: 46px; font-weight: 700; line-height: 46px; margin: 0 0 24px 0; }
.lds-page .line{width: 250px; margin:0 auto 22px auto;}
.lds-page .line span{height: 3px;}
.lds-page p{color: #383838; font-size: 18px; font-weight: 300; line-height: 26px; margin: 0 0 16px 0}
.lds-page ul{margin: 0px -10px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap;}
.lds-page ul li{width: 33.33%; padding: 0 10px; margin-top: 20px;}
.lds-page .service-block{width: 100%; height: 466px; position: relative; overflow: hidden;}
.lds-page .service-block img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover;}
.lds-page .service-block .content{background: rgb(0,81,89,0.7); position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; justify-content: center; display: flex; flex-direction: column; align-items: center; padding: 35px;}
.lds-page .service-block .content h3{font-size: 36px; line-height: 36px; color: #fff; font-weight: 700; margin: 0 0 15px 0;}
.lds-page .service-block .content p{font-size: 18px; line-height: 24px; color: #fff; font-weight: 300; margin: 0px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.lds-page .service-block .hover-content{position: absolute; bottom: -100%; transition: all .5s ease; width: 100%; height: 100%; background: #E6544C; padding: 35px; display: flex; flex-direction: column; align-items: flex-start; text-align: left; justify-content: space-between;}
.lds-page .service-block .hover-content h3{font-size: 36px; line-height: 36px; color: #fff; font-weight: 700; margin: 0 0 15px 0;}
.lds-page .service-block .hover-content p{font-size: 18px; line-height: 24px; color: #fff; font-weight: 300; margin: 0px;}
.lds-page .service-block:hover .hover-content{bottom: 0px; transition: all .5s ease; }

.hexagon-image-container {
  position: relative;
  width: 700px;
  height: 700px;
  display: inline-block;
}
.hexagon-image-svg {
  width: 100%;
  height: 100%;
  display: block;
}
/* .hex-badge {
  position: absolute;
  left: 10px;
  bottom: 30px;
  background: #0b5a5e;
  color: #fff;
  width: 150px;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
  font-family: 'Outfit', sans-serif;
}
.hex-badge .years {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1;
}
.hex-badge .text {
  font-size: 1em;
  text-align: center;
  line-height: 1.2;
} */


.our-story-section{padding: 80px 0;}
.our-story-section .d-flex{display: flex; align-items: center; justify-content: space-between;}
.our-story-section .photo-area{width: 50%; height: 700px; padding-right: 20px; position: relative;}
.our-story-section .photo-area .hexagon-image-area{width: 100%; height: 100%; clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%); position: absolute; top: 0px; left: 0px;}
.our-story-section .photo-area .hexagon-image-area img{width: 100%; height: 100%; object-fit: cover;}
.our-story-section .photo-area .hex-badge{position: absolute; bottom: 80px; left: 0px; background: #005159; width: 220px; height: 220px; clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;}
.our-story-section .photo-area .hex-badge .years{font-size: 46px; line-height: 46px; font-weight: 700; color: #fff; margin: 0 0 5px 0;}
.our-story-section .photo-area .hex-badge .text{font-size: 20px; line-height: 20px; font-weight: 400; color: #fff;}
.our-story-section .content-area{width: 50%; padding-left: 20px;}
.our-story-section .content-area .sub{font-size: 16px; line-height: 16px; color: #E6544C; margin: 0 0 12px 0; font-weight: 400;}
.our-story-section .content-area h2{color: #005159; font-size: 46px; font-weight: 700; line-height: 46px; margin: 0 0 24px 0;}
.our-story-section .content-area .line{width: 250px; margin:0 0 22px 0;}
.our-story-section .content-area .line span{height: 3px;}
.our-story-section .content-area p{color: #383838; font-size: 18px; font-weight: 300; line-height: 26px; margin: 0 0 16px 0}
.our-story-section .content-area .blue-badge{background: #005159; background: linear-gradient(90deg, rgba(0, 81, 89, 1) 0%, rgba(4, 127, 138, 1) 50%); color: #fff; padding: 14px 50px; border-radius: 8px; font-size: 24px; line-height: 36px; font-weight: 700; margin: 0 0 20px 0; text-align: center;}
.our-story-section .content-area h3{color: #E6544C; font-size: 34px; font-weight: 700; line-height: 34px; margin: 0; text-align: center;}

.mission-vision-section{padding: 80px 0 50px 0;}
.mission-vision-section .banner-img{width: 100%; border-radius: 20px; position: relative; overflow: hidden;}
.mission-vision-section .banner-img img{width: 100%; height: 100%; object-fit: cover;}
.mission-vision-section .d-flex{display: flex; justify-content: space-between;}
.mission-vision-section .d-flex .content-area{width: 50%; padding: 50px 60px; height: 100%; border-bottom: #005159 1px dashed; position: relative;}
.mission-vision-section .d-flex .content-area h3{color: #005159; font-size: 36px; font-weight: 700; line-height: 36px; margin: 0 0 22px 0; }
.mission-vision-section .d-flex .content-area .line{width: 250px; margin:0 0 20px 0;}
.mission-vision-section .d-flex .content-area .line span{height: 3px;}
.mission-vision-section .d-flex .content-area p{color: #383838; font-size: 18px; font-weight: 300; line-height: 26px; margin: 0}
.mission-vision-section .d-flex .content-area:first-child{text-align: right; border-right: #005159 1px dashed;}
.mission-vision-section .d-flex .content-area:first-child .line{margin: 0 0 20px auto;}


.mission-vision-section .d-flex .content-area .ball{width: 10px; height: 10px; background-color: #E6544C; border-radius: 50%; z-index: 1; transform: translateX(-50%); position: absolute; left: auto; bottom: -5px;  right: 0px; animation:6.5s ease-in-out infinite lefttoright;}
.mission-vision-section .d-flex .content-area .ball1{width: 10px; height: 10px; background-color: #E6544C; border-radius: 50%; z-index: 1; transform: translateX(50%); position: absolute; right: 0px;  bottom: -5px;  left: auto; animation:6.5s ease-in-out infinite righttoleft;}
@keyframes lefttoright {
  0%,
  100% {
    left:calc(100% - 0px)
  }
  50% {
    left:0
  }
}
@keyframes righttoleft {
  0%,
  100% {
    right:calc(100% - 0px)
  }
  50% {
    right:0
  }
}

.values-section{padding: 50px 0 80px 0; position: relative;}
.values-section .sub{font-size: 16px; line-height: 16px; color: #E6544C; margin: 0 0 12px 0; font-weight: 400; text-align: center;}
.values-section h2{color: #005159; font-size: 46px; font-weight: 700; line-height: 46px; margin: 0 0 20px 0; text-align: center;}
.values-section .line{width: 250px; margin:0 auto 22px auto; text-align: center;}
.values-section .line span{height: 3px;}
.values-section ul.value-list{margin: 0px -15px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap;}
.values-section ul.value-list li{width: 33.33%; padding: 0 15px; margin-bottom: 30px;}
.values-section ul.value-list li .value-block{background: #fff; padding: 40px;  position: relative; overflow: hidden; border: #005159 1px dashed; min-height: 290px; border-bottom: none; display: flex; flex-direction: column; justify-content: space-between; transition: all .5s ease;}
.values-section ul.value-list li .value-block .icon{width: 60px; height: 60px;}
.values-section ul.value-list li .value-block .icon img{width: 100%; height: 100%; object-fit: contain;}
.values-section ul.value-list li .value-block .bottom{text-align: left;}
.values-section ul.value-list li .value-block .bottom h3{color: #005159; font-size: 24px; font-weight: 700; line-height: 24px; margin: 0 0 10px 0;}
.values-section ul.value-list li .value-block .bottom p{color: #383838; font-size: 18px; font-weight: 300; line-height: 26px; margin: 0;}
.values-section ul.value-list li .value-block .line{width: 100%; position: absolute; bottom: 0px; left: 0px; margin: 0px;}
.values-section ul.value-list li .value-block .line span{height: 4px; transition: all .5s ease;}
.values-section ul.value-list li .value-block:hover{padding: 40px 40px 50px 40px; transition: all .5s ease;}
.values-section ul.value-list li .value-block:hover .line span{height: 14px; transition: all .5s ease;}

.clients-testimonial-section{padding: 80px 0; background: #E4FDFF; position: relative; overflow: hidden;}
.clients-testimonial-section::before{content: ''; background: url(https://ketone.ae/themes/front/images/bg.png) center center no-repeat; background-size: cover; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;}
.clients-testimonial-section .container{position: relative; z-index: 1;}
.clients-testimonial-section .sub{font-size: 16px; line-height: 16px; color: #E6544C; margin: 0 0 12px 0; font-weight: 400; }
.clients-testimonial-section h2{color: #005159; font-size: 46px; font-weight: 700; line-height: 46px; margin: 0 0 20px 0; }
.clients-testimonial-section .line{width: 250px; margin:0 0 22px 0; text-align: center;}
.clients-testimonial-section .line span{height: 3px;}
.clients-testimonial-section .item{position: relative; padding-bottom: 8px;}
.clients-testimonial-section .item::before {content: ''; position: absolute; width: 96%; height: 40px; background: #fff; border-radius: 20px; left: 2%; transition: all .5s ease; bottom: 0px;}
.clients-testimonial-section .testimonial-block{background: #fff; box-shadow: 0px 0px 25px 0px rgba(198,233,245,1); -webkit-box-shadow: 0px 0px 25px 0px rgba(198,233,245,1); -moz-box-shadow: 0px 0px 25px 0px rgba(198,233,245,1); border-radius: 20px; position: relative; z-index: 2; padding: 40px;}
.clients-testimonial-section .testimonial-block::before{content: ''; position: absolute; top: 35px; right: 40px; background: url(https://ketone.ae/themes/front/images/quote-icon.png) center center no-repeat; width: 102px; height: 80px;}
.clients-testimonial-section .testimonial-block .user-info{display: flex; align-items: center; margin-bottom: 20px;}
.clients-testimonial-section .testimonial-block .user-info .img-block{width: 80px; height: 80px; border-radius: 50%; overflow: hidden; margin-right: 20px;}
.clients-testimonial-section .testimonial-block .user-info .img-block img{width: 100%; height: 100%; object-fit: cover;}
.clients-testimonial-section .testimonial-block .user-info .name{font-size: 24px; line-height: 30px; color: #005159; font-weight: 600; margin: 0;}
.clients-testimonial-section .testimonial-block .user-info .name span{font-size: 16px; line-height: 20px; opacity: 0.5; display: block; font-weight: 400; margin-top: 5px;}
.clients-testimonial-section .testimonial-block p{font-size: 16px; line-height: 24px; color: #1E1E1E; font-weight: 400; margin: 0px 0px 20px 0px;}
.clients-testimonial-section .testimonial-block .star-date{display: flex; align-items: center; justify-content: space-between;}
.clients-testimonial-section .testimonial-block .star-date .star{display: flex;}
.clients-testimonial-section .testimonial-block .star-date .star svg{margin-right: 8px;}
.clients-testimonial-section .testimonial-block .star-date .date{font-size: 14px; line-height: 20px; color: #E6544C; font-weight: 700;}
.clients-testimonial-section .owl-dots{display: none;}
.clients-testimonial-section .owl-nav{position: absolute; top: -90px; right: 0px;}
.clients-testimonial-section .owl-nav .owl-prev{margin-right: 14px;}

.accreditations-section{padding: 0 0 80px 0; position: relative;}
.accreditations-section .sub{font-size: 16px; line-height: 16px; color: #E6544C; margin: 0 0 12px 0; font-weight: 400; text-align: center;}
.accreditations-section h2{color: #005159; font-size: 46px; font-weight: 700; line-height: 46px; margin: 0 0 20px 0; text-align: center;}
.accreditations-section .line{width: 250px; margin:0 auto 22px auto; text-align: center;}
.accreditations-section .line span{height: 3px;}
.accreditations-section .accreditation-block{background: #fff; border:#DEEEEF 1px solid; border-radius: 15px; overflow: hidden; display: flex;}
.accreditations-section .accreditation-block .img-block{width: 48%; height: 272px; overflow: hidden; background: #DEEEEF; padding: 20px;}
.accreditations-section .accreditation-block .img-block img{width: 100%; height: 100%; object-fit: cover;}
.accreditations-section .accreditation-block .content{padding: 30px; width: 52%; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start;}
.accreditations-section .accreditation-block .content h3{color: #005159; font-size: 24px; font-weight: 700; line-height: 34px; margin: 0 0 12px 0;}
.accreditations-section .accreditation-block .content p{color: #414141; font-size: 16px; font-weight: 400; line-height: 24px; margin: 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.accreditations-section .accreditation-block .content .btn-blue{padding: 12px 24px; font-size: 16px; line-height: 24px; font-weight: 500; margin: 0;}
.accreditations-section .owl-dots{display: none;}


.core-services-page{padding: 80px 0 60px 0;}
.core-services-page .sub{font-size: 16px; line-height: 16px; color: #E6544C; margin: 0 0 12px 0; font-weight: 400; text-align: center;}
.core-services-page h2{color: #005159; font-size: 46px; font-weight: 700; line-height: 46px; margin: 0 0 20px 0; text-align: center;}
.core-services-page .line{width: 250px; margin:0 auto 22px auto; text-align: center;}
.core-services-page .line span{height: 3px;}
.core-services-page p{color: #383838; font-size: 18px; font-weight: 300; line-height: 26px; margin: 0 0 20px 0; text-align: center;}
.core-services-page .service-block{background: #fff; padding: 30px; border: #005159 1px dashed; display: flex; justify-content: space-between; margin-bottom: 20px; position: relative; border-left: none;}
.core-services-page .service-block h3{color: #005159; font-size: 24px; font-weight: 700; line-height: 30px; margin: 0; width: 50%; padding-right: 60px; padding-left: 5px; transition: all .5s ease;}
.core-services-page .service-block .content{width: 50%;}
.core-services-page .service-block .content p{color: #383838; font-size: 18px; font-weight: 300; line-height: 26px; margin: 0; text-align: left;}
.core-services-page .service-block .line{flex-direction: column; height: 100%; width: 5px; margin: 0px; position: absolute; top: 0px; left: -1px; transition: all .5s ease;}
.core-services-page .service-block .line span{width: 100%; height: 20%;}
.core-services-page .service-block:hover h3{padding-left: 15px; transition: all .5s ease;}
.core-services-page .service-block:hover .line{width: 15px; transition: all .5s ease;}

.core-service-photo{padding: 80px 0 0 0;}
.core-service-photo .img-block{width: 100%; height: 600px; position: relative; overflow: hidden; border-radius: 20px;}
.core-service-photo .img-block::before{content: ''; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #B3E5EA; background: linear-gradient(90deg, rgba(179, 229, 234, 1) 0%, rgba(255, 255, 255, 0) 100%);}
.core-service-photo .img-block img{width: 100%; height: 100%; object-fit: cover;}
.core-service-photo .img-block .logo{position: absolute; top: 50%; left: 100px; margin-top: -150px;}
.core-service-photo .img-block .logo svg{width:400px; height: 300px;}

.value-add-services-section{padding: 80px 0 60px 0;}
.value-add-services-section .sub{font-size: 16px; line-height: 16px; color: #E6544C; margin: 0 0 12px 0; font-weight: 400; text-align: center;}
.value-add-services-section h2{color: #005159; font-size: 46px; font-weight: 700; line-height: 46px; margin: 0 0 20px 0; text-align: center;}
.value-add-services-section .line{width: 250px; margin:0 auto 22px auto; text-align: center;}
.value-add-services-section .line span{height: 3px;}
.value-add-services-section p{color: #383838; font-size: 18px; font-weight: 300; line-height: 26px; margin: 0 0 20px 0; text-align: center;}
.value-add-services-section ul.value-service-list{margin: 0px -10px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap; justify-content: center;}
.value-add-services-section ul.value-service-list li{width: 33.33%; padding: 0 10px; margin-bottom: 20px;}
.value-add-services-section ul.value-service-list li .value-service-block{background: #fff; position: relative; overflow: hidden; border: #98B1B3 1px dashed; transition: all .5s ease; border-bottom: none ;}
.value-add-services-section ul.value-service-list li .value-service-block .title{color: #005159; font-size: 24px; font-weight: 700; line-height: 30px; margin: 0; background: #DEF4FB; border:#98B1B3 1px dashed; min-height: 120px; padding: 10px 30px; display: flex; align-items: center; justify-content: center; border-radius: 0 0 50px 50px; border-top: none; text-align: center;}
.value-add-services-section ul.value-service-list li .value-service-block .content{padding: 30px 30px 34px 30px;}
.value-add-services-section ul.value-service-list li .value-service-block .content p{color: #414141; font-size: 18px; font-weight: 300; line-height: 26px; margin: 0; min-height: 208px;}
.value-add-services-section ul.value-service-list li .value-service-block .line{width: 100%; position: absolute; bottom: 0px; left: 0px; margin: 0px;}
.value-add-services-section ul.value-service-list li .value-service-block .line span{height: 4px; transition: all .5s ease;}
.value-add-services-section ul.value-service-list li .value-service-block:hover .line span{height: 14px; transition: all .5s ease;}


.about-top-area.term-and-condition { margin-top: 140px; padding: 0 0 80px 0; }
.about-top-area.term-and-condition h2 { color: #005159; font-size: 36px; font-weight: 700; text-transform: capitalize; line-height: 36px; margin: 0 0 24px 0;}
.about-top-area.term-and-condition .line { width: 250px; margin: 0 0 22px 0; }
.about-top-area.term-and-condition ul { list-style: unset; padding: 0 0 15px 30px;}
.about-top-area.term-and-condition ul li { list-style: disc;     color: #383838; font-size: 18px; font-weight: 300; line-height: 26px; margin: 0 0 6px 0;}
.about-top-area.term-and-condition ul.circle li { list-style: circle ;}
.about-top-area.term-and-condition ul.square li { list-style: square;}
.about-top-area.term-and-condition h3 { font-size: 22px; line-height: 28px; font-weight: 700; color: #005159; margin: 0 0 14px 0; }
.about-top-area.term-and-condition p {color: #383838; font-size: 18px; font-weight: 500; line-height: 26px; margin: 0 0 6px 0;}

.about-top-area.privacy-policy { margin-top: 140px; padding: 0 0 80px 0; }
.about-top-area.privacy-policy .line { width: 250px; margin: 0 0 22px 0; }
.about-top-area.privacy-policy h2 { color: #005159; font-size: 36px; font-weight: 700; text-transform: capitalize; line-height: 36px; margin: 0 0 24px 0;}
.about-top-area.privacy-policy p { color: #383838; font-size: 18px; font-weight: 300; line-height: 26px; margin: 0 0 10px 0;}
.about-top-area.privacy-policy p b {font-size: 20px; font-weight: 600; line-height: 30px; padding-top: 10px; display: block;}


.whatsapp-chat-icon {
    width: 60px;
    height: 60px;
    background: #2fbf2f;
    position: fixed;
    color: #fff;
    bottom: 25px;
    right: 25px;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999
}

.whatsapp-chat-icon i {
    line-height: 60px
}

.whatsapp-chat-icon:hover {
    color: #fff
}


.partner-block { padding: 300px 0 200px 0 ;} 
.partner-block .form-area { width: fit-content; margin: auto;  border: #C6E5EF 1px solid; background: #fff; border-radius: 15px; box-shadow: 0px 0px 15px 0px rgba(198, 233, 245, 0.3); -webkit-box-shadow: 0px 0px 15px 0px rgba(198, 233, 245, 0.3);       padding: 40px 55px;}
.partner-block .form-area .iframe-button { display: flex; gap: 10px; justify-content: center; margin-bottom: 35px;}
.partner-block .form-area .iframe-button .btn-iframe-login {font-size: 16px; line-height: 16px; opacity: 50%;    text-transform: capitalize; padding: 12px 18px; color: #fff; background: #005159; background: linear-gradient(90deg, rgba(0, 81, 89, 1) 0%, rgba(4, 127, 138, 1) 50%); border-radius: 6px;}
.partner-block .form-area .iframe-button .btn-iframe-login.active { opacity: 100%; }