



/* Manual
--------------------------------*/

.describe_box {
  background: #faf0fe;
}
.describe_box p {
  text-indent: 50px;
  margin-bottom: 20px;
  text-align: justify;
  text-justify: newspaper;
}
.describe_box ul {
  padding-left: 50px;
}
.describe_box h2 {
  font-size: 20px;
}

.shawdow_box {
  text-align: left;
  display: inline-block;
  /* background: #faf0fe; */
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

.client_box {
    background-color: #f3f3f3;
    /* background-color: #faf0fe; */
    /* margin-left: 25px;
    margin-right: 25px; */
    padding: 15px;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom: 15px;
}
.client_box .client-id {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.client_box .client-id .img-box {
    border-radius: 10px;
    overflow: hidden;
    width: 150px;
}
.client_box .client-id .name {
    margin-left: 10px;
}



.most_file_list {
  list-style: none;
  padding: 0
}

.most_file_list .category {
  font-size: 12px;
  font-weight: 300;
  color: #ccc;
  padding-left: 30px
}

.most_file_list li>a {
  color: #8f329d !important;
  padding: 5px 0 !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  display: -webkit-box;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}

.most_file_list li>a:hover, .most_file_list li>a:focus {
  color: #f5bc04 !important;
  padding: 8px 0 !important;
  display: -webkit-box;
  margin-left: 5px
}



.heading-separator {
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
    margin: 0;
    padding-bottom: 50px;
}

.heading-separator:after {
    content: "";
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    height: 2px;
    width: 120px;
    margin: 0 auto;
    background-color: #B4914C;
}



 .frame-img {
  position: relative;
  margin: 25px;
}

 .frame-img img {
  width: 100%;
  border: 8px solid #fff;
  transition: .5s;
}

 .frame-img img:hover {
  width: 100%;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.frame-img::before {
  position: absolute;
  left: -26px;
  top: -25px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #f3f3f3;
  /*   background-color: #ebf1fa; */
  transition: .5s;
}

 .frame-img::after {
  position: absolute;
  right: -26px;
  bottom: -25px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #f3f3f3;
  transition: .5s;
}

.text-news {
  color: #212529 !important; }

a.text-news:hover, a.text-news:focus {
  color: #c139f1 !important; }

.card-text {
  font-weight: 300;
  font-size: 12px;
  padding-bottom: 12px;
}
.card-text p {
  line-height: 1.9;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #a03cae;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    /* color: #23527c; */
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #a03cae;
    border-color: #a03cae
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

/* End Manual
--------------------------------*/



a, a:hover {
  color: #f5bc04
}

.fh5co_header_bg {
  background: #222;
  color: #fff
}

.color_fff {
  color: #fff !important
}

.treding_btn {
  background: #f5bc04;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  padding: 15px 40px
}

.treding_btn:hover, .treding_btn:focus {
  background: #f5bc04;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  padding: 15px 40px
}

.fh5co_trading_posotion_relative {
  position: relative
}

.fh5co_treding_position_absolute {
  -webkit-clip-path: polygon(0 1%, 100% 0, 0 100%, 0% 100%);
  -moz-clip-path: polygon(0 1%, 100% 0, 0 100%, 0% 100%);
  -ms-clip-path: polygon(0 1%, 100% 0, 0 100%, 0% 100%);
  clip-path: polygon(0 1%, 100% 0, 0 100%, 0% 100%);
  height: 20px;
  width: 20px;
  background: #f5bc04;
  position: absolute;
  left: 9px
}

.fh5co_logo_width {
  /* width: 300px; */
  height: 60px;
  padding: 0;
}
.fh5co_main_logo_width {
  height: 70px;
  padding: 0;
}

.fh5co_mediya_right {
  text-align: right
}

.fh5co_display_table {
  height: 25px;
  width: 25px;
  display: table;
  color: #777;
  /* font-size: 18px; */
  border: 1px solid #fff !important;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: 1s;
  margin: 0 5px;
  color: #8f329d !important;
  background-color: #fff;
}

.fh5co_display_table:hover, .fh5co_display_table:focus {
  display: table;
  color: #777;
  border: 1px solid #f5bc04 !important;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%
}

.fh5co_verticle_middle {
  vertical-align: middle;
  display: table-cell
}

.fh5co_country_width {
  width: 40px;
  margin: 0 10px;
  padding-bottom: 25px
}

.fh5co_text_select_option {
  margin: 0 10px;
  position: relative;
  top: -10px
}




/*--------------------------------------------------------------
# Navigation Menu - News Style
--------------------------------------------------------------*/
.navbar-light .navbar-nav .open>.nav-link, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.active {
  color: #fff !important;
  padding-top: 12px !important;
  padding-bottom: 15px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin: 0 20px !important;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  background: #f5bc04 !important;
  -webkit-clip-path: polygon(100% 0, 100% 85%, 14% 85%, 0 100%, 0% 60%, 0 0);
  -moz-clip-path: polygon(100% 0, 100% 85%, 14% 85%, 0 100%, 0% 60%, 0 0);
  -ms-clip-path: polygon(100% 0, 100% 85%, 14% 85%, 0 100%, 0% 60%, 0 0);
  clip-path: polygon(100% 0, 100% 85%, 14% 85%, 0 100%, 0% 60%, 0 0)
}

.navbar-light .navbar-nav .nav-link {
  color: #222 !important;
  padding-top: 12px !important;
  padding-bottom: 15px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin: 0 20px !important;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  position: relative !important;
  -webkit-clip-path: polygon(100% 0, 100% 85%, 14% 85%, 0 100%, 0% 60%, 0 0);
  -moz-clip-path: polygon(100% 0, 100% 85%, 14% 85%, 0 100%, 0% 60%, 0 0);
  -ms-clip-path: polygon(100% 0, 100% 85%, 14% 85%, 0 100%, 0% 60%, 0 0);
  clip-path: polygon(100% 0, 100% 85%, 14% 85%, 0 100%, 0% 60%, 0 0)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  background: #f5bc04 !important;
  color: #fff !important;
  padding-top: 12px !important;
  padding-bottom: 15px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin: 0 20px;
  position: relative
}

.fh5co_padding_menu {
  /* padding: 20px 0 */
   padding: 0px 0
}

.mobile_logo_width {
  display: none
}

.fh5co_padd_mediya {
  padding-top: 10px
}

.fh5co_suceefh5co_height {
  height: 550px;
  overflow: hidden;
  width: 100%;
  position: relative
}

.fh5co_suceefh5co_height>img {
  height: 560px;
  width: 100%
}

.paddding {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.fh5co_suceefh5co_height_position_absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.78) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.78) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.78) 100%);
  z-index: 5;
  top: 0
}

.fh5co_suceefh5co_height_position_absolute_font {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 7;
  top: 75%;
  left: 5%;
  padding: 0 10px
}

.fh5co_good_font {
  color: #fff;
  font-size: 26px;
  word-wrap: break-word
}

.fh5co_good_font:hover, .fh5co_good_font:focus {
  color: #fff;
  word-wrap: break-word;
  text-decoration: none
}


.fh5co_suceefh5co_height_2 {
  height: 145px;
  /* margin: 10px 0; */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-box-shadow: -1px 0px 9px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: -1px 0px 9px 0px rgba(0,0,0,0.2);
  box-shadow: -1px 0px 9px 0px rgba(0,0,0,0.2);
  -moz-transition: all all 0.5s ease;
  -o-transition: all all 0.5s ease;
  -webkit-transition: all all 0.5s ease;
  -ms-transition: all all 0.5s ease;
  transition: all all 0.5s ease;
  margin: 7px;
}
.fh5co_suceefh5co_height_2>img {
  /* height: 170px;
  width:  100%;
  padding: 8px; */

  /* height: 145px; */
  /* width:  100%; */
  /* min-width: 100%; */
}
.fh5co_suceefh5co_height_2:hover {
  /* -webkit-transform: scale(1.2);
  transform: scale(1.2); */
  /*-webkit-animation: swing1 1s ease;
  animation: swing1 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1*/
}

/* set banner mini */
.banner-logo-mini {
  display: none;
}
.banner-logo  {
    height: 145px;
    width:  100%;
}
.banner-logo-mini  {
  /* width: calc(70px - 50px);
  max-width: 100%; */
  width:  100%;
  height: 120px;
  margin: auto;
}


.header-rspg  {
  background-image: url('../../../images/header/rspg.png');
}
.header-chaipat  {
  background-image: url('../../../images/header/chaipat.png');
}
.header-rdbp  {
  background-image: url('../../../images/header/rdbp.png');
}
.header-other  {
  background-image: url('../../../images/header/other.png');
}

@media (min-width: 1500px) {
  .fh5co_main_logo_width {
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 10px;
  }
  .fh5co_suceefh5co_height_2 {
    height: 200px;
  }

  .fh5co_suceefh5co_height_2>img {
    height: 200px;
  }
}

@media (max-width: 768px) {

  .fh5co_main_logo_width {
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 10px;
  }

  .fh5co_suceefh5co_height_2 {
    height: 120px;
  }
  .banner-logo {
    display: none;
  }
  .banner-logo-mini {
    display: inline-block;
    width:  100%;
  }

  .header-rspg  {
    background-image: url('../../../images/header/rspg-sm.png');
  }
  .header-chaipat  {
    background-image: url('../../../images/header/chaipat-sm.png');
  }
  .header-rdbp  {
    background-image: url('../../../images/header/rdbp-sm.png');
  }
  .header-other  {
    background-image: url('../../../images/header/other-sm.png');
  }
}

/* @media (max-width: 358px) {
  .fh5co_main_logo_width {
    width: 90%;
    height: auto;
    padding: 0;
    margin-bottom: 5px;
  }

  .fh5co_suceefh5co_height_2 {
    height: 80px;
  }
  .banner-logo {
    display: none;
  }
  .banner-logo-mini {
    display: inline-block;
    width:  100%;
    height: 80px;
    margin: 0 5px;
  }
} */


/* Clients Section
--------------------------------*/

#clients {
  padding: 0 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#clients .clients-wrap {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  /* margin-bottom: 30px; */
}

#clients .client-logo {
  /* padding: 10px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  /* background: #fff; */
  height: 150px;
  width: 100%;
}

