/*
 Theme Name:   Christina Rivenbark
 Theme URI:    https://wordpress.com/
 Description:  Twenty Nineteen Child Theme
 Author:       Wordpress
 Author URI:   https://wordpress.com/
 Template:     twentynineteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  christinarivenbark
*/
:root {
  --blue: #1e90ff;
  --white: #ffffff;
  --placeholdercolor: currentColor;
}

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

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.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;
}

p:empty {
  display: none;
}

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

img {
  border: 0;
  height: auto;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rubik', sans-serif;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: normal;
}

p,
li,
ul,
ol,
blockquote {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  margin: 0 0 10px 0;
  padding: 0;
}

ul,
li {
  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"] {
  -webkit-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;
}

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

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

.fl {
  float: left;
}

.fr {
  float: right;
}

.fw {
  float: left;
  width: 100%;
}

.wrapper {
  float: left;
  width: 100%;
}

/* Header Section Starts */
.head-sec .container {
  max-width: 1800px;
  display: flex;
  justify-content: space-between;
}

.head-sec.f-nav {
  position: fixed;
  background-color: #fff;
  padding: 15px 0;
  transition: all 0.5s ease;
  box-shadow: 0px 0px 46px 0px rgba(53, 167, 183, 0.15);
  z-index: 9999;
}

.head-sec.f-nav .logo-rit-tp,
.head-sec.f-nav .top-rit {
  display: none;
}

.head-sec.f-nav .container {
  align-items: center;
}

.head-sec.f-nav .logo {
  width: 15%;
  transition: all 0.5s ease;
}

.head-sec {
  padding: 32px 0 0;
  position: absolute;
  z-index: 9;
  transition: all 0.5s ease;
}

.logo {
  transition: all 0.5s ease;
}

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

.logo-rit-tp {
  margin-bottom: 19px;
  padding: 6px 10px 0 0;
}

.logo-rit-tp ul {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}

.logo-rit-tp ul li {
  margin: 0;
}

.logo-rit-tp ul li.schedule {
  margin: 0 0 0 28px;
  padding: 0 16px;
  border-left: 3px solid #666666;
  border-right: 3px solid #666666;
}

.logo-rit-tp ul li a {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1.08px;
  color: #2ea9b9;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
}

.logo-rit-tp ul li a:hover {
  color: #232e4e;
}

