@charset "utf-8";
/*..............embedded fonts..............*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*..............embedded fonts..............*/

/*..............custom fonts..............*/

/*..............custom fonts..............*/

/*..............common styles..............*/
body { margin: 0; padding: 0; font-family: "Poppins", sans-serif; font-size: 18px; font-weight: 400; color:#000; overflow-x: hidden;}
h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; font-weight: 700; margin:0 0 25px; padding:0;}
h1{ font-size:130px; font-size: 4.5vw; line-height: 1;}
h2{ font-size:40px;}
h3{ font-size:36px;}
h4{ font-size:28px;}
h5{ font-size:24px;}
h6{ font-size:16px;}
p {  margin:0 0 25px; padding:0; line-height: 1.5; word-break: break-word;}
p small { font-size: 16px; }
img{ max-width: 100%;}
a, img{ border:0; text-decoration: none; outline: none;}
a, a:link, a:visited, a:focus, a:hover { color: #000; outline: none; text-decoration: none; transition:all 0.3s ease 0s;}
a:hover{ text-decoration:none;}

input, textarea, select, .form-control { font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 18px; outline: none; border: 0; border-bottom: 2px solid #C7C7C7; height: 60px; padding-left: 0; background-color: transparent; border-radius: 0; color: #fff; }
select { background-image: url(../images/select-arw.png); background-repeat: no-repeat; background-position: right center; background-size: 35px; }
input[type="submit"]{ font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 18px; transition:all 0.3s ease 0s; outline: none;}
.form-control:focus { background-color: transparent; outline: none; box-shadow: none; color: #fff; }
label { color: #C7C7C7; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 18px; }
.form-group { margin: 0 0 25px; }

/* --- for placeholder color --- */
/*
.form-control::-moz-placeholder{color:#505873;opacity:1;}
.form-control:-ms-input-placeholder{color:#505873;}
.form-control::-webkit-input-placeholder{color:#505873;}
*/
/* --- for placeholder color --- */

/* --- only use for wordpress (Image alignment) --- */
.alignleft , .alignnone{float:left; margin:0 15px 10px 0;}
.alignright{float:right; margin:0 0 10px 15px;}
.aligncenter{margin:10px auto; display:block;}
/* --- only use for wordpress (Image alignment) --- */

/* --- Button Styles --- */
.btn, a.btn { border: 0; display: inline-block; vertical-align: top; background: #000; color: #fff; padding: 16px 25px; font-size: 18px; font-family: 'Montserrat', sans-serif; text-transform: capitalize; border-radius: 10px; font-size: 16px; font-weight: 600; min-width: 160px; }
.btn:hover, a.btn:hover { background: #4597D1; color: #fff; }

.btn.border, a.btn.border { background:none; color: #000; border: 2px solid #000; }

.btn-link { font-family: 'Montserrat', sans-serif; font-weight: 700; color: #000; display: inline-block; } 
.btn-link svg { margin-left: 12px; }
.btn-link svg path { fill: #F89F5B; }
.btn-link i { color: #4597D1; }


.common-padding { padding-top: 140px; padding-bottom: 140px; }

/* --- Button Styles --- */

.latest-wrk-carsl-wrap { position: relative; }

.a-carousel-cursor { position: relative; z-index: 10; opacity: 0; transition: opacity .4s cubic-bezier(.65,.05,.36,1); cursor: pointer; pointer-events: none;}
.latest-wrk-carsl-wrap:hover .a-carousel-cursor { opacity: 1; }

.news-sldr-wrap:hover .a-carousel-cursor { opacity: 1; }


.a-carousel-cursor__circle { align-items: center; background-color: #4597D1; border-radius: 50%; display: flex; height: 67px; justify-content: center; padding: 10px; position: absolute; transform: translate(-50%,-50%); width: 67px; }
.a-carousel-cursor__label { color: #fff; font-family: wtGothic,sans-serif; font-size: 14px; font-size: .875rem; line-height: 1.7; text-transform: uppercase; }
.a-carousel-cursor--is-pressed .a-carousel-cursor__label { display: none;}

.a-carousel-cursor__carets { display: none; position: absolute; transform: translate(-50%,-50%);}
.a-carousel-cursor--is-pressed .a-carousel-cursor__carets { display: block;}

.a-carousel-cursor__carets::after, .a-carousel-cursor__carets::before { border-bottom: 8px solid transparent; border-top: 8px solid transparent; content: ''; height: 0; position: absolute; transform: translateY(-50%); width: 0; }
.a-carousel-cursor__carets::before { border-right: 12px solid #4597D1; left: -50px; }
.a-carousel-cursor__carets::after { border-left: 12px solid #4597D1; right: -50px; }


/* .hlth-care-works { overflow-x: hidden; } */
.hlth-care-works h2 { margin: 0 0 60px;}
.hlth-care-works .slick-list .slick-track{display: flex;}
.hlth-care-works .slider.latest-works-carouesl2 { padding-bottom: 50px; }
.hlth-care-works .slick-dots { bottom: 0; z-index: -1; display: flex; flex-wrap: nowrap;}
.hlth-care-works .slick-dots li { width: 24.666%; margin: 0 !important; }
.hlth-care-works .slick-dots li button { background: #C7C7C7; width: 100%; height: 2px; padding: 0; }
.hlth-care-works .slick-dots li button::before { opacity: 0;}
.hlth-care-works .slick-dots li.slick-active button { height: 8px; background: #4D5460;}

.hlth-care-works .swiper-container { padding-bottom: 30px;}
.hlth-care-works .slider__counter { font-size: 22px; line-height: 1; position: absolute; bottom: -45px; text-align: left;}
.hlth-care-works .swiper-scrollbar { opacity: 1 !important; border-radius: 0 !important; }
.hlth-care-works .swiper-scrollbar .swiper-scrollbar-drag { border-radius: 0 !important; }
 
.hlth-care-works .col-lg-6:nth-child(2n) { padding-top: 100px; }
.hlth-work-box { border-radius: 10px; position: relative; padding: 29px 29px 20px; display: flex; flex-direction: column; height: 100%; background: #D9D9D924; } 
.hlth-work-box .hlth-work-short-info { margin: 0 0 15px; position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; height: 100%; }
.hlth-work-box .hlth-work-short-info .ttl-top { display: flex; align-items: center; padding: 0 0 20px; position: relative; width: 100%; justify-content: space-between; }
.hlth-work-box .hlth-work-short-info .ttl-top img { width: 65px; }
.hlth-work-box .hlth-work-short-info .ttl-top h3 { width: calc(100% - 145px); margin: 0; color: #252525; padding-right: 15px; font-size: 20px; } 
.hlth-work-box .hlth-work-short-info p { color: #252525; font-size: 14px; min-height: 60px; font-weight: 500; }
.hlth-work-box .hlth-work-short-info .btn.white { background: #fff; color: #277CA0; line-height: 1; font-size: 11px; padding: 12px 20px;} 
/* .hlth-work-box:after { content: ''; background: rgba(0,0,0,0.5); position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 10px; z-index: 0; }  */
.hlth-work-box .projct-img { position: relative; z-index: 2; text-align: center; margin-top: auto; padding-bottom: 64%;}
.hlth-work-box .projct-img img { display: inline-block; /* max-height: 220px; */ position: absolute; width: 100%; height: 100%; inset: 0; }
.page-template-tpl-healthcare .hlth-work-box .talk-btn{background: #fff; border-radius: 8px; padding: 12px 20px; text-transform: uppercase; font-weight: 700;}

.hlth-work-tag { display: flex; gap: 8px; margin-bottom: 17px; flex-wrap: wrap;} 
.hlth-work-tag span { background: #007AFF0F; padding: 3px 9px; border-radius: 10px; font-size: 13px; }


.hlth-work-box.color-oasis:after { background: #A25D1DA5;}
.hlth-work-box.color-care:after { background:#11323FA5; }
.hlth-work-box.color-poplar:after { background:#182C25C9; }
.hlth-work-box.color-healthOpm:after { background:#800B2AA5; }
.hlth-work-box.color-medivest:after { background:#00416AA8; }


.hlth-work-box.color-horizontal .hlth-work-short-info .ttl-top, .hlth-work-box.color-medivest .hlth-work-short-info .ttl-top {  position: relative; } 
.hlth-work-box.color-horizontal .hlth-work-short-info .ttl-top img, .hlth-work-box.color-medivest .hlth-work-short-info .ttl-top img {  width: 140px; max-height: 87px;}


.hlth-care-srvcs { background:#277CA0; }
.hlth-care-srvcs h2, .hlth-care-srvcs h3, .hlth-care-srvcs ul { color: #fff; }
.hlth-care-srvcs ul.hm-srvc-list { color: #fff; padding: 0; margin: 0 0 30px; list-style: none; display: flex; flex-wrap: wrap; } 
.hlth-care-srvcs h3 { font-weight: 500; } 
.hlth-care-srvcs ul.hm-srvc-list li { width: 33.33%; font-family: 'Montserrat', sans-serif; font-weight: 500; padding: 3px 0 3px 20px; position: relative; } 
.hlth-care-srvcs ul.hm-srvc-list li:before { content: ''; border: solid #fff; border-width: 0 2px 2px 0; display: inline-block; padding: 4px; vertical-align: middle; transform: rotate(-45deg); position: absolute; left: 0; top: 10px; }

.home .latest-works { margin-top: -390px; }
.latest-works { overflow: hidden; position: relative; }
.latest-works h2 { margin: 0 0 60px; }
.styled-line-title { position: relative; padding-top: 10px; }
.styled-line-title:before { content: ''; background: #4597D1; width: 100px; height: 2px; position: absolute; left: 0; top: 0; }

.carausel-item { padding: 0 15px; margin: 0 !important; height: auto;}
.latest-works-carouesl .slick-dots { bottom: 0; z-index: -1;}
.latest-works-carouesl .slick-dots li { width: 24.666%; margin: 0 !important; }
.latest-works-carouesl .slick-dots li button { background: #C7C7C7; width: 100%; height: 2px; padding: 0; }
.latest-works-carouesl .slick-dots li button::before { opacity: 0;}
.latest-works-carouesl .slick-dots li.slick-active button { height: 5px; background: #4D5460;}

.latest-works-carouesl .slider__counter { font-family: 'Montserrat', sans-serif; font-size: 36px; line-height: 1; color: #2c2c2c; position: absolute; bottom: -28px;}

.latest-works-carouesl { padding-bottom: 0;}
.latest-works-carouesl .slick-next { right: 7%; bottom: 0; top: inherit; width: 50px; height: 50px; z-index: 9; }
.latest-works-carouesl .slick-prev { left: 7%; bottom: 0; top: inherit; width: 50px; height: 50px; z-index: 9; }
.latest-works-carouesl .slick-prev:before, .slick-next:before { font-size: 50px;  opacity: 1; color: #4597D1;}

.c-case-study__proxy-cursor { opacity: 1; position: absolute; right: 31%; top: 33%; transform: translateY(-50%); transition: opacity .4s cubic-bezier(.65, .05, .36, 1); } 
.latest-wrk-carsl-wrap:hover .c-case-study__proxy-cursor { opacity: 0; }

.case-btn { color: #344054; font-weight: 500; font-size: 12px; display: flex; align-items: center; } 
.case-btn span { margin-left: 5px; transform: translateY(3px); }
/* Default state */
.latest-works-carouesl2 {
  cursor: grab;
}

/* While dragging */
.latest-works-carouesl2:active {
  cursor: grabbing;
}

/* Optional (better targeting slides only) */
.latest-works-carouesl2 .carausel-item {
  cursor: inherit;
}

.latest-works-carouesl2.is-grabbing {
  cursor: grabbing;
}

@media only screen and (min-width: 1022px) {
    .hlth-care-works .slick-list { overflow: visible; margin: 0 -15px; }
}
@media only screen and (max-width: 991px) {
.a-carousel-cursor { display: none; }
}

@media only screen and (max-width: 767px) {
    .container { max-width: 90%; }
    .hlth-care-works .slider__counter { font-size: 20px; }
    .hlth-care-works .slick-dots li { width: 20%; }
    .hlth-work-box .hlth-work-short-info .ttl-top h3{ font-size: 13px; }
    .hlth-work-tag{flex-direction: column;}
    .hlth-care-works h2{font-size: 30px;}
    .carausel-item { padding: 0 7px;}
}