/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);*/
@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
@font-face {
  font-family: "Aspergit";
  src: url("fonts/Aspergit.otf") format("opentype");
  /*src: url($font-file+'.eot');
      src: url($font-file+'.eot?#iefix') format('embedded-opentype'),
           url($font-file+'.woff') format('woff'),
           url($font-file+'.ttf') format('truetype'),
           url($font-file+'.svg#aller') format('svg');*/
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Aspergit Bold";
  src: url("fonts/Aspergit Bold.otf") format("opentype");
  /*src: url($font-file+'.eot');
      src: url($font-file+'.eot?#iefix') format('embedded-opentype'),
           url($font-file+'.woff') format('woff'),
           url($font-file+'.ttf') format('truetype'),
           url($font-file+'.svg#aller') format('svg');*/
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Poppins-Light";
  src: url("fonts/Poppins-Light.otf") format("opentype");
  /*src: url($font-file+'.eot');
      src: url($font-file+'.eot?#iefix') format('embedded-opentype'),
           url($font-file+'.woff') format('woff'),
           url($font-file+'.ttf') format('truetype'),
           url($font-file+'.svg#aller') format('svg');*/
  font-weight: normal;
  font-style: normal; }

.highlight {
  color: #CEAB71 !important; }

.highlight2 {
  color: #0d213a !important; }

.text-white {
  color: white; }

.highlight3 {
  color: #004eff; }

.mt-5 {
  margin-top: 50px; }

body,
html {
  font-weight: 400;
  height: 100%;
  font-size: 16px;
  font-family: "Poppins", sans-serif; }

a {
  color: #0045fb; }

a:hover,
a:focus {
  text-decoration: none;
  color: #fbce91; }

/* ==> General Styles */
.base-font {
  font-family: "Poppins", sans-serif; }

.heading-font {
  font-family: "Aspergit Bold", "Trebuchet MS", Helvetica, sans-serif; }

.text-link {
  color: #CEAB71; }

.extra-size {
  font-size: 32px; }

img {
  max-width: 100%; }

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4 h4 a,
h5,
h5 a,
h6,
h6 a {
  font-family: "Aspergit Bold", "Trebuchet MS", Helvetica, sans-serif; }

section {
  overflow: hidden; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 28px;
  color: #CDAC7F;
  margin-top: 0; }

.black {
  color: #000 !important; }

h2.black.bordered:after {
  content: "";
  height: 2px;
  background: #0021ae;
  display: block;
  width: 100px;
  margin-top: 10px; }

h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4; }

h3.blue {
  color: #0021ae; }

ul.bulletList li,
ol li,
ul li {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.8; }

.inner-page ul,
.inner-page ol {
  margin-left: 0;
  padding-left: 15px; }

.inner-page ul.list-inline {
  padding-left: 0px; }

.index p {
  font-size: 14px;
  line-height: 1.8; }

li,
a,
button {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s; }

/* ==> Animations */
.animatedHidden {
  opacity: 0; }

.animatedVisible {
  opacity: 1; }

.mb-0 {
  margin-bottom: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-20px); }
  60% {
    -webkit-transform: translateY(-15px); } }

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-20px); }
  60% {
    -moz-transform: translateY(-15px); } }

@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-20px); }
  60% {
    -o-transform: translateY(-15px); } }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

/* Fix for bootsrap modal jump */
body.modal-open {
  overflow-y: auto !important;
  padding-right: 0 !important; }

.uppercase {
  text-transform: uppercase; }

