input:focus {
    outline: 0;
}

.box_2 {
    padding: 1rem 2rem 1rem;
}

.grid-divider {
    position: relative;
    padding: 0;
}

.grid-divider>[class*='col-'] {
    position: static;
}

.grid-divider>[class*='col-']:nth-child(n+2):before {
    content: "";
    border-left: 1px solid #2c83d2;

    position: absolute;
    top: 0;
    bottom: 0;
}

@media (max-width: 768px) {
    .grid-divider {
        position: relative;
        padding: 0;
    }

    .grid-divider>[class*='col-'] {
        position: static;
    }

    .grid-divider>[class*='col-']:nth-child(n+2):before {
        content: "";
        border-left: 1px solid #2c83d2;
        position: absolute;
        top: 0;
        bottom: 0;
    }

}

:root {
    scroll-behavior: smooth;
}

.purecounter {
    /* margin-bottom: 1.5rem; */
    color: #2c83d2;
    font-weight: 500;
    font-size: 3rem;
    padding-left: 10px;
    /* line-height: 4rem; */
}

/* #focus {
    padding-top: 8rem;
    padding-bottom: 3rem;
} */

.animated_1 {

    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

.animated_2 {

    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

b,
strong {
    font-weight: 500;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

#scroll-to-top {
    transition: all .5s;
    border-radius: 100%;
}

.dmtop {
    background-color: #13568e;
    z-index: 100;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: -70px;
    border-radius: 3px;
    right: 80px;
    text-align: center;
    font-size: 28px;
    color: #ffffff !important;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

/* why-choose-us css start*/

.about-content {
    padding: 100px 0px;
}

.about-image {
    position: relative;
}

.about-img-text {
    position: absolute;
    right: 100px;
    bottom: 0;
    background: url(images/shape.png);
    height: 200px;
    width: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.about-img-text h3 {
    color: #2c83d2;

}

.about-img-text p {
    color: #111;
    font-weight: 600;
}

#services {
    padding-bottom: 1rem;
}

@media (max-width:968px) {
    #services {
        padding-bottom: 10rem;
    }
}

/* .about-right-text{} */


.finix-text h6 {
    color: #2c83d2;
    font-weight: 400;
}

.finix-text h2 {
    /* font-size: 37px; */
    font-weight: 400;
    padding: 10px 0px;
}

.finix-text p {
    color: rgb(36, 35, 35);
    /* font-size: 16px; */
}

.finix-text strong {
    font-size: 20px;
    color: rgb(36, 35, 35);
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 400;
}

.finix-text ul {
    list-style: none;
    padding-left: 0;
}

.finix-text ul li {
    padding: 5px 0px;
    color: rgb(36, 35, 35);
    /* font-size: 17px; */
}

.bullet_span {
    display: inline-block;
    width: 90%;
    margin-left: 25px;
}

/*.finix-text ul li::before{
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-right: 15px;
    color: #2c83d2;
    display: inline-block;
}*/


.finix-text ul li i {
    color: #2c83d2;
    /* padding-right: 15px; */
    /* font-size: 20px; */
}


.finix-text {
    position: relative;
}




@media(min-width:767px) {
    img {
        vertical-align: middle;
    }

}

@media screen {
    .features-item {
        height: 350px;
    }
}

@media (max-width:992px) and (max-width:768px) {
    .features-item {
        height: 280px;
    }
}

.features-item {
    background: #bfd9f3;
    padding: 22px;

    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    transition: .4s;
}

@media(max-width:767px) {
    .features-item {
        margin-top: 20px;
        padding: 30px;
    }
}

.features-item:hover {
    transform: translateY(-12px);
}

.features-item::before {
    position: absolute;
    content: "";
    top: -180px;
    right: 0;
    left: 0;
    background: #2c83d2;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    margin: 0 auto;

}

.features-item-info p {
    color: rgb(36, 35, 35);
    font-size: 16px;

}

.ft-icon i {
    background: #fff;
    font-size: 50px;
    width: 80px;
    height: 80px;
    line-height: 90px;
    border-radius: 50%;
    color: #2c83d2;
    transition: .3s;
    position: relative;
}

.features-item:hover .ft-icon i {
    background: #2c83d2;
    color: #fff;
}

.mb10 {
    margin-top: -25px;
}



/* why-choose-us css end*/
/*----ICON BAR Start----*/

.icon-bar_1 {
    position: fixed;
    top: 75%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    z-index: 99999;
}


.icon-bar_1 a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;


}

@media (max-width:768px) {
    .icon-bar_1 a {
        display: none;

    }
}

.icon-bar_1 a:hover {
    background-color: #2c83d2;
    color: white;

}

.facebook {
    background: rgb(57, 107, 158);
    color: white;

}

.twitter {
    background: #55ACEE;
    color: white;
}


.linkedin {
    background: #007bb5;
    color: white;

}



.content {
    margin-left: 75px;
    /* font-size: 16px; */
}

.box_1 {
    padding: 1rem 2rem 2rem 2rem;
    position: relative;
    width: 100%;
    height: 200px;
}

.box-1 h1 p {
    text-align: left;
    padding: 10rem;
}

.content-box {
    /* background-color: #bfd9f3; */
    box-shadow: 1px 4px 8px #2c83d2;
    transition: all .3s ease-in-out;
    padding: 10px;
    border-radius: 10px;
    padding-bottom: 0;
    margin-top: 40px;
    margin-bottom: 10px;
    height: 300px;
}

.content-box .finbyz-icon {
    height: 100px;
    width: 100px;
    display: inline;
}

.box {
    position: relative;
    width: 100%;
    height: 200px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    font-size: 18px;

    /* background-color: white; */
}

.box h1 p {
    text-align: left;
    padding: 10rem;
}

.our-services {
    margin-top: 120px;
    padding-bottom: 34px;
    padding: 0 30px;
    min-height: 240px;
    text-align: center;
    border-radius: 100px;
    background-color: #bfd9f3;
    /* transition: all .3s ease; */
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0 0 10px 0 #bfd9f3;
    font-size: 16px;
}

.our-services .icon {
    margin-bottom: -21px;
    transform: translateY(-50%);
    text-align: center;
    /* height: 150px;
    width: 200px; */
}

.our-services h3,
.our-services p {
    color: rgb(39, 37, 37);
    /* font-size: 16px; */
}

.our-services:hover h3,
.our-services:hover p {
    color: #fff;
    /* font-size: 16px; */
    transition: all .3s ease;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.speedup:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #fb0054 0%, #f55b2a 100%);
    height: 180px;
    padding-bottom: 8px;
    /* transition: ease-in .5s; */
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.settings:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #34b5bf 0%, #210c59 100%);
    height: 180px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    padding-bottom: 8px;
    /* transition: ease-in .5s; */
}

.privacy:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #3615e7 0%, #44a2f6 100%);
    height: 180px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    padding-bottom: 8px;
    /* transition: ease-in .5s; */
}