#clients .client-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#clients img {
  transition: all 0.4s ease-in-out;
  height: 150px;
  width: 100%;
}





.fh5co_good_font_2 {
  font-size: 19px;
  color: #fff;
  word-wrap: break-word;
  text-decoration: none
}

.fh5co_good_font_2:hover, .fh5co_good_font_2:focus {
  color: #fff;
  word-wrap: break-word;
  text-decoration: none
}



.fh5co_suceefh5co_height_position_absolute_font_2 {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 7;
  top: 65%;
  left: 5%;
  padding: 0 10px
}

.fh5co_heading {
  font-size: 20px;
  color: #424040;
  letter-spacing: 0.3px;
}

.fh5co_heading_border_bottom {
  border-bottom: 1px solid #777
}

.fh5co_latest_trading_img {
  height: 400px;
  overflow: hidden
}

.fh5co_latest_trading_img>img {
  height: 400px;
  min-width: 100%
}

@media (min-width: 1500px) {
  .fh5co_latest_trading_img {
    height: 400px;
    overflow: hidden
  }

  .fh5co_latest_trading_img>img {
    height: 400px;
    min-width: 100%
  }
}

@media (min-width: 768px) {
  .fh5co_latest_trading_img {
    height: 280px;
    overflow: hidden
  }

  .fh5co_latest_trading_img>img {
    height: 280px;
    min-width: 100%
  }
}

