/*!
Theme Name: Assai
Theme URI: http://underscores.me/
Author: Umar At Assai
Author URI: https://assai.tech
Description: Smart, Flexible, Responsive & Light Weight!
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: assai
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Assai is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/**** Reset ****/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
a {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: none;
  margin: 0;
  padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

img,
video {
  max-width: 100%;
}

* {
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
}


/**** General/Global ****/
h1 {
  font-size: 60px;
  line-height: normal;
  margin-bottom: 30px;
}
h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
h3 {
  font-size: 50px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 30px;
  color: #FFFFFF;
}
h4 {
  font-size: 36px;
  font-weight: 300;
  line-height: normal;
  color: #FFFFFF;
  margin-bottom: 20px;
}
h5 {
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 20px;
}
h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 5px;
}
p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
p:last-child {
  margin-bottom: 0;
}
a{
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  color: #2873D7;
}
a:hover{
  text-decoration: none;
  color: #FFC010;
}

.btn-style-1,
.btn-style-2,
.btn-style-3,
input[type='submit'] {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 3px;
  letter-spacing: 1.25px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #333333;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.9s;
}
.btn-style-1, input[type='submit'] {
  background: #FFC010;
  color: #FFFFFF;
  border: 2px solid #FFC010;
}
.btn-style-2 {
  background: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}
.btn-style-3 {
  background: transparent;
  color: #FFFFFF;
  padding: 12px 0;
}
.green-btn{
  background: #131313;
  padding: 12px 40px;
  position: absolute;
  right: 0;
  top: -43px;
  border-radius: 0;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.9s;
  color: #ffffff;
}
.green-btn:hover {
  padding-right: 20px;
  color: #FFBF10;
}
.btn-style-1:hover, input[type='submit']:hover
.btn-style-2:hover {
  color: #FFFFFF;
  box-shadow: inset 0 0 0 50px #231F20;
}
.btn-style-3:hover {
  margin-left: 20px;
  color: #FFBF10;
}

textarea,
input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
  padding: 14px 25px;
  font-size: 16px;
  border: 1px solid #707070;
  border-radius: 8px;
  color: #2C2A2C;
  width: 100%;
}
input:focus {
  outline: none;
}

.text-center {
  text-align: center;
}

/*** owl dots ***/
.owl-carousel .owl-item img {
  width: auto;
}
.owl-dots {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  text-align: center;
}
.owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
}
.owl-carousel button.owl-dot {
  background: #FFFFFF;
}
.owl-dots button.owl-dot.active {
  background-color: #FFC010 !important;
}
.owl-nav {
  position: absolute;
  right: 0;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: flex-end;
  font-size: 24px;
}
.content-bar li a{
  color: #ffffff;
}
#contentbar{
  position: sticky;
  top: 0;
  z-index: 1;
}
.content-bar li a:hover{
  color: #FFC010;
}
.square-owl-dots .owl-dots {
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  text-align: center;
}
.square-owl-dots .owl-dots button.owl-dot {
  width: 30px;
  height: 10px;
  border-radius: 0;
  display: inline-block;
  margin: 0 5px;
}
.square-owl-dots .owl-dots button.owl-dot {
  border: 1px solid #FFFFFF;
  background: transparent;
}
.square-owl-dots .owl-dots button.owl-dot.active {
  background-color: #FFFFFF !important;
}

/*** COVID ***/
.covid {
  background: #FFC010;
  padding: 6px 0;
}
.covid a {
  font-size: 12px;
  font-weight: 700;
  color: #000000;
}
.covid a i::before{ font-family: 'Font Awesome 5 Pro', serif; }

