/*-----------------------------------Defaults-----------------------------------*/
body {
  font-family: "Rajdhani", sans-serif;
  font-size: 17px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  background-color: #f4f7fa;
}
p {
  color: #494b50;
  margin: 0;
}
h1,h2,h3,h4,h5,h6 {
  margin: 0;
}
a {
  color: #fff;
  text-decoration: none!important;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/*a:hover {
  color: #d6d6d6 !important;
}*/
ul {
  list-style: none;
  padding-left: 0;
  font-size: 0;
  margin-bottom: 0;
}




ul > li, ul > a > li {
  display: inline-block;
  font-size: 17px
}
input:focus, textarea:focus {
  outline: none;
}
i {
  color: #fff;
  position: relative;
  bottom: 0;
  left: 0
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a:hover i {
  bottom: 2px
}
.center {
  text-align: center;
}
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(176, 176, 176, 0.3);
}
.bg-overlay ~ * {
  position: relative;
  z-index: 1;
}
::selection {
  background: #d8a537;
  color: #fff
}
.yellow-border {
  background-color: #d8a537;
  height: 4px;
  width: 100px;
}
button:focus {
  outline: none;
}
}
p {
  line-height: 1.5 !important;
}
/*-----------------------------------Header-----------------------------------*/
#header {
  width: 100%;
  background-color: rgba(30, 29, 34, 0.9);
  padding: 10px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2
}
.social, #header .logo, #header .contacts {
  display: inline-block;
}
#header .logo {
  position: relative;
  left: 80px
}
.social {
  float: left
}
#header .contacts {
  float: right;
}
#header contacts a:hover {
    text-decoration:none;
}
.social {
  line-height: 110px;
}

.social {
	margin: 0;
}

.social li a {
	display: block;
	width: 47px;
	height: 47px;
	color: #fff;
	font-size: 17px;
	text-align: center;
	line-height: 45px;
	border-radius: 50%;
	background-color: #d8a537;
	border: 1px solid transparent;
}

.social li .justia {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  line-height: 42px;
}

.social li .avvo img {
  position: relative;
    margin-top: -3px;
    margin-left: -3px;
}

