@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body{  font-family: "Montserrat", serif; font-optical-sizing: auto; color: var(--text-color-); font-size: 14px;}
p{color: rgba(0, 0, 0, 1);
font-size: 16px;
font-weight: 400;
line-height: 1.6;
letter-spacing: 0.54px;}
/*-----------font-size-----------*/

/*----------color--------------*/
/* Global Colors */
:root { 
  --background-transparent: transparent; /* Background */
  --background-color: #ffffff; /* Background */
  --default-color: #0c5a62; /*  */
  --heading-color: #000000; /* */
  --hover-color: #071841; /*  */
  --text-color-: #5C5656; /*  */
  --banner-dot-:#333333;
  --text-wite-color-: #ffffff;
  --text-light-grey-color-:#C4C4C4;
  --bg-greay-color-:#e2e2e2;
 }
/**/
/*===========header==============*/
/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
/* Nav Menu Colors */
:root {
    --nav-color: #ffffff;  /*  */
    --nav-hover-color: #4154f1; /* */
    --nav-mobile-background-color: #ffffff; /*  */
    --nav-dropdown-background-color: #ffffff; /*  */
    --nav-dropdown-color: #212529; /*  */
    --nav-dropdown-hover-color: #4154f1; /*  */
  }
.header { color: var(--default-color);   background-color: transparent;  padding: 20px 0; transition: all 0.5s; z-index: 997; }
.header .logo { line-height: 1; }
.header .btn-contact, .header .btn-contact:focus {  background: var(--text-wite-color-);  color: var(--default-color);  font-size: 16px;  padding: 8px 25px; margin: 0 0 0 30px; border-radius: 4px; transition: 0.3s; font-weight: 500;}
.header .btn-contact:hover, .header .btn-contact:focus:hover {  color: var(--contrast-color);  background: color-mix(in srgb, var(--bg-greay-color-), transparent 15%); }
.scrolled .header {  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1); }
/* Index Page Header
------------------------------*/
/* .header {  --background-color: rgba(255, 255, 255, 0); } */
/* Index Page Header on Scroll
------------------------------*/
.scrolled .header { background-color: #f2f4f3; }
/*=================*/
/*-------banner---------*/
.single-banner-slide {height: 100vh; width: 100vw; background-repeat: no-repeat;background-size: cover; background-position: center;display: flex; justify-content: center; align-items: center;flex-direction: column; position: relative; }
.single-banner-slide span, .banner_overlay span { color: #fff; text-transform: uppercase;font-weight: 600; display: block; width: fit-content; margin-bottom: 20px;}
.single-banner-slide h2, .banner_overlay h2 {color: #fff; text-transform: uppercase; font-size: 60px;}
.single-banner-slide::before {content: ""; position: absolute;left: 0; top: 0; background: rgba(0, 0, 0, 0.20);z-index: 0; width: 100%; height: 100%;}
.single-banner-slide p { color: var(--text-wite-color-); font-size: 15px; max-width: 50%; }
/*---------------*/
.btn-block{display: block; width: 100%;}
.contact-section{/*background-image: url(../img/bg.png);background-position: right bottom; background-size: 50% 100%; background-repeat: no-repeat;*/ background-color: #213C3A; }
.form-control, .form-select {font-size: 0.9rem;}
.about-us-home .btn{font-size: 16px;}
.single-banner-slide h2, .banner_overlay h2 {color: #FFF;font-size: 50px;font-weight: 700;line-height: 1.2}
.single-banner-slide h2 span, .banner_overlay span{display: block; font-size: 40px;}
.single-banner-slide h5{font-size: 18px; text-transform: uppercase; color: var(--text-wite-color-);}
.single-banner-slide  p{line-height:24px;}
.about-us-home h1{ font-size: 30px;}
.about-us-home p, .mision-vission p{ color: var(--text-light-grey-color-); font-size: 16px;}
.about-us-home {background:var(--default-color); color:var( --text-wite-color-); padding: 100px 50px;}
.about-sec-side{max-height: 735px; overflow: hidden;}
.mision-vission{padding: 50px 100px;}
.mision-vission p{line-height: 34px; }
.bg-blue{background-color:var(--default-color); color:var( --text-wite-color-);}
.single-banner-slide p .bg-blue p{color: var(--text-light-grey-color-); font-size: 16px;}
.bg-blue h1{  font-size: 30px;text-transform: uppercase;}
.bg-blue h2 {font-size: 18px;text-transform: uppercase;}
.wrapper-socials { margin: 0;padding: 0; width: 100%; display: block; float: left;}
.wrapper-socials li{float: left; list-style: none;}
.wrapper-socials { margin: 0;padding: 0; width: 100%; display: block; float: left;}
.wrapper-socials li a{ border-radius: 10px;  border: 1px solid #182B56; padding: 5px; width: 30px; display: block; height: 30px; line-height: 15px; text-align: center; margin-right: 3px;}
.footer-section h5, .BL-card h5 {color: #0c5a62;font-size: 16px;font-weight: 700;line-height: 1;text-transform: uppercase;}
.copyright p span{color: var(--default-color);}
.widget-socials a img{ width: 9px;}
.widget-socials a:hover{opacity: 0.5;}
.btn-primary{background-color: var(--default-color); color: var(--text-wite-color-); border-color: var(--default-color); font-size: 16px;}
.ph-ads-contact h5{ color: var(--default-color);}
.ph-ads-contact h5{font-size: 13px;}
.contact-section h2{font-size: 30px; color: var(--heading-color); }
.footer-section a{color: var(--text-color-); text-decoration: none;}
.footer-section ul li{list-style: none;}
.btn-watch-video{ position: absolute; top: 0; bottom: 0;  left:0px;  right:0px; background: #998675a3;  font-size: 85px; color: #fff; z-index: 1;}
.footer-section a:hover, .menu-footer a:hover{color: var(--default-color);}
.header .logo img{height: 90px;}
.header .logo img.logo_default{display: none;}
.scrolled .header .logo img{ height: 70px; width: auto;}
.scrolled .header .logo img.logo_default{display: block;}
.scrolled .header .logo img.logo_white{display: none;}
.scrolled .header .navmenu a, .scrolled .header .navmenu a:focus { padding-top: 10px; padding-bottom: 10px; text-decoration: none; color: #000;}
.scrolled .header .navmenu a:hover, .scrolled .header .navmenu a:focus{color: #213C3A;}
.scrolled .header .btn-contact, .scrolled .header .btn-contact:focus{color: #fff; background-color: #213C3A;}
.scrolled .header { padding: 10px 0; }
.service-heading{background-image: url(../img/logo-heading.svg); background-position: left; background-repeat: no-repeat; padding-left: 30px; text-transform: uppercase;}
.side-text-270-1, .side-text-270-2{font-size: 1rem;  color:var(--heading-color);position: absolute;  bottom: 0;background: #ffffffdb; text-orientation: sideways;transform: rotate(180deg); white-space: nowrap; writing-mode: vertical-rl;}
.side-text-270-1 h5, .side-text-270-2 h5 {font-size: 14px; margin: 0; text-transform: uppercase;}
.side-text-270-1 p, .side-text-270-2 p {font-size: 13px; margin: 0;}
.side-text-270-1{ left: 0; height: 100%; width: 70px; top: 0; bottom: 0; padding:25px 10px 5px 5px;}
.side-text-270-2{ left: 0; height: 100%; width: 70px; top: 0; bottom: 0; padding:35px 10px 5px 5px;}
.banner-area{position: relative;width: 100%;height: 100vh;overflow: hidden;}
.banner-area video {width: 100%;height: 100%;position: absolute;top:0%;left: 0%;/*transform: translate(-50%, -50%);*/object-fit: cover;}
/* .banner-area::after{content: "";position: absolute;top: 0; bottom: 0; right: 0; left: 0; background: rgb(43 56 53 / 27%);} */
.banner-area .owl-dots {position: absolute;bottom: 0; right: 0; display: grid;}
.banner-area .owl-dots .owl-dot{background:#182b56 important;padding: 25px !important;  color: #555555;font-size: 14px!important;  font-weight: bold;  cursor: pointer;}
.banner-area .owl-dots .owl-dot.active{  background:var(--default-color)!important; border: 1px solid var(--text-wite-color-); opacity: 0.3; }
.banner_overlay{position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgb(43 56 53 / 27%);}
.footer-bottam{background-color: var(--default-color);}
/*----hover-----*/
.hover-sec{overflow: hidden;}
.hover-sec img { -webkit-transform: scale(1); transform: scale(1); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }
/* .hover-sec:hover img {-webkit-transform: scale(1.3); transform: scale(1.3);} */
.hover-sec:hover .btn-watch-video{font-size: 70px; transition: .3s ease-in-out;}
.hover-sec:hover .content-details { top: 50%; left:-85px; opacity: 1;}
.content-details {position: absolute; padding-left: 1em; text-align: center;padding-right: 1em;  width: 100%; top: 50%; left: 50%; opacity: 0;z-index: 1; -webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%);-webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s;  transition: all 0.3s ease-in-out 0s;}
/*----*/

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top { position: fixed; visibility: hidden;opacity: 0; right: 15px; bottom: 15px;  z-index: 99999;background-color: var(--default-color);  width: 40px;  height: 40px;border-radius: 4px; transition: all 0.4s;}
.scroll-top i { font-size: 24px; color: var(--text-wite-color-);  line-height: 0;}
.scroll-top:hover { background-color: color-mix(in srgb, var(--accent-color), transparent 20%); color: var(--hover-color);}
.scroll-top.active { visibility: visible; opacity: 1;}
/*---------subpage---------------*/
.heading-sub{bottom: 0; top: 0; background: #182b5670; color: #fff; vertical-align: middle; height: 400px;}
.heading-sub h1{font-size: 30px;}
.img-banner{height: 400px; object-fit: cover;}
.banner-area-about{max-height: 400px; overflow: hidden;}
.breadcrumb li a{color: var(--text-wite-color-); text-decoration: none;}
.breadcrumb li.active{color: var(--nav-color);}
.breadcrumb-item+.breadcrumb-item::before { color: var(--text-wite-color-) }
/*---------10Feb2025---------------*/
.bg-blue h1 {font-size: 35px;text-transform: capitalize;color: #fff;}
.Professional-bg-blue h1 {font-size: 32px;text-transform: capitalize;color: #0C0C0C;}
.bg-Professional {background: #213C3A !important;border-radius: 20px;padding: 30px;}
.bg-Professional {background: #111111;padding: 20px;border-radius: 6px;}
.mision-vission h1 {font-size: 30px;text-transform: capitalize;}
.image-size img {width: 100%;}
.home-headding h1 {font-weight: bold !important;color: #050F27;font-size:43px;}
h2.vision_headding {font-size: 50px;color: #191623;line-height: 60px;}
.banner_top_head{border:1px solid #fff; padding:5px;border-radius:6px;margin-bottom:10px;}
.banner_overlay .banner_top_head{color: #fff;}
span.small-head {color: #fff;}
.about_headding h2 {color: #fff;}
.about_headding p{color:#F4F4F4; font-size:18px }
.about_headding h1 {color: #fff;margin-bottom: 30px;}
p.count {color: #F4F4F4;font-size: 16px;}
.more_btn{position: absolute;bottom: -19px;right: 28px;}
.more_btn svg{width: 60px;height: 60px;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.more_btn:hover svg{rotate: 315deg;}
.wp-block-group p {line-height: 23px !important;}
.top_margin-design {margin-top: 15% !important;}
/* h2.vision_headding {font-size: 50px;color: #191623;line-height: 60px;margin-left: -30%;} */
.top_margin-design {margin-top: 10%;}
.vision_headding_2{font-size: 50px;color: #191623;line-height: 60px;}
a.image_r img {width: 100%;}
.mission {font-size: 18px;float: left;width: 100%;margin-bottom: 10px;color: #213C3A;font-size: 24px;font-weight: 700;line-height: 1.25}
.mission_head{color: #0c5a62;font-size: 25px;font-weight: 600;line-height: normal;text-transform: capitalize; margin-bottom: 15px;}
a.image_r_2 img {width: 100%;margin-top: 10%;}
.footer-section p, .footer-section a, .BL-card p, .BL-card a{color: #1A1A1A;display: block;width: fit-content;font-size: 14px; text-decoration: none;font-weight: 400;line-height: 1.6; margin-bottom: 0;}
.intro_section{padding: 75px 0;background: rgba(33, 60, 58, 0.06);}
.about-sec-side h2{color: #050F27;font-size: 3.5rem; font-weight: 500;line-height: 107%; letter-spacing: -2.56px;text-transform: capitalize;}
.about-sec-side h2 span{color: #0c5a62;font-size: 24px;font-weight: 400;line-height: 125%; text-transform: capitalize; display: block; margin-bottom: 15px;}
.intro_section h3{color: #213C3A;font-size: 3rem;font-weight: 600;line-height: 1.2;text-transform: capitalize;margin-left: -30%; margin-bottom: 25px;}
.section_title h2{color: #050F27;font-size: 3.5rem;font-weight: 500;line-height: 107%;letter-spacing: -2.56px;text-transform: capitalize;}
.section_title h2 span{color: #213C3A;letter-spacing: normal;font-size: 1.3rem;font-weight: 700;line-height: 1.25;text-transform: capitalize; display: block;}
.mission_vission_sec{padding: 75px 0;}
.about_headding .small-head{color: #64CCC5;font-size: 1.4rem;font-weight: 600;line-height: 1;margin-bottom: 20px;display: block;}
.about_headding h2{color: #FBFBFB;font-size: 3.4em;font-weight: 600;line-height: 1.2;}
.info-item h3{color: #64CCC5;font-size: 35px;font-weight: 600;line-height: 1;}
.info-item .count{color: #F4F4F4;font-size: 14px;font-weight: 400;line-height: 1;letter-spacing: 0.48px;}
.btn-primary{padding: 15px 20px 15px 10px; background-color: #fff;border-radius: 23px;color: rgba(12, 12, 12, 0.90);font-size: 18px;font-weight: 400;line-height: 1;}
.arrow_btn{ position: relative; padding-left: 45px;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.arrow_btn span{position: relative; z-index: 1;}
.arrow_btn:hover{background-color: #fff;}
.arrow_btn::before{content: ""; background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="12" viewBox="0 0 7 12" fill="none"><path d="M1 1.07812L5.66667 5.74479L1 10.4115" stroke="%23FBFBFB" stroke-width="1.55439" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat; background-position: center left 11px; width: 28px; height: 28px; text-align: center; line-height: 28px; background-color: #000000; border-radius: 15px; display: block; position: absolute; left: 10px; top: 10px;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.arrow_btn:hover:before{width: calc(100% - 20px);border-radius: 15px;}
footer hr{margin: 0 0 80px;border-top-color: #505050;opacity: 1;}
.footer_sahpe1 {position: absolute;right: 5%;top: 26%;}
.footer_sahpe1 svg{animation: rotate-animation 10s infinite linear;}
.footer-section{padding-top: 26px;}
@keyframes rotate-animation {
	0% {
		transform: rotate(0deg);
  }
  50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.footer-bottom {padding: 20px 0;margin-top: 40px;background: rgb(0 0 0 / 5%);}
.BL-card{background-color: #fff;color: #666;border: 1px solid #e5e1e1;box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06); border-radius: 3px; }
.BL-card-body {padding: 40px 40px; display: flow-root;}
.BL-grid-divider > * {width: calc(100%* 1 / 3.001);position: relative;}
.BL-grid-divider{display: flex;flex-wrap: wrap;margin: 0;padding: 0;list-style: none;}
.BL-grid-divider > :not(.BL-first-column)::before {content: "";position: absolute;top: 0;bottom: 0;border-left: 1px solid #d5d4dc;}
.in-contact-9 .BL-grid-divider > :not(.BL-first-column)::before {border-width: 2px;border-color: #e5e5e5;}
@media (min-width: 1200px) {
  .BL-grid-divider {margin-left: -80px;}
  .BL-grid-divider > * {padding-left: 80px;}
  .BL-grid-divider > :not(.BL-first-column)::before {left: 40px;}
}

/* Navbar */

.hamburger {display: flex;flex-direction: column;cursor: pointer;}
.hamburger span {width: 25px;height: 2px;background-color: #ffffff;margin: 3px 0;}
.scrolled .header .hamburger span {background-color: #000000;}
.hamburger.active span:nth-child(1) {transform: rotate(-45deg) translate(-5px, 6px);}
.hamburger.active span:nth-child(2) {opacity: 0;}
.hamburger.active span:nth-child(3) {transform: rotate(45deg) translate(-5px, -6px);}
.close {display: none;flex-direction: column;cursor: pointer;}
.close span {width: 25px;height: 2px;background-color: #000000;margin: 6px 0;transform-origin: center;}
.close span:nth-child(1) {transform: rotate(45deg);}
.close span:nth-child(2) {transform: rotate(-45deg); margin-top: -8px;}
/* nav {width: 100%;height: auto;} */
nav .navbar {height: 100%;width: 100%;display: flex;align-items: center;justify-content: end;margin: auto;}
.navbar .logo a {font-size: 30px;color: #fff;text-decoration: none;font-weight: 600;}
nav .navbar .nav-links {height: 100%;}
nav .navbar .links {display: flex;}
nav .navbar .links li {position: relative;display: flex;align-items: center;justify-content: space-between;list-style: none;padding: 0 5px;}
nav .navbar .links li a {text-decoration: none;white-space: nowrap;color: #ffffff;font-size: 16px;font-weight: 500;line-height: 1; }
nav .navbar .links li a{border-bottom: solid 2px rgba(255,255,255,0); padding: 8px 12px;}
nav .navbar .links li:hover > a, nav .navbar .links li.current_page_item > a{ color:#ffffff; border-bottom: solid 2px #e9e9e9;}
nav .navbar .links li:hover > a, nav .navbar .links li.current_page_item >a{color:#ffffff;}
nav .navbar .links li > ul li a, nav .navbar .links li > ul li a:hover{ border-bottom: 0;}
nav .navbar .links li a:hover .arrow, nav .navbar .links li.menu-item-has-children:hover:after, nav .navbar .links li.current_page_item.menu-item-has-children:hover:after{ cursor: pointer;filter: brightness(0) saturate(100%) invert(48%) sepia(44%) saturate(471%) hue-rotate(353deg) brightness(94%) contrast(102%);}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow, nav .navbar .links li.menu-item-has-children:hover:after {transform: rotate(180deg);filter: brightness(0) saturate(100%) invert(48%) sepia(44%) saturate(471%) hue-rotate(353deg) brightness(94%) contrast(102%);}
nav .navbar .links li .arrow {height: 100%;width: 14px;text-align: center;display: inline-block;color: #fff;transition: all 0.3s ease; background: url(../images/arrow-drop.svg) no-repeat; background-position: center; margin-left: 5px;}
nav .navbar .links li.menu-item-has-children:after{content:"";height: 100%;width: 22px;text-align: center;display: inline-block;color: #fff;transition: all 0.3s ease; background: url(../images/arrow-drop.svg) no-repeat; background-position: center; margin-left: 5px;}
nav .navbar .links li ul {position: absolute;top: 30px;left: 0;line-height: 1.6; display: none;z-index: 2; padding:32px 0 0 0; min-width: 180px;}
.fixed-top nav .navbar .links li ul {top:23px}
nav .navbar .links li:hover ul{display: block;}
nav .navbar .links li ul a{ color: #fff !important; padding: 15px;}
nav .navbar .links li ul a:hover{ color:#fff !important;}
nav .navbar .links li ul li:hover{ border-width: 1px;}
.navbar .links li ul li {padding: 0 ;border-bottom: 1px solid rgba(255, 255, 255, 0.1); display: block;background: #a6783f;}
.navbar .links li ul a {color: #fff;font-size: 15px;font-weight: 400; padding: 10px 15px; display: block;}
.navbar .links li ul .more-arrow {line-height: 40px;}
.navbar .links li ul .more-sub-menu {position: absolute;top: 0;left: 100%;border-radius: 0 4px 4px 4px;z-index: 1;display: none;}
.links li ul .more:hover .more-sub-menu {display: block;}
.navbar .nav-links .sidebar-logo {display: none;}
.navbar .bx-menu {display: none;}
@media (max-width: 920px) {
    nav .navbar {max-width: 100%; padding: 0 25px;}
    nav .navbar .links li {padding: 0 0; white-space: nowrap;}
    nav .navbar .links li a {font-size: 15px;}
}
@media (max-width: 991px) {
    .navbar .bx-menu {display: block;}
    .sidebar-logo .logo-name {font-size: 25px;color: #fff;}
    .sidebar-logo i,
    .navbar .bx-menu {font-size: 25px;color: #fff;border: 1px solid #fff;height: 30px;width: 30px;}
    nav .navbar .links {display: block;margin-top: 0; padding: 50px 0 0px;}
    nav .navbar .links li .arrow {line-height: 40px;}
    nav .navbar .links li {display: block;}
    nav .navbar .links li ul {position: relative;top: 0; padding-top:0;box-shadow: none;display: none;}
    .fixed-top nav .navbar .links li ul {top: 0;}
    nav .navbar .links li:hover, nav .navbar .links li{border-bottom:0;}
    nav .navbar .links li ul li {border-bottom: none;}
    .navbar .links li ul .more-sub-menu {display: none;position: relative;left: 0;}
    .navbar .links li ul .more-sub-menu li {display: flex;align-items: center;justify-content: space-between;}
    .links li:hover .htmlcss-arrow,
    .links li:hover .js-arrow {transform: rotate(0deg);}
    .navbar .links li ul .more-sub-menu {display: none;}
    .navbar .links li ul .more span {display: flex;align-items: center;}
    .links li ul .more:hover .more-sub-menu {display: none;}
    nav .navbar .links li:hover .htmlCss-sub-menu,
    nav .navbar .links li:hover .js-sub-menu {display: none;}
    .navbar .nav-links{position: fixed;top: 0;right: -100%;display: block;max-width: 270px;width: 100%;background: #ffffff;line-height: 40px;padding: 20px;box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);transition: all 0.5s ease;z-index: 1000;}
    .navbar .nav-links .sidebar-logo {display: flex; align-items: center; justify-content: space-between;}
    nav .navbar .nav-links { height: 100vh; overflow:auto;}
    nav .navbar .links li.menu-item-has-children:after{position: absolute;height: 20px;top: 11px;right: 0;filter: brightness(100%) invert(100%);}
}
@media (max-width: 370px) {
  nav .navbar .nav-links {max-width: 100%;}
}
#contact.contact-section {background: #fff;background-position: 0% -230px;background-repeat: no-repeat;}
#contact.contact-section h2{font-weight: 600; font-size: 30px; color: #0c5a62; }
.form-control, .form-select {font-size: 16px; color: #000; border-color: rgba(0,0,0,0.3); border-radius: 4px;}
.btn-primary{background-color: var(--default-color); color: var(--text-wite-color-); border-color: var(--default-color); font-size: 16px;}
.btn-primary:hover, .btn-primary:first-child:active{background-color: transparent;color: var(--default-color);border-color: var(--default-color);}
.ph-ads-contact h5{font-weight: 600; color: var(--default-color);}
.ph-ads-contact a{color: rgba(0, 0, 0, 1);font-size: 16px;font-weight: 400;line-height: 1.6;letter-spacing: 0.54px; text-decoration: none;}
.ph-ads-contact h5{font-size: 16px;}
.common_list {padding-left: 0; margin: 0;}
.common_list li{color: rgba(0, 0, 0, 1);font-size: 16px;font-weight: 400;line-height: 1.6;letter-spacing: 0.54px; background: url(../img/list_ico.png) no-repeat; background-position: left top 2px; list-style-type: none; padding-left: 35px; margin-bottom: 10px;}
.vision_mision_thumbs{background-color: #F2F4F3;}
.grey_box_miss{padding: 3rem; height: 100%;}
.white_bg_box{background: #FFFFFC; box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15); transform: scale(1.1);}