body {
  padding-top: 4rem;
}
header{
	border-bottom: 1.5px solid #c4ac45;
}
.h2, h2 {
    font-size: 1.75rem;
}
h4 {
    font-size: 1.2rem;
    font-weight: bold;
}
h5{
    font-size: 1rem;
    font-weight: bold;
}
.text-light-gold{
    color:#ffe492;
}
hr{
    margin:0;
    padding:0;
    border: 0 ;
}
i.fa.fa-circle {
    font-size: 8px;
}
li>span{
    line-height: 1.2;
}
table td, .table th{
    padding: 15px;
    vertical-align: middle !important;
    border-top: 1px solid #c4ac4559 !important;
}
.table thead th {
   	font-weight: 500;
    border-bottom: 2px solid #c4ac4559 !important;
}
/* Accordian Css */
.accordion .card{
 	border-radius: 0;
}
.accordion .card-header-custom{
	font-size: 18px;
    font-weight: 600;
    color: #1f212d;
    background-color: #2224311c;
    padding: 1.25rem;
}
.accordion .card-header-custom:hover{
 cursor: pointer;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content:"\f078";
    float: right; 
    color: #c4ac45;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content:"\f054";
}

.border-color{
border-color: #c4ac4559 !important;
}
.border-dashed{
    border: 0;
    border-bottom: 1.4px dashed #c4ac457a;
}
.gst-bg{
     background: #c4ac45 !important;
}
.sticky-form-md
{
position: relative;
width: 100%;
padding-bottom: 15px;
}
.ml-sticky-inner {
  background: #fff;
  padding: 0.8rem;
  color: #1F212D;
}
.ml-sticky-inner p{
  border-top: 0.5px solid #ddd;
  border-bottom: 0.5px solid #ddd;
}

li.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    border: 1px solid #c4ac45;
    border-top: 0;
    border-radius: 0 0 .25rem .25rem;
} 

@media only screen and (min-width: 768px) {
body {
  padding-top: 8.5rem;
}
.sticky-form-md
{
    transform: translateY(160px);
    position: fixed;
    top: 0;
    left: calc(100% - 33%);
    background: #1f212d;
    z-index:999;
    width: 25%;
    padding-bottom: 15px;
}
.sticky-form-md h3{
  padding: 0.5rem 0;
}

.navbar-light .navbar-nav .nav-link {
 font-size: 15px;
}
   .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #e7e7e7;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #1f212d;
    text-align: inherit;
    white-space: nowrap;
    background-color:#e7e7e7 ;
    border: 0;
}
}

