@media(max-width: 1270px) {
    .inner-banner-content {
        width: 350px;
    }
}

@media (max-width: 991px) {
    .black-header.bg-transparent-topmenu .animated:hover .icon-bar,
    .black-header.bg-transparent-topmenu .animated:focus .icon-bar {
        background-color: #fff!important;
    }
    .black-header.bg-transparent-topmenu .icon-bar {
        background-color: #000!important;
    }
    .inner-black-header.black-header.bg-transparent-topmenu .icon-bar {
        background-color: #fff!important;
    }
    .black-header.custom-header.bg-transparent-topmenu .navbar-nav li a {
        color: #fff!important;
    }
    .black-header.custom-header.bg-transparent-topmenu .logowhite {
        color: #000!important;
    }
    .black-header.custom-header.bg-transparent-topmenu .logoblack .logowhite {
        color: #fff!important;
    }
    .custom-header .navbar-nav li a{
        font-size: 22px!important;
    }
}

@media (max-width: 991px) {
    .btn-nav {
        display: block;
    }
    .btn-nav {
        position: fixed;
        top: 13px;
        left: auto;
        right: 5%;
        background: transparent;
        border: none;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        cursor: pointer;
        z-index: 99999;
    }
    .btn-nav:focus {
        outline: 0;
    }
    .icon-bar {
        display: block;
        margin: 6px 0;
        width: 30px;
        height: 3px;
        background-color: #81d5d3;
    }
    .btn-nav:hover .icon-bar {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        background-color: #81d5d3;
    }
    .nav-content {
        position: fixed;
        top: -100%;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #000000;
        display: block;
        height: 100%;
        z-index: 999;
        display: flex;
    }
    .nav-content ul {
        margin: 0 auto !important;
    }
    .nav-content ul li {
        text-align: left;
    }
    .nav-content ul li a {
        text-align: left;
    }
    .nav-list {
        list-style: none;
        padding: 0;
        position: relative;
        top: 30%;
    }
    .item-anchor:after {
        content: "";
        position: absolute;
        width: 3px;
        height: 3px;
        left: 0;
        bottom: 0;
        z-index: 9;
        background: transparent;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    .item-anchor {
        color: #fff;
        font-size: 30px;
        text-transform: uppercase;
        position: relative;
        text-decoration: none;
        padding: 10px;
    }
    .item-anchor:hover,
    .item-anchor:focus {
        color: #81d5d3;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    .item-anchor:hover:after,
    .item-anchor:focus:after {
        width: 100%;
        background: #81d5d3;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    .nav-item {
        margin: 40px 0 40px 0;
        text-align: center;
    }
    .animated {
        display: block;
        margin: 0 auto;
    }
    .animated:hover .icon-bar,
    .animated:focus .icon-bar {
        background-color: #81d5d3;
    }
    .animated:focus {
        cursor: pointer;
        z-index: 9999;
    }
    .middle {
        margin: 0 auto;
    }
    .icon-bar {
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
        z-index: 999999;
    }
    .animated .icon-bar {
        z-index: 999999;
        background-color: #81d5d3;
    }
    .custom-header .navbar-nav li {
        margin: 12px 0;
    }
    .custom-header .navbar-nav li a {
        text-align: center;
    }
    .custom-header .navbar-nav li .btn-contact a {
        text-align: center;
        padding: 5px 10px;
    }
    .animated .top {
        -webkit-transform: translateY(7px) rotateZ(45deg);
        -moz-transform: translateY(7px) rotateZ(45deg);
        -ms-transform: translateY(7px) rotateZ(45deg);
        -o-transform: translateY(7px) rotateZ(45deg);
        transform: translateY(7px) rotateZ(45deg);
    }
    .animated .bottom {
        -webkit-transform: translateY(-11px) rotateZ(-45deg);
        -moz-transform: translateY(-11px) rotateZ(-45deg);
        -ms-transform: translateY(-11px) rotateZ(-45deg);
        -o-transform: translateY(-11px) rotateZ(-45deg);
        transform: translateY(-11px) rotateZ(-45deg);
    }
    .animated .middle {
        width: 0;
    }
    a.nav-item.nav-link {
        margin: 0;
    }
    @keyframes showNav {
        from {
            top: -100%;
        }
        to {
            top: 0;
        }
    }
    @-webkit-keyframes showNav {
        from {
            top: -100%;
        }
        to {
            top: 0;
        }
    }
    @-moz-keyframes showNav {
        from {
            top: -100%;
        }
        to {
            top: 0;
        }
    }
    @-o-keyframes showNav {
        from {
            top: -100%;
        }
        to {
            top: 0;
        }
    }
    .showNav {
        -webkit-animation: showNav 1s ease forwards;
        -moz-animation: showNav 1s ease forwards;
        -o-animation: showNav 1s ease forwards;
        animation: showNav 1s ease forwards;
    }
    @keyframes hideNav {
        from {
            top: 0;
        }
        to {
            top: -100%;
        }
    }
    @-webkit-keyframes hideNav {
        from {
            top: 0;
        }
        to {
            top: -100%;
        }
    }
    @-moz-keyframes hideNav {
        from {
            top: 0;
        }
        to {
            top: -100%;
        }
    }
    @-o-keyframes hideNav {
        from {
            top: 0;
        }
        to {
            top: -100%;
        }
    }
    .hideNav {
        -webkit-animation: hideNav 1s ease forwards;
        -moz-animation: hideNav 1s ease forwards;
        -o-animation: hideNav 1s ease forwards;
        animation: hideNav 1s ease forwards;
    }
    .hidden {
        display: none;
    }
    .banner-section .banner-center-section .center-content .banner-image-section {
        height: calc(100vh - 350px);
    }
    .mobile-rotate-sec {
        position: absolute;
        right: -100px;
        -webkit-transform: translateY(50%) rotate(90deg);
        transform: translateY(50%) rotate(90deg);
    }
    .mobile-rotate-sec ul {
        display: inline-block;
    }
    .mobile-rotate-sec ul li {
        display: inline-block;
        padding-left: 20px;
    }
    .mobile-rotate-sec ul li a {
        color: #fff;
    }
    .mobile-rotate-sec ul li a:hover {
        color: #81d5d3;
    }
    .custom-header .logo {
        z-index: 9999;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 3em !important;
    }
    h2 {
        font-size: 2em !important;
    }
    h3 {
        font-size: 1.8em !important;
    }
    h4 {
        font-size: 1.5em !important;
    }
    h5 {
        font-size: 1.2em !important;
    }
    #customers-testimonials {
        padding-right: 10%;
    }
    .citizen-section {
        background-color: #000000;
        z-index: 0;
    }
    .citizen-section:before {
        display: none;
    }
    .citizen-section:after {
        display: none;
    }
    .citizen-section .citizen-box {
        margin-bottom: 40px;
    }
    .citizen-section .citizen-box p {
        height: auto;
        font-size: 16px;
    }
    .citizen-section .citizen-box .box-title {
        font-size: 20px !important;
    }
    .citizen-section .citizen-desc-section p {
        font-size: 18px;
    }
    .about-section {
        padding: 50px 0;
    }
    .about-section .abt-title {
        font-size: 2em !important;
        line-height: 1.4;
    }
    .about-section .abt-sec p {
        font-size: 18px;
    }
    .testimonials {
        padding: 0;
    }
    .testimonials:after {
        display: none;
    }
    .newsletter-section {
        padding: 50px 0 70px 0;
    }
    .top-footer {
        padding: 50px 0 50px 0;
    }
    .top-footer .footer-desc {
        margin-bottom: 20px;
    }
    .top-footer .footer-menu {
        margin-bottom: 40px;
    }
    .bottom-footer .bottom-right {
        padding: 10px 0;
    }
    .bottom-footer .bottom-right span {
        margin-bottom: 20px;
        display: block;
    }
    .bottom-footer .bottom-right ul li:first-child {
        margin-left: 0;
    }
    .btn-nav {
        right: 3%;
    }
    footer p.contact-btn{
        display: none;
    }
    .references-filed .titling .heading{
        font-weight: 600;
        text-align: center;
    }
}

@media (max-width:991px) and (min-width: 768px) {
    .inner-banner-content {
        left: 5%;
        transform: translateY(-50%);
    }
}


/*# sourceMappingURL=responsive.css.map */