/* Global */

::-webkit-scrollbar {
    background: rgba(245, 245, 245, 0);
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background: #393939;
    border-radius: 30px;
    transition: 0.2s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
    background: #000000;
    transition: 0.2s ease-in-out;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #39ff8500;
    background-color: rgba(255, 255, 255, 0);
}

::selection {
    background-color: #262626;
    color: #ffffff;
}
/* Header */
.navbar-brand {
    font-size: 16px !important;
}
header .navbar {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    background-color: #161616 !important;
    padding: 5.5px 10px;
    z-index: 100;
}
header .navbar .navbar-brand span {
    font-weight: 300;
}

header .navbar form .icon {
    text-align: center;
    width: 50px;
    height: 40px;
    transition: 0.3s;
}

header .navbar form .icon:hover {
    background-color: #353535;
    transition: 0.3s;
}

header .navbar form i {
    color: #ffffff;
    font-size: 1.25rem;
    vertical-align: middle;
    margin-top: 20%;
}

header .navbar .toggle-btn-mobile {
    display: none;
    border: none;
}

header .navbar .toggle-btn-mobile:focus {
    box-shadow: none;
}
.main-sidebar .nav .collapse .children .activeli:before {
    background-color: #d8a449;
    transition: 0.3s;
}

/* Search input animation */

.search {
    background: #393939 !important;
    width: auto;
    height: 45px;
    position: relative;
    overflow: hidden;
    border-radius: none;
    box-shadow: 0 10px 30px rgba(65, 72, 86, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffff !important;
}

.search input[type="text"] {
    position: relative;
    width: 100%;
    height: 45px;
    color: #ffffff;
    border: 0;
    box-sizing: border-box;
    outline: none;
    padding: 0 18% 0 10px; 
    z-index: 10;
    opacity: 1;
    cursor: pointer;
    background-color: #393939;
    border: 1px solid #ffff;
    position: relative;
    z-index: 9;
    padding: 0; 
    opacity: 0;
}
.search.search_active input[type="text"] {
    opacity: 1;
}
.search.search_active {
    z-index: 0;
    opacity: 1;
    width: 290px;
}

.search input[type="text"]:focus~.symbol::before {
    width: 20% !important;
}

.search .symbol {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}

.search .symbol:before {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0000;
    z-index: -1;
    transition: width 0.6s ease;
    
}

.search .symbol .lens {
    position: absolute;
    stroke: none;
    color: #ffffff;
    z-index: 2;
    top: 0;
    left: 1px;
    transform: scale(0.85);
    transition: top 0.3s ease, left 0.3s ease, fill 0.2s ease 0.2s;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin-top: 0;
}
.search input[type="text"]:focus~.symbol .lens {
    top: -45px;
}

.search input[type="text"]:focus~.symbol .close {
    top: 0;
    color: #ffffff;
    opacity: 1;
}

.search .symbol .close {
    position: absolute;
    stroke: none;
    color: whitesmoke;
    z-index: 2;
    top: 0px;
    right: 0;
    transform: scale(1.1);
    width: 45px;
    height: 45px;
    margin: 0;
    line-height: 45px;
    text-align: center;
    display: none;
}
/* SidBar */

aside {
    padding: 0 !important;
}
.aside-column {
    transition: 0.3s;
}
.main-sidebar .nav .btn-sidebar span {
    text-align: left !important;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background-color: transparent !important;
}

.main-sidebar .nav .collapse .btn-toggle-nav li {
    margin: 0 20px;
    position: relative;
}

.main-sidebar .nav .collapse .btn-toggle-nav li:hover {
    background-color: #f8f9fa !important;
    cursor: pointer;
}

.main-sidebar .nav .collapse .btn-toggle-nav li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: transparent;
    transition: 0.3s;
}

.main-sidebar .nav .collapse .btn-toggle-nav li:hover:before {
    background-color: #d8a449;
    transition: 0.3s;
}

.fa-solid.fa-angle-down {
    color: #525252;
    opacity: 0.6;
}

.fa-solid.fa-angle-right {
    color: #525252;
    opacity: 0.6;
}

.rotate {
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.rotate.down {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.dropdown-divider {
    margin: 0.05rem 0;
}

.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.65);
    background-color: transparent;
    border: 0;
}

.btn-toggle:hover,
.btn-toggle:focus {
    color: rgba(0, 0, 0, 0.85);
    background-color: #d2f4ea;
}

.btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform 0.35s ease;
    transform-origin: 0.5em 50%;
}

.btn-toggle[aria-expanded="true"] {
    color: rgba(0, 0, 0, 0.85);
}

.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    display: inline-flex;
    padding: 0;
    margin-top: 0.125rem;
    margin-left: 12px;
    text-decoration: none;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background-color: #d2f4ea;
}


/* Main */

main {
    position: relative;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

main .img-parts {
    height: auto;
}

main .img-parts .text {
    position: relative;
    height: 16rem;
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px !important;
    background-color: #f8f9fa;
    padding: 30px;
    justify-content: center;
    flex-direction: column;
}
main .img-parts .text.top-content-text {
    flex-direction: inherit !important;
}
main .img-parts:nth-child(1) .text {
    background-color: #f8ebde;
}

main .img-parts:nth-child(1) .text:after {
    background-color: #f8ebde;
}

main .img-parts:nth-child(1) .text span {
    color: #77bebe;
}

main .img-parts:nth-child(2) .text {
    background-color: #eaaf13;
}

main .img-parts:nth-child(2) .text:after {
    background-color: #eaaf13;
}

main .img-parts:nth-child(2) .text span {
    color: #ffffff;
}

main .img-parts:nth-child(3) .text {
    background-color: #77bebe;
}

main .img-parts:nth-child(3) .text:after {
    background-color: #77bebe;
}

main .img-parts:nth-child(3) .text span {
    color: #ffffff;
}

main .img-parts .text:after {
    content: "";
    position: absolute;
    display: flex;
    width: 45px;
    height: 45px;
    top: 42%;
    right: -6%;
    z-index: 1;
    transform: rotate(45deg);
    z-index: 5;
}

main .img-parts:nth-child(2) .text:after {
    left: -6%;
    right: unset;
}

main .img-parts .text span:nth-child(1) {
    font-size: 2.8rem;
}

main .img-parts .text span:nth-child(2) {
    font-size: 1.1rem;
}
main .img-parts .text span {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    font-size: 54px;
    line-height: 63px;
    color: #77BEBE;
}
main .img-parts .img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-color: #353535;
}

main .img-parts .img-1 {
    background-image: url("./assets/images/img-1.png");
}

main .img-parts .img-2 {
    background-image: url("./assets/images/img-2.png");
    background-size: contain;
}

main .img-parts .img-3 {
    background-image: url("./assets/images/img-3.png");
}

main .img-parts .img-1:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #eaaf1357;
}

main .img-parts .img-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #77bebe4d;
}


/* Cards */

main .cards {
    margin-left: 15px;
}

main .cards .cards-text h1 {
    font-size: 2.2rem;
    font-weight: 300;
    color: #161616;
}

main .cards .cards-content .card {
    border-radius: 0;
    padding: 20px;
    height: 25vh;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

main .cards .cards-content .card:hover {
    background-color: #f8f9fa;
    transition: all 0.3s ease;
}

main .cards .cards-content .card h4 {
    font-size: 1.1rem;
    font-weight: 400;
    color: #161616;
}

main .cards .cards-content .card div img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

main .cards .cards-content .card div i {
    font-size: 1.2rem;
    opacity: 0.8;
    color: #161616;
}


/* Person intro */

main .person-intro {
    background-color: #262626;
    height: auto;
    padding: 30px;
}

main .person-intro div h1 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #ffffff;
}

main .person-intro div p {
    color: #ffffff;
}

