body {
    background: #F6F6F6;
    color: #000;
    font-family: 'OpenSans-Regular';
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/open_sans/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('../fonts/open_sans/OpenSans-Light.ttf');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/montserrat/Montserrat-SemiBold.ttf');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/montserrat/Montserrat-Regular.ttf');
}

ul {
    list-style: none;
}

p {
    margin-bottom: 0;
    color: #747474;
    font-family: "OpenSans-Light";
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat-SemiBold';
}

.indexPage {
    width: 100%;
    float: left;
    overflow: hidden;
}

.cmn_wd {
    width: 100%;
    float: left;
}

/* Header Block CSS Starts Here */

.header_blk {
    width: 100%;
    float: left;
}

.flink_header {
    width: 100%;
    float: left;
    padding: 9px 40px;
    background-color: transparent;
    position: absolute;
    top: 0;
    z-index: 9999;
    transition: all 0.5s;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    transition: all 0.5s;
}

.flink_header .navbar-nav .nav-link {
    color: #fff !important;
    padding: 0 20px !important;
    font-size: 14px;
}

.fixed .black_logo {
    display: block !important;
}

.fixed .white_logo {
    display: none !important;
}

.flink_header .white_logo {
    display: block;
}

.flink_header .black_logo {
    display: none;
}

.togglebar_icon {
    color: #F4D03F;
    font-size: 20px;
    vertical-align: middle;
    margin-left: 10px;
}

.menu_name {
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
}

.fixed .menu_name {
    color: #000;
}

.menu_icon:hover {
    text-decoration: none;
}

.flink_header .navbar-nav .nav-link:last-child {
    padding-right: 0;
}

.fixed .navbar-nav .nav-link {
    color: #000 !important;
}

.flink_header .logo {
    color: #fff;
}

.fixed .logo {
    color: #000;
}

.flink_header .modal-header {
    background-color: #000;
    border-radius: 0;
    border-bottom: 1px solid #EEEEEE;
}

.flink_header .close {
    color: #fff;
    opacity: 1;
}

.flink_header .modal-body {
    background-color: #000;
    padding: 0 !important;
}

.flink_header .modal-body ul {
    padding-left: 0;
    margin-top: 15px;
}

.flink_header .modal-body ul li {
    padding: 10px;
}

.flink_header .modal-body ul li a:hover {
    color: #fbd56c;
}

.flink_header .modal-body ul li a {
    color: #fff;
    font-size: 16px;
    padding-left: 10px;
}

.flink_header .modal-body ul li a:hover {
    text-decoration: none;
}

/* Header Block CSS Ends Here */

.homecarousels_blk {
    width: 100%;
    float: left;
}

.carousel_img {
    width: 100%;
    float: left;
    object-fit: cover;
    height: 660px;
}

.img_overlay {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0, 0, 0, 0.5);
}

.carousel_caption {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #fff;
    text-align: center;
    width: 100%;
    float: left;
    padding: 0 20px;
    max-width: 600px;
}

.carousel_indicators {
    position: absolute;
    right: 5%;
    bottom: 10%;
    left: auto;
    z-index: 15;
    display: block;
    justify-content: center;
    list-style: none;
    margin: 0;
}

.carousel_indicators li {
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    border-radius: 50%;
    margin: 6px 0;
    text-indent: initial;
    cursor: pointer;
    background-color: #747474;
    opacity: 1;
    color: #747474;
    transition: opacity .6s ease;
    border: none;
    padding: 2px;
    font-size: 14px;
}

.carousel_indicators .active {
    opacity: 1;
    text-indent: initial;
    background-color: transparent;
    border: 1px solid #747474;
    color: #747474;
}

.carousel_caption h1 {
    text-transform: uppercase;
    font-size: 40px;
    animation-name: moveInleft;
    animation-duration: 3s;
}

.carousel_caption p {
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 10px;
    animation-name: moveInRight;
    animation-duration: 3s;
    color: #fff;
    font-family: 'Montserrat-SemiBold';
}

.search_fixed {
    position: absolute;
    bottom: 30%;
    width: 100%;
    float: left;
    max-width: 500px;
    z-index: 5;
}

.search_input {
    border-radius: 6px !important;
}

.search_btn {
    background: linear-gradient( 90deg, rgba(2, 0, 36, 1) 0%, rgba(46, 119, 101, 1) 64%, rgba(0, 212, 255, 1) 100%);
    border: none;
    font-size: 14px;
    border-radius: 6px !important;
    color: #fff;
}

.search_btn:hover, .search_btn:focus {
    color: #fff;
    outline: none;
    box-shadow: none;
}

.explore_clk {
    width: 100%;
    float: left;
    text-align: center;
    position: absolute;
    top: 100px;
}

.explore_clk a {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    padding: 5px 0;
    border-bottom: 2px solid #F4D03F;
}

.explore_circle {
    font-size: 10px;
}

.explore_text {
    padding: 0 10px;
    vertical-align: middle;
}

/* .explore_clk a::before{
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background-color: #fff;
} */

.social_icons_blk {
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 15;
}

.social_icons_blk ul {
    list-style: none;
    display: block;
}

.social_icons_blk ul li {
    margin-bottom: 10px;
}

.social_icons_blk ul li a {
    color: #fff;
}

/* Latest Flink Group Block CSS Starts here */

.latest_flink_items {
    width: 100%;
    float: left;
    padding: 50px 0 70px 0;
}

.flinkitems_text {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 40px;
}

.flinkitems_text p {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    font-family: 'Montserrat-SemiBold';
}

