  html {
  font-size: 16px;
  overflow-y: none;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  color: #585858;
  line-height: 1.375;
}
a {
  text-decoration: none;
  color: #ff0000;
}
a:hover {
  text-decoration: underline;
  color: #cc0000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvertica, Arial;
}
h1,
h2 {
  font-size: 1.8em;
  margin: 1rem 0;
  font-weight: 600;
}
h3 {
  font-size: 1.5em;
  margin: 1em 0 0.5em;
  font-weight: 600;
  line-height: 140%;
}
h4 {
  font-size: 1.2em;
  margin: 1em 0 0.5em;
  font-weight: 600;
  line-height: 140%;
}
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 0px;
}
p {
  margin: 1rem 0;
  color: #585858;
  font-size: 1rem;
  font-weight: 400;
}
.no-padding {
  padding: 0px !important;
}
.no-padding-top {
  padding-top: 0px !important;
}
.no-padding-bottom {
  padding-bottom: 0px !important;
}
.no-padding-left {
  padding-left: 0px !important;
}
.no-padding-right {
  padding-right: 0px !important;
}
.margin-bottom {
  margin-bottom: 10px;
}
#fContentPre .fModule,
#fContentPost .fModule {
  padding: 2rem 0;
  overflow: hidden;
}

/* Background */
.fBgDark {
  background: #e4e4e4;
  color: #eaeaea;
}
.fBgDark a {
  color: #ffffff;
}

.fBgLight {
  background: #e4e4e4;
}
.fBgWhite {
  background: #ffffff;
  color: #000000;
  border: 1px solid #cecece;
}
.fBgColor {
  background: #ff0000;
  color: #eee;
}

/* Button */
a.fButton,
input.fButton {
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  text-align: center;
  background-color: #ff0000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #ff0000;
  font-size: 1rem;
}
a.fButton:hover,
input.fButton:hover {
  background: transparent;
  color: #cc0000;
}
.fSidebarForm .fButtonRed a.fButton:hover,
.fSidebarForm input.fButton:hover {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.fSidebarForm input.fButton{
    float: right;
}
a.fButtonGhost {
  border: 2px solid #ff0000;
  background-color: transparent;
  color: #ff0000;
}
a.fButtonGhost:hover {
  border-color: #cc0000;
  background-color: transparent;
  color: #fff;
}

/* Module */
.fModuleEnd .fModuleTitle,
.fModuleEnd .fModuleContent,
.fModuleBoxed {
  margin: 0 auto;
}

@media (max-width: 479px) {
  .fModuleEnd .fModuleTitle,
  .fModuleEnd .fModuleContent,
  .fModuleBoxed {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 480px) {
  .fModuleEnd .fModuleTitle,
  .fModuleEnd .fModuleContent,
  .fModuleBoxed {
    width: 470px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
  .fModuleEnd .fModuleTitle,
  .fModuleEnd .fModuleContent,
  .fModuleBoxed {
    width: 750px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 15px;
  }
  .fModuleEnd .fModuleTitle,
  .fModuleEnd .fModuleContent,
  .fModuleBoxed {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }

  #fModule-9896 .fModuleEnd .fModuleContent {
    width: 100% !important;
  }

  .fModuleEnd .fModuleTitle,
  .fModuleEnd .fModuleContent,
  .fModuleBoxed {
    width: 1170px;
  }

  .business-wrapper .fModuleContent {
    width: 100%;
  }
}

/* Header */
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  padding: 15px 29px;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #eee;
  transition: all 0.5s ease-in-out;
}
header.sticky {
  background: rgba(255, 255, 255, 1);
}
header .fGalleryWide img {
  max-height: 60px;
  width: auto !important;
}
.vertical-align {
  display: flex;
  align-items: center;
}

/* Photo Gallery */
.fGalleryImages,
.fGalleryImages li {
  list-style: none;
  margin: 0;
}
.fGalleryImages {
  padding: 0;
}
/*.fGalleryImages li {
	padding-left: 15px;
	padding-right: 15px;
}*/
.fGalleryImages h3 {
  margin: 0;
  padding: 0.5em 0 0 0;
}
.fGalleryImages.row {
  margin-left: -15px;
  margin-right: -15px;
}

.fBanner .fGalleryItem {
  margin: 0;
  padding: 0;
}

/* Just For Career Page */

/*
.fGalleryItem-50859 img,.fGalleryItem-54207 img{
  object-fit: cover;
  max-height: 483px;
}
*/

/* *** */
.fBanner .fGalleryText,.fGalleryTitle .fGalleryImages .fGalleryText{
  position: absolute;
  top: 23%;
  bottom: 0;
  color: #fff;
  left: 2%;
  text-shadow: 1px 2px 20px rgba(0, 0, 0, 0.3);
  /* background: rgba(0,0,0,0.5); 
  padding: 10% 0%;*/
  text-align: left;
  margin: 0;
    display: inline-block;
}
.fGalleryTitle .fGalleryImages .fGalleryText{
    top: 35%;
}
.fBanner .fGalleryText h3,.fGalleryTitle .fGalleryImages .fGalleryText h3{
  margin: 0;
  color: #fff;
  padding: 0;
  font-size: 41px;
    text-shadow: 2px 0px 3px #000;
}
.fBanner .fGalleryText h3 > a,.fGalleryTitle .fGalleryImages .fGalleryText h3 a{
    text-decoration: none;
}
.fBanner .fGalleryText h4,.fGalleryTitle .fGalleryImages .fGalleryText p{
    font-size: 31px;
    text-shadow: 2px 0px 3px #000;
    margin: 0;
}
body.path---home .fGalleryText h3 a,.fGalleryTitle .fGalleryImages .fGalleryText h3 a{
  color: #fff;
  padding-top: 0;
}
.fGalleryTitle .fGalleryImages .fGalleryText p{
    line-height: normal;
    color: #fff;
    font-weight: bold;
}
body.path---career .fBanner .fGalleryText h3 a,
body.path---About-Franky .fBanner .fGalleryText h3 a {
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 999;
  pointer-events: none !important;
}
.fBanner .fGalleryText p {
  color: #fff;
  font-size: 18px;
}
.not-home .fBanner .fGalleryText {
  height: auto;
  left: auto;
  right: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  text-shadow: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.not-home .fPageTitle {
  display: none;
}
.fMap .fSidebarForm h3 {
  font-weight: 600;
  font-size: 2rem;
  margin-top: 0;
  text-align: center;
  color: #000;
}
/*.fSidebarForm{
  background: #333232;
}*/
.fSidebarForm .form-control {
  color: #060606;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  box-shadow: none;
  height: 45px;
}
.fSidebarForm textarea.form-control {
  height: 109px;
}
.fSidebarForm .input-group {
  margin-bottom: 12px;
}
.fSidebarForm .input-group-addon {
  background: transparent;
  color: #fff;
  border-radius: 0;
}
.fSidebarForm select.form-control option {
  color: #444;
}

.fSidebarForm .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #060606;
  opacity: 1;
}
.fSidebarForm .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #060606;
  opacity: 1;
}
.fSidebarForm .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #060606;
  opacity: 1;
}
.fSidebarForm .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #060606;
  opacity: 1;
}
#fFooter {
  text-align: center;
  background-color: #fff;
  color: #fff;