.backups:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #fc6a0e 0%, #fdb642 100%);
    height: 180px;
    padding-bottom: 8px;
    /* transition: ease-in .5s; */
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.ssl:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #8d40fb 0%, #5a57fb 100%);
    height: 180px;
    padding-bottom: 8px;
    /* transition: ease-in .5s; */
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.database:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #27b88d 0%, #22dd73 100%);
    height: 180px;
    padding-bottom: 8px;
    /* transition: ease-in .5s; */
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}


.demo-row {

    padding: 10px;
    height: 250px;
}


/*Implement*/
.sponsor-feature {
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;

}

#id-sponsors {
    height: 200px;
}

#id-sponsors .carousel {
    margin-bottom: 8px;
}

#id-sponsors .item {
    padding-bottom: 12px;
}

.marquee {
    display: block;
    position: relative;
    width: 800px;
    height: 160px;
    animation: scroll 30s linear;
    padding: 5px;
}

.marquee:hover {
    animation-play-state: paused
}

.img1 {
    width: 150px;
    height: 150px;
    background-color: #f6f6f6;
    margin: 3px;
    float: left;
}

/* Make it move */
@keyframes scroll {
    0% {
        left: 800px;
    }

    100% {
        left: -800px;
    }
}

#footer {
    background-color: #2c83d2;
    /* padding: 0 0 30px 0; */
    color: #fff;
    font-size: 14px;
}

