@font-face {

    font-family: 'Comfortaa-Bold';

    src: url('../fonts/Front/Comfortaa-Bold.ttf');

}

@font-face {

    font-family: 'Comfortaa-Light';

    src: url('../fonts/Front/Comfortaa-Light.ttf');

}

@font-face {

    font-family: 'Comfortaa-Regular';

    src: url('../fonts/Front/Comfortaa-Regular.ttf');

}

@font-face {

    font-family: 'OpenSans-Regular';

    src: url('../fonts/Front/OpenSans-Regular.ttf');

}

@font-face {

    font-family: 'Roboto-Black';

    src: url('../fonts/Front/Roboto-Black.ttf');

}

@font-face {

    font-family: 'Roboto-Bold';

    src: url('../fonts/Front/Roboto-Bold.ttf');

}

@font-face {

    font-family: 'Roboto-Light';

    src: url('../fonts/Front/Roboto-Light.ttf');

}

@font-face {

    font-family: 'Roboto-Regular';

    src: url('../fonts/Front/Roboto-Regular.ttf');

}

@font-face {

    font-family: '7189740448';

    src: url('../fonts/Front/7189740448.woff');

}





/** main css **/

body {

   font-family: 'Comfortaa-Regular';

    color: #000;

}

html {scroll-behavior: smooth;}

/** main end **/



/** header start **/

.header-main {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    z-index: 1000;

    background-color: transparent;

}

.header-main .btn-common {

    padding: 7px 20px;

}

.header-main.bg-color {

    background-color: #fff;

    -webkit-box-shadow: 1px 2px 8px 3px rgba(46,61,73,.1);

    box-shadow: 1px 2px 8px 3px rgba(46,61,73,.1);

}

.header-main.bg-color .navbar{padding: 5px 0;}

.header-main .color-logo, .header-main.bg-color .white-logo{display: none;}

.header-main.bg-color .color-logo{display: block;}

.header-main.bg-color .nav-link{color: #606060 !important;}

.header-main.bg-color .nav-item.active .nav-link, 

.header-main.bg-color .nav-item .nav-link:hover, 

.header-main.bg-color .nav-item .nav-link:active, 

.header-main.bg-color .nav-item .nav-link:focus {

    color: #005596 !important;

}


.header-main .nav-item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #005596;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    width: 0;
}
.header-main .nav-item.active::before {
    width: 98%;
    left: 0;
    right: initial;
}
.header-main .nav-item:hover::before {
    width: 98%;
}
.header-main  .dropdown.nav-item::before{
    content: none;
}
.header-main.bg-color .nav-item::after {

    background: #606060 !important;

}



.header-main .logo img {

    max-width: 100%;

    width: 90px;

}

.header-main.bg-color .logo img {

    width: 70px !important;

}







.header-main .navbar {

    padding: 5px 0;

}

.header-main.dash .nav-item .nav-link{padding: 0 18px;}

.header-main .nav-item {position: relative;}

.header-main .nav-item:last-child{padding-right: 0;}

.header-main .nav-item .nav-link {

    font-size: 13px;

    color: rgba(255,255,255,1);

    padding: 10px 18px;

    -webkit-transition: all ease-in-out .1s;

    -o-transition: all ease-in-out .1s;

    transition: all ease-in-out .1s;

    font-family: 'Roboto-Light';

}
.dropdown-toggle.nav-link{
    color: #fff;
    cursor: pointer;
}
.dropdown-toggle.nav-link .user-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #01e7ff;
    padding: 2px;
}
.dropdown-toggle.nav-link .user-img img{
width: 100%;
height: 100%;
border-radius: 50%;
}
.dropdown-toggle.nav-link:hover, .dropdown-toggle.nav-link:focus, .dropdown-toggle.nav-link:active{
    color: #01e7ff;
}
.dropdown-toggle.nav-link[aria-expanded="true"]{
  color: #01e7ff !important;
}
.dropdown.nav-item .dropdown-menu {
    font-size: 13px;
    padding: 0;
    max-width: 120px;
    min-width: 120px;
    border-radius: 0;
}
.dropdown.nav-item .dropdown-menu a {
    padding: 4px 10px;
}

.dropdown.nav-item .dropdown-menu a:hover, .dropdown.nav-item .dropdown-menu a:focus, .dropdown.nav-item .dropdown-menu a:active{
    background: #01e7ff;
    color: #000;
}


