.sec-overflow{
  overflow: hidden;
}
.btn-link{
  display:inline-flex;
  align-items: center;
  gap:20px;
  padding:0px 28px;
  justify-content: center;
  height:59px;
  font-size: 16px;
  font-weight:400;	
  line-height:1;
  font-family:var(--font-third);
background: #163C2D;
  border-radius:10px;
  color:#fff;
  text-transform: capitalize;
}
.btn-link:hover{
background: #3E8D86;
  color:#fff;
}
.btn-link img{
  transition:var(--transition);
}
.btn-link:hover img{
  transform: translateX(5px);
}
.hm-banner-text span{
 color: #93FCD7;
 ;
}
.custom.sr7-arrows{
  width:27px;
  height:27px;
  background:transparent !important;
}
.custom.sr7-arrows::before{
  content: "" !important;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  width:26px;
  height:24px;
}
.custom.sr7-leftarrow::before{
  background:url(../images/left-arrow.png) no-repeat;
}
.custom.sr7-rightarrow::before{
  background:url(../images/right-arrow.png) no-repeat;
}
.custom.sr7-leftarrow:hover::before,
.custom.sr7-leftarrow:focus::before{
  background:url(../images/left-arrow-clr.png) no-repeat;
}
.custom.sr7-rightarrow:hover::before,
.custom.sr7-rightarrow:focus::before{
  background:url(../images/right-arrow-clr.png) no-repeat;
}

.bg-1{
  background: rgba(147, 252, 215, 0.2);


}
.hm-abt-block{
  display: flex;
  align-items: flex-start;
  position: relative;
}
.vertical-text{
  position: absolute;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  left:-70px;
  top:6px;
}
.vertical-text::after{
  content: "";
  position: absolute;
  bottom: 117%;
  right:17px;
  border-right:1px solid #3E8D86;
  width:1px;
  height:154px;	
}
.vertical-text span{
  text-transform: uppercase;
  color: #3E8D86;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font-secondary);
  letter-spacing:2px;
}
.hm-abt-block h2{
  max-width:556px;
  margin-bottom: 0px;
}
.hm-abt-content{
  max-width:640px;
  margin-left: auto;
  padding-top:10px;
}

