body {
	font-family: 'Comfortaa', sans-serif;
	font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #300711;
}

a {
	color: #f47400;
	text-decoration: none !important;
}
a:hover, a:focus {
    color: #f47400;
}

button {
	background: none;
	border: 0 none;
}

p {
    margin: 0 0 16px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 1.5;
}
.h1, h1 {
	font-size: 32px
}
.h2, h2 {
	font-size: 30px
}
.h3, h3 {
	font-size: 26px
}
.h4, h4 {
	font-size: 23px
}
.h5, h5 {
	font-size: 20px
}
.h6, h6 {
	font-size: 18px
}

strong {
    font-weight: 700;
}
b {
    font-weight: 700;
}


/*========== common start ==========*/
.container {
    width: 1280px;
    max-width: 100%;
    padding: 0 30px;
}
/*========== common start ==========*/


/*========== form start ==========*/
.form-group {
    margin-bottom: 25px;
    position: relative;
}
.form-group-inner {
    margin: 0 -10px;
}
.form-group-inner .form-group {
    display: inline-block;
    width: 49.6%;
    padding: 0 10px;
    vertical-align: top;
}
.form-group-three {
    margin: 0 -5px;
}
.form-group-three .form-group {
    display: inline-block;
    width: 33%;
    padding: 0 5px;
    vertical-align: top;
}
.form-control {
    height: 45px;
    background: #f8f8f8;
    border: 0 none;
    font-size: 16px;
}
.control-label {
    font-weight: 500;
}

