@media screen and (min-width:1681px) {
}

@media (min-width:1441px) and (max-width:1680px) {
}

@media (min-width:1200px) and (max-width:1440px) {
    h1, .h1 {
        font-size: 90px;
    }

    h2, .h2 {
    font-size: 40px;
}

    p {
        font-size: 16px;
    }

    .pageTopBanner .bTitle {
        padding-bottom: 0;
    }

    h4, .h4 {
        font-size: 21px;
    }

    .navigation .navbar-nav > li.nav-item {
        font-size: 14px;
    }

    .hm-section-3 .position-absolute {
        max-width: none !important;
    }
    .hm-section-2 .row .position-relative img{
        visibility:hidden;
    }
    .hm-section-2 .row .position-relative img.invisible {
        visibility:visible!important;
    }
}

@media (max-width:1199px) {
    .pageTopBanner .position-absolute, .hm-section-3 .position-absolute {
        position: static !important;
        height: auto !important;
        max-width: 100% !important;
    }
    p.text-sm {
        font-size: 15px;
    }
    .contact-frm .form-control {
        font-size: 14px;
    }
    .list-inline.text-nowrap .list-inline-item {
        width:auto!important;
    }
}
@media (max-width:1400px) {
    .hm-section-2 img.position-absolute{
        position:static!important;
        top:0!important;
        max-width:100%!important;
    }
    .pageTopBanner {
        background-size: 120% auto;
    }

}

@media (min-width:993px) and (max-width:1199px) {
    h1, .h1 {
        font-size: 90px;
    }
    h2, .h2 {
    font-size: 40px;
}

    .pageTopBanner .bTitle {
        line-height: 50px;
        padding-bottom: 0;
    }

    .btn.btn-o {
        font-size: 17px;
    }
    .hm-section-2 .position-relative .position-absolute{
        display:none;
    }
   .hm-section-2 .position-relative  .invisible{
       visibility:visible!important;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .header.navbar {
        padding-left: 0px;
        padding-right: 0px;
    }
	.navigation .navbar-nav>li {
		font-size: 14px;
		white-space: nowrap
	}

    .btn.btn-o.btn-sm {
        font-size: 13px;
    }

    .pageTopBanner.pt-5 {
        padding-top: 40px !important;
    }

    h1, .h1 {
        font-size: 70px;
    }

    .pageTopBanner .bTitle {
        line-height: 34px;
        font-size: 24px;
        padding-bottom: 0px;
    }

    .pageTopBanner p {
        padding-top: 0 !important;
    }

    .white-space {
        white-space: nowrap;
    }

    .btn.btn-o {
        font-size: 16px;
    }

    .h-seal-img {
        display: flex !important;
        align-items: center;
    }

    h3, .h3 {
        font-size: 18px;
    }

    p {
        font-size: 15px;
    }

    h2, .h2 {
        font-size: 26px;
    }

    h4, .h4 {
        font-size: 18px;
    }

    h5, .h5 {
        font-size: 16px;
    }

    .list-inline.btns-list {
        padding: 25px 0;
    }
    .hm-section-2 .position-relative .position-absolute{
        display:none;
    }
   .hm-section-2 .position-relative  .invisible{
       visibility:visible!important;
    }
   .hm-section-2 img.position-absolute {
    position: static!important;
    max-width: 100%!important;
    display:block;
    margin:0 auto;
}
   .footerBox p {
    font-size: 13px;
}
}

@media (max-width:767px) {

    .navbar-brand.logo {
        padding: 8px 0;
    }

    .navbar-toggler:hover, .navbar-toggler:focus {
        outline-style: none;
    }

    .navbar-toggler .bar1, .navbar-toggler .bar2, .navbar-toggler .bar3 {
        width: 35px;
        height: 4px;
        background-color: #0B0B0B;
        margin: 6px 0;
        transition: 0.4s;
        display: block;
    }

    .navbar-toggler[aria-expanded="true"] .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-6px, 6px);
    }

    .navbar-toggler[aria-expanded="true"] .bar2 {
        opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"] .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }

    .navbar-brand.logo h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .navigation .navbar-nav>li>a {
		padding: 8px 15px!important
	}
    .navigation .navbar-nav {
    left: 0;
    text-align:left;
}
    .navigation .navbar-nav>li>a:after{
        display:none;
    }

    h1, .h1 {
        font-size: 75px;
    }

    .btn.btn-o {
        font-size: 20px;
    }

    .btn.btn-o img {
        max-width: 34px;
        position: relative;
        top: 5px;
    }

    p.text-sm {
        font-size: 14px;
    }
    .pageTopBanner .bTitle {
        line-height: 34px;
        font-size: 24px;
        padding-bottom: 0px;
    }

    .pageTopBanner .position-absolute {
        margin-bottom: 15px;
        margin-top: 10px;
    }

    p {
        font-size: 15px;
    }

    h3, .h3 {
        font-size: 21px;
    }

    h2, .h2 {
    font-size: 36px;
}

    h4, .h4 {
        font-size: 18px;
    }

    .header .navbar {
        padding: 0px;
    }

    .hm-section-2 img.position-absolute{
        position:static!important;
        max-width:100%!important;
    }

    .hm-section-4 .row .col:not(:first-child) {
        margin-top: 20px;
    }

    .contact-frm .form-control {
        height: 44px;
        font-size: 15px;
    }

    .contact-address {
        margin-top: 20px;
    }

    .fooCopyrights {
        text-align: center !important;
    }

        .fooCopyrights p {
            text-align: center !important;
        }

        .fooCopyrights .list-inline {
            text-align: center !important;
        }

    .sec-1-box .row .row .col-auto {
        width: 90px;
        text-align: center;
    }

    .contact-address ul.list-unstyled li {
        margin-top: 40px;
    }

    .contact-address {
        margin-bottom: 30px;
    }

    .navigation .navbar-nav > li.nav-item {
        font-size: 14px;
        margin-left: 0px;
        border-bottom: #e6e6e6 dotted 1px;
    }

        .navigation .navbar-nav > li.nav-item > a.nav-link {
            padding-left: 15px;
            padding-right: 15px;
        }

        .navigation .navbar-nav > li.nav-item:hover > a.nav-link, .navigation .navbar-nav > li.nav-item:focus > a.nav-link, .navigation .navbar-nav > li.nav-item.active > a.nav-link {
            color: #ffffff;
            background-color: #307CF8;
        }

    .navigation .btn.btn-o.btn-sm {
        width: 100%;
        margin-left: 0 !important;
        margin: 10px 0;
    }

    .fooCopyrights .list-inline .list-inline-item a {
        font-size: 14px;
    }

    .fooCopyrights .list-inline .list-inline-item a, .fooCopyrights .list-inline .list-inline-item {
        font-size: 14px;
    }

    .contact-address ul.list-unstyled li {
        margin-top: 0px;
    }

    .fooCopyrights .list-inline.fooScrollLink .list-inline-item {
        padding: 0 2px;
    }

    .contact-address ul.list-unstyled li img {
        max-width: 55px;
    }

    .contact-address ul.list-unstyled li {
        padding-left: 75px;
        margin-bottom: 30px;
        padding-top: 5px;
    }
    .hm-section-2 .position-relative .position-absolute{
        display:none;
    }
   .hm-section-2 .position-relative  .invisible{
       visibility:visible!important;
    }
   .hm-section-1 .bg-white.active {
        border-color:transparent;
    }
   .hm-section-2 .row.rounded{
       margin-left:0px;
       margin-right:0px;
   }
   .pageTopBanner {
        background-position: top left;
        background-size: auto 130%;
    }
   .btn.btn-o {
        min-width: 230px;
    }
}

