body {
    background-color: #f1f1f1;
    font-family: "cabin";
    font-size: 16px;
}

* {
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    scroll-behavior: smooth;
}

.center {
    text-align: center !important;
}

header {
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
    min-height: 80px;
    z-index: 1000;
}

.headInn {
    width: 90%;
    max-width: 1600px;
    margin: 0px auto;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
}

.logo {
    width: 200px;
    padding: 0px 0px;
}

.logo img {
    width: 100%;
}

.navBar {
    margin-left: 22%;
}

.navBar ul {
    margin: 0px 0px;
    padding: 0px 0px;
    display: flex;
    flex-wrap: wrap;
}

.navBar ul li {
    list-style-type: none;
    padding: 10px 15px 0px;
    list-style-type: none;
}

.navBar ul li a {
    display: inline-block;
    padding: 10px 15px;
    color: #666666;
    font-size: 16px;
    font-weight: 500;
}

.navBar ul li a:hover,
.navBar ul li a.active {
    color: #4565EA;
}

.regBtn {
    padding: 20px 0px 0px;
}

.regBtn a {
    background-color: #4565EA;
    padding: 15px 25px;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    position: relative;
}

.regBtn a svg {
    position: absolute;
    width: 15px;
    right: 22px;
    top: 14px;
}

.regBtn a:hover {
    background-color: #3959d8;
}

.menuRes {
    position: fixed;
    right: 25px;
    top: 15px;
    display: none;
}

.menuIcon {
    width: 50px;
}

.banner {
    margin-top: 80px;
    position: relative;
    background-color: #4565EA;
}

.banInn {
    padding: 13% 10px;
    position: relative;
    z-index: 10;
    background-color: rgba(69, 101, 239, 0.4);
}

.banInn div {
    width: 70%;
    max-width: 1000px;
    margin: 0px auto;
    padding: 10px 0px;
    text-align: left;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.6);
    left: -10%;
    position: relative;
    box-sizing: border-box;
    padding: 40px;
    border-radius: 50px 0px 50px 0px;
}

.banInn span {
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 400;
}

.banInn h1 {
    font-size: 45px;
    color: #ffffff;
    padding: 15px 0px 20px;
    font-weight: 600;
    line-height: 55px;
}

.banInn p {
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 400;
}

.about,
.test {
    background-color: #ffffff;
    padding: 50px 0px;
}

.aboutInn,
.testInn,
.aboutInnNew {
    width: 90%;
    max-width: 1600px;
    margin: 0px auto;
    padding: 10px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.aboutInnImg {
    width: 44%;
}

.aboutInnImgNew {
    width: 50%;
    text-align: center;
}

.aboutInnImg img {
    width: 100%;
}

.aboutInnImgNew img {
    width: 60%;
    padding-top: 8%;
}

.aboutInnText {
    width: 50%;
    margin: 0px 0px 0px 6%;
}

.aboutInnTextNew {
    width: 50%;
}

.aboutInn span,
.testInn span,
.aboutInnNew span {
    font-size: 18px;
    color: #4565EA;
    line-height: 30px;
    font-weight: 400;
    width: 100%;
}

.aboutInn h2,
.testInn h2,
.aboutInnNew h2 {
    font-size: 35px;
    color: #232323;
    padding: 20px 0px 20px;
    font-weight: 600;
    line-height: 45px;
    width: 100%;
}

.testInn h2 {
    width: 50%;
    margin: 0px auto;
    padding: 10px 0px 30px;
}

.aboutInn h2 b,
.testInn h2 span,
.aboutInnNew h2 b {
    color: #4565EA;
    font-weight: 600;
    line-height: 45px;
    font-size: 35px;
}

.innText {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.06);
    padding: 30px 40px;
    position: relative;
    left: -20%;
    border-radius: 10px;
}

.innTextNew {
    padding: 20px 0px;
}

.aboutInn p,
.clientsInn p,
.aboutInnNew p {
    font-size: 16px;
    line-height: 30px;
    padding: 10px;
    color: #666666;
    width: 100%;
}

.aboutInnNew p {
    padding: 0px;
}

.clear {
    clear: both;
}

.nbSp,
.clients {
    background-color: #F0F0F0;
    padding: 50px 0px;
}

.nbSpInn,
.clientsInn {
    width: 90%;
    max-width: 1600px;
    margin: 0px auto;
    padding: 10px 0px;
    display: flex;
    flex-wrap: wrap;
}

.nbSpeck,
.nbSpeckRight {
    width: 50%;
}

.nbSpInn span {
    font-size: 18px;
    color: #4565EA;
    line-height: 30px;
    font-weight: 400;
}