/*  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;*/
}
.fformbox {
  /*margin: 90px 0 30px;*/
 /* margin: 30px 0;*/
  /*padding: 0 20vw;*/
}

.fformbox h2 {
  text-align: center;
  color: rgba(255, 0, 0);
  margin: 1em 0 1.2em 0;
}

.fformbox .form-control {
  height: 40px;
}
.fformbox textarea.form-control {
  height: 88px;
}
.clearfix {
  clear: both;
  width: 100%;
}
.mining-blocks {
  text-align: center;
}
.mining-blocks ul {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.mining-blocks ul li {
    margin: 0;
    color: #fff;
    padding:0 20px;
    display: inline-block;
    margin-bottom: 20px;
}
.mining-blocks img {
  width: 140px;
  display: inline-block;
}
.mining-blocks p {
  font-size: 23px;
  color: #fff;
  text-transform: uppercase;
}

/*-New Style Start-*/
.history-block {
/*  padding-bottom: 20px;
  padding-top: 20px;*/
  padding: 20px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 1rem;
  background-color: rgba(204, 204, 204, 0.5);
  min-height: 454px;
}
.history-block ul{
    position: relative;
    z-index: 0;
    padding-left: 35px;
}
.history-block ul:after{
    position: absolute;
    content: '';
    left: 26px;
    top: -61px;
    width: 5px;
    height: 110%;
    border-left: 3px dashed #bbb;
    z-index: -1;
}
.history-block ul li {
  list-style: none;
}
.history-block ul ul:after{
    display: none;
}
.history-block ul ul{
    padding-bottom: 0;
}
.history-block ul li.bullet{
    list-style: none;
    position: relative;
    padding: 5px 0;
}
.history-block ul li.bullet:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #585858;
    left: -32px;
    top: 8px;
    border-radius: 100%;
}
.date-history-1 {
  color: #eb2129;
  font-size: 18px;
  font-weight: 400;
  padding-left: 53px;
  padding-bottom: 11px;
  line-height: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
    margin-bottom: 0;
}
.date-history-1 > span{
    color: #727272;
    display: block;
    font-weight: bold;
    margin-top: 5px;
    font-size: 21px;
}
.date-history-1::before {
  content: "";
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #504949;
  position: absolute;
  left: 50px;
    z-index: 1;
 background-image: linear-gradient(#eee, #504949);    
}
.padding_sec{
    padding: 60px 0 !important;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 70px rgba(204, 169, 44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 50px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 70px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
.year-history {
  font-family: Oswald, Arial, sans-serif;
  font-size: 38px;
  color: #d9b451;
}

.title-history {
  padding-left: 30px;
  margin-bottom: 20px;
}

.desc-history {
  padding-left: 30px;
  line-height: 20px;
}
/*-New End-*/

/*--Banner Style Start--*/
.not-home .fBanner .fGalleryText h3::before {
  background: rgba(255, 0, 0, 0.8);
  transform: skewX(-34deg);
  -webkit-transform: skewX(-34deg);
  -ms-transform: skewX(-34deg);
  overflow: hidden;
  margin: 0 auto;
  height: 100%;
  max-width: 450px;
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.not-home .fBanner .fGalleryText h3::after {
  background: rgba(129, 131, 134, 0.88);
  transform: skewX(34deg);
  -webkit-transform: skewX(34deg);
  -ms-transform: skewX(34deg);
  margin: 0% 0% 0% 45%;
  height: 100%;
  max-width: 400px;
  z-index: 0;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.icons_pages{
    text-align: center;
    padding-bottom: 0 !important;
}
.icons_pages .fGalleryImages{
    display: inline-block;
}
.icons_pages .fGalleryImages li{
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 15px;
}
.icons_pages .fGalleryImages li .fGalleryImage{
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 15px;
}
.icons_pages .fGalleryImages li .fGalleryImage img{
    height: 70px;
    width: auto;
}
.icons_pages .fGalleryImages li .fGalleryText p{
    margin: 0;
    color: #585858;
    font-weight: 600;
    text-transform: capitalize;
}
.bx-wrapper .bx-controls-direction a{
    display: none;
}
/*--Banner Style End--*/
@media screen and (max-width: 768px) {
  .not-home .fBanner .fGalleryText h3::before {
    background: rgba(255, 0, 0, 0.8);
    transform: skewX(-34deg);
    -webkit-transform: skewX(-34deg);
    -ms-transform: skewX(-34deg);
    overflow: hidden;
    margin: 0 auto;
    height: 100%;
    max-width: 250px !important;
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .not-home .fBanner .fGalleryText h3 a {
    font-size: 34px;
  }
}
.fgroup-over-view {
  background: url("/templates/custom/fourdydigital/franky2019/images/malaysia-png.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-attachment: fixed;
}

@media screen and (max-width: 768px) {
  .not-home .fBanner .fGalleryText h3::after {
    background: rgba(129, 131, 134, 0.88);
    transform: skewX(34deg);
    -webkit-transform: skewX(34deg);
    -ms-transform: skewX(34deg);
    margin: 0 auto !important;
    height: 100%;
    max-width: 250px !important;
    z-index: 0;
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .not-home .fBanner .fGalleryText h3 a {
    font-size: 34px;
    font-size: 3rem;
    margin-top: 40%;
    position: absolute;
    top: 10%;
    left: 0;
    pointer-events: none;
  }
}

@media screen and (max-width: 991px) {
  .not-home .fBanner .fGalleryText h3::before {
    background: rgba(255, 0, 0, 0.8);
    transform: skewX(-34deg);
    -webkit-transform: skewX(-34deg);
    -ms-transform: skewX(-34deg);
    overflow: hidden;
    margin: 0 auto;
    height: 100%;
    max-width: 300px !important;
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .not-home .fBanner .fGalleryText h3::after {
    background: rgba(129, 131, 134, 0.88);
    transform: skewX(34deg);
    -webkit-transform: skewX(34deg);
    -ms-transform: skewX(34deg);
    margin: 0% 0% 0% 42% !important;
    height: 100%;
    max-width: 300px !important;
    z-index: 0;
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.btn:hover {
  box-shadow: none;
  top: 2px;
  left: 2px;
  -webkit-box-shadow: 2px 2px 0 transparent;
  -moz-box-shadow: 2px 2px 0 transparent;
  -ms-box-shadow: 2px 2px 0 transparent;
  box-shadow: 2px 2px 0 transparent;
}
header nav ul li:last-child ul {
  right: 0;
}
@media screen and (max-width: 768px) {
  #timeline {
    margin: 30px;
    padding: 0px;
    width: 90%;
  }
  #timeline:before {
    left: 0;
  }
  #timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
  }
  #timeline .timeline-item .timeline-content:before,
  #timeline .timeline-item .timeline-content.right:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #ee4d4d;
  }
  #timeline .timeline-item .timeline-icon {
    left: 0;
  }
}
@media (max-width: 479.8px) {
  .fBanner .fGalleryText {
    position: relative;
    text-align: center;
    width: 100%;
  }

  .mining-blocks ul {

  }
}
@media (max-width: 767.8px) {
  .fBanner .fGalleryImage img {
    /* width: 150%;
    max-width: 150%; */
    width: 100%;
    max-width: 100%;
    float: left;
  }
  .fBanner .fGalleryText {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
  }
}
.slick-dots li button::before {
  font-size: 12px !important;
}
.fGalleryGrid .fGalleryImage {
  padding: 5px;
  display: block;
  background-color: #fff;
}
.fGalleryGrid .fGalleryText {
  padding: 1rem;
  min-height: 300px;
  background-color: #fff;
}
.fGalleryGrid .fGalleryText h3 {
  margin: 0;
  font-size: 1rem;
}
.fGalleryGrid .fGalleryText a {
  color: #000;
  text-decoration: none;
}
.fGalleryGrid .fGalleryText a:hover {
  color: #eb2129;
}
.fourbusiness .slick-prev {
  left: -30px !important;
  /* background: #eb2229 url(../images/arrow-left.png) !important; */
  background-repeat: no-repeat !important;
  background-size: contain !important;
  text-indent: -9999px;
}
.fourbusiness .slick-next {
  right: -30px !important;
  /* background: #eb2229 url(../images/arrow-right.png) !important; */
  background-repeat: no-repeat !important;
  background-size: contain !important;
  text-indent: -9999px;
}
.fourbusiness .slick-prev,
.fourbusiness .slick-next {
  width: 22px;
  height: 22px;
  top: 84%;
  left: 0;
  right: 0;
  bottom: -36px;
  margin: auto;
  /*border-radius: 50%;*/
  background-size: 49% !important;
  background-position: center !important;
  text-indent: 0;
  z-index: 999;
}
#fModule-9203 ul li a {
  display: inline-block;
}
#fModule-9244 h3 a {
  color: #000;
  padding-top: 0;
}
/* Navigation - Header */
nav ul,
nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
.fNavAlignRight {
  text-align: right;
}
.fNavHorizontal nav li {
  display: inline-block;
}
nav li a {
  color: #484848;
  padding: 1.2rem 1rem;
  display: block;
  position: relative;
  /* vertical-align: middle; */
  font-weight: 600;
  transition: 0.5s all ease;
  text-transform: uppercase;
  text-decoration: none;
}
nav li a {
  text-shadow: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

nav li a:hover,
nav li a:focus {
  color: #ff0000;
  text-decoration: none;
}

nav li a:hover::before,
nav li a:focus::before,
nav li a:hover::after,
nav li a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
header nav ul li {
  position: relative;
  float: left;
}
header nav ul ul {
  position: absolute;
  width: 240px;
  z-index: 20;
  color: #ffffff;
  display: none;
}
header nav ul li:hover > ul {
  display: block !important;
}
header nav ul ul li {
  width: 100%;
  text-align: left;
  float: none;
  border-bottom: none;
  padding: 0px;
  background-color: #666 !important;
}
header nav ul li ul li a {
  color: #fff;
  background: #666;
  padding: 9px 17px;
  text-transform: none;
}
header nav ul ul li:hover > a,
header nav ul ul li a:hover {
  background: #000000;
  color: #fff;
}
header nav ul ul ul {
  left: 180px;
  top: 5px;
}
.navbar-toggle {
  background: transparent;
  color: #ffffff;
  position: absolute;
  top: 45px;
  right: 0;
  transform: translate(0, -50%);
  margin: 0 15px;
}
.navbar-toggle .icon-bar {
  background: #000;
}

/* Banner */

/* fMatter */
#heading span {
  font-weight: 300;
  font-size: 1.2rem;
  display: block;
}
.fPageTitle {
  color: #fff;
  text-align: center;
  padding: 2.5rem 0;
  /*position: absolute;
    width: auto;
    left: 0;
    right: 0;*/
  top: auto;
  background: rgba(0, 0, 0, 0.3);
  bottom: 24%;
}
.fPageTitle h1 {
  padding-left: 15px;
  padding-right: 15px;
  /*margin-top: 61px;*/
}
ul.fPageActions {
  position: relative;
}
.no-title .fPageTitle {
  display: none;
}
.fInnerbanner .fGalleryImages li {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.fInnerbanner .fGalleryText {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
.fInnerbanner .fGalleryText h3 {
  font-size: 2rem;
  text-transform: uppercase;
  display: table;
  width: 100%;
  height: 100%;
  padding-top: 0;
}
.fourbusiness .fGalleryImages .slick-prev:before {
  font-size: 18px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  content: "\f060";
  z-index: 999;
  font-family: FontAwesome;
  background: #ff0000;
  padding: 4px 5px;
}
.fourbusiness .fGalleryImages .slick-next:before {
  font-size: 18px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  content: "\f061";
  z-index: 999;
  font-family: FontAwesome;
  background: #ff0000;
  padding: 4px 5px;
}
.fourbusiness .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #ff0000;
}
.fInnerbanner .fGalleryText h3 a {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}
.fHospitality h4 {
  margin-top: 0;
}
.fHospitality .fGalleryItem img {
  filter: grayscale(1);
  transition: 0.5s ease-in-out;
}
.fHospitality .fGalleryItem img:hover {
  filter: grayscale(0);
  transition: 0.5s ease-in-out;
}

/*.bx-pager { display:none; }*/

.fBanner .bx-wrapper .bx-pager {
    width: auto;
    /* float: right; */
    right: 1%;
    left: 1%;
    margin-top: 0;
    margin-bottom: 1%;
    padding-top: 0;
    display: none;
}
.bx-wrapper .bx-controls-direction a{
    background: none;
    position: relative;
    opacity: 1;
}
.bx-wrapper .bx-controls-direction a:after{
    position: absolute;
    content: '\f104';
    left: 0;
    top: 0;
    font-size: 60px;
    text-indent: 0;
    color: #fff;
    font-family: FontAwesome;
}
.bx-wrapper .bx-controls-direction a.bx-next:after{
    content: '\f105';
}
.bx-wrapper .bx-controls-direction a:hover:after{
    color: #ff0000;
}
.bx-wrapper .bx-pager {
  bottom: 0 !important;
}
.bx-wrapper {
  margin: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  border-radius: 50%;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
.fcontactus{
    padding-bottom: 10px !important;
}
.conatact-info ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 2px 0;
}
.conatact-info ul li {
  display: inline-block;
  padding-right: 10px;
  width: 100%;
  position: relative;
  margin: 2px 0;
}
.conatact-info ul li .iocn-holder,
.conatact-info ul li .text-holder {
  display: table-cell;
  /*vertical-align: middle;*/
  color: #61888e;
}
.conatact-info ul li .iocn-holder {
  margin-right: 10px;
}
.iocn-holder .fa {
  /*font-size: 1rem;
  color: rgba(255, 0, 0);*/
  font-size: 1rem;
    background: #585858;
    width: 30px;
    line-height: 30px;
    border-radius: 100%;
    text-align: center;
    text-indent: 4px;
    color: #fff;
}
.conatact-info ul li .iocn-holder a {
  color: #3a4d6a;
  display: block;
  font-weight: 500;
  text-align: center;
  transition: all 500ms ease 0s;
}
.conatact-info ul li .iocn-holder a{
    display: inline-block;
}
.conatact-info ul li .iocn-holder a > img{
    height: 45px;
    width: auto;
    max-width: inherit;
}
.conatact-info ul li.change{
    margin: 5px 0;
}
.conatact-info ul li .text-holder {
  padding-left: 20px;
}
.conatact-info ul li .text-holder h6 {
  color: #585858;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 10px;
}
.conatact-info ul li .text-holder p {
  color: #585858;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 20px;
}
.conatact-info ul li .text-holder p > a{
    text-decoration: none;
}
.conatact-info ul li .text-holder p > a span{
    color: #585858; 
}
.path---contact a.fButton:hover,
input.fButton:hover {
  color: #ff0000;
  background: transparent;
  border: 1px solid #ff0000;
}
.conatact-info ul li.change .iocn-holder span {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 20px;
}
.fmaterials ul {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin: 0 auto;
}
.fmaterials h4 {
  font-size: 1em;
}
.finnerpageNav {
  padding: 1rem 0 !important;
}
.finnerpageNav .fMenu {
  float: right;
}
.finnerpageNav .fMenu li {
  /* display: inline-block; */
  float: left;
}
.finnerpageNav .fMenu li a {
  font-size: 14px;
  padding: 5px 10px;
}
.fMINING {
  padding-top: 0 !important;
}

/* *** Updated on Mar 26, 19 *** */

.txtInImg {
  color: white;
  position: relative;
  text-align: center;
  padding: 0 !important;
  object-fit: cover;
  overflow: hidden;
}

.txtInImg h2 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  margin: 0;
  width: 100%;
  height: 30%;
  text-align: left;
  z-index: 3;
text-shadow: 0 0 1px #000;    
}
.txtInImg h2 > a{
    color: #fff;
    text-decoration: none;
}
.txtInImg img {
  transition: 0.5s ease;
}

.txtInImg:hover img {
  transform: scale(1.1);
    transition: 0.5s ease;
}

.txtInImg .con_txt {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    padding: 50px;
    background: rgba(0, 0, 0, 0.6);
    transition: 0.5s;
}
.txtInImg .con_txt p{
     color: white;
    text-align: left;
    font-size: 17px;
    margin: 0;
}
.txtInImg .con_txt h3{
    display: none;
}
.txtInImg .con_txt .btn{
    border: none;
    background: #111;
    color: #999;
    box-shadow: none;
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 4px 25px;
    font-size: 18px;
    transition: 0.6s all ease;
}
/*.txtInImg .con_txt .btn:before {
  content: '';
  position: absolute;
  top: 0;
  right: 33px;
  bottom: 0;
  left: 0px;
  background: #fff;
  transition: 0.6s all ease;
}
.txtInImg .con_txt .btn:hover:before {
  right: 0px;
}*/
.txtInImg .con_txt .btn:hover{
    top: inherit;
    left: auto;
    background: #fff;
    color: #111;
}
.txtInImg:hover .con_txt{
    bottom: 0;
    transition: 0.5s ease;
} 
/* *** Updated on Mar 27, 19 *** */

.heroText {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  margin: 0;
}
.formBody {
  width: 500px;
  height: 550px;
  background: #e3e3e3;
  padding: 30px;
  margin: 50px;
}

.careerWhiteBox {
  padding: 40px 20px;
  width: 80vw;
  height: auto;
  margin: 40px auto;
  background-color: #e4e4e4;
  box-shadow: 0 0 4px #ccc;
  transition: 0.5s;
}

.careerWhiteBox:hover {
  box-shadow: 0 0 24px 8px #a5a5a5;
}
.careerWhiteBox ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.careerWhiteBox form {
  /* line-height: 8rem; */
  margin-top: 30px;
}
.careerWhiteBox input {
  margin: 4rem 0;
}
.careerSlogan {
  font-size: calc(2vw + 1.5rem);
  text-transform: uppercase;
  line-height: calc(1vw + 4rem);
  text-align: center;
  color: #ff0000;
  padding: 20px 30px;
  margin: 20px 0;
}
.careerRedBox {
  text-align: center;
  background: #ff0000;
  color: white;
  padding: 25px;
  height: auto;
  width: 100%;
  line-height: 4rem;
}
.careerRedBox h2 {
  font-size: calc(1vw + 1.1rem);
}
.careerRedBox small {
  text-transform: uppercase;
  color: #333;
  background-color: #fff;
  padding: 7px;
  margin: 0 10px;
}
.careerRedBox ul {
  text-align: left;
  margin-left: 15px;
}
body.path---career .business-inner-container {
    width: 33.333%;
    padding: 0;
    position: relative;
}
body.path---career .business-item-container1 {
  background-image: url("https://storage.unitedwebnetwork.com/files/425/07ec07d7d3aebb464352dd314caceb3f.jpg");
  height: 70vh;
  position: relative;
  z-index: 0;
}
body.path---career .business-item-container2 {
  background-image: url("https://storage.unitedwebnetwork.com/files/425/a6a12b7316aefdd7d8a211b163ed30d3.jpg");
  height: 70vh;
  position: relative;
  z-index: 0;

}
body.path---career .business-item-container3 {
  background-image: url("https://storage.unitedwebnetwork.com/files/425/1320e5fd862db94c7699614bd16ff464.jpg");
  height: 70vh;
    z-index: 0;
  position: relative;
  color: #111;
}
body.path---career .business-item-container1:after, body.path---career .business-item-container2:after, body.path---career .business-item-container3:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}
.so-icon {
   display: inline-block;
  padding: 10px;
  background: #999;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  /*margin-right: 10px;*/
}
.so-icon i {
  font-size: 20px;
  position: relative;
  top: -3px;
  left: 1px;
    color: #fff;
}
.so-icon:last-child i {
  left: -1px;
}
.hos-bt a {
    border: none;
    background: #999;
    padding: 5px 20px;
    box-shadow: none;
    color: #fff;
    font-weight: bold;
}
.call_btn a{
    color: #2a2a2a;
    font-size: 18px;
    text-decoration: none;
}

.fGrayLightBG {
	background: #e7e7e7;
}
.fGrayDarkBG {
	background: #585858;
}
.fBlackBG {
	background: #000;
	
}
.fWhiteBG {
	background: #fff;
}


/**/
/*ANubhav CSS*/
/**/
.top-sec .fModuleContent {
  position: relative;
  overflow: visible;
}
.top-sec .fModuleContent:before {
  content: '';
  position: absolute;
  bottom: -17px;
  right: 0;
  left: 0;
  height: 2px;
  background-color: #eee;
  overflow: visible;
}

#fContentPost .fModule.form-sec {
  background: #eee;
}
#fContentPost .fModule.form-sec .fModuleTitle h3{
    color: #585858;
}
.vaccency_sec, .enquary_sec {
  background: #eee;
}
.fSidebarForm h3 {
  color: rgba(255,0,0);
  text-align: center;
}
.enquary_sec .fSidebarForm  {
  padding: 0px 80px;
}
.chnages_ser.service_sec .fModuleContent{
    padding: 0 30px;
}
.chnages_ser.service_sec .fModuleContent .fGalleryImages li{
    margin-bottom: 30px;
}
.chnages_ser.service_sec .fModuleContent .fGalleryImages li .fGalleryImage{
    display: block;
    line-height: 0;
    overflow: hidden;
}
.chnages_ser.service_sec .fModuleContent .fGalleryImages li .fGalleryText{
    padding:10px 40px;
    background: #585858;
}
.chnages_ser.service_sec .fModuleContent .fGalleryImages li .fGalleryText p{
    color: #eee;
    min-height: 110px;
}
.chnages_ser.service_sec .fModuleContent .fGalleryImages li:first-child .fGalleryText p,
.chnages_ser.service_sec .fModuleContent .fGalleryImages li:nth-child(2) .fGalleryText p{
    min-height: 65px;
}
.chnages_ser.service_sec .fModuleContent .fGalleryImages li .fGalleryText > p:nth-child(3){
    min-height: inherit;
    text-align: right;
}
.chnages_ser.service_sec .fModuleContent .fGalleryImages li .fGalleryText .btn{
    background: none;
    border: 1px solid #eee;
    padding: 13px 0px 0px 6px;
    color: #fff;
    width: 55px;
    height: 49px;
    border-radius: 0;
    background: linear-gradient(to right,#fff 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.6s ease-out;
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
}
.chnages_ser.service_sec .fModuleContent .fGalleryImages li .fGalleryText .btn:hover{
     background-position: left bottom;
    transition: all 0.6s ease-out;
    color: #585858;
}
/* *** */

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }

}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
@media (max-width: 1024px) {
  .fBanner .bx-wrapper .bx-controls .bx-controls-direction a.bx-next,
  .fBanner .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
    width: 38px !important;
    height: 90px !important;
  }
  .fBanner .bx-wrapper .bx-controls-direction a {
    top: calc(85% - 150px);
  }
  a.fButtonGhost {
    border: 1px solid #f00;
    font-size: 1rem;
    padding: 0.75rem 1rem;
  }
  .fBanner .fGalleryText p {
    font-size: 14px;
  }
  .fBanner .fGalleryText {
    padding: 4% 0%;
  }
    
}
@media (max-width: 768px) {
  .mining-blocks p {
    font-size: 18px;
  }
    .chnages_ser.service_sec .fModuleContent .txtInImg{
        margin-bottom: 30px;
    }
    .chnages_ser.service_sec .fModuleContent .row > .txtInImg:last-child{
        margin-bottom: 0;
    }
    .chnages_ser.service_sec .fModuleContent .fGalleryImages li:first-child .fGalleryText p, .chnages_ser.service_sec .fModuleContent .fGalleryImages li:nth-child(2) .fGalleryText p,.chnages_ser.service_sec .fModuleContent .fGalleryImages li .fGalleryText p{
        min-height: inherit;
    }
}
@media (max-width: 767px) {
  
  .txtInImg:nth-child(1) img,.txtInImg:nth-child(2) img {
    height: 379.333px;
    object-fit: cover;
  }
    @media (max-width: 480px) {
        .fBanner .bx-wrapper .bx-controls .bx-controls-direction{
            display: none;
        }
    }
  header {
    /* position: relative; */
    position: fixed;
    z-index: 99999;
  }
  header ~ .head-padding {
    padding-top: 0;
    height: 0 !important;
  }
  .fourbusiness .fModuleContent {
    margin: 0;
    padding: 0;
  }
  .fourbusiness .fGalleryImages li {
    padding: 0;
  }
  .fNavHorizontal {
    position: relative;
    width: 100%;
    float: left;
    background: #fff;
  }

  header nav ul li {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .fBanner .fGalleryText,.fGalleryTitle .fGalleryImages .fGalleryText{
    padding: 1%;
    margin: auto;
    padding: 0 45px;
  }
  .fBanner .fGalleryText p {
    margin-top: 0;
    font-size: 15px;
  }
  a.fButtonGhost {
    padding: 8px;
    font-size: 14px;
  }
  .fourbusiness .fModuleContent {
    margin: auto;
  }
  .fInnerbanner .fGalleryImage {
    height: 250px;
    display: block;
  }
  .fInnerbanner .fGalleryImage img {
    height: 100%;
    object-fit: cover;
  }
  .mining-blocks ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {

  /* Updated on Mar 28, 19 */

  nav .fMenu {
    position: sticky;
    width: 100%;
    background-color: #fff;
  }

  .fSidebarForm, .fformbox {
    padding: 20px 8vw 0 !important;
  }

  .careerRedBox ul, ul li {
    margin: 0;
  }

  .careerRedBox small {
    display: block;
    text-align: center;
    margin: 0;
  }

  /* *** */

  /* Mar 29, 19 */

  .path---career .fGalleryText, .path---About-Franky .fGalleryText {
    display: none !important;
  }

  .path---About-Franky #fModule-9236 p {
    padding: 2rem; 
  }

  .path---About-Franky .history-block li {
    margin: 0 2rem;
  }

  /* bxSlider image */

  .fBanner .bx-viewport, .fBanner .bx-viewport img {
    height: 300px !important;
    object-fit: cover;
  }

  .fBanner .fGalleryText,.fGalleryTitle .fGalleryImages .fGalleryText{
    top: 30%;
  }
    .fBanner .fGalleryText h4 {
	font-size: 26px;
	text-align: left;
}

  .fInnerBanner .bx-wrapper, 
  .fInnerBanner .bx-wrapper img, 
  .path---property .fInnerBanner .bx-wrapper img {
    height: 250px;
    object-fit: cover !important;
  }

  .path---property .fInnerBanner .bx-wrapper img

  .fBanner .fGalleryText p {
    height: 45px;
    overflow: hidden;
  }
  .fBanner .bx-wrapper .bx-controls .bx-controls-direction a.bx-next,
  .fBanner .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
    width: 20px !important;
    height: 52px !important;
  }
  .fBanner .bx-wrapper .bx-controls-direction a {
    top: calc(67% - 50px);
  }

  .not-home .fBanner .fGalleryText h3::before,
  .not-home .fBanner .fGalleryText h3::after {
    content: none;
  }
  .not-home .fBanner .fGalleryText h3 a {
    font-size: 25px;
    top: 0;
    left: 20%;
    display: block !important;
    /* display: none; */
  }
  .contact-info {
    text-align: center;
  }
  .conatact-info ul li {
    margin: 0;
  }
  .conatact-info ul li .iocn-holder {
    display: inline-block;
    margin-bottom: 20px;
  }
  .conatact-info ul li .text-holder {
    display: block;
  }
  .fformbox a.fButton,
  input.fButton {
    width: 100%;
    display: inline-block;
  }
}
.slick-prev,
.slick-next {
  transform: scale(1.5);
}

