.mobile-menu, .close-mobile-menu {
display: block;
width: 40px;
height: 40px;
background-color: white;
position: absolute;
z-index: 1000;
top: 0;
right: 0;
margin-right: 24px;
margin-top: 56px;
text-align: center;
line-height: 40px;
font-size: 20px;
text-decoration: none;
color: #6da8db;
border-radius: 3px;
display: none;
}

.mobile-menu {
margin-top: 30px;
background-color: #327dfe;
color: white;
}

.close-mobile-menu {
display: block;
margin-top: 10px;
margin-right: 10px;
width: 36px;
height: 36px;
line-height: 36px;
}

.mobile-nav {
width: 260px;
height: 100%;
position: fixed;
z-index: 1000;
background-color: #327dfe;
overflow: auto;
padding-top: 56px;
left: 0;
margin-left: -260px;

-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.menu-open .mobile-nav {
margin-left: 0;
}

.overflowhidden {
overflow: hidden;
}

.offset {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}



.menu-open .offset {
-moz-transform: translateX(260px);
-webkit-transform: translateX(260px);
-o-transform: translateX(260px);
-ms-transform: translateX(260px);
transform: translateX(260px);
opacity: 1;
}

.mobile-nav ul, .mobile-nav ul li {
display: block;
float: left;
width: 100%;
}

.mobile-nav ul li a {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
}

.mobile-nav ul li.active a {
background-color: white;
color: #354b7c;
}


@media (max-width: 1200px) {

.section.contact, .section.paralax {
background-attachment: local;
}

.section.home .logo-img {
height: 20vw;
}

.section.home .h1 {
font-size: 1.8vw;
}

header .bottom .logo img {
margin-left: -12px;
}

.h1 {
    font-size: 70px;
}


.h2 {
    font-size: 40px;
}

.h3 {
    font-size: 26px;
}

.h4 {
    font-size: 18px;
}

.text-p, .text-p1, .text-p2, .text-p3, .text-p4, .text-p5, .text-p6, .text-p7, .text-p8 {
    font-size: 16px;
}

.wrapper {
padding-left: 24px;
padding-right: 24px;
}

.button {
    min-height: 50px;
    line-height: 140%;
    font-size: 14px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
}

footer .h3 {
    font-size: 20px;
}

footer .text-p {
    font-size: 16px;
}

header .bottom .menu {
display: none;
}

header .bottom .social {
display: none;
}

header .bottom .logo {
width: 100%;
}

.mobile-menu {
display: block;
}

.section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.icon-inside {
min-height: 40px;
padding-top: 0 !important;
}

.icon-inside .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
}

.icon-inside {
    padding-left: 44px;
    padding-top: 0;

}

.col-1-4 {
    width: 33.333%;
}

.section.paralax .slide .flex, .section.contact .flex {
    min-height: 10px;
    width: 100%;
    padding-left: 70px;
    padding-right: 70px;

}

.section.paralax .bx-wrapper {
margin-bottom: 20px;
}

.bx-prev, .bx-next {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 37px;
    margin-top: -50px;
}

}



@media (max-width: 1000px) {

footer.section {
background-color: #327dfe;
}

footer.section h3 {
color: white;
}

footer a, footer .text-p {
    color: white;
}

footer .text-p span {
color: white;
}

footer .hr {
background-color: white;
}

footer .bottom {
border-top: 1px solid #639af3;
}

footer .col-2-4 {
width: 100%;
}

footer .col-1-4 {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
}

footer.section {
    padding-top: 90px;
}

footer .bottom {
    margin-top: 70px;
}

.h4 {
    font-size: 18px;
} 

.section .grid {
grid-template-columns: 33.333% 33.333% 33.333%;
}

.section .grid .left {
    padding-right: 0;
}

.section .grid .right {
    padding-left: 0;
}

.img-absolute {
width: 60px;
top: 10px;
right: 10px;
}

.bg-red {
padding: 20px;
padding-bottom: 0;
padding-right: 80px;
}

.img-smaller {
width: 100%;
margin-left: 0;
}

.row-6-colums .col {
width: calc(33.333% - 20px);
}

.row-3-colums .col {
width: calc(100% - 20px);
}

.row-3-colums .col.text-center {
text-align: left;
}

.row-4-colums .col {
width: calc(50% - 20px);
}

.contact .padding {
    padding-left: 0;
    padding-right: 0;
}


}


/* mobile start */
@media (max-width: 750px) {

.section.home .logo-img {
height: 220px;
}

.section.home .h1 {
font-size: 20px;
}

header .top .to-left:first-child {
display: none;
}

.h1 {
    font-size: 46px;
}

.h2 {
    font-size: 30px;
}

.h3 {
    font-size: 22px;
}

.section.home .text-p {
margin-top: 30px;
margin-bottom: 30px;
}


footer.section {
    padding-top: 50px;
}

footer .bottom {
    margin-top: 20px;
}

footer .bottom .text-p {
font-size: 14px;
}

.section.aboutus .col-1-3 {
display: none;
}

.section.aboutus .col-2-3 {
width: 100%;
}

.box {
width: 100%;
margin-bottom: 20px;
height: 300px;
}

.button {
min-width: 160px;
font-size: 12px;
min-height: 40px;
}

.section.home, .section.home img.full {
min-height: 460px;
}

.section.home.small-height {
min-height: 300px;
height: 300px;
}

.box .button {
    width: 220px;
    left: 50%;
    margin-left: -110px;
}

.breadcrumb li {
margin-top: 6px;
margin-bottom: 6px;
}

.section.home.small-height .h2 {
margin-bottom: 10px;
}

.field input, .field textarea {
font-size: 14px;
padding: 16px;
}

.img-half {
width: 75%;
margin-left: 15%;
}

.col-1-4 {
    width: 50%;
}

.row.padding {
padding-top: 20px;
padding-bottom: 0;
}

.section.paralax .slide .flex, .section.contact .flex {
    padding-left: 0;
    padding-right: 0;
}

.section.paralax .bx-next, .section.paralax .bx-prev {
display: none;
}

.section.aboutus .col-2-3 {
    padding-left: 0;
}

.h2 br {
display: none;
}

.gallery .grid {
    width: calc(100% + 12px);
    margin-left: -6px;
}

.gallery .grid .grid-item {
    padding-left: 6px;
    padding-right: 6px;

}

.boxer {
    margin-bottom: 12px;
}


}

@media (max-width: 480px) {

.offerlist .col-1-2 {
width: 100%;
padding-left: 0 !important;
padding-right: 0 !important;
}

.section .grid {
grid-template-columns: 50% 50%;
}


.col-1-4 {
    width: 100%;
}

footer .col-1-4, footer .col-2-4 {
    width: 100%;
}

footer .links-list:first-child {
margin-bottom: 0;
}

footer .links-list {

    width: 100%;
    float: left;

}

.row-6-colums .col {
width: calc(50% - 20px);
}

.row-6-colums .col {
width: calc(100% - 20px);
}

.row-6-colums .col .text-p {
    min-height: 1px;
}

.img-half {
width: 100%;
margin-left: 0;
}

.row-4-colums .col {
width: calc(100% - 20px);
}	

}

@media (max-width: 350px) {

.row-6-colums .col {
width: calc(100% - 20px);
}

.row-6-colums .col .text-p {
    min-height: 1px;
}

}