/*footer*/

@media screen and (max-width: 768px) {
    .section-padding-footer p {
        font-size: 12px;
    }
    .section-padding-footer h4 {
        font-size: 16px;
    }
    .footer-icon {
        min-width: 34px;
        height: 34px;
    }
    .footer-vector {
        width: 16px;
    }
    .box_media {
        height: 35px;
        width: 35px;
    }
    .vector-social {
        width: 15px;
    }
}

::placeholder {
    color: #fff;
    opacity: .8;
    /* Firefox */
}

 ::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #fff;
}


/*footer*/

body {
    background-color: #202020;
    font-family: "Ubuntu", sans-serif;
}


/* wordpress */

.section_title h1 {
    font-family: "Abhaya Libre", serif;
    /*font-size: 60px;*/
    font-size: 64px;
    text-shadow: 0 0 1px #fff, 0 0 0px #fff, 0 0 30px #1D87F0, 0 0 10px #1D87F0, 0 0 20px #1D87F0, 0 0 30px #1D87F0, 0 0 30px #1D87F0;
}

.section_title h2 {
    font-family: "Abhaya Libre", serif;
    font-size: 42px;
    font-weight: 600;
}

.section_title p {
    font-family: "Ubuntu", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 28px;
}

.service-section p {
    font-size: 18px;
}

.choose-us .section_title p {
    font-size: 22px;
}