.btPara {
  text-align: right;
}
.fSidebarForm {
  padding: 20px 20vw 0;
}
.business-wrapper .fModuleTitle {
  padding: 0 0 0 60px;
}
.text-white {
  color: #fff;
}
h2.text-white {
  text-align: center;
}
.business-photo-gal h2.text-white{
    text-align: left;
    padding:20px 15px;
    text-shadow: 0 0 1px #000;
}
.business-content-container {
  background-color: #585858;
}
.business-content {
  max-width: 75%;
  display: inline-block;
  padding: 60px 60px;
}
.business-inner-body {
  display: flex;
  background-color: #585858;
  padding: 0 0 60px 0;
}
.business-inner-container {
  width: 20%;
    overflow: hidden;
}
.business-inner-container:hover .business-paragraph{
     -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}
.business-inner-container:hover h2.text-white{
    padding: 40px 20px;
     -ms-transition: all 200ms ease-in;    
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in; 
}
.business-inner-container:hover .business-link{
    padding: 40px 15px;
     -ms-transition: all 200ms ease-in;    
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;  
}
.business-paragraph {
    margin: 0;
    -ms-transition: all 200ms ease-in;    
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;    
}
.business-item-container1,
.business-item-container2,
.business-item-container3,
.business-item-container4,
.business-item-container5 {
  /* padding: 10px; */
  background-size: cover;
  background-repeat: no-repeat;
  /* height: 750px; */
  position: relative;
    background-position: -30px 0;
}
.business-item-container1 {
    background-image: url("https://storage.unitedwebnetwork.com/files/425/07ec07d7d3aebb464352dd314caceb3f.jpg");
    height: 70vh;
}
.business-item-container2 {
    background-image: url("https://storage.unitedwebnetwork.com/files/425/a6a12b7316aefdd7d8a211b163ed30d3.jpg");
    height: 70vh;
    background-position: -465px 0;
}
.business-item-container3 {
  background-image: url("https://storage.unitedwebnetwork.com/files/425/1320e5fd862db94c7699614bd16ff464.jpg");
  height: 70vh;
}
.business-item-container4 {
  background-image: url("https://storage.unitedwebnetwork.com/files/425/78dad5deaf62207e5002a0c5c691ffa3.jpg");
  height: 70vh;
}
.business-item-container5 {
  background-image: url("https://storage.unitedwebnetwork.com/files/425/c38891f923f8c36bf74385a7419f6b84.png");
  height: 70vh;
}
.business-content-container h2 {
  font-weight: bold;
  text-shadow: 1px 2px 20px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 2rem;
-ms-transition: all 200ms ease-in;    
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;     
}
.business-content-container p {
  font-size: 1.2rem;
  line-height: 1.3em;
  color: #fff;
}
.business-link {
  position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 15px;
    -ms-transition: all 200ms ease-in;    
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;  
    display: none;
}
.business-link .btn{
    float: left;
    padding: 10px 15px;
    background: #000;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: bold;
    display: none;
}
.business-link a {
    font-size: 20px;
    color: #ddd;
    float: right;
    background: rgba(0,0,0,0.5);
    text-decoration: none;
    transition: all 0.2s;
    padding: 5px 8px;
}
.business-link a:hover {
  /* padding-right: 40px; */
  background-color: #ff0000;
}
#fModule-9252.fMap.fBgDark{
    padding-bottom: 2rem;
}
#fModule-9896.fBgLight{
    padding-bottom: 0;
}
.search_sec .fModuleContent p{
  padding: 0;
    margin: 0;
}
.search_sec .fModuleContent .btn_srch{
    background: none;
    border: none;
    font-size: 20px;
    padding: 15px;
    cursor: pointer;
}
.search_bar{
    float: left;
    width: 100%;
    background: #fff;
    display: none;
}
.search_bar .search_box_sec{
    padding: 25px 0;
}
.search_bar .search_box_sec .search-bar{
    margin-bottom: 0;
}
.search_bar .search_box_sec > div{
    position: relative;
}
.search_bar .search_box_sec .close_btn{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: #ddd;
    padding: 18px;
    font-size: 21px;
    text-indent: 3px;
    cursor: pointer;
}
.search_bar .search_box_sec .search-bar .form-control{
    height: 65px;
    padding: 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    font-size: 28px;
}
.intro,.career_sec,.corporet_sec,.vaccency_sec{
    padding: 30px 0 !important;
}
.intro .fModuleTitle h3,.career_sec .fModuleTitle h3,.corporet_sec .fModuleTitle h3,.vaccency_sec .fModuleTitle h3,.vaccency_sec .fformbox h2{
    margin: 0;
    font-size: 31px;
    font-weight: bold;
    color: #585858;
}
.intro .rdcolor{
    color: #585858;
    font-size: 1.25rem;
    font-weight: bold;
}
.headline_port{
    padding: 20px 0 !important;
    text-align: center;
    background: #585858;
}
.headline_port h3{
    margin: 0;
    font-weight: bold;
    color: #fff;
    font-size: 31px;
}
.service_sec{
    padding-bottom: 0 !important;
     background: #eee;
}
.service_sec .fModuleTitle h3 small{
    margin-top: 10px;
    opacity: 1;
    line-height: normal;
    color: #585858;
}
.service_sec .fModuleTitle h3{
    color: #585858;
}
.chnages_ser .fGalleryList > li .fGalleryText > h3 a{
    color: #fff;
}
/*.enquary_sec{
    text-align: center;
}*/
.enquary_sec .form{
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    padding: 15px;
    /*background: #585858;*/
}
.enquary_sec .form select{
    display: none;
}