.header-main .nav-item.active .nav-link, .header-main .nav-item .nav-link:hover, .header-main .nav-item .nav-link:active, .header-main .nav-item .nav-link:focus {

    text-decoration: none;

    color: #01e7ff;

}

.navbar-light .navbar-toggler {border: none;}

.header-main .btn-common{-webkit-transition: all ease-in-out .5s;-o-transition: all ease-in-out .5s;transition: all ease-in-out .5s;}

.header-main .btn-common:hover{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}

.navbar-light .navbar-toggler-icon {

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");

}

.header-main.bg-color .navbar-light .navbar-toggler-icon {

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(73, 73, 73, 5)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");

}

/** header end **/





/*banner css*/

.sec-banner {

    background-size: cover;

    padding: 175px 0;

    background-repeat: no-repeat;

    position: relative;

}

.sec-banner .img-box {

    position: relative;

    width: 350px;

    margin: 0 auto;

    max-width: 100%;

}

.sec-banner .img-box .bitcoin-img {

    position: absolute;

    width: 40px;

    left: 77px;

    top: 23px;

    -webkit-animation: bounce 2s ease-in-out 0s infinite alternate;

            animation: bounce 2s ease-in-out 0s infinite alternate;

}

.sec-banner .img-box .legacy-img {

    position: absolute;

    width: 83px;

    right: 44px;

    bottom: 83px;

    -webkit-animation: bounce 2s ease-in-out 0s infinite alternate;

            animation: bounce 2s ease-in-out 0s infinite alternate;

}

.sec-banner .img-box .line1 {

    position: absolute;

    height: 232px;

    left: 0;

    top: 0;

}

.sec-banner .img-box .line2 {

    position: absolute;

    height: 129px;

    right: 0;

    bottom: 100px;

}

.sec-banner .banner-img {

    width: 100%;

    display: block;

    margin: 0 auto;

    max-width: 100%;

}

.sec-banner h1 {

    font-size: 39px;

    line-height: 50px;

    color: #ffff;

    font-family: '7189740448';

    margin-bottom: 35px;

}

.sec-banner p {

    font-size: 18px;

    line-height: 34px;

    color: #fff;

    margin-bottom: 50px;

}

.sec-banner .btn-banner .btn {

    min-width: 178px;

    max-width: 100%;

    margin-right: 15px;

}

.sec-banner .banner-down {

    display: block;

    text-align: center;

    margin: 0 auto;

    /*-webkit-animation: floating 3s ease infinite;*/

            /*animation: floating 3s ease infinite;*/

}

@-webkit-keyframes floating {

    0% {-webkit-transform: translateY(0);transform: translateY(0);}

    50% {-webkit-transform: translateY(20px);transform: translateY(20px);}

    100% {-webkit-transform: translateY(0);transform: translateY(0);}

}

@keyframes floating {

    0% {-webkit-transform: translateY(0);transform: translateY(0);}

    50% {-webkit-transform: translateY(20px);transform: translateY(20px);}

    100% {-webkit-transform: translateY(0);transform: translateY(0);}

}



/*about sec css*/

.sec-about{padding: 150px 0 40px;position: relative;overflow: hidden;}

.sec-about .img-box{text-align: right;}

.sec-about .img-box img{

    width: 290px;

    -webkit-animation: bounce 2s ease-in-out 0s infinite alternate;

            animation: bounce 2s ease-in-out 0s infinite alternate;

}

@-webkit-keyframes bounce {

    0% {

        -webkit-transform: translateY(0px);

        transform: translateY(0px);

    }

    100% {

        -webkit-transform: translateY(-30px);

        transform: translateY(-30px);

    }

}

@keyframes bounce {

    0% {

        -webkit-transform: translateY(0px);

        transform: translateY(0px);

    }

    100% {

        -webkit-transform: translateY(-30px);

        transform: translateY(-30px);

    }

}

.sec-about .about-row{margin-top: 100px;}

.sec-about .side-img {

    position: absolute;

    left: -300px;

    top: 50%;

    z-index: 0;

}

.sec-about .side-img img{

    width: 400px;

    -webkit-transform: translateY(-200px);

        -ms-transform: translateY(-200px);

            transform: translateY(-200px);

    -webkit-animation: rotation 15s infinite linear;

}

@-webkit-keyframes rotation {

        from {

                -webkit-transform: rotate(0deg);

        }

        to {

                -webkit-transform: rotate(359deg);

        }

}





