
/*********************  Default-CSS  *********************/


html body {
    font-family: 'Montserrat', sans-serif; 
    margin: 0;
    line-height: 1.3;
    color: #414042;
    font-size: 14px;
    overflow-x: hidden;
}

.anim{
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a,
span,
a:hover,
a:active,
button {
    text-decoration: none;
}

*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a:focus, button:focus, input:focus, select:focus {
    outline: none;
}

a:hover {
    color: #000;
}

body .clearfix,
body .clear {
    clear: both;
    line-height: 100%;
}

body .clearfix {
    height: auto;
}

* {
    outline: none !important;
}

ul, li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    margin: 0;
}
p{
    margin: 0;
}

img {
    max-width: 100%;
}
.common_btn{
    min-width: 290px;
    line-height: 1;
    color: #3FBFF2;
    border: 3px solid #3FBFF2;
    padding: 26px 15px;
    display: inline-block;
    border-radius: 90px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-color: transparent;
}
.common_btn:after{
    content: ' ';
    width: 100%;
    height: 100%;
    background-color: rgba(63, 191, 242, 0.08);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
}
.common_btn:hover{
    color: #3FBFF2;
}
.common_btn:hover:after{
    opacity: 1;
}
.common_btn:focus::after{
    background-color: rgba(63, 191, 242, 25%);
}
.common_btn:active{
    color: #fff;
    background-color: #3FBFF2;
}
.common_btn:active:after{
    opacity: 0;
}

/*********************  Default-CSS close  *********************/

