@font-face {
    src: url(../assets/fonts/CircularStd-Book.ttf);
    font-family: "Circular";
    font-weight: 400;
}
@font-face {
    src: url(../assets/fonts/CircularStd-Medium.ttf);
    font-family: "Circular";
    font-weight: 500;
}
@font-face {
    src: url(../assets/fonts/CircularStd-Bold.ttf);
    font-family: "Circular";
    font-weight: 600;
}
@font-face {
    src: url(../assets/fonts/CircularStd-Black.ttf);
    font-family: "Circular";
    font-weight: 700;
}

body {
    font-family: "Circular";
    font-weight: 400;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "Circular";
    font-weight: 600;
}
u {
    color:  #005CEA;
    text-decoration: none !important;
}
.navbar-brand {

}
.navbar-brand img {
    width: 195px;
}
.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-size: 18px;
    padding: 9px 5px;
    margin: 0 10px;
    transition: 0.3s ease all;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #005CEA ;
    transition: 0.3s ease all;
}
.hvr-underline-from-center:before {
    background: #005CEA;
    height: 2px;
}
.navbar-light .navbar-nav .nav-link.btn {
    color: white;
    margin-right: 0;
    padding: 9px 17px;
    margin-left: 15px !important;
}

.btn.btn-primary {
    background: #005CEA;
    border-color: #005CEA;
    font-size: 19px;
    padding: 11px 23px;
    box-shadow: -1px 8px 20px rgb(0 92 234 / 20%);
}
.btn.btn-primary i {
    padding-left: 5px;
}
.btn.btn-primary:hover {
    background: #1a1919;
    border-color: #1a1919;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #1a1919;
    border-color: #1a1919;
    box-shadow: -1px 8px 20px rgb(0 92 234 / 20%);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: -1px 8px 20px rgb(0 92 234 / 20%);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1a1919;
    border-color: #1a1919;
    box-shadow: -1px 8px 20px rgb(0 92 234 / 20%);
}

nav.navbar.navbar-expand-lg.bg-white.navbar-light {
    padding: 15px 10px;
}

section.section.main.s1 {
    background: white;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.s1:after {
    position: absolute;
    content: "";
    left: -300px;
    top: 50%;
    height: 834px;
    width: 834px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: radial-gradient(50% 50% at 50% 50%,rgb(8 228 93 / 11%) 0%,rgba(163,177,138,0) 100%);
}
.s1 .container {
    z-index: 3;
    position: relative;
}
.s1_content {

}
.s1_content h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.0;
}
.s1_content hr {
    border-top: 4px solid #005CEA;
    max-width: 60px;
    margin: 20px 0;
}
.s1_content p {
    font-size: 19px;
    color: #757575;
    margin-top: 21px;
    margin-bottom: 25px;
}
.s1_content a {

}
.s1_content img {
    width: 100%;
}

.title {
    margin-bottom: 30px;
}
.title h2 {
    font-size: 50px;
    text-align: center;
    color: #1c1e20;
    font-weight: 700;
}
.title hr {
    border-top: 4px solid #005CEA;
    max-width: 60px;
    margin: 20px auto;
}
.title p {
    text-align: center;
    color: #757575;
    font-size: 19px;
    max-width: 800px;
    margin: 20px auto;
}
.title_standalone h2{
    color: white;
}
.title_standalone p {
    color: white;
}
.title_standalone {
    text-align: center;
}


.title_left {
    max-width: 800px;
}
.title_left h2 {
    font-weight: 700;
    font-size: 42px;
}
.title_left p {
    font-size: 19px;
    color: #757575;
    margin-top: 21px;
    margin-bottom: 35px;
}

section.section.s2 {
    position: relative;
    z-index: 3;
    padding: 60px 0;
}
.s2_content img {
    border-radius: 10px;
    margin-bottom: 23px;
}
.s2_content h3 {
    font-size: 25px;
    font-weight: 700;
}
.s2_content p {
    font-size: 17px;
    color: #757575;
}
.s2_content {
    padding: 20px 0;
}

.s3 {
    padding: 60px 0;
    overflow: hidden;
}