main .person-intro div img {
    width: 100%;
    height: 70%;
    object-fit: contain;
}

main .person-intro div .contact p {
    font-size: 1.05rem;
    font-weight: 500;
    color: #ffffff;
}

main .person-intro div .contact i {
    font-size: 0.95rem;
    color: #262626;
    transition: 0.3s;
    cursor: pointer;
}

main .person-intro div .contact i:before {
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    padding: 8px;
    border-radius: 100%;
    border: 1px solid #ffffff;
    transition: 0.3s;
}

main .person-intro div .contact i:hover {
    color: #ffffff;
    transition: 0.3s;
}

main .person-intro div .contact i:hover:before {
    background-color: #262626;
    border: 1px solid #ffffff;
    transition: 0.3s;
}


/* Footer */

footer {
    background-color: #000000;
    
    padding: 4px;
}

footer p {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* new */
.header-toggles .nav-toggle-wrapper{
    display:none;
}
#site-header .header-navigation-wrapper .primary-menu-wrapper {
    display:none;
}
body:not(.overlay-header) .header-inner .toggle-wrapper::before {
    background-color:#161616;
}
.header-titles .site-title a{
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #FFF4F4;
}
.site-title a:hover {
    text-decoration: none;
}
#site-header {
    background-color:#161616;
    position:fixed;
    top:0;
    width:100%;
}
.search-toggle .toggle-inner svg{
    color: #FFF4F4;
}
.header-inner{
    padding: 1.8rem 0;
}
.sub-head-margin{
    margin: 30px 0px !important;
    font-size:28px;
    font-weight: 600;
}
.sub-sub-margin{
    margin: 30px 0px !important;
}
.background-cfcfcf mark{
    background-color: #cfcfcf !important;
    color: #000000 !important;
}
.transition-title {
    background: #000;
    padding: 96px 0px 50px;
}

/*new*/
.transition-title.css-tab-hide {
    padding: 96px 0px 106px; 
}
.css-tab-hide {
    position: relative;
}
.css-tab-hide::after{
    position: absolute;
    content: "";
    background-color: #686666;
    left: 0;
    top: 80%;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
}
.transition-title-line {
    width: 100%;
    max-width: 1190px;
    background-color: #6c6a6a;
    height: 1px;
    margin-top: 25px;
}
.transition-title h1 {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 64px;
    line-height: 75px;
    color: #FFF4F4;
    margin: 0;
    padding-left: 60px;
}
.transition-tabs .nav-tabs {
    border-top: 0.5px solid rgba(255, 255, 255, 0.55);
    padding: 0 60px;
    background: #000;
    border-bottom: 0;
}
.transition-tabs .nav-tabs .nav-item.show .nav-link, 
.transition-tabs .nav-tabs .nav-link.active {
    color: #FFF4F4;
    border-top: 4px solid #D8A449;
    background: rgba(255, 255, 255, 0.2);
    transition: all .3s ease-in-out;
}
.transition-tabs .nav-tabs .nav-link:focus, 
.transition-tabs .nav-tabs .nav-link:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #D8A449;
}
.transition-tabs .nav-tabs .nav-link {
    border: 0px;
    border-top: 4px solid transparent;
    border-radius: 0;
    padding: 16px 28px;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFF4F4;
    transition: all .3s ease-in-out;
}
.transition-tab-cont .tab-pane {
    padding: 39px 45px 60px;
}
.transition-tab-cont .tab-pane h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #000000;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 63px;
}
.transition-tab-cont .tab-pane {
     font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    color: #423F3F;
}
.transition-tab-cont .tab-pane p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #423F3F;
}
.search-module-form {
    position: relative;
}
#global-search-module-list{
    display:none;
}
.global-search-module-list {
    background-color: #161616;
    border: 1px solid #393939;
    border-top: none;
    box-shadow: 0 4px 8px 0 #00000080;
    left: 0;
    width: 290px;
    padding: 1rem 0;
    position: absolute;
    right: 0;
    top: 3.4rem;
    list-style: none;
    z-index: 10000;
}
.global-search-module-list li:first-child a {
    background-color: #353535;
}
.global-search-module-list li a {
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family:"Poppins";
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 23px;
    padding: 6px 1rem;
    text-decoration: none;
    transition: all .3s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
   -webkit-line-clamp: 1;
    line-clamp: 1; 
   -webkit-box-orient: vertical;
}
.global-search-module-list li a:hover {
    background-color: #353535;
    transition: all .3s ease-in-out;
}
.global-search-module-list li a span {
    font-weight: 300;
    font-size: 12px;
}
/*************new start 21/10/2022 ****************/
.main-sidebar .nav .btn-sidebar span:empty {
    display: none;
}
a.link-dark {
    text-decoration: none;
}
ul.post-title {
    list-style: none;
}
ul.post-title a.link-dark {
    font-weight: 600;
    padding-left: 15px;
    display: block;
    font-size: 14px;
}
.main-sidebar .nav .btn-sidebar a.link-dark {
    text-decoration: none;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600 !important;
    font-size: 15.2px;
    line-height: 22.8px;
    color: #787878 !important;
    margin-top: 0px !important;
}
.main-sidebar .nav .btn-sidebar span {
    font-size: 16px;
}
ul.children span.ddd12 {
    font-weight: 400;
}
ul.post-title li {
    position: relative;
}
.main-sidebar .nav .collapse .post-title li:hover:before {
    background-color: #d8a449;
    transition: 0.3s;
}
.main-sidebar .nav .collapse .post-title li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: transparent;
    transition: 0.3s;
}
ul.children li {
    position: relative;
}
ul.children {
    position: relative;
    margin: 0 20px;
    padding-left: 0;
    list-style: none;
}
ul.children >.btn-sidebar::before {
    margin-left: 0px;
}
ul.children>button::before,
.main-sidebar .nav .collapse .children li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: transparent;
    transition: 0.3s;
    top: 0;
    bottom: 0;
    right:0;
}
ul.children>button:hover::before,
.main-sidebar .nav .collapse .children li:hover:before {
    background-color: #d8a449;
    transition: 0.3s;
}
li.css-dropdown {
    position: relative;
}
li.css-dropdown::before {
    display: none;
}
li.css-dropdown:hover::before {
    content: "";
    background-color: #d8a449;
    height: 100%;
    position: absolute;
    width: 4px;
    left: 18px;
    top: 0;
}
ul.children::before{
    display:none;
}
/* post title */
.transition-tab-cont {
    min-height: calc(100vh - 280px);
}
.main-sidebar .nav .collapse .btn-toggle-nav .activeli:before {
    background-color: #d8a449;
    transition: 0.3s;
}
.transition-tabs li.nav-item {
    margin: 0 2px;
}
main .img-parts .text span.sub-title-span {
    font-size: 17.6px;
    font-weight: 300;
    line-height: 1.1;
}
.main-sidebar .nav .collapse .btn-toggle-nav li:hover {
    background-color: #f8f9fa !important;
    cursor: pointer;
}
i#ddd11 {
    font-size: 15.2px;
}
.main-sidebar .nav .btn-sidebar>i {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    color: #787878 !important;
}
.main-sidebar .nav .btn-sidebar.collapsed>i {
    transform: translateY(-50%) ;
}

.main-sidebar .nav .btn-sidebar:not(.collapsed)>i {
    transform: translateY(-50%) scaleY(-1);
}
.mob-toggle.active i {
    transform: scaleY(-1);
}
main .img-parts .text span {
    margin: 0;
    font-weight: 300;
    line-height: 1.1;
    text-align: left;
    z-index: 10;
}
.top-content-text span:empty {
    display: none;
}
.cards-content .card:nth-child(2) {
    margin-right: 10px;
}