/*********************  Password Section Start  *********************/
.main-wrapper{
    /*overflow-x: hidden;*/
    position: relative;
}
.logo_section{
    padding: 35px 45px 15px 45px;
}
.logo_section a{
    display: inline-block;
}
.password_section {
    /*background-image: url(../image/password-protected-SplashPage-img.png);*/
    height: 100%;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
}
.password_section:after{
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 28, 41, 0.85);
    z-index: -1;
}
.paswword_innser_section{
    width: 100%;
    height: calc(100vh - 191px);
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.password_section_title p{
    font-size: 100px;
    font-family: 'Montserrat', sans-serif;
    color: #3FBFF2;
    text-align: center;
    line-height: 1.2;
    font-weight: 100;
}
.code_main_contain{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 70px;
}
.code_contain{
    display: flex;
    flex-direction: column;
}
.code_contain p{
    font-weight: bold;
    color: #EDF8FF;
    font-size: 22px;
    text-align: center;
    align-self: flex-start;
}
.code_contain input{
    min-width: 533px;
    padding: 12.5px 15px;
    font-size: 22px;
    background-color: unset;
    outline: none;
    color: #3FBFF2;
    border: unset;
    border-bottom: 1px solid #EBF6FF;
    padding-left: 0px;
}
.code_contain input::placeholder{
    color: #C1C1C1;
}
.paswword_innser_section .common_btn{
    align-self: center;
    margin-top: 60px;
}
.password_last_contain{
    margin-top: 50px;
    margin-bottom: 50px;
}
.password_last_contain p{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #3FBFF2;
    line-height: 1.4;
}
.password_last_contain p a{
    color: #3FBFF2;
}
.password_last_contain p a:hover{
    color: #fff;
}
.password_protected_shap {
    position: absolute;
    right: -26%;
    bottom: -6%;
}
.enter_btn.active{
    background-color: #4EB2F1;
    color: #fff;
}
.code_input.active{
    color: red;
}
.banner_bottom_shap {
    position: absolute;
    bottom: 0px;
    left: 0%;
    height: 35px;
    width: 100%;
    background-image: url(../image/banner_bottom.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.success_stories_page .banner_video_section video{
    height: 666px;
}
.code_banner_video_section{
    width: 100%;
    height: 100vh;
}
.code_banner_video_section video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*********************  Password Section End  *********************/

/*********************  Home page Start  *********************/
/*********************  Banner and menu Section Start  *********************/
.common_banner .logo_section{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#toggle div {
    width: 100%;
    height: 2px;
    background: #3FBFF2;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    backface-visibility: hidden;
}
.two {
    margin: 12px auto;
}
#toggle {
    width: 60px;
    height: 30px;
    display: block;
    position: relative;
    cursor: pointer;
    z-index: 10;
}
.welcome_contain h1{
    font-size: 100px;
    color: #3FBFF2;
    max-width: 810px;
    margin: 0 auto;
    text-align: center;
    font-weight: 100;
}
.welcome_contain p{
    font-size: 30px;
    color: #fff;
    line-height: 1;
    text-align: center;
    margin-top: 58px;
}
.welcome_contain{
    padding-bottom: 110px;
}
.header-wrapper{
    position: relative;
}
.common_banner .banner_video_section:after{
    content: ' ';
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(20, 28, 41, 0.85);
    width: 100%;
    height: 100%;
    z-index: 0;
}
.menu_iteam{
    min-width: 434px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;    
    display: none;
}
.menu_iteam:after{
    content: ' ';
    width: 100%;
    height: 100%;
    background-color: #1C2739;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
    opacity: 95%;
}
.menu_iteam > ul{
    padding: 70px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.menu_iteam > ul li + li{
    margin-top: 90px;
}
.inner_menu_iteam > ul li + li{
    margin-top: 25px;
}
.inner_menu_iteam > ul li a{
    font-size: 20px;
}
.menu_iteam .menu_inner_iteam > li:last-child{
    margin-top: 30px;
}
.menu_iteam .menu_inner_iteam > li a{
    text-transform: uppercase;
}
.menu_iteam .inner_menu_iteam li a{
    text-transform: unset;
}
.menu_iteam ul li a:hover,
.inner_menu_iteam ul li a:hover{
    color: #3FBFF2;
}
.inner_menu_iteam{
    display: flex;
    justify-content: center;
}
.inner_menu_iteam ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
}
.menu_iteam li a{
    color: #fff;
    font-size: 24px;
    font-family: 'Varela Round', sans-serif;
}
#toggle.on div{
    margin: 4px auto;
}
#toggle.on .one {
    width: 100%;
    transform: rotate(45deg) translate(4px, 6px);
}
#toggle.on .two {
     opacity: 0; 
}
#toggle.on .three {
     transform: rotate(-45deg) translate(2px, -6px); 
}
.down_arrow {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    padding: 10px 20px;
}
.banner_shap {
    position: absolute;
    right: -600px;
    bottom: -400px;
    z-index: 1;
}
header{
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 5;
}
.banner_video_section video{
    height: 711px;
    object-fit: cover;
    width: 100%;
}
.banner_video_section{
    position: relative;
}
.welcom_banner_section{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 1;
}
/*********************  Banner and menu Section End  *********************/