.leads_sec .fGalleryImages li{
    float: left;
    width: 20%;
    padding: 0 15px;
    text-align: center;
}
.leads_sec .fGalleryImages li .fGalleryImage{
    display: inline-block;
    margin-bottom: 10px;
}
.leads_sec .fGalleryImages li .fGalleryImage img{
    width: auto;
    max-width: inherit;
    height: 65px;
}
.leads_sec .fGalleryImages li .fGalleryText h3{
    
    font-size: 14px;
}
.leads_sec .fGalleryImages li .fGalleryText h3 a{
    color: #585858;
    text-decoration: none;
}

.fModuleHeadingT1 .fModuleTitle h3 {
    margin: 0;
    font-size: 2rem;
    font-weight: bold;
    color: #585858;
}
.fModulePadded {
    padding: 30px 0;
}
big {
    font-size: 1.3rem;
}
.career_sec .fModuleContent .con_sec{
    padding: 0 20%;
}
.career_sec .fModuleContent .con_sec > img{
    margin: 20px 0;
}
.career_sec .fModuleContent .con_sec > p{
    font-size: 20px;
    color: #585858;
    padding-left: 45px;
    margin: 10px 0;
}

.fModuleTitle h3 > small{
    display: block;
    opacity: 0.5;
    font-size: 1rem;
    margin: 1.5rem;
}
.corporet_sec .fModuleTitle h3 > small{
    color: #585858;
    opacity: 1;
}
.corporet_sec .fModuleTitle,
.corporet_sec .fModuleContent {
	max-width: 980px !important;
}

