* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    /* font-family: 'Montserrat', sans-serif; */

}

::-webkit-scrollbar {
    width: 5px;
}

.p-0 {
    padding: 0;
}



ul {
    list-style: none;
    margin: 0;
}

a:hover {
    text-decoration: none;
}


/* Header Start */

.navbar-inverse {
    box-shadow: 0 4px 4px 0 rgb(51 62 72 / 10%), 0 4px 4px 0 rgb(51 62 72 / 10%);
    background-color: white;
    border: none;
    border-radius: 0;
    padding: 15px 0px;
    position: fixed;
    margin-bottom: 0;
    top: 0;
    z-index: 1;
    right: 0;
    left: 0;
    width: 100%;
}

.navbar-brand img {
    width: 80%;
}

.navbar-brand {
    padding: 0;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #2baeba;font-weight: bold;
}

.navbar-inverse .navbar-nav>li>a {
    color: black;
    font-weight: 600;
    padding: 10px 20px;
}

.contact .form-control:focus {
    box-shadow: none;
}

.navbar {
    height: auto;

}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: black;
}

/* Header End */

.type {
    display: inline-flex;
}

.type span {
    word-break: break-all;
    height: 2.2em;
    width: 0%;
    color: #ffcd06;
    overflow: hidden;
    animation: t 2s linear infinite alternate;
}

.type span:before {
    content: " ";
    display: inline-block;
}

@keyframes t {

    90%,
    100% {
        width: 100%
    }
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;

}

.banner h1 {
    font-size: 35px;
    color: black;
    line-height: 77px;
}

.banner p {
    color: black;
    font-size: 18px;
}

.p-0 {
    padding: 0;
}

.banner_img {
    position: relative;
}

.banner_content .service_image {
    width: 90%;
    margin-top: -100px;
}

.banner {
    padding: 300px 0px 50px;
    position: relative;
    background-image: url(../images/wsps-bg.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner .banner_right {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    opacity: 0.8;
    content: '';

}

.navbar-inverse.fixed {
    position: fixed;
    background-color: white;
    box-shadow: 0 4px 4px 0 rgb(51 62 72 / 10%), 0 4px 4px 0 rgb(51 62 72 / 10%);
}

.heading h1 {

    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    color: black;
}

/* Banner End */

/* Service Start */

.service {
    display: flex;
    margin-bottom: 60px;
    position: relative;
}

.service_number {
    position: absolute;
    z-index: -1;
    top: -50px;
    right: 0;
    content: '';
    opacity: 0.3;
}

.service_number h1 {
    font-size: 80px;
    opacity: 0.6;
    color: #2baeba;
}

.pt_40 {
    padding-top: 80px;
}

.service_content h2 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}

.service_icon {
    background-color: #2baeba;
    width: 70px;
    text-align: center;
    height: 65px;
    margin-right: 26px;
    border-radius: 50%;
}

.social_media a span {
    color: black;
    font-weight: 700;
    margin-right: 15px;
}

.service_icon img {
    width: 60%;
    margin-top: 12px;
}

.service_content {
    width: 80%;
}

.inside_image img {
    margin-top: -30px;
    width: 441px;
    margin-left: -31px;
}

/* Service End */

/* About Start */

.about {
    position: relative;
}

.about .about_left {
    display: none;
}

.contact {
    padding: 40px 0px;
    margin-top: 50px;
}

.contact .form-control {
    background-color: transparent;
    height: auto;
    border-radius: 0px;
    padding: 0;
    border: none;font-weight: bold;
    color: black;
    border-bottom: 1px solid black;
}

.form-group {
    margin-bottom: 50px;
}
.contact .form-control::placeholder {
    color: black;
}

.common_btn {
    padding: 14px 60px;
    border: 2px solid#ffcd06;
    color: black;
    text-align: center;font-weight: bold;
    position: relative;
    outline: none;
    cursor: pointer;

    transition: .2s ease-in-out;
    border-radius: 35px;

}

.common_btn:hover {
    transform: skew();
    background-color: #ffcd06;

}


.common_btn span i {
    margin-right: 10px;
    font-size: 25px;
}

.button {
    margin-top: 40px;
}

.about h1 {
    margin-bottom: 10px;
}

/* About End */

/* Testimonial Start */
.testimonial_left_content .quote {

    width: 16%;
    margin-bottom: 39px;
}



.testimonial_image {
    width: 50%;
    margin: auto;
    position: relative;
}

.testimonial_image::after {
    position: absolute;
    left: -95px;
    top: 50%;
    height: 5px;
    width: 100px;
    content: '';
    background-color: #2baeba;
}

.testimonial_image::before {
    position: absolute;
    left: 70%;
    top: 50%;
    height: 5px;
    width: 100px;
    content: '';
    background-color: #2baeba;
}

.testimonial_image img {
    width: 70%;
    border: 5px solid #2baeba;
    margin-top: 84px;
}

.testimonial_left_content h2 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    margin-top: 50px;
}