.form-action {
	text-align: center;
    padding: 10px 0;
}
.button-btn {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    padding: 12px 15px;
    display: inline-block;
    min-width: 130px;
    line-height: normal;
    text-align: center;
    position: relative;
}
.button-btn:before {
    content: "";
    background-color: #f47400;
    transform: skew(-15deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.button-btn:after {
    content: "";
    border: 2px solid #f47400;
    transform: skew(-15deg);
    position: absolute;
    left: -5px;
    right: 5px;
    top: -5px;
    bottom: 0;
    z-index: -2;
}
.button-btn:hover {
    color: #fff;
}
.button-btn:hover:before {
    background-color: #d96700;
}
label.error {
    color: #e21111;
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    top: 100%;
    left: 8px;
}
/*========== form end ==========*/

/*========== message box start =========*/
body.message-box-open {
    overflow: hidden;
}
.message-box-fade {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,0.3);
    z-index: 1;
}
.message-box {
    position: fixed;
    width: 310px;
    margin: 0 auto;
    left: 0px;
    right: 0;
    top: 95px;
    background: #fff;
    z-index: 10024;
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    padding: 12px 26px 12px 10px;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -moz-transition: -moz-transform 0.4s ease-in-out;
    -o-transition: -o-transform 0.4s ease-in-out;
    -ms-transition: -ms-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}
.message-box.active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.message-box p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.message-box .message-close {
    position: absolute;
    right: 7px;
    top: 0;
    font-size: 32px;
    line-height: 26px;
    color: #fff;
}
.message-box .message-close:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.message-box.success-message {
    background: #00b907;
}
.message-box.error-message {
    background: #de0f00;
}

.message-box svg {
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
/*========== message box end =========*/



img {
    max-width: 100%;
}


.list-number {
    list-style: decimal;
    padding: 0;
    list-style-position: inside;
}
.list-number li {
    padding: 0 0 12px;
}


.owl-carousel .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
}
.owl-carousel .owl-nav > div {
    display: inline-block;
    font-size: 24px;
    padding: 6px 10px 0;
    border-radius: 50px;
}
.owl-carousel .owl-nav > div:hover {
    background: #f0f4ff;
}



/*========== header start ==========*/
.navbar {
    box-shadow: none;
    margin: 0;
    border: 0 none;
    position: sticky;
    top: 0;
    z-index: 1020;
    border-radius: 0px;
    padding: 15px 0;
    background-color: #ae264b;
    background-image: url(../../img/headerBg.jpg);
}
.navbar-brand {
    height: auto;
    padding: 0;
    position: relative;
    margin-left: 0 !important;
}
.navbar-brand>img {
    height: 75px;
    display: inline-block;
}
.navbar-brand span {
    color: #fff;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    font-size: 18px;
}
.navbar-nav {
    position: relative;
    float: right;
    padding: 20px 0 0;
}
.navbar-nav>li>a {
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 0;
    margin: 0 0 0 15px;
    font-size: 17px;
    border-bottom:2px solid transparent;
    position: relative;
}
.nav>li>a:focus, .nav>li>a:hover {
    background: none;
    color: #f47400;
}
.navbar-nav>li>a.active {
    color: #fff;
}
.navbar-nav>li>a.active:before {
    content: "";
    background-color: #f47400;
    transform: skew(-15deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.navbar-nav>li>a.active:after {
    content: "";
    border: 2px solid #f47400;
    transform: skew(-15deg);
    position: absolute;
    left: -5px;
    right: 5px;
    top: -5px;
    bottom: 0;
}
.navbar-toggle .icon-bar {
    background: #fff;
    width: 30px;
    height: 3px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}


.header-playstore {
    float: right;
    margin-top: -46px;
}
.header-playstore img {
    box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.3);
    border-radius: 6px;
}
/*========== header end ==========*/



/*========== footer start ==========*/
.site-footer {
    background: #0d1635;
    color: #fff;
}
.footer-top {
    padding: 60px 0;
}
.footer-info {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
}
.footer-logo {
    width: 100px;
    display: block;
    padding: 0 0 25px;
}
.footer-menu {
    display: inline-block;
    width: 74%;
    vertical-align: middle;
}
.footer-menu ul {
    list-style: none;
    padding: 0;
}
.footer-menu ul li {
    display: inline-block;
    padding: 0 30px 0 0;
}
.footer-menu ul li a {
    color: #d3d3d3;
    font-weight: 500;
}
.footer-menu ul li a:hover {
    color: #4386fc;
}
.footer-bottom {
    padding: 25px 0;
    border-top: 1px solid #3f4b76;
}
.footer-bottom-left {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}
.footer-bottom-right {
    display: inline-block;
    width: 49.5%;
    vertical-align: middle;
    text-align: right;
}
.footer-bottom-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-bottom-right li {
    display: inline-block;
    margin: 0 20px 0 0;
}
.footer-bottom-right li svg {
    width: 28px;
    height: 28px;
}
.footer-bottom-right li a:hover {
    color: #4386fc;
}


.footer-copyright {
    background: #1a264e;
    padding: 20px 0;
    color: #959595;
    font-size: 14px;
    font-weight: 600;
}
/*========== footer end ==========*/



.page-content {
    padding: 30px 0;
}
.back-btn a {
    background: #f9f9f9;
    padding: 5px 15px;
    display: inline-block;
}
.back-btn-right {
    text-align: right;
}


.pagination {
    text-align: center;
    display: block;
}
.pagination li {
    display: inline-block;
    margin: 0 3px;
}
.pagination li a {
    border: 2px solid #999;
    min-width: 36px;
    min-height: 35px;
    display: block;
    border-radius: 14px;
    color: #999;
    font-size: 16px;
    padding: 6px 0 0;
}
.pagination li a:hover,  .pagination li.active span {
    color: #ffffff;
    background: #da1a00;
    border-color: #da1a00;
    border-radius: 14px;
    min-width: 36px;
    min-height: 35px;
}



/*========== home start ==========*/
.homeMain {
    padding: 40px 0;
}
.homeMainInner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.homeMainLeft {
    width: 65%;
    position: relative;
}
.homeMainLeft h1 {
    position: absolute;
    bottom: 12px;
    z-index: 1;
    left: 32px;
}
.homeMainLeft:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(10deg, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.3) 25%,rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.1) 75%, rgba(0,0,0,0.05) 100%);
    background: -webkit-linear-gradient(10deg, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.3) 25%,rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.1) 75%, rgba(0,0,0,0.05) 100%);
    background: linear-gradient(10deg, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.3) 25%,rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.1) 75%, rgba(0,0,0,0.05) 100%);
}
.homeMainLeft:hover:after {
    background: -moz-linear-gradient(10deg, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.5) 25%,rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.3) 75%, rgba(0,0,0,0.1) 100%);
    background: -webkit-linear-gradient(10deg, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.5) 25%,rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.3) 75%, rgba(0,0,0,0.1) 100%);
    background: linear-gradient(10deg, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.5) 25%,rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.3) 75%, rgba(0,0,0,0.1) 100%);
}
.homeMainLeft img {
    border-radius: 8px;
}
.homeMainRight {
    width: 35%;
    padding: 0 30px;
}


