/*-tablet-view*/
@media (min-width:1400px){
.all-box-wrap .box:last-child {
    padding: 55px 35px;
}
.all-box-wrap .box:last-child p {
    padding: 0 15px;
}
}
@media (max-width:1400px){
    .banner-allwrap> .banner-logo-wrap {
    width: 40%;
}
.banner-allwrap> .banner-wrap {
    width: 60%;
}
section#home .desktop {
    min-height: 685px;
}
}
@media (max-width:1300px){
    .right-menu-footer {
    padding-left: 60px;
    padding-right: 55px;
}
.services {
    padding-left: 0px;
    padding-right: 0px;
}
.contact-detail {
    padding-left: 55px;
}
section.footer-top .sf-footer-grid>div {
    margin-top: 75px;
    padding-bottom: 60px;
}
.service-box-wrap p {
    padding: 20px 100px 0;
}
header#header .header-wrapper .colamu-9 nav>ul>li:not(:last-child) {
    padding-right: 30px;

}
header#header .header-wrapper .colamu-9 nav>ul>li.contact-detail:before {
    background-position: -377px 1px;
    background-size: 140px;
}
.owl-item.center {
    width: 485px !important;
}
.service-box-wrap {
    gap: 45px;
}
footer#footer .services {
    padding-left: 50px;
    padding-right: 50px;
}

}
@media (max-width:1199px){
    header#header .header-wrapper .colamu-9 nav>ul>li>a {
    font-size: 16px;
}
.banner-wrap p.red {
    font-size: 22px;
}
.banner-wrap h2 {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -2px;
}
.banner-wrap p {
    font-size: 18px;
    line-height: 28px;
    padding-right: 30px;
    margin: 9px 0;
}
.banner-allwrap {
    margin-top: 55px;
}
.free-consulantion-btn.common-btn {
    margin-top: 50px;
}
a.button, .button, button, form input[type="submit"] {
    padding: 20px 66px  20px 20px;
    font-size: 18px;
}
section#home .desktop {
    min-height: 525px;
}
.um-section {
    padding-top: 75px;
    margin-top:0;
}
.title h2 {
    font-size: 45px;
}
.all-box-wrap {
    gap: 15px 15px;
    margin-top: 35px;
}
.all-box-wrap .box {
    min-height: 285px;
    padding: 45px 20px;
}
section#about .wwd-content-left {
    padding-left: 15px;
}
p.all-content {
    font-size: 17px;
    line-height: 26px;
}
.gallery-wrap {
    margin-top: 45px;
}
section#service-area p.all-content {

    width: 70%;
    margin: 20px auto 30px auto;
}
.service-box-wrap p {
    padding: 20px 70px 0;
}
.contact-right {
    margin-top: 40px;
    padding: 0 55px 30px;
}
.google-submit.enquiry-button-wrapper {
    max-width: 200px;
}
footer#footer {
    margin-top: 90px;
}
section.footer-top .sf-footer-grid>div {
    margin-top: 60px;
    padding-bottom: 40px;
}
.social-left-icons {
    padding-right: 35px;
}
.sf-footer-grid .social-left-icons h3 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 55px;
}
.right-menu-footer {
    padding-left: 40px;
    padding-right: 25px;
}
footer#footer .services {
    padding-left: 30px;
    padding-right: 20px;
}
.contact-detail {
    padding-left: 30px;
}
footer#footer .bottom-wrap {
    padding: 12px 0;
}
.gallery-slide .owl-item {
    height: 303px;
}
/* section#about {
    padding-bottom: 40px;
} */
.all-box-wrap .box h3 {
    font-size: 20px;
}
section#home:before {
    height: 19px;
    bottom:-10px;
    background-size: 100% auto;
}
section#about:before, section#contact-us:before, footer#footer:before {
    background-size: 100% 100%;
}


}
@media (max-width: 1024px) {
    html.show-menu a#myBtn {
        opacity: 0;
    }

    header#header .header-wrapper {
    padding: 18px 0 18px 0;
}
    header#header.fixed .header-wrapper {
        padding: 10px 0 10px 0;
    }

   .menu {
    display: flex!important;
    align-items: center;
    top: 19px;
}
header#header.fixed .menu .menu-trigger {
    top: 20px;
    margin-top: 1px;
}

    html.show-menu {
        overflow: hidden;
    }

    /* hamberger */