#header .contacts p {
  color: #fff;
}
#header .contacts h2 {
  font-size: 42px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#header .contacts h2:hover {
  color: #ca9d3e
}
#header .contacts {
  text-align: right;
  margin-top: 20px;
}
#nav {
  background-color: #3a3d44;
  margin-top: 10px;
}
#nav li {
  color: #fff
}
#nav > ul > li {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 24px 0;
  border-left: 1px solid rgba(255,255,255,0.1);
}
#nav li {
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
#nav > ul > li > a {
  padding: 24px;
}
#nav ul li a:hover {
  color: #d8a537!important;
}
#nav > ul > li:last-child {
  border-right: 1px solid rgba(255,255,255,0.1);
}
#nav li:hover {
  background-color: #2e3035
}
#nav li:hover i {
  bottom: -1px
}
#nav > ul > li:last-child:hover i {
  bottom: 0;
  left: 2px
}
/*Dropdown*/
#practices {
  position: relative;
}
#dropdown,
#dropdown2 {
  display: none;
  background: #b99037;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
}
#dropdown2 {
  left: 100%;
  top: 0;
  display: none;
  white-space: nowrap;
}
#practices:hover #dropdown {
  display: block;
}
#consumerism:hover #dropdown2 {
  display: inline-table;
}
#dropdown > li,
#dropdown2 > li {
  display: block;
  top: 100%;
  padding: 24px 0;
  position: relative;
}
#practices, #login {
  padding: 24px!important;
  cursor: pointer;
}
#login-mob {
  padding: 20px 50px;
  cursor: pointer;
}
#dropdown a,
#dropdown2 a {
  padding: 24px;
}
/*Login pop-up*/
#login-bg {
  display: none;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(35, 35, 35, 0.8);
  background: -webkit-radial-gradient(rgba(35, 35, 35, 0.8), rgba(29, 29, 29, 0.91));
  background: -o-radial-gradient(rgba(35, 35, 35, 0.8), rgba(29, 29, 29, 0.91));
  background: -moz-radial-gradient(rgba(35, 35, 35, 0.8), rgba(29, 29, 29, 0.91));
  background: radial-gradient(rgba(35, 35, 35, 0.8) 50%, rgba(29, 29, 29, 0.91));
  z-index: 10
}
#login-pop {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  margin-left: 50%;
  margin-top: 150px;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 11;
  background-color: rgba(31, 31, 31, 0.9);
  padding: 20px 25px;
}
#login-pop h2 {
  margin-bottom: 30px;
}
#login-pop input {
  display: block;
  margin-bottom: 25px;
  width: 100%;
  padding: 6px 5px;
  font-size: 20px;
}
#login-pop span {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 32px;
  /*Hover*/
  border: 1px solid transparent;
  padding: 3px 7px;
  border-radius: 50%;
  width: 41px;
  height: 41px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#login-pop span:hover {
  border-color: #888888;
}
#login-pop .button {
  width: 100%;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin: 0;
  cursor: pointer;
  border: 0
}
#login-pop p {
  margin-top: 8px;
}
#login-pop p a:hover {
  text-decoration: underline!important
}
/*------------Mobile navbar--------------*/
#nav-mobile {
  display: none;
  position: relative;
  z-index: 5
}
#nav-mobile button {
  border: none;
  background-color: #3A3D45;
}
.menu-trigger {
  padding: 10px 0;
  width: 100%;
}
#triggerIcon {
  font-size: 30px;
}
.navigation {
  display: none;/*later*/
}
.navigation li {
  display: block;
  text-align: left;
  padding: 20px 0px;
  font-size: 22px;
  border-top: 1px solid rgba(109, 109, 109, 0.38);
}
#practices-mob {
  padding: 20px 50px;
  cursor: pointer;
}
.navigation li a {
  padding: 20px 50px;
}
#dropdown-mob {
  display: none;
  margin-top: 30px;
}
#dropdown-mob li {
  border: 0
}
@media screen and (max-width: 991px) {
  #nav > ul {
    display: none
  }
  #nav-mobile {
    display: block
  }
  #header .contacts h2 {
    font-size: 32px;
  }
}
/*-----------------------------------Hero-----------------------------------*/
.hero {
  position: relative;
  background-image: url("/img/hero-bg.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.hero .container {
  padding: 300px 0 210px;
}
.hero h1,h2 {
  color: #fff;
  font-weight: 700;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  font-size: 42px;
}
.hero h1 {
  font-size: 90px;
}
.hero .bg-overlay {
  background-image: linear-gradient( 90deg, #000, rgba(0,0,0,0));
  opacity: 0.5
}
.border-top {
  padding-top: 6px;
  border-top: 4px solid #fff;
}
.button {
  background-color: #d8a537;
  display: inline-block;
  margin-top: 35px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button:hover {
  background-color: #ca941f;
}
.button a {
  padding: 30px 40px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}
.button a:hover {
    color: white;
}
#hero-man {
  position: absolute;
  right: -25px;
}
/*Practice Navigation*/
#prac-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(30, 29, 34, 0.9);
  width: 100%;
  z-index: 1
}
#prac-nav .prac-block, .prac-block .left, .prac-block .right {
  display: inline-block;
}
#prac-nav .prac-block:last-child {
  border: none
}
#prac-nav h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  margin-left: 5px;
}
#prac-nav .button a {
  padding: 8px 15px;
  font-size: 14px;
}
#prac-nav .button {
  margin-top: 8px;
}
.prac-block .right {
  vertical-align: middle;
}
.prac-block {
  padding: 0px 18px;
  margin: 15px 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 1199px) {
  .prac-block .right {
    display: none
  }
  .prac-block {
    padding: 0 2.5%
  }
  #hero-man {
    width: calc(300px + 25%);
    margin-top: 30px;
  }
  .hero h2 {
    font-size: 4vw;
  }
  .hero h1 {
    font-size: 7.5vw;
  }
  .hero .button a {
    padding: 25px 35px;
  }
}
@media screen and (max-width: 991px) {
  .hero .container {
    padding-bottom: 0;
  }
  #hero-man {
    position: relative;
    right: 0;
    width: calc(300px + 20%);
    margin-left: 50%;
    transform: translate(-50%);
  }
  .hero h2 {
    font-size: calc(30px + 1.7vw);
  }
  .hero h1 {
    font-size: calc(50px + 5vw)
  }
}
@media screen and (max-width: 767px) {
  .prac-block {
    width: 17.5%;
  }
  .prac-block .left {
    width: 100%;
  }
  .prac-block .left img {
    width: 100%;
  }
  .hero .container {
    right: -20px!important
  }
  #header .social {
    display: none
  }
  #header .contacts {
    display: block;
    float: none
  }
  #header .contacts p {
    display: none
  }
  #header .contacts h2 {
    text-align: center;
    font-size: 48px;
  }
  #header .logo {
    left: 0;
  }
  .hero .container {
    padding-top: 350px;
  }
}
@media screen and (max-width: 524px) {
  .hero h1 {
    font-size: calc(35px + 5vw);
  }
  .hero h2 {
    font-size: calc(20px + 1.7vw);
  }
  .hero .button a {
    padding: 25px 20px;
  }
}
/*Inner hero*/
#inner-hero #hero-man, #inner-hero .container .button, #inner-hero h1 {
  display: none
}
#inner-hero h2 {
  text-align: center;
}
#inner-hero .border-top {
  border: 0
}
#inner-hero .border-inner {
  display: block!important;
  height: 4px;
  width: 100px;
  background-color: #fff;
  margin: 0 auto 8px;
}
#inner-hero .container {
  padding: 245px 0 180px;
}
@media screen and (max-width: 767px) {
  #inner-hero .container {
    padding: 285px 0 160px;
    right: 0!important
  }
}
/*-----------------------------------Main Content-----------------------------------*/
.main-content {
  padding: 65px 0 0;
}
.main-content a:not(.call):not(.button) {
    text-decoration: underline!important;
}
.main-content .yellow-border {
  margin: 35px 0;
}
.main-content h1 {
  font-size: 52px;
  font-weight: 500;
  line-height: 60px;
}
.main-content h3, .main-content h4 {
  font-weight: 700;
  font-size: 30px;
  margin: 35px 0 25px;
}
.main-content h4 {
  font-size: 22px;
}
.main-content p {
  color: #494b50;
  font-size: 17px;
  margin-bottom: 30px;
}
@media screen and (max-width: 425px) {
  .main-content h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
.main-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.main-content li {
  margin-bottom: 5px;
  color: #494b50;
}
.main-content li::before {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-right: 15px;
  position: relative;
  font-size: 17px;
  line-height: 29px;
  color: #d8a537;
}
.main-content .col-md-6 {
  padding-left: 0;
}
.main-content li {
  display: block!important
}
.main-content.inner-page p + ul {
    margin-top: -10px;
}
/*Inner page main contents*/
.main-content.inner-page h2 {
    text-shadow: none;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
    margin-top: 60px;
}
#main-contact h3 {
  color: #d8a537;
  border-bottom: 1px solid #d8a537;
}
#main-contact .contact-border {
  padding: 5px 10px;
  background-color: #fff;
}
#main-contact a {
  color: #494b50;
}
#main-contact a:hover {
  color: #b8861a;
}
#main-review .stars i {
  color: #e5b33e
}
#main-review .review {
  border-left: 4px solid #e5b33e;
  padding-left: 20px;
  margin-top: 35px;
  margin-bottom: 70px;
}
#main-review .review h3 {
  margin-top: 0;
}
#main-review .review p {
  margin-top: 15px;
}
#main-review .review .anonym {
  font-size: 22px;
  color: #565656;
  margin-bottom: 15px;
}
.main-content .remember {
  background: #dea220;
  padding: 12px 0;
  color: #fff;
  text-align: center;
}
/*./inner page main*/
#sidebar {
  position: relative;
  background-color: #3a3d44;
  padding: 50px 15px 40px;
}
#sidebar .bg-overlay {
  background-image: url("/img/sidebar-bg.png");
}
#sidebar .yellow-border {
  margin: 0 auto;
}
#sidebar h3 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 44px;
  color: #fff
}
#sidebar input, #sidebar textarea {
  width: 100%;
  padding: 18px 14px;
  margin-bottom: 15px;
  color: #637593;
  font-size: 18px;
  font-weight: 700;
  border: 0;
}
#sidebar input[type="submit"] {
  background-color: #d8a537;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/*Placeholder color*/