/*sec-feature css*/

.sec-feature{padding: 150px 0;position: relative;overflow: hidden;}

.sec-feature .feature-box {

    padding: 40px 10px;

    -webkit-transition: .2s all ease;

    -o-transition: .2s all ease;

    transition: .2s all ease;

    -webkit-box-shadow: 0 0 6px 4px rgba(0,0,0,0.05);

            box-shadow: 0 0 6px 4px rgba(0,0,0,0.05);

    border-radius: 36px;

    margin: 35px 5px;

    text-align: center;

    -webkit-transition: all 200ms ease-in;

    -webkit-transform: scale(1); 

    -ms-transition: all 200ms ease-in;

    -ms-transform: scale(1); 

    -moz-transition: all 200ms ease-in;

    -moz-transform: scale(1);

    -o-transition: all 200ms ease-in;

    transition: all 200ms ease-in;

    transform: scale(1);

    background: #fff;

    max-width: 100%;
    min-height: 480px;

}

.sec-feature .feature-box:hover {

    -webkit-box-shadow: 0px 0px 100px rgba(0,0,0,0.1);

            box-shadow: 0px 0px 100px rgba(0,0,0,0.1);

    z-index: 2;

    -webkit-transition: all 200ms ease-in;

    -webkit-transform: scale(1.1);

    -ms-transition: all 200ms ease-in;

    -ms-transform: scale(1.1);   

    -moz-transition: all 200ms ease-in;

    -moz-transform: scale(1.1);

    -o-transition: all 200ms ease-in;

    transition: all 200ms ease-in;

    transform: scale(1.1);

}

.sec-feature .feature-box img {

    width: 95px;

}
.sec-feature .feature-box h6{
  color: #212529;
    margin-top: 30px;
        min-height: 45px;
        font-weight: 600;
   /* font-family: 'Roboto-Bold';*/

}
.sec-feature .feature-box p {
  /*  font-family: 'Roboto-Light';*/
    font-size: 14px;
    line-height: 26px;

}

.sec-feature .side-img {

    position: absolute;

    right: -300px;

    top: 50%;

    z-index: 0;

}

.sec-feature .side-img img{

    width: 400px;

    -webkit-transform: translateY(-200px);

        -ms-transform: translateY(-200px);

            transform: translateY(-200px);

    -webkit-animation: rotation 15s infinite linear;

}



/*sec-app css*/

.sec-app{

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;

    overflow: hidden;

    position: relative;

}

.sec-app .btn-app {

    font-family: 'OpenSans-Regular';

    color: #fff;

    border: 1px solid #fff;

    border-radius: 8px;

    font-size: 10px;

    min-width: 152px;

    margin-right: 15px;

    -webkit-transition: all ease-in-out .3s;

    -o-transition: all ease-in-out .3s;

    transition: all ease-in-out .3s;

    margin-bottom: 10px;

}

.sec-app .btn-app:hover, .sec-app .btn-app:active, .sec-app .btn-app:focus {

    -webkit-transform: scale(1.1);

        -ms-transform: scale(1.1);

            transform: scale(1.1);

}

.sec-app .btn-app p {

    font-size: 18px;

    line-height: 21px;

    margin-bottom: 0;

}

.sec-app .app-buttons{margin-top: 50px;}

.sec-app .img-box img.mobile-img{

    width: 500px;

    max-width:100%;

    margin: 0 auto;

    position: relative;

    z-index: 50;

}

.sec-app img.particles{

    width: 100%;

    max-width:100%;

    position: relative;

    z-index: 45;

}

.sec-app .particle-box {

    position: absolute;

    left: 50%;

    right: 0;

    top: 0;

    bottom: 0;

}







/*sec-benifit css*/

.sec-benifit{padding: 150px 0;position: relative;overflow: hidden;}

.sec-benifit .img-box img{

    width: 290px;

}

.sec-benifit .img-box.second{text-align: right;}

.sec-benifit .benifit-row{margin-top: 100px;}

.sec-benifit .side-img {

    position: absolute;

    z-index: 0;

}

.sec-benifit .side-img.left{

    left: -300px;

    bottom: 20%;

}

.sec-benifit .side-img.right{

    right: -300px;

    top: 20%;

}

.sec-benifit .side-img img{

    width: 400px;

    -webkit-transform: translateY(-200px);

        -ms-transform: translateY(-200px);

            transform: translateY(-200px);

    -webkit-animation: rotation 15s infinite linear;

}



