@import url('https://fonts.googleapis.com/css?family=Roboto');
* {
    transition: all .5s linear;
    font-family: 'Roboto', sans-serif;
}
.container-fluid {
    width: 100%;
    padding: 0 !important;
}
.row {
    margin: 0 !important;
}

/************Fonts**************/
@font-face {
    src: url(../fonts/Roboto-Black.ttf);
    font-family: roboto-black;
}
.font-rs-bold {
    font-family: 'roboto-black';
}
@font-face {
    src: url(../fonts/Roboto-Thin.ttf);
    font-family: roboto-thin;
}
.font-rs-thin, .font-rs-light {
    font-family: 'RS-roboto-thin';
}
@font-face {
    src: url(../fonts/Roboto-Medium.ttf);
    font-family: roboto-medium;
}
/********************************************/
.bg-white {
    background: #000;
}
.black-color {
    color: #000;
}
.bg-white {
    background: #fff;
}
.white-color {
    color: #fff;
}

/*************Top-Header*******************/
.top-header {
    background: linear-gradient(to right, #193445,#1A3346, #193445);
    padding: 20px 0;
    box-shadow: 1px 1px 8px gray;
    position: relative;
    z-index: 1000000;
    position: sticky;
    top: 0;
}
.top-header p {
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    display: inline;
}
@media (max-width: 768.98px) {
    .mb-sm {
        margin-bottom: 10px;
    }
    .top-header p {
        font-size: 12px;
        display: block;
        line-height: 16px;
    }
    .top-header {
        padding-top: 10px;
    }
    .text-center-sm {
        text-align: center;
    }
}

/******************Header*******************/
header {
    background: linear-gradient(to right, #193445,#1A3346, #193445);
    padding: 0 0 80px;
    height: 100vh;
    position: relative;
}
.register-here-btn {
    background: #BBBDC1;
    color: #1A3346;
    text-align: center;
    border-radius: 20px;
    padding: 5px 30px;
    border: none;
    outline: 0 !important;
    cursor: pointer;
}
.register-here-btn:hover {
    background: transparent;
    color: #BBBDC1;
    box-shadow: 1px 1px 1px #BBBDC1, -1px -1px 1px #BBBDC1;
}
.logo {
    width: 55%;
    display: block;
    margin: 20px auto 0;
}
@media (max-width: 992.98px) and (min-width: 768.98px) {
    .logo {
        width: 30%;
        display: block;
    } 
}
.header-title {
    color: #fff;
    opacity: .8;
    font-size: 30px;
    margin: 0px auto;
}
.header-tagline {
    color: #fff;
    opacity: .8;
    font-size: 20px;
}
@media (max-width: 768.98px) {
    .logo {
        width: 40%;
    }
    .header-title {
        font-size: 25px;
    }
    .header-tagline {
        font-size: 16px;
    }
}
@media (max-width: 576.98px) {
    .logo {
        width: 60%;
    }
    .header-title {
        font-size: 17px;
    }
    .header-tagline {
        font-size: 14px;
    }
}
.header-icon-img {
    width: 110px;
    margin-top: -5px;
    border-radius: 50%;
}
.arrow-box-with-img-icon {
    width: 270px;
    background: #fff;
    opacity: .5;
    color: black;
    text-align: left;
    font-size: 18px;
    padding: 6px 15px;
    line-height: 25px;
    border-radius: 0 20px 20px;
    position: relative;
}
.arrow-box-with-img-icon::before {
    bottom: 100%;
    top: -7px;
	left: -22px;;
	border: solid transparent;
	content: " ";
	height: 0;
    width: 0;
	position: absolute;
    pointer-events: none;
    transform: rotate(-90deg);
    border-color: transparent;
	border-bottom-color: #fff;
    border-width: 15px;
    border-right-width: 0px;
}
.login-btn {
    display: block;
    color: #fff;
    background: #FD0202;
    border: none;
    outline: 0 !important;
    border-radius: 40px;
    opacity: .57;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
    margin: auto;
    width: 400px;
    margin-bottom: -10px;
    font-size: 18px;
}
.login-btn:hover {
    color: #FD0202;
    background: transparent;
    box-shadow: 2px 2px 1px #FD0202, -1px -1px 1px #FD0202;
}
.header-section {
    margin: auto;
    width: 488px;
}
.header-container {
    position: absolute;
    bottom: 20%;
    left: 37%;
}
@media (max-width: 1800px) {
    .header-container {
        bottom: 20%;
        left: 33%;
    }
}
@media (max-width: 1280px) {
    .header-container {
        bottom: 20%;
        left: 30%;
    }
}
@media (max-width: 1024px) {
    .header-container {
        bottom: 20%;
        left: 27%;
    }
}
@media (max-width: 768px) {
    .header-container {
        bottom: 28.5%;
        left: 20%;
    }
}
@media (max-width: 600px) {
    .header-container {
        bottom: 28.5%;
        left: 10%;
    }
}
@media (max-width: 576px) {
    .header-container {
        left: 24%;
    }
    .header-section {
        width: 300px;
    }
    .arrow-box-with-img-icon {
        width: 200px;
        background: #fff;
        opacity: .5;
        color: black;
        text-align: left;
        font-size: 12px;
        padding: 6px 15px;
        line-height: 14px;
        border-radius: 0 20px 20px;
        position: relative;
    }
    .header-icon-img {
        width: 70px;
        margin-top: -5px;
        border-radius: 50%;
    }
    .login-btn {
        width: 250px;
        font-size: 16px;
        padding: 5px 0;
        margin-left: 40px;
    }
}
@media (max-width: 480px) {
    .header-container {
        left: 17.5%;
    }
}
@media (max-width: 465.98px) {
    .header-container {
        left: 18.5%;
    }
}
@media (max-width: 425px) {
    .header-container {
        left: 10.5%;
    }
}
@media (max-width: 375px) {
    .header-container {
        left: 6.5%;
    }
}
@media (max-width: 350px) {
    .header-container {
        left: 0%;
    }
}

/*************Our Trust***********/
.our-trust {
    background: #fff;
    padding: 120px 0 120px 20px;
    border-top: 6px solid #FD3535;
    border-bottom: 6px solid #FD3535;
}
.our-trust-title {
    color: #FD0202;
    font-size: 40px;
}
.our-trust-text {
    font-size: 18px;
    opacity: .57;
    padding-right: 40px;
}
.mobile-img-with-tablet {
    position: absolute;
    bottom: -12%;
    left: -13%;
    width: 25%;
}
@media (min-width: 768px) {
    .extra-mar {
        margin-top: 40px !important;
    }
}
@media (max-width: 576.98px) {
    .sm-width-img {
        width: 80%;
    }
}

/*************Online Users****************/
.online-users {
    background: #193445;
    padding: 120px 0;
}
@media (min-width: 992px) {
    .online-users {
        padding: 120px 80px;
    }
}
.online-users-title {
    text-align: center;
    font-size: 40px;
    color: #fff;
    opacity: .8;
    margin-bottom: 60px;
}
.online-user-img {
    width: 200px;
    position: relative;
    display: block;
    margin: auto;
}
.online-user-img::before {
    content: " ";
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 15px;
    height: 15px;
    background: green;
    border-radius: 50%;
    z-index: 10001;
    border: 6px solid green;
}
.chat-now-btn {
    background: #fff;
    border: none;
    border-radius: 20px;
    outline: 0 !important;
    padding: 3px 40px;
    cursor: pointer;
    position: relative;
}
.chat-now-btn::after {
    content: " ";
    position: absolute;
    top: -60px;
    right: 10px;
    width: 15px;
    height: 15px;
    background: lime;
    border-radius: 50%;
    z-index: 10001;
}
.chat-now-btn:hover {
    color: #fff;
    background: transparent;
    box-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff;
}
.img-container {
    position: relative;
    width: 200px;
    margin: auto;
}
@media (max-width: 768.98px) {
    .img-container {
        width: 280px;
    }
}
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,.8);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    border-radius: 6px;
}
.img-container:hover .overlay {
    height: 100%;
}
.text {
    color: black;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
} 

