body {
    font-family: 'Josefin Sans', sans-serif;
    color: #302E2F;
}

html,
body {
    font-size: 16px;
}

h1,
.h1 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1.5px;
    color: #000000;
	}
.cntnt-section h1{ text-transform:uppercase; font-weight:300; font-size: 31px; line-height: 30px;}
.cntnt-section h1 strong{ font-weight:bold;}
h2,
.h2 {
    font-size: 30px;
    letter-spacing: -1.5px;
    font-weight: 600;
}

h3,
.h3 {
    font-size: 17px;
    color: #302e2f;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 10px;
}


/* Header */

.navbar-brand {
    max-width: 226px;
    width: 100%;
}

.navbar-brand img {
    width: 100%;
}

.navbar-brand img.logo-img-hover {
    display: none;
}

.navbar-brand:hover img.logo-img {
    display: none;
}

.navbar-brand:hover img.logo-img-hover {
    display: inline-block;
}

.menu-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.navbar-nav li {
    margin-bottom: 0px;
    margin-right: 60px;
}

.navbar-nav li:last-child {
    margin-right: 0px;
}

.navbar-nav li a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.26px;
    color: #302E2F;
    text-transform: uppercase;
    position: relative;
}

.search-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.searcboc-dv {
    max-width: 404px;
    width: 100%;
    margin-bottom: 28px;
}

.searcboc-dv {
    position: relative;
    max-width: 404px;
    width: 100%;
}

.searcboc-dv [type=search] {
    background: #FFFFFF;
    border: 0.5px solid #000000B3;
    border-radius: 30px;
    width: 100%;
    font-size: 0.6875rem;
    letter-spacing: 1.1px;
    color: #00000059;
    text-transform: uppercase;
    padding: 8px 60px 5px 29px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 24px;
    font-style: italic;
}

.searcboc-dv [type=search] ::-webkit-input-placeholder {
    color: #00000059;
}

.searcboc-dv [type=search] ::-moz-placeholder {
    color: #00000059;
}

.searcboc-dv [type=search] :-ms-input-placeholder {
    color: #00000059;
}

.searcboc-dv [type=search] ::-ms-input-placeholder {
    color: #00000059;
}

.searcboc-dv [type=search] ::placeholder {
    color: #00000059;
}

.searcboc-dv [type=search]:focus {
    outline: none;
}

.searcboc-dv button {
    max-width: 60px;
    height: 24px;
    background: #000000B3;
    border-radius: 30px;
    opacity: 1;
    position: absolute;
    right: 0px;
    border: none;
    text-align: left;
    width: 100%;
    outline: none;
    padding: 4px 18px;
    line-height: 1;
}

.navbar-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-nav .dropdown-menu a {}

.navbar-nav>li>a.active,
.navbar-nav>li>a:hover {}

.navbar-nav li .dropdown-menu a {
    /* border-bottom: 1px solid #fff; */
}

.navbar-nav li .dropdown-menu li.active-submenu a {}

.home-baner .carousel-inner {
    /* background: rgba(0,0,0,0.9); */
}

.navbar-parent {
    box-shadow: 0px 3px 4px #00000029;
    -webkit-box-shadow: 0px 3px 4px #00000029;
    padding-top: 42px;
    background: #fff;
    padding-bottom: 0px;
}

.navbar-nav>li a {
    padding-left: 19.5px;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}

.navbar-nav>li a::before,
.navbar-nav>li a::after {
    width: 12px;
    height: 12px;
    background: #79242F 0% 0%;
    position: absolute;
    left: 0px;
    left: 0px;
    top: 10%;
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    content: '';
    border-radius: 50%;
    -o-transition: height 1s;
    transition: height 1s;
    -webkit-transition: height 1s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    z-index: 2;
}

