
@charset "utf-8";
/* CSS Document */
a:hover, a{
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}
nav.navigation {
  float: right;
  padding-top: 3px;
}
.logo {
  float: left;
}
nav.navigation ul {
  margin: 0;
  padding: 0;
}
nav.navigation>ul>li {
  display: inline-block;
  margin-right: 46px;
}
.logo {
  max-width: 190px;
  margin-left: 2px;
}
nav >ul>li>a {
  position: relative;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0px;
  font-style: normal;
  text-decoration: none;
  color: #008799;
  font-family: 'Roboto Condensed';
  box-sizing: content-box;
  
}
nav >ul>li>a:after {
  content: " ";
  position: absolute;
  top: calc(50% + 1.15em);
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transition: transform .2s ease-in-out;
  display: block;
  border-top: 3px solid #ff6f61;
  
}
nav >ul>li>a:hover:after{
  
  transform: scaleX(1);
}

nav >ul>li>a:hover{
  color: #ff6f61;
  
}
.fixed-header .wrapper {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(255,255,255,0.9);
}
header {
  position: relative;
  z-index:99999;
}

header .wrapper {
  padding: 31px 0px 16px 0px;
}

.fixed-header .wrapper {
  padding: 31px 0px 10px 0px;
}
.fixed-header nav >ul>li>a {
  font-size: 14px;
}
.fixed-header nav.navigation>ul>li {
  margin-right: 33px;
}
.fixed-header nav.navigation {
  padding-top: 3px;
}
nav.navigation>ul>li:last-child {
  margin-right: 0 !important;
}


footer.footer {
  background-color: #ff6f61;
  padding: 90px 0px 90px;
  
}
footer .container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 30px;
}

.footer .coulmn {
  float: left;
  width: 20%;
  padding: 10px;
}
.footer  .coulmn:nth-child(3n + 2) {
  width:49.5%;
  margin: 0 3.5%;
}
.footer  .coulmn h5 {
  text-transform: uppercase;
  color: #fff;
  margin: 8px 0px;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
}
.footer  .coulmn h4 {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #fff;
  font-size: 18px;
  margin: 1px 0px;
  margin-bottom: 5px;
  border-bottom: 1px solid #fff !important;
}
.footer_nav li a {
  padding: 5px 0px;
  width: 100%;
  float: left;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.footer_nav ul{
  margin:0;
  padding:0;
  list-style:none;
}
.footer_nav:nth-child(1) {
  margin-right: 16%;
}
.footer_nav {
  float: left;
  width: 42%;
}
.footer  .coulmn  p {
  margin: 0 0 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 23px;
}
.footer .coulmn p a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  font-weight: 600;
}
.footer .coulmn a:hover{
  color:#fff;
}
.footer p strong {
  display: block;
}

.footer .section_one:nth-child(3n + 3) {
  float: right;
  text-align: right;
  width:20%;
}
.footer .section_one {
  float: left;
  width: 33%;
}
.footer .section_one:nth-child(3n + 2) {
  margin: 0 0%;
  width: 46%;
  padding-right: 36px;
}
.footer_wrapper {
  border-bottom: 1px solid #fff;
  padding-bottom: 23px;
}
.section_one h5 {
  color: #fff;
  margin: 1px;
  margin-bottom: 10px;
  font-size: 16px;
}
.email_subscriber input[type="email"] {
  background: none ;
  color: #008799 ;
  width: 235px ;
  border-radius: 0px ;
  font-size: 15px;
  border: 1px solid #e2e2e2;
  height: 53px;
  padding: 8px 15px;
  opacity: 1;
  font-weight: 600;
}
.email_subscriber input:focus{
  outline:none;
}
.email_subscriber .subscribe_btn {
  background: #008799;
  padding: 16px ;
  font-size: 16px ;
  letter-spacing: 1px;
  color: #fff ;
  border: 1px solid #008799;
  font-family: 'Roboto Condensed', sans-serif;
  cursor:pointer;
  font-weight:500;
}
.email_subscriber {
  display: flex;
  margin-top: 17px;
}
.email_subscriber .subscribe_btn:hover{
  color: #ff6f61 ;
}