.uppercase strong {
  color: #000; }

.cd-top {
  background-color: #CEAB71;
  border-radius: 50%;
  bottom: -90px;
  -webkit-box-shadow: 0 14px 59px -7px rgba(0, 0, 0, 0.85);
  box-shadow: 0 14px 59px -7px rgba(0, 0, 0, 0.85);
  cursor: pointer;
  height: 60px;
  position: fixed;
  right: 20px;
  -webkit-transition: bottom .6s;
  -o-transition: bottom .6s;
  transition: bottom .6s;
  width: 60px;
  z-index: 20;
  text-align: center; }

.cd-top:hover {
  background: #b5884c; }

.cd-top.cd-is-visible {
  bottom: 20px;
  -webkit-transition: bottom .6s .25s;
  -o-transition: bottom .6s .25s;
  transition: bottom .6s .25s; }

.cd-top i {
  display: inline;
  margin: 14px 21px;
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  -webkit-transition: top .6s, -webkit-transform .6s;
  transition: top .6s, -webkit-transform .6s;
  -o-transition: top .6s, transform .6s;
  transition: top .6s, transform .6s;
  transition: top .6s, transform .6s, -webkit-transform .6s; }

/* == > Hover effects  */
.btn {
  border-radius: 0;
  color: #fff;
  padding: 10px 35px;
  text-transform: uppercase;
  border: 1px solid #CEAB71;
  padding-top: 16px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.btn.transparent {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: transparent;
  border: 1px solid #CEAB71; }

.btn.transparent:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.btn:hover,
.btn:focus,
.btn:active {
  padding-top: 10px;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.btn.transparent:hover,
.btn.transparent:focus,
.btn.transparent:active {
  color: #CEAB71; }

.btn.transparent:hover:before,
.btn.transparent:focus:before,
.btn.transparent:active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.btn.default {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border-radius: 0;
  color: #fff;
  background: transparent; }

.btn.default:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border: 1px solid #CEAB71;
  height: 100%;
  width: 100%; }

.btn.default:hover,
.btn.default:focus,
.btn.default:active {
  color: white; }

.btn.default:hover:before,
.btn.default:focus:before,
.btn.default:active:before {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  border: none;
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in; }

.btn.black {
  color: #000 !important; }

.areas-build-list {
  padding-left: 0; }

.areas-build-list li {
  display: inline-block;
  width: 25%;
  margin: 10px 0; }

/* ==> icon sprites */
.sprite {
  background: url("../img/sprite-icons.png") no-repeat;
  display: inline-block; }

.sprite.arrow-left {
  width: 30px;
  height: 60px;
  background-position: 0 0; }

.sprite.arrow-left:hover {
  width: 30px;
  height: 60px;
  background-position: 0 -69px; }

.sprite.arrow-right {
  width: 30px;
  height: 60px;
  background-position: -35px 0; }

.sprite.arrow-right:hover {
  width: 30px;
  height: 60px;
  background-position: -35px -69px; }

.sprite.plus-white {
  width: 18px;
  height: 18px;
  background-position: -66px -23px; }

.sprite.plus-white-2x {
  width: 20px;
  height: 20px;
  background-position: -66px -2px; }

.sprite.plus-grey {
  background-position: -111px -55px; }

.sprite.fcourt-icon {
  background-position: -108px 18px !important; }

.quotes {
  font-style: italic; }

.rating {
  unicode-bidi: bidi-override;
  direction: rtl; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.rating > span {
  display: inline-block;
  position: relative;
  width: 0.9em;
  color: #ff9900;
  font-size: 36px; }

.rating > span:before,
.rating > span ~ span:before {
  content: "\2605";
  position: absolute; }

.play-icon:before {
  content: "\25B8";
  position: absolute; }

.fa-play-circle {
  font-size: 3rem;
  vertical-align: middle; }

.social-list li {
  padding: 0 7px; }

.social-list li a {
  color: #CEAB71;
  font-size: 20px; }

.social-list li a:hover {
  color: #bdb7b7; }

.review-list {
  display: table;
  width: 100%; }

.review-list li {
  display: table-cell;
  vertical-align: middle; }

/* form, input style */
.form-control {
  height: 40px;
  border-radius: 0px; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 rgba(102, 175, 233, 0.6); }

.gump-field {
  font-weight: 700; }

/* General Styles <== */
/* ==> Header and nav style */
header {
  position: fixed;
  width: 100%;
  top: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 200; }

.index header {
  background: transparent; }

header.dark {
  background: #0d213a; }

header.dark .navbar-nav {
  margin-top: 0; }

header.dark .navbar-nav > li > a {
  padding-bottom: 5px; }

.navbar-nav > li > a:after {
  margin-top: 10px; }

header .navbar-header {
  margin-top: -20px; }

.headerTop {
  text-align: right;
  padding-top: 10px;
  color: white; }

.headerTop ul {
  margin: 0px; }

.headerTop li {
  vertical-align: middle; }

.headerTop li .consultation-btn {
  padding-bottom: 3px;
  margin-top: -12px;
  padding-top: 10px;
  font-size: 22px;
  text-transform: uppercase;
  outline: none; }
  .headerTop li .consultation-btn:hover, .headerTop li .consultation-btn:focus, .headerTop li .consultation-btn:active {
    padding-top: 0px; }

.headertop-phone {
  color: inherit;
  font-size: 30px;
  font-weight: 600; }

.add-phone {
  background: #424242;
  color: #fff;
  padding: 3px 0; }

.navbar {
  margin-bottom: 0px; }

.navbar-nav > li {
  font-size: 16px; }

.navbar-nav > li > a {
  padding-bottom: 10px; }

.dropdown-menu {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0; }

.dropdown-content {
  min-height: 320px; }

.dropdown-content.first:before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background: #656565;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4; }

.dropdown-content:after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background: #656565;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.4; }

.dropdown-menu h3 {
  font-size: 16px; }

.dropdown-menu ul {
  padding-left: 0; }

.dropdown-menu ul li {
  list-style: none;
  margin-bottom: 1px; }

.dropdown-menu ul li a,
.dropdown-menu p {
  color: #656565;
  font-size: 14px; }

.dropdown-menu p {
  margin: 10px 0; }

.dropdown-menu ul li a:hover {
  color: #b5884c; }

.logo {
  padding: 0px;
  height: auto;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: -10px; }

.logo:hover {
  color: #fff; }

.logo span {
  display: block;
  font-size: 18px; }

.logo label {
  font-weight: 400; }

.nav > li > a:focus,
.nav > li > a:hover {
  outline: none;
  text-decoration: none;
  background-color: #3F434F; }

.nav > li > a:focus {
  background: transparent; }

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #3F434F;
  border-color: #337ab7; }

/* ==> consultation popup */
.modal-dialog {
  margin-top: 10%; }

.consultation-popup h4 {
  font-size: 30px; }

.consultation-popup .modal-header {
  border: 0;
  padding: 20px 15px;
  padding-bottom: 0; }

.consultation-popup form {
  margin-top: 10px; }

.consultation-popup .modal-body {
  padding: 0; }

.consultation-popup textarea {
  resize: none; }

.consultation-popup-bg {
  text-align: center;
  background: url("../img/consultation-popup-bg.jpg") no-repeat;
  background-size: cover;
  padding: 180px 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 110%; }

.consultation-popup-bg a {
  font-size: 18px; }

.consultation-popup .btn.default {
  color: #000 !important; }

/* ==> hamburger menu*/
.navbar-toggle {
  position: relative;
  float: right;
  padding: 0;
  margin-top: 14px;
  margin-right: 0px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.nav-icon {
  width: 40px;
  height: 25px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.nav-icon span:nth-child(1) {
  top: 0px; }

.nav-icon span:nth-child(2) {
  top: 10px; }

.nav-icon span:nth-child(3) {
  top: 20px; }

.nav-icon.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

.nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

.nav-icon.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

/* hamburger menu <== */
.navbar-nav > li > a {
  color: white;
  position: relative;
  font-family: "Aspergit Bold", "Trebuchet MS", Helvetica, sans-serif; }

.navbar-nav > li > a:hover {
  background: none; }

.navbar-nav > li > a:after {
  display: block;
  content: '';
  border-bottom: solid 1px #fff;
  margin-top: 10px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  -o-transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out; }

.navbar-nav > li > a:hover:after {
  -webkit-transform: scaleX(0.5);
  -ms-transform: scaleX(0.5);
  transform: scaleX(0.5); }

.navbar-nav > li.dropdown.open > a {
  background: none; }

.navbar-nav > li.dropdown.open > a:after {
  -webkit-transform: scaleX(0.5);
  -ms-transform: scaleX(0.5);
  transform: scaleX(0.5); }

/* Header and nav style <==*/
/* ==> Main Banner styles */
.banner {
  background-size: cover;
  position: relative;
  overflow: hidden;
  height: 100%;
  background-size: cover !important;
  -webkit-transition: all 0.5s linear 0.5s;
  -moz-transition: all 0.5s linear 0.5s;
  -ms-transition: all 0.5s linear 0.5s;
  -o-transition: all 0.5s linear 0.5s;
  transition: all 0.5s linear 0.5s; }

.banner-1 {
  background: url("../img/banner/New-York-Criminal-Appeals-Lawyer.jpg") no-repeat center; }
  @media (max-width: 460px) {
    .banner-1 {
      background: #386481 url("../img/banner/New-York-Criminal-Appeals-Lawyer460x820.jpg") no-repeat center; } }

.banner-2 {
  background: url("../img/banner/Choose-the-Right-Criminal-Appeal-Lawyer.jpg") no-repeat center; }
  @media (max-width: 460px) {
    .banner-2 {
      background: #386481 url("../img/banner/Choose-the-Right-Criminal-Appeal-Lawyer460x820.jpg") no-repeat center; } }

.banner-3 {
  background: url("../img/banner/Overview-of-Criminal-Appeal-in-New-York.jpg") no-repeat center; }
  @media (max-width: 460px) {
    .banner-3 {
      background: #386481 url("../img/banner/Overview-of-Criminal-Appeal-in-New-York460x820.jpg") no-repeat center; } }

.arrow-to-bot {
  padding-top: 60px;
  position: relative;
  display: table;
  margin: 0 auto;
  bottom: 15%;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase; }

.arrow-to-bot span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: scroll 2s infinite;
  animation: scroll 2s infinite;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0); }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px); }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0); } }

@keyframes scroll {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0); }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    transform: rotate(-45deg) translate(-10px, 10px); }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0); } }

.banner-box-text {
  position: relative;
  z-index: 2; }

.banner-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  border-radius: 50%;
  height: 600px;
  width: 600px;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 1; }

.banner-box-text {
  border: 1px solid #CEAB71;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  margin: 0 auto; }
  @media (min-width: 1601px) {
    .banner-box-text {
      width: 500px;
      height: 500px; } }
  @media only screen and (max-width: 480px) {
    .banner-box-text {
      width: 100%;
      max-width: 100%;
      height: auto;
      border: none;
      border-radius: 0%; } }

.banner-text .owl-carousel .owl-item {
  min-height: 300px; }
  @media (min-width: 1601px) {
    .banner-text .owl-carousel .owl-item {
      min-height: 400px; } }

.banner-text .owl-next,
.banner-text .owl-prev {
  top: 40%;
  position: absolute;
  text-transform: uppercase;
  letter-spacing: 3px; }

.banner-text .owl-next {
  right: 0; }
  .banner-text .owl-next:before {
    border: 1px solid #CEAB71;
    position: absolute;
    content: "";
    width: 250px;
    right: 58px;
    top: 10px; }
    @media (max-width: 767px) {
      .banner-text .owl-next:before {
        content: none; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .banner-text .owl-next:before {
        width: 100px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .banner-text .owl-next:before {
        width: 200px; } }
    @media only screen and (min-width: 1800px) {
      .banner-text .owl-next:before {
        width: 400px; } }

.banner-text .owl-prev {
  left: 0; }
  .banner-text .owl-prev:after {
    border: 1px solid #CEAB71;
    position: absolute;
    content: "";
    width: 250px;
    top: 10px;
    left: 58px; }
    @media (max-width: 767px) {
      .banner-text .owl-prev:after {
        content: none; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .banner-text .owl-prev:after {
        width: 100px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .banner-text .owl-prev:after {
        width: 200px; } }
    @media only screen and (min-width: 1800px) {
      .banner-text .owl-prev:after {
        width: 400px; } }

.banner .banner-text {
  padding: 24% 0;
  color: #fff; }
  @media only screen and (max-width: 480px) {
    .banner .banner-text {
      padding: 10% 0; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .banner .banner-text {
      padding: 20% 0; } }
  @media (min-width: 1100px) and (max-width: 1600px) {
    .banner .banner-text {
      padding: 13% 0; } }
  @media only screen and (min-width: 1600px) {
    .banner .banner-text {
      padding: 13% 0; } }

.banner-text__title {
  color: #fff;
  font-size: 44px;
  text-transform: uppercase;
  width: 300px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  padding-top: 80px;
  margin-bottom: 20px; }
  @media (min-width: 1601px) {
    .banner-text__title {
      width: 400px;
      padding-top: 140px; } }
  @media only screen and (max-width: 480px) {
    .banner-text__title {
      font-size: 32px;
      width: 100%;
      max-width: 100%; } }
  .banner-text__title span {
    display: block; }

.arrow-to-bot:hover,
.arrow-to-bot:active,
.arrow-to-bot:focus {
  color: #fff;
  opacity: 0.7; }

.banner-bot-menu {
  width: 100%;
  position: absolute;
  bottom: 0; }

.banner-text__title,
.banner-text__text,
.banner-btns {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  font-family: "Aspergit Bold", "Trebuchet MS", Helvetica, sans-serif; }

.banner-text__title.animated,
.banner-text__text.animated,
.banner-btns.animated {
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.banner-btns {
  padding-top: 20px; }

.banner-bot-menu ul {
  display: table;
  padding: 10px 0;
  padding-bottom: 0;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0; }

.banner-bot-menu ul li {
  text-align: center;
  border-right: 1px solid #fff;
  vertical-align: middle;
  display: table-cell;
  background: #0d213a; }

.banner-bot-menu ul li a {
  color: #CEAB71;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  padding: 10px 5px;
  display: block;
  color: #CEAB71;
  font-size: 16px;
  line-height: 20px; }
  .banner-bot-menu ul li a span {
    display: block; }

.banner-bot-menu ul li:hover {
  background: #CEAB71; }
  .banner-bot-menu ul li:hover a {
    color: #fff; }

.banner-bot-menu ul li i {
  display: none; }

.banner-bot-menu ul li:last-child {
  border-right: 0; }

/* Main Banner styles <== */
/* ==> US MAP styles */
.us-map-container {
  position: static; }

.us-map {
  padding: 40px 0;
  background-image: url("../img/map-background.jpg");
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  position: relative; }

.us-map polygon,
.us-map text {
  cursor: pointer; }

.ny-state-map {
  width: 100%;
  max-width: 500px;
  margin: 0 auto; }

.us-map p {
  margin: 20px 0; }

.us-map-text__list {
  padding-left: 0; }

.us-map-text__list li {
  display: inline-block;
  list-style: none;
  margin: 5px 10px; }

@media only screen and (max-width: 480px) {
  #svg3054 {
    height: 280px; } }

#svg3054 path {
  -webkit-transform: scale(6);
  -ms-transform: scale(6);
  transform: scale(6); }
  @media only screen and (max-width: 360px) {
    #svg3054 path {
      -webkit-transform: scale(3.8);
      -ms-transform: scale(3.8);
      transform: scale(3.8); } }
  @media only screen and (max-width: 480px) {
    #svg3054 path {
      -webkit-transform: scale(4.5);
      -ms-transform: scale(4.5);
      transform: scale(4.5); } }

/* .us-map-text__list li:after {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
} */
.us-map-text__list li a {
  color: #0021ae; }

.map-info {
  float: right; }

.map-info ul {
  padding-left: 0; }

.map-info ul li {
  list-style: none;
  font-weight: 600;
  margin: 10px 0; }

.map-content .logo {
  color: #000; }

/* ==> map info squares */
.square {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  position: relative;
  border-radius: 6px;
  -webkit-animation: bounce 2.5s infinite;
  -moz-animation: bounce 2.5s infinite;
  -o-animation: bounce 2.5s infinite; }

.square.space {
  border: 2px solid #CEAB71; }

.square.space:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #CEAB71;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 100%; }

#mapwrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0;
  background-color: transparent;
  min-width: 220px; }

#map_base svg {
  max-height: 100%;
  width: 600px;
  margin: 0;
  max-width: 100%; }

_:-ms-lang(x),
#map_base svg {
  height: 500px; }

#map-tip {
  display: none;
  padding: 3px 10px;
  color: #fff;
  z-index: 1000;
  float: left;
  font-weight: bold;
  position: absolute;
  border: 1px solid #fff;
  background: #ff9800;
  word-break: keep-all;
  white-space: nowrap;
  text-shadow: 0 0 1px #000; }

#map-tip p {
  margin: 0 !important; }

#map-tip img {
  float: left;
  padding: 3px; }

/* US map styles <== */
#scrollBody {
  position: fixed;
  right: 15px;
  bottom: 0;
  z-index: 1;
  border-radius: 6px 6px 0px 0px;
  color: #1F2129;
  font-size: 45px;
  cursor: pointer;
  display: none;
  padding: 0px 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

#scrollBody:hover {
  background: white;
  padding-bottom: 10px; }

/*==> Credentials section styles */
.credentials {
  background: #e1e1e1; }

.credentials-wrapper {
  position: relative; }

.credential-text span {
  color: #000;
  display: block;
  width: 60%;
  margin: 10px auto 0;
  vertical-align: bottom; }

.credentials .owl-carousel .item {
  padding: 10px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center; }

.credentials .owl-carousel .item img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.credentials .owl-carousel .item a:hover img {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px); }

.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
  outline: none; }

.customNavigation {
  text-align: center; }

.customNavigation a {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 10;
  cursor: pointer; }

.arrow.prev {
  left: 0; }

.arrow.next {
  right: 0; }

/* ==> Area of expertice section styles */
.inner-page .area-of-expertise {
  background: #fff; }
  .inner-page .area-of-expertise ul {
    margin: 0px; }
    .inner-page .area-of-expertise ul li a {
      color: #004eff;
      font-size: 18px;
      margin: 5px 0; }
    .inner-page .area-of-expertise ul li:after {
      background: none; }

.inner-page .videos {
  background: none; }

body.videos {
  background: none;
  padding: 0; }

.area-of-expertise h2 {
  color: #fff;
  font-size: 30px; }

.area-of-expertise h2 span {
  font-size: 40px;
  display: block; }

.area-of-expertise ul {
  text-align: center;
  margin: 40px 0; }

.area-of-expertise ul li {
  vertical-align: middle;
  text-align: left;
  padding: 0 40px;
  position: relative; }

.area-of-expertise ul li:after {
  content: "";
  background: #fff;
  width: 1px;
  height: 90%;
  position: absolute;
  right: 5%;
  top: 0;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.area-of-expertise ul li:last-child {
  border-right: 0; }

.area-of-expertise ul li:last-child:after {
  display: none; }

.area-of-expertise ul li a {
  display: block;
  color: #fff;
  font-size: 20px;
  margin: 20px 0; }

.area-of-expertise ul li a i {
  margin-left: 10px;
  position: relative;
  top: 3px; }

.area-of-expertise ul li a:hover {
  color: #bdb7b7; }

/*  ==> Type of cases section styles */
.new-york-cases {
  background: #0d213a !important; }

.cases {
  background: url("../img/case-2-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 40px 0; }
  .cases h2 {
    margin-bottom: 50px; }

.cases ul {
  text-align: center;
  margin: 40px 0; }

.cases ul li {
  width: 25%;
  max-width: 240px;
  min-height: 250px;
  position: relative;
  vertical-align: bottom;
  border: 1px solid #CEAB71;
  padding: 0 20px;
  margin: 0 15px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.cases ul li:before {
  content: "";
  width: 40%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  margin: auto;
  background: #0d213a; }

.cases ul li:after {
  content: "";
  width: 40%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  margin: auto;
  background: #CEAB71; }

.cases ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }

.cases ul li h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.cases ul li p {
  margin-bottom: 30px;
  color: #808080; }

.cases ul li .plus-icon {
  border-radius: 100%;
  width: 74px;
  height: 74px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  top: -40px; }

.cases ul li:hover .plus-icon {
  border-color: #3c3c3c; }

.cases ul li .plus-icon i {
  background-position: -111px -55px;
  width: 74px;
  height: 74px; }

.cases a {
  background: #0d213a; }

.federal-cases ul li img {
  opacity: 0; }

.new-york-cases ul li a:hover > img {
  opacity: 0; }

.federal-cases ul li a:hover > img {
  opacity: 1; }

.cases ul li:hover {
  border-color: #3c3c3c; }

.cases ul li:hover:before {
  width: 0; }

.cases ul li:hover:after {
  width: 20%; }

.court-icon {
  position: absolute;
  width: 74px;
  height: 74px;
  left: 0;
  right: 0;
  margin: 0 auto; }

/* ==> Profile section styles*/
.small-text {
  font-size: 12px !important; }

.extra-letter-spacing {
  letter-spacing: 5px; }

.profile {
  background-image: url(../img/meet-atorney.jpg);
  background-position: top right;
  background-size: contain;
  position: relative;
  color: #fff;
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: #133050; }
  @media screen and (max-width: 460px) {
    .profile {
      background-image: none; } }
  .profile .profile-content {
    padding: 8% 0; }
  .profile .profile-certs {
    margin: 20px 0; }
  .profile .profile-image {
    position: absolute;
    height: 100%;
    width: 50%;
    overflow: hidden; }
    @media screen and (max-width: 991px) {
      .profile .profile-image {
        width: 100%;
        position: relative; } }
    .profile .profile-image:before {
      content: "";
      display: block;
      position: absolute;
      border: 1px solid #CEAB71;
      width: 93%;
      height: 84%;
      top: 10%;
      left: 5%; }
      @media (min-width: 1200px) and (max-width: 1400px) {
        .profile .profile-image:before {
          top: 6%; } }
    @media (min-width: 992px) and (max-width: 1040px) {
      .profile .profile-image {
        height: 54%;
        top: 6%; } }
    .profile .profile-image:after {
      content: "";
      display: block;
      position: absolute;
      border: 1px solid #CEAB71;
      width: 93%;
      height: 84%;
      top: 6%;
      left: 2%; }
      @media (min-width: 1200px) and (max-width: 1400px) {
        .profile .profile-image:after {
          top: 3%; } }
      @media (min-width: 992px) and (max-width: 1040px) {
        .profile .profile-image:after {
          height: 85%;
          top: 6%; } }
    .profile .profile-image img {
      max-width: 100%; }

.space-bar {
  height: 1px;
  width: 50px;
  margin: 20px 0;
  border-top: 1px solid #CEAB71; }

/* ==> why us section styles */
.why-us {
  background: url("../img/about.jpg") no-repeat right;
  padding: 40px 0;
  padding-bottom: 60px;
  background-size: cover; }

.why-us .tab-content {
  overflow: hidden; }

.why-us p {
  margin: 20px 0; }

.why-us ul {
  margin: 40px 0;
  position: relative; }

.why-us ul:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #0021ae;
  display: block;
  position: absolute;
  top: 18%; }

.why-us ul li {
  text-align: center;
  width: 33%; }

.why-us ul li p {
  margin-top: 30px; }

.why-us ul li .plus-icon {
  width: 50px;
  height: 50px;
  background: #0021ae;
  display: table;
  border-radius: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
  outline: none; }

.why-us ul li.active .plus-icon {
  background: #b5884c;
  cursor: default; }

.why-us ul li .plus-icon i {
  color: #fff;
  margin-top: 16px;
  text-align: center; }

/*Videos*/
.heading {
  margin-top: 20px;
  margin-bottom: 50px; }

.videos {
  background: url("../img/video-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 40px 0;
  text-align: center; }
  .videos .video-link {
    cursor: pointer; }
    @media (max-width: 767px) {
      .videos .video-link {
        margin-bottom: 20px; } }
  .videos .video-text {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
    height: 280px;
    border: 1px solid #CEAB71;
    background: #133052;
    overflow: hidden; }
    .videos .video-text h3,
    .videos .video-text a,
    .videos .video-text p {
      color: #CEAB71; }
    .videos .video-text:hover {
      background: #CEAB71; }
      .videos .video-text:hover h3,
      .videos .video-text:hover a,
      .videos .video-text:hover p {
        color: #fff; }
      .videos .video-text:hover:after, .videos .video-text:hover:before {
        background: #CEAB71; }
    @media (max-width: 1200px) {
      .videos .video-text {
        border: none; } }
    @media (max-width: 768px) {
      .videos .video-text {
        height: auto;
        padding: 0px 20px;
        background: #0d213a; } }
  .videos .video-player {
    display: table;
    background: #0d213a;
    height: 280px;
    padding: 10px;
    width: 100%;
    overflow: hidden; }
    @media (max-width: 768px) {
      .videos .video-player {
        height: 60px; } }
    .videos .video-player a {
      display: table-cell;
      vertical-align: middle; }
    .videos .video-player:hover {
      background: #CEAB71; }
      .videos .video-player:hover .play-icon:before {
        border: 1px solid #fff;
        color: #fff; }
  .videos .play span {
    width: 55px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .videos .play-icon:before {
    content: "\25B8";
    border: 1px solid #CEAB71;
    color: #CEAB71;
    border-radius: 50%;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    line-height: 2rem;
    height: 2rem;
    width: 2rem;
    font-size: 2rem;
    margin-top: -1rem;
    margin-left: -1rem; }
    @media screen and (max-width: 460px) {
      .videos .play-icon:before {
        border: none; } }
  .videos .play-icon:hover:before {
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #fff;
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8); }
  .videos .angle:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    border-top: 1px solid #CEAB71;
    border-left: 1px solid #CEAB71;
    color: transparent;
    margin-top: 15px;
    background: #133052;
    top: 44.9%; }
    @media (max-width: 1200px) {
      .videos .angle:after {
        content: none; } }
  .videos .angle-block:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }
    @media (max-width: 1200px) {
      .videos .angle-block:after {
        content: none; } }
  .videos .angle-block-middle h3 {
    margin-top: 0px; }
  .videos .angle-block-middle:after {
    content: none !important; }
    @media (max-width: 1200px) {
      .videos .angle-block-middle:after {
        content: none; } }
  .videos .angle-block-middle:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    border-top: 1px solid #CEAB71;
    border-left: 1px solid #CEAB71;
    color: transparent;
    margin-top: 15px;
    background: #133052;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 44.9%; }
    @media (max-width: 1200px) {
      .videos .angle-block-middle:before {
        content: none; } }

/*End videos*/
/* ==> Testimonials section styles */
section.testimonials {
  background: url(../img/testimonials.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 5px;
  color: #fff; }
  @media (max-width: 480px) {
    section.testimonials {
      background: url("../img/testimonials-mobile.jpg") repeat center center; } }

.testimonials .owl-carousel {
  margin-bottom: 20px; }

.testimonials .item .testimonials-author {
  font-style: italic;
  font-weight: 600;
  display: block;
  margin-bottom: 10px; }

.testimonials .item .testimonials-heading {
  font-weight: 600;
  text-align: center; }

.testimonials .item .testimonials-comment {
  margin: 10px 0;
  text-align: center; }

.testimonials .item {
  width: 60%;
  margin: 0px auto;
  text-align: left; }

.testimonials .owl-dots .owl-dot {
  display: inline-block; }

.testimonials .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff; }

.testimonials .owl-dots .owl-dot.active span {
  background: #CEAB71; }

/* ==> latest news section styles */
.news {
  background: #162a43;
  padding: 40px 5px; }
  @media (max-width: 768px) {
    .news-item {
      margin-bottom: 30px; } }

.news .container h2 {
  margin-bottom: 40px; }

.news .container h3 {
  font-size: 16px; }

.post-item {
  padding: 0 20px; }
  .post-item img {
    text-align: center;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .post-item img {
        width: 60%; } }
  .post-item:before {
    content: "";
    width: 90%;
    height: 95%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border: 1px solid #846f4e;
    left: 0;
    top: 20px;
    right: 0;
    position: absolute;
    margin: 0 auto;
    z-index: 1; }
  .post-item a {
    position: relative;
    z-index: 2;
    display: block; }

.news-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px; }

.news-box__image {
  /* display: inline-block;
    vertical-align: middle;
    width: 40%; */
  margin-right: 3%; }

.news-box__text a {
  color: #0021ae; }

.news-box__text a i {
  margin-left: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.news-box__text a:hover i {
  margin-left: 10px; }

.choose-slider {
  height: 325px;
  position: relative;
  margin: 50px 0; }

.choose-slider-items li {
  position: relative;
  list-style: none;
  display: none;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.choose-slider-items li div {
  position: relative;
  display: inline-block; }

.choose-slider-items li div .choose-slider-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #000;
  color: #fff;
  text-align: left;
  padding: 0 20px; }

.choose-slider-items li img {
  height: 300px;
  max-width: 450px; }

.choose-slider-items li div .choose-slider-content h3 {
  font-size: 14px;
  text-transform: capitalize; }

.choose-slider-items li div .choose-slider-content h3:after {
  content: "";
  height: 1px;
  width: 60%;
  display: block;
  background: #fff;
  margin-top: 10px; }

.choose-slider-items li div .choose-slider-content p {
  font-size: 12px; }

.choose-slider-items .previous_hidden {
  display: block;
  transform: scale(0.6, 0.6);
  -moz-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  -webkit-transform: scale(0.6, 0.6);
  opacity: 0;
  position: absolute;
  top: 0;
  left: -5px;
  z-index: 0; }

.choose-slider-items .next_hidden {
  display: block;
  transform: scale(0.6, 0.6);
  -moz-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  -webkit-transform: scale(0.6, 0.6);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 525px;
  z-index: 0; }

.choose-slider-items .previous_item {
  display: block;
  transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  opacity: 0.65;
  position: absolute;
  top: 0;
  left: 50px;
  z-index: 0; }

.choose-slider-items .next_item {
  display: block;
  transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  opacity: 0.65;
  position: absolute;
  top: 0;
  left: 455px;
  z-index: 0; }

.choose-slider-items .current_item {
  display: block;
  position: absolute;
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  top: 0;
  left: 250px;
  z-index: 100; }

.choose-control {
  display: inline-block;
  outline: none;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%; }

.choose-control.prev {
  left: 0; }

.choose-control.next {
  right: 0; }

.social-widgets .nav-tabs {
  border-bottom: 0;
  float: right; }

.social-widgets .tab-content {
  float: left;
  padding-top: 20px;
  width: 75%;
  padding-right: 30px;
  text-align: right; }

.social-widgets .nav-tabs li {
  background: #000;
  display: block;
  min-width: 100px;
  float: none;
  text-align: center; }

.social-widgets .nav-tabs li.active a {
  background: #0021ae;
  color: #fff;
  border: 0; }

.social-widgets .nav-tabs li.active a:hover {
  background: #0021ae; }

.social-widgets .nav-tabs li a:hover {
  background: #b5884c; }

.social-widgets .nav-tabs li a {
  padding: 50px;
  color: #fff;
  font-size: 50px;
  border: 0;
  border-radius: 0;
  margin-right: 0; }

/* ==> Request consultation form styles */
.consultation-form {
  padding: 40px 0;
  background: url("../img/request-consultation-bg.jpg") no-repeat center;
  background-size: cover; }
  @media (max-width: 480px) {
    .consultation-form {
      background: url("../img/request-consultation-bg-mobile.jpg") repeat top; } }

.request-consultaion {
  background: #fff;
  padding: 20px 30px;
  border-radius: 7px; }

.consultation-form h2 {
  margin-bottom: 20px;
  color: #000; }

.consultation-form p {
  margin: 20px 0; }

.consultation-form textarea {
  resize: none; }

.consultation-form .btn {
  color: #000; }
  .consultation-form .btn:hover {
    color: #000; }
  .consultation-form .btn:active {
    color: #000; }

/* ==> Google maps section styles */
.map {
  position: relative;
  background: url("../img/map-bg.jpg") no-repeat center;
  background-size: cover; }

.map h2 {
  margin-top: 4%;
  border: 1px solid #CEAB71;
  padding: 10px; }

.map #map {
  width: 100%;
  height: 500px; }

.map .map-content {
  padding-top: 6%;
  padding-bottom: 3%;
  text-align: center;
  background: #0c355c;
  background: -webkit-radial-gradient(circle, rgba(12, 53, 92, 0) 0%, rgba(34, 0, 252, 0.148897) 100%);
  background: -o-radial-gradient(circle, rgba(12, 53, 92, 0) 0%, rgba(34, 0, 252, 0.148897) 100%);
  background: radial-gradient(circle, rgba(12, 53, 92, 0) 0%, rgba(34, 0, 252, 0.148897) 100%); }

.map-content > a {
  margin: 0 auto;
  display: table; }

.map-content ul {
  margin: 60px 0 20px 0; }

.map-content ul li {
  color: #000;
  font-size: 20px;
  vertical-align: top;
  padding: 0 30px; }

.map-content ul li i {
  color: #CEAB71;
  font-size: 36px;
  padding-right: 15px;
  display: table-cell; }

.map-content ul li span {
  display: table-cell;
  text-align: left; }

.map-content ul li strong {
  display: block; }

section.videos iframe {
  max-width: 100%; }

section.videos .video-box {
  margin-bottom: 20px; }

section.videos .video-description {
  padding: 5px 0; }

section.videos .video-description p {
  margin-bottom: 0; }

.faq-section .panel-heading {
  background: #5c5a5a;
  color: #fff;
  padding: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.faq-section .panel-heading a {
  display: block;
  width: 100%;
  padding: 10px 15px; }

.faq-section .panel-heading:hover {
  background: #827c7c; }

.faq-section .panel-heading i {
  float: right;
  font-size: 20px; }

/* ==> Footer section styles */
.footer {
  padding-top: 20px;
  padding-bottom: 10px;
  background: url(../img/footer-bg.jpg) no-repeat center center;
  background-size: cover; }

.footer-content {
  color: #fff;
  padding-top: 40px;
  font-size: 14px; }

.footer-content .logo {
  margin-bottom: 20px;
  display: block;
  margin-top: 2rem; }

.footer-links {
  margin-top: 22px;
  padding-left: 0px; }

.footer-content .footer-links li {
  list-style: none;
  margin-bottom: 15px; }

.footer-content .footer-links li a {
  color: #fff;
  position: relative;
  font-size: 14px; }

.footer-content .footer-links li a:after {
  content: '';
  height: 1px;
  background: #fff;
  display: block;
  width: 50%;
  position: absolute;
  bottom: -5px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  -o-transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out; }

.footer-content ul li a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.footer-copyright p,
.footer-content p > a,
.footer-copyright p > a {
  color: #fff; }

.footer-copyright {
  margin-top: 20px; }

.footer-copyright p {
  margin-bottom: 0; }

/* ==> InnerPage styles */
.no-float {
  clear: both; }

.pull-right img {
  margin-left: 20px; }

.inner-img {
  margin-left: 15px; }

.text-block p {
  line-height: 28px;
  margin: 15px 0; }

.inner-header-bg {
  background: url("../img/inner-page-bg1.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 150px;
  padding-bottom: 30px; }
  @media screen and (max-width: 460px) {
    .inner-header-bg {
      background: url("../img/inner-page-bg-mobile.jpg") no-repeat;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 120px; } }
  @media (max-width: 461px) and (max-width: 1024px) {
    .inner-header-bg {
      background: url("../img/inner-page-bg-tablet.jpg") no-repeat; } }

.inner-header h1 {
  font-size: 40px;
  color: #fff;
  text-transform: capitalize; }

.faqs .inner-header h1 {
  text-transform: uppercase; }

.inner-page-content,
.inner-page-sidebar {
  padding-top: 20px; }

.inner-page-sidebar .testimonials .rating > span {
  font-size: 18px; }

.inner-page h2,
.inner-page h3,
.inner-page h4,
.inner-page h5,
.inner-page .highlight {
  color: #ad5600;
  font-family: inherit; }

.inner-page h2,
.inner-page h3,
.inner-page h4,
.inner-page h5,
.inner-page h6 {
  margin-top: 20px;
  margin-bottom: 20px; }

.inner-page .faq-section h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff; }

.inner-page h2 {
  font-size: 22px; }
  @media screen and (max-width: 460px) {
    .inner-page h2 {
      font-size: 18px;
      line-height: 1.3; } }

.inner-page main {
  margin-bottom: 50px; }

.pull-left {
  margin-right: 20px; }
  @media screen and (max-width: 460px) {
    .pull-left {
      margin-right: 0px;
      margin-left: 0px;
      margin: 10px auto;
      width: 100%; } }

.pull-right {
  margin-left: 20px; }
  @media screen and (max-width: 460px) {
    .pull-right {
      margin-right: 0px;
      margin-left: 0px;
      margin: 10px auto;
      width: 100%; } }

@media screen and (max-width: 460px) {
  .img-responsive {
    width: 100%;
    max-width: 100%; } }

/* us map zoom in */
.background {
  fill: none;
  pointer-events: all; }

.feature {
  fill: #192c7f;
  cursor: pointer; }

.feature.active {
  fill: #0021ae; }

.mesh {
  fill: none;
  stroke: #ddd;
  stroke-linecap: round;
  stroke-linejoin: round; }

div.tooltip {
  position: absolute;
  text-align: center;
  width: 60px;
  height: 28px;
  padding: 2px;
  font: 12px sans-serif;
  background: lightsteelblue;
  border: 0px;
  border-radius: 8px;
  pointer-events: none; }

/* us map zoom in */
.inner-page-sidebar .testimonials {
  background: #fff;
  padding: 0;
  margin-bottom: 20px; }

.inner-page-sidebar .testimonials .btn.transparent {
  display: none; }

.inner-page-sidebar .testimonials .item {
  color: #444;
  width: 100%;
  margin-top: 0; }

.inner-page-sidebar .testimonials .owl-dots .owl-dot span {
  background: #CEAB71;
  width: 8px;
  height: 8px; }

.inner-page-sidebar .testimonials .owl-dots .owl-dot.active span {
  background: #CEAB71; }

.inner-page-sidebar .testimonials .item .testimonials-heading {
  font-size: 14px; }

.inner-page-sidebar .testimonials h2 {
  font-size: 20px; }

.inner-page-sidebar .testimonials h3 {
  color: #0d213a; }

.inner-page-sidebar .testimonials .item .testimonials-comment {
  font-size: 14px; }

/* ==> Sidebar styles */
.rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sidebar-heading a {
  background: #0d213a;
  border-bottom: 1px solid #fff; }

.sidebar-heading a i {
  font-size: 20px;
  margin-right: 12px; }

.sidebar-heading a,
.sidebar-panel-body ul li a {
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 15px 20px; }

.sidebar-panel-body ul {
  padding-left: 0;
  margin: 0; }

.sidebar-panel-body ul li {
  list-style: none; }

.sidebar-panel-body ul li a {
  background: #3d4248;
  border-bottom: 1px solid #fff;
  padding-left: 45px; }

.sidebar-panel-body ul li a:hover {
  background: #b5884c; }

.sidebar-link > a {
  display: block;
  background: #0d213a;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  padding: 15px 20px; }

.sidebar-link > a:hover {
  background: #b5884c; }

/* ==> Contact us page styles */
.contact-us-content p {
  color: #7b7b7b; }

.contact-us-content h3 {
  font-size: 20px; }

.contact-us-form .btn.default {
  background: #000;
  padding: 53px 10px;
  width: 100%;
  font-size: 12px; }

.contact-us-form form {
  margin: 40px 0; }

.contact-us-form input {
  padding-top: 25px;
  padding-bottom: 25px; }

.contact-us-form input,
.contact-us-form textarea {
  border-color: #a8a8a8;
  resize: none;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px; }

.contact-us-form input::-webkit-input-placeholder,
.contact-us-form textarea::-webkit-input-placeholder {
  color: #000; }

.contact-us-form input:-moz-placeholder,
.contact-us-form textarea::-webkit-input-placeholder {
  color: #000; }

.contact-us-form input::-moz-placeholder,
.contact-us-form textarea::-webkit-input-placeholder {
  color: #000; }

.contact-us-form input:-ms-input-placeholder,
.contact-us-form textarea::-webkit-input-placeholder {
  color: #000; }

.contact-us-list {
  padding-left: 0; }

.contact-us-list li {
  list-style: none;
  border: 1px solid #a8a8a8;
  padding: 25px 30px;
  color: #000;
  font-size: 18px;
  position: relative;
  margin-top: 25px;
  margin-bottom: 30px; }
  .contact-us-list li .email-title {
    font-size: .9rem; }

.contact-us-list li i {
  color: #0021ae;
  position: absolute;
  background: #fff;
  font-size: 20px;
  padding: 5px 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.contact-us-list li:first-child i {
  left: -5px; }

.contact-us-list li:nth-child(2) i {
  left: -10px; }

.contact-us-list li:last-child i {
  left: -7px; }

/* ==> Testimonials page */
body.testimonials section.testimonials {
  display: none; }

.testimonial-block {
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd; }

.testimonial-block .rating {
  text-align: left;
  display: inline-block; }

.ratingvalue {
  font-size: 1.5rem;
  margin-right: .5rem; }

.testimonial-block p {
  font-style: italic;
  line-height: 30px;
  font-size: 16px; }

.testimonial-block h4 {
  font-weight: 600;
  font-size: 16px;
  display: inline-block; }

.testimonial-block i {
  font-size: 32px;
  float: left;
  margin-right: 10px;
  color: #CEAB71; }

/* ==> Faqs section styles */
.faq-section .panel-default,
.faq-section .panel-heading {
  border-radius: 0; }

/*=====================================================
=            Bootstrap 3.3.7 Media Queries            =
=====================================================*/
@media only screen and (min-width: 1670px) {
  .container {
    width: 1670px; } }

@media only screen and (min-width: 1000px) {
  .navbar-right .dropdown-menu {
    min-width: 950px;
    right: -250px; } }

@media only screen and (min-width: 1200px) and (max-width: 1670px) {
  .navbar-brand > img {
    width: 200px; }
  /* Banner */
  .banner-bot-menu:after {
    border-top: 86px solid transparent; }
  .banner-bot-menu ul {
    width: 100%;
    margin-left: 0; }
  .banner-bot-menu ul li a {
    font-size: 14px; }
  /* Areas of expertise */
  .area-of-expertise ul li a {
    font-size: 16px; }
  .area-of-expertise ul li {
    padding: 0 15px; }
  /* Cases */
  .cases ul li {
    width: 14%;
    max-width: 188px;
    min-height: 210px;
    margin: 0 10px;
    padding: 0 10px; }
  /* News */
  .social-widgets .nav-tabs li a {
    padding: 50px 25px; }
  .choose-slider-items .previous_item {
    left: 30px; }
  .choose-slider-items .current_item,
  .choose-slider-items .next_hidden {
    left: 110px; }
  .choose-slider-items .next_item {
    left: 180px; }
  .map-content ul li span {
    font-size: 18px; } }

@media only screen and (max-width: 1200px) {
  .navbar-brand > img {
    width: 160px; }
  /* Banner */
  .banner {
    height: auto; }
  .banner-bot-menu {
    width: 100%;
    position: static; }
  .banner-bot-menu:after {
    display: none; }
  .banner-bot-menu ul {
    margin-left: 0;
    width: 100%;
    padding: 0; }
  .banner-bot-menu ul li {
    display: table;
    width: 100%;
    border-right: 0;
    text-align: left;
    border-bottom: 1px solid #fff; }
  .banner-bot-menu ul li:last-child {
    border-bottom: 0; }
  .banner-bot-menu ul li a {
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    padding: 10px; }
  .banner-bot-menu ul li a span {
    display: inline; }
  .banner-bot-menu ul li i {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    color: #fff;
    font-size: 24px; }
  .news .choose-slider-items {
    height: 315px; }
  .news .choose-slider-items > ul {
    position: relative; }
  .choose-slider {
    height: 400px;
    margin: 0; }
  .choose-slider-items .current_item,
  .choose-slider-items .next_hidden,
  .choose-slider-items .next_item,
  .choose-slider-items .previous_hidden,
  .choose-slider-items .previous_item {
    top: 15%;
    left: 0;
    right: 0; }
  .choose-slider-items img {
    width: 100%;
    margin: 0 auto; }
  .choose-slider-nav {
    margin: 10px 0; }
  .choose-control {
    z-index: 101;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0 10px; } }

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  /* Header */
  header .navbar-header {
    margin-top: 0; }
  .headerTop ul {
    text-align: center; }
  .headerTop li .consultation-btn {
    padding-left: 10px;
    padding-right: 10px; }
  .inner-header-bg {
    padding-top: 120px; }
    .inner-header-bg h1 {
      font-size: 28px; }
  .logo,
  .logo span {
    font-size: 16px; }
  .headertop-phone {
    font-size: 22px; }
  .navbar {
    margin-top: 10px; }
  .navbar-nav {
    margin-top: 0;
    text-align: right;
    float: none !important; }
  .navbar-nav > li {
    display: inline-block;
    float: none; }
  .navbar-nav > li > a {
    padding: 5px 5px; }
  .navbar-nav > li > a:after {
    display: none; }
  /* US MAP */
  .us-map-text {
    padding-top: 0; }
  /* Areas of expertice */
  .area-of-expertise ul li {
    display: inline-block; }
  .area-of-expertise ul li:after {
    display: none; }
  /* Cases */
  .cases ul li {
    width: 50%;
    margin-bottom: 30px; }
  /* Profile */
  .profile {
    background-attachment: inherit; }
  /* Why Us*/
  .why-us {
    background: #fff; }
  /* Latest news */
  .social-widgets .nav-tabs {
    float: none;
    margin: 20px auto 0;
    display: table; }
  .social-widgets .nav-tabs li {
    display: inline-block; }
  .social-widgets .nav-tabs li a {
    padding: 30px; }
  .social-widgets .tab-content {
    text-align: center;
    float: none;
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px; } }

@media only screen and (max-width: 992px) {
  .order-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .order-flex-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-flex-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .areas-build-list li {
    width: 50%; }
  .navbar-left,
  .navbar-right {
    float: none !important; }
  .navbar-collapse.collapse {
    display: none !important; }
  .collapse.in {
    display: block !important; }
  .navbar-toggle {
    display: block !important; }
  header {
    background: #1F2129 !important;
    -webkit-box-shadow: 0px -1px 17px 0px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0px -1px 17px 0px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px -1px 17px 0px rgba(0, 0, 0, 0.75) !important; }
  header {
    background: #1F2129;
    border-color: #080808; }
  header .navbar-brand img {
    width: 130px; }
  header .navbar-header {
    margin-top: 0;
    float: none !important; }
  #scrollBody {
    display: none; }
  header .logo {
    font-size: 18px;
    line-height: 18px;
    float: none;
    display: table;
    margin: 0 auto;
    padding-right: 25px; }
  .logo span {
    font-size: 14px; }
  .mob-phone {
    float: right;
    background: #0021ae;
    padding: 12px 15px;
    color: #fff;
    position: absolute;
    right: -15px;
    top: 0; }
  .mob-phone:active,
  .mob-phone:hover,
  .mob-phone:focus {
    color: #fff; }
  .mob-phone i {
    font-size: 24px; }
  .navbar-brand {
    padding-top: 8px; }
  .navbar-header {
    margin-top: 0px;
    position: relative; }
  .navbar-nav {
    margin-top: 0; }
  .navbar-nav > li {
    font-size: 16px;
    padding: 7px 15px;
    color: #fff;
    float: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  /* ==> hide dropdown menu temporary*/
  .dropdown-menu {
    display: none !important; }
  .navbar-collapse .headertop-phone,
  .navbar-collapse .headertop-phone a {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px; }
  .navbar-nav > li > a {
    padding: 0; }
  .navbar-nav > li > a:after {
    display: none; }
  .navbar-toggle {
    float: left;
    width: 50px; }
  .headerTop {
    float: right;
    position: relative;
    z-index: 2; }
  .headerTop li .consultation-btn {
    font-size: 20px;
    padding-bottom: 8px;
    padding-top: 15px; }
  .banner .banner-text {
    padding-bottom: 20%;
    text-align: center; }
  /* ==> US map */
  .us-map {
    background-size: cover; }
  .us-map-text {
    text-align: center;
    clear: both;
    padding-top: 0; }
  /* ==> type of cases */
  .cases ul li h3 {
    font-size: 14px; }
  .cases ul {
    margin: 20px 0; }
  .cases ul li {
    width: 100%;
    max-width: 230px;
    margin: 10px 10px;
    min-height: 260px; }
  .cases .owl-controls {
    margin-top: 20px; }
  .cases .owl-dots .owl-dot {
    display: inline-block; }
  .cases .owl-dots .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #CEAB71; }
  .cases .owl-dots .owl-dot.active span {
    background: #869791; }
  .cases .owl-carousel .owl-stage:after {
    display: inline-block; }
  /* ==> credentials carousel*/
  .credentials-wrapper {
    padding: 0 30px; }
  .credential-text {
    display: none; }
  /* ==> Areas of expertise*/
  .area-of-expertise h2 span {
    font-size: 30px; }
  .area-of-expertise ul {
    margin: 10px auto;
    width: auto;
    padding: 0 15px; }
  .area-of-expertise ul li {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0 5%; }
  .area-of-expertise ul li a {
    font-size: 14px;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
  .area-of-expertise ul li:last-child a {
    border-bottom: 0; }
  .area-of-expertise ul li:after {
    display: none; }
  .area-of-expertise ul li:last-child {
    width: 100%;
    text-align: center; }
  /* ==> why us */
  .why-us {
    background: #fff; }
  /* News */
  .news {
    padding: 30px 0; }
  /* ==> meet attorney */
  .profile-content {
    padding-left: 35%; }
  /* Google map*/
  .map-content ul {
    display: table;
    margin: 20px auto; }
  .map-content ul li {
    padding: 0;
    margin-bottom: 20px;
    display: block;
    font-size: 1rem; }
  .map-content ul li a {
    color: #000; }
  .map-content ul li i {
    width: 50px;
    text-align: center; }
  /* Footer */
  .footer-content {
    padding-top: 0; }
  .footer-content a {
    color: #fff; }
  .footer-content .footer-links {
    padding-left: 0;
    margin-top: 0; }
  .footer-content .footer-links li {
    margin-bottom: 10px; }
  .footer-content .footer-links li a {
    font-size: 16px; }
  .footer-content .footer-links li a:after {
    display: none; }
  .divider {
    border-bottom: 1px solid #fff;
    height: 1px;
    margin: 10px 15px;
    clear: both;
    opacity: 0.3; }
  .footer .logo {
    margin: 0 auto 20px;
    display: table; } }

@media only screen and (max-width: 767px) {
  /* ==> header mobile styles*/
  /* ==> banner mobile styles*/
  .banner .owl-controls {
    margin-top: 20px; }
  .banner .owl-dots .owl-dot {
    display: inline-block; }
  .banner .owl-dots .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff; }
  .banner .owl-dots .owl-dot.active span {
    background: #869791; }
  /* ==> type of cases */
  .cases ul li h3 {
    font-size: 14px; }
  .cases ul {
    margin: 20px 0; }
  .cases ul li {
    width: 100%;
    margin: 0 auto; }
  .cases .owl-controls {
    margin-top: 20px; }
  .cases .owl-dots .owl-dot {
    display: inline-block; }
  .cases .owl-dots .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #CEAB71; }
  .cases .owl-dots .owl-dot.active span {
    background: #869791; }
  .cases .owl-carousel .owl-stage:after {
    display: inline-block; }
  /* ==> profile */
  .profile .profile-content {
    text-align: center;
    padding-left: 0; }
  .news-box {
    display: block; }
  .profile-content .profile-certs {
    margin: 20px 0; }
  .profile-content .tab-content {
    float: none; }
  /* ==> testimonials */
  .testimonials .item {
    width: 95%;
    text-align: center; }
  /* ==> Inner page styles */
  .inner-header h1 {
    font-size: 26px; }
  .inner-page-sidebar section.testimonials {
    display: none; }
  .inner-page-content {
    padding-top: 20px; }
  .pull-right {
    float: none !important; }
  .pull-right img {
    margin: 0; }
  /* ==> contact us page */
  .contact-us-form .btn.default {
    padding: 10px 35px; } }

@media only screen and (max-width: 480px) {
  /* ==> General styles */
  h2,
  .extra-size {
    font-size: 22px; }
  .headerTop li .consultation-btn {
    display: none; }
  .banner {
    background-position: 0% 50%; }
  .banner-btns {
    padding-top: 0; }
  .banner-btns .banner-popup-btn {
    display: block;
    margin: 20px 0; }
  .why-us ul li p {
    font-size: 12px; }
  /* Footer */ }

.breadcrumbs {
  margin: 20px 0;
  padding: 0; }
  .breadcrumbs li {
    display: inline-block;
    margin: 0 5px; }

.breadcrumb {
  background: transparent;
  padding: 0; }
  .breadcrumb ul {
    padding-left: 0px; }