.testimonial_slider .slick-next {
    left: 50px !important;
    top: 111% !important;
}

.testimonial_slider .slick-prev:before,
.slick-next:before {

    font-size: 34px !important;
    opacity: 1;
    color: #b9b9b9 !important;
}

.testimonial_slider .slick-prev {
    left: 5px !important;
    top: 111% !important;
}

.testimonial_slider {
    margin-bottom: 150px;
    margin-left: 144px;
}

.form {
    padding-bottom: 50px;
    width: 80%;
    margin: auto;
}


/* Testimonial End */


/* Footer Start */


.footer {
    padding: 5px 0px 50px;
}

.footer_content h1 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
    margin-top: 15px;
}

.footer_content img {
    margin-bottom: 24px;
    width: 56%;
}

.footer_contact {
    padding: 4px 0 4px 10px;
}

.footer_contact ul li {
    margin-bottom: 10px;
}

.footer_contact ul li i {
    padding-right: 16px;
    text-align: center;
    width: 29px;
}

.footer_icon ul li {
    padding: 4px 0 4px 20px;
    background-image: url('../images/icon34.png');
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 6px auto;
}

.footer_content ul li a {
    color: black;
}

.social a {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-left: 5px;
    color: #474747;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    border: 2px solid #474747;
    border-radius: 100%;
}

.social a:hover {
    color: #2baeba;
    border-color: #2baeba;
}

.social_media {
    background-color: #ddd;
    padding: 20px 0px;
}

.social_media img {

    width: 32%;
    border-radius: 27px;
}

.footer_copywrite {
    padding: 20px 0px;
}

.footer_copywrite p {
    margin: 0;
    text-align: center;
}

.testimonial_left_content ul li {
    display: inline-block;
}

.testimonial_left_content ul li i {
    color: #2baeba;
    margin-right: 5px;
    font-size: 14px;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

/* Footer End */


/* Service Page Start */

.mt_50 {
    margin-top: 200px;
    padding-bottom: 10px;
}

@media (min-width: 1200px) {
    .container {
        width: 1500px;
    }
}

.breadcrub_heading h2 {
    line-height: 27px;
    font-size: 20px;
    margin-top: 68px;
    margin-bottom: 20px;
}


.breadcrub_heading h1 {
    font-size: 35px;
    color: #ffcd06;
}

.breadcrub_img img {
    width: 80%;
}

.services_box h3 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}

.services_box img {
    width: 27%;
    margin-bottom: 20px;
    height: 100px;
}

.pb_60 {
    padding-bottom: 120px;
}

.services_box {
    padding: 50px;
}

.right {
    border-right: 2px solid #2baeba;
    border-bottom: 2px solid #2baeba;
}

.bottom {
    border-bottom: 2px solid #2baeba;
}

/* Service Page End */


.testimonial_inside {
    padding-top: 120px;
}

.testimonial_two {
    margin-bottom: 100px;
}

.testimonial_autor h1 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;

}

.testimonial_autor img {
    width: 10%;
    border-radius: 50%;
}

.testimonial_two .quote {

    margin-bottom: 30px;
}