a.diamond-link {
    height: 19.2px;
}
.main-sidebar .nav .collapse  #nav_accordion li {
    margin: 0 20px;
    position: relative;
}
.link-dark {
    color: #212529;
    font-family: 'Poppins', sans-serif;
}
ul.children {
    padding-bottom: 26px;
}
.main-sidebar .nav .collapse .btn-toggle-nav li,
.main-sidebar ul.children{
    margin: 0;
}
.main-sidebar a.link-dark {
    margin-top: 0.125rem;
    padding-left: 0 !important;
}
.main-sidebar ul.post-title {
    padding-left: 0;
}
.main-sidebar .nav .collapse .children .post-title li:before {
    left: 0;
}
.main-sidebar>ul#nav_accordion>li>div>ul>li:not(.css-dropdown):hover,
.main-sidebar>ul#nav_accordion>li>div>ul>ul>li>div>ul>li:hover {
    background-color: #E8E8E8 !important;
}
.main-sidebar >ul>li>button {
    padding: 15px 0 15px 0px !important;
}
ul#nav_accordion>li >div>ul>ul>li>div>ul>li, ul#nav_accordion>li >div>ul>li>div>ul>li {
    padding-left: 62px;
}
ul#nav_accordion>li >div>ul>ul>li>div>ul>li>a{
    margin-left: 0 !important;
}
li.css-dropdown {
    padding-left: 0 !important;
}
.main-sidebar >ul>li>.btn-sidebar,
.main-sidebar >ul>li>div>ul>li>.btn-sidebar{
    padding-right: 30px !important;
}
ul#nav_accordion li.activeli a {
    font-weight: 700 !important;
    color: #000;
}
.search {
    width: 45px;
    transition: 0.3s ease-in-out;
}
.search .symbol {
    z-index: 999999 !important;
    width: 45px;
    right: 0;
}
.search input[type="text"]{
    padding-left: 10px  !important;
}
.search.search_active .lens{
    opacity: 0  !important;
    display: none;
}
.search.search_active .symbol .close{
    display: block;
    opacity: 1;
}
.main-sidebar.show{
    padding-left: 0 !important;
}
/* new css 7 nov */
a.link-dark {
    color: #787878;
}
ul#nav_accordion a {
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    font-family: "Poppins";
}
.main-sidebar .nav .btn-sidebar {
    border: none;
    color: #393939;
    font-size: 14px !important;
    font-weight: 400 !important;
    position: relative;
}
.main-sidebar a.link-dark{
    margin-top: 0 !important;
}
.main-sidebar .nav .btn-sidebar a.link-dark:hover {
    color: #161616 !important;
}
.main-sidebar .nav .btn-toggle-nav li, .main-sidebar ul.children>li.css-dropdown>.btn-sidebar {
    color: #787878;
    font-weight: 400 !important;
}
.main-sidebar>ul>li>div >ul.children>li.css-dropdown>div>ul>li
{
    padding-left: 62px !important;
}
.main-sidebar>ul>li>div>ul>li>a{
    margin-left: 0 !important;
}
.main-sidebar>ul#nav_accordion>li>div>ul>li+li,
.main-sidebar>ul#nav_accordion>li>div>ul>li>div>ul>li+li,
.main-sidebar>ul#nav_accordion>li>div>ul>ul>li>div>ul>li+li {
    margin-top: 5px;
}
.main-sidebar>ul#nav_accordion>li>div>ul>li>div,
.main-sidebar>ul#nav_accordion>li>div>ul>ul>li>div {
    margin-top: 10px;
}
.main-sidebar>ul#nav_accordion>li>div>ul>li>div >ul>li,
.main-sidebar>ul#nav_accordion>li>div>ul>ul>li>button.btn-sidebar,
.main-sidebar>ul#nav_accordion>li>div>ul>ul>li>div>ul>li,
.main-sidebar >ul>li>div>ul>li>a {
    padding-right: 60px !important;
}
.main-sidebar>ul>li>div>ul>li>button.btn-sidebar,
.main-sidebar>ul#nav_accordion>li>div>ul>li:not(.css-dropdown) ,
.main-sidebar>ul#nav_accordion>li>div>ul>ul.children>li>button{
    padding-left: 40px !important;
}
.main-sidebar .nav .btn-sidebar span {
    padding-left:0;
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    white-space: initial !important ;
}
.show>.main-sidebar ul.post-title {
    padding-left: 0 !important;
}
.main-sidebar .nav .collapse .children .post-title>li:hover {
    background-color: #E8E8E8;
}
.main-sidebar .nav .down>a.link-dark {
    color: #000 !important;
}
li.activeli {
    background: #E8E8E8;
}
.main-sidebar .nav .btn-sidebar.down>.show {
    padding-left: 0 !important;
}
.main-sidebar>ul#nav_accordion>li>.btn-sidebar>a {
    font-size: 14px !important;
    line-height: 18.0001px !important;
    font-weight: 600 !important;
    font-family: "Poppins";
    color: #787878 !important;
    letter-spacing: 0.16px !important;
}
/*********new end  07/11/2022 ******* */

/******************new css  09/11/2022 ********************* */
main .img-parts .text span:nth-child(1){
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 40px;
    font-family: "Poppins";
}
main .cards .cards-text h1{
    font-size: 24px;
    line-height: 32.016px;
    font-weight: 400;
    color: #515151;
    font-family: "Poppins";
}
main .person-intro div h1{
    font-size: 24px;
    line-height: 32.016px;
    font-weight: 400;
    color: #ffff;
    font-family: "Poppins";
}
main .cards .cards-text p{
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    font-family: "Poppins";
    color: #3E3D3D;
}
main .person-intro div p,
main .person-intro div .contact p,
footer p {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    font-family: "Poppins";
    color: #ffffff;
}
main .cards .cards-content .card h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #515151;
    letter-spacing: 0.16px;
}
main .cards .cards-content .card div i,
main .person-intro div .contact i {
    opacity: 0.8;
    color: #000;
    font-size: 14px;
    line-height: 18.0001px;
}
.transition-title h1{
    font-family: "Poppins";
    font-weight: 300;
    font-size: 76px;
    line-height: 85.88px;
    color: #FFF4F4;
    margin: 0;
    padding-left: 60px;
}
.transition-tab-cont .tab-pane h2 {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 40px;
    font-family: "Poppins";
}
.transition-tab-cont .tab-pane,
.transition-tab-cont .tab-pane p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #423F3F;
}
.transition-tabs .nav-tabs .nav-link {
    border: 0px;
    border-top: 4px solid transparent;
    border-radius: 0;
    padding: 16px 28px;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFF4F4;
    transition: all .3s ease-in-out;
}