/************Chikks Section**************/
.chikks-section {
    padding: 80px 0;
    background: #fff;
}
.chikks-title {
    color: #FD0202;
    font-size: 40px;
    margin-top: 90px;
}
.chikks-p {
    font-size: 22px;
    color: #1A3346;
    opacity: .6;
    margin: 60px 0;
}
@media (max-width: 768.98px) {
    .chikks-title {
        font-size: 40px;
        margin-top: 0px;
    }
    .chikks-p {
        font-size: 19px;
    }
}
.buttons-container img {
    display: block;
    width: 71px;
    height: 71px;
    object-fit: cover;
    margin: 0 auto 15px;
}
.buttons-container a {
    color: #1A3346;
    font-size: 18px;
}
.new-btn1 {
    border: none;
    outline: 0 !important;
    background: #193445;
    color: rgba(255,255,255, .8);
    border-radius: 40px;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 40px;
    text-align: center;
    margin: 10px auto;
    box-shadow: 0px 5px 10px gray;
}
@media (max-width: 768.98px) {
    .new-btn {
        font-size: 14px;
        padding: 5px 20px;
    }
}
.new-btn1:hover {
    background: #fff;
    color: #193445;
    box-shadow: 1px 1px 1px #193445, -1px -1px 1px #193445;
}

/*************Benefits************/
.benefits {
    background: #193445;
    padding: 80px 0;
}
.benefits-title {
    text-align: center;
    font-size: 40px;
    color: #fff;
    opacity: .8;
    margin-bottom: 60px;
}

/**************Reg-section**************/
.reg-section {
    background: url(../img/footer-section.png) no-repeat center;
    background-size: cover;
    padding: 80px 0;
    margin-left: -1px;
    border-bottom: 6px solid #E2E1E2;
}
.reg-title {
    font-size: 35px;
    color: #fff;
    opacity: .56;
}
.register-here-btn1 {
    margin-top: 30px;
    font-size: 20px;
    padding: 5px 60px;
}

