/*
Theme Name: Twenty Nineteen Child
Theme URI: https://wordpress.org/themes/twentynineteen/
Template: twentynineteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Tags: one-column,flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,rtl-language-support,sticky-post,threaded-comments,translation-ready,block-patterns
Version: 2.3.1656903404
Updated: 2022-07-04 02:56:44

*/

body{
	font-family: 'Work Sans', sans-serif;
	background:#fff;
}
html {
	scroll-behavior: smooth;
}
h1:before,
h2:before{
	content:none !important;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Work Sans', sans-serif;
}
.main-menu-more {
  display: none;
}
.wcu-mobile{
	display: none;
}
.my-container{
	width:100%;
	max-width:1220px;
	margin:0 auto;
	display:block;
	position:relative;
}
.mob-menu{
	display:none;
}
/* .menu-item-has-children a {
	position: relative;
}
.menu-item-has-children a::before {
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	content: '';
	position: absolute;
	border-left: 8px solid #00454c;
	cursor: pointer;
	right: 5px;
	top: 8px;
	transition: 0.2s;
	z-index: 1;
}
#my-header.sticky .columns .col.nav-menu .bottom ul li a:hover::before {
	border-left: 8px solid #08aaa0;
	transform: rotate(90deg);
}

.menu-item-has-children .sub-menu a::before {
	display: none;
} */
#my-header {
  padding-top: 30px;
  position: absolute;
  width: 100%;
  top: 0;
}
#my-header .columns {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#my-header .columns .col.logo img {
  width: 100%;
  max-width: 300px;
	display:block;
	mix-blend-mode: multiply;
}
#my-header .columns .col.nav-menu .top {
  text-align: right;
	display:flex;
	align-content:center;
	align-items:center;
	justify-content:end;
}
#my-header .columns .col.nav-menu .top a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
	transition:ease-in-out all .3s;
}
#my-header .columns .col.nav-menu .top a:hover{
	color:#92f9ff !important;
}
#my-header .columns .col.nav-menu .top .col p{
	margin:0;
	line-height: 20px;
}
#my-header .columns .col.nav-menu .top .col.col2 ul {
  margin: 0;
  padding-left: 50px;
}
#my-header .columns .col.nav-menu .top .col.col2 ul li {
  list-style-type: none;
  display: inline-block;
}
#my-header .columns .col.nav-menu .top .col.col2 ul li a {
  display: block;
  padding: 15px;
  color: #070d2b;
}
#my-header .columns .col.nav-menu .top .col.col2 ul li a i {
  font-size: 17px;
	transition:ease-in-out all .3s;
}
#my-header .columns .col.nav-menu .top .col.col2 ul li a:hover i{
	color:#e0542f;
}
#my-header .columns .col.nav-menu .bottom ul {
  padding: 0;
  margin: 0;
}
#my-header .columns .col.nav-menu .bottom ul li {
  list-style-type: none;
  display: inline-block;
	position: relative;
}
#my-header .columns .col.nav-menu .bottom ul li a {
    color: #fff !important;
    font-size: 15px !important;
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 600 !important;
    display: block !important;
    padding: 0 20px !important;
	transition:ease-in-out all .3s !important;
}

#my-header .columns .col.nav-menu .bottom ul li:last-child a{
	padding-right:0 !important;
}
#my-header .columns .col.nav-menu .bottom ul li a:hover{
	color:#01454c !important;
}
#my-header .columns .col.nav-menu .bottom ul .mobile-parent-nav-menu-item {
  display: none;
}
#my-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  padding: 10px 0;
	z-index:2222;
	box-shadow: 0px 0px 7px #6a6a6a;
}
#my-header.sticky .columns .col.logo img {
  max-width: 160px;
  transition: ease-in-out all .3s;
}
#my-header.sticky .columns .top {
  display: none !important;
  transition: ease-in-out all .3s;
}
#my-header.sticky .columns .col.nav-menu .bottom ul li a {
  color:#00454c !important;
}
#my-header.sticky .columns .col.nav-menu .bottom ul li a:hover {
  color:#08aaa0 !important;
}
#my-header .columns .col.nav-menu .bottom .mega-menu-wrap {
  background: transparent !important;
}
#my-header .columns .col.nav-menu .bottom .mega-menu-wrap ul li.mega-current-menu-item a{
	background:transparent !important;
}
#my-header .columns .col.nav-menu .bottom .mega-menu-wrap ul li a:hover{
	background:transparent !important;
}
#my-header .columns .col.nav-menu .bottom ul.mega-sub-menu li a {
  color: #fff !important;
	display: block !important;