#sidebar input::-webkit-input-placeholder, #sidebar textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #637593;
}
#sidebar input::-moz-placeholder, #sidebar textarea::-moz-placeholder { /* Firefox 19+ */
  color: #637593;
}
#sidebar input:-ms-input-placeholder, #sidebar textarea:-ms-input-placeholder { /* IE 10+ */
  color: #637593;
}
#sidebar input:-moz-placeholder, #sidebar textarea:-moz-placeholder { /* Firefox 18- */
  color: #637593;
}
#sidebar input[type="submit"]:hover {
  background-color: #f1a503;
}
#review {
  margin-top: 40px;
  position: relative;
}
.remove-mb {
  margin-bottom: -20px!important
}
#review .text {
  background-color: #fff;
  padding: 35px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  position: relative;
  z-index: 2
}
#review::before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  z-index: 3
}
/*Shadow for triangle*/
#review::after {
  content: "";
  display: block;
  position: absolute;
  left: 13px;
  bottom: -22px;
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 22px solid rgba(0, 0, 0, 0.07);
  -webkit-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
  z-index: 1
}
#review .text p {
  line-height: 28px;
  font-weight: 500;
  color: #26344b;
  font-style: italic;
  position: relative;
  z-index: 2
}
#review .text i {
  position: absolute;
  bottom: -50px;
  right: 15px;
  color: #f4f7fa;
  font-size: 220px;
}
#review-author {
  padding-left: 20px;
}
#review-author h3 {
  margin-bottom: 10px;
}
#review-author i {
  color: #e5b33e;
}
/*-----------------------------------Medals-----------------------------------*/
.medals-white {
  margin-top: 65px;
  background-color: #fff;
  padding: 10px 0 20px;
}
.medal-white {
  width: 18.5%;
  display: inline-block;
}
.medal-white img {
  max-width: 100%
}
/*-----------------------------------About-----------------------------------*/
.about {
  position: relative;
  padding: 100px 0 80px;
  /*background-color: #1f1e23;*/
}
.about .yellow-border {
  margin: 0 auto 45px;
  width: 166px;
}
.about p {
  color: #f4f7fa;
  font-style: italic;
  font-size: 20px;
  line-height: 30px;
}
.about h3 {
  color: #f4f7fa;
  font-size: 26px;
  margin-top: 55px;
  font-weight: 700;
}
.about .bg-overlay {
  background-image: url("/img/about-bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center bottom;
}
.about .button {
  margin-top: 50px;
}
@media screen and (max-width: 375px) {
  .about .button a {
    font-size: 20px;
  }
}
/*-----------------------------------Footer-----------------------------------*/
#footer {
  padding: 60px 0 0;
  background: #fff;
}
#footer h3 {
  color: #28313e;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 30px;
}