.subtext_view {
    padding-left: 180px;
    padding-right: 180px;
}
.subtext_view_pad {
    padding-left: 150px;
    padding-right: 150px;
}

.flinkitems_text span {
    color: #747474;
    font-size: 14px;
    width: 100%;
    float: left;
}

.flinkitems_text h1 {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 30px;
    padding: 0 80px;
    font-weight: 600;
}

.section2 {
    width: 100%;
    float: left;
    /* margin-top: 30px; */
}

.section2_text_blk {
    width: 100%;
    float: left;
    z-index: 99;
    position: relative;
    left: 0;
    top: 80px;
}

.section2_text {
    width: 640px;
    float: left;
    background-color: #FFFFFF;
    padding: 40px 40px 100px 40px;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
}

.section2_text p {
    width: 100%;
    float: left;
    font-size: 16px;
}

.section2_img {
    width: 100%;
    float: left;
    height: 100%;
    z-index: 9;
}

.section2_img img {
    width: 100%;
    float: left;
    height: 100%;
    object-fit: cover;
}

.knowmore_btn_blk {
    width: 100%;
    float: left;
    text-align: center;
}

.buynewslider_text .btn_knowmore {
    margin: 20px 0;
}

.btn_knowmore {
    background-color: #F4D03F;
    color: #000;
    padding: 10px 30px;
    border: none;
    margin-top: 150px;
    box-shadow: 0 4px 10px 0 #fbd56c, 0 4px 20px 0 #fbd56c;
}

.btn.btn_knowmore:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(244 208 63 / 25%) !important;
}

/* Latest Flink Group Block CSS Ends here */

/* Buy a new car block CSS Starts here */

.buynewcar_blk {
    width: 100%;
    float: left;
    padding: 0 50px;
}

.buynewcar_carousel {
    width: 100%;
    float: left;
}

