/*************** Import Css **************/

@import "fonts.css";

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* font-family: "Roboto", sans-serif; */

/********************* Header Css ******************/
.header-area{
	position:sticky;
	top:0px;
	left:0px;
	width:100%;
	z-index:99;
    background: linear-gradient(to bottom, rgb(72 72 72) 0%, rgb(40 40 40) 59%, rgb(24 24 24) 100%);
}
.relative-header{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	z-index:99;
    padding: 30px 0px;
    background-color: #000;
}
.header-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.menu-area ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}
.menu-area ul li{
    margin-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.menu-area ul li a{
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	color: #fff;
}
.menu-area ul li a:hover{
	color:#fe0002
}
.menu-area ul li.active a{
	color:#fe0002
}
.header-area.fixed_header{
    position:fixed;
	top:0px;
	left:0px;
	width:100%;
    background-color: #1F1F1F;
    box-shadow: 0px 0px 20px 0px #000000D9;
}
.header-logo img{
    width: 153px;
}
.mobile-menu{
    display: none;
}
.header-right{
    display: flex;
    align-items: center;
}
.header-search-icon > ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}
.header-search-icon > ul > li{
    margin-right: 20px;
}
.header-search-icon ul li:last-child{
    margin-right: 0px;
}
.header-search-icon ul li a i{
    font-size: 20px;
    color: #fff;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Banner Area %%%%%%%%%%%%%%%%%%% */
.banner-left-box-text h2{
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
	font-style:normal;
	text-align:center;
}
.banner-top-pragrap-wrap{
    max-width: 900px;
    padding: 4px;
    margin: 0 auto;
    background-color: #4473c5;
    margin-top: 5px;
    margin-bottom: 5px;
	border:1px solid red
}
.banner-top-pragrap-wrap p{
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    text-align: center;
    margin-bottom: 0px;
}
.banner-left-content-text h2{
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin-bottom: 5px;
	font-style:normal;
	text-align:center;
}
.banner-left-content-text h5{
    color: #4473c5;
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
}
.banner-left-content-text ul{
    padding-left: 17px;
    margin: 0px;
}
.banner-left-content-text ul li{
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;   
    margin-bottom: 3px;
}
.banner-content-each {
    background-image: url(../images/shape.png);
    padding: 14px 18px;
    min-height: 346px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.banner-content-each h5{
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;   
    margin-bottom: 3px; 
    text-transform: uppercase; 
    letter-spacing: 1px;
	margin-bottom:15px
}
.banner-content-each p{
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;   
    margin-bottom: 0px;
	padding-left:0px;
	position:relative
}
p{
    text-align: justify;
}
.banner-left-content-text ul li p{
    margin-bottom: 0px;
}
/*.banner-content-each p:before{
	width:8px;
	height:8px;
	border-radius:100%;
	background-color:#fff;
	content:'';
	display:inline-block;
	margin-right:10px;
	position:absolute;
	left:0px;
	top:10px
}*/
.banner-left-content-text{
    margin-bottom: 30px;
}
.banner-wrapper .row{
    margin-left: -28px;
    margin-right: -28px;
}
.banner-wrapper .row .col-lg-6{
    padding-left: 28px;
    padding-right: 28px;
}
.banner-left-content .row{
    margin-left: -7px;
    margin-right: -7px;
}
.banner-left-content .row .col-lg-4{
    padding-left: 7px;
    padding-right: 7px;
}
.banner-area{
    margin-top: 30px;
}
.banner-slider-wrapper{
    border: 10px solid #fff;
    border-bottom-right-radius: 80px;
    border-top-left-radius: 80px;
    overflow: hidden;
    margin-top: 3px;
    position: relative;
}
.banner-bottom-content{
    max-width: 720px;
    margin: 50px auto;
    text-align: center;
}
.banner-bottom-content h5{
    color: #5555ec;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;   
}
.banner-bottom-content p{
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;   
    margin-bottom: 0px;      
}
.banner-bottom-content p strong{
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 3px; 
    text-transform: uppercase; 
    letter-spacing: 2px;  
    color: #5cda5c;
}
.banner-bottom-content p span{
	color:#ffffc4
}
.banner-bottom-content p a{
    font-style: italic;
    text-transform: uppercase; 
    color: red;
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.banner-bottom-content p a:hover{
    color: #fff;
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.banner-wrapper{
    padding: 0px 30px;
}
.banner-slider-heading{
    text-align: center;
}
.banner-slider-heading h6{
    color: #4473c5;
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;   
    margin-bottom: 5px; 
    letter-spacing: 0.5px;      
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Banner setting Area %%%%%%%%%%%%%%%%%%%%%%%%%% */
.home-setting-area{
    margin-top: 50px;
    margin-bottom: 50px;
}
.home-setting-each{
    height: 100%;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    border-bottom: 5px solid #b098e4;
}
.home-setting-each p{
    padding: 10px 15px;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0px;
}
.home-setting-left .row{
    margin-left: -7px;
    margin-right: -7px;
}
.home-setting-left .row .col-md-3{
    padding-left: 7px;
    padding-right: 7px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Other Tab Area %%%%%%%%%%%%%%%%%%%%%%% */
.other-tab-area{
    margin-top: 50px;
    margin-bottom: 50px;
}
.other-tab-area .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    justify-content: center;
    gap: 36px;
}
.other-tab-area .nav-tabs .nav-link{
    background-color: #4473c5;   
    border-radius: 0px;
    border: 2px solid #fff;
    color: #fff;
    font-family: "Roboto", sans-serif;
    width: 100%;
    max-width: 200px;
    line-height: 25px;
    position: relative;
}
.other-tab-area .nav-tabs .nav-link.active{
	background-color: #fe0002;
}
.other-tab-area .nav-tabs .nav-link:after{
    position: absolute;
    content: "";
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 25px;
}
.other-tab-area .nav-tabs .nav-link::before{
    position: absolute;
    content: "";
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width:calc(100% + 40px);
    height: 1px;
}
.other-tab-area .nav-tabs .nav-link:first-child::before{
     width:calc(50% + 20px);   
     transform: none;
     right: 0px;
}
.other-tab-area .nav-tabs .nav-link:last-child::before{
     width:calc(50% + 20px);   
     transform: none;
    left: -20px;
}
.other-tab-area .nav-tabs .nav-link:focus{
    outline: none;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Home Tab Area %%%%%%%%%%%%%%%%%%%%%%% */
.home-tab-area{
    margin-top: 50px;
    margin-bottom: 50px;
}
.home-tab-area .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    justify-content: center;
    gap: 36px;
}
.home-tab-area .nav-tabs .nav-link{
    background-color: #4473c5;   
    border-radius: 0px;
    border: 2px solid #fff;
    color: #fff;
    font-family: "Roboto", sans-serif;
    width: 100%;
    max-width: 200px;
    line-height: 25px;
    position: relative;
}
.home-tab-area .nav-tabs .nav-link.active{
	background-color: #fe0002;
}
.home-tab-area .nav-tabs .nav-link:after{
    position: absolute;
    content: "";
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4473c5;
    width: 1px;
    height: 25px;
}
.home-tab-area .nav-tabs .nav-link::before{
    position: absolute;
    content: "";
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4473c5;
    width:calc(100% + 40px);
    height: 1px;
}
.home-tab-area .nav-tabs .nav-link:first-child::before{
     width:calc(50% + 20px);   
     transform: none;
     right: 0px;
}
.home-tab-area .nav-tabs .nav-link:last-child::before{
     width:calc(50% + 20px);   
     transform: none;
    left: -20px;
}
.home-tab-area .nav-tabs .nav-link:focus{
    outline: none;
}
.zone-button {
    background-color: #4473c5;
    border-radius: 0px;
    border: 2px solid #fff;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 400;
    /* padding: 11px 16px; */
    line-height: 42px;
    display: block;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 45px;
    /* min-height: 67px; */
    position: relative;
}
.zone-button::after{
    position: absolute;
    content: "";
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4473c5;
    width: 1px;
    height: 25px;
}
.zone-button:hover{
    color: #fff;
}
.home-tab-area{
    position: relative;
    padding: 70px 0px;
}
.tab-up-image{
    position: absolute;
    top: 0px;
    left: 0px;
}
.tab-up-image img{
    width: 150px;
}
.tab-down-image{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.tab-down-image img{
    width: 150px;
}
.home-setting-each-image img{
    width: 100%;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Footer Area %%%%%%%%%%%%%%%%%%%%%% */
.footer-area{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #1F1F1F;
}
.footer-each h5{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 10px;
}
.footer-each ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.footer-each-2{
    padding-left: 40px;
}
.footer-each ul{
    padding-left: 17px;
}
.footer-each ul li a{
font-family: "Roboto", sans-serif;
color: #fff;
font-weight: 300;
font-size: 15px;
line-height: 25px;
    	transition:all 0.5s;
	-webkit-transition:all 0.5s;  
    position: relative;
}
.footer-each ul li a::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: -17px;
    top: 50%;
    transform: translateY(-50%);
    color:#e50914 ;
    font-size: 0.625rem;
}
.social-icon ul li a::before{
    display: none;
}
.footer-each ul li a:hover{
    color:#e50914 ;
    	transition:all 0.5s;
	-webkit-transition:all 0.5s;    
}
.footer-each a{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    display: block;
    margin-bottom: 8px;
}
.social-icon{
    display: flex;
    align-items: center;
    margin-top: 55px;
}
.social-icon ul{
    list-style: none;
    padding-left: 10px;
    margin: 0px;
    display: flex;
}
.social-icon ul li{
    margin-right: 8px;
}
.social-icon ul li a{
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #343a40;
    	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.social-icon ul li a:hover{
    background-color:#e50914 ;
    	transition:all 0.5s;
	-webkit-transition:all 0.5s;
    color: #fff;
}
.social-icon ul li a i{
    font-size: 15px;
}
.footer-address h5 a{
    display: inline-block;
    color: #e50914;
    font-size: 18px;
}
.footer-address h5 a:hover{
    color: #fff;
    	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer-address h4 a{
    display: inline-block;
    margin-left: 8px;
}
.footer-address h4 a:hover{
     color: #e50914;  
     	transition:all 0.5s;
	-webkit-transition:all 0.5s; 
}
.news-letter-wrapper input{
font-size: .875rem;
    padding: 2px 20px;
    min-height: 47px;
    color: #d1d0cf;
    background: #000;
    border: 0px;
    height: 49px;

}
.news-letter-wrapper{
    display: flex;
}
.news-letter-wrapper input:focus{
    outline: none;
}
.news-letter-wrapper input::placeholder{
     color: #d1d0cf;   
}
.footer-button {
    font-size: .875rem;
    line-height: 1rem;
    font-weight: 500;
    -webkit-border-radius: .1875rem;
    border-radius: .1875rem;
    padding: 0px 20px;
    line-height: 47px !important;
    min-height: 47px;
    color: #fff;
    background: #e50914cc;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% End Footer %%%%%%%%%%%%%%%%%%%%%%%% */
.home-tab-slider{
    margin-top: 40px;
    margin-bottom: 40px;
    min-height: 215px;
}
.home-tab-slider.intro{
    display: none;
}
.search-area{
 position: fixed;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 background-color: #1F1F1F;
 opacity: 0;
z-index: -1;

}
.search-area.active{
    opacity: 1;
    z-index: 99999;
}
.cross-icon{
    position: absolute;
    top: 20px;
    right: 20px;
}
.cross-icon img{
    filter: invert(1);
    width: 50px;
}
.search-wrapper{
display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.search-wrapper input{
    width: 100%;
    max-width: 600px;
    height: 50px;
    border: 0px;
    border-radius: 25px;
    padding: 8px 24px;
}
.search-wrapper input:focus{
    outline: none;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% About Us Page %%%%%%%%%%%%%%%%%%%%%%% */
.about-us-top-left{
    /*background-color: #fff;*/
    padding-left: 33px; 
    padding-right: 33px;
    max-width: 265px;
    text-align: center;
    border-right:1px solid #fff
}
.about-us-top-left p{
    color:#fff
}
.about-us-top-left h2{
    color: #e9750c;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    position: relative;
    margin-bottom: 8px;
}
.about-us-top-left h2:after{
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 140px;
    height: 2px;
    background-color: #000;
}
.about-us-top-left h4{
    color: #000;
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;     
}
.about-us-top-right{
    /*background-color: #fff;*/
    padding-left: 33px; 
    padding-right: 33px; 
    max-width: 265px;
    text-align: center;
    border-left:1px solid #fff
}
.about-us-top-right p{
    color:#fff
}
.about-us-top-right h3{
    color: #e9750c;
    font-size: 25px;
    line-height: 32px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    text-align: center;
    position: relative;
    margin-bottom: 8px;
}
.about-us-top-right h3::after{
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 2px;
    background-color: #000;
    bottom: 0px;
}
.about-us-top-right p{
    /*color: #000;*/
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;      
}
.about-us-top-content h4{
    color: #4473c5;
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
    text-align: center;
}
.about-us-top-content p{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    margin-bottom: 14px;
    letter-spacing: 1px;
}
.about-us-top-area{
    display: flex;
    align-items: normal;
}
.about-us-top-content{
    padding: 0px 35px;
}
.sets-area{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}
.sets-area h4{
     color: #4473c5;
    font-size: 25px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-bottom: 8px;
    text-align: center;   
}
.sets-area ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.sets-area ul li {
    color: #fff;
    font-size: 20px;
    line-height: 17px !important;
    font-weight: 300 !important;
    font-family: "Roboto", sans-serif;
    display: inline-block;
    padding-right: 9px;
    padding-left: 5px;
    border-right: 3px solid #fff;
}
.sets-area ul li:last-child{
    border: none;
}
.about-us-wrap h4{
     color: #4473c5;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-bottom: 11px; 
}
.about-us-wrap p{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
}
.about-us-wrap ul{
    padding-left: 17px;
}
.about-us-wrap ul li{
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-bottom: 28px;
}
.about-us-wrap ul li strong{
    font-weight: 600;
   color: #4473c5;
}
.about-us-wrap .sets-area ul{
    text-align: left;
    padding: 0px;
    margin-top: 0px;
}
.about-us-wrap .sets-area ul li{
    margin-bottom: 18px;
}
.about-us-bottom-wrap h4{
    color: #4473c5;
    font-size: 25px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-bottom: 11px; 
}
.about-us-bottom-wrap p{
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
}
.about-us-bottom-wrap ul{
    padding-left: 17px;
}
.about-us-bottom-wrap ul li{
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-bottom: 15px;
}
.about-us-bottom-wrap-right-text{
    padding: 20px;
    background-color: #343a40;
    text-align: center;
}
.about-us-bottom-wrap-right-text h4{
    color: #fff;
    font-size: 25px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-bottom: 11px;  
}
.about-us-bottom-wrap-right-text p{
     color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;   
}
.about-us-area{
    margin-bottom: 150px;
}
.about-us-bottom-wrap-image img{
    width: 100%;
}
.ab-hedding h4{
    color: #fff;
    font-size: 30px;
    line-height: 25px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;   
    margin-bottom: 30px;
    margin-top: 35px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Subcription page %%%%%%%%%%%%%%%%%%%%%% */

 .subscription-area{
    margin-top: 15px;
    margin-bottom: 70px;
 }
.pricing-plans ul{
    list-style: none;
    padding-left: 15px;
}
.pricing-card {
  --col: #e4e4e7;
  position: relative;
  padding-bottom: 96px;
  border-radius: 4px;
  border: 1px solid #262626;
  background-color: #26262620;
  box-shadow: 0 0 32px transparent;
  text-align: center;
  padding-top: 20px;
  height: 100%;
}

.pricing-card.basic {
  --col: #0891b2;
}

.pricing-card.standard {
  --col: #059669;
}

.pricing-card.premium {
  --col: #c026d3;
}

/* .pricing-card:hover {
  border-color: var(--col);
  background-color: #26262680;
  box-shadow: 0 0 32px #171717;
  transform: translateY(-16px) scale(1.02);
  transition: all 0.5s ease;
} */
.subscription-from ul li{
    position: relative;
}
.subscription-from ul li label i{
    color: red;
    font-size: 7px;
    /* margin-top: -20px; */
    position: absolute;
    left: -13px;
    top: 5px;
}
.pricing-card > *:not(:last-child) {
  margin-bottom: 15px;
}

.pricing-card .heading h4 {
  padding-bottom: 12px;
  color: var(--col);
  font-size: 24px;
  font-weight: normal;
}

.pricing-card .heading p {
  color: #a3a3a3;
  font-size: 14px;
  font-weight: lighter;
}

.pricing-card .price {
  position: relative;
  color: var(--col);
  font-size: 60px;
  font-weight: bold;
}

.pricing-card .price sub {
  position: absolute;
  bottom: 14px;
  color: #a3a3a3;
  font-size: 14px;
  font-weight: lighter;
}

.pricing-card .features li {
  padding-bottom: 16px;
  color: #a3a3a3;
  font-size: 16px;
  font-weight: lighter;
  text-align: left;
}

.pricing-card .features li i,
.pricing-card .features li strong {
  color: #e4e4e7;
  font-size: 16px;
  text-align: left;
}

.pricing-card .features li strong {
  padding-left: 8px;
}

.pricing-card .cta-btn {
  /* position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%); */
  width: 200px;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid var(--col);
  background-color: var(--col);
  color: #e4e4e7;
  font-size: 20px;
  font-weight: bold;
}

.pricing-card .cta-btn:active {
  background-color: transparent;
  color: var(--col);
  transition: all 0.3s ease;
}

.pricing-plans .row{
    margin-right: -8px;
    margin-left: -8px;
}
.pricing-plans .row .col-lg-4{
    padding-left: 8px;
    padding-right: 8px;
}

.subscription-from ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.subscription-from ul li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.subscription-from ul li label{
    color: #8dc544;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}
.subscription-from ul li input{
     padding: 10px;
     height: 46px;   
}
.subscription-from ul li input:focus{
    outline: none
}
.subscription-from ul .full-in{
    display: block;
}
.subscription-from ul .full-in input{
    width: 100%;
    height: 46px;
    padding: 10px;
}
.subscription-from p{
    color: red;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0px;
}
.subscription-from .common-button {
    background: #e50914cc;
    border: 0px;
    color: #fff;
    padding: 10px 28px 10px 28px;
    margin-left: auto;
    margin-right: 0px;
    width: 130px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    border-radius: 41px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.subscription-from .common-button:hover{
    background: #e50914cc;
    color: #fff;
    border: 0px;
}
.subscription-from h6{
      color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    text-align: center;
    margin-bottom: 20px;  
}
.pricing-plans-heading p{
    color: #03da03;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    text-align: center;
    margin-bottom: 30px;     
}
.subscription-head h5{
      color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    text-align: center;
    margin-bottom: 30px;   
    margin-top: 20px; 
}
.pricing-card.basic{
    border: 1px solid #0891b2;
}
.pricing-card.standard{
    border: 1px solid #059669;
}
.pricing-card.premium{
    border: 1px solid #c026d3;
}



.radioo-button input{
    width: 35px;
    height: 35px;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Login Page %%%%%%%%%%%%%%%%%%%%%%% */
.login-form h5{
      color: #9b9797;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    text-align: center;
    margin-bottom: 0px;     
}
.login-form p{
      color: #9b9797;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    text-align: center;
    margin-bottom: 20px !important;  
}
.login-form .social-icon {
    width: 100%;
    font-size: 20px;
    padding-top: 20px;
    color: #fff;
    text-align: center;
    float: left;
}
.login-form {
    background: #fff;
    width: 450px;
    border-radius: 6px;
    margin: 0 auto;
    display: table;
    padding: 15px 30px 30px;
    box-sizing: border-box;
}
.form-group {
  float: left;
  width: 100%;
  margin: 0 0 15px;
  position: relative;
}
.login-form input {
    width: 100%;
    padding: 5px;
    height: 56px;
    border-radius: 74px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 15px;
    padding-left: 75px;
}
.login-form .form-group .input-icon {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    height: 100%;
    padding-left: 35px;
    color: #666;
}
.login-form .login-btn {
  background: #4473c5;
  padding: 11px 50px;
  border-color: #1017e3;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  border: 1px solid #1017e3;
  border-radius: 44px;
  width: 50%;
  height: 56px;
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: center;
}
.login-form .reset-psw {
  float: left;
  width: 100%;
  text-decoration: none;
  color: #1017e3;
  font-size: 14px;
  text-align: center;
  margin-top: 11px;
}
.login-form .social-icon button {
    font-size: 20px;
    color: white;
    height: 50px;
    width: 50px;
    background: #4473c5;
    border-radius: 60%;
    margin: 0px 10px;
    border: none;
    cursor: pointer;
}
.login-form button:hover{
  opacity: 0.9;
}
.login-form .seperator {
  float: left;
  width: 100%;
  border-top: 1px solid #ccc;
  text-align: center;
  margin: 50px 0 0;
}
.login-form .seperator b {
  width: 40px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  background: #fff;
  display: inline-block;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  position: relative;
  top: -22px;
  z-index: 1;
  color: #000;
}
.login-form p {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin: 0 0 10px;
}
@media screen and (max-width:767px) {
.login-form {
    width: 90%;
    padding: 15px 15px 30px;
}
}
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar {
   width: 40px;
  lenght: 40px;
  height: 40px;
  border-radius: 50%;  
}

.login-page-wrapper .social-icon {
    margin-top: 10px;
    justify-content: center;
}
.home-tab-slider-heading-part{
	margin-bottom:30px;
}
.home-tab-slider-heading-part h5{
	display: inline-block;
    background: linear-gradient(to bottom, rgb(33, 61, 90) 0%, rgb(27, 52, 78) 14%, rgb(17, 38, 61) 27%, rgb(6, 23, 41) 70%, rgb(1, 16, 32) 100%);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 8px 50px 8px 20px;
    position: relative;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    letter-spacing: 2px;
}
.home-tab-slider-heading-part a{
	color:#e50914;
	font-weight:600;
	font-size:14px;
}
.block-social-info {
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: inherit;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.gap-2 {
    gap: .5rem !important;
}
.block-social-info .music-play-lists li {
    width: 1.625rem;
    height: 1.625rem;
    margin-bottom: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 2.1875rem;
    margin: 0 auto .4375rem;
    background-color: rgba(0, 0, 0, 0);
    border: .0625rem solid var(--bs-white);
    -webkit-transition: all .45s ease 0s;
    -o-transition: all .45s ease 0s;
    transition: all .45s ease 0s;
}
.iq-card .block-social-info .music-play-lists .share>span {
    width: 100%;
    height: 100%;
    display: inline-block;
    line-height: 0;
    font-size: 1rem;
}
.iq-card .block-images {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    overflow: hidden
}

.iq-card .block-images .img-box {
    -webkit-border-radius: .1875rem;
    border-radius: .1875rem;
    overflow: hidden
}

.iq-card .block-images .img-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(8.71%, #0c0b11), color-stop(72.11%, rgba(12, 11, 17, 0)));
    background: -webkit-linear-gradient(bottom, #0c0b11 8.71%, rgba(12, 11, 17, 0) 72.11%);
    background: -o-linear-gradient(bottom, #0c0b11 8.71%, rgba(12, 11, 17, 0) 72.11%);
    background: linear-gradient(0deg, #0c0b11 8.71%, rgba(12, 11, 17, 0) 72.11%);
    -webkit-border-radius: .1875rem;
    border-radius: .1875rem;
    width: 100%;
    height: 100%;
    bottom: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0
}

.iq-card .block-images .img-box a {
    z-index: 1
}

.iq-card .block-images .img-box img {
    mix-blend-mode: overlay;
    aspect-ratio: 2/3
}

.iq-card .block-images .card-description {
    z-index: 9;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 1.25rem 1.25rem .625rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased
}

.iq-card .block-images .card-description .cart-content a {
    font-size: inherit;
    color: inherit;
    text-decoration: none
}

.iq-card .block-images .card-description .cart-content a.watch-list-not {
    font-size: .75rem;
    font-weight: 500;
    color: var(--bs-body-color)
}

.iq-card .block-images .card-description.with-transition {
    bottom: -4.375rem;
    opacity: 1;
    padding: 1.25rem 0 0;
    visibility: visible;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

.iq-card .block-images::after {
    position: absolute;
    content: "";
    border: 1.25rem solid #141314;
    bottom: -1rem;
    left: -1rem;
    right: -1rem;
    top: -1rem;
    opacity: 0;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    visibility: hidden;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: .187rem;
    border-radius: .187rem
}

.iq-card .movie-time-text {
    color: var(--bs-body-color);
    font-size: .75rem
}

.iq-card .card-description {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    right: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 1.25rem 1.25rem .625rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased
}

.iq-card .block-social-info {
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: inherit;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.iq-card .block-social-info .share-wrapper {
    position: absolute;
    top: inherit;
    right: 0;
    left: -0.375rem;
    bottom: 80%;
    min-width: inherit;
    height: auto;
    width: 2.375rem
}

.iq-card .block-social-info .share .share-wrapper {
    display: none
}

.iq-card .block-social-info .share:hover .share-wrapper {
    display: inline-block
}

.iq-card .block-social-info .music-play-lists li {
    width: 1.625rem;
    height: 1.625rem;
    margin-bottom: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 2.1875rem;
    margin: 0 auto .4375rem;
    background-color: rgba(0, 0, 0, 0);
    border: .0625rem solid #fff;
    -webkit-transition: all .45s ease 0s;
    -o-transition: all .45s ease 0s;
    transition: all .45s ease 0s
}

.iq-card .block-social-info .music-play-lists li:hover {
    border-color: #e50914;
    background: #e50914
}

.iq-card .block-social-info .music-play-lists .share>span {
    width: 100%;
    height: 100%;
    display: inline-block;
    line-height: 0;
    font-size: 1rem
}

.iq-card .block-social-info .music-play-lists span i {
    color: #fff;
    font-size: .625em;
    line-height: 2.5em;
    cursor: pointer
}

.iq-card .share-boxs .share-shape {
    position: absolute;
    left: .75rem;
    top: inherit;
    bottom: -0.875rem;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 0;
    width: .875rem;
    height: 2.5rem
}

.iq-card .share-boxs .share-shape path {
    fill: #000;
}

.iq-card .share-boxs .overflow-hidden {
    background: #e50914cc;
}

.iq-card .share-boxs .overflow-hidden a,
.iq-card .share-boxs .overflow-hidden span {
    display: inline-block;
    width: 2.375rem;
    background: #000;
    color: #fff
}

.iq-card .share-boxs a:hover {
    color: #e50914
}

.iq-card .iq-button .btn {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0;
    overflow: hidden;
	background: #e50914cc;
    border: .063em solid #e50914cc;
	color: #fff;
}

.iq-card:hover .block-images .img-box {
    background: rgba(0, 0, 0, 0)
}

.iq-card:hover .block-images .img-box img {
    mix-blend-mode: inherit
}

.iq-card:hover .block-images .img-box::before {
    opacity: 1
}
.iq-card:hover .block-images::after {
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    visibility: visible;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.iq-card:hover .block-social-info {
    opacity: 1;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.card-style-slider li.swiper-slide {
    padding: 0 .9375rem
}
.card-style-slider.home li.swiper-slide {
    padding: 0 .5rem
}

.card-hover:hover .block-images {
    z-index: 99;
    -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(31.25rem);
    transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(31.25rem);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    overflow: visible;
    /* margin-top: -1.875rem */
}

.card-style-slider li.swiper-slide.swiper-slide-active .card-hover:hover .block-images {
    -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(12%, 0, 0) perspective(31.25rem);
    transform: scale3d(1.1, 1.1, 1) translate3d(12%, 0, 0) perspective(31.25rem)
}

.card-style-slider li.swiper-slide.swiper-active.last .card-hover:hover .block-images {
    -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(-12%, 0, 0) perspective(31.25rem);
    transform: scale3d(1.1, 1.1, 1) translate3d(-12%, 0, 0) perspective(31.25rem)
}
.swiper-slide:hover{
	position:relative;
	z-index:9;
}
.home-tab-wrapper .tab-content{
	overflow:hidden;
}
.video-irame-area h1 {
    color: #fff;
    font-size: 52px;
    line-height: 56px;
    font-weight:700;
    margin-top:30px
}
.video-tab-area .tab-content{
    margin-top: 50px;
}
.video-tab-area.home-tab-area .nav-tabs .nav-link:after {
    display:none
}
.review-form label{
    font-size: 14px;
}
.video-tab-area .tab-pane p{
    margin-bottom: 10px;
}
.video-tab-area .tab-pane h2{
    font-size: 30px;
    line-height: 36px;
    font-weight:500;
    margin-bottom:10px
}
.review-form .form-style{
    background-color: transparent;
    width: 100%;
    color: #fff;
    padding: 10px 15px;
    height: auto;
    box-shadow: none;
    border: 1px solid #545252;
    appearance: none;
}
.review-form .form-style:focus{
    outline:none
}
.review-form button{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    display: block;
    margin-bottom: 8px;
    background: #e50914cc;
    border-radius: .1875rem;
    padding: 0px 20px;
    line-height: 47px !important;
    min-height: 47px;
    border:0px;
    margin-top: 20px;
}
.video-iframe-holder  video{
    max-width: 100%;
}

@media(max-width: 1024px) {
    .iq-card:hover .block-images {
        margin-top: 0
    }

    .card-hover:hover .block-images,
    .card-style-slider li.swiper-slide.swiper-slide-active .card-hover:hover .block-images {
        -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(5%, 0, 0) perspective(31.25em);
        transform: scale3d(1.1, 1.1, 1) translate3d(5%, 0, 0) perspective(31.25em)
    }

    .iq-card:hover .block-social-info {
        opacity: 0
    }

    .iq-card:hover .block-images::after {
        display: none
    }

    .iq-card:hover .block-images .card-description.with-transition {
        opacity: 0
    }
}

@media(max-width: 767px) {
    .card-style-slider li.swiper-slide {
        padding: 0 .4687rem;
        margin-bottom: 0
    }
	.home-tab-slider-heading-part h5 {
		font-size: 10px;
	}
}
.home-tab-slider .swiper {
    overflow: visible;
}
.swiper-button {
    width: 1.875rem;
    height: 1.875rem;
    text-align: center;
    line-height: 1.875rem;
    color: var(--bs-white);
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: .0625em solid #fff;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 1em
}

.swiper-button i {
    vertical-align: middle
}

.swiper-button::after {
    font-size: .625rem;
    color: #fff
}

.swiper-button.swiper-button-prev {
    left: 1em
}

.swiper-button.swiper-button-next {
    right: 1em
}

.swiper-button:hover {
    background: #e50914;
    border: .0625em solid #e50914;
}

.swiper-button-next,
.swiper-button-prev {
    top: 50%
}
.video-liststing .container .home-tab-slider{
    overflow: hidden;
}
.service-heading h4{
    background-color: #4473c5;
    border-radius: 0px;
    border: 1px solid #fff;
    color: #fff;
    font-family: "Roboto", sans-serif;
    width: 100%;
    line-height: 24px;
    position: relative;
    text-align: center;
    font-weight:500;
    height:80px;
    padding:10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.each-service-list{
    width:calc(100% / 6);
}
.each-service-button a{
    height:80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #4473c5;
    background-color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding:10px 15px;
    text-align: center;
    color:#000
}
.each-service-button a:hover{
    background-color: #e50914cc;
    color: #fff;
}
.service-list-holder{
    flex-wrap: wrap;
}
.partners-listing  h4 {
    position: relative;
}
.partners-listing  h4 a{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff
}
.partners-listing  h4 a:hover{
    background-color: #e50914cc;
}
.partners-image-holder{
    gap:20px;;
    flex-wrap:wrap;
}
.each-partner-image{
    width: calc((100% - 100px)  / 6);
}
.contact-details h1{
    text-align: center;
}
.contact-info h6{
    font-size: 25px;
    color:#fff;
    margin-bottom: 20px;
}
.contact-info{
    max-width:800px
}
.contact-info  table tr td{
    padding: 20px 25px;
    border: 1px solid #343434;
    line-height: normal;
}
.contact-info  table tr td a{
    color:#4473c5
}
.user-box{
    position: absolute;
    width: 280px;
    right: 0px;
    top: 100%;
    background: #000;
    width: 17.5rem;
    display: none;
}
.user-box.active{
    display:block
}
.user-box ul{
    margin:0px;
    padding:0px;
    list-style: none;
}
.user-info{
    border-bottom: 1px solid #000;
    padding: 1rem 1.25rem;
}
.user-info img {
    width: 2.5rem;
    height: 2.5rem;
    -o-object-fit: cover;
    object-fit: cover;
}
.gap-3 {
    gap: 1rem !important;
}
.iq-sub-card {
    padding: .9375rem 1.25rem;
    color: #fff;
}
.user-box ul li h6{
    font-size: 1rem;
}
.header-search-icon > ul > li{
    position: relative;
}
.add-row-box a{
    background-color: #e6e6e6;
    background-image: linear-gradient(180deg, #e6e6e6, #ddd);
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px #0003;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    letter-spacing: .1px;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    padding:20px 25px
}
.user-name-and-info .account-logo img {
    width: 5rem;
    height: 5rem;
    border-radius: 3px;
}
.user-name-and-info div > h6{
    font-size: 22px;
}
.user-name-and-info div span{
    font-size: 15px;
}
.user-button-area{
    gap:15px;
}
.user-button-area a{
    background-color: #4473c5;
    color:#fff
}
.edit-account h2{
    color: #fff;
    font-size: 52px;
    line-height: 56px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    margin-bottom: 50px;
    font-style: normal;
    text-align: center;
}
.videos-listing .swiper-wrapper{
	flex-wrap:wrap;
	/* justify-content:center; */
	gap:20px
}
.videos-listing .swiper-wrapper > div{
	margin:0px !important;
	width: calc((100% - 100px)  / 6) !important;
}


/* Style the list */
ul.breadcrumb {
  padding: 10px 1px;
  list-style: none;
  background-color: transparent;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: #fff;
  content: "::\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: red;
  text-decoration: none;
}

ul.breadcrumb li a.secondary{
  color: yellow;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: yellow;
  text-decoration: underline;
}