.bg-primary {
    background-image: linear-gradient(to right, #1D87F0, #17CFD2);
}

.bg-primary-white {
    color: white;
}

.bg-primary-blue {
    color: #199CDE;
}

.section-padding-hero {
    padding: 0px 0px 100px 0px;
}

.hero .section_title>.row {
    margin-top: 70px;
}

.section-padding {
    padding: 100px 0px;
}

.section-padding-footer {
    background-color: #000210;
    padding: 50px 0px 30px;
}

.call small {
    font-size: 14px;
}

.call-text {
    font-size: 18px;
    font-weight: 600;
}

.box {
    height: 61px;
    width: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero {
    /*height: 100vh;*/
    background: url(../img/hero-banner-color.png) no-repeat center bottom;
    background-size: cover;
}

#header {
    color: white;
}

a {
    text-decoration: none;
    color: white;
}

.form-element {
    box-shadow: 0 4px 8px 0 rgba(86, 138, 250, 0.329), 0 6px 20px 0 rgba(75, 196, 226, 0.473);
    border-style: solid;
    border-color: #199CDE;
    border-width: 1px;
    padding: 40px 35px;
    border-radius: 13px;
}

.form-element input {
    padding: 15px 25px;
    font-size: 14px;
    letter-spacing: .025em;
    background-color: #0095ff0f;
    border-color: #1889CB;
    color: #fff;
    border-radius: 7px;
    border-width: 1px;
    margin: 10px 0px;
    width: 100%;
    height: 60px;
}

.form-element a {
    font-size: 24px;
    font-weight: 500;
}

.form-element button {
    border-radius: 3px;
    border-width: 1px;
    margin: 10px 0px;
    width: 100%;
}

.arrow-btn {
    padding: 15px 30px;
    font-size: 20px;
    color: white;
    background-image: linear-gradient(to right, #1D87F0, #17CFD2);
    border: none;
    font-weight: 600;
}
.arrow-btn:hover{
    color:#fff;
}
.arrow-btn::after {
    content: '→';
    margin-left: 10px;
    font-size: 24px;
    line-height: 14px;
}

.about {
    background: linear-gradient(to bottom, #0E1D39, #133B70);
}

.profile {
    background-color: #374761;
    border-color: #1889CB;
    border-radius: 3px;
    border-width: 1px;
    margin-top: 70px;
    border-radius: 20px;
    font-size: 25px;
    position: relative;
}

.ractangle {
    position: absolute;
    text-align: center;
    width: 100%;
    top: -40px;
}

.background-choose {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    /* width: 100%; */
}

.choose-us {
    background-color: #010314;
}

.choose-section {
    background-color: #010314;
    border-style: solid;
    border-color: #199CDE;
    border-width: 1px;
}

.choose-section h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: "Ubuntu", sans-serif;
}

.choose-section {
    padding: 30px;
}

.service-section {
    background-color: #072042;
}

.service-box {
    background-color: #162D4D;
    border-radius: 30px;
    height: 100%;
}

.service-box h3 {
    font-size: 24px;
    margin: 25px 0 20px;
}

.service-vector {
    height: 60px;
}

.vector {
    position: absolute;
    right: -2px;
    top: 0;
}

.service-box:hover,
.service-box:hover .arrow1 {
    background-color: #2196F3;
    color: #fff;
}

.service-box:hover {
    transform: translateY(-10px);
}

.arrow1 {
    background-color: #162D4D;
    border-radius: 20px;
    padding: 30px;
}

.vector-arrow {
    position: absolute;
    right: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    display: flex;
}

.arrow1:hover {
    background-color: #2196F3;
}

.start-growth {
    background-color: #020A1F;
}


/* .growth-section{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
} */

.logo img {
    width: 90px;
}

.footer-icon {
    height: 43px;
    min-width: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box_media {
    background-color: #161928;
    height: 43px;
    width: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}

hr {
    margin: 1rem 0;
}

.footer-bottom {
    border-top: 1px solid #101F49;
    padding-top: 30px;
    margin-top: 30px;
}

.aboutus-color-bg {
    background-image: url(../img/aboutus_color.png);
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
}

@media (max-width: 1080px) {
    .profile {
        font-size: 20px;
    }
    .background-choose {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .ractangle {
        display: none;
    }
}

@media (max-width: 991px) {
    .hero .section_title>.row {
        margin-top: 50px !important;
    }
    .background-choose {
        width: 100%;
    }
    footer .contact {
        align-items: center;
        justify-content: space-between !important;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 90% !important;
    }
    .section_title h1 {
        font-size: 50px;
        word-break: break-word;
    }
}

@media (max-width: 768px) {
    .choose-section h2 {
        text-align: center;
    }
    .choose-us .section_title p {
        font-size: 18px !important;
    }
    .choose-section h2 {
        font-size: 20px;
    }
    .service-vector {
        width: 50px;
        margin: auto;
        display: table;
    }
    .service-box h5 {
        text-align: center;
        font-size: 20px;
    }
    .hero {
        height: auto;
    }
    .section-padding-hero {
        padding: 0px 0px 50px 0px;
    }
    .section-padding {
        padding: 50px 0px;
    }
    .section-padding-footer {
        padding: 30px 0px;
    }
    .logo img {
        width: 80px;
    }
    .box img {
        height: 16px;
    }
    .box {
        height: 40px;
        width: 40px;
    }
    .section_title h1,
    .section_title h2 {
        font-size: 28px;
        width: auto;
        text-align: center;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .arrow-btn {
        font-size: 16px;
    }
    .arrow-btn::after {
        margin-left: 10px;
        font-size: 18px;
    }
    .form-element {
        padding: 25px;
        border-radius: 10px;
        width: auto;
        text-align: center;
    }
    .form-element a {
        font-size: 24px;
    }
    .form-element input {
        padding: 9px 16px;
        font-size: 14px;
        letter-spacing: .025em;
        background-color: #0095ff0f;
        border-color: #1889CB;
        border-radius: 3px;
        border-width: 1px;
        margin: 7px 0px;
        width: 100%;
    }
    .background-choose {
        width: 100%;
    }
    .profile {
        margin-top: 40px;
        border-radius: 15px;
    }
    .box_media {
        height: 35px;
        width: 35px;
    }
    .box_media img {
        width: 15px;
    }
    .vector {
        width: 100px;
    }
    .arrow1 {
        border-radius: 10px;
        padding: 12px;
        width: 44px;
    }
    .aboutus-color-bg {
        padding: 80px 0px;
    }
    .hero .section_title>.row {
        margin-top: 0 !important;
    }
    .section_title p {
        text-align: center;
        font-size: 18px;
    }
    .arrow-btn {
        display: table;
        margin: auto;
    }
}

@media (max-width: 425px) {
    footer .contact {
        display: block !important;
    }
    footer .contact .email {
        margin-top: 10px;
    }
    .background-choose {
        display: none;
    }
}

@media(max-width:640px) {
    .call-text {
        font-size: 14px;
    }
}

@media(max-width:575px) {
    section p {
        font-size: 16px !important;
    }
}

.thankyou {
    background-color: #010314;
    color: #fff;
}