/* @media (min-width: 500px) {
  .fh5co_latest_trading_img {
    height: 120px;
    overflow: hidden
  }

  .fh5co_latest_trading_img>img {
    height: 120px;
    min-width: 100%
  } */
}

.fh5co_img_special_relative {
  position: relative;
  right: 40%
}

.fh5co_latest_trading_img_position_relative {
  position: relative;
  overflow: hidden;
  z-index: 5;
  /* cursor: pointer */
}

.fh5co_latest_trading_img_position_absolute {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.83) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.83) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.83) 100%);

  z-index: 7
}

.fh5co_latest_trading_img_position_absolute_1 {
  position: absolute;
  width: 100%;
  z-index: 9;
  padding: 10px;
  bottom: 0
}

.fh5co_latest_trading_date_and_name_color {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px
}

.fh5co_latest_trading_img_position_relative:hover {
  -webkit-animation: swing1 1s ease;
  animation: swing1 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

@-webkit-keyframes swing1 {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
  }

  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
  }

  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
  }

  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px)
  }

  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes swing1 {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
  }

  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
  }

  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
  }

  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px)
  }

  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}


/* Feature */
.fh5co_feature_img {
  height: 140px;
  margin: 10px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-box-shadow: -1px 0px 9px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: -1px 0px 9px 0px rgba(0,0,0,0.3);
  box-shadow: -1px 0px 9px 0px rgba(0,0,0,0.3);
  /* -webkit-box-shadow: inset 0 2px 3px 1px;
  -moz-box-shadow: inset 0 2px 3px 1px;
  -o-box-shadow: inset 0 2px 3px 1px;
  box-shadow: inset 0 2px 3px 1px; */
  -moz-transition: all all 0.5s ease;
  -o-transition: all all 0.5s ease;
  -webkit-transition: all all 0.5s ease;
  -ms-transition: all all 0.5s ease;
  transition: all all 0.5s ease
}
.fh5co_feature_img>img {
  height: 140px;
  min-width: 100%
}
.fh5co_feature_img .featured-button a {
  font-size: 13px;
  padding: 8px 2px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: rgba(245, 188, 4, 0.5);
  display: inline-block;
  /* height: 25px; */
  line-height: 1.2;
  width: 100%;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.5s;
  position: absolute;
  z-index: 9;
  bottom: -44px;
  opacity: 0;
}
.fh5co_feature_img .featured-button a {
  bottom: 0;
  opacity: 1;
}

