﻿
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

.h5, h5 {
    font-size: 1.15rem;
}

a {
    color: #ed502e;
    text-decoration: none;
}

    a:hover {
        color: #f1775d;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
}

input.error, select.error, textarea.error {
    border: 1px solid #ff5666 !important;
    box-shadow: 0px 0px 5px 5px rgb(255 86 102 / 40%) !important;
}

label.error {
    display: none !important;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #ed502e;
        border-top-color: white;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

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

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #ed502e;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #f06f54;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 10px 0;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 5%);
    border-top: 2px #083e58 solid;
}

    #header .contact-text {
        color: #083d57
    }

    #header.header-scrolled {
        padding: 10px 0;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    }

.Sliderbar {
    width: 100%;
    /*height: 100vh;*/
    background: url(../images/bg.png) top center;
    background-size: cover;
    margin-top: 50px;
    padding: 80px 0px;
}

    .Sliderbar h1 {
        font-size: 45px;
        font-weight: 600;
        color: #0f53a5;
    }

    .Sliderbar h4 {
        color: #f48419;
        font-size: 25px;
        font-weight: 600;
    }



.formBox .nav-item {
    text-align: center;
   
}

.formBox .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #ba0710;
}

.formBox .nav-pills .nav-link {
    text-align: center;
    background: #dadada;
    border-radius: 0px !important;
	font-size: 14px;
}

.formBox a {
    color: #000
}

.formBox h4 {
    color: #0f53a5;
    margin-bottom: 20px;
    margin-top: 20px;
}

.formBox input::-webkit-input-placeholder {
    opacity: .7;
    font-weight: 200;
}

.formBox label {
    font-size: 15px;
    color: #585858;
}

.formBox .form-control {
    padding: .500rem .75rem;
}

.formBox input {
    background-color: #fff;
    /*opacity: .5;*/
    margin-bottom: 25px;
    border: 1px #696868 solid;
}

.formBox .termsCondns {
    margin-top: -15px;
    color: #585858;
    font-size: 14px;
}

    .formBox .termsCondns a {
        color: #585858;
        text-decoration: underline;
    }

.formBox .btn-primary {
    background-color: #ba0710;
    border: 1px #ba0710 solid;
    text-transform: uppercase;
    width: 100%;
    padding: 12px 0px;
    font-size: 16px;
    border-radius: 8px;
    margin-top: -10px;
    opacity: initial;
}


.box:after {
    clear: both;
}


/*.box_cnt__no-flow {
    overflow: hidden;
}*/
/* footer */

#footer {
    background: #440197;
    /* padding: 0 0 30px 0; */
    color: #343a40;
    font-size: 14px;
    float: left;
    width: 100%;
}

    #footer .footer-top {
        background: #ebebeb;
        border-bottom: 1px solid #4d635f;
        padding: 60px 0 0px 0;
    }

    #footer .footer-top {
        background: #ebebeb;
        border-bottom: 1px solid #4d635f;
        padding: 60px 0 0px 0;
    }

.footarea {
    width: 75%;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 4em;
    /* float: left; */
}


#footer h5 {
    padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #000;
}

#footer a {
    color: #000;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    font-weight: bold;
}

#footer ul.social li {
    padding: 3px 0;
}

    #footer ul.social li a i {
        margin-right: 5px;
        font-size: 20px;
        -webkit-transition: .3s all ease;
        -moz-transition: .3s all ease;
        transition: .3s all ease;
    }

    #footer ul.social li:hover a i {
        color: #7474f3;
    }

    #footer ul.social li a,
    #footer ul.quick-links li a {
        color: #000;
    }

img, svg {
    vertical-align: middle;
}



.mypopup .modal-header {
    background: #cc020c;
    color: #fff;
}

    .mypopup .modal-header .close {
        color: #fff;
        opacity: 5;
    }




.default-btn {
    background-color: #f5821f !important;
    border-color: #f5821f !important;
    border-radius: 20px;
    padding: 5px 25px !important;
}

.home-registration-form {
    border-radius: 4%;
    webkit-box-shadow: 1px 11px 68px -20px rgb(0 0 0 / 75%);
    -moz-box-shadow: 1px 11px 68px -20px rgba(0, 0, 0, 0.75);
    padding: 0px;
    background-color: #fff;
    border: 1px solid #f7f7f7;
    padding: 30px;
}

.hero-section p {
    font-size: 22px;
    color: #393939;
    font-weight: 600;
    font-family: 'Bahnschrift';
}

.hero-section .iphone-wrap {
    position: relative;
}