.nbSpInn h2,
.clientsInn h2 {
    font-size: 50px;
    color: #232323;
    padding: 20px 0px 30px;
    font-weight: 600;
    line-height: 65px;
    width: 100%;
}

.clientsInn h2 {
    padding: 10px 0px 10px;
}

.clientsInn h2 span {
    color: #4565EA;
}

.nbSpInn h3 {
    font-size: 40px;
    color: #232323;
    padding: 10px 0px 5px;
    font-weight: 600;
    line-height: 40px;
}

.nbSpInn p,
.clientsInn p {
    font-size: 16px;
    line-height: 30px;
    padding: 10px;
    color: #666666;
    width: 100%;
}

.nbSpeckRight {
    display: flex;
    flex-wrap: wrap;
}

.nbSpeckTextInn {
    text-align: center;
    width: 33.3333%;
}

.nbSpeckTextInn svg {
    width: 35px;
    height: 35px;
}

.test {
    background-color: #f1f1f1;
}

.service {
    background-color: #4565EA;
    padding: 50px 0px;
}

.serviceInn,
.resiInn {
    width: 90%;
    max-width: 1600px;
    margin: 0px auto;
    padding: 10px 0px;
    text-align: center;
}

.serviceInn span {
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 400;
}

.serviceInn h2,
.resiInn h2 {
    font-size: 50px;
    color: #ffffff;
    padding: 20px 0px;
    font-weight: 600;
    line-height: 65px;
    width: 50%;
    margin: 0px auto;
}

.serviceInn p,
.resiInn p {
    font-size: 18px;
    color: #ffffff;
    width: 50%;
    margin: 0px auto;
    line-height: 30px;
    font-weight: 400;
}

.serviceInn a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 10px 0px 0px;
}

.serviceListWrap,
.testListWrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 50px;
}

.testListWrap {
    padding-top: 10px;
}

.servicelist {
    width: 23%;
    margin: 1%;
    text-align: left;
    box-sizing: border-box;
    padding: 30px 30px 50px;
    border-radius: 10px;
    background-color: #2C4BCB;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.testList {
    width: 30.33333%;
    margin: 1.5%;
    padding: 25px;
    border: 1px solid #dedede;
    border-radius: 10px;
    box-sizing: border-box;
}

.stars {
    list-style-type: none;
}

.testuser {
    padding: 20px 0px 0px;
    display: flex;
    flex-wrap: wrap;
}

.servicelist svg {
    height: 40px;
    width: auto;
}

.servicelist h3,
.testList h3 {
    font-size: 20px;
    color: #ffffff;
    padding: 20px 0px 15px;
    font-weight: 600;
    line-height: 30px;
}

.testList h3 {
    color: #232323;
}

.servicelist p,
.testList p {
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
    font-weight: 400;
    text-align: left;
    width: 100%;
}

.servicelist p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.testList p {
    color: #666666;
}

.clientsInn ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0px 0px 0px;
}

.clientsInn ul li {
    list-style: none;
    width: 23%;
    margin: 1%;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    padding: 20px 0px;
}

.clientsInn ul li img {
    height: auto;
    width: 60%;
}

.clientsInn ul li:hover {
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.06);
}

.testuserpic {
    width: 45px;
    height: 45px;
}

.testuserpic svg {
    width: 100%;
    position: relative;
    top: -4px;
}

.testuserdata {
    padding: 0px 0px 0px 20px;
}

.testuserdata p {
    font-size: 14px;
    color: #999999;
}

.register {
    background-image: url("../images/regibg.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.resiInn {
    padding: 40px 0px 60px;
    text-align: left;
}

.resiInn h2 {
    width: 100%;
}

.resiInn p {
    margin: 0px 0px;
    line-height: 0px;
    visibility: hidden;
}

.resiInn p.visible {
    line-height: 30px;
    visibility: visible;
}

.resiInn form {
    width: 40%;
    padding: 20px 0px 0px 0px;
}

.resiInn form input,
.resiInn form select {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.6);
    height: 52px;
    width: 100%;
    color: #fff;
    margin: 8px 0px;
    border-radius: 30px;
    padding: 0px 20px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
}

.phoneDiv {
    display: flex;
    justify-content: space-between;
}

.phoneDiv select {
    width: 32% !important;
}

.phoneDiv input {
    width: 64% !important;
}

.resiInn form input::placeholder {
    color: #d1d1d1;
}

.div50 input {
    width: 100% !important;
}

.div50 {
    display: flex;
    justify-content: space-between;
}

.div50 input, .div50 select {
    width: 48% !important;
}

.leftMargin {
    margin: 10px 0px 0px 16px !important;
}

.error {
    width: 100% !important;
    font-size: 14px;
    padding: 0px 0px 0px 10px;
    font-size: 15px !important;
    color: #ff5c5c !important;
}

