@keyframes pop {
    0% {
        transform: translate(-50%, -50%) scale(1.25, 0.75);
    }
    50% {
        transform: translate(-50%, -150%) scale(1, 1);
    }
    55% {
        transform: translate(-50%, -150%) rotate(15deg);
    }
    60% {
        transform: translate(-50%, -150%) rotate(-15deg);
    }
    65% {
        transform: translate(-50%, -150%) rotate(15deg);
    }
    70% {
        transform: translate(-50%, -150%) rotate(-15deg);
    }
    100% {
        transform: translate(-50%, -50%) scale(1.25, 0.75);
    }
}

@keyframes jump {
    0% {
        transform: translate(-50%, -50%) scale(1.25, 0.75);
    }
    50% {
        transform: translate(-50%, -150%) scale(1, 1);
    }
    55% {
        transform: translate(-50%, -150%) rotate(15deg);
    }
    60% {
        transform: translate(-50%, -150%) rotate(-15deg);
    }
    65% {
        transform: translate(-50%, -150%) rotate(15deg);
    }
    70% {
        transform: translate(-50%, -150%) rotate(-15deg);
    }
    100% {
        transform: translate(-50%, -50%) scale(1.25, 0.75);
    }
}

@keyframes slide {
    0% {
        transform: translate(-25%, -25%) scale(1.25, 0.75);
    }
    50% {
        transform: translate(-25%, -50%) scale(1, 1);
    }
    55% {
        transform: translate(-25%, -50%) rotate(15deg);
    }
    60% {
        transform: translate(-25%, -50%) rotate(-15deg);
    }
    65% {
        transform: translate(-25%, -50%) rotate(15deg);
    }
    70% {
        transform: translate(-25%, -50%) rotate(-15deg);
    }
    100% {
        transform: translate(-50%, -50%) scale(1.25, 0.75);
    }
}

.testimonial_subtitle{
    color: #54c3c0;
    font-size: 14px;
    margin-left: 20px;
}
  .testimonial_btn{
    background-color: #373d4b !important;
    color: #fff !important;
 }
 .seprator {
    height: 2px;
    width: 56px;
    background-color: #54c3c0;
    margin: 7px 0 10px 0;
}

#service
{
    background-image: url('../img/services/pic.jpg');
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    
}

#jump {
    animation: pop 5.2s;
}

#aboutInfo {
    transform: translateX(-10%) translateY(-10%);

    width: 50vh;
    height: 71vh;
    justify-content: center;
    margin-top: 10%;
    
}

#teamInfo {
    transform: translateX(-5%) translateY(25%);
    width: 50vh;
    height: 61vh;
    
    margin-top: 1%;
   
}

#contact {
    
    width: 50vh;
    height: 50vh;
    justify-content: center;
   
}

#aboutElements {
    transform: translateX(15%);
    z-index: -1;
    position: relative;
    margin-top: 150%;
}


#sideElement
{
    width: 20px;
   
    background-image: url('../img/Home-UI-Elements-01.png');
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}


/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
   
}



@media only screen and (max-width: 992px) {
    .class-section .primary-btn {
        margin-bottom: 20px;
        float: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .nav-menu .mainmenu ul li {
        margin-right: 25px;
    }
}

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 320px) and (max-width: 479px) 
{

    p {
        font-size: 10px;
        
    }

    #aboutInfo {
       
        width: 100vh;
        height: 10vh;
        justify-content: center;
        margin-top: 10%;
        background-color: transparent;
        
    }

    
    
    #teamInfo {
        transform: translateX(-5%);
        width: 50vh;
        height: 50vh;
        justify-content: center;
        margin-top: 10%;
        animation: slide 2.2s;
    }
    
    #contact {
        
        width: 60vh;
        height: 80vh;
        justify-content: center;
       
    }
    
    #aboutElements {
       
        z-index: -1;
        position: relative;
       
    }
}

@media only screen and  (max-width: 320px) 
{

    .container
    {
        background-color: transparent;
    }

    p {
        font-size: 12px;
        
    }

    #aboutInfo {
        transform: translateX(5%);
        width: 100vh;
        height: 50vh;
        justify-content: center;
        margin-top: 2%;
        background-color: transparent;
        
    }


    #sideElement
    {
        height: 1px;
        width: 0px;
    }

    
    
    #teamInfo {
        transform: translateX(-5%);
        width: 50vh;
        height: 50vh;
        justify-content: center;
        margin-top: 10%;
        animation: slide 2.2s;
    }
    
    #contact {
        
        width: 60vh;
        height: 80vh;
        justify-content: center;
       
    }
    
    #aboutElements {
       
        z-index: -1;
        position: relative;
       
    }
}
