html {
  scroll-behavior: smooth;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #d3cbb8; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #857c69; 
}

a{
  color: #d75727;
}

header{
  z-index: 3;
}
.sidebar_bars{
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 15px 0px;
}
.navigation {
  position: fixed;
  height: 100%;
  width: 60px;
  right: 0;
  background: #F3F1ED;
  box-shadow: -3px 0px 10px -7px #b3a992;
  overflow-x: hidden;
  transition: width 0.5s;
  top: 0;
  z-index: 999;
}
.navigation:hover {
  width: 300px;
}
.navigation ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 5px;
  padding-top: 10px;
}
.navigation ul li {
  position: relative;
  list-style: none;
  width: 100%;
  border-radius: 20px 0 0 20px;
}
.navigation ul li.active {
  background: #B3A992;
}
.navigation ul li.active a::before {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 15px 15px 0px #B3A992;
}
.navigation ul li.active a::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 15px -15px 0px #B3A992;
}
.navigation ul li a {
  position: relative;
  display: flex;
  text-decoration: none;
  width: 100%;
  color: #b3a992;
}
.navigation ul li.active a {
  color: #FFF;
}
.navigation ul li a .icon {
  position: relative;
  display: block;
  min-width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.navigation ul li a .icon ion-icon {
  position: relative;
  font-size: 1rem;
  z-index: 1;
}
.navigation ul li a .title {
  position: relative;
  display: block;
  padding-left: 10px;
  height: 60px;
  line-height: 60px;
  white-space: nowrap;
}


/*carousel css */
.carousel-indicators{
  margin-bottom: 0px;
}
.carousel-control-next, .carousel-control-prev{
  z-index: 2;
}
div#falconCarousel:after {
  position: absolute;
  content: '';
  background: #B3A992;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  transform: rotate(1.5deg) scale(1.009);
}
.overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  transform: skew(-200.25deg);
  right: -10%;
}
.carousel-caption {
  position: absolute;
  left: auto;
  right: 10%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  transform: translate(0%,-50%);
  max-width: 40%;
  z-index: 1;
  text-transform: uppercase;
}
.carousel-caption h1{
  font-size: 2rem;
}
/*carousel css ends*/

.globalfooter p.heading {
  font-size: 1.5em;
  color: #161b32;
  font-weight: 400;
  margin-bottom: 0.7em;
  text-transform: uppercase;
}
.btn-primary {
  border-radius: 0px;
  font-size: 1rem;
  color: #171102;
  background-color: transparent;
  border-color: #b3a992;
}
.text-primary{
  color: #b3a992;
}
.btn-primary:hover,.btn-check:focus+.btn-primary, .btn-primary:focus {
  border-radius: 0px;
  color: #000;
  background-color: #b3a992;
  border-color: #b3a992;
  box-shadow: none;
}

