
body {
    font-family: 'Comfortaa';font-size: 22px;
}


@font-face {
    font-family: customfont;
    src: url(../../fonts/Comfortaa-Regular.ttf);
}


.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    text-align: center;
    display: none;
    z-index: 1000;
  }
  .popup.active {
    display: block;
  }
  .popup h3 {
    margin-bottom: 10px;
  }
  .popup button {
    background-color: #F16024;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    border: 0 !important;
  }
  .popup button:hover {
    background-color: #ff7f2a;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
  }
  .overlay.active {
    display: block;
  }

.contbox {
    background-color: #FFFFFF;
    border-radius: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 120px 60px;
    position: relative;
}

body {
    background-color: #FFFCF7 !important;
}

.maincont {
    padding: 50px 0px;
}

.colsec {
    align-items: center;
    justify-content: center;
    display: flex;
}

.flexsec1 {
    align-items: center;
    justify-content: left;
    display: flex;
}

.line1 {
    border: 1px solid #000000 !important;
    width: 100px;
    margin-top: -15px;
    margin-left: 10px;
}

.headingtext {
    color: #F16024;
    margin: 10px 0px 30px 0px;
}

#row {
    border: 1px solid #A5A5A6;

    border-radius: 30px;
    padding: 10px;

}

.rightdesign {
    width: 10px;
    height: 120px;
    background-color: #F16024;
    border-radius: 30px;
    position: absolute;
    right: -4px;
    margin-top: -30px;
}

.form-control {
    border: 0 !important;
    text-align: center;
}

.orn-btn {
    background-color: #F16024 !important;
    color: #fff !important;
    border-radius: 30px !important;
    font-size: 80% !important;

}

.homeimg1 {
    max-width: 80%;
}


@media screen and (min-width:1400px) {
    #row {
        margin-right: 100px;


    }
}


@media screen and (min-width:1300px) and (max-width:1399px) {

    .contbox {
        padding: 100px 50px;
    }

    .headingtext {
        font-size: 35px;
    }


}


@media screen and (min-width:1200px) and (max-width:1299px) {

    .contbox {
        padding: 80px 45px;
    }

    .headingtext {
        font-size: 35px;
    }

}

@media screen and (min-width:1100px) and (max-width:1199px) {

    .contbox {
        padding: 80px 45px;
    }

    .headingtext {
        font-size: 30px;
    }

    .rightdesign {
        height: 100px;
    }
}

@media screen and (min-width:993px) and (max-width:1099px) {

    .contbox {
        padding: 80px 45px;
    }

    .headingtext {
        font-size: 30px;
    }

    .rightdesign {
        height: 80px;
    }

    .orn-btn {
        margin-left: -10px;
    }
}


@media screen and (min-width:768px) and (max-width:992px) {

    .contbox {
        padding: 80px 45px;
    }

    .headingtext {
        font-size: 28px;
    }

    .rightdesign {
        height: 80px;
    }

    .form-control {
        font-size: 60% !important;
    }

    .orn-btn {
        margin-left: 0px;
        font-size: 60% !important;
    }

    .comingtext {
        font-size: 14px;
    }

    .line1 {
        width: 70px;
    }
}


@media screen and (max-width:767px) {
    .homeimg1 {
        max-width: 100%;
    }


    .comingtext {
        font-size: 14px;
    }

    .headingtext {
        font-size: 25px;
    }

    .form-control {
        font-size: 60% !important;
    }

    .orn-btn {
        margin-left: 0px;
        font-size: 60% !important;
    }
}


@media screen and (max-width:450px) {
    .form-control {
        font-size: 50% !important;
        max-width: 100%;
    }

    .orn-btn {
        margin-left: -10px;
        font-size: 50% !important;
    }
    

}