/*********************  Expertise Section Start  *********************/
.expertise_section{
    padding-top: 80px;
    position: relative;
    z-index: 1;
}
.expertise_inner_section{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.expertise_left_img{
    width: 840px;
    display: flex;
    align-items: center;
}
.expertise_right_contain{
    width: calc(100% - 840px);
    display: flex;
    flex-direction: column;
    padding-left: 58px;
    /*align-items: center;*/
}
.section_title h2{
    font-size: 160px;
    color: #3FBFF2;
    font-weight: 100;
}
.section_title p{
    font-size: 54px;
    color: #141C29;
    font-weight: bold;
    margin-top: -68px;
}
.expertise_right_contain .section_title{
    max-width: 787px;
}
.expertise_right_contain .section_title p{
    max-width: 512px;
    margin-left: auto;
}
.expertise_detail_step_list ul li{
    display: flex;
    position: relative;
}
.expertise_detail_step_list ul li .expertise_left_number p{
    font-weight: bold;
    font-size: 32px;
    color: #3FBFF2;
    margin-right: 20px;
}
.expertise_detail_step_list ul li .expertise_right_details h3{
    font-weight: bold;
    font-size: 22px;
    color: #141C29;
    margin-top: 9px;
}
.expertise_detail_step_list ul li .expertise_right_details p{
    font-size: 14px;
    color: #3A4366;
    font-weight: 500;
    margin-top: 15px;
    line-height: 1.4;
}
.expertise_detail_step_list ul li + li{
    margin-top: 50px;
}
.expertise_detail_step_list ul li:after{
    content: ' ';
    width: 68%;
    height: 1px;
    background-color: #EAEEFD;
    position: absolute;
    bottom: -25px;
    left: 0px;
}
.expertise_detail_step_list{
    margin-top: 35px;
}
.contact_btn{
    margin-top: 90px;
}
.expertise_left_img img {
    margin-top: 130px;
    position: relative;
    z-index: 3;
}
.expertise_shape {
    position: absolute;
    left: -505px;
    bottom: -350px;
    z-index: 3;
}
/*********************  Expertise Section End *********************/

/*********************  Experience Section Start *********************/
.experience_section{
    margin-top: 105px;
    padding: 70px 0px 110px;
    background-color: #B8E3FC;
}
.experience_section .section_title h2{
    color: #fff;
}
.experience_left_details p{
    max-width: 442px;
    font-size: 14px;
}
.experience_left_details p + p{
    margin-top: 40px;
}
.experience_section .row{
    margin-top: 52px;
}
.exp_contact_btn{
    margin-top: 56px;
}
.experience_right_details{
    padding-left: 60px;
}
.experience_main_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.dealship_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 12px;
    width: 33.33%;
}
.dealship_box h3{
    font-weight: bold;
    font-size: 22px;
    color: #141C29;
    margin: 18px 0;
}
.dealship_box p{
    text-align: center;
}
.last_experience_main_box{
    margin-top: 64px;
}
.dealship_icon{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
}
/*********************  Experience Section End *********************/

