

.owl-nav
{
	position: absolute;
	top: -83px;
	right: 1%;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #ffffff;
    font-size: 14px;
    margin: 5px;
    padding: 6px 14px;
    background: #210e7f;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; 
transition: all 0.5s;}
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #424040;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }


.paddding {
    padding-left: 0 !important;
    padding-right: 0 !important
}
.media-news-title {
    text-align: center;
    margin-top: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #403c53;
    font-weight: 900;

}
.media-news-title h1{
    font-weight: 900;
}
.fh5co_heading {
    font-size: 20px;
    color: #424040
}

.fh5co_heading_border_bottom {
    border-bottom: 2px solid #210e7f
}

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

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

.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)
    }
}

.fh5co_news_img {
    height: 200px;
    -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: 260px;
    min-width: 100%
}



.c_g {
    color: #452dbd
}



.fh5co_small_post_heading {
    font-size: 17px;
    color: #210e7f;
    -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_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: #210e7f
}

.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: #210e7f !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
}


.btn_mange_pagging {
    background: #f1f1f1;
    padding: 12px 20px;
    color: #222 !important;
    font-weight: 800;
    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: 800;
    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: #222;
    color: #fff !important;
    font-weight: 800
}

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


.spdp_right {
    text-align: right
}

.fh5co_con {
    font-size: 24px;
    color: #fff;
    font-weight: 800;
    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: 24px;
    color: #f5bc04;
    font-weight: 800
}

.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-family: "Publico Headline Web Bold Regular";
    font-weight: 900;
    font-size: 40px;
    
}

.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
}

.js .animate-box {
    opacity: 0
}


@media(min-width:320px) and (max-width:480px) {
    .padding_786 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .fh5co_mediya_setting {
        display: block;
        text-align: center;
        padding: 10px 0;
    }
    .treding_btn {
        background: #f5bc04;
        color: #fff;
        margin: 0 10px;
        display: inline-block;
        padding: 5px 40px;
    }
    .fh5co_treding_position_absolute {
        display: none;
    }
    .fh5co_mediya_center {
        text-align: center;
    }
    .fh5co_logo_width {
        display: none!important;
    }
    .fh5co_mediya_right {
        text-align: center!important;
    }
    .fh5co_padding_menu {
        padding: 0px 0;
        padding-top: 10px;
    }
    .mobile_logo_width {
        width: 100px;
        display: block!important;
        margin-left: 20px;
        padding-bottom: 10px;
    }
    .fh5co_padd_mediya {
        padding-top: 0px;
    }
    .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 {
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%)!important;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%)!important;
    }
    .navbar-light .navbar-nav .nav-link {
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%)!important;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%)!important;
    }
    .fh5co_display_table {
        height: 25px;
        width: 25px;
        display: table;
        color: #777;
        font-size: 18px;
        border: 1px solid #fff!important;
        cursor: pointer;
        border-radius: 50%;
        transition: 1s;
        margin: 0 10px;
        color: #777!important;
    }
    .fh5co_conty_width {
        margin-top: 10px;
    }
    .fh5co_good_font {
        font-size: 16px;
    }
    .fh5co_good_font_2 {
        font-size: 14px;
    }
    .fh5co_suceefh5co_height_2 {
        height: 200px;
        overflow: hidden;
        width: 100%;
        position: relative;
    }
    .fh5co_suceefh5co_height_2 > img {
        height: 200px;
        width: 100%;
    }
    .fh5co_suceefh5co_height {
        height: auto;
        overflow: hidden;
        width: 100%;
        position: relative;
    }
    .fh5co_suceefh5co_height > img {
        height: auto;
        width: 100%;
    }
    .fh5co_suceefh5co_height_position_absolute_font {
        position: absolute;
        width: 100%;
        height: 100%;
        color: #fff;
        z-index: 7;
        top: 60%;
        left: 5%;
        padding: 0 10px;
    }
    .fh5co_footer_bg {
        background: #222;
        color: #fff;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    .spdp_right {
        text-align: center;
    }
    .footer_img_post_6 {
        height: 30px;
        width: 50px;
        overflow: hidden;
        margin: 10px 10px;
        display: inline-block;
    }
    .footer_img_post_6 > img {
        width: 50px;
        height: 30px;
    }
    .Reserved {
        text-align: center;
    }
    .btn_mange_pagging {
        background: #f1f1f1;
        padding: 12px 5px;
        color: #222!important;
        font-weight: 800;
        margin: 0 5px;
        transition: 0.5s;
        font-size: 12px;
    }
    .btn_pagging {
        background: #f1f1f1!important;
        color: #222;
        padding: 12px 10px!important;
        font-weight: 800;
        margin: 0 5px;
        transition: 0.5s;
        font-size: 12px;
    }
    .btn_mange_pagging:hover, .btn_mange_pagging:focus {
        background: #222;
        color: #fff!important;
        font-weight: 800;
    }
    .btn_pagging:hover, .btn_pagging:focus {
        background: #222!important;
        color: #fff;
    }
    }
    
    @media(min-width:480px) and (max-width:767px) {
    .fh5co_latest_trading_img {
        height: 226px;
    }
    .fh5co_latest_trading_img > img {
        height: 240px;
    }
    .fh5co_img_special_relative {
        right: 0;
    }
        .fh5co_logo_width {
            display: none;
        }
    .mobile_logo_width {
        width: 100px;
        display: block!important;
        margin-left: 20px;
        padding-bottom: 10px;
    }
    .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 {
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%)!important;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%)!important;
    }
    .navbar-light .navbar-nav .nav-link {
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%)!important;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%)!important;
    }
    }
    @media(min-width:768px) and (max-width:1024px) {
    .fh5co_mediya_center {
        font-size: 12px;
    }
    .fh5co_logo_width {
        display: none;
    }
    .fh5co_mediya_right {
        padding-top: 20px;
    }
    .mobile_logo_width {
        width: 100px;
        display: block!important;
        margin-left: 20px;
        padding-bottom: 10px;
    }
    .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 {
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%)!important;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%)!important;
    }
    .navbar-light .navbar-nav .nav-link {
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%)!important;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%)!important;
    }
    .fh5co_good_font {
        font-size: 18px;
    }
    .fh5co_good_font_2 {
        font-size: 16px;
    }
        
        
        .fh5co_contact_us_no_icon_difh5co_hover_2{
            
            text-align: right;
            
        }
        
    }
    
    
    
    @media(min-width:991px) and (max-width:1024px) {
    .mobile_logo_width {
        display: none;
    }
    .fh5co_logo_width {
        display: block;
    }
    .fh5co_good_font {
        font-size: 20px;
    }
    .fh5co_good_font_2 {
        font-size: 14px;
    }
    }


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