@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap');

body{
	font-family: 'Roboto', sans-serif;
	}
/*Header css*/
header{
	background:#fff;
	padding:15px 0;
	}
header.know-credit-header{
	background:#f7e8fe;
	}	
.topline h2{
	    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 27px;
	}	
.topline-know-credit h2{
	color: #68398d;
	}	
.toptab-main{
	    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
	    /*padding: 0 15px;*/
		box-shadow:0 0 10px 5px rgba(10, 10, 10, 0.05882352941176);
	}
.toptabs{
	    background: #fff;
    padding: 7px 0px;
    
	}		
.left-tab{
	border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
	}	
.right-tab{
	border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
	}			
.toptab-main ul li a.active{
	background:#0c5295 !important;
	    text-decoration: underline;
	}	
.toptab-main ul li a h2{
	    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
	}	
.toptab-main ul li a p{	
	color: #000000;
	    font-size: 14px;
	margin-bottom: 0;
}

.active-tab{
	background: #0e5c9c;
	}
.know-tab{
	background: #a14098;
	}	
.active-tab p,.active-tab h2,.toptab-main ul li a.active h2,.toptab-main ul li a.active p{
	color: #fff;
	}	
/**/

	
/*Banner css*/
.banner-section{
	background:url(../images/banner-bg.jpg) no-repeat center;
	background-size: cover;
    padding: 50px 0 50px;
	}
.know-credit-banner-section{
	background:url(../images/know-credit-banner-bg.jpg) no-repeat;
	background-size: cover;
	}	
.banner-text{
	    color: #fff;
	}	
.banner-text h1{	
    font-size: 53px;
    line-height: 40px;
		    font-weight: 100;
}
.banner-text h1 span{
	font-weight: 400;
	}	
.banner-text p{	
    padding-top: 10px;
    font-size: 17px;
	    font-weight: 300;
}
.banner-text h3{	
    font-size: 24px;
}
.banner-text a{	
    background: #fff;
    border: none;
    color: #0c6baf;
    transition: all 0.5s ease-in-out !important;
    font-weight: 300;
    padding: 12px 35px;
    font-size: 16px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 10px;
        font-weight: 600;
}
.know-credit-text a{
    background: #fff;
    color: #69398d;
    border:none;
	}
	
.banner-text a:hover{
	background: #0c6baf;
	color: #fff;
	text-decoration:none;
	border:1px solid #fff;
	transition: all 0.5s ease-in-out !important;
	}	
.know-credit-text a:hover{
    background: #69398d;
    color: #fff;
    
}	

/**/	


/**/
.credit-score-section{
	position:relative;
	background: #eef0f5;
}
.credit-awareness-section{
	background: #e6dfef;
	    padding: 5% 0 7%;
	}
.title-heading h1{
    font-weight: 300;
    color: #000000;
	    padding-bottom: 20px;
    font-size: 40px;
}
.know-more-title-heading p{
	    font-size: 18px;
    font-weight: 300;
    color: #000;
	}
.know-more-title-heading a {
    background: #a14098;
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-weight: 300;
    padding: 12px 35px;
    font-size: 16px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 10px;
}	
.know-more-title-heading a:hover{
	background: #000;
	transition: all 0.3s ease-in-out;
	text-decoration:none;
	}
.credit-score-section img.cubes{
    position: absolute;
    right: 3%;
    top: 5%;
}

.credit-box {
	    background: #fff;
  position: relative;
  width: 100%;
      height: 100%;
    padding: 15px 15px 25px;
box-shadow: 0 0 6px 5px rgba(154, 154, 154, 0.15);
    border-radius: 15px;
}
.credit-box h2{
color: #2e2e2e;
    font-size: 20px;
    padding-top: 20px;
    border-top: 2px solid #ebebeb;
}
.credit-box p{
    color: #808080;
    font-weight: 300;
    line-height: 1.2;
    font-size: 15px;
}
.credit-box img.circle-arrow{
	    position: absolute;
    bottom: 15px;
    right: 15px;
	}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  border-radius: 15px;
  transition: .5s ease;
/*  background-color: #0d72b6;*/
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0d73b8+0,0c5397+99 */
background: #0d73b8; /* Old browsers */
background: -moz-linear-gradient(top,  #0d73b8 0%, #0c5397 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0d73b8 0%,#0c5397 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0d73b8 0%,#0c5397 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d73b8', endColorstr='#0c5397',GradientType=0 ); /* IE6-9 */

}

.credit-box:hover .overlay {
  opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 30%;
    -webkit-transform: translate(-31%, -50%);
    -ms-transform: translate(-31%, -50%);
    transform: translate(-31%, -50%);
    text-align: left;
}
.credit-score-facts-slider .owl-stage{
	    left: -15px !important;
	}
	