#footer .footer-newsletter {
    padding: 50px 0;
    background: #2c83d2;
}

/* @media(min-width:768px){
    .footer-contact{
min-width: 100px;
    }
} */
#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px
}

#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 8px;
    border-radius: 10px;

    width: calc(100% - 140px);
    color: rgb(24, 22, 22);
}

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 30px;
    margin: 5px;
    background: #205586;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    cursor: pointer;
}

#footer .footer-newsletter form input[type="submit"]:hover {
    background: #003a61;
}

@media (max-width:992px) and (max-width:767px) {
    #footer .footer-newsletter form {
        display: inline;
    }


}

#footer .footer-top {
    background-color: #2c83d2;
    border-top: 1px solid #090b70;
    border-bottom: 1px solid #1a1085;
    padding: 60px 0 30px 0
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;

    padding-right: 35px;
}

#footer .footer-top .footer-info h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    color: #fff
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #2c83d2;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 30px;
    transition: 0.3s;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

#footer .footer-top .social-links a:hover {
    background: #fafafa;
    color: rgb(42, 106, 179);
    text-decoration: none;

}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px
}

#footer .footer-top .footer-links {
    margin-bottom: 30px
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #f6f6f6;
    font-size: 16px;
    line-height: 1
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

@media (max-width:768px) {
    #footer .footer-top .footer-links ul li {
        display: none;
    }

    #footer .footer-top .footer-links h4 {
        display: none;

    }

    #footer .footer-top .footer-info {
        margin-bottom: 0px;
        float: left;
    }

}


#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1
}

#footer .footer-top .footer-links ul a:hover {
    color: #000000;
    text-decoration: none;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px
}

@media (max-width:767px) {
    #footer .footer-top .footer-contact {
        margin-bottom: 0px;
    }

}

#footer .footer-top .footer-contact p {
    line-height: 26px
}

#footer .copyright {
    text-align: center;
    padding-top: 30px
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff
}

.clearfix {
    margin-top: 70px;
    min-height: 200px;
}

.cover-card {
    border: 1px solid white;
    background: silver;
    padding: 8px;
    margin: 0px;
    height: 200px;
    background-color: rgba(189, 16, 16, 0);
}

.cover-card>p {
    text-align: center;
    background-color: rgba(6, 6, 6, 0.0);
    color: rgba(6, 6, 6, 0.0);
    width: 100%;
    height: 100%;
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
}

.cover-card:hover>p {
    background-color: rgba(6, 6, 6, 0.3);
    color: white;
    text-shadow: 3px 3px 10px #000;
}

::placeholder {
    color: #fff;
    opacity: 1
}

.container_1 {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 2rem;
    background-color: #fafafa;
    overflow: hidden;
    display: flex;
    z-index: 11111;
    align-items: center;
    justify-content: center
}

.form {
    width: 100%;


    background-color: #fff;

    z-index: 1000;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

@media(max-width:767px) {
    #Contact h4 {
        display: none;
    }

}

.contact-info-form {
    background-color: #2c83d2;
    position: relative;
    width: 500px;
}

@media(max-width:780px) {
    .contact-info-form {
        display: none;
    }
}

.circle {
    border-radius: 50%;
    background: linear-gradient(135deg, transparent 20%, #a7323254);
    position: absolute
}

.circle.one {
    width: 130px;
    height: 130px;
    top: 130px;
    right: -40px
}

.circle.two {
    width: 80px;
    height: 80px;
    top: 10px;
    right: 30px
}

.contact-info-form:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #2c83d2;
    transform: rotate(45deg);
    bottom: 66px;
    left: -13px
}

