@media (max-width: 1600px) {
    .popupform2 .modal-body {
        max-width: 50%;
    }
}
@media (max-width: 1366px) {
    .popupform2 .modal-body {
        max-width: 50%;
        top: 4%;
    }
    .popupform2 .popup-content{
        padding: 35px 40px 25px 40px;
    }
}

@media (max-width: 1200px){
    .popupform2 .modal-body {
        max-width: 60%;
    }
}
@media (max-width: 768px){
    .popupform2 .modal-body {
        max-width: 85%;
    }
    .popupform2 .modal-body .popup-content {
        border-radius: 180px 40px 40px 40px;
    }
}
@media (max-width: 540px){
    
    .bann-form input {
    margin: 0 0 13px;
}


    .popupform2 .modal-body .popup-content {
        padding: 35px 20px 30px 30px;
    }
}
@media (max-width: 425px){
    .popupform2 .modal-body .popup-content {
        padding: 40px 20px 40px 20px;
        border-radius: 30px;
    }
}
@media (max-width: 375px){
    .popupform2 .modal-body {
        max-width: 95%;
    }
}
@media only screen and (max-width: 980px) and (min-width: 320px) {
    
    .faq_mar {
    margin-bottom: 60px;
}

    .menu li a:before{
        display: none;
    }
    
    .best_one h2 {
    font-size: 30px;
    line-height: 35px;
}
    
    .lp-bg {
    /*background: url(../images/lp-bg.jpg) center center no-repeat;*/
    background-size: cover;
    padding: 50px 0 50px !important;
    margin-bottom: 50px;
}

.lp-bg .lp-content {
    padding-right: 0px;
}

.lp-bg h2 {
    font-size: 45px;
    line-height: 1.1;
}

    .lp-bg .container {
    height: auto !important;
}

    .menu-bottom span:nth-child(2) {
        width: 70%;
    }
    .menu-bottom.click span:nth-child(1) {
        width: 0;
    }
    .menu-bottom.click span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: 8px;
        width: 106%;
    }
    .menu-bottom.click span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .menu-bottom span:last-child {
        margin-bottom: 0;
    }
    .menu-bottom {
        width: 40px;
        height: 40px;
        padding: 5px;
        float: right;
        position: absolute;
        z-index: 99999999999;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        right: 18px;
        top: -30px;
    }
    .menu-bottom span {
        height: 2px;
        background: #f06965;
        display: block;
        width: 100%;
        margin-bottom: 6px;
        position: relative;
    }
    .menu-bottom.click span {
        background: white;
    }
    .menu-bottom.click {
        top: -100px;
        position: fixed;
        top: 8px;
    }
    .main-menu{
        margin: 0;
        overflow: auto;
        position: fixed;
        right: -100%;
        width: 100%;
        top: 0;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        height: 100%;
        z-index: 9999999 !important;
        padding-top: 10px;
        background: rgb(236,58,53);
        background: linear-gradient(180deg, rgba(236,58,53,1) 0%, rgba(236,147,58,1) 79%);
    }
    .main-menu ul {
        padding: 0 0;
        width: 100%;
    }
    .menu li {
        /* display: block !important; */
        margin: 0;
        padding: 0;
        width: 100%;
        /* border-bottom: 1px solid #ffffff9c; */
        position: relative;
        text-align: left;
    }
    .menu li a {
        font-size: 16px !important;
        padding-left: 0;
        color: #fff !important;
        font-weight: 400 !important;
        padding: 10px 0 10px 15px;
        text-align: left;
        display: block;
        width: 100%;
        letter-spacing: 0.5px;
        text-align: left;
        text-transform: uppercase;
        border-bottom: 1px solid #ffc41230;
    }
    .menu-open .main-menu {
        right: 0;
    }
    .menu-open .menu {
        transition-delay: 0.5s;
        opacity: 1;
    }
    header .menu {
        opacity: 0;
    }
    header {
        padding: 20px 0;
        z-index: 2;
    }
    header .logo img {
        max-width: 200px;
    }

    h2 {
        font-size: 30px;
        line-height: 26px;
        /* margin-bottom: 10px; */
        letter-spacing: 0;
    }


    header nav {
        text-align: center;
        margin-top: 20px;
    }

    header {
        /* text-align: center; */
        z-index: 9;
    }

    header ul li {
        margin-right: 0;
    }

    header ul {
        margin: 10px 0;
    }

    header ul li.phone a {
        font-size: 16px;
    }

    .btn {
        /* font-size: 13px; */
        /* letter-spacing: 2px; */
        padding: 10px 15px 11px;
    }

    section {
        padding: 30px 0;
        overflow: hidden;
    }

    header ul li:last-child {
        border: 0;
    }


    .home-banner {
    padding: 20px 0 40px;
    margin: auto;
    height: auto;
    /* background-size: 100%; */
}