/********************** Responsive for mobiles *************************/
@media only screen and (max-width: 1024px) {
    span.sub-title-span {
        font-family: "Poppins";
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        color: #FFFFFF;
    }
    main .img-parts .top-content-text {
        justify-content: unset;
    }
    /* 9 nov new csss************************************* */
    header .navbar .toggle-btn-mobile {
        width: auto;
        display: inline-flex;
    }
    .aside-column {
        width: 0;
    }
    .toglle-brand {
        flex-grow: 1;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto;
    }
    .search-module-form {
        position: static;
    }
    .main-sidebar >ul>li>button {
        padding: 23px 0 23px 36px !important;
    }
    .main-sidebar>ul#nav_accordion>li>.btn-sidebar>a {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .main-sidebar>ul#nav_accordion>li>div>ul>li>div >ul>li, .main-sidebar>ul#nav_accordion>li>div>ul>ul>li>button.btn-sidebar, .main-sidebar>ul#nav_accordion>li>div>ul>ul>li>div>ul>li, .main-sidebar >ul>li>div>ul>li>a {
        padding-right: 56px!important;
    }
    main .img-parts .text span:nth-child(1) {
        font-size: 27.826px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 37.1199px;
        font-family: "Poppins";
    }
}
@media only screen and (max-width: 992px) {
    ul.children {
        margin: 0px
    }
    ul.post-title a.link-dark {
        font-size: 12px;
    }
    .transition-title h1 {
        font-size: 40px;

    }
    .transition-tab-cont .tab-pane h2 {

        font-size: 27px;
    }
    .main .img-parts .text span{
        font-family: "Poppins";
        font-style: normal;
        font-weight: 300;
        font-size: 51.2791px !important;
        line-height: 56px !important;
    }
}
@media (max-width: 768px) {
    .transition-tab-cont .tab-pane h2 {
        font-size: 27px;
        line-height: 35px;
        margin-bottom: 30px;
    }
    .transition-title {
        padding: 96px 0px 70px;
        background: #000;
        position: relative;
    }
    .transition-title h1 {
        font-size: 45px;
        line-height: 55px;
    }
    /* me */

}
@media(max-width:767px){
    .transition-tab-cont .tab-pane {
        padding: 25px 13px 30px;
     } 
     .transition-title h1{
         padding-left: 25px;
         padding-right: 25px;
     }
     .content  .press h4 {
        font-size: 1.16rem;
        line-height: 1.4;
    }
    h4.mob {
        display: block;
    }
    h4.mob + h4 {
        font-size: 14px !important;
    }
}

@media (min-width: 991px) {
    main.main-section{
        width: 78%;
    }
    aside.aside-column {
        width: 22%;
        min-width: 249.75px;
    }
}

@media (min-width: 768px) {
    .transition-design-tabs .col-md-9 {
        padding-left: 0;
        padding-right: 0;
    }
    h4.mob {
        display: none !important;
    }
    .cs-modal .col-md-8 {
        padding-right: 50px;
    }
}
@media only screen and (max-width: 600px) {
    header .navbar {
        padding: 10px 0 !important;
    }
    main .img-parts .text {
        padding: 28px;
    
    }
    main .img-parts .text span:nth-child(2) {
        font-size: 1rem !important;
    }
    main .img-parts .img-1:before {
        width: 100%;
    }
    main .img-parts .img-2:before {
        width: 100%;
    }
    main .cards {
        margin-left: 0;
    }
    main .cards .cards-content {
        padding: 0 25px;
    }
    .cards-text {
        padding: 0 12px;
    }
    main .person-intro div:nth-child(1) {
        height: 40% !important;
        text-align: center;
        margin-bottom: 8%;
    }
    main .person-intro div:nth-child(1) img {
        width: 100%;
    }
    .search {
        position: absolute;
        right: 2%;
        top: 8px;
    }
    .search input[type="text"]:focus {
        z-index: 0;
        opacity: 1;
        width: 305px;
    }
    header .navbar .navbar-brand{
        position: relative;
        left: unset;
        right: unset;
        bottom: unset;
        margin: 0;
        padding: 0;
        top: unset;
    }
    header .toglle-brand::after {
        content: "";
        width: 43px;
    }
    .navbar-expand-lg .navbar-collapse{
        width: auto;
        flex-grow: unset;
    }
    main .person-intro .contact p {
        font-size: 16.8px;
        font-weight: 500;
        color: #ffffff;
        line-height: 24px;
        font-family: "Poppins";
    }
    .main-sidebar .nav .btn-sidebar {
        font-size: 12px;
    }
    .row.person-intro>div{
        padding-left: 0;
        padding-right: 0;
    }
    ul.post-title a.link-dark {
        font-size: 10px;
    }
    /* nov 20222 ******************************************/
    .transition-tabs .nav-tabs {
        padding: 0 30px;
    }
    .transition-tabs li.nav-item {
        margin-right: 2px;
    }
}
@media only screen and (max-width: 575px) {
    main .cards .cards-text h1 {
        font-family: "Poppins";
        font-style: normal;
        font-weight: 300;
        font-size: 23.3872px;
        line-height: 27px;
        color: #515151;
    }
    .transition-title h1 {
        font-size: 27px;
    }
    main .cards .cards-content .card {
        height: 184px;
    }
    main .cards .cards-content .card h4 {
        font-style: normal;
        font-weight: 300;
        color: #515151;
    }
    .transition-tab-cont .tab-pane h2 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 25px;
    }
    .transition-title {
        padding: 40px 0 50px;
    }
    footer {
        background-color: #000000;
        height: 8vh;
        padding: 0;
    }
    main .person-intro div h1 {
        font-family: "Poppins";
        font-style: normal;
        font-size: 28.8px;
        font-weight: 600;
        color: #ffffff;
        line-height: 34.56px;
    }
    main .person-intro .contact p {
        font-size: 16.8px;
        font-weight: 500;
        color: #ffffff;
        line-height: 24px;
        font-family: "Poppins";
    }
    .main-sidebar >ul>li>button {
        padding: 21px 0 21px 31px !important;
    }
    .main-sidebar>ul#nav_accordion>li>div>ul>li>div >ul>li, .main-sidebar>ul#nav_accordion>li>div>ul>ul>li>button.btn-sidebar, .main-sidebar>ul#nav_accordion>li>div>ul>ul>li>div>ul>li, .main-sidebar >ul>li>div>ul>li>a {
        padding-right: 47px!important;
    }
    .main-sidebar {
        width: 281px;
    }
    main .img-parts .text span:nth-child(1) {
        font-size:25.3858px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 33.864px;
        font-family: "Poppins";
    }
}
@media only screen and (max-width: 480px) {
    .transition-title h1 {
        font-size: 17px;
    }
    .transition-tab-cont .tab-pane h2 {
        font-size: 14px;
    }
    .transition-title {
        padding: 30px 0 40px;
    }
    .transition-tabs .nav-tabs .nav-link {
        padding: 15px 20px;
        width: 100%;
    }  
}
@media only screen and (max-width: 390px) {
    .transition-tabs .nav-tabs {
        display: block;
    }
}
/* new resonsive */
.transition-title h1 {
    font-size: 42px;
    line-height: 50px;
}
.transition-tab-cont .tab-pane h2{ 
    font-size: calc(1.66935rem + .40323vw); 
    line-height: 1;
}

@media (min-width: 42rem){
    .transition-title h1  {
        font-size: calc(1.3125rem + 3.125vw);
        line-height: 1;
    } 
}
 
