@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.woff);
}
.content img{
    max-width: 100% !important;
    display: block;
}
.single-post-innr.text-center {
    border: 1px solid #ccc;
    padding: 20px 35px;
}
/*A Banner CSS start*/
.a-banner-box.top-left img {
    width: 100%;
}
.committee-member-item-outer.advisor-committee {
    margin-bottom: 0;
    padding: 15px;
}
/*A Banner CSS end*/

/*Preloader css start*/
.image-gallery-grid-section .image-grid-inner {
    opacity: 0;
}
.image-gallery-grid-section .main-heading {
    position: relative;
}
#preloader {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 99999;
    /* makes sure it stays on top */
    height: 300px;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url("../ajax-loader.gif");
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
    background-size: contain;
}
/*Preloader css end*/

/*Common css start*/
html {
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
    line-height: 1.4;
}
p {
    font-size: 16px;
    word-spacing: 1px;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a,
button {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
button:focus,
a:focus {
    outline: none;
}
ul {
    list-style: none;
    margin-bottom: 0;
}
body {
    font-family: "Lato", Arial, sans-serif;
    width: 100%;
    overflow-x: hidden;
}
/*Scrollbar*/
body::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

body::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}
body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #04c37f;
}

section {
    width: 100%;
}
.required-higlight label span {
    color: red;
    font-weight: 600;
    margin-left: 2px;
}
#scrollTopBtn {
    position: fixed;
    z-index: 999999;
    right: 20px;
    bottom: 55px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-color: rgb(97 97 97 / 40%);
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.3s ease;
}
#scrollTopBtn span {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
}
#scrollTopBtn:hover {
    background-color: #04c37f;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}
.body-overflow {
    overflow: hidden;
}
.padding-top-190 {
    padding-top: 185px;
}
.padding-top-190.home {
    padding-top: 0;
}

.margin-top-190 {
    margin-top: 190px;
}
.fixed-header .margin-top-170 {
    margin-top: 160px;
}
.main-heading {
    margin: 10px 0px 0;
}
.main-title {
    color: #2c3e50;
    font-weight: 900;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    text-align: center;
    text-transform: capitalize;
    font-family: "Lato", Arial, sans-serif;
}
.main-subtitle {
    text-align: center;
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 20px;
    color: #04c37f;
}
.main-subtitle a {
    color: #04c37f;
}
.custom-pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.custom-pagination .active span {
    background: #04c37f !important;
    border-color: #04c37f !important;
}
.custom-pagination .page-item a.page-link {
    color: #04c37f;
}
.custom-pagination .page-item:first-child .page-link,
.custom-pagination .page-item:last-child .page-link {
    position: relative;
    color: transparent;
}
.custom-pagination .page-item:first-child .page-link:before,
.custom-pagination .page-item:last-child .page-link:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.custom-pagination .page-item:first-child .page-link:before {
    content: "\f053";
}
.custom-pagination .page-item:last-child .page-link:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000000;
}
.custom-pagination .page-item.disabled:last-child .page-link:before {
    opacity: 0.5;
}
.custom-badge {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    background: #04c37f;
    padding: 0px 10px 2px;
    font-size: 13px;
    border-radius: 3px;
    margin: 0px 3px 7px;
}
a.custom-badge:hover {
    color: #ffffff;
    background-color: #000000;
}
/*Common css End*/
/*A-banner Css start*/
.a-banner-section {
    padding: 100px 0px;
}
.a-banner-slider-item {
    width: 100%;
    height: 200px;
}
.a-banner-slider-item img {
    width: 100%;
    height: 100%;
}
.a-banner-slider-inner .owl-dot button {
    background: transparent;
    border: 1px solid #000000;
    margin: 0px 5px;
    padding: 0px 7px;
}
.a-banner-slider-inner .owl-dot.active button {
    background: #dddddd;
}
.a-banner-slider-inner .owl-dot {
    transition: all 0.3s ease;
}


/*A-banner Css end*/
/*Comming Soon CSS Start*/
.comming-soon-section {
    width: 100%;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.comming-soon-section h2 {
    font-size: 40px;
    font-weight: 500;
    color: #ffffff;
}
.comming-soon-section:before {
    content: "";
    height: 100%;
    width: 100%;
    background: #0000007a;
    position: absolute;
    z-index: -1;
}
/*Comming Soon CSS End*/
/*Header css start*/
.fixed-header .navbar-main {
    position: fixed;
    left: 0;
    top: 0;
}
.home .navbar-main .top-header {
    background: rgba(32, 43, 56, 0.71) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.navbar-main .top-header {
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2c3e50 !important;
}
.header-inner-wrapper {
    position: relative;
}
.navbar-main {
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
     position: absolute; 
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.navbar-main .logo-section {
    display: flex;
    align-items: center;
    height: 100%;
}
.navbar-main .brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*! margin: 4px 0px; */
    max-height: 120px;
    max-width: 1270px
}
.navbar-main .brand-logo .laptop {
    /*max-width: 100%;*/
    max-width: 820px;
    padding: 10px 0; 
}

/* .brand-logo img {
    width: 100%;
} */
.brand-logo img.mobile-tab {
    display: none;
}
.navbar-menu-toggle-btn {
    border: none;
    background: #ffffff;
    padding: 5px;
    display: flex;
    align-items: center;
    height: 30px;
    border-radius: 3px;
    display: none;
    position: absolute;
    right: 3%;
    z-index: 999;
}
.navbar-menu-toggle-btn:focus {
    outline: 0;
}
.navbar-menu-toggle-btn .toggler-icon-bar {
    width: 27px;
    height: 1.6px;
    background: #000;
    position: relative;
    display: inline-block;
    transition: 0.3s ease;
}
.navbar-menu-toggle-btn .toggler-icon-bar:before {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    position: absolute;
    content: "";
    background: #000;
    width: 27px;
    height: 1.6px;
    top: -7px;
    left: 0;
}
.navbar-menu-toggle-btn .toggler-icon-bar:after {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    position: absolute;
    content: "";
    background: #000;
    width: 27px;
    height: 1.6px;
    bottom: -7px;
    left: 0;
}
.navbar-main.menu-visible .toggler-icon-bar {
    background: transparent;
}
.navbar-main.menu-visible .toggler-icon-bar:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto;
}
.navbar-main.menu-visible .toggler-icon-bar:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto;
}
.nav-items-wrapper {
    width: 100%;
    padding: 0% 4%;
    background: #202b38f5 !important;
}
.home .nav-items-wrapper {
    background: rgba(32, 43, 56, 0.71) !important;
}
/* .home .navbar-main .top-header {
    background: rgba(32, 43, 56, 0.71) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
} */
.fixed-header .nav-items-wrapper {
    background: #272727;
}
.nav-item-inner-wrapper {
    display: flex;
    height: 50px;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.nav-item-inner-wrapper .nav-item-main {
    list-style: none;
    display: inline-flex;
    height: 100%;
    align-items: center;
    transition: all 0.3s ease;
}
.nav-item-main .nav-item-link.active {
    color: #ff756a;
}
/* .nav-item-inner-wrapper .nav-item-main:hover {
} */
.nav-item-inner-wrapper .nav-item-main:hover .nav-item-link {
    color: #f79206;
}
.nav-item-inner-wrapper .nav-item-link {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    padding: 11px 12.6px;
}
.nav-item-inner-wrapper .item-has-submenu {
    cursor: pointer;
    position: relative;
}
.nav-item-inner-wrapper .item-has-submenu .nav-item-link:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    font-size: 12px;
    margin-left: 4px;
    color: #ffffff;
    top: 58%;
    right: -14px;
    transform: translateY(-50%);
}
.nav-item-inner-wrapper .item-has-submenu .nav-item-submenu {
    border-top: 3px solid #f79206;
    position: absolute;
    width: 205px;
    background: #ffffff;
    z-index: 2;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    opacity: 0;
    visibility: hidden;
    left: 0;
    transform-origin: top;
    top: 100%;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
}
/*.nav-item-inner-wrapper .item-has-submenu.right-view .nav-item-submenu {
    right: 0 !important;
    left: unset;
}*/
.nav-item-inner-wrapper .item-has-submenu:hover .nav-item-submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
.nav-item-submenu .nav-item-submenu-item-link {
    display: flex;
    color: #000000;
    padding: 10px 14px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    border-bottom: solid 1px #eee;
}
.nav-item-submenu-item:last-child .nav-item-submenu-item-link {
    border-bottom: none;
}
.nav-item-submenu .nav-item-submenu-item-link:hover {
}
.nav-item-submenu .nav-item-submenu-item-link:hover {
    background: #ecf0f1;
    color: #f79206;
}
.nav-item-main.quote-btn .nav-item-link {
    background: #ff756a;
    padding: 5px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.page-heading {
    border-bottom: 1px solid #ecf0f1;
    background: #f9fafb;
    padding: 15px 0;
    margin-bottom: 26px;
}
.page-heading  h5{
    font-weight: 600;
    color: #2c3e50;
}
/*Header css end*/
/*Home Intro Css start*/
.home-main-intro-inner {
    padding-top: 150px;
}
.home-main-intro-section {
    background: #000000;
}
.home-main-intro-content {
    padding-left: 11%;
}
.home-main-intro-content * {
    color: #ffffff;
    font-family: "Poppins";
}
.home-main-intro-inner .description {
    width: 80%;
}
.home-main-intro-content i:before {
    font-family: "Font Awesome 5 Brands";
}
.home-main-intro-inner img {
    width: 100%;
}
.home-main-intro-inner .banner-top-title {
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    padding-left: 5px;
}
.home-main-intro-inner h1 {
    color: #fff;
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 700;
}
.home-main-intro-inner .p {
    color: #ccc;
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 15px;
}
.home-main-intro-inner span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-top: 17px;
    margin-bottom: 15px;
    color: #04c37f;
}
.home-main-intro-inner .social ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}
.home-main-intro-inner li a {
    color: #e2e2e2;
    background: #0c0c0c;
    width: 35px;
    height: 35px;
    text-align: center;
    display: inline-block;
    border-radius: 100px;
    line-height: 35px;
    margin-right: 10px;
}
.home-main-intro-inner li:last-child a {
    margin-right: 0;
}
.home-main-intro-inner li a:hover {
    color: #fff;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    background-color: #04c37f;
}
/*Home Intro Css End*/

/*Home Slider css start*/
.home-main-slider-inner .item {
    height: 80vh;
    width: 100%;
    position: relative;
}
.home-main-slider-inner .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.header-content {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.header-content .title,
.header-content h2 {
    background: #ffffff;
    z-index: 5;
    white-space: nowrap;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    background-color: rgba(17, 17, 17, 0.64);
    margin: 0px;
    padding: 5px 10px;
}
.home-main-slider-inner .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    display: flex;
    align-items: center;
}
.home-main-slider-inner .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
}
.home-main-slider-inner .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.home-main-slider-inner .item .cover .header-content h2 {
    font-weight: 600;
    font-size: 28px;
    color: #0553c9;
    text-shadow: 0px 0px 5px #ffffff;
}
.home-main-slider-inner .item .cover .header-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 0px;
    letter-spacing: 3px;
    color: #000;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px #ffffff;
}
.home-main-slider-inner .item .cover .header-content h4 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.4;
    text-shadow: 0px 0px 5px #ffffff;
    width: 45%;
}
.home-main-slider-inner .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.home-main-slider-inner .owl-item.active .title,
.home-main-slider-inner .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 1s;
}
.home-main-slider-inner .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 1s;
}
.home-main-slider-inner .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 1s;
}
.home-main-slider-inner .owl-nav .owl-prev {
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    z-index: 99999;
    display: block;
    border-radius: 0;
}
.home-main-slider-inner .owl-nav button {
    border-radius: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-main-slider-inner .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}