#news {

    z-index: 10;
    overflow: hidden;
    position: relative
}

@media(max-width:992px) and (max-width:778px) {
    #news {
        display: none;
    }
}

.title_1 {
    color: rgb(0, 0, 0);
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 0.7rem;
    padding-left: 7px;

}

.social-input-containers {
    position: relative;
    margin: 1rem 0
}

@media(max-width:767px) {
    #Contact {
        display: inline;
        margin-top: 0px;

    }

    #Contact h4 {
        margin-top: 0px;
    }

}

.input {
    width: 100%;
    outline: none;
    border: 2px solid #fafafa;
    background: none;
    padding: 0.6rem 1.2rem;
    color:#000000;
    font-weight: 500;

    letter-spacing: 0.5px;
    border-radius: 4px;
    transition: 0.3s
}

textarea.input {
    padding: 0.8rem 1.2rem;
    min-height: 50px;
    border-radius: 4px;
    resize: none;
    overflow-y: auto
}

.social-input-containers label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0 0.4rem;
    color: #fafafa;
    font-size: 0.9rem;
    font-weight: 400;
    pointer-events: none;
    z-index: 1000;
    transition: 0.5s
}

.social-input-containers.textarea label {
    top: 1rem;
    transform: translateY(0)
}

.btn {
    padding: 0.6rem 1.3rem;
    background-color: rgb(248, 248, 248);
    font-size: 1.95rem;
    color: rgb(30, 93, 151);
    line-height: 1;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    margin: 0;
}


.social-input-containers span {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    font-size: 0.8rem;
    padding: 0 0.4rem;
    color: transparent;
    pointer-events: none;
    z-index: 500
}

.social-input-containers span:before,
.social-input-containers span:after {
    content: "";
    position: absolute;
    width: 10%;
    opacity: 0;
    transition: 0.3s;
    height: 5px;
    background-color: rgb(167, 190, 212);
    top: 50%;
    transform: translateY(-50%)
}

.social-input-containers span:before {
    left: 50%
}

.social-input-containers span:after {
    right: 50%
}

.social-input-containers.focus label {
    top: 0;
    transform: translateY(-50%);
    left: 25px;
    font-size: 0.8rem
}

.social-input-containers.focus span:before,
.social-input-containers.focus span:after {
    width: 50%;
    opacity: 1
}

.contact-info {
    padding: 2.3rem 2.2rem;
    position: relative;
    width: 500px;
}

.contact-info .title {
    color: #2c83d2
}

.text {
    color: #2c83d2;
    margin: 1.5rem 0 2rem 0
}

.social-information {
    display: flex;
    color: #555;
    margin: 0.7rem 0;
    align-items: center;
    font-size: 20px;
}

.icon_1 {
    width: 50px;
    margin-right: 0.7rem
}

.social-media {
    padding: 2rem 0 0 0
}

.social-media p {
    color: #2c83d2
}

.social-icons {
    display: flex;
    margin-top: 0.5rem
}

.social-icons a {
    width: 45px;
    height: 35px;
    border-radius: 43px;
    background: linear-gradient(45deg, #69abd8, rgb(57, 107, 158));
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 0.5rem;
    transition: 0.3s
}

.social-icons a:hover {
    transform: scale(1.05)
}

.contact-info:before {
    content: "";
    position: absolute;
    width: 110px;
    height: 100px;
    border: 22px solid #07174b;
    border-radius: 50%;
    bottom: -77px;
    right: 50px;
    opacity: 0.3
}

.social-information i {
    font-size: 22px;
    margin-bottom: 23px;
    margin-right: 8px;
    color: #0f3d79
}

.big-circle {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #5686b3, #0b75cb);
    bottom: 50%;
    right: 50%;
    transform: translate(-40%, 38%)
}

.big-circle:after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    background-color: #fafafa;
    border-radius: 50%;
    top: calc(50% - 180px);
    left: calc(50% - 180px)
}

