/*---- Small screens & Tablet landscape ----*/

@media (min-width: 768px) {
    .sidebar .links-list {
        display: block !important;
    }
    /*.enumenu_ul {
        height: auto !important;
    }*/
}

@media (max-width: 1109px) {
    h1 {
        font-size: 34px;
    }
    .enumenu_ul > li > a {
        letter-spacing: 0.04em;
    }
    .enumenu_ul li a {
        padding: 15px;
    }
    .top-nav {
        margin-left: 2%;
    }
    /*.site-header .search-bar {
        width: 25%;
        margin-top: 5px;
    }*/
    /*-- home banner sec --*/
    .home-banner {
        height: 480px;
        font-size: 20px;
    }
    .banner-bg .bg-left {
        width: 52%;
    }
    .banner-bg .bg-right {
        width: 48%;
    }
    .down-btn-wrap {
        display: none;
    }
    .home-banner .banner-bg .bg-right img {
        bottom: -3%;
    }
    /*-- home mid sec --*/
    .home-mid-sec {
        padding: 35px 0 18px;
    }
    .mid-top-height {
        margin-bottom: 35px;
    }
    .report-content {
        padding: 60px 20px 20px 30px;
    }
    .service-img {
        height: 250px;
    }
    .services-col {
        margin-bottom: 35px;
    }
    /*-- footer --*/
    .site-footer {
        padding: 54px 0 0;
        background: #333;
    }
    .foo-menu-col {
        margin-bottom: 54px;
    }
    .foo-logo {
        width: 267px;
    }
    .pagination {
        font-size: 20px;
    }
    .pagination a,
    .pagination span {
        margin: 0 16px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .enumenu_ul > li ul {
        display: block !important;
    }
}

@media (max-width: 991px) {
    body {
        padding-top: 80px;
    }
    h1 {
        font-size: 34px;
        line-height: 1;
    }
    h3 {
        margin-bottom: 1em;
    }
    h2 {
        font-size: 22px;
        line-height: 1.1;
    }
    h6 {
        font-size: 14px;
    }
    .container-sm {
        padding-left: 58px;
    }
    .site-header {
        padding: 16px 0;
    }
    .site-header .container {
        padding-left: 20px;
        padding-right: 20px;
        max-width: none;
    }
    .logo {
        padding-left: 0;
        /*margin-left: -18px;*/
    }
    .logo img {
        height: 48px;
    }
    .search-toggle {
        font-size: 26px;
        margin: 14px 50px 0 0;
    }
    /*.site-header .search-bar {
        margin-right: 14.5%;
        width: 300px;
    }*/
    /* menu start */
    .enumenu_ul .arrow {
        display: none;
    }
    .enumenu_ul > li:hover > a {
        background: transparent;
    }
    .enumenu_ul li a {
        padding: 0;
        font-size: 14px;
        text-align: left;
    }
    .enumenu_ul li ul li a {
        padding: 0;
        font-size: 16px;
        color: #002664;
        text-transform: none;
    }
    .enumenu_ul > li.top-contact,
    .enumenu_ul > li.top-copyright {
        display: inline-block;
    }
    .enumenu_ul.menu.mob {
        padding: 30px;
        overflow: auto;
    }
    .menu-icon .menu-box span {
        background: #002664;
    }
    .top-nav {
        float: right;
        width: auto;
        margin-top: 0;
    }
    /* menu end */
    /*.banner {
        height: 230px;
    }*/
    .home-banner {
        height: 350px;
        font-size: 16px;
    }
    .banner-bg .bg-left {
        width: 44%;
    }
    .banner-bg .bg-right {
        width: 56%;
    }
    .banner-bg .bg-right img {
        right: -8%;
        bottom: -12%;
    }
    .banner-caption .banner-content {
        padding-right: 20px;
        max-width: none;
        padding: 0;
    }
    /*-- home banner --*/
    .home-banner .banner-bg .bg-left {
        width: 60%;
    }
    .home-banner .banner-bg .bg-right {
        width: 40%;
    }
    /*-- home mid sec --*/
    .section {
        padding: 35px 0;
    }
    .mid-top-height {
        height: auto !important;
        min-height: 300px;
    }
    .quick-link-col {
        float: right;
    }
    /*.report-img {
        max-width: 350px;
    }*/
    /*.report-content {
        padding: 73px 15px 15px 34px;
    }*/
    .report-slider .owl-dots {
        right: 14px;
        bottom: 14px;
    }
    .service-img h2,
    .service-img .service-heading {
        padding: 20px 15px 20px 29px;
        width: 58.5%;
    }
    .services-content {
        padding: 35px 0 0 0;
    }
    .services-col {
        height: auto !important;
    }
    .triangle-shape:before {
        height: 335px;
        -webkit-transform: skewY(70deg);
        transform: skewY(70deg);
        -moz-transform: skewY(70deg);
        -ms-transform: skewY(70deg);
        -o-transform: skewY(70deg);
    }
    .triangle-shape:after {
        -webkit-transform: skewY(-8deg);
        -moz-transform: skewY(-8deg);
        -o-transform: skewY(-8deg);
        transform: skewY(-8deg);
        -ms-transform: skewY(-8deg);
        height: 125px;
    }
    /*-- footer --*/
    .foo-menu [class*="col-"] {
        width: 33.33%;
        float: left;
        text-align: left;
    }
    .foo-menu ul li {
        margin-bottom: 21px;
    }
    .foo-menu ul li:last-child {
        margin-bottom: 0;
    }
    .foo-menu [class*="col-"]:nth-child(3n+1) {
        clear: both;
    }
    .foo-menu .copy-right-col .foo-title {
        margin-top: 14px;
        margin-bottom: 26px;
    }
    .foo-menu .copy-right-col a {
        margin: 0;
    }
    .foo-menu .copy-right-col ul li {
        margin-bottom: 21px;
        display: block;
    }
    .foo-menu .copy-right-col ul li:last-child {
        margin-bottom: 0;
    }
    /*.foo-menu-col {
        margin-bottom: 82px;
    }*/
    .foo-menu [class*="col-"]:nth-last-child(-n+3) .foo-menu-col {
        margin-bottom: 0;
    }
    .site-footer {
        padding: 54px 0;
        background: #333;
    }
    /* Inner content */
    .breadcrumb {
        margin: 10px 0 35px;
    }
    .sec-content {
        padding-bottom: 85px;
    }
    .sec-content .col-right {
        margin-left: 30px;
        margin-bottom: 30px;
    }
    .sidebar .links-list ul li {
        margin-bottom: 36px;
    }
    .sidebar .links-list ul li:last-of-type {
        /*margin-bottom: 0;*/
    }
    .block {
        margin-right: 28px;
    }
    .block,
    .block-img-full figure {
        margin-bottom: 35px;
    }
    .block-img-cta figure {
        margin: -172px -50px -15px -25px;
    }
    .block-table {
        margin: 50px 0;
    }
    .field-textarea,
    .field-btn,
    .form-msg {
        margin-top: 35px;
    }
    /* Search page */
    .dropdown label,
    .dropdown .dropdown-select {
        display: block;
        width: auto;
        margin: 0;
        text-align: center;
    }
    .dropdown label {
        margin-bottom: 20px;
    }
    .pagination {
        font-size: 18px;
    }
    .pagination a,
    .pagination span {
        margin: 0 12px;
    }
    .contact-dtl [class*="col-"] {
        margin-bottom: 20px;
        float: left !important;
        clear: left !important;
    }
}


/*---- Mobile Landscape ----*/

@media (max-width: 767px) {
    body {
        padding-top: 74px;
    }
    h1 {
        font-size: 26px;
    }
    ul {
        padding-left: 35px;
    }
    ul li::before {
        left: -35px;
    }
    table,
    table thead,
    table tbody,
    table tr,
    table th,
    table td {
        display: block;
        width: auto;
    }
    table {
        border: 0;
    }
    table th,
    table td {
        margin-top: -1px;
        padding-bottom: 20px;
    }
    .container-sm {
        padding-left: 30px;
        padding-right: 30px;
    }
    .cta {
        text-align: center;
    }
    .logo img {
        height: 42px;
    }
    /*.search-bar {
        display: none;
    }*/
    .search-toggle {
        margin-top: 5px;
    }
    .search-dropdown {
        border-top: 1px solid #CECECE;
    }
    .search-dropdown .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .search-dropdown .search-box {
        float: none;
        width: auto;
        padding: 15px 20px;
    }
    .enumenu_ul.menu.mob > li.search-menu {
        display: block;
        padding: 10px;
        background-color: #002664;
    }
    .enumenu_ul > li.search-menu .search-bar {
        display: block;
        float: none;
        width: 100%;
        margin: 0;
        background-color: #fff;
    }
    .search-bar input {
        width: 100%;
    }
    /* Menu start */
    .enumenu_ul > li ul {
        display: none;
        padding: 0;
    }
    .enumenu_ul > li {
        width: 100%;
        margin-right: 0;
        text-align: center;
        padding: 18px 0;
    }
    .enumenu_ul li a:hover {
        color: #0a7cb9;
    }
    .enumenu_ul > li ul a {
        text-align: center;
    }
    .enumenu_ul.menu.mob {
        padding: 0px;
        width: 100%;
        /*max-height: 380px;*/
    }
    .enumenu_ul.menu.mob > li {
        border-bottom: 1px solid #CECECE;
        margin-bottom: 0;
    }
    .enumenu_ul.menu.mob > li.openMenu .sb-menu {
        display: block !important;
    }
    .enumenu_ul.menu.mob > li > a {
        /*padding: 35px 0;*/
        padding: 18px 0;
        text-align: center;
    }
    .enumenu_ul li ul li a {
        display: block;
        padding: 18px 0;
    }
    .enumenu_ul > li.top-copyright,
    .enumenu_ul > li.top-copyright > a,
    .enumenu_ul li.top-copyright ul li a {
        padding: 25px 0;
    }
    .enumenu_ul > li.top-copyright .arrow {
        top: 36px;
    }
    .enumenu_ul.menu.mob > li .sb-menu li:last-child {
        padding-bottom: 0;
    }
    .enumenu_ul ul li {
        padding: 0;
    }
    .enumenu_ul ul li a {
        padding: 18px 15px;
    }
    .menu-icon {
        top: 26px;
    }
    /* Menu end */
    .banner {
        height: auto;
        text-align: center;
    }
    .banner-bg {
        position: static;
        height: 150px;
    }
    .banner-bg .bg-left {
        display: none;
    }
    .banner-bg .bg-right {
        width: 100%;
    }
    /*-- home banner --*/
    .home-banner .banner-caption {
        position: static;
        padding: 50px 0 40px;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .home-banner .banner-bg .bg-right {
        width: 100%;
    }
    .home-banner {
        height: auto;
        text-align: center;
    }
    .home-banner .banner-bg .bg-right img {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .home-banner .banner-bg {
        height: 226px;
    }
    .home-banner .banner-caption {
        padding: 40px 0;
    }
    /*-- home mid sec --*/
    .home-mid-sec {
        padding: 0;
    }
    .report-img {
        position: static;
        max-width: 250px;
        margin: 0 auto 20px;
        padding: 10px;
        display: block;
        width: auto;
    }
    .report-content {
        width: 100%;
        text-align: center;
        padding: 50px 35px;
        max-width: 360px;
        margin: 0 auto;
    }
    .report-col {
        padding: 0;
        margin: 0 -8px;
    }
    .report-slider .owl-dots {
        display: none;
    }
    .report-slider .owl-prev,
    .report-slider .owl-next {
        width: 12px;
        height: 24px;
        background-size: 100%;
        display: block;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        top: 22%;
    }
    .report-slider .owl-prev {
        background-image: url(../images/left-arw.svg);
        left: 25px;
    }
    .report-slider .owl-next {
        background-image: url(../images/right-arw.svg);
        right: 25px;
    }
    .report-content p {
        padding: 0 15px;
    }
    .report-slider .report-img img {
        position: static;
        max-width: 100%;
        height: auto;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .quick-link-col {
        float: none;
        clear: both;
    }
    .mid-top-height {
        margin-bottom: 0;
    }
    .quick-link-col {
        padding: 0;
        margin: 0 -8px 35px;
        min-height: inherit;
    }
    .qucik-links {
        padding: 50px 30px 40px;
        text-align: center;
    }
    .qucik-links h2 {
        margin-bottom: 30px;
    }
    .links-list ul li a span {
        padding-left: 12px;
    }
    .links-list ul li:last-child {
        margin-bottom: 0;
    }
    .service-img h2,
    .service-img .service-heading {
        width: 100%;
    }
    .service-img {
        height: 294px;
    }
    .services-content .cta {
        text-align: center;
    }
    .services-col {
        margin-bottom: 35px;
    }
    .services-content p {
        margin-bottom: 27px;
    }
    .triangle-shape:before {
        display: none;
    }
    .triangle-shape:after {
        display: none;
    }
    /*-- footer --*/
    .back-top {
        display: block;
        margin-top: 20px;
    }
    .site-footer {
        padding: 0 0 35px;
        background: #333;
    }
    .foo-menu {
        display: none;
    }
    .foo-logo {
        width: 210px;
    }
    /* Inner page */
    .sec-content {
        padding-top: 0;
    }
    .sec-content .col-right {
        float: none;
        margin-left: 0;
        margin-bottom: 40px;
    }
    .qucik-links {
        text-align: center;
    }
    .block {
        margin-right: 0;
    }
    .block-img-full figure {}
    .qucik-links,
    .block-img-full figure,
    .block-img-cta {
        margin-left: -30px;
        margin-right: -30px;
    }
    .block-img-cta {
        padding: 30px;
    }
    .block-img-cta figure {
        margin-top: -150px;
    }
    .sidebar .links-list {
        display: none;
        padding-top: 25px;
    }
    .sidebar .qucik-links h2 {
        position: relative;
        cursor: pointer;
        margin-bottom: 5px;
    }
    .sidebar .qucik-links h2::after {
        content: "\f107";
        font-family: FontAwesome;
        font-size: 1.3em;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .sidebar .qucik-links h2.active::after {
        content: "\f106";
    }
    /* Search page */
    .col-right {
        margin-bottom: 40px;
    }
    .dropdown {
        max-width: 160px;
        margin: 0 auto;
    }
    .sec-search .search-box {
        margin-bottom: 40px;
    }
    .search-result {
        margin-top: 40px;
    }
    .pagination a,
    .pagination span {
        margin: 0 10px;
    }
    .contact-dtl h3 {
        /*margin: 0.5em 0;*/
    }
}


/*---- Mobile Portrait ----*/

@media (max-width: 640px) {}


/*---- Mobile Small Screen ----*/

@media (max-width: 480px) {
    body {
        padding-top: 62px;
    }
    table th,
    table td {
        padding: 30px 15px 34px 25px;
    }
    select {
        background-position: right 15px top 50%;
        line-height: 1.5;
    }
    .site-header {
        padding: 12px 0;
    }
    .site-header .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .logo img {
        height: 38px;
    }
    .search-toggle {
        margin-top: 6px;
        font-size: 25px;
    }
    .search-dropdown .search-box {
        padding: 15px;
    }
    .menu-icon {
        top: 20px;
        right: 15px;
    }
    .enumenu_ul .arrow {
        right: 15px;
    }
    .banner-caption h1 {
        margin-bottom: 15px;
    }
    .block-img-cta figure {
        margin: -120px -60px 30px -26px;
    }
    .block-img-cta .cta {
        margin-top: 25px;
    }
    .field-btn .btn {
        display: block;
        margin: 6px auto;
    }
    .form-msg {
        margin-top: 22px;
    }
    /* Search page */
    .pagination .nav-prev,
    .pagination .nav-next {
        font-size: 0;
    }
    .pagination .nav-prev::before,
    .pagination .nav-next::after {
        font-size: 18px;
    }
    .block-form .sbToggle {
        right: 10px;
    }
    .block-form .sbSelector {
        padding-right: 50px;
    }
}
