@font-face{
    font-family:OpenSans-Regular;
    src:url('../fonts/OpenSans-Regular.ttf');
}
@font-face{
    font-family:poppinsreg;
    src:url('../fonts/Poppins-Regular.ttf');
}
@font-face{
    font-family:Glyphicons Halflings;
    src:url('../fonts/glyphicons-halflings-regular.ttf');
}
@font-face{font-family:FontAwesome;
    src:url('../fonts/FontAwesome.otf');
}
body,ul,p{
    margin: 0;
    padding: 0
}
ul{
    list-style: none;
}
body,p{
    font-family:poppinsreg;
    font-size: 14px;
}
h1,h2,h3,h4,h5,h6{
    font-family: OpenSans-Regular;
    font-weight: 300;
}
a{
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
a:hover{
    text-decoration: none;
    color: #5774ee;
}
img{
    max-width: 100%;
}
p{
    line-height: 20px;
    font-size: 14px;
    margin: 0;
}
section{
    padding: 50px 0 0 0;
}
.button {
    font-weight: 600;
    color: #fff;
    background-color: #5da204;
    text-align: center;
    border-radius: unset;
    padding: .875rem 1.75rem .9375rem 1.75rem;
    text-transform: uppercase;
    display: inline-block;
    font-size: 18px;
}
.grey-bg{
  background-color: #eee;
}
.button-2 {
    display: inline-block;
    padding: 18px 54px;
    border: 1px solid #abb9f6;
    font-size: 16px;
    color: #000;
    background: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 50px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    vertical-align: top;
    margin: 18px 0 0 0;
}
.button-2:hover{
  background-color: #5774ee;
  color: #000;
}
/*========header css=========*/
header{
    color: #fff;
    z-index: 9;
    position: relative;
    background: #1a9dcf;
}
header .top-bar{
  background-color: #001d37;
  color: #fff;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 18px;
}
header .top-bar a{
  color: #fff;
  font-size: 25px;
}
header .top-bar a:hover{
    color: #5774ee;
}
header .button {
    background-color: #fff;
    font-size: 22px;
    padding: 0px 16px 0px 0;
    text-align: left;
    border-radius: 34px;
    color: #000;
    margin: 0 0 0 6px;
    line-height: 2;
}
header .button:hover {
    background-color: #0077bc;
    color: #fff;
}
header .button i {
    background-color: #ff9600;
    color: #fff;
    border-radius: 50%;
    padding: 8px;
    position: relative;
    left: 0px;
    height: 36px;
    margin: 6px 6px 0 7px;
}
header .button:after {
    content: '';
    padding: 0;
}
.banner{
    position: relative;
    top: -98px;
    margin-bottom: -98px;
}
.banner .header-text{
    position: absolute;
    top: 32%;
    left: 0;
    width: 100%;
    color: #fff;
}
.banner .header-text h1{
    font-size: 40px;
}
.banner .shape {
    background-color: #fff;
    text-align: left;
    line-height: 24px;
    border: 0px rgba(0,0,0,0.5);
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 14px;
    white-space: normal;
    min-height: 3px;
    min-width: 60px;
    max-height: 3px;
    max-width: 60px;
    margin: 15px auto;
}
.banner ul {
    max-width: 708px;
    width: 100%;
    margin: auto;
    text-align: center;
}
.banner ul li {
    position: relative;
    font-size: 16px;
    padding: 0;
    display: inline-block;
    margin: 0 42px 10px 0px;
}
.banner ul li:before {
    content: '\2713';
    width: 6px;
    height: 11px;
    background-size: cover;
    /* position: absolute; */
    left: 0;
    margin: 6px 8px 0 0px;
    color: #fff;
    border: solid 1px;
    border-radius: 50%;
    padding: 1px 5px;
    font-size: 12px;
    background-color: #ff9600;
    border: 0;
}
.banner .price-bg {
    background-image: url(../images/led.html);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 65px 41px;
    color: #fff;
    font-size: 47px;
    height: 272px;
}
.banner .price-bg .dollar {
    line-height: 83px;
    font-size: 49px;
}
.banner .price-bg .point {
    position: relative;
    top: -2px;
    font-size: 37px;
    left: -17px;
    margin-bottom: -2px;
}
.banner .price-bg .point p {
    position: relative;
    top: -62px;
    font-size: 12px;
    left: 21px;
    display: block;
    margin-bottom: -62px;
}
.banner .price-bg .price {
    font-size: 98px;
    line-height: 83px;
    letter-spacing: -1.8px;
}
.banner .price-bg .left-triangle{
    position: absolute;
    left: -128px;
    top: 0;
    height: 136px;
}

/*============pricing table css=========*/
.pricingTable2 {
    padding-bottom: 30px;
    margin: 0 15px;
    background: #fff;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
}
.pricingTable2 .pricingTable-header {
    padding: 20px 15px 45px;
    background: #66ce04;
    -webkit-clip-path: polygon(50% 100%,100% 60%,100% 0,0 0,0 60%);
    clip-path: polygon(50% 100%,100% 60%,100% 0,0 0,0 60%);
    position: relative;
}
.pricingTable2 .pricingTable-header:before {
    content: "";
    width: 400px;
    height: 400px;
    border-radius: 50%;
    position: absolute;
    right: -50%;
    top: -130%;
    background: repeating-radial-gradient(rgba(255,255,255,.05),rgba(255,255,255,.2) 20%);
    transition: all .5s ease 0s;
}
.pricingTable2 .title {
    font-size: 32px;
    color: #fff;
    margin: 0;
    font-weight: bold;
}
.pricingTable2 .price-value {
    display: block;
    font-size: 13px;
    color: #000;
    margin: 8px 0 10px;
    transition: all .3s ease 0s;
    font-weight: bold;
}
.pricingTable2 .price-value span{
    font-weight: bold;
    font-size: 38px;
}
.pricingTable2 .pricing-content {
    padding: 30px 25px 0;
    margin: 0;
    list-style: none;
}
.pricingTable2 .pricing-content li {
    font-size: 17px;
    color: #909090;
    line-height: 27px;
    letter-spacing: 1px;
    text-transform: capitalize;
    border-bottom: 2px solid rgba(0,0,0,.15);
    margin-bottom: 10px;
    position: relative;
    padding: 0px 0 9px 0;
}
.pricingTable2 .pricing-content li i {
    color: #66ce04;
}
.fa, .fas {
    font-weight: 900;
}
.pricingTable2 .pricingTable-signup {
    display: block;
    padding: 18px 0;
    margin: 0 25px;
    border-radius: 10px;
    background: #66ce04;
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    transition: all .3s ease 0s;
}
.pricingTable2:hover {
    box-shadow: 0 0 10px rgba(195,67,67,.3) inset, 0 0 20px -5px rgba(0,0,0,.8);
}
.pricingTable2:hover .pricingTable-header:before {
    right: 50%;
}
.pricingTable2 .pricing-content li:last-child {
    border-bottom: none;
}
.pricingTable2 .pricingTable-signup:hover {
    letter-spacing: 2px;
    box-shadow: 0 0 10px rgba(0,0,0,.7), 0 0 0 7px rgba(255,255,255,.5) inset;
}
.pricingTable2 .pricingTable-signup:hover:before {
    right: 40%;
}
.pricingTable2 .pricingTable-signup:before {
    content: "";
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: repeating-radial-gradient(rgba(255,255,255,.05),rgba(255,255,255,.2) 20%);
    position: absolute;
    top: -180%;
    right: -40%;
    transition: all .8s ease 0s;
}
.pricingTable2.blue .pricingTable-header, .pricingTable2.blue .pricingTable-signup {
    background: #15b8f3;
}
.pricingTable2.pink .pricingTable-header, .pricingTable2.pink .pricingTable-signup {
    background: #f03c79;
}
/*========three col css=========*/
.features .col-md-4{
    background-image: url(../images/feature-bg.jpg);
    color: #fff;
    position: relative;
    text-align: left;
    padding: 25px;
}
.features .col-md-4:after {
    background-color: rgba(0,0,0,0);
    background: url(../images/action-simple-bg.png) center center no-repeat;
    background-size: cover;
    content: ' ';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.widget {
    position: relative;
    padding: 0px;
    background: transparent;
    clear: both;
}
.widget:hover i{
  color: blue;
}
.widget-features-box.style1 .fbox-icon {
    position: relative;
}
.widget-features-box.style1 .fbox-icon i {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-size: 45px;
    line-height: 1;
    padding: 35px 48px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #222222;
    background: #ffffff;
    margin: auto;
}
.widget.widget-features-box.style1:hover i {
    color: blue !important;
}
.mn-icon-1104:before {
    content: "\ed4f";
}
.widget-features-box.style1 .fbox-content {
    padding-top: 25px;
}
.widget-features-box.style1 .ourservice-heading {
    font-size: 25px;
}
.widget-features-box .ourservice-heading {
    color: #ffb614;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 99999;
    position: relative;
}
.widget-features-box.style1 .description {
    padding: 0 0 38px 0;
    z-index: 9999;
    position: relative;
    font-size: 17px;
}
.widget-features-box .description {
    line-height: 26px;
}
.widget-features-box.style1 .fbox-icon:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    border-top: 1px dashed #e1e1e1;
    z-index: -1;
}
/*=========question css======*/
.got-questions {
    background: url(../images/internet-bg.png);
    background-repeat: no-repeat;
    padding-bottom: 59px;
    background-size: 100% 100%;
}
.got-questions .btn-link {
    color: #fff;
    background-color: transparent;
    font-size: 21px;
}
.got-questions .fa, .got-questions .fas {
    font-weight: normal;
}
.mpbs-internet {
    border-radius: 5px;
    position: relative;
    background: #ff9600;
    padding-top: 20px;
}
.internet-price {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.price-block .price {
    display: table;
}
.price-block .price>.p-col:last-child, .price-block .price>.p-col.currency {
    padding-right: 0;
}
.price-block .price>.p-col:first-child {
    padding-left: 0;
}
.price-block .price>.p-col {
    padding: 0 .1rem;
}
.price-style-03 .currency {
    font-size: 39.58333%;
}
.price-block .currency, .price-block .whole, .price-block .details {
    display: table-cell;
    vertical-align: top;
}
.font-extra-bold {
    font-weight: 900;
}
.price-style-03 .whole {
    line-height: .8;
    font-weight: 700;
}
.price-style-03.price-block {
    font-size: 8.1rem;
    margin-top: 15px;
    height: auto;
}
.price-block .price>.p-col:last-child, .price-block .price>.p-col.currency {
    padding-right: 0;
}
.price-block .price>.p-col {
    padding: 0 .1rem;
}
.price-style-03 .details {
    text-align: left;
    font-size: 100%;
}
.price-block .details>.inner {
    display: table;
}
.price-style-03 .super {
    font-size: 28.125%;
}
.price-style-03 .currency, .price-style-03 .whole, .price-style-03 .super, .price-style-03 .separator {
    font-weight: 800;
}
.price-block .details .p-row {
    display: table-row;
}
.price-style-03 .term {
    font-size: 14.58333%;
}
/*=========footer css=======*/
footer{
  margin: 10px 0 0 0;
}
footer.text-center {
    background-color: #1a9dcf;
    color: #fff;
    padding: 20px 0;
}