nav.menu-act {
    background: #EF4F23;
    bottom: 0;
    height: auto;
    right: 0;
    overflow: hidden;
    padding: 70px 0px 20px;
    position: fixed;
    left: auto;
    top: 0;
    /* transition: none; */
    width: 100%;
    z-index: 999;
    color: #fff;
    transform: translateX(100%);
    /* display: none; */
    transition: 0.5s all;
    display: block;
}
header#header .mobile {
    display: block;
}
    .show-menu nav.menu-act {
        transition: all 0.7s ease 0s;
        right: 0;
        transform: translateX(0%);
    }

    header .menu-act>ul>li:first-of-type {
        border-top: 1px solid #fff;
    }

    #header .menu-act {
        margin-top: 0;
        float: none;
    }

    .menu-act .close-button {
        display: block;
        position: absolute;
        top: 25px;
        right: 15px;
        cursor: pointer;
        text-align: center;
    }
 nav#desktop-nav .close-button .fa.fa-times {
    vertical-align: top;
    line-height: 31px;
    color: #1a0456;
    font-family: 'BasierCircle-Regular';
    font-style: normal;
    font-size: 20px;
    margin-left: 1px;
}
    header .menu-act ul {
        display: flex !important;
        flex-direction: column;
        width: 100%;
    }

    #wrapper header#header .menu-act>ul>li {
        padding: 0;
        margin: 0;
        border-top: 1px solid white;
        font-size: 14px;
        width: 100%;
    }

    #wrapper header#header .menu-act>ul>li:last-child {
        border-bottom: 1px solid #fff;
    }

  #wrapper header#header .menu-act>ul>li>a {
    padding: 12px 15px;
    display: block;
    float: none;
    color: #fff;
    border: 0;
    border-radius: 0;
}
#wrapper header#header .menu-act>ul>li.navigation.active a {
    background-color: #3F4C57;
}

    .close-button {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 30px;
        height: 30px;
        background: #fff;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 0;
        color: #1a0456;
    }

    nav#desktop-nav .close-button {
        display: block;
    }

    nav.menu-act ul li a {
        padding-right: 20px;
        font-weight: normal;
        font-size: 16px;
        color: #fff;
    }

    nav.menu-act li.active>a,
    nav.menu-act li:hover>a:hover {
        color: #1a0456;
    }

    header#header .header-wrapper .colamu-9 nav>ul>li>a:hover {
        color: #fff;
    }

    header#header .header-wrapper .colamu-9 nav>ul>li>a.button {
        background: unset;
        padding: 0;
        line-height: unset;
        color: #000;
    }

    header#header .header-wrapper .colamu-9 nav>ul>li>a.button:hover {
        background: unset;
        color: #fff;
    }

    header#header .header-wrapper .colamu-9 #desktop-nav,
    header#header .header-wrapper .colamu-9 nav>ul {
        align-items: flex-start;
    }

    header#header .top-header-wrap .right-number ul>li>a,
    header#header .header-wrapper .colamu-9 nav>ul>li>a {
        font-size: 16px;
    }
  
    header#header .top-header-wrap .right-number ul>li>a:hover, 
    header#header .header-wrapper .colamu-9 nav>ul>li>a:hover {
        color: #fff!important;
    }

    /* ------------------------------------------------ */

   