.navbar-nav>li a::after {
    z-index: 1;
    border-radius: 10px;
    height: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.navbar-nav>li a:hover::before {}

.navbar-nav>li a:hover::after {
    height: 100%;
}

.navbar-nav>li.orng-col a::before,
.navbar-nav>li.orng-col a::after {
    background: #F09F54;
}

.navbar-nav>li.blu-col a::before,
.navbar-nav>li.blu-col a::after {
    background: #185A7D;
}

.navbar-nav>li.yellow-col a::before,
.navbar-nav>li.yellow-col a::after {
    background: #FFD040;
}

.navbar-nav>li.blk-col a::before,
.navbar-nav>li.blk-col a::after {
    background: #000000;
}

.navbar-nav li.icon-li a {
    background: #000000;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding-top: 6px;
    padding-left: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.navbar-nav li.icon-li a::before,
.navbar-nav li.icon-li a::after {
    display: none;
}

.navbar-nav li.icon-li a i {
    font-size: 14px;
    line-height: 1;
}

img {
    max-width: 100%;
    height: auto;
}

a:hover {
    text-decoration: none;
}

p {
    font-size: 17px;
    margin-bottom: 25px;
    letter-spacing:0px;
    color: #302E2F;
    line-height: 18px;
    font-weight: 300;
}

p:last-child {
    margin-bottom: 0px;
}


/* Content Section */

.cntnt-section {
    background: #f2f5f4;
    padding: 60px 0px;
    padding-top: 188px;
}

.carousel-indicators {
    margin-bottom:5px;
}
.navbar-nav li.yellow ul.sub-menu {
    background:#FFD040;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    background: #00000033;
    opacity: 1;
    border-radius: 50%;
    border: none;
}

.carousel-indicators li.active,
.carousel-indicators li:hover {
    background: #000000CC;
}

.carousel-text-inner {
    position: absolute;
    left: 0px;
    width: 100%;
    padding: 0px 13px;
    bottom: 80px;
    top: auto
}

.carousel-text-inner h1 {
    font-size: 61px;
    color: #fff;
    line-height: 1;
}

.carousel-text-inner h2 {
    font-size: 33px;
    color: #fff;
    font-weight: 300;
    font-style: italic;
    line-height: 1;
}

.comman-box {
    width: 100%;
    border-radius: 17px;
    margin-bottom: 10px;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition: all .5s;
    position: relative;
}

.comman-box a.pos-abs {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.orng-box {
    background: #F09F54;
    border: 1px solid #F09F54;
}

.yellow-box {
    background: #FFD040;
    border: 1px solid #FFD040;
}

.blu-box {
    background: #185A7D;
    border: 1px solid #185A7D;
}

.bngn-box {
    background: #79242F;
    border: 1px solid #79242F;
}

.comman-box .box-img-wrap {
    mix-blend-mode: luminosity;
}

.box-img-wrap img {
    width: 100%;
    border-radius: 17px;
}

.box-cntct-btm {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.box-cntct-btm p {
    font-family: 'Crimson Pro', serif;
    letter-spacing: 0px;
}

.box-cntct-btm .box-cntct-btmCnt {
    width: 75%;
}

.box-cntct-btmImg img.hov-img {
    display: none;
}

.yellow-box .box-cntct-btm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.yellow-box .box-cntct-btm .box-cntct-btmCnt {
    width: 100%;
}

.yellow-box .box-cntct-btmImg {
    margin-bottom: 10px;
}

.comman-box:hover {
    background: #fff;
}

.comman-box:hover .box-img-wrap {
    mix-blend-mode: normal;
}

.comman-box:hover .box-cntct-btmImg img.hov-img {
    display: block;
}

.comman-box:hover .box-cntct-btmImg img.no-hov {
    display: none;
}

.box-cntct-btm .box-cntct-btmCnt h3 {
    margin-bottom: 5px;
    font-style: italic;
}

.box-cntct-btm .box-cntct-btmCnt p small {
    line-height: 17px;
}

.comman-box-text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.comman-box-text {
    background: #185A7D;
    border: 1px solid #185A7D;
    border-radius: 15px;
    padding: 26px 10px;
    width: 76%;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.comman-box-text.bngn-col {
    background: #79242F;
    border: 1px solid #79242F;
}

.comman-box-text h3,
.comman-box-text p {
    color: #fff;
}

.comman-box-text p {
    font-weight: 400;
    font-family: 'Crimson Pro', serif;
    letter-spacing: 0px;
}

.comman-box-text:hover,
.comman-box-text.bngn-col:hover {
    background: #fff;
}

.comman-box-text:hover h3,
.comman-box-text:hover p {
    color: #185A7D;
}

.comman-box-text.bngn-col:hover h3,
.comman-box-text.bngn-col:hover p {
    color: #79242F;
}

.comman-box.blu-box h3,
.comman-box.blu-box p,
.comman-box.bngn-box h3,
.comman-box.bngn-box p {
    color: #fff;
}

.comman-box.blu-box:hover h3,
.comman-box.blu-box:hover p {
    color: #185A7D;
}

.comman-box.bngn-box:hover h3,
.comman-box.bngn-box:hover p {
    color: #79242F;
}

.comman-box-text p small {
    font-weight: 300;
}

.comman-box-text h3 {
    margin-bottom: 5px;
    font-style: italic;
}

.scl-icon {
    width: 49px;
    height: 49px;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.scl-icon.fb-icon {
    background: #185A7D;
    border: 1px solid #185A7D;
}

.scl-icon.msg-icon {
    background: #F09F54;
    border: 1px solid #F09F54;
}

.scl-icon.fb-icon:hover,
.scl-icon.msg-icon:hover {
    background: #fff;
}
.scl-icon.fb-icon:hover { border-color:#79242F}
.scl-icon.msg-icon i {
    color: #fff;
}

.scl-icon.msg-icon:hover i {
    color: #F09F54;
}

.scl-icon.fb-icon:hover .scl-icn-wrp i {
    color:#79242F;
}

.scl-icn-wrp {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

.scl-icn-wrp .scl-icn-wrp {
    background: #fff;
}

.scl-icn-wrp .fb-icon i {
    color: #185A7D;
}

.custom-col-disgn {
    padding-top: 23px;
}

.custom-col-disgn .col-sm-4,
.custom-col-disgn .col-sm-3,
.custom-col-disgn .col-sm-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.custom-col-disgn .col-sm-4:first-child {
    padding-right: 5px;
    padding-left: 15px;
}

.cntnt-box-wrapinr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: auto;
    margin-bottom: 10px;
}

.cntnt-box-wrapinr .comman-box {
    max-width: 285px;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
}


/* Content Section */


/* Footer Section */

footer {
    padding: 50px 0px;
}

.footer-col .icn-wrap {
    margin-bottom: 18px;
}

.footer-col h3 {
    margin-bottom: 10px;
    font-style: italic;
}

.footer-col p, .footer-col span a,  .footer-col span{
    font-family: 'Crimson Pro',serif;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 15px;
    color: #302E2F;
}

.footer-col b {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 700;
}

.footer-col b,
.footer-col span {}

.footer-collst {
    padding-top: 93px;
}

.footer-col span {
    line-height: 1.2;
}

.footer-col p small {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 1.2;
}

.footer-col p small:last-child {
    margin-bottom: 0px;
}

.footer-collst p {
    font-family: 'Josefin Sans', sans-serif;
}

.tl-me-more {
    display: none;
}

.navbar-nav li ul.sub-menu {
    /* opacity: 0; */
    text-align: center;
    position: absolute;
    top: auto;
    background: #79242F;
    width: 100%;
    left: 0px;
    padding: 20px 0px;
}

.navbar-nav li.blue ul.sub-menu {
    background: #185A7D;
}

.navbar-nav li ul.sub-menu li {
    list-style: none;
    display: inline-block;
}

.navbar-nav li ul.sub-menu li a {
    color: #fff;
    padding-left: 0px;
    padding-bottom: 0px;
    z-index: 1;
}

.navbar-nav li ul.sub-menu li a::after,
.navbar-nav li ul.sub-menu li a::before {
    display: none;
}

.search-wrapmob,
.mob-menu-but {
    display: none;
}


/*=========Fullwidth-no-title=========*/

.btn-black {
    background-color: #000000;
    color: #ffffff;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 7px 4px 7px;
    border: 1px solid #000000;
    min-width: 160px;
}

.btn-black:hover {
    background-color: #ffffff;
    color: #000000;
}

.grey-bg {
    background-color: #f2f5f4;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.grey-txt,
.black-txt {
    display: block;
    position: relative;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 1;
    padding-bottom: 2px;
    margin-bottom: 20px;
}

.grey-txt::after,
.black-txt::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    max-width: 400px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
}

.black-txt {
    color: #000000;
}

.black-txt::after {
    background-color: rgba(0, 0, 0, 1);
}

.rt-post-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.rt-post-item img {
    width: 100%;
    border-radius: 15px;
}

.wrap {
    padding-top: 75px;
}

.rt-post-item {
    position: relative;
    width: 100%;
    min-height: 150px;
    background: url('../images/photo-of-people-doing-handshakes-3183172.png') no-repeat center center;
    background-size: cover;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}

.rt-post-item a {
    position: absolute;
    background: #00000080;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.rt-post-item h3 {
    font-weight: 400;
    color: #ffffff;
    font-style: italic;
	padding: 0px 15px;
	font-size: 14px;
}

.rt-post-item .btn-black {
    padding: 3px 3px 0 3px;
}

.rt-post-item:hover a {
    opacity: 1;
}

.page-top {
    position: relative;
    width: 100%;
    min-height: 399px;
    padding: 30px 0;
    background: url('../images/ladies-talking.png') no-repeat fixed center center;
    background-size: cover;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-top::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.page-top .container {
    position: relative;
    z-index: 2;
}

.page-top .row {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.page-top h1,
.page-top h2 {
    line-height: 1;
}

.page-top h1 {
    margin-bottom: 15px;
}

.page-top h2 {
    margin-bottom: 30px;
}

.page-top h1,
.page-top h2,
.page-top p {
    color: #ffffff;
}

.page-top .btn-black {
    margin-bottom: 8px;
}

.page-top p {
    font-family: 'Crimson Pro', serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 15px;
    line-height: 1.2;
}

.page-title-col {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 40%;
    min-height: 470px;
    position: absolute;
    top: -30px;
    left: 15px;
    background-color: #F09F54;
    padding: 15px 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #ffffff;
    -webkit-box-shadow: 0px 2px 2px #00000029;
    box-shadow: 0px 2px 2px #00000029;
}

.page-title-col .icon {
    margin-bottom: 10px;
}

.page-title-col h1 {
    text-transform: uppercase;
}

.page-title-col p {
    font-size: 15px;
    margin-bottom: 20px;
    letter-spacing:0px;
}

#top2 {
    background: url('../images/brown-cardboard.png') no-repeat fixed center center;
    background-size: cover;
}

.main-content h2 {
    line-height: 1;
}

.main-content p, .member-modal p {
    font-family: 'Crimson Pro', serif;
    line-height:1.3;
	font-size:15px;
	letter-spacing:0px;
	color:#302E2F;
	font-weight:400;
}

.side-widget {
    margin-bottom: 50px;
}

.subscribe-form {
    position: relative;
}

.subscribe-form input {
    width: 100%;
    background: #fff;
    border: 0.5px solid #000000B3;
    border-radius: 30px;
    font-size: 0.6875rem;
    letter-spacing: 1.1px;
    color: #00000059;
    padding: 3px 95px 3px 15px;
    height: 28px;
    outline: 0;
    text-transform: uppercase;
}

.subscribe-form input::-webkit-input-placeholder {
    text-transform: uppercase;
}

.subscribe-form input::-moz-placeholder {
    text-transform: uppercase;
}

.subscribe-form input:-ms-input-placeholder {
    text-transform: uppercase;
}

.subscribe-form input::-ms-input-placeholder {
    text-transform: uppercase;
}

.subscribe-form input::placeholder {
    text-transform: uppercase;
}

.subscribe-form button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    border-radius: 30px;
    border: none;
    background-color: #000000;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 20px;
    height: 27px;
    line-height: 29px;
}


/*========Poverty-reduction===========*/

#top3 {
    background: url('../images/child-poverty.png') no-repeat fixed center center;
    background-size: cover;
}

#top3 .page-title-col {
    background-color: #185A7D;
}

.pdf-item {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 30px;
}

.pdf-item .item-thumb {
    position: relative;
    margin-bottom: 20px;
}

.pdf-item .item-thumb img {
    width: 100%;
}

.pdf-item .item-cpt,
.pdf-item .item-cpt-v2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.pdf-item .btn-black {
    display: inline-block;
    padding: 3px 3px 0 3px;
    margin: 15px 0;
}

.pdf-item .item-cpt-v2 {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.pdf-item .item-thumb:hover .item-cpt,
.pdf-item .item-thumb:hover .item-cpt-v2 {
    opacity: 1;
}

.pdf-item .item-cpt-v2 p {
    font-size: 15px;
}

.pdf-item h4 {
    font-weight: 400;
    font-size: 17px;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 5px;
}

.pdf-item .meta {
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
}

.pdf-item .meta span:first-child::after {
    content: '|';
    display: inline-block;
    margin: 0 8px;
    position: relative;
    top: -1px;
}


/*========About==========*/

.about-icon-box {
    margin-bottom: 30px;
}

.about-icon-box img {
    display: inline-block;
    margin-bottom: 20px;
    max-width: 100%;
}

.about-icon-box h3 {
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 5px;
}

.team-member-item {
    display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    background-color: #ffffff;
    padding: 7px;
    border-radius: 15px;
    margin-bottom: 30px;
    -webkit-transition: margin 300ms ease, -webkit-box-shadow 300ms ease;
    transition: margin 300ms ease, -webkit-box-shadow 300ms ease;
    -o-transition: margin 300ms ease, box-shadow 300ms ease;
    transition: margin 300ms ease, box-shadow 300ms ease;
    transition: margin 300ms ease, box-shadow 300ms ease, -webkit-box-shadow 300ms ease;
}

.team-member-item:hover {
    -webkit-box-shadow: 0px 5px 6px #00000029;
    box-shadow: 0px 5px 6px #00000029;
}

.team-member-item .member-photo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    width: 40%;
}

.team-member-item .member-photo img {
    width: 100%;
    border-radius: 15px;
}

.team-member-item .member-info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
        flex: 1 1 60%;
        width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 25px 10px 10px 10px;
}

.team-member-item h3 {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-style: italic;
}

.team-member-item span {
    display: block;
    position: relative;
    line-height: 1;
    color: rgba(0, 0, 0, .5);
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.team-member-item span::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 1px;
    background-color: #000000;
    z-index: 1;
}

.team-member-item ul,
.member-modal ul {
    margin: auto 0 0 0;
    padding: 0;
    list-style: none;
}

.team-member-item ul li a,
.member-modal ul li a {
    display: inline-block;
    line-height: 1;
    color: #302E2F;
    font-family: 'Crimson Pro', serif;
    font-size: 15px;	
}

.team-member-item ul li a:hover,
.member-modal ul li a:hover {
    color: rgba(0, 0, 0, .8);
}

.team-member-item ul li .fa,
.member-modal ul li .fa {
    margin-right: 8px;
}

.member-modal .modal-content {
    border-radius: 15px;
}

.member-modal .modal-body {
    border-radius: 15px;
    padding: 0;
    -webkit-box-shadow: 0px 5px 6px #00000029;
    box-shadow: 0px 5px 6px #00000029;
}

.member-modal .modal-inner {
    padding: 60px 20px 20px 20px;
    position: relative;
}

.member-modal .modal-inner #mclose {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.7);
}

.member-modal .modal-inner #mclose:hover {
    background-color: #ffffff;
}

.member-modal h3 {
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 5px;
	letter-spacing: -0.34px;
}

.member-modal h4 {
    display: block;
    position: relative;
    font-size: 14px;
    color:#000;
    font-weight:300;
    font-style: italic;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
	letter-spacing:-0.7px;
}

.member-modal h4::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000000;
    width: 25px;
    height: 1px;
    z-index: 1;
}

.member-modal blockquote {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.1;
    word-break: break-word;
}

.member-modal p {
    font-family: 'Crimson Pro', serif;
    font-size: 15px;
}

.member-modal .member-photo {
    display: none;
}

.member-modal .member-photo img {
    border-radius: 15px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}


/*=========Contact==========*/

.contact-form label {
    display: block;
    line-height: 1;
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}

.contact-form .form-field {
    width: 100%;
    height: 30px;
    padding: 5px 10px 3px 10px;
    border: 1px solid #000000B3;
    text-transform: uppercase;
    border-radius: 100px;
    background-color: #f2f5f4;
    font-size: 12px;
    margin-bottom: 20px;
    font-style: italic;
    outline: 0;
}

.contact-form textarea.form-field {
    height: 80px;
    resize: none;
    border-radius: 15px;
}

.contact-form .form-field:focus {
    border-color: rgba(0, 0, 0, 0.2);
}

.contact-form .btn-black {
    display: block;
    width: 150px;
    margin-left: auto;
}


/*=======Blog=========*/

.blog-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 399px;
    background: url('../images/blog-top.png') no-repeat fixed center center;
    background-size: cover;
    text-align: center;
}