/*** Topbar ***/
.topbar {
  background: #010101;
  padding: 7px 0;
}
.topbar a {
  display: block;
  margin-right: 15px;
  color: #ffffff;
}
.topbar a:hover { color: #FFC010; }
.topbar a i.dashicons {
  font-size: 26px;
  display: none;
}
.topbar .topbar-left p {
  font-size: 12px;
  color: #ffffff;
}

/*** header ***/
header {
  position: relative;
  padding: 13px 0;
  height: 105px;
  border: none;
  background-color: #FFFFFF;
  z-index: 99;
}
header nav ul#menu-header-menu > li:not(:first-child) { margin-left: 40px; }
header nav ul li a {
  position: relative;
  color: #000000;
}
header nav ul#menu-header-menu > li.current-menu-item > a:before {
  content: "";
  width: 50%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 28px;
  background: #FFBF10;
  border-bottom-right-radius: 15px
}
header nav ul li.menu-item-has-children:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro", serif;
  margin-left: 5px;
}
header nav ul li .sub-menu {
  display: flex;
  flex-direction: column;
  text-align: left;
  position: absolute;
  padding: 50px 20px 20px 20px;
  background: #ffffff;
  border-bottom: 5px solid #FFC010;
  border-radius: 3px;
  z-index: 2;
}
header nav ul li .sub-menu { display: none; }
header nav ul li .sub-menu li{
  position: relative;
}
header nav ul li .sub-menu li:not(:last-child) {
  margin: 0 0 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #FFC010;
}
header nav ul li .sub-menu .sub-menu{
  position: absolute;
  top: -13px;
  right: -188px;
  padding-top: 30px !important;
  display: none;
}
header nav ul li .sub-menu li a { color: #000000; }
header nav ul li.menu-item-has-children:hover,
header nav ul li .sub-menu li a:hover,
header nav ul li .sub-menu li.current-menu-item a { color: #FFC010; }
/*header nav ul li.menu-item-has-children:hover .sub-menu { display: flex; }*/
header nav ul li.menu-item-has-children:hover a:after {
  transform: rotate(90deg);
  -ms-transform: rotate(20deg);
}
header .header-icons { margin-left: 40px; }
header .header-icons i{ color: #1A1A1A; }
header .hamburger-menu {
  display: none;
  color: #000000;
  margin-left: 30px;
}
.header-search-form-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  background: rgba(0, 0, 0, 0.8);
}
.header-search-form-wrapper { display: none; }
.header-search-form-wrapper .header-search-form-inner-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-search-form-wrapper .header-search-form-inner-wrapper .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  background: #ffc010;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
}
.header-search-form-wrapper .header-search-form-inner-wrapper .form-wrapper { width: 100%; }
.header-search-form-wrapper form { display: flex; }
.header-search-form-wrapper form label {
  width: 100%;
  margin-right: 15px;
}

/*** broadband Tabs ***/
.broadbandtabs .nav-tabs{
  display: flex;
  justify-content: center;
  border-bottom: none;
}
.broadbandtabs .nav-tabs .nav-item.show .nav-link, .broadbandtabs .nav-tabs .nav-link.active{
  background: #0D8865;
  color: #ffffff;
}
.broadbandtabs .nav-tabs .nav-link{
  border-radius: 5px;
  box-shadow: 0px 2px 7px #0000001c;
  margin: 0 10px 15px 10px;
  padding: 10px 0;
  width: 180px;
  background: #ffffff;
  color: #6A6A6A;
}
.broadbandtabs .tablepress thead th, .broadbandtabs .tablepress tfoot th{
  background-color: #0D8865 !important;
}
/*** banner ***/
#banner {
  position: relative;
  overflow: hidden;
}
#banner .banner-bg{
  position: absolute;
  bottom: 0;
}
#banner .slide-caption h1 {
  font-weight: 300;
  color: #ffffff;
}
#banner .slide-caption p { color: #ffffff; }
#banner .slide-caption{
  display: flex;
  height: 580px;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  position: relative;
}