.home-main-slider-inner .owl-nav .owl-prev:focus {
    outline: 0;
}
.home-main-slider-inner .owl-nav .owl-prev:hover {
    background: #000 !important;
}
.home-main-slider-inner .owl-nav .owl-next {
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}
.home-main-slider-inner .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}
.home-main-slider-inner .owl-nav .owl-next:focus {
    outline: 0;
}
.home-main-slider-inner .owl-nav .owl-next:hover {
    background: #000 !important;
}
.home-main-slider-inner .owl-dot {
    height: 12px;
    width: 12px;
    background: #ddddddb0 !important;
    margin: 0 3px;
    border-radius: 100%;
    transition: all 0.3s ease;
}
.home-main-slider-inner .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.home-main-slider-inner .owl-dot.active {
    background: #ffffff !important;
}
/*Home Slider css end*/
/*Home At A Glance CSS Start*/
.at-a-glance-left-box-inner .content-box .image {
    width: 150px;
    height: 150px;
    float: left;
    margin-right: 40px;
}
.at-a-glance-left-box-inner .content-box .image img {
    width: 100%;
    height: 100%;
}
.at-a-glance-left-box-inner .content-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.at-a-glance-section .heading .title {
    font-size: 30px;
    color: #2c3e50;
    text-align: left;
    font-family: Lato;
    font-weight: 900;
    font-style: normal;
}
.at-a-glance-section .heading {
    margin-bottom: 40px;
}
.at-a-glance-section {
    padding: 80px 0px;
    background: #f2f2f2;
}
.latest-update-news-item-outer {
    margin-top: 10px !important;
}
.latest-update-news-item {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.latest-update-news-item .image {
    /*    height: 70px;
    width: 96px;*/
    /*margin-right: 20px;*/
    float: left;
}
.category-blog .latest-update-news-item .image {
    /*height: 160px;
    margin-right: 20px;*/
    /*float: left;*/
    display: inline-block;
    width: 100%;
}
.single_depart .description p{
    word-break: break-all;
}
.latest-update-news-item .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/*.latest-update-news-item .content {
    width: 65%;
}*/

.latest-update-news-item-wrapper .content {
    /*margin-right: 20px;*/
    padding: 10px 15px;
    box-shadow: 1px 1px 10px #d0cccc;
    width: 100%;
    color: #2c3e50;
}

.latest-update-news-item .content .description .pgh-readmore {
    color: #f79206;
}

.latest-update-news-item .content .title {
    color: #000000;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
    flex-wrap: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: all 0.3s ease;
    line-height: 27px;
}
.category-blog .latest-update-news-item .content .title {
    margin-top: 10px;
}
.latest-update-news-item:hover .title {
    color: #f79206;
}
.latest-update-news-item .content .meta .date {
    font-size: 13px;
    color: #ababab;
    font-weight: 400;
    margin-bottom: 0;
}
.all-events-section {
    padding-bottom: 50px;
}

.latest-update-section {
    padding: 60px 0 60px 0;
    font-weight: 600;
    background: #f8f7f7;
}
.all-events-section .heading .title,
.latest-update-section .heading .title {
    font-size: 30px;
    color: #000000;
    text-align: center;
    font-family: Lato;
    font-weight: 900;
    font-style: normal;
}
.latest-update-section .heading {
    margin-bottom: 30px;
}
.all-events-section .heading {
    margin: 10px 0px;
}
.latest-update-news-item-wrapper .see-more-btn-wrapper {
    margin-top: 60px;
}
.latest-update-news-item .content .description p:last-of-type {
    margin-bottom: 0;
}
.latest-update-news-item .content .description {
    margin-top: 12px;
}
.latest-update-news-item .content .description * {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
}
.latest-update-news-item .content .description strong {
    font-weight: bolder;
}
.latest-update-news-item .content .description h1,
.latest-update-news-item .content .description h1 * {
    font-size: 26px;
    font-weight: 400;
}

.latest-update-news-item .content .description h2,
.latest-update-news-item .content .description h2 * {
    font-size: 24px;
}
.latest-update-news-item .content .description h3,
.latest-update-news-item .content .description h3 * {
    font-size: 22px;
}
.latest-update-news-item .content .description img {
    max-width: 100%;
    margin: 16px 0px 10px;
}
.latest-update-news-item .content .description a {
    display: block;
}
.latest-update-news-item .content .description ol,
.latest-update-news-item .content .description ul {
    padding-left: 16px;
    margin-bottom: 25px;
}
.latest-update-news-item .content .description ul {
    padding-left: 20px;
}
.latest-update-news-item .content .description ul li {
    list-style: disc;
}
.latest-update-news-item .content .description table {
    width: 100%;
}
.latest-update-news-item .content .description table th {
    font-weight: 700;
}
.latest-update-news-item .content .description table td,
.latest-update-news-item .content .description table th {
    border: 1px solid #4a4a4a;
    padding: 2px 10px;
}
.category-blog .custom-badge {
    font-size: 12px;
    padding: 0px 4px 1px;
    margin-bottom: 2px;
}
.see-more-btn-wrapper {
    text-align: center;
}
.see-more-btn-wrapper .see-more-btn {
    color: rgba(44, 62, 80, 0.9);
    background: rgba(255, 136, 30, 0.01);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(44, 62, 80, 0.9);
    font-weight: 900;
    font-size: 16px;
    text-align: center;
    border-radius: 0;
    padding: 15px 18px 14px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    transition: all 0.3s ease;
}
.see-more-btn-wrapper .see-more-btn:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #04c37f;
    margin-left: 10px;
    font-size: 12px;
}
.see-more-btn-wrapper .see-more-btn:hover {
    color: #ffffff;
    background: #f79206;
}
.see-more-btn-wrapper .see-more-btn:hover:after {
    color: #ffffff;
}
.upcoming-event-section {
    background-color: #f6f6f6;
}
.upcoming-event-item {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    border-bottom: 1px solid #04c37f;
}
.upcoming-event-item .location-wrap {
    width: 74%;
    margin-right: 2%;
}
.upcoming-event-item .title {
    font-size: 14px;
    color: #464646;
    font-weight: 700;
    line-height: 1.4;
    word-spacing: 2px;
    margin-bottom: 15px;
}
.upcoming-event-item.notice-item .title a{
    font-size: 18px;
    color: #464646;
}
.upcoming-event-item.notice-item .title a:hover {
    color: #04c37f;
}
.upcoming-event-item .time-location {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.3;
    display: flex;
    align-items: flex-start;
    color: #4c4c4c;
}
.upcoming-event-item .time-location:last-child {
    margin-bottom: 0;
}
.upcoming-event-item .time-location .icon {
    margin-right: 5px;
}
.upcoming-event-item .right-box {
    width: 24%;
    text-align: center;
    align-items: center;
}
.upcoming-event-item .event-date {
    display: block;
}
.upcoming-event-item .event-date .date {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #04c37f;
}
.upcoming-event-item .event-date .month {
    display: block;
    margin-top: -10px;
    font-size: 18px;
    color: #04c37f;
    font-weight: 700;
}
.upcoming-event-item .time-location .from-time,
.upcoming-event-item .time-location .to-time {
    margin: 0px 5px;
}
/*Home At A Glance CSS End*/
/*Donate organization Css Start*/
.donate-organization-setion {
    padding: 80px 0px 100px;
}
.donate-organization-left-box .subtitle {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 5px;
}
.donate-organization-left-box .title {
    font-size: 24px;
    font-weight: 900;
    color: #000000;
}
.donate-organization-left-box .details {
    margin-bottom: 30px;
    margin-top: 30px;
    padding-right: 20px;
}
.donate-organization-left-box .details p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}
.donate-organization-left-box .donate-organization-button {
    padding: 10px 30px;
    color: #ffffff;
    background: #04c37f;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease;
}
.donate-organization-left-box .donate-organization-button:hover {
    background: #ffac2d;
    color: #000000;
}
.donate-organization-middle-box,
.donate-organization-right-box {
    overflow: hidden;
}
.donate-organization-middle-box a,
.donate-organization-right-box a {
    display: block;
    position: relative;
}
.donate-organization-middle-box a:before,
.donate-organization-right-box a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #00000040;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.donate-organization-middle-box a:hover:before,
.donate-organization-right-box a:hover:before {
    opacity: 1;
}
.donate-organization-middle-box img,
.donate-organization-right-box img {
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all.3s ease;
}
/*Donate organization Css End*/
/*Mission Membership Award CSS Start */
.mission-membership-award-section {
    padding: 100px 0px;
    background: #ffffff;
}
.our-mission-content-box-wrapper {
    background: #fbfcfc;
    border: 1px solid #e6ebf0;
    padding: 65px 30px 50px 30px;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #d0cccc;
}
.our-mission-content-box-inner .main-content {
    margin-bottom: 20px;
}
.our-mission-content-box-inner p {
    margin: 2px 0 10px 0;
    color: #2c3e50;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.our-mission-content-box-wrapper .read-more-btn {
    -webkit-border-radius: 3px;
    text-shadow: none;
    padding: 10px 16px 9px;
    font-weight: 700;
    font-size: 15px;
    display: inline-block;
    min-width: 135px;
    background-color: #ffffff;
    color: rgba(44, 62, 80, 0.9);
    border: 1px solid #2c3e50;
    transition: all 0.3s ease;
}
.our-mission-content-box-wrapper:hover .read-more-btn {
    background: #f79206;
    color: #ffffff;
    border: 1px solid #f79206;
}
.our-mission-content-box-inner .title {
    color: #2c3e50;
    text-align: center;
    font-size: 18px;
    padding: 22px 0 0 0;
    font-weight: 700;
    margin-bottom: 10px;
}
.our-mission-content-box-inner .icon {
    background-color: #f79206;
    text-align: center;
    width: 106px;
    height: 106px;
    margin: 0 auto 0 auto;
    /* border: 4px solid rgb(65, 62, 62); */
    border: 4px solid #f79206;
    border-radius: 100%;
    position: absolute;
    top: -53px;
    left: 50%;
    display: block;
    margin-left: -53px;
    text-shadow: none;
    color: #444;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.our-mission-content-box-inner .icon span {
    font-size: 30px;
    color: #ffffff;
}
.our-mission-content-box-wrapper:hover .icon {
    background: #2c3e50;
    border: 4px solid #f79206;
}
/*Mission Membership Award CSS End */

/* Reunion section */
.re-union {
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding: 70px 0 70px;
    background-color: #f9fafb;
    border-top-color: #ebebeb;
    border-top-style: solid;
    border-bottom-color: #ebebeb;
    border-bottom-style: solid;
}

