:root {
    --primary-blue: #08539e;
    --phvr-blue: #04386c;
    --dark-gray: #2d2d2d;
    --deep-navy: #0a2a4a;
    --light-gray: #b3b3b3;
    --whatsapp-green: #25d366;
    --wapphvr-green: #16ad4e;
    --white: #ffffff;
    --underline: #a3a3a3;
    --offwhite: #eeeeee;
    --light-blue-gray: #dde7ef;
    --wapp-shadow: #292929;
    --light-bg: #f7f8fc;
    --blue-shade: #083e74;
    --warm-brown: #947964;
}


@font-face {
  font-display: swap;
  font-family: 'TASA Orbiter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/tasa-orbiter-v2-latin-regular.eot');
  src: url('../fonts/tasa-orbiter-v2-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/tasa-orbiter-v2-latin-regular.woff2') format('woff2'),
       url('../fonts/tasa-orbiter-v2-latin-regular.woff') format('woff'),
       url('../fonts/tasa-orbiter-v2-latin-regular.ttf') format('truetype'),
       url('../fonts/tasa-orbiter-v2-latin-regular.svg#TASAOrbiter') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'TASA Orbiter';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/tasa-orbiter-v2-latin-500.eot');
  src: url('../fonts/tasa-orbiter-v2-latin-500.eot?#iefix') format('embedded-opentype'),
       url('../fonts/tasa-orbiter-v2-latin-500.woff2') format('woff2'),
       url('../fonts/tasa-orbiter-v2-latin-500.woff') format('woff'),
       url('../fonts/tasa-orbiter-v2-latin-500.ttf') format('truetype'),
       url('../fonts/tasa-orbiter-v2-latin-500.svg#TASAOrbiter') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'TASA Orbiter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/tasa-orbiter-v2-latin-600.eot');
  src: url('../fonts/tasa-orbiter-v2-latin-600.eot?#iefix') format('embedded-opentype'),
       url('../fonts/tasa-orbiter-v2-latin-600.woff2') format('woff2'),
       url('../fonts/tasa-orbiter-v2-latin-600.woff') format('woff'),
       url('../fonts/tasa-orbiter-v2-latin-600.ttf') format('truetype'),
       url('../fonts/tasa-orbiter-v2-latin-600.svg#TASAOrbiter') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'TASA Orbiter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/tasa-orbiter-v2-latin-700.eot');
  src: url('../fonts/tasa-orbiter-v2-latin-700.eot?#iefix') format('embedded-opentype'),
       url('../fonts/tasa-orbiter-v2-latin-700.woff2') format('woff2'),
       url('../fonts/tasa-orbiter-v2-latin-700.woff') format('woff'),
       url('../fonts/tasa-orbiter-v2-latin-700.ttf') format('truetype'),
       url('../fonts/tasa-orbiter-v2-latin-700.svg#TASAOrbiter') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'TASA Orbiter';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/tasa-orbiter-v2-latin-800.eot');
  src: url('../fonts/tasa-orbiter-v2-latin-800.eot?#iefix') format('embedded-opentype'),
       url('../fonts/tasa-orbiter-v2-latin-800.woff2') format('woff2'),
       url('../fonts/tasa-orbiter-v2-latin-800.woff') format('woff'),
       url('../fonts/tasa-orbiter-v2-latin-800.ttf') format('truetype'),
       url('../fonts/tasa-orbiter-v2-latin-800.svg#TASAOrbiter') format('svg');
}