.square {
    position: absolute;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(181%, 11%);
    opacity: 0.2
}

@media (max-width: 850px) {
    .form {
        grid-template-columns: 1fr
    }

    .contact-info:before {
        bottom: initial;
        top: -75px;
        right: 65px;
        transform: scale(0.95)
    }

    .contact-info-form:before {
        top: -13px;
        left: initial;
        right: 70px
    }

    .square {
        transform: translate(140%, 43%);
        height: 350px
    }

    .big-circle {
        bottom: 75%;
        transform: scale(0.9) translate(-40%, 30%);
        right: 50%
    }

    .text {
        margin: 1rem 0 1.5rem 0
    }

    .social-media {
        padding: 1.5rem 0 0 0
    }
}

@media (max-width: 480px) {
    .container_1 {
        padding: 1.5rem
    }

    .contact-info:before {
        display: none
    }

    .square,
    .big-circle {
        display: none
    }

    /* form,
    .contact-info {
        padding: 40px 40px;
    } */

    .text,
    .social-information,
    .social-media p {
        font-size: 1rem;
        color: rgb(22, 60, 110);

    }

    .title_1 {
        font-size: 1.15rem;
        color: white;
    }

    .social-icons_1 a {
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .icon_1 {
        width: 23px
    }

    .input {
        padding: 0.45rem 1.2rem
    }

    .btn {
        padding: 0.45rem 1.2rem
    }
}

.carousel_1-control.left,
.carousel_1-control.right {
    background: none;
    width: 20%;
}

.carousel_1-control.left.left.left {
    left: -25px;
}

.carousel_1-control.left.right {
    right: -25px;
}

.block-text {
    background-color: #2c83d2;
    border-radius: 5px;
    box-shadow: 0 3px 0 #122a6d;
    color: white;
    font-size: 14px;
    margin-top: 27px;
    padding: 15px 18px;
}

.block-text a {
    color: white;
    font-size: 20px;
    font-weight: bold;
    line-height: 21px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.mark {

    padding: 0;
    background-color: rgb(194, 209, 246);
}

.block-text {
    color: white;
}

.block-text p {
    color: white;
    /* font-family: Georgia; */
    font-style: italic;
    padding-top: 15px;
    line-height: 20px;
    font-size: 17px;
}

.sprite {
    background-image: url(images/try.png)
}

.sprite-i-triangle {
    background-position: 0 -1298px;
    height: 90px;
    width: 90px;
}

.block-text ins {
    bottom: -44px;
    left: 50%;
    margin-left: -60px;
}


.block {
    display: block;
}

.zmin {
    z-index: 1;
    height: 270px;
}

.ab {
    position: absolute;
}

.person-text {
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}

.person-text a {
    color: #125675;
    display: block;
    font-size: 16px;
    margin-top: 3px;
    text-decoration: underline;
}

.person-text i {
    color: rgb(66, 65, 65);
    font-family: Georgia;
    font-size: 16px;
}

.rel {
    position: relative;
}

.folded-corner:hover .text {
    visibility: visible;
    color: #fffdfd;
    ;
}

.Services-tab {
    margin-top: 20px;
    padding: 30px;


}

/*
  nav link items
*/
.folded-corner {
    padding: 25px 25px;
    position: relative;
    font-size: 90%;
    text-decoration: none;
    color: rgb(0, 0, 0);
    background: transparent;
    transition: all ease .5s;

}

.folded-corner:hover {
    background-color: #2c83d2;
    color: white;
}

/* vertical service  tab*/
.tabs {
    position: relative;

    height: 320px;
    clear: both;
    margin: 15px 0;
}

/* @media(max-width:768px){
    .tabs{
        height:700px;
    }
  } */
/* #app {
    padding-top: 10rem;
    padding-bottom: 10px;
} */

.tab {
    float: left;
    clear: both;
    width: 25%;
}

.tab label {
    position: relative;
    left: 1px;
    display: inline-block;
    text-decoration: none;
    background: #bfd9f3;
    padding: 15px 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #252525;
    text-align: center;
    font: 400 18px;
    width: 100%;
}

.tab label span {
    background: #000;
    font-size: 15px;
    color: #fff;
    padding: 3px 10px;
    text-align: center;
}


.tab [type=radio] {
    display: none;
}

.content {
    position: absolute;
    top: 0;
    left: 20%;
    background: rgb(222, 237, 245);
    right: 0;
    bottom: 0;
    padding: 20px;
    height: fit-content;
    padding: 8px;
    border: 2px solid #007bb5;
    border-radius: 10px;
}



.content ul li {
    margin: 10px 0;
    font: 16px;
    position: relative;
    padding-left: 20px;
    list-style-type: none;
}

.content-display-none {
    display: none !important;
}

.content-display-block {
    display: block !important;
}

.content ul li:first-child {
    margin-top: 0;
}

.content ul li:last-child {
    margin-bottom: 0;
}

.content ul li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
    background: #0f3d79;
    width: 5px;
    height: 5px
}

[type=radio]:checked~label {
    background: #0b75cb;
    z-index: 2;
    color: #fff;
    position: relative;

}

[type=radio]:checked~label~.content {
    z-index: 1;
}

[type=radio]:checked~label:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #0b75cb;
    top: 42%;
    right: -20px;
    z-index: 1000;
}

