.error {
    color: #ff0000;
}
.clr-orenge {
    color: #16547d;
}
.displaynone{
	display:none;
}
.btn-primary {
	color: #fff;
	border-color: #16547d;
	background-color: #16547d;
}
.loader {
    top: 0;
    left: auto;
    right: auto;
    width: 100%;
    margin: auto;
    height: 100%;
    display: none;
    position: fixed;
    z-index: 999999;
    text-align: center;
    padding-top: 186px;
    background: rgba(0, 0, 0, 0.52);
}

/* Header Css */
.header_navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 17px;
    line-height: 20px;
}
.header_navbar .nav-item:hover {
    color: #fff;
    background: #16547d none repeat scroll 0% 0%;
}

.custom_header_navbar {
    width: 100%;
    background-color: #f87b27 !important;
    border-bottom: 5px solid #c35f1b;
}
.custom_header_navbar ul.navbar-nav li.nav-item a.nav-link {
    color: #fff;
    font-size: 17px;
    line-height: 20px;
}
.custom_header_navbar ul.navbar-nav li.nav-item:hover {
    color: #fff;
    background: #16547d none repeat scroll 0% 0%;
}

/* Home Page Css */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
}
.owl-carousel .owl-item img {
    max-width: 932px;
    max-height: 345px;
}
.franchise_enquiry {
    padding: 10px;
    border: 2px solid;
    border-radius: 6px;
}

.homepage_carousel .owl-item .item{
	width: 100%;
}
.homepage_carousel .owl-item .item img{
	width: 70%;
}
.homepage_carousel .owl-item .item .slider-left{
	width: 30%;
}

/*** About us Css*/
.about_us_section .about_us_title {
    color: #ff0000;
}
.about_us_section .image_section {
    color: #ff0000;
}
.about_us_section img {
    margin: 2px;
    float: right;
    width: 290px;
    height: 130px;
    border-width: 5px;
    border-style: solid;
}
.about_us_section .old_section img {
    float: left;
}

/*** Business Opportunity ***/
.business_opportunity .welcome_image img {
    width: 290px;
    height: 130px;
    border-width: 5px;
    border-style: solid;
}

/*** Program & Courses ***/
.custom_post_content h3 {
    color: #16547d;
    margin-top: 15px;
}

/*** Contact Us Css ***/
.contact_us_section {
    margin-top: 30px;
}

/*** Login Eye Margin*/
 .fa{
     margin-right: 10px;
}

/*** Login Eye Position*/
 .eye{
     position: absolute;
}

/*** Login Eye Hide*/
 #hide1{
     display: none;
}

/*** Download Css ***/


/*** Footer ***/
.footer_contact_us ul li a{
	color: #fff;
}
#scroll_top {
	right: 20px;
	bottom: 80px;
	display: none;
	position: fixed;
	border-radius: 16%;
}

/* Rightside Bar call css Start here */
.sidebar-list {
    position: fixed;
    right: 0px;
    top: 45px;
    z-index: 499;
}
.siderbar-inner {
    padding: 0;
	list-style: none;
    background: #fff;
    border: 1px solid #e6e6e6;
}
.siderbar-inner li.call_now a,.siderbar-inner li.call_now a span{
	color: #ff0000
}
.siderbar-inner li.whatsapp_call a,.siderbar-inner li.whatsapp_call a span{
	color: #55eb4c
}
.siderbar-inner li a {
    color: #000;
    width: 40px;
    height: 40px;
    display: flex;
    position: relative;
    text-align: center;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    background-color: #fff;wp-content/themes/rightguideedu/template-parts/news-scroll.php
}
.siderbar-inner li a span {
    color: #000;
    width: 32px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.siderbar-inner li a:hover {
    background: #000;
    color: #fff;
}
.siderbar-inner li a:hover span {
    color: #fff;
}
/* Rightside Bar call css end here */
.news_section{
	position:relative;
}



@media only screen and (max-width: 767px) {
	.homepage_carousel .owl-item .item img{
		width: 100%;
	}
}