.clr-gradient1{
  background: linear-gradient(270deg, #76F0C5 0%, #163C2D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.clr-gradient{
 color: #163C2D;

}
.hm-abt-content p{
  margin-bottom:30px;
}
.hm-abt-content p:last-child{
  margin-bottom: 0px;
}
.hm-abt-content .btn-link{
  margin-top:15px;
}
.numbers-data{
  display: flex;
}
.numbers-data li{
  width:25%;
  height:254px;
  display: flex;
  flex-direction: column;
  align-items:flex-start;
  position: relative;
  padding-left:50px;
  padding-top: 50px;
}
.numbers-data li::after{
  content: "";
  position: absolute;
  top:0px;
  right:0px;
  width:126px;
  height:100%;
  background:url(../images/border-line.png) no-repeat;
  opacity:0.30;
}
.numbers-data li:last-child::after{
  background:transparent;
}
.numbers-data p{
  color:rgba(0,0,0,0.50);
  font-size:16px;
  line-height: 21px;
  margin-bottom:0px;
  min-height: 65px;
  text-transform: capitalize;
}
.numbers-data span{
  font-size:100px;
  line-height:70px;
  font-family: var(--font-primary);
  background: linear-gradient(270deg, #76F0C5 0%, #163C2D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 10px;
}
.numbers-data span sup{
  font-size:60px;
  line-height:28px;
}
.heading-viewall-block{
  position: relative;
  z-index:1;
  display:flex;
  align-items: flex-end;
  margin-bottom:25px;
}
.heading-viewall-block h3{
  max-width:600px;
  margin-bottom: 0px;
}
.heading-viewall-block .btn-link{
  margin-left: auto;
}
.margin-left{
  padding-left:20px;
}
.program-slide{
  width:402px;
  height:360px;
  overflow: hidden;
  position: relative;
}
.program-slide-image{
  width:100%;
  height:100%;
  position: relative;
}
.program-slide-image img{
  width:100%;
  height:100%;
  object-fit: cover;
  transition:var(--transition);
}
.program-slide-image::before{
  content: "";
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62.92%, rgba(0, 0, 0, 0.6) 100%);
  z-index:1;
}
.country-logo{
  position: absolute;
  z-index: 1;
  top:25px;
  left:25px;
  width:64px;
  height:64px;
  border-radius:7px;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.program-slide-content-wrap{
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.program-slide-content{
  position: absolute;
  bottom:0px;
  left:0px;
  padding:30px 25px;
  width:100%;
  max-width:340px;
}
.program-slide-content h4{
  color:#fff;
  margin-bottom:30px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.program-slide-content p{
  min-height: 100px;
  color:rgba(255,255,255,1);
  line-height: 20px;
  font-weight:300;
  opacity: 0;
  position:absolute;	
}
.program-slide-content h4{
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}
.program-slide:hover .program-slide-content h4{
   -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  margin-bottom: 10px;	
}

.program-slide:hover .program-slide-content p{
  opacity:1;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  position: relative;	
}
.sm-btn{
  position: absolute;
  z-index: 1;
  bottom:25px;
  right:25px;
  width:34px;
  height:34px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:var(--transition);
}
.sm-btn i{
	color:#fff;
}
.program-slide:hover .sm-btn{
  border-color: #93FCD7;
  background:#93FCD7;
}
.program-slide:hover .sm-btn img{
  filter: brightness(1) invert(1);
}
.program-slide:hover .sm-btn i{
	color:var(--primary);
}
.program-slide:hover .program-slide-image img{
  transform: scale(1.07);
}
.program-slide:hover .program-slide-image::before{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.program-slider .slick-list{
  margin: 0px -6px;
}
.program-slider .slick-slide{
  margin:0px 6px;
}
.program-slider .slick-arrow{
  width:27px;
  height: 27px;
  background:transparent;
  z-index:1;
  opacity:1;
  top: unset;
  bottom:70px;
  transform:unset;
}
.media-slider .slick-arrow{
  width:27px;
  height: 26px;
  background:transparent;
  z-index:1;
  opacity:1;
}
.media-slider .slick-prev{
  left:-50px;
}
.media-slider .slick-next{
  right:-50px;
}
.program-slider .slick-arrow::before,
.media-slider .slick-arrow::before{
  content: "";
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  width:26px;
  height:25px;
  opacity:1;
  background-size:100% !important;	
}
.program-slider .slick-prev::before,
.media-slider .slick-prev::before{
  background:url(../images/left-arrow-btn.png) no-repeat;
}
.program-slider .slick-next::before,
.media-slider .slick-next::before{
  background:url(../images/right-arrow-btn.png) no-repeat;
}

.program-slider .slick-prev:hover::before,
.program-slider .slick-prev:focus::before,
.media-slider .slick-prev:hover::before,
.media-slider .slick-prev:focus::before{
  background:url(../images/left-arrow-btn-blu.png) no-repeat;
}
.program-slider .slick-next:hover::before,
.program-slider .slick-next:focus::before,
.media-slider .slick-next:hover::before,
.media-slider .slick-next:focus::before{
  background:url(../images/right-arrow-btn-blu.png) no-repeat;
}

.program-slider{
  padding-bottom:60px;
}
.program-slider .slick-arrow{
  top:unset;
  transform:unset;
  bottom:0px;
}
.program-slider .slick-prev{
  left:-8px;
}
.program-slider .slick-next{
  right:unset;
  left:30px;
}
.hm-services-list{
  display: flex;
  flex-wrap:wrap;
  row-gap:10px;
}
.hm-services-list li{
  width:24.25%;
  margin-left:1%;
}
.hm-services-list li:nth-child(4n+1){
  margin-left:0px;
}
.hm-service-box{
  width:100%;
  height:330px;
  overflow: hidden;
  position: relative;
}
.hm-service-box > img{
  width:100%;
  height:100%;
  object-fit: cover;
}
.hm-service-content{
  position: absolute;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  padding:25px 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.hm-service-content h4{
  color:rgba(255,255,255,0.90);
  margin-bottom: 0px;
}
.hm-service-content img,
.hm-service-box::before,
.hm-service-box::after{
  transition:var(--transition);
}
.hm-service-box::before{
  content: "";
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background:rgba(57, 57, 57, 0.9) ;
}
.hm-service-box::after{
  content: "";
  position: absolute;
  bottom:0px;
  right:0px;
  background:url(../images/service-after.png) no-repeat;
  width:179px;
  height:144px;
}
.hm-service-box:hover::before{
  background:rgba(57, 57, 57, 0.3) ;
}
.hm-service-box:hover::after,
.hm-service-box:hover .hm-service-content img{
  opacity:0;
}
.request-guide-sec{
  display: flex;
}
.hm-request-block,
.hm-guide-block{
  width:50%;
  height:430px;
  display: flex;
  align-items: center;
  position: relative;
}
.hm-request-block::after,
.hm-guide-block::after{
  content: "";
  position: absolute;
  bottom: 0px;
  right:30px;
  width:232px;
  height:232px;
}

.hm-request-block::after{
  background:url(../images/bird-dark.png) no-repeat;
}

.hm-guide-block::after{
  background:url(../images/bird-white.png) no-repeat;
}

.hm-request-block{
  background: #93FCD7;
  padding-right:50px;
}
.hm-guide-block{
  background: #3E8D86;
  justify-content: flex-end;
}

.request-guide-sec h3{
  margin-bottom: 10px;
}
.hm-request-block h3,
.hm-request-block p{
  color: #163C2D;
  ;
}

.hm-guide-block h3{
     color: #93FCD7;
}

.hm-guide-block  p{
  color: #fff;
}

.request-guide-sec p{
  font-weight:300;
  min-height:54px;	
}
.btn-link-1{
  color:#000;
  background:#fff;
}
.btn-link-1 img{
  filter: brightness(1) invert(1);
}
.btn-link-1:hover{
  background:var(--secondary);
  color:#fff;
}
.btn-link-1:hover img{
  filter: brightness(0) invert(1);
}
.enquire-popup.fancybox-content{
  width:100%;
  max-width:675px;
  padding:30px;
}
.enquire-popup h3{
  text-transform: capitalize;
  background: linear-gradient(270deg, #76F0C5 0%, #163C2D 100%);
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 50px;
  margin-bottom:20px;
  display: inline-block;
}
.enquire-popup form{
  width:100%;
}
.enquire-popup form .wpcf7-form-control-wrap input,
.enquire-popup form .wpcf7-form-control-wrap select,
.enquire-popup form .wpcf7-form-control-wrap textarea{
  width:100%;
  height:50px;
  border: 1px solid #0E2F56;
  padding:0px 25px;
  font-size: 16px;
  color:var(--primary);
  font-family: var(--font-secondary);
}
.enquire-popup form .wpcf7-form-control-wrap select{
  -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../images/drop.png') #fff no-repeat 97% center;
}
.enquire-popup form .wpcf7-form-control-wrap input::placeholder,
.enquire-popup form .wpcf7-form-control-wrap textarea::placeholder{
  color:var(--primary);
}
.enquire-popup form .wpcf7-form-control-wrap{
  display: block;
  margin-bottom:18px;
}
.enquire-popup form .wpcf7-form-control-wrap textarea{
  height:180px;
  padding:15px 25px;
  display: block;
}
.enquire-popup form .wpcf7-form-control-wrap:nth-of-type(5) textarea,
.contact-form .wpcf7-form-control-wrap:nth-of-type(7) textarea,
.contact-right .contact-form .wpcf7-form-control-wrap:nth-of-type(3) textarea{
	resize:vertical !important;	
}

.enquire-popup form .wpcf7-form-control-wrap:nth-of-type(5) textarea::-webkit-resizer,
.contact-form .wpcf7-form-control-wrap:nth-of-type(7) textarea::-webkit-resizer,
.contact-right .contact-form .wpcf7-form-control-wrap:nth-of-type(3) textarea::-webkit-resizer{
	background:url(../images/resize-1.png) no-repeat 30% center;
}
.btn-submit{
  margin-left: auto;
  display: flex;
  height:59px;
  align-items: center;
  border-radius: 10px;
  padding:0px 60px 0px 30px;
  border: 0px;
  background:url('../images/btn-arrow.svg') var(--secondary) no-repeat 80% center;
  color:#fff;
  font-size:16px;
  font-family: var(--font-third);
  cursor: pointer;
  transition:var(--transition);
}
.btn-submit:hover{
  background:url('../images/btn-arrow.svg') #3E8D86 no-repeat 80% center;
}
.enquire-popup form .wpcf7-spinner{
  position: absolute;
  bottom:50px;
  right:20px;
}
.enquire-popup .fancybox-close-small{
  position: absolute;
  right:20px !important;
  top:10px !important;
  padding:5px !important;
}
.enquire-popup .fancybox-close-small{
	color:#0E2F56 !important;
}
.media-slide-image{
  width:100%;
  height:260px;
  overflow: hidden;
}
.media-slide-image img{
  width:100%;
  height:100%;
  object-fit: cover;
  transition:var(--transition);
}
.media-slide-image:hover img{
  transform: scale(1.02);
}
.media-slide-content{
  background: rgba(147, 252, 215, 0.2);
  padding:40px;
}
.media-slide-content span{
  display:block;
  color: rgba(106, 106, 106, 0.9);
  font-size:14px;
  line-height: 14px;
  font-weight: 300;
  font-family: var(--font-third);
  text-transform: capitalize;
  margin-bottom:15px;
}
.media-slide-content h5{
  line-height: 1;
  margin-bottom:0px;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;	
}
.media-slide-content a{
  font-size:18px;
  line-height: 21px;
  color:#2D2D2D;
}
.media-slide-content a:hover{
  color:var(--secondary);
}
.media-slider .slick-list{
  margin:0px -15px;
}
.media-slider .slick-slide{
  margin:0px 15px;
}
/*-------about---------*/
.banner{
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height:600px;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 85px;
}
.banner.service-banner{height: 450px;}

.banner h1,
.banner-slider-title h1{
  color:#fff;
  position: relative;
  z-index:1;
  margin-bottom: 0px;
}
.banner::before{
  content: "";
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background: rgba(0, 0, 0, 0.2);
}
.banner-slider-wrap{
  width: 100%;
  position: relative;
 overflow:hidden;	
}
.banner-slider-title{
  width: 100%;
  position: absolute;
  z-index:11;	
  top:50%;
  transform: translateY(-50%);
  left:0px;
  padding-top:85px;
}
.banner-slider-wrap,
.top-slide{
  height: 600px;
}
.top-slide{
  position: relative;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.top-slide::before{
  content:"";
  position: absolute;
  top: 0px;
  left: 0px;
  width:100%;
  height: 100%;
  background: rgba(14, 47, 86, 0.2);
}
.top-slider{
  position: relative;
}
.top-slider .swiper-pagination-bullets{
  max-width:300px;
  text-align: right;
  bottom: 30px !important;
  left:unset !important;
  right:30px;
  z-index: 11;
}
.top-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  padding: 5px;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background:#fff;
  transition:all .2s ease;
}
.top-slider .swiper-pagination-bullet-active {
  opacity:1;
  background:var(--secondary);
}
.top-slider .swiper-pagination-bullet:only-child{
  display: none;
}
.mission-values-block{
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
  row-gap:20px;	
}
.mission-values-block li{
  width:31.77%;
  min-height:421px;
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
  background: linear-gradient(35deg, #49a199 0%, #1f4845 100%);
  padding:60px 45px 35px;
}
.values-image-box{
  width:86px;
  height:86px;
  display: flex;
  align-items: flex-start;
  margin-bottom:20px;	
}

.values-content{
    margin-top: 50px;
}
.values-content h4{
  color:#93FCD7;
  ;
  margin-bottom: 15px;
}
.values-content p{
  color:#fff;
  font-weight:300;
  margin-bottom:10px;	
}
.values-content p:last-child{
	margin-bottom:0px;
}
.bg-2{
  background: #93FCD7;
  height:600px;
  display: flex;
  align-items: center;
}
.message-content{
  max-width:690px;
}
.message-content h3{
  margin-bottom:15px;
}
.message-content h3,
.message-content p{
  color: #163C2D;
  ;
}
.message-content p{
  margin-bottom: 25px;
  font-weight:400;	
}
.message-content h5{
  color:#163C2D;
  ;
  font-size:20px;
  font-weight: bold;
  font-family: var(--font-third);
  margin-bottom:5px;
}
.message-content span{
  color:#163C2D;
  font-size: 13px;
  font-family: var(--font-third);
  font-weight:500;
  display: block;
}
.chairman-message-sec .container{
  display: flex;
  align-items: center;
}
.chairman-profile{
  margin-left:auto;
  margin-top:-75px;
  margin-right: -50px;
}
.team-members{
  display: flex;
  flex-wrap:wrap;
  row-gap:25px;
  justify-content: space-between;
}
.team-members li{
  width:23.33%;
}
.member-image-box{
  width:100%;
  height:383px;
  margin-bottom: 25px;
}
.member-image-box img{
  width:100%;
  height:100%;
  object-fit: cover;
}
.team-members li h5{
  font-size:20px;
  color:#171717;
  font-family: var(--font-third);
  font-weight: bold;
  margin-bottom:10px;
}
.team-members li span{
  display: block;
  font-size: 13px;
  line-height: 1;
  color:#171717;
  font-family: var(--font-third);
  font-weight:500;
}
/*-------Citizenship---------*/
.content-right-image-wrap{
  display: flex;
  align-items: center;
}
.content-left-block{
  max-width:658px;
}
.content-left-block .clr-gradient,
.content-right-block .clr-gradient{
  display: inline-block;
  margin-bottom:15px;
}
.content-left-block p,
.content-right-block p{
  margin-bottom:25px;
  color:#353535;
}
.content-left-block .h-btn-link{
  width:198px;
  height:55px;
  font-weight:300;
}
.image-right-block{
  margin-left: auto;
}
.image-block{
  width:500px;
  height:610px;
}
.image-block img{
  width:100%;
  height:100%;
  object-fit: cover;
}
.bg-3{
  background: rgba(147, 252, 215, 0.2);

}
.bg-3 h3{
  margin-bottom:15px;

}
.programs-listing{
  display: flex;
  flex-wrap:wrap;
  row-gap:30px;
}
.programs-listing li{
  width:23.33%;
  margin-left:2.22%;
  background:#f8fefe;	
}
.programs-listing li:nth-child(4n+1){
  margin-left:0px;
}
.program-list-box{
  min-height:370px;
  padding:25px 25px 40px;
}
.country-flag{
  width:55px;
  height:55px;
  display: flex;
  align-items: flex-start;
  margin-bottom:15px;
}
.program-list-box h4{
  font-size:24px;
  color:#3E8D86;
  line-height:1;
  margin-bottom: 20px;
}
.program-list-box p{
  color:#353535;
}
.program-list-box span{
  position: absolute;
  bottom:20px;
  right:20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width:34px;
  height:34px;
  border: 1px solid #B6B6B6;
  border-radius: 50%;
  transition:var(--transition);
}
.program-list-box span i{
	color:#B6B6B6;
	font-size:16px;
}
.program-list-box:hover span{
  background:#3e8d86;
  border-color:#3e8d86;
}
.program-list-box:hover span i{
	color:#fff;
}
.program-list-box:hover span img{
      filter: brightness(0) invert(1);
}
.country-dropdown{
  margin-left: auto;
  display: flex;
  align-items: center;
  gap:15px;
}
.country-dropdown > span{
  display: block;
  color:#171717;
  font-size: 18px;
  line-height: 18px;
  font-family: var(--font-third);
  font-weight: 500;
}
.country-dropdown select{
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('../images/drop.png') #fff no-repeat 90% center;
  color:var(--primary);
  font-family: var(--font-secondary);
  font-weight: 600;
  font-size:16px;
}
.country-dropdown select,
.country-dropdown .nice-select{
  width:204px;
  height:55px;
  line-height:52px;
  border:1px solid var(--primary);
  border-radius: 50px;
  padding:0px 20px;
}
.country-dropdown .nice-select .current{
  color:var(--primary);
  font-family: var(--font-secondary);
  font-weight: 600;
  font-size:16px;
}
.country-dropdown .nice-select:active, 
.country-dropdown .nice-select.open, 
.country-dropdown .nice-select:focus,
.country-dropdown .nice-select:hover{
  border-color:var(--primary);
}
.country-dropdown .nice-select::after{
    border-bottom: 1px solid var(--primary);
    border-right: 1px solid var(--primary);
    margin-top: -6px;
    right:23px;
    width:7px;
    height:7px;
}
.country-dropdown .nice-select .list{
  width:100%;
}
.points-listing{
  display: flex;
  flex-wrap:wrap;
  row-gap:30px;
}
.points-listing li{
  width: 23.33%;
  margin-left: 2.22%;
  min-height:270px;
  background:#f8fefe;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding:60px 25px 25px;
}
.point-list-icon{
  display: flex;
  width:50px;
  height: 50px;
  align-items: flex-start;
}

.point-list-icon img{
  filter: brightness(0) saturate(100%) invert(52%) sepia(10%) saturate(1973%) hue-rotate(126deg) brightness(91%) contrast(88%);
}
.points-listing li h4{
  margin-bottom: 0px;
}
.points-listing li:nth-child(4n+1){
  margin-left: 0px;
}
.enquire-sec{
  display: flex;
  align-items: center;
  background: #93FCD7;
  height:429px;
  padding:50px 0px;
  position: relative;
}
.enquire-sec::after{
  content: "";
  position: absolute;
  bottom:0px;
  right:100px;
  width:354px;
  height:379px;
  background:url('../images/enq-bird.png') no-repeat;
}
.enquire-sec h3{
  margin-bottom:20px;
  text-transform: capitalize;
}
.enquire-sec h3,
.enquire-sec p{
  color: #163C2D;
}
/*-------Residency---------*/
.content-right-block{
  max-width:678px;
  margin-left:auto;
  margin-right:45px;
}
.content-right-block p:last-child{
  margin-bottom: 0px;
}
/*--------Services------*/
.clr-inline{
  display: inline-block;
}
.services-listing{
  display: flex;
  flex-wrap:wrap;
  row-gap:30px;
}
.services-listing li{
  width:49%;
  margin-left:2%;
  background:#E9FEF7;	
}
.services-listing li:nth-child(2n+1){
  margin-left: 0px;
}
.service-list-image{
  width:100%;
  height:302px;
  position: relative;
  overflow: hidden;
}
.service-list-image img{
  width:100%;
  height:100%;
  object-fit: cover;
  transition: var(--transition);
}
.service-list-image:hover img{
  transform: scale(1.04);
}
.service-list-image::before{
  content: "";
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  z-index:1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.service-list-content{
  background:#E9FEF7;
  padding:40px 50px;
}

.service-list-content.white{
  background:#fff;
}
.service-list-content h4{
  margin-bottom:20px;
}
.service-list-content p{
  color:#353535;
  margin-bottom:30px;
}
.service-list-content a{
  margin-left:5px;
}
/*--------Services detail------*/
.content-right-block ul li,
.content-left-block ul li{
  list-style-type: disc;
  color:#353535;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 30px;
}
.content-right-block ul li::marker,
.content-left-block ul li::marker{
  font-size:12px;
}
.content-right-block ul,
.content-left-block ul{
	margin-bottom:30px;
}
.content-right-block ul li:last-child,
.content-left-block ul li:last-child{
  margin-bottom: 0px;
}
.content-right-block span{
  font-size: 18px;
  font-weight:500;
  display: block;
  text-transform: capitalize;
  color:#353535;
  margin-bottom: 15px;
}
.service-detail-benefits h3{
  margin-bottom:15px;
}
.service-detail-benefits p{
  margin-bottom:30px;
}
.service-detail-benefits .points-listing li{
  background: linear-gradient(188.23deg, #F3FFFB 11.31%, #EBFFF8 116.74%);

}
.points-listing li p{
  color:#353535;
  margin-bottom: 0px;
}
/*---------Book a Consultation--------------*/
.consultation-wrap{
  max-width:1006px;
  margin: auto;
}
.consultation-wrap p{
  text-align: center;
}
.contact-form{
  width:100%;
}
.contact-form form{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.contact-form .wpcf7-form-control-wrap{
  display: block;
  width:49.5%;
  margin-bottom: 10px;
}
.contact-form .wpcf7-form-control-wrap input,
.contact-form .wpcf7-form-control-wrap textarea{
  width:100%;
  height:50px;
  border:1px solid rgba(14, 47, 86, 0.22);
  padding:0px 25px; 
  color:var(--primary);
  font-size: 16px;
  font-family: var(--font-secondary);
  font-weight:400;
}
.contact-form .wpcf7-form-control-wrap input::placeholder,
.contact-form .wpcf7-form-control-wrap textarea::placeholder{
  color:var(--primary);
}
.contact-form .wpcf7-form-control-wrap input:focus,
.contact-form .wpcf7-form-control-wrap textarea:focus{
  border:1px solid rgba(14, 47, 86, 1);
}
.contact-form .wpcf7-form-control-wrap textarea{
  display: block;
  padding:15px 25px;
  height:208px;
  resize:none;	
}
.contact-form .wpcf7-form-control-wrap:nth-of-type(7){
  width:100%;
  margin-bottom: 30px;
}
.contact-form .wpcf7-spinner{
  position: absolute;
  bottom: 0px;
  right:0px;
}
.walcf7-datepicker,
.custom-date{
  position: relative;
  background: url('../images/date-picker-1.png') #fff no-repeat;
  background-position:95% center;
  background-size:24px;	
}
.walcf7-timepicker{
  position: relative;
  background: url('../images/time-icon.png') #fff no-repeat;
  background-position:95% center;
  background-size:25px;	
}
.custom-date::-webkit-calendar-picker-indicator {
    filter: invert(1);
    opacity: 0;
	-webkit-appearance: none;
}
.wpcf7-date-select::-webkit-appearance, 
.wpcf7-date-select::-moz-appearance {
    appearance: none;
	 -webkit-appearance: none;
}
/*--------------Insights-------------*/
.insights-wrap{
  padding-top: 55px;
}
.insight-menu{
  display:flex;
  justify-content: center;
  gap:12px;
  margin-bottom:55px;
}
.insight-menu li a{
  display:flex;
  height:55px;
  align-items: center;
  justify-content: center;
  padding:0px 20px;
  border:1px solid var(--primary);
  color:var(--primary);
  border-radius: 10px;
  font-size:16px;
  font-weight:400;
  font-family: var(--font-secondary);
}
.insight-menu li a:hover{
  border-color:var(--primary);
  background:var(--primary);
  color:#fff;	
}
.insight-menu .current-menu-item a{
  background:var(--secondary);
  color:#fff;
  border-color:var(--secondary);
}
.media-listing{
  display:flex;
  flex-wrap:wrap;
  row-gap:30px;
}
.media-listing li{
  width:31.77%;
  margin-left:2.34%;
  background:rgba(147, 252, 215, 0.2);	
}
.media-listing li .media-slide-content{
	background:transparent;
}
.media-listing li:nth-child(3n+1){
  margin-left: 0px;
}
.loadmore-btn{
  margin-top: 65px;
  display: flex;
  justify-content: center;
  color:#353535;
  font-weight:400;
  font-family: var(--font-secondary);
}
.loadmore-btn:hover{
  color:var(--secondary);
}
.resources-wrap{
  padding-top: 50px;
}
.resources-wrap .insight-menu{
  margin-bottom: 0px;
}
.reports-listing{
  display:flex;
  flex-wrap: wrap;
  row-gap:15px;
}
.reports-listing li{
    width: 24%;
    margin-left: 1.33%;
    padding:40px 25px 25px;
    min-height:270px;
    border:1px solid transparent;
    background: linear-gradient(188.23deg, #F3FFFB 11.31%, #EBFFF8 116.74%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.reports-listing li .btn-link{
  height:55px;
}
.reports-listing li p{
  margin-bottom: 10px;
}
.reports-listing li:nth-child(4n+1){
  margin-left:0px;
}
.policies-sec{
  background: #E9FEF7;
}
.policies-sec .reports-listing li{
  border-color:#fff;
  background: #fff;
  opacity: 1 !important;
}
/*--------------media detail------------*/
.media-detail-wrap span{
  display: block;
  color:rgba(0,0,0,0.90);
  font-weight: 600;
  font-family: var(--font-secondary);
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom:15px;
}
.media-detail-wrap h2{
  margin-bottom: 20px;
}
.media-detail-image{
  margin:30px 0px;
  display: inline-block;
  width:100%;
}
.media-related-sec{
  background:#E9FEF7;
}

.media-related-sec .media-slide-content{
    background: #fff;
}
/*------------Contact us------------*/
.map-box{
  height:600px;
  background:#000;
}
.map-box > div{
  opacity:0.50;
}
.contact-us-sec{
  display: flex;
}
.contact-left{
  width:38.5%;
}
.contact-left h1{
  margin-bottom:10px;
  line-height:1;
}
.contact-left p{
  margin-bottom: 30px;
}
.contact-left ul li{
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 25px;
}
.contact-left ul li:last-child{
  margin-bottom: 0px;
}
.info-icon-box{
  width:45px;
  height:45px;
  border-radius: 50%;
  background: #93FCD7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-icon-box img{
  filter: brightness(0) saturate(100%) invert(17%) sepia(9%) saturate(3074%) hue-rotate(104deg) brightness(95%) contrast(88%);
}

.contact-left ul li p{
  margin-bottom: 0px;
}
.contact-left ul li p a{
  color:#353535;
  font-size:16px;
  font-weight: 400;
  font-family: var(--font-secondary);
  text-transform: lowercase;	
}
.contact-left ul li p a:hover{
  color: #3E8D86;
}
.contact-right{
  width:56%;
  margin-left:auto;
}
.contact-right .contact-form textarea{
  height:140px;
}
.contact-right .contact-form .wpcf7-form-control-wrap:nth-of-type(3),
.contact-right .contact-form .wpcf7-form-control-wrap:nth-of-type(4){
  width: 100%;
}
.contact-right .contact-form .wpcf7-form-control-wrap:nth-of-type(4){
	margin-bottom:30px;	
}
/*-----------careers---------------*/
.career-heading-wrap h2{
  margin-bottom: 15px;
}
.career-heading-wrap{
  padding-bottom: 30px;
  border-bottom:1px solid rgba(0,0,0,0.11);
  margin-bottom: 50px;
}
.jobs-listing{
  display: flex;
  flex-wrap: wrap;
  row-gap:30px;
  margin-top:40px;
}
.jobs-listing li{
  width:49%;
  background: linear-gradient(188.23deg, #F3FFFB 11.31%, #EBFFF8 116.74%); 
  border: 1px solid #E9E9E9;
  padding:25px 40px 50px;
  position: relative;
  margin-left:2%;
}
.jobs-listing li:nth-child(2n+1){
  margin-left: 0px;
}
.jobs-listing li h4{
  margin-bottom:10px;
  padding-right:20px;
}
.jobs-listing li p{
  margin-bottom: 0px;
}
.job-publish-details{
  margin-top:20px;
  display: flex;
  align-items: flex-end;
}
.job-post-block{
  display: flex;
  flex-wrap: wrap;
  row-gap:15px;
}
.job-post-wrap{
  width:100%;
  display: flex;
  align-items: center;
  gap:25px;
}
.job-post-wrap img{
	max-width:25px;
  filter: brightness(0) saturate(100%) invert(44%) sepia(44%) saturate(449%) hue-rotate(125deg) brightness(101%) contrast(91%);

}
.job-publish-details .btn-link{
  margin-left: auto;
  margin-bottom: -25px;
  min-width:178px;
}
.bookmark-icon{
  position: absolute;
  top:25px;
  right:30px;
}
/*---------career detail--------*/
.career-detail-wrap{
  display: flex;
  padding-bottom:100px;
}
.career-detail-left{
  width:50%;
}
.career-detail-left h2{
  margin-bottom: 15px;
}
.career-detail-left p{
  margin-bottom:15px;
}
.career-detail-left p strong,
.career-detail-left ul li strong{
  font-weight: 600;
  color:var(--primary);
}
.career-detail-left ul{
  padding-left: 20px;
  margin:0px 0px 15px;
}
.career-detail-left ul li{
  list-style-type: disc;
  color:#353535;
  margin-bottom:10px;
}
.career-detail-left ul li::marker{
  font-size: 12px;
}
.career-detail-left ul li:last-child{
  margin-bottom: 0px;
}
.career-detail-right{
  width:42%;
  margin-left: auto;
}
.career-detail-right h3{
  margin-bottom: 50px;
}
.career-detail-right .contact-form .wpcf7-form-control-wrap{
  width:100%;
}
.file-wrap{
  width:100%;
  height:50px;
  border:1px solid rgba(14, 47, 86, 0.22);
  display: flex;
  align-items: center;
  padding-left: 25px;
  padding-right:2px;
  margin-bottom:35px;
  position:relative;
}
.file-wrap .wpcf7-form-control-wrap{
	position:absolute;
	left:0px;
	bottom:0px;
}
.file-wrap > span{	
  min-width:126px;
  font-size:16px;
  line-height:46px;
  color:var(--primary);
  font-weight:400;
  font-family: var(--font-secondary);
}
.file-wrap label{
  display:flex;
  align-items: center;
  justify-content: center;
  padding:0px 10px;
  min-width:140px;
  height:44px;
  background:var(--primary);
  color:#fff;
  font-family: var(--font-secondary);
  font-weight:400;
  font-size: 16px;
  line-height:16px;
  cursor: pointer;
  position:absolute;
  right:3px;	
}
.file-wrap .wpcf7-form-control-wrap{
  margin-bottom: -35px;
  /* display: none; */
  
}
.file-wrap .wpcf7-form-control-wrap input{
  display: none;
}
.career-detail-right .contact-form .btn-submit{
  margin-left: 0px;
}
/*---------Citizenship detail--------*/
.btn-link-2{
  background:#fff;
  border:1px solid var(--primary);
  color:var(--primary);
}
.btn-link-2:hover img{
  filter: brightness(0) invert(1);
}
.btn-links-wrap{
  display: flex;
  gap:10px;
}
.bg-primary{
  background:var(--primary);
}
.dtl-key-points{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width:1250px;
  margin: auto;
}
.dtl-key-points li{
  width:47.55%;
  background: #93FCD7;
  padding:40px 55px;
}
.dtl-key-points li ul{
	padding-left:15px;
}
.dtl-key-points li ul li{
	padding:0px;
	width:100%;
	margin-bottom:5px;
	list-style-type:disc;
}
.dtl-key-points li ul li:last-child{
	margin-bottom:0px;
}
.dtl-key-points li ul li::marker{
	font-size:12px;
}
.dlt-key-icon{
  width:80px;
  height:80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.dlt-key-icon img{
  filter: brightness(0) saturate(100%) invert(17%) sepia(66%) saturate(372%) hue-rotate(104deg) brightness(94%) contrast(95%);
}
.dtl-key-points h4{
  margin-bottom:15px;
}
.mb-15{
  margin-bottom:15px;
}
.dtl-bg-1{
  background:#E9FEF7;
}
.mb-40{
  margin-bottom:40px;
}
.mb-10{
  margin-bottom:10px;
}
.accordion__body{
  display: none;
  padding:15px 0px;
}
.accordion__header{
  display: flex;
  align-items:flex-start;
  cursor: pointer;
  padding-bottom: 15px;
  margin-top:25px;
}
.accordion__header h3{
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 27px;
  color: #163C2D;
  font-weight: 400;
  font-family: var(--font-secondary);
  padding-right:20px;
}
.accordion__button{
  margin-left: auto;
  color:#163C2D;
  font-size: 20px;
  margin-top: 3px;
}
.accordion-panel{
  border-bottom:1px solid rgba(0,0,0,0.22);
}
.accordion__body p{
	color:#163C2D;
	font-size:15px;
	line-height:24px;
}
/*------------factsheet------------*/
.factsheet-form{
  margin-top:70px;
}
.factsheet-form form{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-field-input{
  width:48.5%;
}
.form-field-input label,
.tacbox .wpcf7-list-item label span{
  color:var(--primary);
  font-size:16px;
  line-height: 16px;
  font-weight: 400;
  font-family: var(--font-secondary);
  /*text-transform: capitalize;*/
}
.form-field-input .wpcf7-form-control-wrap{
  display: block;
  margin-top:7px;
}
.form-field-input input,
.form-field-input select{
  width:100%;
  height:50px;
  border:1px solid rgba(14, 47, 86, 0.22);
  color:rgba(14, 47, 86, 0.55);
  font-size:16px;
  font-weight: 400;
  font-family: var(--font-secondary);
  padding:0px 25px;
  background-color: #fff;
}
.form-field-input input::placeholder,
.form-field-input select::placeholder{
  color:rgba(14, 47, 86, 0.55);
}
.form-field-input input:focus{
  border:1px solid rgba(14, 47, 86, 1);
}
.form-field-input select{
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('../images/arrow-filled.png') #fff no-repeat 97% center;
}
.form-field-input{
  margin-bottom:30px;
}
.full-width{
  width:100%;
}
.full-width select{
  width:48.5%;
}
.tacbox .wpcf7-form-control-wrap{
  display: block;
  width:100%;
}
.tacbox{
  margin-bottom:40px;
}
.tacbox .wpcf7-list-item{
  margin-left: 0px;
}
.tacbox .wpcf7-list-item label span{
  line-height: 27px;
}
.tacbox .wpcf7-list-item label{
  display: flex;
  align-items:flex-start;
}
.tacbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  justify-content: center;
  min-width:18px;
  width: 18px;
  height: 18px;
  border: 1px solid #DDE2F1;
  border-radius: 4px;
  position: relative;
  margin-right: 10px;
  margin-top:3px;
  background:#fff;
}
.tacbox input[type="checkbox"]::before {
  content: "";
  width:4px;
  height: 8px;
  position: absolute;
  top: 2px;
  left: 5px;
  border: solid var(--primary);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
}
.tacbox input[type="checkbox"]:checked::before {
  transform: rotate(45deg) scale(1);
}
.tacbox .wpcf7-list-item label span strong{
  font-weight: 600;
}
.form-field-text{
  width:100%;
  margin-top:20px;
  margin-bottom: 50px;
  display: inline-block;
}
.form-field-text p{
  color:var(--primary);
}
.factsheet-form .btn-submit{
  margin-left: 0px;
}
.privacy-footer-menu .current-menu-item a{
	opacity:0.70;
}
.media-slider .slick-track{
	margin-left:0px;
}

input[type="date"]:before {
  content: attr(placeholder);
  color: gray;
  position: absolute;
  pointer-events: none;
}

input[type="date"]:valid:before {
  content: "";
}

.padding-left{
  padding-left: calc((100% - (1300px - .5rem)) / 2);
}

.padding-right{
  padding-right: calc((100% - (1300px - .5rem)) / 2);
}

.walcf7-datepicker{
    background-image: url(../images/calender.png);
    background-position: right 15px center;
    background-repeat: no-repeat;
}


.help-listing {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}

.help-listing li {
  width: 24%;
  margin-left: 1.33%;
  background: #163C2D;
}

.help-listing li:nth-child(4n+1) {
  margin-left: 0px;
}

.help-list-box {
  min-height: 370px;
  padding: 25px 25px 40px;
}

.help-icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.help-list-box h4 {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
}

.help-list-box p {
  color: #fff;
}

.help-tab{
     width: 100%;
}

.help-tab ul{
  display: flex;
  justify-content: center;
  column-gap: 65px;
}

.help-tab ul li a::after{
  content: "";
          width: 0;
          height: 5px;
          position: absolute;
          left: 0;
          bottom: -5px;
          background-color: #163C2D;
          transition: all 0.3s ease-in-out;
}

.help-tab ul li:hover a::after{
     width: 100%;
}

.help-tab ul li.active a::after{
  content: "";
          width: 100%;
          height: 5px;
          position: absolute;
          left: 0;
          bottom: -5px;
          background-color: #163C2D;
}

.help-tab ul a{
    font-size: 16px;
    height: 100%;
    line-height: 96px;
    display: block;
    position: relative;
}

.services-listing.serve_listing li{
      background-color: #fff;
}

.btn-link.btn-green{
     background-color: #93FCD7;
     color: #163C2D;
     font-weight: 500;
}

.btn-link.btn-green:hover{
  background-color: #fff;
}

.desktop_menu{
     width: 100%;
}

.desktop_menu> ul{
      display: flex;
      flex-wrap: wrap;
      column-gap: 30px;
}

.desktop_menu ul > li{
     display: flex;
         align-items: center;
         
}

.desktop_menu ul li > a{
    color: #fff;
    font-size: 16px;
    line-height:100px;
    font-weight: 400;
    cursor: pointer;
}

.nav-down{
     height: 22px;
     margin-left: 6px;
     cursor: pointer;
}

.nav_megamenu{
     width: 100%;
     height: 0;
     background-color: #fff;
     position: absolute;
     left: 0;
     top: 138px;
     display: flex;
     flex-wrap: wrap;
     opacity: 0;
     visibility: hidden;
     transition: all 0.3s ease-in-out;
}

.header.sticky .nav_megamenu{
  top: 99px;
}

.nav_megamenu.active-megamenu{
  height: auto;
            min-height: 425px;
            opacity: 1;
            visibility: visible;
            display: flex !important;
}

.nav_megamenu_left{
       width: 36%;
       background-color: rgba(147, 252, 215, 0.2);
       padding-top: 80px;
       padding-bottom: 80px;
       padding-right: 60px;
}

.nav_megamenu_left h4{
  font-size: 28px;
  line-height: 35px;
  font-weight: bold;
  color: #3E8D86;
  margin-bottom: 15px;
  font-family: var(--font-secondary);
}

.nav_megamenu_right{
     width: 62%;
     background-color: #fff;
     padding-top: 80px;
       padding-bottom: 80px;
       padding-left: 80px;
}

.service-nav{
    width: 100%;
}

.service-nav ul{
     display: flex;
     flex-wrap: wrap;
     row-gap: 40px;
     align-items: flex-start;
     justify-content: space-between;
}

.service-nav ul li{
      width: 40%;
      flex-wrap: wrap;

}

.service-nav ul li h4{
     margin-bottom: 10px;
     line-height: auto;
}

.service-nav ul li ul{
  row-gap: 10px;
}

.service-nav ul li li{
     width: 100%;
     font-size: 16px;
}

.service-nav ul li h4 a{
         font-size: 18px;
         line-height: 24px !important;
         font-weight: 600;
         color: #3E8D86;
         display: flex;
         align-items: center;
}

.service-nav ul li h4 a:hover{
     color: #1A1C1E;
}

.service-nav ul li h4 a img{
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}
.service-nav ul li h4 a:hover img{
  filter: brightness(0) saturate(100%) invert(8%) sepia(5%) saturate(1102%) hue-rotate(169deg) brightness(95%) contrast(92%);
}



.citizenship-nav{
  width: 100%;
}


.citizenship-nav ul{
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
}

.citizenship-nav ul li{
    width: 30%;
    flex-wrap: wrap;
}

.citizenship-nav ul li li{
     width: 100%;
}

.citizenship-nav ul ul{
     display: flex;
     row-gap: 10px;
     flex-wrap: wrap;
}

.citizenship-nav ul li a{
     color: #464646;
     font-size: 16px;
     line-height: 20px;
}

.citizenship-nav ul li a:hover{
          color: #3E8D86;
          font-weight: 500;

}


.citizenship-nav ul li h4{
  width: 100%;
  font-size: 18px;
  line-height: 24px !important;
  font-weight: 600;
  color: #3E8D86;
  font-family: var(--font-secondary);
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.header-top-nav{
     width: 100%;
     border-bottom: 1px solid rgba(133, 198, 250, 0.2);
     padding: 5px 0;
     transition: all 0.3s ease-in-out;
}

.header-top-nav ul{
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  justify-content: flex-end;
}

.header-top-nav ul li a{
     color: #fff;
     font-size: 14px;
}

.service-nav ul li p{
  color: #8D8D8D;
}

.header.sticky .header-top-nav{
  display: none;
}


.citizenship-nav.residency-nav ul > li{
    width: 25%;
}

.citizenship-nav.residency-nav ul > li li{
     width: 100%;
}


.citizenship-nav.residency-nav ul > li:first-child{
               width: 45%;
}
.citizenship-nav.residency-nav ul > li:first-child li {
  width: 100%;
}

.citizenship-nav.residency-nav ul > li:nth-child(2)  li {
  width: 100% !important;
}

.citizenship-nav.residency-nav ul > li:last-child li {
  width: 100% !important;
}



.citizenship-nav.residency-nav ul > li:first-child li{
  width: 50%;
  padding-right: 10px;
}
.residency-nav ul > li:nth-of-type(3) ul li{
	width:100% !important;
}

.country-list{
    margin-bottom: 15px;
}

.hm-guide-block .btn-link:hover{
         background-color: #93FCD7;
         color: #163C2D;
}

.hm-guide-block .btn-link:hover img{
  filter: brightness(0) saturate(100%) invert(18%) sepia(14%) saturate(1551%) hue-rotate(104deg) brightness(96%) contrast(95%);
}

.program-slider .slick-arrow{
          width: 26px;
          height: 24px;
}

.program-slider .slick-arrow.slick-prev{
      background-image: url(../images/arw-prev.svg);
}

.program-slider .slick-arrow.slick-next{
  background-image: url(../images/arw-next.svg);
}

.program-slider .slick-arrow.slick-next:hover,
.program-slider .slick-arrow.slick-next:focus{
  filter:invert(50%) sepia(61%) saturate(342%) hue-rotate(125deg) brightness(86%) contrast(88%);
}
.program-slider .slick-arrow.slick-prev:hover,
.program-slider .slick-arrow.slick-prev:focus{
  filter:invert(50%) sepia(61%) saturate(342%) hue-rotate(125deg) brightness(86%) contrast(88%);
}


/*landing page*/

.landing-banner{
     width: 100%;
     height: 100vh;
     background-size: cover !important;
     background-repeat: no-repeat !important;
     position: relative;
     display: flex;
     align-items: flex-end;
     padding-bottom: 50px;
}

.landing-banner.alighn-center{
  align-items: center;
}

.landing-banner.alighn-center .landing_banner_content{
  padding-top: 180px;
}

.landing-banner::after{
     content: "";
     width: 100%;
     height: 100%;
     position: absolute;
     left: 0;
     top: 0;
     background: rgb(255,255,255);
     background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7147233893557423) 100%);
     z-index: 1;
}

.landing-banner .flex{
  position: relative;
  align-items: flex-end;
  z-index: 2;
}

.header-landing{
  padding: 30px 0;
  background: transparent;
  backdrop-filter:blur(0px);
  border-bottom:1px solid rgba(255, 255, 255, 0.5);
}

.header.header-landing.sticky{
  padding: 15px 0;
  background: #3e8d86;
}

.flex{
  display: flex;
  flex-wrap: wrap;
}

.landing_banner_content{
     width: 55%;
     padding-right: 5%;
}

.landing_banner_content h1{
        font-size: 75px;
        line-height: 100%;
        color: #fff;
}

.landing_banner_content p{
  color: #fff;

}

.landing_banner_form{
  width: 45%;
  padding: 40px 50px;
  background-color: #fff;
  border-radius: 15px;
}

.landing_banner_form h3{
  font-size: 25px;
  color: #163C2D;
  font-family: var(--font-secondary);
  font-weight: bold;
}
.landing_banner_form .btn-submit{
	background-position:85%;
}

.landing-form{
     width: 100%;
    display: flex;
    flex-wrap: wrap;
   justify-content: space-between;
    row-gap: 20px;
    margin-bottom: 20px;
}

.landing-form  li{
  width: 48%;
}

.landing-form  li.full-width{
     width: 100%;
}

.landing-form textarea{
    height: 110px;
    resize: none;
    padding: 10px 20px;
    line-height: 25px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.landing_banner_form_botom .btn-link.landing-btn{
  margin: 0 auto;
  display: flex;
}



.landing_form_field{
     width: 100%;
     height: 40px;
     line-height: 40px;
     border-radius: 45px;
    border: 1px solid #D1D1D1;
    padding: 0 20px;
    font-size: 15px;
    color: #818181;
    font-family: var(--font-third);
} 

.btn-link.landing-btn{
     border-radius: 50px;
     -webkit-border-radius: 50px;
     background-color: #3E8D86;
     border: none;
     cursor: pointer;
}

.btn-link.border-radius{
  border-radius: 50px;
  -webkit-border-radius: 50px;
}

.btn-link.landing-btn:hover{
     background-color: #163C2D;
    
}

.form-paragraph{
     width: 100%;
     padding-top: 20px;
     text-align: center;
}

.form-paragraph p{
  font-size: 12px;
  color: #818181;
  margin-bottom: 0;
}

.landig-first-wrap{
  overflow: hidden;
}

.landig-first-wrap .flex{
     align-items: center;
}

.landing-first-left{
      width: 60%;
      padding-right: 8%;
}

.landing-first-right{
     width: 40%;
}

.landing-first-left ul{
     display: flex;
     flex-wrap: wrap;
     row-gap: 10px;
}

.landing-first-left  h3{
  margin-bottom: 20px;
}

.landing-first-left h5{
         font-size: 20px;
         color: #939598;
         font-family: var(--font-secondary);
         font-weight: 500;
         margin-bottom: 30px;
}

.landing-first-left ul li{
  padding-left: 20px;
  position: relative;
  width: 100%;
}

.landing-first-left ul li::after{
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
        width: 7px;
        height: 7px;
        background-color: #163C2D;
        border-radius: 100%;
}

.landing-first-left .landing-btn{
     margin-top: 35px;
}

.landing-title{
  width: 100%;
  padding-right: 270px;
  position: relative;
}

.landing-title .heading-2, .landing-title p {
  margin-bottom: 0;
  max-width: 700px;
}

.landing-title  .btn-link{
  right: 0;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}

.langing-tree-colom{
  width: 100%;
  margin-top: 20px;
}

.langing-tree-colom ul{
     display: flex;
     flex-wrap: wrap;
     row-gap: 18px;
     margin-left: -1%;
     margin-right: -1%;
}

.langing-tree-colom ul li{
     width: 31.3%;
     margin-left: 1%;
     margin-right: 1%;
     min-height: 130px;
     background-color: #fff;
     border: 1px solid #fff;
     padding: 20px;
     border-radius: 10px;
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     text-align: center;
     transition: all 0.3s ease-in-out;
}

.langing-tree-colom ul li:hover{
    border: 1px solid #163C2D;
}

.langing-tree-colom ul li p{
     font-size: 18px;
     line-height: 25px;
     margin-bottom: 0;
}

.langing-tree-colom ul li h5{
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  font-family: var(--font-secondary);
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}

.bg-list1{
  background-color:#93FCD7;
  background-image: url(../images/bg-list1.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.bg-list2{
  background-color:#93FCD7;
  background-image: url(../images/bg-list2.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.bg-list3{
  background-color:#93FCD7;
  background-image: url(../images/bg-list3.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.bg-list4{
  background-color:#3E8D86;
  background-image: url(../images/bg-list4.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.tree-coloum-wrap{
     width: 100%;
     margin-top: 35px;
}

.tree-coloum-wrap h4{
      font-size: 30px;
      line-height: 30px;
      font-weight: 500;
      color: #337C76;
      font-family: var(--font-secondary);
      margin-bottom: 10px;
}

.landing_full-wrap{
     width: 100%;
     min-height: 174px;
     padding: 40px 30px 40px 50px;
     background-color: #fff;
     -webkit-border-radius: 25px;
     border-radius: 25px;
     margin-top: 60px;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: space-between;
}

.landing_full-wrap_content h4{
             font-size: 30px;
             line-height: 42px;
             font-family: var(--font-secondary);
             font-weight: 400;
             max-width: 700px;
             margin-bottom: 0;
}

.landing_full-wrap_content h4 span{
  font-weight: bold;
}

.landing_full-wrap_content{
          width: calc(100% - 350px);
}

.how-work_left{
     width: 50%;
}

.how-work_left_inner{
  max-width: 400px;
}

.how-work_right{
  width: 50%;
}

.how-work_right li{
  width: 100%;
      padding: 20px 0;
      border-bottom: 1px solid #E5E7EB;
}

.how-work_right li:last-child{
  border-bottom: none;
}

.landig-first-wrap .reverse{
      flex-direction: row-reverse;
}

.reverse .landing-first-left{
  padding-right: 0;
  padding-left: 8%;
}

.reverse .landing-first-left h5{
            color: #163C2D;
           
}

.land-image-main{
    width: 100%;
  
    overflow: hidden;
}


.land-image-main img{
    width: 100%;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.accordion__body.active{
  display: block;
}

.landing-accordian{
     width: 100%;
     margin-top: 20px;
}

.landing-accordian .accordion-panel{
  background-color: #fff;
  padding: 10px 30px 10px;
  border-bottom: none;
  margin-bottom: 10px;
  border-radius: 10px;
}


.land-choose .heading-2{
  width: 100%;
     color: #ffff;
     text-align: center;
}

.land-choose .btn-link.landing-btn{
     margin: 0 auto;
     margin-top: 40px;
     background-color: #93FCD7;
     color: #163C2D;
}

.land-choose .btn-link.landing-btn:hover{
              background-color: #fff;
} 

.land-choose .btn-link.landing-btn img{
  filter: brightness(0) saturate(100%) invert(18%) sepia(14%) saturate(1551%) hue-rotate(104deg) brightness(96%) contrast(95%);    
}

.land-choose ul{
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      row-gap: 20px;
      margin-left: -1%;
      margin-right: -1%;
      margin-top: 20px;
}

.land-choose ul li{
  width: 31.3%;
  margin-left: 1%;
  margin-right: 1%;
      padding: 40px;
      background-color: #fff;
      -webkit-border-radius: 10px;
      border-radius: 10px;
}

.land-choose ul li h4{
  font-family: var(--font-secondary);
     font-size: 22px;
     color: #163C2D;
     margin-bottom: 10px;
}

.choose-icon{
  height: 90px;
}

.choose-icon img{
  max-width: 50px;
}

.guide_carousel{
     width: 100%;
     margin-top: 40px;
}

.guide-img{
  width: 100%;
}

.guide-img img{
     width: 100%;
     height:220px;
     object-fit: cover;
     object-position: center;
     -webkit-border-radius: 10px;
     border-radius: 10px;
}

.landing-title h5{
  font-size: 20px;
  line-height: 30px;
  color: #939598;
  font-family: var(--font-secondary);
  font-weight: 500;
  margin-bottom: 0;
}

.service_carousel .owl-prev,
.guide_carousel .owl-prev{
  width: 26px;
  height: 26px;
  position: absolute;
  left: -55px;
  font-size: 0;
  top: 45%;
  background-repeat: no-repeat;
  background-image: url(../images/prv-black.svg);
}
.service_carousel .owl-next,
.guide_carousel .owl-next{
  width: 26px;
  height: 26px;
  position: absolute;
  right: -55px;
  font-size: 0;
  top: 45%;
  background-repeat: no-repeat;
  background-image: url(../images/next-black.svg);
}
.service_carousel .owl-next:hover,
.guide_carousel .owl-next:hover,
.service_carousel .owl-prev:hover,
.guide_carousel .owl-prev:hover{
	filter:invert(50%) sepia(61%) saturate(342%) hue-rotate(125deg) brightness(86%) contrast(88%);
}
.stories_carousel{
  margin-top: 20px;
}

.stories_img_main{
     width: 100%;
     padding: 35px 40px 50px;
     border: 1px solid #D9D9D9;
     background-color: #fff;
     -webkit-border-radius: 10px;
     border-radius: 10px;
}

.stories_img_main p{
  color: #525252;
}

.stories_img_title{
     width: 100%;
     display: flex;
     flex-wrap: wrap;
     margin-bottom: 25px;
     align-items: center;
}

.stories-img{
    width: 55px;
    height: 55px;
}

.stories-img img{
     width: 100%;
     height: 100%;
     object-fit: cover;
}



.stories_img_title h4{
     width: calc(100% - 55px);
     padding-left: 20px;
     font-size: 18px;
     margin-bottom: 0;
     font-family: var(--font-secondary);
     font-weight: 600;
}

.landing-page .footer{
     display: none;
}

.landing-footer{
     width: 100%;
     padding: 30px 0;
     text-align: center;
}

.landing-footer .flex{
  justify-content: center;
}

.bg-list5{
    width: 100%;
    background-image: url(../images/bg4.jpg);
   background-size: cover;
   background-repeat: no-repeat;
}

.landing_banner_form_botom{
     width: 100%;
     max-width: 580px;
     background-color: #fff;
     margin: 0 auto;
     padding: 45px;
     -webkit-border-radius: 15px;
     border-radius: 15px;
    
}

.landing_banner_form_botom h3{
  text-align: center;
}

.bg-green{
  background-color: #93FCD7;
}

.second-landing-left{
     width: 50%;
     height: 440px;
     background-color: #93FCD7;
     background-image: url(../images/second-bg.png);
     background-repeat: no-repeat;
     background-position: bottom right 30px;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
}

.second-landing-left-content{
       padding-right: 10%;
}

.second-landing-right{
    width: 50%;
}

.second-landing-right img{
  width: 100%;
   height: 440px;
   object-fit: cover;
   object-position: center;
}

.landing-second-main .flex{
     align-items: center;
}

.landing-second-content{
     width: 50%;
     padding-right: 5%;
}

.landing-second-box{
     width: 50%;
     border-radius: 25px;
     overflow: hidden;
     box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);

}

.landing-second-title{
  padding: 30px 35px;
  background-color: #3E8D86;
  display: flex;
  flex-wrap: wrap;
}



.landing-second-title .btn-link.landing-btn{
  background-color: #93FCD7;
  color: #163C2D;
  margin-left: auto;
}

.landing-second-title .btn-link.landing-btn:hover{
           background-color: #fff;
} 

.landing-second-title .btn-link.landing-btn img{
filter: brightness(0) saturate(100%) invert(18%) sepia(14%) saturate(1551%) hue-rotate(104deg) brightness(96%) contrast(95%);    
}

.landing-second-select{
     width: 150px;
}

.landing-second-select label{
   font-size: 15px;
   color: #93FCD7;
}

.landing-search-main{
  padding: 15px 35px;
  border-bottom: 1px solid #DFE2E8;
}

.landing-search{
     width: 100%;
     background-color: #F8F9FA;
     border: none;
     border-radius: 30px;
     line-height: 48px;
     height: 48px;
     padding-left: 45px;
     padding-right: 20px;
     font-size: 18px;
     color: #363B4B;
     font-family: var(--font-secondary);
     font-weight: 400;
     background-image: url(../images/landing-search.svg);
     background-position: left 14px center;
     background-repeat: no-repeat;
}

.landing-content{
  width: 100%;
  padding: 20px 35px;
}

.landing-content-title{
     width: 100%;
     display: flex;
     flex-wrap: wrap;
     font-size: 14px;
     line-height: 20px;
     color: #525252;
     margin-bottom: 10px;
}

.title-first{
      width: 20%;
      padding: 0 20px;
}

.title-second{
     width: 50%;
     padding: 0 20px;
}

.title-third{
     width: 30%;
     padding: 0 20px;
     text-align: center;
}

.landing-content-main{
     height: 400px;
     overflow: hidden;
     display: flex;
     flex-wrap: wrap;
     row-gap: 16px;
     overflow-y: scroll;
}

.landing-content-main ul{
     display: flex;
     flex-wrap: wrap;
  width: 100%;
     align-items: center;
     border: 1px solid rgba(0, 0, 0, 0.07);
     border-radius: 30px;
}

.landing-content-main ul li{
  padding: 10px 20px;
}

.landing-content-main ul li:nth-child(2),
.landing-content-main ul li:nth-child(3){
  border-left: 1px solid rgba(0, 0, 0, 0.04);
}

.landing-number{
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.11);
    color: rgba(0, 0, 0, 0.8);
    font-size: 10px;
    font-weight: 500;
    border-radius: 100%;
}

.flag{
  width: 31px;
  height: 31px;
  border-radius: 100%;
  border: 1px solid #E6E6E6;
}

.flag img{
  width: 31px;
  height: 31px;
  object-fit: cover;
}

.flag-main{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flag-main h5{
     width: calc(100% - 31px);
     padding-left: 12px;
     margin-bottom: 0;
     font-size: 16px;
     font-family: var(--font-secondary);
     font-weight: 400;
     color: #000000;
}

.landing-second-main{
    overflow: hidden;
}

.nice-select .current{
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    font-family: var(--font-primary);
    background-color: transparent !important;
}

.nice-select{
  background-color: transparent !important;
  border: none !important;
  padding-left: 0 !important;
  margin-top: 5px;
}

.nice-select:after{
 border: none !important;
 width: 15px !important;
 height: 15px !important;
 background-color: #93FCD7 !important;
 border-radius: 100%;
 background-image: url(../images/select-arrow.svg) !important;
 background-repeat: no-repeat;
 background-position: center;
 transform: rotate(0) !important;
 bottom: 0px !important;
}

.hm-banner-text{
  font-family:var(--font-primary) !important;
}

.banner-content{
  font-family:var(--font-secondary) !important;
}

.hm-service-content img{
    max-width: 65px;
}
.media-detail-wrap ol,
.media-detail-wrap ul{
	margin-bottom:20px;
	list-style-position:inside;
}
.media-detail-wrap ul li{
	list-style-position:inside;
	list-style-type:disc;
}
.media-detail-wrap ul li,
.media-detail-wrap ol li{
	margin-bottom:5px;
}
.page-inside-default ul{
	padding-left:15px;
	margin-bottom:20px;
}
.page-inside-default ul li{
	list-style-type:disc;
}
.page-inside-default p a{
	color:#3E8D86;
	text-decoration:underline;
}
.page-inside-default p a:hover{
	color:#000;
}
.file-wrap .wpcf7-not-valid-tip{
		position:absolute;
		top:25px;
		min-width:250px;
	    line-height:normal;
	}