@media only screen and (max-width:991px) {
.flush-xs {
    padding-right: 0px;
    padding-left: 0px;
} 

.navbar-toggler {
    line-height: 1;
    padding: 0;
    border-radius: 0;
}
.navbar-toggler.menu-icon {
    width: 40px;
    padding:0;
    cursor: pointer;
    position: relative;
    border:0px;
    margin-right: 15px;
}
.navbar-toggler.menu-icon span {
    width: 100%;
    height: 4px;
    display: block;
    background: #fff;
    margin: 6px 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.navbar-toggler.menu-icon.active span {
    position: absolute;
    top: calc(50% - 8px);
}
.navbar-toggler.menu-icon.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.navbar-toggler.menu-icon.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.navbar-toggler.menu-icon.active span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    display: none;
} 

.visible-xs {
    display: inline-block;
}

.xs-100 {
    width: 100%;
}

.navbar-light .navbar-brand {
    width:75%;
    text-align: left;
    padding-left: 15px !important;
}

.navbar-light .navbar-brand img {
    max-height: 40px;
    margin-right: 14px;
    position: relative;
    left: 0px;
}


.header.active {
    background: #000;
}

.header {
    padding: 20px 0px;
}

.header ul.navbar-upper {
    display: none;
}

.header ul.navbar-nav {
    padding: 10px 0px;
}

.header ul.navbar-nav li {
    padding: 10px 0px;
}

ul.sub-menu {
    display: none;
    min-width: 100%;
    transform: translateY(0px);
    opacity: 1;
    width: 100%;

}

.navbar-expand-lg .navbar-nav li {
    text-align: center;
}

.pmob {
    padding-right: 0;
}

.header .pmob {
    padding: 0 0px;
}


}
@media only screen and (max-width:767px) {
h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

.underlined::after {
    left: 50%;
    margin-left: -35px;
    width: 70px;
}

.row-eq-height {
    display:inline-block;
}

.section-title h2 {
    font-size: 28px !important;
}

.xs-center {
    text-align: center;
}

.banner h2 {
    font-size: 39px;
    line-height: 1.4;
}

.side-menu {
    width: 100%;
}

.side-menu ul.main-menu {
    padding-left: 20px;
    padding-right: 20px;
}

.banner .btn-default {
    margin: 5px 10px;
}

.social-links a {
    margin: 0px 4px;
}

.section-title h6 {
    font-size: 13px;
    margin-top: 20px;
}

.section-title h2 {
    font-size: 36px !important;
}

.about p {
    font-size: 15px;
    margin: 27px 0;
}

.about .section-title h2 {
    padding-bottom: 0px;
}

.contact-form .bgs {
    padding: 50px 0px;
}

.faq .card h5 button {
    padding: 18px 50px 18px 0px;
    font-size: 15px;
    line-height: 22px;
}

.blogbox {
    margin-bottom: 20px;
}


.footer {
    text-align: center!important;
}

.footer h3 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.footer ul li {
    margin: 6px 5px;
    display: inline-block;
}

.footer .line p {
    font-size: 13px;
}

.btn-default {
    min-width: 170px;
    line-height: 50px;
    font-size: 16px;
    padding: 0px 22px;
}

.banner .btn-default {
    min-width: 250px;
}

p {
    font-size: 15px;
}

.biggerlink {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.biggerlink .num {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.industryinner .img {
    min-height: 350px;
    height: inherit;
    margin-bottom: 40px;
}

.industryinner .spright {
    padding-right: 15px;
}

.industryinner p {
    margin: 20px 0px;
}

.industryinner {
    padding: 60px 0px;
}

.industryinner.tps {
    padding-top: 120px;
}

.service-inner .img {
    height: inherit;
    min-height: 350px;
}

.service-inner .spright {
    padding-right: 15px;
    margin-bottom: 20px;
}

.porinfo p {
    font-size: 14px;
}


.about.inner {
    padding-top: 100px;
}

.faq.inner {
    padding-top: 100px;
}


.blog.inner {
    padding-top: 100px;
}

.contact-form.contactpage .contact-img {
    /* display: none; */
    position: relative;
    top: 0;
    transform: none;
    width: 100%;
    height: inherit;
}

.contact-form.contactpage .contact-img img {
    position: relative;
    width: 100%;
    height: inherit;
}

.service-inner {
    padding-top: 120px;
}

.contact-form.contactpage {
    margin-top: 0px;
    padding-top: 80px;
}

.faq .card h5 button:before {
    right: 15px;
    width: 18px;
    height: 2px;
}

.faq .card h5 button.collapsed:after {
    right: 23px;
    margin-top: -8px;
    width: 2px;
    height: 18px;
}

}

@media only screen and (min-width:768px) and (max-width:991px) {

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

.section-title h6 {
    font-size: 16px;
}

.section-title h2 {
    font-size: 36px;
}

.about .spr {
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-form .bgs {
    padding: 77px 45px 75px;
}

.footer ul li {
    margin: 10px 8px;
}

.footer p {
    font-size: 14px;
}

.footer .line p {
    font-size: 14px;
}

p {
    font-size: 14px;
}

.footer .logos img {
    max-width: 130px;
}

.footer p {
    font-size: 12px;
}

.footer .logobroke img {
    max-height: 39px;
    margin-right: 20px;
    margin-bottom: 15px;
}

.banner .btn-default {
    margin: 0px 9px;
    font-size: 14px;
    min-width: 203px;
}


.blogbox .text h2 {
    font-size: 19px;
}

.sc_icons_creative {
    padding: 0px 10px 30px 10px;
}

.biggerlink {
    padding: 2em 20px 2.4em;
}

.biggerlink h4 {
    font-size: 14px;
    margin: 0;
    padding-top: 150px;
    min-height: 187px;
}

.ctas h3 {
    font-size: 22px;
}


.industryinner .spright {
    padding-right: 15px;
}

.industryinner .section-title h2 {
    font-size: 50px;
}

.contact-form .bgs {
    padding: 77px 25px 75px;
}

.section-title h6 {
    font-size: 14px;
}

.industryinner.tps {
    padding-top: 140px;
}

.service-inner .spright {
    padding-right: 15px;
}

.about.inner {
    padding-top: 100px;
}


.faq.inner {
    padding-top: 100px;
}

.blog.inner {
    padding-top: 100px;
}

.contact-form.contactpage {
    margin-top: 80px;
    padding-top: 0px;
}

.service-inner {
    padding-top: 120px;
}

.contact-form.contactpage .contact-img {
    width: 48vw;
}

}

@media only screen and (min-width:992px) and (max-width:1199px) {
h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

.footer p {
    font-size: 14px;
}

.footer .line p {
    font-size: 14px;
}

.contact-form .bgs {
    padding: 77px 40px 75px;
}

.section-title h2 {
    font-size: 40px;
}

.navbar-nav>li {
    margin: 0px 7px;
}

.navbar-brand img {
    max-height: 60px;
    margin-right: 20px;
    left: -20px;
}

.navbar-nav .nav-link {
    font-size: 15px;
}

.biggerlink h4 {
    font-size: 21px;
}

.header {
    padding: 20px 10px;
}

.industryinner .section-title h2 {
    font-size: 50px;
}


.biggerlink h4 {
    font-size: 14px;
    margin: 0;
    padding-top: 150px;
    min-height: 187px;
}

.contact-form.contactpage {
    margin-top: 100px;
    padding-top: 0px;
}

.contact-form.contactpage .contact-img {
    width: 48vw;
}

}

@media only screen and (min-width:1200px) and (max-width:1399px) {
.header {
    padding: 20px 10px;
}

.industryinner.tps {
    padding-top: 160px;
}

.contact-form.contactpage .contact-img {
    width: 48vw;
}

.navbar-brand img {
    left: 0px;
}

.navbar-nav .nav-link {
    font-size: 16px;
}

}