footer .social_links li a {
  background: url(../images/social-links.png) no-repeat;
  width: 33px;
  height: 33px;
  background-size: 264px;
  display: block;
}
footer .social_links li a {
  
  background-position: 6px bottom;
}
footer .social_links a.facebook {
  background-position: 1px bottom;
  width: 15px;
}
footer .social_links a.instagram {
  background-position: -49px bottom;
  width: 33px;
}
footer .social_links a.twitter {
  background-position: -107px bottom;
}
footer .social_links a.linkdin {
  background-position: -165px bottom;
  width: 34px;
}
footer .social_links a.youtube {
  background-position: -223px bottom;
}
footer .social_links li {
  display: inline-block;
  margin-right: 2%;
}
footer .social_links {
  margin-top: 0;
  text-align: center;
}
footer .overall_btn {
  
  background: #008799;
  border-color: #ff6f61;
  padding: 16px 16px;
  line-height: 17px;
  font-size: 16px;
  margin-top: 0 !important;
}
.footer_bottom {
  margin-top: 23px;
}
.email_subscriber input.es_subscription_form_submit {
  background: #008799 !important;
  padding: 15px !important;
  font-size: 16px !important;
  letter-spacing: 1px !important;
  color: #fff !important;
  border: 1px solid #008799;
  font-family: 'Roboto Condensed', sans-serif;
  cursor: pointer;
  font-weight: 500;
  height: 53.5px;
  text-transform: uppercase;
}
.email_subscriber .es-field-wrap {
  float: left;
}

.social_links ul {
  padding: 0;
}
.social_links li:last-child {
  margin-right: 0;
}
header{
  z-index:999999;
}
@media screen and (max-width:1200px) {
  nav.navigation>ul>li {
    margin-right: 29px;
  }
  .email_subscriber input[type="email"] {
    
    width: 231px ;
  }
}


@media screen and (max-width:1100px) {
  nav >ul>li>a {
    
    font-size: 14px;
  }
  nav.navigation>ul>li {
    margin-right: 18px;
  }
  .fixed-header nav.navigation>ul>li {
    margin-right: 19px;
  }
  .fixed-header nav >ul>li>a {
    font-size: 13px;
  }
  .email_subscriber .subscribe_btn {
    
    width: 100%;
    max-width: 111px;
  }
  .email_subscriber input[type="email"] {
    max-width: 195px ;
    font-weight: 600;
    width: 100% ;
  }
}
@media screen and (max-width:1000px) {
  .logo {
    max-width: 140px;
  }
  nav >ul>li>a {
    font-size: 13px;
  }
  .fixed-header nav >ul>li>a {
    font-size: 12px;
  }
  .footer .section_one:nth-child(3n + 2) {
    margin: 0 0%;
    width: 42%;
    padding-right: 0;
  }
  .footer .section_one {
    width: 37%;
  }
  .footer .coulmn h5 {
    
    font-size: 15px;
  }
  
}
@media screen and (max-width:900px) {
  nav.navigation>ul>li {
    margin-right: 14px;
  }
  nav >ul>li>a {
    font-size: 12px;
  }
  .logo {
    max-width: 121px;
  }
  .fixed-header nav.navigation>ul>li {
    margin-right: 11px;
  }
  .footer .coulmn p {
    
    font-size: 14px;
    
    line-height: 18px;
  }
  .section_one h5 {
    
    font-size: 15px;
  }
  footer.footer {
    padding: 50px 0px 48px;
  }
  .footer .section_one:nth-child(3n + 2) {
    width: 38%;
  }
  .email_subscriber input[type="email"] {
    max-width: 163px ;
  }
  footer .overall_btn {
    
    font-size: 13px;
  }
  
}
@media screen and (min-width:801px) {
  nav.navigation{
    display:block !important;
  }
  .mobile_design{
    display:none !important;
  }
  
}
@media screen and (max-width:800px) {
  nav.navigation>ul>li {
    margin-right: 9px;
  }
  .fixed-header nav.navigation>ul>li {
    margin-right: 8px;
  }
  .section_one h5 {
    font-size: 14px;
  }
  
  header .menu_button, header .search_icon {
    background: url(../images/icons-menu.png) no-repeat;
    width: 23px;
    height: 21px;
    display: block;
    background-size: 70px;
    background-position: right top;
    cursor:pointer;
  }
  header .mobile_design {
    float: right;
    display: flex;
    margin-top: 14px;
  }
  header .menu_button.close_btn {
    background-position: right bottom;
  }
  header .search_icon {
    background-position: 1px 2px;
    background-size: 55px;
    margin-right: 18px;
  }
  nav.navigation {
    float: none;
    padding-top: 3px;
    display: none;
    width: 100%;
    position: absolute;
    top: 92px;
    background-color: #fff;
    left: 0;
    right: 0;
  }
  nav.navigation>ul>li {
    margin-right: 9px;
    display: block;
  }
  nav >ul>li>a {
    font-size: 17px;
    letter-spacing: 0px;
    padding-left:4px;
    height: 50px;
    background-color: #ffffff;
    display: block;
    padding-right: 12px;
    border-bottom: 1px solid #fff;
    line-height: 50px;
    color: #ff6f61;
    font-weight: 500;
    letter-spacing: 0;
  }
  header .container {
    padding: 0 12px;
  }
  .logo {
    max-width: 188px;
  }
  nav.navigation ul {
    
    background: #fff;
    padding: 30px 30px 30px 30px !important;
  }
  nav >ul>li>a:hover {
    background-color: #ff6f61;
    color: #fff;
  }
  nav >ul>li>a:after{
    display:none !important;
  }
  header .search_bar {
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    overflow: hidden;
  }
  header input[type="search"] {
    border: none;
    color: #9ea0a4;
    background-color: #ffffff;
    font-size: 16px;
    height: 50px;
    padding: 8px 15px 8px 51px;
    width: 100%;
  }
  header .search_area {
    position: absolute;
    left: 0;
    right: 0;
    width: 93%;
    z-index: 99;
    margin: 0 auto;
    top: 91px;
    display: none;
  }
  header .search_btn {
    background: url(../images/search-icon.png) no-repeat;
    position: absolute;
    left: 0;
    height: 50px;
    line-height: 50px;
    width: 50px;
    background-position: center;
    background-color: transparent;
    border: none;
  }
  .search_bar input::-webkit-input-placeholder {
    color: #9ea0a4;
    opacity: 1;
  }
  .search_bar input::-moz-placeholder {
    color:#9ea0a4;
    opacity: 1;
  }  /*firefox 19+*/
  .search_bar input:-ms-input-placeholder {
    color:#9ea0a4;
    opacity: 1;
  } /* ie */
  
  
  
  footer input.es_subscription_form_submit {
    
    padding: 6px !important;
    font-size: 13px !important;
  }
  footer .overall_btn {
    
    font-size: 12px;
  }
  
  
}

