﻿/********** Template CSS **********/
:root {
    --primary: #fd4a18;
    --secondary: #34AD54;
    --light: #fbf6f5;
    --dark: #091E3E;
}
@font-face {
    font-family: 'nunito-variablefont_wght';
    src: url('../fonts/nunito/nunito-variablefont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'nunito-italic-variablefont_wght';
    src: url('../fonts/nunito/nunito-italic-variablefont_wght.ttf') format('truetype');
}
@font-face {
    font-family: 'rubik-italic-variablefont_wght';
    src: url('../fonts/rubik/rubik-italic-variablefont_wght.ttf') format('truetype');
}
@font-face {
    font-family: 'rubik-variablefont_wght';
    src: url('../fonts/rubik/rubik-variablefont_wght.ttf') format('truetype');
}



/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}



@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1.25, 1.25);
    }

    to {
        -webkit-transform: scale(1, 1);
    }
}

@keyframes zoom {
    from {
        transform: scale(1.5, 1.5);
    }

    to {
        transform: scale(1, 1);
    }
}

.carousel-item > img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: #fd4a18;
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {
        left: 0;
    }

    50% {
        left: 145px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes section-title-run-center {
    0% {
        left: 50%;
        margin-left: -75px;
    }

    50% {
        left: 50%;
        margin-left: 45px;
    }

    100% {
        left: 50%;
        margin-left: -75px;
    }
}

@-webkit-keyframes section-title-run-sm {
    0% {
        left: 0;
    }

    50% {
        left: 85px;
    }

    100% {
        left: 0;
    }
}


.whats-new-section {
    background-color: #151515 !important;
    position: relative;
}

    .whats-new-section:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0.03;
        background: url(../img/2.png);
        background-position: center center;
        background-repeat: repeat;
        background-attachment: fixed;
    }




/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .4)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-header2 {
    background: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

    .link-animated a:hover {
        padding-left: 10px;
    }

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}

@media (max-width: 768px) {
    .experience {
        margin: -30px 0 0 0 !important;
    }
}

.field-validation-error, .ifs-13 {
    font-size: 13px;
}

/*---------------------Signup--------------------*/
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}



.stepper-container {
    /* box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15); */
    border-radius: 0;
    margin: 0px;
    padding: 20px;
}

    .stepper-container label {
        display: inline-block;
        margin-bottom: 0.5rem;
        font-size: 14px;
        color: #232325;
        font-weight: 500;
    }

    .stepper-container .form-select {
        background-color: #fff !important;
    }

    .stepper-container .form-control {
        font-size: 14px;
    }

    .stepper-container .control-label2 {
        display: inline-block;
        margin-bottom: 0.5rem;
        font-size: 14px;
        color: #fd4a18;
        font-weight: 500;
    }

.h3-heading {
    background: #4267B2;
    padding: 10px;
    font-size: 20px;
    color: #ffffff;
}


.stepper-container2 {
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    margin: 0px;
    padding: 20px;
}

    .stepper-container2 label {
        display: inline-block;
        
        font-size: 14px;
        color: #232325;
        font-weight: 500;
    }

    .stepper-container2 .form-select {
        background-color: #fff !important;
    }

    .stepper-container2 .form-control {
        font-size: 14px;
    }

    .stepper-container2 .control-label2 {
        display: inline-block;
        margin-bottom: 0.5rem;
        font-size: 14px;
        color: #fd4a18;
        font-weight: 500;
    }

.control-label span {
    color: #fd4a18;
}

