* {
    margin: 0;
    padding: 0;
}

* {
    font-family: "Saira ExtraCondensed" !important;
}

h1 {
    font-size: 5rem;
    text-transform: uppercase;
    line-height: 70px;
    font-weight: bold;
    font-family: "Saira ExtraCondensed" !important;
}

h2 {
    font-size: 2.9rem;
    line-height: 55px;
    font-weight: bold;
    font-family: "Saira ExtraCondensed" !important;
}

h4 {
    font-size: 2.25rem;
    font-family: "Saira ExtraCondensed" !important;
}

h5 {
    font-size: 1.401rem;
    line-height: 2.101rem;
    font-family: "Saira ExtraCondensed" !important;
}

h6 {
    font-family: "Saira ExtraCondensed" !important;
    font-size: 1.5rem;
    text-transform: uppercase;
}

a {
    font-family: "Saira ExtraCondensed" !important;
    font-size: 1.375rem;
    font-weight: 600;
}

p {
    font-family: "Roboto" !important;
    font-size: 1rem;
}

.mt-ml {
    margin-left: 8.375rem;
    margin-top: 4.538rem;
}

.ml-1-5 {
    margin-left: 1.5rem;
}

.mt-10 {
    margin-top: 4.25rem;
}

.pt-10 {
    padding-top: 7.25rem;
}

.pt-15 {
    padding-top: 18rem;
}

.infra-list li {
    display: inline-block;
    margin-right: 45px;
}

.mt-15 {
    margin-top: 15%;
}

.mar-top-4 {
    margin-top: 2rem!important;
}