.form {
    position: relative;
}

.form svg {
    position: absolute;
    width: 26px;
    top: -18px;
    right: 15px;
    padding: 5px;
    cursor: pointer;
}

.resiInn form input:focus {
    border: 1px solid rgba(255, 255, 255, 1);
    outline: none;
}

.resiInn form button {
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    height: 54px;
    width: 40%;
    color: #3959d8;
    margin: 8px 0px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
}

footer {
    background-color: #F0F0F0;
}

.footInn {
    width: 90%;
    max-width: 1600px;
    margin: 0px auto;
    padding: 50px 0px;
    display: flex;
    flex-wrap: wrap;
}

.footLogo {
    width: 50%;
}

.footLogo svg {
    width: 360px;
}

.footLogo p {
    padding: 20px 0px 0px 0px;
    color: #454545;
}

.footText {
    width: 25%;
}

.footText h3 {
    font-size: 16px;
    color: #454545;
    padding: 0px 0px 10px 0px;
}

.footText span {
    display: block;
}

.footText a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    padding: 5px 15px 5px 0px;
}

.footText a:hover {
    color: #4565EA;
}

.copy {
    background-color: #dedede;
    padding: 10px 0px;
}

.copyInn {
    width: 90%;
    max-width: 1600px;
    margin: 0px auto;
    padding: 10px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.copyInn p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.copyInn p a {
    color: #666666;
    display: inline-block;
    margin: 0px 30px 0px 0px;
}

.copyInn p a:hover {
    color: #4565EA;
}

.mobi {
    display: none;
}

.popupMask,
.successPop {
    position: fixed;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
}

.popupWrap,
.successInn {
    background-color: #fff;
    min-height: 400px;
    width: 650px;
    margin: 5% auto;
    max-height: 90%;
    overflow-y: auto;
    border-radius: 20px;
    max-width: 92%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.loading {
    padding: 20px 0px 0px 0px;
}

.successInn {
    text-align: center;
    padding: 60px 40px 80px;
    box-sizing: border-box;
}

.successInn svg {
    width: 150px;
}

.successInn h3 {
    font-size: 24px;
    color: #57a25d;
    padding: 30px 0px 20px;
}

.successInn p {
    font-size: 16px;
    color: #666666;
    padding: 0px 0px 40px;
    line-height: 25px;
}
.successContent { display: none;}

.suClose {
    background-color: #dce2fd;
    padding: 12px 40px;
    font-size: 16px;
    color: #3959d8;
    cursor: pointer;
    border-radius: 50px;
}

.suClose:hover {
    background-color: #3959d8;
    color: #ffffff;
}

.popupHead {
    background-color: #F0F0F0;
    padding: 30px;
    position: relative;
}

.popupHead span {
    font-size: 30px;
    color: #4565EA;
    padding: 0px 0px 0px 30px;
    font-weight: 600;
    line-height: 65px;
    position: absolute;
    top: 26px;
}

.popupText {
    padding: 30px;
    font-size: 16px;
    color: #454545;
    line-height: 24px;
    font-weight: 400;
}

.popClose {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 5px 0px 0px;
    cursor: pointer;
    color: #e53e3e;
    background-color: #ffbebe;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    box-sizing: border-box;
}

.slideshow {
    list-style-type: none;
}

/** SLIDESHOW **/
.slideshow,
.slideshow:after {
    top: 0px;
    /*Not sure why I needed this fix*/
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 0;
}

.slideshow li span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 30s linear infinite 0s;
}

.slideshow li:nth-child(1) span {
    background-image: url("../images/banner1.png");
}

.slideshow li:nth-child(2) span {
    background-image: url("../images/banner3.png");
    animation-delay: 6s;
}

.slideshow li:nth-child(3) span {
    background-image: url("../images/banner2.png");
    animation-delay: 12s;
}

.slideshow li:nth-child(4) span {
    background-image: url("../images/banner4.png");
    animation-delay: 18s;
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        animation-timing-function: ease-out;
    }

    17% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes titleAnimation {
    0% {
        opacity: 0
    }

    8% {
        opacity: 1
    }

    17% {
        opacity: 1
    }

    19% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.no-cssanimations .cb-slideshow li span {
    opacity: 1;
}

.privacyBan {
    background: rgb(69, 101, 234);
    margin-top: 80px;
    background: linear-gradient(90deg, rgba(69, 101, 234, 1) 0%, rgba(94, 89, 225, 1) 100%);
}

.termsBan {
    background: rgb(234, 139, 69);
    margin-top: 80px;
    background: linear-gradient(-90deg, rgba(234, 139, 69, 1) 0%, rgba(240, 124, 91, 1) 100%);
}

.privacyBanInn {
    width: 90%;
    max-width: 1600px;
    margin: 0px auto;
    padding: 60px 0px;
}

.privacyBanInn h1 {
    font-size: 50px;
    color: #ffffff;
    padding: 0px 0px 15px;
    font-weight: 600;
    line-height: 55px;
    width: 100%;
}

.privacyBanInn p {
    font-size: 16px;
    color: #ffffff;
    padding: 0px 0px;
    width: 100%;
}

.privacyText {
    border-bottom: 1px solid #dedede;
}

.privacyInn {
    width: 90%;
    max-width: 1600px;
    margin: 0px auto;
    padding: 50px 50px;
    background-color: #ffffff;
    box-sizing: border-box;
}

.privacyInn h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    padding: 0px 0px 20px 0px;
}

.privacyInn p {
    font-size: 16px;
    color: #454545;
    padding: 0px 0px 20px;
    width: 100%;
    line-height: 25px;
}

.privacyInn strong {
    font-weight: 600;
    color: #000000;
}

.privacyInn b {
    font-weight: 600;
    color: #000000;
    display: block;
    padding: 0px 0px 15px 0px;
}

.privacyInn ul {
    padding: 0px 0px 20px 0px;
    margin: 0px;
}

.privacyInn ul li {
    list-style-type: none;
    font-size: 16px;
    color: #454545;
    padding: 0px 0px 10px 0px;
}


@media only screen and (max-width: 1240px) {
    .navBar {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1023px) {
    .navBar {
        display: none;
        position: fixed;
        right: 10px;
        padding: 20px;
        top: 80px;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        background-color: #fff;
        width: 250px;
    }

    .navBar ul li {
        width: 100%;
        padding: 10px 10px;
    }

    .headInn {
        padding: 10px 100px 10px 20px;
        width: auto;
    }

    .regBtn a {
        padding: 12px 50px 12px 25px;
    }

    .menuRes {
        display: block;
    }

    .aboutInnImg,
    .serviceInn h2,
    .resiInn h2,
    .serviceInn p,
    .resiInn p,
    .testInn h2,
    .resiInn form,
    .banInn p {
        width: 100%;
    }

    .aboutInnText {
        width: 100%;
        margin: 30px 20px 0px;
        text-align: center;
    }

    .innText {
        left: 0px;
    }

    .nbSpeck,
    .nbSpeckRight {
        width: 100%;
        text-align: center;
    }

    .nbSpeckTextInn {
        padding: 30px 0px 0px 0px;
    }

    .servicelist,
    .clientsInn ul li {
        width: 48%;
    }

    .register {
        background-position: center;
    }

    .innText {
        padding: 0px;
        box-shadow: none;
    }

    .privacyInn {
        padding: 30px;
        width: 100%;
    }
}

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

    .banInn h1,
    .aboutInn h2,
    .testInn h2,
    .nbSpInn h2,
    .clientsInn h2,
    .serviceInn h2,
    .resiInn h2,
    .testInn h2,
    .privacyBanInn h1,
    .aboutInnNew h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .privacyBanInn h1 {
        padding: 0px 0px 5px;
    }

    .aboutInn p,
    .clientsInn p {
        padding: 0px;
    }

    .nbSpeckTextInn,
    .servicelist,
    .footLogo {
        width: 100%;
        margin: 1% 0px;
    }

    .testList {
        width: 96%;
        margin: 2%;
    }

    .footText {
        width: 50%;
        padding-top: 30px;
    }

    .copyInn p {
        padding-bottom: 10px;
    }

    .mobi {
        display: block;
    }

    .desk {
        display: none;
    }

    .regBtn {
        padding: 10px 0px 0px 0px;
    }

    .regBtn a {
        padding: 7px 0px 0px 5px;
        width: 40px;
        height: 40px;
        box-sizing: border-box;
    }

    .regBtn a svg {
        width: 25px;
        height: 25px;
        position: static;
    }

    .banInn div {
        width: 100%;
        left: 0px;
        padding: 25px;
    }

    .banInn span,
    .banInn p {
        font-size: 16px;
        line-height: 26px;
    }

    .banInn h1 {
        font-size: 27px;
        line-height: 40px;
    }

    .aboutInnTextNew,
    .aboutInnImgNew {
        width: 100%;
    }

    .aboutInnImgNew img {
        width: 300px;
    }

}

@media only screen and (max-width: 479px) {
    .menuRes {
        right: 15px;
    }

    .headInn {
        padding: 10px 80px 10px 20px;
    }

    .footLogo svg {
        width: 300px;
    }

    .aboutInnImgNew img {
        width: 200px;
    }
}