/*** inner pages banner ***/
.page-wrapper { margin-bottom: 50px; }
.page-wrapper .page-header {
  background: #000000;
  padding: 45px 0;
}
.page-wrapper .page-header h1, .page-wrapper .page-header p { color: #ffffff; }
.page-wrapper .border-left { border-left: 1px solid #cccccc; }
.page-wrapper .posts-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*** breadcrumb ***/
.custom-breadcrumb ul li:last-child span:last-child { color: #ffffff !important; }

/*** sidebar ***/
.sidebar .widget:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
.sidebar .widget h2 {
  font-size: 26px;
  line-height: normal;
}
.sidebar .widget a {
  display: block;
  padding: 30px;
  text-align: center;
  border-bottom: 10px solid #ffc010;
}
.sidebar .widget:nth-child(even) a { background: #1b4946; }
.sidebar .widget .search-form {
  display: flex;
  align-items: center;
}
.sidebar .widget .search-form label { width: 100%; }
.sidebar .widget .search-form input[type='search'] {
  padding: 8px;
  width: 100%;
}
.sidebar .widget .search-form input[type='submit'] {
  padding: 8px 15px;
  outline: none;
  cursor: pointer;
}

/*** custom-icon-box ***/
.custom-icon-box:hover .elementor-icon {
  color: #ffc010;
  border-color: #ffc010;
}
.custom-icon-box:hover .elementor-icon-box-title a { color: #ffc010; }

/*** What people say ***/
.what-people-say{
  background: #231F20;
  position: relative;
}
.what-people-say h2{
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: 60px;
}
.what-people-say h2.h2-style:after {
  content: '';
  width: 100px;
  height: 5px;
  background: #FFBF10;
  margin-top: 15px;
  margin-bottom: 20px;
}
#people-say-slider{
  position: relative;
  bottom: -111px;
}
#people-say-slider .item{
  padding: 30px 0;
}
#people-say-slider .item .item-block {
  padding: 60px 25px 30px 60px;
  background: #FFC010;
}
#people-say-slider .item .item-block::before{
  content: "";
  background: url(/wp-content/uploads/2021/09/comma.png) center center no-repeat;
  width: 79.96px;
  height: 62.17px;
  position: absolute;
  left: 27px;
  top: 11px;
  z-index: 1;
  color: #fff;
}

/* footer */
footer {
  background: #131112;
  position: relative;
  padding: 50px 0 50px 0;
}
footer .widget { margin-bottom: 60px; }
footer .widget .widget-title {
  font-size: 16px !important;
  font-weight: 700;
}
footer ul li { margin-bottom: 10px; }
footer a { color: #ffffff; }
footer a img { margin-bottom: 20px; }
footer p, footer h6 { color: #fff; }
footer ul li a:hover { color: #FFC010; }
footer .social-icon a:hover {
  background: #FFC010;
  color: #FFFFFF;
  border: 2px solid #FFC010;
}
footer .social-icon {
  display: flex;
}
footer .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .icon a {
  width: 40px;
  height: 40px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
footer .tooltip {
  position: relative;
  font-size: 13px;
  background-color: #ffffff;
  color: #ffffff;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  line-height: normal;
}
footer .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
}
footer .icon:hover .tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  bottom: 8px;
}
footer .facebook:hover,
footer .icon:hover .tooltip,
footer .icon:hover .tooltip::before {
  background-color: #FFC010;
  color: #ffffff;
}

/* Copyright */
.copyright {
  background-color: #000000;
  padding: 30px 0;
}
.copyright p { color: #fff; }
.copyright a:hover{ color: #FFC010; }
.copyright ul li{ border-left: 1px solid #fff; }
.copyright ul li a{
  margin: 0 8px;
  display: flex;
  color: #ffffff;
}

/* Scrolltop */
#scroll-top {
  display: none;
  position: fixed;
  bottom: 82px;
  right: 15px;
  outline: none;
  border-radius: 8px;
  padding: 8px 12px;
  background: #FFC010;
  color: #fff;
  z-index: 99;
}
.switching {
  padding: 80px 0 30px 0 !important;
}
.incentive{
  padding: 0 0 80px 0 !important;
}
.incentive h2{
  margin-bottom:0;
}
.incentive h4{
  color:#000000 !important;
  font-weight: bold !important;
}
.elementor-widget-tabs .elementor-tab-desktop-title{
  padding: 13px 15px !important;
}
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper{
  border-style: none !important;
  border-left: 1px solid #ccc !important;
}
.elementor-widget-tabs .elementor-tab-desktop-title{
  border-bottom: 1px solid #FFC010 !important;
}
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active{
    background: #000;
    border: none;
}
.broadband-tabs .elementor-tab-content{
  padding: 0 20px 20px 20px !important;
}
.tablepress thead th, .tablepress tfoot th{
  background-color: #1B4946 !important;
  width: 25% !important;
  text-align: center;
}
.tablepress>:not(caption)>*>*{
  text-align: center !important;
  font-weight: 600;
}
.brodtable .tablepress tbody tr td{
  color: #1b4845 !important;
}
.installer table td, .financing table td{
  color: #ffffff !important;
}
.trouble-form label{
  font-weight: bold;
  font-size: 14px;
}
.trouble-form input, .trouble-form textarea{
  margin-top: 15px;
}
.firstbrodtable .dataTables_wrapper{
  margin-top: -98px;
}
.brodtable .dataTables_wrapper{
  margin-top: -88px;
}
@media only screen and (max-width: 767px){
  .brodtable .dataTables_wrapper {
    margin-top: unset !important;
  }
}