@media (min-width: 66rem){
    .transition-title h1 { 
        font-size: calc(1.82813rem + 2.34375vw);
    } 
}
@media (min-width: 82rem){
    .transition-title h1 { 
        font-size: calc(-1.07353rem + 5.88235vw);
        line-height: 1.17;
    }
    .transition-tab-cont .tab-pane h2,
    main .person-intro div h1 {
        font-size: 2rem; 
        line-height: 1.5;
    }
}
@media (min-width: 99rem){
    .transition-title h1 {
        font-size: 4.75rem;
        line-height: 1.13;
    }
    .transition-tab-cont .tab-pane h2,
    main .person-intro div h1 {
        font-size: 2rem; 
        line-height: 1.5;
    }
}
.columns-web {
    display: flex;
    height: calc(100vh - 40px);
}
.columns .col {
    width: 23%;
    flex-basis: 23%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0px 1rem;
}
.columns .col span {
    color: #ffffff;
    font-weight: 300;
    line-height: 1.2;
}
.columns .col1 span, .columns .col11 span {
    color: #77bebe;
}
.columns .col span {
    font-size: 2em;
}
.columns .col-big {
    width: 31%;
    flex-basis: 31%;
}
.page-container {
    padding-left: 8%;
    padding-right: 8%;
    background-color: #fff;
    display: flex;
    align-items: stretch;
}
.research .page-container {
    padding-top: 20px;
}
.columns .col1, .columns .col11 {
    background: #f8ebde;
}
.columns .col4, .columns .col9 {
    background: #77BEBE;
}
.columns .col7 {
    background: #eaaf13;
}
.col2 {
    /* background-image: url('/wp-content/themes/twentynineteen/img/img-1.jpg'); */
    background-size: cover;
}
.col3 {
    /* background-image: url('/wp-content/themes/twentynineteen/img/img-2.jpg'); */
    background-size: cover;
}
.col5 {
    /* background-image: url('/wp-content/themes/twentynineteen/img/img-3.png'); */
    background-repeat: no-repeat;
    background-position: right;
}
.col6 {
    /* background-image: url('/wp-content/themes/twentynineteen/img/img-4.png'); */
    background-repeat: no-repeat;
}
.col8 {
    /* background-image: url('/wp-content/themes/twentynineteen/img/img-5.jpg'); */
    background-size: cover;
}
.col10, .col12 {
    /* background-image: url('/wp-content/themes/twentynineteen/img/img-6.jpg'); */
    background-size: cover;
}
.col5, .col6 {
    background-color: #000;
    background-size: auto 100%;
}
.col3::before, .col5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.col3::before {
    background-color: #eaaf1357;
}
.col5::before {
    background-color: #77bebe4d;
}
.row-top .title {
    background-color: #000000;
    color: #ffffff;
    padding: 15px 30px;
}
.row-top .title h3 {
    margin: 0;
    font-weight: 400;
    line-height: 1.6;
}
/* p {
    color: #aaaaaa;
    font-size: 15px;
    margin-bottom: 20px;
} */
.main-section {
    padding-left: 0;
    padding-right: 0;
    padding-top: 60px;
}
.row-bottom {
    padding-left: 30px;
}
.col1::after, .col4::after, .col7::after, .col9::after {
    content: "";
    position: absolute;
    display: flex;
    width: 45px;
    height: 45px;
    z-index: 5;
}
.col1::after, .col9::after {
    top: 48%;
    right: -1%;
    transform: rotate(45deg) translateY(-50%);
    background-color: #f8ebde;
}
.col9::after {
    background-color: #77BEBE;
}
.col4::after {
    top: 97%;
    left: 48%;
    right: unset;
    transform: rotate(45deg) translateX(-50%);
    background-color: #77BEBE;
    /* bottom: -13%; */
}
.col7::after {
    top: 47%;
    left: -14%;
    right: unset;
    transform: rotate(45deg) translateY(-50%);
    background-color: #eaaf13;
}
.row-bottom .tab, .columns-tab, .mob-toggle, .nav-tab {
    display: none;
}
.row-bottom .tab.active, .nav-tab.active {
    display: block;
}
.tab-content p {
    margin-top: 0;
}
/* .tab-content {
    padding-top: 25px;
} */
li {
    color: #000;
}
ul#nav_accordion a.active {
    color: #222;
}
.research .modal, .leadership .modal {
    background-color: rgb(0 0 0 / 78%);
}
.research .modal-dialog, .leadership .modal-dialog {
    max-width: 1200px;
}
.research .modal-dialog .modal-content, .leadership .modal-dialog .modal-content {
    max-width: 100%;
    background-color: #fff;
    padding-top: 30px;
    padding-left: 5%;
    padding-right: 5%;
}
.research .modal-dialog .btn-close, .leadership .modal-dialog .btn-close {
    background: none;
    font-size: 2.5em;
    font-weight: 300;
    line-height: 1.4;
    position: absolute;
    top: 30px;
    right: 3%;
    opacity: 0.7;
    padding: 0;
    width: auto;
    height: auto;
    box-shadow: none !important;
}
.leadership .modal .subheading {
    margin-top: 30px;
}
.research .modal-dialog .modal-header {
    justify-content: center;
    border: 0;
    margin-bottom: 20px;
}
.leadership .modal-dialog .modal-header {
    border: 0;
}
.research .modal-dialog .modal-title, .leadership .modal-dialog .modal-title {
    font-size: 1.8rem;
    margin: 0;
    color: #000000;
    font-weight: 700;
}
.research .modal-dialog h3, .leadership .modal-dialog h3 {
    color: #000000;
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 10px;
}
.research .modal-dialog p {
    margin-top: 0;
    margin-bottom: 20px;
}
.leadership .modal-dialog p {
    margin-top: 0;
    margin-bottom: 0px;
}
.v-container .col-xl-6 img {
    width: 100%;
}
.leadership .v-container {
    padding: 42px 0 0 !important;
}
.row-bottom .tab ol li {
    margin-bottom: 10px;
    font-size: 14px;
}
.row-bottom .tab ol li a {
    font-size: 14px;
}
.menu-tabs ul {
    display: flex;
    list-style: none;
    justify-content: center;
    padding-left: 0;
}
.menu-tabs {
    margin-bottom: 40px;
}
.title #home-logo {
    margin-bottom: 30px;
}
.menu-tabs ul li {
    margin: 0 30px;
}
.menu-tabs ul li a {
    color: #787878;
    position: relative;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 400;
}
.menu-tabs ul li a.active::before, .main-sidebar>ul#nav_accordion>li>.btn-sidebar>a.active::before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
}
.main-sidebar>ul#nav_accordion>li>.btn-sidebar>a.active::before {
    height: 2px !important;
}
.menu-tabs ul li a.active {
    color: #000000;
}
/* h4 {
    font-size: 17px;
    color: #6f6f6f;
    font-weight: 600;
    margin-bottom: 10px;
} */
#publications ul li {
    line-height: 19px;
    margin: 8px 0px;
}
.press, .press li {
    list-style-type: none;
    padding-left: 0 !IMPORTANT;
}
.press li {
    margin-bottom: 20px;
}
.bottom-content {
    margin-top: 5rem;
}
.bottom-content a {
    font-size: 1em;
}
/* ul li {
    color: #aaa;
} */
.nav-tab ul {
    list-style: none;
    padding-left: 0;
}
.nav-tab .top ul {
    margin-bottom: 50px;
}
.p-col-1 {
    padding-right: 15%;
}
.p-col-2 {
    padding-left: 15%;
}
.menu-tabs ul {
    padding-left: 20px;
    padding-right: 20px;
}
.menu-tabs ul li:first-child {
    margin-left: 0;
}
.menu-tabs ul li:last-child {
    margin-right: 0;
}
#public-pedagogy .content {
    max-width: max-content;
}
/* .content h4 a {
    font-size: 17px;
    color: #6f6f6f;
    text-decoration: none;
} */
.pedagogy .content h4 a {
    font-size: 1em;
    color: #1C1B1B;
}
.leadership .content a {
    /* font-size: 13px; */
    color: #000000;
    /* text-decoration: none; */
    display: inline-block;
}
.leadership .nav-tab .content ul {
    list-style: none;
    padding-left: 0;
}
.pe-custom {
    padding-right: 22%;
}
/* .leadership .page-container {
    max-width: 1380px;
    margin: 0 auto;
} */

.downloadable li a {
    font-size: 13px;
    color: #aaaaaa;;
}
.main-sidebar>ul#nav_accordion>li>.btn-sidebar>a.active {
    color: #222 !important;
}
.img-shadow {
    box-shadow: 8px 8px 7px 3px #00000038;
}
.nav-tab .content {
    max-width: 960px;
    padding-top: 20px;
}
#speaking.nav-tab .content {
    padding-top: 10px;
}
.research .nav-tab .content {
    padding-top: 0px;
}
.content #client-list-holder-m {
    padding-left: 0;
}
#publications {
    padding-top: 5px;
}
.research .nav-tab .content {
    padding-top: 0px;
    position: relative;
}
/* .section-1 {
    max-width: 1140px;
} */
/* .research #js-smooth-state {
    padding-top: 40px !important;
} */
p a:hover, .bottom-row a:hover {
    color: #808080;
}