.home-team {
    padding: 30px 0;
}
.home-team .owl-carousel .owl-item img {
    width: auto;
    height: 150px;
    margin: 0 auto;
}





#homeSlider {

}
#homeSlider .carousel-inner>.item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(33, 39, 52, 0) 0%, rgb(33, 39, 52) 100%);
    left: 0;
    bottom: 0;
}
#homeSlider .carousel-inner>.item>img {
    width: 100%;
    height: 72vh;
    object-fit: cover;
}
#homeSlider .carousel-indicators {
    left: 0;
    right: 0;
    text-align: left;
    margin: 0 auto 20px;
    width: 1280px;
    padding: 0 30px;
    max-width: 100%;
}
#homeSlider .carousel-indicators li {
    border: 0 none !important;
    background: #d9d9d9;
    width: 50px;
    height: 4px;
    margin: 0 6px !important;
}
#homeSlider .carousel-indicators .active {
    height: 4px;
    width: 50px;
    background-color: #f47400;
}
#homeSlider .carousel-caption {
    left: 0;
    right: 0;
    width: 1280px;
    text-align: left;
    margin: 0 auto;
    padding: 0 30px;
    bottom: 50px;
    max-width: 100%;
}
#homeSlider .carousel-caption h1 {
    font-size: 38px;
}





.home-squad {
    padding: 80px 0;
    background: #0d1635;
}
.home-squad h1 {
    color: #fff;
}
#homeTeamSquadCarousel img {
    border-radius: 10px;
}
#homeTeamSquadCarousel .owl-nav > div {
    color: #fff;
}


