/*
 Theme Name:   carlosnavarretelawfirm
 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:  carlosnavarretelawfirm
*/

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

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: 'Abel', sans-serif;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: normal;
  color: #fff;
}

p,
li,
ul,
ol,
blockquote {
  font-family: "Poppins", 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: 1500px;
  width: 100%;
  margin: 0 auto;
}

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

.fl {
  float: left;
}

.fr {
  float: right;
}

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

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


/* Header Section Starts */

.head-sec {padding: 50px 0 0;position: absolute;left: 0;top: 0;z-index: 99;}

.head-sec .container{max-width: 1646px;display: flex;justify-content: space-between;align-items: center;gap: 65px;}

.logo {width: 30%;max-width: 467px;transition: all 0.5s ease;}

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

.logo-rit {margin: 0px 0 0 0;}

.top-rit{margin: 0px 0 40px;display: flex;align-items: center;justify-content: flex-end;}

.top-rit p{font-size: 21px;letter-spacing: 0.21px;margin-bottom: 0;line-height: 1;color: #fff;text-transform: uppercase;font-family: 'Poppins', sans-serif;font-weight: 300;font-style: italic;}

.logo-rit .top-cal{margin-left: 17px;}

.logo-rit .top-cal a{font-size: 35px;padding-left: 62px;letter-spacing: -0.7px;line-height: 1;color: #fff;font-family: 'Abel', sans-serif;font-weight: 400;display: inline-block;position: relative;}

.logo-rit .top-cal a:before{width: 49px;height: 55px;background-image: url(images/sprites.webp);background-position: -9px -7px;left: 0;top: 0;bottom: 0;margin: auto;position: absolute;content: "";}

.logo-rit .top-cal a:hover {color: #52c7f9;}

.logo-rit .top-lang {margin: 0 33px 0 58px;}

.logo-rit .top-lang.english { display: none; }

.translated-ltr .logo-rit .top-lang.spanish { display: none; }

.translated-ltr .logo-rit .top-lang.english { display: block; }

.top-lang.cmn-btn a{font-size: 23px;padding: 22px 62px 15px 30px;letter-spacing: 0.92px;line-height: 1;color: #fff;font-family: 'Bebas Neue', sans-serif;font-weight: 400;display: inline-block;}

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

.topmenu ul li {float: left;position: relative;margin: 0px;margin-right: 34px;}

.topmenu ul li a {position: relative;text-transform: uppercase;font-size: 21px;letter-spacing: 0.23px;line-height: 1;color: #fff;font-family: "Poppins";font-weight: 500;transition: 0.3s; }

.topmenu ul.primary-menu > li.current-menu-item a, .topmenu ul.primary-menu > li a:hover {color: #52c7f9;}

.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: 230px;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: 16px;width: 100%;font-family: 'Abel';letter-spacing: 1.5px;line-height: normal;padding: 9px 12px 8px;color: #fff;display: block;text-transform: capitalize;background-color: #272f43;}

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

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

.head-sec.f-nav{position: fixed;z-index: 999;padding: 10px 0;background-color: #272f43;}

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

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

.head-sec.f-nav .topmenu ul{margin-top: 0;}

.head-sec.f-nav .logo{width: 20%;}




/* 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: #075079;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: #0aabef;}
.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.webp);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.webp);
}

.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 */

.cmn-btn a {font-family: 'Abel', sans-serif; font-size: 20px; font-weight: 400; padding: 21px 13px; background: #0aabef; color: #fff; line-height: 1; letter-spacing: 2px; text-transform: uppercase; display: inline-block; border-radius: 84px; position: relative;}
.cmn-btn a:before {position: absolute; content: ""; border: 1px solid #0aabef; width:calc(100% + 20px); height:100%; top: 0; bottom: 0; left: -12px; right: 0; margin: auto; border-radius: 84px;}
.cmn-btn a:hover{background-color:#075079;}
.cmn-btn a:hover:before{border: 1px solid #075079;}
.cmn-btn a:after{position: absolute; content: "";background-image:url(images/sprites.webp);background-repeat: no-repeat;background-position:-73px -24px;width:13px;height:16px;top: 0;bottom: 0;right: 33px;margin: auto;}


.hedngs {
  text-align: center;
  margin-bottom: 100px;
  position: relative;
}
.hedngs:before {
  position: absolute;
  content: "";
  background-image: url("images/headng-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 60%;
}
.hedngs h5 {
  font-size: 28px;
  color: #0aabef;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  line-height:1.2; 
  letter-spacing:0.28px ;
  margin: 0 0 5px 0;
}
.hedngs h2 {
  font-size: 85px;
  font-family: 'Abel', sans-serif;
  font-weight: 400;
  line-height:1.3 ;
  letter-spacing:2.125px ;
  color: #000;
  text-transform: uppercase;
  background-image: url("images/practc-border.webp");
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 100%;
  padding-bottom: 15px;
  display: inline;
  background-size: contain;
}

/* Homepage Banner Section Starts */

.banner-sec {
  padding: 382px 0px 182px 0;background-position: center;
  position: relative;
  background: url(images/hm-banner-bg.webp) no-repeat;
  background-size: cover;
  text-align: center;
}

.banner-sec h1 {
  font-size: 97px;
  font-family: 'Abel', sans-serif;
  font-weight: 400;
  line-height: 1.10;
  letter-spacing: 2.231px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 22px 0;
  position: relative;
  display: inline-block;
}
.banner-sec h1:before,.banner-sec h1:after{
  position: absolute;
  width: 30%;
  bottom: 45px;
  left: 4px;
  content: "";
  background:url(images/hm-banner-txt-btm.webp) no-repeat;
  height: 18px;
  background-size: 100%;
}

.banner-sec h1:after{
  background-image:url(images/hm-exp-txt-btm-rgt.webp);
  left: inherit;
  right: 0;
}
.banner-sec p{
  font-size: 30px;
  margin: 0 0 44px;
  line-height: 1.56;
  letter-spacing: -0.3px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.banner-sec .cmn-btn a{font-size: 25px;letter-spacing: 2.5px;padding: 18px 44px;}

.banner-sec .cmn-btn a:after{display: none;}

/* Homepage Banner Section Ends */
/* Homepage Award Section Starts */
.award-sec .container {max-width: 1920px;padding: 0 210px;position: relative}
.award-sec {background: #075079;padding: 75px 0px;position: relative;}
.award-sec .container:after, .award-sec .container:before{position: absolute; content: ""; background-image:url(images/about-arrow1.webp); background-repeat: no-repeat;width: 28.45%;height: 21px; left: 0px; top:-49px;background-size: 100%;}
.award-sec .container:after{background-image:url(images/about-arrow2.webp);bottom: -45px;top: inherit;}
.awards-item {display: flex; flex-wrap:wrap;justify-content:space-between;align-items: center;}
.award-imgpart {display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: 45px; width: 74%; }
.awards-img {width:21.4%;}
.awards-cont {width: 26%; }
.awards-cont h2 {font-family: 'Abel', sans-serif; font-weight: 400; line-height: 0.9; letter-spacing: -0.4px; font-size: 85px; text-transform: uppercase; color: #fff; }
.awards-cont h5 {font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 23px; line-height: 1.7; letter-spacing: 0.82px; color: #fff;margin:0; }
/*.awards-img.two {background: #fff; padding: 12px;}*/
/* Homepage About Section Starts */
.about-part {display: flex; justify-content: space-between; }
.about-leftpart {width: 50%; }
.about-rightpart { position: absolute; right: 0; width: 45.8%; }
.about-img { position: relative; margin-bottom: 60px;border: 8px solid #075079;border-right: none;}
.about-img img {width: 100%; display: block; height: 839px; object-fit: cover; object-position: center top; }
.about-sec { background:url(images/about-bg.webp); background-repeat:no-repeat; padding: 148px 0px 122px;background-size: cover; }

.about-sec .hedngs:before { background-image: url("images/headng-icon-grey.webp"); }

.about-leftpart h4 {font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 35px; line-height: 0.9; letter-spacing: 0px; color: #0aabef; }
.about-leftpart p {font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 20px; line-height: 2; letter-spacing: 0.3px; color: #000; margin-bottom: 41px; } 
.about-leftpart p:last-child{margin-bottom: 0;}
.about-serving {position: absolute; top: 0px; bottom: 0px; left: 0px; margin: auto; transform: rotate(180deg); writing-mode: vertical-rl; text-align: center; display: none;}
.about-serving h3 {font-family: 'Abel', sans-serif; font-weight: 400; font-size: 35px; line-height: 2; letter-spacing: 7px; text-transform: uppercase; color: #fff; display: inline-block; background: #075079; padding: 27px 13px; margin: 0px; }
.about-btns {display: flex; justify-content: start; gap: 30px; align-items: center; } 
.cal-btn a {font-family: 'Abel', sans-serif; font-weight: 400; font-size: 40px; line-height: 1; letter-spacing: -0.48px; color: #075079; padding: 10px 0px 10px 72px; position: relative; }
.cal-btn a:hover{color: #0aabef;}
.cal-btn a:before{position: absolute; content: ""; background: url(images/sprites.webp); background-repeat:no-repeat; background-position: -5px -120px; width:64px; height: 64px; left: 3px; top: 6px; bottom: 0; right: 0; } 
.more-btn a{padding: 23px 52px 19px 30px;}

/* Homepage About Section Ends */
/* Homepage Practice Area Section Starts */

.hmpractice-sec {padding: 63px 0 77px;}
.hmpractice-sec .pract-lists {display: flex;justify-content: space-between;    margin-bottom: 47px;position: relative;    gap: 40px;    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;}
.hmpractice-sec .prac-itm {width: 100%;text-align: center;position: relative;}
.prac-itm:before {position: absolute;content:"";width: 100%;height: 100%;bottom: 0;left: 0;right: 0;margin: auto;display: block;background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(7,80,121,0.02) 9%,rgba(7,80,121,0.02) 11%,rgba(7,80,121,0) 14%,rgba(7,80,121,0.02) 15%,rgba(7,80,121,0.03) 18%,rgba(7,80,121,0.03) 19%,rgba(7,80,121,0.03) 21%,rgba(7,80,121,0.05) 22%,rgba(7,80,121,0.05) 23%,rgba(7,80,121,0.05) 26%,rgba(7,80,121,0.08) 27%,rgba(7,80,121,0.08) 31%,rgba(7,80,121,0.1) 32%,rgba(7,80,121,0.1) 34%,rgba(7,80,121,0.12) 35%,rgba(7,80,121,0.13) 36%,rgba(7,80,121,0.17) 37%,rgba(7,80,121,0.17) 38%,rgba(7,80,121,0.19) 39%,rgba(7,80,121,0.2) 40%,rgba(7,80,121,0.2) 41%,rgba(7,80,121,0.23) 43%,rgba(7,80,121,0.24) 44%,rgba(7,80,121,0.25) 45%,rgba(7,80,121,0.29) 46%,rgba(7,80,121,0.3) 47%,rgba(7,80,121,0.33) 48%,rgba(7,80,121,0.34) 49%,rgba(7,80,121,0.37) 50%,rgba(7,80,121,0.37) 51%,rgba(7,80,121,0.42) 52%,rgba(7,80,121,0.44) 53%,rgba(7,80,121,0.43) 54%,rgba(7,80,121,0.49) 55%,rgba(7,80,121,0.5) 56%,rgba(7,80,121,0.56) 58%,rgba(7,80,121,0.57) 59%,rgba(7,80,121,0.58) 61%,rgba(7,80,121,0.64) 62%,rgba(7,80,121,0.64) 63%,rgba(7,80,121,0.76) 68%,rgba(7,80,121,0.87) 74%,rgba(7,80,121,0.93) 79%,rgba(7,80,121,0.98) 86%,rgba(7,80,121,1) 100%);}
.prac-itm:hover:before {display: none;}
.prac-itm:after {position: absolute;content: "";background-color: #0aabef;width: 100%;height: 100%;opacity: 80%;top: 0;bottom: 0;left: 0;right: 0;margin: auto;display: none;}
.prac-itm:hover .prac-itm-cnt {height: max-content;z-index: 9;position: absolute;right: 0;left: 0;top: 0;bottom: 0;margin: auto;}

.prac-itm:hover:after {display: block;}
.prac-itm .hover a {position: absolute;content: "";font-size: 0;top: 0;bottom: 0;left: 0;right: 0;margin: auto;z-index:10;}
.prac-itm img {width: 100%;display: block;}
.prac-itm .prac-itm-cnt {position: absolute;width: 100%;bottom: 73px;padding: 140px 10px 0 10px;}
.hmpractice-sec .prac-itm:hover .prac-itm-cnt:before {position: absolute;content: "";background-image: url("images/sprites.webp");background-repeat: no-repeat;background-position: -216px -122px;width: 144px;height: 130px;top: 0px;left: 0;right: 0;margin: auto;z-index: 1;}
.hmpractice-sec .prac-itm:hover .prac-itm-cnt.family:before{ background-position: -265px -4px;width:105px;height:105px; }
.hmpractice-sec .prac-itm:hover .prac-itm-cnt.domestic:before{ background-position: -149px -2px;width:107px;height:107px; }
.hmpractice-sec .prac-itm:hover .prac-itm-cnt.child:before{ background-position: -379px -8px;width:93px;height:96px; }

.hmpractice-sec .prac-itm-cnt h4 {font-size: 48px;font-weight: 400;font-family: 'Abel', sans-serif;color: #fff;line-height: 1.3;    letter-spacing: 0.72px;text-transform: uppercase;margin: 0 0 24px;position: relative;}
.prac-itm .prac-itm-cnt p {font-size: 22px;font-family: 'Poppins', sans-serif;font-weight: 400;line-height: 1.5;letter-spacing: 0.66px;color: #fff;display: none;margin-bottom: 53px; padding: 0 39px;}
.hmpractice-sec .practc_btn a {display: inline-block;font-size: 20px;font-weight: 700;font-family: 'Abel', sans-serif;line-height: 1.3;letter-spacing: 1.9px;background-color: #0aabef;color: #fff;border-radius: 30px;padding: 17px 35px 17px 35px;text-transform: uppercase;position: relative;border: 1px solid #0aabef;}
.hmpractice-sec .practc_btn a:before {position: absolute; content: ""; border: 1px solid #0aabef; width:calc(100% + 20px); height:100%; top: 0; bottom: 0; left: -11px; right: 0; margin: auto; border-radius: 84px;}
.hmpractice-sec ..prac-itm:hover h4 {padding-top: 165px;}
.hmpractice-sec .prac-itm:hover h4,
.hmpractice-sec .prac-itm:hover p {color: #fff;}
.hmpractice-sec .prac-itm:hover h4 {margin-bottom: 15px;}
.hmpractice-sec .prac-itm:hover .practc_btn a {background-color: transparent;border: 1px solid #fff;}
.hmpractice-sec .prac-area-item h3 {font-size: 37px;font-family: Montserrat;font-weight: 700;color: #fff;text-align: center;text-transform: capitalize;position: absolute;right: 0;left: 0;bottom: 62px;margin: auto;z-index: 99;}
.hmpractice-sec .cmn-btn {text-align: center;}
.hmpractice-sec .cmn-btn a { padding: 21px 58px 21px 35px; letter-spacing: 2px; font-weight: 700; }
.hmpractice-sec .pract-lists.owl-carousel .owl-nav {position: absolute;top: -86px;display: block !important;right: 202px;margin: auto;}
.hmpractice-sec .pract-lists.owl-carousel .owl-nav .owl-prev, .hmpractice-sec .pract-lists.owl-carousel .owl-nav .owl-next {background: none;color: inherit;border: none;padding: 0 !important;font: inherit;background-image: url(images/sprites.webp);background-repeat: no-repeat;background-position: -81px -122px;font-size: 0;display: inline-block;width: 51px;height: 59px; margin: 0 8px; }
.hmpractice-sec .pract-lists.owl-carousel .owl-nav .owl-prev:hover {background-position: -81px -191px;}
.hmpractice-sec .pract-lists.owl-carousel .owl-nav .owl-next {background-position: -142px -122px;}
.hmpractice-sec .pract-lists.owl-carousel .owl-nav .owl-next:hover {background-position: -142px -191px;}
.hmpractice-sec .hedngs h5 {letter-spacing: 0.38px;margin: 0 0 -6px;}
.hmpractice-sec .hedngs h2 {    padding-bottom: 11px;    letter-spacing: 2.225px;}
.hmpractice-sec .prac-itm:hover .practc_btn a:before {border: 1px solid #fff;}
.hmpractice-sec .cmn-btn a {background-color:#075079;}
.hmpractice-sec .cmn-btn a:hover {background: #0aabef;}
.hmpractice-sec .cmn-btn a:before { left: -12px; border:1px solid #075079; }
.hmpractice-sec .cmn-btn a:hover:before {border: 1px solid #0aabef;}

/* Homepage Practice Area Section Starts */

/*/ Homepage FAQs Section Starts /*/

.hm-cmn-pra-faq {background-image: url(images/faqs-bg.webp);background-repeat: no-repeat;background-size: 100% 74%;background-position: center bottom;position: relative;padding: 0px 0px 129px;}
.hmfaq_sec {text-align: center;}
.hm-cmn-pra-faq:before {position: absolute;content: "";background-color: #fff;width: 100%;height: 100%;left: 0;top: 0;bottom: 0;right: 0;margin: auto;opacity: 80%;}
.hmfaq_sec h2.text-heading {font-size: 85px;font-weight: 400;font-family: 'Abel', sans-serif;line-height: 1.17;letter-spacing: 2.125px;position: relative;color: #000;text-transform: uppercase;text-align: center;background-image: url(images/faqs-border.webp);background-repeat: no-repeat;padding: 0 0 32px;margin: 0 0 45px;background-position: bottom center;background-size: 100%;display: inline-block;}
.accordion_sec {display: flex;justify-content: space-between;}
.hmfaq_sec .accsec-ritcnt, .accsec-lftcnt.accordion {width: 48.1%;}
.hmfaq_sec .accordion-section {margin: 0 0 32px 0;width: 100%;}
.hmfaq_sec .accordion-section:last-child {margin: 0;}
.hmfaq_sec .accordion-section h4 a {font-size: 19px;font-family: 'Poppins', sans-serif;font-weight: 600;color: #000;text-transform: capitalize;letter-spacing: 0.19px;line-height: 1.3;width: 100%;display: inline-block;position: relative;padding: 21px 67px 21px 31px;border: 2px solid #0aabef;background: transparent;text-align: left;}
.hmfaq_sec .accordion-section h4 {margin: 0;}
.hmfaq_sec .accordion-section-content {display: none;}
.hmfaq_sec .accordion-section p { margin: 0 0 10px 0; font-size: 18px; font-family: 'Poppins', sans-serif;font-weight: 400;line-height: 2;letter-spacing: 0.27px;color: #fff; padding: 0px; text-align: left;}
.hmfaq_sec .accordion-section h4 a:after {position: absolute;content: "+";right: 36px;top: 15px; margin: auto;font-size: 30px;font-weight: 500;color: #fff;line-height: 1.2;background-color: #075079;width: 34px;height: 34px;border-radius: 30px;text-align: center;}
.hmfaq_sec .accordion-section-title.active:after {content: "-";color: #0aabef;background-color: #fff; }

.hmfaq_sec .accordion-section-title.active {color: #ffff;background: #0aabef;border: 2px solid #075079;position: relative;border-bottom: none;}
.hmfaq_sec .accordion-section-content.open {display: block;background: #0aabef;color: #fff;position: relative;border: 2px solid #075079;border-top: none;}

.hmfaq_sec .accordion-section-content { padding: 0 81px 25px 37px; }


/* Homepage FAQs Section Ends */

/* Homepage Testimonials Section Starts */


.hm-testimonials .hedngs h2{color:#fff;line-height: 1;padding-bottom: 12px;}

.hm-testimonials .hedngs h5{color:#fff;}

.hm-testimonials .hedngs {margin-bottom: 45px;}

.hm-testimonials .hedngs:before { background-image: url("images/reviews-section-icon.webp"); }

.hm-testimonials:after {position: absolute; content: ""; background-color: #0a4f77; top: 0; bottom: 0; left: 0; right: 0; opacity: 90%; margin: auto;z-index: -1; pointer-events: none; }

.hm-testimonials {position: relative; text-align: center; padding: 115px 0px 62px; background-image: url(images/tesim-bacg-img.webp); background-repeat: no-repeat; background-size: cover; background-position: center;z-index: 1;}

.testi-img {width: 25%;}

.testi-rev {width: 12%;}

.testi-rev h4{font-size: 28px;font-family: 'Abel', sans-serif;font-weight: 400;color: #fff; line-height: 1; letter-spacing: 9.24px;text-transform: uppercase;margin: 0;}

.hm-testimonials .hm-testi-item {background-color: #fff; padding: 33px 38px 15px 35px;}

.testi-blck.owl-carousel .owl-item.active.center .hm-testi-item{background-color: #0aabef;}

.testi-btn.cmn-btn {margin: 55px 0 0 0; }

.hm-testimonials .cmn-btn a {padding: 20px 58px 19px 30px;}

.hm-testimonials .cmn-btn a:before {width:calc(100% + 15px);left: -9px;}

.hm-testimonials .hm-testi-item p {font-size: 20px; font-family: 'Poppins', sans-serif;font-weight: 400; line-height: 1.9;letter-spacing:0.3px; color: #30314a; position: relative;text-align: left;margin: 0 0 30px;}

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

.hm-testimonials .hm-testi-item h5 {font-family: 'Abel', sans-serif; font-size: 33px; font-weight: 400; color: #22b3f1; text-transform: uppercase; line-height: 1; letter-spacing: 0.99px;text-align: left;position: relative;padding:0 0 0 28px;margin: 0 0 7px;}

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

.hm-testimonials .hm-testi-item h5:before{position: absolute; content: ""; background-color: #0aabef;width:16px;height:2px; top: 0; bottom: 0; left: 0;margin: auto;}

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

.hm-testimonials .hm-testi-item h5:after{position: absolute; content: "";background-image:url(images/sprites.webp);background-repeat: no-repeat;background-position:-491px -269px;width:65px;height:41px;top: 6px;;right:0;margin: auto;}

.testi-blck.owl-carousel .owl-item.active.center .hm-testi-item h5:after {background-position:-490px -319px;}

.hm-testimonials .hm-testi-item h6{font-family: 'Barlow', sans-serif; font-size: 19px; font-weight: 400; color: #000; line-height: 1; letter-spacing: 0.57px;text-align: left;padding: 0 0 0 23px;display: none;}

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

.testi-blck.owl-carousel.owl-drag .owl-item {display: flex !important;}

.hm-testimonials .owl-stage {display: flex;}

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

.testi-img-rev {display: flex; justify-content: center; align-items: center; gap: 4px;margin: 0 0 10px;}

.hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-prev, .hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-next { position: relative; background-image: url(images/sprites.webp); background-position: -434px -126px; width: 55px; height: 55px; margin: 0 10px; }

.hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-prev:hover{background-position: -434px -189px;}

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

.hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-next:hover{background-position: -501px -189px;}

.hm-testimonials .testi-blck.owl-carousel .owl-nav { display: block; position: absolute; top: 0px; right: 20px; }

.hm-testimonials .testi-blck.owl-carousel .owl-nav button span {font-size:0;}



/* Homepage Testimonials Section Ends */

/*Homepage Advising Clients Section Starts*/

.hmadvising-clients-sec{position: relative;padding: 150px 0 130px;}

.hmadvising-clients-sec .hedngs {margin-bottom: 121px;}

.hmadvising-clients-sec .hedngs:before { background-image: url("images/headng-icon-grey.webp"); }

.hmadvising-clients-sec .hedngs h5 {line-height:1;}

.hmadvising-clients-sec .hedngs h2 {line-height:1.2 ;padding-bottom: 10px;}

.advi-clits {display: flex; justify-content: flex-end; margin-bottom: 30px;}

.advi-clits-lft { width: 46%; margin: 0; position: absolute; left: 0px;  }

.advi-clits-lft img { height: 722px; display: block; width: 100%; object-fit: cover; object-position: left center; }

.advi-clits-rgt {width: 50%;}

.advi-lft-cnimg {position: absolute;top: 40px;left: 0;}

.hmadvising-clients-sec h4 {font-size: 35px; font-family: 'Poppins', sans-serif;font-weight: 400;color: #0aabef; line-height: 1; letter-spacing: 0px;margin: 0 0 14px;}

.advi-cal p {margin-bottom: 0 !important;}

.hmadvising-clients-sec p, .hmadvising-clients-sec ul li{font-size: 20px; font-family: 'Poppins', sans-serif;font-weight: 400;color: #000; line-height: 2; letter-spacing: 0.3px;margin: 0 0 45px;}

.hmadvising-clients-sec ul li{margin-bottom: 20px;line-height: 1.5;padding-left: 20px;list-style: disc;}

.hmadvising-clients-sec ul {column-count: 4;    column-gap: 190px;margin-bottom: 30px;}

.advi-rgt-btn {display: flex; justify-content: flex-start;align-items:center;gap: 50px; padding: 0 0 0 10px;}

.advi-btn.cmn-btn a {background-color:#075079 !important;padding: 20px 60px 19px 35px;}

.advi-btn.cmn-btn a:hover {background-color:#0aabef !important;}

.advi-btn.cmn-btn a:before { border: 1px solid #075079 !important;}

.advi-cal {padding: 10px 0 0 68px;position: relative;}

.advi-cal:before{position: absolute; content: "";background-image:url(images/sprites.webp);background-repeat: no-repeat;background-position:-9px -120px;width:55px;height:63px;top: 0;bottom: 0;left: 0;margin: auto;}

.advi-cal p a{font-size: 40px;font-family: 'Abel', sans-serif;font-weight: 400;color: #075079; line-height: 1; letter-spacing:-0.8px;}

.advi-clits_video_blk {max-width: 845px;margin: auto;margin-bottom: 30px;}

/*Homepage Advising Clients Section Ends*/

/* Homepage Experience Former Section Starts */

.hmexp-former-sec{
    padding: 40px 0;
    background: url(images/hm-exp-former-bg.webp) no-repeat;
    background-size: cover;
}
.hmexp-former-sec .container{display: flex;justify-content: space-between;align-items: center;}
.hm-exp-former-txt h2{
  font-size: 80px;
  letter-spacing: 2px;
  line-height: 1.06;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Abel', sans-serif;
  font-weight: 400;
  margin: 0 0 11px;
}

.hm-exp-former-txt p{
  font-size: 21px;
  letter-spacing: 0.315px;
  line-height: 1.52;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin: 0;
}
.hm-exp-former-txt {
    padding: 0 0 50px;
    background: url(images/hm-exp-txt-btm.webp) no-repeat bottom left;
    position: relative;
}
.hm-exp-former-txt 
.hm-exp-former-lnk {}

.hm-exp-former-lnk {
    display: flex;
    flex-direction: column;
    gap: 29px;
}

.hm-exp-cal span{
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 1.6;
  color: #fff;text-transform: uppercase;
  display: block;font-family: 'Abel', sans-serif;font-weight: 400;
}
.hm-exp-cal a{
  font-size: 39px;
  letter-spacing: -0.78px;
  color: #fff;
  font-family: 'Abel', sans-serif;font-weight: 400;
}
.hm-exp-cal a:before{
  width: 57px;
  height: 57px;
  position: absolute;
  content: "";
  background-image: url(images/sprites.webp);
  left: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: -389px -278px;
}

.hm-exp-cal a:hover{color: #0aabef;}
.hm-exp-cal {
    padding: 0 0 0 83px;
    position: relative;
}

.hm-exp-cont.cmn-btn a {
    padding: 20px 30px;
}


.hm-exp-cont.cmn-btn a:hover:before {
    border: 1px solid #fff;
}

.hm-exp-cont.cmn-btn a:hover {
    background-color: transparent;
}
.hm-exp-cont.cmn-btn a:after{display: none;}
/* Homepage Experience Former Section Ends */

/* Homepage Blog Section Starts */

.hmblg-sec {padding: 150px 0; background-image: url(images/blog-banner.webp); background-repeat: no-repeat;background-position:center;background-size:cover; }
.hmblg-sec .hmblg-blck {flex-wrap: wrap; display: flex; gap: 30px; margin: 0 0 45px; }
.hmblg-sec .hmblg-item {background-image: url(images/blog-item.webp);background-size: 100% 100%;background-repeat: no-repeat;width: 32%;padding: 20px 20px 20px;position: relative;}.hmblg-sec .hedngs h5{font-size: 28px; color: #0aabef; font-weight: 400; font-family: 'Poppins', sans-serif; line-height:1.2; letter-spacing:0.28px ; margin: 0; text-align: center; }
.hmblg-sec .hmblg-item:hover{background-image: url("images/blog-itm-hover.webp");}
.hmblg-sec .hedngs h2{ background-image: url("images/blog-cover.webp"); padding-bottom: 10px; }
.hmblg-item-cnt.fw {background: #e6edf1; padding: 64px 16px 45px; }
.hmblg-sec .hmblg-item:hover .hmblg-item-cnt.fw{background-color:#e6f6fd;} 
.hedngs:before {position: absolute; content: ""; background-image: url("images/headng-bg.webp"); background-repeat: no-repeat; background-position: center; width: 300px; height: 300px; top: 0; bottom: 0; left: 0; right: 0; margin: auto; opacity: 60%; }
.hmblg-sec .hmblgcnt h3 {font-family: 'Abel', sans-serif; font-size:31px; font-weight: 400; margin: 0 0 20px 0; color: #000; line-height: 1.1; letter-spacing: 0.31px; text-align: center; text-transform: uppercase; }
.hmblg-sec .hmblgcnt p {font-family: 'Poppins', sans-serif; font-weight: 400; font-size:20px; line-height: 1.5; letter-spacing: 0.2px; margin: 0 0 35px 0px; text-align: center; }
.hmblgcnt .cmn-btn {text-align: center; }
.hmblgcnt .cmn-btn a {background: #075079; padding: 15px 25px;border: 1PX solid #075079;}
.hmblgcnt .cmn-btn a:after{display: none;}
.hmblgcnt .cmn-btn a:before{border:1px solid #075079;}
.hmblg-sec .hmblg-item:hover .hmblgcnt .cmn-btn a{background-color: transparent;border:1px solid #0aabee;color:#0aabee;}
.hmblg-sec .hmblg-item:hover .hmblgcnt .cmn-btn a:before{border:1px solid #0aabee;}
.hmnews-btn.fw {text-align: center; }
.hmnews-btn.cmn-btn a{padding: 21px 45px 21px 40px; background:#075079;}
.hmnews-btn.cmn-btn a:before {position: absolute; content: ""; border:1px solid #075079; width:calc(100% + 20px); height:100%; top: 0; bottom: 0; left: -11px; right: 0; margin: auto; border-radius: 84px;}
.hmnews-btn.cmn-btn a:hover{background-color:#075079;}
.hmnews-btn.cmn-btn a:hover:before{border: 1px solid #075079;}
.hmnews-btn.cmn-btn a:after{position: absolute; content: "";background-image:url(images/sprites.webp);background-repeat: no-repeat;background-position:-73px -24px;width:13px;height:16px;top: 0;bottom: 0;right: 15px;margin: auto;}
.hmnews-btn.cmn-btn a:hover{background-color: #0aabee;}
.hmnews-btn.cmn-btn a:hover:before{border:1px solid #0aabee;}
.clndr {padding: 14px; background: #033864; color: #fff; text-align: center; border-radius: 50px; font-size: 29px; font-family: 'Abel', sans-serif; font-weight: 400; line-height: 1; text-transform: uppercase; letter-spacing: 0.58px; position: absolute; top: -42px; left: 7px; right: 0; margin: auto; width: 18%; } 
.clndr strong{font-size: 23px; font-family: 'Abel', sans-serif; font-weight: 400; line-height: 1; letter-spacing: 1.38px; }
.hmblg-sec .hmblg-item:hover .clndr{background-color:#0aabee;} 

/* Homepage Blog Section Ends */




/* Homepage Form Section Starts */


.hm-form-sec{position: relative;background-color: #0aabee;padding: 0 0 274px 0;}
.form-list {display: flex;justify-content: flex-end;}
.frame {width: 50%;position: absolute;left: 0;top: 0;}
.forme-sec{width: 50%;padding: 113px 0 0 70px;}
.frame iframe {display: block;width: 100%;height: 1064px;}

.forme-sec h2{
  font-family: 'Abel', sans-serif;
  font-size:85px ;
  font-weight:400 ;
  line-height:1 ;
  letter-spacing:2.125px ;
  text-transform:uppercase ;
  color:#fff ;
  text-align: center;
  margin-bottom: 8px;

}
.forme-sec h3{
   font-family: 'Poppins', sans-serif;
  font-size:26px ;
  font-weight:200 ;
  line-height:1 ;
  letter-spacing:0.52px;
  text-transform:capitalize ;
  color:#fff ;
  text-align: center;
  margin: 0 0 59px 0;
  
}
.forme-sec p{
 font-family: 'Poppins', sans-serif;
  font-size:17px ;
  font-weight:400 ;
  line-height:1 ;
  letter-spacing: 0.17px;
  color:#fff ;
  text-align: left;
  margin-bottom: 15px;
  
}

.hm-form-sec .gform_wrapper.gravity-theme .gform_fields {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr 2%)[12];
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(auto-fill,auto);
    grid-column-gap: 3%;
    grid-row-gap: 21px;
}

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

.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: 0px;
    width: 100% !important;
    color: #000;
    outline: 0px;
    position: relative;
    background: #fff;
    border: 1px solid #fff;
    font-size: 17px !important;
    padding: 12px 18px !important;
    transition: all 0.5s;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0.17px;
    line-height: 1;
    text-transform: capitalize;

}
.gfield.gfield--width-full.popfield.gfield_html.gfield_html_formatted.gfield_no_follows_desc.field_sublabel_below.field_description_below.gfield_visibility_visible {
    margin: -20px 0 0;
}
.hm-form-sec .gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 151px;
    margin-bottom: 10px;
    resize: none;
}

.hm-form-sec .gform_wrapper .top_label textarea {
  width: 100%;
  float: left;
  height: 180px;
  margin: 0px 0px 30px;
  padding: 12px;
}

.hm-form-sec .gform_wrapper .form-links, .form-top {
  font-size: 16px;
  color: #fff;
  width: 100%;
  display: inline-block;
}

.hm-form-sec .gform_wrapper .form-links a {
  font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 0px;
}

.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 .top_label .chkbx label {
  font-size: 18px !important;
  line-height: 20px !important;
  color: #fff;
}

.hm-form-sec .gform_wrapper .top_label .chkbx label {
  font-weight: 700;
}

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


.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
    display: inline-block;
    font-size: 17px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0px;
    color: #fff;
    text-transform: capitalize;
}



.hm-form-sec .gform_wrapper .top_label input[type="submit"] {width: auto !important;font-family: 'Bebas Neue', sans-serif;font-size: 27px !important; font-weight: 400; padding: 19px 45px 15px 48px !important; background: #075079 !important; color: #fff; line-height: 1; letter-spacing: 1.08px !important; text-transform: uppercase; display: inline-block; border-radius: 84px !important; position: relative !important;margin: 0 !important;}
.hm-form-sec .gform_wrapper .gform_footer.top_label {
    padding: 0 10px !important;
    margin: -60px 0 0;
    text-align: end;
    position: relative;
    display: inline-block;
    border: 1px solid #075079 !important;

    float: right;
    border-radius: 50px !important;
}

.hm-form-sec .gform_wrapper .top_label input[type="submit"]:before {position: absolute !important; content: ""; border: 1px solid #0aabef !important; width:calc(100% + 20px); height:100%; top: 0; bottom: 0; left: -11px; right: 0; margin: auto; border-radius: 84px;}
.hm-form-sec .gform_wrapper .top_label input[type="submit"]:hover{background-color:#000 !important;}
.hm-form-sec .gform_wrapper .top_label input[type="submit"]:hover:before{border: 1px solid #075079 !important;}


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

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

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

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

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

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

.hm-form-sec .gform_wrapper .top_label .gfield_label {
  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;
}

.hm-form-sec .gform_wrapper .top_label .gfield_label {
  display: 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.chk { margin: 0 0 10px 0; }

.hm-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message, .form-sec .gform_wrapper .gfield .instruction.validation_message{
   position: absolute;
   top: 0px;
    background: none;
    padding: 0px;
    line-height: 1;
    color: red;
    font-size: 13px;
    right: 10px;
    top: 10px;
    font-weight: 500;
    width: auto;
    border: none;
    margin: 0px;
    pointer-events: none;
}
.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    bottom: 0px;
    top: inherit;
    position: absolute;
    right:11px;
    width: inherit;
    border: none;
}
.hm-form-sec .gform_wrapper.gravity-theme .instruction {
    font-size: 13px;
    line-height: inherit;
    clear: both;
    font-family: inherit;
    letter-spacing: normal;
    padding: 0 !important;
    width: 100%;}
.hm-form-sec .gform_wrapper .gfield.chk .gfield_description.validation_message {
    text-align: left;
    left: 0px;
    top: 24px;
}
.hm-form-sec .gform_wrapper .gfield_validation_message, .hm-form-sec .gform_wrapper .validation_message{background: none;}

.hm-form-sec .gform_wrapper .gform_validation_errors{display: none;}
div#popup-container .popup {
    position: absolute;
    width:680px;
}

.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: 0px 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;
}

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

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

/*/ Homepage Form Section Ends /*/

.hm-ftr-top {margin: -290px 0px 90px;position: relative;}
.hm-ftr-top .container{width: 100%;max-width:89.4% ;margin:auto;background-image: url(images/ftr-top-back.webp);background-repeat: no-repeat;background-size: cover;padding: 70px 40px 90px;}
.hm-ftr-top h2{font-family: 'Abel', sans-serif;font-size:123px ;font-weight: 400;line-height:0.85 ;letter-spacing:-3.69px ;text-transform:capitalize ;color:#fff ;margin: 0 0 28px 0;text-align: center;}
.hm-ftr-top h2 strong{color:#84dbff; font-weight: 400; }
.hm-ftr-top h5{font-family: 'Poppins', sans-serif;font-size:26px ;font-weight:500 ;line-height: 1;color: #fff;margin: 0;text-align: center;}
.map-cnt {position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;height: max-content;width: max-content;padding: 12px 12px 12px 71px;background-color: #e8eaed;}
.map-cnt:before{position: absolute;content: "";background-image: url(images/map-logo.webp);width: 61px;height: 61px;left: 0;top: 0;bottom: 0;margin: auto;}
.map-cnt h4 {color: #E97A71;font-family: 'Abel', sans-serif;font-size:20px ;text-transform:capitalize ;letter-spacing: 0.2px;margin: 0;}
.site-footer {background: #042e46;padding: 72px 0 50px;}
.ftr-logo{display: none;}
.ftmenu ul {text-align: center;  margin: 0 0 52px 0;}
.ftmenu ul li {display: inline-block;margin:0 30px;}
.ftmenu ul li:first-child{margin-left: 0;}
.ftmenu ul li:last-child{margin-right: 0;}
.ftmenu ul li a {text-transform: uppercase;color: #fff;font-family: "Poppins", sans-serif;font-size: 24px;font-weight: 500;line-height: 1;letter-spacing: 0.75px;}
.ftmenu ul li a:hover{color: #0aabef;}
.ftr-blocks {display: flex;flex-wrap: wrap;align-items: center;margin: 0 0 55px 0;border-top: 1px solid rgba(255, 255, 255, 40%);}
.ftr-blocks  p.loc {padding: 0 0 0 59px;position: relative;}
.ftr-blocks  p.loc:before{position: absolute;content: "";background-image: url(images/sprites.webp);background-position:-9px -334px ;width:36px ;height:50px ;left: 0;top: 14px;}
.ftrblk {width: 24.7%;}
.ftrblk:last-child{border-right: 0;}
.ftrblk.ftr-blk2 {width: 50.5%;text-align: center;border-right: 1px solid rgba(255, 255, 255, 40%);border-left: 1px solid rgba(255, 255, 255, 40%);padding: 50px 0 45px 0;}
.ftrblk.ftr-blk3 {padding-left: 68px;}
.ftrblk .consult{padding: 0 0 0 68px;position: relative;}
.ftrblk p a:before{position: absolute;content: "";background-image: url(images/sprites.webp);background-position:-390px -340px ;width:45px ;height:49px ;left: 0;top:0; }
.ftr-img {margin: 0 0 43px 0;}
.ftrblk h4 {font-family: 'Abel', sans-serif;font-weight:400;font-size: 29px;text-transform: uppercase;line-height: 1;margin: 0 0 11px 0;color: #fff;padding: 0 0 20px 0;position: relative;display: inline-block;letter-spacing: 0.7px;}
.ftrblk h4:before{position: absolute;content: "";background-image: url(images/ftr-line.webp);width: 100%;height: 14px;left: 0;bottom: 0;background-repeat: no-repeat;background-size: cover;}
.ftrblk p,
.ftrblk li {font-family: "Poppins", sans-serif;font-weight: 300;color: #fff;font-size: 22px;line-height:2.04;margin: 0 0 0px 0;}
.ftrblk p a{font-family: 'Abel', sans-serif;font-size:37px ;font-weight: 400;line-height: 1;letter-spacing:-0.74px ;display: inline-block;color:#fff ;margin: 3px 0 0;}
.ftrblk p a:hover{color: #0aabee;}
.ftr-btn{text-align: center;}
.ftr-btn a {font-family: 'Abel', sans-serif; font-size: 20px; font-weight: 400; padding: 21px 32px; background: #0aabef; color: #fff; line-height: 1; letter-spacing: 2px; text-transform: uppercase; display: inline-block; border-radius: 84px; position: relative;}
.ftr-btn a:before {position: absolute; content: ""; border: 1px solid #0aabef; width:calc(100% + 20px); height:100%; top: 0; bottom: 0; left: -11px; right: 0; margin: auto; border-radius: 84px;}
.ftr-btn a:hover{background-color:#075079;}
.ftr-btn a:hover:before{border: 1px solid #075079;}
.ftr-socil a {background-image: url(images/sprites.webp);background-position:-63px -336px;width: 49px;height:48px;display: inline-block;font-size: 0;margin: 0 10px 0 0;}
.ftr-socil a:hover{background-position: -63px -394px;}
.ftr-socil a.ylp{background-position: -122px -337px; }
.ftr-socil a.ylp:hover{background-position: -122px -394px; }
.ftr-socil a.utube{background-position: -184px -336px; }
.ftr-socil a.utube:hover{background-position: -184px -394px; }
/*/ Footer Sections Ends /

/ Copyrights /*/

.copyrights {text-align: center;}
.copyrights p,
.copyrights a {color: #fff;font-size: 21px;font-weight: 400;line-height: 1.7;margin: 0;font-family: 'Poppins', sans-serif;display: inline-block;}
.copyrights a {display: inline-block;}
.copyrights a:hover{color: #0aabef;}


/* Homepage Ends */



/* Inner Pages Default Styles */

.page_bnr {background-image: url("images/inn-banner-bg.webp");background-size: cover;background-repeat: no-repeat;padding: 240px 0 100px;position: relative;text-align: center;}

.page_title h1,
.page_title h2 {font-family: 'Abel', sans-serif;font-size: 80px;line-height: 1;color: #fff;position: relative;margin: 0;font-weight: 400;letter-spacing: 1.84px;text-transform: uppercase;text-align: center;background-image: url("images/inn-banner-cont-btm.webp");background-repeat: no-repeat;display: inline-block;background-position: bottom center;padding-bottom: 20px;}

.inrpg-breadcrumbs {padding: 20px 0;color:#fff ;font-size: 18px;line-height: 1.5;font-family: "Poppins", sans-serif;}

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

.page_default {padding: 130px 0;}

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

.genpg-lft {width: 26.7%;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: 'Abel', sans-serif;
}

.page_default .genpg-rite h1,
.page_default .genpg-rite h2 {font-size: 60px;line-height: 1.16;margin-bottom: 23px;font-family: 'Abel', sans-serif;position: relative;display: inline-block;width: 100%;font-weight: 400;letter-spacing: 1.5px;color: #0aabef;margin-bottom: 25px;}

.page_default .genpg-rite h3 {font-size: 50px;line-height: 1.4;letter-spacing: 0;color: #000;margin-bottom: 20px;}

.page_default .genpg-rite h4 {font-size:40px;line-height: 1.2;letter-spacing: 1.2px;color: #000;}

.page_default .genpg-rite h5 {font-size: 34px;line-height: 1.2;color: #000;margin-bottom: 20px;}

.page_default .genpg-rite h6 {font-size: 26px;letter-spacing: 0.4px;line-height: 1.3;color: #000;margin-bottom: 25px;font-family: 'Poppins', sans-serif;font-weight: 600;}

.page_default .genpg-rite p,
.page_default .genpg-rite li {font-size: 20px;line-height: 2;color: #000;letter-spacing: 0.3px;font-weight: 400;font-family: 'Poppins', sans-serif;margin-bottom: 35px;}

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

.page_default .genpg-rite ul li {padding-left: 50px;color: #000;position: relative;margin: 0 0 20px 0;font-weight: 600;}

.page_default .genpg-rite ul li:before {background-image: url("images/sprites-in.webp");background-repeat: no-repeat;width: 22px;height: 17px;position: absolute;content: "";left: 0;top: 10px;background-position: -177px -17px;}

.page_default .genpg-rite li ul {margin: 0;}

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

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

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

.page_content .genpg-rite ol {list-style-type: decimal;}

.page_content .genpg-rite ol li {list-style: decimal;padding-left: 10px;}

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

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

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

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

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





/* Sidebar Styles */ 

.genpg-lft .widget {
  margin-bottom: 20px;
  background: #ccc;
  width: 100%;
  display: inline-block;
  position: relative;
}

.genpg-lft h4.widget-title, .genpg-lft .widget .gform_heading h3.gform_title {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 36px;
  color: #000;
  text-transform: capitalize;
  padding: 22px 20px 22px 38px;
  margin: 0;
  line-height: 1;
  background: #b3552c;
  position: relative;
}

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

/* Sidebar Navigation Menu */

.genpg-lft section.widget_nav_menu ul {
  display: block;
  position: relative;
}

.genpg-lft .widget ul li a {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 2;
  color: #fff;
  position: relative;
  padding: 10px 20px;
  display: inline-block;
}

.genpg-lft .widget ul li a:hover {
  color: #000;
}


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

/* Sidebar Form */

.genpg-lft .widget .gform_heading, .genpg-lft .widget span.gform_description {
  margin-bottom: 0;
}

.genpg-lft .widget form .gform-body {
  padding: 10px 30px 0 30px;
}

.genpg-lft .widget form ul li {
  padding: 0 !important;
  margin: 0 0 5px 0 !important;
  width: 100%;
  border: 0;
}

.genpg-lft .widget form ul li.gfield label {
  display: none;
}

.genpg-lft .widget form ul li.gfield input, .genpg-lft .widget form ul li.gfield textarea {
  width: 100%;
  outline: 0;
  border: 0;
  color: #6e6e6e;
  font-family: "Commissioner-Light" !important;
  font-size: 18px !important;
  padding: 16px 15px !important;
  border: 1px solid #9d9797;
}

.genpg-lft .widget form ul li.gfield textarea {
  height: 120px;
  margin: 0;
}

.genpg-lft .widget form .gform_footer {
  padding: 5px 30px 20px;
}

.genpg-lft .widget form .gform_footer input[type="submit"], .page_default .genpg-rite .contpg-frm input[type="submit"] {
  outline: 0;
  border: 0;
  font-family: "Commissioner-Bold";
  color: #fff;
  line-height: 1 !important;
  display: inline-block;
  text-transform: uppercase;
  font-weight: normal;
  transition: 0.5s;
  font-size: 20px;
  padding: 16px 90px 16px 30px;
  background: #971f2d;
  position: relative;
  z-index: 99;
  cursor: pointer;
}

.genpg-lft .widget form .gform_footer input[type="submit"]:hover, .page_default .genpg-rite .contpg-frm input[type="submit"]:hover {
  background: #ad2434;
}

.genpg-lft .widget .gform_wrapper div.validation_error {
  display: none;
}

.genpg-lft .widget form ul li.chk.gfield li label {
  display: block;
}

/* Sidebar Testimonials */

.genpg-lft .sidebar-testi.owl-carousel {
  padding: 20px 30px;
  text-align: center;
}

.genpg-lft .sidebar-testi .testi-item p {
  font-size: 18px;
  color: #000;
  line-height: 1.59;
  position: relative;
  padding: 0;
}

.genpg-lft .sidebar-testi .testi-item h5 {
  font-size: 22px;
  color: #000;
  position: relative;
  margin: 0px 0px 24px;
  text-transform: uppercase;
}

.genpg-lft .sidebar-testi.owl-carousel .owl-nav {
  margin: 0 auto;
  text-align: center;
}

.genpg-lft .sidebar-testi.owl-carousel .owl-nav button {
  width: 50px;
  height: 40px;
  margin: 0 5px;
}

.genpg-lft .sidebar-testi.owl-carousel .owl-nav button span {
  font-size: 25px;
  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;
}




/* Inner Pages Default Styles */

.page_bnr {background-image: url("images/inn-banner-bg.webp");background-size: cover;background-repeat: no-repeat;padding: 270px 0 80px;position: relative;text-align: center;}

.page_title h1,
.page_title h2 {font-family: 'Abel', sans-serif;font-size: 80px;line-height: 1;color: #fff;position: relative;margin: 0;font-weight: 400;letter-spacing: 1.84px;text-transform: uppercase;text-align: center;background-image: url("images/inn-banner-cont-btm.webp");background-repeat: no-repeat;display: inline-block;background-position: bottom center;padding-bottom: 20px;}

.inrpg-breadcrumbs {padding: 20px 0 0;color:#fff ;font-size: 18px;line-height: 1.5;font-family: "Poppins", sans-serif;letter-spacing: 0.5px;}

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

.page_default {padding: 130px 0;}

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

.genpg-lft {width: 26.7%;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: 'Abel', sans-serif;}

.page_default .genpg-rite h1, .page_default .genpg-rite h2 {font-size: 60px;line-height: 1.16;margin-bottom: 23px;font-family: 'Abel', sans-serif;position: relative;display: inline-block;width: 100%;font-weight: 400;letter-spacing: 1.5px;color: #0aabef;margin-bottom: 25px;}

.page_default .genpg-rite h3 {font-size: 50px;line-height: 1.4;letter-spacing: 0;color: #000;margin-bottom: 10px;}

.page_default .genpg-rite h4 {font-size:40px;line-height: 1.2;letter-spacing: 1.2px;color: #000;}

.page_default .genpg-rite h5 {font-size: 34px;line-height: 1.2;color: #000;margin-bottom: 20px;}

.page_default .genpg-rite h6 {font-size: 26px;letter-spacing: 0.4px;line-height: 1.3;color: #000;margin-bottom: 25px;font-family: 'Poppins', sans-serif;font-weight: 600;}

.page_default .genpg-rite p,

.page_default .genpg-rite li {font-size: 20px;line-height: 2;color: #000;letter-spacing: 0.3px;font-weight: 400;font-family: 'Poppins', sans-serif;margin-bottom: 35px;}

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

.page_default .genpg-rite ul li {padding-left: 40px;color: #000;position: relative;margin: 0 0 20px 0;font-weight: 600;}

.page_default .genpg-rite ul li:before {background-image: url("images/sprites-in.webp");background-repeat: no-repeat;width: 22px;height: 17px;position: absolute;content: "";left: 0;top: 10px;background-position: -177px -17px;}

.page_default .genpg-rite li ul {margin: 0;}

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

.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;padding-left: 20px;}

.page_content .genpg-rite ol li {list-style: decimal;padding-left: 0px;margin-bottom: 20px;}

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

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

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

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


/*Inner Single Blog Starts*/

.page_default .genpg-rite .post-img.single_defualt_img .blog-post-img {margin-bottom: 55px;position: relative;}

.page_default .genpg-rite .post-img.single_defualt_img .blog-post-img:before {position: absolute;content: "";border: 57px solid #075079;width: 38%;height: 68%;left: 0;top: 0;border-right: none;border-bottom: none;clip-path: polygon(0 0, 100% 0, 36% 33%, 0 100%);}

.page_default .genpg-rite .post-img.single_defualt_img .blog-post-img img {width: 100%;display: block;}

.page_default  .genpg-rite .post-meta {display: flex;gap: 10px;margin-bottom: 20px;align-items: center;color: #0aabef;display: none;}

.page_default.single-blogpg .genpg-rite .post-meta p{margin-bottom: 0px;font-family: 'Abel', sans-serif;font-weight: 600;color: #0aabef;}

.page_default.single-blogpg .genpg-rite .post-dt {font-weight: 600;line-height: 1;letter-spacing: 0;font-family: 'Abel', sans-serif;font-size: 20px;}

.page_default.single-blogpg .genpg-rite .post-category a {color: #000;font-weight: 500;font-size: 20px;font-family: 'Abel', sans-serif;letter-spacing: 0;line-height: 1.2;}

.page_default.single-blogpg .genpg-rite .post-category a:hover {color: #0aabef;}

.page_default.single-blogpg .genpg-rite .page-navi{margin-top: 30px;}

.page_default.single-blogpg .genpg-rite .page-navi .page-navi-block a {background-image: url("images/sprites-in.webp");background-repeat: no-repeat;width: 70px;height: 70px;display: inline-block;font-size: 0;background-position: -10px -136px;float: left;}

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

.page_default.single-blogpg .genpg-rite .page-navi .page-navi-block.page-navi-nxt a {background-position: -91px -136px;float: right;}

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

.page_default.single-blogpg .genpg-rite .meta-author {display: none;}


/*Inner Blog Page*/

.page_default .genpg-rite .blg-cntblk {display: flex;flex-wrap: wrap;justify-content: space-between;gap: 45px;}

.page_default .genpg-rite .post-item {width: 47.7%;background-color: #e6edf1;}

.page_default .genpg-rite .post-cnt {padding: 30px 50px 50px 45px;}

.page_default.blog_pg .genpg-rite .post-cnt h5 {line-height: 1.4;font-weight: 400;}

.page_default.blog_pg .genpg-rite .post-cnt a {color: #000;}

.page_default.blog_pg .genpg-rite .post-cnt a:hover{color: #0aabee;}

.page_default.blog_pg .genpg-rite .post-cnt p {font-size: 18px;line-height: 1.6;letter-spacing: -0.36px;}

.page_default .genpg-rite .post-btn a {font-family: 'Abel', sans-serif;font-size: 20px;font-weight: 400;line-height:1 ;letter-spacing: 2px;color: #000;text-transform: uppercase;border: 1px solid #0aabef;padding: 20px 74px 20px 50px;border-radius: 40px;position: relative;display: inline-block;}

.page_default .genpg-rite .post-btn a:hover {color: #fff;background-color: #0aabef;}

.page_default .genpg-rite .post-btn a:before {position: absolute;content: "";background-image: url("images/sprites-in.webp");background-repeat: no-repeat;background-position: -378px -12px;width: 20px;height: 16px;right: 36px;top: 0;bottom: 0;margin: auto;}

.page_default .genpg-rite .post-btn a:hover:before {background-position: -378px -30px;}

.page_default .genpg-rite .post-btn a:after {position: absolute;content: "";border: 1px solid #0aabef;width: calc(100% + 20px);height: 100%;top: 0;bottom: 0;left: -12px;right: 0;margin: auto;border-radius: 84px;display: none;}

.page_default .genpg-rite .post-btn a:hover:after {display: block;}

.page_default.blog_pg .genpg-rite .post-itm-btm .post-meta .post-category a{color: #0aabef;}

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

.page_default.blog_pg .genpg-rite nav.navigation.pagination h2 {display: none;}

.page_default.blog_pg .genpg-rite .page-numbers {font-size: 25px; font-weight: 400; font-family: 'Abel', sans-serif; color: #fff; background-color: #0aabee; width: 60px; height: 60px; line-height: 1.2; padding: 16px 15px; display: inline-block; } .page_default.blog_pg .genpg-rite a.next.page-numbers, .page_default.blog_pg .genpg-rite .prev.page-numbers {float: right;width: 150px;display: inline-block;height: auto;}

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

.page_default.blog_pg .genpg-rite .prev.page-numbers {float: left;width: 180px;}

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


/*Inner Family law*/

.page_default .genpg-rite .inn_imge {margin-bottom: 38px;}
.page_default .genpg-rite .inn_imge img{width: 100%;display: block;}


/*Inner Videos Page*/

.page_default.video_pg .genpg-rite h2 {color: #000;text-align: center;text-transform: uppercase;margin-bottom: 70px;}

.page_default .genpg-rite .inn_vdeos {display: flex;flex-wrap: wrap;justify-content: space-between;padding: 0 22px;}

.page_default .genpg-rite .crmnal {margin-bottom: 83px;}

.page_default .genpg-rite .vdeo_itm {width: 29.2%;}

.page_default .genpg-rite .vdeo_itm.one, .page_default .genpg-rite .vdeo_itm.two, .page_default .genpg-rite .vdeo_itm.three {margin-bottom: 45px;}

.page_default .genpg-rite .vdeo_imge {margin-bottom: 25px;position: relative;}

.page_default .genpg-rite .vdeo_imge img {width: 100%;display: block;}

.page_default .genpg-rite .vdeo_imge:before {position: absolute;content: "";background-color: #000;width: 100%;height: 100%;top: 0;bottom: 0;left: 0;right: 0;margin: auto;opacity: 70%;display: none;}

.page_default .genpg-rite .vdeo_imge:hover:before {display: block;}

.page_default .genpg-rite .vdeo_itm .hover a {position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;display: inline-block;background-image: url("images/vdeo-play-btn.webp");background-repeat: no-repeat;width: 88px;height: 81px;font-size: 0;display: none;}

.page_default .genpg-rite .vdeo_imge:hover .hover a{display: block;}

.page_default .genpg-rite .vdeo_cont p {font-size: 24px;margin: 0;letter-spacing: 0;line-height: 1.8;text-align: center;}

.page_default .genpg-rite .vdeo_imge.video:hover:before{display: none;}

.page_default .genpg-rite .vdeo_imge.video iframe{width: 100%;}


/*Inner Pages Testimonials*/

.page_default.general.review_page .genpg-rite p {line-height:1.9 ;letter-spacing:0 ;margin-bottom: 60px;}

.page_default.general.review_page .genpg-rite .testimonials {column-count: 2;}

.page_default.general.review_page .genpg-rite .testi-item {width: 97.9%;background-color: #f2f6f8;padding: 50px 40px 60px;margin-bottom: 30px;position: relative;display: inline-block;}

.page_default.general.review_page .genpg-rite .testi-item:before {position: absolute;content: "";background-image: url("images/sprites-in.webp");background-repeat: no-repeat;background-position: -79px -65px;width: 71px;height: 60px;right: 70px;top: 47px;}

.page_default.general.review_page .genpg-rite .star-rat {background-image: url("images/sprites-in.webp");background-repeat: no-repeat;background-position: -197px -9px;width: 160px;height: 25px;display: inline-block;margin-bottom: 60px;}

.page_default.general.review_page .genpg-rite .testi-item h6 {font-size: 21px;font-family: 'Poppins', sans-serif;font-weight: 600;line-height:1.7 ;letter-spacing:0 ;text-align: center;}

.page_default.general.review_page .testi-item p {font-size: 19px;line-height: 1.8;letter-spacing: 0;margin-bottom: 30px;text-align: center;}

.page_default.general.review_page .genpg-rite .testi-item h5 {font-size: 40px;line-height: 1.3;letter-spacing: 1.2px;color: #0aabef;margin: 0;text-align: center;position: relative;} 





/*Inner Attorney Starts*/

.profile-sec {background: #075079;display: flex;justify-content: space-between;margin: 0 0 30px;align-items: center;}

.profile-rgt {width: 57.3%;padding: 0px 60px;}

.profile-lft{width: 43%;}

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

.page_default .genpg-rite .cmn-block .profile-rgt h3 {color: #fff;text-transform: uppercase;font-weight: 400;line-height: 1.4;letter-spacing: 1.3px;margin: 0;}

.page_default .genpg-rite .profile-rgt h6 {font-size: 26px;letter-spacing: 3.59px;line-height: 1.39;color: #088bb7;margin: 0 0 50px;}

.page_default .genpg-rite .profile-rgt h5{font-size: 30px;text-transform: uppercase;font-weight: 400;color: #fff;}

.page_default .genpg-rite .loc.ph a {font-family: 'Abel', sans-serif;font-size: 40px;font-weight: 400;color: #fff;letter-spacing: -0.8px;line-height: 1;display: inline-block;margin: 0 0 45px;position: relative;padding: 0 0 0 55px;}

.page_default .genpg-rite .loc.ph a:before{position: absolute;content: "";background-image: url(images/sprites-in.webp);background-position:-7px -10px;width:41px;height:41px;top: 0;bottom: 0;right: 0;left: 0;margin: 0;}

.page_default .genpg-rite .loc.ph a:hover{color: #73c2e0;}

.page_default .genpg-rite .loc.add p{color: #fff;margin: 0;position: relative;padding: 0 0 0 55px;}

.loc.add p:before{position: absolute;content: "";background-image: url(images/sprites-in.webp);background-position:-64px -11px;width:38px;height:42px;top: 0;bottom: 0;right: 0;left: 0;margin: 0;}

.page_default .genpg-rite .cmn-block h3{color: #000;}

.page_default .genpg-rite .cmn-block p{margin: 0 0 20px;}

.page_default .genpg-rite .cmn-btm {background: #075079;text-align: center;padding:45px 0 60px;position: relative;margin-top: 60px;}

.page_default .genpg-rite .cmn-btm h3{color: #fff;margin: 0 0 15px;}

.page_default .genpg-rite .cmn-btm p{color: #fff;margin: 0 0 35px;}

.page_default .genpg-rite .cmn-btm:before,
.page_default .genpg-rite .cmn-btm:after {position: absolute;content: "";background-image: url(images/right-arrow.webp);width: 21px;height: 276px;top: 0px;bottom: 0;left: 30px;margin: auto;}

.page_default .genpg-rite .cmn-btm:after{background-image: url(images/left-arrow.webp);left: inherit; right:30px;}

.page_default .genpg-rite .cmn-btm .btm {display: flex;justify-content: center;gap:60px;}

.page_default .genpg-rite .cmn-btm .butn a {font-family: 'Abel', sans-serif;font-weight: 400;font-size: 25px;color: #fff;background: #0aabef;padding: 16px 46px;border-radius: 35px;position: relative;line-height: 1;letter-spacing: 2.5px;display: inline-block;text-transform: uppercase;}

.page_default .genpg-rite .cmn-btm .butn a:before {position: absolute;content: "";border: 1px solid #0aabef;width: calc(100% + 20px);height: 100%;top: 0;bottom: 0;left: -12px;right: 0;margin: auto;border-radius: 84px;}

.page_default .genpg-rite .cmn-btm .call a {font-family: 'Abel', sans-serif;display: inline-block;font-size: 35px;color: #fff;position: relative;padding: 0 0 0 65px;}

.page_default .genpg-rite .cmn-btm .call a:before{position: absolute;content: "";background-image: url(images/sprites-in.webp);background-position:-6px -66px;width:49px;height:55px;top: 0;bottom: 0;left: 0;margin: auto;}

.page_default .genpg-rite .cmn-btm .call a:hover{color: #0aabef;}





/* Contact Page */

.page_default .genpg-rite .cntpg-adrs {display: flex; justify-content: space-between;}

.page_default .genpg-rite .cntpg-adrs .cnt-itm {background-color: #075079; outline: 1px solid #2c86b9; outline-offset: -21px; width: 31.1%; text-align: center;} 

.page_default .genpg-rite .cntpg-adrs .cnt-itm h5 {color:#fff;font-size: 32px;font-weight: 400;letter-spacing: 0.96px; text-transform: uppercase;} 

.page_default .genpg-rite .cntpg-adrs .cnt-itm p {font-size: 25px;font-weight:500;line-height:1.52;color:#fff;margin: 0;} 

.page_default .genpg-rite .cntpg-adrs .contct_num  a{font-size:45px;font-weight: 400;line-height: 0.84;color: #fff;font-family: 'Abel', sans-serif;padding: 0;} 

.page_default .genpg-rite .cntpg-adrs .contct_num a:hover{color: #06adf1;}

.page_default .genpg-rite .cntpg-adrs .contct_num  a:before {display: none;}

.page_default .genpg-rite .cntpg-adrs .cnt-itm.call p {padding: 9px 0 0;}

.page_default .genpg-rite .cntpg-adrs .cnt-itm.icn a{background-image: url(images/sprites-in.webp); background-position: -188px -62px; width: 80px; height: 80px; display: inline-block; font-size: 0 !important; margin: 0 8px 0 12px; border-radius: 50%;}

.page_default .genpg-rite .cntpg-adrs .cnt-itm.icn a:hover{background-position: -188px -157px ;}

.page_default .genpg-rite .cntpg-adrs .cnt-itm.icn a.ylp {background-position: -280px -62px;}

.page_default .genpg-rite .cntpg-adrs .cnt-itm.icn a.ylp:hover{background-position: -279px -159px ;}

.page_default .genpg-rite .cntpg-adrs .cnt-itm.icn a.youtube {background-position: -371px -62px;}

.page_default .genpg-rite .cntpg-adrs .cnt-itm.icn a.youtube:hover{background-position: -373px -157px;}

.page_default .genpg-rite .cntpg-adrs .cnt-itm.adrs {position: relative;padding: 153px 25px 57px 25px;}

.page_default .genpg-rite .cntpg-adrs .cnt-itm.adrs:before {position: absolute; content: ""; background-image: url(images/sprites-in.webp); background-position: -118px -302px; width: 90px; height: 90px; top: 39px; left: 0; right: 0; margin: auto; }

.page_default .genpg-rite .cntpg-adrs .cnt-itm.call{position: relative;padding: 153px 25px 57px 25px;}

.page_default .genpg-rite .cntpg-adrs .cnt-itm.call:before {position: absolute; content: ""; background-image: url(images/sprites-in.webp); background-position: -219px -302px; width: 90px; height: 90px; top: 39px; left: 0; right: 0; margin: auto; }

.page_default .genpg-rite .cntpg-adrs .cnt-itm.icn{padding: 94px 0 25px 0;}

.page_default .genpg-rite .cntpg-adrs .cnt-itm.icn p {line-height: 0.2;}


/* inner_practiceareas Page */

.page_default .genpg-rite .inn_pract-lists {display: flex; justify-content: center; gap:40px;}

.page_default .genpg-rite .inn_pract-items{position: relative;text-align: center; }

.page_default .genpg-rite .inn_pract-items:hover{background-color: #0aabef;}

.page_default .genpg-rite .inn_pract-items:hover .inn_pract-item-img img{opacity: 20%;}

.page_default .genpg-rite .inn_pract-items:hover:before{display: none;}

.page_default .genpg-rite .inn_pract-items:before {position: absolute; content: ""; width: 100%; height: 100%; bottom: 0; left: 0; right: 0; margin: auto; display: block; background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(7,80,121,0.02) 9%,rgba(7,80,121,0.02) 11%,rgba(7,80,121,0) 14%,rgba(7,80,121,0.02) 15%,rgba(7,80,121,0.03) 18%,rgba(7,80,121,0.03) 19%,rgba(7,80,121,0.03) 21%,rgba(7,80,121,0.05) 22%,rgba(7,80,121,0.05) 23%,rgba(7,80,121,0.05) 26%,rgba(7,80,121,0.08) 27%,rgba(7,80,121,0.08) 31%,rgba(7,80,121,0.1) 32%,rgba(7,80,121,0.1) 34%,rgba(7,80,121,0.12) 35%,rgba(7,80,121,0.13) 36%,rgba(7,80,121,0.17) 37%,rgba(7,80,121,0.17) 38%,rgba(7,80,121,0.19) 39%,rgba(7,80,121,0.2) 40%,rgba(7,80,121,0.2) 41%,rgba(7,80,121,0.23) 43%,rgba(7,80,121,0.24) 44%,rgba(7,80,121,0.25) 45%,rgba(7,80,121,0.29) 46%,rgba(7,80,121,0.3) 47%,rgba(7,80,121,0.33) 48%,rgba(7,80,121,0.34) 49%,rgba(7,80,121,0.37) 50%,rgba(7,80,121,0.37) 51%,rgba(7,80,121,0.42) 52%,rgba(7,80,121,0.44) 53%,rgba(7,80,121,0.43) 54%,rgba(7,80,121,0.49) 55%,rgba(7,80,121,0.5) 56%,rgba(7,80,121,0.56) 58%,rgba(7,80,121,0.57) 59%,rgba(7,80,121,0.58) 61%,rgba(7,80,121,0.64) 62%,rgba(7,80,121,0.64) 63%,rgba(7,80,121,0.76) 68%,rgba(7,80,121,0.87) 74%,rgba(7,80,121,0.93) 79%,rgba(7,80,121,0.98) 86%,rgba(7,80,121,1) 100%); }

.page_default .genpg-rite .inn_pract-items:hover:after {display: block;}

.page_default .genpg-rite .inn_pract-items .inn_pract-item-img img{width: 100%;display: block;}

.page_default .genpg-rite .inn_pract-item-cntnt {position: absolute; bottom: 50px; left: 0; right: 0;z-index: 1;width: 100%;padding: 140px 10px 0 10px;}

.page_default .genpg-rite .inn_pract-item-cntnt p{font-size: 19px; line-height: 1.7; color: #fff; letter-spacing: 0.57px;padding: 0 29px 0 30px;display: none;}

.page_default .genpg-rite .inn_pract-items:hover .inn_pract-item-cntnt p{display: block;}

.page_default .genpg-rite .inn_pract-items .hover a {position: absolute; content: ""; font-size: 0; top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: 10; }

.inn_pract-item-cntnt h5 {text-transform: uppercase;}

.page_default .genpg-rite .inn_pract-item-cntnt h5 { letter-spacing: 1.36px; color: #fff;}

.page_default .genpg-rite .inn_pract-items:hover .inn_pract-item-cntnt:before {position: absolute;content: "";background-image: url("images/sprites-in.webp");background-repeat: no-repeat;background-position: -8px -301px;width: 93px;height: 75px;top:28px;left: 0;right: 0;margin: auto;z-index: 1;}

.page_default .genpg-rite .inn_pract-items:hover .inn_pract-item-cntnt.family:before{ background-position:-203px -401px;height: 94px; }


/* Sidebar Styles */  

.genpg-lft .widget.widget_wysiwyg_widgets_widget {margin: 0 0 115px;}

.genpg-lft .widget {margin-bottom: 40px;background: #e6edf1;width: 100%;display: inline-block;position: relative;}

.genpg-lft h4.widget-title, .genpg-lft .widget .gform_heading h3.gform_title {font-family: 'Abel', sans-serif;font-weight: 400;font-size: 40px;color: #fff;text-transform: uppercase;padding: 22px 20px;margin: 0;line-height: 1;background: #0aabef;position: relative;text-align: center;}

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



/* Sidebar Navigation Menu */

.genpg-lft .widget ul{padding:40px 30px; margin: 0; }

.genpg-lft section.widget_nav_menu ul {display: block; position: relative; }

.genpg-lft .widget ul.sub-menu { padding: 0; }

.genpg-lft .widget ul li:before {background-image: url("images/sprites-in.webp"); background-repeat: no-repeat; width: 17px; height: 17px; position: absolute; content: ""; left: 0; top: 10px; background-position: -179px -19px; }

.genpg-lft .widget ul li a {font-family: 'Abel', sans-serif; font-size: 26px; font-weight: 400; line-height: 1.3; letter-spacing: 0px; color: #000; position: relative; display: inline-block; margin: 0 0 0; padding: 0;}

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

.genpg-lft .widget ul li a:hover {color: #0aabef; }

.genpg-lft .widget ul li {margin-bottom: 20px;position: relative;padding: 0 0 0 30px;}

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

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

.genpg-lft .widget ul li ul.sub-menu { margin: 10px 0 0; }

.genpg-lft .widget ul li ul.sub-menu li:before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #000; top: 12px; }


/*sidebar practice area*/

.genpg-lft .widget.widget_wysiwyg_widgets_widget .prct-list {padding: 40px 20px; }

a.prtc-itm-hover{position: absolute; content: ""; font-size: 0; top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: 10; }

.prct-in {width: 100%; text-align: center; position: relative; margin: 0 0 30px; }

.prct-in:hover{background: #0aabef; }

.prct-in:before {position: absolute; content: ""; width: 100%; height: 100%; bottom: 0; left: 0; right: 0; margin: auto; display: block; background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(7,80,121,0.02) 9%,rgba(7,80,121,0.02) 11%,rgba(7,80,121,0) 14%,rgba(7,80,121,0.02) 15%,rgba(7,80,121,0.03) 18%,rgba(7,80,121,0.03) 19%,rgba(7,80,121,0.03) 21%,rgba(7,80,121,0.05) 22%,rgba(7,80,121,0.05) 23%,rgba(7,80,121,0.05) 26%,rgba(7,80,121,0.08) 27%,rgba(7,80,121,0.08) 31%,rgba(7,80,121,0.1) 32%,rgba(7,80,121,0.1) 34%,rgba(7,80,121,0.12) 35%,rgba(7,80,121,0.13) 36%,rgba(7,80,121,0.17) 37%,rgba(7,80,121,0.17) 38%,rgba(7,80,121,0.19) 39%,rgba(7,80,121,0.2) 40%,rgba(7,80,121,0.2) 41%,rgba(7,80,121,0.23) 43%,rgba(7,80,121,0.24) 44%,rgba(7,80,121,0.25) 45%,rgba(7,80,121,0.29) 46%,rgba(7,80,121,0.3) 47%,rgba(7,80,121,0.33) 48%,rgba(7,80,121,0.34) 49%,rgba(7,80,121,0.37) 50%,rgba(7,80,121,0.37) 51%,rgba(7,80,121,0.42) 52%,rgba(7,80,121,0.44) 53%,rgba(7,80,121,0.43) 54%,rgba(7,80,121,0.49) 55%,rgba(7,80,121,0.5) 56%,rgba(7,80,121,0.56) 58%,rgba(7,80,121,0.57) 59%,rgba(7,80,121,0.58) 61%,rgba(7,80,121,0.64) 62%,rgba(7,80,121,0.64) 63%,rgba(7,80,121,0.76) 68%,rgba(7,80,121,0.87) 74%,rgba(7,80,121,0.93) 79%,rgba(7,80,121,0.98) 86%,rgba(7,80,121,1) 100%); }

.prct-in:after {position: absolute;content: "";background-color: #0aabef;width: 100%;height: 100%;opacity: 80%;top: 0;bottom: 0;left: 0;right: 0;margin: auto;display: none;}

.prct-in:hover:after{display: block;} 

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

.prct-in:hover .prct-cont:before {position: absolute;content: "";background-image: url("images/sprites-in.webp");background-repeat: no-repeat;background-position: -8px -301px;width: 93px;height: 75px;top: 0px;left: 0;right: 0;margin: auto;z-index: 1;}

.prct-in:hover .prct-cont.fmly:before{ background-position:-203px -401px;height: 94px; }

.prct-cont h4{position: relative;z-index: 2;font-family: 'Abel', sans-serif; font-size: 30px; font-weight: 400; line-height: 1; letter-spacing:1.2px; color: #fff; text-transform: uppercase; }

.prct-in .prct-cont {position: absolute; width: 100%; bottom: 20px; padding: 120px 10px 0 10px; }

.prct-btn a{font-family: 'Abel', sans-serif; font-size: 20px; font-weight: 400; line-height: 1; letter-spacing:2px; color: #fff; text-transform: uppercase; position: relative; background: #0aabef; padding: 15px 30px; border-radius: 40px; }

.prct-btn {text-align: center; margin: 0 0 -15px; }

.prct-btn a:before {position: absolute; content: ""; border: 1px solid #0aabef; width: calc(100% + 20px); height: 100%; top: 0; bottom: 0; left: -12px; right: 0; margin: auto; border-radius: 84px; }

.prct-btn a:hover {background-color: #075079; }

.prct-btn a:hover:before {border: 1px solid #075079;}


/* Sidebar Testimonials */

.genpg-lft .widget.testi h4.widget-title{background-color: #075079;}

.genpg-lft .sidebar-testi.owl-carousel {padding: 40px 30px; text-align: center; background: #0aabef; }

.genpg-lft .sidebar-testi .testi-item p {font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 400; color: #fff; line-height: 1.9; letter-spacing: 0.3px; position: relative; padding: 0; margin: 0 0 55px; }

.genpg-lft .sidebar-testi .testi-item h5 {font-family: 'Abel', sans-serif; font-size: 25px; font-weight: 400; line-height: 1; letter-spacing:0.75px; color: #fff; position: relative; text-transform: uppercase; text-align: left; margin: 0 0 50px; padding-left: 35px;}

.genpg-lft .sidebar-testi .testi-item h5:before{position: absolute; content: ""; background-image: url(images/sprites-in.webp); background-position:-119px -18px; width:42px; height:26px; top:0; right: 0; bottom: 0; margin: auto; }

.genpg-lft .sidebar-testi .testi-item h5:after {position: absolute;content: "";background-color: #fff;width: 20px;height: 1px; left: 0;top:0;bottom: 0;margin: auto;}

.genpg-lft .sidebar-testi.owl-carousel .owl-item img {display: block; width:100%;}

.genpg-lft .sidebar-testi.owl-carousel .owl-dots {font-size: 0; }  

.genpg-lft .sidebar-testi.owl-carousel .owl-nav{display: block; position: absolute; text-align: center; bottom: -10px; left: 0; right: 0; margin:0 auto -25px; }

.genpg-lft .sidebar-testi.owl-carousel .owl-nav button.owl-prev{display:inline-block; width: 76px; height: 76px; background-image: url(images/sprites-in.webp); background-position: -8px -136px; position: relative; margin: 0 10px 0 0; font-size:0; }

.genpg-lft .sidebar-testi.owl-carousel .owl-nav button.owl-prev:hover{background-image: url(images/sprites-in.webp); background-position: -8px -214px;}

.genpg-lft .sidebar-testi.owl-carousel .owl-nav button.owl-next:hover{ background-position: -88px -214px;}

.genpg-lft .sidebar-testi.owl-carousel .owl-nav button.owl-next {display: inline-block; width: 76px; height:76px; background-image: url(images/sprites-in.webp); background-position: -91px -136px; position: relative; margin:0 0px 0 10px; font-size: 0; }

.genpg-lft .sidebar-testi.owl-carousel .owl-nav button {width: 50px;height: 40px;margin: 0 5px;}

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

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



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

/* Sidebar Form */

.genpg-lft .widget .gform_heading, .genpg-lft .widget span.gform_description {
  margin-bottom: 0;
}

.genpg-lft .widget form .gform-body {
  padding: 10px 30px 0 30px;
}

.genpg-lft .widget form ul li {
  padding: 0 !important;
  margin: 0 0 5px 0 !important;
  width: 100%;
  border: 0;
}

.genpg-lft .widget form ul li.gfield label {
  display: none;
}

.genpg-lft .widget form ul li.gfield input, .genpg-lft .widget form ul li.gfield textarea {
  width: 100%;
  outline: 0;
  border: 0;
  color: #6e6e6e;
  font-family: "Commissioner-Light" !important;
  font-size: 18px !important;
  padding: 16px 15px !important;
  border: 1px solid #9d9797;
}

.genpg-lft .widget form ul li.gfield textarea {
  height: 120px;
  margin: 0;
}

.genpg-lft .widget form .gform_footer {
  padding: 5px 30px 20px;
}

.genpg-lft .widget form .gform_footer input[type="submit"], .page_default .genpg-rite .contpg-frm input[type="submit"] {
  outline: 0;
  border: 0;
  font-family: "Commissioner-Bold";
  color: #fff;
  line-height: 1 !important;
  display: inline-block;
  text-transform: uppercase;
  font-weight: normal;
  transition: 0.5s;
  font-size: 20px;
  padding: 16px 90px 16px 30px;
  background: #971f2d;
  position: relative;
  z-index: 99;
  cursor: pointer;
}

.genpg-lft .widget form .gform_footer input[type="submit"]:hover, .page_default .genpg-rite .contpg-frm input[type="submit"]:hover {
  background: #ad2434;
}

.genpg-lft .widget .gform_wrapper div.validation_error {
  display: none;
}

.genpg-lft .widget form ul li.chk.gfield li label {
  display: block;
}

/* Blog Page */

/*.blg-cntblk {
  margin: 20px 0 0 0;
}

.post-item {
  background: #f7f7f7;
  border: 1px solid #ececf1;
  padding: 17px;
  position: relative;
  margin-bottom: 50px;
  display: inline-block;
  width: 100%;
}

.post-cnt {
  padding: 40px 25px;
}

.post-itm-btm {
  display: flex;
  align-items: center;
  gap: 30px;
    margin-bottom: 20px;

}

.post-meta {
  
}

.post-btn {
  width: 200px;
  float: right;
}

.page_default .genpg-rite .post-category ul li,
.page_default .genpg-rite .post-dt {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #323539;
  line-height: 1.4;
}

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

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

.page_default .genpg-rite .post-btn a.blg-btn {
  font-size: 18px;
  color: #000;
  padding: 15px 30px;
  width: 200px;
  line-height: 1.2;
  border: 1px solid #000;
}

.nav-links a.page-numbers {
  margin: 0 5px;
}

.nav-links svg.svg-icon {
  margin: 0px 0px -5px 0px;
}

.page-navi-block {
  width: 50%;
  float: left;
  padding: 0 20px 0 0;
}

.page-navi-block.page-navi-nxt {
  float: right;
  padding: 0 0 0 20px;
  text-align: right;
}


.page-navi {
  
}

.nav-links span,
.nav-links a {
  padding: 8px 10px;
  background: #ccc;
  text-align: center;
  width: 40px;
  height: 40px;
  display: inline-block;
  align-items: center;
  color: #000;
}

.nav-links span.nav-next-text,
.nav-links span.nav-prev-text {
  display: none;
}
*/

/* Attorney Page */

.page_default .genpg-rite .attorny-singdtls {
  background: #fff;
  border: 20px solid #f7f7f7;
  position: relative;
  margin-bottom: 50px;
  width: 100%;
  display: inline-block;
  outline: 1px solid #ececf1;
}

.page_default .genpg-rite .atrny-img {
  position: relative;
  width: 48%;
  float: left;
}

.page_default .genpg-rite .atrny-dtls {
  padding: 35px 20px 35px 35px;
  position: relative;
  width: 52%;
  float: right;
}

.page_default .genpg-rite .attorny-shtcnt {
  padding: 35px;
  position: relative;
  font-size: 26px;
  color: #323539;
  padding-top: 0;
}

.page_default .genpg-rite .atrnyaward-img {
  display: flex;
  align-items: center;
}

.page_default .genpg-rite .atrny-dtls .popup-form a.popup-form {
  background: #e5b21b;
  text-transform: uppercase;
  font-size: 25px;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  display: block;
  padding: 15px 40px;
  width: 232px;
  border-radius: 0;
}

/* Attorney Page-1 */

.page_default .genpg-rite .atrny_blk {
  background: #f8f8f8;
  width: 92%;
  padding: 30px 0px 30px 50px;
  position: relative;
  margin: 70px 0 30px;
}

.page_default .genpg-rite .atrny_blk .ryt {
  position: absolute;
  right: -82px;
  top: -66px;
}

.page_default .genpg-rite .atrny_blk .lft {
  width: 50%;
  position: relative;
}


.page_default .genpg-rite .atrny_blk h6 {
  color: #55627a;
  font-size: 40px;
  font-family: "Rubik-Medium";
  letter-spacing: 2.4px;
  margin: 0 0 20px;
  position: relative;
  padding-bottom: 20px;
  display: inline-block;
}

.page_default .genpg-rite .atrny_blk h6:before {
  width: 100%;
  height: 1px;
  left: 8px;
  bottom: 0;
  background: #ccc;
  content: "";
  position: absolute;
}

.page_default .genpg-rite .atrny_blk h6:after {
  height: 7px;
  width: 7px;
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  border: 1px solid #ccc;
}

.page_default .genpg-rite .atrny_blk ul {
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 99;
}

.page_default .genpg-rite .atrny_blk ul li {
  font-family: "Rubik";
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 0;
  line-height: 1.54;
  padding-left: 0px;
  letter-spacing: 1.32px;
  list-style-type: none;
}

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


.page_default .genpg-rite ul.dsn {
  background: #f7f7f7;
  margin: 0 0 37px;
  position: relative;
  padding: 45px 40px 38px;
}

.page_default .genpg-rite ul.dsn:before {
  content: "";
  position: absolute;
  height: calc(100% - 120px);
  border-left: 6px solid #dde0e4;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}



.page_default .genpg-rite .our-team {display: flex;flex-wrap: wrap;justify-content: center;gap: 30px;}
.page_default .genpg-rite .team-item {background-color: #075079;width: 40%;padding: 0px;text-align: center;margin: 0;position: relative;}
.page_default .genpg-rite .team-item img {width: 100%;display: block;}
.page_default .genpg-rite .team-item a {font-size: 0;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;z-index: 1;}
.page_default .genpg-rite .team-item .team-cnt h4 {color: #fff;font-weight: 500;margin: 0;text-transform: uppercase;font-size: 30px;}
.page_default .genpg-rite .team-item .team-cnt h6 {margin: 0;color: #fff;font-size: 18px;font-weight: 400;}
.page_default .genpg-rite .team-item:before {position: absolute;content: "";width: 100%;height: 60%;bottom: 0;left: 0;right: 0;margin: auto;display: block;background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(7,80,121,0.02) 9%,rgba(7,80,121,0.02) 11%,rgba(7,80,121,0) 14%,rgba(7,80,121,0.02) 15%,rgba(7,80,121,0.03) 18%,rgba(7,80,121,0.03) 19%,rgba(7,80,121,0.03) 21%,rgba(7,80,121,0.05) 22%,rgba(7,80,121,0.05) 23%,rgba(7,80,121,0.05) 26%,rgba(7,80,121,0.08) 27%,rgba(7,80,121,0.08) 31%,rgba(7,80,121,0.1) 32%,rgba(7,80,121,0.1) 34%,rgba(7,80,121,0.12) 35%,rgba(7,80,121,0.13) 36%,rgba(7,80,121,0.17) 37%,rgba(7,80,121,0.17) 38%,rgba(7,80,121,0.19) 39%,rgba(7,80,121,0.2) 40%,rgba(7,80,121,0.2) 41%,rgba(7,80,121,0.23) 43%,rgba(7,80,121,0.24) 44%,rgba(7,80,121,0.25) 45%,rgba(7,80,121,0.29) 46%,rgba(7,80,121,0.3) 47%,rgba(7,80,121,0.33) 48%,rgba(7,80,121,0.34) 49%,rgba(7,80,121,0.37) 50%,rgba(7,80,121,0.37) 51%,rgba(7,80,121,0.42) 52%,rgba(7,80,121,0.44) 53%,rgba(7,80,121,0.43) 54%,rgba(7,80,121,0.49) 55%,rgba(7,80,121,0.5) 56%,rgba(7,80,121,0.56) 58%,rgba(7,80,121,0.57) 59%,rgba(7,80,121,0.58) 61%,rgba(7,80,121,0.64) 62%,rgba(7,80,121,0.64) 63%,rgba(7,80,121,0.76) 68%,rgba(7,80,121,0.87) 74%,rgba(7,80,121,0.93) 79%,rgba(7,80,121,0.98) 86%,rgba(7,80,121,1) 100%);}
.page_default .genpg-rite .team-cnt {position: absolute;right: 0;bottom: 30px;left: 0;margin: auto;}

.page_default .genpg-rite .vid-crntr{text-align: center;margin-bottom: 10px;}





/* Contact Page */

/*.page_default .genpg-rite .cntpg-frmadrs {
  background: #f6f6f6;
  border-top: 8px solid #3584f0;
  padding: 60px 95px;
  text-align: center;
  position: relative;
}

.page_default .genpg-rite .cntpg-fm {
  flex-wrap: wrap;
  margin: 40px 0 0 0;
  text-align: left;
}

.page_default .genpg-rite .cntfrm {
  width: 50%;
  float: right;
  padding: 0 0 0 30px;
}

.cntadrs {
  width: 50%;
  float: left;
  padding: 0 30px 0 0;
}

.page_default .genpg-rite .cntadrs h3 {
  background: #e5b21b;
  color: #fff;
  text-align: center;
  font-size: 38px;
  margin: 0;
  padding: 21px 30px;
}

.page_default .genpg-rite .cntpg-adrs {
}

.page_default .genpg-rite .cntadrs ul {
  margin: 0;
}

.page_default .genpg-rite .cntadrs ul li {
  list-style: none;
  color: #fff;
  padding: 0 0 0px 95px;
}

.page_default .genpg-rite .cntadrs ul li:before {
  width: 65px;
  height: 65px;
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  background: #fff;
}

.page_default .genpg-rite .cntadrs ul li strong {
  font-weight: 400;
  color: #fff;
  width: 100%;
  display: inline-block;
}

.page_default .genpg-rite .cntadrs .ftr-socil {
  padding: 0 0 20px 95px;
}


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

.page_default .genpg-rite .contpg-frm .gform_wrapper li {
  margin: 0px 0 10px 0;
  padding: 0;
}

.page_default .genpg-rite .contpg-frm .gform_wrapper label.gfield_label {
  display: none;
}

.page_default .genpg-rite .contpg-frm .gform_wrapper li input,
.page_default .genpg-rite .contpg-frm .gform_wrapper li select,
.page_default .genpg-rite .contpg-frm .gform_wrapper li textarea {
  font-size: 15px !important;
  padding: 10px 15px !important;
  outline: 0 !important;
  border: 1px solid #b7b7b7 !important;
}

.page_default .genpg-rite .contpg-frm .gform_wrapper li.popfield {
  margin: 0 0 -30px 0;
}

.page_default .genpg-rite .contpg-frm .gform_legacy_markup_wrapper .gform_footer {
  text-align: right;
  padding: 0;
}
*/
.page_default .genpg-rite .contpg-frm input::placeholder {
  color: #000;
}

.page_default .genpg-rite .contpg-frm input:-ms-input-placeholder {
  color: #000;
}

.page_default .genpg-rite .contpg-frm input::-ms-input-placeholder {
  color: #000;
}

.page_default .genpg-rite .contpg-frm textarea::placeholder {
  color: #000;
}

.page_default .genpg-rite .contpg-frm textarea:-ms-input-placeholder {
  color: #000;
}

.page_default .genpg-rite .contpg-frm textarea::-ms-input-placeholder {
  color: #000;
}

.page_default.contact_pg .cncnt_pg_top_img {
    width: 100%;
    max-width: 900px;
    margin: auto;
    margin-bottom: 30px;
    border: 4px solid #0aabef;
}

.page_default .genpg-rite section.no-results.not-found form.search-form, .page_default .genpg-rite section.no-results.not-found h1 {
    display: none;
}