.single-item {
    border: 1px solid #e1e8eb;
    box-shadow: 0 0px 0px rgba(255, 255, 255, 1), 0 4px 0 -1px #ffffff,
        0 0px 0px 0px #ffffff, 0 0px 0px #ffffff, 0 4px 0 0px #e1e8eb,
        0px 7px 0px 0px #ffffff, 0px 8px 0px 0px #e1e8eb;
    padding: 0 25px 7px 25px;
    height: 100%;
}
.single-item .icon_circle {
    width: 100px;
    margin: 35px auto 38px;
    background: #22df38;
    border-radius: 10px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    display: block;
    position: relative;
    text-shadow: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.single-item .icon_circle::before {
    background: ##22df38;
    color: #fff;
}

.single-item .icon_sub_ctn::after {
    background: #22df38;
}

.icon_sub_ctn {
    font-size: 35px;
    display: block;
    text-align: center;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 3;
    height: 55px;
    line-height: 60px;
    margin: 0px auto;
    width: 90px;
    border-radius: 10px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.campain-image {
    /* height: 150px; */
    overflow: hidden;
}

.icon_circle {
    width: 100px;
    margin: 35px auto 38px;
    background: #1abc9c;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(135deg, #18e2ba 0%, #47d1ff 100%);
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    display: block;
    position: relative;
    text-shadow: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.icon_circle:after,
.icon_circle:before {
    z-index: 0;
    top: -15px;
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    transform: scalex(1.7) rotate(45deg);
    -webkit-transform: scalex(1.7) rotate(45deg);
    -moz-transform: scalex(1.7) rotate(45deg);
    -ms-transform: scalex(1.7) rotate(45deg);
    -o-transform: scalex(1.7) rotate(45deg);
    background: #22df38;
    left: 23px;
    border-radius: 10px 24px 10px 24px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.icon_circle:before {
    top: 24px;
}
.icon_sub_ctn {
    font-size: 35px;
    display: block;
    text-align: center;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 3;
    height: 55px;
    line-height: 60px;
    margin: 0px auto;
    width: 90px;
    border-radius: 10px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.icon_sub_ctn:after,
.icon_sub_ctn:before {
    z-index: 0;
    top: -15px;
    content: "";
    position: absolute;
    width: 51px;
    height: 51px;
    transform: scalex(1.7) rotate(45deg);
    -webkit-transform: scalex(1.7) rotate(45deg);
    -moz-transform: scalex(1.7) rotate(45deg);
    -ms-transform: scalex(1.7) rotate(45deg);
    -o-transform: scalex(1.7) rotate(45deg);
    left: 20px;
    border-radius: 10px 24px 10px 24px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.icon_sub_ctn:before {
    top: 19px;
}
.icon_sub_ctn i {
    font-size: 35px;
    display: inline-block !important;
    text-align: center;
    position: relative;
    z-index: 3;
}

.box_btn {
    text-shadow: none;
    padding: 9px 15px 11px;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    width: 130px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 3px;
    background: #22df38;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 3px;
}
.single-item .box_btn {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 15px;
}

.single-item h3 {
    text-align: center;
    font-size: 16px;
    padding: 10px 0 0 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #000;
}
.single-item h3:after {
    content: "";
    width: 70px;
    height: 1px;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -12px;
}
.single-item p {
    padding: 1px 0 0 0;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.single-item h3::after {
    content: "";
    width: 70px;
    height: 1px;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -12px;
    border: 1px solid #000;
}

.single-item img {
    width: 100%;
}

.single-item:hover .icon_circle,
.single-item:hover .icon_circle::after,
.single-item:hover .icon_circle::before,
.single-item:hover .icon_sub_ctn::after {
    background: #ff881e;
    color: #fff;
}

/*Home All Important Link Start*/
.all-important-link-section {
    padding: 60px 0px 50px;
}
.all-important-link-wrapper.organization .heading {
    background: #640934;
}
.all-important-link-wrapper {
    height: 100%;
    background: #e7e7e7;
}
.all-important-link-wrapper .heading {
    margin-bottom: 8px;
    padding: 6px 14px;
    display: flex;
    align-items: center;
}
.all-important-link-wrapper .heading .icon {
    text-align: left;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-right: 12px;
}
.all-important-link-wrapper .heading .title {
    margin-bottom: 0;
    text-align: left;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
}
.all-important-link-item-wrapper {
    padding: 0px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.organization .all-important-link-item-wrapper .all-important-link-item {
    width: 100%;
}
.all-important-link-item-wrapper .all-important-link-item {
    border-bottom: 1px dotted;
    transition: all 0.3s ease;
    width: 48%;
    float: left;
    margin-right: 4%;
}
.all-important-link-item-wrapper .all-important-link-item .link {
    margin: 5px 0px;
    display: block;
    font-size: 16px;
    color: #000000;
    transition: all 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.all-important-link-wrapper.sites .heading {
    background: #F47D1F;
}
.all-important-link-wrapper.newspaper .heading {
    background: #4479bd;
}
.all-important-link-item-wrapper.organization {
    border-top: 10px solid #640934;
}
.sites .all-important-link-item-wrapper {
    border-top: 10px solid #2C3E50;
}
.newspaper .all-important-link-item-wrapper {
    border-top: 10px solid #4479bd;
}
.all-important-link-item-wrapper .all-important-link-item:hover {
    border-color: #f79206;
}
.all-important-link-item-wrapper .all-important-link-item:hover a {
    color: #f79206;
}

.socialLink a {
    background: #fff;
    padding: 8px;
    border-radius: 50%;
    margin-right: 4px;
    height: 37px;
    width: 37px;
    display: inline-block;
    text-align: center;
    line-height: 23px;
    font-size: 15px;
}

.fb-link{
    color: #395693;
}
.instagram-link{
    color: #bd299e;
}
.twitter-link{
    color: #1c9cea;
}
.youtube-link{
    color: #ff0000;
}
.linkedin-link{
    color: #0e76a8;
}

.fb-link:hover, 
.instagram-link:hover, 
.twitter-link:hover, 
.youtube-link:hover,
.linkedin-link:hover {
    color: #fff !important;
}

.fb-link:hover {
    background: #395693;
}

.instagram-link:hover {
    background: #bd299e;
}

.twitter-link:hover {
    background: #1c9cea;
}

.youtube-link:hover {
    background: #ff0000;
}
.linkedin-link:hover {
    background: #0e76a8;
}


.all-important-link-item-wrapper .all-important-link-item:nth-child(even) {
    margin-right: 0;
}
.all-important-link-item-wrapper.organization .all-important-link-item {
    width: 100%;
}
/*Home All Important Link end*/

/*Popular Newspaper css start*/
.popular-newspaper-section .heading {
    margin-bottom: 0;
    padding: 2px 14px;
    display: flex;
    align-items: center;
    background: #0f50a5;
    border-bottom: 8px solid #01285a;
}
.popular-newspaper-section {
    padding: 0px 0px 40px;
}
.popular-newspaper-section .heading .title {
    margin-bottom: 0;
    text-align: left;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: center;
}
.popular-newspaper-section .heading .title .icon {
    text-align: left;
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    margin-right: 12px;
}
.popular-newspaper-section .main-content {
    margin: 20px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.popular-newspaper-section .main-content .news-item {
    display: inline-block;
    width: 15%;
    border: 1px solid #ebebeb;
    padding: 6px;
    margin-bottom: 20px;
}
.popular-newspaper-section .main-content .news-item img {
    width: 100%;
    border: 1px solid #ebebeb;
}
/*Popular Newspaper css end*/

/*Home Photo Video Gallery CSS Start*/
.home-photo-and-video-gallery-section {
    padding: 60px 0px;
    background: #f5f3f3ad;
}
.photo-video-gallery-outer .heading {
    background: #f47d1f;
    color: #fff;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    padding: 0px 14px;
    margin-bottom: 10px;
}
.photo-video-gallery-outer .heading .icon {
    text-align: left;
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    margin-right: 20px;
}
.photo-video-gallery-outer .heading .title {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 700;
}
.photo-video-gallery-outer.video .heading {
    background: #4479bd;
}
.photo-video-gallery-inner iframe {
    width: 100%;
}
.photo .photo-video-gallery-inner {
    border-top: 10px solid #f47d1f;
}
.video .photo-video-gallery-inner {
    border-top: 10px solid #4479bd;
}
.photo-video-gallery-inner .slider.slider-nav .slick-slide {
    height: 72px;
    background: #000;
    padding: 6px 3px;
    cursor: pointer;
}
.photo-video-gallery-inner .slick-slider img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.photo-video-gallery-inner .slider.slider-nav img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.4;
    transition: all 0.3s ease;
}
.photo-video-gallery-inner .slick-slider {
    margin-bottom: 0;
}
.photo-video-gallery-inner .slider.slider-nav .slick-slide:focus {
    outline: 0;
}
.photo-video-gallery-inner .slick-slide.slick-current {
    cursor: default !important;
}
.photo-video-gallery-inner .slider.slider-nav .slick-current img {
    opacity: 1;
}
.photo-video-gallery-inner .slider-for .slick-prev {
    left: 10px;
    z-index: 999;
}
.photo-video-gallery-inner .slider-for .slick-next {
    right: 10px;
    z-index: 999;
}
.photo-video-gallery-inner .slider-for .slick-arrow:before {
    font-size: 35px;
}
.photo-video-gallery-inner .slider-nav button {
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}
.photo-video-gallery-inner .slider-nav .slick-prev {
    left: 10px;
}
.photo-video-gallery-inner .slider-nav .slick-next {
    right: 10px;
    z-index: 999;
}
.photo-video-gallery-inner .slider-nav button {
    content: "";
    height: 27px;
    width: 27px;
    background: #000000;
    border-radius: 100%;
    border: 2px solid #ffffffe0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.photo-video-gallery-outer .see-more-btn-wrapper {
    margin-top: 50px;
}
/*Home Photo Video Gallery CSS End*/
/*Executive Committee CSS Start*/
/*.committee-section {
    background: #eaf5df;
}*/
.committee-section .page-header {
    margin: 12px 0px 15px;
    text-align: center;
}
.committee-section .page-header .title {
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    color: #2c3e50;
    margin-bottom: 0;
}
.committee-member-item-inner .image {
    width: 100%;
    height: 200px;
    background-color: #000;
    position: relative;
}
.committee-member-item-inner .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    object-position: top;
}
.committee-member-item-inner {
    /* margin-bottom: 40px;*/
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.image.executive_image {
    /*height: 345px;*/
    height: 240px;
}
.committee-member-item-inner .content.executiveMember .name{
    font-size: 17px;
    font-weight: 600;
    font-family: inherit;
}

.committee-member-item-inner .content.executiveMember .designation{
    font-size: 17px;
    font-weight: normal;
    font-family: inherit;
}

.committee-member-item-inner .content.executiveMember .designation span{
    font-weight: 600;
}

.advisor-committee .committee-member-item-inner {
    border: 1px solid #e1e8eb;
    padding: 10px 48px 28px 48px !important;
    background: #f9fafb;
}

.committee-member-item-inner {
    border: 1px solid #f79206;
    padding: 7px;
    height: 100%;
}

.committee-member-item-outer {
    margin-bottom: 20px;
    padding: 3px;
}

.publication-item {
    padding: 0 15px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin-bottom: 45px;
}

.committee-member-item-inner .content {
    text-align: center;
    margin: 7px auto;
    /* padding: 5px;*/
    /*background-color: #5d96a7;*/
    transition: all 0.5s ease;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    min-height: 45px;
}
.committee-member-item-inner .name-id {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    position: absolute;
    text-align: left;
    bottom: 0;
    left: 0;
    width: 100%;
}

.committee-member-item-inner .name-id .id {
    display: block;
    text-align: center;
    color: #fff;
    background: #4b484894;
/*    font-weight: 500;
    font-family: "Oswald", sans-serif;*/
}
.id {
    display: block;
    text-align: center;
    background: #00000000;
    color: #fff;
}

.detailes-btn {
    text-align: center;
    padding: 12px 0 8px;
}
.detailes-btn a {
    display: inline-block;
    color: #f79206;
    font-weight: 600;
    border: 2px solid #f79206;
    padding: 4px 22px;
    border-radius: 5px;
    font-size: 14px;
}
.detailes-btn a:hover {
    background: #f79206;
    color: #fff;
}
.committee-member-item-inner .content .name {
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 1.4;
    text-align: left;
    font-family: "Oswald", sans-serif;
}
.committee-member-item-inner .content .designation,
.committee-member-item-inner .content .organization {
    font-size: 15px;
    margin-bottom: 3px;
    color: #000;
    text-align: left;
    font-weight: 300;
    font-family: "Oswald", sans-serif;
}
.committee-member-item-inner .content .designation span {
    font-weight: 400;
}
.committee-member-item-inner:hover img {
    -webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.15);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70);
}
.committee-member-item-inner:hover {
    transform: translateY(-5px);
}
/*.committee-member-item-inner .content:hover {
    background-color: #04c37f;
}*/
/*Executive Committee CSS End*/

/* contact us css start*/
.history_one_wrap .top-description-wrapper h5 {
    font-weight: 600;
}
.home-about-us-left-item .heading .title {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    color: #000000;
}
.about-us-usefull-links-wrapper .address * {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    line-height: 24px;
    margin-bottom: 0;
}
.home-about-us-left-item {
    margin-bottom: 20px;
}
.about-us-usefull-links-wrapper .contact .title {
    font-size: 14px;
    margin-right: 5px;
    color: #000000;
}
.about-us-usefull-links-wrapper .contact .link {
    font-size: 15px;
    font-weight: 500;
    color: #ff881e;
    line-height: 24px;
    margin-bottom: 0;
}

.contact i {
    color: #ff881e;
}

.about-us-usefull-links-wrapper .contact .link:hover {
    color: #000 !important;
}


/*.about-us-usefull-links-wrapper .contact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}*/
.contact-us-main-banner-inner {
    position: relative;
    z-index: 1;
}
.contact-us-main-banner-inner .image {
    height: 300px;
    width: 100%;
}
.contact-us-main-banner-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-us-main-banner-inner:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: #0433ef;
    opacity: 0.25;
}
.contact-us-main-banner-inner .content {
    position: absolute;
    z-index: 1111;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
}
.contact-us-main-banner-inner .content .title {
    margin-bottom: 100px;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
}
.contact-us-main-banner-inner .content .c-breadcrumb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    background: #0000003d;
}
.contact-us-main-banner-inner .content .c-breadcrumb .item {
    margin-right: 15px;
    position: relative;
}
.contact-us-main-banner-inner .content .c-breadcrumb .item .link {
    font-size: 16px;
    color: #ffffff;
}
.contact-us-main-banner-inner .content .c-breadcrumb .item:after {
    content: "";
    height: 60%;
    width: 1px;
    background: #ffffff;
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
}
.contact-us-main-banner-inner .content .c-breadcrumb .item:last-child:after {
    display: none;
}
.contact-us-main-banner-inner .content .c-breadcrumb .item:last-child {
    margin-right: 0;
}
/* .contact-us-section {
    padding-top: 20px;
} */
/*.contact-us-form-wrapper {
    padding: 0px 40px 40px;
}*/
.contact-us-form-wrapper .top-box {
    text-align: center;
    margin-bottom: 80px;
}
.contact-us-form-wrapper .top-box .title {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    position: relative;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.contact-us-form-wrapper .top-box .detail p {
    font-size: 17px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 20px;
}
.contact-us-form-wrapper .top-box .title:after {
    content: "";
    height: 4px;
    width: 50px;
    background: #0553c9;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.contact-us-form-wrapper .top-box .detail p:last-child {
    margin: 0;
}
.contact-us-form-inner .message {
    color: red;
    margin-top: 10px;
    display: block;
}
.contact-us-form-inner .input-group {
    margin-bottom: 15px;
}

.left-box {
    width: 100%;
}

.contact-us-form-inner .input-group input,
.contact-us-form-inner .input-group textarea {
    background: transparent;
    height: 30px;
    width: 100%;
    padding: 0px 10px;
    border-radius: 0;
    border: 1px solid #000000;
}
.contact-us-form-inner label {
    color: #2c3e50;
    margin-bottom: 4px;
    font-weight: 600;
}
.contact-us-form-inner input[type="number"]::-webkit-outer-spin-button,
.contact-us-form-inner input[type="number"]::-webkit-inner-spin-button,
.contact-us-form-inner input[type="number"] {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}
.contact-us-form-inner .input-group textarea {
    height: auto;
    padding-top: 10px;
}
.contact-us-form-inner form {
    display: flex;
    flex-wrap: wrap;
}
.contact-us-form-inner .button-wrapper {
    padding: 0px 15px;
    margin-top: 15px;
}
.contact-us-form-inner .g-recaptcha {
    width: 100%;
    padding: 0px 15px;
}
.contact-us-form-inner .button-wrapper button {
    padding: 6px 40px;
    border: 0;
    background: #00a761;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
}
.contact-us-form-inner .button-wrapper button:hover {
    background: #2c3e50;
}
.company-location-map-section {
    margin: 50px 0px 0px;
}
.company-location-map-wrapper {
    display: flex;
    width: 100%;
}
.company-location-map-wrapper iframe {
    width: 100%;
}
/* contact us css end*/

/*About us css start*/
.profile-main-section {
    padding: 0px 0px 40px 0;
}
.profile-main-section .top-info {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
}
.profile-main-section .top-info p {
    font-size: 16px;
}
.profile-main-section .profile-content-inner .content-item {
    background: #f9f9f9;
    padding: 20px 10px;
    margin-bottom: 30px;
}
.profile-main-section .profile-content-inner .content-item:last-child {
    margin-bottom: 0;
}
.profile-main-section .profile-content-inner .left-box .image {
    margin-bottom: 30px;
}
/*.profile-main-section .profile-content-inner .left-box img {
    width: 85%;
    box-shadow: 10px 10px 0px #ddc6d0;
}*/

.profile-main-section .profile-content-inner .left-box img {
    /*border: 1px solid #2C3E50;*/
    padding: 10px;
}

.profile-main-section .profile-content-inner .description p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-align: justify;
}

.profile-main-section .profile-content-inner .description p:last-child {
    margin-bottom: 0;
}
.profile-main-section .profile-content-inner .left-box .info .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 3px;
    color: #000000;
}

.profile-main-section .profile-content-inner .left-box .info .subtitle {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 3px;
    color: #000000;
}

.profile-main-section .profile-content-inner .left-box .info .text {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    color: #000000;
}

.profile-main-section .profile-content-inner .left-box .info .text a {
    color: #000000;
}
.profile-main-section .description * {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}
.profile-main-section .description strong {
    font-weight: bolder;
}
.profile-main-section .description h1,
.profile-main-section .description h1 * {
    font-size: 26px;
    font-weight: 400;
}
.profile-main-section .description h2,
.profile-main-section .description h2 * {
    font-size: 24px;
}
.profile-main-section .description h3,
.profile-main-section .description h3 * {
    font-size: 22px;
}
.profile-main-section .description img {
    max-width: 100%;
    margin: 16px 0px 10px;
}
.profile-main-section .description a {
    display: block;
}
.profile-main-section .description ol,
.profile-main-section .description ul {
    padding-left: 16px;
    margin-bottom: 25px;
}
.profile-main-section .description ul {
    padding-left: 20px;
}
.profile-main-section .description ul li {
    list-style: disc;
}
.profile-main-section .description table {
    width: 100%;
}
.profile-main-section .description table th {
    font-weight: 700;
}
.profile-main-section .description table td,
.profile-main-section .description table th {
    border: 1px solid #4a4a4a;
    padding: 2px 10px;
}
/*About us css end*/

/*Image Gallery CSS Start*/
.image-gallery-grid-section {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}
.image-gallery-grid-section .image-grid-inner {
    margin-top: 30px;
    padding: 0 !important;
}
#imageGridGallery .item .title {
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
#imageGridGallery .item a {
    position: relative;
    display: inline-block;
}
#imageGridGallery .item a:after {
    content: "";
    background: #0000008c;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
    opacity: 0;
}
#imageGridGallery .item a:before {
    content: "\f00e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    z-index: 111;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
    opacity: 0;
}
#imageGridGallery .item a:hover:before,
#imageGridGallery .item a:hover:after {
    opacity: 1;
}
/*Image Gallery CSS End*/