.home-matches {
    padding: 50px 0;
}
.matches-list {
    background: linear-gradient(to bottom,#b70038,#000d70);
    color: #fff;
    border-radius: 10px;
    border-bottom: 6px solid #bdbded;
}
.matches-list-series {
    padding: 15px 10px;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    z-index: 0;
}
.matches-list-series:before {
    content: "";
    background-image: url(../img/match-bg.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    opacity: 0.1;
}
.matches-list-team {
    border-top: 1px solid rgb(159 159 159 / 26%);
    border-bottom: 1px solid rgb(159 159 159 / 26%);
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}
.owl-carousel .owl-item .matches-list-team  img {
    width: auto;
    height: 45px;
    display: inline-block;
    margin: 0 6px;
}
.matches-list-team span {
    display: inline-block;
    vertical-align: middle;
}
.matches-list-team span strong {
    display: block;
    color: #ddd;
}
.matches-list-team span strong small {
    font-weight: 400;
}
.matches-list-team div:nth-child(2) {
    width: 6%;
    text-align: center;
    font-weight: 500; 
}
.matches-list-team div:nth-child(1), .matches-list-team div:nth-child(3) {
    width: 42%;
    display: flex;
    align-items: center;
}
.matches-list-team div:nth-child(3) {
    justify-content: right;
}
.matches-list-team div:nth-child(3) img {
    order: 2;
}
.matches-list-result {
    text-align: center;
    padding: 15px 0;
    font-weight: 600;
    color: #efb300;
}
.matches-list-place {
    background: rgba(159,159, 159, 0.2);
    padding: 10px 10px;
}
.matches-list-place strong {
    display: block;
}
.matches-list-place span {
    font-size: 13px;
    color: #ddd;
}



.home-whychoose {

}
.home-whychoose-main {
    display: flex;
    padding: 50px 0;
}
.home-whychoose-left {
    width: 24%;
    padding: 70px 0 0;
}
.home-whychoose-left strong {
    color: #d51146;
}
.home-whychoose-right {
    width: 76%;
    display: flex;
    flex-flow: wrap;
    column-gap: 1%;
}
.home-whychoose-list {
    width: 32.6%;
    background: #16143e;
    color: #ffffff;
    border-radius: 10px;
    margin: 0 0 8px;
    padding: 15px 20px;
    position: relative;
    z-index: 0;
}
.home-whychoose-list:before {
    content: "";
    background-image: url(../img/rule-bg.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    opacity: 0.6;
}
.home-whychoose-list-inner p {
    color: #ccc;
}





.home-blog {
    position: relative;
    padding: 50px 0 0;
}
.home-blog:before {
    content: "";
    background-image: url(../../img/homeBlogBg.jpg);
    position: absolute;
    bottom: -52px;
    left: 0;
    right: 0;
    height: 60%;
}
.home-blog-list-img img {
    height: 260px;
    border-radius: 10px 10px 0 0;
}
.home-blog-list-caption {
    background-image: url(../../img/homeBlogCaptionBg.png);
    color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 1px;
}
.home-blog-list-caption h5 {
    padding: 15px 15px 0;
    font-size: 18px;
    height: 42px;
    overflow: hidden;
}
.home-blog-list-desc, .home-blog-list-desc p, .home-blog-list-desc li, .home-blog-list-desc span {
    color: #c3c3c3 !important;
    font-size: 15px !important;
}
.home-blog-list-desc {
    padding: 0 15px;
    height: 68px;
    overflow: hidden;
    margin: 15px 0;
}
.home-blog-list-desc img {
    display: none !important;
}
.home-blog-list-date {
    display: block;
    padding: 15px 15px;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.home-blog-list-more {
    position: absolute;
    bottom: 10px;
    right: 15px;
}
#homeEventCarousel .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
}
#homeEventCarousel .owl-nav > div {
    display: inline-block;
    font-size: 24px;
    padding: 6px 10px 0;
    border-radius: 50px;
}
#homeEventCarousel .owl-nav > div:hover {
    background: #f0f4ff;
}




.home-getapp {
    padding: 120px 0 60px;
}
.home-getapp-inner {
    background-image: url(../../img/homeGetappBg.png);
    display: flex;
    max-width: 100%;
    width: 900px;
    margin: 0 auto;
    padding: 30px;
    align-items: center;
    color: #fff;
    background-size: cover;
}
.home-getapp-left {
    width: 25%;
}
.home-getapp-left img {
    height: 120px;
}
.home-getapp-right {
    width: 75%;
}
.home-getapp-right form {
    position: relative;
}
.home-getapp-right  .form-action {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
}
.home-getapp-right .form-action .button-btn {
    min-width: auto;
    padding: 9px 20px;
}
.home-getapp-right form .form-control {
    background: rgba(255, 255, 255, 0.1);
}



.home-register {
    padding: 60px 0 100px;
}
.home-register h2 {
    font-weight: 300;
}
.home-register-left {
    float: left;
    width: 40%;
}
.home-register-left img {
    box-shadow: 5px 5px 25px 0 rgba(46,61,73,.3);
}
.home-register-right {
    float: left;
    width: 60%;
    padding: 0 0 0 30px;
}
.home-register p {
    color: #777;
    text-align: justify;
}



/*========== home end ==========*/





.blog-main {
    padding: 30px 0;
}
.blog-left {
    float: left;
    width: 70%;
    padding: 0 40px 0 0;
}
.blog-list {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 15px;
    margin: 30px 0 0;
}
.blog-list-img img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.blog-list-date {
    color: #999;
    font-size: 14px;
    padding: 10px 0 0;
}
.blog-list-read {
    font-weight: 700;
    display: inline-block;
    padding: 15px 0 0;
}
.blog-right {
    float: left;
    width: 30%;
    padding: 0 0 0 30px;
}







/*========== events start ==========*/
.events-main {
    background: #141134;
    padding: 30px 0;
}
.events-main-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.events-list {
    width: 33.33%;
    padding: 0 10px 20px;
}
.events-list-caption {
    background: url(../../img/homeBlogCaptionBg.png);
    padding: 6px 15px 20px;
}
.events-list-desc {
    color: #ddd !important;
    height: 89px;
    overflow: hidden;
    margin: 0 0 10px;
}
.events-list-caption h5 a {
    color: #fff;
    display: block;
    height: 31px;
    overflow: hidden;
}
.events-list-img img {
    height: 277px;
    width: 100%;
    object-fit: cover;
}
.events-list-desc p, .events-list-desc div, .events-list-desc span, .events-list-desc  li, .events-list-desc strong, .events-list-desc b {
    color: #ddd !important;
}
.events-list-desc img {
    display: none !important;
}
.events-main h1 {
    color: #fff;
}
/*========== events end ==========*/





/*========== about start ==========*/

.aboutMain {
    padding: 30px 0;
}
.aboutMain p {
    font-size: 18px;
}

.about-video {
    padding: 80px 0;
}
.about-video iframe {
    width: 100%;
    height: 641px;
}






.about-story-main {
    position: relative;
}
.about-story-main:before {
    content: "";
    background: #0d1635;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 50%;
    z-index: -1;
}
.about-story {
    display: flex;
    padding: 80px 0;
}
.about-story-desc {
    width: 60%;
    background: #fff;
    padding: 40px 40px;
}
.about-story-img {
    width: 40%;
    padding: 40px;
}
.about-story-desc p {
    font-size: 18px;
}



.members-details {
    padding: 35px 0;
}
.members-details .h3-text-center {
    text-align: center;
}
.members-details-head {
    text-align: center;
}
.members-details .ul-list {
    padding: 0;
}
.members-details .ul-list li {
    display: inline-block;
    width: 33%;
    text-align: center;
    padding: 10px 0;
}
.members-details .ul-center {
    text-align: center;
    padding: 0;
    list-style: none;
}
.members-details .ul-center li {
    padding: 0 0 20px;
}
.members-details .ul-decimal {
    text-align: center;
    padding: 0 0 30px;
}
.members-details .ul-decimal-center {
    display: inline-block;
    list-style: none;
}
.members-details .ul-decimal-center li {
    text-align: left;
    padding: 0 0 5px;
}
.members-details-caption {
    background: linear-gradient(to bottom,#b70038,#000d70);
    color: #fff;
    padding: 5px 0;
}
.members-details-caption h6 {
    color: #f47400;
}
/*========== about end ==========*/


/*========== single-blog start ==========*/
.single-blog-date {
    color: #999;
    margin: -12px 0 10px;
    display: block;
}
.single-blog-img img {
    height: 320px;
    width: 100%;
    object-fit: cover;
    margin: 0 0 20px;
}
/*========== single-blog end ==========*/


/*========== single-event start ==========*/
.singleEventHead {
    background-image: url(../../img/homeBlogCaptionBg.png);
    padding: 20px 0;
}
.singleEventHeadInner {
    display: flex;
    padding: 30px 0;
}
.singleEventImg {
    width: 40%;
}
.singleEventCaption {
    width: 60%;
    padding: 10px 30px;
    color: #fff;
}
.singleEventImg img {
    width: 100%;
}
.singleEventDate {
    color: #ddd;
}
.singleEventDesc {
    padding: 30px 0;
    font-size: 18px;
}
/*========== single-event end ==========*/



/*========== drivers start ==========*/
.drivers-branches {
    text-align: center;
    padding: 0 0 20px;
}
.drivers-branches ul {
    padding: 0;
}
.drivers-branches li {
    display: inline-block;
}
.drivers-branches li a {
    border: 2px solid #4386fc;
    display: block;
    padding: 8px 30px;
    margin: 0 2px 12px;
    background: #fff;
    box-shadow: 0 0.5rem 0.75rem rgba(2,2,22,0.1);
}
.drivers-branches li a:hover {
    background: rgba(67, 134, 252, 0.05);
}
.drivers-branches li a.active {
    background: #4386fc;
    color: #fff;
}
.drivers-main-main {
    min-height: 350px;
}
.drivers-main {
    box-shadow: 0 0.9375rem 3.75rem rgba(2,2,22,0.2);
    background: #fff;
}
.drivers-list {
    float: left;
    width: 20%;
}
.drivers-list-inner {
    padding: 20px 12px;
    text-align: center;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.drivers-list img {
    width: 160px;
    height: 160px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}
.drivers-list h3 {
    margin: 15px 0 10px;
    font-size: 16px;
}
.drivers-list h2 {
    font-size: 22px;
    color: #4386fc;
    margin: 0;
}
/*========== drivers end ==========*/


/*========== charity start ==========*/
.page-content.charity-main {
    padding-bottom: 0;
}
.charity-banner {
    background-image: url(../img/charity/charity-img-1.jpg);
    background-size: cover;
    margin: -30px 0 0;
    color: #fff;
    padding: 40px 0;
}
.charity-banner h1 {
    color: #f9d815;
    text-align: center;
}
.charity-banner-top {
    width: 47%;
    text-align: right;
    padding: 15px 0;
}
.charity-banner-top-inner {
    display: inline-block;
    width: 80%;
    font-size: 20px;
}
.charity-banner-bottom {
    float: right;
    width: 50%;
}
.charity-banner-bottom-inner {
    width: 75%;
    font-size: 20px;
}


.charity-about {
    padding: 60px 0 0;
}
.charity-about-left {
    float: left;
    width: 48%;
}
.charity-about-left img {
    box-shadow: 5px 5px 25px 0 rgba(46,61,73,.3);
    border-radius: 10px;
}
.charity-about-right {
    float: left;
    width: 50%;
    padding: 0 0 0 25px;
}

.charity-driver-scheme {
    padding: 60px 0 40px;
}

.charity-donate h1 {
    text-align: center;
}
.donate-list {
    float: left;
    width: 33.33%;
    padding: 0 30px 0;
}
.donate-list-inner {
    background: #f9f9f9;
    box-shadow: 5px 5px 25px 0 rgba(46,61,73,.3);
}
.donate-list-caption {
    padding: 15px;
}



.donate-form {
    background: #4386fc;
    padding: 50px 0;
}
.donate-form h1 {
    color: #fff;
    text-align: center;
}
.donate-form form {
    max-width: 800px;
    margin: 0 auto;
}
.donate-form-form .control-label {
    color: #fff;
}
.donate-form-form .button-btn {
    background: #fff;
    color: #000;
}



.success-stories {
    padding: 60px 0;
}
.success-stories h1 {
    text-align: center;
}
.story-item {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0  auto;
    min-height: 200px;
}
.story-info {
    padding: 15px 0 0;
    color: #4386fc;
    font-weight: 600;
}
.successstoryslider .carousel-control {
    background: none;
    color: #4386fc;
    opacity: 1;
    text-shadow: 0 0px 2px  #4386fc;
    font-size: 26px;
    left: 0;
    bottom: auto;
    top: 30%;
    padding: 5px;
    width: auto;
}
.successstoryslider .carousel-control.right {
    left: auto;
    right: 0;
}
/*========== charity end ==========*/



/*========== contact start ==========*/
.contact-head {
    padding: 70px 0;
}
.contact-head-inner {
    box-shadow: 0 0.9375rem 3.75rem rgba(2,2,22,0.1);
    background: #fff;
    padding: 30px;
}
.contact-head-left {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.contact-head h1 {
    font-weight: 900;
}
.contact-head-left p {
    font-size: 19px;
    line-height: 1.7;
}
.contact-map {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.contact-map iframe {
    width: 100%;
    height: 350px;
}


.maaulaa-branches-main {
    box-shadow: 0 0.9375rem 3.75rem rgba(2,2,22,0.1);
    background: #fff;
}
.maaulaa-branches h2 {
    text-align: center;
    padding: 15px 0 10px;
}
.branch-list {
    float: left;
    width: 25%;
    text-transform: capitalize;
}
.branch-list-inner {
    padding: 20px 12px;
    text-align: center;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    min-height: 220px;
}
.branch-list h4 {
    color: #4386fc;
    margin: 20px 0 0;
}

.branch-list img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    box-shadow: 0 0.9375rem 3.75rem rgba(2,2,22,0.1);
}
.branch-list h5 {
    margin: 0;
}
.branch-list p {
    margin: 0;
    font-size: 20px;
}

.contact-form {
    padding: 60px 0;
}
.contact-form-inner {
    box-shadow: 0 0.9375rem 3.75rem rgba(2,2,22,0.1);
    background: #fff;
    padding: 30px 20px;
}
/*========== contact end ==========*/

/*========== content-page start ==========*/
.content-page {
    padding: 40px 0;
}
.content-page li {
    position: relative;
    list-style: none;
    padding: 0 0 15px;
}
.content-page li:before {
    content: "";
    background: #4386fc;
    position: absolute;
    left: -22px;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
} 
/*========== content-page end ==========*/