@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
body {
  padding: 0px;
  margin: 0px;
}

.flex, .team .flex-box, .practice-area .flex-box {
  display: flex;
  display: -webkit-flex;
}

header {
  height: 90px;
}
header .navbar-inverse {
  background-color: #222;
  border-color: #080808;
  margin: 0px;
  border-radius: 0px;
  border: none;
  background-color: #fff;
  position: fixed;
  -webkit-box-shadow: 0px 0px 4px grey;
  -moz-box-shadow: 0px 0px 4px grey;
  box-shadow: 0px 0px 4px grey;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 100;
  padding: 20px 0px;
  transition: all 0.3s linear;
}
header .navbar-inverse .navbar-nav a {
  color: #1f3469;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  padding: 20px 26px 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
  outline: none;
}
header .navbar-inverse .navbar-nav a span {
  margin-right: 15px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: -1px;
  top: 23px;
}
header .navbar-inverse .navbar-nav a:hover {
  color: #d54144;
}
header .navbar-inverse .navbar-nav a:hover span {
  opacity: 1;
  left: 4px;
}
header .navbar-inverse .navbar-nav a:active {
  color: #d54144;
}
header .navbar-inverse .navbar-nav a:focus {
  color: #1f3469;
}
header .navbar-inverse .navbar-nav a.active {
  color: #d54144;
}
header .navbar-inverse .navbar-nav a.active span {
  opacity: 1;
  left: 4px;
}
header .navbar-inverse.custom-nav {
  padding: 10px 0px;
}
header img.logo {
  height: 65px;
  margin-top: -23px;
}
header .social-links ul {
  position: absolute;
  top: -12px;
  right: 25px;
  z-index: 111;
}
header .social-links ul li {
  display: inline;
  margin-left: 5px;
  color: #d54144;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
}
header .social-links ul li a img {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .social-links ul li a img:hover {
  -webkit-box-shadow: 0px 0px 5px grey;
  -moz-box-shadow: 0px 0px 5px grey;
  box-shadow: 0px 0px 5px grey;
}

.slider {
  padding: 24px 15px;
}
.slider .custom-slider {
  padding: 0px 0px 0px 24px;
}
.slider .custom-slider .carousel-inner .item img {
  height: 373px;
  width: 100%;
}
.slider .carousel-indicators li {
  width: 15px;
  height: 15px;
  margin: 0;
  background-color: transparent;
  margin-left: 10px;
}
.slider .carousel-indicators li.active {
  background-color: #ffffff;
}
.slider .latest-news {
  padding: 0px 24px;
}
.slider .latest-news .col-xs-12 {
  border: 1px solid #d3d4d5;
  height: 373px;
  padding-top: 10px;
}
.slider .latest-news .col-xs-12 .header {
  position: absolute;
  width: 100%;
  background-color: #be484d;
  left: 0PX;
  z-index: 1;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
}
.slider .latest-news .col-xs-12 .header::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -20px;
  border-top: solid 0px transparent;
  border-right: solid 10px #a94e56;
  border-bottom: solid 10px transparent;
  border-left: solid 10px transparent;
}
.slider .latest-news .col-xs-12 .header::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -20px;
  border-top: solid 0px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-left: solid 10px #a94e56;
}
.slider .latest-news .col-xs-12 .header .left {
  position: absolute;
  width: 10px;
  background-color: #be484d;
  left: -10PX;
  z-index: 9;
  height: 100%;
  top: 0px;
}
.slider .latest-news .col-xs-12 .header .right {
  position: absolute;
  width: 10px;
  background-color: #be484d;
  right: -10PX;
  z-index: 9;
  height: 100%;
  top: 0px;
}
.slider .latest-news .col-xs-12 p {
  line-height: 18px;
  padding-left: 80px;
  position: relative;
  margin-bottom: 20px;
}
.slider .latest-news .col-xs-12 p a {
  color: #3b5998;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.slider .latest-news .col-xs-12 p a:hover {
  color: #be484d;
  text-decoration: none;
}
.slider .latest-news .col-xs-12 p img {
  width: 65px;
  position: absolute;
  left: 0px;
  top: 5px;
}
.slider .latest-news .col-xs-12 marquee {
  height: 330px;
}