@media screen and (max-width:767px){
    .main-banner.-wide {
        background-size: contain;
        height: 225px !important;
    }
  .footer .coulmn {
    
    width: 43%;
    padding: 10px;
  }
  .footer .coulmn:nth-child(3n + 2) {
    width: 53%;
    margin: 0 3.5%;
    margin-right: 0;
  }
  .footer .coulmn p {
    font-size: 16px;
    line-height: 22px;
  }
  .footer .section_one:nth-child(3n + 2) {
    width: 48%;
  }
  .footer .section_one {
    width: 52%;
  }
  .footer .section_one:nth-child(3n + 3) {
    float: left;
    text-align: left;
    width: 100%;
    margin-top: 32px;
  }
  footer.footer {
    padding: 30px 0px 31px;
  }
  footer input.es_subscription_form_submit {
    padding: 9px 12px !important;
    font-size: 13px !important;
  }
  footer .container {
    
    padding: 0 15px;
  }
}



@media screen and (max-width:650px){
  .footer .coulmn {
    width: 100%;
    padding: 10px;
  }
  .footer .coulmn:nth-child(3n + 3) {
    width: 43%;
  }
  .footer .coulmn p {
    font-size: 15px;
    line-height: 21px;
  }
  .footer_nav li a {
    
    font-size: 15px;
  }
  .footer .coulmn:nth-child(3n + 2) {
    width: 53%;
    margin: 0 3.5%;
    margin-right: 0;
  }
  .footer .coulmn:nth-child(3n + 2) {
    width: 53%;
    margin: 0 3.5%;
    margin-right: 0;
  }
  
}

