@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&ampdisplay=swap');
:root{
     --prime-color: #0F397E!important;
     --sec-color: #333!important;
}
html {
  scroll-behavior: smooth;
}
body, h1, h2, h3, h4, h5, h6, p, a {
      font-family: "Golos Text", sans-serif!important;
} 
h1 {
    font-size: 35px;
    font-weight: 500;
}

h2 {
    font-size: 24px;
    font-weight: 500;
}

h3 {
    font-size: 20px;
    font-weight: 500;
}

p{
     color:var(--sec-color)!important;
}
 .brandlogo{
     color: var(--sec-color);
     font-size:20px;
}
 .spclr{
     color: var(--prime-color);
}
 header .top-bar{
     background:#fff!important;
 }
 header .top-bar ul li a{
     color:#333!important;
}
#cssmenu>ul>li.has-sub>a.active{
    color: var(--prime-color);
}
 #cssmenu>ul>li>a:hover {
     color: var(--prime-color);
}
 #cssmenu li:hover>ul {
     color: var(--prime-color);
}
 #cssmenu li:hover>ul {
     background: var(--prime-color);
}
 #cssmenu>ul>li.has-sub>a:hover{
     color: var(--prime-color);
}
.running-text{
    background-image : radial-gradient(#9c27b0, #0f397e);
}
.running-text a{
    color:#fff;
    font-weight:13px;
}









 .open-button {
     background-color: transparent;
     color: black;
     padding: 10px 20px;
     border: none;
     cursor: pointer;
     opacity: 1;
     position: fixed;
     bottom: 22%;
     right: 10px;
     width: 100px;
     z-index:1;
}
.banner_area{
    background:rgb(107, 0, 117);
}
.getPlanform {
    
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    margin:30px auto;
    width: 85%;
    
}
.theme-btn{
    border: none;
    color: white;
    padding: 14px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin-top: 15px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: var(--prime-color);
    border-radius: 2px;
}
 .theme-btn:hover {
    background-color: #3AA9FF;
}
.getPlanform .input-group input, .getPlanform .input-group textarea {
    border: 1px solid #E5E8EE;
    background-color: #fff;
    height: 40px;
    line-height: 44px;
    width: 100%;
    padding: 0 10px;
    font-family: inherit;
    font-size: 15px;
    
    margin-top:6px;
}
.input-group textarea{
     height: 80px!important;
     line-height: 25px!important
}
.input-group{
    display:block!important;
}


/*-------slider section---------*/

.pricing-area{
    background-color: rgb(243, 245, 247);
    padding:40px 0;
}
.heading{
    color:var(--prime-color);
    margin-bottom:20px;
}
.pricing-area .item{
    margin:10px;
    text-align:center;
}
.bussinesPlan {
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #E6E8ED;
}
.homeuser .head {
    background-color: #eb1f2a;
}
.bussinesPlan .head {
    font-size: 20px;
    background-color: #eb1f2a;
    padding: 11px 0px;
    color: #ffffff;
    text-align: center;
}
.bussinesPlan .planSpeed {
    text-align: center;
    border-bottom: 1px solid #DADFE3;
}
.bussinesPlan .planSpeed h3 {
    font-size: 25px;
    color: #fff;
    background-color: #0F397E;
    padding: 10px 0;
}
.bussinesPlan .planSpeed {
    text-align: center;
    border-bottom: 1px solid #DADFE3;
}
.bussinesPlan .planSpeed h3 {
    font-size: 25px;
    color: #fff;
    background-color: #0F397E;
    padding: 10px 0;
}
.bussinesPlan .planSpeed span {
    font-size: 11px;
    font-weight: 500;
    background-color: #f3f5f7;
    display: block;
    padding: 5px 0;
    color: #0F397E;
}
.bussinesPlan .planSpeed .planPrice {
    background-color: #fff;
    color: #0F397E;
    font-size: 25px;
    font-weight: 500;
}
.bussinesPlan .technology {
    padding: 17px 30px;
    border-bottom: 1px solid #DADFE3;
}
.bussinesPlan .technology li {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.bussinesPlan .technology li img {
    margin-right: 18px;
    width: 57px;
}
.bussinesPlan .technology li p {
    color: #0F397E;
    font-size: 14px;
    font-weight: 600;
    width: calc(100% - 57px);
}
.bussinesPlan .details .planMonthlyOpions {
    font-size: 13px;
    padding: 8px 5px;
    color: #0F397E;
    text-align: center;
}

.bussinesPlan .details .planFooter {
    background-color: #eb1f2a;
    text-align: center;
    padding: 7px 5px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
}
.bussinesPlanWrapper .planCta {
    text-align: center;
}
 #banner-carousel{
     margin:15px;
 }
 #banner-carousel .owl-nav .owl-prev {
     left: -35px;
}
 #banner-carousel .owl-nav .owl-next {
     right: -35px;
}
 #banner-carousel .owl-nav .owl-prev, #banner-carousel .owl-nav .owl-next {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     color: #3AA9FF;
     background-color: #ffffff;
    width: 30px;
    height: 80px;
    border: 1px solid #D9DFE3;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    line-height: 35px;
    font-weight:900;

}
/*-------ad section---------*/