.about-us {
  padding: 50px 30px;
  background-color: #c5d4f8;
}
.about-us h1 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 0px;
  margin: 0px 0px 40px;
  font-weight: bold;
  color: #000000;
}
.about-us p {
  font-size: 15px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
  margin: 0px 0px 20px;
  text-align: justify;
  font-weight: normal;
  color: #000000;
}
.about-us p span {
  font-weight: bold;
}
.about-us .box {
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
}

.practice-area {
  padding: 40px 15px 60px;
  background-color: #ffffff;
}
.practice-area h1 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 0px;
  margin: 0px 0px 40px;
  font-weight: bold;
  color: #000000;
}
.practice-area .flex-box {
  justify-content: space-between;
  flex-wrap: wrap;
}
.practice-area .flex-box .box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
  background-color: #ffffff;
  margin-bottom: 40px;
  width: 350px;
  border: 10px solid #ffffff;
  padding: 0px;
  overflow: hidden;
  height: 264px;
  /*ani*/
  /*ani*/
}
.practice-area .flex-box .box h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin: 20px 15px 10px;
  position: absolute;
  z-index: 1;
  top: auto;
  color: #fff;
  background-color: rgba(38, 37, 37, 0.74);
  left: 0px;
  width: 100%;
  padding: 16px 15px;
  bottom: 0px;
  margin: 0px 0px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.practice-area .flex-box .box img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.practice-area .flex-box .box .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgb(190, 72, 77);
  transform: translateX(-350px);
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.practice-area .flex-box .box h2 {
  background: rgb(255, 255, 255);
  color: #a94e56;
  box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
  padding: 10px 15px;
  font-size: 22px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
.practice-area .flex-box .box p {
  opacity: 0;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 16px;
  text-align: center;
  padding: 5px 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.practice-area .flex-box .box p a {
  background-color: #1f3469;
  padding: 6px 15px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.practice-area .flex-box .box p a:hover {
  background-color: #ffffff;
  color: #a94e56;
}
.practice-area .flex-box .box:hover .mask {
  transform: translateX(0px);
}
.practice-area .flex-box .box:hover img {
  -moz-transform: translateX(350px);
  -webkit-transform: translateX(350px);
  transform: translateX(350px);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.practice-area .flex-box .box:hover p {
  opacity: 1;
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
}
.practice-area .flex-box .box:hover h3 {
  -moz-transform: translateX(-350px);
  -webkit-transform: translateX(-350px);
  transform: translateX(-350px);
}
.practice-area .btn {
  color: #fff;
  padding: 8px 45px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  background-color: #d54144;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.practice-area .btn:hover {
  background-color: #1f3469;
}
.practice-area.practice-area-page {
  background-color: #c5d4f8;
}
.practice-area.practice-area-page .flex-box {
  justify-content: flex-start;
}
.practice-area.practice-area-page .flex-box .box {
  margin: 15px;
}

.clients {
  padding: 40px 15px 95px;
}
.clients h1 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 0px;
  margin: 0px 0px 40px;
  font-weight: bold;
  color: #000000;
}
.clients .main-slider {
  border: none;
  min-height: 220px;
  margin: 30px 0px 0px;
  padding-left: 260px;
}
.clients .main-slider h3 {
  font-size: 22px;
  margin: 0px;
  font-weight: 600;
  padding: 0px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0.5px;
  font-family: "Open Sans", sans-serif;
  line-height: 22px;
}
.clients .main-slider p {
  margin: 10px 0px 0px;
  font-size: 15px;
  font-weight: 300;
  text-align: justify;
  line-height: 25px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
}
.clients .main-slider img {
  width: 220px;
  position: absolute;
  left: 15px;
  bottom: 15px;
  top: 0px;
}
.clients .left-cont {
  margin-left: 45px;
  background-color: #be484d;
  color: #ffffff;
  height: 30px;
  width: 30px;
  opacity: 1;
  background-image: none;
  border-radius: 50%;
}
.clients .left-cont:hover {
  background-color: #1f3469;
}
.clients .right-cont {
  background: transparent;
  margin-right: 45px;
  background-color: #be484d;
  height: 30px;
  width: 30px;
  color: #ffffff;
  opacity: 1;
  background-image: none;
  border-radius: 50%;
}
.clients .right-cont:hover {
  background-color: #1f3469;
}
.clients .controls-div {
  margin-top: 20px;
}
.clients .main-slider h4 {
  text-align: center;
  color: #be484d;
  font-size: 15px;
  margin-top: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.team {
  padding: 40px 15px 80px;
  /*background-image:url('../images/practice-bg.jpg');*/
  background-color: #c5d4f8;
}
.team h1 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 0px;
  margin: 0px 0px 40px;
  font-weight: bold;
  color: #000000;
}
.team .flex-box {
  flex-wrap: wrap;
  justify-content: space-between;
}
.team .flex-box .box {
  width: 30%;
  border: 15px solid #ffffff;
  padding: 0px 0px 0px 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  margin-bottom: 25px;
  margin-top: 25px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
  min-height: 120px;
}
.team .flex-box .box .circle {
  display: none;
  height: 90px;
  width: 90px;
  background-color: #1f3469;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 0px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.team .flex-box .box .circle h2 {
  color: #ffffff;
  margin: 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 90px;
  letter-spacing: 2px;
}
.team .flex-box .box .mask {
  display: none;
  height: 185px;
  width: 185px;
  background-color: rgba(91, 126, 146, 0.3);
  top: 0px;
  right: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team .flex-box .box .mask p {
  text-align: center;
}
.team .flex-box .box .mask p a {
  line-height: 180px;
  background-color: #1f3469;
  padding: 6px 15px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Open Sans", sans-serif;
}
.team .flex-box .box .mask p a:hover {
  background-color: #d54144;
}
.team .flex-box .box:hover .circle {
  background-color: #d54144;
}
.team .flex-box .box.box2 {
  padding: 15px 0px;
  width: 100%;
}
.team .flex-box .box.box2 p.text {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #000000;
  line-height: 26px;
  text-align: justify;
}
.team .flex-box .box.box2 p.text a {
  color: #be484d;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  margin-left: 7px;
  font-family: "Open Sans", sans-serif;
}
.team .flex-box .box.box2 ul {
  padding: 15px;
  margin: 0px;
}
.team .flex-box .box.box2 ul li {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 5px;
}
.team .flex-box .box.box2 p {
  line-height: 24px;
}
.team .flex-box h4 {
  color: #be484d;
  font-size: 15px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin: 0px;
  padding: 24px 0px 8px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team .flex-box p {
  margin: 0px 0px;
  font-size: 14px;
  color: #707070;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  position: relative;
  z-index: 2;
}
.team .btn {
  color: #fff;
  margin-top: 40px;
  padding: 8px 45px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  background-color: #d54144;
  border: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.team .btn:hover {
  background-color: #1f3469;
}
.team.team-page .flex-box {
  display: block;
}
.team.team-page .flex-box .team-box {
  width: 33.33%;
}
.team.team-page .flex-box .team-box .box {
  margin: 15px 0%;
  width: 100%;
}
.team.team-page .flex-box .team-box .box:hover {
  -webkit-box-shadow: 0px 0px 8px #be484d;
  -moz-box-shadow: 0px 0px 8px #be484d;
  box-shadow: 0px 0px 8px #be484d;
}

.practice-detail {
  padding: 40px 15px 120px;
}
.practice-detail h1 {
  font-size: 28px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  text-align: left;
  padding: 0px;
  margin: 0px 0px 20px;
  font-weight: bold;
  color: #000000;
}
.practice-detail p {
  margin: 0 15px 10px 0px;
  text-align: justify;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
}
.practice-detail p img {
  width: 32%;
  padding: 0px 0px 0px 15px;
  float: right;
}
.practice-detail img {
  margin-top: 10px;
  width: 100%;
}

.contact-page {
  padding: 40px 15px 80px;
}
.contact-page h1 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  text-align: left;
  padding: 0px;
  margin: 0px 0px 0px;
  font-weight: bold;
  color: #000000;
  border-bottom: 1px solid #d1d2d3;
  padding-bottom: 20px;
}
.contact-page .map-section {
  padding-top: 25px;
}
.contact-page .map-section .address h3 {
  font-size: 17px;
  text-align: left;
  padding: 0px;
  text-transform: capitalize;
  color: #000000;
  margin: 0px 0px 5px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.contact-page .map-section .address p.addres-text {
  font-family: courier;
  font-size: 15px;
  color: #000000;
  padding: 0px;
  margin: 0px 0px 6px;
  font-family: "Open Sans", sans-serif;
}
.contact-page .map-section .address p.mobile {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000000;
  margin: 0px 0px 18px;
  padding: 0px;
}
.contact-page .map-section .address p.mobile span {
  font-weight: 600;
}
.contact-page .map-section .address .contact-section {
  border-bottom: 1px solid #d1d2d3;
  padding-bottom: 12px;
  margin-bottom: 18px;
}
.contact-page .map-section .map {
  height: 400px;
}

footer {
  background-color: #272b3b;
  padding: 30px 15px;
}
footer ul {
  list-style: none;
  float: right;
  margin: 0px;
  padding: 0px;
}
footer ul li {
  display: inline;
}
footer ul li a {
  color: #ffffff;
  text-decoration: none;
  padding: 0px 0px 0px 30px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer ul li a:hover {
  text-decoration: none;
  color: #cbcbcb;
}
footer p.copyright {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  line-height: normal;
}

.login-page {
  background-color: #efefef;
  height: 100%;
  width: 100%;
  position: absolute;
}
.login-page .login-box {
  background-color: #ffffff;
  width: 320px;
  margin: 10% auto;
  float: none;
  padding: 30px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px #d3d3d3;
  -moz-box-shadow: 0px 0px 10px #d3d3d3;
  box-shadow: 0px 0px 10px #d3d3d3;
}
.login-page .login-box .form-control {
  width: 100%;
  margin-bottom: 15px;
}
.login-page .login-box .form-submit-button {
  color: #fff;
  padding: 8px 40px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  background-color: #d54144;
  border: none;
  margin-top: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.login-page .login-box h3 {
  margin: 0px;
  line-height: 0px;
  padding-bottom: 22px;
  border-bottom: 1px solid #eeeff1;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}

.landing-page {
  background: #ffffff;
}
.landing-page .disclaimer_content {
  border: 2px solid #BDBDBD;
  padding: 1% 2% 5%;
  overflow: auto;
  height: 124px;
  margin: 2% 0%;
  border-bottom: 2px solid #ECE9E9;
}
.landing-page img.homepage-logo {
  max-width: 165px;
}
.landing-page img {
  margin: auto;
}
.landing-page .logo {
  background: -o-radial-gradient(rgba(255, 0, 0, 0), #e1e1e1);
  background: -moz-radial-gradient(rgba(255, 0, 0, 0), #e1e1e1);
  background: -webkit-radial-gradient(rgba(255, 0, 0, 0), #e1e1e1);
  background: radial-gradient(rgba(255, 0, 0, 0), #e1e1e1);
  padding: 2% 0;
}
.landing-page .header_cont {
  margin-bottom: 1%;
  box-shadow: 0px 5px 5px #CCCCCC;
  padding: 1px;
}
.landing-page .disclaimer_cont h3 {
  text-align: center;
  padding-bottom: 10px;
}
.landing-page .accept_quit_link {
  text-align: center;
  margin: 2%;
}
.landing-page .accept_quit_link a.accept_link {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 20px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  background-color: #61ac5b;
}
.landing-page .accept_quit_link a.quit_link {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  background-color: #e74a4a;
  padding: 5px 20px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
}
.landing-page .disclaimer {
  border: 1px solid #8a92b1;
  margin: 1% 0 2%;
  background: rgba(235, 240, 251, 0.3);
}
.landing-page .legal_legends_img img {
  border: 1px solid #8a92b1;
  padding: 3px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.landing-page .disclaimer_cont {
  font-size: 13px;
  padding: 0% 5%;
  color: #42321B;
}
.landing-page .accept_link {
  margin-right: 5%;
}
.landing-page p {
  margin: 0 0 10px;
  text-align: justify;
  font-size: 13px;
  color: #000000;
  padding: 0px;
  line-height: 18px;
  font-family: 'Sora', sans-serif;
}
.landing-page .copyright p {
  text-align: center;
  font-size: 10px;
  color: #655022;
}

@media (max-width: 1199px) {
  .practice-area .flex-box {
    justify-content: space-around;
  }
  .clients .left-cont {
    margin-left: 20px;
  }
  .clients .right-cont {
    margin-right: 20px;
  }
  .practice-area.practice-area-page .flex-box {
    justify-content: space-around;
  }
  .practice-area.practice-area-page .flex-box .box {
    margin: 0px 0px 40px;
  }
}
@media (max-width: 991px) {
  .practice-area .flex-box {
    justify-content: space-between;
  }
  .practice-area.practice-area-page .flex-box {
    justify-content: space-between;
  }
  .clients .left-cont {
    margin-left: 5px;
  }
  .clients .right-cont {
    margin-right: 5px;
  }
  footer ul li a {
    color: #ffffff;
    text-decoration: none;
    padding: 0px 0px 0px 22px;
  }
  .slider .custom-slider {
    padding: 0px 24px 0px 24px;
  }
  .slider .latest-news {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .practice-area .flex-box .box img {
    width: 100%;
    height: 100%;
  }
  .practice-area .flex-box {
    justify-content: center;
  }
  .practice-area.practice-area-page .flex-box {
    justify-content: center;
  }
  .clients .main-slider img {
    width: 220px;
    position: relative;
    left: 0px;
    bottom: 15px;
    top: 0px;
  }
  .clients .main-slider {
    padding-left: 0px;
  }
  .clients .main-slider h3 {
    font-size: 18px;
    margin: 18px 0px 0px;
    line-height: 30px;
  }
  .team .flex-box {
    display: block;
  }
  .clients .left-cont {
    margin-left: 54px;
  }
  .clients .right-cont {
    margin-right: 54px;
  }
  .team .flex-box .box {
    width: 100%;
    margin-top: 0px;
  }
  .navbar-toggle {
    background-color: #000000;
    margin-bottom: 20px;
    margin-top: 17px;
  }
  .practice-area h1,
  .about-us h1,
  .clients h1,
  .team h1,
  .contact-page h1 {
    font-size: 24px;
  }
  .practice-detail h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .clients .main-slider {
    margin-top: 0px;
  }
  .slider .carousel-indicators li {
    height: 12px;
    width: 12px;
  }
  .clients .left-cont {
    margin-left: 0px;
  }
  .clients .right-cont {
    margin-right: 0px;
  }
  .team .flex-box .box.box2 {
    padding: 0px 0px 15px;
  }
  footer ul {
    float: left;
  }
  footer ul li a {
    color: #ffffff;
    text-decoration: none;
    padding: 20px 0px 0px 0px;
    display: block;
  }
  navbar-inverse .navbar-toggle {
    border-color: #333;
    margin-top: 15px;
  }
  header img.logo {
    height: 45px;
    margin-top: -10px;
  }
  header .navbar-inverse {
    padding: 8px 0px 0px;
  }
  header {
    height: 80px;
  }
  header .social-links ul {
    top: -5px;
    right: 0px;
  }
  .slider .custom-slider .carousel-inner .item img {
    height: auto;
  }
  .team.team-page .flex-box .team-box {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .login-page .login-box {
    width: 94%;
    margin: 10% auto;
  }
}
@media (max-width: 360px) {
  .practice-area .flex-box .box h2 {
    font-size: 18px;
  }
  .practice-area .flex-box .box p {
    font-size: 14px;
    padding: 2px 15px;
  }
}