.contact_information img {
    width: 14%;
    margin-bottom: 15px;
}

.contact_information h2 {

    font-size: 20px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-top: 15px;

}

.pt_30 {
    padding: 0px 0px 50px;
}

.login img {
    width: 100%;
    margin-top: 131px;
}

.login {
    border: 5px solid #2baeba;
    border-radius: 0;
}

.login  h1 {
    text-align: center;
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    color: rgb(255, 255, 255);
}

.border_left {
    background-color: #2baeba;
}

.forget_password {
    text-align: right;
    margin-top: 10px;
    color: white;
}

.modal-body {
    padding: 0;
    overflow: hidden;
}

.login  .form {
    width: 90%;

    margin: auto;
    padding-bottom: 0;
}

.login  .form-control {
    color: white;
    box-shadow: none;
    border-bottom: 1px solid white;
}

.login  .form-control::placeholder {
    color: white;
}

.register p {
    margin: 0;
    text-align: center;
    color: white;
}

.register {
    padding: 40px 0px 20px;
}

.login  .contact {
    padding-bottom: 0 !important;
    padding: 88px 0px;
}

.close {
    font-size: 21px;
    font-weight: 400;
    background: #2baeba !IMPORTANT;
    line-height: 1;
    color: white;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 1;
    padding: 7px 15px !important;
    position: absolute;
    left: -5px;
    top: -36px;
    z-index: 999;
    border-top-left-radius: 14px;
    border-top-right-radius: 15px;
}

.modal {

    top: 84px;
}

.close:focus,
.close:hover {
    opacity: 1;
    color: white;
}

.register_btn {
    cursor: pointer;
}

.Register_hide .form-control {
    color: black;
    border: none;padding: 0;
    border-radius: 0px;
    border-bottom: 1px solid black;
}
.signup-step-container .form-group {
    margin-bottom: 20px;
}
.Register_hide .form-control::placeholder {
    color: black;
}

.Register_hide .contact {
    padding-bottom: 0 !important;
    padding: 0px 0px;
}

.login_form h4 {
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;

}

.login_already {

    margin-top: 48px;

}

.login_button {
    cursor: pointer;
}
.forget_password{
    cursor: pointer;
}
.forget_password_content .register {
    padding: 40px 0px 30px;
}
.forget_password_content .login_button{
    color: white;

}

.navbar-inverse .navbar-toggle{
    
    padding: 4px 10px;
}.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
    background-color: transparent;
}


/* Form Wizard */



.register_form {
    display: none;
}

.login_register .modal-body {

    height: 350px;
    overflow-y: auto
}

.login_already {
    margin-top: 30px;
    text-align: center;
}

.wizard>div.wizard-inner {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.connecting-line {
    height: 2px;
    background: #2baeba;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 45px;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 50px;
    height: 50px;
    line-height: 49px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: #2baeba;
    color: #fff;
    border-color: #2baeba;
}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

.wizard .nav-tabs>li.active>a i {
    color: #2baeba;
}

.wizard .nav-tabs>li {
    width: 50%;
}


.wizard .nav-tabs>li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

.wizard .nav-tabs>li a i {
    position: absolute;
    top: -49px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: -24px;
    transform: 0;
    font-weight: 700;
    color: #000;
}

.wizard .nav-tabs>li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
}

.wizard h3 {
    margin-top: 0;
}

.prev-step,
.next-step {
    font-size: 13px;
    padding: 10px 32px;
    border: none;
    font-weight: 400 !important;
    border-radius: 50px;
    margin-top: 30px;
}

.next-step {
    background-color: #2baeba;
    color: white;
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.term-check {
    font-size: 14px;
    font-weight: 400;
}




.list-box {
    padding: 10px;
}

.signup-logo-header .logo_area {
    width: 200px;
}

.signup-logo-header .nav>li {
    padding: 0;
}

.signup-logo-header .header-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-inline li {
    display: inline-block;
}

.pull-right {
    float: right;
}

.nav-tabs {
    border: none;
}

.signup-step-container {
    padding: 0px 50px;
    margin-top: 56px;
}