/* Web Link */
.fh5co_weblink_img {
  /* height: 50px;
  width: 94px; */
  height: 150px;
  width: 150px;
  overflow: hidden;
  margin: 20px 20px;
  display: inline-block
}
.fh5co_weblink_img>img {
  /* width: 94px;
  height: 50px */
  height: 150px;
  width: 150px;
}


 /* Web Link */
.webink-image-container {
    /* margin-bottom: 5.25rem; */
    padding: 1.5rem 2rem 0 2rem;
    border-radius: 0.5rem;
    background-color: #fff;
    text-align: center;
}
.webink-image-container img {
	margin-right: 1rem;
	margin-bottom: 1.5rem;
	margin-left: 1rem;
}
.webink-image-container .img-fluid {
    max-width: 110px;
    height: auto;
    vertical-align: middle;
    transition: all .3s ease-in-out;
}
.webink-image-container .img-fluid:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  /* box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08); */
}


/* News */
.fh5co_news_img {
  height: 180px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  top: 0;
  /* -webkit-box-shadow: inset 0 2px 3px 1px;
  -moz-box-shadow: inset 0 2px 3px 1px;
  -o-box-shadow: inset 0 2px 3px 1px;
  box-shadow: inset 0 2px 3px 1px; */
  -moz-transition: all all 0.5s ease;
  -o-transition: all all 0.5s ease;
  -webkit-transition: all all 0.5s ease;
  -ms-transition: all all 0.5s ease;
  transition: all all 0.5s ease
}

.fh5co_news_img>img {
  height: 180px;
  /* min-width: 100% */
  width: 100%
}





.c_b {
  color: #424040
}

.c_g {
  color: #777;
}

.c_m {
  color: #f5bc04
}

.fh5co_small_post_heading {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  color: #424040;
  -moz-transition: all all 0.5s ease;
  -o-transition: all all 0.5s ease;
  -webkit-transition: all all 0.5s ease;
  -ms-transition: all all 0.5s ease;
  transition: all all 0.5s ease
}

.fh5co_small_post_heading:hover {
  color: #777;
  text-decoration: none
}

