* {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    background: #000 !important;
    color: #fbc000 !important;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
}

header {
    position: fixed;
    width: 100%;
    z-index: 100;
}

a.nav-link.active{
    color: #000 !important;
    font-weight: bold;
    border-bottom: 1px solid #f8c000;
}


.text-justify {
    text-align: justify;
}

.nav-link {
    color: #fbc000;
    font-family: "Poppins", sans-serif;
}

.img1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: -0px;
    position: relative;
    animation: iii 5s;
    background: none;
    left: -5%;
}

@keyframes iii {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.htxt {
    font-size: 1.25rem;
    Font-weight: 600;
    Line-height: 26px;
    overflow: hidden;
}

.hhtxt {
    font-size: 2.5em;
    font-weight: 600;
    line-height: 58px;
}

.httxt {
    font-size: 1rem;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

#first {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -58%;
}

.mainheader {
    font-size: 2.75rem;
    font-weight: 600;
    line-height: 70px;
}

.maintxt {
    font-size: 1.125rem;
    Font-weight: 400;
    Line-height: 28px;
}

.hhtt {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 32px;
}

#first .imgg {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#first .textt {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reveal {
    position: relative;
    opacity: 0;
}

.reveal.active {
    opacity: 1;
}

.active .fade-bottom {
    animation: fade-bottom 1s ease-in;
}

@keyframes fade-bottom {
    0% {
        transform: translateY(200px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

#second {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25%;
}

.second {
    justify-content: center;
    align-items: center;
}

#second .textt {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flip-card {
    background-color: transparent;
    margin-top: 10%;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.3s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(360deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    background-color: #2980b9;
    color: black;
    transform: rotateY(180deg);
}

#third {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
}

.respooo {
    display: none;
}

#counter {
    margin-top: 10%;
}

@import url(https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:400,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);

/*/ start count stats /*/

section#counter-stats {
    display: flex;
    justify-content: center;
}

.stats {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.stats .fa {
    font-size: 60px;
}


/*/ end count stats /*/

.f-icon {
    width: 55%;
}

.f-box {
    display: flex;
    align-items: center;
    flex-direction: row;
}

#ffour {
    margin-top: 10%;
    text-align: center;
}

.bbooxx {
    background-color: #fdb813;
    color: black;
    padding: 10px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
}

#four .imgcard {
    justify-content: center;
    align-items: center;
    margin-top: 5%
}

.flip-cardd:hover {
    background-color: #fdb813;
    color: #455A64;
}

#five {
    margin-top: 10%;
    text-align: center;
    margin-bottom: 15%;
}

.bdr-lft-rsp {
    border-left: 1px solid #455A64 !important;
}

.conttt {
    position: absolute;
    width: 100%;
    margin-top: 3em;
    background-color: transparent;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}

.conttt h3 {
    background-color: transparent;
    text-align: center;
}

.conttt p {
    background-color: transparent;
    text-align: center;
}

.hide {
    display: none;
}

.map-container {
    text-align: center;
}

#six {
    margin-top: 10%;
    text-align: center;
}

.ccontainer {
    max-width: 75rem;
    width: 100%;
    padding: 4rem 2rem;
    margin: 0 auto;
}

.main .ccontainer .swiper-container .swiper-wrapper .swiper-slide .card-image {
    background: #ffffff;
    border: none;
    outline: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    border-radius: 2px;
}

.main .ccontainer .swiper-container .swiper-wrapper .swiper-slide .card-image img {
    display: block;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.main .ccontainer .swiper-container .swiper-pagination-bullet {
    opacity: 0.8;
    background: #148cb8;
}

.main .ccontainer .swiper-container .swiper-pagination-bullet-active {
    background: #ffffff;
}

.main .ccontainer .swiper-container .swiper-button-next,
.main .ccontainer .swiper-container .swiper-button-prev {
    background-image: none;
    background-size: 0;
    background-repeat: no-repeat;
    background-position: 0;
    margin-top: -1rem;
}

.main .ccontainer .swiper-container .swiper-button-next .arrow-icon,
.main .ccontainer .swiper-container .swiper-button-prev .arrow-icon {
    font-size: 2rem;
    color: #252a32;
}

#testimonial {
    margin-top: 10%;
    text-align: center;
}

#seven {
    margin-top: 10%;
    text-align: center;
}

#eight {
    margin-top: 10%;
    text-align: center;
}

footer {
    background-color: #fff;
    color: #455A64;
    margin-top: 10%;
    text-align: center;
}

footer a {
    text-decoration: none !important;
    color: #455A64;
}

footer a:hover {
    color: #fdb813;
}

.cup {
    padding-top: 3%;
    padding-bottom: 3%;
}

.copyright {
    border-top: 1px solid #455A64;
    text-align: center;
}

/*.testimonial-section {*/
/*    padding: 40px 0;*/
/*}*/