/*Video Gallery Page CSS Start*/
.video-gallery-grid-section .video-item {
    padding: 15px 0px;
}
.video-gallery-grid-section .video-item iframe {
    width: 100%;
}
.video-gallery-grid-section {
    padding-bottom: 60px;
    /* padding-top: 20px; */
}
/*Video Gallery Page CSS End*/

/*Home Main News Section css start*/
.home-news-section .left-box .heading .title {
    padding: 5px 14px;
    font-size: 18px;
    font-weight: 500;
    background: #cd0b10;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 0;
}
.home-news-section .left-box .heading {
    border-top: 3px solid #04c37f;
    border-bottom: 1px solid #ececec;
}
.home-news-section {
    padding: 60px 0px 50px;
    font-family: "SolaimanLipi", Arial, sans-serif !important;
    user-select: none;
    background: #f8f7f7;
}
.short-news-items-wrapper .image {
    height: 65px;
    margin-right: 10px;
}
.short-news-items-wrapper .image img {
    object-fit: cover;
}
.short-news-items-wrapper .content .title {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    flex-wrap: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 4px;
}
.short-news-items-wrapper .latest-update-news-item {
    margin: 0;
    border-bottom: 1px solid #ececec;
    padding: 20px 0px;
}
.short-news-items-wrapper .latest-update-news-item .content {
    width: 60%;
}
.short-news-items-wrapper .latest-update-news-item:last-of-type {
    border: 0;
}

.video-gallery-grid-section .video-item iframe {
    width: 100%;
}
.home-main-news-slider-inner {
    margin: 0 0 0px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    border-radius: 4px;
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    zoom: 1;
    overflow: hidden;
}

.home-main-news-slider-inner .slider-item .image {
    height: 340px;
}
.home-main-news-slider-inner .slider-item .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-main-news-slider-inner .slider-item {
    overflow: hidden;
    display: block;
}
.home-main-news-slider-inner .slider-item .content {
    padding: 10px 15px;
}
.home-main-news-slider-inner .slider-item .content .title {
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    color: #000000;
}
.home-main-news-slider-inner .slider-item .content .meta .date {
    font-size: 14px;
    color: #4f4f4f;
    font-weight: 400;
    margin-bottom: 0;
}
/*Home Main News Section css end*/