@media (max-width:575px) {
    .cookie-bar .AVsizer {
        padding-top: 9px;
        padding-bottom: 0px;
        float: right;
        margin-bottom: 5px;
    }

    .cookie-bar p {
        font-size: 12px;
        line-height: 22px;
    }


    .pageTopBanner .position-absolute {
        margin-bottom: 15px;
        margin-top: 25px;
    }

    .pageTopBanner .bTitle {
        line-height: 30px;
        padding-bottom: 0;
        font-size: 20px;
        margin: 0;
    }


    .h-seal-img.d-inline-block {
        display: flex !important;
        align-items: center;
    }

    ul.list-inline.white-space .list-inline-item {
        display: block;
        margin: 0 0 10px;
        padding: 0;
    }

    h1, .h1 {
        font-size: 55px;
    }
    h2, .h2 {
        font-size: 30px;
    }

    .btn.btn-o {
        font-size: 16px;
        width: 260px;
        margin: 0 auto;
    }

    .hm-section-1 .row .col-12{
        top:0!important;
    }

    .footerBox .row .col {
        max-width: 100%;
    }

    .footerBox h5 {
        padding-bottom: 0;
    }

    .fooCopyrights p.text-left, .fooCopyrights .list-inline.text-right {
        text-align: center !important;
    }

    .navbar-brand.logo img {
        max-width: 45px;
    }

    .navbar-brand.logo h1 {
        font-size: 20px;
    }

    .navigation .navbar-nav > li.nav-item {
        font-size: 14px;
    }

    .list-inline.d-inline-block {
        display: block !important;
    }
    .list-inline.text-nowrap{
        white-space:normal!important;
    }
    .list-inline.text-nowrap .list-inline-item{
        display:block;
        min-width:100%;
        margin-bottom:15px;
    }
}
@media (max-width:380px) {
.navbar-brand.logo h1 span {
    font-size: 10px;
}
}