.buynewslider_text {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.buynewslider_text h1 {
    width: 100%;
    float: left;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat-SemiBold';
}

.buynewslider_text p {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.buynewcar_carousel .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #B3B6B7;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

/* .buynewcar_carousel .carousel-indicators {
    bottom: -40px;
} */

.buynewcar_carousel .carousel-indicators .active {
    opacity: 1;
    background-color: #F4D03F;
}

.buynewslider_img {
    width: 100%;
    float: left;
    /* margin-bottom: 20px; */
}

.buynewslider_img img {
    width: 100%;
    float: left;
}

.carousel_ind {
    margin-top: 30px;
}

.solution_images .col-md-4 {
    margin-bottom: 30px;
}

.solution_images .col-md-4.active {
    transform: scale(1.1);
    /* filter: grayscale(0); */
    filter: grayscale(0%);
}

.solution_images .col-md-4.active .buynewslider_img img {
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
    border: 1px solid #F4D03F;
    filter: blur(0px);
}

.solution_images .col-md-4 .buynewslider_img img {
    filter: blur(1px);
}

.solution_images .col-md-4 {
    /* filter: grayscale(1.5); */
    filter: grayscale(100%);
}

.img_margin {
    width: 100%;
    float: left;
    margin-left: 20px;
}

/* Buy a new car block CSS Ends here */

/* Why we are best block CSS Starts here */

.whywe_are_best_blk {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.spl_offers_blk {
    width: 100%;
    float: left;
    /* box-shadow: 0 10px 6px -6px #777; */
    background-color: #fff;
}

.spl_offer_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px;
}

.spl_offer_text h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.spl_offer_text p {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.spl_offers_img {
    width: 100%;
    float: left;
    object-fit: cover;
    height: 100%;
}

.spl_offers_img img {
    width: 100%;
    float: left;
    height: 100%;
    object-fit: cover;
}

.our_advantagetext_blk {
    width: 100%;
    float: left;
    padding: 25px 0 25px 30px;
}

.our_advantage_text {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.our_advantage_text span {
    color: #747474;
    font-size: 14px;
}

.theme_clr {
    color: #F4D03F !important;
}

.theme_clr:hover {
    color: #F4D03F;
}

.our_advantage_text p {
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    letter-spacing: 2px;
    font-weight: 600;
}

.our_advantage_text h1 {
    width: 100%;
    float: left;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.accordion_blk {
    width: 100%;
    float: left;
}

.collapse_bg {
    margin-bottom: 5px;
}

.collapse_bg a {
    text-decoration: none;
    color: #000;
}

/* .num_clr {
    background-color: #7B7D7D;
    padding: 10px;
}

.num_clr.active {
    background-color: #F4D03F;
} */

.num_clr {
    width: 70px;
    float: left;
}

.wd_calc {
    width: 100%;
    display: flex;
    background-color: #F8F8F8;
    padding: 7px 0;
    margin-bottom: 10px;
}

.text_accordian {
    width: calc(100% - 90px);
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Montserrat-SemiBold';
}

.text_accordian span {
    vertical-align: -webkit-baseline-middle;
}

.num_clr #outer-center {
    background: #ECECEC;
    width: 25px;
    z-index: 20;
    padding: 8px 12px;
    font-size: 16px;
    color: #000;
    position: relative;
    text-align: center;
}

.num_clr #outer-center:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 15px;
    height: calc(100% + 0px);
    background: #ECECEC;
    right: -7px;
    top: 0px;
    z-index: 10;
    transform: skew( -20deg, 0deg);
}

.collapse_bg a[aria-expanded="true"] #outer-center {
    background: #F4D03F;
    color: #fff;
}

.collapse_bg a[aria-expanded="true"] #outer-center:after {
    background: #F4D03F;
}

.collapse_title {
    border-left: 3px solid #F4D03F;
    position: absolute;
    height: 60px;
}

.cardbody {
    padding: 10px 0;
}

.cardbody h5 {
    font-size: 12px;
    color: #D0D3D4;
    text-transform: uppercase;
}

.cardbody p {
    font-size: 14px;
    margin-bottom: 10px;
}

.car_bg_img {
    width: 100%;
    float: left;
}

.car_bg_img img {
    width: 100%;
    float: left;
    object-fit: cover;
}

/* Why we are best block CSS Ends here */

/* Customer Feedback Block CSS Starts here */

.customer_feedback {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.feedback_bg {
    width: 100%;
    float: left;
    text-align: center;
    padding: 5% 5% 10% 5%;
    background-image: url(../images/map.png);
    background-color: #000;
    /* background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/map.png'); */
    background-repeat: no-repeat;
    background-position: center;
}

.feedback_bg img {
    margin-bottom: 30px;
}

.feedback_bg p {
    color: #fff;
}

.owner_text {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.slick_clients {
    width: 100%;
    float: left;
    background-color: #fff;
}

.center_car_image {
    width: 100%;
    float: left;
    position: relative;
    z-index: 99;
}

.center_car_image img {
    position: absolute;
    left: 50%;
    width: 100%;
    max-width: 500px;
    z-index: 99;
    top: -105px;
    transform: translate(-50%, 10px);
}

/* Slick Slider CSS */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    height: 140px;
    object-fit: contain;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Customer Feedback Block CSS Ends here */

/* News Blogs Block CSS Starts Here */

.blogs_blk {
    width: 100%;
    float: left;
    padding: 100px 0px 50px 0px;
}

.blogs_list {
    width: 100%;
    float: left;
}

.lg_blog {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
}

.sec_images {
    width: 100%;
    float: left;
    height: 267px !important;
    object-fit: cover;
}

.lg_blogimg_blk {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.lg_blog .lg_blogimg_blk img {
    transition: all 0.3s;
}

.lg_blog:hover .lg_blogimg_blk img {
    transform: scale(1.2);
    transition: all 0.3s;
}

.lg_blogimg_blk img {
    width: 100%;
    float: left;
    height: 260px;
    object-fit: cover;
}

.sports_text {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #F4D03F;
    padding: 3px 10px;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}

.blog_body {
    background-color: #fff;
    padding: 20px;
    width: 100%;
    float: left;
}

.blog_body .datetext {
    font-size: 12px;
    color: #f4d03f;
    width: 100%;
    float: left;
}

.blog_body h3 {
    width: 100%;
    float: left;
    font-size: 16px;
    margin-top: 5px;
    text-transform: uppercase;
}

.blog_text {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-top: 10px;
}
.arrow-span{
    float: right;
    font-size: 20px;	
}

.sm_blog {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.sm_blog:hover .sm_blogimages_blk img {
    transform: scale(1.2);
    transition: all 0.3s;
}

.sm_blog .sm_blogimages_blk img {
    transition: all 0.3s;
}

.sm_blog img {
    width: 100%;
    float: left;
    object-fit: cover;
    height: 237px;
}

.sm_blogimages_blk {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

/* News Blogs Block CSS Ends Here */

/* Careers Block CSS Starts Here */

.contactus_text_blk {
    width: 100%;
    float: left;
    background-color: #0B0B0E;
    padding: 50px 0;
}

.contactustext {
    width: 100%;
    float: left;
}

.contactustext h1 {
    color: #F4D03F;
    font-size: 30px;
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

.contactustext p {
    width: 100%;
    float: left;
    color: #fff;
    font-size:15px;
}

.contactform .form-control:focus {
    border-color: #F4D03F !important;
}

/* Careers Block CSS Ends Here */

/* Contact us form CSS Starts here */

.contactus_form_blk {
    width: 100%;
    float: left;
    background-color: #0B0B0E;
    padding: 50px 0;
}

.contactus_title {
    width: 100%;
    float: left;
}

.contactus_title h1 {
    color: #fff;
    font-size: 30px;
    width: 100%;
    float: left;
}

.contactus_form_blk p{
    color: #fff;
}

.contact-details a{
    color: #fafafa;
}

.social-links a{
    margin-left: 5px;
}

.social-links img{
    width: 25px;
    height: 25px;
}

.contactform {
    width: 100%;
    float: left;
    max-width: 600px;
    margin: 30px 0;
}

.contactform .form-control {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    padding: 15px 0;
    /* margin-bottom: 15px; */
    background-color: transparent;
}

.contactform .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
    background-color: transparent;
}
.contact-ch .form-control:focus {
    color: #fff;
}
.contact-ch .form-control::placeholder{
    color: #8a8585 !important;
}
.contact-ch .form-control {
    color: #fff;
}
.contact-ch .wpcf7-response-output{
    color: #fff;
    font-size:13px;
}
.wpcf7-response-output{
    color: #666666;
    font-size:13px;
}
.wpcf7-not-valid-tip {
	font-size:13px;
}
.contactform .form-group {
    margin-bottom: 30px;
}

.learn_about_button {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.learn_about_btn {
    background-color: #454545;
    padding: 15px 40px;
    border: none;
    line-height: 20px;
    color: #fff;
    font-size: 16px;
    transition: all 0.5s;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
}

.learn_about_btn:focus {
    box-shadow: 0 0 0 0 transparent;
}

/* Conatct us form CSS Ends Here */

/* Job Openings Block CSS Starts Here */

.job_openings {
    width: 100%;
    float: left;
    background-color: #0B0B0E;
    padding: 50px 0;
}

.jobopenings_subtext {
    width: 100%;
    float: left;
}

.jobopenings_subtext p {
    /* font-size: 14px; */
    color: #fff;
}

.openings_table_block {
    width: 100%;
    float: left;
    padding-top: 15px;
    color: #F4D03F;
}

.openings_table_block h1 {
    font-size: 30px;
    text-align: center;
}

.table_blk {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.table_blk .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
    color: #F4D03F;
    font-weight: normal;
}

.table_blk .table td, .table th {
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.table_blk .table tbody tr:nth-of-type(even) {
    background-color: #2C2C2E;
}

.viewmore_text {
    text-align: end;
    color: #F4D03F;
    width: 100%;
    float: right;
    margin-top: 10px;
}

.viewmore_text:hover {
    color: #F4D03F;
    text-decoration: none;
}

.apply_now_text {
    background: #F4D03F;
    color: #fff;
    width: 105px !important;
    float: left;
    margin: 0;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    font-size: 14px;
}

.apply_now_text:hover {
    color: #fff;
}

/* Job Openings Block CSS Ends Here */

/* Subscribe block CSS Starts Here */

.subscribe_block {
    width: 100%;
    float: left;
    background-color: #0B0B0E;
    padding: 40px 0;
    text-align: center;
    z-index: 11;
    position: relative;
}

.subscribe_text {
    width: 100%;
    float: left;
}

.subscribe_text p {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.subscribe_text h1 {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #fff;
}

.subscribe_block .learn_about_button {
    margin-top: 20px !important;
}

.learn_about_button {
    width: 100%;
    float: left;
    margin-top: 50px;
}

/* Subscribe Block CSS Ends Here */



/* Footer Block CSS Stars Here */

.footer_blk {
    width: 100%;
    float: left;
    padding: 100px 0;
}

.footer_bg {
    background-image: url(../images/footer_mage.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    float: left;
}

.footer_logo_blk {
    width: 100%;
    float: left;
}

/* .footer_logo_blk p {
    width: 100%;
    float: left;
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    line-height: 12px;
} */

.footer_logo_blk span {
    color: #f9f9f9;
    font-size: 12px;
    width: 100%;
    float: left;
    position: relative;
    left: 42px;
    opacity: 0.6;
    top: 2px;
}

.company_desc {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.company_desc p {
    width: 100%;
    float: left;
    color: #f9f9f9;
    font-size: 14px;
    opacity: 0.6;
}

.opening_hrs {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.opening_hrs h5 {
    width: 100%;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.opening_hrs span {
    width: 100%;
    float: left;
    color: #f9f9f9;
    font-size: 14px;
    opacity: 0.6;
}

.latest_vehicals {
    width: 100%;
    float: left;
}

.footersub_title {
    width: 100%;
    float: left;
    border-left: 2px solid #F4D03F;
}

.footersub_title span {
    width: 100%;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    color: #F4D03F;
    margin-left: 10px;
    font-weight: 600;
}

.latest_vehicals ul {
    width: 100%;
    float: left;
    padding-left: 0;
    margin-top: 40px;
}

.latest_vehicals ul li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size:14px;
}

.latest_vehicals .arrow_icon {
    width: 30px;
    float: left;
    color: #f9f9f9;
    opacity: 0.6;
}

.latest_vehicals .modal_text {
    width: calc(100% - 30px);
    float: left;
    color: #f9f9f9;
    opacity: 0.6;
}

.modal_text p {
    color: #f9f9f9;
}

/* .modal_text a {} */

.vehicles_links {
    width: auto;
    float: left;
}

.vehicles_links:hover .modal_text, .vehicles_links:hover .arrow_icon {
    color: #fff;
    opacity: 1;
}

.latest_news {
    width: 100%;
    float: left;
}

.latest_news .latest_news_ul {
    width: 100%;
    float: left;
    padding-left: 0;
    margin-top: 40px;
    margin-bottom: 0;
}

.latest_news .latest_news_ul li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size:14px;
}

.latest_news .latest_news_ul li:last-child {
    margin-bottom: 0;
}

.latest_news .arrow_icon {
    width: 30px;
    float: left;
    color: #fff;
}

.divder {
    border-bottom: 1px solid #f2f2ff;
    margin: 20px 0;
    width: 100%;
    float: left;
    max-width: 200px;
}

.latest_news .modal_text {
    width: calc(100% - 30px);
    float: left;
    color: #f9f9f9;
    opacity: 0.6;
}

.copy_right_blk {
    width: 100%;
    float: left;
    background-color: #000;
    padding: 20px 0;
}

.copyright_text {
    width: 100%;
    float: left;
}

.copyright_text p {
    color: #fff;
    font-size: 14px;
}

.social_media_icons {
    width: initial;
    display: inline-block;
}

.social_media_icons {
    display: inline-block;
    padding-left: 0;
    margin-top: 20px;
    margin-left: 5px;   
}

.social_media_icons li {
    display: inline-block;
    padding-right: 4px;
}

.social_media_icons li a img {
    width: 20px;
    transition: all 0.3s;
}

.social_media_icons li a:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
    filter: invert(72%) sepia(82%) saturate(369%) hue-rotate(2deg) brightness(179%) contrast(100%);
}

.social_names {
    width: 100%;
    float: left;
    text-align: end;
}

.social_names ul {
    display: inline-block;
    margin: 0;
}

.social_names ul li {
    display: inline-block;
    padding-right: 20px;
}

.social_names ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.social_names ul li a.active {
    color: #F4D03F;
}

.social_names ul li a:hover {
    text-decoration: none;
    color: #F4D03F;
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    background-color: #f4d03f;
    color: #000;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 20%);
    z-index: 999999;
}

.back-to-top:hover {
    color: #000;
}

.cookies_popup {
    background-color: #fff;
    width: 100%;
    float: left;
    padding: 20px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99999;
}

.cookies_popup h1 {
    font-size: 16px;
}

.cookies_popup p {
    font-size: 14px;
}

.cookie_btn {
    border: 1px solid #F4D03F;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 5px;
    color: #000;
    width: auto;
    float: left;
    margin-top: 20px;
}

.cookie_btn:hover{
    color: #000;
    text-decoration: none;
}
/* Footer Block CSS Ends Here */

.landingpage_banner_blk {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    float: left;
    height: 660px;
}

.layout_banner_bg {
    background-image: url('../images/landing_bg.png');
    height: 660px;
}

.aboutus_banner_bg {
    background-position: center !important;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/about_us.jpg');
}

.about_us_banner {
    background-position: center !important;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/about_us_banner.png');
}

.our_products_banner {
    background-position: center !important;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/our_products_banner.png');
}

.blogs_banner {
    background-position: center !important;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/blogs_banner.png');
}

.business_car_leasing_bg {
    background-image: url('../images/business_car_leasing.png');
    background-position: 100%;
}

.charging_infrastructure_bg {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/charging_Infrastructure.png');
}

.electric_vehicles_bg {
    background-image: url('../images/manufacturing_evs.png');
}

.fleet_management_bg {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/fleet_management.png');
    background-position: 100%;
}

.flexible_financing_bg {
    background-image: url('../images/financing_solutions.png');
}

.personal_car_leasing_bg {
    background-image: url('../images/personal_car_leasing.png');
}

.landingbanner_text {
    margin-top: 170px;
}

.landingbanner_text h1 {
    color: #fff;
    animation-name: moveInleft;
    animation-duration: 3s;
}

.landingbanner_text p {
    color: #fff;
    width: 100%;
    max-width: 500px;
    animation-name: moveInleft;
    animation-duration: 3s;
}

.preorder_now_text {
    text-align: left;
    width: 100%;
    float: left;
    margin-top: 50px;
    animation-name: moveInRight;
    animation-duration: 3s;
}

.preorder_now_text h2 {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    font-size: 14px;
    text-transform: uppercase;
    color: #D7DBDD;
}

.preorder_now_text h2 a {
    margin: 0 15px;
    color: #D7DBDD;
}

.preorder_now_text h2:before, h2:after {
    background: #D7DBDD;
    height: 2px;
    flex: 1;
    content: '';
    width: 100%;
    max-width: 150px;
}

.preorder_now_text h2.left:after {
    background: none;
}

/* Image with text CSS block Starts here */

.imagewith_text_blk {
    width: 100%;
    float: left;
    padding: 25px 0;
}

.img_part {
    width: 100%;
    float: left;
    height: 100%;
    position: relative;
}

.vshade_img {
    width: 100%;
    float: left;
    max-width: 300px;
    z-index: 99;
    position: absolute;
    left: 80px;
}

.vshade {
    width: 100%;
    float: left;
    max-width: 190px;
    position: relative;
    z-index: 9;
    top: 15%;
}

.product_shade .vshade {
    top: 5%;
}

.engine_blk {
    width: 100%;
    float: left;
    position: relative;
}

.engine_images {
    width: 100%;
    float: left;
    position: relative;
    height: 100%;
}

.engine_png {
    width: 100%;
    float: left;
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 300px;
    transform: translate(-40%, -50%);
}

.h_shade {
    width: 100%;
    float: left;
    /* transform: skew(-10deg); */
    height: 100%;
}

.text_part {
    width: 100%;
    float: left;
    max-width: 500px;
}

/* .img_part img {
    width: 100%;
    float: left;
    height: 100%;
    object-fit: cover;
} */

/* .imagewith_text_blk .text_part {
    width: 100%;
    float: left;
    padding: 30px 160px;
} */

.layout_text_blk {
    width: 100%;
    float: left;
    padding: 25px 0;
}

.powergain_text {
    max-width: 500px;
}

.powergain_text ul {
    padding-left: 20px;
    line-height: 30px;
    font-size: 14px;
    list-style: square;
    margin-top: 50px;
}

.powergain_text ul li {
    width: 100%;
    float: left;
}

.text_black {
    color: #000;
}

.graytext {
    color: #747474;
}

.gray_text {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #747474;
    line-height: 1em;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.gray_text:after {
    content: "";
    display: block;
    width: 100%;
    max-width: 50px;
    padding-top: 20px;
    border-bottom: 1px solid #747474;
    transition: .5s;
}

.text_part h1 {
    font-family: 'Montserrat-SemiBold';
    font-size: 30px;
    width: 100%;
    float: left;
}

.text_part p {
    color: #454545;
    margin-top: 20px;
    font-size:15px;
}

.textpart_pad {
    margin: 30px 0;
}

.secondtext_part .textpart_pad {
    margin-bottom: 0 !important;
}

.secondtext_part {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.secondtext_part .text_part {
    width: 100%;
    float: left;
    /* padding: 0 50px 0 190px; */
    margin-bottom: 40px;
}

.img_part_img {
    width: 100%;
    float: left;
    height: 100%;
}

.img_part img {
    width: 100%;
    float: left;
    height: 100%;
    object-fit: cover;
}

.pre_order_blk {
    width: 100%;
    float: left;
    background-color: #D0D3D4;
    padding: 35px 30px;
    position: absolute;
    right: -15px;
    max-width: 613px;
    bottom: 0;
}

.btn_preorder {
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 0;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 30px;
    line-height: initial;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 10%), 0 4px 20px 0 rgb(0 0 0 / 10%);
}

.interior_designs {
    width: 100%;
    float: left;
    background-color: #000;
    padding: 60px;
}

.interior_design_slider {
    width: 100%;
    float: left;
    max-width: 600px;
    background: #2C2C2E;
    padding: 30px 100px 30px 30px;
    margin-top: -131px;
    margin-left: 100px;
}

.interior_img {
    width: 100%;
    float: left;
}

.interior_img img {
    width: 100%;
    float: left;
}

.interior_design_slider .carousel-control-next {
    position: absolute;
    top: 50%;
    right: -65px;
    width: 20px;
    height: 10px !important;
    font-size: 30px;
    height: auto;
    color: #747474;
    text-align: center;
    transition: opacity .15s ease;
}

/* Image with text CSS block Ends here */

.video_blk {
    width: 100%;
    float: left;
    background: #fff;
    padding: 50px 0;
}

/* .video_blk .text_part{
    padding: 0 160px;
} */

.video_link {
    width: 100%;
    float: left;
    position: relative;
    height: 100%;
}

.video_link img {
    width: 100%;
    float: left;
    height: 100%;
    object-fit: cover;
}

.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

video {
    min-width: 100%;
    height: 100%;
    z-index: 1;
}

/* .video_overlay {
    width: 100%;
    float: left;
    position: relative;
} */

/* .overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2;
} */

.process_text {
    width: 100%;
    float: left;
    max-width: 350px;
    position: absolute;
    left: -30px;
    bottom: 0;
    background-color: #454545;
    padding: 25px;
}

.video_icon {
    width: 60px;
    float: left;
    color: #fff;
    font-size: 40px;
    vertical-align: middle;
}
.video_icon .fa{
	color: #fff !important;
}
.vdeotext {
    width: calc(100% - 70px);
    float: left;
    color: #fff;
    margin-top: 8px;
}

.vdeotext p {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.vdeotext span {
    font-size: 12px;
}

.custom_icons_blk {
    width: 100%;
    float: left;
    padding: 0 75px;
}

.icons_with_text {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.icon_wd {
    width: 50px;
    float: left;
    font-size: 30px;
}

.icontext_wd {
    width: calc(100% - 50px);
    float: left;
}

.icontext_wd p {
    width: 100%;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    opacity: 1;
    color: #000;
    font-weight:600;
}

.icontext_wd span {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #747474;
}

.mobile_res_view {
    display: none;
}

.mobile_view_navitem {
    display: none;
}

/* About us Block CSS Starts Here */

.aboutus_text_part {
    width: 100%;
    float: left;
    padding: 30px 0;
    text-align: center;
}

.aboutus_text_part h1 {
    width: 100%;
    float: left;
    font-size: 30px;
    margin-bottom: 20px;
}

.aboutus_text_part p {
    margin-top: 20px;
    width: 100%;
    float: left;
    font-size: 15px;
}

/* About us Block CSS Ends Here */

/* Loader Block CSS starts Here */

#overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #000;
  z-index: 999999;
  text-align: center;
}
#overlay-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  width: 100%;
  float: left;
  max-width: 400px;
}
.feedback_logo{
   width:150px;
}
.footer_logo{
   width:140px;
}
/* Loader Block CSS starts Here */

@keyframes moveInleft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    80% {
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moveInRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    80% {
        transform: translateX(-10px);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@media (min-width: 1200px) {
    .blogs_blk .container, .footer_blk .container, .copy_right_blk .container, .imagewith_text_blk .container {
        max-width: 1000px;
    }
}

@media(max-width:1100px) {
    .pre_order_blk {
        position: relative;
    }
    .text_990 {
        padding: 0 75px !important;
    }
}

@media(max-width:990px) {
    .section2_text_blk {
        left: 0;
        top: 0;
    }
    .subtext_view {
        padding: initial;
    }
    .section2_text {
        padding: 25px;
        width: 100%;
    }
    .btn_knowmore {
        margin-top: 30px;
    }
    .center_car_image img {
        max-width: 310px;
        top: -65px;
    }
    .text_part, .custom_icons_blk {
        padding: 20px !important;
    }
    .pre_order_blk {
        position: relative;
        right: 0;
        margin-top: 30px;
    }
    .vshade_img {
        left: 30px !important;
    }
    .textpart_pad {
        margin: 10px 0;
    }
    .footer_blk {
        padding: 30px 0;
    }
    .latest_flink_items {
        padding: 30px 0;
    }
    .our_advantagetext_blk {
        padding: 20px 0;
    }
}

@media(max-width:767px) {
    .text_part h1 {
        font-size: 24px;
    }
    .section2_text_blk {
        margin-bottom: 30px;
    }
    .latest_flink_items {
        padding-bottom: 50px;
    }
    .footer_blk {
        padding: 30px 0;
    }
    .copyright_text, .social_names {
        text-align: center;
        margin-bottom: 10px;
    }
    .video_blk {
        padding: 15px 0;
    }
    .video_link, .icons_with_text {
        margin-top: 20px;
    }
    .latest_vehicals ul, .latest_news ul, .company_desc, .opening_hrs {
        margin: 15px 0;
    }
    .footersub_title {
        margin-top: 15px;
    }
    .our_advantagetext_blk {
        padding: 15px;
    }
    .buynewcar_blk {
        padding: 0 20px;
    }
    .img_margin {
        margin-left: 0;
    }
    .section2_text {
        width: 100%;
    }
    .flink_header .navbar-nav .nav-link {
        padding: 5px 0 !important;
    }
    .text_part {
        padding: initial;
    }
    .center_car_image img {
        max-width: 330px;
        top: -70px;
    }
    .interior_design_slider {
        padding: 30px;
        margin-top: 0;
        margin-left: 0;
    }
    .powergain_text {
        width: 100%;
        float: left;
        padding: 20px;
    }
    .width_50 {
        width: 50% !important;
        float: left;
    }
    .interior_designs {
        padding: 20px 50px 20px 20px;
    }
    .res_text_part {
        padding: 0 20px !important;
    }
    .social_names ul {
        padding-left: 0;
    }
    .res_margin_top {
        margin-top: 30px;
    }
    .normal_res_view {
        display: none;
    }
    .mobile_res_view {
        display: block;
    }
    .flinkitems_text h1 {
        padding: initial;
    }
    .process_text {
        left: 0;
    }
    .secondtext_part .text_part {
        margin-bottom: 0;
    }
    .vshade {
        top: 5%;
    }
    .navbar_white {
        padding: 5px 30px !important;
    }
    .megamenu-li {
        display: none;
    }
    /* .mobile_view_navlinks {
        display: block;
    } */
    .mobile_view_navitem {
        display: block;
    }
    .navbar_white .navbar-nav .nav-link:hover {
        background-color: transparent !important;
        color: #fff !important;
    }
    .navbar_white .navbar-nav .nav-link{
        padding: 5px !important;
    }
    .learn_about_button {
        margin-top: 25px;
    }
    .solution_images{
        display: initial !important;
    }
    #overlay-image {
        max-width: 250px;
    }
}

@media(max-width:480px) {
    h1 {
        font-size: 24px !important;
    }
    .flinkitems_text h1 {
        padding: 0;
    }
    .center_car_image img {
        display: none;
    }
    .engine_png {
        max-width: 200px;
    }
    .interior_design_slider {
        padding: 15px !important;
    }
    .interior_design_slider .carousel-control-next {
        right: -48px;
    }
    .res_padding {
        padding: 0 !important;
    }
    .secondtext_part {
        padding-top: 0 !important;
    }
    .flink_header, .fixed {
        padding: 10px 15px !important;
    }
    .buynewslider_text {
        padding-top: 20px;
    }
    .flinkitems_text {
        padding-bottom: 20px;
    }
    .blogs_blk {
        padding: 20px 0 5px 0;
    }
}

@media(max-width:375px) {
    .social_names ul li {
        padding-right: 8px;
    }
    .process_text {
        padding: 10px;
    }
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/

.modal.left .modal-dialog, .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 280px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content, .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body, .modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Right*/

.flink_header .fade {
    transition: opacity .5s linear;
}

.modal.right.fade .modal-dialog {
    right: -280px;
    transition: ease-out 0.5s;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
    transition: ease-in 0.5s;
}

.right_side_modalheader {
    padding: 16px;
}

.menumodal_title {
    font-size: 18px;
    color: #fff;
}

/* ----- MODAL STYLE ----- */

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

/* Header Block CSS Starts Here */

.header_block {
    width: 100%;
    float: left;
}

.menu_nav {
    position: relative;
    z-index: 999999;
}

.toggle_icon {
    color: #fff;
    opacity: 1;
    font-size: 24px;
}

.fixed .toggle_icon {
    color: #000;
}

.navbar-dark .navbar-toggler {
    border-color: #F4D03F;
}

.navbar_white {
    width: 100%;
    float: left;
    padding: 0 30px;
    position: initial;
    top: 0;
    z-index: 999;
    transition: all 0.5s;
    background-color: #000;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    transition: all 0.5s;
}

.fixed .navbar-nav .nav-link {
    color: #000 !important;
}

.fixed .black_logo {
    display: block !important;
}

.fixed .white_logo {
    display: none !important;
}

.navbar_white .white_logo {
    display: block;
}

.navbar_white .black_logo {
    display: none;
}

.logo_img img {
    height: 30px;
}

.navbar_white .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    padding: 15px;
    /* padding-bottom: 16px; */
}

.nav-link span {
    vertical-align: middle;
}

/* .fixed .navbar-nav .nav-link:focus, .fixed .navbar-nav .nav-link:hover {
    color: #000000;
} */

.navbar_white .navbar-nav .nav-link:focus, .navbar_white .navbar-nav .nav-link:hover {
    color: #fff;
}

.cmn_font {
    /* font-family: "BarlowCondensed-Bold" !important; */
    font-weight: 600;
}

/* Mega menu CSS Starts Here */

.mega_menu_link {
    float: left;
    overflow: hidden;
}

.mega_menu_link .nav-link {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 23px 16px;
    background-color: inherit;
    margin: 0;
}

.down_icon {
    vertical-align: middle;
    margin-left: 3px;
    color: #f4d03f;
    font-size: 25px;
}

.mega_menu_link .nav-link .down_icon i {
    transition-duration: 0.5s;
}

.mega_menu_link:hover .nav-link .down_icon i {
    transform: rotate(-180deg);
    transition-duration: 0.5s;
}

.mega_menu_hover {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition-duration: 0.5s;
}

.mega_menu_hover .submega_menu {
    background: #fff;
    border: 1px solid #f4d03f;
    /* padding: 16px; */
    color: #000000;
    width: 100%;
    float: left;
}

.mega_menu_link:hover .mega_menu_hover {
    display: block;
}

.mega_menu_link .shape {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #555;
    display: none;
    position: absolute;
    top: -20px;
}

.shape_icon {
    position: relative;
    width: 100%;
    float: left;
}

.mega_menu_link:hover .shape {
    display: block;
}

.leftheader_bg {
    width: 100%;
    float: left;
    background-color: #F2F3F4;
    padding: 30px 60px;
}

.rightheader_bg {
    width: 100%;
    float: left;
    padding: 10px 60px 30px 60px;
}

.submenu_title {
    width: 100%;
    float: left;
}

.submenu_title h4 {
    font-size: 28px;
    color: #000000;
}

.submenu_title p {
    font-size: 16px;
    color: #707B7C;
    margin-top: 40px;
}

.submenu_links {
    width: 100%;
    float: left;
}

.submenu_list {
    padding-left: 0;
}

.submenu_list li.links_title {
    color: #707B7C !important;
    padding-top: 20px;
}

.submenu_list li.theme_menu_link {
    color: #f4d03f !important;
}

.submenu_list li {
    width: 100%;
    float: left;
    font-size: 16px;
    padding: 1px 0;
}

/* .submenu_list li a {
    color: #000000;
    text-decoration: none;
}

.submenu_list li a:hover {
    border-bottom: 2px solid #f4d03f;
} */

.submenu_list li a {
    color: #000000;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
}

.submenu_list li a::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #f4d03f;
    transition: width 0.3s;
}

.submenu_list li a:hover::after {
    width: 100%;
}

.knowmore_link {
    color: #f4d03f !important;
    display: inline-block;
    text-decoration: none !important;
    font-size: 18px;
    margin-top: 30px;
}

.knowmore_link::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #f4d03f;
    transition: width 0.3s;
}

.knowmore_link:hover::after {
    width: 100%;
    color: #f4d03f !important;
}

.mobile_view_navlinks {
    padding-left: 25px;
    /* display: none; */
}

.mobile_view_navlinks li {
    padding: 5px 0;
}

.fixed .mobile_view_navlinks li a {
    color: #000000 !important;
    font-size: 16px;
    display: inline-block;
    text-decoration: none !important;
}

.navbar_white .mobile_view_navlinks li a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-decoration: none !important;
}

.mobile_view_navlinks li a::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #CC9B55;
    transition: width 0.3s;
}

.mobile_view_navlinks li a:hover::after {
    width: 100%;
    color: #CC9B55 !important;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

/* Mega menu CSS Ends Here */

/* On click header menu css */

.megamenu-li {
    position: inherit;
}

.megamenu.dropdown-menu {
    z-index: -1 !important;
    border-radius: 0 !important;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    border: 0;
    transition: all 0.5s;
    z-index: -1 !important;
}

.static_header {
    background-color: #000 !important;
    z-index: 9999 !important;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    display: none;
}

.navbar-nav .nav-item.show {
    background-color: #fff;
}

.navbar-dark .navbar-nav .show>.nav-link {
    color: #000;
    padding: 15px;
}

.navbar-dark .navbar-nav .show .megamenu {
    transition: all 0.5s;
}

.navbar_white .navbar-nav .nav-link:hover {
    background-color: #fff;
    color: #000;
    /* padding-bottom: 16px; */
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes slideInDown {
    from {
        top: -200px;
    }
    to {
        top: 67px;
    }
}

.megamenu-li.show a .down_icon i {
    transform: rotate(-180deg);
    transition-duration: 0.3s;
}

.megamenu-li a .down_icon i {
    transition-duration: 0.3s;
}

.blog_img img{
    width: 100%;
    float: left;
    height: auto;
    object-fit: cover;
}
.blog_cont a{
	color:#000;
}
.sports_text a{
    color:#fff;
}
.pagi_links{
    padding: 30px;
    text-align: right;
}
.pagi_links span{
	color:#666666 ;
	font-weight:700;
	font-size: 15px;
	}
.pagi_links a{
	color: #080b0f;
    font-weight: 700;
    font-size: 15px;
    border: 2px solid #f4d03f;
    padding: 3px 5px 3px 5px;
	}
.career_pagi span{
	color:#a7a5a5 ;
	
	}
.career_pagi a,.career-excerpt{
	color: #fff;
	font-size: 15px;
	}	
.recent_posts h3{
   color:#000 ;
   text-align:center;
}
.recent_posts li i {	
    color: #cc9b55;
	width: 20px;
	float: left;
	vertical-align: middle;
}
.recent_posts li a{
    color:#666666;
    width: calc(100% - 20px);
	float: left;
	vertical-align: middle;
}
.arrow_i i,.arrow_i a{
    color:#f4d03f ;
    font-size: 17px;
    font-weight: 700;

}
.recent_posts li i{
    color: #f4d03f;
    width: 20px;
	float: left;
	vertical-align: middle;
	line-height: 22px;
}
.icon_wd .fa{
 color: #000 !important;
}
span .fa {
    color: #f4d03f !important;
    padding: 0px 5px 0px 5px;
}
.span_text_blog,.span_text_blog a{
   color:#666666;
}
.p_mar_top{
   margin-top:20px;
}
.single_blog_cont p {
    font-size: 14px;
    padding: 5px 0;
    line-height: 23px;
    color:#666666;
}
.single_blog_cont p b,.single_blog_cont p strong{
    font-size: 18px;
    color:#000 ;
}
.single_blog_cont ul li {
   list-style-type: disc;
   font-size: 14px;
   color: #747474;
}
.single_blog_cont ol li {
   font-size: 14px;
   color: #747474;
}
.pagi_div{
   padding:20px;
}


/* On click header menu css */

/* Header Block CSS Ends Here */