.vertical {
    margin-top: 5%;
    margin-bottom: 10%;
}

@media (max-width:768px) {
    .vertical {
        margin-bottom: 80%;
    }
}

@media (max-width:768px) {
    img {
        max-width: 100%;
    }
}

/*
  paper fold corner
*/

.folded-corner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 0px 0px 0;
    border-color: rgb(161, 158, 158) rgb(8, 53, 110);
    transition: all ease .3s;
}

/*
  on li hover make paper fold larger
*/
.folded-corner:hover:before {
    background-color: #D00003;
    border-width: 0 50px 50px 0;
    border-color: #eee #000;

}

.service_tab_1 {
    /* background-color: rgb(223, 232, 255); */
    background-color: rgb(247, 253, 252);
    height: 415px;

}

.service_tab_1:hover .fa-icon-image {
    color: white;
    transform: rotate(360deg) scale(1.5);
}


.fa-icon-image {
    color: #2c83d2;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    /* -moz-font-feature-settings: normal;
    -moz-font-language-override: normal; */
    text-rendering: auto;
    transition: all .65s linear 0s;
    text-align: center;
    transition: all 1s cubic-bezier(.99, .82, .11, 1.41);
}

/* NEW  */
.more {
    margin-top: 10%;
    padding-bottom: 10rem;
}

.more_1 {
    padding-top: 10rem;
}

/* accordion */
#faq {
    margin-top: 10%;
}

/*
.panel-heading .accordion-toggle:after {
   
    content: "\e114";   
    float: right;       
}
.panel-heading .accordion-toggle.collapsed:after {
   
    content: "\e080";   
}
.panel{
    background-color: #69abd8;
} */
.accordion {
    width: 100%;
    padding: 0 5px;
    border: 2px solid #2c83d2;
    cursor: pointer;
    display: flex;
    margin: 10px 0;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 30px;

}

.accordion i {
    color: #2c83d2;
    transition: all .5s ease-in;
}

.accordion .fa-minus {
    display: none;
}

.accordion:hover {
    background-color: #2c83d2;
    color: white;
    transition: all .5s ease-in;
    border: 2px solid #dddddd;
}

.active .fa-minus {
    display: block;
    color: #2c83d2;

}

.active .fa-plus {
    display: none;
}

.accordion h5 {
    font-size: 18px;
    margin: 0;
    color: #2c83d2;
    padding-left: 5px;
}

