/* || GENERAL STYLES */

body .icw {
    font-family: "DB Heavent", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #202020;
    font-weight: 400;
}

.icw .bg-teal {
    background-color: #F7F9FB;
}

.icw .sc-heading2 {
    color: #034EA2 !important;
}

.icw .sc-heading2 h2 {
    font-size: 35px;
    font-weight: 600;
}

/* || TYPOGRAPHY */

body .icw,
.icw p,
.icw .gform_body .gfield input,
.icw .gform_body .gfield textarea,
.icw .gform_body .gfield select {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
}

.icw h1,
.icw h2,
.icw h3,
.icw h4,
.icw h5,
.icw h6 {
    line-height: 1.2em;
}

.icw h1,
.icw .h1 {
    font-size: 55px;
}

.icw h2,
.icw .h2 {
    font-size: 40px;
}

.icw h3,
.icw .h3 {
    font-size: 30px;
}

.icw h4,
.icw .h4 {
    font-size: 26px;
}

.icw h5,
.icw .h5 {
    font-size: 20px;
}

.icw h6,
.icw .h6 {
    font-size: 18px;
}

.icw .font-custom-1 {
    font-size: 24px;
}

.icw .font-custom-2 {
    font-size: 22px;
}

.icw .font-custom-3 {
    font-size: 45px;
}

.icw .font-custom-4 {
    font-size: 35px;
}

.icw .font-custom-5 {
    font-size: 80px;
}

.icw .font-custom-6 {
    font-size: 50px;
}

.icw .font-custom-7 {
    font-size: 18px;
}

.icw .font-custom-8 {
    font-size: 16px;
}

.icw .lead {
    font-size: 28px;
    line-height: 1.2;
    font-family: "DB Heavent Med", sans-serif;
}

.icw .sub-heading h3 {
    font-size: 30px;
    font-weight: 600 !important;
}

.icw .sub-heading p {
    font-size: 16px;
    font-weight: 300 !important;
    color: #777777;
}

.icw .sub-heading-blue h3 {
    color: #034EA2;
}

.icw .sub-heading-blue p {
    font-size: 16px;
    font-weight: 300 !important;
    color: #777777;
}

.icw .line-height-1 {
    line-height: 1;
}

.icw .line-height-05 {
    line-height: 0.5;
}

.icw .font-body {
    font-family: "IBM Plex Sans Var", sans-serif;
}

.icw .text-primary {
    color: #034EA2 !important;
}

.icw .text-primary-darken {
    color: #003E92 !important;
}

.icw .text-secondary {
    color: #ED1C24 !important;
}

.icw .text-stroke-white {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

/* || COLOR SCHEME */

.icw .section-dark {
    color: #fff !important;
}

.icw .section-dark:hover {
    text-decoration: none;
}

.icw .section-dark h1,
.icw .section-dark h2,
.icw .section-dark h3,
.icw .section-dark h4,
.icw .section-dark h5,
.icw .section-dark h6 {
    color: #fff;
}

.icw .bg-primary {
    background-color: #034EA2 !important;
}

.icw .c-light-primary {
    color: #B6CCE2 !important;
}

.icw .text-info {
    color: #0D7AFF !important;
}

/* Buttons */

.icw a {
    position: relative;
    z-index: 999;
    color: #003E92;
}

.icw a:hover {
    color: #003E92;
}

.icw .btn-outline-light {
    color: #fff;
}

.icw .btn {
    padding: 12px 35px;
    font-size: 21px;
    font-family: "DB Heavent", sans-serif;
    font-weight: 700;
    border-radius: 6px;
    line-height: 1;
}

.icw .btn-primary {
    background-image: linear-gradient(to right, #034EA2 0%, #ED1C24 51%, #2196f3 100%);
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border: 0;
    max-height: 46px;
    display: inline-flex;
    align-items: center;
}

.icw .btn-primary:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.icw .btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #202020;
}

.icw .btn-white:hover,
.icw .btn-white:active,
.icw .btn-white:focus {
    background-color: #F9F9FA;
    border-color: #F9F9FA;
}

.icw .btn-secondary {
    background-color: #ED1C24;
    border-color: #ED1C24;
    color: #fff;
}

.icw .btn-outline-secondary {
    color: #ED1C24;
    border-color: #ED1C24;
}

.icw .btn-secondary:not(:disabled):not(.disabled).active,
.icw .btn-secondary:not(:disabled):not(.disabled):active,
.icw .show>.btn-secondary.dropdown-toggle,
.icw .btn-secondary:hover,
.icw .btn-secondary:active,
.icw .btn-secondary:focus {
    color: #fff;
    background-color: #d81920;
    border-color: #d81920;
}

.icw .btn-outline-secondary:hover {
    color: #fff;
    background-color: #ED1C24;
    border-color: #ED1C24;
}

.icw .btn-outline-secondary:not(:disabled):not(.disabled).active,
.icw .btn-outline-secondary:not(:disabled):not(.disabled):active,
.icw .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ED1C24;
    border-color: #ED1C24;
}

