/* 
Theme Name:    Wiley & Jowers LLC
Theme URI:     http://childtheme-generator.com/
Description:   oceanwpchild is a child theme of OceanWP, created by ChildTheme-Generator.com
Author:      Rizeupmedia
Author URI:    http://childtheme-generator.com/
Template:    oceanwp
Version:     1.0.0
Text Domain:   oceanwpchild
*/

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/Poppins-Regular.eot');
  src: url('./fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Poppins-Regular.woff2') format('woff2'),
    url('./fonts/Poppins-Regular.woff') format('woff'),
    url('./fonts/Poppins-Regular.ttf') format('truetype'),
    url('./fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/Poppins-ExtraLight.eot');
  src: url('./fonts/Poppins-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Poppins-ExtraLight.woff2') format('woff2'),
    url('./fonts/Poppins-ExtraLight.woff') format('woff'),
    url('./fonts/Poppins-ExtraLight.ttf') format('truetype'),
    url('./fonts/Poppins-ExtraLight.svg#Poppins-ExtraLight') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/Poppins-Light.eot');
  src: url('./fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Poppins-Light.woff2') format('woff2'),
    url('./fonts/Poppins-Light.woff') format('woff'),
    url('./fonts/Poppins-Light.ttf') format('truetype'),
    url('./fonts/Poppins-Light.svg#Poppins-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noticia Text';
  src: url('./fonts/NoticiaText-Regular.eot');
  src: url('./fonts/NoticiaText-Regular.eot?#iefix') format('embedded-opentype'),
    url('./fonts/NoticiaText-Regular.woff2') format('woff2'),
    url('./fonts/NoticiaText-Regular.woff') format('woff'),
    url('./fonts/NoticiaText-Regular.ttf') format('truetype'),
    url('./fonts/NoticiaText-Regular.svg#NoticiaText-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aleo';
  src: url('./fonts/Aleo-ExtraLight.eot');
  src: url('./fonts/Aleo-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Aleo-ExtraLight.woff2') format('woff2'),
    url('./fonts/Aleo-ExtraLight.woff') format('woff'),
    url('./fonts/Aleo-ExtraLight.ttf') format('truetype'),
    url('./fonts/Aleo-ExtraLight.svg#Aleo-ExtraLight') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aleo';
  src: url('./fonts/Aleo-Regular.eot');
  src: url('./fonts/Aleo-Regular.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Aleo-Regular.woff2') format('woff2'),
    url('./fonts/Aleo-Regular.woff') format('woff'),
    url('./fonts/Aleo-Regular.ttf') format('truetype'),
    url('./fonts/Aleo-Regular.svg#Aleo-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Aleo';
  src: url('./fonts/Aleo-Light.eot');
  src: url('./fonts/Aleo-Light.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Aleo-Light.woff2') format('woff2'),
    url('./fonts/Aleo-Light.woff') format('woff'),
    url('./fonts/Aleo-Light.ttf') format('truetype'),
    url('./fonts/Aleo-Light.svg#Aleo-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #1e90ff;
  --white: #ffffff;
  --header-font: 'Poppins';
  --paragraph-font: 'Poppins';
  --placeholdercolor: #000;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-family: var(--paragraph-font);
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section+section {
  margin-top: 30px;
}

.clear {
  clear: both;
}

.alignleft,
.alignright,
.aligncenter {
  margin-bottom: 10px;
}

.alignnone {
  margin-bottom: 10px;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-top: 0;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-top: 0;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px auto;
}

iframe,
img {
  max-width: 100%;
  border: none;
}

img {
  height: auto;
}

a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
  transition: 0.5s;
  outline: none;
}

a:focus {
  border: 0;
  outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: serif;
  font-family: var(--header-font);
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 0;
}

p,
li,
ul,
ol,
blockquote {
  font-family: sans-serif;
  font-family: var(--paragraph-font);
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
}

p:empty {
  display: none;
}

li.menu-item {
  list-style: none;
}

a:visited {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a,
a:hover,
input[type="submit"],
button {
  outline: 0;
}

button,
html [type="button"],
[type="reset"],
[type="submit"],
select,
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0
}

input::-webkit-input-placeholder {
  color: var(--placeholdercolor);
}

input::-moz-placeholder {
  color: var(--placeholdercolor);
}

input:-ms-input-placeholder {
  color: var(--placeholdercolor);
}

input:-moz-placeholder {
  color: var(--placeholdercolor);
}

html {
  scroll-behavior: smooth;
}

.clr {
  clear: both;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.container1 {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.d-none,
.hide {
  display: none !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

/* Header Section */

header#site-header {
  background: transparent;
  padding: 27px 0;
  position: absolute;
  border: none;
}

header#site-header .container1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 31.7%;
}

.logo img {
  transition-duration: 0.8s;
}

.top-rit {
  display: flex;
  justify-content: end;
  margin: 0 0 30px;
}

.top-call {
    position: relative;
    padding-left: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.top-call p {
  font-family: 'Aleo';
  font-weight: 500;
  font-size: 18px;
  color: #3098e3;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
}

.top-call a {
  font-family: 'Aleo';
  font-weight: 400;
  font-size: 32px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
}

.top-call a:before {
  position: absolute;
  content: "";
  background-image: url(images/hm-sprites.webp);
  background-position: -10px -10px;
  background-repeat: no-repeat;
  width: 37px;
  height: 37px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.top-call a:hover {
  color: #3098e3;
}

.topmenu {
  width: auto;
}

.topmenu ul {
  position: relative;
  margin: 0;
}

.topmenu ul li {
  display: inline;
  position: relative;
  margin: 0 14px;
}

.topmenu ul li a {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.3px;
  color: #fff;
  margin: 0;
}

.topmenu ul>li.current-menu-item>a,
.topmenu ul>li a:hover {
  color: #3098e3;
}

.topmenu ul li:first-child {
  margin-left: 0px;
}

.topmenu ul li:last-child {
  margin-right: 0px;
}

.topmenu ul li:last-child a {
  border: 0;
}

.topmenu ul li ul.sub-menu {
  display: none;
  width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  background-color: #073a6a;
  padding: 0px 0;
  z-index: 999;
}

.topmenu ul li:hover ul.sub-menu {
  display: block;
}

.topmenu ul li:hover ul.sub-menu ul {
  display: none;
}

.topmenu ul li:hover ul.sub-menu li {
  position: relative;
}

.topmenu ul li:hover ul.sub-menu li:hover>ul {
  display: block;
  top: 0;
  left: 100%;
}

.topmenu .sub-menu li.current-menu-item a {
  color: #fff;
}

.topmenu .sub-menu li a:after {
  display: none;
}

.topmenu .sub-menu li {
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0;
  padding: 0;
}

.topmenu .sub-menu li a {
  float: left;
  font-size: 15px;
  width: 100%;
  line-height: normal;
  padding: 9px 12px 8px;
  color: #fff;
  display: block;
  text-transform: capitalize;
}

.topmenu .sub-menu li a:hover {
  background-color: #3098e3;
  color: #fff;
}

/* Mobile Menu Starts */
 
.showhide {
  display: none;
  color: #fff;
  width: 110px;
  height: 28px;
  float: left;
  text-align: left;
  cursor: pointer;
  padding: 0px 0 0 33px;
  position: relative;
  outline: 0;
  border: 0;
  background-color: transparent;
}
 
.showhide b.txtl {
  text-align: right;
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0px 0 0px;
  color: #343235;
  padding-top: 2px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
 
.showhide b.txtr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: left;
  font-size: 37px;
  line-height: 27px;
  color: #343235;
}
 
.mobinav {
  display: none;
  width: 100%;
  color: #fff;
  box-sizing: border-box;
  z-index: 99999995;
  float: left;
  background: #073a6a;
  position: absolute;
  top: 38px;
  left: 0;
}
 
.mobinav ul {
  float: left;
  margin: 0px 0 0 0;
  padding: 5px 0px;
  width: 100%;
}
 
.mobinav ul li {
  float: left;
  margin: 0;
  width: 100%;
  list-style: none;
  padding: 0 20px;
  box-sizing: border-box;
  border: 0;
  margin: 0;
  padding: 0px;
  position: relative;
  font-family: "Poppins", sans-serif;
}
 
.mobinav a {
  width: 100%;
  float: left;
  padding: 6px 0;
  display: block;
  line-height: normal;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
  border: 0;
  margin: 0;
  text-decoration: none;
}
 
.mobinav a:hover {
  color: #3098e3;
}
 
.mobinav ul li ul {
  float: left;
  padding: 0 0 0 15px;
}
 
.mobinav ul li ul li a {
  text-transform: capitalize;
}
 
.mobinav ul li a.drop.close,
.mobinav ul li a.drop.open {
  font-size: 0;
  position: absolute;
  right: 0px;
  top: 0;
  width: 100%;
  height: 29px;
  background-color: transparent !important;
  background-image: url(images/plus_icn.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 0px 5px !important;
  cursor: pointer;
}
 
.mobinav ul li a.drop.open {
  width: 22px;
  background-image: url(images/minus_icn.png);
}
 
.mobile_src_nav {
  display: none;
  width: 100%;
  float: left;
  position: relative;
  padding: 10px 0;
}
 
.mobile_src_nav .container1 {
  position: relative;
}
 
.mobile_src_nav .search-form {
  width: 100%;
  float: left;
}
 
 
/*Header Sticky Menu*/
 
 
.header-sticky.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px 2%;
  background-color: #f0fcff;
  z-index: 9999;
  border-bottom: 2px solid #3098e3;
}
 
.sicky-logo {
 
  width: 100%;
 
  max-width: 300px;
 
  padding: 0 15px;
 
}
 
 
 
.header-sticky {
 
  width: 100%;
 
  float: left;
 
  background: #c4c9b2;
 
  padding: 10px;
 
  display: none;
 
}
 
.header-sticky .sticky-cnt {
 
  width: 25%;
 
  float: left;
 
  text-align: center;
 
  font-size: 15px;
 
  color: #c4c9b2;
 
  padding: 0 8px;
 
}
 
.header-sticky .mobile_src_nav,
 
.header-sticky .showhide {
 
  display: block;
 
}
 
.header-sticky .mobile_src_nav {
 
  background: transparent;
 
}
 
.header-sticky .stickyshowhide .txt {
 
  width: 40px;
 
  height: 40px;
 
  text-align: center;
 
  float: none;
 
  padding: 0;
 
  position: relative;
 
  font-weight: 400;
 
  background-color: transparent;
 
  font-family: 'Poppins';
 
}
 
.header-sticky .sticky-cnt>a,
.header-sticky .sticky-cnt button {
  font-size: 17px;
  font-family: 'Poppins';
  font-weight: 400;
  color: #000000;
  position: relative;
  padding-top: 45px;
  display: inline-block;
  background-color: transparent;
  text-align: center;
  width: 100%;
  cursor: pointer;
  border: 0;
  outline: 0;
}
 
.header-sticky .sticky-cnt a:before,
.header-sticky .sticky-cnt button:before {
  width: 40px;
  height: 40px;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  background: transparent;
  border-radius: 100%;
  border: 2px solid #000;
}
 
 
 
.header-sticky .stickyshowhide .txt:before {
 
  display: block;
 
  width: 40px;
 
  height: 40px;
 
  line-height: 40px;
 
  text-align: center;
 
  margin: auto;
 
  font-size: 18px;
 
  border: 1px #fff solid;
 
  color: #f2f2f2;
 
  border-radius: 50%;
 
  -webkit-transition: all 0.2s ease-in-out;
 
  -moz-transition: all 0.2s ease-in-out;
 
  -ms-transition: all 0.2s ease-in-out;
 
  -o-transition: all 0.2s ease-in-out;
 
  transition: all 0.2s ease-in-out;
 
}
 
.sticky-mobinav ul li a.drop {
 
  font-size: 0;
 
  position: absolute;
 
  right: 0;
 
  top: 0;
 
  width: 100%;
 
  height: 45px;
 
}
 
.sticky-mobinav ul li a.drop.open {
 
  width: 28px;
 
}
 
.sticky-mobinav ul li a.drop:after {
 
  content: "";
 
  background: url(images/sprite_icons.png) no-repeat left top;
 
  background-position: 0px 0px;
 
  width: 13px;
 
  height: 13px;
 
  position: absolute;
 
  right: 0;
 
  top: 14px;
 
}
 
.sticky-mobinav ul li a.drop.open:after {
 
  background-position: -28px 0px;
 
}
 
.header-sticky .sticky-cnt button:before {
 
    background: url(images/header-sticky-menu.webp) no-repeat center;
}
 
.header-sticky .sicky-cnt.sticky-faq-wrap a:before {
 
    background: url(images/header-sticky-faqs.png) no-repeat center;
 
}
 
.header-sticky .sticky-cnt>a:before {
 
    background: url(images/header-sticky-call.webp) no-repeat center;
 
}
 
.header-sticky .sicky-cnt.sticky-blog-wrap a:before {
 
    background: url(images/header-sticky-blog.png) no-repeat center;
 
}
 
#floatingMenu {
 
  position: fixed;
 
  top: 0;
 
  left: 0;
 
  -webkit-transform: translateX(-100%);
 
  -moz-transform: translateX(-100%);
 
  -ms-transform: translateX(-100%);
 
  -o-transform: translateX(-100%);
 
  transform: translateX(-100%);
 
  -webkit-transition: all 0.3s ease-in-out 0s;
 
  -moz-transition: all 0.3s ease-in-out 0s;
 
  -ms-transition: all 0.3s ease-in-out 0s;
 
  -o-transition: all 0.3s ease-in-out 0s;
 
  transition: all 0.3s ease-in-out 0s;
 
  text-align: left;
 
  display: flex;
 
  width: 100%;
 
  height: 100vh;
 
  z-index: 99999;
 
}
 
.floatingMenu-list {
  width: 400px;
  background: #073a6a;
  overflow-y: auto;
  padding: 10px 10px;
  height: 100vh;
  position: relative;
}
 
#floatingMenu.openMenu {
 
  display: flex;
 
  -webkit-transform: translateX(0);
 
  -moz-transform: translateX(0);
 
  -ms-transform: translateX(0);
 
  -o-transform: translateX(0);
 
  transform: translateX(0);
 
}
 
#cloaseFloatingMenu {
    text-align: right;
    font-size: 35px;
    line-height: 1;
    font-weight: 700;
    display: block;
    background: transparent;
    clear: both;
    outline: 0;
    border: 0;
    color: #ffffff;
    float: right;
}
 
button#cloaseFloatingMenu2 {
 
  flex-grow: 1;
 
  width: calc(100% - 280px);
 
  height: 100%;
 
  font-size: 0px !important;
  background: transparent;
  border: 0;
 
}
 
.floatingMenuInner li {
 
  position: relative;
 
}
 
.floatingMenuInner a {
 
  color: #fff;
 
  letter-spacing: 0.4px;
 
  font-family: 'Asap', sans-serif;
 
  font-weight: 500;
 
  padding: 4px 0;
 
  font-size: 18px;
 
  display: block;
 
  line-height: 1;
 
  border-bottom: 1px solid #222222;
 
}
 
.floatingMenuInner .sub-menu {
 
  display: none;
 
}
 
.floatingMenuInner .menu-item-has-children>a:after {
 
  content: '';
 
  width: 10px;
 
  height: 2px;
 
  background-color: #fff;
 
  /* -webkit-transform: rotate(45deg);
 
       -moz-transform: rotate(45deg);
 
       -ms-transform: rotate(45deg);
 
       -o-transform: rotate(45deg);
 
       transform: rotate(45deg);*/
 
  position: absolute;
 
  top: 15px;
 
  right: 6px;
 
  -webkit-transition: all 0.3s ease-in-out 0s;
 
  -moz-transition: all 0.3s ease-in-out 0s;
 
  -ms-transition: all 0.3s ease-in-out 0s;
 
  -o-transition: all 0.3s ease-in-out 0s;
 
  transition: all 0.3s ease-in-out 0s;
 
}
 
.floatingMenuInner .menu-item-has-children>a:before {
 
  content: '';
 
  width: 2px;
 
  height: 10px;
 
  position: absolute;
 
  top: 11px;
 
  right: 10px;
 
  display: block;
 
  opacity: 1;
 
  background-color: #fff;
 
}
 
.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {
 
  /*-webkit-transform: rotate(135deg);
 
      -moz-transform: rotate(135deg);
 
      -ms-transform: rotate(135deg);
 
      -o-transform: rotate(135deg);
 
      transform: rotate(135deg);*/
 
  opacity: 0;
 
}
 
 
 
 
 
.header-sticky.fixed-header .container1 {
 
  display: flex;
 
  padding: 0;
 
  align-items: center;
 
  justify-content: space-between;
 
}
 
.sicky-logo {
  max-width: 350px;
  text-align: center;
}
 
.sticky-wrap {
  display: none;
}
 
header#site-header.f-nav {
    position: fixed;
    background-color: #f0fcff;
    border-bottom: 2px solid #3098e3;
    padding: 20px 0;
}
 
header#site-header.f-nav .topmenu ul li a{color: #2d3134;}
 
header#site-header.f-nav .topmenu ul>li.current-menu-item>a, header#site-header.f-nav .topmenu ul>li a:hover{color: #3098e3;}
 
header#site-header.f-nav .topmenu .sub-menu li a, header#site-header.f-nav .topmenu .sub-menu li a:hover{color: #fff;}
 
 
/* header#site-header.f-nav{position: fixed;background-color: #073a6a;} */

header#site-header.f-nav .top-call a:before{
  background-position: -61px -10px;
  width: 38px;
  height: 38px;
}