.fh5co_hover_feature_img:hover>.fh5co_feature_img {
  /* top: -7px;
  -webkit-box-shadow: inset 0 2px 3px 1px;
  -moz-box-shadow: inset 0 2px 3px 1px;
  -o-box-shadow: inset 0 2px 3px 1px;
  box-shadow: inset 0 2px 3px 1px */
}
.featured-button a:hover {
  background-color: rgba(245, 188, 4, 0.7);
}

.fh5co_hover_news_img:hover>.fh5co_news_img {
  top: -7px;
  -webkit-box-shadow: inset 0 2px 3px 1px;
  -moz-box-shadow: inset 0 2px 3px 1px;
  -o-box-shadow: inset 0 2px 3px 1px;
  box-shadow: inset 0 2px 3px 1px
}

.fh5co_video_news_bg {
  background-image: url(../images/video-news-bg.jpg);
  background-size: cover
}

.fh5co_small_post_heading_1 {
  color: #fff
}

.fh5co_hover_news_img_video_tag_position_relative {
  position: relative;
  overflow: hidden;
  z-index: 18
}

.fh5co_hover_news_img_video_tag_position_absolute {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20
}

.fh5co_hover_news_img_video_tag_position_absolute>img {
  height: 130%;
  min-width: 100%
}

.fh5co_hover_news_img_video_tag_position_absolute_1 {
  position: absolute;
  z-index: 22;
  cursor: pointer;
  top: 33%;
  right: 40%;
  opacity: 0.7;
  -moz-transition: all all 0.5s ease;
  -o-transition: all all 0.5s ease;
  -webkit-transition: all all 0.5s ease;
  -ms-transition: all all 0.5s ease;
  transition: all all 0.5s ease
}

.fh5co_hover_news_img_video_tag_position_absolute_1:hover {
  opacity: 1
}

.fh5co_hover_news_img_video_tag_position_absolute_1_play_button {
  height: 60px;
  width: 60px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  text-align: center;
  position: relative;
  z-index: 5
}

.fh5co_hover_news_img_video_tag_position_absolute_1_play_button_1 {
  position: relative;
  display: inline-block
}

.fh5co_hover_news_img_video_tag_position_absolute_1_play_button_1:before {
  position: absolute;
  content: '';
  height: 120%;
  width: 120%;
  background-color: #f5bc04;
  z-index: -1;
  top: -10%;
  right: -10%;
  opacity: 0.5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%
}

.fh5co_hover_news_img_video_tag_position_absolute_1_play_button>span {
  display: table-cell;
  vertical-align: middle;
  line-height: 0px !important
}

.fh5co_magna {
  font-size: 16px;
  color: #222 !important;
  font-weight: 800
}

.fh5co_mini_time {
  font-size: 14px;
  color: #222;
  display: inline-block
}

.fh5co_consectetur {
  font-size: 14px;
  color: #777
}

.fh5co_gaming_topikk {
  margin: 0 !important;
  padding-left: 12px
}

.fh5co_gaming_topikk>li {
  color: #777;
  padding: 5px 0
}

.fh5co_tagg {
  background: #f1f1f1;
  padding: 10px 15px;
  color: #222;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  margin-right: 8px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block
}

.fh5co_tagg:hover, .fh5co_tagg:focus {
  background: #f5bc04;
  color: #fff;
  text-decoration: none
}

.fh5co_most_trading {
  height: 60px;
  width: 100%
}

.most_fh5co_treding_font_123 {
  font-size: 12px;
  color: #777
}

.btn_mange_pagging {
  background: #f1f1f1;
  padding: 12px 20px;
  color: #222 !important;
  font-weight: 500;
  margin: 0 10px;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}

.btn_pagging {
  background: #f1f1f1 !important;
  color: #222;
  padding: 12px 20px !important;
  font-weight: 500;
  margin: 0 10px;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}

.btn_mange_pagging:hover, .btn_mange_pagging:focus {
  background: #8f329d;
  color: #fff !important;
  font-weight: 500
}

.btn_pagging:hover, .btn_pagging:focus {
  background: #222 !important;
  color: #fff
}

.fh5co_footer_bg {
  /* background: #222; */
  background: #a03cae;
  color: #fff;
  -webkit-clip-path: polygon(0 17%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 17%, 100% 0, 100% 100%, 0% 100%)
}