@media screen and (max-width:550px){
  .footer .coulmn:nth-child(3n + 2) {
    width: 100%;
    margin: 0;
    margin-right: 0;
  }
  .footer .section_one:nth-child(3n + 2) {
    width: 59%;
    float: left;
  }
  footer .social_links li {
    margin-right: 3%;
  }
  footer .social_links {
    text-align: left;
  }
  .footer .section_one {
    width: 100%;
    float: none;
  }
  
  .footer .section_one:nth-child(3n + 3) {
    float: none;
    text-align: right;
    width: 100%;
    margin-top: 31px;
  }
  footer .es-field-wrap {
    float: left;
    width: 75%;
  }
  .email_subscriber input[type="email"] {
    max-width: 100% ;
  }
  footer input.es_subscription_form_submit {
    padding: 9px 12px ;
    font-size: 15px ;
    width:25%;
  }
  .footer .section_one {
    width: 100%;
    float: none;
    margin-bottom: 31px;
  }
  .email_subscriber {
    display: block;
  }
  .footer .email_subscriber {
    display: flex;
  }
  footer.footer {
    padding: 20px 0px 0px;
  }
  
  .social_links ul {
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width:450px){
    .main-banner.-wide {
        background-size: contain;
        height: 125px !important;
	}
  footer .es-field-wrap {
    width: 63%;
  }
  footer input.es_subscription_form_submit {
    padding: 9px 12px !important;
    font-size: 15px !important;
    width: 36%;
  }
  .footer .section_one:nth-child(3n + 2) {
    width: 100%;
    float: none;
    text-align: center;
  }
  .footer .section_one:nth-child(3n + 3) {
    text-align: center;
    margin-bottom: 0;
  }
  footer .social_links {
    text-align: center;
  }
  footer.footer {
    padding: 20px 0px 24px;
  }
  
}

/* BANNERS */
.main-banner {
  background-color: #00abc0;
  background-size: contain;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  width: 100vw;
  position: relative;
}

.main-banner__content {
  box-sizing: border-box;
  color: #fff;
}

.main-banner__title {
  font-family: 'Roboto',sans-serif;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.main-banner__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.-wide .main-banner__content {
  text-align: center;
}
@media (max-width: 425px){
	.main-banner.-wide {
        background-size: contain;
        height: 125px !important;
	}
}
@media (max-width: 768px){
	.main-banner.-wide {
        background-size: contain;
        height: 225px !important;
	}
}
@media (max-width: 991px) {
  .main-banner {
    height: 435px;
  }

  .main-banner.-home {
    height: 265px !important;
  }

  .main-banner.-wide {
    background-size: contain;
    background-position: 50% 100%;
  }
  
  .main-banner::after {
    content: "";
    display: block;
    background: url("../images/mfs_banner_badge.png") no-repeat 100% 100%;
    height: 90px;
    width: 109px;
    background-size: contain;
    position: absolute;
    bottom: -1px;
    right: -1px;
	display:none;
  }
  
  .main-banner.-side {
    /* background-size: 175vw; */
    background-size: auto 75vw;
    padding-bottom: 65vw;
  }
  
  .-side .main-banner__content {
    background-color: #00abc0;
    padding: 5vw;
    height: 100%;
    display: inline-flex;
    flex-flow: column wrap;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
  }
  
  .-side .main-banner__title {
    font-size: 32px;
    margin-bottom: 10px;
  }
  
  .-side .main-banner__text {
    margin-bottom: 0;
  }
  
  .-wide .main-banner__content {
    height: 85vh;
  }
  
  .-wide .main-banner__title {
    position: relative;
    top: 15vh;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .main-banner {
    height: 37.07vw;
  }
  .main-banner {
    height: 500px !important;
	}
  .main-banner__content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .-side .main-banner__content {
    width: 42.75vw;
    padding: 0 7.5vw 0 5vw;
  }
  
  .main-banner__title {
    font-size: 32px;
    margin: 0;
  }
  
  .main-banner__text {
    margin: 25px 0 0;
  }
  
  .main-banner__btn.overall_btn {
    margin: 25px 0 0 !important;
  }
}
.main-banner{
    background-position: center !important;
}

@media (min-width: 1200px) {
  .main-banner {
    /* text-align: center; */
    /* background-size: 58vw auto; */
    max-height: 711px;
  }

  .main-banner.-wide {
    background-size: cover;
  }

  .main-banner.-side {
    background-size: auto 100%;
  }
  
  .-side .main-banner__content {
    padding: 0 6.5vw 0 6.596vw;
  }
  
  .main-banner__title {
    font-size: 46px;
    margin: 35px 0 0;
  }
  
  .main-banner__text {
    font-size: 24px;
    margin: 35px 0 0 !important;
  }
}

@media (max-width: 991px) {
  .top_redbar { 
    background-image: url(../images/banner_mobile-coral.jpg) !important; }
}
@media (min-width: 992px) {
  .top_redbar { 
    background-image: url(../images/banner_website-coral.jpg) !important; }
}



#wp-megamenu-header-menu {
  background-color: #fff;
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul > li:first-child {
	margin-left: 0;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li {
	display: inline-block;
	margin-left: 39px;
	position: unset;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a {
	position: relative;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0px;
	font-style: normal;
	text-decoration: none;
	color: #008799;
	font-family: 'Source Sans Pro', sans-serif;
	box-sizing: content-box;
	padding: 0;
	padding: 34px 0 45px;
	text-transform: uppercase;
}
.wp-megamenu-wrap {
	position: unset !important;
}
header .wpmm_brand_logo_wrap {
	display: none;
}
header nav {
	float: right;
	padding-top: 3px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu> li#wp-megamenu-item-wpmm-search-icon {
	display: none !important;
}
nav.wpmm-sticky.wpmm-sticky-wrap {
	position: inherit;
	top: 0px;
	left: 0px;
	width: auto;
}
.wpmm-sticky.wpmm-sticky-wrap .wpmm-nav-wrap {
	margin: 0 auto;
	position: relative;
	width: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a:hover, .wp-megamenu-wrap .wpmm-nav-wrap > ul > li.current_page_item > a {
	color: #ff6f61;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a:after {
	content: " ";
	position: absolute;
	top: calc(50% + 1.15em);
	left: 0;
	width: 100%;
	transform: scaleX(0);
	transition: transform .2s ease-in-out;
	display: block !important;
	border-top: 3px solid #ff6f61;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a:hover:after, .wp-megamenu-wrap .wpmm-nav-wrap > ul > li.current_page_item > a:after {
	transform: scaleX(1);
}
body .wp-megamenu-wrap .wpmm-nav-wrap > ul {
	position: unset;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu {
	box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
	background-color: #ceefef;
	border-top: 3px solid #ff6f61;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	padding: 20px 0;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li > .wp-megamenu-sub-menu {
	margin: 0 auto;
	width: 100% !important;
	max-width: 1100px;
	display: flex !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:nth-child(1) {
	z-index: 6;
	text-align: right;
	padding-right: 16px;
	width: 47%;
	margin-right: 1%;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu li > a {
	display: block;
	padding: 7px 34px;
	text-decoration: none;
	line-height: 1.5;
	font-family: "Source Sans Pro";
	font-weight: 600;
	letter-spacing: 0px;
	font-style: normal;
	color: #008799;
	font-size: 18px;
	height: auto;
	transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, height 0s, line-height 0s;
	text-transform: uppercase;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu li.current_page_item > a {
	background-color: #fff;
	color: #ff6f61;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu li > a:hover {
	background-color: transparent;
	color: #FF6F61;
}
.imapsSprite-group .imapsContainer-group .imapsMapPolygon-group:nth-child(14), .imapsSprite-group .imapsContainer-group .imapsMapPolygon-group:nth-child(29), .imapsSprite-group .imapsContainer-group .imapsMapPolygon-group:nth-child(52), .imapsSprite-group .imapsContainer-group .imapsMapPolygon-group:nth-child(54), .imapsSprite-group .imapsContainer-group .imapsMapPolygon-group:nth-child(24), .imapsSprite-group .imapsContainer-group .imapsMapPolygon-group:nth-child(58) {
	fill: #FFD100 !important;
}
.imapsSprite-group .imapsContainer-group .imapsMapPolygon-group:nth-child(53) {
	fill: #FF6F61 !important;
}
.logo {
	margin: 32px 0px 15px 2px;
}
header {
	padding: 0;
}
header .wrapper {
	padding: 0px 0px 0px 0px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a > b:before {
	display: none;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu li > a:before {
	content: "\f0da";
	font-family: 'FontAwesome';
	margin-right: 9px;
	font-weight: normal;
}
.wpmm-sticky.wpmm-sticky-wrap .wpmm-nav-wrap {
	margin: 0 auto;
	position: unset;
}
fixed-header .wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a {
	font-size: 14px;
}
.fixed-header .wrapper {
	padding: 0;
}
.fixed-header .wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a {
	padding: 34px 0 42px;
}
.fixed-header .logo {
	margin: 32px 0px 11px 2px;
}
.wpmm-sticky.wpmm-sticky-wrap .wpmm-nav-wrap {
	margin: 0 auto;
	position: unset !important;
}
.top_redbar {
	height: 132px;
	position: relative;
}
.top_redbar .wrapper {
	background-color: #ff6f61;
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
	box-shadow: 0 3px 4px rgb(0 0 0 / 5%);
	position: fixed;
	width: 100%;
}
.top_redbar p {
	line-height: 1.9;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	margin-bottom: 10px;
	margin-top: 1.4em !important;
}
a.mtsnb-hide {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -13px!important;
}
.mtsnb-hide span {
	font-size: 18px!important;
	line-height: normal;
	display: inline-block;
	-webkit-transform: rotate( 45deg ) translate3d(0, 0, 0);
	transform: rotate( 45deg ) translate3d(0, 0, 0);
}
header {
	z-index: 999;
	background-color: #fff;
}
#glt-translate-trigger {
  top: 2px;
  right: 2px;
  position: fixed;
  z-index: 200000000002;
}
#glt-translate-trigger select {
  display: block;
  height: 30px;
  padding: 0 0 3px;
  overflow: hidden;
  border: 2px solid #0e899b;
  font-size: 13px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
}
#cookie-law-info-bar span {
	vertical-align: middle;
	color: rgb(0, 135, 153);
	font-family: inherit;
	font-size: 15px;
	font-weight: 300;
	display: block;
}
#cookie-law-info-bar a {
	color: #ff6f61;
	text-decoration: none;
}
.cli_settings_button {
	padding: 0;
	background-color: transparent !important;
	color: #ff6f61 !important;
}
#cookie_action_close_header {
	background-color: rgb(0, 135, 153) !important;
	text-transform: uppercase;
}
#cookie-law-info-bar {
	box-shadow: 0 -1px 10px 0 rgb(172 171 171 / 30%) !important;
}
.top_redbar a {
	color: #fff;
}
.custom_spinner {
	position: fixed;
	top: 0;
	height: 100%;
	display: none;
	left: 0;
	background: rgba(249,249,249,0.5);
	width: 100%;
	z-index: 9;
}
.wpcf7-spinner {
	display: none;
}
.custom_spinner .wpcf7-spinner {
	visibility: visible;
	display: inline-block;
	background-color: #23282d;
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: absolute;
	top: 46%;
	left: 45%;
}
.custom_spinner .wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc;
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.intl-tel-input {
	width: 100%;
}
.contact_page_form input[type="tel"] {
	height: 50px;
	background-color: #fff;
	font-size: 16px;
	color: #9ea0a4;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	padding: 8px 15px;
	width: 100%;
	outline: none;
}
header.header.fixed-header {
	z-index: 99999;
}
.top_redbar {
	z-index: 9999;
}
.main-banner {
	z-index: -1;
}
.top_redbar .wrapper {
	z-index: 9;
}
.patent_bottom_section p, .patent_bottom_section p a {
	font-size: 18px;
	color: #15acbf;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 29px;
	margin-bottom: 11px;
}
.patent_bottom_section .red_bar p, .patent_bottom_section .red_bar p a {
	color: #fff;
}
.conduct_section.patent_page_content {
	background-color: #f3f3f3
}
.patent_section_table .icon img {
	width: auto !important;
}
.patent_section_table .table_head td:nth-child(even) strong {
	background-color: #eeeeee;
}
.patent_section_table table td p {
	display: none;
}
.patent_bottom_section .inner_text p {
	margin: 0;
}
.patent_bottom_section .red_bar {
	padding: 13px 20px 17px;
}
.patent_bottom_section .papper_image {
	height: 314px;
}
.top_redbar {
	background-image: none !important;
	height: 124px;
}
.top_redbar a {
	background-color: transparent !important;
}
.under_banner_blue .text_wrapper p {
	margin: 0;
	display: inline;
}
.latest_section .heading.petent_heading {
	display: none;
}
.page-template-patents .main-banner {
	background-size: cover;
}
.footer .social_links ul {
    margin: 0;
}

@media screen and (max-width:1200px) {
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li {
	margin-left: 24px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a {
	font-size: 14px;
}
.patent_bottom_section p, .patent_bottom_section p a {
	font-size: 19px;
	line-height: 28px;
}
}

@media screen and (max-width:1100px) {
.logo {
	max-width: 167px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li {
	margin-left: 15px;
}
.patent_bottom_section p, .patent_bottom_section p a {
	font-size: 18px;
	line-height: 27px;
}
}

@media screen and (max-width:1023px) {
.patent_bottom_section p, .patent_bottom_section p a {
	font-size: 15px;
	line-height: 22px;
}
}

@media screen and (max-width:1000px) {
.logo {
	max-width: 120px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li {
	display: inline-block;
	margin-left: 11px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a {
	position: relative;
	font-weight: 600;
	font-size: 13px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li {
	margin-left: 3px;
}
}

@media screen and (max-width:900px) {
.logo {
	max-width: 108px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a {
	position: relative;
	font-weight: 600;
	font-size: 12px;
}
.patent_bottom_section p, .patent_bottom_section p a {
	font-size: 16px;
	line-height: 22px;
}
}

@media screen and (min-width:801px) {
.ul#menu-header-menu {
	display: block !important;
}
}

@media screen and (min-width:801px) {
header ul.wp-megamenu {
	display: block !important;
}
}

@media screen and (max-width:800px) {
header .container {
	padding: 0 0px;
}
header .wp-megamenu-wrap, header .wpmm-sticky.wpmm-sticky-wrap.wpmm-mobile-menu {
	position: unset !important;
	float: right !important;
	width: 20px;
	margin-right: 18px;
	margin-top: 28px;
}
header .wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap {
	position: unset !important;
}
header {
	padding: 0;
	position: relative;
}
header .wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu {
	top: 100px !important;
}
header.fixed-header .wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu {
	top: 76px;
}
header .wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul>li>a {
	padding: 0;
	font-size: 17px;
	letter-spacing: 0px;
	padding-left: 4px;
	height: 50px;
	background-color: #ffffff;
	display: block;
	border-bottom: 1px solid #fff;
	line-height: 50px;
	color: #ff6f61;
	font-weight: 600;
	letter-spacing: 0;
	width: 100%;
	padding: 0 13px;
	box-sizing: border-box;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a > b:before {
	display: block;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a:after {
	display: none !important;
}
.fa-angle-down:before {
	height: 50px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	position: absolute;
	right: 0;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a:hover {
	background-color: #ff6f61 !important;
	color: #fff !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li {
	margin-left: 0;
}
header .wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap .wp-megamenu {
	padding: 30px 30px 30px 30px;
}
.wpmm_mobile_menu_btn.show-close-icon.menu-active i::before {
	content: "\f00d";
	color: #ff6f61;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	color: #fe7062;
	font-size: 26px;
}
.wpmm-mobile-menu a.wpmm_mobile_menu_btn {
	background-color: #fff !important;
	color: transparent !important;
	width: 20px;
	padding: 0 !important;
	height: 26px;
	margin-top: 7px;
}
.logo {
	max-width: 188px;
	margin-left: 19px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu {
	border-top: 0;
	padding: 20px;
	background: #f0f0f0;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:nth-child(1) {
	z-index: 6;
	text-align: center;
	padding-right: 0;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu ul.wp-megamenu-sub-menu li img {
	display: block;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu li > a {
	color: #555 !important;
	font-family: inherit !important;
	font-size: 16px !important;
	text-transform: uppercase !important;
	text-decoration: none;
	font-weight: bold !important;
	text-align: left;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	vertical-align: top !important;
	display: block !important;
	border: 0 !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu li {
	width: 100%;
	display: inline-block;
	padding: 0px 0px 5px 0px;
	width: 100%;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li {
	padding: 0;
}
header.fixed-header .wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu {
	top: 71px !important;
}
header.fixed-header .logo {
	max-width: 138px;
	margin: 20px 0px 11px 2px;
}
header.fixed-header .wp-megamenu-wrap, header .wpmm-sticky.wpmm-sticky-wrap.wpmm-mobile-menu {
	margin-right: 18px;
	margin-top: 12px;
}
header .menu_button {
	display: none;
}
header .mobile_design {
	margin-top: 40px;
}
header.fixed-header .mobile_design {
	margin-top: 25px;
}
}

@media screen and (max-width:450px) {
.logo {
	max-width: 137px;
	margin-left: 19px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu li > a {
	font-size: 11px !important;
}
header .wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul>li>a {
	padding: 0;
	font-size: 15px;
}
header .wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu {
	top: 86px !important;
}
header .search_area {
	top: 86px;
}
}
span.ajax-loader {
	display: none !important;
}
.page-template-blog ul.page-numbers {
	display: none;
}
footer img {
	height: auto !important;
}
.flex-container {
	display: flex;
	align-items: left;
	width: 1000px;
	background-color: #fff;
	justify-content: center;
	text-align: left;
}
.flex-container > div {
	background-color: none;
	margin: 10px;
	padding: 20px;
	font-size: 16px;
	color: #FF6F61;
}
section.press_room {
	background-color: #fff !important;
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
.page-template-esg-statement .small_container {
	width: 96%;
}
}

@media screen and (min-width:768px) {
.envoirment_protection .left_image.deskop_img, .okeans_philanthropy .box_image.desktop_img {
	display: block !important;
}
.envoirment_protection .left_image.mobile_img, .okeans_philanthropy .box_image.mobile_img {
	display: none;
}
.mobile_show, .head_mobile_show {
	display: none;
}
}

@media screen and (max-width:767px) {
.mobile_hide, .patent_section_table .icon {
	display: none !important;
}
.envoirment_protection .left_image.deskop_img, .okeans_philanthropy .box_image.desktop_img {
	display: none;
}
.patent_bottom_section .papper_image {
	order: 2;
	text-align: center;
	margin-bottom: 0;
	margin-top: -80px;
}
.patent_bottom_section {
	margin-top: 22px;
}
.conduct_section.patent_page_content {
	padding-bottom: 44px !important;
}
.under_banner_blue.latest_section {
	padding: 38px 0 28px;
}
.patent_section_table table {
	width: 100%;
}
.patent_section_table tr.table_head .head_mobile_show {
	color: #008e9d !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	text-transform: uppercase !important;
}
.patent_section_table td.country {
	font-size: 36px;
}
.patent_section_table td.country .mobile_show {
	font-size: 13px;
	color: #8b8b8b;
	font-weight: 400;
}
.patent_section_table td.country {
	width: 33%;
	padding-left: 0 !important;
	text-align: center;
}
.patent_section_table table tr.table_head td.country, .patent_section_table td.country {
	padding-right: 37px;
}
.patent_section_table td.status {
	padding-right: 0 !important;
	width: 22%;
}
.patent_section_table td.status, .patent_section_table table tr.table_head td.status {
	padding-left: 36px !important;
}
.patent_section_table span.main_country {
	display: none;
}
.patent_section_table tr td.serial_number {
	font-size: 22px;
}
.patent_section_table tr td.serial_number .mobile_show {
	color: #008e9d !important;
	font-size: 14px;
	font-weight: bold;
}
.patent_section_table tr td.status span {
	width: 106px;
	padding: 4px 0 4px;
	margin-bottom: 4px;
}
.patent_section_table table tr {
	border-bottom: 1px solid #d6d6d6;
}
.patent_section_table tr td.status:after {
	display: none;
}
.conduct_section.patent_page_content {
	background-color: #fff;
}
.patent_bottom_section .red_bar {
	padding: 17px 33px 110px;
	margin-top: 25px;
}
.patent_bottom_section .wrapper {
	padding-bottom: 36px;
}
.patent_bottom_section .papper_image {
	padding: 0 33px;
	height: auto;
}
.page-template-patents .main-banner {
	height: 100%;
}
.-wide .main-banner__content {
	height: 73vh;
}
.top_redbar p {
	line-height: 24px;
	font-size: 15px;
	margin-top: 7px !important;
}
.top_redbar {
	height: 85px;
}
.logo {
	margin: 26px 0px 19px 2px;
}
.patent_bottom_section p, .patent_bottom_section p a {
	font-size: 15px !important;
	line-height: 23px !important;
}
.conduct_section.patent_page_content {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.patent_page_content .table_section, .patent_page_content .simple_conetent {
	padding: 0 33px !important;
}
.latest_section p.mobile_text {
	background-color: #15acbf;
	padding: 22px 43px 28px;
	margin-top: 28px;
	font-size: 16px;
	text-align: justify;
	font-family: 'Roboto', sans-serif;
}
.latest_section p.text {
	color: #15acbf !important;
	font-size: 23px !important;
	line-height: 30px !important;
	font-weight: 500 !important;
	padding-left: 43px !important;
	padding-right: 43px !important;
	font-family: 'Roboto', sans-serif;
}
.latest_section .heading.petent_heading {
	display: block;
	padding: 0 31px;
	margin-bottom: 32px;
}
.latest_section .heading.petent_heading h3 {
	color: #15acbf;
	font-size: 37px;
}
.latest_section .heading.petent_heading h3 span {
	display: block;
	color: #15acbf;
}
.table_section .patent_head {
	display: none;
}
.conduct_section.patent_page_content {
	padding-top: 10px;
}
.under_banner_blue.latest_section {
	background-color: transparent;
}
.under_banner_blue .text_wrapper p {
	display: block;
}
.latest_section .blue_section_content {
	border-left: 0px solid #9cdbdc;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0 !important;
}

}

@media screen and (max-width:650px) {
.envoirment_protection .boxes_row p {
	margin-bottom: 0;
}
.latest_section .blue_section_content p {
	font-size: 14px;
	line-height: 22px;
}
.latest_section .blue_section_content {
	padding-left: 20px;
	padding-right: 20px;
}
.under_banner_blue.latest_section {
	padding: 25px 0 21px;
}
.patent_section_table table tr.table_head td.country, .patent_section_table td.country {
	padding-right: 22px;
}
.patent_section_table td.status, .patent_section_table table tr.table_head td.status {
	padding-left: 22px !important;
}
.latest_section p.text {
	font-size: 19px !important;
	line-height: 28px !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.latest_section p.mobile_text {
	padding: 22px 30px 28px;
}
.latest_section .heading.petent_heading {
	margin-bottom: 26px;
}
}

@media screen and (max-width:550px) {
.patent_section_table td.country {
	font-size: 24px;
}
.patent_section_table tr td.serial_number {
	font-size: 17px;
}
.patent_section_table tr td.serial_number .mobile_show {
	color: #008e9d !important;
	font-size: 12px;
}
.patent_section_table td.country .mobile_show {
	font-size: 12px;
}
.patent_section_table tr td.status span {
	width: 89px;
	font-size: 13px;
}
.top_redbar p {
	line-height: 20px;
	font-size: 12px;
}
.top_redbar {
	height: 78px;
}
}

@media screen and (max-width:450px) {
.latest_section p.text {
	font-size: 17px !important;
	line-height: 25px !important;
}
.patent_section_table td.country {
	font-size: 20px;
}
.patent_section_table td.country .mobile_show {
	font-size: 11px;
}
.patent_section_table tr td.serial_number {
	font-size: 15px;
}
.patent_section_table tr td.serial_number .mobile_show {
	font-size: 11px;
}
.patent_section_table table tr.table_head td.country, .patent_section_table td.country {
	padding-right: 12px;
}
.patent_section_table td.status, .patent_section_table table tr.table_head td.status {
	padding-left: 12px !important;
}
.patent_section_table tr td {
	padding: 14px 12px;
}
.patent_section_table td.status .mobile_show {
	font-size: 12px;
}
.conduct_section.patent_page_content {
	padding-left: 18px;
	padding-right: 18px;
}
.patent_section_table tr td.status span {
	width: 72px;
	font-size: 12px;
}
.envoirment_protection .left_image img {
	height: auto;
}
.okeans_philanthropy .box_coulmn img {
	height: auto;
}
.patent_section_table tr.table_head .head_mobile_show {
	font-size: 12px !important;
}
.-wide .main-banner__content {
	height: 59vh;
}
.top_redbar {
	height: 97px;
}
header .mobile_design {
	margin-top: 35px;
}
header .wp-megamenu-wrap {
	margin-top: 24px;
}
}
.governance_company .box_coulmn:nth-child(even) h4, .governance_company .box_coulmn:nth-child(even) a, .governance_company .box_coulmn:nth-child(even) h4, .governance_company .box_coulmn:nth-child(even) p {
	/* color: #37959b; */
	color: #15acbf !important;
}