header#site-header.f-nav .top-call a{color: #2d3134}

header#site-header.f-nav .top-call a:hover{color: #3098e3}

header#site-header.f-nav .top-rit{margin: 0 0 20px;}


/* Top Menu Section Ends */
#site-logo {
  float: none !important;
}

#site-header-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.topmenu {
  margin-left: auto;
}

.main-menu {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.main-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background-color: #fff;
  margin: 0;
}

.main-menu li {
  position: relative;
  margin: 0;
}

.main-menu>li {
  margin: 0 20px;
}

.main-menu li:hover>.sub-menu {
  display: block;
}

.main-menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}

.main-menu .sub-menu a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}

.main-menu .sub-menu a:hover {
  background-color: #f5f5f5;
}

.dekstopMenuBtn {
  padding: 10px 20px;
  border: 2px solid #ccc;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.dekstopMenuBtn span.line {
  width: 15px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  display: block;
}

.dekstopMenuBtn span.line.line-2 {
  margin: 2px 0;
}

.main-menu-mobile li {
  position: relative;
}

.main-menu-mobile a {
  display: block;
}

.main-menu-mobile .drop {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 25px;
  background-image: url(images/plus.png);
  background-color: transparent;
  background-size: auto 20px;
  background-position: center right;
  background-repeat: no-repeat;
  border: none;
  outline: none;
}