.footer_logo {
  width: 140px
}

.footer_main_title {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  /* border-bottom: 1px solid #fff; */
}

.footer_sub_about {
  color: #daa3e2;
  /* color: #fff; */
  /* font-size: 15px; */
  font-weight: 200;
  line-height:1.8;
}

.fh5co_display_table_footer {
  height: 40px;
  width: 40px;
  display: table;
  color: #777;
  font-size: 18px;
  border: 1px solid #fff !important;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  margin-right: 10px;
  color: #fff !important
}

.fh5co_display_table_footer:hover, .fh5co_display_table_footer:focus {
  display: table;
  color: #777;
  border: 1px solid #f5bc04 !important;
  background-color: #f5bc04 !important;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%
}

.footer_menu {
  list-style: none;
  padding: 0
}

.footer_menu li>a {
  color: #fff !important;
  padding: 8px 0 !important;
  display: -webkit-box;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}

.footer_menu li>a:hover, .footer_menu li>a:focus {
  color: #f5bc04 !important;
  padding: 8px 0 !important;
  display: -webkit-box;
  margin-left: 5px
}

.footer_post {
  color: #fff;
  display: -webkit-box
}

.footer_makes_sub_font {
  font-size: 12px;
  color: #777
}

.position_footer_relative {
  position: relative
}

.footer_position_absolute {
  position: absolute;
  top: 60px;
  left: -5px
}

.footer_img_post_6 {
  /* height: 50px;
  width: 94px; */
  height: 190px;
  width: 188px;
  overflow: hidden;
  margin: 10px 10px;
  display: inline-block
}

.footer_img_post_6>img {
  /* width: 94px;
  height: 50px */
  height: 190px;
  width: 188px;
}

.fh5co_footer_text_box {
  background: none !important;
  border-bottom: 2px solid #fff !important;
  border-top: 0px solid #fff !important;
  border-top: 0px solid #fff !important;
  border-top: 0px solid #fff !important;
  box-shadow: none !important;
  color: #fff !important
}

.fh5co_footer_text_box:focus {
  border-color: #f5bc04
}

.fh5co_footer_subcribe {
  background: #f5bc04 !important;
  border-bottom: 2px solid #fff !important;
  border-top: 0px solid #fff !important;
  border-top: 0px solid #fff !important;
  border-top: 0px solid #fff !important;
  box-shadow: none !important;
  color: #fff !important;
  display: -webkit-box !important
}

.fh5co_footer_right_reserved {
  background: #8f329d !important;
  color: #fff !important
}

.footer_last_part_menu {
  color: #fff !important;
  padding: 0 10px
}

.spdp_right {
  text-align: right
}

#fh5co_contact_form input:focus, #fh5co_contact_form textarea:focus {
  border-color: #f5bc04
}