body {
    font-size: 1rem;
    margin: 0rem;
    padding: 0rem;
    font-family: 'TASA Orbiter';
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}
html, body {
    overflow-x: hidden;
}
h1 , h2 , h3 , h4 , h5 , h6{
    margin: 0;
    padding: 0rem;
}
h2 {
    font-size: 3rem;
    color: var(--primary-blue);
    font-weight: 700;
}
h3 {
  font-size: 2rem;
}
p {
  font-size: 1.25rem;
  margin-bottom: 0;
}
img{
    max-width: 100%;
}
a , a:hover , a:focus , a:visited , button , input , textarea , img{
    text-decoration: none !important;
    outline: none !important;
}
address {
    margin: 0;
}
textarea{
    height: 10.363rem;
    resize: none;
    margin-top: 1.25rem;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
::-webkit-input-placeholder{
    opacity: 1 !important;
}
::-moz-placeholder{
    opacity: 1 !important;
}
:-ms-input-placeholder{ 
    opacity: 1 !important;
}
:-moz-placeholder{
    opacity: 1 !important;
}
section{
    position: relative;
    clear: both;
}
section:before , section:after{
    clear: both;
    display: table;
    content: "";
}
header ul, header ul li, .key_points ul,
.key_points ul li, .footer_wrapper ul,
.footer_wrapper li, .ser_desp_list ul,
.ser_desp_list li, .ss_content ul,
.ss_content li, .serve_pcnt ul,
.serve_pcnt li {
    margin: 0;
    padding: 0.0rem;
    list-style: none;
}

/*MOBILE HUMBERGER */
.hamburger-menu{
  display: flex;
  width: auto;
  position: relative;
  z-index: 999999;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: none;
}
.hamburger-menu a {
  display: inline-block;
  width: 2.5rem;
  height: 2.188rem;
}
.burger {
  height: 3em;
  width: 2.125rem;
  position: relative;
  font-size: 0.75rem;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-tap-highlight-color: transparent;
}
.burger::after {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  top: -25%;
  left: -25%;
}
.burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
  width: 2em;
}
.burger .burger-lines::after {
  left: 0;
  top: -0.8em;
}
.burger .burger-lines::before {
  left: 0em;
  top: 0.8em;
}
.burger.burger-squeeze .burger-lines, .burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
  transition: top .2s .2s,left .1s,transform .2s,background-color .4s .2s;
}
.burger .burger-lines, .burger .burger-lines::after, .burger .burger-lines::before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  border-radius: .25em;
  background-color: var(--primary-blue);
  height: .25em;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.hamburger-menu-on.active .burger .burger-lines, .hamburger-menu-on.active .burger .burger-lines::after, .hamburger-menu-on.active .burger .burger-lines::before{
  background: rgba(255, 255, 255, 0.3);
}
.hamburger-menu.hamburger-menu-on.active {
  position: relative;
  margin-left: 0.938rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.close-humb .burger .burger-lines, .close-humb .burger .burger-lines::after, .close-humb .burger .burger-lines::before{
  background: var(--white);
}
.burger .burger-lines {
  top: 50%;
  margin-top: -.125em;
  width: 2.5em;
}
.burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
  width: 2.125rem;
  left: -.3em;
}
.burger.burger-squeeze.open .burger-lines::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger.burger-squeeze.open .burger-lines::after, .burger.burger-squeeze.open .burger-lines::before {
  left: 0;
  top: 0;
}
.burger.burger-squeeze.open .burger-lines, .burger.burger-squeeze.open .burger-lines::after, .burger.burger-squeeze.open .burger-lines::before {
  transition: background-color .2s,top .2s,left .2s,transform .2s .15s;
}
.burger.burger-squeeze.open .burger-lines::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger.burger-squeeze.open .burger-lines {
  background-color: initial;
}
.header_wrapper {
  position: fixed;
  top: 16px;
  left: 0;
  width: 108.5rem;
  z-index: 99;
  background-color: rgba(255,255,255,0.63);
  right: 0;
  margin: 0 auto;
  backdrop-filter: blur(16px);
  border-radius: 22px;
}
.nav_identity a span {
  display: inline-flex;
  width: 6.312rem;
  height: 6.312rem;
  background-color: var(--primary-blue);
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  vertical-align: middle;
  margin-right: 1.562rem;
}
.header_inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-link.dropdown-toggle.mob_drp {
  display: none;
}
.navigate_menu {
  display: flex;
  align-items: center;
}
.hdr_menu li {
  display: inline-block;
  padding-right: 2.188rem;
}
.hdr_menu li:last-child {
  padding-right: 1.562rem;
}
.nav-link {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--dark-gray);
  transition: color 0.4s;
  letter-spacing: 0.8px;
  line-height: 5.05;
}
.nav-link.active, .nav-link:hover {
    color: var(--primary-blue);    
}