.credit-score-facts-slider .owl-nav button.owl-next{
	    color: #fff;
    position: absolute;
    top: 40%;
    width: 28px;
    padding: 0 0 3px !important;
    height: 28px;
    right: 1%;
    font-size: 24px;
    line-height: 0;
    border-radius: 50%;
box-shadow: 0px 2px 4px rgba(70, 70, 70, 0.5);
    background: #0d73b8;
}
.credit-score-facts-slider .owl-nav button.owl-prev{
	    color: #fff;
    position: absolute;
    top: 40%;
    width: 28px;
    padding: 0 0 3px !important;
    height: 28px;
    left: -2%;
    font-size: 24px;
    line-height: 0;
    border-radius: 50%;
box-shadow: 0px 2px 4px rgba(70, 70, 70, 0.5);
    background: #0d73b8;
}
.credit-score-facts-slider .owl-nav .disabled {
    opacity: 0;
    cursor: default;
}
.credit-score-facts-slider .owl-nav button.owl-next,.credit-score-facts-slider .owl-nav button.owl-prev,.owl-theme .owl-dots .owl-dot:focus{
	outline:none;
	}
	
/**/


/*Seasons css*/
.seasons-section{
	background:#dce9f2;
	}
.videos-section{
	background:#e6dfef;
	}	
.seasons-section h1{
	color: #0d73b8;
    padding-bottom: 0;	
	margin-bottom: 0;
}
.seasons-section p{
	    color: #434343;
    font-weight: 500;
    font-size: 17px;
	}
.seasons-textbox h3{	
    color: #085b9b;
    font-weight: 300;
    font-size: 24px;	
}
.seasons-textbox p{
color: #434343;
    font-weight: 300;
    font-size: 16px;
}
.season-img img{
    box-shadow: 0 0 6px 5px rgba(154, 154, 154, 0.15);
    border-radius: 8px;
}
.seasons-textbox{
	    padding-left: 0;
	}
.videos-textbox h3{
	    color: #a14098;
	}	
.videos-section h1 {
    color: #a14098;
	}
/*Grow credit css*/
.grow-credit-section{
	    border-bottom: 10px solid #085b9b;
	}
.blog-section{
	    border-bottom: 10px solid #a14098;
	}	
.blog-section h1 {
    color: #a14098;
	}
.grow-credit-heading p{
	    color: #434343;
    font-weight: 500;
    font-size: 17px;
	}

.grow-credit-img img{
	    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	}
.grow-credit-img img.grow-credit-right-arrow{
    width: auto;
    position: absolute;
    bottom: -23px;
    z-index: 10;
    right: 25px;	
}
	
.grow-credit-text{	
	border-bottom-left-radius: 10px;
    background: #085b9b;
	color:#fff;
    border-bottom-right-radius: 10px;
}
.grow-credit-text p{	
    padding: 20px 15px 15px;
    font-size: 15px;
    font-weight: 300;
}

.blog-text{
	background: #a14098;
	}

/**/	
	
@media only screen and (max-width:991px){	
header{
	background:#fff;
	}	
}
@media only screen and (max-width:768px){	
.mob-order-2{
	order:2;
	}
.banner-text {
    text-align: center;
}	
.title-heading h1 {
	    text-align: center;
    font-size: 27px;
    padding-bottom: 25px;
	}
.credit-score-facts-slider .owl-stage {
    left: auto !important;
}	
.credit-score-section img.cubes {
	width:38%;
	    padding: 10% 0 10%;
}
}
@media only screen and (max-width:767px){	
.seasons-textbox {
    padding-left: 25px;
    padding-top: 25px;
}
.seasons-section p {
    text-align: center;
}
.seasons-textbox p {
	 text-align: left;
	}
.seasons-section h1 {
	    padding-bottom: 10px;
	}	
header {
    padding: 30px 10px 40px;
}	
}
@media only screen and (max-width:575px){	
.topline h2 {
	    font-size: 22px;
	}
.toptab-main {
	    margin: 50px 15px 0;
	}
.toptabs {
    padding: 10px 0px;
}		
.toptabs h2 {
    font-size: 20px;
}
.banner-text h1 {
    font-size: 35px;
}
.banner-text h3 {
    font-size: 19px;
}
.banner-text p {
	    padding-top: 0;
    font-size: 16px;
}
.banner-section {
    padding: 50px 0 50px;
}
.credit-score-facts-slider .owl-nav button.owl-next{
	right:0;
	}
.credit-score-facts-slider .owl-nav button.owl-prev{
	left:0;
	}	
.credit-score-section img.cubes {
    right: 0;
    top: 15%;
}
 .owl-carousel .owl-item img {
  /*  width: auto;*/
 }
/* #seasons-slider .owl-item img {
	 width: auto;
	 }*/
}