.ad-area{
    padding:40px 0;
    background:var(--prime-color);
    
}
.ad-area .heading{
    color:#fff;
}

.hr{
    border-bottom: 1px solid rgba(218, 223, 227, 0.2);
    padding-bottom: 40px;
    margin-bottom: 30px;
}
.ig img{
    margin:0 auto;
}
/*-------fiber section---------*/
.hathway-fiber {
    background-color: #F3F5F7;
    margin-bottom: 20px;
    padding: 40px 15px;
    text-align: center;
    color: #fff;
}
.hathway-fiber h3 {
    color: #0F397E;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}
.hathway-fiber figure {
    position: relative;
    border-radius: 12px;
    background-image: linear-gradient(#F3F5F7 0%, #F3F5F7 20%, #0F397E 10%);
}
 .hathway-fiber figure img {
    display: block;
    height: 140px;
    margin: auto;
    object-fit: scale-down;
}
.hathway-fiber figcaption {
    background-color: #3AA9FF;
}
.hathway-fiber figcaption {
    font-size: 24px;
    padding: 15px 5px;
}
.hathway-fiber p {
   padding-top: 25px;
    font-weight: 500;
    font-size: 18px;
    color: #3AA9FF!important;
}

.spl-text {padding-top:20px;}
.spl-text a{
    font-size:20px;
    color:#fff;
    text-decoration:underline;
}
/*-------benefit section---------*/
.max-benefits {
    text-align: center;
    background-color: #D0342B;
    padding: 60px 15px 80px;
    margin-bottom: 20px;
}
.max-benefits .heading{
    color:#fff;
    margin-bottom:25px;
}
.max-benefits .item-box{
    margin-top:15px;
    margin-left: 16px;
    flex-grow: 1;
    background-color: #fff;
    padding-bottom: 10px;
    border-radius: 10px;
    width: auto;
    overflow: hidden;
}
.max-benefits .item-box img {
    margin-bottom: 25px;
    width: 100%;
    border-radius: 10px;
}
.max-benefits .item-box h4 {
    color: #0F397E;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    padding: 0 10px;
}
.max-benefits .item-box p {
    font-size: 14px;
    color: #22262B;
    padding: 0 30px 30px;
    line-height: 21px;
}

/*-------testimonial section---------*/
 .testimonials{
     background-color: var(--prime-color);
     padding:50px 0;
}
 .testimonials .heading{
     color:#fff;
 }
 
 #customers-testimonials .item .review-slide {
    background-color: #fff;
    height: 100%;
    margin:10px;
    padding: 20px;
    border-radius: 10px;
}
#customers-testimonials .item .review-slide .star i {
    color: #FF0000;
}
#customers-testimonials .item .review-slide p {
    margin: 20px 0 10px;
    font-size: 15px;
    flex-grow: 1;
}
#customers-testimonials .item .review-slide span.author {
    color: #0F397E;
    font-size: 15px;
    font-weight: 500;
}
 .tags a {
    color: #000;
    font-size: 15px;
}
.tags h3 {
    text-align: left;
    color: #fff;
}
 .fq{
     padding-top:40px;
     margin-bottom:30px;
 }
.box-item{
    padding:50px 0;
     background-color: #F3F5F7;
} 
.tags{
       padding: 40px 0;
       background-color: #0f397e!important;
}
 
 .placeoftrust .service-col{
     background: #6b0075;
 }
 .tataskypage .placeoftrust .overlay {
    background-color: #0f397e !important;
}
.fa-rupee:before, .fa-inr:before {
    content: "\f156";
    color: #fff!important;
}
 .placeoftrust .service-col h4{
     color:#fff;
 }
 
 .cont-area{
     background: #eb1f2a;
    padding: 50px 0;
 }
 
 
 .main-footer .copyright-info{
     background-color:var(--prime-color);
}
 .main-footer .copyright-info .copyright-block p{
     color:#fff!important;
}
 
 .blink_me {
  animation: blinker 1s linear infinite;
  font-weight:500;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.btn-change2 {
    height: 37px;
    width: 168px;
    background: #374b84;
    margin: 35px 0 0;
    border: 0;
    font-family: 'Bad Script',cursive;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    -webkit-transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transform-origin: 0 0;
    border-radius: 5px;
    box-shadow: 0 0 0 100px #374b84 inset;
}


.footer-div{
    border: 1px solid white;
    border-radius: 5px;
    margin-top: 10px;
    padding-left:10px;
    padding-right:10px;
    
}
.footer-title{
   font-size: 20px !important;
    border-bottom: 1px solid;
     line-height: 1.2em;
   
   
    color: white !important;
    padding: 6px;
    margin-top: 10px;
    font-weight:500;
}
.footer-desc a{
    
   font-size: 16px !important;
    color: white;
    font-weight: 500;
}
 
 @media screen and (max-width:768px){
     header .top-bar ul.top-bar-meta{
         text-align:center;
     }
     header .top-bar{
         height:auto;
         text-align:center;
     }
    #banner-carousel .owl-nav .owl-prev {
     left: 0px;
}
 #banner-carousel .owl-nav .owl-next {
     right: 0px;
}
#banner-carousel {
    margin: 0px;
}
}