.dropdown-toggle::after {
  border: none;
  background-image: url(../images/caret_down.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  width: 0.75rem;
  height: 0.438rem;
  vertical-align: middle;
  margin-left: 0.375rem;
}
.nav_btn {
  background-color: var(--primary-blue);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  display: inline-block;
  padding: 1.125rem 1.625rem;
  transition: background-color 0.4s;
  border-radius: 65px;
  line-height: 1;
}
.nav_btn:hover, .slick-prev:hover, .slick-next:hover {
    background-color: var(--phvr-blue) !important;    
}

.nav_end {
  padding: 0 1.5rem;
  line-height: 1;
  border-left: 1px solid var(--underline);
}
.nav_call {
  margin-right: 1.25rem;
  transition: opacity 0.4s;
}
.nav_call:hover {
    opacity: 0.6;
}
.hdr_menu li .dropdown-menu {
    border: none;
    border-radius: 0 0 22px 22px;
    overflow-x: hidden;
    background-color: var(--offwhite);
    padding-bottom: 0.938rem;
}
.hdr_menu li .dropdown-menu li {
    display: block;
    padding-right: 0;
}
.hdr_menu li .dropdown-menu li a {
  font-size: 1.125rem;
  padding: 0.25rem 0.938rem;
}
.banner_wrapper > img {
  width: 100%;
  object-fit: cover;
  height: 100vh;
  border-radius: 0 0 60px 60px;
}

.wa_fixed {
    position: fixed;
    right: 28px;
    bottom: 28px;
    display: flex;
    align-items: center;
    z-index: 99;
}
.wa_text {
  background: var(--primary-blue);
  color: var(--white);
  padding: 0.875rem 2.875rem 0.875rem 1.5rem;
  border-radius: 20px;
  white-space: nowrap;
  margin-right: 0.625rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
  position: absolute;
  right: 50px;
  z-index: -1;
}
.wa_text a {
  font-size: 1.5rem;
  color: var(--white);
  font-weight: 600;
}
.wa_fixed.active .wa_text {
    opacity: 1;
    visibility: visible;
}
.wa_btn {
  width: 5.562rem;
  height: 5.562rem;
  background: var(--whatsapp-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.4s;
  box-shadow: 0 0 26px var(--wapp-shadow);
}
.wa_btn:hover {
    background-color: var(--wapphvr-green);
}
.wa_btn img {
    width: 3rem;
}
.banner_wrapper {
    padding-bottom: 18.75rem;
    background-color: var(--light-bg);
}
.banner_content {
    background-color: var(--primary-blue);
    width: 54.25rem;
    border-radius: 35px;
    position: absolute;
    bottom: 92px;
    left: 92px;
    padding: 5.5rem 6.25rem;
    background-image: url(../images/banner_info_bg.png);
    background-position: bottom -50px right -90px;
    background-blend-mode: screen;
    background-repeat: no-repeat;
    box-shadow: 0 0 65px rgba(14, 84, 154, 0.09);
}
.banner_content h1 {
  font-size: 3.25rem;
  line-height: 1.08;;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 3.125rem;
}
.banner_content p {
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--white);
  margin-bottom: 3.438rem;
}
.btn_1 {
  font-size: 1.25rem;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  background-color: var(--primary-blue);
  border: 2px solid var(--white);
  border-radius: 50px;
  padding: 0.625rem 1.125rem;
  transition: background-color 0.4s;
}
.btn_1:hover {
    background-color: var(--phvr-blue);   
}
.banner_content a {
    margin-right: 1.25rem;
}
.btn_1 span, .btn_1 img {
  vertical-align: middle;
}
.btn_1 img {
  margin-left: 0.938rem;
}

.about_wrapper {
    padding-top: 1.75rem;
    padding-bottom: 6.25rem;
    background-color: var(--light-bg);
}
.abt_desp {
  padding-top: 1.25rem;
}
.abt_desp h2 {
  line-height: 3.125rem;
  margin-bottom: 2.125rem;
}
.abt_desp p {
  font-size: 1.25rem;
  color: var(--dark-gray);
  line-height: 1.5;
  margin-bottom: 1.875rem;
}
.abt_desp a {
  border: none;
  margin-top: 0.5rem;
  padding: 0.75rem 1.25rem;
}
.abt_img {
    position: relative;
    width: calc(100% - 7.625rem);
    margin-left: auto;
    z-index: 9;
}
.abt_img::before {
  content: "";
  background-image: url(../images/about_logo.png);
  position: absolute;
  top: -165px;
  right: -130px;
  width: 19.375rem;
  height: 21.75rem;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}
.abt_img > img {
    width: 100%;
    height: 30.375rem;
    object-fit: cover;
    border-radius: 30px;
}
.zoom-img {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 4rem;
  height: 4rem;
  background-color: var(--warm-brown);
  text-align: center;
  line-height: 4rem;
  border-radius: 16px;
  transition: transform 0.4s;
  backdrop-filter: blur(16px);
}
.zoom-img:hover {
    transform: scale(1.1);
}

.news_wrapper {
  padding-top: 4.688rem;
  z-index: 9;
}
.news_wrapper:before {
    content: "";
    background-color: var(--light-bg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 62%;
    z-index: -1;
}
.news_wrapper h2 {
  margin-bottom: 2.375rem;
}
.news_outer {
  background-color: var(--deep-navy);
  border-radius: 30px;
}
.news_img {
  padding-right: 3.938rem;
}
.news_img img {
  width: 100%;
  height: 25.5rem;
  object-fit: cover;
  border-radius: 30px;
}
.news_content {
  padding-left: 2rem;
  padding-top: 5.25rem;
  padding-right: 2rem;
  padding-bottom: 3.125rem;
}
.news_content h3 {
  font-size: 2rem;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 2.188rem;
}
.news_content p {
  font-size: 1.25rem;
  line-height: 1.3;
  color: var(--white);
  margin-bottom: 4.375rem;
}
.news_content a {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  transition: opacity 0.4s;
}
.news_content a:hover {
    opacity: 0.75;
}
.news_content a:hover img {
    transform: translateX(15px);
}
.news_content a img, .news_content a span {
  vertical-align: middle;
  margin-right: 1.5rem;
  transition: transform 0.4s;
}

.service_list_wrapper {
  padding-top: 8rem;
  padding-bottom: 4.5rem;
}
.service_list_wrapper h2 {
  text-align: center;
  margin-bottom: 4.625rem;
}
.service_list_wrapper .row {
  --bs-gutter-x: 2.125rem;
}
.servcie_box {
  border: 1px solid rgba(10, 10, 14, 0.17);
  border-radius: 22px;
  margin-bottom: 2rem;
}
.servce_img {
  position: relative;
}
.sbig_img {
  width: 100%;
  border-radius: 20px;
  height: 19.5rem;
  object-fit: cover;
}
.ssmall_icon {
  position: absolute;
  bottom: -60px;
  right: 30px;
}
.servce_content {
  padding: 1.625rem 1.875rem 3rem 2rem;
}
.slink {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-blue);
  display: block;
  margin-bottom: 0.625rem;
  width: 75%;
}
.servce_content p {
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--dark-gray);
  margin-bottom: 2.188rem;
}
.sbtn {
  display: table;
  margin-left: auto;
  width: 3.562rem;
  height: 3.562rem;
  border: 1px solid var(--light-gray);
  border-radius: 16px;
  text-align: center;
  line-height: 3.25rem;
  transition: background-color 0.4s, border-color 0.4s;
}
.sbtn:hover {
    background-color: var(--primary-blue);
    border-color: var(--primary-blue);
}
.sbtn:hover img {
    filter: invert(0) brightness(100);
}
.key_points {
  padding-bottom: 6.875rem;
}
.key_points li {
  font-size: 1.688rem;
  position: relative;
  font-weight: 600;
  color: var(--dark-gray);
  line-height: 1.1;
  width: calc(25% - 0.25rem);
  display: inline-block;
  vertical-align: top;
  background-image: url(../images/check_list.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 4.25rem !important;
}

.footer_wrapper {
  background-image: 
      url(../images/footer_bg.png),
      linear-gradient(-114deg, var(--blue-shade) 0%, var(--primary-blue) 100%);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain; /* adjust if needed */
  
  border-radius: 45px 45px 0 0;
  padding: 3.625rem 0 2rem 0;
  background-blend-mode: overlay;
  position: relative;
  z-index: 9;
}
.f_identfy, .f_dtls, .fbot_left {
  display: flex;
}
.f_identfy a {
  width: 51%;
}
.f_identfy address, .f_dtls_topleft span, 
.f_dtls_topleft a, .f_dtls li {
  font-size: 1.125rem;
  line-height: 1.78;
  color: var(--white);
}
.footer_wrapper a {
    transition: opacity 0.4s;
}
.footer_wrapper a:hover {
    opacity: 0.75;
}
.f_dtls {
    justify-content: space-between;
    margin-left: -0.75rem;
}
.sf_dtls_topright li {
  display: inline-block;
  padding-left: 0.5rem;
}
.sf_dtls_topright li a {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-color: var(--white);
  text-align: center;
  line-height: 3.938rem;
  border-radius: 100px;
}
.footer_bot {
  border-top: 1px solid rgba(246, 247, 252, 0.48);
  padding-top: 1.75rem;
}
.fbot_left p {
  font-size: 1rem;
  color: rgba(255,255,255,0.75);
}
.fbot_left li {
  display: inline-block;
  padding-left: 1.25rem;
}
.fbot_left a {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255,255,255,0.75);
}
.fbot_right {
  text-align: right;
}
.f_time {
  padding-bottom: 2rem !important;
}
.footer_top {
  padding-bottom: 1.25rem;
}