.corporet_sec .fGalleryImages li {
    padding: 1rem 0;
    overflow: hidden;
    height: 100%;
}
.corporet_sec .fGalleryImages .fGalleryText {
	margin-right: 160px;
	float: left;
	background: #ddd;
	padding: 1rem 2.5rem 1rem 1.5rem;
}
.corporet_sec .fGalleryImages li .fGalleryImage {
    width:110px;
    position: absolute;
    right: 80px;
    background: #585858;
    top: 50%; transform: translate(0,-50%);
    padding: 10px;
}
.corporet_sec .fGalleryImages li .fGalleryImage img {
    display: inline-block;
    width: 100%:
}

.corporet_sec .fGalleryImages li:nth-child(even) .fGalleryImage {
	left: 80px;
}
.corporet_sec .fGalleryImages li:nth-child(even) .fGalleryText {
	margin-left: 160px;
	padding: 1rem 1.5rem 1rem 3rem;
	margin-right: 0;
}
#fModule-10869 .fGrayDarkBG h3{
    color: #fff;
}
.bx-wrapper .bx-viewport .bx-pager.bx-default-pager a{
    display: none !importnat;
}

/*
							POPUP
**/
.popup {
	width: 42%;
	position: fixed;
	bottom: 100%;
	right: 30px;
	padding: 20px;
	z-index: 999;
	transition: 0.6s all ease;
}
.popup.show {
	bottom: 0;
}				
.popup .close_btn {
	float: right;
    font-size: 25px;
    opacity: 1;
    cursor: pointer;
    position: relative;
    top: -10px;
    right: -6px;
    color: #d6050d;
}