/*************Testemonials**************/
.testemonials {
    background: #193445;
    padding: 80px 0;
}
.testemonials-title {
    text-align: center;
    font-size: 40px;
    color: #fff;
    opacity: .8;
    margin-bottom: 40px;
}
.testemonials-btn {
    border: 1px solid #fff;
    outline: 0 !important;
    color: #fff;
    background: transparent;
    border-radius: 20px;
    opacity: .8;
    padding: 2px 10px;
    cursor: pointer;
}
.testemonial-container {
    margin-bottom: 40px;
    cursor: pointer;
}
.testemonial-zoom {
    transform: scale(1.3);
    position: relative;
    z-index: 10001;
}
.show-testemonial {
    background: rgba(255,255,255, .8); 
    color: #000; 
    padding: 10px;
    border-radius: 6px;
    font-size: 18px; 
    width: 80%; 
    margin: auto;
}
.show-testemonial-sm {
    background: rgba(255,255,255, .8); 
    color: #000; 
    padding: 7px;
    border-radius: 6px;
    font-size: 14px; 
    width: 80%; 
    margin: 20px auto 0;
}
@media (max-width: 768.98px) {
    .carousel-item img {
        width: 280px;
        display: block;
        margin: auto;
    }
}

/*************footer**************/
footer {
    background: #FD3535;
    padding: 10px 0;
}
footer a, footer a:hover {
    color: #eee;
    font-size: 20px;
    padding: 0 20px;
}

/***********************************/
.carousel-indicators {
    bottom: -45px;
}
.carousel-indicators li {
    border-radius: 50%;
}
.tooltips {
    font-size: 13px;
}

/***********Counter Style****************/
.main-counter {
    font-size: 125%;
    width: 348px;
    margin: auto;
}
.main-counter .time {
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    display: inline-block;
    text-align: center;
    position: relative;
    height: 95px;
    width: 65px;

    -webkit-perspective: 479px;
    -moz-perspective: 479px;
    -ms-perspective: 479px;
    -o-perspective: 479px;
    perspective: 479px;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);

    -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);
}
.main-counter .count {
    background: #202020;
    color: #f8f8f8;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
    line-height: 2.4em;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    top: 0;
    width: 100%;

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -o-transform-style: flat;
    transform-style: flat;
}
.main-counter .count.top {
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-radius: 5px 5px 0 0;
    height: 50%;

    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.main-counter .count.bottom {
    background-image: linear-gradient(rgba(255,255,255,0.1), transparent);
    background-image: -webkit-linear-gradient(rgba(255,255,255,0.1), transparent);
    background-image: -moz-linear-gradient(rgba(255,255,255,0.1), transparent);
    background-image: -ms-linear-gradient(rgba(255,255,255,0.1), transparent);
    background-image: -o-linear-gradient(rgba(255,255,255,0.1), transparent);
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0 0 5px 5px;
    line-height: 0;
    height: 50%;
    top: 50%;

    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
/* Animation start */
.main-counter .count.curr.top {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 3;
}
.main-counter .count.next.bottom {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    z-index: 2;
}
/* Animation end */
.main-counter .flip .count.curr.top {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;

    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}
.main-counter .flip .count.next.bottom {
    -webkit-transition: all 250ms ease-in-out 250ms;
    -moz-transition: all 250ms ease-in-out 250ms;
    -ms-transition: all 250ms ease-in-out 250ms;
    -o-transition: all 250ms ease-in-out 250ms;
    transition: all 250ms ease-in-out 250ms;

    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
@media screen and (max-width: 1200.98px) {
    .main-counter {
        width: 264px;
        margin: auto;
    }
    .main-counter .countdown-container {
        height: 100px;
    }
    .main-counter .time {
        height: 70px;
        width: 48px;
    }
    .main-counter .count {
        font-size: 1.5em;
        line-height: 70px;
    }
    .main-counter .label {
        font-size: 0.8em;
        top: 72px;
    }
}
@media screen and (min-width: 319px) {
    .main-counter {
        width: 264px;
        margin: auto;
        font-size: 100%;
    }
    .main-counter .countdown-container {
        height: auto;
    }
    .main-counter .time {
        height: 53px;
        width: 48px;
    }
    .main-counter .count {
        font-size: 1.0em;
        line-height: 50px;
    }
    .main-counter .label {
        font-size: 0.8em;
        top: 72px;
    }
}
@media screen and (min-width: 319px) {
    .main-counter {
        width: 170px;
        margin: auto;
        font-size: 100%;
    }
    .main-counter .countdown-container {
        height: auto;
    }
    .main-counter .time {
        height: 33px;
        width: 30px;
    }
    .main-counter .count {
        font-size: 1.0em;
        line-height: 30px;
    }
    .main-counter .label {
        font-size: 10px;
        top: 27px;
        position: relative;
        z-index: 1;
        text-align: center;
        color: rgba(255,255,255,.8);
    }
}