/*Service Page*/
.inr_banner_wrapper {
  padding-bottom: 11.125rem;
  background-color: var(--light-bg);
}
.inr_banner_wrapper > img {
  width: 100%;
  height: calc(100vh - 16.312rem);
  object-fit: cover;
  border-radius: 0 0 60px 60px;
}
.inr_banner_wrapper .banner_content {
  padding: 4.125rem 6.25rem 2.812rem 6.25rem;
  bottom: 0;
  background-image: none;
}
.inr_banner_wrapper .banner_content span {
  display: inline-block;
  font-size: 1.25rem;
  color: var(--dark-gray);
  background-color: rgba(255,255,255,0.50);
  padding: 0.562rem 1.688rem;
  border-radius: 50px;
  font-weight: 500;
  margin-bottom: 3.125rem;
}
.inr_banner_wrapper .banner_content h1 {
  margin-bottom: 2rem;
}
.inr_banner_wrapper .banner_content p {
  margin-bottom: 1.875rem;
}

.service_desp_wrapper {
  background-color: var(--light-bg);
  padding-top: 5.875rem;
  padding-bottom: 7.5rem;
}
.ser_desp_list {
  background-color: var(--light-blue-gray);
  border-radius: 25px;
  max-width: 41.5rem;
  margin-left: auto;
  padding: 5.125rem 0.625rem 3.438rem 3.438rem;
}
.ser_desp_list li {
  font-size: 1.5rem;
  color: var(--dark-gray);
  line-height: normal;
  position: relative;
  padding-left: 4.5rem;
  padding-bottom: 1.875rem;
}
.ser_desp_list li:before {
    content: "";
    background-image: url(../images/check_list.png);
    position: absolute;
    top: 14px;
    left: 0;
    width: 2.625rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-size: contain;
}
.service_desp_wrapper .abt_desp h2 {
  margin-bottom: 5.312rem;
}

.service_slick_wrap {
  padding-top: 6.125rem;
  padding-bottom: 9.062rem;
}
.service_slick_wrap h2 {
  margin-bottom: 6.25rem;
}

.ss_img {
    overflow: hidden;
    border-radius: 20px;
}
.ss_img img {
    transition: transform 1s;
}
.service_slick_wrap .service_item:hover .ss_img img {
    transform: scale(1.15);
}

.service_item {
  border: 1px solid rgba(10, 10, 14, 0.17);
  border-radius: 22px;
}
.serve_spcl_outer {
  margin-bottom: 1.875rem;
}
.ss_content {
  padding: 1.625rem 0.5rem 3.25rem 2rem;
}
.ss_content li {
  font-size: 1.25rem;
  color: var(--dark-gray);
  line-height: 1.5;
  position: relative;
  padding-left: 3.375rem;
  margin-bottom: 1.125rem;
}
.ss_content li::before {
  content: "";
  background-image: url(../images/service_checklist.png);
  position: absolute;
  top: 2px;
  left: 0;
  width: 2.188rem;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.ss_content .slink {
  margin-bottom: 0.75rem;
  width: 100%;
}
.slick-slide {
  opacity: 0.3;
}
.slick-slide.slick-active {
    opacity: 1;
}
.slick-track {
    display: flex !important;
}
.slick-list {
    overflow: visible;
    margin-right: -2.125rem;
}
.slick-slide {
  margin-right: 2.125rem;
}
.slick-prev, .slick-next {
  width: 5.062rem;
  height: 5.062rem;
  background-color: var(--primary-blue) !important;
  z-index: 9;
  transition: opacity 0.25s, background-color 0.4s;
  border-radius: 100px;
}
.slick-next {
  right: -110px;
}
.slick-prev::before, .slick-next::before {
    content: unset;
}
.slick-next::after,
.slick-prev::after {
  content: "";
  background-image: url(../images/slick_right.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 36px;
  background-position: center;
}
.slick-prev::after {
    background-image: url(../images/slick_left.png);
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0;
}

.servce_twin_wrapper {
  background-color: var(--light-bg);
  padding-top: 6.375rem;
  padding-bottom: 8.688rem;
}
.serve_spcl_head {
  margin-bottom: 5rem;
  width: 70%;
}
.serve_spcl_head h2 {
  margin-bottom: 2rem;
}
.serve_spcl_head b, .serve_spcl_head p {
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--dark-gray);
}
.serve_spcl_outer .row {
  --bs-gutter-x: 3.875rem;
}
.spcl_ser_box {
  background-color: var(--white);
  border-radius: 30px;
  padding: 2.75rem 3.438rem 3.25rem 3.438rem;
  margin-bottom: 4.25rem;
  min-height: 20.75rem;
}
.spcl_ser_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.875rem;
}
.spcl_ser_top h3, .serve_pcnt h3 {
  font-size: 2rem;
  line-height: 1.13;
  color: var(--primary-blue);
  font-weight: 700;
  width: 75%;
}
.spcl_ser_box p, .serve_pcnt p {
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--dark-gray);
  width: 90%;
}
.serve_pblock {
  background-color: var(--light-blue-gray);
  border-radius: 30px;
  padding: 4.062rem 1.375rem 2.812rem 3.75rem;
}
.serve_pcnt h4 {
  font-size: 1.5rem;
  color: var(--primary-blue);
  font-weight: 600;
  margin-bottom: 3.438rem;
}
.serve_pcnt li {
  display: inline-block;
  background-color: var(--white);
  border-radius: 25px;
  padding: 0.938rem 0.625rem;
  min-width: 22.5rem;
  text-align: center;
  margin-right: 1.562rem;
}
.serve_pcnt li a, .serve_pcnt li span {
  font-weight: 700;
  color: var(--primary-blue);
  font-size: 1.25rem;
  transition: color 0.4s;
}
.serve_pcnt li a:hover {
    color: var(--dark-gray);
}
.serve_plogo {
  max-width: 25.5rem;
}
.serve_plogo span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.625rem;
}
.serve_plogo span:nth-child(2) {
  justify-content: center;
}
.serve_pcnt h3 {
  margin-bottom: 2rem;
}
.serve_pcnt p {
  width: 100%;
  margin-bottom: 1.875rem;
}