.menu .menu-trigger {
    width: 41px;
    height: 41px;
    border-radius: 20px;
    background-color: rgba(255,255,255,0);
    border: 1px solid rgba(255,255,255,0.9);
    padding-top: 11px;
}
.menu .line:first-child {
    width: 19px;
}
.menu .line:last-child {
    width: 13px;
}
.header-wrapper {
    position: relative;
}
header#header .mobile {
    display: block;
    width: 340px;
    margin: 0;
    position: absolute;
    left: auto;
    right: -60px;
    top: 40px;
}
header#header.fixed .mobile {
    top: 33px;
}
#wrapper header#header .menu-act>ul>li.desktop {
    display: none;
}
header#header .mobile li.desktop a.button {
    font-size: 18px;
    padding: 20px 60px 20px 20px;
    z-index: 9;
}
#wrapper header#header .menu-act>ul>li.contact-detail {
    display: flex;
    align-items: center;
    padding-left: 35px;
}
header#header .header-wrapper .colamu-9 nav>ul>li.contact-detail:before {
    left: -4px;
filter: brightness(0) saturate(100%) invert(99%) sepia(95%) saturate(1%) hue-rotate(137deg) brightness(106%) contrast(100%);
}
body {
    padding: 100px 0 0 0;
}
.btn.vision-btn a {
    font-size: 16px;
}
#wrapper header#header .menu-act>ul>li.active a,
#wrapper header#header .menu-act>ul>li.active {
    background-color: #000;
}

}
@media (max-width: 1023px) {
header#header .mobile {
    width: initial;
    right: 70px;
    top: 34px;
}
header#header .mobile li.desktop a.button {
    font-size: 16px;
    padding: 15px 45px 14px 15px;
    z-index: 9;
}
.menu {
    top: 13px;
}
.button::before {
    right: 10px;
    height: 23px;
    width: 23px;
    background-position: -3px -52px;
    background-size: 166px;
}
.button:hover::before {
    background-position: -132px -52px;
}
header#header.fixed .mobile {
    top: 27px;
}
body {
    padding: 85px 0 0 0;
}
.banner-wrap p.red {
    font-size: 18px;
}
.banner-wrap p.red::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45px;
    height: 2px;
    background-color: #f05023;
    margin: auto 0;
}
.banner-wrap p.red {
    font-size: 18px;
    padding-left: 59px;

}
a.button, .button, button, form input[type="submit"] {
    padding: 15px 45px  16px 15px;
    font-size: 16px;
}
.free-consulantion-btn.common-btn {
    margin-top: 40px;
}
section#home .desktop {
    min-height: 460px;
}
.banner-allwrap> .banner-logo-wrap {
    padding-left: 20px;
}
.banner-wrap h2 {
    font-size: 40px;
    line-height: 45px;
    letter-spacing:-1px;
}
.banner-wrap p {
    font-size: 16px;
    line-height: 24px;
}
.um-section {
    padding-top: 75px;
}
.title h2 {
    font-size: 38px;
}
.all-box-wrap .box h3 {
    font-size: 16px;
    margin-bottom: 0;
}
.all-box-wrap .box p {
    font-size: 15px;
    line-height: 22px;
}
.all-box-wrap .box a {
    font-size: 14px;
}
.all-box-wrap .box {
    min-height: 285px;
    padding: 25px 10px;
}
p.all-content {
    font-size: 15px;
    line-height: 22px;
}
section#about .wwd-content-left {
    padding-left: 0;
}
.btn.vision-btn {
    padding-top: 25PX;
}
.owl-nav button {
    height: 42px;
    width: 42px;
}
.owl-nav button:before {
    background-position: -2px -5px;
}
.gallery-slide .owl-item {
    height: 236px;
}
.owl-item.center {
    width: 335px !important;
}
.gallery-wrap {
    margin-top: 30px;
}
section#service-area p.all-content {
    width: 80%;
    margin: 15px auto 20px auto;
}
.service-box-wrap {
    gap: 15px;
}
.service-box-wrap .adres-box .map:before {
    bottom: -20px;
    width: 40px;
    height: 40px;
    background-position: -84px -87px;
    background-size: 120px;
    border: 3px solid rgba(37, 37, 37, 0.9);
}
.service-box-wrap p {
    padding: 10px 60px 0;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
}
.contact-right {
    margin-top: 30px;
    padding: 0 15px 20px;
}
.contact-right form#contact-enquiryform {
    margin-top: 35px;
}
.google-submit.enquiry-button-wrapper {
    max-width: 163px;
}
.google-submit.enquiry-button-wrapper::before {
    right: 10px;
    height: 23px;
    width: 23px;
    background-position: -3px -52px;
    background-size: 166px;
}
footer#footer {
    margin-top: 60px;
}
section.footer-top h3 {
    font-size: 18px;
    margin-bottom: 5px;
}
section.footer-top ul li a {
    font-size: 16px;
    line-height: 34px;
}
section.footer-top .sf-footer-grid>div {
    width: 50%;
}
section.footer-top .sf-footer-grid {
    flex-wrap: wrap;
}
section.footer-top .sf-footer-grid>div {
    margin-top: 50px;
    padding-bottom: 0;
}
section.footer-top .sf-footer-grid .right-menu-footer:before {
    display: none;

}
section.footer-top ul li a.call {
    font-size: 22px;
}
footer#footer .services {
    padding-left: 0;
    padding-right: 20px;
}
.btn.vision-btn a {
    font-size: 14px;
}
.free-consulantion-btn.common-btn a.button.w-blue::before {
    background-position: -132px -52px;
}
.free-consulantion-btn.common-btn a.button.w-blue:hover::before {
background-position: -3px -52px;
}
div#error-msg,div#result {
    font-size: 16px;
}
.btn.vision-btn .last-btn::before {
    background-position: -132px -52px;
}
.btn.vision-btn .last-btn:hover::before {
background-position: -3px -52px;
}

}
@media (max-width: 767px) {
    .um-section {
    padding-top: 45px;
}
    div#error-msg,div#result {
    font-size: 14px;
}
    section#gallery .owl-nav {
    top: 5px;
}
    .btn.vision-btn a {
    font-size: 13px;
}
header#header .mobile li.desktop a.button {
    font-size: 13px;
    padding: 13px 50px 11px 15px;
}
.menu .menu-trigger {
    float: left;
    margin: auto 15px auto 15px;
}
.menu {
    top: 14px;
}
header#header .mobile {
    width: initial;
    right: 52px;
    top: 27px;
}
header#header .header-wrapper .colamu-3.col-left {
    width: 45%;
}
body {
    padding: 70px 0 0 0;
}
.banner-allwrap>div {
    width: 100% !important;
}
.banner-allwrap {
    margin-top: 45px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.banner-allwrap> .banner-logo-wrap {
    padding-left: 0;
    max-width: 260px;
    margin: 0 auto;
}
.banner-wrap p.red:before {
    display: none;

}
.banner-wrap p.red {
    font-size: 18px;
    padding: 0;
    text-align: center;
    margin-top: 40px;
}
.banner-wrap h2 {
    font-size: 33px;
    line-height: 114%;
    text-align: center;
    letter-spacing: -1px;
}
section#home .desktop {
    min-height: 710px;
    object-position: right center;
}
.banner-wrap p {
    font-size: 18px;
    line-height: 156%;
    padding: 0;
    text-align: center;
}
a.button, .button, button, form input[type="submit"] {
    padding: 16px 45px  17px 15px;
    font-size: 13px;
}
header#header.fixed .mobile {
    top: 19px;
}
header#header.fixed .menu {
    top: 6px;
}
.all-box-wrap {
    grid-template-columns: repeat(2,1fr);
    gap: 10px 10px;
    margin-top: 35px;
}
.all-box-wrap .box .img {
    height: 70px;
    width: 70px;
    margin: 15px auto;
}
.all-box-wrap .box h3 {
    font-size: 15px;
    margin-bottom: 0;
}
.all-box-wrap {
    margin-top: 30px;
}
section#about .wwd-main-wrap>div {
    width: 100%;
    padding: 0;
}
section#about .wwd-main-wrap {
    flex-wrap: wrap-reverse;
}
section#about .wwd-main-wrap>div .about-first.responsive-hide {
    padding: 0;
    margin: 0 auto;
    margin-top: 50px;
    max-width: 340px;
}
section#service-area p.all-content {
    width: 100%;
    margin: 20px auto 30px auto;
}
.service-box-wrap p {
    padding: 10px 70px 0;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
}
form input, form textarea {
    height: 60px;
    padding-left: 53px;
}
.half.fields-wrap {
    flex-wrap: wrap;
}
form textarea {
    height: 180px;
}
.google-submit.enquiry-button-wrapper {
    max-width: 142px;
}
.contact-right h3 {
    font-size: 17px;
    letter-spacing: 6px;
    height: 30px;
    width: 315px;
    margin: 0 auto;
    padding-top: 7px;
    background-size: 100% 100%;
}
form#contact-enquiryform label {
  top: 16px;
}
section.footer-top .sf-footer-grid .social-left-icons {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0;
    justify-content: space-between;
}
.sf-footer-grid .social-left-icons h3 {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 0;
}
section.footer-top .sf-footer-grid .social-left-icons .logo {
    width: 45%;
}
section.footer-top .sf-footer-grid .social-left-icons::before{
    display: none;
}
section.footer-top .sf-footer-grid>div.right-menu-footer {
    padding: 0;
}
section.footer-top .sf-footer-grid>div.right-menu-footer:before {
    display: block;
    height: 145%;
}
footer#footer .services {
    padding-left: 30px;
    padding-right: 0;
}
footer#footer .services:before {
    display: none;
}
section.footer-top .sf-footer-grid>div.contact-detail {
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
}
section.footer-top h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
.free-consulantion-btn.common-btn {
    text-align: center;
}
.error-404.not-found h2 {
    font-size: 60px;
}
.error-404.not-found.container h3 {
    margin: 10px 0;
    font-size: 16px;
}
.error-404.not-found.container  p {
    font-size: 14px;
}
.error-404.not-found.container a.button {
    margin-top: 10px;
}
.error-404.not-found.container {
    padding: 30px 0 0 0;
}
body.error footer#footer {
    margin-top: 40px;
}
.input-wrap:before, .input-wrap:after {
    top: 18px;
}
.sf-message-wrap .input-wrap:before {
    margin-top: 5px;
}
footer#footer:before {

    width: 100%;
    height: 100%;
    background-size: auto 280%;
}
.input-wrap:after {
    left: 44px;
    right: auto;
    top: 20px;
}


}
@media screen and (min-width: 480px) and (max-width: 767px) {
header#header {
    height: 72px;
}
section#home .desktop {
    min-height: 740px;
}
header#header .header-wrapper .colamu-3.col-left {
    width: 38%;
    margin-top: -10px;
}
header#header.fixed .header-wrapper .colamu-3.col-left {
    margin-top: -2px;
}
header#header.fixed .mobile {
    top: 27px;
}
header#header.fixed .menu {
    top: 13px;
}
section.footer-top .sf-footer-grid>div::before {
    height: 112%;
}
section.footer-top .sf-footer-grid>div.right-menu-footer:before {
    height: 113%;
}
}
/*-tablet-view*/

/*-mobile-view*/

@media (max-width:480px){
section#about:before {
    width: 90%;
    top: -240px;
    height: 110%;
}
.owl-nav button {
    margin: 0 -10px;
}
.service-box-wrap {
    flex-wrap: wrap;
}
.adres-box {
    width: 100%;
}

/*-mobile-view*/
}















