@charset "utf-8";

/* CSS Document */

.in-linke .new {
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    position: relative;
    top: -2px;
    padding: 3px 6px;
    border: 0;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    background-color: transparent;
    background-repeat: repeat-x;
    background-image: linear-gradient(47deg, rgb(238, 130, 25) 0px, rgb(239, 69, 89) 100%)!important;
    background-image: linear-gradient(47deg, rgb(238, 130, 25) 0px, rgb(239, 69, 89) 100%)!important;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    /* transform-origin: center center; */
    /* -webkit-animation: fade-animation2 0.5s cubic-bezier(0.34, 1.61, 0.7, 1) 0.7s forwards; */
    -moz-animation: fade-animation2 0.5s cubic-bezier(0.34, 1.61, 0.7, 1) 0.7s forwards;
    -ms-animation: fade-animation2 0.5s cubic-bezier(0.34, 1.61, 0.7, 1) 0.7s forwards;
    /* animation: fade-animation2 0.5s cubic-bezier(0.34, 1.61, 0.7, 1) 0.7s forwards; */
}

.in-linke {
    position: relative;
    display: inline-block;
    padding: 9px 8px;
    padding-right: 30px;
    margin-top: 5px;
    border-radius: 20px;
    margin-left: -10px;
}

.new-sign {
    height: 100%;
    padding: 0;
    margin: 0;
}

.left-sign:after {
    background: -webkit-linear-gradient(100deg, #ffffff, #01b88ed6);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
}

.right-sign:after {
    background: #4242427d!important;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
}

.right-sign {
    min-height: 100vh;
}

.sign-menu {
    text-align: right;
}

.right-sign .sign_in {
    position: relative;
    height: 100%;
    z-index: 1;
}

.sign-menu li {
    display: inline-block;
    list-style: none;
}

.sign-menu li a {
    text-decoration: none;
    color: #000;
}

.other-text {
    color: #34495e!important;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-family: montserrat, sans-serif;
    font-weight: 500;
    line-height: 16px;
}

.btn-106:hover {
    color: #ffffff !important;
}

.btn-106 {
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 10px;
    background-color: #01b88e;
    text-decoration: none;
    margin-left: 10px;
    -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: none;
}

input,
select {
    background-color: #fff;
    color: #333333;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 8px 22px;
    border-radius: 0;
    /* box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1); */
    border: solid 1px #eee;
    outline: none;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

input:hover,
input:focus {
    background-color: #fff;
}

.full {
    width: 100%;
}

.other-input {
    /*   width:82%;
    margin: auto;
    position: absolute;
    top: 50%;
	z-index: 1;
    left: 50%;
    transform: translate(-50%,-50%);*/
    width: 82%;
    margin: auto;
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 100%;
    transform: translate(-50%, -50%);
}

.cap {
    color: white;
    font-weight: 800;
    font-size: 19px;
    margin-bottom: 2px;
    text-align: left;
}

.main_for {
    float: right;
}

.logo-main-2 {
    margin-bottom: 30px;
}

.cbx1 {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.cbx1 span {
    display: inline-block;
    vertical-align: middle;
    /* transform: translate3d(0, 0, 0); */
    line-height: 21px;
    font-weight: 600;
    color: white;
}

.cbx1 span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #fff;
    transition: all 0.2s ease;
}

.cbx1 span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.cbx1 span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #01b88e;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}

.cbx1 span:last-child {
    padding-left: 8px;
}

.cbx1:hover span:first-child {
    border-color: #ee7329;
}

.inp-cbx:checked+.cbx1 span:first-child {
    background: #ee7329;
    border-color: #ee7329;
    animation: wave 0.4s ease;
}

.inp-cbx:checked+.cbx1 span:first-child svg {
    stroke-dashoffset: 0;
}

.inp-cbx:checked+.cbx1 span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}

.bt-s {
    margin-top: 15px;
}

.main_for a {
    font-weight: 600;
    color: #fff!important;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /* font-family: montserrat,sans-serif; */
}


/*Change text in autofill textbox*/

@-webkit-keyframes autofill {
    to {
        background: #f0f4fd;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}


/*
.sign_up .up-class{
	display: block !important;
}
.sign_up .sign_in{
	display: none !important;
}
.sign_up2 .up-class{
	display: block !important;
}
.sign_up2 .sign_in{
	display: none !important;
}*/

.bac {
    float: left;
}

.left-sign {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.slide-s .sign1 .item {
    min-height: 100vh;
    overflow: hidden;
    padding: 24px 50px;
}

.slide-s .sign1 .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
}

.logo_img {
    text-align: center;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
}

.bg-animation1 {
    position: absolute;
    opacity: 0.9;
    left: 0;
    top: -20%;
    width: 100%;
    height: 80%;
    background-image: url(../images/headbg.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transform: skewY(-10deg);
    -moz-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    transform: skewY(-10deg);
    z-index: 0;
    display: none;
}

.si-img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}

.si-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.des-s {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin: 5px 0;
}

.p-s {
    font-size: 19px;
    font-weight: 300;
    max-width: 400px;
    color: #ffffff;
    margin-bottom: 60px;
    margin: auto;
}

.head-s {
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    opacity: 0.7;
    margin-bottom: 40px;
}

.left-te {
    /*  z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;*/
}

.nd1 {
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif !important;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
}

.sign1 .owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    background: #ffffff !important;
}

.sign1 .owl-dots .owl-dot.active span,
.sign1 .owl-dots .owl-dot:hover span {
    background: #84ebad !important;
}

.s-nd {
    padding: 0px 0 24px;
}

.nd2 {
    font-size: 31px;
    color: #ffffff;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 24px;
}

.nd2 span {
    font-size: 31px;
    color: #84ebad;
    font-weight: 700;
}

@media (max-width:991px) {
    .left-sign,
    .right-sign {
        width: 100%;
    }
    .left-sign {
        display: none;
    }
    .new-sign {
        height: auto;
    }
    .main-s {
        /* padding: 100px 0px 40px;*/
        padding: 12px 0px 0px;
    }
}

@media(max-width:1020px) {
    .other-input {
        width: 82%;
        margin: auto;
        position: absolute;
        top: 34%;
        z-index: 1;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (max-width:575px) {
    element.style {}
    .sign-menu li a {
        text-decoration: none;
        color: #000;
    }
    .btn-106 {
        color: #ffffff !important;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 6px 12px;
        border-radius: 10px;
        background-color: #01b88e;
        text-decoration: none;
        margin-left: 5px;
    }
    .modal {
        width: 96%;
    }
    .left-sign {
        height: 100vh
    }
    .right-sign {
        height: auto;
    }
}