*,
::after,
::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'ProstoOne-Regular';
    src: url('../fonts/ProstoOne-Regular.ttf');
}

/*custom transition for some elements*/

.delay1 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.delay2 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

.delay3 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.delay3a {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.delay3aa {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

/*=========================*/
.delay4 {
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.delay5 {
    -webkit-animation-delay: 7.2s;
    animation-delay: 7.2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.delay6 {
    -webkit-animation-delay: 7.4s;
    animation-delay: 7.4s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.delay7 {
    -webkit-animation-delay: 7.6s;
    animation-delay: 7.6s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

/*============================================*/
a,
a:hover {
    text-decoration: none;
}

/*style the scrollbar*/
* {
    scrollbar-width: thin;
    scrollbar-color: #2a3181 #fff;
}

/* Works on Chrome, Edge, and Safari */

*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: #fff;
}

*::-webkit-scrollbar-thumb {
    background-color: #2a3181;
}

/* PRELODER STYLE */
.preloader {
    position: fixed;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: #293180;
    z-index: 200000000000;
}

.preloader .rotateImg {
    position: absolute;
    right: 40px;
    bottom: 35px;
}

.preloader .rotateImg img {
    width: 95px;
    height: auto;
    -webkit-animation-name: preloadRotate;
    animation-name: preloadRotate;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes preloadRotate {

    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

}

@keyframes preloadRotate {

    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

}

.preloader .counter {
    position: relative;
    color: #fff;
    font-size: 127px;
    z-index: 1;
    width: 440px;
    text-align: center;
}

.preloader .counter::after {
    content: "%";
    font-size: .5em;
}

.hide {
    opacity: 0;
    -webkit-transition: 1.2s;
    transition: 1.2s;
    pointer-events: none;
}

.preloader.active {
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
    -webkit-transition: ease-in-out 1s;
    transition: ease-in-out 1s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

/* END PRELODER STYLE */

/*============================================*/
body {
    font-family: 'ProstoOne-Regular';
    height: auto;
    overflow-x: hidden;
}

.overfl {
    overflow: hidden !important;
}

.home_main_content ul.links_list li a.nav-link {
    color: #fff;
}

.home_main_content ul.links_list li a.nav-link.color_active,
.home_main_content ul.links_list li a.nav-link:hover {
    color: #f8a12e !important;
    -webkit-transition: .2s;
    transition: .2s;
}

.about_us .home_main_content ul.links_list li a.nav-link,
.contact_us .home_main_content ul.links_list li a.nav-link,
.services .home_main_content ul.links_list li a.nav-link {
    color: #293180;
}

/*START NEW MENU STYLE*/
.right_navbar_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 372px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.right_navbar_content .quote_link a {
    padding: 6px 21px !important;
    border: 2px solid #f8a12e;
    border-radius: 10px;
    background-color: #f8a12e;
    color: #fff;
}

.right_navbar_content .quote_link {
    overflow: hidden;
}

.right_navbar_content .quote_link a:hover {
    background-color: transparent !important;
    border-color: #fff !important;
    -webkit-transition: .2s;
    transition: .2s;
}

.right_navbar_content ul.smLinks li i:hover {
    color: #f8a12e;
    -webkit-transition: .2s;
    transition: .2s;
}

.home .right_navbar_content .quote_link a,
.quote .right_navbar_content .quote_link a {
    padding: 6px 21px;
    border: 2px solid #fff;
    border-radius: 10px;
    background-color: transparent;
}

.home .right_navbar_content .quote_link a:hover,
.quote .right_navbar_content .quote_link a:hover {
    background-color: #293180 !important;
    border-color: #293180 !important;
    padding: 6px 21px !important;
    -webkit-transition: .2s;
    transition: .2s;
}

/*END NEW MENU STYLE*/
.home {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home ul.smLinks li i:hover {
    color: #293180;
    -webkit-transition: .2s;
    transition: .2s;
}

.home .home_bottom_content .home_row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -120px 0 0 0;
}

.home_main_content .main_navbar nav {
    background-color: transparent !important;
}

.home_main_content .we_make {
    position: relative;
    margin-top: 52px;
}

.home_main_content .we_make h2 {
    font-size: 160px;
    text-transform: uppercase;
    font-weight: lighter;
    line-height: .8;
    margin-bottom: 0;
}

/*drop img fixed*/
.home_main_content .we_make img {
    position: fixed;
    top: 17%;
    left: 32%;
    width: 90px;
    height: auto;
    z-index: 6;
}

.home_main_content .we_make h5 {
    display: inline-block;
    width: 90%;
    margin-top: 5px
}

.home_main_content .big_banner img.hide_element {
    visibility: visible;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.marquee {
    height: 30px;
    width: 42%;
    overflow: hidden;
    position: relative;
    margin-left: 41%;
}

.marquee div {
    display: block;
    width: 200%;
    height: 30px;
    position: absolute;
    overflow: hidden;
    -webkit-animation: marquee 5s linear infinite;
    animation: marquee 5s linear infinite;
}

.marquee span {
    float: left;
    width: 50%;
    font-size: 20px;
    color: #fff;
}

@-webkit-keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

/*===========================================================*/
.home_main_content img.outil_banner {
    width: 512px;
    position: relative;
    top: 6%;
    right: 13%;
    z-index: 5
}

.home_main_content img.outil_banner.shoIm {
    -webkit-animation: myfadeInRight .5s linear !important;
    animation: myfadeInRight .5s linear !important;
    -webkit-animation-fill-mode: forwards !important;
    animation-fill-mode: forwards !important;
    -webkit-animation-delay: 7.6s;
    animation-delay: 7.6s;
}

@-webkit-keyframes myfadeInRight {

    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {

        -webkit-transform: translateX(0%);

        transform: translateX(0%)
    }

}

@keyframes myfadeInRight {

    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {

        -webkit-transform: translateX(0%);

        transform: translateX(0%)
    }

}

.home_main_content img.outil_banner.hideIm {
    -webkit-animation: myfadeOutRight .5s linear .5s !important;
    animation: myfadeOutRight .5s linear .5s !important;
    -webkit-animation-fill-mode: forwards !important;
    animation-fill-mode: forwards !important;
}

@-webkit-keyframes myfadeOutRight {

    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    to {

        -webkit-transform: translateX(100%);

        transform: translateX(100%)
    }
}

@keyframes myfadeOutRight {

    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    to {

        -webkit-transform: translateX(100%);

        transform: translateX(100%)
    }
}

/*===========================================================*/
.home_main_content .our_mission {
    position: relative;
}

.home_main_content .our_mission_statment {
    width: 520px;
    height: 520px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative
}

.home_main_content .our_mission_statment .our_mission_desc {
    width: 60%;
    margin: auto;
}

.home_main_content .our_mission_statment .our_mission_desc h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
}

.home_main_content .our_mission_statment .our_mission_desc p {
    font-size: 20px;
    line-height: 1.3;
}

.home_main_content .our_mission_statment img {
    position: absolute;
    top: -8%;
    width: 90px;
    height: auto;
    right: 23%;
    display: none;
}

.home_main_content .our_mission_statment img.showImg {
    display: block;
}

.home_main_content .our_mission .our_philosophy {
    position: relative;
    z-index: -1
}

.home_main_content .our_mission .our_philosophy_content {
    width: 70%;
    position: absolute;
    top: 0;
    margin-left: 118px;
}

.home_main_content .our_mission .our_philosophy_content .list-group-flush {
    list-style: decimal inside;
}

.home_main_content .our_mission .our_philosophy_content .list-group-item {
    display: list-item;
    position: relative;
    font-size: 18px;
    line-height: 1.6;
    background-color: transparent;
    border-color: #fff;
    border-top: none;
    padding: 7px 0 7px 21px;
}

.home_main_content .our_mission .our_philosophy_content .list-group-item::before {
    content: "0";
    position: absolute;
    left: 5px;
}

.home_main_content img.blue_ring {
    max-width: 100%;
    width: 265px;
    height: auto;
    position: absolute;
    right: 0;
    top: 48%;
}

.home_main_content .our_mission .mid_img {
    position: absolute;
    left: 36%;
    top: -23px;
}

.home_main_content .our_mission .mid_img img {
    max-width: 100%;
    width: 417px;
    height: auto;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
}

.home_main_content .service_repair {
    width: 100%;
    margin-top: 55px;
}

.home_main_content .service_repair .major {
    position: relative;
}

.home_main_content .service_repair .major h2 {
    font-size: 55px;
    line-height: 1;
}

.home_main_content .service_repair .major img {
    position: absolute;
    top: 10px;
    right: 0;
}

.home_main_content .service_repair .repair {
    position: relative;
}

.home_main_content .service_repair .repair h2 {
    font-size: 55px;
    line-height: 1;
}

.home_main_content .service_repair .repair img {
    position: absolute;
    left: 14%;
    top: -47px;
    width: 105px;
}

.home_main_content .service_repair div:nth-child(3) h2 {
    font-size: 55px;
    color: #293180;
}

.home_main_content .service_repair div:nth-child(3) h2 span {
    display: block;
}

.home_main_content .our_carage {
    position: relative;
    width: 100%;
    margin-bottom: 34px;
}

.home_main_content .our_carage img.triangle {
    position: absolute;
    bottom: -45px;
    left: 31%;
    width: 314px;
}

.home_main_content .our_carage .master_img img {
    width: 865px;
}

.home_main_content .our_carage .our_carage_quote {
    display: inline-block;
    position: absolute;
    left: -7%;
    top: 35%;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 4px 20px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.home_main_content .our_carage .our_carage_quote:hover {
    border-color: #293180;
    background-color: #293180;
    -webkit-transition: .2s;
    transition: .2s;
}

.home_main_content img.sparks {
    position: absolute;
    right: 0;
    bottom: -60px;
    width: 280px;
}

/*==================================================*/

.home .home_bottom_content {
    height: 600px;
}

.home .home_bottom_content .left_content {
    position: relative;
    background-repeat: no-repeat;
    background-size: 74%;
    background-position-x: 45%;
    background-position-y: 45%;
    height: 530px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.home .home_bottom_content .left_content img.smallring {
    position: absolute;
    width: 65px;
    right: -30px;
    bottom: 35%;
    -webkit-animation-name: big_ring_rotate;
    animation-name: big_ring_rotate;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.home .home_bottom_content .left_content img.bigRing {
    position: absolute;
    width: 140px;
    right: -24px;
    bottom: 1%;
    -webkit-animation-name: small_ring_rotate;
    animation-name: small_ring_rotate;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes small_ring_rotate {

    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

}

@keyframes small_ring_rotate {

    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

}

@-webkit-keyframes big_ring_rotate {

    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }

}

@keyframes big_ring_rotate {

    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }

}

.home .home_bottom_content .left_content .bottom_logo {
    margin-bottom: 65px;
}

/*==============================================================================================================================================================================================================================================================================================================================================*/

/*================================ START STYLE THE QUOTE PAGE*/
.quote {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.quote ul.smLinks li i:hover {
    color: #293180;
    -webkit-transition: .2s;
    transition: .2s;
}

.quote .fill_form {
    margin-top: 90px;
    position: relative;
}

.quote .fill_form .fill_form_left span {
    display: block;
}

.quote .fill_form .fill_form_left h1 {
    font-size: 70px;
    line-height: 1;
    color: #fff;
}

.quote .fill_form .fill_form_left .soon {
    margin-top: 65px;
}

.quote .fill_form .fill_form_left .soon h5 {
    font-size: 27px;
    line-height: 1;
    color: #293180;
}

.quote .fill_form .fill_form_right {
    position: relative;
}

.quote .fill_form .fill_form_right img {
    width: 85%;
    position: absolute;
    left: -22%;
}

.quote .fill_form img.screw_big {
    width: 15%;
    position: absolute;
    right: 0;
    top: 23px;
}

.quote .main_quote_form {
    margin-top: 100px;
}

.quote .main_quote_form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.quote .main_quote_form .form-group label {
    font-size: 25px;
    color: #fff;
}

.quote .main_quote_form .form-group input,
.quote .main_quote_form .form-group select {
    width: 56%;
    border-radius: 10px;
    background-color: transparent;
    border: 2px solid #fff;
    font-size: 17px;
    padding: 13px 15px;
}

.quote .main_quote_form .form-group select {
    padding: 0;
    height: 55px;
}

.quote .main_quote_form .custom_btn {
    border: none;
    border-radius: 10px;
    background-color: #293180;
    color: #fff;
    position: absolute;
    right: 15px;
    width: 54%;
    font-size: 25px;
    padding: 10px 0;
    margin-top: 15px;
    outline: none;
    cursor: pointer;
}

.quote .main_quote_form .screws {
    position: relative;
    width: 100%;
    height: 100%;
}

.quote .main_quote_form .screws img:first-of-type {
    width: 55%;
    height: auto;
    position: absolute;
    left: 10%;
    top: 15%;
}

.quote .main_quote_form .screws img:last-of-type {
    position: absolute;
    right: 17%;
    bottom: 22%;
}

.quote .home_bottom_content {
    margin-top: 50px;
}

/*================================ END STYLE THE QUOTE PAGE*/

/*==============================================================================================================================================================================================================================================================================================================================================*/

/* START STYLE THE ABOUT US PAGE ==============================*/
.about_us {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about_us .home_main_content .quote_list a {
    color: #fff !important;
}

.about_us .home_main_content .provide {
    margin-top: 90px;
    position: relative;
    width: 100%;
    height: 100%;
}

.about_us .home_main_content .provide .provide_left {
    width: 95%;
    position: relative;
}

.about_us .home_main_content .provide .provide_left h4 {
    font-size: 50px;
    line-height: 1;
}

.about_us .home_main_content .provide .provide_left h4 span {
    display: block;
    font-size: 68px;
}

.about_us .home_main_content .provide .provide_left img {
    width: 70px;
    position: absolute;
    right: -15px;
    bottom: 21%;
}

.about_us .home_main_content .provide .provide_right {
    width: 100%;
    height: 100%;
}

.about_us .home_main_content .provide .provide_right img:last-of-type {
    position: absolute;
    top: -38px;
    right: -8%;
    width: 440px;
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
}

.about_us .home_main_content .about_accordion {
    margin-top: 130px;
}

.accordion .card {
    border-radius: 0;
    background-color: transparent;
    border-width: 1px 0 1px 0;
    border-color: #fff;
}

.accordion .card {
    border-top: none;
}

.accordion .card:first-child {
    border-top: 1px solid #fff;
}

.accordion .card .card-header {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    margin-bottom: -2px;
}

.accordion .card-header:hover {
    background-color: #f8a12e;
}

.accordion .card-header h2 span {
    float: left;
    margin-top: 10px;
}

.accordion .card-header .btn {
    font-size: 1.04rem;
    color: #fff;
    font-weight: 500;
    width: 100%;
    text-align: left;
    position: relative;
    top: -2px;
    padding: 15px 0;
    height: 100%;
    display: block;
    border-radius: 0;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: #fff;
}

.accordion .card-header i {
    float: right;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
    top: 5px;
}

.accordion .card-body {
    background-color: #eaeaea;
    color: #595959;
}

.accordion .highlight {
    color: #fff;
    background-color: #202d3c !important;
}

.home_bottom_content .my_row {
    margin-top: -70px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/* END STYLE THE ABOUT US PAGE ==============================*/

/*==============================================================================================================================================================================================================================================================================================================================================*/

/*============================== START STYLE SERVICE PAGE */

/*.services .best_car_right img{display: none}*/
.services {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.services .home_main_content .quote_list a {
    color: #fff !important;
}

.services ul.smLinks li i:hover {
    color: #f8a12e;
    -webkit-transition: .2s;
    transition: .2s;
}

.services .home_main_content img.right_img {
    position: absolute;
    right: -16%;
    width: 437px;
    top: -93px;
}

/*============================== END STYLE SERVICE PAGE */

/*==============================================================================================================================================================================================================================================================================================================================================*/

/* START STYLE THE CONTACT US PAGE ==============================*/

.contact_us .home_main_content {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.contact_us .home_main_content .quote_list a {
    color: #fff !important;
}

.contact_us ul.smLinks li i:hover {
    color: #f8a12e;
    -webkit-transition: .2s;
    transition: .2s;
}

.contact_us .home_main_content img.scDriver {
    position: absolute;
    right: 2%;
    bottom: -20%;
    width: 24%;
}

.contact_us .contact_us_content .contact_left_map {
    width: 100%;
    height: 527px;
}

.contact_us .contact_us_content .contact_left_map img.orange_ring {
    position: absolute;
    bottom: 7px;
    right: -25px;
    width: 125px;
    -webkit-animation-name: orange_ring_rotate;
    animation-name: orange_ring_rotate;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.contact_us .contact_us_content .contact_left_map .big_ring {
    width: 95%;
    height: 100%;
    margin-top: 50px;
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: top left;
}

@-webkit-keyframes orange_ring_rotate {

    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

}

@keyframes orange_ring_rotate {

    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

}

.contact_us .contact_us_content .contact_left_map .contact_map {
    width: 330px;
    height: 330px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 54%;
    left: 43%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.contact_us .contact_footer {
    margin-top: 100px;
}

.contact_us .contact_footer ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: self-end;
    -ms-flex-align: self-end;
    align-items: self-end;
}

.contact_us .contact_footer ul li:not(:last-child) {
    margin-right: 34px !important;
}

.contact_us .contact_footer ul img {
    vertical-align: middle;
}

.contact_us .contact_footer ul li span {
    border-left: 2px solid #000;
    font-size: 17px;
    margin-left: 32px;
    vertical-align: bottom;
}

/* END STYLE THE CONTACT US PAGE ==============================*/