.icw .btn-link {
    padding: 0;
}
.icw .btn-link .fas {
    margin-left:10px;
    font-size: 15px;
}
.icw .btn-link:focus {
    outline: none;
}

.icw .btn-icon-right i {
    font-size: 10px;
}

.icw .btn-pdf-sm {
    display: inline-block;
    width: 5px;
    height: 5px;
    padding: 0px;
}

.icw .btn-more {
    display: block;
    width: fit-content;
    padding: 12px 35px;
    font-size: 20px;
    margin-top: 30px;
    font-weight: 600;
    /* letter-spacing: 1px; */
}

.icw .btn-dropdown-year {
    display: flex;
    justify-content: space-between;
    width: 165px;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    border: solid 1px #D3DBE2;
    align-items: center;
}


.icw .btn-downloadpdfload {
    color: #ED1C24;
    border-color: #ED1C24;

}

.icw .download-pdf{
    display: flex;
    justify-content:center;
    color:#ED1C24 !important;
    /* width: 50px; */
    font-weight: 600;
    text-decoration: none;
}
.icw .download-pdf a,
.icw .download-pdf a:hover,
.icw .download-pdf i{
    color: #ED1C24 !important;
    font-weight: 600;
    text-decoration: none;
}

.icw .nav-active {
    color: #003E92 !important;
}

/* || CUSTOM STYLES */
.icw .sc-heading {
    margin-bottom: 20px;
}

