/*------------------------------------------Off Canvas-------------------------------------------------*/
.span{
    display: block;
    width: 30px;
    height: 5px;
    background: darkcyan;
    margin: 5px 0px;
}

.menuv  ul {
    list-style: none;
    margin: 0;
}
.menuv   li a{
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}


/*-----------------------SearchBar------------------------------------------------------------*/



.animated-search-form[type=search]:focus {
    width: 100%;
}

.input-group-rounded .input-group-field {
    border-radius: 5000px 0 0 5000px;
    padding-left: 1rem;
}

.input-group-rounded .input-group-button .button {
    border-radius: 0 5000px 5000px 0;
    font-size: 0.8rem;
}


.searchbar {
    margin: 1rem;
}

.search-field {
    width: 0;
    height: 50px;
    margin-left: 1rem;
    padding: 0;
    border-radius: 50px;
    border: none;
    transition: all 0.5s ease;
}

.expand-search {
    width:1%;
    max-width: calc(30% - 3rem);
    border: 1px solid #c9c9c9;
    padding: .5rem;
}

svg {
    width: 20px;
    height: 20px;
}

.button {
    border-radius: 50px;
}

/*---------------------------mega menu-----------------*/

.mega-menu .dropdown-pane {
    width: 100%;
    max-width: 85rem;
    margin: 0 auto !important;
    left: 0% !important;
    right: 0% !important;
}

.mega-menu .menu {
    background: none;
}

.mega-menu > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    margin-left: 10px;
    margin-top: 11%;
}



/*--------------------------------------slider------------------------------------------------*/

.clean-hero-slider .orbit-caption {
    width: auto;
    height:50%;
    background: #0a0a0a;
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    padding: 0.2rem 2rem;
}

@media print, screen and (min-width: 40em) {
    .clean-hero-slider .orbit-caption {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.6);
        text-align: left;
        width: 70%;
        right: 0;
        padding: 1rem 2rem;
    }
}

@media screen and (min-width: 75em) {
    .clean-hero-slider .orbit-caption {
        padding-right: 10%;
    }
}

@media screen and (min-width: 90em) {
    .clean-hero-slider .orbit-caption {
        padding-right: 20%;
    }
}

.clean-hero-slider .orbit-caption p {
    font-size: 0.9rem;
    line-height: 1.25;
}

@media print, screen and (min-width: 40em) {
    .clean-hero-slider .orbit-caption p {
        font-size: 1.1rem;
    }
}

.clean-hero-slider .orbit-caption h3 {
    color: #ffae00;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
    .clean-hero-slider .orbit-caption h3 {
        font-size: 2.5rem;
        font-weight: normal;
    }
}

.clean-hero-slider .orbit-slide {
    padding-bottom: 40%;
    background: #0a0a0a;
}

@media print, screen and (min-width: 40em) {
    .clean-hero-slider .orbit-slide {
        padding-bottom: 0;
    }
}

.clean-hero-slider .orbit-controls button {
    background: #ffae00;
    padding: 1rem 0.5rem;
}

.clean-hero-slider .orbit-controls button:hover {
    background: #fefefe;
    color: #0a0a0a;
}

@media print, screen and (min-width: 40em) {
    .clean-hero-slider .orbit-controls .orbit-previous {
        left: auto;
        right: 2.4rem;
    }
}

@media print, screen and (min-width: 40em) {
    .clean-hero-slider .orbit-controls .orbit-next {
        right: 0.5rem;
    }
}

.clean-hero-slider .orbit-bullets {
    display: none;
}

@media print, screen and (min-width: 40em) {
    .clean-hero-slider .orbit-bullets {
        display: block;
        margin-bottom: 0;
        margin-top: -3rem;
        background: none;
    }
}

.clean-hero-slider .orbit-bullets button {
    width: 10%;
    height: 2rem;
    border-radius: 0;
    margin-top:-15%;
    background-color: #fefefe;
    color: black;
    border-right:1px solid green ;
}

.clean-hero-slider .orbit-bullets button.is-active {
    background-color: #ffae00;
    color: black;
}

.clean-hero-slider ul.orbit-container {
    height: 400px;
}

.clean-hero-slider li.orbit-slide {
    max-height: 400px;
}


/*--------------------------------------footer-------------------------------*/

.three-column-footer-contact-form-container {
    background-color: grey;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    color: #e6e6e6;
    padding: 3.75rem 0;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form::before, .three-column-footer-contact-form-container .three-column-footer-contact-form::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form::after {
    clear: both;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form a {
    color: #e6e6e6;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-left {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    display: table;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-left .baseline {
    display: table-cell;
    vertical-align: bottom;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-left .contact-details p {
    font-size: 0.8rem;
    margin-bottom: 0;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-left .input-group {
    padding: 2rem 0 0 0;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-left .input-group input {
    border-bottom: 2px solid #cacaca;
}

@media print, screen and (min-width: 40em) {
    .three-column-footer-contact-form-container .three-column-footer-contact-form .footer-left {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-left:last-child:not(:first-child) {
    float: right;
}

@media print, screen and (min-width: 64em) {
    .three-column-footer-contact-form-container .three-column-footer-contact-form .footer-left {
        width: 25%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
    .three-column-footer-contact-form-container .three-column-footer-contact-form .footer-left {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media print, screen and (min-width: 64em) {
    .three-column-footer-contact-form-container .three-column-footer-contact-form .footer-left:last-child:not(:first-child) {
        float: right;
    }
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-center {
    text-align: left;
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    display: table;
}

@media print, screen and (min-width: 40em) {
    .three-column-footer-contact-form-container .three-column-footer-contact-form .footer-center {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-center:last-child:not(:first-child) {
    float: right;
}

@media print, screen and (min-width: 64em) {
    .three-column-footer-contact-form-container .three-column-footer-contact-form .footer-center {
        width: 33.33333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        position: relative;
        left: 8.33333%;
    }
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
    .three-column-footer-contact-form-container .three-column-footer-contact-form .footer-center {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media print, screen and (min-width: 64em) {
    .three-column-footer-contact-form-container .three-column-footer-contact-form .footer-center:last-child:not(:first-child) {
        float: right;
    }
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-center .baseline {
    display: table-cell;
    vertical-align: bottom;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-center .input-group {
    padding: 0.5rem 0 0 0;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-center .input-group input {
    border-bottom: 2px solid #cacaca;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-center .input-group textarea {
    border-bottom: 2px solid #cacaca;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-right {
    text-align: right;
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    display: table;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-right .baseline {
    display: table-cell;
    vertical-align: bottom;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-right h2 {
    color: #fefefe;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-right p {
    font-size: 0.8rem;
    margin-bottom: 0;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-right .fa {
    padding: 1rem 0 1rem 0.2rem;
}

@media print, screen and (min-width: 40em) {
    .three-column-footer-contact-form-container .three-column-footer-contact-form .footer-right {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-right:last-child:not(:first-child) {
    float: right;
}

@media print, screen and (min-width: 64em) {
    .three-column-footer-contact-form-container .three-column-footer-contact-form .footer-right {
        width: 25%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
    .three-column-footer-contact-form-container .three-column-footer-contact-form .footer-right {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media print, screen and (min-width: 64em) {
    .three-column-footer-contact-form-container .three-column-footer-contact-form .footer-right:last-child:not(:first-child) {
        float: right;
    }
}



.side_nav a:hover {
    background: lightgray;
    transition: all 2s ease;
}
<!------------------------------------------------------->