@media screen and (max-width:375px) {
    .form-control {
        font-size: 50% !important;
        max-width: 100%;
       
    }

    .orn-btn {
        margin-left: -20px;
        font-size: 40% !important;
    }
    

}


 .step {
            background-color: #f15a24!important ;
            color: white;
            border-radius: 15px;
            padding: 20px;
            text-align: center;
            position: relative;
            margin: 20px auto;
            width: 100%;
            max-width: 349px;
            height: 348px;
        }
        .step-outline {
            background-color: transparent;
            color: #fff!important;
            border: 1px solid #ff7f2a;
            width: 100%;
            max-width: 411px;
            height: 411px;
			box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .step-number {
            background-color: white;
            color: black;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: -20px;
            left: 50%;
            transform: translateX(-50%);
            font-weight: bold;
			border: 1px solid #ff7f2a;
        }
        .step-outline .step-number {
            color: #ff7f2a;
        }
        .step-title {
            margin-top: 100px;
            font-size: 32px;
            font-weight: bold;
        }
        .step-underline {
            width: 50px;
            height: 2px;
            background-color: white;
            margin: 0 auto 10px;
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
        }
        .step-outline .step-underline {
            background-color: #fff!important;
        }
        .header-text {
            text-align: center;
            color: #f15a24!important ;
            font-size:36px;
            font-weight: bold;
            margin-top: 40px;
			 margin-bottom: 40px;
        }
        .col-spacing {
            margin: 10px 0;
        }
        .margin-right {
            margin-right:1px;
        }
        @media (max-width: 767px) {
            .margin-right {
                margin-right: 0;
            }
        }
		.contact-form {
            border: 1px solid #f15a24 !important;
            border-radius: 10px;
            padding: 20px;
            margin: 50px auto;
            background-color: #fff;
            position: relative;
        }
        .contact-form h2 {
            font-size: 2rem;
            font-weight: bold;
            color: #f15a24 !important;
        }
        .contact-form h2 span {
            color: #000;
        }
        .contact-form .underline {
            width: 50px;
            height: 3px;
            background-color: #ff7f2a;
            margin: 10px 0 20px;
        }
        .contact-form .form-control {
            border-radius: 5px;
            border: 1px solid #ced4da!important;
            padding: 10px;
            font-size: 1rem!important;
        }
        .contact-form .btn-submit {
            background-color: #f15a24!important ;
            color: #fff;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            font-size: 1rem!important;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .contact-form .btn-submit:hover {
            background-color: #000!important;
        }
        .contact-form .header-tab {
            position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ff7f2a;
    padding: 5px 20px;
        }
        @media (max-width: 767.98px) {
            .contact-form .form-control {
                margin-bottom: 15px;
            }
        }
        @media (min-width: 768px)
        {
    .dotext
    {
      margin-top:-120px!important;  
    }
    }
    
    .dotext p
    {
      color:#d4d4d7!important;  
    }
	
	
	 .news-item {
            border-bottom: 1px solid #000;
            padding: 10px 0;
        }
        .news-item .live {
            color: #ff4500;
            font-weight: bold;
        }
        .news-item .time {
            color: #888;
            font-size: 12px;
        }
        .main-story {
            margin-top:14px;
        }
        .main-story img {
            width: 80%;
            height: auto;
        }
        .main-story-title {
            color: #f15a24!important;
            font-size: 20px;
            font-weight: bold;
            margin-top: 10px;
        }
        .main-story .time {
            color: #888;
            font-size: 12px;
        }
        .terms {
            background-color: #f15a24!important;
            color: #fff;
            padding: 5px 10px;
            border-radius: 5px;
            text-align: center;
            margin-top: 20px;
        }
        .date-time {
            text-align: right;
            color: #888;
            font-size: 12px;
            display:none;
        }
		.top-stories {
            color: #f15a24!important;
            font-size: 24px;
            font-weight: bold;
            margin-top: 20px;
        }
		.terms
		{
		width:50px;	
		}
		
		.article-title {
            color: #f15a24 !important;
            font-size: 24px;
            font-weight: bold;
        }
        .related-stories-title {
            color: #F88430!important;
            font-size: 18px;
            font-weight: bold;
        }
        .related-story {
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }
        .related-story img {
            width: 100px;
            height: auto;
            margin-right: 10px;
        }
		.ttext
		{
		color:#f15a24 !important;
		
		}
		.terms1 {
            background-color: #f15a24 !important;
            color: #fff;
            padding: 5px 10px;
            border-radius: 5px;
            text-align: center;
            margin-top: 20px;
        }
		.terms2 {
            background-color: #f15a24 !important;
            color: #fff;
            padding: 5px 10px;
            border-radius: 5px;
            text-align: center;
            margin-top: 20px;
        }
		.terms1
		{
			
		margin-left:10px;
		}
		@media screen and (min-width:775px) 
		{
		.terms2
		{
		
		margin-left:150px;
		}
		}
	.pheading
	{
		font-size:37px;
	color:	#f15a24 !important;
	margin-top:20px;
	}
	.pheading1
	{
		font-size:22px;
		color:	#F88430!important;
	}
	
	.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active
	{
		color:	#f15a24 !important;
		
	}
	
	.nav-tabs .nav-link
	{
	color:#000;	
	}
	
	.news-section h2
	{
	 color: #f15a24;
  font-size: 56px;
 
	text-align:center;
	}
	
	.testimonial img:hover
	{
	   transform: scale(1.1); /* Animation */
   
	
	}
	
	.search-boxsec {
          align-items: end;
  justify-content: right;
  display: flex;
  position: absolute;
  left: auto;
  right: 90px;
  top: 25px;
        }
        
        .search-boxsec input
        {
        
        background: #f4f4f4;
       border:none!important;
       width:90px;
        }
        
       
        .hero-section {
            text-align: center;
            padding: 50px 0;
            background-color: #fff7f0;
            position: relative;
        }
        .hero-section img {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            opacity: 0.1;
        }
        .hero-section h1 {
            color: #f15a24;
            font-size: 34px;
            margin-bottom: 20px;
        }
        .hero-section .btn {
            margin: 5px;
        }
        .card {
            border: none;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .card-title {
            color: #fff;
            font-size: 54px;
        }
        .card-body {
            background-color: #f15a24;
            color: #fff;
            border-radius: 10px 10px 0 0;
        }
        .card-footer {
            background-color: #fff;
            border-radius: 0 0 10px 10px;
            text-align: center;
            padding: 10px;
			color:#000;
        }
		
		.card-footer a
		{
		color:#000;
		font-size:20px;
		
		}
		.card-footer a:hover
		{
		color:#f15a24;
		font-size:20px;
		
		}
		.clients-section h5
		
		{
		font-size:24px;
		color:#f15a24;
		text-align: center;
		}
		.clients-section p
		
		{
		text-align: left;
		}
		
		.clients-section .btn-link
		
		{
		 background-color: #f15a24;
		 color:#fff;
		 border-radius:50px;
		
		}
		
        .clients-section, .testimonials-section {
            text-align: center;
            padding: 50px 0;
        }
        .clients-section h2, .testimonials-section h2 {
            color: #f15a24;
            font-size: 56px;
            margin-bottom: 40px;
        }
        .client-logo {
            max-height: 100px;
            margin-bottom: 20px;
        }
        .testimonial {
            text-align: center;
            margin-bottom: 30px;
        }
        .testimonial img {
            border-radius: 50%;
            max-width: 250px;
            margin-bottom: 20px;
        }
        .testimonial p {
            font-size: 16px;
            color: #333;
        }
        .footer {
            background-color: #f15a24;
            color: #fff;
            padding: 20px 0;
        }
        .footer a {
            color: #fff;
            text-decoration: none;
        }
        .footer a:hover {
            text-decoration: underline;
        }
		
		
		.hero-section {
            position: relative;
            padding: 50px 20px;
            height:85vh;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
           
            background-size: cover;
            background-position: center;
        }
        .hero-content {
            position: relative;
            z-index: 1;
            
            padding: 20px;
            border-radius: 10px;
        }
        .hero-section h1 {
            font-size: 48px;
            color: #f15a24;
            margin-bottom: 30px;
        }
        .btn-custom {
            border-radius: 50px;
            padding: 10px 20px;
            font-size: 18px;
            margin: 0 10px;
        }
        .btn-signup {
            background-color: #6c757d;
            color: #fff;
        }
        .btn-login {
            background-color: #f15a24;
            color: #fff;
        }
		.flag-dropdown {
            display: flex;
            align-items: center;
            background-color: white;
            border-radius: 20px;
            padding: 5px 10px;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        }
        .flag-dropdown img {
            width: 20px;
            height: 15px;
            margin-right: 5px;
        }
        .search-box {
            display: flex;
            align-items: center;
            background-color: #f0f0f0;
            border-radius: 20px;
            padding: 5px 10px;
            margin-left: 10px;
			width: 100px;
    height: 30px;
        }
        .search-box i {
            color: black;
        }    
        
        .top-stories {
            color: #ff4500;
            font-size: 24px;
            font-weight: bold;
            margin-top: 20px;
        }
        p
        {
            font-size: 17px!important;
        
        }
        
@media screen and (max-width:775px)
{
        .search-boxsec
        {
         display:none;   
        }
        }
       
@media screen and (max-width:775px)
{       
       .hero-section
       {
           height:20vh!important;
       }
    
}
       
     
.featured h2
{
color: #f15a24;
  font-size: 56px;
  margin-bottom: 40px;
  text-align:center;
  padding-top: 50px;
}

.text1,.hero-section h1,.hero-section .btn,.featured h2,.clients-section h2, .testimonials-section h2,.news-section h2,.card-title,.clients-section h5,.pheading

{
    font-family: 'Comfortaa';
}

p,.clients-section .btn-link,.top-stories,.news-item,.news-item .time,.main-story .time,.date-time,.clients-section .btn-link,.nav-tabs ,.terms1,.terms2,.top-stories
.nav-link.active,.nav-tabs .nav-link,.article-title,.single-blog .post-title,.card-title1,.view-all-articles,.most-read-item-text,.side-news a,.news-list a,nav .owl-prev,
.news-list li,.card-text,.btn-outline-dark,.most-read-item-text,.single-blog .post-title,.main-news h2,.main-news .overlay-text,.category-card h5,.bg-primary h3,
.most-read-item-text,
.nav .owl-next
{
font-family: 'Noto Sans';
}



.iconsec
{
     margin-top:10px;

}

@media screen and (max-width:775px)
{
.iconsec
{
    margin-left: 221px;
    margin-top: -1px;

}
}

.hero-section {
            text-align: center;
            padding: 50px 0;
            background-color: #fff7f0;
            position: relative;
        }
        .hero-section img {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            opacity: 0.1;
        }
        .hero-section h1 {
            color: #f15a24;
            font-size: 34px;
            margin-bottom: 20px;
        }
        .hero-section .btn {
            margin: 5px;
        }
        .card {
            border: none;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .card-title {
            color: #fff;
            font-size: 54px;
        }
        .card-body {
            background-color: #f15a24;
            color: #fff;
            border-radius: 10px 10px 0 0;
        }
        .card-footer {
            background-color: #fff;
            border-radius: 0 0 10px 10px;
            text-align: center;
            padding: 10px;
			color:#000;
        }
		
		.card-footer a
		{
		color:#000;
		font-size:24px;
		
		}
		.clients-section h5
		
		{
		font-size:24px;
		color:#f15a24;
		text-align: center;
		}
		.clients-section p
		
		{
		text-align: center;
		}
		
		.clients-section .btn-link
		
		{
		 background-color: #f15a24;
		 color:#fff;
		 border-radius:50px;
		
		}
		
        .clients-section, .testimonials-section {
            text-align: center;
            padding: 50px 0;
        }
        .clients-section h2, .testimonials-section h2 {
            color: #f15a24;
            font-size: 56px;
            margin-bottom: 40px;
        }
        .client-logo {
            max-height: 100px;
            margin-bottom: 20px;
        }
        .testimonial {
            text-align: center;
            margin-bottom: 30px;
        }
        .testimonial img {
            border-radius: 50%;
            max-width: 250px;
            margin-bottom: 20px;
        }
        .testimonial p {
            font-size: 16px;
            color: #333;
        }
        .footer {
            background-color: #f15a24;
            color: #fff;
            padding: 50px 0;
        }
        .footer a {
            color: #fff;
            text-decoration: none;
        }
        .footer a:hover {
            text-decoration: underline;
        }
		
		
		.hero-section {
            position: relative;
            padding: 50px 20px;
            height:85vh;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            
            background-size: cover;
            background-position: center;
        }
        .hero-content {
            position: relative;
            z-index: 1;
           
            padding: 20px;
            border-radius: 10px;
        }
        .hero-section h1 {
            font-size: 36px;
            color: #f15a24;
            margin-bottom: 30px;
        }
        .btn-custom {
            border-radius: 50px;
            padding: 10px 20px;
            font-size: 18px;
            margin: 0 10px;
        }
        .btn-signup {
            background-color: #6c757d;
            color: #fff;
        }
        .btn-login {
            background-color: #f15a24;
            color: #fff;
        }
		.flag-dropdown {
            display: flex;
            align-items: center;
            background-color: white;
            border-radius: 20px;
            padding: 5px 10px;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        }
        .flag-dropdown img {
            width: 20px;
            height: 15px;
            margin-right: 5px;
        }
        .search-box {
            display: flex;
            align-items: center;
            background-color: #f0f0f0;
            border-radius: 20px;
            padding: 5px 10px;
            margin-left: 10px;
			width: 100px;
    height: 30px;
        }
        .search-box i {
            color: black;
        }
		.navbar-brand {
            font-size: 24px;
            font-weight: bold;
        }
        .navbar-nav .nav-link {
            color: #000;
            font-weight: bold;
        }
        .navbar-nav .nav-link.active {
            color: #ff4500;
        }
        .top-stories {
            color: #ff4500;
            font-size: 24px;
            font-weight: bold;
            margin-top: 20px;
        }
        .hero-section {
            text-align: center!important;
            padding: 50px 0!important;
            background-color: #fff7f0!important;
            position: relative!important;
        }
        .hero-section img {
            position: absolute!important;
            top: 0!important;
            right: 0!important;
            height: 100%!important;
            opacity: 0.1!important;
        }
        .hero-section h1 {
            color: #f15a24!important;
            font-size: 40px!important;
            margin-bottom: 20px!important;
        }
        .hero-section .btn {
            margin: 5px!important;
        }
        .card {
            border: none!important;
            border-radius: 10px!important;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1)!important;
        }
        .card-title {
            color: #fff!important;
            font-size: 54px!important;
        }
        .card-body {
            background-color: #f15a24!important;
            color: #fff!important;
            border-radius: 10px 10px 0 0!important;
        }
        .card-footer {
            background-color: #fff!important;
            border-radius: 0 0 10px 10px!important;
            text-align: center!important;
            padding: 10px!important;
			color:#000!important;
        }
		
		.card-footer a
		{
		color:#000!important;
		font-size:24px!important;
		
		}
		.clients-section h5
		
		{
		font-size:24px!important;
		color:#f15a24!important;
		text-align: center!important;
		}
		.clients-section p
		
		{
		text-align: center!important;
		}
		
		.clients-section .btn-link
		
		{
		 background-color: #f15a24!important;
		 color:#fff!important;
		 border-radius:50px!important;
		
		}
		
        .clients-section, .testimonials-section {
            text-align: center!important;
            padding: 50px 0!important;
        }
        .clients-section h2, .testimonials-section h2 {
            color: #f15a24!important;
            font-size: 56px!important;
            margin-bottom: 40px!important;
        }
        .client-logo {
            max-height: 100px!important;
            margin-bottom: 20px!important;
        }
        .testimonial {
            text-align: center!important;
            margin-bottom: 30px!important;
        }
        .testimonial img {
            border-radius: 50%!important;
            max-width: 250px!important;
            margin-bottom: 20px!important;
        }
        .testimonial p {
            font-size: 16px!important;
            color: #333!important;
        }
        .footer {
            background-color: #f15a24!important;
            color: #fff!important;
            padding: 50px 0!important;
        }
        .footer a {
            color: #fff!important;
            text-decoration: none!important;
        }
        .footer a:hover {
            text-decoration: underline!important;
        }
		
		
		.hero-section {
            position: relative!important;
            padding: 50px 20px!important;
            height:80vh!important;
            display: flex!important;
            justify-content: center!important;
            align-items: center!important;
            flex-direction: column!important;
           
            background-size: cover!important;
            background-position: center!important;
        }
        .hero-content {
            position: relative!important;
            z-index: 1!important;
            
            padding: 20px!important;
            border-radius: 10px!important;
        }
        .hero-section h1 {
            font-size: 40px!important;
            color: #f15a24!important;
            margin-bottom: 30px!important;
        }
        .btn-custom {
            border-radius: 50px!important;
            padding: 10px 20px!important;
            font-size: 18px!important;
            margin: 0 10px!important;
        }
        .btn-signup {
            background-color: #6c757d!important;
            color: #fff!important;
        }
        .btn-login {
            background-color: #f15a24!important;
            color: #fff!important;
        }
		.flag-dropdown {
            display: flex!important;
            align-items: center!important;
            background-color: white!important;
            border-radius: 20px!important;
            padding: 5px 10px!important;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)!important;
        }
        .flag-dropdown img {
            width: 20px!important;
            height: 15px!important;
            margin-right: 5px!important;
        }
        .search-box {
            display: flex!important;
            align-items: center!important;
            background-color: #f0f0f0!important;
            border-radius: 20px!important;
            padding: 5px 10px!important;
            margin-left: 10px!important;
			width: 100px!important;
    height: 30px!important;
        }
        .search-box i {
            color: black!important;
        }
		
		
		dl dt
		{
		font-size:22px;	
		}
		
		
		.privacytext a
		{
	color:#000;
		}
		  @media screen and (max-width:775px)
{  
       .hero-section h1
       {
           
   font-size:18px!important;        
       }
}
        @media screen and (max-width:775px)
{  
       .hero-section .btn
       {
           font-size: 12px!important;
       
       }
       
}

 @media screen and (max-width:775px)
{  
       .hero-section 
       {
           
  height:9vh!important;     
  top:80px;
       }
}
		
.carousel-indicators li
{
    background-color:red!important;
    width:10px!important;
}
 
 @media screen and (max-width:775px)
{ 
 .hero-section 
{
top:8px!important;
    width: 100%!important;
  height: auto!important;
  background-repeat: no-repeat;
}
}
 @media screen and (max-width:775px)
{ 
 
.carousel-item

{
   background-repeat: no-repeat!important;   
}
}


 .owl-carousel .owl-nav .owl-prev
  {
 
 background-image: url(imgs/left.png);
    height: 25px !important;
    width: 20px !important;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-top: -398px !important;
 
  }
  
 .owl-carousel .owl-nav .owl-next
  {
 
 background-image: url(imgs/right.png);
    height: 30px!important;
    width: 20px !important;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
 
  }
  
  @media screen and (max-width:775px)
{ 
  .carousel-indicators li
  {
   display:none;   
  }
  }
 
 
 @media screen and (max-width: 905px) {
  .search-boxsec
  {
      display: none!important;
      margin-top:390px!important;
      margin-right:120px;
  }
  }
  
 @media screen and (max-width: 905px) {
  .search-boxsec

  .search-boxsec input
    {
   width:80px;     
  }
 }
 
 
 @media screen and (max-width: 905px) {
  .search-boxsec1
  {
      display: block!important;
      
      margin-right:120px;
        background: #f4f4f4;
  border: 2px solid #f4f4f4;
  border-radius: 50px;
  }
  }
  
  
   @media screen and (min-width: 906px) {
  .search-boxsec1
  {
      display: none!important;
      
     
  }
  }
  
  .news-item a
 {
  color:#000!important;   
 }
 @media screen and (max-width: 600px) 
 {
 .top-stories
 {
     width:350px;
 }
 }
 @media screen and (max-width: 600px) 
 {
 .iconsec
 {
margin-top:20px;     
 }
 }
 
 .footer
 {
   padding-top:50px!important; 
   padding-bottom:20px!important;
 }
 
 