.active i,
.accordion:hover i,
.accordion:hover h5 {
    color: white;
}

.panal {
    padding: 0 15px;
    border-left: 1px solid #2c83d2;
    margin-left: 25px;
    font-size: 14px;
    text-align: justify;
    overflow: hidden;
    transition: all .1s ease-in;
    max-height: 0;
}

/* progress bar */
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    padding-top: 1rem;
}

.counts .count-box {
    box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 100%;
}

.counts .count-box i {
    display: block;
    font-size: 30px;
    color: #2c83d2;
    float: left;
}

.counts .count-box span {
    font-size: 42px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    color: #0b2341;
    margin-left: 50px;
}

.counts .count-box p {
    padding: 30px 0 0 0;
    margin: 0;
    /* font-family: "Raleway", sans-serif; */
    font-size: 14px;
}

.counts .count-box a {
    font-weight: 600;
    display: block;
    margin-top: 20px;
    color: #164682;
    font-size: 15px;
    /* font-family: "Poppins", sans-serif; */
    transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
    color: #2169c4;
}

/* performance marketing */

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
#mobile {
    margin-top: 5%;
}

.pricing .row {
    padding-top: 10px;
}

.pricing .box {
    padding: 30px 20px;
    margin-bottom: 10px;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
    background: #bfd9f3;
    /* background-color: #f7fbff; */
    height: 550px;
    text-align: center;
}

.pricing h3 {
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 28px;
}

.pricing h4 {
    font-size: 46px;
    color: #0b2341;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 25px;
}

.pricing h4 span {
    color: #bababa;
    font-size: 18px;
    display: block;
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: #333;
    font-size: 16px;
    text-align: left;
    line-height: 20px;
}

.pricing ul li {
    padding-bottom: 12px;
    font-size: 16px;
}

.pricing ul i {
    color: #2c83d2;
    font-size: 16px;
    padding-right: 4px;
    position: absolute;
}

.pricing ul .na {
    color: #333;
}

.pricing ul .na i {
    color: #333;
}

.pricing ul .na span {
    text-decoration: line-through;
}

.pricing .get-started-btn {
    display: inline-block;
    padding: 10px 40px 11px 40px;
    border-radius: 10px;
    color: #2c83d2;
    transition: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
    border: 1px solid #2c83d2;
    background: rgb(200, 213, 250);
}

.pricing .get-started-btn:hover {
    background: #2c83d2;
    color: #fff;
    text-decoration: none;
}

.pricing .featured {
    z-index: 10;
    padding: 30px 20px;
    border: 4px solid #2c83d2;
    height: 550px;
}

.pricing .featured .get-started-btn {
    background: #2c83d2;
    color: #fff;
    border-color: #0b2341;
    margin-top: 10px;
}

.pricing .featured .get-started-btn:hover {
    background: #0b2341;
}