.blog-top::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.blog-top .container {
    position: relative;
}

.blog-top h1 {
    font-size: 31px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-top .tags {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-top .tags li a {
    display: block;
    line-height: 1;
    font-size: 11px;
    font-weight: 400;
    border-radius: 100px;
    padding: 9px 7px 7px 7px;
    min-width: 150px;
    text-transform: uppercase;
    text-align: center;
    background-color: #000000;
    color: #ffffff;
    margin: 0 15px 15px 15px;
    -webkit-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}

.blog-top .tags .current:nth-child(1) a,
.blog-top .tags li:nth-child(1) a:hover {
    background-color: #79242f;
}

.blog-top .tags .current:nth-child(2) a,
.blog-top .tags li:nth-child(2) a:hover {
    background-color: #f09f54;
}

.blog-top .tags .current:nth-child(3) a,
.blog-top .tags li:nth-child(3) a:hover {
    background-color: #185a7d;
}

.blog-top .tags .current:nth-child(4) a,
.blog-top .tags li:nth-child(4) a:hover {
    background-color: #ffd040;
}

.posts-row {
    margin: 0 -5px;
}

.posts-row .col-xl-3,
.posts-row .col-md-4,
.posts-row .col-sm-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.post-item {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.post-item .item-thumb {
    position: relative;
    overflow: hidden;
    margin: -15px -15px 25px -15px;
    background-color: #000000;
    border-radius: 15px;
}

.post-item .item-thumb img {
    width: 100%;
    border-radius: 15px;
    -webkit-transition: -webkit-filter 300ms ease;
    transition: -webkit-filter 300ms ease;
    -o-transition: filter 300ms ease;
    transition: filter 300ms ease;
    transition: filter 300ms ease, -webkit-filter 300ms ease;
}

.post-item .item-thumb:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.post-item .item-thumb div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 300ms ease, opacity 300ms ease;
    -o-transition: visibility 300ms ease, opacity 300ms ease;
    transition: visibility 300ms ease, opacity 300ms ease;
}

.post-item .item-thumb:hover div {
    visibility: visible;
    opacity: 1;
}

.post-item h3 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
}

.post-item h3 a {
    color: rgba(0, 0, 0, .5);
    -webkit-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    transition: color 300ms ease;
}

.post-item h3 a:hover {
    color: rgba(0, 0, 0, 1);
}
.post-item .tag-list {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-item .tag-list li {
    border-radius: 50px;
    font-size: 10px;
    margin: 0 9px 9px 0;
    width: auto;
    height: auto;
    line-height: 18px;
    -webkit-transition: width 300ms ease;
    -o-transition: width 300ms ease;
    transition: width 300ms ease;
    overflow: hidden;
    white-space: nowrap;
    background-color: #000000;
}

.post-item .tag-list li a {
    display: inline-block;
    padding: 0 8px;
    color: #ffffff;
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.post-item .tag-list .tag-color-1,
.tag-color-1 {
    background-color: #79242f;
}

.post-item .tag-list .tag-color-2,
.tag-color-2 {
    background-color: #f09f54;
}

.post-item .tag-list .tag-color-3,
.tag-color-3 {
    background-color: #185a7d;
}

.post-item .tag-list .tag-color-4,
.tag-color-4 {
    background-color: #ffd040;
}

.information-tag .blog-top {
    background: url('../images/information-page-top.png') no-repeat fixed center center;
    background-size: cover;
}

.information-tag .blog-top::before,
.research-tag .blog-top::before {
    background-color: rgba(255, 255, 255, 0.5);
}

.information-tag .blog-top h1 {
    color: #79242F;
}

.information-tag .main-content {
    background-color: #79242F;
}

.coordination-tag .blog-top {
    background: url('../images/coordination-page-top.png') no-repeat fixed center center;
    background-size: cover;
}

.coordination-tag .blog-top h1 {
    color: #F09F54;
}

.coordination-tag .main-content {
    background-color: #F09F54;
}

.research-tag .blog-top {
    background: url('../images/research-page-top.png') no-repeat fixed center center;
    background-size: cover;
}

.research-tag .blog-top h1 {
    color: #185A7D;
}

.research-tag .main-content {
    background-color: #185A7D;
}

.abt-hdc-tag .blog-top {
    background: url('../images/about-page-top.png') no-repeat fixed center center;
    background-size: cover;
}

.abt-hdc-tag .blog-top h1 {
    color: #FFD040;
}

.abt-hdc-tag .main-content {
    background-color: #FFD040;
}

.single-post-style {
    position: relative;
    background: url('../images/single-post-bg.png') no-repeat fixed center center;
    background-size: cover;
}

.single-post-style::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.single-post-style .container {
    position: relative;
    z-index: 2;
}

.single-post-top {
    padding: 40px 0 70px 0;
    text-align: center;
}

.single-post-top h1 {
    font-size: 31px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.single-post-top .meta {
    font-family: 'Josefin Sans', sans-serif;
    color: rgba(255,255,255,255);
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    font-size: 12px;
}

.single-post-top .meta span:first-child::after {
    content: '|';
    display: inline-block;
    margin: 0 15px;
}

.single-inner-wrap {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    background-color: #F2F5F4;
    -webkit-box-shadow: 0px 2px 2px #00000029;
    box-shadow: 0px 2px 2px #00000029;
    border-radius: 15px;
    overflow: hidden;
    z-index: 3;
}

.single-inner-wrap .single-post-content {
    background-color: #ffffff;
    padding: 15px;
}

.single-inner-wrap .related-articles {
    padding: 15px;
}

.single-inner-wrap .related-articles .black-txt {
    font-size: 17px;
    margin-bottom: 25px;
}

.single-inner-wrap .related-articles .rt-post-item {
    background: url('../images/rt-article-1.png') no-repeat center center;
    background-size: cover;
    min-height: 200px;
}


/*==========Search-results-page============*/

.wrap.search-rs-page {
    background: url('../images/search-bg.png') no-repeat fixed center center;
    background-size: cover;
    padding: 200px 0 100px 0;
}

.search-rs-page h1 {
    color: #ffffff;
    font-size: 31px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.search-rs-page h1 span {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.sr-rs-row {
    margin: 0 -5px 100px -5px;
}

.sr-rs-row .col-lg-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.sr-post-item {
    background-color: #ffffff;
    margin-bottom: 15px;
    border-radius: 15px;
    padding: 15px;
}

.sr-post-item h3 {
    font-size: 17px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 5px;
}

.sr-post-item h3 a {
    color: #000000;
}

.sr-post-item h3 a:hover {
    color: rgba(0, 0, 0, .5);
}

.sr-post-item .meta, .sr-post-item .meta a {
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(109, 101, 101, 0.5);
    margin-bottom: 5px;
}

.sr-post-item .meta span::after {
    content: '|';
    display: inline-block;
    margin: 0 8px;
    position: relative;
    top: -1px;
}
.sr-post-item .meta span:last-child::after { display:none;}
.sr-post-item p {
    font-size: 15px;
    margin-bottom: 10px;
}

.sr-post-item .btn-black {
    background-color: rgba(0, 0, 0, 0.7);
}

.sr-post-item .btn-black:hover {
    background-color: #ffffff;
}

.sr-page-bottom h2 {
    font-size: 31px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}

.sr-page-bottom .search-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sr-site-map {
    padding: 60px 0 10px 0;
}

.sr-site-map h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 31px;
    margin-bottom: 30px;
}

.sr-site-map h2 span {
    display: block;
    text-transform: uppercase;
    color: #302E2F;
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
    line-height: 1;
    margin-bottom: 10px;
}

.sr-site-map .col-sm-6>div {
    padding-left: 15px;
    border-left: 1px solid #000000;
    margin-bottom: 30px;
}

.sr-site-map h5,
.sr-site-map h5 a {
    font-style: italic;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #000000;
}

.sr-site-map .custom-col h5 a:hover {
    color: rgba(0, 0, 0, 0.5);
}

.sr-site-map ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sr-site-map ul li a {
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 4px;
}

.sr-site-map ul li a:hover {
    color: rgba(0, 0, 0, .5);
}

.sr-site-map .col-sm-6 .red {
    border-left-color: #79242F;
}

.sr-site-map .col-sm-6 .red h5 {
    color: #79242F;
}

.sr-site-map .col-sm-6 .orange {
    border-left-color: #F09F54;
}

.sr-site-map .col-sm-6 .orange h5 {
    color: #F09F54;
}

.sr-site-map .col-sm-6 .blue {
    border-left-color: #185A7D;
}

.sr-site-map .col-sm-6 .blue h5 {
    color: #185A7D;
}

.sr-site-map .col-sm-6 .yellow {
    border-left-color: #FFD040;
}

.sr-site-map .col-sm-6 .yellow h5 {
    color: #FFD040;
}
.single-post-content .back {margin-top:30px;}
.single-post-content h6{
    font-size: 11px;
    font-weight: 400;
}

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

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

@media (min-width: 1200px) {
    .container {
        max-width: 1324px;
    }
    .sr-site-map .col-xl {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
        flex: 0 1 20%;
        width: 20%;
        max-width: none;
    }
    .member-modal .member-photo {
        display: block;
    }
    .related-articles .row {
        margin-left: -40px;
        margin-right: -40px;
    }
    .related-articles .col-md-4 {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 1199px) {
    .navbar-nav li {
        margin-right: 20px;
    }
    .navbar-nav li:last-child {
        margin-right: 0px;
    }
    .comman-box-text {
        width: 67%;
    }
}

@media (min-width: 993px) {
    .navbar-nav li ul.sub-menu {
        opacity: 0;
        top: 100px;
        -webkit-transition: top 0.9s, opacity 0.9s, -webkit-transform 0.9s;
        transition: top 0.9s, opacity 0.9s, -webkit-transform 0.9s;
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
        left: 0;
        width: 100%;
    }
    .navbar-nav li ul.sub-menu.fadeIn {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        top: 128px;
        /* transition-delay:1s, 0.1s;  */
    }
}

@media (max-width: 992px) {
    .navbar-nav li ul.sub-menu {
        display: none;
        position: relative;
    }
    .search-wrapmob {
        display: block;
    }
    .search-wrapdesk {
        display: none;
    }
    .navbar-brand {
        max-width: 160px;
        width: 100%;
    }
    .navbar-parent {
        padding-top: 1rem;
    }
    .navbar-light .navbar-toggler.collapsed span {
        line-height: 1;
    }
    .navbar-light .navbar-toggler.collapsed span.open-spn {
        display: inline-block;
    }
    .navbar-light .navbar-toggler.collapsed span.close-spn {
        display: none;
    }
    .navbar-light .navbar-toggler span.open-spn {
        display: none;
    }
    .navbar-light .navbar-toggler span.close-spn {
        display: inline-block;
    }
    .navbar-light .navbar-toggler {
        max-width: 106px;
        border-radius: 30px;
        border: 0.5px solid rgba(0, 0, 0, .5);
        width: 100%;
        text-transform: uppercase;
        font-size: 13px;
        background: #000;
        color: #fff;
    }
    .navbar-light .navbar-toggler[aria-expanded="true"] {
        border: 0.5px solid rgba(0, 0, 0, .5);
        color: #000;
        background: #fff;
    }
    /*.navbar-light .navbar-toggler.search-but:hover {
        background: #000;
        color: #fff;
    }*/
    .navbar-nav li {
        text-align: left;
        width: 100%;
        margin-bottom: 10px;
    }
    .navbar-nav>li>a.active,
    .navbar-nav>li>a:hover {
        border: none;
    }
    .custom-col-disgn .col-sm-4,
    .custom-col-disgn .col-sm-3,
    .custom-col-disgn .col-sm-5 {
        padding-left: 5px;
        padding-right: 5px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .custom-col-disgn .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .navbar-light .navbar-toggler:focus {
        outline: none;
    }
    .navbar-nav li.icon-li {
        display: none;
    }
    search-wrap {
        /* order:2; */
    }
    .menu-div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        /* flex-direction: column-reverse; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .search-wrap {
        /* order:2;
        -webkit-order:2; */
    }
    .navbar-nav {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 47px;
        padding-bottom: 39px;
    }
    .searcboc-dv {
        padding-top: 115px;
    }
    .searcboc-dv h1 {
        font-size: 30px;
        line-height: 1.2;
    }
    .search-mobtxtwrap {
        position: relative;
    }
    .searcboc-dv h2 {
        margin-bottom: 24px;
    }
    .mob-menu-but {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 31%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .mob-menu-but button {
        margin-bottom: 4px;
    }
    .cntnt-section {
        padding-top: 126px;
    }
    .navbar-nav li ul.sub-menu {
        position: relative;
        text-align: left;
        padding: 15px;
    }
    .navbar-nav li ul.sub-menu li {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1002px) {
    .box-cntct-btm {
        padding: 13px;
    }
    .box-cntct-btmImg img {
        width: 40px;
    }
    .custom-col-disgn .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .cntnt-box-wrapinr .comman-box {
        max-width: 223px;
    }
    .custom-col-disgn .col-sm-4,
    .custom-col-disgn .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media (max-width: 767px) {
    .br-disp-none br {
        display: none;
    }
    .box-cntct-btm {
        padding-bottom: 30px;
    }
    .tl-me-more {
        display: block;
        max-width: 146px;
        /* line-height: 24px; */
        border: 1px solid #000000;
        border-radius: 30px;
        font-size: 13px;
        text-align: center;
        margin: 0px auto;
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
        width: 100%;
        margin-top: 0;
        margin-bottom: -11px;
        background: #000000;
        padding: 5px 0px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .tl-me-more:hover {
        background: #fff;
        color: #000;
    }
    .comman-box,
    .cntnt-box-wrapinr .comman-box.blu-box {
        margin-bottom: 30px;
    }
    .cntnt-section .container>.row>.col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cntnt-section .container>.row>.col-sm-8 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-order: 2;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cntnt-section .container>.row>.col-sm-4 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-order: 1;
        margin-bottom: 53px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .custom-col-disgn .col-sm-4,
    .custom-col-disgn .col-sm-3,
    .custom-col-disgn .col-sm-5,
    .custom-col-disgn .col-sm-4:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .custom-col-disgn>.col-sm-5 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-order: 2;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .custom-col-disgn>.col-sm-5 .comman-box.bngn-box {
        /* order:1;
    -webkit-order:1; */
    }
    .custom-col-disgn>.col-sm-5 .cntnt-box-wrapinr {
        /* order:2;
    -webkit-order:2;  */
        height: auto;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
    }
    .custom-col-disgn>.col-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-order: 3;
    }
    .cntnt-box-wrapinr .comman-box {
        max-width: 100%;
    }
    .cntnt-section {
        padding-top: 50px;
    }
    .carousel-text-inner {
        bottom: 66px;
    }
    .comman-box-text-wrap,
    .comman-box-text,
    .scl-icon {
        display: none;
    }
    .footer-col {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .footer-col p {
        width: 49%;
        display: inline-block;
    }
    .footer-col-adr p {
        width: 100%;
    }
    .footer-collst {
        padding-top: 23px;
    }
    .footer-collst p {
        width: 100%;
    }
    .footer-collst p small {
        display: block;
    }
}

@media (min-width:576px) {
    .post-item {
        padding: 15px 15px 45px 15px;
        position: relative;
        min-height: 425px;
    }
    .post-item .tag-list {
        position: absolute;
        bottom: 10px;
        left: 15px;
        z-index: 1;
    }
    .post-item .tag-list li {
        width: 20px;
        height: 20px;
        line-height: 22px;
    }
    .post-item .tag-list li a {
        opacity: 0;
    }
    .team-member-item:hover {
        margin-left: -5px;
        margin-top: -5px;
    }
    .team-member-item span {
        font-size: 14px;
    }

    .member-modal blockquote {
        font-size: 30px;
    }
}

@media (min-width:768px) {
    .py-md-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .page-title-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .team-member-item .member-info {
        padding: 25px 0 25px 25px;
    }
    .posts-row {
        margin: -150px -5px 0 -5px;
    }
    .single-inner-wrap .single-post-content,
    .single-inner-wrap .related-articles {
        padding: 60px;
    }
}

@media (min-width:992px) {
    .page-title-col {
        width: 25%;
    }
    .wrap {
        padding-top: 126px;
    }
    .member-modal .modal-inner {
        padding: 60px 60px 20px 60px;
    }
	.rt-post-item h3 {
    padding: 0px 50px;
}
}