.logo-rit-btm {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-rit {
  margin-left: 7px;
}

.top-rit a.hdr-cal {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1;
  color: #ffffff;
  display: inline-block;
  padding: 23px 40px 23px 80px;
  position: relative;
  background-color: #2ea9b9;
  border-radius: 50px;
  border: 2px solid #191a23;
}

.top-rit a.hdr-cal:hover {
  background-color: #191a23;
  border: 2px solid #2ea9b9;
}

.top-rit a.hdr-cal:before {
  position: absolute;
  content: "";
  background-image: url(images/sprites.png);
  background-repeat: no-repeat;
  background-position: -13px -10px;
  width: 29px;
  height: 29px;
  left: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.topmenu {
  float: left;
  width: auto;
}

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

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

.topmenu ul li a {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.22px;
  color: #000000;
  text-transform: capitalize;
  margin: 0;
  padding: 10px 24px;
  display: inline-block;
}

.topmenu ul.primary-menu>li.current-menu-item a,
.topmenu ul.primary-menu>li a:hover {
  color: #fff;
  background-color: #232e4e;
}

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

.topmenu ul li ul.sub-menu {
  display: none;
  width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  background-color: #2f4163;
  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: #21355a;
  color: #fff;
}

.topmenu ul ul a:after {
  display: none;
}

/* 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;
}

.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: #f3f6f7;
  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: 1;
  color: #2ea9b9;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-family: 'Rubik', sans-serif;
  border: 0;
  margin: 0;
  text-decoration: none;
}

.mobinav a:hover {
  color: #394568;
}

.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 .container {
  position: relative;
}

.mobile_src_nav .search-form {
  width: 100%;
  float: left;
}

/* Mobile Menu Ends */
/* Homepage Default Button and Common Heading */
a.cmn-btn {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  color: #ffffff;
  background-color: #2ea9b9;
  padding: 30px 49px;
  border-radius: 50px;
  border: 3px solid #191a23;
}

a.cmn-btn:hover {
  background-color: #191a23;
  border: 3px solid #2ea9b9;
}

.text-heading {
  font-family: serif;
  font-weight: 600;
  font-size: 66px;
  color: #043340;
  line-height: 1.09;
  margin: 0 0 40px 0;
}

/* Homepage Banner Section Starts */
.banner-sec {
  padding: 208px 0 85px 0;
  text-align: center;
  position: relative;
  background-image: url(images/bnr-bg-img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.banner-sec:before {
  position: absolute;
  content: "";
  background-image: url(images/bnr-bfr-img.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  width: 100%;
  height: 197px;
  left: 0;
  bottom: 0;
  z-index: 5;
}

.banner-sec:after {
  position: absolute;
  content: "";
  background-image: url(images/bnr-aftr-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  width: 100%;
  height: 87px;
  left: 24px;
  right: 0;
  bottom: 95px;
  margin: auto;
  z-index: 6;
}

.bnr-rit-cnt h1 {
  font-family: 'Cinzel', serif;
  font-weight: 400;
  font-size: 104px;
  line-height: 1;
  letter-spacing: -4.16px;
  color: #2b3440;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.bnr-rit-cnt .hm-highqt {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  color: #2ea9b9;
  text-transform: capitalize;
  margin-bottom: 30px;
  text-indent: -27px;
}

.bnr-list {
  display: flex;
  align-items: center;
}

.bnr-lft {
  position: relative;
  margin-left: -7px;
}

.bnr-lft-img {
  width: 100%;
  max-width: 563px;
}

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

.bnr-yrs-img {
  position: absolute;
  bottom: 174px;
  right: -109px;
  width: 44.5%;
}

.bnr-rit-cnt {
  width: 60%;
  padding: 0 0 184px;
  margin-left: -46px;
}

.bnr-btn {
  display: inline-block;
  padding-right: 30px;
}

.bnr-rit-crnr-lst {
  position: absolute;
  right: -6px;
  top: 0;
  bottom: 213px;
  margin: auto;
  height: max-content;
}

.bnr-rit-crnr-lst ul,
.bnr-rit-crnr-lst ul li:last-child {
  margin: 0;
}

.bnr-rit-crnr-lst ul li {
  margin-bottom: 8px;
}

.bnr-rit-crnr-lst ul li a {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  color: #ffffff;
  text-transform: capitalize;
  display: inline-block;
  margin: 0;
  background-color: #232e4e;
  padding: 11px 27px 10px 68px;
  border-radius: 40px 0 0 40px;
  border: 2px solid #232e4e;
  position: relative;
  text-align: left;
  border-right: none;
}

.bnr-rit-crnr-lst ul li a:hover {
  background-color: #2ea9b9;
  border: 2px solid #191a23;
  border-right: none;
}

.bnr-rit-crnr-lst ul li a:before {
  position: absolute;
  content: "";
  background-image: url(images/sprites.png);
  background-repeat: no-repeat;
  background-position: -51px -11px;
  width: 29px;
  height: 29px;
  left: 29px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.bnr-rit-crnr-lst ul li.consult a:before {
  background-position: -96px -10px;
}

.bnr-rit-crnr-lst ul li.case a:before {
  background-position: -138px -11px;
}

/* Homepage Banner Section Ends */
/*home associates section*/
.associate-sec {
  background-color: #f8f9fa;
  padding: 170px 0 24px;
  position: relative;
  background-image: url(images/top-shape-img.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

.ascote-arw-img {
  position: absolute;
  width: 83px;
  height: 83px;
  bottom: -57px;
  left: 0px;
  right: 0;
  margin: auto;
  z-index: 2;
}

.ascote-sec {
  display: flex;
  justify-content: space-between;
}

.ascote-sec-lft {
  width: 48.5%;
  padding-left: 65px;
}

.ascote-sec-rgt {
  width: 50%;
}

.ascote-sec-lft h3 {
  font-family: 'Rubik', sans-serif;
  font-size: 55px;
  line-height: 1.03;
  letter-spacing: -2.2px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.ascote-sec-lft h3 span.ascote-txt {
  font-weight: 300;
  font-size: 25px;
  display: block;
  letter-spacing: 0;
}

.ascote-sec-lft h3 strong {
  color: #2ea9b9;
}

.ascote-sec-lft p {
  font-family: 'Rubik', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.59;
  letter-spacing: 0.35px;
  color: #3a3a3a;
  margin-bottom: 20px;
}

.ascote-sec-btn a.cmn-btn {
  font-size: 24px;
  background-color: #394568;
  padding: 21px 54px;
  border: none;
}

.ascote-sec-btn a.cmn-btn:hover {
  background-color: #2ea9b9;
}

/*awards section*/
.award-sec .container {
  max-width: 1730px;
  width: 100%;
  margin: auto;
  padding: 0 94px;
}

.award-sec {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 170px 0 80px;
  background-image: url(images/bottom_shap2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

.award-sec h2 {
  font-family: 'Rubik', sans-serif;
  font-size: 50px;
  font-weight: 600;
  color: #000;
  letter-spacing: -2px;
  line-height: 1.18;
  text-align: center;
  margin: 0 0 12px;
}

.award-sec h2 span.awrds-text {
  color: #2ea9b9;
}

.awrds-rectn {
  display: flex;
}

.awrds-itm {
  width: 100%;
  box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.04);
  padding: 22px;
  background-color: #fff;
}

.awrds-rectn.owl-carousel .owl-nav.disabled {
  display: block;
}

.awrds-rectn.owl-carousel .owl-nav button.owl-prev,
.awrds-rectn.owl-carousel .owl-nav button.owl-next {
  font-size: 0;
  background-image: url("images/sprites.png");
  background-position: -371px -257px;
  width: 68px;
  height: 68px;
  position: absolute;
  top: -13px;
  bottom: 0;
  margin: auto;
  left: -90px;
  transition: 0.5s;
}

.awrds-rectn.owl-carousel .owl-nav button.owl-next {
  background-position: -287px -257px;
  right: -100px;
  left: inherit;
}

.awrds-rectn.owl-carousel .owl-nav button.owl-prev:hover {
  background-position: -369px -338px;
}

.awrds-rectn.owl-carousel .owl-nav button.owl-next:hover {
  background-position: -287px -338px;
}

.awrds-rectn.owl-carousel .owl-stage-outer {
  padding: 20px 0 20px;
}

/*Home Practice Areas Section*/
.hm-prtc-sec {
  padding: 14px 0 128px;
  background-color: #fff;
}

.hm-prtc-sec .container {
  max-width: 100%;
  margin: auto;
  width: 100%;
}

.hm-prtc-sec h2 {
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 1;
  letter-spacing: -2.8px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 50px;
}

.hm-prtc-sec h2 strong {
  color: #2ea9b9;
}

.hm-prtc-lst {
  display: flex;
  justify-content: space-between;
  margin: 0 0 46px;
}

.hm-prtc-itm {
  position: relative;
  padding: 104px 17px;
  background-color: rgb(22 154 143 / 4%);
  border-radius: 50%;
  text-align: center;
  width: 100%;
  overflow: hidden;
  width: 438px;
  height: 438px;
  transform: scale(1.14);
}

.hm-prtc-itm a.hm-prtc-itm-hover {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0;
  z-index: 1;
}

.prtc-dwn-btn {
  position: absolute;
  content: "";
  width: 95px;
  height: 95px;
  background-color: #81dcda;
  bottom: -29px;
  left: 0;
  right: 0px;
  margin: auto;
  border-radius: 50%;
}

.hm-prtc-view {
  text-align: center;
  margin: 0 0 132px;
}

.hm-prtc-view a.cmn-btn {
  font-size: 22px;
  letter-spacing: 0px;
  background-color: #394568;
  padding: 26px 37px;
  border: none;
}

.hm-prtc-view a.cmn-btn:hover {
  background-color: #2ea9b9;
}

.prtc-dwn-btn:hover {
  background-color: #394568;
}

.prtc-dwn-btn:before {
  position: absolute;
  content: "";
  width: 29px;
  height: 21px;
  background-image: url("images/sprites.png");
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  right: 0;
  top: -21px;
  margin: auto;
  background-position: -424px -10px;
}

.hm-prtc-itm h6 {
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -1.2px;
  color: #000000;
  text-transform: capitalize;
  padding: 169px 0 0 0;
  position: relative;
  margin: 0;
}

.hm-prtc-itm h6:before {
  position: absolute;
  content: "";
  background-image: url("images/sprites.png");
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.hm-prtc-itm.personal h6:before {
  width: 138px;
  height: 124px;
  background-position: -11px -51px;
}

.hm-prtc-itm.workers h6:before {
  width: 120px;
  height: 120px;
  background-position: -166px -53px;
}

.hm-prtc-itm.disability h6:before {
  width: 167px;
  height: 107px;
  background-position: -302px -52px;
}

.hm-prtc-itm.Traffic h6:before {
  width: 149px;
  height: 83px;
  background-position: -486px -52px;
}

.hm-prtc-itm.Criminal h6:before {
  width: 128px;
  height: 128px;
  background-position: -649px -52px;
}

.hm-prtc-how {
  text-align: center;
  padding: 165px 0 0 0;
  position: relative;
}

.hm-prtc-how:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 113px;
  background-image: url("images/prtc-how-bfr.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.hm-prtc-how h3 {
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 1;
  letter-spacing: -2.8px;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 28px;
}

.hm-prtc-how h3 strong {
  color: #2ea9b9;
}

.hm-prtc-btn a.cmn-btn {
  letter-spacing: 0.352px;
  padding: 26px 75px;
  border: 2px solid #191a23;
  font-size: 22px;
}

.hm-prtc-btn a.cmn-btn:hover {
  background-color: #394568;
  border-color: #2ea9b9;
}

.hm-prtc-lst.owl-carousel .owl-stage-outer {
  padding: 70px 0;
}

.hm-prtc-lst.owl-carousel .owl-nav {
  width: 150px;
  margin: 30px auto 0px;
  text-align: center;
}

.hm-prtc-lst.owl-carousel .owl-nav button {
  width: 68px;
  height: 68px;
  background-image: url(images/sprites.png) !important;
  background-repeat: no-repeat !important;
  font-size: 0px !important;
}

.hm-prtc-lst.owl-carousel .owl-nav button.owl-prev:hover {
  background-position: -369px -336px;
}

.hm-prtc-lst.owl-carousel .owl-nav button.owl-prev {
  background-position: -370px -256px;
  margin-right: 8px;
}

.hm-prtc-lst.owl-carousel .owl-nav button.owl-next {
  background-position: -287px -257px;
}

.hm-prtc-lst.owl-carousel .owl-nav button.owl-next:hover {
  background-position: -287px -337px;
}

.hm-prtc-lst.owl-carousel .owl-item.active.center {
  z-index: 1;
}

.hm-prtc-lst.owl-carousel .owl-item.active.center .hm-prtc-itm {
  outline: 11px solid #2ea9b9;
  outline-offset: 5px;
  transform: scale(1.2);
  background-color: rgb(133 223 221 / 7%);
  background-color: #ffff;
  position: relative;
}

.hm-prtc-lst.owl-carousel .owl-item.active.center .hm-prtc-itm:before {
  background-color: rgb(133 223 221 / 7%);
  content: "";
  width: 97%;
  height: 97%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  border-radius: 100%;
}

.hm-prtc-lst.owl-carousel .owl-item.active.center .hm-prtc-itm .prtc-dwn-btn {
  background-color: #394568;
}

/*/ Homepage Testimonials Section Starts /*/
.hm-testimonials {
  position: relative;
  background-image: url("images/testi-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 131px 0;
  background-color: #ffffff;
}

.hm-testimonials h2 {
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 65px;
  line-height: 1;
  letter-spacing: -2.6px;
  color: #000000;
  text-transform: uppercase;
  padding: 108px 0 0;
  margin: 0 0 32px;
  text-align: center;
}

.hm-testimonials h2 strong {
  color: #2ea9b9;
}

.hm-testimonials .hm-testi-item {
  background: #ffffff;
  padding: 64px 54px 170px;
  box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.08);
  text-shadow: 0px 0px 46px rgba(0, 0, 0, 0.08);
  position: relative;
  border-radius: 12px;
}

.hm-testimonials .hm-testi-item:after {
  position: absolute;
  content: "";
  width: 46px;
  height: 36px;
  background-image: url(images/sprites.png);
  background-repeat: no-repeat;
  bottom: 44px;
  right: 30px;
  background-position: -314px -11px;
}

.hm-testi-item .star-rat {
  background-image: url("images/sprites.png");
  background-repeat: no-repeat;
  width: 125px;
  height: 22px;
  background-position: -181px -10px;
  margin: 0 auto 45px;
  position: absolute;
  bottom: 105px;
  left: 0;
  right: 0;
  margin: auto;
}

.testi-blck.owl-carousel {
  margin: 0 0 19px;
  position: relative;
}

.testi-blck.owl-carousel:before {
  position: absolute;
  content: "";
  width: 127px;
  height: 127px;
  background-color: #34a6b5;
  bottom: 24px;
  left: -12px;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.hm-testimonials .hm-testi-item p {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: 0.352px;
  color: #3a3a3a;
  text-align: center;
  margin: 0 0 25px;
}

.hm-testimonials .hm-testi-item h5 {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0;
  color: #2ea9b9;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  bottom: 47px;
  left: 43px;
}

.hm-testi-top {
  display: flex;
  justify-content: center;
  gap: 91px;
  align-items: center;
  padding: 0 0 59px;
  border-bottom: 10px solid #394568;
}

.hm-testi-lft {
  text-align: center;
}

.hm-testi-lft .star-rat {
  width: 462px;
  height: 92px;
  background-image: url("images/hm-testi-top-star.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto 9px;
}

.hm-testi-lft h4 {
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 55px;
  line-height: 1;
  letter-spacing: -2.2px;
  color: #000000;
  text-transform: capitalize;
  margin: 0 0 18px;
}

.hm-testi-lft h5 {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.416px;
  color: #3a3a3a;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}

.hm-testi-rgt h3 {
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 55px;
  line-height: 1;
  letter-spacing: -2.2px;
  color: #000000;
  text-transform: uppercase;
  padding: 0 0 0 144px;
  position: relative;
  margin: 0;
}

.hm-testi-rgt h3:before {
  position: absolute;
  content: "";
  width: 127px;
  height: 121px;
  background-image: url("images/sprites.png");
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-position: -17px -189px;
}

.hm-testi-btn {
  text-align: center;
}

.hm-testi-btn a.cmn-btn {
  font-size: 23px;
  letter-spacing: 0px;
  background-color: #394568;
  padding: 28px 48px 27px;
  border-radius: 50px;
  border: none;
}

.hm-testi-btn a.cmn-btn:hover {
  background-color: #2ea9b9;
}

.hm-testimonials .hm-testi-item:before {
  position: absolute;
  content: "";
  width: 157px;
  height: 2px;
  background-color: #2ea9b9;
  right: 0;
  bottom: 11.5%;
  left: 30%;
  margin: auto;
}

.hm-testimonials .testi-blck.owl-carousel .owl-stage-outer {
  padding: 36px 0;
}

.hm-testimonials .testi-blck .owl-nav {
  display: block !important;
  margin: 0;
  position: absolute;
  bottom: 39px;
  right: -68px;
  font-size: 0;
  max-width: 68px;
}

.testi-blck.owl-carousel .owl-nav button {
  width: 68px;
  height: 68px;
  background-image: url("images/sprites.png") !important;
  background-repeat: no-repeat !important;
}

.testi-blck.owl-carousel .owl-nav button.owl-prev {
  background-position: -287px -257px;
  position: relative;
  top: -2px;
  right: 0;
}

.testi-blck.owl-carousel .owl-nav button.owl-prev:hover {
  background-position: -287px -337px;
}

.testi-blck.owl-carousel .owl-nav button.owl-next {
  background-position: -370px -256px;
}

.testi-blck.owl-carousel .owl-nav button.owl-next:hover {
  background-position: -369px -336px;
}

/*/ Homepage Testimonials Section Ends /*/
/*/ Homepage Blog Section Starts /*/
.hmblg-sec {
  padding: 270px 0 300px;
  background-image: url(images/bottom_shap.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

.hmblg-sec h2 {
  font-family: 'Rubik', sans-serif;
  font-size: 55px;
  line-height: 1.03;
  letter-spacing: -2.2px;
  font-weight: 600;
  color: #000;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 70px;
}

.hmblg-sec .hmblg-blck {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}

.hmblg-sec .hmblg-item {
  background: #394568;
  width: 26.2%;
  margin: 0 42px 0 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.hmblg-sec .hmblg-item:last-child {
  margin: 0;
}

.hmblgcnt {
  padding: 60px 10px 22px 25px;
}

.hmblg-sec .hmblg-item:hover {
  background-color: #2ea9b9;
}

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

.hmblg-sec .hmblgcnt h3 {
  font-size: 24px;
  margin: 0;
  line-height: 1;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  letter-spacing: -0.48px;
  color: #fff;
}

.hmblg-sec .hmblgcnt p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 20px 0px;
}

.hmblg-sec .hmpost_btn {
  margin: 20px 0 10px 0;
  display: none;
}

.hmblg-sec .hmpost_btn a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
}

.hmblg-sec .hmnews-btn {
  text-align: center;
  margin: 30px 0 0 0;
}

.hmblg-sec .hmnews-btn a {
  padding: 22px 44px;
  background: #394568;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  letter-spacing: -0.44px;
  line-height: 1;
  font-family: 'Rubik', sans-serif;
  border-radius: 50px;
}

.hmblg-sec .hmnews-btn a:hover {
  background-color: #2ea9b9;
}

.hmblgcnt .clndr {
  border: 3px solid #f0f0f0;
  background-color: #fff;
  width: 87px;
  height: 87px;
  border-radius: 50%;
  padding: 10px;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.36px;
  text-transform: capitalize;
  color: #000;
  position: absolute;
  bottom: 96px;
  left: 23px;
  text-align: center;
  margin: 0;
}

.hmblgcnt .clndr h5 {
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.88px;
  margin: 0;
  color: #2ea9b9;
}

/* Homepage Blog Section Ends */
/* Homepage Form Section Starts */
/*Form and location*/
.awards-btm-sec {
  background-image: url(images/hmblog-bg-img.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}

.form-and-loctn-sec {
  padding: 187px 0 300px;
  background-color: #f8f9fa;
  position: relative;
  background-image: url(images/top-shape-img.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

.hm-frm-lcn-sec {
  display: flex;
  justify-content: space-between;
}

.hm-frm-lcn-sec-lft {
  width: 47%;
}

.hm-frm-lcn-sec-rgt {
  width: 49.6%;
  padding-top: 62px;
}

.hm-frm-lcns {
  display: flex;
  justify-content: space-between;
}

.hm-lcn {
  width: 49%;
  position: relative;
}

.hm-lcn-cnt {
  background-color: #2ea9b9;
  padding: 29px 24px 19px 101px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 75px 0 0 0px;
}

.hm-lcn-cnt:before {
  position: absolute;
  content: "";
  background-image: url("images/sprites.png");
  background-position: -254px -184px;
  width: 56px;
  height: 56px;
  left: 30px;
  top: 30px;
}

.hm-lcn-cnt h3 {
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.8px;
  margin-bottom: 0;
}

.hm-lcn-cnt h3 span {
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}

.hm-frm-lcn-sec-lft h2,
.hm-frm-lcn-sec-rgt h2 {
  font-family: 'Rubik', sans-serif;
  font-size: 55px;
  font-weight: 600;
  color: #000;
  line-height: 1.07;
  letter-spacing: -2.2px;
  margin-bottom: 32px;
}

.hm-frm-lcn-sec-lft h2 span,
.hm-frm-lcn-sec-rgt h2 span {
  font-size: 44px;
  font-family: 'Cinzel', serif;
  display: block;
  color: #e6a65f;
  font-weight: 400;
  letter-spacing: 0;
}

.hm-frm-lcn-sec-lft h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.96px;
  line-height: 1;
  margin-bottom: 40px;
  padding-left: 113px;
  position: relative;
}

.hm-frm-lcn-sec-lft h4:before {
  position: absolute;
  content: "";
  background-color: #2ea9b9;
  width: 98px;
  height: 3px;
  left: 0;
  top: 0;
  bottom: 10px;
  margin: auto;
}

.hm-frm-lcn-sec-rgt h2 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 50px;
}

.hm-frm-lcn-sec-rgt h2:before {
  position: absolute;
  content: "";
  background-color: #2ea9b9;
  width: 98px;
  height: 3px;
  left: 0;
  bottom: 0;
}

.hm-frm-cnt .gform_wrapper.gform-theme .gfield_label {
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  font-weight: 400;
  background-color: #fff;
  text-transform: capitalize;
  margin: 0;
  position: absolute;
  top: -15px;
  left: 40px;
  z-index: 1;
  padding: 0 10px;
  color: #000000;
}

.hm-frm-cnt .gform_wrapper.gform-theme input[type=email],
.hm-frm-cnt .gform_wrapper.gform-theme input[type=text],
.hm-frm-cnt .gform_wrapper.gform-theme input[type=tel],
.hm-frm-cnt .gform_wrapper.gform-theme .gfield textarea {
  border: 1px solid #d7d7d8;
  padding: 27px 10px 27px 20px !important;
  border-radius: 50px;
  color: #000;
  background-color: transparent;
  outline: none;
  resize: none;
}

.hm-frm-cnt .gform_wrapper.gform-theme .top_label input[type="submit"] {
  font-family: 'Rubik', sans-serif;
  font-weight: 600 !important;
  font-size: 30px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  background-color: #2ea9b9 !important;
  width: 100% !important;
  letter-spacing: 1.2px !important;
  border-radius: 70px 70px 0px 70px !important;
  position: relative;
  margin: 0;
  border: none;
  color: #fff;
  padding: 22px 10px !important;
  cursor: pointer;
  background-image: url(images/frm-btn-img.png);
  background-repeat: no-repeat;
  background-position: center right 30%;
}

.hm-frm-cnt .gform_wrapper.gform-theme .top_label input[type="submit"]:hover {
  background-color: #394568 !important;
}

.hm-frm-cnt .gform_wrapper.gform-theme .gform_fields {
  grid-column-gap: 4%;
  grid-row-gap: 0px;
}

.hm-frm-cnt .gform_wrapper .gfield.phn,
.hm-frm-cnt .gform_wrapper .gfield.emil {
  margin: 0 0 48px;
}

.hm-frm-cnt .gform_wrapper .gfield.nm,
.hm-frm-cnt .gform_wrapper .gfield.lstnm {
  margin: 0 0 38px;
}

.hm-frm-cnt .gform_wrapper .gform_validation_errors {
  display: none;
}

.hm-frm-cnt .gform_wrapper .gfield_validation_message,
.hm-frm-cnt .instruction.validation_message {
  border: none;
  background-color: transparent;
}

.hm-frm-cnt .gfield .gfield--width-half .gfield_error {
  position: relative;
}

.hm-frm-cnt .gfield_description .validation_message.gfield_validation_message {
  position: absolute;
  bottom: 50px;
}

.hm-frm-cnt .ginput_container.ginput_container_phone {
  position: relative;
}

.hm-frm-cnt .gform_wrapper .gfield_error label {
  color: #000;
}

.hm-frm-cnt .gform_wrapper .gfield_validation_message,
.hm-frm-cnt .gform_wrapper .validation_message {
  padding: 0 !important;
  margin: 0 !important;
}

.hm-frm-cnt .gform_wrapper .gfield .validation_message.gfield_validation_message,
.hm-frm-cnt .gform_wrapper .gfield .instruction.validation_message {
  position: absolute;
  top: 15px;
  background: none;
  padding: 0px;
  line-height: 1;
  color: #ff0000;
  font-size: 15px;
  right: 23px;
  font-weight: 500;
  width: auto;
  border: none;
  pointer-events: none;
}

.hm-frm-cnt .gform_wrapper .gfield .instruction.validation_message {
  top: 50px;
}

.hm-frm-cnt .gform_wrapper .gfield {
  position: relative;
}

.hm-frm-cnt .gform_wrapper.gform-theme .gfield textarea {
  height: 260px;
  border-radius: 50px;
  resize: none;
  color: #000;
}

.hm-frm-cnt .gform_wrapper .gfield.msg {
  position: relative;
  margin-bottom: 15px;
}

.hm-frm-cnt .gform_wrapper .form-links a,
.hm-frm-cnt .gform_wrapper.gform-theme .gfield_checkbox label {
  font-size: 16px;
  color: #555556;
  font-weight: 400;
}

.hm-lcn-cnt h3 strong {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
}


.hm-frm-cnt .gform_wrapper .gfield_required {
  display: none !important;
}





























.hm-frm-cnt .gform_wrapper.gform-theme .gform_footer {
  padding: 0;
  margin: 22px 0 0;
}

div#popup-container {
  position: absolute;
  top: 30px;
  width: 720px;
}

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

.popup .popuptext {
  visibility: hidden;
  color: #000;
  /* position: absolute; */
  transition: transform 0.15s ease-out 0.15s;
  z-index: 1;
  margin: 0;
  text-align: center;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  font-size: 14px;
  color: black;
  transition: transform 0.15s ease-out;
  display: inline-block;
  line-height: 2;
  width: 100%;
}

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

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

/* Homepage Form Section Ends */
/* Footer Section Starts */
.site-footer {
  padding: 50px 0 0;
  color: #fff;
  text-align: center;
  background-image: url(images/ftr-bg-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: -180px 0 0;
  position: relative;
}

.ftr-logo {
  margin: 0 auto 24px;
  width: 26%;
}

.ftmenu {
  padding: 33px 0 37px;
  position: relative;
  margin-bottom: 40px;
}

.ftmenu:before,
.ftmenu:after {
  position: absolute;
  content: "";
  width: 80.8%;
  border-top: 1px solid #e7f4f5;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.ftmenu:after {
  border-bottom: 1px solid #e7f4f5;
  top: auto;
  bottom: 0;
}

.ftmenu ul {
  margin: 0;
  text-align: center;
}

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

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

.ftmenu ul li a {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.22px;
  color: #35303f;
  text-transform: capitalize;
  display: inline-block;
  margin: 0;
}

.ftmenu ul li a:hover {
  color: #2ea9b9;
}

.ftr-blocks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 47px;
  max-width: 90%;
  float: none;
}

.ftrblk {
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #e6a65f;
  text-align: left;
  padding: 11px 10px 28px 62px;
  position: relative;
  margin: 0;
}

.ftrblk.blk1 {
  width: 24%;
  border-right: 1px solid rgb(46 169 185 / 10%);
}

.ftrblk.blk2 {
  width: 21%;
  border-left: 1px solid rgb(46 169 185 / 10%);
}

.ftrblk.blk3 {
  margin: 0;
  padding: 0;
  width: 19%;
}

.ftrblk a.ftr-cal {
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  color: #35303f;
  display: inline-block;
}

.ftrblk a.ftr-cal:hover {
  color: #2ea9b9;
}

.ftrblk a.ftr-cal:before {
  position: absolute;
  content: "";
  background-image: url(images/sprites.png);
  background-repeat: no-repeat;
  background-position: -170px -277px;
  width: 56px;
  height: 56px;
  left: 0;
  top: 0;
  bottom: 20px;
  margin: auto;
}

.ftrblk.blk3 ul.ftr-pymnt-imgs {
  display: flex;
  margin: 0;
}

.ftrblk.blk3 ul.ftr-pymnt-imgs li {
  margin: 0 8px 0 0;
}

.ftrblk.blk3 ul.ftr-pymnt-imgs li:last-child {
  margin: 0;
}

.ftrblk h6 {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #394568;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* Footer Sections Ends */
/* Copyrights */
.copyrights {
  background: #2ea9b9;
  padding: 30px 0;
  text-align: center;
}

.copyrights .cpy-inr,
.copyrights .ftrlink,
.copyrights p.rit-btm {
  display: inline-block;
  float: none;
  width: max-content;
}

.copyrights p,
.copyrights a {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.6px;
  color: #ffffff;
  margin: 0;
  text-transform: capitalize;
}

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

.copyrights a:hover {
  color: #35303f;
}

/* Homepage Ends */
/* Inner Pages Default Styles */
.page_bnr {
  background-image: url(images/page-bnr.webp);
  background-size: cover;
  padding: 290px 0 40px;
  position: relative;
  background-position: center;
}

.page_title {
  text-align: center;
}

.page_title h1,
.page_title h2 {
  font-family: 'Cinzel', serif;
  font-size: 80px;
  line-height: 1;
  color: #2b3440;
  position: relative;
  text-transform: capitalize;
  margin: 0;
  letter-spacing: -3.2px;
  margin-bottom: 15px;
  font-weight: 400;
}

.inrpg-breadcrumbs {
  color: #2b3440;
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Cinzel', serif;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  font-weight: 600;
}

.page_default {
  /* padding: 130px 0 280px; */
  padding: 130px 0 120px;
  position: relative;
}

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

.genpg-rite {
  width: 68.8%;
  float: left;
}

.genpg-lft {
  width: 28%;
  float: right;
  max-width: 400px;
}

.page_default .genpg-rite h1,
.page_default .genpg-rite h2,
.page_default .genpg-rite h3,
.page_default .genpg-rite h4,
.page_default .genpg-rite h5,
.page_default .genpg-rite h6 {
  font-family: 'Rubik', sans-serif;
}

.page_default .genpg-rite h1,
.page_default .genpg-rite h2 {
  font-size: 46px;
  text-transform: capitalize;
  line-height: 1.3;
  font-weight: 600;
  color: #000000;
  margin-bottom: 25px;
}

.page_default .genpg-rite h3 {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 25px;
  color: #000000;
}

.page_default .genpg-rite h4 {
  font-size: 28px;
  line-height: 1.4;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: -0.28px;
  margin-bottom: 25px;
  color: #000000;
}

.page_default .genpg-rite h5 {
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -1.04px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000000;
}

.page_default .genpg-rite h6 {
  font-size: 25px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
}

.page_default .genpg-rite p,
.page_default .genpg-rite li {
  font-family: 'Rubik', sans-serif;
  font-size: 22px;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0.35px;
  margin: 0 0 35px 0;
}

.page_default .genpg-rite a {
  color: #000000;
  text-decoration: none;
}

.page_default .genpg-rite li {
  padding-left: 50px;
  color: #000;
  position: relative;
  line-height: 1.5;
  margin: 0 0 35px 0;
}

.page_default .genpg-rite ul li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-left: 16px solid #2ea9b9;
  border-bottom: 9px solid transparent;
  left: 0;
  top: 5px;
}

.page_default .genpg-rite li ul {
  padding: 15px 0 0 10px;
  margin: 0;
}

.page_default .genpg-rite li ul li {
  padding-left: 40px;
  list-style: disc;
}

.page_default .genpg-rite li ul li:before {
  display: block;
}

.page_content .genpg-rite ol,
.page_content .genpg-rite ul {
  margin: 0 0 25px 0px;
  list-style-position: inside;
}

.page_content .genpg-rite ol {
  list-style-type: decimal;
  margin-left: 20px;
}

.page_content .genpg-rite ol li {
  list-style: decimal;
  padding-left: 0 !important;
}

.page_default .genpg-rite li a {
  text-decoration: none;
  color: #394568;
}

.page_default .genpg-rite li a:hover,
.page_default .genpg-rite a:hover {
  color: #2ea9b9;
}

.page_default .genpg-rite ul li>ul li {
  list-style-type: none;
}

.page_default .genpg-rite ul li>ul li>ol li {
  list-style-type: decimal;
}

.page_default .genpg-rite ul li>ul li:before {
  display: block;
}

.page_default .genpg-rite ul li>ol li {
  list-style-type: decimal;
}

.page_default .genpg-rite ul li>ol li:before {
  display: none;
}

.page_default .genpg-rite ul li>ol li>ul li {
  list-style-type: disc;
}

/* Sidebar Styles */
.page_default .genpg-lft .widget {
  margin-bottom: 100px;
  background: #f3f6f7;
  width: 100%;
  display: inline-block;
  position: relative;
}

.page_default .genpg-lft h4.widget-title,
.page_default .genpg-lft .widget .gform_heading h3.gform_title {
  text-align: center;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #ffffff;
  text-transform: capitalize;
  padding: 28px 50px 28px 50px;
  margin: 0;
  line-height: 1;
  background: #2ea9b9;
  position: relative;
  border-radius: 10px;
  letter-spacing: -0.72px
}

.page_default .genpg-lft .widget .menu-sidebar-menu-container,
.page_default .genpg-lft .widget form {
  display: inline-block;
  width: 100%;
}

/* Sidebar Navigation Menu */
.page_default .genpg-lft .widget ul li {
  margin: 0;
}

.page_default .genpg-lft .widget ul li:last-child a {
  margin-bottom: 0;
}

.page_default .genpg-lft section.widget ul {
  display: block;
  position: relative;
  padding: 50px 30px;
  margin: 0;
}

.page_default .genpg-lft section.widget_nav_menu ul li {
  margin: 0;
}

.page_default .genpg-lft section.widget_nav_menu ul li a {
  font-weight: 600;
}

.page_default .genpg-lft .widget ul li a {
  font-size: 24px;
  line-height: 1.2;
  color: #000;
  padding-left: 35px;
  display: inline-block;
  position: relative;
  margin-bottom: 37px;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: -0.48px;
}

.page_default .genpg-lft .widget ul li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-left: 16px solid #2ea9b9;
  border-bottom: 9px solid transparent;
  left: 0;
  top: 5px;
}

.page_default .genpg-lft section.widget_nav_menu ul li.Sdr-pract {
  margin: 0 0 -80px 0;
  text-align: center;
}

.page_default .genpg-lft section.widget_nav_menu ul li.Sdr-pract a:before {
  display: none;
}

.page_default .genpg-lft section.widget_nav_menu ul li.Sdr-pract a {
  padding: 22px 25px;
  background-color: #394568;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  letter-spacing: 0;
  margin: 0;
}

.page_default .genpg-lft section.widget_nav_menu ul li.Sdr-pract a:hover {
  background-color: #2ea9b9;
}

.page_default .genpg-lft section.widget_nav_menu ul li.sb-iaamenu>ul.sub-menu {
  display: block !important;
}

.genpg-lft .widget_nav_menu ul li a.drop.close,
.genpg-lft .widget_nav_menu ul li a.drop.open {
  font-size: 0;
  position: absolute;
  right: 6px;
  top: 25px;
  width: 12px;
  z-index: 10;
  height: 20px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0px 0px;
  cursor: pointer;
  border: 0;
}

.genpg-lft .widget_nav_menu ul li a.drop.open {
  transform: rotate(90deg);
}

.genpg-lft section.widget_nav_menu ul ul li {
  padding: 0 0 0 20px;
}

/* Blog */
.page_default .genpg-lft .widget ul li a {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.44px;
  line-height: 1.5;
}

.page_default .genpg-lft .widget ul li a:hover {
  color: #2ea9b9;
  transition: 0.3s;
}

.page_default .genpg-lft .widget:last-child {
  margin: 0;
}

.page_default .genpg-lft .widget ul li:last-child a {
  margin: 0;
}

/* Archives */
.page_default .genpg-lft .widget.widget_archive {
  background-color: #2ea9b9;
  text-align: center;
}

.page_default .genpg-lft .widget.widget_archive select {
  width: 80%;
  padding: 25px 30px;
  border: none;
  outline: none;
  margin-bottom: 30px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.44px;
  line-height: 1;
  text-transform: capitalize;
  font-family: 'Rubik', sans-serif;
  -webkit-appearance: none;
  position: relative;
  background-image: url(images/drop-down-img.webp);
  background-repeat: no-repeat;
  background-position: right 8% bottom 45%;
  cursor: pointer;
}

/* Sidebar Testimonials */
.genpg-lft .sidebar-testi.owl-carousel {
  padding: 0 0 40px;
  text-align: center;
}

.genpg-lft .sidebar-testi.owl-carousel .testi-item {
  padding: 43px 34px 0;
}

.genpg-lft .sidebar-testi .testi-item p {
  font-size: 20px;
  color: #000;
  line-height: 1.6;
  position: relative;
  padding: 0;
  letter-spacing: 0.32px;
  margin-bottom: 50px;
}

.genpg-lft .sidebar-testi .testi-item h5 {
  font-size: 19px;
  color: #2ea9b9;
  position: relative;
  margin: 0px 0px 30px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.38px;
}

.genpg-lft .sidebar-testi .testi-item .star-rat {
  background-image: url(images/sprites-in.webp);
  width: 125px;
  height: 22px;
  background-position: -14px -409px;
  left: 0;
  right: 0;
  margin: auto;
}

.genpg-lft .sidebar-testi.owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  margin: -29px 0 0;
}

.genpg-lft .sidebar-testi.owl-carousel .owl-nav button {
  content: "";
  background-image: url(images/sprites-in.webp);
  width: 58px;
  height: 58px;
  background-position: -313px -273px;
  left: 0;
  top: 0;
  font-size: 0px;
  z-index: 1;
}

.genpg-lft .sidebar-testi.owl-carousel .owl-dots {
  display: none;
}

.genpg-lft .sidebar-testi.owl-carousel .owl-nav button.owl-next {
  background-position: -400px -273px;
}

.genpg-lft .sidebar-testi.owl-carousel .owl-nav button span {
  font-size: 0px;
  font-weight: bold;
}

/* Common Form */
/*.gform_wrapper ul.gform_fields li,
.gform_wrapper ul.gform_fields li.nm,
.gform_wrapper ul.gform_fields li.emil,
.gform_wrapper ul.gform_fields li.phn {
  float: left;
  width: 100%;
  clear: none;
}
.gform_wrapper ul.gform_fields li.phn {
  margin-right: 0 !important;
}
.gform_wrapper .top_label input,
.gform_wrapper select,
.gform_wrapper .top_label textarea {
  margin: 0px;
  width: 100% !important;
  color: #fff;
  outline: 0px;
  position: relative;
  border-radius: 0;
  background: transparent;
  border: 1px solid #e3e3e3;
  font-size: 16px !important;
  padding: 14px 10px !important;
  transition: all 0.5s;
}
.gform_wrapper .top_label textarea {
  width: 100%;
  float: left;
  height: 200px;
  margin: 0px 0px 10px;
  padding: 12px;
}
.gform_wrapper .form-links,
.form-top {
  font-size: 16px;
  color: #fff;
  width: 100%;
  display: inline-block;
  color: #000;
}
.gform_wrapper .form-links a {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
  padding: 0;
  font-size: 15px;
  border-bottom: 0;
  width: auto;
}
.gform_wrapper .top_label .chkbx label span {
  color: #ed3731;
}
.gform_wrapper .gfield_radio label,
.gform_wrapper .top_label .chkbx label {
  font-size: 18px !important;
  line-height: 20px !important;
  color: #fff;
}
.gform_wrapper .top_label .chkbx label {
  font-weight: 700;
}
.gform_wrapper .top_label input[type="checkbox"] {
  float: left;
  clear: both;
  width: auto !important;
  margin: 4px 10px 0px 0 !important;
  padding: 0 !important;
  border-radius: 0;
  max-width: inherit !important;
}
.gform_wrapper .gform_footer.top_label {
  padding: 0;
  margin: 16px 0 0;
  text-align: center;
}
.gform_wrapper .top_label input[type="submit"] {
  background-color: #231f20 !important;
  outline: none !important;
  border: 0px none !important;
  border-radius: 0 !important;
  cursor: pointer;
  transition-duration: 0.5s;
  font-style: normal !important;
  color: #ffffff !important;
  width: 250px !important;
  font-size: 18px !important;
  padding: 20px 15px !important;
  text-transform: capitalize !important;
  height: auto !important;
  margin: 0;
}
.gform_wrapper .top_label input[type="submit"]:hover {
  background-color: #231f20 !important;
}
.hm-form-sec .gform_wrapper ul.gform_fields li input[type="checkbox"],
.genpg-lft .gform_wrapper ul.gform_fields li input[type="checkbox"] {
  margin: 1px 10px 0 0;
  width: 20px !important;
}
body
  .gform_legacy_markup_wrapper
  ul
  li.field_description_below
  div.ginput_container_checkbox,
body
  .gform_legacy_markup_wrapper
  ul
  li.field_description_below
  div.ginput_container_radio {
  margin-top: 0 !important;
}
*/
/* Blog Page */
.blog-post-img img {
  display: block;
  width: 100%;
}

.page_default.blog_pg .genpg-rite .post-item {
  background: #f3f6f7;
  border: 1px solid #ececf1;
  padding: 25px;
  position: relative;
  margin-bottom: 50px;
  display: inline-block;
  width: 100%;
  display: flex;
  border-radius: 20px;
  gap: 40px;
}

.page_default.blog_pg .genpg-rite .post-item:hover {
  background-color: #2ea9b9;
}

.page_default.blog_pg .genpg-rite .post-item:hover h4 a {
  color: #fff;
  transition: 0s;
}

.page_default.blog_pg .genpg-rite .post-item:hover .post-btn a.blg-btn {
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: 0s;
}

.page_default.blog_pg .genpg-rite .post-item:hover .post-cnt p {
  color: #fff;
}

.page_default.blog_pg .genpg-rite .post-cnt {
  width: 57%;
  padding: 17px 0 0 0;
}

.page_default.blog_pg .genpg-rite .post-item:hover .page_default.blog_pg .genpg-rite .post-cnt p {
  color: #fff;
}

.page_default.blog_pg .genpg-rite .blog-post-img {
  border: 1px solid #2f1c12;
  border-radius: 10px;
  position: relative;
}

.page_default.blog_pg .genpg-rite .blog-post-img img {
  border-radius: 10px;
}

.page_default.blog_pg .genpg-rite .post-itm-btm.fw {
  display: none;
}

.page_default.blog_pg .genpg-rite .post-item h4 {
  font-size: 28px;
  line-height: 1.4;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: -0.28px;
  margin-bottom: 20px;
  color: #000000;
}

.page_default.blog_pg .genpg-rite .post-img {
  width: 50%;
}

.page_default.blog_pg .genpg-rite .post-cnt p {
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: -0.2px;
  margin-bottom: 25px;
}

.page_default .genpg-rite .post-category ul li,
.page_default.blog_pg .genpg-rite .post-dt {
  list-style: none;
  margin: 0;
  padding: 13px 32px;
  font-size: 20px;
  letter-spacing: 0.48px;
  color: #000;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  background-color: #fff;
  border-radius: 15px;
  position: absolute;
  left: 50px;
  top: 12px;
}

.page_default .genpg-rite .post-category ul {
  margin: 0px;
}

.page_default .genpg-rite .post-category ul li:before {
  display: none;
}

.page_default.blog_pg .genpg-rite .post-btn a.blg-btn {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 1px solid #000;
}

.page_default .genpg-rite .post-btn a.blg-btn:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.page_default.blog_pg .genpg-rite .nav-links a.page-numbers {
  margin: 0;
}

.page_default.blog_pg .genpg-rite .nav-links svg.svg-icon {
  display: none;
}

.page_default.blog_pg .genpg-rite span.page-numbers.current {
  background-color: #2ea9b9;
}

.page_default.blog_pg .genpg-rite a.page-numbers:hover {
  background-color: #2ea9b9;
}

.page_default.blog_pg .genpg-rite .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.page_default.blog_pg .genpg-rite nav.navigation.pagination {
  width: 100%;
}

.page_default.blog_pg .genpg-rite .nav-links a.next.page-numbers,
.page_default.blog_pg .genpg-rite .nav-links a.prev.page-numbers {
  background-image: url(images/sprites-in.webp);
  width: 63px;
  height: 63px;
  background-position: -261px -389px;
}

.page_default.blog_pg .genpg-rite .nav-links a.next.page-numbers {
  background-position: -173px -389px;
}

.page_default.blog_pg .genpg-rite .nav-links span,
.page_default.blog_pg .genpg-rite .nav-links a {
  font-family: 'Rubik', sans-serif;
  font-size: 35px;
  font-weight: 400;
  padding: 8px 10px;
  background: #f0f0f0;
  text-align: center;
  width: 63px;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}

.page_default.blog_pg .genpg-rite .nav-links span.nav-next-text,
.page_default.blog_pg .genpg-rite .nav-links span.nav-prev-text {
  display: none;
}

/* Single Blog */
.page_default.single-blogpg .post-meta {
  display: flex;
  gap: 10px;
  font-size: 20px;
  letter-spacing: 0.48px;
  color: #000;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
  align-items: center;
}

.page_default.single-blogpg .page-navi-block {
  float: left;
}

.page_default.single-blogpg .page-navi-block.page-navi-nxt {
  float: right;
  text-align: right;
}

.page_default.single-blogpg .genpg-rite .page-navi-block.page-navi-pre a,
.page_default.single-blogpg .genpg-rite .page-navi-block.page-navi-nxt a {
  background-image: url(images/sprites.png);
  width: 68px;
  height: 68px;
  background-position: -370px -256px;
  display: inline-block;
  font-size: 0;
}

.page_default.single-blogpg .genpg-rite .page-navi-block.page-navi-nxt a {
  background-position: -287px -257px;
}

.page_default.single-blogpg .genpg-rite .page-navi-block.page-navi-pre a:hover {
  background-position: -369px -336px;
}

.page_default.single-blogpg .genpg-rite .page-navi-block.page-navi-nxt a:hover {
  background-position: -287px -337px;
}

.page_default.single-blogpg .post-img {
  width: 100%;
  padding: 0;
  position: relative;
}

.page_default.single-blogpg .blog-post-img {
  border: 1px solid #2f1c12;
  margin: 0 0 30px 0;
}

/*.page_default.single-blogpg .post-img:before{position: absolute;content: "";border: 30px solid #2ea9b9;width:558px ;height:431px ;left: 0;top: 0;border-right: none;border-bottom: none;border-radius: 15px;}*/
/* About */
.genpg-rite.full-width {
  width: 100%;
}

.page_default .genpg-rite .cmn-img {
  padding: 30px 0 0 30px;
  position: relative;
  margin-bottom: 40px;
}

.page_default .genpg-rite .cmn-img img {
  width: 100%;
  display: block;
  margin: 0;
  border-radius: 10px;
}

.page_default .genpg-rite .cmn-img:before {
  position: absolute;
  content: "";
  background-color: #2ea9b9;
  width: 50%;
  height: 70%;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 20px 10px 0px 10px;
}

.page_default .genpg-rite .consult-sec {
  background-color: #f3f6f7;
  text-align: center;
  padding: 60px 44px;
  border-radius: 30px;
  margin-top: 80px;
}

.page_default .genpg-rite .consult-sec h2 {
  color: #2ea9b9;
}

.page_default .genpg-rite .consult-sec h5 {
  letter-spacing: 0px;
}

.page_default .genpg-rite .consult-sec p {
  letter-spacing: 0px;
  margin-bottom: 30px;
}

.page_default .genpg-rite .consult-sec .consult-sec-btn {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.page_default .genpg-rite .consult-sec .consult-sec-btn .call-btn a,
.page_default .genpg-rite .consult-sec .consult-sec-btn .get-consult a {
  font-size: 28px;
  background-color: #2ea9b9;
  color: #ffffff;
  padding: 20px 30px 20px 80px;
  display: inline-block;
  position: relative;
  border: 2px solid #000;
  border-radius: 50px;
  font-family: 'Rubik', sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

.page_default .genpg-rite .consult-sec .consult-sec-btn .call-btn a:before {
  position: absolute;
  content: "";
  background-position: -486px -274px;
  width: 29px;
  height: 29px;
  background-image: url(images/sprites-in.webp);
  left: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page_default .genpg-rite .consult-sec .consult-sec-btn .get-consult a {
  font-size: 20px;
  padding: 25px 30px 25px 30px;
}

.page_default .genpg-rite .consult-sec .consult-sec-btn .call-btn a:hover,
.page_default .genpg-rite .consult-sec .consult-sec-btn .get-consult a:hover {
  background-color: #394568;
  border: 2px solid transparent;
}

/* Practice Areas */
.page_default .genpg-rite .pract-lists {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
  row-gap: 50px;
  justify-content: center;
}

.page_default .genpg-rite .prac-area-item {
  width: calc((100% / 4) - 20px);
  min-height: 350px;
  margin: 0;
  position: relative;
  background-color: #f6fbfb;
  padding: 85px 18px 25px;
  text-align: center;
  border-radius: 100%;
  border: 10px solid #f6fbfb;
  outline: 10px solid #f6fbfb;
  display: flex;
  justify-content: center;
}

.page_default .genpg-rite .prac-area-item:hover {
  outline-color: #2ea9b9;
  border-color: #fff;
}

.page_default .genpg-rite .pract-lists .prac-area-item h5 {
  text-transform: capitalize;
  position: relative;
  padding-top: 110px;
}

.page_default .genpg-rite .pract-lists .prac-area-item h5:before {
  position: absolute;
  content: "";
  background: url("images/sprites-in.webp") no-repeat;
  left: 0;
  top: 0;
  margin: auto;
  width: 97px;
  height: 87px;
  background-position: -13px -5px;
  right: 0;
}

.page_default .genpg-rite .pract-lists .prac-area-item:after {
  position: absolute;
  content: "";
  background: url("images/sprites-in.webp") no-repeat;
  left: 0;
  bottom: -20px;
  margin: auto;
  width: 75px;
  height: 47px;
  background-position: -215px -274px;
  right: 0;
}

.page_default .genpg-rite .pract-lists .prac-area-item.item1 h5:before {
  background-position: -124px -6px;
  width: 76px;
  height: 76px;
}

.page_default .genpg-rite .pract-lists .prac-area-item.item2 h5:before {
  background-position: -215px -6px;
  width: 90px;
  height: 90px;
}

.page_default .genpg-rite .pract-lists .prac-area-item.item3 h5:before {
  background-position: -319px -6px;
  width: 63px;
  height: 91px;
}

.page_default .genpg-rite .pract-lists .prac-area-item.item4 h5:before {
  background-position: -396px -6px;
  width: 86px;
  height: 86px;
}

.page_default .genpg-rite .pract-lists .prac-area-item.item5 h5:before {
  background-position: -494px -6px;
  width: 92px;
  height: 91px;
}

.page_default .genpg-rite .pract-lists .prac-area-item.item6 h5:before {
  background-position: -602px -6px;
  width: 92px;
  height: 92px;
}

.page_default .genpg-rite .pract-lists .prac-area-item.item7 h5:before {
  background-position: -13px -141px;
  width: 79px;
  height: 85px;
}

.page_default .genpg-rite .pract-lists .prac-area-item.item8 h5:before {
  background-position: -124px -141px;
  width: 71px;
  height: 84px;
}

.page_default .genpg-rite .pract-lists .prac-area-item.item9 h5:before {
  background-position: -216px -141px;
  width: 99px;
  height: 100px;
}

.page_default .genpg-rite .pract-lists .prac-area-item.item10 h5:before {
  background-position: -333px -141px;
  width: 95px;
  height: 83px;
}

.page_default .genpg-rite .pract-lists .prac-area-item.item11 h5:before {
  background-position: -455px -141px;
  width: 87px;
  height: 64px;
}

.page_default .genpg-rite .pract-lists .prac-area-item.item12 h5:before {
  background-position: -589px -141px;
  width: 76px;
  height: 75px;
}

.page_default .genpg-rite .pract-lists .prac-area-item.item13 h5:before {
  background-position: -14px -274px;
  width: 98px;
  height: 99px;
}

.page_default .genpg-rite .pract-lists .prac-area-item.item14 h5:before {
  background-position: -134px -274px;
  width: 53px;
  height: 73px;
}

.page_default .genpg-rite .pract-lists .prac-area-item .hover a {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 0px;
}

.page_default .genpg-rite .prac-area-item:hover:after {
  display: none;
}

/* Contact Page */
.page_default .genpg-rite .cnt-blck .cnt-itm {
  background-color: #394568;
  width: 31%;
  padding: 47px 72px 52px 77px;
  border-radius: 50px;
  border-bottom-right-radius: 0;
}

.page_default .genpg-rite .cnt-blck .cnt-itm.item {
  padding: 60px 60px 60px 66px;
}

.page_default .genpg-rite .cnt-blck {
  display: flex;
  justify-content: space-between;
}

.page_default .genpg-rite .cnt-blck .cnt-itm:hover h5:before {
  background-position: -355px -392px;
}

.page_default .genpg-rite .cnt-blck .cnt-itm:hover h6:before {
  background-position: -432px -392px;
}

.page_default .genpg-rite .cnt-blck .cnt-itm.three:hover h6:before {
  background-position: -509px -392px;
}

.page_default .genpg-rite .cnt-blck .cnt-itm h5 {
  margin-bottom: 38px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.4;
  position: relative;
  padding-left: 66px;
}

.page_default .genpg-rite .cnt-blck .cnt-itm h5:before {
  position: absolute;
  content: "";
  background: url("images/sprites-in.webp") no-repeat;
  left: 0;
  top: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  background-position: -356px -464px;
}

.page_default .genpg-rite .cnt-blck .cnt-itm h5 span {
  font-weight: 600;
}

.page_default .genpg-rite .cnt-blck .cnt-itm h5 strong {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}

.page_default .genpg-rite .cnt-blck .cnt-itm h5:last-child {
  margin-bottom: 0;
}

.page_default .genpg-rite .cnt-blck .cnt-itm h6 {
  margin-bottom: 40px;
  font-size: 24px;
  font-family: 'Cinzel', serif;
  line-height: 1.5;
  text-transform: capitalize;
  position: relative;
  padding-left: 64px;
  color: #2ea9b9;
}

.page_default .genpg-rite .cnt-blck .cnt-itm h6:before {
  position: absolute;
  content: "";
  background: url("images/sprites-in.webp") no-repeat;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  background-position: -432px -463px;
}

.page_default .genpg-rite .cnt-blck .cnt-itm h6:last-child {
  margin-bottom: 0;
}

.page_default .genpg-rite .cnt-blck .cnt-itm h6 a {
  display: block;
  font-size: 30px;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
}

.page_default .genpg-rite .cnt-blck .cnt-itm h6 span {
  display: block;
  font-size: 30px;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
}

.page_default .genpg-rite .cnt-blck .cnt-itm.three h6 {
  position: relative;
}

.page_default .genpg-rite .cnt-blck .cnt-itm.three h6:before {
  background-position: -509px -463px;
}

.page_default .genpg-rite.full-width {
  width: 100%;
}

.page_default .genpg-rite .cnt-blck .cnt-itm h6 a:hover {
  color: #e6a65f;
}

/* Testimonial Page */
.page_default .genpg-rite .testimonials {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

.page_default .genpg-rite .testimonials .testi-item {
  width: 100%;
  max-width: 48.2%;
  background-color: #f3f6f7;
  padding: 47px 47px 47px 51px;
  text-align: center;
}

.page_default .genpg-rite .testimonials .testi-item h5 {
  font-size: 25px;
  color: #2ea9b9;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.page_default .genpg-rite .testimonials .testi-item p {
  color: #3a3a3a;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 50px;
}

.page_default .genpg-rite .testimonials .testi-item .star-rat {
  background: url("images/sprites-in.webp") no-repeat;
  width: 125px;
  height: 25px;
  background-position: -14px -409px;
}

.page_default .genpg-rite .testimonials .testi-item .star-bfr {
  position: relative;
  margin: auto;
  max-width: 80%;
}

.page_default .genpg-rite .testimonials .testi-item .star-bfr:before {
  background-color: #2ea9b9;
  width: 180px;
  height: 2px;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 40px;
}

.page_default .genpg-rite .testimonials .testi-item .star-bfr:after {
  position: absolute;
  content: "";
  background: url("images/sprites-in.webp") no-repeat;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 46px;
  height: 36px;
  background-position: -625px -286px;
}

.testi-blck.owl-carousel .owl-stage {
  display: flex;
}

.testi-blck.owl-carousel .hm-testi-item {
  height: 100%;
}

span.brd-div {
  font-weight: 900;
  padding: 0px 5px;
}


.awards-btm-sec .form-and-loctn-sec {
  padding: 187px 0 100px;
}

.page_default.contact_pg {
  padding: 130px 0 130px;
}

.page-template-contact-page .site-footer {
  margin: -180px 0 0;
  z-index: 1;
  position: relative;
  background-color: #f8f9fa;
}



.page_default .genpg-rite .sng-atrny-pg {
  display: flex;
  justify-content: space-between;
  padding: 40px 40px 0px;
  background-image: url(images/Christina-Rivenbark-sng-img.webp);
  align-items: center;
  margin: 30px 0 30px 30px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.page_default .genpg-rite .sng-atrny-pg:before {
  position: absolute;
  content: "";
  width: 530px;
  height: 340px;
  background-color: #2ea9b9;
  top: -30px;
  left: -30px;
  border-radius: 25px;
  z-index: -1
}

.page_default .genpg-rite .sng-atrny-lft-img {
  width: 44%;
}

.page_default .genpg-rite .sng-atrny-rght-cnt {
  width: 51%;
}

.page_default .genpg-rite .sng-atrny-rght-cnt h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.2px;
  color: #ffffff;
}

.page_default .genpg-rite .sng-atrny-rght-cnt h3 strong {
  display: block;
  font-weight: 400;
  margin-top: 10px;
  font-size: 30px;
}

.page_default .genpg-rite .sng-atrny-rght-cnt ul li:before {
  position: absolute;
  content: "";
  background-image: url(images/sprites-in.webp);
  background-position: -356px -464px;
  border: none;
  width: 56px;
  height: 56px;
  top: -12px;
  left: -10px;
  transform: scale(0.6);
}

.page_default .genpg-rite .sng-atrny-rght-cnt ul li.fx:before {
  background-position: -509px -463px;
  top: -15px;
}

.page_default .genpg-rite .sng-atrny-rght-cnt ul li.vcd:before {
  background-image: url(images/vcard.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -15px;
}

.page_default .genpg-rite .sng-atrny-rght-cnt ul li {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 1;
  letter-spacing: 0px;
}

.page_default .genpg-rite .sng-atrny-rght-cnt ul li a:hover {
  color: #000000;
}

.page_default .genpg-rite .sng-atrny-rght-cnt ul li a,
.page_default .genpg-rite .sng-atrny-rght-cnt ul li strong {
  font-family: 'Rubik', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}

.page_default .genpg-rite .sng-atrny-rght-cnt .dtl_btn.popup-form a.paoc-popup-click {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  display: inline-block;
  padding: 13px 40px;
  position: relative;
  background-color: #394568;
  border-radius: 50px;
  border: 1px solid #ffffff;
}

.page_default .genpg-rite .sng-atrny-rght-cnt .dtl_btn.popup-form a.paoc-popup-click:hover {
  background-color: #2ea9b9;
  border-color: #394568;
  color: #394568;
}

.atrny_col img {
  width: 100%;
  padding-top: 30px;
}

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

.atrny_col {
  border-radius: 10px;
  width: 31.3%;
  background: #0d5761;
  margin: 10px 0 0 10px;
  position: relative;
}

.atrny_col:before {
  position: absolute;
  content: "";
  width: 210px;
  height: 200px;
  background: #2ea9b9;
  top: -10px;
  left: -10px;
  z-index: -1;
  border-radius: 10px;
}

.page_default .genpg-rite .atrny_col h5 {
  color: #ffffff;
  text-align: center;
  width: 100%;
  height: 90px;
  margin: 0px;
  background: #2ea9b9;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 500;
}

.page_default .genpg-rite .atrny_col:hover h5 {
  background: #0d5761;
}

.atrny_col a.hover {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  font-size: 0px;
}

.inner-tab-content {
  display: flex;
  flex-wrap: wrap;
}

.page_default .genpg-rite .tab-content .inner-cont {
  width: 50%;
  padding: 1%;
}

.page_default .genpg-rite .tab-content {
  width: 100%;
  display: block;
  background: #1a1a1a;
  padding: 10px;
}

.genpg-rite.vid-centrpg {
  width: 100%;
}

.cnt-frm.pop-frm .gform_wrapper input,
.cnt-frm.pop-frm .gform_wrapper select,
.cnt-frm.pop-frm .gform_wrapper textarea {
  width: 100%;
  margin: 0px;
  width: 100% !important;
  color: #787878;
  outline: 0px;
  position: relative;
  border-radius: 0;
  background: #f7f7f7;
  transition: all .5s;
  border: 1px solid #c4c4c4;
  font-size: 16px !important;
  padding: 15px 10px 14px !important;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}

.paoc-cb-popup-body {
  background-color: #2ea9b9 !important;
}

.cnt-frm.pop-frm .gform_wrapper li.form-top {
  color: #000;
  text-align: left;
}

.cnt-frm.pop-frm .gform_wrapper li {
  width: 100%;
}

.cnt-frm.pop-frm .gform_wrapper label.gfield_label {
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff !important;
}

.cnt-frm.pop-frm .gform_wrapper input,
.cnt-frm.pop-frm .gform_wrapper select,
.cnt-frm.pop-frm .gform_wrapper textarea {
  width: 100%;
  margin: 0px;
  width: 100% !important;
  color: #787878;
  outline: 0px;
  position: relative;
  border-radius: 0;
  background: #f7f7f7;
  transition: all .5s;
  border: 1px solid #c4c4c4;
  font-size: 16px !important;
  padding: 15px 10px 14px !important;
  font-family: 'Rubik', sans-serif;
}

.cnt-frm.pop-frm .gform_wrapper textarea {
  height: 200px;
}

.cnt-frm.pop-frm li.chkbx .gfield_checkbox li {
  font-weight: 700;
}

.cnt-frm.pop-frm .gform_wrapper li.field_description_above li input[type="checkbox"] {
  margin: 1px 10px 0px 0 !important;
  width: auto !important;
}

.cnt-frm.pop-frm .gform_wrapper input[type=submit] {
  background: #394568;
  border: 0;
  font-family: 'Rubik', sans-serif;
  max-width: 150px !important;
  color: #fff;
  cursor: pointer;
}


.cnt-frm.pop-frm.fw {
  display: inherit;
  padding: 0;
}

div#popup-container {
  position: absolute;
}

.cnt-frm.pop-frm .form-links a,
.cnt-frm.pop-frm .form-links,
.cnt-frm.pop-frm .gfield_checkbox label {
  color: #fff;
}

.cnt-frm.pop-frm .gform_wrapper .top_label input[type="checkbox"] {
  float: left;
  clear: both;
  width: auto !important;
  margin: 5px 10px 0px 0 !important;
  padding: 0 !important;
  border-radius: 0;
  max-width: inherit !important;
}

.cnt-frm.pop-frm .gform_wrapper .gfield .validation_message.gfield_validation_message,
.cnt-frm.pop-frm .gform_wrapper .gfield .instruction.validation_message {
  position: absolute;
  top: 52px;
  background: none;
  padding: 0px;
  line-height: 1;
  color: #ff0000;
  font-size: 15px;
  right: 23px;
  font-weight: 500;
  width: auto;
  border: none;
  pointer-events: none;
  border: none !important;
}

.cnt-frm.pop-frm .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

.cnt-frm.pop-frm div#gform_2_validation_container {
  display: none !important;
}

.cnt-frm.pop-frm .gform_legacy_markup_wrapper li.gfield.gfield_error,
.cnt-frm.pop-frm .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}

.cnt-frm.pop-frm .gform_wrapper .gfield .instruction.validation_message {
  top: 70px;
}

.cnt-frm.pop-frm .gform_wrapper .gfield {
  position: relative;
}

section.no-results.not-found form.search-form {
  display: none;
}

.form-and-loctn-sec.inr-form-section {
  margin-bottom: -50px;
}