@font-face {
    font-family: Sofia;
    src: url(..//fonts/Sofia.otf);
}


body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Sofia !important;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    color: #ce0001
}

a:hover {
    text-decoration: none
}

img {
    max-width: 100%;
}

a.navbar-brand img {
    max-width: 100px;
}

ul.navbar-nav {
    margin-left: auto;
}


ul.navbar-nav a {
    font-size: 15px;
    padding: 3px 19px !IMPORTANT;
    color: #5f5d5d !IMPORTANT;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

li.nav-item.active a {
    color: #a50e05 !IMPORTANT;
}

.shape-bottom {
    position: absolute;
    top: auto;
    bottom: -12px;
    left: 0;
    right: 0;
}

button.btn.btn-primary.dropdown-toggle {
    padding: 12px 30px;
    margin-top: -12px;
    border-radius: 50px;
    border: 1px solid #ffecd7;
    background-image: linear-gradient(-90deg, #f80000, #008e2c, #0000d3, #f0ef06);
    cursor: pointer;
}

.banner {
    background: #f5f5f5;
    background-image: url(..//images/main_screen.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

a.btn {
    background: #fff;
    padding: 10px 40px;
    font-size: 18px;
    font-weight: bold;
}

.site-btn {
    display: inline-block;
    padding: 11px 20px;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    letter-spacing: 1px;
    background: linear-gradient(to right, #990e06 0%, #a81f17 100%);
}

.site-btn:hover,
.site-btn:focus {
    color: #fff;
}

.site-btn i {
    padding-right: 5px;
    font-size: 19px;
}

.hover-effect {
    position: relative;
    overflow: hidden;
}

.hover-effect::before {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.hover-effect:hover::before {
    -webkit-animation: circle .73s;
    animation: circle .73s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.banner_text h2 {
    font-size: 50px;
    color: #aa100a;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
}

.banner_text p {
    color: #656363;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
}

.banner_text {
    padding: 30% 0;
}

.banner_text b {
    color: #aa100a;
    text-transform: capitalize;
    border-bottom: 1.5px solid #9d0f07;
}

header {
    padding: 0px 0;
    width: 100%;
    background: whitesmoke;
    border-bottom: 1px solid #b3150d30;
}

.header-alt {
    background-color: rgba(0, 0, 0, 0.91);
    position: fixed;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9999;
}

a.dropdown-item img {
    margin-bottom: 14px;
}

.header-alt ul.navbar-nav a {
    color: #ffffff !IMPORTANT;
}

.app_store img {
    max-width: 152px;
    margin-top: 10px;
    height: 51px;
    margin-right: 20px;
}

.drop_down {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    width: 100%;
}

.drop_down i {
    font-size: 40px;
    color: #006cc1;
}


.left-text img {
    max-width: 510px;
}

.left-text h2 {
    font-size: 30px;
    font-weight: bold;
    color: #da190f;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding-bottom: 3px;
}

.left-text h3 {
    font-size: 26px;
    line-height: 50px;
    font-weight: 600;
    color: #353535;
}

section.about {

    padding: 3% 0% 3% 0%;
}

.left-text a {
    font-size: 21px;
    color: #fff;
    background: #136773;
}


.left-text p {
    font-size: 15px;
    color: #464545;
    font-weight: 600;
    line-height: 27px;
    max-width: 76%;
    margin: auto;

}

.left-text a {
    font-size: 19px;
    color: #fff;
    background: #136773;
    padding: 12px 40px;
    border-radius: 5px;
    margin-top: 18px;
    display: inline-block;
    text-transform: uppercase;
}

section.service {

    padding: 60px 0;

}

.tittle_head h2 {
    text-align: left;
    margin: 20px 0px 10px 0px;
    color: #da190f;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.tittle_head {
    width: 100%;
}

a.sign_btn {
    background: white;
    color: #136773;
    padding: 13px 34px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 5px;
    font-weight: bold;
}

.fisrt_step h2 {
    color: #fff;
    font-weight: bold;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}

.fisrt_step p {
    color: #fff;
    font-size: 16px;
    padding: 0;
    min-height: 90px;

}

.fisrt_step img {
    margin-bottom: 18px;
}

.feature {
    overflow: hidden;
}

span.num {
    float: left;
    font-size: 38px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-right: 13px;
    color: #fff;
    line-height: 58px;
}

section.service .tittle_head {
    padding: 0px 0px 21px 30px;
}


section.service {
    padding: 40px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-image: linear-gradient(130deg, #a70d05 0, #db1c11 51%, #a60d05 100%);
}

/* ------footer-------*/
footer {
    color: #fff;
}

footer:before {
    position: absolute;
    top: -100px;
    left: 0;
    content: " ";
    background: url(img/footer-top.png);
    background-size: 100% 100%;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.footer_menu ul.navbar-nav a {
    padding: 0px !IMPORTANT;
    line-height: 26px;
    font-size: 14px;
    color: #fff !IMPORTANT;
}

.phone-no i {
    position: relative;
    margin-right: 14px;
    font-size: 43px;
    top: 5px;
}

.phone-no {
    margin-top: 20px;
    text-align: right;
}

.footer-day-time ul li {
    display: inline;
    margin-right: 20px;
    color: #000;
}

.footer-day-time ul li:last-child {
    margin-right: 0px;
}

.phone-no a {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    background: #136773;
    text-transform: uppercase;
    padding: 10px 30px;
}

.footer-top li {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
}

.footer-top {
    background: #343438;
    padding: 25px 0
}

.footer-top img {
    max-width: 80px;
    margin-right: 20px;
}

footer h4 {
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.footer-top p {
    font-size: 17px;
    line-height: 2;
    color: #fff;
}


ul.social-icon li {
    display: inline-block;
}

.footer-logo {
    display: block;
    margin-bottom: 2px;
}

.footer-logo img,
.navbar-brand img {
    border-radius: 15px;
}

.address1 li {
    list-style: none;
    position: relative;
    padding: 0px 0 14px 34px;
    line-height: 26px;
    color: #136773;
    font-weight: 800;
    font-size: 17px;
}

footer p {
    color: #343438;
    font-weight: 600;
}

footer h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #136773;
    font-weight: bold;
    ;
}

ul.address1 span {
    position: absolute;
    width: 40px;
    max-width: 40px;
    left: 0;
}

.address1 li a {
    color: #fff;
    text-decoration: none;
}

ul.address1 a {
    color: #136773;
}

ul.address1 i {
    width: 20px;
    position: absolute;
    left: 0px;
    text-align: center;
    font-size: 28px;
    top: 0;
    color: #136773;
}

ul.address1 i.fa-envelope {
    font-size: 18px;
    top: 4px;
}

footer ul.social-icon {
    float: left;
}



.copyright {
    font-size: 16px;
    margin: 0;
    padding: 8px 0;
    color: #fff;

}

ul.social-icon a {
    font-size: 17px;
    color: #fff;
    height: 41px;
    width: 41px;
    text-align: center;
    vertical-align: middle;
    border-radius: 100px;
    line-height: 41px;
    margin-right: 0px;
    transition: 1s;
    background: #a50e05;
    ;
    display: inline-block;
}

ul.social-icon a:hover {
    background: #136773;
    color: #fff;
}

ul.social-icon li {
    display: inline-block;
    margin-right: 4px;
    margin-top: 10px;
}

button.close {
    background: #a50e05;
    padding: 6px 12px;
    color: #fff;
    cursor: pointer
}


footer {
    padding: 50px 0;
    background: url(../images/footer-map.png) no-repeat scroll center top #2a2f36;


}

.left-text a:hover {
    background: #1f1e1e !IMPORTANT;
    transition: 2s;
}

a.sign_btn:hover {
    background: #1f1e1e !IMPORTANT;
    transition: 1s;
    color: #fff;
}

.phone-no a:hover {
    background: white;
    color: #136773;
    transition: .5s;
}


.projectFactsWrap {
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

.number {
    font-size: 41px !IMPORTANT;
    font-weight: bold;
    color: #0000b9;
    margin: 0;
}

.item p {
    font-size: 20px;
    text-transform: uppercase;
    color: #a50e05;
    ;
    font-family: 'Roboto', sans-serif;
}

.testimonial4_slide {
    color: #fff;
}

div#testimonial4 {
    text-align: center;
    background-image: linear-gradient(#ff0303, #8e160d);
    padding: 45px 0;
    border-radius: 5px;
}

div#testimonial4 .tittle_head h2 {
    text-align: center;
    margin: 20px 0px 10px 0px;
    font-size: 30px;
    color: #fff;

}

section.testimonail {
    background-image: url(../images/playboard.png);
    background-position: right;
    background-repeat: no-repeat;
    padding: 70px 0;
    background-size: contain;
}

.app_text h2 {
    text-align: left;
    margin: 20px 0px 10px 0px;
    color: #a50e05;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.screenshot-frame {
    background-image: url(../images/phone-frame2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 295px;
    height: 556px;
    position: absolute;
    top: -16px;
    left: calc(50% + 0.5px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    border-radius: 40px;
}

.screen_slider_slide img {
    max-width: 268px;
    margin: auto;
    display: block;
}


.app_text {
    padding-top: 20%;
}

section.app-download {
    padding: 4% 0;
}

section.app-download {
    background-size: cover;
    background-image: linear-gradient(130deg, #0100e3 0, #3131f3 51%, #e5e301 100%);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    padding: 60px 0px;


}

.app_text p {
    color: #fff;
}

.app_text h2 {
    color: #fff;
}

section.how_win {
    padding: 60px 0px;
    text-align: center;
}

.screen_one img {
    text-align: center;
    max-width: 170px;
    margin: auto;
    display: block;
}

ul.check-list li {
    position: relative;
    padding-left: 40px;
    font-size: 18px;
}

ul.check-list i {
    position: absolute;
    left: 0;
    font-size: 29px;
    color: #e69632;
}

.one_div img {
    max-width: 60px;
}

.one_div h2 {
    font-size: 22px;
    color: #a50e05;
}

section.how_win h3 {
    font-size: 24px;
    color: #a50e05;
    margin: 13px 0;
}

section.how_win h2 {
    color: #a50e05;

    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.one_div:hover::after {
    -webkit-transform: translateX(5px) translateY(-50%);
    transform: translateX(5px) translateY(-50%);
}

c .one_div p {

    color: #5c5c5c;

}


.send-button {
    margin: auto;
    width: 158px;
    background: #fff;
    border: 0;
    padding: 11px 0;
    font-size: 21px;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 1px;
    color: #a50e05;
}

.getin .tittle_head h2 {
    margin: 20px 0px 25px 0px;
    color: #fff;
    text-align: center;
}
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.8rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(121, 115, 115, 0.62);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.contact-wrapper {

    background: #a50e05;
    padding: 27px;
}

.get_frm {
    background-image: url(../images/get_in.png);
    background-position: center;
    padding: 25% 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

button.btn.video-btn {
    color: #b22e24;
    height: 80px;
    width: 80px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    border-radius: 50px;
    background-image: linear-gradient(90deg, #fff8f7, #ffffff);
    cursor: pointer;
    font-size: 30px;
    animation: ripple_shadow 2s linear infinite;
    position: absolute;
}

@keyframes ripple_shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
    }
}

.one_div {
    margin-top: 51px;
}

.banner_video {
    position: relative;
    margin-top: 40px;
}

.banner_video img {
    max-width: 59%;
}

.styles_animation__1Lamn {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-animation: styles_mymove__3v1Dz 3s linear infinite;
    animation: styles_mymove__3v1Dz 3s linear infinite;
}

@keyframes styles_animation__1Lamn {
    0% {
        top: 0px;
        left: 0px;
        background: red;
    }

    25% {
        top: 0px;
        left: 100px;
        background: blue;
    }

    50% {
        top: 100px;
        left: 100px;
        background: yellow;
    }

    75% {
        top: 100px;
        left: 0px;
        background: green;
    }

    100% {
        top: 0px;
        left: 0px;
        background: red;
    }
}

.inner_banner {
    background-image: url(../images/sponser_banner.jpg) !important;
    padding: 10% 0;
    background-size: cover;
    overflow: hidden;
    background-position: center;
}

.inner_page {
    position: relative;
}

.inner_heading h2 {
    color: #f90600;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

section.service .tittle_head h2 {
    padding: 0px 0px 10px 0px;
    text-align: center;
    color: #fff;
}

.modal-dialog {
    max-width: 50%;
    margin: 10% auto;
}

textarea.form-control {
    height: 109px;
}

section#contact {
    padding: 0% 0% 4% 0%;
}

.over_text h2 {
    font-size: 30px;
    font-weight: bold;
    color: #e2dfdf96;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding-bottom: 3px;
}

section#overview {
    padding: 40px 0;
    background: #e2dfdf;
}

.what_new h2 {
    font-size: 21px;
    font-weight: bold;
    color: #da190f;
    padding-bottom: 3px;
}

.what_new h5 {
    font-size: 16px;
    padding: 10px 0;
    line-height: 20px;
    font-weight: bold;
}

.what_new li {
    line-height: 32px;
    list-style: disc;
    text-transform: capitalize;
}



section#differ {
    padding: 60px 0;
    background-image: url(..//images/video_back.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    z-index: -99;
}

section#differ:after {
    background: #000075db;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 9;
}

section#differ .left-text {
    position: relative;
    z-index: 99999;

}

section#differ h2 {
    color: #fff;
}

section#differ p {
    color: #fff;
    font-weight: 100;
    max-width: 100%;

}




.privacy_text {
    text-align: left;
    padding: 0px 14px;
}

.privacy_text h1 {
    FONT-SIZE: 18PX;
    padding-bottom: 8px;
    font-weight: bold;
}

.privacy_text p {
    font-size: 15px;
    line-height: 21px;
}

.privacy_text h2 {
    font-size: 19px;
    font-weight: bold;
    overflow: hidden;
    line-height: 30px;
}

.privacy_text h3 {
    font-size: 19px;
    font-weight: bold;
    overflow: hidden;
    line-height: 30px;
}

.privacy_text li {
    font-size: 15px;
    padding-left: 8px;
    line-height: 25px;
}

header.header.pri {
    position: relative;
}

.main_text {
    padding: 50px 0;
}


.footer-bottom button.btn-info {
    margin-right: 11px;
    background: #f5f5f5;
    border: 0;
    float: right;
    padding: 10px 14px;
    color: #000;
    cursor: pointer;
}

.footer-bottom {
    background: #a50e05;
}


/*--------------------------------------------------------------------
                     9. start screenshots
--------------------------------------------------------------------*/



.screenshots-content {
    font-size: calc(20px + (40 - 20) * (100vw - 320px)/(960 - 320));
    line-height: 1.5;
}

.screenshots-content:hover {
    background: #cf1206;
}

.main-part,
.phone {
    position: relative;
}

.main-part {
    font-size: 0.5em;
    margin: auto;
    overflow: hidden;
    min-height: 23em;
    height: 100%;
}

.surface,
.notch,
.side-btns,
.bottom {
    position: absolute;
}

.notch,
.bottom,
.surface {
    display: flex;
}

.notch,
.bottom {
    align-items: center;
}

.surface {
    animation: scroll 3s ease-in-out infinite;
    justify-content: space-between;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateX(45deg) rotateZ(-30deg);
    width: 60em;
    height: 60em;
}

.column:nth-of-type(3n + 1) {
    transform: translateY(3.3em);
}

.column:nth-of-type(3n + 2) {
    transform: translateY(-6.6em);
}

.phone,
.notch,
.side-btns>div {
    background-color: #fcfcfc;
}

.phone {
    border-radius: 1.25em;
    box-shadow: 0.2em -0.2em 0.5em rgba(0, 0, 0, 0.2) inset,
        -0.2em 0.1em 0.2em rgba(0, 0, 0, 0.3);
    margin-bottom: 3em;
    padding: 0.5em 0.5em 0.5em 1em;
    width: 10em;
    height: 20em;
}

.notch {
    border-radius: 0 0 0.75em 0.75em;
    box-shadow: 0 0.1em 0.04em 0.04em rgba(0, 0, 0, 0.1);
    justify-content: center;
    top: 0;
    left: 2.75em;
    width: 5em;
    height: 1.5em;
    z-index: 9;
}

.notch-speaker {
    background-color: #ddd;
    border-radius: 0.1em;
    box-shadow: 0 0.05em 0.05em rgba(0, 0, 0, 0.2) inset;
    margin-right: 0.5em;
    width: 1.4em;
    height: 0.2em;
}

.camera {
    background-color: #ddd;
    background-image: radial-gradient(at top right, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 50%),
        radial-gradient(at bottom left, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 50%);
    border-radius: 50%;
    box-shadow: 0 0 0 0.05em rgba(0, 0, 0, 0.2) inset;
    width: 0.4em;
    height: 0.4em;
}

.side-btns {
    top: 2em;
    left: -0.1em;
    width: 0.5em;
    height: 9em;
    transform: skewY(-45deg);
}

.side-btns>div {
    box-shadow:
        -0.04em 0 0 0 rgba(255, 255, 255, 0.7) inset,
        0.1em 0 0.1em 0.1em rgba(0, 0, 0, 0.1) inset,
        0 0 0.1em 0.1em rgba(0, 0, 0, 0.1);
}

.lock-btn {
    border-radius: 0.15em;
    margin-bottom: 1em;
    width: 0.2em;
    height: 0.8em;
}

.vol-up-btn,
.vol-down-btn {
    border-radius: 0.2em;
    margin-bottom: 0.5em;
    width: 0.3em;
    height: 1.6em;
}

.bottom {
    justify-content: space-between;
    bottom: 0;
    left: 1.5em;
    width: 7em;
    height: 0.5em;
    transform: skewX(-30deg);
}

.speaker-circle,
.speaker-circle-lg {
    background-color: #999;
    border-radius: 50%;
}

.speaker-circle {
    box-shadow: 0 -0.1em 0 rgba(255, 255, 255, 0.9) inset;
    width: 0.25em;
    height: 0.25em;
}

.speaker-circle-lg {
    box-shadow: 0 -0.2em 0 rgba(255, 255, 255, 0.9) inset;
    width: 0.4em;
    height: 0.4em;
}

.headphone-jack {
    box-shadow: 0 0.2em 0.1em #888 inset,
        0 -0.2em 0 0 rgba(255, 255, 255, 0.7) inset;
    border-radius: 0.2em;
    margin: 0 0.1em;
    width: 1.5em;
    height: 0.4em;
}

.screenshot {
    background-color: #202a20;
    background-image: url(../images/screen.jpg);
    background-size: 42.5em 18.25em;
    border-radius: 0.75em;
    box-shadow: 0 0 0.1em 0.1em rgba(0, 0, 0, 0.1) inset;
    display: block;
    width: 8.5em;
    height: 18.25em;
}

.column:nth-of-type(1) .screenshot {
    background-position: -8.5em 0;
}

.column:nth-of-type(2) .screenshot {
    background-position: -17em 0;
}

.column:nth-of-type(4) .screenshot {
    background-position: -25.5em 0;
}

.column:nth-of-type(5) .screenshot {
    background-position: -34em 0;
}

@keyframes scroll {

    from {
        transform: translate(-50%, -50%) rotateX(45deg) rotateZ(-30deg) translateY(0);
    }

    to {
        transform: translate(-50%, -50%) rotateX(45deg) rotateZ(-30deg) translateY(-23em);
    }

}

.contact-us-form textarea {
    height: 100px !IMPORTANT;
}

.banner_img img {
    animation: 4s ease 0s infinite alternate none running bounce;
    position: relative;
    bottom: -50px;
}

/*--------------------------------------------------------------------
                       9. end screenshots    
--------------------------------------------------------------------*/
/*------------------Media -----------------*/

@media(max-width:500px) {
    .banner_text {
        padding: 20% 0% 0% 7%;
    }

}

@media(max-width:767px) {
    .footer-bottom .modal-dialog {
        max-width: 76%;
        margin: 1% auto;
        height: 51vh;
        overflow: auto;
    }


    .get_frm {
        padding: 55% 0px;

    }

    header ul.navbar-nav {
        margin-left: auto;
        background: #efeaea;
        padding: 19px 0;
    }

    ul.navbar-nav a {
        font-size: 17px;
        padding: 7px 10px !IMPORTANT;
    }

    .banner_text h2 {
        font-size: 27px;
        line-height: 30px;

    }

    .banner_text img {
        max-width: 32px;
    }

    .app_store img {
        max-width: 127px;
        ;
    }

    section.service {
        padding: 31px 0;
        background: #a50e05;
    }

    section.app-download {

        padding: 50% 0% 52% 0%;
    }

    .banner_video img {
        max-width: 100%;
    }

    .banner_text {
        padding: 40% 0% 0% 7%;
    }

    .banner_img img {
        max-width: 63%;
        margin: auto;
        display: block;
        position: relative;
        bottom: 0;
        padding: 2% 0% 2% 0%;
    }

    .left-text h2 {
        font-size: 20px;

    }

    .left-text img {
        max-width: 86%;
    }

    section.about {
        padding: 51px 0;
    }

    .tittle_head h2 {
        text-align: left;
        margin: 20px 0px 10px 0px;
        color: #02b1ff;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
    }

    .app_text {
        padding-top: 0;
    }

    .app_text {
        padding-bottom: 20%;
    }

    footer h4 {

        padding: 22px 0px 0px 0px;
    }

    section.about {
        background-size: 15%;
    }

    .app_text h2 {
        font-size: 20px;

    }

    footer {
        padding: 70px 0px 41px 0;
    }

    .modal-dialog {
        max-width: 100%;
        margin: 10% auto;
    }

    button.btn.btn-primary.dropdown-toggle {
        margin-top: 10px;
    }

    .navbar-light .navbar-toggler {
        background: #f80000;
    }

    section.how_win {
        overflow: hidden;
    }

    .header-alt ul.navbar-nav a {
        color: #171717 !IMPORTANT;
    }

    section.testimonail {
        ;
        padding: 0px;

    }

    .number {
        font-size: 26px !IMPORTANT;

    }

    .item img {
        max-width: 41px;
    }

    div#testimonial4 .tittle_head h2 {
        margin: 1px 0px 10px 0px;
        font-size: 20px;
    }

    .app_text img {
        max-width: 50px;
    }

    .app_store img {
        max-width: 113px;
        width: 100%;
        height: 45px;
        margin-bottom: 20px;
    }

    .banner_text p {
        color: #100f0f;
        font-size: 14px;
    }

    .banner {
        background: #f5f5f5;
        background-image: none;
    }
}

@media (max-width: 767px) and (orientation : landscape) {
    .banner_text h2 {
        font-size: 17px;
        line-height: 17px;
    }

    .banner_text p {
        color: #100f0f;
        font-size: 16px;
    }

    .banner {

        padding: 10% 0;
    }

    .banner_img img {
        max-width: 63%;

        bottom: -79px;

    }

    .app_store img {
        max-width: 89px;
        float: left;
    }

    .container {
        max-width: 100%;
    }

    .banner {
        background: #f5f5f5;
        background-image: none;
    }
}

@media(min-width: 768px) and (max-width: 1024px) {
    .banner_text h2 {
        font-size: 28px !IMPORTANT;
        line-height: 30px;
    }

    .banner_text img {
        max-width: 30px;
    }

    .app_store img {
        max-width: 140px;
    }

    .banner_text p {
        color: #100f0f;
        font-size: 14px;
    }


    .banner_text {
        padding: 0 0;
    }

    .left-text h2 {
        font-size: 20px;
    }

    .left-text p {
        font-size: 14px;

        line-height: 27px;
    }

    .tittle_head h2 {

        font-size: 20px;

    }

    section.testimonail {

        background-size: 44%;
    }

    .app_text h2 {

        font-size: 20px;
    }

    .one_div::after {
        font-size: 23px;
        margin-right: -19px;

    }

    section.how_win {
        overflow: hidden;
    }

    div#testimonial4 .tittle_head h2 {
        font-size: 0px;
    }

    section.how_win h2 {
        font-size: 20px;

    }

    section.how_win h3 {
        font-size: 17px;
        ;
    }

    .show ul.navbar-nav {
        margin-left: auto;
        background: #ffffff;
        padding: 30px;
    }

    ul.navbar-nav a {
        font-size: 12px;
        padding: 12px 0px !IMPORTANT;

    }

    .header-alt ul.navbar-nav a {
        color: #000000 !IMPORTANT;
    }

    .navbar-light .navbar-toggler {
        background: #f80000;
    }

    section.about {
        background-size: 9%;
    }

    span.num {
        font-size: 27px;
    }

    .fisrt_step p {
        font-size: 12px;
    }

    .fisrt_step h2 {
        font-size: 11px;
    }
}



@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    .banner_img img {
        max-width: 79%;
        bottom: 0;
    }

    ul.navbar-nav a {
        font-size: 13px;
        padding: 11px 11px !IMPORTANT;
    }

    .banner_text {
        padding: 14% 0;
    }
}

/*------------------------End Media--------------*/
.baner_icon img {
    animation: swinging 2s linear infinite;
    position: absolute;

    top: 60px;
}

@-webkit-keyframes swinging {
    0% {
        -webkit-transform: rotate(15deg);
    }

    50% {
        -webkit-transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(10deg);
    }
}

@keyframes swinging {
    0% {
        transform: rotate(15deg);
    }

    50% {
        transform: rotate(-10deg)
    }

    100% {
        transform: rotate(20deg);
    }
}

.main_heading {
    color: #da190f !important;
    font-weight: bold !important;
    font-family: sans-serif !important;
    font-size: 45px !important;
}