.gradient {
    background: linear-gradient(to right, #66843c 0%, #aac844 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

html {
    scroll-behavior: smooth;
}

/* nav-bar */

.mobile-cont {
    display: none;
}

.header-menu {
    background: #fef1dd;
}

.nav-title li {
    display: inline-block;
}

.nav-title li a {
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    margin-right: 50px;
    font-size: 1.375rem;
    font-weight: 600;
}

.social-icon li {
    display: inline-block;
    /* margin-right: 50px; */
}

.social-icon li a {
    margin: 0 8px 0 0;
}

/* .................................... 
            Banner-Style-Start
 ....................................  */

.bannerbg {
    background: url(../images/bannerbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
}

.navbar {
    background: #fef1dd;
    z-index: 6;
    transition: all 0.5s ease-in-out;
}

.stick {
    transition: all 0.5s ease-in-out;
    position: fixed;
    /* position: sticky; */
    width: 100%;
    z-index: 4;
    background: #fff;
    box-shadow: 0px -10px 20px black;
}

.logo {
    display: inline-block;
}

.stick .navbar {
    background: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-size: 1.375rem;
    font-weight: 600;
}

.nav-title li:hover {
    background: linear-gradient(to bottom, #ec9f20, #ec9a20, #ed9520, #ed8f20, #ed8a21);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2.813rem;
}

.social {
    margin-right: 10px;
}

.social li {
    margin-right: 3rem;
}

.social-link-fb, .social-link-tw, .social-link-in {
    background: url(../images/social-nav.png) no-repeat;
    width: 40px;
    height: 42px;
    display: block;
    position: relative;
    top: 12px;
}

.social-link-tw {
    background-position-x: -49px;
}

.social-link-in {
    background-position-x: -99px;
}

.social-link-fb:hover {
    background-position-y: -45px;
}

.social-link-tw:hover {
    background-position: -49px -45px;
}

.social-link-in:hover {
    background-position: -99px -45px;
}

.menu {
    display: inline-grid;
}

.menu-icon-1, .menu-icon-2, .menu-icon-3 {
    width: 35px;
    height: 5px;
    background: #ed9520;
    margin: 3px 0px;
    transition: width 2s;
}

.change .menu-icon-1 {
    -webkit-transform: rotate(-40deg) translate(-9px, 6px);
    transform: rotate(-40deg) translate(-9px, 6px);
}

.change .menu-icon-2 {
    opacity: 0;
}

.change .menu-icon-3 {
    -webkit-transform: rotate(38deg) translate(-9px, -9px);
    transform: rotate(45deg) translate(-10px, -7px);
}

.leaders .list {
    display: inline-block;
}

.banner td {
    padding-right: 3rem;
}

.banner .btn-top {
    margin-top: 0.805rem;
}

/* .................................... 
            Banner-Style-End
 ....................................  */

/* .................................... 
            Button-Style-Start
 ....................................  */

button:active {
    outline: none;
}

.btn-style {
    font-family: "Saira ExtraCondensed";
    font-size: 24px;
    font-weight: 600;
    padding: 4px 25px 4px 46px;
    border: none;
    color: white;
    outline: none;
    text-decoration: none;
    background-image: url(../images/button-bg.png) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

button {
    background: none;
}

.btn-style:hover {
    text-decoration: none;
    outline: none;
    color: white;
    background-image: url(../images/Button-Hover.png) !important;
}

footer .btn-style {
    background-image: url(../images/submit.png) !important
}

footer .btn-style:hover {
    background-image: url(../images/submit-hover.png) !important
}

.btn-style:active, .btn-style:focus {
    outline: none;
}

.btn-top {
    margin-top: 2.8125rem;
}

/* .................................... 
            Button-Style-End
 ....................................  */

.text-style {
    position: relative;
    right: 6.5%;
}

.infra {
    background: url('../images/sectwobg.png') no-repeat;
    background-size: 100% 100vh;
    height: 100vh;
}

.infra li {
    margin-right: 45px;
}

.infra li:last-child {
    margin-right: 0px !important;
}

/* .................................... 
            Footer-Style-Start
 ....................................  */

footer {
    background: url(../images/fooderbg.png) no-repeat;
    background-size: 100% 100vh;
    height: auto;
    color: white;
    margin-top: 6rem
}

.footer-header {
    padding-top: 100px;
}

.border-top {
    border-top: 1px solid #7d7d7d !important;
    margin-top: 6.25rem;
}

.follow-text {
    margin-right: 8rem;
}

footer p {
    font-size: 0.875rem;
}

.footer-social-fb {
    background: url(../images/social-footer.png) no-repeat;
    width: 40px;
    height: 42px;
    position: absolute;
    right: 100px;
    top: 115px;
}

.footer-social-tw {
    background: url(../images/social-footer.png) no-repeat;
    background-position-x: -49px;
    width: 40px;
    height: 42px;
    position: absolute;
    right: 50px;
    top: 115px;
}

.footer-social-in {
    background: url(../images/social-footer.png) no-repeat;
    background-position-x: -98px;
    width: 40px;
    height: 42px;
    position: absolute;
    right: 0px;
    top: 115px;
}

.footer-social-fb:hover {
    background: url(../images/social-footer.png) no-repeat;
    background-position-x: 0px;
    background-position-y: -44px;
}

.footer-social-tw:hover {
    background: url(../images/social-footer.png) no-repeat;
    background-position-x: -49px;
    background-position-y: -44px;
}

.footer-social-in:hover {
    background: url(../images/social-footer.png) no-repeat;
    background-position-x: -98px;
    background-position-y: -44px;
}

.address li {
    padding-left: 40px;
    padding-top: 14px;
}

.address h6 {
    text-transform: none !important;
}

.loction::before {
    position: absolute;
    content: "";
    background: url(../images/place.png) no-repeat center;
    background-size: 22px;
    width: 30px;
    height: 30px;
    left: 7px;
}

.phone a {
    color: white;
    text-decoration: none;
}

.mail a {
    color: white;
    text-decoration: none;
}

.phone::before {
    position: absolute;
    content: "";
    background: url(../images/phone.png) no-repeat center;
    background-size: 22px;
    width: 30px;
    height: 30px;
    left: 7px;
}

.mail::before {
    position: absolute;
    content: "";
    background: url(../images/mail.png) no-repeat center;
    background-size: 22px;
    width: 30px;
    height: 30px;
    left: 7px;
}

.pages li {
    display: inline-block;
    padding-right: 40px;
    opacity: .5;
}

.pages a {
    color: #ffffff;
    text-decoration: none;
    padding-left: 0px;
}

.pages li:hover {
    opacity: 1;
}

.pages p {
    color: #ffffff;
    opacity: .5;
}

form, input, select, textarea {
    width: 100%
}

.form-control {
    font-size: 16px;
    line-height: 16px;
    background: none;
    border: none;
    border-bottom: 1px solid #ffffff;
    outline: none;
    border-radius: 0rem;
    padding: 0px 10px 0px 0px !important;
    margin-bottom: 10px;
    color: #ffffff !important;
    opacity: .5;
}

input, textarea {
    color: #ffffff;
}

.form-control:focus {
    background: none;
    border: none;
    border-bottom: 1px solid #ffffff;
    outline: none;
    box-shadow: none;
}

.form-control:hover {
    outline: none;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

#products {
    background: url(../images/arrow.png) no-repeat 98%!important;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(1.5rem + 2px);
    margin-top: 18px;
}

option {
    background: #ed8a21;
    color: #ffffff;
    opacity: 1;
    outline: none;
    border: none;
}

.email {
    margin-top: 20px;
}

textarea {
    margin-top: 1.5rem;
    color: #ffffff;
    height: 20%;
}

::placeholder {
    color: #ffffff !important;
    padding-bottom: 0px;
}

.copyright {
    position: absolute;
    height: 100px;
    bottom: 0px;
}

.copyright ul {
    margin-bottom: 0px;
}

/* .................................... 
            Footer-Style-End
 ....................................  */

@media (max-width: 1680px) {
    .mt-ml {
        margin-top: 2.938rem;
    }
    h1 {
        font-size: 5.4rem;
    }
    p {
        font-size: 1.04rem;
    }
    .pt-15 {
        padding-top: 12rem;
    }
    .mt-5 {
        margin-top: 1rem !important;
    }
    .mt-4 {
        margin-top: .9rem!important;
    }
    .btn-style:before {
        top: -5px;
    }
    footer .btn-style:before {
        top: 14px;
    }
    .banner-img {
        width: 88%;
    }
    .banner .btn-top {
        margin-top: 0rem !important;
    }
    .haf-img {
        width: 88%;
    }
    .btn-top {
        margin-top: 2.4125rem;
    }
    .email {
        margin-top: 20px;
    }
    .about-text {
        margin-top: 6%;
    }
    .mt-15 {
        margin-top: 0%;
    }
}

@media (max-width:1440px) {
    /* .mt-10 {
        margin-top: 2.25rem;
    } */
    h1 {
        font-size: 5rem;
    }
    .address li {
        padding-left: 40px;
        padding-top: 10px;
    }
}

@media (max-width:1366px) {
    h1 {
        font-size: 4rem;
        line-height: 60px;
    }
    /* .banner-img {
        width: 95%;
        margin-top: -26px;
    } */
    .banner p br {
        display: none;
    }
    .mt-ml {
        margin-top: 0rem !important;
    }
    .haf-img {
        width: 80%;
    }
    .pt-15 {
        padding-top: 13rem;
    }
    .banner .btn-top {
        margin-top: 1.125rem !important;
    }
}

@media (max-width:1200px) {
    h1 {
        font-size: 3.1rem;
        line-height: 45px;
    }
    .mt-ml {
        margin-top: 3.4rem !important;
    }
}

@media (max-width:1024px) {
    .banner-img {
        width: 100% !important;
        margin-top: 0px;
    }
    .mt-ml {
        margin-top: 2.038rem;
        margin-left: 5.375rem;
    }
    h1 {
        font-size: 3.5rem;
        line-height: 50px;
    }
    p {
        font-size: .8rem;
    }
    .banner p br {
        display: none;
    }
    .pages li {
        padding-right: 38px;
    }
    h2 {
        font-size: 2.4rem;
    }
    .infra-list {
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 5%;
    }
    .infra-list li {
        margin-right: 15px;
    }
    h5 {
        font-size: 1.01rem;
        line-height: 1.101rem;
    }
    /* .mt-10 {
        margin-top: 1.25rem;
    } */
    .infra-icons {
        width: 90%;
    }
    .pt-15 {
        padding-top: 12rem;
    }
}

@media (max-width:994px) {
    .menu-btn {
        border: none;
    }
    .infra-icons {
        width: 80%;
    }
    footer {
        background-size: cover;
        height: 1060px;
    }
    .copyright {
        bottom: -75px;
    }
    .banner-img {
        width: 80% !important;
    }
    .bannerbg {
        background: url(../images/bannerbg.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: 1450px;
    }
    .haf-img {
        margin-top: -25%;
    }
    .product-silder {
        overflow: hidden;
        /* outline: none; */
    }
    .product-silder li:focus {
        outline: none;
    }
    .infra-icons {
        margin-left: 10%;
    }
    .slick-track {
        height: 230px;
    }
    .infra-list li {
        margin-right: 0;
    }
    .revers-row {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width:990px) {
    .social-link-fb, .social-link-tw, .social-link-in {
        display: none;
    }
    .mobile-cont {
        display: block;
    }
    .header-menu {
        display: none !important;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 4.5rem;
        line-height: 56px;
    }
    .banner-img {
        width: 100% !important;
    }
    .menu-btn {
        border: none;
        outline: none;
    }
    .menu-btn:focus {
        outline: none;
    }
    .mt-ml {
        margin-top: 1rem !important;
        margin-left: 1.375rem;
    }
    .bannerbg {
        background-size: cover;
        background-position: unset;
        height: 1600px;
    }
    footer {
        background-size: cover;
        background-position: unset;
        height: 1050px;
        margin-top: 30px;
    }
    .infra-icons {
        width: 55%;
        position: relative;
        left: 20px;
    }
    .infra .pt-15 {
        padding-top: 10rem;
    }
    .infra {
        background-size: 100% 100vh;
        height: 710px;
    }
    .haf-img {
        margin-left: 12%;
        margin-top: -25%;
    }
    .revers-row {
        display: flex;
        flex-direction: column-reverse;
    }
    .pages li {
        padding-right: 10%;
    }
    .mt-15 {
        margin-top: 0;
    }
    .copyright {
        bottom: -90px;
        left: 12px;
        width: 100%;
    }
    .navbar-nav {
        padding-left: 3%;
    }
    .social {
        padding-left: 0px;
        display: contents;
    }
    /* .social-link {
        display: inline-block;
    } */
    .infra-icons {
        margin-left: 0 auto;
    }
    .infra h2 {
        margin-top: 10%;
    }
    .infra-list {
        margin-left: 0%;
    }
}

@media (max-width:575px) {
    h1 {
        font-size: 3rem;
        line-height: 40px;
    }
    h2 {
        font-size: 2rem;
    }
    .logo>.ml-4 {
        margin-left: .8rem !important;
    }
    .bannerbg, footer {
        height: 1200px;
    }
    .banner>.pr-5 {
        padding-right: .5rem!important;
    }
    .banner table {
        margin-left: -3%;
    }
    .navbar {
        padding: .5rem .3rem;
    }
    .banner td {
        padding-right: 1rem;
    }
    .pl-4 {
        padding-left: .9rem !important;
    }
    .pt-15 {
        padding-top: 10rem;
    }
    /* .mt-10 {
        margin-top: 10px;
    } */
    .infra-list {
        margin-left: 2%;
    }
    .infra-icons {
        width: 55%;
    }
    .haf-img {
        margin-top: -40%;
    }
    .page {
        margin-top: 5%;
    }
    .pages li {
        padding-right: 5%;
    }
    .social {
        display: contents;
    }
    /* .social-link {
        display: inline-block;
    } */
    footer {
        height: 1120px;
    }
    .pb-5 {
        padding-bottom: 0rem!important;
    }
    .copyright {
        bottom: -135px;
    }
    footer {
        height: 1060px;
    }
    .email {
        margin-top: 6%;
    }
    .infra-icons {
        left: 35px;
    }
}

@media (max-width:444px) {
    footer {
        height: 1065px;
    }
}

@media (max-width:430px) {
    .infra-list {
        margin-left: -3%;
    }
}

@media (max-width:425px) {
    h2 {
        font-size: 1.7rem;
    }
    .banner-img {
        width: 94% !important;
    }
    .infra-list {
        margin-left: -3%;
    }
    .left-sm-2 {
        margin-left: -2%;
    }
    .banner table {
        margin-left: -2%;
    }
    .infra-icons {
        margin-left: 8%;
    }
    .infra {
        background-size: 100% 90vh;
    }
    .slick-track {
        height: 200px;
    }
    .follow-text {
        position: relative;
        top: -25px;
        margin-right: 0px;
    }
    .footer-social-fb, .footer-social-tw, .footer-social-in {
        top: 130px;
    }
}

@media (max-width:411px) {
    .infra-list {
        margin-left: -4%;
    }
    .pages li {
        padding-right: 3%;
    }
}

@media (max-width:394px) {
    footer {
        height: 1090px;
    }
    footer p br {
        display: none;
    }
}

@media (max-width:380px) {
    h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 1.6rem;
    }
    .infra-list {
        margin-left: 2%;
    }
    .infra-icons {
        left: 35px;
    }
    .pages li {
        margin-top: 1rem;
        padding-right: 2%;
    }
    footer {
        height: 1172px;
    }
    footer br {
        display: none;
    }
    footer {
        height: 1102px;
    }
}

@media (max-width:375px) {
    h1 {
        font-size: 2rem;
        line-height: 30px;
    }
    .banner td {
        padding-right: 0rem;
    }
    .pl-4 {
        padding-left: 0.2rem !important;
    }
    .bannerbg {
        height: 1100px;
    }
    footer {
        height: 1045px;
    }
    h2 {
        font-size: 1.4rem;
    }
    .infra {
        background-size: cover;
        height: 660px;
    }
    .agro {
        margin-top: -90px;
    }
    .agro-text {
        margin-top: 15%;
    }
    footer>.col-lg-6 {
        width: 300px !important;
    }
    .footer-logo {
        max-width: 90%;
    }
    .followus {
        margin-top: -10px;
    }
    .pages h6 {
        font-size: 1rem;
    }
    .pages li {
        padding-right: 11%;
    }
    .slick-track {
        height: 180px;
    }
}

@media (max-width:320px) {
    .banner table {
        margin-left: -5%;
    }
}

/* ........................
Font
........................ */

@font-face {
    font-family: 'Saira ExtraCondensed';
    src: url('../font/SairaExtraCondensed-SemiBold.woff2') format('woff2'), url('../font/SairaExtraCondensed-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Saira ExtraCondensed';
    src: url('../font/SairaExtraCondensed-Black.woff2') format('woff2'), url('../font/SairaExtraCondensed-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Saira ExtraCondensed';
    src: url('../font/SairaExtraCondensed-Thin.woff2') format('woff2'), url('../font/SairaExtraCondensed-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Saira ExtraCondensed';
    src: url('../font/SairaExtraCondensed-Medium.woff2') format('woff2'), url('../font/SairaExtraCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Saira ExtraCondensed ExCond';
    src: url('../font/SairaExtraCondensed-Bold.woff2') format('woff2'), url('../font/SairaExtraCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Saira ExtraCondensed';
    src: url('../font/SairaExtraCondensed-Light.woff2') format('woff2'), url('../font/SairaExtraCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Saira ExtraCondensed';
    src: url('../font/SairaExtraCondensed-ExtraBold.woff2') format('woff2'), url('../font/SairaExtraCondensed-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Saira ExtraCondensed';
    src: url('../font/SairaExtraCondensed-Regular.woff2') format('woff2'), url('../font/SairaExtraCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Saira ExtraCondensed';
    src: url('../font/SairaExtraCondensed-ExtraLight.woff2') format('woff2'), url('../font/SairaExtraCondensed-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

/* ........................
Loader
........................ */

.loder {
    position: fixed;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100vh;
    background: #fff;
    /* top: 45%;
    left: 45%; */
    z-index: 9999;
}

.line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #7c9b40;
}

.load-wrapp {
    position: relative;
    top: 45%;
}

.ring-2 {
    position: relative;
    width: 55px;
    height: 55px;
    margin: 0 auto;
    border: 4px solid #7c9b40;
    border-radius: 100%;
    text-align: center;
}

.ring-2 img {
    width: 25px;
    margin-top: 20%;
}

.ball-holder {
    position: absolute;
    width: 12px;
    height: 45px;
    left: 17px;
    top: 0px;
}

.ball {
    position: absolute;
    top: -11px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #6c8a3d;
}

.load-5 .ball-holder {
    animation: loadingE 1.3s linear infinite;
}

@keyframes loadingE {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loder.loaded {
    display: none;
}

@media only screen and (min-width: 320px) and (max-width: 990px) {
    /*mobile menu*/
    /* menu button */
    .mobile-cont {
        background: #fef1dd;
    }
    .mobile-sticky {
        transition: all 0.5s ease-in-out;
        position: fixed;
        width: 100%;
        z-index: 4;
        background: #fff;
        box-shadow: 0px -10px 20px black;
    }
    .menuBtn {
        height: 30px;
        width: 30px;
        position: absolute;
        right: 20px;
        top: 30px;
        z-index: 101;
    }
    .menuBtn>span {
        background-color: #000;
        border-radius: 1px;
        height: 3px;
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -1px 0 0 -15px;
        -webkit-transition: height 100ms;
        transition: height 100ms;
    }
    .menuBtn>span:after, .menuBtn>span:before {
        content: '';
        background-color: #000;
        border-radius: 1px;
        height: 3px;
        width: 100%;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        -webkit-transition: all 200ms;
        transition: all 200ms;
    }
    .menuBtn>span:after {
        top: -7px;
    }
    .menuBtn>span:before {
        bottom: -7px;
    }
    .menuBtn.act>span {
        height: 0;
    }
    .menuBtn.act>span:after, .menuBtn.act>span:before {
        background-color: #fff;
        top: 1px;
    }
    .menuBtn.act>span:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .menuBtn.act>span:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    /* main menu block */
    .mainMenu {
        background: linear-gradient(to bottom, #ec9f20, #ec9a20, #ed9520, #ed8f20, #ed8a21);
        position: fixed;
        right: 0;
        top: 0;
        z-index: 20;
        height: 100%;
        width: 100%;
        display: table;
        text-align: center;
        opacity: 0.71;
        -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    .mainMenu.act {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .mainMenu.act ul li {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .mainMenu ul {
        display: table-cell;
        vertical-align: middle;
        list-style: none;
        font-family: 'texgyreadventorregular';
        font-size: 1.225em;
    }
    .mainMenu li {
        padding: 8px 0;
        -webkit-transition: all 400ms 510ms;
        transition: all 400ms 510ms;
        opacity: 0;
    }
    .mainMenu li:nth-child(odd) {
        -webkit-transform: translateX(30%);
        transform: translateX(30%);
    }
    .mainMenu li:nth-child(even) {
        -webkit-transform: translateX(-30%);
        transform: translateX(-30%);
    }
    .mainMenu li:last-child {
        -webkit-transform: none;
        transform: none;
    }
    .mainMenu a {
        color: #fff;
        display: inline-block;
        text-decoration: none;
    }
    .mainMenu a:hover {
        text-decoration: underline;
    }
}