#footer .social li .avvo img{
  position: relative;
  margin-top: 7px;
}
#footer .left p {
  color: #5c697a;
  line-height: 30px;
  font-weight: 500;
  font-size: 16px;
}
#footer .right {
  text-align: right;
}
#footer .right p {
  font-size: 17px;
  color: #232f3f;
  font-weight: 400;
}
#footer .right h3 {
  font-size: 42px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#footer .right h3:hover {
  color: #d8a537;
  text-decoration: none;
}
#footer .right a:hover {
    text-decoration: none;
}
.right-reserved {
  width: 100%;
  background-color: #000;
  clear: both;
}
.right-reserved p {
  font-size: 18px;
  color: #fff;
  line-height: 32px;
}
@media screen and (max-width: 425px) {
  .right-reserved p {
    font-size: 14px;
  }
}
#footer .social {
  float: none;
  line-height: 80px;
}
#footer .footer-social h3 {
  margin-bottom: 0;
}
.footer-social > a {
  display: block;
}
#footer img {
  margin-bottom: 10px;
}
#footer .container {
  position: relative;
}
#footer-line {
  position: absolute;
  bottom: 50px;
  left: 0;
  background-color: #c9d4e3;
  height: 1px;
  width: 100%;
  z-index: 0
}
#footer .footer-social {
  background-color: #fff;
  z-index: 2
}
@media screen and (max-width: 991px) {
  #footer .left {
    text-align: center;
    margin-bottom: 20px;
  }
  #footer .right {
    text-align: center;
    margin-top: 20px;
  }
  #footer-line {
    display: none;
  }
  #footer img {
    display: none
  }
}
/*Animations*/
.fly-right {
  position: relative;
  opacity: 0;
  right: 60%
}
.fly-top {
  bottom: -70%
}
.callout {
    padding: 40px;
    background-color: white;
    border-left: 4px solid #D8A537;
    margin-top: 20px;
    margin-bottom: 20px;
}
.callout h3, .callout h4, .callout h5, .callout h6 {
    margin-bottom: 10px;
}
.callout h4 {
    margin-top: 0;
    font-size: 19px;
}
.callout p {
    margin-bottom: 15px;
    font-size: 19px;
}
#main-contact .callout a.button {
    padding: 10px 25px;
    color: white!important;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
}
#main-contact .callout a.button:hover {
    color: white!important;
}