line-height: 20px !important;
padding: 5px 15px !important;
}
#my-header .columns .col.nav-menu .bottom ul li .submenu-expand {
  display: none;
}
#my-header .columns .col.nav-menu .bottom ul li .sub-menu {
  display: none;
  position: absolute;
  background: #004149;
  width: 235px;
	border-radius:10px;
	overflow:hidden;
	z-index: 999;
}
#my-header .columns .col.nav-menu .bottom ul li:hover .sub-menu{
	display: block;
}
#my-header .columns .col.nav-menu .bottom ul li .sub-menu li.mobile-parent-nav-menu-item {
  display: none;
}
#my-header .columns .col.nav-menu .bottom ul li .sub-menu li {
  display: block;
  width: 100%;
}
#my-header .columns .col.nav-menu .bottom ul li .sub-menu li a {
  padding: 8px 15px !important;
  line-height: 21px;
}
#my-header .columns .col.nav-menu .bottom ul li .sub-menu li a:hover,
#my-header.sticky .columns .col.nav-menu .bottom ul li .sub-menu li a:hover {
	color: #08aaa0 !important;
}
#my-header.sticky .columns .col.nav-menu .bottom ul li .sub-menu li a {
  color: #fff !important;
}
#my-header .columns .col.nav-menu .bottom ul li.menu-item-has-children::after {
  content: '';
  position: absolute;
  right: 5px;
  top: 11px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #fff;
  transition: ease-in-out all .3s;
}

#my-header.sticky .columns .col.nav-menu .bottom ul li.menu-item-has-children::after {
	border-top: 7px solid #00454c;
}
/* #my-header .columns .col.nav-menu .bottom ul li.menu-item-has-children:hover::after {
  transform:rotate(180deg);
} */
.row{
	display: flex;
	flex-direction:row;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
#hp-banner {
  padding: 330px 0 220px 0;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
	min-height: 45vw;
}
#hp-banner.ab-banner{
	min-height: 40vw;
}
#hp-banner.cu-banner{
	min-height: 45vw;
}
#hp-banner .col.col1 img{
	display:none;
}
#hp-banner .col.col2{
	width:44%;
}
#hp-banner .col h1 {
  font-size: 35px;
  color: #fff;
	letter-spacing: 1px;
}
#hp-banner .col .desc {
  width: 100%;
  max-width: 400px;
  margin-bottom: 30px;
}
#hp-banner .col .desc p {
  font-size: 14px;
  color: #fff;
}
.btn-wrp a {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  padding: 10px 55px;
  border: 2px solid #fff;
}
.btn-wrp a:hover{
	transition:ease-in-out all .3s;
	background:#fff;
	color:#0e757e;
}
img.mobile{
	display:none;
}
#h-serv {
  padding: 100px 0;
  text-align: center;
  background: #0a727b;
}
h3 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  letter-spacing: 1px;
}
#h-serv .desc p {
  font-size: 14px;
  color: #fff;
}
#h-serv .desc p {
  font-size: 14px;
  color: #fff;
}
#h-serv .serv-content {
  margin-top: 60px;
  display: flex;
  align-content: start;
  align-items: start;
  justify-content: space-between;
}
#h-serv .serv-content .inner {
  background: #fff;
  padding: 40px 15px;
  width: 20%;
  border-radius: 50px;
  position: relative;
  text-align: left;
}
#h-serv .serv-content .inner::after {
  content: '';
  position: absolute;
  left: -31px;
  width: 111%;
  height: 152px;
  top: 28px;
  background: url('/wp-content/uploads/2022/07/services-after.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: center;
}
#h-serv .serv-content .inner .header {
  position: relative;
  z-index: 2;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