.icw .line-gradient-left h2::before {
    content: '';
    width: 5px;
    height: 30px;
    display: inline-block;
    margin-right: 15px;
    background: transparent linear-gradient(180deg, #034EA2 0%, #ED1C24 100%) 0% 0% no-repeat padding-box;
}

.icw .line-gradient-left h2 {
    position: relative;
    margin-bottom: 0;
    display: flex;
    align-items: top;
}

.icw .line-gradient-leftshort h2::before {
    content: '';
    width: 5px;
    height: 25px;
    display: inline-block;
    margin-right: 15px;
    background: transparent linear-gradient(180deg, #034EA2 0%, #ED1C24 100%) 0% 0% no-repeat padding-box;
}

.icw .line-gradient-leftshort h2 {
    position: relative;
    margin-bottom: 0;
    display: flex;
    align-items: top;
}

.icw .line-gradient-lefttop h2::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 30px;
    left: 20px;
    display: inline-block;
    margin-top: 5px;
    margin-right: 20px;
    background: transparent linear-gradient(180deg, #034EA2 0%, #ED1C24 100%) 0% 0% no-repeat padding-box;
}

.icw .sc-heading.line-gradient-left h2 {
    position: relative;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.icw .sc-heading.line-gradient-left h2:before {
    content: '';
    width: 5px;
    height: 30px;
    display: inline-block;
    margin-right: 15px;
    background: transparent linear-gradient(180deg, #034EA2 0%, #ED1C24 100%) 0% 0% no-repeat padding-box;
}

.icw .sc-heading.line-white-left h2 {
    position: relative;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.icw .sc-heading.line-white-left h2:before {
    content: '';
    width: 3px;
    height: 30px;
    display: inline-block;
    margin-right: 15px;
    background: transparent linear-gradient(180deg, #ffffff 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
}

.icw .line-white-left h2:before {
    content: '';
    width: 3px;
    height: 23px;
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px;
    background: transparent linear-gradient(180deg, #ffffff 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
}

/* Hide focus on link */

.icw .btn-side,
.icw a:focus {
    border: #fff;
    box-shadow: none !important;
    color: #034EA2;
    ;
}


/* Swiper theme Default */


.icw .swiper-button-next:after,
.icw .swiper-button-prev:after {
    display: none;
}

.icw .swiper-nav-btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #0000001D;
}

.icw .swiper-nav-btn i {
    background: transparent linear-gradient(179deg, #034EA2 0%, #ED1C24 60%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icw .swiper-button-prev {
    left: 0;
    margin-left: 0px;
}

.icw .swiper-button-next {
    right: 0;
    margin-right: 0px;
}

/* Utils */

.icw .tab{
    margin-left: 60px;
}

.icw .well.well-light-primary {
    background-color: #F7F9FB;
    position: relative;
}

.icw .well.well-light-primary:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: transparent linear-gradient(91deg, #034EA2 0%, #ED1C24 100%) 0% 0% no-repeat padding-box;
}

/* Line clamp */
.icw .line-clamp-1{
    display: -webkit-box;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical;  
  }
  .icw .line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;  
    overflow:hidden;
  }

.icw .line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;  
    overflow:hidden;

  }

/* || Top Menubar CSS */
.icw .top-menubar-container {
    background-color: white;
    max-width: 100%;
    padding-top: 10px;
    border-top: 2px solid #FaFaFa;
    border-bottom: 2px solid #EEEEEE;
}

.icw .top-menubar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1140px;
    margin: auto;
    /* margin-bottom: 20px; */
    padding: 0 15px;
    background-color: white;
}

.icw .top-menubar-title {
    display: flex;
}

.icw .top-menubar-title h2 {
    font-size: 26px;
    font-weight: 600;
}

.icw .top-menubar-list {
    display: flex;
}

.icw .top-menubar li {
    display: inline;
    margin: 0 10px;
}

.icw .top-menubar ul {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
}

.icw .topnav-link {
    font-size: 18px;
    color: #000;
}

.icw .topnav-link:hover {
    text-decoration: none;
}


/* || Side Menubar CSS */
.icw .sidebar-fixed {
    margin-left: -15px;
    padding-top: 0px;
}

.icw .sidebar-inner {
    padding: 0;
    box-shadow: 0px 2px 4px #eeeeee;
}

.icw .sidebar-heading {
    padding: 6%;
    margin-left: 15px;
}

.icw .sidebar-heading h3 {
    font-size: 24px;
    margin: 0px;
}

.icw .side-card {
    border: none;
    border-top: #EEEEEE solid 1px !important;

    border-radius: 0 !important;
}

.icw .side-card h5 {
    display: flex;
    color: #000;
    justify-content: space-between;
}

.icw .btn-side {
    text-align: left;
}

.icw .side-card-active h5::before {
    content: '';
    width: 4px;
    height: 100%;
    padding: 0;
    background: transparent linear-gradient(180deg, #034EA2 0%, #ED1C24 100%) 0% 0% no-repeat padding-box;
    display: block;
    position: absolute;
    left: 6%;
    top: 0;
    margin-left: -15px;
    color: #034EA2;
    font-size: 22px;


}

.icw .chevron-toggle-on {
    transition: transform .2s;

    transform: scale(1);
    transform: rotate(180deg);
}

.icw .chevron-toggle-on.active {
    transform: rotate(0deg);
}

.icw .side-header {
    position: relative;
    background-color: #fff;
    border-bottom: none !important;
    padding: 6% 7%;
}

.icw .side-header h5 {
    display: flex;
    color: #000;
    justify-content: space-between;

}

.icw #headingThree>a {
    display: flex;
    justify-content: space-between;
}

.icw .btn-side {
    color: #202020;
    font-size: 20px !important;
    font-weight: 400;
    text-decoration: none;
}

.icw .btn-side:hover {
    text-decoration: none;
}

.icw .btn-side:focus {
    text-decoration: none;
}

.icw .btn-side-active {
    color: #034EA2;
    font-size: 22px !important;
    font-weight: 600;
}

.icw .card-body-side {
    color: #777777;
    padding: 0.3rem 1.25rem 0.3rem 1.25rem;
}


/* -------- Two Column Templete ------- */
.icw .twocolumn {
    padding: 5% 0 5% 0;
}

/* -------- Pagination Table ------- */
.icw .pagination-fs {
    display: flex;
    justify-content: center;
}

.icw .page-fs {
    font-size: 18px;
    font-weight: 600;
    z-index: 2;
    color: #BBBBBB;
    text-decoration: none;
    background-color: transparent;
    border: transparent;

}

.icw .page-fs-active,
.icw .page-fs-active:hover {
    color: red;
    font-size: 18px;
    font-weight: 600;
    z-index: 2;
    text-decoration: none;
    background-color: transparent;
    border: transparent;

}

.icw .page-fs:hover {
    color: red;
    background-color: transparent;
}


/* -------- Pagination Grid Gallery ------- */
.icw .pagination-gallery {
    display: flex;
    justify-content: center;
}

.icw .page-gallery {
    font-size: 18px;
    z-index: 2;
    color: #BBBBBB;
    text-decoration: none;
    background-color: transparent;
    border: transparent;

}

.icw .page-gallery:hover {
    color: red;
    background-color: #fff;
    border-radius: 5px;
}

/* -------- MISC Section ------- */

.icw .remark * {
    font-size: 9px;
    font-family: "IBM Plex Sans Var", sans-serif;
    color: #999999;
    line-height: 1.4;
}

.icw .remark ul {
    padding-left: 1.4em;
}


/* -------- Numbering and Bullet ------- */

/* Bullet-1 setting */

.icw ul {
    list-style: none;
}

.icw .bullet-1>ol>ul>li::before {
    content: "\2022  ";
    margin-right: 5px;
}

/* Bullet-2 setting */

.icw .bullet-2>ol>ol>ul>li::before {
    content: "\2022  ";
    margin-right: 5px;
}

.icw .bullet-2>ol {
    list-style: none;
    counter-reset: section;
}

.icw .bullet-2>ol>ol {
    list-style: none;
    counter-reset: subsection;
}

.icw .bullet-2>ol>li::before {
    counter-increment: section;
    content: counter(section) ". ";
}

.icw .bullet-2>ol>ol>li::before {
    counter-increment: subsection;
    content: counter(section) "."counter(subsection) " ";

}

/* Bullet-3 setting */
.icw .bullet-3>ul>li::before {
    content: "\2022  ";
    margin-right: 5px;
}

.icw .bullet-3>ul>li {
    padding-left: 0;
}

/* || FORM */

.icw .input-group .btn {
    padding: .375rem .75rem;
}

.icw .input-group-append {
    width: 116px;
}

.icw .select2-container {
    width: 100% !important;
}

.icw .select2-dropdown {
    border: 0;
}

.icw .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0 !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    margin: 0;
    margin-left: 0;
    height: auto;
    left: 0;
    top: 0;
    position: static;
    width: auto;
    color: #ED1C24;
}

.icw .select2-selection__arrow b:after {
    content: "\f078";
}

.icw .select2-container--open .select2-selection__arrow b:after {
    content: "\f077";
}


/* || ARTICLE */

.icw .article-lists article .article-title {
    line-height: 1;
    font-size: 24px;
}

.icw .article-lists article .article-title a {
    color: #202020;
    text-decoration: none !important;
}

.icw .article-lists article .article-title a:hover {
    color: #034EA2;
}

.icw .article-lists.article-style-a article .article-thumb {
    margin-bottom: 15px;
}

.icw .article-lists.article-style-b article .article-content {
    padding: 15px;
    background: #fff;
}

.icw .article-lists.article-style-b article .article-content .article-meta>* {
    font-size: 14px;
    color: #999999;
    margin-bottom: 0;
}

.icw .article-lists.article-style-b article .article-content .article-meta i {
    font-size: 10px;
    color: #202020;
}

.icw .article-lists.article-style-b article .article-title {
    margin-bottom: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* Header */
/* .main-nav {
    ul.nav {
        > li.nav-item {
            &:not(:last-child) {
                margin-right: 25px;
            }
            > a.nav-link {
                color: #202020;
                font-size: 24px;
                font-weight: 700;
            }
            &:hover, &:active, &:focus {
                > a.nav-link {
                    color: #003E92;
                }
            }
            ul.dropdown-menu {
                width: 100%;
            }
        }
    }
} */

.icw .nav-lang .nav-link.dropdown-toggle:after {
    display: none;
}

.icw .nav-lang .nav-link.dropdown-toggle i {
    font-size: 10px;
}


.top-header {
    min-height: 10px;
    background: transparent linear-gradient(93deg, #034EA2 0%, #ED1C24 100%) 0% 0% no-repeat padding-box;
}
.icw .top-nav ul.navbar-nav>li:last-child {
    display: flex;
    align-items: center;
}
.icw .top-nav ul.navbar-nav>li.nav-item:not(:last-child) {
    margin-right: 25px;
}
.icw .top-nav ul.navbar-nav>li.nav-item:nth-child(4) {
    padding-right: 15px;
    position: relative;
    margin-right: 15px
}
.icw .top-nav ul.navbar-nav>li.nav-item:nth-child(4):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #fff;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.icw .top-nav ul.navbar-nav>li.nav-item>a.nav-link {
    font-size: 18px;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
}
/* .icw .top-nav ul.navbar-nav>li.nav-item.dropdown>a.nav-link {
    pointer-events: none;
} */
.icw .top-nav ul.navbar-nav>li.nav-item>a.nav-link::after {
    display: none;
    bottom: 0;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 5 px;
    margin-left: -5 px;
}

.icw header .navbar-brand {
    margin-right: 50px;
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.icw .main-nav .dropdown-menu h4.hide-title {
    display: none;
}

.icw .main-nav ul.navbar-nav>li.nav-item:not(:last-child) {
    margin-right: 25px;
}

.icw .main-nav ul.navbar-nav>li.nav-item>a.nav-link {
    color: #202020;
    font-size: 24px;
    font-weight: 700;
    padding: 35px 0;
}

.icw .main-nav ul.navbar-nav>li.nav-item>a.nav-link:hover,
.icw .main-nav ul.navbar-nav>li.nav-item:hover>a.nav-link {
    color: #003E92;
}

.icw .main-nav ul.navbar-nav>li.nav-item>a.nav-link.dropdown-toggle::after {
    display: none;
}

.icw .main-nav ul.navbar-nav>li.nav-item {
    position: inherit;
}

.icw .top-nav ul.navbar-nav>li.nav-selected>a.nav-link:after,
.icw .top-nav ul.navbar-nav.top-nav-left>li.nav-item>a.nav-link:after,
.icw .top-nav ul.navbar-nav.top-nav-left>li.nav-selected>a.nav-link:after {
    display: none;
    bottom: 0;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 5px;
    margin-left: -5px;
}

.icw .top-nav ul.navbar-nav>li.nav-selected>a.nav-link:after,
.icw .top-nav ul.navbar-nav.top-nav-left>li.nav-item:hover>a.nav-link:after,
.icw .top-nav ul.navbar-nav.top-nav-left>li.nav-item>a.nav-link.active:after,
.icw .top-nav ul.navbar-nav.top-nav-left>li.nav-selected>a.nav-link:after {
    display: block;
}

.icw .main-nav ul.navbar-nav>li.nav-item>ul.dropdown-menu {
    width: 100%;
    margin-top: -1px;
    border: 0;
    border-radius: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 500px;
}

.icw .main-nav ul.navbar-nav>li.nav-item.dropdown:hover>.dropdown-menu {
    display: block;
}

.icw .main-nav .dropdown-menu {
    padding: 10px 60px 60px;
}

.icw .main-nav .dropdown-menu h4 {
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.icw .main-nav .dropdown-menu h4:before {
    content: '';
    width: 4px;
    height: 100%;
    background: transparent linear-gradient(180deg, #034EA2 0%, #ED1C24 100%) 0% 0% no-repeat padding-box;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.icw .main-nav .dropdown-menu .sub-nav {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.icw .main-nav .dropdown-menu .sub-nav>li {
    margin-bottom: 10px;
}

.icw .main-nav .dropdown-menu .sub-nav>li:hover>a {
    color: #003E92;
}

.icw .main-nav .dropdown-menu .sub-nav>li>a {
    font-size: 18px;
    color: #202020;
}

.icw .main-nav .dropdown-menu .sub-nav.half-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.icw .nav-lang .dropdown-menu {
    background: transparent linear-gradient(93deg, #c22e44 0%, #ED1C24 100%) 0% 0% no-repeat padding-box;
    border-radius: 0;
    margin: 0;
    min-width: 20px;
    border: 0;
    position: absolute;
}

.icw .nav-lang .dropdown-menu .dropdown-item {
    color: #fff;
    font-size: 18px;
    padding: 0 20px;
    background: transparent !important;
}

.icw #searchBtnDesktop {
    font-size: 20px;
    color: #999;
}

.icw .mm-slideout {
    z-index: auto !important;
}

.icw #mobileNav:not(.mm-menu) {
    display: none;
}

.icw .mm-opened {
    z-index: 10000 !important;
}

.icw .mm-menu_offcanvas:not(.mm-menu_opened) {
    display: none;
}

.icw .mm-panels,
.icw .mm-panels>.mm-panel,
.icw .mm-navbar {
    background: transparent;
}

.icw.mm-menu {
    background: transparent linear-gradient(146deg, #034EA2 0%, #ED1C24 100%) 0% 0% no-repeat padding-box;
    z-index:9999;
    /* padding-right:30px; */
}

.icw .mm-listitem {
    color: #fff;
    font-size: 18px;
}

.icw .mm-listitem:after {
    left: 0;
}

.icw .mm-navbar__title>span {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}

.icw .mm-listitem__text {
    font-weight: 700;
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
    white-space: pre-wrap;
}

.icw .mm-listitem__text.last-item {
    font-weight: 400;
    font-size: 20px;
}

.icw .mm-btn:after,
.icw .mm-btn:before {
    border-color: rgba(255, 255, 255, 0.3);
}

.icw .mm-wrapper_opened {
    padding-top: 0px !important;
}

.icw .mm-listitem__btn:not(.mm-listitem__text) {
    border-left: 0;
}

.icw .hamburger-inner,
.icw .hamburger-inner:after,
.icw .hamburger-inner:before {
    background-color: #999;
}

.icw #searchBtn {
    font-size: 30px;
    color: #999;
}

.icw .hamburger {
    padding: 5px 15px 0 15px;
    opacity: 1 !important;
}

/* || SEARCH MODAL STYLES */
.icw .popup_topsearch2f .modal-dialog {
    position: relative;
    width: 100%;
    margin: 0px auto;
    max-width: none !important;
    font-size: larger;
}

.icw .popup_topsearch2f::placeholder {
    font-size: 26px;
}

.icw .modal-content {
    margin-left: auto;
    margin-right: auto;
}

.icw .modal-header {
    display: block;
    margin-bottom: 50px;
    padding: 0 px;
}

.icw .modal-header .close {
    margin-top: -2 px;
}

.icw button.close {
    float: right !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    top: -5px;
    right: 15px;
    position: relative;
}

.icw .popup_topsearch2f button.close {
    background-color: #154194;
    opacity: 1;
    padding: 7px 15px !important;
    margin: -2px 0px 0px;
    text-shadow: 0 0 0 transparent;
    color: #fff;
}

.icw .modal-header {
    padding: 0;
}

.icw .modal-header .close {
    margin-top: -2 px;
}

.icw .form-control {
    border-top: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
    border-left: 1px solid transparent !important;
    border-bottom: 1px solid #636260 !important;
    background-color: transparent;
    padding: 4 px 0 px 4 px 0;
    font-size: 26px;
    font-weight: bolder;
    color: #202020;
}

.icw textarea:focus,
.icw input:focus {
    box-shadow: none !important;
}

.icw .form-group {
    display: flex;
    position: relative;
}
.icw .search .form-group {
    display: block;
}
.icw .search .form-group .form-control {
    position: relative;
    height: 50px;
}
.icw .search .form-group label {
    position: absolute;
    left:0;
    top:-12px;
    text-align: left;
}
.icw .search .form-group .ic-search {
    position: absolute;
    right: 0;
    top: 5px;
    background-color: #2d3e50;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    background-image: url(/EximInter/media/EximDefault/images/search_white.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 85% center;
    padding: 8px 55px 8px 45px;
    font-family: "DB Heavent", sans-serif!important;
}

/* .icw .search .form-group .ic-search::before {
    content: "\e901";
    color: #003E92;
} */
.icw #search-btn {
    position: absolute;
    right: 0px;
}

/* || FOOTER */

.icw .section-footer-contact {
    position: relative;
    padding-top: 22px;
    padding-bottom: 22px;
}

.icw .footer-contact-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icw .contact-item {
    text-align: center;
    width: calc(100% / 4);
    position: relative;
}

/* 
.contact-item:first-child:before {
    content: '';
    width: 200px;
    height: 2px;
    background-color: #D0DFF0;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
} */

.icw .contact-item:not(:last-child):after {
    content: '';
    width: 1px;
    height: 60px;
    background-color: #D0DFF0;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.icw .contact-item h3 {
    font-size: 35px;
    margin-bottom: 0;
}

.icw .contact-item h4 {
    font-size: 26px;
    color: #202020;
    margin-bottom: 0;
}

.icw .contact-item a {
    color: inherit;
    font-size: inherit;
}

.icw .footer-nav-column h5 a {
    color: #fff;
    position: relative;
    display: block;
}
.icw .footer-nav-column .navbar-collapse {
    padding:0;
}
.icw .section-footer {
    padding: 40px 0;
}

.icw .footer-nav ul.nav>li>a {
    padding: 0;
    color: #B6CCE2;
    font-family: "IBM Plex Sans Var";
    font-size: 14px!important;
    line-height: 2;
}
.icw .footer-nav ul.nav>li>a:hover {
   background-color:transparent;
   color:#fff;
}

.icw .footer-social .nav>li {
    display: flex;
    padding: 0;
    font-size: 20px;
    justify-items: center !important;
}

.icw .ic-facebook,
.icw .fa-youtube {
    font-size: 30px;
}

.icw .footer-social .nav>li:not(:last-child) {
    margin-right: 15px;
}

.icw .footer-social .nav>li>a {
    color: #fff;
  padding:0 5px;
}
.icw .footer-social .nav>li>a:hover {
    background-color:transparent;
    opacity:0.8;
}
.icw .footer-phone .fa-phone {
    font-size: 13px;
    color: #fff;
    margin-right: 10px;
}

.icw .footer-phone-number {
    line-height: 0.6;
}

.icw .footer-nav-bottom ul.nav>li:not(:last-child) {
    margin-right: 15px;
}

.icw .footer-nav-bottom ul.nav>li> {
    padding: 0;
}

.icw .footer-nav-bottom ul.nav>li>a {
    padding: 0;
    color: #B6CCE2;
    font-size: 12px;
    font-family: "IBM Plex Sans Var";
}
.icw .footer-nav-bottom ul.nav>li>a:hover {
    color:#fff;
    background-color: transparent;
}
.icw .section-bottom-footer {
    padding: 10px 0;
    background: #3281D1;
}

.icw .footer-gradient {
    height: 4px;
    background: linear-gradient(93deg, #034EA2 0%, #ED1C24 100%) 0% 0% no-repeat padding-box;
}
@media (max-width:767px) {
    .icw .contact-item {
        width:100%;
    }
}
span.size-button {
    color:#fff;
}
.size-button a {
    padding:0 5px;
}