.main-menu-mobile .drop.open {
  background-image: url(images/minus.png);
  width: 25px;
}

/* Common Button */

a.cmn-btn {
  font-family: 'Poppins';
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 25px 40px 23px 85px;
  background-color: #3098e3;
  background-image: -webkit-linear-gradient(180deg, rgb(5 47 81 / 70%) 0%, rgba(5, 47, 81, 0.4) 40%, rgb(48, 152, 227) 100%);
  border-radius: 38px;
  position: relative;
  display: inline-block;
}

a.cmn-btn::before {
  content: '';
  position: absolute;
  background-image: url(images/hm-sprites.webp);
  background-repeat: no-repeat;
  background-position: -344px -14px;
  width: 62px;
  height: 62px;
  left: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
}

a.cmn-btn:hover {
  background-image: -webkit-linear-gradient(180deg,rgb(48, 152, 227) 0% , rgba(5, 47, 81, 0.4) 40%, rgb(5 47 81 / 70%) 100% );
}

/* Home Page Banner Section */


.banner-sctn {
  background-color: #f0fcff;
  padding: 195px 0 135px;
  position: relative;
}

.banner-sctn:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: bottom 5% left;
  background-size: 26%;
  background-color: #073a6a;
  width: 54%;
  height: 100%;
  background-image: url(images/hm-ban-bg-bfr.webp);
  bottom: 0;
  right: 0;
  margin: auto;
}