@media all and (min-width: 75rem) {
    .hdr_menu li .dropdown-menu{ display: none; }
    .hdr_menu li:hover .dropdown-menu{ display: block; }
    .hdr_menu li .dropdown-menu{ margin-top: 0; }
}

@media screen and (min-width: 120rem) {
     html {
         font-size: calc(0.857vw - 0.028rem);
         font-size: clamp(1rem, calc(0.857vw - 0.028rem), 2.5rem);
     }
}

@media screen and (min-width: 112.562rem) {
    .container {
        max-width: 97.062rem;
    }
}

@media screen and (max-width: 74.938rem) { 
    .navigate_menu {
        display: block;
        align-items: center;
        position: fixed;
        width: 80%;
        height: 100%;
        top: 0;
        right: -1199px;
        transition: right 0.5s;
        z-index: 1001;
        text-align: left;
        background-position: bottom;
        background-color: var(--lime);
        box-shadow: 0 0 13px rgb(0 0 0 / 50%);
        padding-right: 0;
        padding: 6.250rem 1.250rem 0 1.250rem;
        backdrop-filter: blur(16px);
        background-color: rgba(255, 255, 255, 0.63);
    }
    .header_wrapper {
        top: 5px;
        background-image: url(../images/header_bg_blur.jpg);
        backdrop-filter: unset;
        width: calc(100% - 0.625rem);
    }
    .nav_identity a span {
        width: 4.438rem;
        height: 4.438rem;
        border-radius: 12px;
        margin-right: 0.312rem;
    }
    img.icon_lbl {
        width: 9.25rem;
        height: auto;
    }
    .hamburger-menu {
        display: flex;
    }
    .nav_identity a span img {
        width: 2.375rem;
        height: auto;
    }
    .nav_identity {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding-right: 0.938rem;
    }
    .header_wrapper.active .navigate_menu {
        right: 0;
    }
    .nav-link {
        line-height: normal;
        display: inline-block;
    }
    .hdr_menu li {
        display: block;
        padding-right: 0;
        margin-bottom: 2.812rem;
    }
    a.nav-link.dropdown-toggle.desk_drp::after {
        content: unset;
    }
    .nav-link.dropdown-toggle.mob_drp {
        display: inline-block;
    }
    .nav-link.dropdown-toggle.mob_drp {
        display: inline-block;
    }
    .nav-link.dropdown-toggle.mob_drp img {
        display: none;
    }
    .nav_end {
        padding: 0;
        border-left: none;
    }
    .nav_call {
        margin-right: 1.875rem;
    }
    .hdr_menu li .dropdown-menu {
        border-radius: 22px;
        background-color: var(--white);
        position: unset !important;
        margin-top: 0.625rem !important;
        transform: unset !important;
    }
    .hdr_menu li .dropdown-menu li {
        margin-bottom: 0.312rem;
    }
    .wa_btn {
        width: 3.062rem;
        height: 3.062rem;
    }
    .wa_btn img {
        width: 1.625rem;
        object-fit: contain;
    }
    .wa_text {
        padding: 0.438rem 1.875rem 0.438rem 0.938rem;
        border-radius: 10px;
        right: 20px;
    }
    .wa_text a {
        font-size: 1.125rem;
    }
    .wa_fixed {
        right: 15px;
        bottom: 15px;
        z-index: 9;
    }
    .banner_wrapper > img {
        height: 33.125rem;
    }
    section br {
        display: none;
    }
    .banner_content {
        width: 90%;
        bottom: 0;
        left: 0;
        padding: 2.5rem 1.562rem;
        background-position: bottom center;
        right: 0;
        margin: 0 auto;
    }
    .banner_content h1 {
        font-size: 1.75rem;
        line-height: 1.29;
        margin-bottom: 1.25rem;
    }
    .banner_content p {
        font-size: 1.125rem;
        line-height: 1.56;
        margin-bottom: 1.562rem;
    }
    .banner_content a {
        margin-right: 0;
    }
    .btn_1 {
        font-size: 1.125rem;
        padding: 0.625rem 1.125rem;
        display: block;
        text-align: center;
        margin-bottom: 0.625rem;
    }
    .about_wrapper {
        padding-top: 2.5rem;
        padding-bottom: 1.875rem;
    }
    h2 {
        font-size: 2.25rem;
    }
    .abt_desp h2 {
        line-height: 2.875rem;
        margin-bottom: 1.562rem;
    }
    .abt_desp p {
        font-size: 1.125rem;
        line-height: 1.44;
        margin-bottom: 1.25rem;
    }
    .abt_desp a {
        display: inline-block;
    }
    .abt_img {
        width: 100%;
        margin-top: 4.375rem;
    }
    .abt_img::before {
        top: -60px;
        right: 0;
        width: 6.25rem;
        height: 4.062rem;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .abt_img > img {
        height: 18.75rem;
    }
    .zoom-img {
        width: 3.375rem;
        height: 3.375rem;
        line-height: 3.375rem;
    }
    .zoom-img img {
        width: 1.75rem;
        object-fit: contain;
    }
    .news_wrapper {
        padding-top: 2.812rem;
    }
    .news_wrapper h2 {
        margin-bottom: 1.25rem;
    }
    .news_img {
        padding-right: 0;
    }
    .news_img img {
        height: 18.75rem;
    }
    .news_content {
        padding: 1.875rem 0.75rem;
    }
    .news_content h3 {
        font-size: 1.75rem;
        margin-bottom: 1.562rem;
        word-wrap: break-word;
    }
    .news_content p {
        font-size: 1.125rem;
        line-height: 1.44;
        margin-bottom: 2.5rem;
    }
    .news_content a {
        font-size: 1.125rem;
        display: flex;
    }
    .news_content a img {
        margin-top: 0.312rem;
        margin-right: 0.625rem;
    }
    .service_list_wrapper {
        padding-top: 4.375rem;
        padding-bottom: 1.875rem;
    }
    .service_list_wrapper h2 {
        margin-bottom: 1.875rem;
    }
    .sbig_img {
        height: 16.25rem;
    }
    .servce_content {
        padding: 1.562rem 1.25rem 1.25rem 1.25rem;
    }
    .ssmall_icon {
        bottom: -40px;
        right: 15px;
        width: 3.125rem;
        object-fit: contain;
        height: auto;
    }
    .slink {
        font-size: 1.75rem;
        width: 85%;
    }
    .servce_content p {
        font-size: 1.125rem;
        line-height: 1.44;
        margin-bottom: 0.938rem;
    }
    .sbtn {
        width: 3.125rem;
        height: 3.125rem;
        line-height: 3.125rem;
    }
    a.sbtn img {
        width: 1.438rem;
        object-fit: contain;
    }
    .key_points li {
        font-size: 1.25rem;
        width: 100%;
        display: block;
        padding-left: 2.5rem !important;
        background-size: 25px;
        margin-bottom: 1.562rem !important;
    }
    .key_points {
        padding-bottom: 1.875rem;
    }
    .f_identfy, .f_dtls, .fbot_left {
        display: block;
    }
    .footer_wrapper {
        background-position: bottom;
        padding: 3.625rem 0 4.375rem 0;
    }
    .f_dtls {
        margin-left: 0;
        margin-top: 1.875rem;
    }
    .f_identfy address, .f_dtls_topleft span, 
    .f_dtls_topleft a, .f_dtls li {
        font-size: 1rem;
        line-height: 1.75;
        color: var(--white);
    }
    .f_identfy a img {
        margin-bottom: 1.875rem;
        width: 16.25rem;
        object-fit: contain;
        height: auto;
    }
    .sf_dtls_topright li a {
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
    }
    .sf_dtls_topright li a img {
        width: 1.312rem;
        object-fit: contain;
        height: auto;
    }
    .fbot_left {
        text-align: center;
    }
    .fbot_left li:nth-child(1) {
        padding-left: 0;
    }
    .fbot_left p {
        margin-bottom: 1.25rem;
    }
    .fbot_right {
        margin-top: 1.25rem;
    }

    .inr_banner_wrapper {
        padding-bottom: 6.875rem;
    }
    .inr_banner_wrapper > img {
        height: 28.125rem;
    }
    .inr_banner_wrapper .banner_content {
        padding: 1.25rem;
    }
    .inr_banner_wrapper .banner_content span {
        font-size: 1.125rem;
        padding: 0.375rem 1.25rem;
        margin-bottom: 1.25rem;
    }
    .inr_banner_wrapper .banner_content h1 {
        margin-bottom: 0.938rem;
    }
    .inr_banner_wrapper .banner_content p {
        margin-bottom: 1.25rem;
    }
    .service_desp_wrapper {
        padding-top: 3.125rem;
        padding-bottom: 3.75rem;
    }
    .service_desp_wrapper .abt_desp h2 {
        margin-bottom: 1.875rem;
    }
    .ser_desp_list {
        max-width: 100%;
        padding: 2rem 1.25rem 1.25rem 1.25rem;
        margin-top: 1.25rem;
    }
    .ser_desp_list li {
        font-size: 1.25rem;
        padding-left: 1.875rem;
        padding-bottom: 1.25rem;
    }
    .ser_desp_list li:before {
        top: 8px;
        left: -5px;
        width: 1.312rem;
        height: 1.375rem;
    }
    .service_slick_wrap {
        padding-top: 4.375rem;
        padding-bottom: 6.25rem;
    }
    .service_slick_wrap h2 {
        margin-bottom: 2.5rem;
    }
    .ss_content .slink {
        font-size: 1.5rem;
    }
    .ss_content li {
        font-size: 1rem;
        line-height: 1.5;
        padding-left: 1.562rem;
        margin-bottom: 0.75rem;
    }
    .ss_content li::before {
        top: 3px;
        left: 0;
        width: 1.125rem;
        height: 1.125rem;
    }
    .slick-prev, .slick-next {
        width: 3.188rem;
        height: 3.188rem;
    }
    .slick-prev.slick-disabled, .slick-next.slick-disabled {
        opacity: 1;
        opacity: 0.5;
    }
    .slick-prev {
        left: calc(50% - 60px);
    }
    .slick-next::after, .slick-prev::after {
        background-size: 24px;
    }
    .slick-next {
        right: calc(50% - 60px);
    }
    .slick-prev, .slick-next {
        top: unset;
        bottom: -85px;
    }
    .ss_content {
        padding: 0.938rem;
    }
    .servce_twin_wrapper {
        padding-top: 3.75rem;
        padding-bottom: 4.375rem;
    }
    .spcl_ser_top {
        align-items: flex-start;
        margin-bottom: 0.938rem;
        flex-direction: column-reverse;
    }
    .spcl_ser_top img {
        width: 3.75rem;
        object-fit: contain;
        height: auto;
        margin-bottom: 0.625rem;
    }
    .spcl_ser_box {
        padding: 1.25rem;
        margin-bottom: 1.875rem;
        min-height: auto;
    }
    .spcl_ser_box p, .serve_pcnt p {
        font-size: 1.125rem;
        line-height: 1.44;
        width: 100%;
    }
    .spcl_ser_top h3, .serve_pcnt h3 {
        font-size: 1.5rem;
        line-height: 1.33;
        width: 100%;
    }
    .serve_spcl_head {
        margin-bottom: 3.125rem;
        width: 100%;
    }
    .serve_spcl_head h2 {
        margin-bottom: 0.938rem;
    }
    .serve_pblock {
        padding: 1.562rem;
    }
    .serve_pcnt h3 {
        margin-bottom: 0.938rem;
    }
    .serve_pcnt h4 {
        margin-bottom: 1.25rem;
    }
    .serve_pcnt li {
        min-width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 0.625rem;
    }
    .serve_spcl_outer .row {
        --bs-gutter-x: 2rem;
    }
    .serve_pcnt li a, .serve_pcnt li span {
        font-size: 1.125rem;
    }
    .serve_plogo {
        max-width: 100%;
        margin-top: 1.875rem;
    }
    .serve_plogo span img {
        width: 90%;
        height: auto;
    }
    .serve_plogo span:nth-child(2) img {
        width: 90%;
    }
    .serve_plogo span {
        margin-bottom: 2rem;
    }

}

@media screen and (max-width: 74.938rem) and (min-width: 48rem) {

    .navigate_menu {
        width: 40%;
    }
    .banner_content {
        width: 37.5rem;
        bottom: 0px;
        left: 30px;
        right: unset;
        background-size: contain;
    }
    .btn_1 {
        padding: 0.625rem 1rem;
        display: inline-block;
    }
    .banner_wrapper {
        padding-bottom: 5.625rem;
    }
    img.icon_lbl {
        width: 11.75rem;
    }
    .abt_img::before {
        top: -100px;
        width: 6.875rem;
        height: 7.812rem;
    }
    .news_img img {
        height: 25rem;
    }
    .fbot_left {
        text-align: left;
    }
    .f_dtls {
        margin-top: 0;
    }

    .ss_content {
        min-height: 16.125rem;
    }
    .slick-prev, .slick-next {
        bottom: -100px;
    }

    .serve_pcnt li {
        min-width: 18.75rem;
    }

}

@media screen and (max-width: 74.938rem) and (min-width: 62rem) {
    .navigate_menu {
        width: 35%;
    }
    .news_content {
        padding: 4.375rem 0.75rem 1.875rem 2rem;
    }
}

@media screen and (max-width: 112.5rem) and (min-width: 75rem) {

    .header_wrapper {
        width: 74.375rem;
    }
    .nav_identity a span {
        width: 5.688rem;
        height: 5.688rem;
    }
    .nav-link {
        font-size: 1.125rem;
        line-height: 5.06;
    }
    .hdr_menu li {
        padding-right: 1.875rem;
    }
    img.icon_mark {
        width: 2.625rem;
        object-fit: contain;
        height: auto;
    }
    img.icon_lbl {
        width: 13rem;
        object-fit: contain;
    }
    .banner_content {
        width: 44.375rem;
        padding: 3.125rem;
    }
    .banner_wrapper {
        padding-bottom: 15.625rem;
    }
    .banner_content h1 {
        font-size: 2.625rem;
        line-height: 1.19;
        margin-bottom: 1.875rem;
    }
    .banner_content p {
        line-height: 1.75rem;
        margin-bottom: 2.812rem;
    }
    .btn_1 {
        padding: 0.625rem 0.938rem;
    }
    .about_wrapper br, .news_outer br,
    .service_list_wrapper br {
        display: none;
    }
    .abt_desp h2, h2 {
        font-size: 2.375rem;
        line-height: 1.26;
    }
    .abt_desp p {
        line-height: 1.75rem;
    }
    .abt_img > img {
        height: 25.938rem;
    }
    .abt_img::before {
        top: -155px;
        right: -90px;
        width: 14.375rem;
        height: 14.375rem;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .news_img img {
        height: 23.125rem;
    }
    .news_img {
        padding-right: 3.125rem;
    }
    .news_content {
        padding-top: 4rem;
        padding-bottom: 2.5rem;
    }
    .news_content h3 {
        font-size: 1.75rem;
        margin-bottom: 1.562rem;
    }
    .news_content p {
        line-height: 1.625rem;
        margin-bottom: 2.5rem;
    }
    .news_content a, .abt_desp p, .btn_1, 
    .banner_content p, .key_points li {
        font-size: 1.125rem;
    }
    .about_wrapper {
        padding-bottom: 3.75rem;
    }
    .service_list_wrapper h2 {
        margin-bottom: 2.5rem;
    }
    .sbig_img {
        height: 15.625rem;
    }
    .ssmall_icon {
        bottom: -55px;
        right: 20px;
        width: 4.375rem;
        object-fit: contain;
    }
    .slink {
        font-size: 1.75rem;
        width: 80%;
    }
    .servce_content {
        padding: 1.562rem 1.562rem 1.25rem 1.562rem;
    }
    .servce_content p {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 1.25rem;
    }
    .service_list_wrapper {
        padding-top: 6.25rem;
        padding-bottom: 3.75rem;
    }
    .key_points {
        padding-bottom: 5rem;
    }
    .f_identfy address, .f_dtls_topleft span, 
    .f_dtls_topleft a, .f_dtls li {
        font-size: 1rem;
        line-height: 1.75;
    }
    .f_identfy a img {
        width: 15rem;
        object-fit: contain;
    }
    .f_dtls {
        margin-left: 0;
    }
    .f_time {
        padding-bottom: 1.375rem !important;
    }
    .sf_dtls_topright li a {
        width: 3.375rem;
        height: 3.375rem;
        line-height: 3.375rem;
    }
    .wa_btn {
        width: 4.625rem;
        height: 4.625rem;
    }
    .wa_btn img {
        width: 2.188rem;
        object-fit: contain;
    }
    .wa_text {
        padding: 0.75rem 2.875rem 0.75rem 1.5rem;
        right: 30px;
    }
    .wa_text a {
        font-size: 1.25rem;
    }

    .inr_banner_wrapper > img {
        height: calc(100vh - 11.25rem);
    }
    .inr_banner_wrapper .banner_content {
        padding: 2.188rem 3.125rem 1.25rem 3.125rem;
    }
    .inr_banner_wrapper .banner_content span {
        margin-bottom: 1.25rem;
    }
    .inr_banner_wrapper .banner_content h1 {
        margin-bottom: 1.562rem;
    }
    .inr_banner_wrapper .banner_content p {
        margin-bottom: 1.25rem;
    }
    .service_desp_wrapper {
        padding-top: 4.688rem;
        padding-bottom: 3.125rem;
    }
    .service_desp_wrapper .abt_desp h2 {
        margin-bottom: 2.812rem;
    }
    .service_desp_wrapper br {
        display: none;
    }
    .ser_desp_list {
        max-width: 31.25rem;
        padding: 2.5rem 2.5rem 0.938rem 2.188rem;
    }
    .ser_desp_list li {
        font-size: 1.25rem;
        padding-left: 2.5rem;
        padding-bottom: 1.562rem;
    }
    .ser_desp_list li:before {
        top: 14px;
        left: 0;
        width: 2rem;
        height: 1.375rem;
    }
    .ser_slick_slider .slink {
        font-size: 1.625rem;
    }
    .ser_slick_slider .ss_content {
        padding: 1.25rem 0.625rem 1.875rem 1.25rem;
    }
    .ss_content li {
        font-size: 1.125rem;
        line-height: 1.44;
        padding-left: 2rem;
        margin-bottom: 0.938rem;
    }
    .ss_content li::before {
        top: 0;
        width: 1.438rem;
        height: 100%;
    }
    .slick-prev, .slick-next {
        width: 3.812rem;
        height: 3.812rem;
    }
    .slick-next::after, .slick-prev::after {
        background-size: 27px;
    }
    .slick-next {
        right: -70px;
    }
    .slick-prev {
        left: -70px;
    }
    .service_slick_wrap {
        padding-top: 4.375rem;
        padding-bottom: 5.312rem;
    }
    .service_slick_wrap h2 {
        margin-bottom: 3.125rem;
    }
    .servce_twin_wrapper {
        padding-top: 4.375rem;
        padding-bottom: 5.625rem;
    }
    .serve_spcl_head h2 {
        margin-bottom: 1.375rem;
    }
    .serve_spcl_head b, .serve_spcl_head p {
        font-size: 1.125rem;
        line-height: 1.67;
    }
    .serve_spcl_head {
        margin-bottom: 3.125rem;
        width: 80%;
    }
    .spcl_ser_top h3, .serve_pcnt h3 {
        font-size: 1.5rem;
        line-height: 1.33;
        width: 80%;
    }
    .spcl_ser_top img {
        width: 3.75rem;
        height: auto;
    }
    .spcl_ser_box p, .serve_pcnt p {
        font-size: 1.125rem;
        line-height: 1.44;
        width: 90%;
    }
    .serve_spcl_outer .row {
        --bs-gutter-x: 2rem;
    }
    .spcl_ser_box {
        margin-bottom: 1.875rem;
        min-height: 20rem;
    }
    .serve_plogo {
        max-width: 100%;
    }
    .serve_pblock {
        padding: 2.5rem 2.188rem 2.188rem 2.5rem;
    }
    .serve_pcnt li {
        border-radius: 20px;
        padding: 0.938rem 0.625rem;
        min-width: 17.5rem;
        margin-right: 0.938rem;
    }
    .serve_pcnt li a, .serve_pcnt li span {
        font-size: 1.125rem;
    }
    .serve_plogo {
        max-width: 100%;
        margin-top: 1.875rem;
    }
    .serve_plogo span {
        margin-bottom: 2.188rem;
        padding: 0;
    }
    .serve_plogo span img {
        object-fit: contain;
        width: 9.375rem;
        height: auto;
    }
    .serve_plogo span:nth-child(2) img {
        width: 18.125rem;
    }
   
}

@media screen and (max-width: 78.125rem) and (min-width: 75rem) {
    .slick-prev {
        left: -1.25rem;
    }
    .slick-next {
        right: -20px;
    }

}