.about_bg{
  background-image: url('about_bg.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.about_bg_new{
  background-image: url('about_bg_new.png');
  
  /* background-size: contain; */
  background-repeat: no-repeat;
  z-index: 1;
}

.about_bg_contactus{
  background-image: url('about_bg_contactus.png');
  background-repeat: no-repeat;
  z-index: 1;
}
.head-h1{
margin-top:0%;
  background-repeat: no-repeat;
  z-index: 1;

}
.blackbackground {
  background: rgba(0, 0, 0, 0.8);
  color:white;
  padding: 20px;
  margin:340px;
  margin-top:-25px;
  font-size: 1.9em;
  position:absolute; 
  left:440px;
  width:45%;
}
.bg-light {
  background-color: rgba(179,169,146,.15)!important;
  z-index: 2;
}
.h-100vh{
  min-height: 100vh;
}
.parellax {
  
  z-index: 0;
}
.parellax.p01 {
  left: 0;
  top: 0;
  position: absolute;
}
.parellax.p02 {
  right: 0;
  top: 12%;
  position: absolute;
}
.parellax.p03 {
  left: 0;
  top: 38%;
  position: absolute;
 
}
.parellax.p04 {
  right: 0;
  position: absolute;
  top: 45%;
}
.text-primary{
  color: #b3a992 !important;
}
.prod_control {
  padding-left: 0px;
  top: 15px;
  left: 15px;
  background: #212529;
  z-index: 1;
}
.prod_control li{
  display: inline-block;
}
.prod_control li a{
  color: #323232;
  padding:3px;
  text-decoration: none;
  display: inline-block;
  font-size: 34px;
  font-weight: 700;
}
.prod_control li.active{
  color: #FFF;
  padding:3px;
  display: inline-block;
  font-size: 34px;
  font-weight: 700;
}

.service_box{
  cursor: pointer;
  text-decoration: none;
  color: #000;
  transition: all .5s;
  min-height: 200px;
  background-color: #f3f1ed;
}
.service_box:hover{
  background-image: url('../../images/refining_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.service_box h6{
  text-transform: uppercase;
  margin: 0px;
}
.service_box p{
  font-size: 16px;
  margin:0px;
  color: #fff;
  overflow: hidden;
  line-height: 120%;
  max-height: 0;
}
.service_box:hover p{
  max-height: 500px;
  margin:10px 0px;
  transition: all 1s;
}
.service_box:hover img{
  -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}


.team_box{
  text-decoration: none;
  color: #000;
  transition: all .5s;
  min-height: 200px;
  background-color: #FFF;
  margin: 20px 0px;
}
.team_box h6{
  text-transform: uppercase;
  margin: 0px;
}
.team_box_area.why_us h6{
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}


footer{
  padding-top:50px;
  display: block;
  background-image: url('../../images/footer_background.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
footer a{
  text-decoration: none;
  color: #000;
}
footer a:hover{
  text-decoration: underline;
  color: #000;
}
.footer_image{
  transform: translateY(40px);
  z-index: 1;
}
.text-right{
  text-align: right;
}
footer .border-top{
  border-color: #696969 !important;
}
.h0{
  height: 0px !important;
}
.mob-carousel-caption{
  display: none;
}

/*MOVING GOLD TEXT */
.gold {
  font-size: 5vw;
  text-transform: uppercase;
  line-height:1;
  background: linear-gradient(90deg, rgba(186,148,62,1) 0%, rgba(236,172,32,1) 20%, rgba(186,148,62,1) 39%, rgb(180, 175, 94) 50%, rgba(186,148,62,1) 60%, rgba(236,172,32,1) 80%, rgba(186,148,62,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;	
  animation: shine 3s infinite;
  background-size: 200%;
  background-position: left;

}
@keyframes shine {
  to{background-position: right}
 
}

.text-left{
  text-align: left !important;
}
.text-right{
  text-align: right !important;
}
.w50 {
  width: 50%;
  float: left;
}

.mob-only {
  display: none;
}

.img-container{
  position: relative;
}
img.img-fluid.img01 {
  position: relative;
  margin-top: 35px;
  width: 100%;
  z-index: 1;
}
img.img-fluid.img02 {
  position: absolute;
  width: 50%;
  z-index: 1;
  top: 50%;
  right: -4px;
  display: block;
  outline: 4px solid white;
  outline-offset: -4px;
}

.card {
  display: inline-block;
  width: 100%;
  margin: 50px 0px;
  text-align: center;
  background-color: #FFFFFF;
  padding: 30px 20px 40px;
  border-radius: 0px;
  box-shadow: 0 22px 15px 0px rgb(45 62 80 / 30%);
  background-image: linear-gradient(#f4f2ef, white);
  border:none;
  color: #2D3E50;
  transition: all .3s;
}
.card img {
  margin-top: -100px;
}
.card .fa {
  width: 100px;
  height: 100px;
  background-color: #E2E2E2;
  padding: 22px 0;
  border-radius: 50%;
  box-shadow: inset 0 1px 3px rgba(45, 62, 80, 0.3);
  text-shadow: 0 1px 3px rgba(45, 62, 80, 0.3);
  margin-bottom: 20px;
  font-size: 50px;
}
.card .title {
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: bold;
}
.card p {
  font-weight: 300;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 3px 10px rgba(45, 62, 80, 0.3);
}
.card:hover .fa {
  box-shadow: inset 0 3px 10px rgba(45, 62, 80, 0.3);
  text-shadow: 0 3px 2px rgba(45, 62, 80, 0.3);
}

.accreditations .card {
  box-shadow: 0 22px 15px 0px rgb(45 62 80 / 30%);
  background-image: linear-gradient(#FFFFFF, #f4f2ef);
  border: none;
}
.accreditations .card:hover {
  box-shadow: 0 3px 10px rgba(45, 62, 80, 0.3);
}
.card.compliance-card {
  box-shadow: none;
  background-image: linear-gradient(#FFFFFF, #f4f2ef);
  border: 1px solid #b3a992;
  border-top: none;
}
.card.compliance-card:hover {
box-shadow: 0 12px 10px rgb(45 62 80 / 30%);
}
span.account-opening-step {
  font-size: 40px;
  font-weight: 700;
  color: #ddd;
}
.card.account-card {
  padding-top: 0px;
  text-align: left;
  z-index: 3;
}
.card.account-card.bottom:after {
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: -41px;
  border: 3px dashed #000;
  content: '';
  left: 50%;
  z-index: -1;
  border-top: 0;
}
.card.account-card.top:before {
  position: absolute;
  width: 100%;
  height: 50px;
  top: -41px;
  border: 3px dashed #000;
  content: '';
  left: 50%;
  z-index: -1;
  border-bottom: 0;
}
.bg-grey {
  background: #e1e1e1;
}
.text-silver{
  color: #a0a0a0;
}
.bg-dark{
  z-index: 3;
}

.position-sticky h1{
  text-transform: uppercase;
}

.gallery .container > a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
}

.gallery .container > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 2px 16px rgba(0,0,0,.1);
}

.gallery .container {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  grid-auto-rows: 120px;
  grid-auto-flow: dense;
}

.gallery .horizontal {
  grid-column: span 2;
}

.gallery .vertical {
  grid-row: span 2;
}

.gallery .big {
  grid-column: span 2;
  grid-row: span 2;
}

.p0{
  padding: 0;
}
.doc-list{
  width: 100%;
  max-width: 500px;
  margin: 30px auto;
}
.doc-list li {
  display: block;
  padding: 8px 13px 8px 40px;
  background: #f3f1ed;
  margin: 5px;
  text-align: left;
  position: relative;
}
.doc-list li:before{
  content: '';
  position:absolute;
  background-image: url('../../images/file-lines-solid-orange.svg');
  width: 40px;
  background-size: 15px;
  background-repeat: no-repeat;
  height: 40px;
  left: 10px;
  top: 8px;
}
.doc-list.download li:before{
  background-image: url('../../images/download.svg');
}



.home-products .doc-list li {
  background-color: #1a1e23;
  color: #fff;
  padding: 5px 13px 5px 40px;
}



.blog a:hover, .blog a{
  color: #000;
}
.blog .container .blog-posts .featured {
  width: 100% !important;
  max-height: 250px !important;
  margin: 0.5em 0 1em 0 !important;
}
.blog .container .blog-posts .featured .image {
  height: 250px !important;
}
.blog .container .blog-posts .featured .content {
  max-height: 250px !important;
}
.blog .container .blog-posts .row {
  display: flex;
  margin: 0px;
}
.blog .container .blog-posts .row .post:last-child {
  margin-right: 0 !important;
}
.blog .container .blog-posts .post {
  flex: 1;
  overflow: hidden;
  background: #FFF;
  max-height: 250px;
  -moz-box-shadow: 0 22px 15px 0px rgb(45 62 80 / 30%);
  -webkit-box-shadow: 0 22px 15px 0px rgb(45 62 80 / 30%);
  box-shadow: 0 22px 15px 0px rgb(45 62 80 / 30%);
  transition: all .3s;
  margin-right: 1em;
  margin-bottom: 1em;
  padding-left: 0px;
}
.blog .container .blog-posts .post:hover {
  -moz-box-shadow: 0 3px 10px rgb(45 62 80 / 30%);
  -webkit-box-shadow: 0 3px 10px rgb(45 62 80 / 30%);
  box-shadow: 0 3px 10px rgb(45 62 80 / 30%);
}
.blog .container .blog-posts .post:hover .image {
  opacity: 0.8;
}
.blog .container .blog-posts .post .image, .blog .container .blog-posts .post .content {
  display: inline-block;
  position: relative;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog .container .blog-posts .post .image {
  float: left;
  width: 50%;
  height: 250px;
  background-size: cover;
  background-position: center center;
}
.blog .container .blog-posts .post .image .time {
  background: rgb(215 87 39 / 40%);
  width: 50px;
  text-align: center;
  padding: 0.5em 0;
  color: #FFF;
}
.blog .container .blog-posts .post .image .time .date {
  font-weight: bolder;
}
.blog .container .blog-posts .post .image .time .month {
  font-size: 0.7rem;
}
.blog .container .blog-posts .post .content {
  padding: 0.5em 1em;
  width: 50%;
  /* -moz-box-shadow: -2px 0 2px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -2px 0 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0 2px -1px rgba(0, 0, 0, 0.1); */
  max-height: 250px;
}
.blog .container .blog-posts .post .content:before {
  content: '';
  position: absolute;
  background: #FFF;
  width: 10px;
  height: 10px;
  top: 20%;
  left: -5px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-box-shadow: -1px 0 2px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 0 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 0 2px -1px rgba(0, 0, 0, 0.1);
}
.blog .container .blog-posts .post .content h1 {
  font-weight: 600;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog .container .blog-posts .post .content p {
  line-height: 1.5;
  margin-bottom: 0.5em;
  font-family: 'Merriweather', sans-serif;
}
.blog .container .blog-posts .post .content .meta .icon-comment {
  font-size: 0.7em;
  line-height: 2;
  margin-top: auto;
}

[class^="icon-"]:before {
  margin-right: 0.5em;
  color: #3498db;
}

@media screen and (max-width: 840px) {
  .row {
    display: block !important;
  }
  .row .post {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  /* .content {
    width: 70% !important;
  } */

  .image {
    width: 30% !important;
  }

  h1 {
    text-overflow: inherit;
    white-space: normal;
  }
}
/* clearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}


.meta {
  bottom: 0;
  position: absolute;
  width: 100%;
  padding: 10px;
  background-color: rgba(255,255,255,.8);
}
.meta ul {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
}
ul.tags li {
  display: inline-block;
  padding: 1px 8px;
  margin: 10px 5px 10px 0px;
  background: rgb(215 87 39 / 18%);
  border-radius: 5px;
  font-size: 80%;
}

.career-box {
  position: relative;
  text-align: center;
  border: 1px solid #b3a992;
  padding: 15px;
  background: #fff;
}
.career-box:before {
  position: absolute;
  width: 50%;
  height: 50%;
  content: '';
  background: #d75727;
  left: -2%;
  top: -3%;
  z-index: -1;
  transition: all .3s;
}
.career-box:hover::before {
  width: 100%;
  height: 100%;
}
.career-img-container {
  text-align: center;
  padding: 10px 0px;
}
.career-img-container img {
  height: 50px;
}
.career-box .career-overlay{
  position: absolute;
  width: 100%;
  height: 0px;
  top:0;
  left: 0;
  overflow: hidden;
}
.career-box .career-overlay.active{
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  z-index: 1;
}

.inputDnD .form-control-file {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 120px;
  outline: none;
  visibility: hidden;
  cursor: pointer;
  background-color: #c61c23;
  margin-top: 30px;
}
.inputDnD .form-control-file:before {
  content: attr(data-title);
  position: absolute;
  top: 0px;
  left: 5%;
  width: 90%;
  background-color: #f3f1ed;
  min-height: 120px;
  line-height: 2em;
  padding-top: 2.5em;
  opacity: 1;
  visibility: visible;
  text-align: center;
  border: 1px dashed currentColor;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}
.inputDnD .form-control-file:hover:before {
  border-style: solid;
  box-shadow: inset 0px 0px 0px 0.25em currentColor;
}

#contact {
  width: 100%;
  height: 100%;
}
.form-group{
  margin-bottom: 15px;
}
.section-header {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.contact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}

/* Left contact page */


.form-control, 
textarea {
  max-width: 400px;
  background-color: #efefef;
  color: #000;
  letter-spacing: 1px;
}

.send-button {
  margin-top: 15px;
  height: 34px;
  width: 400px;
  overflow: hidden;
  transition: all .2s ease-in-out;
}

.alt-send-button {
  width: 400px;
  height: 34px;
  transition: all .2s ease-in-out;
}

.send-text {
  display: block;
  margin-top: 10px;
  letter-spacing: 2px;
}

.alt-send-button:hover {
  transform: translate3d(0px, -29px, 0px);
}

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  padding-left: 0px;
}

.list-item {
  color: #000;
  text-align: center;
}


.contact-text a {
  color: #000;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color: #857c69;
  text-decoration: none;
}


/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.social-media-list li a {
  color: #fff;
}

.social-media-list li {
  position: relative; 
  display: inline-block;
  height: 60px;
  width: 60px;
  margin: 10px 3px;
  line-height: 50px;
  border-radius: 50%;
  color: #fff;
  background-color: rgb(27,27,27);
  cursor: pointer; 
  transition: all .2s ease-in-out;
}

.social-media-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: all .2s ease-in-out;
}

.social-media-list li:hover {
  background-color: #d75727; 
}

.social-media-list li:hover:after {
  opacity: 1;  
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
}

.social-media-list li:hover a {
  color: #000;
}
.form-control{
  border-radius: 0px;
}
.copyright {
  font: 200 14px 'Oswald', sans-serif;
  color: #555;
  letter-spacing: 1px;
  text-align: center;
}

hr {
  border-color: rgba(255,255,255,.6);
}


.services_section .card{
  margin-top: 80px;
  background-image: linear-gradient(#fff, #f4f2ef);
}
.service_detail .card{
  background-color: #fff;
  background-image: none;
  box-shadow: none;
}


/* Begin Media Queries*/
@media screen and (max-width: 850px) {
  .contact-wrapper {
    display: flex;
    flex-direction: column;
  }
  .direct-contact-container, .form-horizontal {
    margin: 0 auto;
  }  
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 300px;
  }    
  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 569px) {

  .direct-contact-container, .form-wrapper {
    float: none;
    margin: 0 auto;
  }  
  .form-control, textarea {
    
    margin: 0 auto;
  }
 
  
  .name, .email, textarea {
    width: 280px;
  } 
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }  
  .social-media-list {
    left: 0;
  }
  .social-media-list li {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 2rem;
  }
  .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  
}

@media screen and (max-width: 410px) {
  .send-button {
    width: 99%;
  }
}
@media screen and (max-width:576px){
  /* main{
    padding-right: 60px;
  } */
  .footer_image {
    transform: translateY(15px);
  }
  .prod_control{
    left: 50px;
    top: 15px !important;
  }
  .doc-list {
    padding-left: 0px;
  }
  .mob-text-center{
    text-align: center;
  }
  .navbar-nav{
    background: white;
    box-shadow: 0px 16px 10px rgb(0 0 0 / 10%);
  }
  .carousel-inner {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
  .overlay{
    right: -15%;
  }
    .carousel-item img {
      height: 380px;
      width: auto;
      max-width: initial;
      margin-left: -50%;
      margin-top: -50px;
  }
  .desk-only{
  display: none;
  }
  .carousel-caption {
    display: none;
  }
  .mob-carousel-caption{
    display: block;
    text-align: center;
    padding: 10px;
    background: #212121;
    float: left;
    margin-top: -1px;
    width: 100%;
  }
  .mob-carousel-caption p{
    padding-right: 10px;
  }
  .mob-pt-6{
    padding-top:6rem !important;
  }
  .navbar-toggler{
    z-index: 2;
    margin-right:10px;
  }
  #prod01, #prod02, #prod03 {
    padding-top: 100px !important;
  }
  .parellax.p01 {
    left: 0;
    top: 3%;
    z-index:0;
  }
  .service_box_area{
    margin-top:0px !important
  }
  .service_box_area .col{
      flex: 100%;
      margin-top:15px
  }
  footer{
    text-align: center;
  }
  footer ul{
    padding:0px
  }
  footer .text-right{
    text-align: center !important;
  }
  .mob-only {
    display: block;
  }
  .navigation{
    display: none;
  }
  .card img {
    margin-top: -100px;
    max-width: 100%;
    height: auto;
  }
  .no-parellax-mob .parellax{
    transform: translate(0px) !important;
  }
  .no-parellax-mob.img-container .parellax.img01{
    margin-top: 0px;
  }
  .no-parellax-mob.img-container{
    margin-bottom: 150px;
  }
  .card.account-card.bottom:after {
    position: absolute;
    width: 3px;
    height: 120px;
    bottom: -108px;
    border: none;
    content: '';
    left: 50%;
    background: #000;
    z-index: -1;
    border-top: 0;
  }
  .card.account-card.top:before{
    top: auto;
    bottom: -108px !important;
    position: absolute;
    width: 3px;
    height: 120px;
    border: none;
    content: '';
    left: 50%;
    background: #000;
    z-index: -1;
    border-top: 0;
  }
  
}