/*Modal*/
.modal-confirm {
    color: #636363;
    width: 50%;
    top: 20%;
}

    .modal-confirm .modal-content {
        padding: 20px;
        border-radius: 5px;
        border: none;
        text-align: center;
        font-size: 14px;
    }

    .modal-confirm .modal-header {
        border-bottom: none;
        position: relative;
    }

    .modal-confirm h4 {
        text-align: center;
        font-size: 26px;
        margin: 30px 0 -10px;
    }

    .modal-confirm .close {
        position: absolute;
        top: -5px;
        right: -2px;
    }

    .modal-confirm .modal-body {
        color: #999;
    }

    .modal-confirm .modal-footer {
        border: none;
        text-align: center;
        border-radius: 5px;
        font-size: 13px;
        padding: 10px 15px 25px;
    }

        .modal-confirm .modal-footer a {
            color: #999;
        }

    .modal-confirm .icon-box {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        border-radius: 50%;
        z-index: 9;
        text-align: center;
        border: 3px solid #5cb85c;
    }

        .modal-confirm .icon-box i {
            color: #5cb85c;
            font-size: 46px;
            display: inline-block;
            margin-top: 13px;
        }

    .modal-confirm .btn, .modal-confirm .btn:active {
        color: #fff;
        border-radius: 4px;
        background: #60c7c1;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        min-width: 120px;
        border: none;
        min-height: 40px;
        border-radius: 3px;
        margin: 0 5px;
    }

    .modal-confirm .btn-secondary {
        background: #c1c1c1;
    }

        .modal-confirm .btn-secondary:hover, .modal-confirm .btn-secondary:focus {
            background: #a8a8a8;
        }

    .modal-confirm .btn-danger {
        background: #4267b2;
    }

        .modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
            background: #4267b2;
        }

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    font-size: 20px;
}
/****warning*/
.modal-warning {
    color: #636363;
    width: 50%;
    top: 20%;
}

    .modal-warning .modal-content {
        padding: 20px;
        border-radius: 5px;
        border: none;
        text-align: center;
        font-size: 14px;
    }

    .modal-warning .modal-header {
        border-bottom: none;
        position: relative;
    }

    .modal-warning h4 {
        text-align: center;
        font-size: 26px;
        margin: 30px 0 -10px;
    }

    .modal-warning .close {
        position: absolute;
        top: -5px;
        right: -2px;
    }

    .modal-warning .modal-body {
        color: #999;
    }

    .modal-warning .modal-footer {
        border: none;
        text-align: center;
        border-radius: 5px;
        font-size: 13px;
        padding: 10px 15px 25px;
    }

        .modal-warning .modal-footer a {
            color: #999;
        }

    .modal-warning .icon-box {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        border-radius: 50%;
        z-index: 9;
        text-align: center;
        border: 3px solid #ff9800;
    }

        .modal-warning .icon-box i {
            color: #ff9800;
            font-size: 46px;
            display: inline-block;
            
        }

    .modal-warning .btn, .modal-warning .btn:active {
        color: #fff;
        border-radius: 4px;
        background: #ff9800;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        min-width: 120px;
        border: none;
        min-height: 40px;
        border-radius: 3px;
        margin: 0 5px;
    }

    .modal-warning .btn-secondary {
        background: #c1c1c1;
    }

        .modal-warning .btn-secondary:hover, .modal-warning .btn-secondary:focus {
            background: #a8a8a8;
        }

    .modal-warning .btn-warning {
        background: #ff9800;
    }

        .modal-warning .btn-warning:hover, .modal-warning .btn-warning:focus {
            background: #ff9800;
        }

    .modal-warning button.close {
        padding: 0;
        background-color: transparent;
        border: 0;
        font-size: 20px;
    }


/****success*/
.modal-success {
    color: #636363;
    width: 50%;
    top: 20%;
}

    .modal-success .modal-content {
        padding: 20px;
        border-radius: 5px;
        border: none;
        text-align: center;
        font-size: 14px;
    }

    .modal-success .modal-header {
        border-bottom: none;
        position: relative;
    }

    .modal-success h4 {
        text-align: center;
        font-size: 26px;
        margin: 30px 0 -10px;
    }

    .modal-success .close {
        position: absolute;
        top: -5px;
        right: -2px;
    }

    .modal-success .modal-body {
        color: #999;
    }

    .modal-success .modal-footer {
        border: none;
        text-align: center;
        border-radius: 5px;
        font-size: 13px;
        padding: 10px 15px 25px;
    }

        .modal-success .modal-footer a {
            color: #999;
        }

    .modal-success .icon-box {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        border-radius: 50%;
        z-index: 9;
        text-align: center;
        border: 3px solid #198754;
    }

        .modal-success .icon-box i {
            color: #198754;
            font-size: 46px;
            display: inline-block;
        }

    .modal-success .btn, .modal-success .btn:active {
        color: #fff;
        border-radius: 4px;
        background: #198754;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        min-width: 120px;
        border: none;
        min-height: 40px;
        border-radius: 3px;
        margin: 0 5px;
    }

    .modal-success .btn-secondary {
        background: #c1c1c1;
    }

        .modal-success .btn-secondary:hover, .modal-success .btn-secondary:focus {
            background: #a8a8a8;
        }

    .modal-success .btn-success {
        background: #ff9800;
    }

        .modal-success .btn-success:hover, .modal-success .btn-success:focus {
            background: #ff9800;
        }

    .modal-success button.close {
        padding: 0;
        background-color: transparent;
        border: 0;
        font-size: 20px;
    }

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    font-size: 20px;
}


/***********Login forget css*********/

.login-bg-header {
    background: linear-gradient( rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4) ), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