.accordion .header {
    position: relative;
    cursor: pointer;
}
.accordion .header:after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    border: 2px solid #d8a537;
    color: #d8a537;
    font-weight: bold;
    font-size: 24px;
    transition: all .2s ease-in-out;
}

.accordion .header.active:after {
    content: "–";
    transform: translateY(-50%) rotate(180deg);
}
.accordion .body .p:last-child {
    margin-bottom: 0;
}
.accordion .header:hover h3, .accordion .header.active h3 {
    color: white!important;
    background: #333;
}
.accordion .body {
    padding-inline: 10px;
    margin-top: 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}
.accordion .body.open {
    max-height: 1000px;
}
.accordion .header h3 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    padding: 15px 40px 15px 15px;
    background: white;
    box-shadow: 0px 3px 7px 0px rgba(20, 23, 26, 0.05);
    border:none!important;
    color: #333!important;
    transition: all .2s ease-in-out;
}
.interlinking .yellow-border {
    margin-top: 15px;
    margin-bottom: 15px;
}
.interlinking h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}
.interlinking li {
    padding-bottom: 10px;
    border-bottom: 1px solid #DFE0E3;
    margin-bottom: 10px;
    font-weight: 700;
}
.main-content .interlinking li a:not(.call):not(.button) {
    text-decoration: none!important;
}
#main-contact a.call {
    color: #d8a537!important;
}
.text-icon-box {
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid #DFE0E3;
    border-bottom: 1px solid #DFE0E3;
    display: flex;
    gap: 20px;
}
.text-icon-box .box {
    display: flex;
    align-items: center;
    gap: 10px
}
.text-icon-box .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background: white;
    color: #D8A537;
    font-family: Rajdhani;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}
.text-icon-box p {
    margin-bottom: 0;
    font-weight: 700;
}
@media (max-width: 575px) {
    .text-icon-box {
        flex-wrap: wrap;
    }
}
/**/