/*Main Headline Marquee Css start*/
.main-headline-section .marquees {
    overflow: hidden;
    background: #ededed;
    padding: 8px 0px;
}
.main-headline-section {
    overflow: hidden;
    margin-top: 20px;
}
.main-headline-section .marquees .item {
    position: relative;
    margin-bottom: 0;
}
.main-headline-section .marquees .item a {
    color: #000;
    font-size: 16px;
    display: block;
    width: max-content;
    margin-right: 20px;
    padding-left: 22px;
    color: #000;
}
.main-headline-section .marquees .item:before {
    content: url(../image/marquee-icon.png);
    color: red;
    font-weight: bold;
    font-size: 30px;
    position: absolute;
    left: 0px;
    top: 30%;
    transform: translateY(-50%);
    display: inline-block;
}
.main-headline-section .marquees-outer {
    position: relative;
}
.main-headline-section .marquees-outer .main-title {
    position: absolute;
    z-index: 1111;
    background: #04c37f;
    color: #fff;
    padding: 5px 4px;
    float: left;
    width: 80px;
    font-size: 17px;
    text-align: center;
    margin-right: 0px;
    border-radius: 1px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-headline-section .js-marquee {
    display: flex;
    overflow: hidden;
}
.my_progressbar:nth-of-type(odd) .bar {
    background-color: #5fc988 !important;
}
.my_progressbar:nth-of-type(even) .bar {
    background-color: #272727 !important;
}
.progress-items h4 {
    font-weight: 400;
}
.progress-items .main-title {
    margin: 35px 0px 25px;
}
.my_progressbar {
    margin-bottom: 16px;
}

.my_progressbar .bar-container.shadow {
    box-shadow: none !important;
    border-radius: 5px;
    background-color: transparent !important;
    border: 1px solid #dddddd;
}
.my_progressbar .bar-container {
    height: 20px !important;
    position: relative;
}
.my_progressbar .title {
    margin-bottom: 0;
}
.my_progressbar .backgroundBar {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.my_progressbar .progress-percent {
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 100%;
    color: #a1b1bc;
}

.my_progressbar .bar {
    border-radius: 5px;
    height: 65%;
    left: 1%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #5fc988 !important;
}
/*Main Headline Marquee Css end*/

/* blog Css start */
.pa-blog {
    padding: 50px 0px 20px;
    background: #ededed;
}
.pa-blog-box-outer {
    margin-bottom: 30px;
}
.pa-blog-box {
    border: 1px solid #eee;
    border-radius: 10px;
    transition: 0.3s;
    height: 100%;
    background: white;
}
.pa-blog-box img {
    border-radius: 10px 10px 0px 0px;
}
.pa-blog-title {
    padding: 16px 25px 17px;
}
.pa-blog-title a {
    color: #000000;
}
.pa-blog-title .pa-blog-category {
    color: #04c37f;
    font-size: 14px;
    text-transform: capitalize;
}
.pa-blog-box h2 a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.pa-blog-box h2 a:hover {
    color: #04c37f;
}
.pa-blog-box h2 {
    font-size: 20px;
    margin: 5px 0px;
    line-height: 26px;
}
.pa-blog-date {
    font-size: 14px;
}
.pa-blog-view {
    padding: 10px 25px;
    border-top: 1px solid #eee;
}
.pa-blog-view ul {
    margin: 0;
    padding: 0;
}
.pa-blog-view ul li {
    display: inline-block;
    padding-right: 15px;
}
.pa-blog-view ul li a {
    font-size: 14px;
}
.pa-blog-view ul li a i {
    padding-right: 5px;
}
.pa-blog-page {
    padding-bottom: 75px;
}
/* blog css end */

/*Common Blog Section Css start*/

.common-blog-box-outer .items-wrapper .common-blog-item:first-of-type .image {
    height: 250px;
}
.common-blog-box-outer
    .items-wrapper
    .common-blog-item:first-of-type
    .image
    img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.common-blog-heading {
    border-top: 3px solid #04c37f;
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
}
.common-blog-heading .title {
    padding: 5px 14px;
    font-size: 18px;
    font-weight: 500;
    background: #cd0b10;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 0;
    font-family: "Lato", Arial, sans-serif;
}
.common-blog-box-outer .items-wrapper .common-blog-item:first-of-type .content {
    margin-top: 12px;
    margin-bottom: 20px;
}
.common-blog-box-outer
    .items-wrapper
    .common-blog-item:first-of-type
    .content
    .title {
    font-size: 20px;
    margin-bottom: 5px;
    color: #000000;
    display: block;
    flex-wrap: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.common-blog-box-outer
    .items-wrapper
    .common-blog-item:first-of-type
    .content
    .date-time {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #ababab;
}
.common-blog-item:first-of-type .common-blog-description {
    flex-wrap: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.common-blog-description * {
    font-size: 15px;
}
.common-blog-item:not(:first-of-type) .common-blog-description {
    display: none;
}
.common-blog-box-outer
    .items-wrapper
    .common-blog-item:first-of-type
    .content
    p {
    /* flex-wrap: wrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* -webkit-line-clamp: 4; */
    /* -webkit-box-orient: vertical; */
    /* display: -webkit-box; */
    margin-bottom: 0;
}
.common-blog-section {
    font-family: "SolaimanLipi", Arial, sans-serif !important;
    /* user-select: none; */
    padding: 60px 0px 40px;
}
.common-blog-box-outer .common-blog-item:not(:first-of-type) {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.common-blog-box-outer .common-blog-item:not(:first-of-type) img {
}
.common-blog-box-outer .common-blog-item:not(:first-of-type) .image {
    width: 30%;
    margin-right: 5%;
    height: 60px;
}
.common-blog-box-outer .common-blog-item:not(:first-of-type) .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.common-blog-box-outer .common-blog-item:not(:first-of-type) .content {
    width: 60%;
}
.common-blog-box-outer .common-blog-item:not(:first-of-type) .content p {
    display: none;
}
.common-blog-box-outer .common-blog-item:not(:first-of-type) .content .title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    color: #000000;
    flex-wrap: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.common-blog-box-outer
    .common-blog-item:not(:first-of-type)
    .content
    .date-time {
    font-size: 13px;
    color: #ababab;
}
/*Common Blog Section Css end*/

/*Single Post Css start*/
.single-post-inner {
    padding-top: 10px;
}
.single-post-inner img {
    max-width: 100%;
}
.single-post-inner .post-main-title {
    font-size: 30px;
    font-weight: 600;
    color: #2c3e50;
}
.single-post-inner .date-time {
    font-size: 16px;
    font-weight: 400;
    color: #ababab;
}
.single-post-inner .description {
    margin-top: 30px;
}
.single-post-inner .description * {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}
.single-post-inner .description strong {
    font-weight: bolder;
}
.single-post-inner .description h1,
.single-post-inner .description h1 * {
    font-size: 26px;
    font-weight: 400;
}
.single-post-inner * {
}
.single-post-inner .description h2,
.single-post-inner .description h2 * {
    font-size: 24px;
}
.single-post-inner .description h3,
.single-post-inner .description h3 * {
    font-size: 22px;
}
.single-post-inner .description img {
    max-width: 100%;
    margin: 20px auto;
    display: block;
}
.single-post-inner .description a {
    display: block;
}
.single-post-inner .description ol,
.single-post-inner .description ul {
    padding-left: 16px;
    margin-bottom: 25px;
}
.single-post-inner .description ul {
    padding-left: 20px;
}
.single-post-inner .description ul li {
    list-style: disc;
}
.single-post-inner .description table {
    width: 100%;
}
.single-post-inner .description table th {
    font-weight: 700;
}
.single-post-inner .description table td,
.single-post-inner .description table th {
    border: 1px solid #4a4a4a;
    padding: 2px 10px;
}
/*Single Post Css end*/

/*Common Content Css Start*/
.ss-common-content-section {
    margin: 80px 0px;
}
.ss-common-content-section h3 {
    margin: 20px 0px 10px;
    font-weight: 500;
}

.ss-common-content-section h2 {
    margin: 10px 0px;
    font-weight: 700;
    font-size: 28px;
}
.ss-common-content-section h1,
.ss-common-content-section h2,
.ss-common-content-section h3,
.ss-common-content-section h4,
.ss-common-content-section h5,
.ss-common-content-section h6 {
    font-weight: 700;
}
.ss-common-content-section h1 {
    margin: 20px 0px 10px;
    font-weight: 500;
}

.ss-common-content-section ul {
    list-style: disc;
    padding-left: 20px;
}

/*Member Overview CSS Start*/
.membership-information-wrapper {
    margin-bottom: 50px;
}
.membership-information-wrapper .image img {
    width: 100%;
}
.membership-information-wrapper .heading .title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}
.membership-information-wrapper .heading .member-detaile-title {
    font-size: 35px !important;
    font-weight: 900 !important;
    margin-top: 0 !important;
}
.membership-information-wrapper .heading {
    margin-bottom: 30px;
}
.membership-information-wrapper .details p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
    color: #000000;
}
.membership-information-wrapper .details p a {
    color: #ff756a;
}
.renew-membership-info-wrapper .main-heading {
    text-align: center;
}
.membership-renew-info-wrapper {
    margin-bottom: 60px;
}
.membership-renew-info-wrapper .image img {
    width: 100%;
}
.membership-renew-info-wrapper .details p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}
.membership-renew-info-wrapper .details a {
    color: #ff756a;
    font-size: 14px;
    margin: 0px 8px;
}
.membership-renew-info-wrapper .image {
    margin-bottom: 30px;
}
.renew-membership-info-wrapper {
    margin-bottom: 50px;
}
.renew-membership-info-wrapper .short-note {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
    color: #000000;
}
.renew-membership-info-item-inner {
    border: 1px solid #d3d3d3;
    height: 100%;
    padding: 20px;
}
.renew-membership-info-item-inner .heading {
    margin-bottom: 5px;
}
.renew-membership-info-item-inner .heading .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 0;
    position: relative;
    padding-left: 40px;
}
.renew-membership-info-item-inner .details p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}
.renew-membership-info-item-inner .heading .title:before {
    content: "";
    height: 30px;
    width: 30px;
    border: 3px solid rgba(255, 255, 255, 0.56);
    border-radius: 100%;
    background: #1abc9c;
    color: #1abc9c;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.renew-membership-info-item-inner .details p:last-child {
    margin-bottom: 0;
}
.renew-membership-info-item-wrapper {
    margin-bottom: 50px;
}
.submit-due-by-mail-info {
    text-align: center;
}
.submit-due-by-mail-info .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 0;
    position: relative;
}
.submit-due-by-mail-info .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 0;
    position: relative;
    margin: 5px 0px;
}
/*Member Overview CSS End*/
/*Login CSS Start*/
.member-login-section {
    padding-bottom: 60px;
}
.member-login-section .top-box {
    margin: 40px;
}
.member-login-section .top-box .image {
    margin-bottom: 30px;
}
.member-login-section .top-box .image img {
    width: 100%;
}
.member-login-section .top-box .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: #000000;
    margin-bottom: 0;
    text-align: center;
}
.member-login-section .top-box .heading {
    margin-bottom: 30px;
}
.member-login-section .top-box .details p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
.login-form-wrapper .form-group {
    margin-bottom: 30px;
}
.login-form-wrapper .form-group label {
    display: block;
    width: 100%;
    font-size: 15px !important;
    line-height: 22px !important;
    font-weight: 600;
    color: #555;
    margin-bottom: 10px;
}
.login-form-wrapper .form-group input {
    width: 100%;
    border: 2px solid #ddd !important;
    height: 35px;
    padding: 0px 5px;
}
.login-form-wrapper .keep-sign-in input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.login-form-wrapper .heading .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: #000000;
    margin-bottom: 0;
    text-align: center;
}
.login-form-wrapper .heading {
    margin-bottom: 40px;
}
.login-form-wrapper .form-group.keep-sign-in {
    display: flex;
    align-items: center;
}
.login-form-wrapper .form-group.keep-sign-in label {
    margin-bottom: 0;
    font-weight: 500;
    color: #888888;
}
.login-form-wrapper .button-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login-form-wrapper .button-wrapper button {
    font-size: 15px;
    background: #ff756a;
    color: #ffffff;
    border: 0;
    width: 60%;
    padding: 10px 0px;
    border-radius: 5px;
    font-weight: 500;
}
.login-form-wrapper .forgot-pass {
    color: #888888;
    font-weight: 400;
    font-size: 14px;
    margin-top: 40px;
    display: inline-block;
    text-align: center;
}
/*Login CSS End*/

