@font-face {
  font-family: 'Gilroy-Black';
  src: url('../fonts/Gilroy-Black.eot');
  src: url('../fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Gilroy-Black.woff2') format('woff2'),
      url('../fonts/Gilroy-Black.woff') format('woff'),
      url('../fonts/Gilroy-Black.ttf') format('truetype'),
      url('../fonts/Gilroy-Black.svg#Gilroy-Black') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy-Bold';
  src: url('../fonts/Gilroy-Bold.eot');
  src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Gilroy-Bold.woff2') format('woff2'),
      url('../fonts/Gilroy-Bold.woff') format('woff'),
      url('../fonts/Gilroy-Bold.ttf') format('truetype'),
      url('../fonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy-ExtraBold';
  src: url('../fonts/Gilroy-ExtraBold.eot');
  src: url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'),
      url('../fonts/Gilroy-ExtraBold.woff') format('woff'),
      url('../fonts/Gilroy-ExtraBold.ttf') format('truetype'),
      url('../fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy-Medium';
  src: url('../fonts/Gilroy-Medium.eot');
  src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Gilroy-Medium.woff2') format('woff2'),
      url('../fonts/Gilroy-Medium.woff') format('woff'),
      url('../fonts/Gilroy-Medium.ttf') format('truetype'),
      url('../fonts/Gilroy-Medium.svg#Gilroy-Medium') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy-MediumItalic';
  src: url('../fonts/Gilroy-MediumItalic.eot');
  src: url('../fonts/Gilroy-MediumItalic.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Gilroy-MediumItalic.woff2') format('woff2'),
      url('../fonts/Gilroy-MediumItalic.woff') format('woff'),
      url('../fonts/Gilroy-MediumItalic.ttf') format('truetype'),
      url('../fonts/Gilroy-MediumItalic.svg#Gilroy-MediumItalic') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy-Regular';
  src: url('../fonts/Gilroy-Regular.eot');
  src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Gilroy-Regular.woff2') format('woff2'),
      url('../fonts/Gilroy-Regular.woff') format('woff'),
      url('../fonts/Gilroy-Regular.ttf') format('truetype'),
      url('../fonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy-Semibold';
  src: url('../fonts/Gilroy-Semibold.eot');
  src: url('../fonts/Gilroy-Semibold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Gilroy-Semibold.woff2') format('woff2'),
      url('../fonts/Gilroy-Semibold.woff') format('woff'),
      url('../fonts/Gilroy-Semibold.ttf') format('truetype'),
      url('../fonts/Gilroy-Semibold.svg#Gilroy-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ClearfaceStd-Bold';
  src: url('../fonts/ClearfaceStd-Bold.eot');
  src: url('../fonts/ClearfaceStd-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Gilroy-Black.woff2') format('woff2'),
      url('../fonts/Gilroy-Black.woff') format('woff'),
      url('../fonts/Gilroy-Black.ttf') format('truetype'),
      url('../fonts/Gilroy-Black.svg#Gilroy-Black') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ITC Clearface Std';
  src: url('../fonts/ClearfaceStd-Bold.eot');
  src: url('../fonts/ClearfaceStd-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ClearfaceStd-Bold.woff2') format('woff2'),
      url('../fonts/ClearfaceStd-Bold.woff') format('woff'),
      url('../fonts/ClearfaceStd-Bold.ttf') format('truetype'),
      url('../fonts/ClearfaceStd-Bold.svg#ClearfaceStd-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* General CSS */
html { -webkit-tap-highlight-color: transparent; -webkit-font-smoothing: antialiased; scroll-behavior: smooth;}

a, abbr, acronym, address, b, bdo, big, blockquote, body, br, button, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, html, i, iframe, img, ins, kbd, legend, li, map, object, ol, p, pre, q, samp, small, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var { 
    margin: 0; padding: 0; border: none }

a, input, select, textarea { outline: 0; margin: 0; padding: 0 }
*{-webkit-box-sizing: border-box;box-sizing: border-box;margin:0;padding:0;}

::-moz-selection {color: #fff;background: #1D3FF2;}
::selection {color: #fff;background: #1D3FF2;}

*:focus {outline:none !important;}

.form-control:focus {border-color:#3F3F3F; -webkit-box-shadow: none; box-shadow: none;}
ul {list-style-type: none; margin: 0; padding: 0; } 
a {text-decoration: none;}

body { /*background-color: #F9F9FC;*/overflow-x: hidden;  font-family: 'Gilroy-Regular'!important;}
*,
*::before,
*::after {
  box-sizing: border-box;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


  .row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px!important;
	margin-left: -15px!important;
  }
  
  .no-gutters {
	margin-right: 0;
	margin-left: 0;
  }
  .no-gutters > .col,
  .no-gutters > [class*=col-] {
	padding-right: 0;
	padding-left: 0;
  }
  img{
	max-width:100%;
  }
  .container{
	/* max-width:1740px!important; */
  max-width:1600px!important;
  }
  h2{
    font-weight: 400!important;
    font-size: 60px!important;
    line-height: 73px!important;
    font-family: 'ITC Clearface Std';
    color: #09475C;
  }

/* navbar */
.navbar-collapse { justify-content: space-between;}
.navbar-toggler {display: none;z-index: 99;}
#mobile-nav-toggle .line {width: 25px;height: 2px;background-color: #dc7e65;display: block;margin: 5px 0;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.navbar-collapse { flex-basis: initial!important; flex-grow: 0!important;}
.navbar-toggler .line:nth-child(2) {width: 15px;}
.navbar-toggler:hover {cursor: pointer;}
#mobile-nav-toggle[aria-expanded="true"] .line {background-color: #dc7e65;}
#mobile-nav-toggle[aria-expanded="true"] .line:nth-child(2){opacity: 0;}
#mobile-nav-toggle[aria-expanded="true"] .line:nth-child(1){
	-webkit-transform: translateY(6.5px) rotate(45deg);
	-ms-transform: translateY(6.5px) rotate(45deg);
	-o-transform: translateY(6.5px) rotate(45deg);
	transform: translateY(6.5px) rotate(45deg);
}
#mobile-nav-toggle[aria-expanded="true"] .line:nth-child(3){
	-webkit-transform: translateY(-6.5px) rotate(-45deg);
	-ms-transform: translateY(-6.5px) rotate(-45deg);
	-o-transform: translateY(-6.5px) rotate(-45deg);
	transform: translateY(-6.5px) rotate(-45deg);
}

 .sticky { 
    position: fixed!important;
    top: 0;
    /* height: 100px; */
    width: 100%;
    animation: smoothScroll 1s forwards;
    /* background-color: rgba(193,204,206,0.9); */
    background-color: #c0ced7;
}
  @keyframes smoothScroll {
	0% {
		transform: translateY(-60px);
	}
	100% {
		transform: translateY(0px);
	}
}
#navbar{ z-index: 99; }
.navbar-expand-lg .navbar-nav .nav-link ,.mobile-logo a {color: #102940;
    font-weight: 400;
    font-size: 15.7622px;
    line-height: 19px;text-decoration:none;    font-family: 'Gilroy-Medium';}
.navbar-expand-lg .navbar-color .nav-link{
  color: #dc7e65!important;
  padding-bottom:0;
  font-family: 'Gilroy-Regular';
}
.navbar-expand-lg .navbar-color .nav-link:hover{
  color: #09475C !important;
}
.navbar-expand-lg {
  padding: 19px 0!important;
}
.navbar-expand-lg .navbar-color{margin-right:0px;}
.mobile-logo a:hover,.navbar-expand-lg .navbar-nav .nav-link:hover,
li.nav-item.menu-active .nav-link,li.nav-item.active .nav-link {color: #dc7e65;} 
ul li.nav-item{padding-left: 20px;}
.navbar-expand-lg .navbar-collapse {flex-direction: column;}
.navbar-collapse {align-items: end!important;}
/* end navbar */

/* banner section */
.banner-section{
	/* background-image: url(../image/banner.png); */
	position:relative;
	display: inline-block;
	width:100%;
	height:750px;
  max-width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* margin-top:180px; */
}
.banner-text{
	padding:80px 0 0 0;
}
.banner-text h1{
  font-family: 'ITC Clearface Std';
	font-weight: 400;
font-size: 75px;
line-height: 90px;
color:white;
padding-bottom: 20px;
}
.banner-text p{
	font-weight: 400;
  font-size: 22px;
  line-height: 38px;
color:white
}
/* end banner section */

/* our-impact */
.our-impact{
  background-color: #c0ced7;
  padding: 5px 0 140px 0;
  overflow: hidden;
    z-index: 1;
    position: relative;
}
.our-impact-img{
  position: absolute;
  z-index: -1;
  left: 0;
    opacity: 0.5;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: -20px;
  opacity: 0.5;
}
.our-impact h2{
   padding: 82px 0 20px 0;
}
ul.number-counter{
    margin:0;
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-left: 0;
 }
 ul.number-counter li{
    display:inline-block;
    text-align:center
 }
 .span-header{
  font-size: 70px;
  line-height: 90px;
    color: #09475C;
    font-weight: 600;
    font-family: 'Gilroy-Black';
 }
 .span-text{
    font-size: 22px;
    line-height: 30px;
    color: #09475C;
    font-weight: 500;
    display: block;
    font-family: 'Gilroy-Medium';
 }
/* end our-impact */

/* our-portfolio */
.portfolio-header{
	/* max-width: 874px; */
  max-width: 985px;
    text-align: center;
    margin: 0 auto;
    padding:80px 0 110px 0;
}
.portfolio-header p{
	font-weight: 400;
  font-size: 23px;
  line-height: 36px;
    margin: 0;
    padding-top: 30px;
    color: #09475C;
    font-family: 'Gilroy-Medium';
}
.portfolio-img{
	/* background-image: url(../image/portfolio.png); */
	padding:125px 0;
	display:flex;
	justify-content: center;
  background-repeat: no-repeat;
    /* align-items: center; */
    background-size: cover;
}
.portfolio-img .p-card{
	background: #c0ced7;
    text-align: center;
    padding: 88px 100px 66px 100px;
    position: relative;
    width: 50%;
}
.portfolio-img .card-text a,
.portfolio-img .card-text{
	font-weight: 400;
  font-size: 22px;
    line-height: 38px;
    color: #002F40;
    font-family: 'Gilroy-Medium';
}
.portfolio-img .card-text {
  padding-top: 46px;
  padding-bottom: 90px;
}
.card-one{
	/* background: #E0E5E5!important; */
  /* background: rgba(192,206,215,0.5) !important; */
  background: #DDE3E8 !important;
  padding:85px 100px 66px 100px!important;
}
.card-line{
  position:relative;
  margin-top: 36px;
}
.card-line1{
  position:relative;
  margin-top: 32px;
}
.card-line1:after{
  content: '';
  position: absolute;
  background-color: #24303E;
  width: 77.9px;
  height:3px;
  left: 0;
    right: 0;
    margin: 0 auto;
}
.card-line:after{
  content: '';
  position: absolute;
  background-color: #24303E;
  width: 77.9px;
  height:3px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.portfolio-img .card-button {
  padding-top: 70px;
  position: absolute;
  bottom: 77px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.card-button a{
	color: #F9FAFA;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-decoration: none;
    background: #dc7e65;
    padding: 12px 55px;
    font-family: 'Gilroy-Semibold';
    transition: 0.4s;
}
/* end our-portfolio */

/* strength of care */
.section-care{
  padding: 125px 15px 105px 15px;
  overflow:hidden;
}
.section-care-img{
  position: relative;
  left: 28px;
  overflow: hidden;
}
.section-care-header{
	max-width:1920px;
	padding-left:170px;
	margin:0 auto;
  padding-right: 15px;
  font-family: 'Gilroy-Medium';
}
.section-care-header h3{
font-size: 63px!important;
line-height: 71px!important;
color: #09475C;
font-family: 'ITC Clearface Std';
}
.section-care-header p {
  color: #09475C;
  font-size: 23px;
  line-height: 36px;
  padding-top: 20px;
  font-family: 'Gilroy-Medium';
  /* max-width: 670px; */
}
/* .section-care-img img{
  border-radius: 50%;
} */
/* end strength of care */

/* Our collaborative  */
.our-collaborative h3{
  font-size: 63px!important;
  line-height: 71px!important;
  color: #F9FAFA;
  font-family: 'ITC Clearface Std';
  margin-bottom: 15px;
  margin-left: 35px;
}
.our-collaborative{
	background-color: #db7d66;
	position:relative;
  overflow:hidden;
  z-index:1;
}
.our-collaborative:after {
  content: '';
  width: 100%;
  height: 123px;
  background-color: #ffffff;
  bottom: -71px;
  position: absolute;
  transform: skewy(-3deg);
}
.our-col-img{
  position:absolute;
  z-index:-1;
  right: 0;
  top: 100px;
}
.our-collaborative-header{
	max-width: 1670px;
    margin: 0 auto;
    padding: 100px 0 200px 0;
}
.accordion-button::after {
  display:none;
}
.our-collaborative .accordion h3{
  line-height:0!important;
}
.our-collaborative .accordion h4{
  font-size:40px!important;
}
.our-collaborative .accordion{
  background-color: transparent!important;  
}
.our-collaborative .accordion .accordion-item {
  background-color: transparent!important;
  border:none!important;
  color: #F9FAFA !important;
  padding-top: 30px;
}
.our-collaborative .accordion .accordion-button {
  background-color: transparent!important;  
  box-shadow:none!important;
  color: #F9FAFA!important;
  padding: 0;
  font-size: 33px;
  font-family: 'Gilroy-ExtraBold';
}
.our-collaborative .accordion .accordion-body {
  padding: 13px 0 0 30px;
  font-size: 23px;
  line-height: 36px;
  font-family: 'Gilroy-Medium';
  color: #F9FAFA;
  max-width: 870px;
}
.our-collaborative .accordion .accordion-button::before {
  background-image: url(../image/plus.png);
  content: "";
  width: 25px;
  height: 18px;
  margin-right: 10px;
  background-repeat: no-repeat;
}
.our-collaborative .accordion .accordion-button:not(.collapsed)::before {
  background-image: url(../image/minus.png);
  height:5px;
  width:25px;
  background-repeat: no-repeat;
}
.collab-extra{
  padding-left:40px!important;
}
/* end Our collaborative  */

/* leadership */
.leader-h-text {
  font-size: 25px;
  line-height: 29px;
  color: #002F40;
  padding-top: 52px;
  font-family: 'Gilroy-ExtraBold';
}
.section-leader h2{
  text-align: center;
  margin-bottom: 68px;
  
}
.leader-s-text{
  font-size: 21px;
  line-height: 28px;
    color: #002F40;
    padding-top: 7px;
    font-family: 'Gilroy-MediumItalic';
}
.section-leader{
  position:relative;
  padding: 50px 0 63px 0;
}
.section-leader-header{
	/* max-width:1565px; */
  max-width: 1300px;
	margin:0 auto;
}
.section-leader:after {
  content: '';
  width: 100%;
  height: 105px;
  background-color: #ffffff;
  bottom: -53px;
  position: absolute;
  transform: skewy(2deg);
  z-index: 2;
}
.facility-swiper-section:before {
  content: "";
  width: 100%;
  z-index: 1;
  height: 1px;
  position: absolute;
  top: 50%;
  background-color:#231f20;
  opacity: 1;
}
.section-leader-header .leader-profile{
	text-align:center;
}
.section-leader-header .leader-profile .leader-img{
	/* background: #102940;
	width: 289.97px;
    height: 289.97px;
	border-radius: 50%; */
    margin: 0 auto;
}
.leader-img > img {
  width: 250px;
  border-radius: 100%;
  height: 250px;
  object-fit: cover;
}
.swiper-pagination {

}
/* end-leadership */

/* partner */
.section-partner{
	background-color:#09475c;
  padding: 132px 15px 30px 15px;
}
.section-partner-header{
	/* max-width: 1428px; */
  max-width: 1300px;
    margin: 0 auto;
}
.section-partner-header h2 {
  color: white;
  text-align: center;
  margin-bottom: 55px;
  font-size: 60px !important;
  font-weight: bold;
}
.section-partner-header .partner-box{
	/* border: 1px solid #000000;
    background: #C1CCCE;
    width: 304.97px;
    height: 120px; */
	margin-bottom: 10px;
  text-align: center;
}
/* end partner */
/* footer */
.footer{
  background-color: #c0ced7;
  padding:100px 0 100px 0;
}
.footer-container{
  /* max-width:1602px!important; */
  max-width: 1400px!important;
  margin:0 auto;
  padding-right: 15px;
    padding-left: 15px;
}
.footer-text h6, .footer-text a, .footer-text span {
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  color: #002F40;
  text-decoration: none;
  margin-bottom: 3px;
  font-family: 'Gilroy-Medium';
}
.footer-text span {
  display: inline-block;
  width: 100%;
}
.footer-text a:hover,.card-text a:hover{
  color:#DF5F47;
  transition:  1s;
}
.card-button a:hover{
  background-color: #0A1927;
  color:white;
}
/* end footer */

/* portfolio page */
.facility-section{
  background-color: #F2F0EF;
}
.facility-text{
  text-align: center;
  padding:34px 0 34px 0;
}
.facility-text h4 {
  font-size: 63px;
  line-height: 81px;
  color: #09475C;
  font-family: 'ITC Clearface Std';
  margin-top: 20px;
  font-weight: bold;
}
.facility-swiper-section{
  /* background-image:url(../image/bg-2.png); */
  height:978px;
  background-repeat: no-repeat;
  background-size: cover;
  position:relative;
}
.facility-swiper-section:after{
  content: "";
  display: block;
  height:100%;
  width:100%;
  position: absolute;
  top:0;
  left:0;
  /* z-index: 1; */
  /* background-color: rgba(219,125,102,0.5); */

  background-color: #EDBEB2;
  opacity: 0.6;
}
/* .facility-swiper-section:before{
  content: "";
  width:100%;
  height:2px;
  position:absolute;
  top:50%;
  background-color:black;
  opacity:1;
} */
/* swiper */
.swiper-h-slider{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 1240px;
  width: 100%;
}
.swiper-header{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.swiper-card > img{
  max-width: 150px;
  margin-bottom:10px;
}
.civita-facility-sec .swiper-card > img{
  max-width: 170px;
  margin-bottom: 40px;
}
.swiper-c{
  height:100%;
}
.swiper-card:nth-child(even){
  background: #DDE3E8 !important;
  /* padding: 45px 42px!important; */
}
/*.swiper-card-two{
  padding: 45px 31px!important;
}
.swiper-card-three{
  padding: 45px 56px!important;
}*/
.swiper-card{
  background: #c0ced7;
  padding:30px 42px 35px;
  width: 33.33%;
  position: relative;
}
.swiper-card .swiper-button {
  margin: 10px auto 0;
  max-width: 190px;
  padding-top: 0px;
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
}
.swiper-card .swiper-button a {
  color: #F9FAFA;
  font-size: 13px;
  line-height: 15px;
  padding:7px 36px 8px;
  text-decoration: none;
  background: #dc7e65;
  font-family: 'Gilroy-Semibold';
  transition: 0.4s;
}
.swiper-card h6, .swiper-card a, .swiper-card span {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #002F40;
  text-decoration: none;
  margin: 0;
  padding-bottom: 6px;
  font-family: 'Gilroy-Medium';
}
.swiper-card a {
  transition: 0.4s;
}
.swiper-card .swiper-button a:hover{
  background: #0A1927;
}
.card-content a:hover {
  color: #dc7e65;
}
 .swiper-button-next:after,.swiper-button-prev:after{ 
  display:none;
}
.swiper-button-next:before{
  background-image: url(../image/right.png);
  content:'';
  height:73px;
  width:70px;
}
.swiper-button-prev:before{
  background-image: url(../image/left.png);
  content:'';
  height:73px;
  width:70px;
  position: absolute;
}
.swiper-button-prev{
  height:73px!important;
  width:70px!important;
}
.swiper-button-next{
  height:73px!important;
  width:70px!important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}
.swiper-line{
  position:relative;
  margin-bottom:26px;
}
.swiper-line:before {
  content: '';
  position: absolute;
  left: 0;
  width: 43px;
  height: 1.5px;
  background-color: #2D4959;
  right: 0;
  margin: 0 auto;
}
.swiper-card-four img{
    margin-bottom: 50px!important;
}
.swiper-button-two{
  margin-top: 81px!important;
}
/* end swiper */
/*** 1-2-23 added css start ***/
span.swiper-pagination-bullet.swiper-pagination-bullet {
  height: 20px;
  width: 20px;
  margin: 10px !important;
  background: #c0ced8;
  opacity: 1;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #102940;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
section.banner-section .row {
  margin: 0 !important;
}
/* .banner-text br.d-none {
  display: block !important;
} */
a.header-logo > img {
  max-width: 245px;
}
.p-card .card-logo > img {
  max-height: 150px;
}
.card-one.p-card .card-logo > img { 
  max-height: 158px;
}
.footer-text h6 {
  line-height: 30px;
}
.footer-container .col-xl-3:last-child {
  width: 20%;
}
.footer-container > .row {
  justify-content: space-around;
}
.partner-box > img {
  /* border: 1px solid #000; */
  padding: 20px;
}
nav#nav-menu-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sticky a.header-logo > img {
  max-width: 200px;
}
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: #dc7e65;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}
#mobile-nav ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  position: fixed;
  background: #dc7e65;
  display: none;
}
body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
  margin-right: 0;
  padding-right: 20px;
  top: 0;
}
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 15px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: none;
  outline: none;
  cursor: pointer;
}
body.mobile-nav-active #mobile-nav {
  left: 0;
}
#mobile-nav ul li {
  position: relative;
  margin: 10px 0;
}
#mobile-nav ul li a {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
.top-header-link {
  display: none;
}
body.mobile-nav-active {
  overflow: hidden;
}
.portfolio-img .container {
  display: flex;
  justify-content: center;
}
.section-care-header .container {
  padding: 0;
}
.swiper.mySwiper2 {
  padding-bottom: 50px;
}
.footer-logo a img {
  max-width: 170px;
}
.section-care-header .row {
  align-items: center;
}
/*** 2-2-23 added css start ***/
.our-col-img > img {
  max-width: 750px;
}
.our-impact-img > img {
  max-width: 970px;
}
.section-care-img > img {
  border-radius: 100%;
}
.facility-swiper-section .swiper {
  width: 100%;
  height: 100%;
}

.facility-swiper-section .swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.facility-text > img {
  max-width: 200px;
}
.card-content {
  padding-bottom: 40px;
}
.card-content a {
  word-break: break-all;
}
.facility-section.civita-sec {
  padding-top: 100px;
}
.swiper-card  .card-content span {
  display: block;
}
.civita-facility-sec .swiper-card {
  padding-top: 55px;
}
.card-content a.card-a {
  text-decoration: underline;
}
/* .facility-swiper-section .swiper-pagination {
  display: none;
} */
.civita-facility-sec .card-content {
  padding-bottom: 55px;
}
.facility-section .row {
  margin: 0 0px !important;
}
a.card-a {
    position: relative;
    z-index: 9;
    transition: 0.4s;
}