.dropdown-menu {
border: 0px solid rgba(0,0,0,.15);
}
.dropdown-item {
   color: #c4ac45;
   background-color:#1f212d ;
 
}
@media only screen and (min-width: 768px) {

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #1f212d;
    text-align: inherit;
    white-space: nowrap;
    background-color:#e7e7e7 ;
    border: 0;
}
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(31, 33, 45);
    font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(196, 172, 69);
    font-weight: 500;
}
.navbar-toggler {
    padding: .25rem;
}
.top-bar{
background: #1f212d;
color: #fff;
font-size:0.9rem;
}
.top-bar ul li a{

color: #fff;
text-decoration: none;
}
.bg-dark-blue{
background-color: #1F212D;
}
.text-golden{
	color: #C4AC45;
}
.bg-gold{
background-color: #C4AC45;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #c4ac45c9;
}
.jumbotron.bg-header {
    background-image: url('../assets/img/meralegal-bg-mobile.jpg');
    background-repeat: no-repeat;
    color:#FFFFFF;
    background-size: cover;
}
@media only screen and (min-width: 768px) {
.jumbotron.bg-header {
	background-image: url('../assets/img/meralegal-bg.jpg');
	color:#1F212D;
    }
    .sticky{
     display: none;
    }
}
#form-wrapper {
    border: 2px solid #c4ac45;
    padding: 1rem 0;
    margin: 0 -15px;
}
/*Glowing Animation*/
.btn-glowing{
background: #1f212d;
-webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #1f212d; -webkit-box-shadow: 0 0 3px #1f212d; }
  50% { background-color: #1f212d; -webkit-box-shadow: 0 0 40px #C4AC45; }
  100% { background-color: #1f212d; -webkit-box-shadow: 0 0 3px #1f212d; }
}

@-moz-keyframes glowing {
  0% { background-color: #1f212d; -moz-box-shadow: 0 0 3px #1f212d; }
  50% { background-color: #C4AC45; -moz-box-shadow: 0 0 40px #C4AC45; }
  100% { background-color: #1f212d; -moz-box-shadow: 0 0 3px #1f212d; }
}

@-o-keyframes glowing {
  0% { background-color: #1f212d; box-shadow: 0 0 3px #1f212d; }
  50% { background-color: #C4AC45; box-shadow: 0 0 40px #C4AC45; }
  100% { background-color: #1f212d; box-shadow: 0 0 3px #1f212d; }
}

@keyframes glowing {
  0% { background-color: #1f212d; box-shadow: 0 0 3px #1f212d; }
  50% { background-color: #1f212d; box-shadow: 0 0 40px #C4AC45; }
  100% { background-color: #1f212d; box-shadow: 0 0 3px #1f212d; }
}
@media only screen and (min-width: 768px) {
@-webkit-keyframes glowing {
  0% { background-color: #1f212d; -webkit-box-shadow: 0 0 3px #1f212d; }
  50% { background-color: #1f212d; -webkit-box-shadow: 0 0 40px #1f212d; }
  100% { background-color: #1f212d; -webkit-box-shadow: 0 0 3px #1f212d; }
}

@-moz-keyframes glowing {
  0% { background-color: #1f212d; -moz-box-shadow: 0 0 3px #1f212d; }
  50% { background-color: #C4AC45; -moz-box-shadow: 0 0 40px #1f212d; }
  100% { background-color: #1f212d; -moz-box-shadow: 0 0 3px #1f212d; }
}

@-o-keyframes glowing {
  0% { background-color: #1f212d; box-shadow: 0 0 3px #1f212d; }
  50% { background-color: #C4AC45; box-shadow: 0 0 40px #1f212d; }
  100% { background-color: #1f212d; box-shadow: 0 0 3px #1f212d; }
}

@keyframes glowing {
  0% { background-color: #1f212d; box-shadow: 0 0 3px #1f212d; }
  50% { background-color: #1f212d; box-shadow: 0 0 40px #1f212d; }
  100% { background-color: #1f212d; box-shadow: 0 0 3px #1f212d; }
}
}
/*glowing animation end*/
.btn-gold{
background: #C4AC45;
color:#1F212D;
}
.btn-dark-gold{
    background: #59390a;
    color: #ffe492;
    font-weight:600;
}
.btn-dark-gold:hover{
color: #fff;
}
.btn-dark-blue{
background: #1f212d;
color: #FFFFFF;
}
.btn-dark-blue:hover{
color: #fff;
}
.box-wrapper {
    border: 3px solid #1f212d;
    text-align: center;
    border-radius: 10px;
    padding: 2rem;
    background: #1f212d;
    color: #fff;
    background-image: url(../assets/img/boru.svg);
    background-size: contain;
    background-position-x: left;
    background-repeat: no-repeat;
    background-blend-mode: color-dodge;
}

.icon-wrapper{
	color: #ffffff;
    margin-top: -4rem;
    margin-bottom: 2rem;
    background: #c4ac45;
    width: 4rem;
    border-radius: 50%;
    height: 4rem;
    margin-left: auto;
    padding: 0.5rem;
    margin-right: auto;
}
.sticky {
    display: block;
    background: #c4ac45;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    z-index: 9999;
}
.sticky img {
    width: 36px;
    margin: 5px;
}
@media only screen and (min-width: 768px) {

    .sticky{
     display: none;
    }
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

/* Slider */
.slick-slide {
  margin: 0px 10px;
}
.slick-slide img {
  width: 100%;
  
}
.slick-slide h5 {
  font-size: 14px;
  margin-top: 5px;
  text-transform: uppercase;
  
}
.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}
.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.footer-heading i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding-top: 7px;
    padding-left: 9px;
    margin-bottom: 1rem;
}

.footer-heading .fa-map-marker, .footer-heading .fa-envelope, .footer-heading .fa-phone{
margin-bottom: 0.5rem;
}
.footer-heading .fa-map-marker {    
    padding-left: 10px;    
}
.footer-heading .fa-envelope {    
    padding-left: 7px;   
}