@media (min-width: 768px) and (max-width: 992px) {
	.popup {
		width: 50%;	
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.popup {
		width: 70%;
	    bottom: 100%;
	    right: 103px;
	}
	.popup.show {
	    bottom: 100px;
	}
}
@media (max-width: 479px) {
	.popup {
		width: 100%;
	    bottom: 100%;
	    right: 0;
	}
	.popup.show {
	    bottom: 100px;
	}
}
@media (max-width: 1024px) {
	.corporet_sec .fGalleryImages li:nth-child(even) .fGalleryImage {
		left: 0;
	}		
	.corporet_sec .fGalleryImages li:nth-child(even) .fGalleryText {
		margin-left: 80px;
	}
	.corporet_sec .fGalleryImages .fGalleryText {
		margin-right: 80px;
	}
	.corporet_sec .fGalleryImages li .fGalleryImage {
		right: 0;
	}		
}

.vaccency_sec .fformbox h2{
    margin-bottom: 30px;
    text-transform: capitalize;
    color: rgb(255, 0, 0);
}
.vaccency_sec .fformbox .form{
    /*background: #585858;*/
    padding: 15px;
    margin-bottom: 0;
}
.about_intro{
    padding-bottom: 10px !important;
}
@media (min-width: 400px) and (max-width: 991px) {
  .business-content {
    max-width: 100%;
  }
  .business-inner-container {
    width: 50% !important;
    background: none;
    padding: 0;
    float: left;
  }
  .business-inner-body {
    display: block !important;
  }
  .business-item-container1,
  .business-item-container2,
  .business-item-container3,
  .business-item-container4,
  .business-item-container5 {
    height: 30vh;
  }
  .business-item-container1 {
    margin-top: -31px;
  }
  .business-item-container2 {
    margin-top: -21px;
  }
  .business-item-container3 {
    margin-top: -30px;
  }
  .business-item-container5 {
    margin-top: -30px;
  }
    .search_sec{
        position: absolute;
        right: 49px;
        top: 16px;
        width: auto;
    }
    .navbar-toggle{
        display: inline-block;
    }
    .fNav{
        display: none;
        width: 100%;
        padding-top: 10px;
        margin-top: 10px;
        border-top: 1px solid #ddd;
        float: left;
    }
    .fNav .fMenu,.fNav .fMenu li{
        float: none;
    }
    .business-item-container2,.business-item-container1, .business-item-container2, .business-item-container3, .business-item-container4, .business-item-container5{
        background-position: center top;
    }
    .business-item-container4{
        margin-top: -20px;
    }
    .business-item-container5{
         margin-top: -30px;
    }
    .corporet_sec > div{
        width: 100%;
        padding: 0 30px;
    }
    .corporet_sec .fGalleryImages li{
        float: left;
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .corporet_sec .fGalleryImages li .fGalleryText{
        display: block !important;
    }
    .career_sec .fModuleTitle h3,.vaccency_sec .fModuleTitle h3, .vaccency_sec .fformbox h2{
        text-align: center;
    }
    .call_btn{
        position: absolute;
        right: 56px;
        top: 20px;
        width: auto;
    }
}
@media (max-width: 580px){
    .leads_sec .fGalleryImages li{
        width: 100%;
        margin-bottom: 20px;
    }
    .fNav{
        float: left;
    }
     .search_sec{
        position: absolute;
        right: 49px;
        top: 16px;
        width: auto;
    }
    .corporet_sec > div{
        width: 100%;
        padding: 0 30px;
    }
    .corporet_sec .fGalleryImages li{
        float: left;
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .corporet_sec .fGalleryImages li .fGalleryText{
        display: block !important;
    }
    .career_sec .fModuleTitle h3,.vaccency_sec .fModuleTitle h3, .vaccency_sec .fformbox h2{
        text-align: center;
    }
    .career_sec .fModuleContent .con_sec{
        padding: 0 15px;
    }
    .search_bar .search_box_sec .search-bar .form-control{
        font-size: 17px;
    }
    .search_bar .search_box_sec .close_btn{
        top: auto;
        bottom: 0;
        font-size: 16px;
    }
    .history-block ul li.bullet::after{
        left: -44px;
    }
    .icons_pages .fGalleryImages li{
        width: 48%;
        margin-bottom: 15px;
    }
    .path---contact .fModulefBanner{
        overflow: hidden;
    }
    .path---contact .fModulefBanner .fGalleryImages .fGalleryImage img{
        height: 240px;
        width: auto;
        max-width: inherit;
        object-fit: cover;
    }
    .fBanner .bx-viewport, .fBanner .bx-viewport img {
	height: 240px !important;
	object-fit: cover;
}
    .fGalleryTitle .fGalleryImages .fGalleryText{
        top: 30%;
    } 
    .fBanner .fGalleryText h3, .fGalleryTitle .fGalleryImages .fGalleryText h3{
        line-height: normal;
    }
    .history-block{
        min-height: inherit;
        overflow: hidden;
    }
    .history-block ul::after{
        height: 150%;
    }
    .conatact-info ul li .text-holder{
        padding: 0;
    }
    .conatact-info ul li .iocn-holder{
        margin-right: 0;
    }
    .conatact-info ul li{
        padding: 8px 0;
    }
    .conatact-info ul li:last-child{
        margin-bottom: 15px;
    }
} 
/* Mobile view */

@media (max-width: 399px) {
  .business-content {
    max-width: 100%;
  }
  .business-inner-body {
    display: inline-block !important;
      width: 100%;
  }
  .business-item1 {
    border-bottom: 5px solid #0055b8;
  }
  .business-item2 {
    border-bottom: 5px solid #ec9021;
  }
  .business-item3 {
    border-bottom: 5px solid #e0557f;
  }
  .business-item4 {
    border-bottom: 5px solid #84c04f;
  }
  .business-item5 {
    border-bottom: 5px solid #ecbc00;
  }
  .business-inner-container {
    width: 100% !important;
    background: none;
    padding: 0;
  }
  .business-item-container1,
  .business-item-container2,
  .business-item-container3,
  .business-item-container4,
  .business-item-container5 {
    height: 30vh;
  }
  .business-inner-body h2 {
    text-align: center;
  }
  .business-link {
    /* position: static; */
    bottom: 0;
    right: 0;
    text-align: center;
  }
    .fBanner .fGalleryText h4{
        font-size: 24px;
    }
    .career_sec .fModuleContent .con_sec > p{
        padding-left: 0;
    }
    .fFooter p > span{
        display: block;
    }
    .path---About-Franky .history-block li{
        margin: 0;
        margin-left: 25px;
        padding: 3px 0;
    }
    .history-block ul li.bullet::after{
        left: -37px !important;
    }
    .intro .fModuleTitle h3, .career_sec .fModuleTitle h3, .corporet_sec .fModuleTitle h3, .vaccency_sec .fModuleTitle h3, .vaccency_sec .fformbox h2{
        font-size: 24px;
    }
    .intro .fModuleContent .rdcolor,{
        font-size: 17px;
    }
    .fBanner .fGalleryText h3{
        line-height: normal !important;
        font-size: 34px !important;
    }
    .bx-wrapper .bx-controls-direction{
        display: none;
    }
    .fBanner .fGalleryText,.fBanner .fGalleryText, .fGalleryTitle .fGalleryImages .fGalleryText{
        padding: 0 15px;
    }
    
}

.fHospitality .p-5 {
  padding: 30px 0;
}

.hospitality-bl {
 /* border-left: 1px solid rgb(217, 217, 217);*/
    background: rgb(217, 217, 217);
    padding: 20px;
}
.hospitality-br {
  /*border-right: 1px solid rgb(217, 217, 217);*/
    background: rgb(185, 180, 180);
    padding: 20px;
}
.f-left {
  float: left;
}
.box {
    min-height: 657px;
    margin-bottom: 40px;
}
.last-btn {
    text-align: center; position: relative; bottom: -193px;
}
p.img-para{
    margin-bottom: 30px;
}
@media (max-width: 480px) {
    .last-btn {
        bottom: -19px;
    }
    .txtInImg .con_txt{
        position: static;
    }
    .history-block{
        min-height: inherit;
    }
    .business-inner-container{
        width: 100% !important;
    }
    .business-paragraph > div{
        margin: 0;
    }
    .fNav{
        display: none;
    }
    .business-item-container2,.business-item-container1, .business-item-container2, .business-item-container3, .business-item-container4, .business-item-container5{
        background-position: center top;
    }
    .fBanner .fGalleryText h3,.path---contact .fModulefBanner .fGalleryImages .fGalleryText h3{
        line-height: normal !important;
        font-size: 28px !important;
    }
    .fBanner .fGalleryText h4,.path---contact .fModulefBanner .fGalleryImages .fGalleryText p{
        font-size: 21px;
        line-height: normal;
    }
    .path---About-Franky .history-block li{
        padding: 3px 0;
    }
    .icons_pages .fGalleryImages li{
        width: 100%;
        margin-bottom: 20px;
    }
   .call_btn {
	right: 52px;
	top: 17px;
}
    .intro .fModuleContent{
        padding: 0 15px;
    }
    .intro .fModuleContent p{
        letter-spacing: 0.5px;
    }
}

.pad-para {
  padding: 20px 15px;
}
@media (max-width: 991px) {
  .history-block ul{
      min-height: 1px;
  }
  .mining-blocks ul {
    width: 100%;
  }
    .form-sec label{
        margin: 7px 0;
    }
    .form-sec .form-group{
        margin-bottom: 0;
    }
}
body.path---home .fSidebarForm .form-group select option {
  font-size: 16px !important;
}

/* Addon: Rahul */
.fGalleryTitle li {
  position: relative;
}
.fModuleTitle h3 {
	margin-top: 0; margin-bottom: 1.5rem;
	color: #ff0000;
	font-size: 2rem;
	text-align: center;
}

.fModule.fPaddingNo,
.fPaddingNo {
	padding: 0 !important;
}

.row-equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