/*sec-team css*/

.sec-team{padding: 150px 0;}

.sec-team .team-box .img-box {

    background-color: #fff;

    border-radius: 50%;

    overflow: hidden;

    -webkit-box-shadow: 2px 2px 10px #000;

            box-shadow: 2px 2px 10px #000;

    width: 150px;

    height: 150px;

    max-width: 100%;

    margin: 0 auto;

    position: relative;

}

.sec-team .team-box .img-box img{

    min-height: 100%;

    max-height: 100%;

    min-width: 100%;

    max-width: 100%;

}

.sec-team .team-box {

    margin: 70px auto 0;

    color: #fff;

}

.sec-team .team-box .img-box .social {

    position: absolute;

    left: 0;

    right: 0;

    width: 100%;

    top: 0;

    bottom: 0;

    background: rgba(0, 85, 150, .4);

    border-radius: 50%;

    opacity: 0;

    -webkit-transition: all ease-in-out .3s;

    -o-transition: all ease-in-out .3s;

    transition: all ease-in-out .3s;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

}

.sec-team .team-box .img-box:hover .social{opacity: 1;}

.sec-team .team-box .img-box .social a{

    display: inline-block;

    color: #fff;

    margin: 5px 10px;

}

.sec-team .team-box .img-box .social a:hover, 

.sec-team .team-box .img-box .social a:active, 

.sec-team .team-box .img-box .social a:focus{

    color: #fff;

}

.sec-team .team-box .name {

    font-size: 18px;

    margin-bottom: 5px;

    margin-top: 20px;

}

.sec-team .head-common span {

    color: rgba(255, 255, 255, .1);

}

.sec-team .designation {

    font-size: 13px;

}



/*faq section css*/

.sec-faq {

    position: relative;

    padding: 150px 0;

    background: #f0f4f7;

    overflow: hidden;

}

.sec-faq .card {

    border: none;

    padding: 0;

    margin-bottom: 10px;

}

.sec-faq .card-header {

    border: none;

    background: transparent;

    padding: 10px 15px;

}

.sec-faq .card-header button {

    padding: 0;

    color: #000;

    font-size: 16px;

    width: 100%;

    max-width: 100%;

    text-align: left;

    white-space: normal;
    position: relative;
        padding-left: 40px;
        padding-right: 30px;

}

.sec-faq .card-header button span {

    display: inline-block;

    width: 30px;

    height: 30px;

    background: #005596;

    border-radius: 50%;

    color: #fff;

    margin-right: 10px;

    text-align: center;

    font-family: 'Roboto-Bold';

    padding-top: 2px;
        position: absolute;
    left: 0px;

}

.sec-faq .card-header button:hover, .sec-faq .card-header button:active, .sec-faq .card-header button:focus {

    color: #494949;

    text-decoration: none;

}

.arrow-right-faq {
    position: absolute;
    right: 0;
    top: 10%;
}
.arrow-right-faq img{
    width: 16px;
    transform: rotate(-90deg);
}






.sec-faq .card-body {

    padding: 10px 30px 15px 56px;

    font-size: 15px;

    font-family: 'Roboto-Light';

}

.sec-faq .collapse.show{

    border-top: 2px dashed #eee;

}

.sec-faq .accordion {

    margin: 50px auto;

}

.sec-faq .side-img {

    position: absolute;

    right: -300px;

    top: 36%;

    z-index: 0;

}

.sec-faq .side-img img {

    width: 400px;

    -webkit-transform: translateY(-200px);

        -ms-transform: translateY(-200px);

            transform: translateY(-200px);

    -webkit-animation: rotation 15s infinite linear;

}



/*contact css*/

.sec-contact {

    position: relative;

    padding: 150px 0 40px;

    overflow: hidden;

}

.sec-contact ul {

    padding: 0;

    list-style: none;

    margin: 0;

}

.sec-contact ul li {

    margin-bottom: 15px;

    font-size: 15px;

}

.sec-contact ul li img {

    width: 28px;

    margin-right: 10px;

}
.sec-contact ul li a{
    color: #000;
    text-decoration: none;
}

.sec-contact .side-img {

    position: absolute;

    left: -300px;

    top: 12%;

    z-index: 0;

}

.sec-contact .side-img img {

    width: 400px;

    -webkit-transform: translateY(-200px);

        -ms-transform: translateY(-200px);

            transform: translateY(-200px);

    -webkit-animation: rotation 15s infinite linear;

}