.contact_us_bg_img {
  /* background: url(../../images/bg3.jpg); */
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.fh5co_con {
  font-size: 2.6rem;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}

.fh5co_con:hover, .fh5co_con:focus {
  text-decoration: none;
  font-size: 2.6rem;
  color: #f5bc04;
  font-weight: 600
}

.fh5co_con_123 {
  border: 1px solid #fff !important;
  color: #fff !important;
  font-size: 24px !important;
  padding: 10px 15px;
  margin: 0 20px;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}

.fh5co_con_123:hover, .fh5co_con_123:focus {
  border: 1px solid #fff !important;
  color: #fff !important;
  font-size: 24px !important;
  background: #f5bc04;
  padding: 10px 15px;
  margin: 0 20px
}

.fh5co_heading {
  font-size: 24px;
  font-weight: 500;
  color: #222
}

.fh5co_contact_us_no_icon_div {
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #222;
  display: table;
  text-align: center;
  font-size: 20px;
  color: #222;
  -moz-transition: all all 0.5s ease;
  -o-transition: all all 0.5s ease;
  -webkit-transition: all all 0.5s ease;
  -ms-transition: all all 0.5s ease;
  transition: all all 0.5s ease
}

.fh5co_contact_us_no_icon_div>span {
  display: table-cell;
  vertical-align: middle;
  line-height: 0
}

.fh5co_contact_us_no_text {
  font-size: 16px
}

.fh5co_contact_us_no_icon_difh5co_hover:hover>.fh5co_contact_us_no_icon_difh5co_hover_1>.fh5co_contact_us_no_icon_div {
  color: #f5bc04 !important;
  cursor: pointer;
  border: 2px solid #f5bc04 !important
}

.fh5co_contact_us_no_icon_difh5co_hover_2 {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.fh5co_contact_us_form_bg {
  background-size: cover;
  padding-top: 5%
}

.fh5co_contact_us_text_box_form_bg {
  background-color: #fff;
  padding: 4% 0
}

.fh5co_contact_us_text_box {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  border-radius: 0px !important;
  border: 1px solid #777 !important;
  font-size: 14px !important
}

.fh5co_contact_us_text_area {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  border-radius: 0px !important;
  border: 1px solid #777 !important;
  font-size: 14px !important;
  height: 100px;
  resize: none
}

.fh5co_blue_button {
  background-color: #7ab8d4;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  border-radius: 0px !important;
  color: #fff;
  font-family: 'Baloo Paaji';
  cursor: pointer
}

.fh5co_blue_button:hover {
  background-color: #454545;
  color: #fff
}

.fh5co_contact_us_team_img {
  height: 350px;
  overflow: hidden
}

.s_textbox_name {
  background: #c7c7c7 !important;
  border: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  letter-spacing: 1px !important
}

.fh5co_fh5co_bg_contcat {
  background: #f1f1f1
}

.fh5co_p_font_size {
  font-size: 14px
}

.fh5co_contact_text_box {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 15px !important;
  height: 45px !important;
  letter-spacing: 1px !important
}

.fh5co_contacts_message {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  height: 150px;
  resize: none;
  padding-top: 20px !important;
  letter-spacing: 1px !important
}

.contact_btn {
  background: #f5bc04 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
  padding: 10px 50px !important
}

.contact_btn:hover, .contact_btn:focus {
  background: none !important;
  border: 1px solid #f5bc04 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  color: #f5bc04 !important;
  padding: 10px 50px !important
}

.map_sss {
  height: 350px !important;
  width: 100% !important;
  border: 0 !important;
  frameborder: 0 !important
}

.contact_margin_svnit {
  margin: 20px 0 !important
}

.goog-te-combo {
  padding: 10px 5px !important
}

.goog-logo-link {
  display: none !important
}

.fh5co_language_chnage {
  position: relative;
  top: 15px
}

.dd_position_relative {
  position: relative
}

.dd_box {
  height: 20px;
  width: 150px;
  background: #fff;
  position: absolute
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}

.gototop.active {
  opacity: 1;
  visibility: visible
}

.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px
}

.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle
}

.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none
}

.js .animate-box {
  opacity: 0
}

#fh5co-title-box {
  width: 38.2%;
  z-index: 555;
  /* background-size: cover; */
  /* background-size: contain;
  background-repeat: no-repeat;
  background-position: center center */
  background-repeat: no-repeat;
  background-size: 100% 70%;
  background-position: center center
}

.single #fh5co-title-box {
  position: relative;
  /* padding: 150px 0; */
  /* height: 700px; */
  height: 300px;
  width: 100%
}



#fh5co-title-box .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5)
}

#fh5co-title-box .page-title {
  z-index: 12;
  position: absolute;
  bottom: 0;
  padding: 30px
}

.single #fh5co-title-box .page-title {
  width: 100%;
  margin: 0 auto;
  text-align: center
}

#fh5co-title-box .page-title h2 {
  color: white;
  font-weight: 300
}

.single #fh5co-title-box .page-title h2 {
  font-size: 72px
}

#fh5co-title-box .page-title>span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: .05em;
  margin-bottom: 10px
}

#fh5co-title-box .page-title img {
  margin-bottom: 30px;
  width: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%
}

#fh5co-single-content {
  z-index: 999;
  background: white
}

#fh5co-single-content p, #fh5co-single-content ul li {
  font-size: 1.05rem
}

/*# sourceMappingURL=style_1.css.map */