#login-form {
    margin: 5% auto;
}

    #login-form a {
        color: #4267b2;
    }

    #login-form .img {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    #login-form .wrap {
        width: 100%;
        border-radius: 5px;
        -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
        box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    }

    #login-form .text-wrap,
    .login-wrap {
        width: 50%;
    }

@media (max-width: 991.98px) {
    .text-wrap,
    .login-wrap {
        width: 100% !important;
    }
}

#login-form .text-wrap {
    background: #ee7a05;
    background: -moz-linear-gradient(-45deg, #ee7a05 0%, #4267b2 100%);
}

    #login-form .text-wrap .text h2 {
        font-weight: 900;
        color: #fff;
    }

#login-form .login-wrap {
    position: relative;
    background: #fff;
}

    #login-form .login-wrap h3 {
        font-weight: 300;
    }

#login-form .form-group {
    position: relative;
    margin-bottom: 1rem;
}

    #login-form .form-group .label {
        font-size: 12px !important;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #000;
        font-weight: 800 !important;
        margin-bottom: 0.5rem !important;
    }



#login-form .form-control {
    height: 48px;
    background: rgba(0, 0, 0, 0.05);
    color: #000;
    font-size: 16px;
    border-radius: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    #login-form .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

#login-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.2) !important;
}

#login-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.2) !important;
}

#login-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.2) !important;
}

#login-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.2) !important;
}

#login-form .form-control:focus,
.form-control:active {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.07);
    border-color: transparent;
}

#login-form .social-media {
    position: relative;
    width: 100%;
}

    #login-form .social-media .social-icon {
        display: block;
        width: 40px;
        height: 40px;
        background: transparent;
        border: 1px solid rgba(0, 0, 0, 0.05);
        font-size: 16px;
        margin-right: 5px;
        border-radius: 50%;
    }

        #login-form .social-media .social-icon span {
            color: #999999;
        }

        #login-form .social-media .social-icon:hover,
        .social-media .social-icon:focus {
            background: #4267b2;
        }

            #login-form .social-media .social-icon:hover span,
            .social-media .social-icon:focus span {
                color: #fff;
            }

#login-form .checkbox-wrap {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    #login-form .checkbox-wrap input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
#login-form .checkmark {
    position: absolute;
    top: 0;
    left: 0;
}

    /* Create the checkmark/indicator (hidden when not checked) */
    #login-form .checkmark:after {
        content: "\f0c8";
        font-family: "FontAwesome";
        position: absolute;
        color: rgba(0, 0, 0, 0.1);
        font-size: 20px;
        margin-top: -4px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

@media (prefers-reduced-motion: reduce) {
    #login-form .checkmark:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

/* Show the checkmark when checked */
#login-form .checkbox-wrap input:checked ~ .checkmark:after {
    display: block;
    content: "\f14a";
    font-family: "FontAwesome";
    color: rgba(0, 0, 0, 0.2);
}

/* Style the checkmark/indicator */
#login-form .checkbox-primary {
    color: #4267b2;
}

.checkbox-primary input:checked ~ .checkmark:after {
    color: #4267b2;
}

#login-form .btn {
    cursor: pointer;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 50px;
}

    #login-form .btn:hover,
    .btn:active,
    .btn:focus {
        outline: none;
    }

    #login-form .btn.btn-primary {
        background: #4267b2;
        border: 1px solid #4267b2;
        color: #fff;
        background: #4267b2;
        background: -moz-linear-gradient(-45deg, #4267b2 0%, #4267b2 100%);
    }

        #login-form .btn.btn-primary:hover {
            border: 1px solid #4267b2;
            background: #fff;
            color: #4267b2;
            border: 1px solid #4267b2;
        }

        #login-form .btn.btn-primary.btn-outline-primary {
            border: 1px solid #4267b2;
            background: transparent;
            color: #4267b2;
        }

            #login-form .btn.btn-primary.btn-outline-primary:hover {
                border: 1px solid transparent;
                background: #4267b2;
                color: #fff;
            }

    #login-form .btn.btn-white {
        background: #fff;
        border: 1px solid #fff;
        color: #fff;
    }

        #login-form .btn.btn-white:hover {
            border: 1px solid #fff;
            background: transparent;
            color: #fff;
        }

        #login-form .btn.btn-white.btn-outline-white {
            border: 1px solid #fff;
            background: transparent;
            color: #fff;
        }

            #login-form .btn.btn-white.btn-outline-white:hover {
                border: 1px solid transparent;
                background: #fff;
                color: #000;
            }

@media (min-width: 768px) {
    .text-md-right {
        text-align: right !important;
    }
}


/*************END*********/