@media (max-width: 992px) {
    .pricing .box {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 767px) {
    .pricing .box {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 420px) {
    .pricing .box {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
}


/* web development */
/* #web {
    margin-top: 5%;
} */

/* mobile app development */

.wrapper {
    width: 1170px;
    margin: 5% auto;
}

.single-service {
    position: relative;
    /* width: 31%; */
    height: 280px;
    background: #bfd9f3;
    box-sizing: border-box;
    padding: 0 15px;
    box-shadow: 1px 5px 5px #87c5ff;
    transition: .5s;
    overflow: hidden;
    float: left;
    margin: 0 10px;
    border-radius: 100px;
    text-align: center;
}

.line {
    width: 150px;
    height: 3px;
    background: #2c83d2;
    margin: 0 auto 60px auto;
}

.single-service p {
    color: #333;
    font-size: 16px;
}

.social {
    width: 60px;
    height: 60px;
    background: #2c83d2;
    border-radius: 50%;
    margin: 5% auto;
}

.social i {
    font-size: 30px;
    padding: 15px;
    color: #fff;
}

.single-service:hover {
    box-shadow: 0 15px 15px #336ea8;
}

.single-service span {
    position: absolute;
    top: 0;
    left: -110%;
    width: 100%;
    height: 100%;
    background: #2c83d2;
    transition: .6s;
    transform: skewX(45deg);
}

.single-service:hover span {
    left: 110%;
}

@media (max-width:1000px) {
    .wrapper {
        width: 100%;
    }

    .single-service {
        width: 95%;
        margin-bottom: 30px;
    }

    .wrapper h2 {
        font-size: 30px;
    }
}


/* timeline section */
/*********************/
/*     Project 1     */
/*********************/
/* .basic-2 {
    padding-top: 10px;
    padding-bottom: 10rem;
} */

.basic-2 .text-container {
    margin-bottom: 4rem;
}

.basic-2 h2 {
    margin-bottom: 1.875rem;
}

.basic-2 p {
    margin-bottom: 1.25rem;
}

/*********************/
/*     Project 2     */
/*********************/
/* .basic-3 {
    padding-top: 10px;
    padding-bottom: 10rem;
} */

.basic-3 .image-container {
    margin-bottom: 4rem;
}

.basic-3 h2 {
    margin-bottom: 1.875rem;
}

.basic-3 p {
    margin-bottom: 2rem;
}

.basic-3 .btn-solid-reg {
    margin-right: 0.75rem;
}

.basic-3 .btn-solid-reg {
    cursor: pointer;
}

/*********************/
/*     Project 3     */
/*********************/
/* .basic-4 {
    padding-top: 10px;
    padding-bottom: 10rem;
} */

.basic-4 .text-container {
    margin-bottom: 4rem;
}

.basic-4 h2 {
    margin-bottom: 1.875rem;
}

.basic-4 .list-unstyled .fas {
    font-size: 16px;
    line-height: 1.625rem;
}

.basic-4 .list-unstyled .flex-grow-1 {
    margin-left: 0.5rem;
}

/* service new */
.main_1 {
    width: 100%;
    min-height: 380px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.service_1 {
    background: #bfd9f3;
    padding: 30px;
    height: auto;
    border-radius: 10px;
    position: absolute;
    bottom: 5px;
    z-index: 1;
    box-shadow: 0 0 20px -15px #030380;
    transition: transform .8s;
}

/* Mengatur posisi logo service */
.service-logo {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: -90px auto 0;
    background: #fff;
    border: 10px solid #007bff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Membuat border title */
.service_1 h4 {
    height: 35px;
    width: 80%;
    margin: 20px auto;
    background: #bfd9f3;
    position: relative;
}

.service_1 h4::after,
.service_1 h4::before {
    content: '';
    width: 40px;
    height: 30px;
    position: absolute;
    z-index: -1;
}

.service_1 h4::after {
    background: linear-gradient(to right, #bfd9f3, #2c83d2);
    right: -5px;
    top: -5px;
}

.service_1 h4::before {
    background: linear-gradient(to right, #007bff, #bfd9f3);
    left: -5px;
    bottom: -5px;
}


/* membuat shadow untuk service */
.main_1::after {
    content: '';
    height: 200px;
    width: 80%;
    background: #bfd9f3;
    position: absolute;
    border-radius: 10px;
    bottom: 0;
    left: 10%;
    z-index: -1;
    box-shadow: 0 0 20px -15px #2c83d2;
    transition: transform .8s;
}

.main_1::before {
    content: '';
    height: 200px;
    width: 64%;
    background: #94c6f8;
    position: absolute;
    border-radius: 10px;
    bottom: 0;
    left: 18%;
    z-index: -2;
}

.main_1:hover .service_1 {
    transform: translateY(-50px);
}

.main_1:hover::after {
    transform: translateY(-25px);
}

.service-logo i {
    transition: transform 1s;
}

.contact-2 {
    background-image: url(images/angle-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover;  */
}