.banner-sctn .bnr-cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-sctn .bnr-rite {
  width: 36.7%;
}

.bnr-rite h1 {
    font-family: 'Aleo';
    font-size: 150px;
    font-weight: 200;
    line-height: 0.9;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #3098e3;
    margin: 0 0 13px;
}
.bnr-rite h1 strong {
    font-weight: 200;
    font-size: 100px;
  color: #26343f;
    display: block;
    line-height: 1;
}
.bnr-rite h1 strong.star-txt {
    letter-spacing: 28px;
    padding-left: 105px;
}

.banner-sctn .bnr-rite p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 18px;
  color: #26343f;
  line-height: 1.9;
  letter-spacing: 0.7px;
  margin: 0 0 45px;
}

.banner-sctn .bnr-lft {
    width: 100%;
    position: absolute;
    right: 0;
    top: 15%;
    margin: auto;
    max-width: 1137px;
}

.bnr-img {
    width: 100%;
}

.banner-sctn .bnr-img img {
  width: 100%;
  display: block;
}

.banner-sctn .bnr-btn a.cmn-btn {
  padding: 29px 52px 29px 90px;
}

.banner-sctn .bnr-btn a.cmn-btn::before{
  width: 70px;
  height: 70px;
  background-position: -421px -10px;
}

/* Home Page Practice Areas Section */

