/*
 Theme Name:   Legancy Changers
 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:  legancychangers
*/

: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: "Poppins", serif;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: normal;
}

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

.fl {
  float: left;
}

.fr {
  float: right;
}

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

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


/* Header Section Starts */

.head-sec { padding: 17px 80px 0 40px;position:absolute; }
.head-sec .container{max-width: 100%;}
.head-sec .hdr-sec{display: flex;justify-content: space-between;align-items: center;}
.head-sec .logo {width: 15%; }
.head-sec .logo img {transition-duration: 0.8s; width: 100%; display: block; }
.head-sec .logo-rit {width: 76%;display: flex;justify-content: space-between;align-items: center;padding: 0 0 30px;}
.head-sec .top-rit {width: 44%;display: flex;justify-content: space-between;align-items: center;}
.head-sec .topmenu ul {position: relative; margin: 0; }
.head-sec .topmenu ul li {display: inline-block; position: relative; margin: 0 35px; }
.head-sec .topmenu ul li a {font-size: 22px; line-height: 1; letter-spacing: 0.88px; font-family: "Poppins", sans-serif; font-weight: 600; position: relative; text-transform: none; text-transform: uppercase; color: #fff; }
.head-sec .topmenu ul.primary-menu > li.current-menu-item a,
.head-sec .topmenu ul.primary-menu > li a:hover {color: #e9c358; }
.head-sec .topmenu ul li:first-child {margin-left: 0px; }
.head-sec .topmenu ul li:last-child {margin-right: 0px; }
.head-sec .topmenu ul li:last-child a {border: 0; }
.head-sec .topmenu ul li ul.sub-menu {display: none; width: 200px; position: absolute; top: 100%; left: 0; right: auto; background-color: #2f4163; padding: 0px 0; z-index: 999; }
.head-sec .topmenu ul li:hover ul.sub-menu {display: block; }
.head-sec .topmenu ul li:hover ul.sub-menu ul {display: none; }
.head-sec .topmenu ul li:hover ul.sub-menu li {position: relative; }
.head-sec .topmenu ul li:hover ul.sub-menu li:hover > ul {display: block; top: 0; left: 100%; }
.head-sec .topmenu .sub-menu li.current-menu-item a {color: #fff; }
.head-sec .topmenu .sub-menu li a:after {display: none; }
.head-sec .topmenu .sub-menu li {width: 100%; float: left; border-bottom: 1px solid rgba(255, 255, 255, 0.2); margin: 0; padding: 0; }
.head-sec .topmenu .sub-menu li a {float: left; font-size: 15px; width: 100%; line-height: normal; padding: 9px 12px 8px; color: #fff; display: block; text-transform: capitalize; }
.head-sec .topmenu .sub-menu li a:hover {background-color: #21355a; color: #fff; }
.head-sec .topmenu ul ul a:after {display: none; }
.head-sec .top-rit .bootk-btn a{font-size: 22px;line-height: 1;letter-spacing: 0.88px;font-family: "Figtree", sans-serif;font-weight: 700;color: #000;text-transform: uppercase;padding: 20px 33px;background: linear-gradient(to right,  rgba(219,164,38,1) 0%,rgba(219,164,38,1) 5%,rgba(223,172,51,1) 11%,rgba(229,186,73,1) 17%,rgba(246,224,134,1) 32%,rgba(253,239,161,1) 39%,rgba(253,244,173,1) 45%,rgba(253,244,177,1) 50%,rgba(247,236,172,1) 56%,rgba(237,220,158,1) 62%,rgba(222,195,135,1) 68%,rgba(186,137,76,1) 83%,rgba(176,119,58,1) 89%,rgba(167,105,44,1) 95%,rgba(167,105,44,1) 100%); display:inline-block; }
.head-sec .top-rit .bootk-btn a:hover{background: #fff;}
.head-sec .top-rit .hdr-phn{position: relative;text-align: right;padding-left: 67px;}
.head-sec .top-rit .hdr-phn:before{position: absolute;content: ""; background: linear-gradient(to right,  rgba(219,164,38,1) 0%,rgba(219,164,38,1) 5%,rgba(223,172,51,1) 11%,rgba(229,186,73,1) 17%,rgba(246,224,134,1) 32%,rgba(253,239,161,1) 39%,rgba(253,244,173,1) 45%,rgba(253,244,177,1) 50%,rgba(247,236,172,1) 56%,rgba(237,220,158,1) 62%,rgba(222,195,135,1) 68%,rgba(186,137,76,1) 83%,rgba(176,119,58,1) 89%,rgba(167,105,44,1) 95%,rgba(167,105,44,1) 100%); width: 80px; height: 3px; bottom: 8px; left: 65px; }
.head-sec .top-rit .hdr-phn p{font-size: 18px;line-height: 1;letter-spacing: 4.32px;font-family: "Anton", sans-serif;font-weight: 400;text-transform: uppercase;margin: 0px;color: #fff;}
.head-sec .top-rit .hdr-phn p a{font-size: 40px;line-height: 1;letter-spacing: 1.6px;display: block;margin: 0 0 5px;}
.head-sec .top-rit .hdr-phn p a:hover{color: #e9c349;}
.head-sec .top-rit .hdr-phn p a:before{position: absolute; content: ""; background-image: url("images/sprites.webp"); background-repeat: no-repeat; background-position: -20px -16px; width: 48px; height: 60px; top: 4px; left: 0; }


/* 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: #000;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: #9b662a;}
.mobinav ul li ul {float: left;padding: 0 0 0 15px;}
.mobinav ul li ul li a {text-transform: capitalize;}
.mobinav ul li a.drop.close,
.mobinav ul li a.drop.open {font-size: 0;position: absolute;right: 0px;top: 0;width: 100%;height: 29px;background-color: transparent !important;background-image: url(images/plus_icn.png);background-position: right center;background-repeat: no-repeat;padding: 0px 5px !important;cursor: pointer;}
.mobinav ul li a.drop.open {width: 22px;background-image: url(images/minus_icn.png);}
.mobile_src_nav {display: none;width: 100%;float: left;position: relative;padding: 10px 0;}
.mobile_src_nav .container {position: relative;}
.mobile_src_nav .search-form {width: 100%;float: left;}

/* Mobile Menu Ends */

/* Homepage Default Button and Common Heading */

a.cmn-btn {font-size: 22px;color: #000;line-height: 1;letter-spacing: 0.88px;display: inline-block;position: relative;background: linear-gradient(to right, rgba(219, 164, 38, 1) 0%, rgba(219, 164, 38, 1) 5%, rgba(223, 172, 51, 1) 11%, rgba(229, 186, 73, 1) 17%, rgba(246, 224, 134, 1) 32%, rgba(253, 239, 161, 1) 39%, rgba(253, 244, 173, 1) 45%, rgba(253, 244, 177, 1) 50%, rgba(247, 236, 172, 1) 56%, rgba(237, 220, 158, 1) 62%, rgba(222, 195, 135, 1) 68%, rgba(186, 137, 76, 1) 83%, rgba(176, 119, 58, 1) 89%, rgba(167, 105, 44, 1) 95%, rgba(167, 105, 44, 1) 100%);text-transform: uppercase;font-weight:700;padding: 19px 32px;font-family: "Figtree", sans-serif;}
a.cmn-btn:hover { background: #dba426;}
.text-heading {font-family: serif;font-weight: 600;font-size: 66px;color: #043340;line-height: 1.09;margin: 0 0 40px 0;}

/* Homepage Banner Section Starts */

.banner-sec {padding:195px 0 125px 0; background-image: url("images/banner-bg.webp");background-repeat: no-repeat;background-position: center; background-size: 100% 100%; }
.banner-sec .bnr-sec{position: relative;}
.banner-sec h1 {-webkit-text-fill-color: #000;-webkit-text-stroke-color: #dca62a;font-size: 120px;line-height: 1;letter-spacing: 0px;font-weight: 900;text-transform: uppercase;margin: 0;text-align: right;position: absolute;top: 110px;left: 20px;width: 100%;opacity: 50%;font-family: "Figtree", sans-serif;color: #333;text-shadow: -1px -1px 0 #f1c25d, 1px -1px 0 #f1c25d, -1px 1px 0 #f1c25d, 1px 1px 0 #f1c25d;}
.banner-sec h1 span {display: inline-block; margin: 0px -30px -30px 150px; vertical-align: middle; }
.banner-sec .bnr-img{width: 38.4%;margin: 0 auto -160px;position:relative;text-align:center; }
.banner-sec .bnr-img:before{position: absolute; content: ""; background-image: url("images/circle.webp"); background-repeat: no-repeat; background-size: 100%;background-position: bottom center; width: 100%; height: 100%; bottom: 100px; left: 0; right: 0; margin: auto; pointer-events: none;}
.banner-sec .bnr-img img{width: auto;}
.banner-sec .bnr-cnt{text-align: center;padding: 0 50px;}
.banner-sec .bnr-cnt h2{font-size: 80px; line-height: 1; letter-spacing: 0px; font-family: "Figtree", sans-serif; font-weight: 800; background: -webkit-linear-gradient( #d6a026, #faf0b0); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-transform: uppercase; display: flex; justify-content: space-between; align-items: flex-end; padding: 0 70px 0 77px; position: relative; }
.banner-sec .bnr-cnt h2:before,.banner-sec .bnr-cnt h2:after{position: absolute; content: ""; background-image: -webkit-linear-gradient( 90deg, rgb(219,164,38) 20%, rgb(253,244,177) 50%, rgb(167,105,44) 80%); width: 3px; height: 100%; left: 0; top: 0; bottom: 0; }
.banner-sec .bnr-cnt h2:after{left: inherit; right: 0; }
.banner-sec .bnr-cnt h2 b {
    font-size: 100px;
    line-height: 1;
    letter-spacing: 4px;
    background: inherit;
    font-style: italic;
    color: #333;
    text-shadow: -1px -1px 0 #f1c25d, 1px -1px 0 #f1c25d, -1px 1px 0 #f1c25d, 1px 1px 0 #f1c25d;
    -webkit-text-fill-color: #000;
    -webkit-text-stroke-color: #dca62a;
    opacity: 60%;
}
.banner-sec .bnr-cnt h2 span {display: block; text-align: left; margin-left: -40px; }
.banner-sec .bnr-cnt h2 strong.start span{text-align: right; margin: 0 -40px 0 0; }
.banner-sec .bnr-cnt h3{font-size: 55px; line-height: 1; letter-spacing: 20.9px; font-family: "Figtree", sans-serif; font-weight: 300; text-transform: uppercase; color: #fff; position: relative; display: inline-block; padding: 20px 110px; z-index: 1; margin: 0px; }
.banner-sec .bnr-cnt h3:before,.banner-sec .bnr-cnt h3:after{position: absolute; content: ""; background-image: url("images/banner-text-grad-lft.webp"); background-repeat: no-repeat; background-position: left; width: 40%; height: 100%; left: 0; top: 0; bottom: 0; margin: auto; z-index: -1; }
.banner-sec .bnr-cnt h3:after{background-image: url("images/banner-text-grad-rit.webp"); left: inherit; right: 0; background-position: right; }
.banner-sec .bnr-img-mobile{display: none;}
/* Homepage Banner Section Ends */



/*/  home page service section /*/

.hmservice-sec{padding: 130px 0 235px;position: relative;background-image: url(images/service-bg-bf.webp);background-repeat: no-repeat;background-size: cover;}
.hmservice-sec:before{position: absolute;content: "";background-color: #000002;top: 0;left: 0;right: 0;bottom: 0;margin: auto;width: 100%;height: 100%;opacity: 85%;pointer-events: none;}
.hmservice-sec .container {max-width: 100%;width: 100%;margin: 0 auto;}
.hmservice-sec h2 {text-align: center;font-size: 180px;line-height: 1;letter-spacing: 7.2px;font-weight: 900;margin: 0 0 49px;text-transform: uppercase;font-style: italic;position: relative;z-index: 1;font-family: "Figtree", sans-serif;color: #000;text-shadow: -1px -1px 0 #f1c25d, 1px -1px 0 #f1c25d, -1px 1px 0 #f1c25d, 1px 1px 0 #f1c25d;}
.hmservice-sec .serv-blk-lst {display: flex;padding: 0 50px;}
.hmservice-sec .serv-blk-lst .serv-blk-itm {clip-path: polygon(11.5% 0%, 99% 0%, 80% 158%, 0% 100%);width: 100%;margin: 0 -14px;position: relative;}
.hmservice-sec .serv-blk-lst .serv-blk-itm .serv-itm-img {width: 100%;}
.hmservice-sec .serv-blk-lst .serv-blk-itm .serv-itm-img img{width: 100%;display: block;}
.hmservice-sec .serv-blk-lst .serv-blk-itm .serv-itm-cntnt {position: absolute;left: 0;bottom: 22px;margin: auto;padding: 13px 0 13px 40px;width: 100%;}
.hmservice-sec .serv-blk-lst .serv-blk-itm:hover .serv-itm-cntnt {background: rgb(219, 165, 39);background: linear-gradient(90deg, rgba(219, 165, 39, 1) 0%, rgba(219, 165, 39, 0.8295693277310925) 18%, rgba(248, 237, 174, 0.8211659663865546) 30%, rgba(248, 237, 174, 0.8687850140056023) 47%, rgba(248, 237, 174, 0.48783263305322133) 63%, rgba(97, 62, 27, 0.3617822128851541) 81%, rgba(97, 62, 27, 0.3757878151260504) 100%);}
.hmservice-sec .serv-blk-lst .serv-blk-itm .serv-itm-cntnt h4 {font-size: 34px;letter-spacing: 0;line-height: 1;font-weight: 300;font-family: "Poppins", sans-serif;text-transform: uppercase;color: #fff;margin: 0;position: relative;}
.hmservice-sec .serv-blk-lst .serv-blk-itm:hover .serv-itm-cntnt h4:before {position: absolute;content: "";top: 0;bottom: 0;right: 55px;margin: auto;background-image: url(images/sprites.webp);background-repeat: no-repeat;background-position: -85px -16px;width: 60px;height: 60px;}
.hmservice-sec .serv-blk-lst .serv-blk-itm:hover .serv-itm-cntnt h4 {color: #000;}
.hmservice-sec .serv-blk-lst .serv-blk-itm .serv-itm-cntnt h4 strong {display: block;}
.hmservice-sec .serv-blk-lst .serv-blk-itm .dummy-ace a{position: absolute;top: 0;right: 0;left: 0;bottom: 0;margin: auto;font-size: 0;}



.ourvideo-sec{text-align: center;padding: 55px 0 100px;}
.ourvideo-sec h3 {font-family: "Figtree", sans-serif;font-weight: 900;font-size: 180px;letter-spacing: 7.2px;line-height: 1;text-transform: uppercase;margin: 0 0 -23px;color: #333;text-shadow: -2px -2px 0 #f1c25d, 2px -2px 0 #f1c25d, -2px 2px 0 #f1c25d, 2px 2px 0 #f1c25d;-webkit-text-fill-color: #fff;-webkit-text-stroke-color: #dca62a;}
.ourvideo-sec .video{position: relative;padding: 0 0 27px;}
.ourvideo-sec .video:before, .ourvideo-sec .video:after{position: absolute;content: "";background-image: url(images/video-grad1.webp);width: 400px;height: 100px;bottom: 0;left: -28px;z-index: -1;}
.ourvideo-sec .video:after{left: inherit;right: -28px;background-image: url(images/video-grad2.webp);}
.ourvideo-sec .video .video-img{width: 100%;}
.ourvideo-sec .video .video-img img, .ourvideo-sec .video .video-controls img{display: block;width: 100%;}
.ourvideo-sec .video .video-controls{position: absolute;top: 0;bottom: 30px;left: 0;right: 0;width: 12.68%;margin: auto;height: max-content;z-index: 1}
.ourvideo-sec .video .vid-blk{position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;}
.ourvideo-sec .video .clos-btn a{    font-size: 21px;font-weight: 700;font-family: "Figtree", sans-serif;padding: 1px 8px;}
.ourvideo-sec .video .clos-btn {position: absolute;top: -16px ;z-index: 9;right: -16px;border: 3px solid #f4c35d;border-radius: 50%;background: #fff;}


.learning-sec{padding: 70px 0 100px;}
.learning-sec .container{max-width: 100%;}
.learning-sec .learning{display: flex;justify-content: space-between;gap: 25px;align-items: flex-start;}
.learning-sec .learning .learning-lft{width: 49.72%;position: relative;padding: 0 0 300px;}
.learning-sec .learning .learning-lft .learning-cnt.problem{float: right; margin: 0 0 40px;width: 78%;}
.learning-sec .learning .learning-cnt h4, .learning-sec .learning .learning-cnt h1{font-size: 58px;color: #000;font-family: "Figtree", sans-serif;font-weight: 500;letter-spacing: 0;line-height: 1.2;margin: 0 0 20px;}
.learning-sec .learning .learning-cnt p, .learning-sec .learning .learning-cnt ul li{font-size: 22px;color: #000;font-family: "Poppins", sans-serif;font-weight: 500;letter-spacing: 0;line-height: 1.9;margin: 0;}
.learning-sec .learning .learning-cnt p{margin: 0 0 23px;}
.learning-sec .learning .learning-cnt ul{padding-left: 22px;}
.learning-sec .learning .learning-cnt ul li{list-style: disc;padding-left: 12px;line-height: 1;margin-bottom: 20px;}
.learning-sec .learning .learning-lft .learning-lft-img {float: left;width: 100%;}
.learning-sec .learning .learning-lft .learning-lft-img img, .learning-sec .learning .learning-rit .learning-rit-img img{display: block;width: 100%;}
.learning-sec .learning .learning-lft .learning-attorney-img{background-color: #000;background-image: url(images/learning-img2-gradient.webp);width: 45.95%;border-top: 12px solid #fff;border-left: 12px solid #fff;position: absolute;bottom: 150px;right: -100px;padding:0px 0 20px;background-size: cover;background-repeat: no-repeat;text-align: right;}
.learning-sec .learning .learning-lft .learning-attorney-img:before{position: absolute;content: "";width: 100%;height: 18px;background-image: -webkit-linear-gradient( 180deg, rgb(167,105,44) 20%, rgb(253,244,177) 50%, rgb(219,164,38) 80%);bottom: 0;left: 0;right: 0;z-index: 1;}
.learning-sec .learning .learning-lft .learning-attorney-img:after{position: absolute;content: "";background: linear-gradient(180deg, rgba(167,105,44,0) 0%, rgba(0,0,0,1) 100%);background-size: 100% 100%;width: 100%;bottom: 0;left: 0;right: 0;height: 30%;pointer-events: none;display:none;}
.learning-sec .learning .learning-lft .learning-attorney-img img{width:100%;}
.learning-sec .learning .learning-rit{width: 49.87%;padding: 40px 0 0;}
.learning-sec .learning .learning-rit .learning-rit-img{margin: 0 0 85px;}
.learning-sec .learning .learning-rit .learning-cnt.styles {padding: 0 80px 0 170px;}
.learning-sec .learning .learning-rit .learning-cnt.styles p{margin: 0 0 30px;}
.learning-sec .learning .learning-rit .learn-btn a.cmn-btn{padding: 19px 56px;}

.about-sec .about-blk .about-rit .para-blk {height: 460px;overflow-y: scroll;margin-bottom: 30px;padding-right: 20px;}

.para-blk::-webkit-scrollbar {background: #000;}

.para-blk::-webkit-scrollbar-thumb {background: #c79f62;}





/* About Section */
.about-sec{position: relative;padding: 120px 0 200px;margin: 0 0 -140px; }
.about-sec:before{position: absolute; content: ""; background-image: url("images/about-bef.webp"); background-repeat: no-repeat; background-position: left bottom; width: 867px; height: 1043px; left: 0; bottom: 0; z-index: -2; }
.about-sec .about-blk .about-lft img{width: 100%;display: block;}
.about-sec .about-blk .about-lft{width: 43.5%;position: absolute;bottom: 0;left: 55px;z-index: -1}
.about-sec .about-blk .about-rit {width: 50%;float: right;padding: 0px 20px 0 28px;}
.about-sec .about-blk .about-rit h3{font-size: 69px; line-height: 1.1; letter-spacing: 0px; font-family: "Figtree", sans-serif; font-weight: 500; text-transform: uppercase;margin: 0 0 20px; }
.about-sec .about-blk .about-rit h3 span{display: block;text-transform: capitalize;}
.about-sec .about-blk .about-rit p{font-size: 20px; line-height: 2; letter-spacing: 0px; font-family: "Poppins", sans-serif; font-weight: 500; margin-bottom: 35px; }
.about-sec .about-blk .about-rit h4{font-size: 36px; line-height: 1.3; letter-spacing: 0px; font-family: "Figtree", sans-serif; font-weight: 500; text-transform: uppercase; color: #ad7235;margin: 0px 0 25px;}
.about-sec .about-blk .about-rit .about-btns{display: flex;justify-content: flex-start;gap: 18px;}

.trusted-sec{padding: 100px 0 0px;}
.trusted-sec h4{font-size: 40px;color: #000;font-family: "Figtree", sans-serif;font-weight: 400;letter-spacing: 32px;line-height: 1;margin: 0 0 55px;text-transform: uppercase;text-align: center;}
.trusted-sec .trust-app-lst{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;gap: 60px 50px;}
.trusted-sec .trust-app-lst .trusted-itm{}
.trusted-sec .trust-app-lst .trusted-itm img{width: auto;}


.hm-speaking{padding: 125px 0;}
.hm-speaking h2{font-size: 69px;font-weight: 500;line-height: 1.15;letter-spacing: 0;text-align: center;font-family: "Figtree", sans-serif;margin-bottom: 50px;}
.hm-speaking .list-itm .itm{width: 29.6%;padding: 15px 15px 120px;background-color: #000000;position: relative;}
.hm-speaking .list-itm{display: flex;justify-content: space-between;margin-bottom: 55px;}
.hm-speaking .list-itm .itm img{width: 100%;display: block;}
.hm-speaking .list-itm .itm h3{font-size: 36px;font-weight: 500;line-height: 1.27;letter-spacing: 0;font-family: "Figtree", sans-serif;color: #fff;margin-bottom: 0;padding-left: 13px;}
.hm-speaking .list-itm .top-img{margin-bottom: 24px;}
.hm-speaking .list-itm .itm:before{position: absolute;content: "";background: url(images/itm-bfr.webp);width: 100px;height: 100px; bottom: 7px;right: 13px;opacity: 50%;}
.hm-speaking .engagements-btn{text-align: center;}


.intentionally-sec{text-align: center;padding: 125px 0 40px;position: relative;}
.intentionally-sec:before{position: absolute;content: "";background-image: -webkit-linear-gradient(180deg, rgb(167, 105, 44) 20%, rgb(253, 244, 177) 50%, rgb(219, 164, 38) 80%);width: 28.4%;height: 142px;top: -71px;left: 0;clip-path: polygon(100% 50%, 0 0, 0 100%);}
.intentionally-sec:after{position: absolute;content: "";background-image: -webkit-linear-gradient(180deg, rgb(167, 105, 44) 20%, rgb(253, 244, 177) 50%, rgb(219, 164, 38) 80%);width: 28.4%;height: 142px;top: -71px;right: 0;clip-path: polygon(100% 100%, 100% 0, 0 50%);}

.intentionally-sec h2{font-size: 69px;font-weight: 500;line-height: 1.15;letter-spacing: 0.2px;font-family: "Figtree", sans-serif;margin-bottom: 14px;}
.intentionally-sec h3{font-size: 48px;font-weight: 500;line-height: 1.04;letter-spacing: 0;font-family: "Figtree", sans-serif;color: #ad7235;text-transform: uppercase;}
.intentionally-sec p{font-size: 20px;font-weight: 500;line-height: 2;letter-spacing: 0px;font-family: "Poppins", sans-serif;margin-bottom: 40px;}
.intentionally-sec .key-img {text-align: center;width:61%;margin: auto;margin-bottom: 9px;}
.intentionally-sec .content-block {width: 80%;margin: auto;}
.intentionally-sec .cont-num{padding-left: 68px;position: relative;}
.intentionally-sec .cont-num a{font-size: 40px;letter-spacing: 1.6px;font-family: "Anton", sans-serif;font-weight: 400;line-height: 1;display: inline-block;}
.intentionally-sec .cont-num a:hover{color: #e2b43f;}
.intentionally-sec .cont-num a:before{position: absolute;content: "";background: url(images/sprites.webp);background-position: -20px -430px;left: 0;top: 0;width: 48px;height: 60px;}
.intentionally-sec .cont-num p{font-size: 18px;letter-spacing: 4.2px;font-family: "Anton", sans-serif;font-weight: 400;line-height: 1.5;text-align: right;text-transform: uppercase;margin-bottom: 0;}
.intentionally-sec .cont-num p:before {position: absolute;content: "";background-image: -webkit-linear-gradient(180deg, rgb(167, 105, 44) 20%, rgb(253, 244, 177) 50%, rgb(219, 164, 38) 80%);width: 80px;height: 3px;bottom: 12px;left: -60px;right: 0;margin: auto;}
.intentionally-sec .btm-blk {display: flex;justify-content: center;gap: 20px;}


/*/ Homepage Testimonials Section Starts /*/

.hm-testimonials {position: relative;text-align: center;padding: 330px 0 150px;background: url(images/testi-bg.webp)no-repeat;background-size: cover;background-position: center;}
.hm-testimonials:before{position: absolute;content: "";background: url(images/testiafr.webp);width: 189px;height: 190px;top: 50px;left: 0;right: 0;margin: auto;}
.hm-testimonials h2{font-size: 60px;font-weight: 500;line-height: 1;letter-spacing: 0px;font-family: "Figtree", sans-serif;margin-bottom: 8px;color: #e9c358;}
.hm-testimonials .hm-testi-item p{font-size: 28px;font-weight: 500;line-height: 1.71;letter-spacing: 0px;font-family: "Figtree", sans-serif;margin-bottom: 34px;color: #fff;}
.hm-testimonials .hm-testi-item h5 {color: #fff;font-size: 50px;font-weight: 400;position: relative;font-family: "Poppins", sans-serif;line-height: 1;text-transform: capitalize;letter-spacing: 0;}
.hm-testimonials .hm-testi-item .star-rat{background: url(images/sprites.webp);background-position: -166px -21px;width: 227px;height: 35px;margin: 0 auto 25px;}
.hm-testimonials .hm-testi-item {padding: 40px 80px 80px;position: relative;}
.hm-testimonials .hm-testi-item:before{position: absolute;content: "";background: url(images/sprites.webp);width: 246px;height: 157px;background-position: -238px -229px;bottom:0;left: 0;right: 0;margin: auto;}
.hm-testimonials .testi-blck.owl-carousel .owl-nav.disabled{display: block !important;}
.hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-prev, .hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-next {width: 76px;height: 76px;font-size: 0;background: url(images/sprites.webp);background-repeat: no-repeat;background-position: -20px -103px;transition: 0.5s;position: absolute;}
.hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-next {background-position: -113px -103px;right: -120px;top: 70px;margin: auto;}
.hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-prev{left: -120px;top: 70px;margin: auto;}




/*/ Homepage Form Section Starts /*/

.hm-form-sec{padding:35px 0 150px;}
.hm-form-sec h2 {font-weight: 900;font-size: 80px;letter-spacing: 3.2px;line-height: 1;margin: 0 0 20px;text-transform: uppercase;text-align: center;font-style: italic;font-family: "Figtree", sans-serif;color: #333;text-shadow: -1px -1px 0 #f1c25d, 1px -1px 0 #f1c25d, -1px 1px 0 #f1c25d, 1px 1px 0 #f1c25d;-webkit-text-fill-color: #000;-webkit-text-stroke-color: #dca62a;}
.hm-form-sec form {display: flex;align-items: end;justify-content: space-between;}
.hm-form-sec .gform_body.gform-body {width:66.6%; }
.hm-form-sec .spacer.gfield {display: none; }
.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; }
.hm-form-sec .gform_wrapper .top_label input,
.hm-form-sec .gform_wrapper select,
.hm-form-sec .gform_wrapper .top_label textarea {font-family: "Poppins", sans-serif !important; margin: 0px; width: 100% !important; color: #000; outline: 0px; position: relative; border-radius: 0; background: #fff; border: 1px solid #fff; font-size:22px !important; padding:22px 10px 22px 30px!important; font-weight:500; transition: all 0.5s; }
.hm-form-sec .gform_wrapper .top_label textarea {width: 100%; float: left; height: 200px; margin: 0px 0px 30px; padding: 12px; }
.hm-form-sec .gform_wrapper .form-links, .form-top {font-size: 16px; color: #fff; text-align: center; width: 100%; display: inline-block; }

.hm-form-sec .gform_wrapper .form-links a {color: #f7cc4c; font-weight: 600; text-decoration: underline; }

.hm-form-sec .gform_wrapper.gravity-theme .gfield.gfield--width-third {-ms-grid-column-span: 6;grid-column: span 6;position: relative;}

.hm-form-sec .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: 4px 10px 0px 0 !important;padding: 0 !important;border-radius: 0;max-width: inherit !important;}

.hm-form-sec .gform_wrapper .gform_footer.top_label {padding: 0;text-align: center;float: right;}

.hm-form-sec .gform_wrapper .top_label input[type="submit"] {font-family: "Figtree", sans-serif !important; outline: none !important;border: 0px none !important;border-radius: 0 !important;cursor: pointer;transition-duration: 0.5s;font-style: normal !important;letter-spacing: 1.3px !important;color: #000 !important;width:100% !important;font-size:26px !important;padding: 24px 83px !important;text-transform: uppercase !important;height: auto !important;margin: 0;background-image: -webkit-linear-gradient( 180deg, rgb(167,105,44) 20%, rgb(253,244,177) 50%, rgb(219,164,38) 80%);    font-weight: 700;}

.hm-form-sec .gform_wrapper .top_label input[type="submit"]:hover {background-color: #231f20 !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: #ca5151;letter-spacing: 0.56px;font-size: 15px;line-height: 18px;padding: 0;background: transparent;border: none;font-family: "Figtree", sans-serif !important;}

.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;margin: 0;text-align: right;position: absolute;top: 19px;right: 7px;}

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

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

.popup .popuptext {visibility: hidden;color: #000;position: absolute;transition: transform 0.15s ease-out 0.15s;z-index: 1;margin: 20px 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;}

.hm-form-sec div#gform_3_validation_container{display: none;}





/*/ Homepage Presidental Section Starts /*/

.presidental_sec{background-image: -webkit-linear-gradient( 180deg, rgb(167,105,44) 20%, rgb(253,244,177) 50%, rgb(219,164,38) 80%);  padding: 107px 0;}
.presidental-blck h2{
  font-family: "Figtree", sans-serif;
  font-weight: 900;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}
.presidental-blck h3{
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}
.presidental-blck p{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
  margin: 0 0 20px;
}
.presidental-btn {
    text-align: center;
}
.presidental-btn a{
   font-family: "Figtree", sans-serif;
  font-weight:700;
  font-size:22px;
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #000;
  display: inline-block;
      padding: 22px 35px;
}
.presidental-btn a:hover{color: #000; background-image: -webkit-linear-gradient( 180deg, rgb(167,105,44) 20%, rgb(253,244,177) 50%, rgb(219,164,38) 80%); }



/* Footer Section Starts */

/*/ Homepage Presidental Section Starts /*/

.presidental_sec{background-image: -webkit-linear-gradient( 180deg, rgb(167,105,44) 20%, rgb(253,244,177) 50%, rgb(219,164,38) 80%);    padding: 107px 0;}
.presidental-blck {width: 80%;margin: auto;}
.presidental-blck h2{
  font-family: "Figtree", sans-serif;
  font-weight: 900;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}
.presidental-blck h3{
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}
.presidental-blck p{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
  margin: 0 0 20px;
}
.presidental-btn {
    text-align: center;
}
.presidental-btn a{
   font-family: "Figtree", sans-serif;
  font-weight:700;
  font-size:22px;
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #000;
  display: inline-block;
      padding: 22px 35px;
}
.presidental-btn a:hover{color: #000; background-image: -webkit-linear-gradient( 180deg, rgb(167,105,44) 20%, rgb(253,244,177) 50%, rgb(219,164,38) 80%); }



/*/ Footer Section Starts /*/

.site-footer {background-image:url("images/ftr-bnr.webp");background-position: center;background-repeat: no-repeat;background-size: cover;padding: 50px 0 0;color: #fff;}
.menu-footer-menu-container {margin: 0 0 30px;}
.ftr-logo {text-align: center;margin: 0 0 35px;float: left;width: 100%;}
.ftmenu ul {padding: 15px 0;text-align: center;margin: 20px auto;}
.ftmenu ul li {display: inline-block;margin: 0;}
.ftmenu ul li a {text-transform: uppercase;color: #fff;font-family: "Poppins", sans-serif;font-size: 22px;font-weight:600;line-height: 1;letter-spacing: 0.8px;margin: 0px 70px;}
.ftmenu ul li a:hover{color: #f1d473;} 
.ftmenu ul li a:first-child{margin-left: 0;}
.ftmenu p {font-family: "Poppins", sans-serif;text-align: center;font-weight: 500;font-size: 15px;line-height: 1.6;letter-spacing: 0px;margin:0 0 55px;}
.ftr_social_link{display: flex;justify-content: center;gap: 5px;position: relative;}
.ftr_social_link:before, .ftr_social_link:after{position: absolute;content: "";background: #1c1c1c;width:42.5%;height: 1px;top: 0;bottom: 0;right: 0;margin: auto;}
.ftr_social_link:after{right: inherit;left: 0;}

.ftr_social_link a.fb{background: url(images/sprites.webp);background-repeat: no-repeat;background-position: -20px -304px;width: 51px;height: 51px;display: inline-block;font-size: 0;line-height: 0;}
.ftr_social_link a.ln{background: url(images/sprites.webp);background-repeat: no-repeat;background-position: -81px -304px;width: 51px;height: 51px;display: inline-block;font-size: 0;line-height: 0;}
.ftr_social_link a.in{background: url(images/sprites.webp);background-repeat: no-repeat;background-position: -142px -304px;width: 51px;height: 51px;display: inline-block;font-size: 0;line-height: 0;}

.ftr_social_link a.fb:hover{background-position: -20px -367px;}
.ftr_social_link a.ln:hover{background-position: -81px -367px;}
.ftr_social_link a.in:hover{background-position: -142px -367px;}

/*/ Footer Sections Ends /*/

/*/ Copyrights /*/

.copyrights {padding: 30px 0;text-align: center;}
.copyrights p,
.copyrights a {font-family: "Poppins", sans-serif;color: #fff;font-size: 20px;font-weight:600;line-height: 1.7;margin: 0;letter-spacing: 0.8px;}
.copyrights a {display: inline-block;padding: 0 5px;}



/* Homepage Form Section Starts */

/*.hm-form-sec .gform_wrapper {
  margin: 50px 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: #fff;
  outline: 0px;
  position: relative;
  border-radius: 0;
  background: transparent;
  border: 1px solid #fff;
  font-size: 16px !important;
  padding: 14px 10px !important;
  transition: all 0.5s;
}

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

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

.hm-form-sec .gform_wrapper .form-links a {
  color: #f7cc4c;
  font-weight: 600;
  text-decoration: underline;
}

.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: 4px 10px 0px 0 !important;
  padding: 0 !important;
  border-radius: 0;
  max-width: inherit !important;
}

.hm-form-sec .gform_wrapper .gform_footer.top_label {
  padding: 0;
  margin: 16px 0 0;
  text-align: center;
}

.hm-form-sec .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;
}

.hm-form-sec .gform_wrapper .top_label input[type="submit"]:hover {
  background-color: #231f20 !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;
}

.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: 20px 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 */




/* Homepage Ends */

/* Inner Pages Default Styles */

.page_bnr {
  background: #00000080;
  background-size: cover;
  padding: 350px 0;
 background-blend-mode: overlay
}

.page_title h1,
.page_title h2 {
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  line-height: 1;
  color: #fff;
  position: relative;
  margin: 0;
}

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

.page_default {
  padding: 70px 0;
  position: relative;
}

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

.genpg-lft {
  width: 30%;
  float: right;
  max-width: 350px;
}

.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: "PlayfairDisplay-Bold", serif;
}


.page_default .genpg-rite h1 {
  font-size: 50px;
  text-transform: capitalize;
  line-height: 1.2;
  letter-spacing: 0.8px;
  font-weight: normal;
  color: #000000;
  margin-bottom: 20px;
}

.page_default .genpg-rite h2 {
  font-size: 35px;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  color: #6c6b6b;
  position: relative;
  display: inline-block;
  width: 100%;
}

.page_default .genpg-rite h3 {
  font-size: 30px;
  line-height: 1.2;
}

.page_default .genpg-rite h4 {
  font-size: 28px;
  line-height: 1.2;
}

.page_default .genpg-rite h5 {
  font-size: 25px;
  line-height: 1.2;
}

.page_default .genpg-rite h6 {
  font-size: 22px;
  line-height: 1.2;
}

.page_default .genpg-rite p,
.page_default .genpg-rite li {
  font-size: 20px;
  line-height: 1.6;
  color: #000;
  letter-spacing: 0.4px;
  margin: 0 0 20px 0;
}

.page_default .genpg-rite a {
  color: var(--blue);
  text-decoration: none;
}

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

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

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

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

.page_default .genpg-rite li ul li:before {
  display: 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;
  margin-left: 20px;
}

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

.page_default .genpg-rite li a {
  text-decoration: none;
  color: var(--blue);
}

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

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

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

/* 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 section.widget_nav_menu ul li {
  margin: 0;
}

.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 .widget ul > li {
  border-top: 1px dashed #fff;
}

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

/* 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;
  border-bottom: 1px solid #d1d1d1;
  padding: 0px 0 10px;
  margin: 0 0 10px 0;
}

.post-meta {
  float: left;
  width: 80%;
}

.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 {
  border-top: 1px solid #d1d1d1;
  padding: 10px 0 10px;
  margin: 10px 0 0px 0;
  border-bottom: 1px solid #d1d1d1;
}

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

/* Practice Areas Page */

.pract-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 0 20px 0;
}

.pract-items {
  position: relative;
  width: 48%;
  padding: 22px 22px 0;
  background-color: #ffffff;
  box-shadow: 0px 1px 27px 0px rgb(0 0 0 / 10%);
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.pract-items:before {
  position: absolute;
  content: "";
  background-color: #5f819a;
  top: 0px;
  left: 0px;
  width: 20%;
  z-index: -1;
  height: 26%;
}

.pract-items h5 {
  text-transform: capitalize;
  margin: 10px 0 10px 0;
}

.pract-items:hover {
  background-color: #5f819a;
}

.pract-items:hover p,
.pract-items:hover h5 {
  color: #fff;
}

.pract-items a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}

/* Practice Areas Page Style-2 */

.prac-area-item {
  max-width: 48%;
  margin: 0;
  position: relative;
}

.prac-area-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(54, 64, 109, 0.26);
  background: -moz-linear-gradient(
    top,
    rgba(54, 64, 109, 0.26) 48%,
    rgba(54, 64, 109, 0.27) 49%,
    rgba(54, 64, 109, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(48%, rgba(54, 64, 109, 0.26)),
    color-stop(49%, rgba(54, 64, 109, 0.27)),
    color-stop(100%, rgba(54, 64, 109, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(54, 64, 109, 0.26) 48%,
    rgba(54, 64, 109, 0.27) 49%,
    rgba(54, 64, 109, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(54, 64, 109, 0.26) 48%,
    rgba(54, 64, 109, 0.27) 49%,
    rgba(54, 64, 109, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(54, 64, 109, 0.26) 48%,
    rgba(54, 64, 109, 0.27) 49%,
    rgba(54, 64, 109, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(54, 64, 109, 0.26) 48%,
    rgba(54, 64, 109, 0.27) 49%,
    rgba(54, 64, 109, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36406d', endColorstr='#36406d', GradientType=0 );
  left: 0;
  bottom: 0;
}

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

.prac-area-item a {
  color: #fff;
}

/* Practice Areas Page Style-3 */

.prac-itm {
  margin: 0;
  max-width: 48%;
  width: 100%;
  position: relative;
  text-align: center;
}

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

.prac-itm .prac-itm-cnt {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.prac-itm .prac-itm-cnt h5 {
  font-size: 29px;
  font-family: "Rift";
  font-weight: 700;
  color: #000;
  letter-spacing: 2.32px;
  padding: 26px 10px;
  background-color: #fff;
  line-height: 1;
  margin: 0;
}

.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 .prac-itm-cnt a {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.36px;
  line-height: 1;
  display: none;
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  padding: 11px 28px;
  margin: 0;
}

.prac-itm p {
  margin: 0;
}

.prac-itm:hover:after {
  background-color: #1665afb5;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  outline: 1px solid #fff;
  outline-offset: -20px;
}

.prac-itm .prac-itm-cnt h5:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #1672b2;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}

.prac-itm:hover .prac-itm-cnt a {
  display: inline-block;
}

.prac-itm:hover .prac-itm-cnt h5 {
  background: transparent;
  color: #fff;
}

.prac-itm:hover .prac-itm-cnt h5:before {
  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;
}

/* 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 {
  background: #03152b;
  padding: 40px 150px 40px 50px;
}

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

.ftr-socil a {
  width: 40px;
  height: 40px;
  font-size: 0;
  display: inline-block;
  margin: 0 14px 0 0;
  background: #3584f0;
  transition: 1s;
}

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