/*About Us CSS Start*/
.about-us-main-info-section .top-image-wrapper img {
    width: 100%;
}
.about-us-main-info-section .top-image-wrapper {
    margin-bottom: 40px;
}
.about-us-main-info-section .top-description-wrapper {
}
.about-us-main-info-section .top-description-wrapper p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.about-us-main-info-section .top-box-wrapper {
    margin-bottom: 50px;
}
.about-us-history-mission-aim {
    text-align: center;
    margin-bottom: 50px;
}
.about-us-history-mission-aim .history {
    background: #f5f0f5;
    padding: 25px;
}
.about-us-history-mission-aim .mission {
    background: #eeeff7;
    padding: 25px;
}
.about-us-history-mission-aim .aim {
    background: #f3f3f3;
    padding: 25px;
}
.about-us-history-mission-aim .heading {
    margin-bottom: 15px;
}
.about-us-history-mission-aim .heading .title {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
}
.about-us-history-mission-aim .details p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.activity-of-assiociation {
    margin-bottom: 50px;
}
.activity-of-assiociation .main-heading {
    margin-bottom: 30px;
    text-align: center;
}
.assiociation-activity-item-wrapper {
    counter-reset: item;
}
.assiociation-activity-item-wrapper .assiociation-activity-item {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 40px;
    margin-bottom: 15px;
}
.assiociation-activity-item-wrapper .assiociation-activity-item:before {
    counter-increment: item;
    content: counter(item);
    background: #252627;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 100%;
    color: #ffffff;
    border: 3px solid rgba(255, 255, 255, 0.56);
}
.membership-categories-of-assiociation .main-title {
    text-align: center;
    color: #000000;
}
.membership-categories-of-assiociation {
    padding-top: 20px;
    margin-bottom: 60px;
}
.activity-of-assiociation .main-title {
    color: #000000;
}
.membership-categories-item-outer.general {
    background-color: #4e459a;
}
.membership-categories-item-outer.life {
    background-color: #0473aa;
}
.membership-categories-item-outer.departed {
    background-color: #d9603b;
}
.membership-categories-item-inner {
    text-align: center;
    padding: 30px 0px;
}
.membership-categories-item-inner .heading {
    margin-bottom: 15px;
}
.membership-categories-item-inner .heading .title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
}
.membership-categories-item-inner .details p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
    color: #ffffff;
    text-align: justify;
}
/*About Us CSS End*/
/*Member Overview CSS Start*/
.membership-information-wrapper {
    margin-bottom: 50px;
}
.membership-information-wrapper .image img {
    width: 100%;
}
.membership-information-wrapper .heading .title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}
.membership-information-wrapper .heading {
    margin-bottom: 30px;
}
.membership-information-wrapper .details p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
    color: #000000;
}
.membership-information-wrapper .details p a {
    color: #ff756a;
}
.renew-membership-info-wrapper .main-heading {
    text-align: center;
}
.membership-renew-info-wrapper {
    margin-bottom: 60px;
}
.membership-renew-info-wrapper .image img {
    width: 100%;
}
.membership-renew-info-wrapper .details p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}
.membership-renew-info-wrapper .details a {
    color: #ff756a;
    font-size: 14px;
    margin: 0px 8px;
}
.membership-renew-info-wrapper .image {
    margin-bottom: 30px;
}
.renew-membership-info-wrapper {
    margin-bottom: 50px;
}
.renew-membership-info-wrapper .short-note {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
    color: #000000;
}
.renew-membership-info-item-inner {
    border: 1px solid #d3d3d3;
    height: 100%;
    padding: 20px;
}
.renew-membership-info-item-inner .heading {
    margin-bottom: 5px;
}
.renew-membership-info-item-inner .heading .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 0;
    position: relative;
    padding-left: 40px;
}
.renew-membership-info-item-inner .details p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}
.renew-membership-info-item-inner .heading .title:before {
    content: "";
    height: 30px;
    width: 30px;
    border: 3px solid rgba(255, 255, 255, 0.56);
    border-radius: 100%;
    background: #1abc9c;
    color: #1abc9c;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.renew-membership-info-item-inner .details p:last-child {
    margin-bottom: 0;
}
.renew-membership-info-item-wrapper {
    margin-bottom: 50px;
}
.submit-due-by-mail-info {
    text-align: center;
}
.submit-due-by-mail-info .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 0;
    position: relative;
}
.submit-due-by-mail-info .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 0;
    position: relative;
    margin: 5px 0px;
}
/*Member Overview CSS End*/

/*Constitution CSS Start*/
.constitution-section {
    padding-bottom: 60px;
}
.constitution-section .main-image img {
    width: 100%;
}
.constitution-section .main-image {
    margin-bottom: 30px;
}
.constitution-section .view-download-btn {
    display: flex;
    justify-content: center;
}
.constitution-section .view-download-btn a {
    background: #ff756a;
    color: #ffffff;
    padding: 10px 30px;
    display: inline-flex;
    align-items: center;
}
.constitution-content-main {
    border: 1px solid #cccccc;
    padding: 45px;
}
/* Membership Application css start*/
.mem-application-form-wrapper {
    margin: 20px 20px;
}
.membership-application-section .main-heading {
    margin: 40px 0px 60px;
    text-align: center;
}
.membership-application-section .main-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 0;
}
.mem-application-form-inner .input-group {
    margin-bottom: 15px;
}
.mem-application-form-inner .input-inner {
    display: flex;
    align-items: center;
    margin-right: 25px;
}
.mem-application-form-inner .input-inner input {
    width: 20px !important;
    height: 20px !important;
}
.mem-application-form-inner .input-group input,
.mem-application-form-inner .input-group textarea,
.mem-application-form-inner select {
    background: transparent;
    height: 30px;
    width: 100%;
    padding: 0px 10px;
    border-radius: 0;
    border: 1px solid #000000;
    font-size: 14px;
}
.mem-application-form-inner input[type="number"]::-webkit-outer-spin-button,
.mem-application-form-inner input[type="number"]::-webkit-inner-spin-button,
.mem-application-form-inner input[type="number"] {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}
.mem-application-form-inner .input-group label.main {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}
.mem-application-form-inner .input-inner label {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
}
.mem-application-form-inner .input-group textarea {
    height: auto;
    padding-top: 10px;
}
.mem-application-form-inner form {
    /*width: 100%;*/
    display: flex;
    flex-wrap: wrap;
}
.mem-application-form-inner .button-wrapper {
    margin-top: 15px;
}
.mem-application-form-inner .g-recaptcha {
    width: 100%;
}

.mem-application-form-inner .button-wrapper button {
    padding: 7px 20px;
    border-radius: 2px;
    border: 0;
    background: #00a761;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    width: 100%;
}

.mem-application-form-inner .button-wrapper button:hover {
    background: #2c3e50;
}
.application-download-btn a {
    background: #2c3e50;
    color: #fff;
    padding: 14px 28px;
    font-size: 17px;
    text-transform: capitalize;
    margin: 0 auto 10px;
}
.application-download-btn a:hover {
    background: #f1a230;
}
/* Membership Application css end*/

/*Common Content Css End*/

.publication-item .committee-member-item-inner .image {
    background: none;
    padding-top: 15px;
}


.single-item:hover .box_btn,
.publication-item .box_btn:hover {
    background: #ff881e;
    color: #fff;
}

.image-title {
    text-align: center;
    margin-top: 10px;
    display: block;
}

.image-title a {
    border-bottom: 1px solid #848181;
    color: #000;
    padding-bottom: 6px;
    line-height: 38px;
}

.application-title .main-title {
    background: #f1a230;
    color: #fff;
    padding: 5px 0;
    font-size: 23px;
}
.term-service {
    margin-bottom: 45px;
}

.term-service h3 {
    font-weight: 700;
    margin-bottom: 20px;
}

.make-payment-content-wrapper table {
    width: 100%;
}

/*donate css*/
.make-payment-content-wrapper table td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
    font-size: 14px;
    color: #000000;
}
.make-payment-content-wrapper input {
    font-size: 15px;
    color: #000000;
    padding-left: 5px;
    border: 1px solid #000000;
    border-radius: 2px;
}
.make-payment-content-wrapper input[type="submit"] {
    padding: 3px 25px;
    background: #2c3e50;
    border: 1px solid #272727;
    border-radius: 3px;
    color: #ffffff;
}

.make-payment-content-wrapper input[type="submit"]:hover {
    background: #f79206;
    border: 1px solid #f79206;
}

/*Member detailes*/



.social-icon a {
    color: #fff;
    padding: 12px;
    width: 40px;
    text-align: center;
    margin-left: 13px;
    height: 38px;
    border-radius: 5px;
}
.social-icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: -13px;
}
.social-icon a.facebook {
    background: #3c5a9a;
}

.social-icon a.twitter {
    background: #41d1da;
}
.social-icon a.linkedin {
    background: #0173b2;
}

.social-icon a.message {
    background: #ff881e;
}
.social-icon a.facebook:hover {
    background: #123b95;
}
.social-icon a.twitter:hover {
    background: #0cabb5;
}
.fab.fa-linkedin-in.linkedin:hover {
    background: #31a0dd;
}
.fas.fa-envelope-square.message:hover {
    background: #d56400;
}