.info-banner h1 {
    font-size: 32px;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.info-banner h1 br {
    display: none;
}

.info-banner h1 span {
    line-height: 28px;
}

.info-banner h1 + p {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 16px !important;
    font-weight: 500;
    text-shadow: 0 0 2px #fff;
}

p {
    font-size: 16px !important;
}

.scroll-mouse {
    display: none;
}

.site-logos {
    padding: 20px 0;
}

.site-logos::before {
    width: 100%;
    height: 5px;
}


.our-solution {
    margin: 10px 0 0;
}

.our-solution::before {width: 100%;border-radius: 0;}

.info-solution {
    max-width: 100%;
    margin-bottom: 50px;
}

.our-solution::after {
    display: none;
}

.info-count h4 {
    font-size: 30px;
    margin-bottom: 5px;
}

.info-count h4 + p {
    line-height: 15px;
    font-size: 14px !important;
    margin-bottom: 0;
}

.info-count {
    margin-bottom: 15px;
    padding: 20px 15px;
}

.counter [class*='col-'] {
    max-width: 50%;
}

.portfolio::before {
    width: 100%;
    background-size: cover;
    height: 100%;
    background-position: 90%;
}



.portfolio .item .info-port:first-child {
    margin-left: 0;
}


.portfolio .nav-tabs li {
    width: 50%;
    display: inline-block;
    text-align: center;
}

.portfolio .nav-tabs {
    margin-bottom: 15px;
}

.portfolio {
    padding: 30px 0;
}

.info-text h2 {
    margin-bottom: 15px;
}

.info-text h2::before {
    bottom: -5px;
    width: 80px;
    height: 3px;
}

.info-text h2 +p {
    max-width: 100%;
}

.info-text {
    margin-bottom: 30px;
}


.cta h2 {
    font-size: 26px;
    letter-spacing: 0;
    line-height: 28px;
}

.cta h2+p {margin-bottom: 8px;font-size: 20px !important;}

.cta h6 {
    font-size: 24px;
    color: #fff;
}

.cta h6 + a {
    font-size: 30px;
}

.cta-detail {
    margin-bottom: 8px;
}

.our-writing::after {
    display: none;
}

.our-writing .info-text {margin-bottom: 20px;}

.info-write {
    padding: 25px;
    min-height: auto;
    margin-bottom: 15px;
}

.info-write .img-write {
    top: 5px;
}

.our-writing .container::before {
    display: none;
}

.our-writing .btn {
    margin-top: 5px;
}

.our-work .container::before {
    display: none;
}    


.info-work span {
    font-size: 60px;
    vertical-align: middle;
    right: 20px;
    opacity: .3;
}

.info-work h6 {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 24px;
}

.info-work h6::before {
    display: none;
}

.info-work h6 + p {
    margin: 10px 0;
    /* font-size: 14px !important; */
    font-weight: 400;
}

.info-work {
    padding: 30px 10px;
    margin-bottom: 12px;
    border-radius: 7px;
    border: 1px solid #14b0bc;
    transition: .5s all;
}

.info-work:hover {
    background: #14b0bc;
}

.info-work:hover * {
    color: #fff;
}

.info-work * {
    transition: .5s all;
}

.info-work:hover span {-webkit-text-stroke-color: transparent;}

.our-work .container::after {
    display: none;
}

.our-work::after {
    display: none;
}

.our-work .btn {
    margin-top: 10px;
}

.our-work [class*='col-']:nth-last-child(2) .info-work:first-child {
    /* margin-top: 22px; */
}

.our-work [class*='col-']:first-child .info-work:last-child {
    /* margin-bottom: 0; */
}
.top-bar {
    display: none;
}


.info-write h4 {
    font-size: 24px;
    margin-bottom: 10px;
    letter-spacing: 0;
}

.info-write .img-write img {
    max-width: 60px;
}

.info-faq2 h2 {
    margin-bottom: 12px;
    line-height: 28px;
    /* text-align: center; */
}

.info-faq2 h2::before {
    width: 100px;
    left: 0;
    right: inherit;
    margin: auto;
    height: 5px;
    bottom: -3px;
    z-index: -1;
}

h2 br {
    display: none;
}

.info-faq2 img {
    left: 0;
    top: 0;
    max-width: 100%;
    display: table;
    margin: auto;
    margin-bottom: 10px;
}

.our-faq .card-header a {
    /* font-size: 14px; */
    padding: 10px 25px;
    font-weight: 500;
}

.accordion .card-header:after {
    height: 18px;
    width: 18px;
    background-size: 100%;
    top: 11px;
}

.accordion .card-header.collapsed:after {
    width: 18px;
    height: 18px;
    background-size: 100%;
}

.our-faq::before {
    height: 100%;
    width: 100%;
    border-radius: 0;
}

.our-faq .card-body {
    padding-top: 0;
}

.our-faq::after {
    display: none;
}

.our-faq .panel:last-child {
    margin-bottom: 0;
}

.our-faq .panel:last-child .card-body {
    padding-bottom: 0;
}

.our-faq .panel:last-child .card-body p:last-child {
    margin-bottom: 0;
}

.info-faq {
    margin-bottom: 0;
}

.site-logos2::before {
    display: none;
}

.site-logos2 h2::before {
    height: 5px;
}



.site-logos2 .info-text h2 +p {
    max-width: 100%;
}

.site-logos2 .info-text {
    margin-bottom: 20px;
}



.owl-carousel .owl-stage-outer {
    margin-bottom: 0;
}

h2::before {
    left: 0;
    width: 100px;
    height: 3px;
}

.our-testimonials h2 {
    margin-bottom: 18px;
}

.info-test2 {
    max-width: 100%;
}

.our-testimonials .info-test {
    padding: 20px 12px;
    background: #26262a;
    border-color: white;
}

.our-testimonials .info-test img {
    max-width: 100px;
    margin-bottom: 12px;
}

.our-testimonials .info-test h4 {font-size: 15px;margin-bottom: 0;}

.our-testimonials::before {
    display: none;
}

.cta2::before {
    display: none;
}

.cta2 .container {
    height: auto;
    background-size: cover;
    padding: 20px 0;
    background: #fff;
    box-shadow: 0 3px 3px #364f99;
}

.cta2 h2 {
    letter-spacing: 0;
    font-size: 24px;
    line-height: 28px;
}

.info-cta2 {
    padding: 0 15px;
    text-align: center;
    max-width: 100%;
}

.cta2 h2 + p {
    margin-bottom: 12px;
}

.cta2 {
    padding: 10px 0;
    margin: -1px;
}

.our-contact::before {
    display: none;
}

.our-contact::after {
    display: none;
}

.our-contact h2 {
    margin-bottom: 10px;
    text-align: center;
}

.info-form .form-control {
    height: 40px !important;
    padding: 5px 15px;
    margin-bottom: 15px;
}

.info-form form {
    padding: 0 8px;
    margin-bottom: 30px;
}

.info-form textarea.form-control {
    height: 70px !important;
}

.info-form input[type="submit"] {
    width: 56%;
    margin: auto;
    display: table;
    padding: 12px 15px;
    font-size: 16px;
    letter-spacing: 1px;
}

.info-form input[type="submit"] + img {
    display: none;
}

.contact-ul li img {
    max-width: 30px;
    position: relative;
    display: block;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: 7px;
}

.contact-ul li {
    padding: 12px 5px;
    width: 49%;
    display: inline-block;
    text-align: center;
}

.contact-ul {
}

.contact-ul li a {
    font-size: 16px;
    display: block;
}

.contact-ul li::before {
    display: none;
}

.contact-ul li:last-child {
    width: 100%;
    border-top: 1px solid #d0d0d0;
    padding-bottom: 0;
}

.contact-ul li:last-child img {
    top: 0;
}

.oc::before {
    display: none;
}

footer {
    padding: 30px 0;
}

footer a.logo img {
    /* max-width: 160px; */
    /* display: block; */
    /* margin: auto; */
}

footer a.logo+p {
    margin: 12px 0 20px;
    /* text-align: center; */
}


footer [class*='col-']:not(footer [class*='col-']:first-of-type) {
    width: 50%;
}

footer h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

footer h4::before {
    height: 4px;
    bottom: -2px;
    width: 20px;
    left: 0;
}

footer ul li {
    line-height: 20px;
}

footer ul li a {
    font-size: 14px;
    font-weight: 400;
}

.copy {
    text-align: center;
    padding: 8px 0;
}

.copy ul {
    text-align: center;
}

header ul li.me-btn:last-child {
    margin-top: 10px;
}

header ul li.me-btn:last-child a {
    width: 50%;
    margin: auto;
    text-align: center;
    padding: 7px 15px;
    border: 1px solid #fff;
}


.dropdown-menu {
    /*display: inline-block;*/
    width: 100%;
    position: static;
    /* padding-left: 30px; */
    /* border-color: #000000; */
    background: rgb(236,58,53);
    background: linear-gradient(180deg, rgba(236,58,53,1) 0%, rgba(236,147,58,1) 79%);
}

.menu .dropdown-menu a {
    padding: 4px 0;
    font-size: 15px !important;
    color: #fff !important;
    /* border-color: #3e3c3c; */
}

.dropdown-menu a {
    padding-left: 30px !important;
}

header ul li::before {
    display: none;
}

.about-banner::before {
    display: none;
}

.about-banner::after {
    display: none;
}

.about-banner .container {
    background-position: 50%;
    border-radius: 0;
    /* background: #000; */
    height: 130px;
    box-shadow: none;
}

.about-banner {
    padding-bottom: 20px;
}

.our-process::before {
    display: none;
}

.our-process h2 {
    margin-bottom: 16px;
    text-align: center;
}

.our-process h2::before {
    right: 0;
    margin: auto;
}

.our-process .rp p {
    text-align: center;
}

.our-process .rp {
    margin-bottom: 30px;
}

.info-process {
    padding: 15px 10px;
    transition: .5s all;
    border: 1px solid #364f99;
    margin-bottom: 10px;
    border-radius: 5px;
}

.info-process img {
    display: inline-block;
    margin-bottom: 10px;
}

.info-process h5 {
    /* background: #364f99; */
    font-size: 22px;
    margin-bottom: 12px;
}

.info-process:hover {
    background: #364f99;
}

.info-process:hover * {
    color: #fff;
}

.info-process:hover img {
    filter: invert(1);
}

.info-process::before {
    display: none;
}

.info-process h5 + p {
    margin-bottom: 0;
}

.our-process .btn {
    margin-top: 5px;
}

.dream::before {
    display: none;
}

.our-dream::before {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.info-dream h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.info-dream h4 + p {
    margin-bottom: 16px;
}

.our-dream::after {
    display: none;
}

.info-process:hover h5 {
    background: transparent;
}

.popup-bann {
    display: none;
}

.popup-content {
    margin-left: 0;
    padding: 20px 10px;
    border-radius: 0;
}

.popup-content::before,.popup-content::after {
    display: none;
}

.popup-content h2 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 5px;
}

.popup-content h2 + p {
    max-width: 100%;
    vertical-align: baseline;
    margin-bottom: 20px;
    margin-left: 0;
}

.popup-content .form-control {margin-bottom: 10px;}

.popupform input[type="submit"] {
    width: 50%;
    padding: 8px 15px;
    letter-spacing: 2px;
    margin-top: 0;
}

.popupform input[type="submit"] + img {
    display: none;
}

.fancybox-slide--html .fancybox-close-small {
    top: 0px;
    border-radius: 0;
    border: none;
    background: transparent;
    color: #000;
}


.our-inclusive::before {
    display: none;
}

.info-inclusive h2 {
    margin-bottom: 12px;
}

.info-inclusive p {
    margin-bottom: 10px;
}

.info-inclusive .btn {
    margin-top: 0;
}

.our-services {
    padding: 30px 0;
}

.our-services .info-text h2::before {
    width: 100px;
}

.our-services .info-text h2 + p {
    max-width: 100%;
}

.our-services .info-text {
    margin-bottom: 20px;
}

.our-services::before {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.info-services {
    padding: 20px 15px;
    min-height: auto;
    border-radius: 10px !important;
    margin-bottom: 10px;
}

.info-services h4 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.info-services h4::before {
    height: 3px;
    left: 0;
    width: 100px;
}

.info-services p:last-child {
    margin-bottom: 0;
}

.info-services h5 {
    font-size: 16px;
    margin-bottom: 2px;
}

.our-services::after {
    display: none;
}


.our-dream .info-dream2 {
    display: flex;
    flex-direction: column;
}

.our-dream .info-dream2 h2 + p {
    order: 1;
    line-height: 22px;
}

.about-dream .info-dream {
    margin-top: 0;
}

.about-dream .info-dream2 h2::before {
    width: 70px;
}

.about-dream .info-dream2 h2 {
    font-size: 36px;
}
.our-testimonials p {
    min-height: auto;
}
footer [class*='col-']:nth-child(4){
    /* display:none; */
    margin-top: -70px;
}

footer [class*='col-']:nth-child(5) {
    margin-top: 20px;
    width: 100% !important;
}

.our-work .info-text {
    margin-bottom: 40px;
}

.work-img {
    display: none;
}

.portfolio .nav-tabs .nav-link::before {
    background: #ffc412;
    height: 2px;
    top: inherit;
}


.portfolio .nav-tabs .nav-link {
    padding: 8px 3px;
}

.port-books {
    padding: 20px 140px 20px 16px;
    margin-bottom: 10px;
}

.port-books h4 {
    font-size: 24px;
    margin-bottom: 8px;
}

.port-books h4 + p {
    font-size: 14px !important;
    min-height: auto;
}

.port-books img {
    max-width: 130px;
}

.portfolio .row:nth-child(2) {
    margin-bottom: 0;
}

}

@media (max-width: 600px) {
.info-dream .col-md-6 {
    display: inline-block !important;
    width: auto;
    margin-bottom: 25px;
}
footer .col-md-2:nth-child(4) h4 {
    margin-top: 15px;
}
.our-process h2 {
    line-height: 48px;
}
.dropdown-menu-one, .dropdown-menu-two {
    display: none !important;
}
.dd-open-one, .dd-open-two{
    display:block !important;
}
.dd-open-one {
    position: relative !important;
    transform: none !important;
}
}

