@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}


@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

@media (max-width: 767px) {

    #theme-banner-one .illustration,
    .agn-contact-banner .title br {
        display: none;
    }
}

@media (max-width: 575px) {
    #theme-banner-one .main-wrapper {
        padding-top: 170px;
    }

    #theme-banner-one .main-wrapper .main-title,
    #theme-banner-two .main-title,
    .seo-work-progress .single-work-list .text-wrapper .title,
    #theme-banner-one .main-wrapper .sub-title {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 25px;
    }

    #theme-banner-one .main-wrapper .main-title br,
    #theme-banner-one .main-wrapper .sub-title br,
    #theme-banner-one .main-wrapper .button-group li {
        margin-top: 25px;
    }
}

/*---------------------------- Theme Main Banner One -------------------------*/
#theme-banner-one {
    /* background: url(/../images/shape/1.png) no-repeat top left; */
    position: relative;
}

#theme-banner-one .main-wrapper {
    padding: 235px 0 155px;
}

#theme-banner-one .main-wrapper .slogan {
    display: inline-block;
    background: #FBFBFF;
    border: 1px solid #E9E9E9;
    line-height: 32px;
    padding: 0 20px;
    font-size: 15px;
    color: #677180;
    border-radius: 3px;
}

#theme-banner-one .main-wrapper .slogan span {
    color: #FF605E;
}

#theme-banner-one .main-wrapper .main-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 70px;
    line-height: 80px;
    padding: 25px 0 35px;
}

#theme-banner-one .main-wrapper .sub-title {
    font-size: 20px;
    line-height: 32px;
    color: #8b8e92;
    padding-bottom: 28px;
}

#theme-banner-one .main-wrapper .button-group li {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    line-height: 55px;
}

#theme-banner-one .main-wrapper .button-group .more-button {
    margin-left: 30px;
}

#theme-banner-one .illustration {
    position: absolute;
    left: 12%;
    top: 27%;
}

#theme-banner-one .illustration .shape-one {
    position: absolute;
    top: -28px;
    right: -63px;
}

#theme-banner-one .illustration .shape-two {
    position: absolute;
    bottom: 0;
    right: -25px;
}

#theme-banner-one .oval-one {
    position: absolute;
    right: -3%;
    top: 26%;
    animation: jump 8s infinite linear;
}

#theme-banner-one .shape-three {
    position: absolute;
    top: 21%;
    right: 22%;
    animation: animationFramesTwo 13s infinite linear;
}

#theme-banner-one .shape-four {
    position: absolute;
    top: 27%;
    left: 7%;
    animation: animationFramesFour 25s alternate infinite linear;
}

#theme-banner-one .shape-five {
    position: absolute;
    top: 50%;
    left: 50%;
    animation: animationFramesThree 35s alternate infinite linear;
}

#theme-banner-one .shape-six {
    position: absolute;
    top: 70%;
    right: 3%;
    animation: animationFramesFour 20s alternate infinite linear;
}

#theme-banner-one .shape-seven {
    position: absolute;
    bottom: 2%;
    right: 28%;
    animation: animationFramesOne 15s infinite linear;
}

#theme-banner-one .shape-eight {
    position: absolute;
    bottom: 3%;
    left: 38%;
    animation: animationFramesFour 20s alternate infinite linear;
}

#theme-banner-one .shape-nine {
    position: absolute;
    bottom: 4%;
    left: 4%;
    animation: animationFramesOne 17s infinite linear;
}

#theme-banner-one .shape-ten {
    position: absolute;
    top: 60%;
    left: 4%;
    animation: animationFramesOne 20s alternate infinite linear;
}

#theme-banner-one .shape-eleven {
    position: absolute;
    top: 22%;
    left: 41%;
    animation: animationFramesOne 15s infinite linear;
}

/*---------------------------- Theme Main Banner Two -------------------------*/

.box-snow {
    position: relative;
    padding: 113px 0px 90px 0px;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.box-snow::before {
    content: "";
    position: absolute;
    top: 80px;
    left: 140px;
    width: 445px;
    height: 106px;
    background-position: center;
    background-repeat: no-repeat;
}

.box-snow-form {
    background: rgba(240, 248, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
}

.box-snow-form-image {
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

#form-snow .title_snow_box {
    color: #c79614 !important;
    text-shadow: -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;
}
