
body { 
    padding: 0; 
    margin: 0; 
    font-family: Proxima-Regular;
    border-top: 2px solid #6573ff;
    background: #fafaff;
}
.owl-dot:focus { box-shadow: none; outline: none; }
input:focus, button:focus {
    outline: none;
    box-shadow: none;
}
a, a:hover {
    transition: .3s;
}


.btn:focus, .btn:active, .btn:visited { outline: none; box-shadow: none; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

@font-face {
  font-family: Proxima-bold;
  src: url(../fonts/ProximaNova-Bold.otf);
}
@font-face {
  font-family: Proxima-Regular;
  src: url(../fonts/ProximaNova-Regular.otf);
}
@font-face {
  font-family: Proxima-thin;
  src: url(../fonts/ProximaNova-Thin.otf);
}




header {
    padding: 10px 0;
}
.navBox {
    float: right;
    width: 100%;
}
.navBox .nav-link {
    color: #3b435c;
}
.navBox .nav-link:hover {
    color: #656eff;
}



.logoBox {
    margin-bottom: 20px;
}
.logoBox img {
    width: 275px;
}

.searchSection {
    position: relative;
    height: 88vh;
}
.searchSection:after {
    content: "";
    background-image: url(../images/border-1.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 100%;
    z-index: 5;
    height: 26px;
}

.learnMore {
    position: absolute;
    display: inline-block;
    margin: auto;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    color: #6573ff;
    z-index: 10;
}
.learnMore:hover {
    text-decoration: none;
    color: #6573ff;
}
.learnMore i {
    position: relative;
    top: 1px;
    margin-left: 4px;
}




.searchBox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.serchInput {
    display: inline-block;
    position: relative;
}
.serchInput input {
    display: inline-block;
    width: 400px;
    height: 43px;
    border-radius: 20px;
    padding: 5px 40px 3px 18px;
    font-size: 16px;
    border: 1px solid #ebebeb;
    box-shadow: 0 2px 4px #ebecf7;
}
.serchInput input:focus {
    border: 1px solid #6573fe;
}
.serchInput button {
    position: absolute;
    right: 6px;
    top: 5px;
    background: #6573fe;
    border-radius: 50%;
    border: none;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}

.searchBox h5 {
    color: #7f869f;
    margin: 15px 0;
    font-size: 16px;
}
.searchBox h5 span {
    color: #6573fe;
}







.storySection {
    background: #6573ff;
    height: 750px;
    padding: 150px 0 75px;
    text-align: center;
    color: #fff;
    position: relative;
}
.storySection p {
    font-size: 17px;
    margin: 0;
}
.storySection h1 {
    font-size: 44px;
    font-family: 'Noto Serif', serif;
    font-weight: 600;
    margin: 25px 0 22px;
}
.storyTxt {
    max-width: 875px;
    margin: 0 auto !important;
}

.storyFoot {
    margin: 40px auto 0 !important;
    background: #2e39b3;
    display: inline-block;
    padding: 5px 20px;
}

.storyIcon {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 42%);
    bottom: 0;
    width: 400px;
}






.techSection {
    padding: 250px 0 85px;
    text-align: center;
    color: #374677;
    position: relative;
    /*height: 100vh;*/

}

.techSection p {
    font-size: 17px;
    margin: 0;
}
.techSection h1 {
    font-size: 44px;
    font-family: 'Noto Serif', serif;
    font-weight: 600;
    margin: 25px 0 22px;
}
.techSection .techTxt {
    max-width: 875px;
    margin: 0 auto !important;
}
.techSection .btn {
    background: #6573ff;
    color: #fff;
    margin: 60px 0 0;
    border-radius: 25px;
    padding: 8px 25px;
    font-size: 18px;
}
.techSection .btn:hover {
    opacity: .85;
}






.testimonialSection {
    background: #202945;
    padding: 65px 0 55px;
}
.testimonialBox {
    text-align: center;
    
}
.testimonialBox h4 {
    font-family: 'Noto Serif', serif;
    color: #fff;
    font-size: 24px;
    line-height: 1.8em;
    letter-spacing: .5px;
    position: relative;
}
.testimonialBox h4:before {
    content: "";
    background-image: url(../images/quotes.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 40px;
    height: 40px;
    top: -8px;
    left: -25px;
}
.testimonialBox h4:after {
    content: "";
    background-image: url(../images/quotes.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
    right: 0;
    bottom: -15px;
}
.testimonialBox img {
    margin-top: 25px;
}







.contentSection {
    padding: 100px 0 150px;
    position: relative;
}


.contentRow {
    margin-bottom: 150px;
}
.contentRow:last-child {
    margin-bottom: 0;
}
.contentRow:nth-child(2n) .contentMainBox {
    transform: translateX(100%);
}
.contentRow:nth-child(2n) .contentImgMainBox {
    transform: translateX(-100%);
}
.contentBox {

}
.contentBox h2 {
    font-family: 'Noto Serif', serif;
    font-size: 44px;
    padding: 0 0 25px;
    border-bottom: 2px solid #ebecf7;
    color: #374677;
    margin-bottom: 25px;
}
.contentBox p {
    font-size: 17px;
    color: #374677;
    line-height: 1.8em;
}
.contentImgBox {
    text-align: center;
}

.contentFootImg {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
    width: 250px;
    z-index: 10;
}






.home .curve-top:before {
    border-radius: 0 0 50% 50%/2rem;
    bottom: auto;
    top: -2rem;
    background: #c58282;
    content: "";
    display: block;
    height: 4rem;
    left: 0;
    position: absolute;
    width: 100%;
}



.privateSection {
    padding: 135px 0 65px;
    background: #6573ff;
    position: relative;
    text-align: center;
    color: #fff;
}
.privateSection:before {
    border-radius: 0 0 50% 50%/2rem;
    bottom: auto;
    top: -2rem;
    background: #fafaff;
    content: "";
    display: block;
    height: 4rem;
    left: 0;
    position: absolute;
    width: 100%;
}

.privateSection h1 {
    font-size: 42px;
    font-family: 'Noto Serif', serif;
    font-weight: 600;
    margin: 20px 0 15px;
}
.privateSection p {
    font-size: 17px;
}
.privateSection .btn {
    box-shadow: 0 2px 4px rgba(0,0,0,.25);
    color: #2e39b3;
    background: #f4f5fb;
    border-radius: 25px;
    font-size: 18px;
    margin: 20px 0 0;
    padding: 7px 20px;
}


footer {
    padding: 60px 0 55px;
    background-color: #202945;
    color: #c8cbd7;
    font-size: 18px;
    border-top: 5px solid #fff;
}
.footLogo img {
    width: 160px;
}

.footerNav .navBox .nav-link {
    color: #fff;
}




@media screen and (max-width: 800px) {
    .searchSection {
        height: 50vh;
    }
    .storySection h1 {
        font-size: 32px;
    }

    .testimonialBox h4 {
        font-size: 21px;
        line-height: 1.6em;
    }
    .contentBox h2 {
        font-size: 35px;
    }
    .contentRow {
        margin-bottom: 115px;
    }






}



@media screen and (max-width: 450px) {

    .contentRow:nth-child(2n) .contentMainBox {
        transform: none;
    }

    .contentRow:nth-child(2n) .contentImgMainBox {
        transform: none;
    }

    .contentBox h2 {
        font-size: 25px;
    }
    .testimonialBox {
        margin-bottom: 50px;
    }
    .testimonialBox h4 {
        font-size: 15px;
        line-height: 1.5em;
    }

    .privateSection h1 {
        font-size: 22px;
    }
    .footLogo {
        text-align: center;
        margin-bottom: 25px;
    }
    .footerNav .navBox .nav-link {
        font-size: 15px;
        padding: 5px 12px;
    }

    .contentFootImg {
        bottom: -15px;
        width: 165px;
    }
    .storyIcon {
        width: 200px;
    }
    .techSection {
        padding: 165px 0 85px;
    }

    .storySection {
        height: auto; 
        padding: 150px 0 145px;
    }

    .serchInput input {
        width: 315px;
    }
    .logoBox img {
        width: 225px;
    }



}