.hero-section h1 {
    font-size: 55px;
    color: #ce0812;
    line-height: 70px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}

    .hero-section h1 span {
        font-size: 42px;
        color: #2e204f;
    }

.following-documents01 {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
}


    .following-documents01 li {
        list-style-type: none;
        background: url(../images/document-icon.png) no-repeat 0px 5px;
        padding: 3px 0px 5px 35px;
        margin: 0;
        color: #5c5c5c;
        font-weight: normal;
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
        text-align: left;
        width: 48%;
        display: inline-block;
    }

.following-documents {
    margin: 0px;
    padding: 0px;
}

    .following-documents li {
        list-style-type: none;
        padding: 15px 0px 10px 0px;
        margin: 0;
        display: flex;
        color: #606060;
        font-weight: normal;
        font-size: 16px;
        margin-bottom: 0px;
        background-position-x: 6px !important;
        background-position-y: 9px !important;
    }

    .following-documents .circle-icon {
        background: #fff;
        border-radius: 74%;
        width: 55px;
        height: 55px;
        text-align: center;
        line-height: 50px;
        margin-right: 10px;
        -webkit-box-shadow: 0 0 10px #99989887;
        box-shadow: 0 0 5px #f26522;
    }

        .following-documents .circle-icon img {
            vertical-align: middle;
            margin-top: 13px;
        }

.section-title {
    text-align: center;
    padding-bottom: 0px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: 700;
        text-transform: inherit;
        margin-bottom: 20px;
        padding-bottom: 0;
        color: #4b605c;
    }

section {
    padding: 60px 0;
}

.process-box {
    position: relative;
}

    .process-box .process-no {
        width: 30px;
        height: 30px;
        background: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.125);
        line-height: 30px;
        border-radius: 50%;
        margin: 0 auto;
    }

/* FAQ */
.info-box .accordion-list {
    padding: 0 100px 60px 100px;
}

    .info-box .accordion-list ul {
        padding: 0;
        list-style: none;
    }

    .info-box .accordion-list li + li {
        margin-top: 15px;
    }

    .info-box .accordion-list li {
        padding: 20px;
        background: #f2f5f4;
        border-radius: 5px;
    }

    .info-box .accordion-list a {
        display: block;
        position: relative;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        padding-right: 30px;
        outline: none;
        transition: ease-in-out 0.3s;
        cursor: pointer;
    }

        .info-box .accordion-list a:hover {
            color: #c21322;
        }

    .info-box .accordion-list span {
        color: #c21322;
        font-weight: 600;
        font-size: 18px;
        padding-right: 10px;
    }

    .info-box .accordion-list i {
        font-size: 24px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .info-box .accordion-list p {
        margin-bottom: 0;
        padding: 10px 0 0 0;
        font-size:14px;
    }

    .info-box .accordion-list .icon-show {
        display: none;
    }

    .info-box .accordion-list a.collapsed {
        color: #343a40;
    }

        .info-box .accordion-list a.collapsed:hover {
            color: #c21322;
        }

        .info-box .accordion-list a.collapsed .icon-show {
            display: inline-block;
        }

        .info-box .accordion-list a.collapsed .icon-close {
            display: none;
        }

.info-box .content {
    padding: 30px 100px 0 100px;
}
/* End FAQ */



/*--------------------------------------------------------------
# media
--------------------------------------------------------------*/
@media (max-width: 992px) {
    .info-box .content {
        padding: 30px 0px 0 0px;
    }
    .info-box .accordion-list {
        padding: 0 10px 60px 10px;
    }
    .info {
        margin-bottom: 15px;
    }
    .hero-section h1 {
        font-size: 35px;
        margin-bottom: 10px;
        line-height: 50px;
    }

        .hero-section h1 span {
            font-size: 30px;
        }

    .home-registration-form {
        border-radius: 10px;
    }

    .Sliderbar {
        margin-top: 100px;
        padding: 20px 0px 0px 0px;
    }

    .ECR .box {
        width: 100%;
    }

    .Sliderbar h1 {
        font-size: 35px;
        margin-bottom: 15px;
    }
    section {
        padding: 30px 0;
    }
}

@media (max-width: 768px) {
    
}

@media (min-width: 768px) {
    .process-no::before {
        content: "";
        width: 100%;
        height: 1px;
        background: rgba(104, 113, 121, 0.1);
        position: absolute;
        top: 100px;
        left: 0;
        z-index: -1;
    }
}




@media (max-width: 480px) {
    .following-documents01 li {
        width: 100% !important;
    }

    .header {
        display: block !important;
        text-align: center;
        line-height: 30px;
    }

    .formBox {
        margin-top: 10px;
    }
}