.sec-contact .contact-form .form-control {

    border-radius: 0;

    border-top: none;

    border-left: none;

    border-right: none;

    background: transparent;

}

.sec-contact .contact-form label {

    font-family: 'Comfortaa-Light';

    color: #ccc;

    margin-bottom: 0;

}

.sec-contact .contact-form .form-group {

    margin-bottom: 2rem;

}

.sec-contact .contact-form .form-control:focus {

    border-top: none;

    border-left: none;

    border-right: none;

    -webkit-box-shadow: none;

    box-shadow: none;

    border-color: #005596;

}



/*sec-video css*/

.sec-video .vid-box {

    padding: 130px 80px;

    background-position: center;

    background-size: contain;

    background-repeat: no-repeat;

}

.sec-video .title {

    font-family: 'Comfortaa-Bold';

}

.sec-video p {

    font-family: 'Comfortaa-Light';

    font-size: 14px;

    color: #ccc;

    margin-bottom: 0;

}

.sec-video .btn-border {

    color: #ccc;

    padding: 11px 20px;

    border: 1px solid #ccc;

}

.sec-video {

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

}





/** footer css **/

.footer-main .copyright {

    color: #fff;

    font-size: 14px;

    margin-top: 0;

}

.footer-main .copyright.right{text-align: right;}

.footer-main hr {

    margin-top: 30px;

    margin-bottom: 30px;

    border-top: 1px solid #fff;

}

.footer-main {

    background-color: #fff;

    padding: 328px 0 30px;

    background-position: center center;

    background-size: cover;

    background-repeat: no-repeat;

    position: relative;

}

.social-icons a {

    display: inline-block;

    width: 33px;

    height: 33px;

    background-color: rgba(1, 231, 255,.2);

    color: #fff;

    border-radius: 50%;

    text-align: center;

    padding-top: 8px;

    font-size: 14px;

    margin: 0 5px 10px 0;

    -webkit-transition: all ease-in-out .3s;

    -o-transition: all ease-in-out .3s;

    transition: all ease-in-out .3s;

}

.social-icons a:hover, .social-icons a:active, .social-icons a:focus {

    color: #000;

    background: #01e7ff;

    -webkit-transform: scale(1.1);

        -ms-transform: scale(1.1);

            transform: scale(1.1);

}

.footer-main .common-input {

    position: relative;

    -webkit-box-shadow: 1px 2px 24px 3px rgba(46,61,73,.1);

    box-shadow: 1px 2px 24px 3px rgba(46,61,73,.1);

    border-radius: 30px;

}

.footer-main .common-input .form-control {

    border-radius: 30px;

    padding: 9px 42px 9px 16px;

    font-size: 12px;

    background: rgba(255, 255, 255,.2);

    border: 1px solid rgba(255, 255, 255,.2);

    color: #fff;

}