.inner-width {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.testimonial-section h1 {
    text-align: center;
    color: #333;
    font-size: 24px;
}

.border {
    width: 100px;
    height: 3px;
    background: #333;
    margin: 40px auto;
}

.testimonial {
    background: #fff;
    border: 1px solid;
    padding: 40px;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    color: #000;
}

.test-info {
    display: flex;
    height: 60px;
    align-items: center;
}

.test-pic {
    width: 50px !important;
    border-radius: 50%;
    margin-right: 15px;
}

.test-name {
    font-size: 12px;
}

.test-name span {
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.testimonial p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
}

.containnn {
    margin: 35px auto;
    max-width: 75%;
    width: 100%;
}

.itemm {
    align-items: center;
    color: white;
    display: flex;
    justify-content: center;
}

.owl-nav {
    display: none;
}

.owl-dots {
    display: none;
}

#myBtn {
    overflow: visible !important;
    height: 100px;
    width: 100px;
    background-color: #fff;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 25px;
    z-index: 99;
    /* font-size: 18px; */
    border: none;
    outline: none;
    background: none;
    /* color: white; */
    cursor: pointer;
    /* padding: 15px; */
    border-radius: 4px;
}

.owl-stage {
    overflow: hidden!important;
}

.ffix {
    overflow: visible;
}

.mainheader {
    overflow: hidden;
}

h5 {
    overflow: hidden;
}

.test-info {
    overflow: hidden;
}

.roimg {
    overflow: hidden;
}

@media only screen and (max-width:768px) {
    
    .mainheader {
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 45px;
}

.maintxt {
    font-size: 1rem;
    Font-weight: 400;
    Line-height: 24px;
}
    
    
    .bbooxx {
        margin: 5% !important;
        width: 60% !important;
    }
    .ffix {
        margin-top: 10% !important;
    }
    .textt {
        width: 80% !important;
    }
    .imgg {
        display: none !important;
    }
    .trow {
        align-items: center;
    }
    #second {
        margin-top: 20% !important;
    }
    .respooo {
        display: block;
    }
    #six {
        margin-top: 75% !important;
    }
    .roimg {
        display: none !important;
    }
    .navbar-toggler.collapsed {
        margin-right: 3% !important;
    }
    .navbar-toggler {
        margin-right: 3% !important;
    }
}

@media only screen and (max-width:480px) {
    .linehhh {
        line-height: 1.3 !important;
    }
    .f-icon {
        width: 35%;
    }
    .f-box {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    #myBtn {
        bottom: -3% !important;
        right: -3% !important;
        width: 15% !important;
    }
    .navbar-toggler.collapsed {
        margin-right: 3% !important;
    }
    .navbar-toggler {
        margin-right: 3% !important;
    }
    .btngrpp {
        display: flex;
        flex-direction: column;
    }
    .btn-group {
        width: 80% !important;
    }
    #con1 {
        width: 80%;
        margin-left: 7%;
    }
    #con2 {
        width: 80%;
        margin-left: 7%;
    }
    #con3 {
        width: 80%;
        margin-left: 7%;
    }
    .mainheader {
        font-size: -webkit-xxx-large !important;
    }
    .navbar-brand {
        width: 60% !important;
    }
    .twoimg {
        height: 50px !important;
        width: 50px !important;
    }
    .twoimgg {
        width: 100px !important;
        height: 80px !important;
    }
    .ffiximg {
        display: none !important;
    }
    #first .textt {
        margin-top: 65% !important;
        color: #fbc000 !important;
    }
    #second {
        margin-top: 16% !important;
    }
    .respooo {
        display: block;
        margin-top: 6% !important;
    }
    .rrrr {
        width: 50%!important;
    }
    #six {
        margin-top: 50% !important;
    }
    .appleimg {
        margin-top: 5% !important;
    }
    #eight {
        margin-top: 16%;
        text-align: center;
    }
    #seven {
        margin-top: 16%;
        text-align: center;
    }
    #third {
        margin-top: 16%;
    }
    #ffour {
        margin-top: 16%;
        text-align: center;
    }
    #counter {
        margin-top: 16%;
    }
    #testimonial {
        margin-top: 16%;
        text-align: center;
    }
}

@media only screen and (max-width:380px) {
    .mainheader {
        font-size: 2.2rem !important;
    }
}

@media only screen and (min-width:768px) and (max-width:1050px) {
    #five {
        margin-bottom: 63% !important;
    }
}

@media only screen and (min-width:378px) and (max-width:425px) {
    #six {
        margin-top: 50% !important;
    }
}

@media only screen and (min-width:373px) and (max-width:377px) {
    #six {
        margin-top: 50% !important;
    }
}

@media only screen and (min-width:360px) and (max-width:372px) {
    #six {
        margin-top: 50% !important;
    }
}

@media only screen and (min-width:340px) and (max-width:359px) {
    #six {
        margin-top: 50% !important;
    }
}

@media only screen and (min-width:320px) and (max-width:339px) {
    #six {
        margin-top: 50% !important;
    }
}

@media only screen and (max-width:319px) {
    #six {
        margin-top: 50% !important;
    }
}

@media only screen and (max-width:300px) {
    #six {
        margin-top: 50% !important;
    }
}

@media only screen and (max-width:550px) {
    #first {
        margin-top: -40%;
    }
    .mbl-rsp {
        display: flex;
        flex-direction: column;
    }
    .mbl-rsp-main {
        display: flex;
        justify-content: center;
    }
    .conttt {
        margin-top: 16em;
    }
    .bdr-lft-rsp {
        border-bottom: 1px solid #455A64 !important;
    }
    .resp-spc {
        margin-top: 2em !important;
    }
    .htxt {
        font-size: 1rem !important;
    }
    .hhtxt {
        font-size: 2em !important;
        line-height: 40px;
    }
}