/*********************  Experience Section End *********************/
.any_liyod_section{
    padding-top: 45px;
    position: relative;
}
.any_liyod_details p{
    max-width: 431px;
    font-size: 14px;
    line-height: 1.5;
}
.any_liyod_details p span{
    color: #3FBFF2;
}
.any_liyod_details p + p{
    margin-top: 30px;
}
.any_liyod_btn {
    margin-top: 180px;
}
.any_liyod_main_details{
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.any_liyod_inner_details{
    display: flex;
    flex-direction: column;
}

.erich_section{
    margin-top: 20px;
}
.erich_section .section_title{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.erich_section .section_title p{
    max-width: 570px;
}
.erich_section .row{
    justify-content: flex-end;
}
.erich_section .any_liyod_main_details{
    padding-right: 30px;
}
.amy_liyod_shape {
    position: absolute;
    right: -242px;
    top: 60px;
}
/*********************  Performance Section Start *********************/

.performance_section{
    margin-top: 125px;
    padding: 90px 0 181px;
    background-color: #B8E3FC;
    position: relative;
}
.performance_section .section_title h2{
    color: #fff;
}
.performance_section .performance_details p{
    font-size: 14px;
    color: #3A4366;
    line-height: 1.5;
    max-width: 483px;
}
.performance_section .performance_details p + p{
    margin-top: 30px;
}
.performance_btn{
    margin-top: 97px;
}
.performance_car_img{
    display: flex;
    justify-content: flex-end;
}
.performance_section .row{
    margin-top: 47px;
}
.performance_shape {
    position: absolute;
    right: -380px;
    bottom: -290px;
}
.dekstop_none{
    display: none;
}
.experience_inner_section{
    position: relative;
    z-index: 2;
}
/*********************  Performance Section End  *********************/

/*---------------- Banner Section Start ----------------*/
.success_stories_page .welcom_banner_section h1 {
    max-width: 730px;
}
.success_stories_page .welcom_banner_section .welcome_contain p {
    font-size: 14px;
    max-width: 650px;
    margin: 58px auto auto auto;
    line-height: 1.4;
    position: relative;
    z-index: 2;
}
.success_stories_page .welcome_contain {
    padding-bottom: 100px;
}
/*---------------- Banner Section End ---------------- */

/*----------------  Alignment Section Start ---------------- */
.alignment_section{
    padding-top: 75px;
    position: relative;
}
.alignment_section .section_title{
    max-width: 1143px;
}
.success_stories_page .alignment_section .section_title p{
    max-width: 920px;
    line-height: 1.2;
    margin-left: auto;
}
.alignment_sub_title {
    margin-top: 30px;
    margin-bottom: 50px;
}
.alignment_sub_title p{
    font-size: 28px;
    line-height: 1.3;
    font-weight: 500;
}
.alignment_section .alignment_circle{
    bottom: -50px;
    left: -520px;
    content: '';
    position: absolute;
}
.alignment_sub_heading h3{
    font-size: 22px;
    color: #141C29;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.alignment_section .challenge_paragraph,
.trasnform_section .challenge_paragraph,
.optimize_section .challenge_paragraph{
    max-width: 570px;
}
.alignment_section .solution_paragraph,
.trasnform_section .solution_paragraph,
.optimize_section .solution_paragraph{
    max-width: 600px;
}
.alignment_section .insight_paragraph,
.optimize_section .insight_paragraph,
.trasnform_section .insight_paragraph{
        max-width: 405px;
}
.alignment_paragraph p{
    display: flex;
    font-size: 14px;
    color: #3A4366;
    font-weight: 500;
    padding-bottom: 20px;
    align-items: flex-start;
}
.alignment_paragraph p span:first-child{
    padding-right: 3px;
}
.solution{
    padding-top: 20px;
}
.insight{
    padding-bottom: 50px;
}
.insight_last_img{
    max-width: 502px;
    height: 297px;
}
.insight_padding{
    padding-left: 115px;
}
/*----------------  Alignment Section End ---------------- */


/*----------------  Invest Section Start ---------------- */
.invest_section{    
    margin-top: 120px;
    background-image: url(../image/success/invest-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.invest_section:after{
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color:rgba(20, 28, 41, 0.835);
}
.invest_section .invest_heading {
    padding-top: 90px;
    padding-bottom: 110px;
}
.invest_section .invest_heading h2{
    font-size: 100px;
    text-align: center;
    font-weight: 100;
    color: #3FBFF2;
    line-height: 1.1;
    max-width: 1360px;
}
.invest_section .invest_inner{
    display: flex;
    justify-content: center;
}
/*----------------  Invest Section Start ---------------- */

/*----------------  Transformation Section Start ---------------- */
.trasnform_section .section_title{
    max-width: 1180px;
}
.trasnform_section .section_title h2 {
    display: inline-block;
}
.trasnform_section .section_title p {
    margin-left: auto;
    max-width: 711px;
    line-height: 1.2;
}
.trasnform_section .alignment_sub_title{
    max-width: 1175px;
}
.trasnform_section{
    padding-top: 100px;
    position: relative;
}
.trasnform_section .challenge_paragraph {
    max-width: 650px;
}
.transform_circle {
    top: 470px;
    content: '';
    right: -357px;
    position: absolute;
}
/*---------------- Transformation Section End ----------------*/

/*---------------- Client Section Start ---------------- */
.client_section{    
    margin-top: 120px;
    background-image: url(../image/success/each-clint-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.client_section:after{
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color:rgba(20, 28, 41, 0.835);
}
.client_section .client_heading{
    padding: 90px 0;
}
.client_section .client_heading h2{
    font-weight: 100;
    font-size: 100px;
    text-align: center;
    color: #3FBFF2;
    line-height: 1.1;
    max-width: 1151px;
}
.client_section .client_inner{
    display: flex;
    justify-content: center;
}
/*---------------- Client Section End ---------------- */

/*---------------- Optimize Section Start ---------------- */
.optimize_section{
    padding-top: 100px;
}
.optimize_section .section_title{
    max-width: 1155px;
}
.optimize_section .section_title p{
    margin-left: auto;
    max-width: 720px;
}
/*---------------- Optimize Section End ---------------- */

/*---------------- Contact Section Start ---------------- */
.contact_section{
    padding-top: 50px;
}
.contact_section .contact_form{
    width: 100%;
    display: flex;
}
.success_contact_btn{
    margin-top: 100px;
    text-align: center;
}

.contact_section .section_title{
    text-align: center;
    margin-bottom: 80px;
}
.contact_section .contact_form div{
    display: flex;
    flex-direction: column;
}
.contact_section input::placeholder,
.contact_section textarea::placeholder{
    color:#707070;
}
.contact_section input,
.contact_section textarea{
    border: none;
    resize: none;
    color: #3FBFF2;
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 10px;
    border-bottom: 1px solid #141C29;
}
.contact_section label{
    color:#3FBFF2;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.contact_section .contact_input{
    width: 100%;
    margin-right: 20px;
}
.contact_section .contact_input:last-child{
    margin-right: 0px;
}
.contact_section .contact_textarea{
    margin-top: 60px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
/*---------------- Contact Section End ---------------- */

/*---------------- Footer Section Start ---------------- */
footer{
    background-color: #141C29;
    padding-top: 140px;   
    padding-bottom: 100px;   
    margin-top: 150px; 
    position: relative;
}
footer .footer_circle {
    content: '';
    top: -215px;
    left: -180px;
    position: absolute;
}
footer .footer_tagline{
    margin-top: 45px;
    margin-bottom: 35px;
}
footer .footer_tagline p{
    color: #fff;
    max-width: 250px;
    font-size: 12px;
    line-height: 2;
}
footer .footer_icons{
    padding-right: 15px;
    max-width: 50px;
}
footer .footer_contact{
    padding-bottom: 30px;
}
footer .footer_labal a,
footer .footer_labal p{
    font-size: 12px;
    color: #fff;
}
footer .footer_labal{
    max-width: calc(100% - 50px);
}
footer .footer_email,
footer .footer_phone,
footer .footer_location{
    display: flex;
}
footer .footer_logo{
    max-width:170px;
    display: inline-block;
}
footer .footer_left{
    padding-left: 70px;
}
footer .location {
    max-width: 225px;
}

footer .footer_right{
    display: flex;
    justify-content: flex-end;
    padding-top: 45px;
    height: 100%;
}
footer .footer_right .service_items{
    display: flex;
    align-items: baseline;
}   
footer .service_header h3{
    font-size: 22px;
    font-weight: 700;
    color: #3FBFF2;
    padding-bottom: 25px;
}
footer .service_items ul li{
    padding-bottom: 15px;
}
footer .service_items ul li a,
footer .service_col span {
    color: #fff;
    font-size: 12px;
    display: inline-block;
}
footer .service_col span{
    padding-bottom: 15px;
}
footer .service_col{
    padding-right: 50px;
}
footer .ul_padding{
    padding-left: 20px;
}
footer .service_items .col_width_two{
    padding-right: 0;
}
footer .footer_labal a:hover,
footer .service_items ul li a:hover{
    color: #3FBFF2;
}
footer .down_arrow {
    position: absolute;
    top: -44px;
    bottom: unset;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 25px;
    cursor: pointer;
}
footer .down_arrow:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 50%;
    width: 202px;
    height: 38px;
    background-image: url('../image/success/footer-scroll-shap.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: translateX(-50%);
    z-index: -1;
}
#thankyou-msg{
    padding: 60px 0px 100px;
    text-align: center;
    color: #3FBFF2;
    max-width: 682px;
    font-weight: bold;
    font-size: 22px;
    margin: 0 auto;
}
/*---------------- Footer Section End ---------------- */



.loder-wrapper{
    width: 100%;
    height: 100vh;
    background-image: radial-gradient(circle farthest-corner at center, #3C4B57 0%, #1C262B 100%);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 15;
}

.loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  perspective: 800px;
}

.inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;  
}

.inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid #00B5F1;
}

.inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 3px solid #00B5F1;
}

.inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 3px solid #6CB347;
}

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

/*
    font-family: 'Montserrat', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-family: 'Varela Round', sans-serif;
*/