.footer-main .common-input .form-control::-moz-placeholder {color: #fff;opacity: 1;}

.footer-main .common-input .form-control::-webkit-input-placeholder {color: #fff;opacity: 1;}

.footer-main .common-input .btn-round {

    position: absolute;

    right: 0;

    z-index: 2;

    top: 0;

    padding: 5px 8px;

    width: 37px;

    height: 37px;

    text-align: center;

    border-radius: 50%;

    color: #005596;

    font-size: 19px;

}

.footer-main h4 {

    color: #fff;

    font-size: 16px;

    margin-bottom: 30px;

}

.footer-main ul{

    list-style-type: none;

    padding: 0;

    margin: 0;

}

.footer-main ul li{margin-bottom: 5px;}

.footer-main ul li a {

    color: #fff;

    font-size: 10px;

}

.footer-main ul li a:hover, .footer-main ul li a:active, .footer-main ul li a:focus {

    text-decoration: none;

    color: #01e7ff;

}



/*login-signup css*/

.sec-login {

    background-repeat: no-repeat;

    background-position: top right;

    background-size: 880px;

    position: relative;

    overflow: hidden;

}

.sec-login #particles-js {

    position: absolute;

    right: 0;

    top: 0;

    bottom: 0;

    left: 40%;

}

.sec-login.login{

    background-size: 530px;

}

.sec-login .log-box {

    padding: 20px 10px;

    margin: 30px auto 20px 0;

    background: #fff;

    -webkit-box-shadow: 0px 0px 100px rgba(0,0,0,0.1);

            box-shadow: 0px 0px 100px rgba(0,0,0,0.1);

    width: 420px;

    max-width: 100%;

    border-radius: 7px;

}

.sec-login .form-control {

    border-radius: 0;

    border-top: none;

    border-left: none;

    border-right: none;

    font-size: 14px;

}

.sec-login .login-logo{margin-bottom: 40px;}

.sec-login .login-logo img{

    width: 150px;

}

.sec-login .form-control::-webkit-input-placeholder {

    color: #ccc;

}

.sec-login .form-control:-ms-input-placeholder {

    color: #ccc;

}

.sec-login .form-control::-ms-input-placeholder {

    color: #ccc;

}

.sec-login .form-control::placeholder {

    color: #ccc;

}

.sec-login .btn-login {

    border: 1px solid #b4b4b4;

    min-width: 110px;

    font-size: 12px;

    color: #b4b4b4;

    padding: 8px;

    -webkit-transition: all ease-in-out .3s;

    -o-transition: all ease-in-out .3s;

    transition: all ease-in-out .3s;

}

.sec-login .btn-login.active, .sec-login .btn-login:hover, .sec-login .btn-login:active, .sec-login .btn-login:focus{

    border:1px solid #005596;

    background-color: #005596;

    color: #fff;

}

.sec-login .btn-login.active:hover, .sec-login .btn-login.active:focus, .sec-login .btn-login.active:active{
border:1px solid #005596;
background-color: #fff;
color: #005596;
}



.sec-login .form-group {

    margin-bottom: 1.5rem;

}

.sec-login .form-control:focus {

    border-top: none;

    border-left: none;

    border-right: none;

    -webkit-box-shadow: none;

    box-shadow: none;

    border-color: #ced4da;

}

.sec-login .input-group-text {

    background-color: #fff;

    border-radius: 0;

    border-top: none;

    border-left: none;

    border-right: none;

}

.sec-login .input-group-text img{width: 20px;}

.sec-login .img-box img{width: 550px;}

.sec-login .sub-txt {

    font-family: 'Comfortaa-Light';

}

.sec-login .checkbox label input[type="checkbox"]:checked + .cr {

    background-color: #01e7ff;

    border-color: #01e7ff;

    color: #fff;

}

.sec-login .checkbox .cr{

    width: 1.3em;

    height: 1.3em;

}

.sec-login .checkbox{

    font-family: 'Comfortaa-Light';

    font-size: 13px;

}

.sec-login .forget-link{text-align: right;}

.sec-login .forget-link a{

    color: #000;

    font-family: 'Comfortaa-Light';

    font-size: 12px;

}

.sec-login h4{

    font-family: 'Comfortaa-Bold';

}

.sec-login h4 span{font-family: 'Comfortaa-Light';}



/*Radio and checkbox css*/

.checkbox label:after, .radio label:after {

    content: '';

    display: table;

    clear: both;

}

.checkbox .cr, .radio .cr {

    position: relative;

    display: inline-block;

    border: 1px solid #a9a9a9;

    border-radius: .1em;

    width: 1.1em;

    height: 1.1em;

    float: left;

    margin-right: .5em;

    color: #24262e;

    border-radius: 4px;

}

.radio .cr {border-radius: 50%;}

.checkbox .cr .cr-icon, .radio .cr .cr-icon {

    position: absolute;

    font-size: .6em;

    line-height: 0;

    top: 49%;

    left: 20%;

}

.radio .cr .cr-icon {margin-left: 0.04em;}

.checkbox label input[type="checkbox"], .radio label input[type="radio"] {display: none;}

.checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon {

    -webkit-transform: scale(3) rotateZ(-20deg);

        -ms-transform: scale(3) rotate(-20deg);

            transform: scale(3) rotateZ(-20deg);

    opacity: 0;

    -webkit-transition: all .3s ease-in;

    -o-transition: all .3s ease-in;

    transition: all .3s ease-in;

}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon {

    -webkit-transform: scale(1) rotateZ(0deg);

        -ms-transform: scale(1) rotate(0deg);

            transform: scale(1) rotateZ(0deg);

    opacity: 1;

}

.checkbox label input[type="checkbox"]:disabled + .cr, .radio label input[type="radio"]:disabled + .cr {opacity: .5;}


.for-logi-row-captcha{
    margin-bottom: 20px;
}




/** body css start**/

/** body css end **/









/*## scroll_top css ##*/

.scroll_top {

    background: #fff;

    bottom: 32px;

    display: none;

    height: 34px;

    position: fixed;

    right: 10px;

    width: 34px;

    z-index: 9999;

    text-decoration: none;

    border-radius: 50%;

    color: #005596;

    border: 1px solid #005596;

    text-align: center;

    font-size: 30px;

    line-height: 34px;

}

.scroll_top:hover, .scroll_top:active, .scroll_top:focus{

    background: #005596;

    text-decoration: none;

    border: 1px solid #fff;

    color: #fff;

}

/** scroll_top end **/





/** common css **/

:active, :focus{outline:none !important;}

.btn-common {

    border-radius: 50px;

    background: #01e7ff;

    color: #000;

    font-family: 'OpenSans-Regular';

    padding: 11px 20px;

    border: 1px solid #01e7ff;

    -webkit-transition: all ease-in-out .3s;

    -o-transition: all ease-in-out .3s;

    transition: all ease-in-out .3s;

    font-size: 14px;

    min-width: 100px;

    max-width: 100%;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

.btn-common:active, .btn-common:focus, .btn-common:hover{

    background: #01e7ff;

    color: #000;

}

.btn-common:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}



.btn-border {

    border-radius: 50px;

    background: transparent;

    color: #fff;

    padding: 11px 24px;

    border:1px solid #fff;

    -webkit-transition: all ease-in-out .3s;

    -o-transition: all ease-in-out .3s;

    transition: all ease-in-out .3s;

    font-size: 14px;

}

.btn-border img{

    width: 17px;

    float: left;

    max-width: 100%;

}

.btn-border:hover, .btn-border:active, .btn-border:focus{

    background: #01e7ff;

    color: #fff;

    border: 1px solid #01e7ff;

}

.small-head {

    font-size: 14px;

    margin-bottom: 7px;

    position: relative;

    z-index: 3;

}

.head-common {

    margin-bottom: 20px;

    font-size: 27px;

    position: relative;

    z-index: 1;

}

.head-common span {

    position: absolute;

    color: rgba(0,0,0,.05);

    left: 0;

    right: 0;

    text-align: center;

    font-size: 80px;

    z-index: -1;

    bottom: 0;

    line-height: 64px;

    text-transform: uppercase;

}

.txt {

    font-size: 14px;

    line-height: 22px;

}

.sub-txt {

    font-size: 14px;

    margin: 0 auto;

    margin-bottom: 30px;

}

.head-lines {

    margin-bottom: 20px;

}

.head-lines span {

    background: #D1D1D1;

    display: inline-block;

    margin: 0 2px;

    height: 6px;

    border-radius: 10px;

}

.head-lines span:nth-child(1){width: 60px;}

.head-lines span:nth-child(2){width: 40px;}

.head-lines span:nth-child(3){width: 20px;}

.sub-heading {

    font-size: 20px;

    font-family: 'Roboto-Bold';

    color: #979797;

}

.color-white{color: #fff !important;}

.color-gray{color: #fff !important;}

/** common end **/


/*new added css 2 april */

.footer-logo img{
height: 130px;
}


/*new added 10 may*/
.privacy-sec {
    background: #414C9E;
        padding: 115px 0 5px;
}

.for-content{
    background-color: transparent;
    padding: 20px 0 100px;
}

.privacy-sec .section-title-s7 {
    color: #fff !important;
    font-size: 30px;
    font-weight: 600;
}
.privacy-sec .discription{
margin: 40px 0;
}
.privacy-sec .discription p {
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    line-height: 20px;
    color: #000;
    text-align: justify;
}
.privacy-sec .discription  a{
    color: #000;
    text-decoration: underline;
}
.privacy-sec .discription h4{
    font-size: 20px;
        margin-bottom: 10px;
        margin-top: 20px;
        color: #000;
        font-weight: 600;
}

.privacy-sec .discription ul{
    padding-left: 20px !important;
}

.privacy-sec .discription ul li {
    list-style: initial !important;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
}

.privacy-sec .discription h5{
    font-size: 15px;
        margin-bottom: 10px;
        margin-top: 20px;
        color: #000;
        font-weight: 600;
}
.privacy-sec .discription  .ml-15{
margin-left: 30px !important;
}
.cookies-table thead tr th p{
font-size: 16px !important;
}
.cookies-table thead tr th {
    width: 20%;
    border-top: none;
    border-bottom: none;
}
.cookies-table{
    margin: 20px 0;
}
@media only screen and (max-width: 767px) {
.privacy-sec {
    padding: 100px 0;
}
}


/*comin-soon page css*/
.sec-coming {
    background-position: center center;
    background-size: cover;
    padding: 0;
    height: 100vh;
    overflow: hidden;
    background-image: url(../images/other/backgorund.jpg);
}
.sec-coming .logo img {
    height: 125px;
    max-width: 100%;
    padding-left: 15px;
    padding-top: 20px;
}


.sec-coming h3 {
    /*font-family: 'Cinzel Decorative', cursive;*/
    color: #005596;
    font-size: 5rem;
    line-height: 6rem;
    margin-bottom: 20px;
    margin-top: 8%;
        font-family: '7189740448';
}
.sec-coming .countdown {
    font-size: 5rem;
    color: #666666;
    margin: 0 auto;
    /*font-family: 'Cinzel Decorative', cursive;*/
    padding-top: 6px;
    margin-bottom: 6px;
    font-weight: 700;
    line-height: 75px;
}
.sec-coming .counter-text {
    font-size: 1.4rem;
    color: #666666;
    /*font-family: 'Arimo', sans-serif;*/
}

.sec-coming .timer {
    display: inline-block;
    margin: 10px 30px;
}

.social-link ul{
   text-align: right; 
   padding-left: 0;
}
.social-link ul li{
    display: inline-block;
}
.social-link ul li img {
    width: 26px;
    margin: 0 10px;
}
.align-item-center{
    align-items: center;
}
.subsicribe-block{

}
.subsicribe-block h4{
      font-size: 2rem;
    color: #666666;
    /*font-family: 'Cinzel Decorative', cursive;*/
    text-align: center;
    margin: 30px 0;

}
.subsicribe-block .form-control {
    border-radius: 0;
    font-size: 1.3rem;
    padding: 9px 20px;
    color: #ddd;
    /* font-family: 'Arimo', sans-serif;*/
}
.app-comming-soon{
        font-size: 7rem;
    color: #666666;
    margin: 0 auto;
    padding-top: 6px;
    margin-bottom: 6px;
    font-weight: 700;
    line-height: 75px;
}
.subsicribe-block .input-group-btn .subs {
    background-color: #005596;
    border: none;
    color: #fff;
    padding: 12px 40px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    /*font-family: 'Arimo', sans-serif;*/
    font-weight: 600;
    font-size: 1.3rem;
    letter-spacing: 1px;
}
.subsicribe-block .input-group{
    margin-bottom: 30px;
}
.copyright-line{
font-size: 1.0rem;
    color: #666666;
    /*font-family: 'Arimo', sans-serif;*/
    padding-bottom: 0px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 10%;
}
.copyright-line a{
     color: #666666;
     text-decoration: none;
}

@media only screen and (max-width: 1320px){

}
@media only screen and (max-width: 1200px){
  
.sec-coming h3 {
    font-size: 2rem;
}
.sec-coming .countdown {
    font-size: 3rem;
    line-height: 45px;
}
.sec-coming .counter-text {
    font-size: 1rem;
}
.subsicribe-block h4 {
    font-size: 1.4rem;
    margin: 20px 0;
}
.subsicribe-block .input-group-btn .subs {
    padding: 6px 18px;
    font-size: 1.1rem;
}
.subsicribe-block .form-control {
    font-size: 1rem;
    padding: 6px 20px;
}
.copyright-line {
    font-size: 0.8rem;
}
.sec-coming .timer {
    margin: 10px 20px;
}
.sec-coming h3 {
    line-height: initial;
}
}
@media only screen and (max-width: 768px){
/* .sec-coming {
    height: auto;
}*/
.sec-coming .timer {
    margin: 10px 15px;
}
.sec-coming h3 {
    margin-top: 20%;
}
}
@media only screen and (max-width: 520px){
.sec-coming h3 {
    font-size: 1.2rem;
    margin-top: 35%;
}
.sec-coming .countdown {
    font-size: 2rem;
    line-height: 35px;
}
.sec-coming .counter-text {
    font-size: 0.6rem;
}


}

@media only screen and (max-width: 420px){

.social-link ul li img {
    width: 20px;
}
.sec-coming h3 {
    font-size: 1.2rem;
}
}