.s3_content h2 {
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 16px;
}
.s3_content p {
    color: #757575;
    font-size: 19px;
    margin: 20px 0;
    line-height: 1.7;
}
.s3_content li {
    font-weight: 600;
    font-size: 19px;
    margin: 10px 0;
}
.s3_content img {
    width: 100%;
}
.s3_content li i {
    color: #005cea;
}


section.section.s3 {
    position: relative;
}
.s3:after {
    position: absolute;
    content: "";
    left: -300px;
    top: 50%;
    height: 834px;
    width: 834px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: radial-gradient(50% 50% at 50% 50%,rgb(8 228 93 / 11%) 0%,rgba(163,177,138,0) 100%);
}
.s3 .container {
    z-index: 3;
    position: relative;
}

.s4 {
    padding: 60px 0;
}

.s4_content {
    text-align: center;
    background: #FAFCFF;
    border-radius: 10px;
    padding: 40px;
}
.s4_content img {
    max-width: 260px;
}
.s4_content img {
    max-width: 260px;
    margin-bottom: 20px;
}
.s4_content h2 {
    font-weight: 700;
    font-size: 30px;
}
.s4_content p {
    color: #757575;
    font-size: 19px;
    padding: 20px 0;
}
.s4_content a {

}

.s5 {
    background: #005CEA;
    padding: 60px 0;
}

.testi_title h5 {
    color: white;
    text-align: center;
    font-weight: 400;
}
.testi_title p {
    text-align: center;
    color: #ffc107;
    font-size: 25px;
    letter-spacing: 6px;
}

.testimonials_content h2 {
    color: white;
    text-align: center;
    max-width: 900px;
    margin: auto;
    margin-bottom: 15px;
    margin-top: 30px;
}


section.section.s6 {
    position: relative;
    overflow: hidden;
    padding: 60px 0;
}
.s6:after {
    position: absolute;
    content: "";
    left: -300px;
    top: 50%;
    height: 834px;
    width: 834px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: radial-gradient(50% 50% at 50% 50%,rgb(8 228 93 / 11%) 0%,rgba(163,177,138,0) 100%);
}
.s6 .container {
    position: relative;
    z-index: 3;
}

.footer_content {

}
.footer_content img {
    width: 100%;
    max-width: 227px;
    margin-bottom: 20px;
}
.footer_content p {
    color: #757575;
    margin-bottom: 16px;
}
.footer_content .social_icons {

}
.social_icons a {
    color: black;
    font-size: 23px;
    margin-right: 15px;
}
.social_icons a:hover {
    color: #005CEA;
}
.footer_content h4 {
    margin-bottom: 15px;
}
.footer_content ul {
    padding:  0;
}
.footer_content li {
    list-style: none;
    margin: 3px 0;
}
.footer_content li a {
    color: #757575;
}


.footer_copyright p {
    margin: 10px 0;
    font-size: 17px;
    color: #757575;
}
.footer_copyright p a {
    color: #757575;
    margin-left: 25px;
}
.footer_copyright p a:hover {
    color: #005CEA;
}


@media screen and (max-width: 767px) {
section.section.main.s1 {
    padding: 35px 0;
}
.s1_content {
    text-align: center;
}
.s1_content h1 {
    font-size: 47px;
}
.s1_content img {
    margin-top: 30px;
}
.title_left h2 {
    font-size: 36px;
}
.s2_content {
    padding: 5px 0;
}
.title h2 {
    font-size: 39px;
}
.s3_content h2 {
    font-size: 33px;
}
.s3_content img {
    margin-bottom: 65px;
}
.s4 {
    padding-top: 0;
}
.s4_content {
    padding: 40px 25px;
}
.s4_content h2 {
    font-size: 27px;
}
.testimonials_content h2 {
    font-size: 26px;
}
.footer_content {
    padding: 15px 0;
}
.footer_copyright p {
    text-align: center;
}
.footer_copyright p a {
    margin: 0 8px;
}
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link {
    font-size: 17px;
    padding: 9px 0px;
    margin: 0 10px;
}
}