.benifit_content ul li {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.benifit_content ul {
    list-style: disc;
}

/*Footer*/
.footer-main {
    background: rgba(44, 62, 80, 1);
    padding-top: 50px;
}
.footer-main .footer-top-box {
    padding-bottom: 10px;
}
.footer-logo-box {
    margin-bottom: 14px;
}
.footer-logo-box .link {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.footer-logo-box .link img {
    width: 180px;
    max-width: 100%;
}
.footer-logo-box .company {
    color: #ffffff;
}
.footer-logo-box .company .title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}
.footer-logo-box .company .subtitle {
    font-size: 10px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 0px;
}
.footer-logo-box .short-descriptiopn * {
    color: #dddddd;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    word-spacing: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 0;
    line-height: 1.4;
}
.subscribe-user-image {
    border: 1px solid #d6d5d5;
    padding: 5px;
}
.footer-logo-box .article-read-more {
    font-size: 15px;
    color: #ff881e;
    font-weight: 400;
    margin-top: 5px;
    display: inline-block;
}
.footer-nav-item-inner {
    margin-bottom: 15px;
    border-bottom: 1px solid #243240;
    padding-bottom: 8px;
}
.footer-nav-item-inner .footer-nav-item .link,
.footer-nav-item-inner .footer-nav-item {
    font-size: 14px;
    font-weight: 500;
    color: #ff881e;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2px;
}

.footer-nav-item-inner .footer-nav-item .link:hover {
    color: #fff;
}
.footer-nav-item-inner .footer-nav-item .follow-link {
    display: inline-block;
}

.footer-nav-item-inner .footer-nav-item .follow-link img {
    width: 110px;
    background: transparent;
    border-radius: 5px;
}

.footer-nav-item.social-follow {
    margin-top: 12px;
    border: 0 !important;
}
.footer-nav-item-inner .footer-nav-item .link {
    margin-bottom: 3px;
    display: block;
    transition: all 0.3s ease;
    width: auto;
    margin-right: 2%;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.link span {
    color: #fff;
}
a.link span:hover {
    color: #f79206;
}

.footer-nav-item-inner.email .footer-nav-item .link,
.footer-nav-item-inner.website .footer-nav-item .link {
    width: 89%;
}
.footer-nav-item-inner .footer-nav-item .title {
    font-size: 14px;
    font-weight: 500;
    color: #dddddd;
    line-height: 24px;
    margin-bottom: 0;
    float: right;
}
.footer-nav-item-inner .footer-nav-item .owner {
    color: #dddddd;
}
.footer-nav-item-inner .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    margin-right: 3px;
    float: left;
}
.footer-nav-item-inner.quick-links .link {
    padding: 8px 0px;
    color: #ffffff;
    width: 100%;
}
.footer-nav-item-inner.quick-links .link:before {
    content: "\f0a9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ff881e;
    margin-right: 10px;
    margin-left: 2px;
    font-size: 14px;
}
.footer-nav-item-inner.quick-links li {
    border-bottom: 1px solid #243240;
    margin-bottom: 0;
}
.footer-nav-item-inner.quick-links .link:hover {
    color: #f79206;
    text-decoration: none;
}
.footer-nav-item-wrapper .main-heading .main-title {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
}
.footer-nav-item-wrapper .main-heading {
    margin-bottom: 20px;
    margin-top: 0;
}
.footer-nav-item-wrapper .heading {
    margin-bottom: 10px;
}
.footer-nav-item-wrapper .heading .title {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    color: #dddddd;
}
.footer-nav-item-inner .footer-nav-item:last-child {
    margin-bottom: 0;
}
.footer-nav-item-inner .footer-nav-item.social {
    align-items: center;
    margin-top: 10px;
}
.footer-nav-item-inner .footer-nav-item.social .link {
    height: 20px;
    width: 20px;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #4c6ef5;
    border-radius: 100%;
    margin-right: 5px;
}
.footer-nav-item-inner .footer-nav-item.social .link:last-child {
    margin-right: 0;
}
.footer-nav-item-inner .footer-nav-item.social .link:hover {
    text-decoration: none;
}
.footer-nav-item.address {
    align-items: flex-start;
}

.footer-nav-item .address-location * {
    display: block;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.4;
    color: #fff;
}

.footer-main .copyright {
    background: #000000;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    padding: 15px 0px 12px;
}
.footer-main .copyright .link {
    color: #dddddd;
    text-decoration: none;
}
.footer-social-links-wrapper {
    display: flex;
    justify-content: flex-end;
}
.footer-main .copyright .link.company-logo {
    display: inline-block;
    align-items: center;
    width: 100px;
    margin-left: 3px;
}

.footer-main .copyright .link.company-logo img {
    width: 100px;
}

.footer-social-link-item .link {
    padding: 6px;
    font-size: 16px;
}
.copyright-left-box {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #dddddd;
    /* display: flex; */
    align-items: center;
    text-align: center;
}
/*Footer CSS End*/
.assiociation-activity-items ul {
    counter-reset: item;
}
.assiociation-activity-items ul li {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 40px;
    margin-bottom: 15px;
}

.assiociation-activity-items ul li:before {
    counter-increment: item;
    content: counter(item);
    background: #252627;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 100%;
    color: #ffffff;
    border: 3px solid rgba(255, 255, 255, 0.56);
}

.navbar-contact-box .contact-item {
    margin-right: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.navbar-contact-box .contact-item .icon {
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid;
    border-color: #dddddd;
    text-align: center;
    margin-right: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-contact-box .contact-item .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.navbar-contact-box .contact-item .content .address {
    color: #053357;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: "Lato", Arial, sans-serif !important;
}
.navbar-contact-box .contact-item .content .mobile {
    color: #053357;
    font-size: 16px;
    font-weight: 500;
}

.navbar-contact-box .contact-item .content .mail {
    color: rgb(58, 53, 53);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: -2px;
}

.navbar-contact-box {
    display: flex;
}

.navbar-contact-box .contact-item .icon i {
    font-size: 20px;
    line-height: 40px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 14px;
}

.header-inner-wrapper {
    position: relative;
    /* padding-bottom: 9.7%; */
}

.navbar-contact-box .contact-item .content .mobile {
    color: #075592;
    font-size: 16px;
    font-weight: 500;
}

.content a:hover, .hover-color:hover {
    color: #f79206 !important;
}

.navbar-contact-box .contact-item .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.location{
    color: #053357;;
}
.location p {
    margin: 0;
    text-align: left;
    font-size: 16px;
}
.logo_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.upcoming-event-section.notice {
    height: 100%;
    border-bottom: 1px solid #04c37f;
    position: relative;
}

a.see-more-btn-notice {position: absolute;right: 10px;bottom: 8px;}

.see-more-btn-notice {
    background: #04c37f;
    cursor: pointer;
    padding: 8px 17px;
}
.see-more-btn-notice:hover{
    background: #ffac2d;
    color: #000000 !important;
}


.upcoming-event-item.notice-item{
    border: none;
}

.regard-box strong {
    display: block;
}

.regard-box .name {
    font-size: 19px;
}

.description .regard-box strong {
    display: inline !important;
}

a.follow-link.donate-btn {
    color: #fff;
    background: #df690f;
    padding: 7px 15px;
    border-radius: 21px;
}

a.follow-link.donate-btn:hover {
    background: #ff8e35;
}


.pgh-readmore {
    display: inline-block !important;
}




/*Responsive*/
@media (min-width: 1367px) and (max-width: 1920px) {
    .photo-video-gallery-inner .slick-slider img {
        height: 435px;
    }
    .photo-video-gallery-inner iframe {
        height: 430px;
    }
}

@media (min-width: 1171px) {
    .video-gallery-grid-section .video-item iframe {
        height: 385px;
        width: 100%;
    }
}

@media (min-width: 1201px) {
    .container {
        max-width: 1270px;
    }
}
@media (min-width: 1600px) {
    /*.container {
        max-width: 1450px !important;
    }*/
    .video-gallery-grid-section .video-item iframe {
        height: 393px;
        width: 100%;
    }
}
@media (min-width: 1800px) {
    /*.container {
        max-width: 1600px !important;
    }*/
    .video-gallery-grid-section .video-item iframe {
        height: 430px;
        width: 100%;
    }
}
@media (min-width: 2000px) {
    /*.container {
        max-width: 1800px !important;
    }*/
    .video-gallery-grid-section .video-item iframe {
        height: 490px;
        width: 100%;
    }
}

@media (max-width: 1599px) {
    .video-gallery-grid-section .video-item iframe {
        height: 312px;
    }
}

@media (max-width: 1200px) {
    /* .navbar-main {
        max-height: 80px;
    } */
    .nav-item-submenu .nav-item-submenu-item-link {
        font-size: 12px;
    }
    .nav-item-inner-wrapper .nav-item-link {
        font-size: 12px;
    }
    .footer-nav-item-inner .footer-nav-item .title {
        padding-right: 6%;
    }
    .short-news-items-wrapper .latest-update-news-item {
        padding: 10px 0px;
    }
    .short-news-items-wrapper .image {
        height: 50px;
        width: 70px;
    }
    .short-news-items-wrapper .content .title {
        font-size: 14px;
    }

    /*.latest-update-news-item .content {
        width: 55%;
    }*/
    /*.short-news-items-wrapper .latest-update-news-item .content{*/
    /*  width: */
    /*}*/
    .main-title {
        font-size: 20px;
    }
    .progress-items .main-title {
        margin: 10px 0px;
    }
    .my_progressbar {
        margin-bottom: 10px;
    }
    .home-main-news-slider-inner .slider-item .image {
        height: 250px;
    }
    .home-news-section {
        padding-bottom: 20px;
    }
}

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

@media (max-width: 1199px) {
    .committee-member-item-inner .image {
        height: 150px;
    }
}

@media (min-width: 1025px) {
    .fixed-header .top-header {
        display: none !important;
    }
}

@media (min-width: 1025px) {
    .fixed-header .top-header {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    
    .navbar-contact-box .contact-item {
        margin-right: 20px;
    }
    .navbar-contact-box {
        padding-right: 3%;
    }
    .padding-top-190 {
        padding-top: 0 !important;
    }
    .navbar-main .logo-section .brand-logo {
        min-height: unset;
        min-width: unset;
        width: auto;
        align-items: flex-start;
    }
    .brand-logo img.laptop {
        display: none;
    }
    .brand-logo img.mobile-tab {
        display: inline-block;
         width: 435px; 
        /*width: 100%;*/
        height: auto;
    }

    .header-inner-wrapper {
        /* padding-bottom: 60px; */
        display: flex;
    }
    .navbar-menu-toggle-btn {
        display: inline-flex;
    }
    .nav-item-inner-wrapper .nav-item-link {
        font-size: 14px;
        padding: 5px !important;
    }
    .nav-item-mega-menu .nav-item-mega-menu-item-link {
        display: flex;
        color: #000000;
        padding: 5px;
        transition: padding 0.3s;
        border-bottom: 0;
        font-size: 13px;
    }
    .nav-item-inner-wrapper .nav-item-main:hover .nav-item-mega-menu {
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset;
    }
    .nav-items-wrapper {
        position: fixed;
        z-index: 111;
        height: 100%;
        width: 40%;
        right: -100%;
        top: 0%;
        display: block !important;
        transition: 0.3s ease;
        padding: 0;
    }
    .menu-visible .nav-items-wrapper {
        right: 0%;
        box-shadow: 0px 0px 24px #0000007a;
    }
    .nav-item-link.my-cart {
        position: fixed;
        top: 14px;
        right: 80px;
    }
    .nav-item-inner-wrapper {
        flex-direction: column;
        height: 100vh;
        width: 100%;
        overflow: auto;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 30%;
        padding-left: 10%;
        background: #000000eb;
    }
    /*Scrollbar*/
    .nav-item-inner-wrapper::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: transparent;
    }
    .nav-item-inner-wrapper::-webkit-scrollbar {
        width: 5px;
        background-color: transparent;
    }
    .nav-item-inner-wrapper::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #00ab4b;
    }

    .nav-item-inner-wrapper .nav-item-main {
        margin: 4px 2px !important;
        height: auto;
        display: block;
    }
    .nav-item-inner-wrapper .nav-item-main:hover {
        background: transparent;
    }
    .nav-item-inner-wrapper .nav-item-main:hover a {
        background: transparent !important;
        color: #ff881e !important;
    }
    .nav-menu-hide-button {
        position: relative;
        background: transparent;
        border: 0;
        font-size: 30px;
        color: #ffffff;
        float: right;
        margin-right: 30px;
        top: 20px;
        display: flex;
    }
    .nav-menu-hide-button:before {
        content: "\E909";
        font-family: icomoon;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        z-index: 999;
        top: 0;
        left: 0;
        color: #000000;
        font-size: 30px;
        display: none;
    }
    .navbar-main .top-header {
        display: flex !important;
        padding: 0% 3%;
        height: 80px;
        background: #ffffff;
        border: 0;
        box-shadow: 0px 10px 10px #00000014;
        justify-content: space-between;
    }
    .navbar-main .logo-section {
        justify-content: space-between;
    }
    .navbar-contact-box {
        display: flex;
        /* padding-right: 8%; */
    }
    .nav-item-inner-wrapper .item-has-mega-menu .nav-item-mega-menu {
        margin: 0;
        list-style: none;
        padding: 0px 0 0 10px;
        position: unset;
        top: unset;
        width: 100%;
        min-width: 200px;
        background-color: transparent;
        visibility: visible;
        opacity: 1;
        transition: all 0.3s ease;
        transform: unset;
        border: 0;
    }

    .nav-item-mega-menu-item-link {
        color: #ffffff !important;
    }
    .nav-item-mega-menu .nav-item-mega-menu-item {
        width: 100%;
        margin: 0;
    }

    .nav-item-mega-menu .nav-item-mega-menu-item a,
    .nav-item-mega-menu .nav-item-mega-menu-item .title {
        color: #ffffff;
    }

    .nav-item-mega-menu .nav-item-mega-menu-item .title {
        padding-bottom: 5px;
        font-size: 13px;
        margin-bottom: 0;
        position: relative;
        display: inline-block;
        cursor: pointer;
        font-weight: 400;
        user-select: none;
    }
    .nav-item-mega-menu .nav-item-mega-menu-item .title:after {
        display: none;
    }
    .nav-item-mega-menu .nav-item-mega-menu-item .title:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f078";
        color: #ffffff;
        position: absolute;
        font-size: 8px;
        top: 3%;
        right: -5px;
        transform: translateY(-50%);
        height: 0;
        width: 0;
        background: none;
    }
    .mega-menu-has-submenu-item:last-child .link {
        padding-bottom: 13px;
    }

    .mega-menu-has-submenu {
        padding-left: 10px;
    }
    .nav-item-mega-menu.other-service .mega-menu-has-submenu {
        display: none;
    }

    .nav-item-mega-menu.other-service .nav-item-mega-menu-item {
        display: block;
        width: 100%;
    }

    .nav-item-mega-menu.other-service .nav-item-mega-menu-item h1 {
        margin: 0;
        font-size: 13px;
        font-weight: 300;
        line-height: 13px;
        padding: 5px 20px;
        text-transform: capitalize;
        border: none;
        color: #ffffff;
        background: transparent;
        transition: padding 0.4s ease 0s;
        display: inline-flex;
    }

    .mega-menu-has-submenu-item .link {
        color: #ffffff;
    }
    .nav-item-inner-wrapper .nav-item-link.my-cart {
        display: none;
    }
    .navbar-main .my-cart .cart-items-wrapper {
        top: 45px;
    }
    .navbar-main .top-header .login-signup-btn-wrapper {
        margin-right: 56px;
    }
    .navbar-main .top-header .my-cart {
        display: inline-flex !important;
        font-size: 14px;
        min-width: 80px;
        height: 30px;
        margin-left: 10px;
    }
    .navbar-main .top-header .contact-signup .call-us,
    .navbar-main .top-header .contact-signup .request-quote {
        display: none;
    }
    .navbar-main .top-header .contact-signup {
        margin-right: 12%;
    }
    .home-main-intro-inner {
        padding-top: 50px;
    }
    .home-main-intro-inner h1 {
        font-size: 30px;
    }
    .home-main-intro-inner span {
        margin: 5px 0px;
    }

    .home-main-intro-inner .banner-top-title {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .footer-nav-item .address-location * {
        display: inline;
        word-break: break-word;
    }

}

@media (max-width: 1023px) {
    .image-gallery-grid-section .image-grid-inner {
        margin-top: 40px;
    }
}

@media (max-width: 991px) {
    
    .navbar-main .top-header .login-signup-btn-wrapper {
        margin-right: 65px;
    }

    .navbar-main .top-header .login-signup-btn-wrapper a:first-child {
        margin-right: 12px;
    }
    .nav-item-link.my-cart {
        right: 75px;
    }
    .navbar-main .top-header .my-cart,
    .nav-items-wrapper .nav-item-link.my-cart .main-btn {
        font-size: 14px;
        min-width: 85px;
        height: 30px;
    }
    .navbar-main .my-cart .cart-items-wrapper .heading {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .navbar-main .my-cart .cart-items-wrapper .input-group {
        margin-bottom: 5px;
    }
    .navbar-main .my-cart .cart-items-wrapper .cart-to-checkout-btn button {
        font-size: 14px;
    }
    .navbar-main .my-cart .cart-items-wrapper .cart-to-checkout-btn {
        margin-top: 15px;
    }
    .navbar-main .my-cart .cart-items-wrapper .input-group h2 b {
        font-weight: 500;
    }
    .navbar-contact-box {
        display: none;
    }
    .header-content .title,
    .header-content h2 {
        font-size: 20px;
    }
    .header-content .title,
    .header-content h2 {
        font-size: 20px;
    }
    .committee-member-item-outer {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .committee-member-item-inner .image {
        height: 200px;
    }
    .committee-member-item-inner .content .name {
        font-size: 16px;
    }
    .committee-member-item-inner .content .designation,
    .committee-member-item-inner .content .organization {
        font-size: 12px;
    }

    .at-a-glance-left-box-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 50px;
    }

    .upcoming-event-section-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .latest-update-news-item-outer {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .category-blog .latest-update-news-item-outer {
        flex: 0 0 10%;
        max-width: 100%;
    }
    .our-mission-content-box-inner p {
        -webkit-line-clamp: 5;
    }
    .all-important-link-outer {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 50px;
    }

    .all-important-link-outer:last-child {
        margin-bottom: 0;
    }
    .common-blog-box-outer {
        margin-bottom: 30px;
    }
    .common-blog-box-outer:last-of-type {
        margin-bottom: 0;
    }
    .home-main-intro-inner .description {
        width: 100%;
    }
    .home-main-intro-content {
        padding-left: 0;
    }
    .footer-nav-item-inner.email .footer-nav-item .link,
    .footer-nav-item-inner.website .footer-nav-item .link {
        width: 80%;
    }

    .video-gallery-grid-section .video-item iframe {
        height: 185px;
    }
}
@media (max-width: 992px) {
    .navbar-contact-box {
        /* padding-left: 15%; */
        justify-content: flex-start;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .nav-items-wrapper {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .padding-top-190 {
        padding-top: 80px !important;
    }
    .ex-padding {
        padding: 0.25rem !important;
    }
    
    
    .ihc-level-item-price {
        border-left: 15px solid #00a761;
        border-right: 15px solid #00a761;
    }

    .navbar-main .top-header .my-cart,
    .nav-items-wrapper .nav-item-link.my-cart .main-btn {
        font-size: 13px;
        min-width: 80px;
        height: 30px;
    }
    .nav-item-link.my-cart {
        right: 66px;
    }
    .header-content .title,
    .header-content h2 {
        font-size: 16px;
    }
    .donate-organization-middle-box {
        margin: 50px 0px;
    }
    .photo .photo-video-gallery-inner {
        margin-bottom: 50px;
    }
    .committee-member-item-outer {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .latest-update-news-item-outer {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .our-mission-content-box-outer {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 100px;
    }
    .our-mission-content-box-outer:last-child {
        margin-bottom: 0;
    }
    .a-banner-slider-wrapper:first-child {
        margin-bottom: 30px;
    }

    .committee-member-item-inner .image {
        height: 250px;
    }
    .contact-us-form-wrapper {
        padding: 0;
        margin-top: 40px;
    }

    .footer-social-links-wrapper {
        justify-content: flex-start;
        margin-top: 10px;
    }
    .footer-nav-item-wrapper {
        margin-bottom: 30px;
    }

    .footer-nav-item-inner .footer-nav-item .title {
        padding-right: 0;
    }
    .home-news-section .left-box {
        margin-bottom: 20px;
    }

    .home-news-section .middle-box {
        margin-bottom: 30px;
    }
    .donate-organization-setion {
        padding: 80px 0px;
    }
    .home-photo-and-video-gallery-section {
        padding: 50px 0px;
    }
    .latest-update-news-item-wrapper .see-more-btn-wrapper,
    .photo-video-gallery-outer .see-more-btn-wrapper {
        margin-top: 30px;
    }
    .see-more-btn-wrapper .see-more-btn {
        padding: 6px 18px 7px;
    }
    .a-banner-section {
        padding: 50px 0px;
    }
    .all-important-link-section {
        padding: 50px 0px;
    }
    .mission-membership-award-section {
        padding: 50px 0px;
    }
    .popular-newspaper-section .main-content .news-item {
        width: 30%;
    }
    .latest-update-section {
        padding: 50px 0px;
    }
    .main-headline-section .marquees .item a {
        font-size: 14px;
    }
    .home-main-news-slider-inner .slider-item .content .title {
        font-size: 16px;
    }
    .home-main-intro-inner .box-wrapper {
        flex-direction: column-reverse;
    }
    .home-main-intro-content {
        margin: 30px 0px 40px;
    }
    .profile-main-section .top-info {
        width: 100%;
    }

    .navbar-main .top-header {
        background: rgba(32, 43, 56, 0.71);
    }

    .navbar-main .top-header {
        justify-content: flex-start;
    }
    .brand-logo img.mobile-tab {
        width: 288px;
    }
    .single-item {
        margin-bottom: 126px;
    }
    .re-union .campain-image {
        height: auto;
    }
}

@media (max-width: 600px) {
    .nav-item-inner-wrapper .nav-item-link,
    .nav-item-mega-menu .nav-item-mega-menu-item-link {
        font-size: 12px;
    }
    .padding-top-190 {
        padding-top: 0;
    }
    .navbar-main .top-header .login-signup-btn-wrapper .signup-btn {
        display: none;
    }
    .navbar-main .top-header .login-signup-btn-wrapper .login-btn {
        margin-right: 50px;
    }
    .brand-logo img {
        width: 100px;
        height: 25px;
    }

    .navbar-main .logo-section .brand-logo {
        width: auto;
        padding-left: 4px;
    }
    .top-header .login-signup-btn-wrapper a,
    .nav-items-wrapper .nav-item-link.my-cart .main-btn,
    .navbar-main .top-header .my-cart {
        font-size: 12px !important;
        min-width: 70px;
    }
    .nav-items-wrapper .my-cart * {
        font-size: 12px !important;
    }

    .navbar-main .my-cart .cart-items-wrapper .input-group {
        margin-bottom: 5px;
    }

    .navbar-main .my-cart .cart-items-wrapper .heading {
        margin-bottom: 15px;
        font-size: 14px !important;
    }

    .navbar-main .my-cart .cart-items-wrapper .cart-to-checkout-btn {
        margin-top: 10px;
    }
    .common-title {
        font-size: 20px;
        text-align: center;
    }
    .committee-section .page-header {
        margin: 15px 0px 30px;
        text-align: center;
    }
    /*.latest-update-news-item .content {
        width: 60%;
    }*/
    .all-important-link-item-wrapper .all-important-link-item .link {
        font-size: 14px;
    }
    .all-important-link-wrapper .heading .icon {
        font-size: 24px;
    }
    .popular-newspaper-section .heading .title,
    .all-important-link-wrapper .heading .title {
        font-size: 17px;
    }
    .donate-organization-left-box .details {
        margin: 10px 0px;
    }
    .category-blog .custom-badge {
        font-size: 10px;
        margin-bottom: 0;
    }
    .category-blog .latest-update-news-item .image {
        width: 100%;
        height: 180px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .category-blog .latest-update-news-item {
        flex-direction: column;
    }

    .category-blog .latest-update-news-item .content {
        width: 100%;
    }

    .category-blog .latest-update-news-item .content .title {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .all-events-section.category-blog .heading {
        margin-bottom: 30px;
    }
    .category-blog .latest-update-news-item .content .description {
        margin-top: 6px;
    }
    .main-heading {
        margin: 20px 0px 0px;
    }
    .publication-item .committee-member-item-inner .image {
        background: none;
        padding: 15px 0 0 0;
    }

    .video-gallery-grid-section .video-item iframe {
        height: 195px;
    }
}

@media (max-width: 450px) {
    .header-top .left-box-item {
        font-size: 8px;
        margin-right: 12px;
    }
    .header-top .right-box-item-wrapper .item-link {
        padding: 5px;
        font-size: 10px;
    }
    .nav-items-wrapper {
        width: 80%;
    }
    .header-content .title,
    .header-content h2 {
        font-size: 10px;
    }
    .top-header .login-signup-btn-wrapper,
    .navbar-main .top-header .my-cart {
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .navbar-main .my-cart .cart-items-wrapper {
        left: 50%;
        transform: translateX(-50%);
        position: fixed;
        top: 60px;
    }
    .top-header .login-signup-btn-wrapper {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-main .top-header .contact-signup {
        margin-right: 16%;
    }
    .nav-item-link.my-cart {
        right: 55px;
    }

    .navbar-main .top-header .contact-signup {
        margin-right: 13%;
    }

    .navbar-main .top-header .my-cart:before {
        height: 10px;
        width: 12px;
    }
    .header-content .title,
    .header-content h2 {
        font-size: 10px;
    }
    .committee-member-item-inner .image {
        height: 200px;
    }
    .g-recaptcha div {
        width: 100% !important;
    }
    .g-recaptcha textarea {
        border: 0 !important;
    }
    .g-recaptcha {
        border-radius: 5px;
        overflow: hidden;
        border: solid 1px #b8b8b8;
        height: 75px;
    }
    .popular-newspaper-section .main-content .news-item {
        margin-bottom: 13px;
    }
}

@media (max-width: 320px) {
    .nav-item-inner-wrapper {
        padding-top: 70%;
    }
    .committee-member-item-inner .image {
        height: 180px;
    }
    /*.latest-update-news-item .content {
        width: 100%;
    }*/
}