html {
    /* overflow-y: scroll; */
    min-height: 100%;
}
html.is-mobile.has-smooth-scroll {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}
.is-mobile.has-smooth-scroll body {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}
html.has-smooth-scroll {
    overflow: hidden
}

html.has-smooth-scroll .o-scroll {
    height: 100vh;
    position: relative;
    overflow: hidden
}

.has-smooth-scroll .o-scroll[data-horizontal] {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    margin-left: 0;
    white-space: nowrap;
    height: 100%;
    position: relative;
    overflow: visible
}
.row-bottom h1#home-logo {
    text-align: left;
}
.nav-tab .content .group {
    max-width: 800px;
    /* text-align: justify; */
}
aside .main-sidebar {
    padding-top: 140px;
}
.teaching-portfolio #client-list {
    max-width: 680px !important;
}
.nav-tab .content ul.bullets {
    list-style-type: circle !important;
    padding-left: 40px !important;
}
.bullets li {
    display: list-item !important;
}
.nav-tab .content h4:empty {
    display: none;
}
.pedagogy .col-xl-3 {
    padding-top: 20px;
}
.pedagogy #speaking .col-xl-3 {
    padding-top: 13px;
}
.section-1 .tab, .section-1 .content, .section-1 .content img {
    height: 100%;
}
.press h4 {
    margin-bottom: 0 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #808080 !important;
}
.press h4 a {
    color: #808080 !important;
}
.press p {
    margin-top: 0 !important;
}
.research .section-1 {
    padding: 0;
    height: calc(100vh - 40px);
}
.leadership .v-container > .row {
    flex-wrap: nowrap;
}
.leadership .section-1 {
    /* width: 64vw; */
    background-color: #1e1e1e;
}
.leadership .section-21, .leadership .section-3 {
    width: 80vw;
}
.leadership .section-3 {
    background-color: #1e1e1e;
}
.leadership section {
    padding: 2rem 4rem;
}
.leadership .section-1 h1, .leadership .section-1 h4, .leadership .section-1 p {
    color: #ffffff !important;
}
.leadership .section-1 .row-3 {
    max-width: 560px;
}
ul.case_studies.list {
    list-style: none;
    flex-wrap: wrap;
    max-width: 820px;
}
ul.case_studies li {
    flex-basis: 25%;
    width: 25%;
    margin-bottom: 20px;
    padding-right: 25px;
}
ul.case_studies li span {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 0.9em;
    line-height: 1.4;
    margin-top: 10px;
}
.cs-modal img {
    max-width: 185px;
    margin-bottom: 20px;
}
.leadership .cs-modal .modal-dialog .modal-content {
    padding-bottom: 30px;
}
.leadership .cs-modal.modal ul {
    list-style: disc;
}
.leadership .section-3 h4 {
    color: #ffffff;
}
.leadership .section-3 .col-md-4 {
    padding-right: 4rem;
    margin-top: -200px;
}
ul.case_studies li a {
    color: #c0c0c0;
}
.testimonials h5 {
    color: #070707;
    text-align: left;
    /* margin-top: 20px; */
    margin-bottom: 0;
    font-size: 1.15em;
}
.leadership .testimonial-modal .modal-dialog .bottom p {
    font-weight: 500;
}
.full-row {
    height: 100%;
}
.testimonials .item {
    background: #ffffff;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.testimonials p {
    margin-bottom: 0;
    padding: 0;
}
.testimonials .item img {
    object-fit: cover;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin: 0 auto;
}
.col-text {
    width: calc(100% - 80px);
    padding-left: 10px !important;
}
.col-image {
    max-width: 80px;
}
.testimonials .owl-nav {
    text-align: end;
    margin-top: 40px;
    padding-right: 10px;
}
.testimonials .owl-nav button i {
    background: #ffffff;
}
.testimonials h5::before {
    display: none !important;
}
.testimonials .owl-prev {
    margin-right: 30px;
}
.testimonials .owl-next {
    margin-left: 30px;
}
.testimonials .owl-nav button {
    align-items: center;
    display: inline-flex;
    color: #808080 !important;
}
.testimonials .owl-nav button i {
    background: #ffffff;
    font-size: 1.2rem;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding-top: 2px;
}
.testimonials .owl-nav button i.fa-chevron-left {
    margin-right: 8px;
}
.testimonials .owl-nav button i.fa-chevron-right {
    margin-left: 8px;
}
ul.case_studies li img {
    width: 100%;
}
.testimonials .bottom p {
    font-weight: 500;
    line-height: 1.6;
    margin-top: 5px;
    color: #424242;
}
.read-testimonial {
    font-size: 0.8rem;
    margin-top: 8px;
}
.leadership .testimonial-modal .modal-dialog {
    max-width: 620px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.leadership .testimonial-modal .modal-dialog .modal-content {
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 10px;
}
.testimonial-modal .bottom img {
    max-width: 80px;
    border-radius: 100%;
}
.leadership .testimonial-modal .modal-dialog .btn-close {
    right: 4%;
}
/* .research .page-container {
    padding-left: 60px;
} */
.leadership .section-2 img {
    /* max-height: 450px; */
    max-height: 340px;
    object-fit: cover;
}
.leadership .section-2 {
    width: min-content;
}
a.read-testimonial {
    padding: 0;
}
div#modal-testimonial .bottom {
    margin-top: 0 !important;
    padding-left: 20px;
    padding-right: 20px;
}
div#modal-testimonial .modal-body {
    padding-top: 0;
}
.sticky-img {
    position: sticky;
    position: -webkit-sticky;
    position: moz-sticky;
    top: 0;
}
.filters.sticky-img {
    max-width: 75%;
}
.filters::after {
    right: -22%;
    top: 0;
    height: 100%;
}

/* @media (min-width: 2000px) {
    .leadership .section-2 {
        width: 62vw;
    }
} */

@media (min-width: 2500px) {
    .leadership .section-1 .row {
        max-width: 1120px;
    }
    .v-container .col-xl-6 img {
        width: 100%;
        max-height: 500px;
        object-fit: cover;
    }
    .leadership .cs-modal .modal-dialog {
        max-width: 1460px;
        margin-top: 7rem;
    }
    .leadership .section-3 {
        width: 65vw;
    }
    .testimonials .owl-nav button i {
        width: 25px;
        height: 25px;
    }
    .leadership .section-1 .row-3 {
        max-width: 880px;
    }
    .leadership section {
        padding: 4rem 5rem;
    }
}

@media (max-width: 2000px) {
    .leadership .section-2 {
        /* width: 104vw; */
        /* width: 78vw; */
    }
    /* .leadership .section-1 {
        width: 74vw;
    } */
    .leadership .section-3 {
        width: 84vw;
    }
    .testimonials .item img {
        width: 60px;
        height: 60px;
    }
    .col-text {
        width: calc(100% - 60px);
    }
    .col-image {
        max-width: 60px;
    }
    .testimonial-modal .col-text {
        width: calc(100% - 80px);
    }
    .testimonial-modal .col-image {
        max-width: 80px;
    }
    ul.case_studies.list {
        max-width: 880px;
    }
    .leadership .section-1 .row {
        max-width: 900px;
    }
    
    .bottom-row .links {
        margin-bottom: 0px;
    }
}

@media (max-width: 1799px) {
    .leadership .section-3 {
        width: 90vw;
    }
}

@media (max-width: 1699px) {
    .leadership .section-3 {
        width: 96vw;
    }
}

@media (max-width: 1599px) {
    /* .leadership .section-2 {
        width: 124vw;
    } */
    /* .leadership .section-2 img {
        max-height: 420px;
    } */
    .leadership .section-3 {
        width: 100vw;
    }
    .filters::after {
        right: -20%;
    }
}