#h-serv .serv-content .inner strong {
  font-size: 19px;
  display: block;
  line-height: 23px;
  text-align: left;
  color: #fff;
  min-height: 75px;
  display: flex;
  align-items: center;
}
#h-serv .serv-content .inner .desc {
  margin-top: 50px;
}
#h-serv .serv-content .inner .desc p {
  color: #333;
  text-align: left;
}
#h-serv .serv-content .inner .desc ul{
	margin:0;
}
#h-serv .serv-content .inner .desc ul li{
	 color: #333;
  text-align: left;
	font-size: 14px;
}
#h-serv .serv-content .inner a {
  padding: 0;
  color: #096a73;
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid;
	opacity:0;
}
#h-serv .serv-content .inner:hover a{
	opacity:1;
}
.wwa {
  padding: 130px 0 280px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.wwa .col {
  width: 44%;
}
.wwa .col1 img {
  display: none;
}
.wwa .col .desc {
  margin: 40px 0;
}
.wwa .col .desc p {
  font-size: 14px;
  color: #fff;
}
.wwa .logos-wrp {
  width: 30%;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-content: start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 286px;
  margin-bottom: -70px;
}
.wwa .logos-wrp .logo-inner {
  width: 48%;
  text-align: center;
  margin-bottom: 40px;
}
.wcu {
  margin-top: -35px;
}
.wcu .wcu-inner{
	position: relative;
}
.wcu .wcu-inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 7px;
  width: 100%;
  height: 400px;
  background: url('/wp-content/uploads/2022/07/wcu-line.png');
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  margin: 0 auto;
}
.wcu h3 {
  color: #333;
	position: relative;
	z-index: 2;
}
.wcu .row {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  margin-top: 73px;
	position:relative;
	z-index:2;
}
.wcu .row ul {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  align-content: start;
  align-items: start;
  justify-content: space-between;
}
.wcu .row ul li {
  list-style-type: none;
  width: 19%;
  text-align: center;
  position: relative;
}
.wcu .row ul li img {
  position: relative;
  z-index: 2;
}
.wcu .row ul li .desc p {
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: #fff;
  display: block;
  line-height: 20px;
}
.wcu .row.up ul li::after {
  content: '';
  position: absolute;
  top: -62px;
  left: -20px;
  width: 100%;
  height: 275px;
  background: url('/wp-content/uploads/2022/07/wcu-up.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.wcu .row.up ul li:hover::after {
	background: url('/wp-content/uploads/2022/07/dark-color.png');
	 background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.wcu .row.down {
  margin-top: 97px;
  max-width: 730px;
}
.wcu .row.down ul {
  margin-left: -90px;
}
.wcu .row.down ul li {
  width: 28%;
}
.wcu .row.down ul li::after {
  content: '';
  position: absolute;
  top: -50px;
  left: 21px;
  width: 100%;
  height: 275px;
  background: url('/wp-content/uploads/2022/07/wcu-bottom.png');
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.wcu .row.down ul li:hover::after {
  background: url('/wp-content/uploads/2022/07/dark-color-bottom.png');
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.wcu .row.down a {
  padding: 8px 70px;
  background: #01454c;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  right: -225px;
  top: -5px;
	clip-path: polygon(88% 0, 100% 50%, 88% 100%, 0% 100%, 0 49%, 0% 0%);
}
.wcu .row.down a:hover{
	transition:ease-in-out all .3s;
	background:#08aaa0;
}
/* wcu mobile */
.wcu-mobile .wcu-inner h3{
	color: #333;
	text-align:center;
}
.wcu-mobile .wcu-inner ul {
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
    margin-top: 0px;
  width: 100%;
  display: flex;
  align-content: start;
  align-items: start;
  justify-content: space-around;
  margin-top: 75px;
}
.wcu-mobile .wcu-inner ul li {
  list-style-type: none;
  width: 47%;
  margin-bottom: 75px;
  text-align: center;
  position: relative;
}
.wcu-mobile .wcu-inner ul img {
  position: relative;
  z-index: 2;
}
.wcu-mobile .wcu-inner ul .desc p {
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: #fff;
  display: block;
  line-height: 20px;
}
.wcu-mobile .wcu-inner ul li:first-child::after,
.wcu-mobile .wcu-inner ul li:nth-child(2)::after,
.wcu-mobile .wcu-inner ul li:nth-child(5)::after,
.wcu-mobile .wcu-inner ul li:nth-child(6)::after{
  content: '';
  position: absolute;
  top: -62px;
  left: -20px;
  width: 100%;
  height: 275px;
  background: url('/wp-content/uploads/2022/07/wcu-up.png');
  background-repeat: repeat;
  background-size: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.wcu-mobile .wcu-inner ul li:last-child::after,
.wcu-mobile .wcu-inner ul li:nth-child(3)::after,
.wcu-mobile .wcu-inner ul li:nth-child(4)::after
{
	content: '';
	position: absolute;
	top: -50px;
	left: 21px;
	width: 100%;
	height: 275px;
	background: url('/wp-content/uploads/2022/07/wcu-bottom.png');
	background-repeat: repeat;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.wcu-mobile .wcu-inner ul li:first-child,
.wcu-mobile .wcu-inner ul li:nth-child(2),
.wcu-mobile .wcu-inner ul li:nth-child(5),
.wcu-mobile .wcu-inner ul li:nth-child(6){
	margin-right:-40px;
}
.wcu-mobile .wcu-inner ul li:last-child,
.wcu-mobile .wcu-inner ul li:nth-child(3),
.wcu-mobile .wcu-inner ul li:nth-child(4)
{
	margin-left:-40px;
}
.wcu-mobile .wcu-inner ul li:last-child,
.wcu-mobile .wcu-inner ul li:nth-child(3),
.wcu-mobile .wcu-inner ul li:nth-child(4){
	margin-bottom: 100px;
}
.wcu-mobile .wcu-inner ul li:last-child{
	margin-bottom:0;
	margin-top:18px;
}
.wcu-mobile .wcu-inner .btn-wrp {
  margin-top: 50px;
  text-align: center;
}
.wcu-mobile .wcu-inner .btn-wrp a {
  padding: 8px 45px;
  background: #01454c;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  clip-path: polygon(88% 0, 100% 50%, 88% 100%, 0% 100%, 0 49%, 0% 0%);
}
#testimonial {
  position: relative;
  overflow: hidden;
  padding-top: 150px;
}
#testimonial .col {
  width: 50%;
	position: relative;
z-index: 2;
}
#testimonial .col h3 {
  color: #333;
}
#testimonial .col ul {
  padding: 0;
  margin: 35px 0;
}
#testimonial .col ul li .inner .desc {
  margin-bottom: 50px;
}
#testimonial .col ul li .inner .desc p {
  font-size: 16px;
}
#testimonial .col ul li .inner .info {
  display: flex;
  align-content: center;
  align-items: center;
}
#testimonial .col ul li .inner .info .inline {
  margin-right: 15px;
  font-size: 0;
}
#testimonial .col ul li .inner .info .inline h5 {
  font-size: 18px;
  color: #414042;
  letter-spacing: 1px;
  margin: 0;
}
#testimonial .col ul li .inner .info .inline span {
  font-size: 14px;
  color: #414042;
  font-weight: 500;
  font-style: italic;
}
#testimonial .col .slick-dots {
  text-align: left;
  bottom: -95px;
}
#testimonial .col .slick-dots li button::before {
  font-size: 10px;
}
#testimonial .col .slick-dots li.slick-active button::before {
  color: #01454c;
}
.cta {
  padding: 962px 0 462px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	position: relative;
z-index: 2;
	
}
.cta .inner {
  width: 100%;
  max-width: 335px;
  margin-left: auto;
  text-align: right;
}
.cta .inner strong {
  font-size: 24px;
  display: block;
  color: #fff;
  line-height: 34px;
}
.cta .inner h3{
	font-size: 45px;
}
.cta .inner {
  width: 100%;
  max-width: 335px;
  margin-left: auto;
  text-align: right;
}
.getin-touch {
  padding: 130px 0 35px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	margin-top: -180px;
}
.getin-touch .row {
  align-items: start;
}
.getin-touch .col {
  width: 50%;
}
.getin-touch .col .desc {
  margin-bottom: 30px;
}
.getin-touch .col .desc p {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.getin-touch .col form input {
  padding: 12px;
  width: 100%;
  font-size: 16px;
  margin-bottom: 15px;
  font-family: 'Work Sans', sans-serif;
  color: #000;
  font-weight: 500;
	background:transparent;
}
.getin-touch .col form textarea {
  padding: 12px;
  width: 100%;
  font-size: 16px;
  font-family: 'Work Sans', sans-serif;
  color: #000;
  font-weight: 500;
  height: 150px;
	background:transparent;
}
.getin-touch .col form .wpcf7-submit {
  background: #01454c;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  border: 1px solid #01454c;
}
.getin-touch .col form .wpcf7-submit:hover{
	transition:ease-in-out all .3s;
	background:transparent;
	color:#01454c;
}
.getin-touch .row h3 {
  color: #333;
  margin-bottom: 50px;
}
.getin-touch .row ul {
  padding: 0;
  margin: 0;
}
.getin-touch .row ul li {
  list-style-type: none;
  margin-bottom: 45px;
	 font-size: 18px;
  color: #333333;
  font-weight: 600;
}
.getin-touch .row ul li:last-child{
	display:none;
}
.getin-touch .row ul li strong {
  display: block;
  font-size: 18px;
  color: #0a727b;
}
.getin-touch .col2 {
  padding-left: 90px;
}
.getin-touch .row ul li a {
  display: block;
  font-size: 18px;
  color: #333333;
  font-weight: 600;
}
.getin-touch .row ul li a:hover{
	transition:ease-in-out all .3s;
	color:#0a727b;
}
.getin-touch .row ul li p {
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.getin-touch .row ul li ul li {
  display: inline-block;
	margin-bottom:0;
}
.getin-touch .row ul li ul li a {
  padding-right: 20px;
}
.getin-touch .lower .footer-menus {
  text-align: center;
}
.getin-touch .lower .footer-menus ul {
  margin: 0;
  padding: 0;
}
.getin-touch .lower .footer-menus ul li {
  display: inline-block;
}
.getin-touch .lower .footer-menus ul li a {
  font-size: 16px;
  color: #0a727b;
  font-weight: 600;
  padding: 0 25px;
}
.getin-touch .lower .footer-menus ul li a:hover{
	transition:ease-in-out all .3s;
	color: #333333;
}
.getin-touch .lower {
  position: relative;
  margin-top: 120px;
}
.getin-touch .lower .footer-logo {
  position: absolute;
  left: 0;
}
.getin-touch .lower .footer-logo img {
  mix-blend-mode: multiply;
}
.getin-touch .lower .footer-menus ul.two li a {
  font-weight: 400;
}
.copyright {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 25px 0;
}
.copyright p {
  font-size: 10px;
  text-align: center;
  color: #fff;
}
.copyright p a{
	color: #fff;
}
.copyright p a:hover{
	transition:ease-in-out all .3s;
	color:#0a727b;
}
.wpcf7-not-valid-tip {
  font-size: 15px;
}
.wpcf7-response-output {
  font-size: 15px;
}
.Contact .getin-touch {
  margin-top: 0;
}
.Contact .getin-touch{
	background:url('/wp-content/uploads/2022/09/Contact-Us-footer-bg.jpg') !important;
	background-size: cover !important;
	background-position: top !important;
	background-repeat: no-repeat !important;
}
.Contact .getin-touch .col.col1 {
  order: 2;
}
.Contact .getin-touch .col.col2 {
  order: 1;
	padding-left: 0px;
}
.Contact .getin-touch .row{
	justify-content: space-around;
}
.Contact .getin-touch .row .col{
	width: 42%;
}
.About .getin-touch {
  margin-top: 0;
}
.story-sec1 {
  padding: 85px 0 20px 0;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.story-sec1 .col {
  width: 47%;
}
.story-sec1 .col .desc {
  margin-top: 50px;
	width: 100%;
max-width: 520px;
}
.story-sec1 .col .desc p {
  font-size: 16px;
  margin: 0;
    margin-bottom: 0px;
  margin-bottom: 20px;
  color: #fff;
}
.story-sec1 .col .desc span{
	color:#064e55;
}
.story-sec1 .col img {
  box-shadow: 0px 0px 20px #00000096;
}
.story-sec2 {
  padding: 30px 0;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.story-sec2 ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.story-sec2 ul li {
  list-style-type: none;
}
.story-sec3 {
  padding: 755px 0 617px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -190px;
  margin-bottom: -267px;
}
.story-sec3 .col {
  width: 100%;
  max-width: 380px;
  background: #034c55;
  padding: 60px 40px;
  margin-left: auto;
  box-shadow: 0px 0px 20px #000000e3;
}
.story-sec3 .col p {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.serv-banner{
	min-height: 45vw;
}
.inner-banner .desc {
  max-width: 100% !important;
}
.Investment .getin-touch {
  margin-top: 0;
}
.serv-banner {
  padding-bottom: 20px !important;
}
.faq {
  padding: 130px 0 100px 0;
  text-align: center;
	background-size: cover;
background-position: center;
background-repeat: no-repeat;
	min-height: 36vw;
	opacity: .97;
}
.faq .faq-content {
  margin-top: 50px;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  margin-top: 50px;
}
.faq .faq-content ul {
  padding: 0;
  margin: 0;
}
.faq .faq-content ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 15px;
}
.faq .faq-content ul li .accordion {
  background: #00212dd6;
  position: relative;
  padding: 18px 60px;
  text-align: left;
	cursor:pointer;
}
.faq .faq-content ul li .accordion p {
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.faq .faq-content ul li .accordion i {
  position: absolute;
  right: 60px;
  top: 21px;
  color: #fff;
}
.faq .faq-content ul li .panel {
  display: none;
  text-align: left;
  padding: 20px 60px;
  background: #00484391;
}
.faq .faq-content ul li .panel p {
  font-size: 14px;
  color: #fff;
}
.page-template-template-services .wcu {
  margin-top: 0;
  padding-top: 80px;
}
.error-404.not-found {
  padding: 250px 0 25px 0;
  text-align: center;
}
.error-404.not-found .page-title {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
}
.error-404.not-found .search-form {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.error-404.not-found .search-form .search-field {
  width: 100%;
  font-size: 16px;
  padding: 12px;
  border-radius: 25px;
  font-family: 'Work Sans', sans-serif;
}
.error-404.not-found .search-form .search-submit {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  font-family: 'Work Sans', sans-serif;
  background: #0a727b;
	color: #fff;
	border-radius: 50px;
	border: 1px solid #0a727b;
}
.error-404.not-found .search-form .search-submit:hover{
	transition:ease-in-out all .3s;
	background:transparent;
	color:#0a727b;
}
.error404 .getin-touch {
  margin: 0;
}
/* responsive styles */
@media screen and (max-width: 2560px)and (min-width: 2000px) {
	.getin-touch {
	  margin-top: -65px;
	}
	.cta {
		padding: 900px 0 300px 0;
	}
	.wwa {
		padding: 460px 0 460px 0;
	}
}
@media screen and (max-width: 1920px) {
	.cta {
		background-image: url('/wp-content/uploads/2024/09/cta-bg-img.png') !important;
	}
}
@media screen and (max-width: 1500px) {
  .my-container {
    max-width: 1220px;
  }
	#hp-banner {
	  padding: 285px 0 130px 0;
		min-height: 47vw;
	}
	#h-serv {
	  padding: 90px 0;
	}
	.wwa {
	  padding: 100px 0 280px 0;
	}	
	.wwa .logos-wrp {
	  margin-top: 200px;
	}
	.cta {
		padding: 710px 0 355px 0;
		margin-top: -20px;
	}
	#testimonial {
	  position: relative;
	  z-index: 3;
	}
	.getin-touch .lower {
	  margin-top: 60px;
	}
	.story-sec3 {
		padding: 600px 0 435px;
	}
}
@media screen and (max-width: 1366px) {
  .my-container {
    max-width: 1100px;
  }
	#hp-banner {
	  padding: 270px 0 175px 0;
		min-height: 55vw;
	}
	#hp-banner .col h1 {
	  font-size: 32px;
	}
	h3 {
		font-size: 28px;
	}
	#h-serv .serv-content .inner {
		width: 22%
	}
	.wcu .row.up {
	  margin-right: 25px;
	}
	.wcu .wcu-inner::after {
		top: 7px;
	}
	.wcu .row.down {
	  margin-top: 94px;
	}
	.cta {
	  padding: 600px 0 351px 0;
	  margin-top: -20px;
	}
	.cta .inner strong {
		font-size: 22px;
	}
	.cta .inner h3 {
	  font-size: 45px;
	}
	.story-sec3 {
	  padding: 510px 0 390px;
	  margin-top: -155px;
	  margin-bottom: -264px;
	}
	.serv-banner {
	  min-height: 47vw;
	}
	.serv-banner {
	  padding: 250px 0 70px 0 !important;
	}
	.error-404.not-found {
	  padding: 190px 0 0px 0;
	}
}
@media screen and (max-width: 1200px) {
  .my-container {
    max-width: 960px;
  }
	#hp-banner {
	  padding: 250px 0 125px 0;
		min-height: unset;
	}
	#h-serv .serv-content {
		margin-top: 40px;
	}
	#h-serv .serv-content .inner {
  		background: #fff;
		padding: 20px 8px;
	}
	#h-serv .serv-content .inner strong {
  		font-size: 16px;
		line-height: 20px;
	}
	#h-serv .serv-content .inner::after {
  		left: -27px;
		top: 5px;
	}
	#h-serv .serv-content .inner .desc {
	  margin-top: 18px;
	}
	#h-serv .serv-content .inner .desc ul li {
	  line-height: 21px;
	}
	#h-serv .serv-content .inner .desc ul li {
	  font-size: 13px;
	}
	#h-serv .serv-content .inner .desc ul {
	  padding-left: 15px;
	}
	.wwa .logos-wrp {
	  margin-top: 201px;
		margin-bottom: -127px;
	}
	.wwa .logos-wrp .logo-inner {
		width: 36%;
	}
	.wcu {
	  margin-top: -100px;
	}
	h3 {
	  font-size: 25px;
	}
	.wcu .row {
	  max-width: 869px;
	  margin-left: auto;
		margin-top: 58px;
	}
	.wcu .row.down {
	  margin-top: 88px;
	}
	.wcu .row.down ul li::after {
	  top: -14px;
		height: 195px;
	}
	.wcu .row ul li img {
	  max-width: 60px;
	  min-width: 60px;
	  max-height: 50px;
	  min-height: 50px;
	  object-fit: contain;
	}
	.wcu .wcu-inner::after {
	  top: 0px;
	}
	.wcu .row {
	  margin-top: 46px;
	}
	.wcu .row.down {
	  margin-top: 78px;
	}
	#testimonial {
	  padding-top: 120px;
	}
	.cta {
	  padding: 428px 0 216px 0;
	  margin-top: -20px;
		background-position: bottom;
	}
	.cta .inner strong {
	  font-size: 19px;
	  line-height: 29px;
	}
	.cta .inner h3 {
	  font-size: 37px;
	}
	.cta .inner {
	  margin-bottom: 0;
	}
	.getin-touch {
	  padding: 0px 0 35px 0;
	  margin-top: -60px;
	}
	.getin-touch .lower {
	  margin-top: 15px;
	}
	.copyright p {
	  margin: 0;
	}
	.copyright {
	  padding: 19px 0;
	}
	.story-sec1 {
		padding: 55px 0 20px 0;
	}
	.story-sec1 .col .desc {
		margin-top: 20px;
	}
	.story-sec1 .col .desc p {
		font-size: 15px;
	}
	.story-sec2 ul li {
	  text-align: center;
	}
	.story-sec2 ul li img {
	  width: 69%;
	}
	.story-sec3 {
	  padding: 418px 0 390px;
	  margin-top: -142px;
	  margin-bottom: -230px;
	}
	.story-sec3 .col {
		padding: 35px 25px;
	}
	.story-sec3 .col p {
		font-size: 17px;
	}
	.serv-banner {
	  padding: 250px 0 25px 0 !important;
	}
	.error-404.not-found {
	  padding: 145px 0 60px 0;
	}
	#site-footer.Contact .getin-touch {
	  padding-top: 40px !important;
	}
	#hp-banner.cu-banner {
  min-height: 48vw;
}
}
@media screen and (max-width: 980px) {
  .my-container {
    max-width: 747px;
  }
	#my-header .columns .col.nav-menu{
		display:none;
	}
	#my-header .columns .mob-menu{
		display:block;
	}
	#my-header .columns .col.logo img {
	  max-width: 170px;
	}
	#hp-banner {
	  padding: 130px 0 60px 0;
	}
	#h-serv {
	  padding: 60px 0;
	}
	#h-serv .serv-content {
	  flex-wrap: wrap;
	  justify-content: center;
	}
	#h-serv .serv-content .inner {
	  width: 35%;
	  margin: 0 30px 30px 30px;
	}
	#h-serv .serv-content .inner::after {
	  left: -33px;
	  top: 11px;
	}
	.wwa {
	  padding: 75px 0 230px 0;
	}
	.wwa .col .desc {
	  margin: 15px 0;
	}
	.wwa .logos-wrp {
	  margin-top: 153px;
	  margin-bottom: -115px;
	}
	.wwa .logos-wrp .logo-inner {
	  width: 48%;
	  margin-bottom: 32px;
	}
	.wcu {
	  margin-top: -90px;
	}
	.wcu .wcu-inner::after {
	  top: 43px;
	}
	.wcu .row {
		max-width: 672px;
	}
	.wcu .row ul li {
		width: 22%;
	}
	.wcu .row.down {
	  margin-top: 50px;
		max-width: 610px;
	}
	.wcu .row.down ul li {
	  width: 31%;
	}
	.wcu .row.down a {
		padding: 8px 30px;
		right: -100px;
	}
	#testimonial .col ul li .inner .desc p {
	  font-size: 14px;
	}
	#testimonial .col ul li .inner .desc {
	  margin-bottom: 30px;
	}
	.cta {
  	padding: 337px 0 166px 0;
	  margin-top: -47px;
	  background-position: bottom;
	}
	.cta .inner strong {
	  font-size: 17px;
	  line-height: 25px;
	}
	.cta .inner h3 {
	  font-size: 32px;
	}
	.getin-touch {
	  margin-top: -40px;
	}
	.getin-touch .col2 {
	  padding-left: 50px;
	}
	.getin-touch .row ul li {
		margin-bottom: 25px;
	}
	.getin-touch .col form input {
	  padding: 10px;
	  font-size: 15px;
		margin-bottom: 10px;
	}
	.getin-touch .lower {
	  margin-top: 15px;
	  display: flex;
	}
	.getin-touch .lower .footer-logo {
	  position: relative;
	  left: unset;
	  width: 22%;
	}
	.getin-touch .lower .footer-menus {
	  text-align: right;
	  width: 77%;
	}
	#rmp_menu_trigger-141 {
	  margin: 0 !important;
	}
	.story-sec1 .col {
	  width: 48%;
	}
	.story-sec1 .col .desc p {
	  font-size: 14px;
		margin-bottom: 10px;
	}
	.story-sec3 {
	  padding: 405px 0 365px;
	  margin-top: -125px;
		margin-bottom: -190px
	}
	.story-sec3 .col p {
	  font-size: 16px;
	}
	.inner-banner {
	  padding: 210px 0 125px 0 !important;
	}
	.serv-banner {
	  padding: 140px 0 10px 0 !important;
	}
	#hp-banner.serv-banner .col.col2 {
	  width: 48%;
	}
	.faq {
	  padding: 80px 0 65px 0;
	}
	.error-404.not-found .page-title {
	  font-size: 33px;
	}
	.error-404.not-found p {
	  font-size: 18px;
	}
	#hp-banner.cu-banner {
	  min-height: 50vw;
	}
}
@media screen and (max-width: 767px) {
  .my-container {
    max-width: 600px;
  }
	#hp-banner {
	  padding: 140px 0 60px 0;
	  background: #fff !important;
	}
	#hp-banner .col {
	  width: 100% !important;
	  text-align: center;
	}
	#hp-banner .col.col1 img {
	  display: block;
	  width: 100%;
	  max-width: 400px;
	  margin: 0 auto;
	}
	#hp-banner .col h1 {
	  font-size: 26px;
		color: #00454c;
	}
	#hp-banner .col .desc {
	  max-width: 100%;
	}
	#hp-banner .col .desc p {
	  color: #333;
	}
	#hp-banner .btn-wrp a {
	  font-size: 15px;
	  color: #00454c;
	  font-weight: 700;
	  padding: 10px 55px;
	  border: 2px solid #00454c;
	}
	#h-serv .serv-content .inner strong {
	  font-size: 14px;
	  line-height: 17px;
	}
	#h-serv .serv-content .inner {
	  width: 40%;
	}
	#h-serv .serv-content .inner::after {
	  left: -31px;
	  top: 8px;
	}
	.wwa {
	  padding: 40px 0 50px 0;
	  background: #fff !important;
	}
	.wwa .col {
	  width: 100% !important;
	  text-align: center;
	}
	.wwa .col1 img {
	  display: block;
	}
	.wwa .col h3 {
	  color: #00454c;
	}
	.wwa .col .desc p {
	  color: #333;
	}
	.btn-wrp a {
		color: #1d4354;
	}
	.wwa .logos-wrp {
	  margin-top: 45px;
	  margin-bottom: 0;
	  width: 100%;
	}
	.wwa .logos-wrp .logo-inner {
	  width: 27%;
	}
	.wcu {
	  margin-top: 0;
	}
	 img.mobile {
	  display: block;
	  width: 100%;
	  max-width: 400px;
	  margin: 0 auto;
		margin-bottom: 0px;
	  margin-bottom: 30px;
	}
	.wcu .wcu-inner::after {
	  content: none;
	}
	.wcu .row {
	  max-width: 100%;
	  margin-right: 0px;
	}
	.wcu .row ul li {
	  width: 25%;
	}
	.wcu .row.down ul {
	  margin-left: 0;
	}
	.wcu .row.down a {
	  right: unset;
	  position: relative;
	  top: unset;
	  display: block;
	  text-align: center;
	  margin: 45px auto 0 auto;
	}
	#testimonial {
	  padding-top: 70px;
	  padding-bottom: 50px;
	}
	#testimonial .col {
	  width: 100%;
	  text-align: center;
	}
	#testimonial .col ul li .inner .info {
	  justify-content: center;
	}
	.cta {
	  background: #01454c !important;
	  padding: 60px 0 60px 0;
	  margin-top: 0;
	}
	.cta .inner strong br,
	.cta .inner h3 br{
	  display: none;
	}
	.cta .inner h3 {
	  font-size: 31px;
	  margin-top: 20px;
	}
	.cta .inner {
	  max-width: 100%;
	  text-align: center;
	}
	.getin-touch {
	  margin-top: 0;
	  padding-top: 50px;
	}
	.getin-touch .col {
	  width: 100%;
	  text-align: center;
	}
	.getin-touch .row h3 {
	  margin-bottom: 20px;
	}
	h3 {
	  font-size: 22px;
	}
	.getin-touch .row ul li strong {
	  font-size: 16px;
	}
	.getin-touch .row ul li {
	  margin-bottom: 20px;
	}
	.getin-touch .row ul li a {
		font-size: 16px
	}
	.getin-touch .lower {
	  flex-wrap: wrap;
	  text-align: center;
	}
	.getin-touch .lower .footer-logo {
	  width: 100%;
	}
	.getin-touch .lower .footer-menus {
	  text-align: center;
	  width: 100%;
	}
	.getin-touch .col2 {
	  padding-left: 0;
	}
	.story-sec1 .col.col1 {
	  order: 2;
	  width: 100%;
	  text-align: center;
	}
	.story-sec1 .col.col2 {
	  order: 1;
	  width: 100%;
	  text-align: center;
	  margin-bottom: 15px;
	}
	.story-sec1 .col.col2 img {
	  width: 100%;
	  max-width: 400px;
	}
	.story-sec1 .col .desc {
	  max-width: 100%;
	}
	.story-sec3 {
	  padding: 340px 0 220px;
	  margin-top: -85px;
	  margin-bottom: -160px;
	}
	.story-sec3 .col p {
	  font-size: 16px;
	  margin: 0;
	}
	.inner-banner {
	  padding: 165px 0 40px 0 !important;
	}
	.faq .faq-content {
	  margin-top: 30px;
	}
	.faq .faq-content ul li .accordion {
	  padding: 12px 35px;
	}
	.faq .faq-content ul li .accordion i {
	  right: 35px;
	  top: 20px;
	  font-size: 15px;
	}
	.faq .faq-content ul li .panel {
	  padding: 12px 35px;
	}
	.faq .faq-content ul li .panel p {
	  margin: 0;
	}
	.Investment .getin-touch {
	  padding-top: 0;
	}
	#hp-banner .col .desc {
	  margin-bottom: 0;
	}
	.faq {
	  padding: 55px 0 50px 0;
	}
	.page-template-template-services .wcu {
	  padding-top: 55px;
	}
	.error-404.not-found {
	  padding: 120px 0 00px 0;
	}
	.Contact .getin-touch .row {
		flex-direction: column;
	}
	.Contact .getin-touch .row .col {
		width: 90%;
	}
}
@media screen and (max-width: 640px) {
  .my-container {
    max-width: 400px;
  }
	#h-serv .serv-content .inner::after {
	  left: -32px;
	  top: 11px;
	}
	#h-serv .serv-content .inner {
	  width: 100%;
	  max-width: 265px;
	}
	.wcu .row.up {
	  margin-top: 80px;
	  margin-right: -21px;
	}
	.wcu .row ul {
	  flex-wrap: wrap;
	}
	.wcu .row ul li {
	  width: 47%;
	  margin-bottom: 100px;
	}
	.wcu .row.down {
	  margin-top: 0;
	  margin-left: -21px;
	}
	.wcu .row.down ul {
	  justify-content: center;
		flex-wrap: wrap;
	}
	.wcu .row.down ul li {
	  width: 49%;
	}
	.wcu .row.down ul li:last-child{
		margin-bottom:0;
	}
	.wcu {
	  text-align: center;
	}
	.story-sec2 ul {
	  flex-wrap: wrap;
	  justify-content: center;
	}
	.story-sec2 ul li {
	  margin: 12px;
	  width: 27%;
	}
	.story-sec3 {
	  padding: 322px 0 220px;
	  margin-top: -99px;
	}
	.story-sec3 .col {
		max-width: 100%;
	}
	.About .getin-touch {
	  padding-top: 0;
	}
	.error-404.not-found .page-title {
	  font-size: 25px;
	}
	.error-404.not-found p {
	  font-size: 15px;
	}
	.wcu-mobile{
		display: block;
	}
	.wcu{
		display: none;
	}
}
@media screen and (max-width: 440px) {
  .my-container {
    max-width: 90%;
  }
	.cta .inner h3 {
  font-size: 20px;
}
	.getin-touch .lower .footer-menus ul li {
  display: block;
}
	.wcu-mobile .wcu-inner ul li {
		width: 49%;
	}
	.wcu-mobile .wcu-inner ul .desc p {
		font-size: 13px;
	}
}
@media screen and (max-width: 400px) {
	.wcu-mobile .wcu-inner ul li:first-child::after, 
	.wcu-mobile .wcu-inner ul li:nth-child(2)::after, 
	.wcu-mobile .wcu-inner ul li:nth-child(5)::after, 
	.wcu-mobile .wcu-inner ul li:nth-child(6)::after {
		top: -70px;
	}
	.wcu-mobile .wcu-inner ul li:last-child::after, 
	.wcu-mobile .wcu-inner ul li:nth-child(3)::after, 
	.wcu-mobile .wcu-inner ul li:nth-child(4)::after {
		top: -57px;
	}
	.wcu-mobile .wcu-inner ul li {
		margin-bottom: 55px;
	}
	.wcu-mobile .wcu-inner ul li:last-child, 
	.wcu-mobile .wcu-inner ul li:nth-child(3), 
	.wcu-mobile .wcu-inner ul li:nth-child(4) {
	  margin-bottom: 83px;
	}
	.wcu-mobile .wcu-inner ul li:last-child{
		margin-bottom:15px;
	}
}