.hm-practice-areas-sctn {
  padding: 125px 0px 128px;
  background-image: url(images/hm-pract-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.practice-areas-itm h4 {
  position: relative;
  font-family: 'Aleo';
  font-weight: 400;
  font-size: 38px;
  color: #1a2026;
  margin: 0 0 20px;
  line-height: 1.1;
  text-transform: capitalize;
}

.practice-areas-itm .prtc-btn a {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 20px;
  color: #3098e3;
  line-height: 1;
  margin: auto;
  padding: 0;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: underline;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
.practice-areas-itm .hvr a {
    position: absolute;
    font-size: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
 

.practice-areas-itm .prtc-btn a:hover {
    color: #043969;
}

.practice-areas-itm {
    width: 24%;
    min-height: 350px;
    text-align: center;
    position: relative;
    border-top: 10px solid #052f51;
    padding: 143px 10px 53px;
    border-bottom: 10px solid #052f51;
    background-color: #ffffff;
}
.practice-areas-itm:before {
  position: absolute;
  content: "";
  background-image: url(images/prtc-waves-img.webp);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  top: 36px;
  left: 0;
  width: 57.2%;
  height: 63px;
}

.practice-areas-itm .practice-areas-img img,
.practice-areas-itm .practice-cntr-img img {
  width: 100%;
  display: block;
}

.practice-areas-itm .practice-cntr-img {
    width: 27.7%;
    display: none;
    margin: 0 auto 31px;
}

.practice-areas-img {
  width: 28.9%;
  padding: 10px 20px 20px;
  background-color: #052f51;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0px 0px 0px 44px;
}

.hm-practice-areas-sctn h2 {
  font-size: 70px;
  font-family: 'Aleo';
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1.82px;
  margin: 0 0 58px;
  text-transform: uppercase;
  color: #151515;
  text-align: center;
}

.prtic-areas-btn {
  text-align: center;
}

.hm-practice-areas-sctn .owl-stage-outer {
    padding-bottom: 70px;
}

.practice-areas-lst .practice-areas-itm:hover .practice-areas-img {
  display: none;
}

.practice-areas-lst .practice-areas-itm:hover:before {
  display: none;
}

.practice-areas-lst .practice-areas-itm:hover .practice-cntr-img {
  display: block;
}

.practice-areas-lst .practice-areas-itm:hover {
    border-top: none;
    box-shadow: -7.309px 23.908px 25px 0px rgba(0, 0, 0, 0.27);
    border-bottom: 3px solid #fff;
    background-color: #043969;
    padding: 92px 25px 65px;
}

.practice-areas-lst .practice-areas-itm:hover .prtc-btn a {
  display: none;
}

.practice-areas-lst .practice-areas-itm:hover h4 {
  color: #fff;
}

.practice-areas-lst.owl-carousel .owl-nav button.owl-next,
.practice-areas-lst.owl-carousel .owl-nav button.owl-prev {
  background-image: url(images/hm-sprites.webp);
  background-repeat: no-repeat;
  background-position: -10px -73px;
  width: 60px;
  height: 22px;
  font-size: 0px;
}

.practice-areas-lst.owl-carousel .owl-nav {
    display: flex !important;
    width: 49.2%;
    justify-content: space-between;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -45px;
}

.practice-areas-lst.owl-carousel .owl-nav button.owl-next {
  background-position: -85px -73px;
}

.practice-areas-lst.owl-carousel .owl-nav button.owl-next:hover {
  background-position: -85px -105px;
  transition-duration: 0.5s;
}

.practice-areas-lst.owl-carousel .owl-nav button.owl-prev:hover {
  background-position: -10px -105px;
  transition-duration: 0.5s;
}

.prtic-areas-btn a.cmn-btn {
    position: relative;
    z-index: 10;
}


.practice-areas-lst{display: flex;justify-content: space-between;margin: 0 0 40px;}

/* Home Page About Section */

.hm-abt-cmbnd-sec {
  background-image: url(images/hm-about-cmbnd-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hm-about-sec {
  padding: 135px 0 0;
}

.hm-about-sec h2 {
  font-size: 70px;
  font-family: 'Aleo';
  font-weight: 300;
  line-height: 1.21;
  letter-spacing: -1.4px;
  margin: 0 0 46px;
  text-transform: uppercase;
  color: #131a21;
}

.hm-about-sec h2 strong {
  display: block;
  color: #3098e3;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 8px;
}

.about-rite p {
  font-size: 20px;
  font-family: 'Poppins';
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  margin: 0 0 40px;
  color: #000;
}

.about-lst {
  display: flex;
  justify-content: space-between;
}

.about-rite {
  width: 49.5%;
}

.about-left {
    width: 43.6%;
}

.about-lft-img {
    position: relative;
    padding: 20px 0 0 0;
    width: 100%;
}
.about-lft-img:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    width: 100%;
    height: 10px;
    background-color: #38acff;
}
.about-lft-img::before {
    position: absolute;
    content: "";
    left: -20px;
    top: 0;
    width: 220px;
    height: 220px;
    background-color: #052f51;
    clip-path: polygon(0 0, 100% 0, 100% 19%, 19% 19%, 19% 100%, 0 100%);
}
.about-left img {
  display: block;
  width: 100%;
}

.about-btn a.cmn-btn {
    padding: 26px 34px 24px 80px;
}

/* Home Page Relief Section */

.hm-relief-sec {
  padding: 239px 0;
}

.hm-relief-sec h2 {
  font-size: 70px;
  font-family: 'Poppins';
  font-weight: 300;
  line-height: 1.37;
  letter-spacing: -1.82px;
  margin: 0 0 41px;
  text-transform: uppercase;
  color: #151515;
  padding: 0 0 0 80px;
}

.hm-relief-sec h2 strong {
  display: block;
  color: #073a6a;
  font-size: 90px;
  letter-spacing: -2.36px;
  line-height: 1;
  font-weight: 300;
  font-family: 'Aleo';
}

.relf-cont h4 {
  font-size: 21px;
  font-family: 'Aleo';
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  margin: 0;
  text-transform: capitalize;
  color: #0f4c85;
}

.relief-content-blk {
  margin: 0 0 0 auto;
  width: 100% !important;
}

.relf-lst {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.relf-lst:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 93.2%;
  height: 4px;
  background-color: #0f4c85;
}

.relf-itms {
    padding: 30px 30px 35px;
    width: 23.8%;
    position: relative;
    background-color: #fff;
    border-bottom: 10px solid #3098e3;
    z-index: 0;
}
.relf-itms:before {
    content: "";
    position: absolute;
    background-image: url(images/prtc-waves-img.webp);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    width: 52%;
    height: 34px;
    left: -1px;
    top: 40px;
    display: none;
    z-index: -1;
}
.relf-img-blk {
  display: flex;
  justify-content: space-between;
  margin: 0 0 68px;
}
.legal-img {
    width: 35.7%;
}

.legal-img img {
  display: block;
  width: 100%;
}

.relf-itms .legal-img.hvr {
  display: none;
}

.relf-itms:hover {
    background-color: #052f51;
    box-shadow: -7.309px 23.908px 25px 0px rgba(0, 0, 0, 0.27);
}
.relf-itms:hover:before {
    display: block;
}
.relf-itms:hover  .relf-img-blk {
    justify-content: flex-end;
}
.relf-itms:hover .relf-cont h4 {
  color: #fff;
}
.relf-itms:hover .legal-img {
  display: none;
}
.relf-itms:hover .legal-img.hvr {
  display: block;
}

/* Home Page Meet Section */

.hm-meet-sec {
    background-image: url(./images/hm-meet-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 127px 0 0;
}

.meet-our-blk {
  display: flex;
  flex-wrap: wrap;
}

.meet-our-left {
    width: 57.2%;
    padding-top: 25px;
}

.meet-our-left .text-heading {
  font-family: 'Aleo';
  line-height: 1;
  font-weight: 300;
  font-size: 70px;
  letter-spacing: -1.4px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 30px;
}

.meet-our-left h4 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 25px;
    color: #b4e4f0;
    text-transform: uppercase;
    margin: 0 0 40px;
    line-height: 1;
    display: inline-block;
    padding-bottom: 0px!important;
}

.meet-our-left h3 {
  font-family: 'Aleo';
  font-weight: 300;
  font-size: 90px;
  margin: 0 0 33px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -1.8px;
}

.meet-our-left h3 strong {
  color: #b4e4f0;
  font-weight: 400;
  display: block;
}

.meet-our-left p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    color: #cdddeb;
    line-height: 2;
    letter-spacing: 0;
    margin: 0 0 55px;
}

.meet-view .cmn-btn {
    padding: 25px 38px 23px 80px;
    transition: all 0.6s ease;
}

.meet-our-rgt {
  width: 42.8%;
}

.meet-our-rgt .meet-our-img {
    margin: 0px -42px 0 -8px;
}

.meet-our-rgt .meet-our-img img {
  width: 100%;
  display: block;
}

/* Home Page Assets Section */

.hm-assets-sec {
  padding: 243px 0;
  background-image: url(images/hm-assets-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hm-assets-sec::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(24, 31, 34, 0.08) 35%, #01192f 50%);
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    opacity: 77%;
    pointer-events: none;
}

.hm-assets-cnt-blk {
  width: 60.8%;
  text-align: center;
  position: relative;
  margin: 0 0px 0 auto;
}

.hm-assets-cnt-blk h2 {
    font-family: 'Aleo';
    font-size: 100px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1.05;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 48px 0;
    padding-top: 70px;
}

.hm-assets-cnt-blk h2::before {
  content: "";
  position: absolute;
  background-image: url(images/hm-assets-title-bfr.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 256px;
  height: 50px;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.hm-assets-cnt-blk h2 small {
  font-family: 'Poppins';
  font-size: 40px;
  font-weight: 200;
  letter-spacing: 10.4px;
  color: #63beff;
  display: block;
  line-height: 1;
  margin: 0 0 15px 0;
}

.hm-assets-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
}


.hm-assets-btns .call-consult {
  padding: 0 0 0 50px;
  position: relative;
}

.hm-assets-btns .call-consult p {
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 400;
    text-align: left;
    color: #3098e3;
    text-transform: uppercase;
    margin: 0;
}

.call-consult p a {
    font-family: 'Poppins';
    display: block;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
}

.call-consult p a:hover {
    color: #3098e3;
}

.call-consult p a::before {
    content: "";
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -10px -10px;
    width: 37px;
    height: 37px;
    top: 7px;
    left: 0;
    margin: auto;
}


/* Homepage Testimonials Section Starts */

.hm-testimonials .container {
  max-width: 100%;
}

.hm-testimonials {
  background-image: url(images/hm-testimonials.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  padding: 90px 0 60px;
}

.hm-testimonials h2.text-heading {
  font-size: 70px;
  font-family: 'Aleo';
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1.4px;
  line-height: 1.2;
  color: #01192f;
  margin: 0 0 40px;
}

.hm-testimonials h5.small-heading {
  font-size: 23px;
  text-transform: uppercase;
  font-family: 'Poppins';
  color: #3098e3;
  font-weight: 400;
  letter-spacing: 8.28px;
  padding: 0 0 4px;
  border-bottom: 1px solid #052f51;
  display: inline-block;
  margin-bottom: 28px;
}

.hm-testi-item {
  background-color: #fff;
  padding: 32px 30px 85px;
  position: relative;
  opacity: 50%;
}

.hm-testi-item::before, .hm-testi-item::after {
    background-image: url(images/hm-sprites.webp);
    height: 35px;
    width: 46px;
    background-position: -182px -252px;
    content: "";
    position: absolute;
    left: 11%;
    top: 27%;
}

.testi-blck.owl-carousel .owl-item.active.center {
    position: relative;
}

.testi-blck.owl-carousel .owl-item.active.center:before {
    content: "";
    position: absolute !important;
    background-image: url(images/testi-itm-bkg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 100%;
    height: calc(100% + 30px);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.testi-blck.owl-carousel .owl-stage-outer {
    padding-bottom: 15px;
}

.testi-blck.owl-carousel .owl-item.active.center .hm-testi-item::before {
  background-position: -183px -306px;
}

.testi-blck.owl-carousel .owl-item.active.center .hm-testi-item::after {
    background-position: -247px -306px;
}

.testi-blck.owl-carousel .owl-item.active.center .hm-testi-item {
  background-color: transparent;
  opacity: 100%;
}

.testi-blck.owl-carousel .owl-item.active.center .hm-testi-item .star-rat {
  background-image: url(images/five-star-img-c.webp);
}

.testi-blck.owl-carousel .owl-item.active.center .hm-testi-item p {
  color: #fff;
}

.hm-testi-item::after {
    background-position: -246px -252px;
    right: 11%;
    bottom: 15%;
    top: auto;
    left: auto;
}

.hm-testi-item .google-icn {
  max-width: 78px;
  width: 100%;
  margin: 0 auto 25px;
}

.hm-testi-item .star-rat {
  background-image: url(images/five-star-img-m.webp);
  width: 140px;
  height: 28px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 15px;
}

.hm-testi-item p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 21px;
  line-height: 1.7;
  color: #000000;
  position: relative;
  margin: 0 0 25px;
}

.hm-testi-item h5 {
    font-family: 'Poppins';
    color: #38acff;
    font-size: 28px;
    position: absolute;
    left: 0;
    right: 0;
    text-transform: uppercase;
    line-height: 1;
    margin: auto;
}

.testi-blck.owl-carousel {
    padding: 0 0 48px;
}

.hm-testimonials .testi-blck.owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 26.5%;
    position: absolute;
    bottom: -49px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.hm-testimonials .testi-blck.owl-carousel .owl-nav button {
    background-image: url(images/hm-sprites.webp);
    background-position: -9px -141px;
    background-repeat: no-repeat;
    height: 30px;
    width: 59px;
    font-size: 0;
}

.hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-next {
    background-position: -86px -141px;
}

.hm-testimonials .testi-blck.owl-carousel .owl-nav button:hover {
    background-position: -9px -180px;
    transition-duration: 0.5s;
}

.hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-next:hover {
    background-position: -86px -180px;
    transition-duration: 0.5s;
}

.testi-btn a.cmn-btn {
    position: relative;
    z-index: 5;
}

/* Homepage Testimonials Section Ends */


/* Home Page future Section */


.hm-future-frm-bg{
  background-image: url(images/hm-future-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
 
.hm-future-sec {
  padding: 58px 0 110px;
}
 

.hm-future-sec h2 {
  font-family: 'Aleo';
  font-size: 100px;
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 25px 0;
}

.hm-future-sec h2 small {
  color: #3098e3;
  font-size: 100%;
  line-height: 1;
  display: block;
}

.hm-future-sec p {
  font-family: 'Poppins';
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0px;
  color: #3098e3;
  margin: 0 0 32px 0;
}

.hm-future-btns {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
}

.hm-future-btns .schdl-btn a.cmn-btn {
    padding: 26px 55px 24px 85px;
}
.hm-future-btns .schdl-btn a.cmn-btn:hover {
    background-image: -webkit-linear-gradient(180deg, rgb(48, 152, 227) 0%, rgba(5, 47, 81, 0.4) 40%, rgb(5 47 81 / 70%) 100%);
}

.hm-future-btns .call-btn a {
    background-color: #fff;
    padding: 10px 63px 9px 85px;
    border-radius: 38px;
    position: relative;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 400;
    color: #3098e3;
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
}

.hm-future-btns .call-btn a strong {
    font-family: 'Poppins';
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 600;
    color: #00002b;
    display: block;
    margin-top: 5px;
}

.hm-future-btns a:hover{
  background-color: #3098e3;
  background-image: -webkit-linear-gradient(180deg, rgb(5 47 81 / 70%) 0%, rgba(5, 47, 81, 0.4) 40%, rgb(48, 152, 227) 100%);
}

.hm-future-btns a:hover, .hm-future-btns a:hover strong {
    color: #ffffff;
    transition-duration: 0s;
}

.hm-future-btns .call-btn a:hover:before {
  background-position: -10px -10px;
  width: 36px;
  height: 37px;
}

.hm-future-btns .call-btn a::before {
  content: '';
  position: absolute;
  background-image: url(images/hm-sprites.webp);
  background-repeat: no-repeat;
  background-position: -61px -10px;
  width: 38px;
  height: 38px;
  left: 38px;
  top: 0;
  bottom: 0;
  margin: auto;
}


/* Homepage Form Section Starts */

.hm-form-sec{
  padding: 110px 0 0;
}

.hm-form-sec .hm-form-blk {
  background-color: #e3f3fb;
  padding: 70px 110px 65px;
  position: relative;
  z-index: 1;
}

.hm-form-sec .hm-form-blk h2 {
  font-family: 'Aleo';
  font-size: 65px;
  line-height: 1;
  letter-spacing: 1.3px;
  font-weight: 300;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.hm-form-sec .hm-form-lst {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
 
.hm-form-sec .hm-form-lst .hm-form-lft {
  width: 43%;
  position: relative;
}
 
.hm-map-blk{
  position: relative;
  width:100%;
}
 
.hm-form-sec .hm-form-lst .hm-form-lft iframe {
  height: 400px;
  display: block;
}
 
.hm-form-sec .hm-form-lst .hm-map-blk::before {
  content: '';
  position: absolute;
  pointer-events: none;
  background-image: radial-gradient(transparent, #e3f3fbb2, #e3f3fb 75%);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
 
.hm-form-sec h2.frm-title.mob {
    display: none;
}
 
.hm-form-sec .hm-form-lft .hm-map-title {
    width: max-content;
    margin: 0 auto 20px;
    z-index: 1;
}
 

.hm-form-sec .hm-map-title h5 {
  font-family: 'Poppins';
  font-size: 33px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 2px solid #000000;
  display: inline-block;
  margin: 0;
}

.hm-form-sec .hm-form-lst .hm-form {
  width: 52.2%;
  padding-top: 18px;
}

.hm-form-sec .hm-form-lst .hm-form p {
  font-family: 'Poppins';
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin-bottom: 25px;
}

.hm-form-sec .gform_wrapper {
  margin: 0;
}

.gform_wrapper.gravity-theme .gform_validation_errors,
.hm-form-sec .gform_wrapper .gform_heading {
  display: none;
}

.hm-form-sec .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 1.5%;
  grid-row-gap: 8px;
}

.hm-form-sec .gform_wrapper ul.gform_fields ul {
  margin: 0;
  padding: 0;
}

.hm-form-sec .gform_wrapper ul.gform_fields li {
  margin: 0 0 25px 0;
  padding: 0 !important;
}

.hm-form-sec .gform_wrapper ul.gform_fields li.form-top {
  margin: 0 0 0 0;
  text-align: left;
}

.gform_wrapper ul.gform_fields li.phn {
  margin-right: 0 !important;
}

.hm-form-sec .gform_wrapper .top_label input,
.hm-form-sec .gform_wrapper select,
.hm-form-sec .gform_wrapper .top_label textarea {
  margin: 0 !important;
  width: 100% !important;
  outline: 0px;
  position: relative;
  border-radius: 0;
  border: 0;
  font-family: 'Poppins';
  font-size: 17px !important;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  color: #002340;
  text-transform: capitalize;
  background-color: #f0fcff;
  padding: 20px 15px 19px 35px !important;
  transition: all 0.5s;
}

.hm-form-sec .gform_wrapper .top_label textarea {
    width: 100%;
    float: left;
    height: 185px !important;
    margin: 0px 0px 20px !important;
    resize: none;
    min-height: 100%;
}

.hm-form-sec .gform_wrapper .form-links,
.form-top {
  font-family: 'Poppins';
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  color: #052f51;
  text-align: left;
  width: 100%;
}

.hm-form-sec .gform_wrapper .form-links a {
  font-weight: 400;
  display: inline-block;
}

.hm-form-sec .gform_wrapper .form-links a:hover {
  color: #3098e3;
}

.form-top span,
.hm-form-sec .gform_wrapper .top_label .chkbx label span {
  color: #ed3731;
}

.hm-form-sec .gform_wrapper .gfield_radio label,
.hm-form-sec .gform_wrapper .gform-field-label {
  font-family: 'Poppins';
  font-size: 17px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  font-weight: 400;
  color: #052f51 !important;
  display: inline-block;
}

.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
  float: left;
  clear: both;
  width: auto !important;
  margin: 4px 12px 0px 0 !important;
  padding: 0 !important;
  border-radius: 0;
  max-width: inherit !important;
  background: #052f51 !important;
}

.hm-form-sec .gform_wrapper .top_label input[type="checkbox"]:checked:before {
  color: #fff;
  background-color: #052f51;
  content: "\2713";
  margin-bottom: 0;
  border: 0;
  outline: 0;
  width: 100%;
  height: 100%;
}

.hm-form-sec .gform_wrapper .gform_footer.top_label {
  padding: 0;
  margin: -60px 0 0 auto;
  width: max-content !important;
  text-align: center;
  position: relative;
}


.hm-form-sec .gform_wrapper .gform_footer.top_label::before {
  content: '';
  position: absolute;
  background-image: url(images/hm-sprites.webp) !important;
  background-repeat: no-repeat !important;
  background-position: -344px -14px !important;
  width: 62px;
  height: 62px;
  left: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.hm-form-sec .gform_wrapper .top_label input[type="submit"] {
    outline: none !important;
    border-radius: 38px !important;
    color: #ffffff !important;
    font-family: 'Poppins' !important;
    font-size: 20px !important;
    letter-spacing: 0;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    background-color: #3098e3;
    background-image: -webkit-linear-gradient(180deg, rgb(5 47 81 / 70%) 0%, rgba(5, 47, 81, 0.4) 40%, rgb(48, 152, 227) 100%);
    padding: 25px 40px 24px 85px !important;
    border: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
}

.hm-form-sec .gform_wrapper .top_label input[type="submit"]:hover {
  background-image: -webkit-linear-gradient(180deg, rgb(48, 152, 227) 0%, rgba(5, 47, 81, 0.4) 40%, rgb(5 47 81 / 70%) 100%);
}

.hm-form-sec input::placeholder {
  color: #002340;
}

.hm-form-sec input:-ms-input-placeholder {
  color: #002340;
}

.hm-form-sec input::-ms-input-placeholder {
  color: #002340;
}

.hm-form-sec textarea::placeholder {
  color: #002340;
}

.hm-form-sec textarea:-ms-input-placeholder {
  color: #002340;
}

.hm-form-sec textarea::-ms-input-placeholder {
  color: #002340;
}

.hm-form-sec legend.gfield_label.gform-field-label.gfield_label_before_complex {
  display: none
}

.hm-form-sec .gform_wrapper div.validation_error {
  text-align: center;
  border: none;
  padding: 0 !important;
}

.hm-form-sec .gform_wrapper .validation_message,
.hm-form-sec .gform_wrapper div.validation_error {
  color: red;
  letter-spacing: 0.56px;
  font-size: 15px;
  line-height: 18px;
}

.hm-form-sec .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

.hm-form-sec .gform_wrapper .field_description_below .gfield_description {
  padding-top: 0;
}

.hm-form-sec .gform_wrapper li.gfield.gfield_error,
.hm-frmsec .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: inherit !important;
  border: none;
  padding: 0 !important;
  margin-top: 0 !important;
}

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

div#popup-container {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 25px;
}

.popup .popuptext {
  visibility: hidden;
  color: #000;
  position: relative;
  transition: transform 0.15s ease-out 0.15s;
  z-index: 2;
  margin: 0px;
  text-align: center;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  font-size: 13px;
  font-family: 'Poppins';
  color: black;
  transition: transform 0.15s ease-out;
  display: inline-block;
  line-height: 1.6;
  width: 100% !important;
}

.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  position: inherit;
}

.gform_button.disabled {
  pointer-events: none;
}

.hm-form-sec .gform_wrapper .gform_validation_errors {
  display: none;
}

.hm-form-sec .gform_wrapper .gfield {
  position: relative;
}

.hm-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message,
.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
  position: absolute;
  top: 30px;
  background: none;
  padding: 0px;
  line-height: 1;
  color: #ff0000;
  font-size: 12px;
  right: 10px;
  font-weight: 500;
  width: auto;
  border: none;
  pointer-events: none;
  margin: 0;
}

.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
  top: 46px;
}

.hm-form-sec .gform_wrapper .field_description_below .gfield_description {
  padding-top: 0;
}

.hm-form-sec .gform_wrapper .gfield.chk .validation_message.gfield_validation_message {
    top: auto;
    margin: 0;
    left: 29px;
    bottom: -10px;
}

.hm-form-sec .gform_wrapper.gravity-theme .gfield_error [aria-invalid="true"] {
  border: 0;
}

/* Footer Section Starts */

/* Footer Section Starts */

.site-footer {
  background-image: url(images/fttr-sec-bkg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 280px 0 0;
  color: #fff;
  margin: -190px 0 0;
}

.ftr-logo {
  margin: 0 auto 52px;
  width: 40.2%;
}

.ftr-logo img {
  width: 100%;
  display: block;
  margin: auto;
}

.ftmenu ul {
  padding: 24px 0 20px;
  text-align: center;
  border-top: 1px solid #ffffff30;
  border-bottom: 1px solid #ffffff30;
  margin: 0;
}

.ftmenu ul li {
  display: inline-block;
  margin: 0;
  padding:0 24px;
}

.ftmenu ul li:first-child {
  padding-left: 0;
}

.ftmenu ul li:last-child {
  padding-right: 0;
}

.ftmenu ul li a {
  text-transform: uppercase;
  color: #fff;
  font-family: 'Aleo';
  font-weight: 200;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.4px;
}

.ftmenu ul>li.current-menu-item>a, .ftmenu ul>li a:hover {
    color: #3098e3;
}

.fttr-blk {
    display: flex;
    justify-content: space-between;
    padding: 68px 110px 57px;
    border-bottom: 1px solid #ffffff30;
}

.fttr-itm {
    position: relative;
    padding-left: 85px;
    width: 22%;
    padding-top: 7px;
}

.fttr-itm.cntct {
  width: 27%;
  padding-left: 76px;
}

.fttr-itm::before {
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -84px -324px;
    height: 53px;
    width: 59px;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}

.fttr-itm.cntct::before {
  background-position: -8px -324px;
}

.fttr-itm.scial {
  padding: 0;
  width: 23.5%;
}

.fttr-itm.scial h4 {
  margin-bottom: 20px;
}

.fttr-itm.scial::before {
  display: none;
}

.fttr-itm h4 {
  font-family: 'Aleo';
  color: #3098e3;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 10px;
  letter-spacing: 1.04px;
}

.fttr-itm p {
  font-family: 'Aleo';
  font-size: 18px;
  font-weight: 200;
  line-height: 1.3;
  letter-spacing: 0;
  margin: 0;
  color: #fff;
}

.fttr-itm a {
    font-family: 'Aleo';
    font-size: 36px;
    font-weight: 200;
    line-height: 1;
    margin: 0;
    display: inline-block;
    letter-spacing: -0.7px;
    color: #fff;
}

.fttr-itm a:hover {
  color: #3098e3;
}

.scial-icns {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
}

.fttr-itm .scial-icns a {
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -325px -254px;
    height: 32px;
    width: 31px;
    font-size: 0;
}

.scial-icns a:hover {
  background-position: -325px -301px;
}

.scial-icns a.lnk {
  background-position: -363px -254px;
}

.scial-icns a.lnk:hover {
  background-position: -363px -301px;
}

.scial-icns a.insta {
  background-position: -407px -254px;
}

.scial-icns a.insta:hover {
  background-position: -407px -301px;
}


/* Footer Sections Ends */

/* Copyrights */

.copyrights {
  padding: 33px 0;
  text-align: center;
}

.cpy-inr,
.ftrlink {
  display: inline;
}

.copyrights p,
.copyrights a {
  color: #ffffff;
  font-family: 'Aleo';
  font-size: 20px;
  line-height: 1;
  font-weight: 200;
  margin: 0;
  text-transform: capitalize;
  display: inline;
}

.copyrights a {
  display: inline-block;
  padding: 0 5px;
}

.copyrights a:hover {
  color: #3098e3;
}

/* Homepage Ends */



































/* Accordion */
.accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 1000px;
  margin: 0 auto;
}

.accordion-section-content {
  display: none;
  background-color: #999;
  transition: all 0.3s ease-in-out 0s;
}

.accordion-section.accordien-active .accordion-section-content {
  padding: 10px;
  border-radius: 0 0 5px 5px;
  display: block;
}

.accordion-section .accordion-heading {
  background-color: #ccc;
  padding: 10px 15px;
  margin: 0;
  cursor: pointer;
  /* background-image: url(images/plus.png); */
  background-image: url(images/bottom-arrow-angle.png);
  background-size: 25px auto;
  background-position: center right 20px;
  background-repeat: no-repeat;
}

.accordion-section.accordien-active .accordion-heading {
  background-image: url(images/right-arrow-angle.png);
}

.accordion-section .accordion-heading {
  border-radius: 5px;
}

.accordion-section.accordien-active .accordion-heading {
  border-radius: 5px 5px 0 0;
}

/* Accordion */
/* tabs */
.tab-btn,
.tab-btn:hover {
  padding: 15px 30px;
  border-radius: 5px;
  background-color: #f9f9f9;
  border: 1px solid #999;
  top: -2px;
  position: relative;
  outline: none;
}

.tab-btn:hover {
  background-color: #f6f6f6;
}

.tab-btn.tab-btn-active {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  top: 2px;
  border-radius: 5px 5px 0 0;
}

.tab-content-area {
  background-color: #f2f2f2;
  padding: 20px;
  border-radius: 0 5px 5px 5px;
}

.tab-pane {
  display: none;
}

.tab-pane.tab-pane-active {
  display: block;
}

/* tabs */


/* single People */
.related-people {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  flex: 1 1 auto;
}

.related-people .related-post {
  width: 100%;
  max-width: calc((100% / 3) - 7px);
  padding: 15px;
  background-color: #f3f3f3;
}

/* single People */

.mbl-hder-logo {
    display: none;
}