@media (max-width: 1499px) {
    .leadership .section-3 {
        width: 108vw;
    }
}

@media (max-width: 1399px) {
    .leadership .section-3 {
        width: 112vw;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1399px) and (min-height: 720px) and (max-height: 880px) {
    .leadership .section-2 {
        width: 130vw;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) and (min-height: 720px) and (max-height: 780px) {
    .leadership .section-1 {
        width: 105vw;
    }
    .leadership .section-1 .row {
        max-width: 1300px;
    }
    ul.case_studies.list {
        max-width: 760px;
    }
    /* .leadership .section-2 {
        overflow-y: auto;
    } */
    .leadership section {
        padding: 1rem 4rem;
    }
}

@media (max-width: 1199px) {
    .has-smooth-scroll .o-scroll[data-horizontal] {
        white-space: normal;
        height: 100vh
    }
    .leadership section, .leadership .section-3 .col-md-8, .leadership .section-3 .col-md-4 {
        width: 100% !important;
    }
    .o-scroll_section {
        display: block;
        height: auto;
    }
    .leadership section {
        padding: 4rem 5rem;
    }
    .section-3 .full-row {
        display: block;
        height: auto;
    }
    .leadership .section-3 .col-md-4 {
        padding: 0;
        margin: 0;
    }
    /* .testimonials {
        margin-top: 50px;
    } */
}

.o-scroll_section {
    display: inline-block;
    vertical-align: top;
    height: 100vh;
    font-size: 1rem;
    overflow: visible;
    position: relative;
    z-index: 2
}


.o-scroll_section.-under {
    z-index: 1
}

@media (min-width: 1200px) {
    .o-scroll_section {
        white-space: nowrap
    }
    /* .research .nav-tab .content {
        padding-top: 0px;
        overflow-y: auto;
        max-height: 77vh;
    } */
    /* .research .page-container {
        padding-left: 60px;
    } */
    .leadership .o-scroll_section {
        height: calc(100vh - 40px);
    }
}

@media (max-width: 1199px) {
    .o-scroll_section {
        display: block;
        height: auto !important;
        white-space: normal
    }
    .leadership .v-container > .row {
        margin-right: 0 !important;
    }
}

.o-scroll_section_separator {
    width: 50vh;
    height: 100vh;
    overflow: hidden;
    pointer-events: none
}

@media (min-width: 1000px) {
    html.is-iPad .o-scroll_section_separator {
        height: calc(100vh - 30px)
    }
}

    /* @media (min-width: 1100px) {
    .section-1 {
        width: 60vw;
    }
} */

@media (max-width: 1100px) {
    .o-scroll_section_separator {
        height: 50vw;
        width: 100vw
    }
}

.o-scroll_section_separator_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -7px;
    right: 0
}

.o-scroll_section_separator_inner svg {
    display: block;
    height: calc(100% - 15px);
    width: 100%;
    stroke: #aaa
}
#shadow-host-companion {
    padding: 0px !important;
}

@media (min-width: 1000px) {
    .o-scroll_section_separator_inner {
        padding: 2.5rem 2.4375rem 2.5rem 0
    }
}

@media (max-width: 1100px) {
    .o-scroll_section_separator_inner {
        top: 50%;
        left: 0;
        right: 0;
        bottom: auto;
        transform: translateY(-50%) rotate(90deg);
        height: calc(100vw - 5rem)
    }
    .o-scroll_section_separator_inner svg {
        height: 100%
    }
}

.o-scroll_section_trigger_start {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100vw;
    width: 100vw
}
.o-scroll_section {
    white-space: normal;
}





@media (min-width: 2000px) {
    /* .col4::after {
        bottom: -11%;
    } */
    .col7::after {
        left: -8%;
    }
    #publications {
        padding-top: 5px;
    }
    #speaking.nav-tab .content {
        padding-top: 10px;
    }
}

@media (min-width: 2400px) {
    .col7::after {
        left: -7%;
    }
    /* .col4::after {
        bottom: -10%;
    } */
}

/* @media (min-width: 2400px) {
    .col4::after {
        bottom: -9%;
    }
} */

@media only screen and (max-width: 1950px) {
    .main-section {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 1699px) {
    .col5 {
        background-position: right -2px;
    }
}

@media only screen and (max-width: 1599px) {
    .columns .col span {
        font-size: 1.8em;
    }
}

@media only screen and (max-width: 1499px) {
    /* .columns .col {
        height: 195px;
    } */
    .columns .col {
        padding: 0 3rem;
    }
    .columns .col span {
        font-size: 1.6em;
    }
    /* .title #home-logo, .page-container > h1 {
        font-size: 32px;
    } */
}

@media only screen and (max-width: 1399px) {
    .columns .col {
        padding: 0 2rem;
    }
    .columns .col span {
        font-size: 1.5em;
    }
    .main-sidebar >ul>li>.btn-sidebar, .main-sidebar >ul>li>div>ul>li>.btn-sidebar {
        padding-right: 50px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .main-sidebar >ul>li>button {
        padding: 18px 0 18px 20px !important;
    }
    .main-sidebar >ul>li>.btn-sidebar, .main-sidebar >ul>li>div>ul>li>.btn-sidebar {
        padding-right: 40px !important;
    }
    .main-sidebar .nav .btn-sidebar>i {
        right: 20px;
    }
    .research .modal-content, .leadership .modal-content {
        padding-left: 60px;
        padding-right: 60px;
        padding-bottom: 50px;
    }
    .research .modal-dialog .modal-content, .leadership .modal-dialog .modal-content {
        padding-top: 20px;
    }
    .main-sidebar .nav .btn-sidebar {
        padding-left: 0 !important;
    }
    .publications .container {
        width: 100%;
        max-width: 100%;
        padding: 0 4rem;
    }
    .page-container {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .pedagogy .col-xl-3 img{
        max-height: 400px;
        object-fit: cover;
        object-position: center -240px;
        margin-bottom: 40px;
    }
    .pedagogy #speaking .col-xl-3 img {
        /* max-height: fit-content; */
        max-height: 400px;
        width: 100%;
    }
    .research .col-xl-3 img, .leadership .col-xl-3 img {
        margin-bottom: 40px;
    }
    .section-1 .content img {
        max-width: 100%;
        width: 100%;
    }
    .mob-top {
        order: -1;
    }
    .section-1 {
        order: 1;
    }
    .has-smooth-scroll .o-scroll[data-horizontal] {
        transform: none !important;
    }
    .has-smooth-scrol, .has-smooth-scroll body {
        position: relative !important;
        overflow: auto;
    }
    .la-images img:first-child {
        width: calc(65% - 10px);
    }
    .la-images img:last-child {
        width: 35%;
        margin-left: 10px !important;
    }
    #js-pjax-wrapper {
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 1099px) {
    .columns-web {
        display: none !important;
    }
    .columns-tab {
        display: flex;
        min-height: 120vh;
    }
    .columns .col {
        width: 33.33%;
        flex-basis: 33.33%;
    }
    /* .page-container {
        padding-left: 50px;
        padding-right: 50px;
    } */
    .columns .col {
        padding: 0 4rem;
    }
    
    aside.aside-column {
        min-width: 220px;
    }
    aside .main-sidebar {
        padding-top: 100px;
    }
    .columns .col span {
        font-size: 1.8em;
    }
    .main-section {
        width: 67%;
    }
}

@media only screen and (max-width: 991px) {
    .mob-toggle {
        display: block;
    }
    .row-top .title {
        display: flex;
        position: relative;
        justify-content: center;
    }
    .mob-toggle i {
        color: #fff !important;
        opacity: 1 !important;
        margin-right: 13px;
        font-size: 22px !important;
    }
    /* .main-sidebar {
        position: absolute;
        background-color: #fafafa;
        z-index: 999;
        top: 60px;
        min-width: 250px;
        display: none;
    } */
    .row-bottom {
        padding-left: 0px;
    }
    .mob-toggle {
        position: absolute;
        left: 20px;
        top: 18px;
    }
    .research .modal-content, .leadership .modal-content {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 30px;
    }
    .p-col-1 {
        padding-right: 10%;
    }
    .p-col-2 {
        padding-left: 10%;
    }
    #publications .pt-5 {
        padding-top: 0 !important;
    }
    /* .page-container {
        padding-left: 30px;
        padding-right: 30px;
    } */
    .teaching .nav-tab .container {
        margin-left: 0;
        margin-right: 0;
        padding-left: 30px;
        padding-right: 30px;
    }
    .teaching .nav-tab .container .col {
        padding: 0;
    }
    .nav-tab .content {
        padding-top: 10px;
    }
    #publications {
        padding-top: 20px;
    }
    .pedagogy .col-xl-3 img {
        object-position: center -200px;
    }
    .main-section {
        width: 76%;
    }
    .read-testimonial {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 899px) {
    .columns-tab {
        min-height: 110vh;
    }
    .main-section {
        width: 68%;
    }
}

@media only screen and (max-width: 799px) {
    .research .modal-dialog .modal-header, .leadership .modal-dialog .modal-header {
        margin-bottom: 10px;
    }
    .content h4 {
        font-size: 18px;
    }
    .pe-custom {
        padding-right: 0;
    }
    #home-articles-holder-m {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    aside.aside-column {
        display: none;
    }
    .row-bottom .tab {
        display: block;
        margin-bottom: 60px;
    }
    .main-section {
        width: 100%;
    }
    #home-articles-holder-m, .nav-tab .content {
        padding-top: 0px;
    }
    #publications {
        padding-top: 10px;
    }
    .page-container, .research .page-container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .pedagogy .col-xl-3 img {
        object-position: center -11rem;
    }
    .leadership section {
        padding: 4rem 4rem;
    }
    .testimonials .item {
        padding: 0px;
    }
    .testimonial-box {
        border-right: 0 !important;
        border-bottom: 1px solid #dddddd;
        padding: 1.5rem 1.5rem 1.5rem 0.75rem !important;
    }
    .testimonials .owl-nav {
        margin-top: 30px;
        text-align: center;
    }
    .testimonials .row:last-child .col-md-4:last-child .testimonial-box {
        border-bottom: 0 !important;
    }
    #home-articles-holder-m {
        padding-bottom: 10px !important;
    }
    .la-images {
        display: block !important;
    }
    .la-images img {
        width: 100% !important;
    }
    .la-images img:last-child {
        margin-left: 0 !important;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 699px) {
    .col1::after, .col4::after, .col7::after, .col9::after {
        width: 35px;
        height: 35px;
    }
    .col7::after {
        left: -14%;
    }
    /* .col4::after {
        bottom: -14%;
    } */
    .columns-tab {
        min-height: 95vh;
    }
    
}

