/*
Theme Name: Mediaflex
Theme URI: https://mediaflex.axiomthemes.com/
Description: Mediaflex is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AxiomThemes
Author URI: https://axiomthemes.com/
Version: 1.3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: media, TV channels, TV schedule, online streaming, news channel, music channel, sports channel, sports broadcasting, children channel, subscription, video services, entertainment, radio channel, podcast channel, streaming service
Text Domain: mediaflex
*/
/* TABLE OF CONTENTS:

1. Reset tags and predefined classes
2+ See in the active skin styles

-------------------------------------------------------------- */
/* 1. Reset tags
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, video, audio,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, address, section {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  outline: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

applet, object, iframe, video, audio,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
}
h1,h2,h3,h4,h5,h6,p{
  margin: 0;
  padding: 0;
}
html {
  font-size: 100%;
  /*62.5%;*/
                	          		/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units
									   http://clagnut.com/blog/348/#c790 */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
                            	/* www.456bereastreet.com/archive/201012/
									   controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html:not(.edit-post-visual-editor) {
  height: 100%;
  overflow-y: scroll !important;
  overflow-x: hidden;
}

html:not(.edit-post-visual-editor),
body:not(.edit-post-visual-editor) {
  margin: 0;
  padding: 0;
  width: 100%;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  color: inherit;
  background: none;
  border-style: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

div.ui-datepicker {
  background-color: #fff;
}

div.ui-accordion .ui-accordion-header {
  padding: 0;
}

div.ui-accordion .ui-accordion-header-icon {
  display: none;
}

div.ui-tabs,
div.ui-tabs .ui-tabs-panel,
div.ui-tabs .ui-tabs-nav {
  padding: 0;
}

div.ui-tabs .ui-tabs-nav li {
  float: none;
  margin: 0;
}

div.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
}

/* Predefined classes for users
-------------------------------------------------------------- */
/* Round object corners */
.rounded_none {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.rounded_tiny {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.rounded_small {
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.rounded_medium {
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.rounded_large {
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.rounded {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* Overflow hidden */
.overflow_hidden {
  overflow: hidden !important;
}

.overflow_x_hidden {
  overflow-x: hidden !important;
}

.overflow_y_hidden {
  overflow-y: hidden !important;
}

/*# sourceMappingURL=style.css.map */
/* milestone tabs css */
.milestone_tab .elementor-tab-title{
  width: max-content;
  background: #4c4c4a;
  padding: 10px 25px;
  border-radius: 5px;
  margin: 10px;
  margin-left: 0;
}
.milestone_tab .elementor-tab-title.elementor-active{
  background: #fd0101;
}
.milestone_tab .elementor-tabs-wrapper{
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-items: center !important;
  justify-content: flex-start !important;
}
.milestone_tab .elementor-tabs-content-wrapper[aria-orientation="vertical"] .elementor-tab-title{
  display: none;
}
.milestone_content_box{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.milestone_img{
  width: 40%;
  transform: translateX(-101%);
  transition: all 0.3s ease-in-out !important;
}
.milestone_img img{
  width: 100%;
}
.milestone_content{
  width: 60%;
  padding-left: 25px;
  transform: translateX(100%);
  transition: all 0.3s ease-in-out !important;
}
.milestone_content h3,
.milestone_content p{
  margin: 0;
  margin-bottom: 10px;
}
.milestone_tab .elementor-tabs-content-wrapper .elementor-tab-content.elementor-active .milestone_img{
  transform: translateX(0%);
  transition: all 0.3s ease-in-out !important;
}
.milestone_tab .elementor-tabs-content-wrapper .elementor-tab-content.elementor-active .milestone_content{
  transform: translateX(0%);
  transition: all 0.3s ease-in-out !important;
}
#rev_slider_7_1_wrapper .gyges.tp-bullets:before{
  padding: 8px 8px 5px !important;
  margin-left: -8px !important;
  margin-top: -7px !important;
  border-radius: 5px !important;
  background: linear-gradient(to bottom, #777777 0%, #666666ab 100%) !important;
}
#rev_slider_7_1_wrapper .gyges .tp-bullet {
    width: 10px !important;
    height: 10px !important;
}
.sc_skills_pie.sc_skills_compact_on .sc_skills_legend{
  margin-top: 12%;
}
.sc_skills_legend_value{
  position: relative;
  left: -15px;
}
.sc_skills_legend_value::before{
  content: '%';
  position: absolute;
  top: 0;
  right: -15px;
  width: 100%;
  height: 100%;
}
.elementor-35702 .elementor-element.elementor-element-0afa725 .gallery-item img{
  padding: 10px;
}
.gallery-item{
  padding: 10px !important;
}
.video_section {
  transition: opacity 0.3s ease;
}
.video_section[style*="display: none"] {
  opacity: 0;
}
/* #panel_bar_dark .sc_layouts_panel_inner{
  background: linear-gradient( to bottom, #999999, #000000);
} */
.elementor-18246 .elementor-element.elementor-element-fdfed69,
.elementor-3786 .elementor-element.elementor-element-c7dfb33{
  transform: translate(-50%, -50%);
}
.logo-gallary .gallery-item img {
  width: 200px;
  height: 120px;
  background: #fff;
  padding: 10px;
  object-fit: contain;
  object-position: center center;
}
.elementor-icon-list-icon i{
  margin-top: 5px;
}
.galleryid-36466 .gallery-item img{
  width: 240px;
  height: 120px;
  background: #fff;
  padding: 10px;
  object-fit: contain;
  object-position: center center;
  border-radius: 5px;
}
#gallery-3{
  justify-content: flex-start;
}
/* responsive css */
@media (max-width: 1199px){}
@media (max-width: 991px){
  .milestone_tab .elementor-tabs-wrapper{
    width: 35% !important;
  }
}
@media (max-width: 767px){
  .milestone_tab .elementor-tabs-wrapper{
    width: 100% !important;
    justify-content: center !important;
    margin-bottom: 30px;
  }
  .milestone_content h3 {
    margin-top: 25px;
  }
  .milestone_img {
    width: 100%;
  }
  .milestone_content {
    width: 100%;
    padding-left: 0;
  }
  .text-center{
    text-align: center;
  }
  .milestone_tab .elementor-tab-title {
    width: max-content;
    background: #4c4c4a;
    padding: 6px 15px;
    border-radius: 3px;
    margin: 8px;
  }
  #rev_slider_7_1_wrapper .chevron-square.tparrows{
    width: 30px;
    height: 30px;
  }
  #rev_slider_7_1_wrapper .chevron-square.tparrows:before {
    font-size: 15px;
    line-height: 30px;
  }
  #rev_slider_7_1:hover{
    cursor: grab !important;
  }
  .elementor-18246 .elementor-element.elementor-element-2762155 .gallery{
    margin: 0 !important;
  }
}
@media (max-width: 575px){
  .elementor-element-f8fb6f3 .post_featured {
    width: 100%;
  }
}