/* Created By : Dasagani */

/* -- General Styles -- */
body{
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4{
	font-family: 'Raleway', sans-serif;
}
h3, h4, h5{
	color: #494949;
}
h5, h6, p, form {
	font-family: 'Open Sans', sans-serif;
}
p{
	font-size: 15px;
	color: #777777;
	line-height: 26px;
}
a{
	color:#202020;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover, a:visited{
	color:#ffd800;
	text-decoration: none;
}
.hentry {
    margin: 0px !important;
}
.btn-primary, .services-list .list {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#preloader {
	background-color: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	text-align:center;
}
#preloader #status {
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 50%;
    margin-top: -64px;
}
#preloader #status img {}
/* -- Logo Holder Styles -- */
.logo-holder{
	background-color: #202020;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	position:relative;
}
.au_logo_box{
	float:left;
	width:100%;
	text-align:left;
}
.au_logo_box a{
	display: inline-block;
    width: auto;
    margin-top: -2px;
}
p.menu_button{
    margin-bottom: 0px;
    position: absolute;
    right: 15px;
    top: -40px;
    background-color: #ffd800;
    color: #202020;
    width: 35px;
    height: 30px;
    text-align: center;
    border-radius: 6px;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
	display:none;
}
.logo-holder h2 span, .logo-holder h4 span{
	color: #ffd800;
}
.au_logo_text{
    float: left;
    width: 100%;
}
.au_logo_text p{
	color: #fff;
	float: right;
	font-weight: 300;
	line-height: 32px;
	padding: 10px 0px 0px 0px;
    font-size: 23px;
	font-family: 'Raleway', sans-serif;
	margin-bottom:0px;
}
.fw-container-fluid {
    /* padding-left: 0px !important;
    padding-right: 0px !important; */
}
.au_main_menu_wrapper{
	float:left;
	width:100%;
}
.au_main_menu{
	float:left;
	width:100%;
    margin-top: 3px;
}
.au_main_menu ul{
	float:right;
	width:auto;
	margin:0px;
	padding:0px;
}
.au_main_menu ul li{
	float:left;
	list-style:none;
	position:relative;
}
.au_main_menu ul li a{
	display:block;
	color:#ffffff;
	font-size:16px;
	text-decoration:none;
	text-transform:capitalize;
	padding:10px 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.au_main_menu ul li a:hover{
	color:#ffd800;
}
.au_main_menu ul li:last-child a{
	padding-right:0px;
}
.au_main_menu ul li:first-child a{
	padding-left:0px;
}
.au_main_menu ul li:hover ul.sub-menu{
	display:block;
}
.au_main_menu ul li ul.sub-menu{
	position:absolute;
	top:100%;
	left:0;
	width:150px;
	display:none;
	background-color:#f0f0f0;
    z-index: 100;
    box-shadow: 0px 5px 15px -5px #000000;
    -webkit-box-shadow: 0px 5px 15px -5px #000000;
    -moz-box-shadow: 0px 5px 15px -5px #000000;
    -o-box-shadow: 0px 5px 15px -5px #000000;
    -ms-box-shadow: 0px 5px 15px -5px #000000;
}
.au_main_menu ul li ul.sub-menu li{
	width:100%;
}
.au_main_menu ul li ul.sub-menu li{
	width:100%;
}
.au_main_menu ul li ul.sub-menu li a{
	color:#202020;
	padding:10px;
    text-align: left;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.au_main_menu ul li ul.sub-menu li a:hover{
	background-color:#202020;
	color:#ffd800;
}
.au_main_menu ul li ul.sub-menu li ul.sub-menu{
	display:none;
}
.au_main_menu ul li ul.sub-menu li:hover ul.sub-menu{
	display:block;
	top:0;
	left:100%;
}
.au_main_menu ul li:last-child ul.sub-menu{
	right:0;
	left:auto;
}
.au_main_menu ul li:last-child ul.sub-menu li ul.sub-menu{
	right:100%;
	left:auto;
}
.au_main_menu ul li ul.sub-menu li ul.sub-menu li ul.sub-menu{
	display:none;
}
.au_main_menu ul li ul.sub-menu li ul.sub-menu li:hover ul.sub-menu{
	display:block;
	left:100%;
	top:0;
}
.au_main_menu ul li:last-child ul.sub-menu li ul.sub-menu li ul.sub-menu{
	display:none;
}
.au_main_menu ul li:last-child ul.sub-menu li ul.sub-menu li:hover ul.sub-menu{
	display:block;
	right:100%;
	left:auto;
	top:0;
}

/* -- Header Section Styles -- */
header{
    min-height: 740px;
}
/* -- Header Section Styles ClickThrough -- */
.click-through {
	min-height: 600px;
}

/* -- Hero Section -leadgen- Styles -- */
.hero{
	position:relative;
	right:0;
	left:0;
	top:30%;
	transform:translateY(-30%);
}
.hero-text{
	margin-top: 120px;
}
.hero-text h1{
	font-size: 66px;
	font-weight: 700;
	color: #fff;
	line-height: normal;
	margin:0px;
}
.hero-text h1 .big-title{
	font-size: 118px;
	color: #ffd800;
	font-weight: 900;
	margin:0px;
}
.hero-text h1 strong{
	font-size: 115px;
	color: #ffd800;
	font-weight: 900;
}
.hero-text h2{
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	line-height: normal;
	margin:0px;
}
.hero-text h6{
	color: #fff;
	margin-top: 10px;
	letter-spacing: 0.6px;
	font-size:18px;
	line-height:26px;
}

/* -- Hero Section -clickthrough- Styles -- */
.click-through .hero{
	position:relative;
	right:0;
	left:0;
	top:40%;
	transform:translateY(-30%);
}
.click-through .hero-text{
	margin-top: 0;
	text-align: center;
}
.click-through .hero-text h1{
	font-size: 66px;
	font-weight: 300;
	color: #fff;
	line-height: 70px;
}
.click-through .hero-text h1 strong{
	font-size: 86px;
	color: #ffd800;
	font-weight: 900;
	line-height: normal;
}
.click-through .hero-text h2{
	color: #fff;
	font-size: 66px;
	font-weight: 300;
	line-height: normal;
}
.click-through .hero-text h6{
	color: #fff;
	margin-top: 10px;
	letter-spacing: 0.6px;
}
.click-through .btn-primary {
	font-size: 26px;
	padding: 14px 40px;
	border: none;
	color: #202020;
	margin-top: 20px;
	background-image: -webkit-linear-gradient(top, #ffc600, #F2B900);
  	background-image: -moz-linear-gradient(top, #ffc600, #F2B900);
  	background-image: -ms-linear-gradient(top, #ffc600, #F2B900);
 	background-image: -o-linear-gradient(top, #ffc600, #F2B900);
 	background-image: linear-gradient(to bottom, #ffc600, #F2B900);
}
.click-through .btn-primary:hover, .click-through .btn-primary:active{
	color: #202020;
	background-image: -webkit-linear-gradient(top, #fff, #c4c4c4);
  	background-image: -moz-linear-gradient(top, #fff, #c4c4c4);
  	background-image: -ms-linear-gradient(top, #fff, #c4c4c4);
 	background-image: -o-linear-gradient(top, #fff, #c4c4c4);
 	background-image: linear-gradient(to bottom, #fff, #c4c4c4);
}

/* -- Hero Section -clickthrough- Styles End-- */

.arrow {
	text-align: center;
	margin-top: 230px;
}
.hero-form{
	background-color: #ffd800;
	text-align: center;
	padding: 40px;
	border-radius: 6px;
	margin-top: 10px;
}
.hero-form h2{
	font-size: 34px;
	font-weight: 800;
	margin:0px;
}
.hero-form h6{
    color: #202020;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    margin: 0px 0px 30px 0px;
}
.hero-form form{
	margin-top: 0px;
	font-weight: 300;
}
.hero-form form p{
	margin-bottom:0px;
	padding:0px;
}
.hero-form .form-control{
	border: 1px solid #fff;
	border-radius: 0;
	color: #202020;
	margin-bottom: 15px;
}
.hero-form form input:hover, .hero-form form input:focus{
	border: 1px solid #202020;
}
.form-control::-webkit-input-placeholder { 
	color: #333333; 
	opacity: 1; 
}
.form-control:-moz-placeholder { 
	color: #333333;
}
.form-control::-moz-placeholder {
	color: #333333;
}
.form-control:-ms-input-placeholder {
	color: #333333;
}
.btn-primary{
	font-size: 34px;
	font-weight: 900;
	font-family: 'Raleway', sans-serif;
	background-image: -webkit-linear-gradient(top, #202020, #000);
  	background-image: -moz-linear-gradient(top, #202020, #000);
  	background-image: -ms-linear-gradient(top, #202020, #000);
 	background-image: -o-linear-gradient(top, #202020, #000);
 	background-image: linear-gradient(to bottom, #202020, #000);
}
.btn-primary:hover, .btn-primary:active{
	background-image: -webkit-linear-gradient(top, #000, #202020);
  	background-image: -moz-linear-gradient(top, #000, #202020);
  	background-image: -ms-linear-gradient(top, #000, #202020);
 	background-image: -o-linear-gradient(top, #000, #202020);
 	background-image: linear-gradient(to bottom, #000, #202020);
}
.hero-form p{
	color: #202020;
	font-weight: 300;
	padding-top: 10px;
}
.clients{
	width: 100%;
}
.clients h6{
	color: #fff;
	opacity: 0.5;
	padding-top: 8px;
    font-size: 18px;
    line-height: 26px;
	margin:0px;
}
.clients-logos {
	float: right;
}
.clients img{
padding-top: 6px;
opacity: 0.8;
padding-bottom: 8px;
}
.clients img:hover{
	opacity: 1;
}
.features{
	margin-top: 80px;
}
.features .container{
	background-image: url('../images/gesture-women.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 80px;
}
.features-title{
	margin-bottom: 60px;
}
.features-title h2{
    color: #202020;
    font-weight: 700;
	margin:0px;
}
.features-title h5{
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    padding: 4px 0;
	margin:0px;
}
.features h4{
    color: #202020;
    font-weight: 700;
}
.features-list {
	margin-top: 36px;
}
.features-list h4{
	font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    padding: 8px 0;
	margin:0px;
}
.features-list p{
	margin:0px;
	display: flex;
    align-items: flex-start;
}
.features-list img{
	float: left;
	margin-top: 6px;
	margin-right: 10px;
}
.contact{
	background-attachment: fixed;
	padding: 80px 0;
	text-align: center;
}
.contact h2, .contact h3, .contact h4{
	color: #fff;
}
.contact h4{
	font-weight: 300;
	font-size: 23px;
    line-height: 30px;
    padding: 8px 0;
	margin:0px;
}
.contact h2{
	font-size: 74px;
	padding: 10px 0;
	line-height: 60px;
	font-weight:700;
	margin:0px;
}
.contact h3{
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: 300;
	line-height: 30px;
	padding-top: 10px;
    font-size: 26px;
	margin:0px;
}
.services {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 90px;
}
.services-title {
	margin-bottom: 80px;
}
.services-title h2 {
	padding: 8px 0;
    font-size: 30px;
    color: #202020;
    font-weight: 700;
    line-height: 30px;
	margin:0px;
}
.services-title h5{
	font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    padding: 4px 0;
	margin:0px;
}
.services-list .list{
	background-color: #f4f4f4;
	padding: 70px 20px;
	margin-top: 30px;
}
.services-list .list:hover{
	background-color: #202020;
}
.services-list .list h4{
	font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    padding: 8px 0;
	margin:0px;
}
.services-list .list p{
	margin:0px;
}
.services-list .list:hover h4, 
.services-list .list:hover p {
	color: #fff!important;
} 
.services-list .list img{
	margin-bottom: 8px;
	height: 44px;
}
.offer {
	text-align: center;
	margin-bottom: 100px;
}
.offer h2{
	font-size: 46px;
	line-height: 40px;
	padding: 8px 0;
    color: #202020;
    font-weight: 700;
	margin:0px;
}
.offer .btn-primary{
	font-size: 32px;
	font-weight: 800;
	border: none;
	color: #202020;
	line-height: 18px;
	padding-top: 30px;
	padding-bottom: 24px;
	margin-top: 20px;
	font-family: 'Raleway', sans-serif;
	background-image: -webkit-linear-gradient(top, #ffc600, #F2B900);
  	background-image: -moz-linear-gradient(top, #ffc600, #F2B900);
  	background-image: -ms-linear-gradient(top, #ffc600, #F2B900);
 	background-image: -o-linear-gradient(top, #ffc600, #F2B900);
 	background-image: linear-gradient(to bottom, #ffc600, #F2B900);
}
.offer .btn-primary:hover, .offer .btn-primary:active{
	color: #F2B900;
	background-image: -webkit-linear-gradient(top, #000, #202020);
  	background-image: -moz-linear-gradient(top, #000, #202020);
  	background-image: -ms-linear-gradient(top, #000, #202020);
 	background-image: -o-linear-gradient(top, #000, #202020);
 	background-image: linear-gradient(to bottom, #000, #202020);
}
.offer a span{
	font-size: 16px;
	font-weight: 300;
}
.reviews {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 70px;
}
.reviews-title {
	margin-bottom: 50px;
}
.reviews-title h2 {
	padding: 8px 0;
    font-size: 30px;
    color: #202020;
    font-weight: 700;
    line-height: 30px;
	margin:0px;
}
.reviews-title p{
	margin:0px;
}
.reviews-list {
	margin-top: 40px;
}
.reviews-list p{
	margin-top: 10px;
	color: #494949;
	margin-bottom:0px;
}
.reviews-list h4{
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    padding: 8px 0;
	margin:0px;
}
.fa-star {
	color: #ffc600;
	font-size: 14px;
}
.faq {
	margin-top: 80px;
	margin-bottom: 80px;
}
.faq-title {
	text-align: center;
	margin-bottom: 20px;
}
.faq-title h2 {
	padding: 8px 0;
    font-size: 30px;
    color: #202020;
    font-weight: 700;
    line-height: 30px;
	margin:0px;
}
.faq-title p{
	margin:0px;
}
.faq-list div h2{
	font-size: 70px;
	color: #f0f0f0;
	line-height: 56px;
	padding: 0;
    font-weight: 700;
    margin: 0px;
}
.faq-list > div {
	margin-top: 60px;
}
.faq-list .col-md-6, .faq-list .col-lg-6, .faq-list .col-sm-6 {
	padding-left: 0px;
}
.faq-list .qa div{
	padding-left: 28px;
}
.faq-list .qa h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
    font-size: 18px;
    line-height: 26px;
	margin:0px;
}
.faq-list .qa p {
	padding-top: 6px;
	margin:0px;
}
.footer-hero {
    background-size: cover;
    background-attachment: scroll;
    text-align: center;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 90px;
}
.footer-hero h2{
	font-size: 40px;
	line-height: 60px;
	color: #fff;
    font-weight: 700;
    margin: 0px;
}
.footer-hero h6{
    font-size: 18px;
    line-height: 26px;
    margin: 0px;
}
.footer-hero .btn-primary {
	font-size: 40px;
	font-weight: 900;
	border: none;
	color: #202020;
	line-height: 18px;
	padding-top: 34px;
	padding-bottom: 34px;
	margin-top: 36px;
	font-family: 'Raleway', sans-serif;
	background-image: -webkit-linear-gradient(top, #ffc600, #F2B900);
  	background-image: -moz-linear-gradient(top, #ffc600, #F2B900);
  	background-image: -ms-linear-gradient(top, #ffc600, #F2B900);
 	background-image: -o-linear-gradient(top, #ffc600, #F2B900);
 	background-image: linear-gradient(to bottom, #ffc600, #F2B900);
}
.footer-hero .btn-primary:hover, .footer-hero .btn-primary:active{
	color: #F2B900;
	background-image: -webkit-linear-gradient(top, #000, #202020);
  	background-image: -moz-linear-gradient(top, #000, #202020);
  	background-image: -ms-linear-gradient(top, #000, #202020);
 	background-image: -o-linear-gradient(top, #000, #202020);
 	background-image: linear-gradient(to bottom, #000, #202020);
}
.footer {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer p{
	margin:0px;
}
.footer .fa-heart {
	color: #F2B900;
}
.social {
	float: right;
	line-height: 24px;
}
.social a{
	text-decoration:none;
}
.social i{
	color: #202020;
	display: inline-block;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 16px;
}
.social i:hover {
	color: #F2B900;
}

/*------------ blog css Start -----------*/
.cat_blog_wrapper{
    padding-top: 80px;
    float: left;
    width: 100%;
    background-color: #f0f0f0;
}
.page_title .page-title {
    color: #202020;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0px;
}
.blog_desc {
    padding: 30px;
    background-color: #ffffff;
	margin-bottom:20px;
	word-wrap: break-word;
}
.blog_desc h3 {
    margin-top: 0px;
    /* color: #202020;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: bold; */
}
.blog_desc h3 a {
    color: #202020;
    line-height: 45px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: bold;
}
.blog_desc h3 a:hover {
    color: #ffd800;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog_desc .bottom{
	margin:10px 0 20px;
}
.blog_desc .bottom span, 
.blog_desc .bottom span a {
    color: #202020;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
} 
.blog_desc .bottom span a:hover {
	color:#ffd800;
	text-decoration: none;
}
.blog_desc .bottom i {
    color: #202020;
    margin-right: 5px;
}
.blog_desc p {
    color: #777777;
    line-height: 24px;
    font-size: 15px;
}
.blog_desc a.blog_readmore {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    font-size: 15px;
    margin-top: 15px;
    letter-spacing: 0.04em;
    background-color: #202020;
    padding: 15px 25px;
    border-radius: 6px;
	text-decoration:none;
	transition:all ease-in 0.25s;
	-webkit-transition:all ease-in 0.25s;
	-moz-transition:all ease-in 0.25s;
}
.blog_desc a.blog_readmore:hover {
    color: #202020;
    background-color: #ffd800;
}
.blog_details_desc .blog_content form input[type=submit]{
    display: inline-block;
	margin-top:60px;
	padding:5px 25px;
	border:none;
}
.blog_details_desc .blog_content form input[type=submit]:hover{
	border:none;
}
/*------------ blog css End -----------*/

/* sidebar css Start */
.cat_sidebar {
    float: left;
    width: 100%;
}
.cat_sidebar .widget {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.cat_sidebar .widget .widget-title {
    font-size: 20px;
    color: #202020;
    font-weight: 700;
    line-height: 30px;
	margin-top:0px;
	margin-bottom:15px;
	border-bottom: 1px solid #202020;
    padding-bottom: 10px;
}
.widget_search form {
    position: relative;
}
.widget_search form label{
	width:100%;
}
.widget_search form input[type=search] {
    width: 100%;
    height: 45px;
    border: 1px solid #777777;
    padding-left: 10px;
    padding-right: 62px;
    border-radius: 0px;
}
.widget_search form input:focus{
	outline:none;
	box-shadow:none;
}
.widget_search form .search-submit {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    height: 45px;
    border: 1px solid #777777;
    letter-spacing: 0.04em;
    background-color: #202020;
    padding: 0px 10px !important;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    border-radius: 0px;
	transition:all ease-in 0.25s;
	-webkit-transition:all ease-in 0.25s;
	-moz-transition:all ease-in 0.25s;
}
.widget_search form .search-submit:hover {
    color: #202020;
    background-color: #ffd800;
    border:1px solid #777777;
}
.cat_sidebar .widget ul{
	margin:0px;
	padding:0px;
}
.cat_sidebar .widget ul li{
    float: left;
    width: 100%;
}
.cat_sidebar .widget ul li.recentcomments{
    color:#000000;
	font-weight:bold;
}
.cat_sidebar .widget.widget_recent_entries ul{
    margin-left:20px;
}
.cat_sidebar .widget.widget_recent_entries ul li{
    list-style:disc;
}
.cat_sidebar .widget ul li.recentcomments a, .cat_sidebar .widget ul li.recentcomments span{
	font-weight:normal;
}
.cat_sidebar .widget ul li{
	padding:5px 0px 5px 0px;
	list-style:none;
}
.cat_sidebar .widget ul li ul.sub-menu{
	margin-left:5px;
}
.cat_sidebar .widget ul li ul li{
	padding-left:10px;
}
.cat_sidebar .widget ul li ul li:last-child{
	padding:0px 0px 0px 10px;
}
.cat_sidebar .widget ul li a {
    color: #777777;
    font-size: 15px;
    line-height: 26px;
    text-transform: capitalize;
	text-decoration:none;
    font-family: 'Open Sans', sans-serif;
	transition: all ease-in 0.25s;
	-webkit-transition: all ease-in 0.25s;
	-moz-transition: all ease-in 0.25s;
}
.cat_sidebar .widget ul li a:hover {
    color: #ffd800 !important;
}
.cat_sidebar .widget select{
    float: left;
    width: 100%;
    height: 40px;
    border: 1px solid #202020;
    border-radius: 0px;
    padding: 0px 10px;
	margin-top:10px;
	transition: all ease-in 0.25s;
	-webkit-transition: all ease-in 0.25s;
	-moz-transition: all ease-in 0.25s;
}
.cat_sidebar .widget select:focus{
    border: 1px solid #202020;
    outline:none;
	box-shadow:none;
}
.cat_sidebar .widget a:link {
	color: #777777;
	transition: all ease-in 0.25s;
	-webkit-transition: all ease-in 0.25s;
	-moz-transition: all ease-in 0.25s;
}
.cat_sidebar .widget a:link:hover {
	color: #ffd800;
}
.cat_sidebar .widget .calendar_wrap {
    text-align: center;
    font-family: 'Open Sans', sans-serif;	
}
.cat_sidebar .widget .wrap-forms .field-table table, th, td {
    border: 1px solid;
    text-align: center;
    padding: 5px;
    border-color: #777777 !important;
}
.cat_sidebar .widget .calendar_wrap td#today{
	background-color:#ffd800;
	color:#202020;
	transition: all ease-in 0.25s;
	-webkit-transition: all ease-in 0.25s;
	-moz-transition: all ease-in 0.25s;
}
.cat_sidebar .widget .calendar_wrap td#today:hover{
	background-color:#202020;
	color:#ffd800;
}
.cat_sidebar .widget_rss ul li {
    margin-bottom: 10px;
}
.cat_sidebar .widget ul li .rsswidget {
    display: block;
}
.cat_sidebar .widget .rsswidget {
    color: #FF9800!important;
    font-weight: 500;
}
.cat_sidebar .widget .rss-date{
    font-style:italic;
    float: left;
    width: 100%;
}
.cat_sidebar .widget .rssSummary {
    padding: 10px 0px;
    float: left;
    width: 100%;
    color: #777777;
    line-height: 24px;
}
.cat_sidebar .widget cite {
    float: right;
    font-weight: 600;
}
.cat_sidebar .widget .tagcloud a {
	float: left;
    padding: 8px;
    background-color: #fff;
    color: #202020;
    font-size: 13px !important;
    letter-spacing: 0px;
    text-transform: capitalize;
    text-decoration: none;
    margin: 2px 2px 0 0;
    border: 1px solid #777777;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.cat_sidebar .widget .tagcloud a:hover {
    background-color:#ffd800;
	color:#202020;
	border: 1px solid #ffd800;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"]{
	height:40px;
	padding:0px 15px;
}
textarea{
	padding:10px 15px;
	resize: vertical;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], textarea{
	float:left;
	width:100%;
	border:1px solid #f0f0f0;
	border-radius:0px;
	margin-bottom:10px;
	box-shadow:none;
	outline:none;
	transition: all ease-in 0.25s;
	-webkit-transition: all ease-in 0.25s;
	-moz-transition: all ease-in 0.25s;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus{
	border:1px solid #202020;
	box-shadow:none;
	outline:none;
}
.comment-respond .comment_button{
	color: #fff;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    font-size: 15px;
    margin-top: 15px;
	margin-bottom:15px;
    letter-spacing: 0.04em;
    background-color: #202020;
    padding: 15px 25px;
    border-radius: 6px;
	border:none;
	height:56px;
    transition: all ease-in 0.25s;
    -webkit-transition: all ease-in 0.25s;
    -moz-transition: all ease-in 0.25s;
}
.comment-respond .comment_button:focus, .comment-respond .comment_button:hover{
	color:#202020;
	background-color:#ffd800;
	outline:none;
	box-shadow:none;
}
.comment-respond .comment-notes{
	color:#202020;
	float:left;
	width:100%;
	margin-bottom:20px;
}
.mj_paginations .pagination>li>a, .mj_paginations .pagination>li>span {
    padding: 10px 20px;
    color: #202020;
    background-color: #ffffff;
    border: 1px solid #cccccc;
	text-decoration:none;
    transition: all ease-in 0.25s;
    -webkit-transition: all ease-in 0.25s;
    -moz-transition: all ease-in 0.25s;
}
.mj_paginations .pagination>.active>a, .mj_paginations .pagination>.active>a:focus, .mj_paginations .pagination>.active>a:hover, .mj_paginations .pagination>.active>span, .mj_paginations .pagination>.active>span:focus, .mj_paginations .pagination>.active>span:hover, .mj_paginations .pagination>li>a:focus, .mj_paginations .pagination>li>a:hover, .mj_paginations .pagination>li>span:focus, .mj_paginations .pagination>li>span:hover{
    color: #202020;
    background-color: #ffd800;
    border-color: #ffd800;
	text-decoration:none;
}
.mj_paginations .pagination>li:first-child>a, .mj_paginations .pagination>li:first-child>span, .mj_paginations .pagination>li:last-child>a, .mj_paginations .pagination>li:last-child>span {
    border-radius: 0px;
}
.blog_content form input[type=submit]{
    border: 1px solid #f0f0f0;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    display: table;
    font-size: 15px;
    margin-top: 0px;
    letter-spacing: 0.04em;
    background-color: #202020;
    padding: 15px 25px;
    border-radius: 6px;
    text-decoration: none;
    transition: all ease-in 0.25s;
    -webkit-transition: all ease-in 0.25s;
    -moz-transition: all ease-in 0.25s;
}
.blog_content form input[type=submit]:hover{
	color: #202020;
    background-color: #ffd800;
}
.page-links a{
	text-decoration:none;
    padding: 5px 10px;
    color: #202020;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    transition: all ease-in 0.25s;
    -webkit-transition: all ease-in 0.25s;
    -moz-transition: all ease-in 0.25s;
}
.page-links a:hover, .page-links a:focus{
	color: #202020;
    background-color: #ffd800;
    border-color: #ffd800;
}
.comments-area{
	float:left;
	width:100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    padding: 30px;
}
.comments-area ul, .comments-area ol{
	margin-left:0px;
}
.blog_content ul, .blog_content ol{
	margin-left:0px;
}
.autoinsurance_blog_comment {
	float: left;
	width: 100%;
	padding-top: 20px;
}
.autoinsurance_blog_comment ol.comment-list {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	list-style: none;
}
.autoinsurance_blog_comment ol.comment-list li.comment {
	width: 100%;
	float: left;
	list-style: none;
	border-bottom: 1px solid #f1f1f1;
}
.autoinsurance_blog_comment ol.comment-list li:last-child {
	border-bottom:none;
}
.autoinsurance_blog_comment ol.comment-list li .autoinsurance_comment_main {
	float: left;
	width: 100%;
	padding: 20px 0px;
}
.autoinsurance_blog_comment ol.comment-list li .blog_avtar {
	float: left;
	margin-right: 15px;
}
.autoinsurance_blog_comment ol.comment-list li .blog_avtar a {
	display:block;
}
.blog_avtar img {
	width: 70px;
	height: 70px;
	border-radius:100%;
}
.autoinsurance_blog_comment ol.comment-list li .autoinsurance_comment_data {
	float: left;
	width: calc(100% - 85px);
}
.autoinsurance_comment_data .author_title {
	float: left;
	width: 100%;
}
.autoinsurance_comment_data .author_title a:hover {
	color: #ffd800;
}
.autoinsurance_comment_data h5 {
	float: left;
	color: #525252;
	margin-right: 20px;
}
.autoinsurance_comment_data span {
	float: left;
	color: #9e9e9e;
	margin-top: 7px;
	padding-right: 20px;
	line-height: initial;
}
.autoinsurance_comment_data .author_title a {
	text-decoration: none;
	color: #9e9e9e;
	display: inline-block;
}
.autoinsurance_comment_data .author_title a.comment-reply-link {
	margin-top: 7px;
	line-height: initial;
}
.autoinsurance_blog_comment ol.comment li.comment .autoinsurance_comment_data p {
	color: #525252;
	font-size: 13px;
	margin: 0 0 10px;
}
.autoinsurance_blog_comment ol.comment li ul.children {
	float: left;
	width: 100%;
	list-style:none;
	margin:0px;
}
.autoinsurance_blog_comment ol.comment li ul.children li {
	padding: 10px 0;
	border-top: 1px solid #f1f1f1;
	border-bottom: none;
}
.blog_comments_form {
	float: left;
	width: 100%;
	padding-top: 50px;
}
.blog_comments_form .comment_textarea, .autoinsurance_blog_comment textarea {
	height: 100px;
	border: 1px solid #dadada;
	resize: none;
	border-radius: 0px;
	padding: 10px 15px;
	color: #9e9e9e;
	width:100%;
	margin-bottom: 10px;
}
.blog_comments_form input, .autoinsurance_blog_comment input{
	height: 44px;
	border: 1px solid #dadada;
	border-radius: 0px;
	padding: 10px 15px;
	color: #9e9e9e;
	width:100%;	
	margin-bottom: 15px;
	
}
.blog_comments_form input:focus {
	border-color: #dadada;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.blog_comments_form .blog_submit, .autoinsurance_blog_comment .blog_submit {
	display: inline-block;
	width: auto;
	cursor: pointer;
	color: #fff;
	background-color: #ffd800;
	border: 1px solid transparent;
	height: 50px;
	line-height: 49px;
	font-size: 14px;
	padding: 0 30px;
	letter-spacing: 0.05em;
	text-transform: capitalize;
	position: relative;
	transition: all ease-in-out 0.4s;
	-webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.blog_comments_form p.form-submit, .autoinsurance_blog_comment p.form-submit {
	float: left;
	margin-top: 0;
	padding-left: 15px;
}
.blog_comments_form .blog_submit:hover, .autoinsurance_blog_comment .blog_submit:hover {
	color: #ffd800;
	border-color: #ffd800;
	background-color: transparent;
}
.blog_comments_form .blog_submit:focus, .autoinsurance_blog_comment .blog_submit:focus {
	box-shadow: none;
	border-color: #ffd800;
}
.blog_comments_form .logged-in-as{
	padding-left:15px;
}
.logged-in-as{
	padding-left:15px;
}
.comment-reply-title{
	padding-left:15px;
}
.Blog_details_section .navigation.post-navigation {
	display: none;
}
.comment_layer {
	display: inline-block;
	width: 100%;
	position: relative;
	border-bottom: 2px solid #f1f1f1;
	padding-bottom: 5px;
}
.comment_layer:after {
	content: "";
	position: absolute;
	width: 100px;
	background: #ffd800;
	height: 2px;
	bottom: -2px;
	left: 0;
}
.comment_layer span {
	text-transform: uppercase;
	font-size: 14.2px;
	letter-spacing: 0.05em;
}
.textwidget strong{
	font-weight:400;
	color:#202020;
}
/* sidebar css End */

/* 404 css Start */
.au_error_page_wrapper{
	float:left;
	width:100%;
	padding:80px 0px;
	text-align:center;
	border-bottom: 1px solid #eeeeee;
}
.au_error_page_wrapper h1{
    float: left;
    width: 100%;
    margin: 0px 0px 10px 0px;
    font-size: 46px;
    text-transform: capitalize;
    font-weight: 600;
}
.au_error_page_wrapper h2{
    float: left;
    width: 100%;
    margin: 0px 0px 50px 0px;
    font-size: 200px;
    text-transform: capitalize;
    font-weight: 600;
}
.au_error_page_wrapper p{
    float: left;
    width: 100%;
    margin: 0px;
    font-size: 24px;
}
.au_error_page_wrapper a{
	display:inline-block;
	width:auto;
	text-decoration:none;
    font-size: 18px;
	border-radius:6px;
	color:#202020;
	margin-top:50px;
	text-transform:capitalize;
    transition: all ease-in 0.25s;
    -webkit-transition: all ease-in 0.25s;
    -moz-transition: all ease-in 0.25s;
}
.au_error_page_wrapper a:hover{
	color:#ffd800;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #777777 !important;
	font-family: 'Open Sans', sans-serif !important;
	text-shadow:none !important;
	font-weight:500 !important;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #777777 !important;
	font-family: 'Open Sans', sans-serif !important;
	text-shadow:none !important;
	font-weight:500 !important;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #777777 !important;
	font-family: 'Open Sans', sans-serif !important;
	text-shadow:none !important;
	font-weight:500 !important;
}
:-moz-placeholder { /* Firefox 18- */
	color: #777777 !important;
	font-family: 'Open Sans', sans-serif !important;
	text-shadow:none !important;
	font-weight:500 !important;
}
/* 404 css End */
.page-content .search-form .search-submit{    
 color: #fff;
 font-family: 'Open Sans', sans-serif;
 display: inline-block;
 font-size: 15px;
 margin-top: 15px;
 margin-bottom: 15px;
 letter-spacing: 0.04em;
 background-color: #202020;
 padding: 0px 25px;
 border-radius: 6px;
 border: none;
 height: 45px;
 transition: all ease-in 0.25s;
 -webkit-transition: all ease-in 0.25s;
 -moz-transition: all ease-in 0.25s;
}
.page-content .search-form .search-submit:hover{
 color: #202020;
 background-color: #ffd800;
 outline: none;
 box-shadow: none;
}
.page-content .search-form input[type=search]{
 height: 46px;
 border: 1px solid #dadada;
 border-radius: 0px;
 padding: 0px 15px;
 color: #9e9e9e;
 width: 100%;
 margin-bottom: 15px;
}
.page-content .search-form input[type=search]:focus{
 border-color: #dadada;
 box-shadow: none;
 -webkit-box-shadow: none;
}
/*--------------------------------------Responsive Styles Start-------------------------------------*/
@media only screen and (min-width: 992px) and (max-width:1200px) {
.hero-text h1 {
	font-size: 54px;
}
.hero-text h1 strong {
	font-size: 95px;
}
.hero-text h2 {
	font-size: 34px;
}
.clients h6 {
	padding-top: 0;
}
}
@media only screen and (max-width: 991px) {
.logo-holder {
	text-align: center;
}
.logo-holder h4 {
	float: none;
	padding: 0;
}
header{
	min-height: 1140px;
}
.hero {
	top: 0px;
	transform: translateY(0);
}
.arrow {
	display: none;
}
.hero-text {
	text-align: center;
	margin-top: 110px;
}
.hero-form {
	margin-top: 40px;
}
.features .container{
	background-image: none !important;
}
.clients {
	text-align: center;
}
.clients .img-responsive {
	display: inline-block;
}
.clients h6 {
	padding-bottom: 14px;
}
.footer-hero h2 {
	font-size: 36px;
	line-height: 40px;
	padding-bottom: 20px;
}
}
@media only screen and (max-width: 767px) {
p.menu_button{
	display:block;
}
.au_main_menu_wrapper {
	position: absolute;
	z-index: 100;
	top:20px;
	left: 0;
	right: 0;
	background-color: #000000;
	display:none;
}
.au_main_menu{
	margin:0px;
}
.au_main_menu ul {
	width: 100%;
}
.au_main_menu ul li {
	float: left;
	width: 100%;
	text-align: left;
}
.au_main_menu ul li a:hover{
	background-color:#202020;
}
.au_main_menu ul li:first-child a {
	padding-left: 15px;
}
.au_main_menu ul li ul.sub-menu {
	position: inherit;
	width: 100%;
	display: block;
	background-color: transparent;
}
.au_main_menu ul li ul.sub-menu li{
	padding-left: 20px;
}
.au_main_menu ul li ul.sub-menu li a{
	color:#ffffff;
}
.au_main_menu ul li ul.sub-menu li a:hover{
	color:#ffd800;
}
.au_main_menu ul li ul.sub-menu li ul.sub-menu{
	display:block;
	position:initial;
}
.click-through .hero-text h1{
	font-size: 44px;
	line-height: 50px;
}
.click-through .hero-text h1 .big-title{
	font-size: 66px;
	font-weight: 900;
}
.click-through .hero-text h2{
	font-size: 44px;
	line-height: 40px;
}
.faq-list div h2 {
	text-align: center;
}
.footer {
	text-align: center;
}
.social {
	float: none;
}
.contact h2 {
	font-size: 54px;
	line-height: 40px;
}
.offer h2 {
	font-size: 42px;
}
.features .container{
	background-image: none !important;
}
.au_logo_text p {
    width: 100%;
}
.au_logo_box.logo_box_text{
    text-align: center;
}
}
@media only screen and (max-width: 500px) {
header{
	min-height: 1100px;
}
.logo-holder h2 a {
	font-size: 22px;
}
.logo-holder h4 {
	font-size: 18px;
	line-height: 30px;
}
.hero-text h1{
	font-size: 46px;
	line-height: 46px;
}
.hero-text h1 strong {
	font-size: 88px;
	line-height: 76px;
}
.hero-text h2 {
	font-size: 32px;
}
.hero-text {
	margin-top: 80px;
}
.click-through .hero-text h1{
	font-size: 30px;
	line-height: 40px;
}
.click-through .hero-text h1 strong{
	font-size: 36px;
	font-weight: 900;
	line-height: 36px;
}
.click-through .hero-text h2{
	font-size: 30px;
	line-height: 30px;
}
.click-through .btn-primary {
	font-size: 17px;
	width: 100%;
	padding: 10px 10px;
}
.contact h2 {
	font-size: 42px;
	line-height: 30px;
}
.contact h3 {
	font-size: 20px;
}
.offer h2 {
	font-size: 38px;
}
}
@media only screen and (max-width: 400px) {
.logo-holder h4 {
}
.hero-text h1 strong{
	font-size: 34px;
	line-height: 60px;
}
.hero-text h1 strong {
	font-size: 64px;
}
.hero-text h2 {
	font-size: 22px;
	line-height: 10px;
	padding: 0;
}
.hero-text {
	margin-top: 60px;
}	
.hero-text h6 {
	font-size: 15px;
	line-height: 20px;
}
.hero-form {
	padding: 30px 20px;
}
.btn-primary {
	font-size: 24px;
}
.contact h2{
	font-size: 30px;
}
.contact h3 {
	font-size: 18px;
	padding-top: 8px;
}
.footer-hero .btn-primary, .offer .btn-primary {
	font-size: 30px;
}
.offer h2 {
	font-size: 34px;
}
.au_error_page_wrapper h2{
	font-size: 130px;
}
}
@media only screen and (max-width: 360px) {
.au_logo_box a img{
	width: 80% !important;
	height: auto !important;
}
.au_logo_box.logo_box_text a img{
    width: 200px !important;
    height: 50px !important;
}
p.menu_button {
	top: -34px;
}
}
/*--------------------------------------Responsive Styles End-------------------------------------*/

/*--------------------------------------Bike insuarance Css Start-----------------------------------*/
/*---- header css start ----*/
.bike_header {
    float: left;
    width: 100%;
    background-color: #ffffff;
}
.bi_logo {
    float: left;
    background-color: #ea4b36;
    position: relative;
    padding: 38px 25px 38px 0;
}
.bi_logo:before {
    content: "";
    position: absolute;
    left: -200%;
    height: 100%;
    background: #ea4b36;
    width: 200%;
    top: 0;
}
.bi_logo:after {
    content: "";
    position: absolute;
    right: -118px;
    border-left: 118px solid #ea4b36;
    border-top: 118px solid transparent;
    bottom: 0;
}
.bi_logo a{
	display: inline-block;
}
.bi_logo_text {
    float: left;
    width: 100%;
    margin-top: 32px;
}
.bi_logo_text p {
    color: #232323;
    float: right;
    font-weight: 700;
    line-height: 29px;
    padding: 10px 0px 0px 0px;
    font-size: 26px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 0px;
}
.bi_logo_text p span {
    color: #ea4b36;
}
.bi_logo_text .au_main_menu ul li a {
	color: #151515;
}
.bi_logo_text .au_main_menu ul li a:hover {
    color: #ea4b36;
}
/*---- header css end ----*/

/*---- banner css Start ----*/
.bike_banner .black_overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
    padding-top: 110px;
}
.banner_caption{
	float:left;
	width:100%;
	margin-bottom:80px;
}
.banner_text {
    margin-top: 50px;
}
.banner_text h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
	margin-top:0px;
}
.banner_text h1 span{
	font-size: 110px;
    color: #ea4b36;
}
.banner_icon {
    text-align: right;
    margin-top: 15px;
}
.banner_icon img{
	display:inline-block;
}
.qutation_form {
    float: left;
    background-color: #fff;
    margin-bottom: 80px;
    border-radius: 5px;
    border-top: 2px solid #f19286;
}
.qutation_form .form_title {
    font-weight: 900;
    text-align: center;
    margin: 0;
    font-size: 34px;
    color: #ffffff;
    position: relative;
    background-color: #de4632;
    padding-top: 40px;
    padding-bottom: 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.qutation_form .form_title:after {
    position: absolute;
    content: "";
    border-top: 35px solid #de4632;
    left: 0;
    bottom: -35px;
    border-left: 222px solid transparent;
    border-right: 222px solid transparent;
}
.qutation_form form {
    padding: 65px 40px 50px;
}
.qutation_form form input {
	padding-left:20px;
    background-color: #f2f2f2;
	font-family: 'Raleway', sans-serif;
    width: 100%;
    height: 48px;
    border-radius: 5px;
    font-size: 15px;
    color: #666666;
    margin-bottom: 30px;
}
.qutation_form .qut_submit {
    margin-bottom: 0;
    background-color: #e34833;
    color: #ffffff;
    border: none;
    border-top: 2px solid #f19286;
}
/*---- banner css end ----*/

/*---- About css start ----*/
.bi_about_section{
	float: left;
    width: 100%;
}
.about_text{
	float: left;
    width: 100%;
}
.about_text h3 {
    color: #222222;
    font-weight: bold;
    font-size: 26px;
    margin-top: 0;
    line-height: 30px;
}
.about_text p {
    font-size: 15px;
    color: #666666;
    line-height: 30px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.04em;
}
.about_text ul{
	padding: 0;
	margin: 0;
	list-style:none;
}
.about_text ul li{
    font-size: 15px;
    color: #666666;
    line-height: 30px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.04em;
}
.about_text ul li i {
    color: #ea4b36;
    margin-right: 15px;
}
.about_thumb{
	float: left;
    width: 100%;
	margin-bottom:80px;
}
/*---- About css end ----*/

/*---- Service css start ----*/
.bi_service_section{
	float: left;
    width: 100%;
	background:#f9fbfe;
	padding-top:75px;
	padding-bottom:50px;
}
.section_heading{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.section_heading h2 {
    margin-top: 0;
	margin-bottom:0;
    font-size: 30px;
    font-weight: bold;
    color: #222222;
}
.bi_service_box {
    float: left;
    width: 100%;
    border: 3px solid #eff0f4;
    background-color: #ffffff;
    padding: 50px 30px 42px;
    margin-bottom: 30px;
}
.bi_service_box .service_icon {
    background-color: #ea4b36;
    width: 79px;
    height: 79px;
    display: inline-block;
    line-height: 79px;
    color: #fff;
    text-align: center;
    font-size: 35px;
    border-radius: 100%;
}
.bi_service_box h3{
	font-size: 20px;
    font-weight: bold;
    color: #222222;
	margin-top:27px;
}
.bi_service_box p{
	font-size: 15px;
    line-height:26px;
    color: #666666;
	font-family: 'Raleway', sans-serif;
}
.bi_service_box .read_mr{
	font-size: 15px;
	font-weight: bold;
	text-transform:uppercase;
	display:inline-block;
    line-height:26px;
    color: #222222;
	font-family: 'Raleway', sans-serif;
	-webkit-transition:all ease-in 0.25s;
	-moz-transition:all ease-in 0.25s;
	transition:all ease-in 0.25s;
}
.bi_service_box .read_mr:hover{
    color: #ea4b36;
}
/*---- Service css end ----*/
/*---- Testimonial css Start ----*/
.bi_testimonial_section {
    float: left;
    width: 100%;
    padding: 80px 0;
}
.testimonial_box{
	float: left;
    width: 100%;
}
.testimonial_crousel{
	float:left;
	width:100%;
}
.testimonial_inner_box {
    border: 1px solid #e7e7e7;
    padding: 30px;
    position: relative;
	margin-bottom:30px;
}
.testimonial_inner_box:before {
    position: absolute;
    content: "";
    border-right: 27px solid transparent;
    border-top: 28px solid #fff;
    bottom: -28px;
    left: 101px;
    transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    z-index: 11;
}
.testimonial_inner_box:after {
	position: absolute;
    content: "";
    border-right: 30px solid transparent;
    border-top: 30px solid #e7e7e7;
    bottom: -30px;
    left: 100px;
	transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -o-transform: skew(-10deg);
}
.testimonial_inner_box p {
    color: #444444;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.02em;
}
.testimonial_inner_box h4 {
    color: #222222;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 17px;
    margin-bottom: 0;
}
.testimonial_thumb img{
    margin-left: 30px;
    display: inline-block;
}
/*---- Testimonial css end ----*/

/*---- Footer banner css Start ----*/
.footer_banner_section .color_overlay{
	background-color:rgba(0, 0, 0, 0.8);
	padding:80px 0;
}
.footer_banner_heaing{
	float:left;
	width:100%;
	text-align:center;
}
.footer_banner_heaing h2 {
    margin-top: 0;
    font-size: 30px;
    font-weight: bold;
    color: #ea4b36;
    letter-spacing: 0.01em;
}
.footer_banner_heaing p{
    color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	line-height:25px;
    letter-spacing: 0.02em;
	margin-bottom:0;
}
.banner_button {
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
.banner_button .get_btn {
    display: inline-block;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 47px;
    border-radius: 4px;
    text-decoration: none;
    background-color: #e34833;
    color: #ffffff;
    border: none;
    border-top: 2px solid #f19286;
	transition:all ease-in 0.25s;
	-webkit-transition:all ease-in 0.25s;
	-moz-transition:all ease-in 0.25s;
}
.banner_button .get_btn:hover{
	color: #e34833;
	background-color: #ffffff;
}
.get_btn span {
    font-size: 12px;
}
/*---- Footer banner css End ----*/

/*---- Newsletter css Start ----*/
.newsletter_section{
	float: left;
    width: 100%;
	padding:80px 0;
}
.newsletter_heading {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}
.newsletter_heading h2 {
    margin-top: 0;
    font-size: 30px;
    font-weight: bold;
    color: #ea4b36;
}
.newsletter_heading p{
    font-family: 'Raleway', sans-serif;
	color:#444444;
    font-size: 15px;
	line-height: 26px;
	letter-spacing:0.04em;
}
.newsletter_input {
    float: left;
    width: 100%;
	position:relative;
}
.newsletter_input input[type="email"] {
    font-family: 'Raleway', sans-serif;
    width: 100%;
    height: 58px;
    border: 1px solid #ea4b36;
    border-radius: 5px;
    padding: 0 162px 0 30px;
    color: #777777;
    font-size: 15px;
}
.newsletter_input .sub_btn {
    position: absolute;
    right: 5px;
    top: 5px;
    display: inline-block;
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 0 38px;
    text-decoration: none;
    background-color: #ea4b36;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    transition: all ease-in 0.25s;
    -webkit-transition: all ease-in 0.25s;
    -moz-transition: all ease-in 0.25s;
}
.social_icons{
	float: left;
    width: 100%;
	text-align:center;
	margin-top:10px;
}
.social_icons ul{
	padding-left:0;
	margin:0; 
	list-style:none;
	display:inline-block;
}
.social_icons > ul > li {
    float: left;
}
.social_icons > ul > li > a {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f1f1f1;
    border-radius: 100%;
    font-size: 15px;
    color: #a3a3a3;
    margin: 0 5px;
	transition:all ease-in 0.25s;
	-webkit-transition:all ease-in 0.25s;
	-moz-transition:all ease-in 0.25s;
	position: relative;
	z-index:1;
}
.social_icons > ul > li > a:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ea4b36;
    border-radius: 100%;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    opacity: 0;
    z-index: -1;
	transition:all ease-in 0.25s;
	-webkit-transition:all ease-in 0.25s;
	-moz-transition:all ease-in 0.25s;
}
.social_icons > ul > li > a:hover{
	color:#ffffff;
}
.social_icons > ul > li > a:hover:after {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
	opacity:1;
}
/*---- Newsletter css End ----*/

/*---- footer css start ----*/
.bi_footer_area{
	float: left;
    width: 100%;
	background:#f1f1f1;
	padding:10px 0;
}
.copyright_text{
	
}
.copyright_text p{
	text-align:center;
	color:#333333;
	font-size:14px;
	font-family: 'Raleway', sans-serif;
	line-height:24px;
	margin-bottom:0;
}
/*---- footer css end ----*/
/*--------------------------------------Bike insuarance Css End-----------------------------------*/

/*-----------------------Blog testing Css Start------------------------*/
.blog_content ul li {
    line-height: 25px;
}
.blog_content ul li a, 
.blog_content p a, 
.blog_content table th a, dl dd a{
    color: #FF9800;
}
.blog_content ul li a:hover, 
.blog_content p a:hover, 
.blog_content table th a:hover, dl dd a:hover {
	text-decoration: underline;
	color:#ffd800;
}
.comment-list ul li {
    line-height: 25px;
}
.comment-list ul li a, 
.comment-list p a, 
.comment-list table td a{
    color: #FF9800;
}
.comment-list ul li a:hover, 
.comment-list p a:hover, 
.comment-list table td a:hover{
	text-decoration: underline;
	color:#ffd800;
}
.comment-reply-title a{
	color:#FF9800;
}
.comment-reply-title a:hover{
	color:#ffd800;
}
.autoinsurance_comment_data .author_title a.comment-reply-link, 
.comment-list li.pingback .comment-author a{
	color: #FF9800;
}
.autoinsurance_comment_data .author_title a.comment-reply-link:hover, 
.comment-list li.pingback .comment-author a:hover{
	color: #ffd800;
	text-decoration:underline;
}
.autoinsurance_blog_comment .comment-list .pingback .comment-content {
    margin-top: 10px;
}
.blog_desc .bottom span a{
	color:#FF9800;
}
.blog_desc .bottom span a:hover{
	text-decoration: underline;
	color:#ffd800;
}
.blog_content .gallery-item .gallery-caption {
    padding: 10px 0;
}
blockquote { 
    border-left: 5px solid #dcd8d8;
}
/*-- blog page testing start --*/
.cat_blog_post ul li, .cat_blog_post ol li{
	line-height:25px;
}
.cat_blog_post ol {
    margin-left: 0;
}
.cat_blog_post ol li {
    line-height: 26px;
    font-size: 15px;
}
.cat_blog_post ul li a, 
.cat_blog_post ol li a, 
.cat_blog_post p a, 
.cat_blog_post table tr td a{
    color: #FF9800;
}
.cat_blog_post ul li a:hover, 
.cat_blog_post ol li a:hover, 
.cat_blog_post p a:hover, 
.cat_blog_post table tr td a:hover{
    color: #ffd800;
	text-decoration:underline;
}
.wp-caption-text a:hover{
	color: #ffd800;
	text-decoration:underline;
}
.wp-caption-text a{
	color: #FF9800;
}

/*-- blog page testing end --*/
/*-----------------------Blog testing Css End------------------------*/


/*-------------- responsive css start ------------*/
@media (max-width:1200px){
	.banner_text h1{
		font-size: 50px;
	}
	.banner_text h1 span {
		font-size: 70px;
	}
}
@media (max-width:991px){
	.banner_icon img {
		display: none;
	}
}
@media (min-width:992px) and (max-width:1200px){
	.qutation_form .form_title:after {
		border-left: 180.5px solid transparent !important;
		border-right: 180.5px solid transparent !important;
	}
}
@media (max-width:991px){
	.bi_logo_text {
		margin-bottom: 30px;
	}
	.qutation_form {
		float: none;
		display:table;
		width:400px;
		margin-left:auto;
		margin-right:auto;
	}
	.qutation_form .form_title:after {
		border-left: 200px solid transparent !important;
		border-right: 200px solid transparent !important;
	}
}
@media (max-width:770px){
	.testimonial_box {
		padding: 0 15px;
	}
}
@media (max-width:767px){
	.autoinsurance_comment_data h5{
		float:none;
	}
}

@media (max-width:480px){
	.bike_header {
		text-align: center;
	}
	.bi_logo{
		width: 100%;
		padding: 30px 15px;
	}
	.bi_logo:after, 
	.bi_logo:before{
		display:none;
	}
	.banner_text h1{
		font-size: 30px;
	}
	.banner_text h1 span {
		font-size: 50px;
	}
	.newsletter_input input[type="email"] {
		padding: 0 30px 0 30px;
	}
	.newsletter_input .sub_btn{
		position: relative;
		width: 100%;
		right: 0;
	}
	.qutation_form{
		width:100%;
	}
	.qutation_form .form_title:after {
		display:none;
	}
	.qutation_form form {
		padding: 40px;
	}
}
@media (max-width:480px){
	.autoinsurance_blog_comment ol.comment-list li.comment ul.children {
		padding-left: 10px;
	}
}
@media (max-width:400px){
	.autoinsurance_blog_comment ol.comment-list li .autoinsurance_comment_data{
		width: 100%;
	}
}
@media (max-width:320px){
	.qutation_form form {
		padding: 30px 20px;
	}
}
/*-------------- responsive css End ------------*/