@media only screen and (max-width: 599px) {
    .page-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .columns .col span {
        font-size: 1.65em;
    }
    .columns .col {
        /* height: 150px; */
        padding: 0 20px;
    }
    .research .modal-dialog .modal-content, .leadership .modal-dialog .modal-content {
        padding: 10px 20px 0;
    }
    #publications .container {
        padding-left: 35px;
        padding-right: 35px;
    }
    #publications .col {
        flex-basis: 100%;
    }
    #publications .col {
        flex-basis: 100%;
        padding: 0;
    }
    #publications ul {
        margin-bottom: 40px;
    }
    .p-col-2 .bottom ul {
        margin-bottom: 0 !important;
    }
    .menu-tabs ul {
        padding-left: 15px;
        padding-right: 15px;
    }
    .columns-tab {
        min-height: 82vh;
    }
    #publications ul li {
        line-height: 19px;
        margin: 10px 0px;
    }
    .page-container, .research .page-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .pedagogy .col-xl-3 img {
        object-position: center -9rem;
    }
    .leadership section {
        padding: 2.5rem 20px;
    }
    ul.case_studies li {
        flex-basis: 50%;
        width: 50%;
    }
    ul.case_studies li:nth-child(2n) {
        padding-right: 0;
    }
    .cs-modal img {
        max-height: 80px;
        max-width: max-content;
    }
    ul.case_studies li:nth-child(2n+1) {
        padding-right: 12px;
    }
    ul.case_studies li:nth-child(2n) {
        padding-left: 12px;
    }
    /* .menu-tabs ul li a {
        font-size: 9.6px;
    }
    .menu-tabs ul li {
        margin: 0 7px;
    } */
}

@media only screen and (max-width: 499px) {
    .columns .col {
        /* height: 120px; */
        padding: 0 10px;
    }
    .columns .col span {
        font-size: 1.4em;
    }
    .columns-tab {
        min-height: 70vh;
    }
    .pedagogy .col-xl-3 img {
        object-position: center -6rem;
    }
}

@media only screen and (max-width: 399px) {
    .columns .col span {
        font-size: 1.3em;
    }
    .columns-tab {
        min-height: 60vh;
    }
    .pedagogy .col-xl-3 img {
        max-height: 350px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
    .col7::after {
        left: -20%;
    }
}
@media screen and (min-width: 1200px) {
    .row{
        display:flex;flex-wrap:wrap;
    }
    .row>* {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-xl-9{flex:0 0 auto;width:66.6666666667%}
    .research .section-1 {
        width: 30%;
    }
    /* .research #home-articles-holder-m {
        width: 70%;
    } */
}
@media screen and (min-width: 1000px) and (max-width: 1099px) {
    .col7::after {
        left: -11%;
    }
    /* .col4::after {
        bottom: -19%;
    } */
}

/* For 1920x1080 */
/* @media screen and (min-width: 1920px) and (min-height: 1080px) {
    .col4::after {
        bottom: -11%;
    }
  } */
  
/* For 768x1024 */
@media screen and (min-width: 1024px) and (max-width: 1100px) and (min-height: 768px) and (max-height: 800px) {
    .columns-tab {
        min-height: 95vh;
    }
  }

/* For 768x1024 */
@media screen and (min-width: 768px) and (max-width: 800px) and (min-height: 1024px) and (min-height: 1100px) {
    .columns-tab {
        min-height: 95vh;
    }
    .main-section {
        width: 71%;
    }
  }
  
  /* For 800x1280 */
  @media screen and (min-width: 800px) and (min-height: 1280px) {
    .columns-tab {
        min-height: 80vh;
    }
  }
  
  /* For 601x962 */
  @media screen and (min-width: 601px) and (min-height: 962px) {
    .columns-tab {
        min-height: 80vh;
    }
  }
  
  /* For 962x601 */
  @media screen and (min-width: 962px)and (max-width: 991px) and (min-height: 601px) and (max-height: 700px) {
    .columns-tab {
        min-height: 170vh;
    }
  }
  

/* Student portfolio */

.inner-content .text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #ffffff;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: 0.2s opacity ease-in-out;
    -o-transition: 0.2s opacity ease-in-out;
    transition: 0.2s opacity ease-in-out;
    will-change: opacity;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
}
.inner-content .text * {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    transition-property: opacity,transform,-webkit-transform;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    will-change: transform, opacity;
}
.inner-content .text h5 {
    margin-bottom: 1rem;
}
.inner-content .box {
    position: relative;
    cursor: pointer;
}
.inner-content .box:hover .text {
    opacity: 1;
}
.inner-content .text p {
    color: #ffffff;
}
.research .filters ul .nav-item.active::before {
    background-color: #FF0A10;
}
.research .filters ul .nav-item.active {
    color: #FF0A10;
}

/* .inner-content .text:hover * {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
} */