/* 1 - Import Google Font
------------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600,700,800,900);

/* Google Font End 
------------------------------------------------------------------------*/


/* 2 - Global Styles
---------------------------------------------------------------------- */

html,
body {
    font-family: 'Raleway', sans-serif;
    color: #737373;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Raleway', sans-serif;
}

a {
    color: #0d0d0d;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

a:hover {
    color: #f39c12;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: 0;
}

p {
    line-height: 30px;
    font-size: 1em;
    margin-bottom: 20px;
}

img {
    /*width: 100%;*/
    height: auto;
}

audio {
    width: 100%;
}

/* Global list reset — skips article body content (.ac-body__text) so ul/ol/li keep default list styling there */
ul:where(:not(.ac-body__text *)),
li:where(:not(.ac-body__text *)) {
    list-style: none;
    padding-left: 0;
}

time {
    padding: 0 7px;
}

.uppercase {
    text-transform: uppercase;
}

.form-control,
.form-control:focus {
    border-radius: 0;
    border-color: #e5e5e5;
    outline-style: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.icon,
.texts {
    display: inline-block;
    height: auto;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

.white-bg {
    background-color: #ffffff;
}

.gray-bg {
    background-color: #ecf0f1;
}

.section-padding {
    padding-top: 100px;
    padding-bottom: 60px;
}

.parallax-style .section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pattern {
    background-color: rgba(0, 0, 0, .7);
    background-image: url(../images/pattern.png);
}

.meida-container {
    max-width: 550px;
    margin: auto;
}

.video-container iframe {
    min-height: 250px;
    width: 100%;
}

.slide-nav {
    color: #4e4f4f;
    background-color: #d1d3d3;
    border-radius: 3px;
    display: inline-block;
    padding: 5px 13px;
}

.slide-nav:hover {
    color: #ffffff;
    background-color: #f39c12;
}

.slide-nav-container {
    margin-bottom: 30px;
}

.carousel-inner .content-description {
    color: #737373;
    font-weight: 700;
}


/* 2.1 - Section Angle
---------------------------------------------*/

.angular {
    position: relative;
}

.white-bg.angular {
    margin-bottom: 170px;
}

.angular .top-angle,
.angular .bottom-angle {
    position: absolute;
    width: 100%;
    left: 0;
    height: 151px;
    overflow: hidden;
    z-index: 2;
}

.angular .top-angle {
    top: -150px;
}

.angular .bottom-angle {
    bottom: -150px;
}

.angular .top-angle:before,
.angular .bottom-angle:before {
    content: "";
    width: 100%;
    height: 150px;
    background: #ffffff;
    position: absolute;
    left: 0;
    -webkit-transform: rotate(-3deg) skew(-3deg) scale(1.1, 1);
    -mox-transform: rotate(-3deg) skew(-3deg) scale(1.1, 1);
    -ms-transform: rotate(-3deg) skew(-3deg) scale(1.1, 1);
    -o-transform: rotate(-3deg) skew(-3deg) scale(1.1, 1);
    transform: rotate(-3deg) skew(-3deg) scale(1.1, 1);
}

.angular .top-angle:before {
    top: 75px;
}

.gray-bg.angular .top-angle:before {
    background: #ecf0f1;
}

.angular .bottom-angle:before {
    bottom: 75px;
}

.gray-bg.angular .bottom-angle:before {
    background: #ecf0f1;
}


/* 2.1 - Section Angle End
---------------------------------------------*/


/* 2.2 - Section Title and Description
---------------------------------------------*/

.section-head {
    margin-top: 0px;
    margin-bottom: 70px;
}

.section-title {
    color: #0d0d0d;
    font-size: 2.4375em;
    font-weight: 900;
    line-height: 54px;
    text-align: right;
    text-transform: uppercase;
    width: 325px;
    float: left;
    margin: 0;
    padding-right: 35px;
    position: relative;
    -webkit-text-stroke: 0.3px;
}

.section-title:after {
    position: absolute;
    width: 20px;
    height: 40px;
    background-color: #f39c12;
    content: "";
    top: 6px;
    right: 0px;
    margin-left: 0px;
}

.section-description {
    color: #404040;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 25px;
    margin-left: 340px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 0.1px;
}

.plx-section-title {
    color: #ffffff;
    font-size: 2.0625em;
    font-weight: 300;
    text-transform: capitalize;
    -webkit-text-stroke: 0.2px;
}

.plx-section-description {
    color: white;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 1px;
    -webkit-text-stroke: 0.1px;
}


/* 2.2 - Section Title and Description End
---------------------------------------------*/


/* 2.3 - Social Buttons
--------------------------------------------*/

.social-buttons a {
    color: #0d0d0d;
    font-size: 1.125em;
    line-height: 22px;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    z-index: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.social-buttons .facebook-btn:hover {
    color: #3B5998;
}

.social-buttons .twitter-btn:hover {
    color: #55ACEE;
}

.social-buttons .linkedin-btn:hover {
    color: #0077b5;
}

.social-buttons .google-plus-btn:hover {
    color: #db514f;
}

.social-buttons .youtube-btn:hover {
    color: #cc181e;
}

.social-buttons .dribbble-btn:hover {
    color: #e7203c;
}


/* 2.3 - Social Buttons End
--------------------------------------------*/


/* 2.4 - Buttons
---------------------------------------------*/

.btn {
    border-radius: 0px;
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    outline: none;
    position: relative;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
}

.custom-btn:after,
.angle-effect.custom-btn:after,
.btn {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.custom-btn:hover {
    color: #ffffff;
}

.custom-btn {
    font-weight: 700;
    height: 40px;
    line-height: 38px;
    overflow: hidden;
    z-index: 0;
}

.custom-btn {
    border: 2px solid #f39c12;
    color: #000;
    font-size: 1em;
    margin: 5px 10px;
    padding: 0 20px;
    text-transform: uppercase;
}

.custom-btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: #f39c12;
    opacity: 1;
}

.custom-btn:hover:after {
    height: 100%;
    left: 0%;
    opacity: 1;
}

.angle-effect.custom-btn:after {
    width: 0;
    left: 50%;
    -webkit-transform: skew(50deg) scale(1.1, 1);
    -mox-transform: skew(50deg) scale(1.1, 1);
    -ms-transform: skew(50deg) scale(1.1, 1);
    -o-transform: skew(50deg) scale(1.1, 1);
    transform: skew(50deg) scale(1.1, 1);
}

.angle-effect.custom-btn:hover:after {
    width: 100%;
    left: 0%;
}

.custom-btn:hover {
    border-color: #f39c12;
}

.white-bg .custom-btn,
.gray-bg .custom-btn {
    color: #0d0d0d;
    border-color: #f39c12;
}

.white-bg .custom-btn:hover,
.gray-bg .custom-btn:hover {
    color: #ffffff;
}

.donate-btn {
    background-color: #e12444;
    color: #ffffff;
    font-weight: 600;
    line-height: 50px;
    text-transform: uppercase;
    height: 50px;
    padding: 0 25px;
}

.donate-btn:hover {
    color: #ffffff;
    background-color: #f39c12;
}

.carousel-indicators li,
.carousel-indicators li.active {
    margin: 3px;
    height: 12px;
    width: 12px;
}

.carousel-indicators li {
    background-color: rgba(255, 255, 255, .3);
    border: 1px solid rgba(255, 255, 255, .3);
}

.carousel-indicators li.active {
    background-color: #f39c12;
    border: 1px solid #f39c12;
}


/* 2.4 - Buttons End
---------------------------------------------*/


/* 2.5 - Parallax 
---------------------------------------------*/

.parallax-style,
.no-parallax-style {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.parallax-style {
    position: relative;
    z-index: 1;
}

.no-parallax-style {
    background-attachment: inherit;
}

.parallax-overlay {
    background-color: rgba(0, 0, 0, .6);
}

.parallax-overlay.dark-overlay {
    background-color: rgba(0, 0, 0, .85);
}

.parallax-style .carousel-indicators li.active {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}

.parallax-title,
.parallax-description {
    color: #ffffff;
    text-align: center;
}

.parallax-title {
    font-size: 1.625em;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 45px;
}

.parallax-title:after {
    content: "";
    background-color: #f39c12;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -25px;
    height: 4px;
    width: 50px;
}

.parallax-description {
    font-size: 2.1875em;
    font-weight: 300;
    line-height: 60px;
}

#sky-parallax .parallax-description {
    font-size: 3em;
    margin: 0 !important;
}

.mrt-qt {
    color: #fff;
    font-size: 1.2em;
    color: #f39c12
}

.mrt-qt span {
    font-style: italic;
}

.parallax-description span {
    color: #f39c12;
    font-weight: 700;
}

#top-section {}

#join {
    background: url(../images/background/about-parallax-bg.jpg) 50% 0 no-repeat fixed;
    margin: 0 auto;
    padding: 0;
}

#sky-parallax {
    background: url(../images/background/sky-bg.jpg) 50% 0 no-repeat fixed;
    margin: 0 auto;
    padding: 0;
}

#debate-parallax {
    /*background: url(../images/background/debat-bg.jpg) 50% 0 no-repeat fixed;*/
    margin: 0 auto;
    padding: 0;
}

#next-event {
    background: url(../images/background/event-section-bg.jpg) 50% 0 no-repeat fixed;
    margin: 0 auto;
    padding: 0;
}

#testimonial {
    background: url(../images/background/testimonial-bg.jpg) 50% 0 no-repeat fixed;
    margin: 0 auto;
    padding: 0;
}

#tweet-section {
    background: url(../images/background/tweet-section-bg.jpg) 50% 0 no-repeat fixed;
    margin: 0 auto;
    padding: 0;
}

#clients {
    background: url(../images/background/clients-bg.jpg) 50% 0 no-repeat fixed;
    margin: 0 auto;
    padding: 0;
}


/* 2.5 - Parallax  End
---------------------------------------------*/


/* 2.6 - Owl Slider
---------------------------------------------*/

.owl-controls {
    text-align: center;
    margin-top: 35px;
}

.owl-page {
    background-color: rgba(0, 0, 0, .3);
    border: 2px solid rgba(0, 0, 0, .0);
    border-radius: 100%;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 2px;
}

.owl-page.active {
    background-color: #f39c12;
    border: 2px solid #f39c12;
}


/* 2.6 - Owl Slider End
---------------------------------------------*/


/* 2.7 - Hexagon
---------------------------------------------*/

.hex {
    position: relative;
    width: 100px;
    height: 61px;
    border-radius: 7px;
    margin: 30px auto 50px auto;
}

.hex:before,
.hex:after {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: '';
    margin-left: -1px;
}

.hex,
.hex:before,
.hex:after {
    border-left: 2px solid #f39c12;
    border-right: 2px solid #f39c12;
}

.hex:before {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}

.hex:after {
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.hex.hex-margin {
    margin-bottom: 60px;
}


/* 2.7 - Hexagon End
---------------------------------------------*/


/* 2.8 - Content Title and Icon 
---------------------------------------------*/

.content-title {
    color: #0d0d0d;
    font-size: 1.175em;
    font-weight: 800;
    line-height: 1em;
    text-transform: uppercase;
    margin-top: 0;
}

.content-icon-hex {
    width: 118px;
    height: 72px;
    border-radius: 7px;
    background: #f39c12;
    margin: 30px 30px 40px 0;
}

.content-icon {
    color: #ffffff;
    font-size: 2.25em;
    line-height: 72px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}


/* 2.8 - Content Title and Icon End
---------------------------------------------*/


/* 2 - Global Styles End
---------------------------------------------------------------------- */


/* 3 - Main Menu
------------------------------------------------------------------------*/

.navbar,
.navbar-brand .logo {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.main-menu-continer {
    min-height: 80px;
}

#main-menu h1 {
    margin: 0;
}

.navbar {
    min-height: 80px;
    border: none;
    margin-bottom: 0;
}

.navbar-default {
    background-color: transparent;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0);
    border-color: #fff;
    border-radius: 0;
    clear: both;
}

.navbar-brand {
    height: 80px;
    font-size: 2rem;
    font-weight: 700;
    padding: 0 15px;
    line-height: 80px;
}

.navbar-brand .logo {
    /*height: 80px;*/
    width: auto;
}

.menu-bg .navbar-brand .logo {
    /*height: 70px;*/
}

.navbar-nav>li {
    padding-top: 15px;
    padding-bottom: 15px;
}


/*********sub menu***********/

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: rgba(0, 0, 0, .5) !important;
    color: #f39c12;
}

.navbar-nav>li.active .dropdown-menu {
    display: inline-block;
}

.nav-item .dropdown-menu {
    top: 80%;
}

.menu-bg-overlay .nav-item .dropdown-menu {
    top: 100%;
}

.nav-item .dropdown-menu {
    background: #000;
    box-shadow: none;
    border: none;
}

.nav-item .dropdown-menu a {
    padding: 7px 15px;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    color: #fff;
    width: 100%;
    display: inline-block;
}

.nav-item .dropdown-menu a:hover {
    color: #f39c12;
}

.nav-item .dropdown-menu a:last-child {
    border-bottom: 0;
}


/*******************************/

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #ffffff;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}

.navbar-nav>li>a {
    font-size: 1.0em;
    font-weight: 600;
    line-height: 55px;
    padding: 0 20px 0 20px;
}

a.donate {
    background-color: #e12444 !important;
    word-spacing: 5px;
    text-transform: uppercase;
}

a.donate:hover {
    background-color: #e12444 !important;
    color: #0d0d0d !important;
}

.collapse a.donate {
    padding: 11px 25px;
    margin: 20px 15px;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
}

.collapse a.donate:active,
.collapse a.donate:focus {
    text-decoration: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #f39c12;
}

.navbar-default.menu-bg .navbar-nav>li>a:hover,
.navbar-default.menu-bg .navbar-nav>li>a:focus,
.navbar-default.blog-page.navbar-nav>li>a:hover,
.navbar-default.blog-page .navbar-nav>li>a:focus {
    color: #f39c12 !important;
}

.menu-bg-overlay {
    background-color: rgba(0, 0, 0, .5) !important;
}


/*.navbar-default.menu-bg .navbar-nav>.active>a, */

.navbar-default.menu-bg .navbar-nav>.active>a:hover,
.navbar-default.menu-bg .navbar-nav>.active>a:focus,
.navbar-default.blog-page .navbar-nav>.active>a,
.navbar-default.blog-page .navbar-nav>.active>a:hover,
.navbar-default.blog-page .navbar-nav>.active>a:focus {
    color: #f39c12;
    background-color: transparent;
}

.navbar-default.blog-page .navbar-nav>li>a:hover,
.navbar-default.menu-bg .navbar-nav>li>a:focus,
.navbar-default.blog-page .navbar-nav>li>a:hover,
.navbar-default.blog-page .navbar-nav>li>a:focus {
    color: #0d0d0d;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.blog-page,
.menu-bg {
    /*background-color: #f39c12;*/
}


/* 3 - Main Menu End 
------------------------------------------------------------------------*/


/* 4 - Top Section
------------------------------------------------------------------------*/


/*.top-section {
	background: url(../../images/background/top-section-bg.jpg) no-repeat;
	margin: 0 auto;
	padding: 0;
	height:700px; background-size:cover;
}
*/

.top-section {
    background: url(../images/background/top-section-bg.jpg) no-repeat;
    margin: 0 auto;
    padding: 0;
    background-position: center;
    height: 100vh;
    background-size: cover;
}

.slider-txt-container {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    height: 500px;
    width: 100%;
    overflow: hidden;
}

.top-section .thin-txt {
    font-size: 3.125em;
    font-weight: 100;
    line-height: 50px;
}

.top-section .bold-txt {
    font-size: 4.375em;
    font-weight: 800;
    line-height: 70px;
}

.top-section .link {
    margin: 60px auto;
}

.top-section .item {
    padding-bottom: 60px;
}

.top-section .custom-btn {
    font-weight: 600;
    font-size: 0.9375rem;
}

.top-section .slide-nav {
    font-size: 6em;
    margin-top: -0.8em;
    color: #FFF;
    height: 40px;
    width: 40px;
    padding: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    background-color: transparent !important;
}

.top-section .slide-nav span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
}

.top-section .slide-nav.left {
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.top-section .slide-nav.right {
    right: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.top-section .slide-nav {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.top-section:hover .slide-nav {
    opacity: .5;
}

.top-section:hover .slide-nav.left {
    left: 2%;
}

.top-section:hover .slide-nav.right {
    right: 2%;
}

.top-section:hover .slide-nav:hover {
    color: #FFF;
    opacity: 1;
}


/* 4 - Top Section End 
------------------------------------------------------------------------*/


/* 5 - About us Section
------------------------------------------------------------------------*/

.about-img-carousel {
    max-width: 550px;
    margin: auto;
}

.about-parallax {
    text-align: center;
}

.progress-bar-container {
    max-width: 890px;
    margin: 30px auto;
    background-color: rgba(0, 0, 0, .3);
    padding: 10px;
    border-radius: 8px;
}

.progress-bar-container .progress {
    border-radius: 3px;
    margin-bottom: 0;
}

.progress-bar-container .progress-bar-warning {
    background-color: #f39c12;
}


/* 5 - About us Section End 
------------------------------------------------------------------------*/


/* 6 - Team Section
------------------------------------------------------------------------*/


/* 6 - Team Section End 
------------------------------------------------------------------------*/


/* 7 - Volunteer Section
------------------------------------------------------------------------*/


/* 7 - Volunteer Section End 
------------------------------------------------------------------------*/


/* 8 - Next Event Section
------------------------------------------------------------------------*/

.time-circle {
    color: #ffffff;
    text-align: center;
}

.time-circle .time-number {
    font-size: 2.8125em;
    font-weight: 700;
    line-height: 170px;
    display: block;
    margin: 20px auto;
    width: 170px;
    height: 170px;
    border: 2px solid #f39c12;
    border-radius: 100%;
}

.time-circle .time-name {
    font-size: 1.5625em;
    font-weight: 700;
    display: inline-block;
    margin: 10px auto 45px auto;
}

.time-circle .time-number .digit {
    line-height: 45px;
    display: inline-block;
    overflow: hidden;
}

.event-btn-container {
    clear: both;
    text-align: center;
}


/* 8 - Next Event Section End 
------------------------------------------------------------------------*/


/* 9 - Service Section
------------------------------------------------------------------------*/

.service-box {
    max-width: 450px;
    margin: auto;
}

.service-box:hover .service-icon-hex,
.service-box:hover .service-icon-hex:before,
.service-box:hover .service-icon-hex:after {
    background-color: #f39c12;
}

.service-icon {
    color: #0d0d0d;
    font-size: 2.25em;
    line-height: 61px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

.service-box:hover .service-icon {
    color: #ffffff;
}

.service-title,
.service-description,
.services-button {
    text-align: center;
}


/* 9 - Service Section End 
------------------------------------------------------------------------*/


/* 10.1 - Hover Effects End 
-------------------------------------------*/


/* 10 - Pricing Section End 
------------------------------------------------------------------------*/


/* 11 - Testimonial Section
------------------------------------------------------------------------*/

.testimonial-figure {
    color: #ffffff;
    text-align: center;
    max-width: 850px;
    margin: 0 auto 100px auto;
}

.testimonial-figure .authors-review {
    font-size: 1.375em;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 45px;
}

.testimonial-figure .author-avatar {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}


/* 11 - Testimonial Section End 
------------------------------------------------------------------------*/


/* 12 - Gallery Section
------------------------------------------------------------------------*/

div.pp_default .pp_expand {
    display: none !important;
}

div.pp_default .pp_social {
    display: none;
}

.galleryFilter {
    text-align: center;
    margin-bottom: 60px;
}

.gallery-item figure {
    background: #ffffff;
    float: left;
    margin: 0 2px 10px;
    overflow: hidden;
    height: 250px;
    width: 24.5%;
}

.gallery-item figure img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.gallery-item a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.gallery-item figure img {
    width: 100%;
    max-width: inherit;
    border: transparent;
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -ms-transition: -ms-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
}

.gallery-item figure:hover img {
    -webkit-transform: scale(1.02) rotate(2deg);
    -moz-transform: scale(1.02) rotate(2deg);
    -ms-transform: scale(1.02) rotate(2deg);
    -o-transform: scale(1.02) rotate(2deg);
    transform: scale(1.02) rotate(2deg);
}

.gallery-item .item-w2 {
    background: #ED9393;
    width: 60%;
}

.gallery-item .item-h2 {
    background: #7CB744;
    height: 680px;
}

.gallery-item .item-h3 {
    background: #38B5E5;
}

.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.galleryFilter {
    clear: both;
    margin: auto;
    padding-bottom: 60px;
    text-align: center;
    width: auto;
}

.galleryFilter a {
    border: 2px solid transparent;
    color: #0d0d0d;
    display: inline-block;
    font-weight: 700;
    font-size: 0.875em;
    text-transform: uppercase;
    margin: 0 5px;
    padding: 10px;
    cursor: pointer;
}

.galleryFilter a:focus,
.galleryFilter a:hover,
.galleryFilter .current {
    color: #f39c12;
    text-decoration: none;
}

.galleryFilter .current {
    border: 2px solid #f39c12;
}

.gallery-item figure {
    position: relative;
    z-index: 0;
}

.galleryFilter a,
.gallery-item figure:after,
.gallery-item figure .item-description,
.gallery-item figure .item-link,
.gallery-item figure .item-link a:after,
.hex.link-hex span {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.gallery-item figure:after {
    background-color: rgba(0, 0, 0, .5);
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.gallery-item figure:hover:after {
    opacity: 1;
}

.gallery-item figure .item-description {
    color: #ffffff;
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    top: 100%;
    margin-top: -40px;
    z-index: 2;
    padding: 0 15px;
}

.gallery-item figure:hover .item-description {
    margin-top: -80px;
    background-color: #f39c12;
}

.gallery-item figure .item-title,
.gallery-item figure .item-title a {
    color: #ffffff;
}

.gallery-item figure .item-title {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 5px;
}

.gallery-item .gallery-item-description {
    font-size: .9em;
    line-height: 20px;
}

.gallery-item figure .item-link {
    font-size: 2em;
    position: absolute;
    top: -50%;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    text-align: center;
    z-index: 3;
    opacity: 0;
    margin-top: -10px;
}

.gallery-item figure:hover .item-link {
    top: 45%;
}

.link-hex {
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    background-image: url(../images/link-hex-hover.png);
    background-image: url(../images/link-hex.png);
    background-repeat: no-repeat;
}

.link-hex:hover {
    background-image: url(../images/link-hex-hover.png);
}

.link-hex span {
    color: #f39c12 !important;
    z-index: 999;
    color: #ffffff;
    line-height: 50px;
    font-size: 0.75em;
}

.link-hex:hover span {
    color: #ffffff !important;
}

.gallery-item figure:hover .item-link {
    opacity: 1;
}


/* 12 - Gallery Section End 
------------------------------------------------------------------------*/


/* 14 - Twitter Section
------------------------------------------------------------------------*/

.twitter-icon-hex,
.twitter-icon-hex:before,
.twitter-icon-hex:after {
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.tweet-icon {
    color: #f39c12;
    font-size: 2.25em;
    line-height: 61px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.tweet-text {
    color: #ffffff;
    font-size: 1.375em;
    font-weight: 300;
    max-width: 850px;
    margin: auto;
    text-align: center;
}

.tweet-text a {
    color: #f39c12;
}

.tweet-time {
    color: #808080;
    text-align: center;
}


/* 14 - Twitter Section End 
------------------------------------------------------------------------*/


/* 15 - News Section 
------------------------------------------------------------------------*/

.news-item {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
}

.news-article {
    position: relative;
}

.news-article .article-container {
    position: relative;
    width: 100%;
    top: -60px;
    left: 0;
}

.news-article .post-meta {
    font-size: 0.8125em;
    text-align: right;
    line-height: 24px;
    float: left;
    width: 110px;
}

.news-article .post-meta time {
    padding: 0;
}

.news-article .post-meta span {
    display: block;
}

.news-article .meta-icon {
    margin: 15px 0 10px 65px;
    color: #ffffff;
    font-size: 1.5em;
    text-align: center;
    line-height: 42px;
    height: 45px;
    width: 45px;
    background-color: #f39c12;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.news-item:hover .news-article .meta-icon {
    background-color: #e12444;
}

.news-article .post-details {
    margin-left: 110px;
    background-color: #ffffff;
    padding: 20px 20px 0 20px;
}

.news-article .custom-btn {
    margin-left: 0;
}

.view-all {
    text-align: center;
    margin-top: 60px;
}


/* 15 - News Section End 
------------------------------------------------------------------------*/


/* 16 - Upcoming Events Section
------------------------------------------------------------------------*/

.event-container .event-content {
    margin-bottom: 50px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}

.event-container .event-content:hover .content-title a {
    color: #f39c12;
}

.event-content .content-title {
    padding: 20px 20px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 23px;
    height: 70px;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.event-content .event-date-time-place {
    padding: 0 20px 20px 20px;
    line-height: 25px;
}

.event-content .event-date-time-place p {
    padding-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 23px;
    height: 115px;
    margin-bottom: 0px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.event-content .event-date-time-place a {
    margin: 0;
    float: right;
    color: #f39c12;
}

.event-content .event-date-time-place span {
    color: #0d0d0d;
    margin-right: 8px;
    display: inline-block;
    width: 15px;
    text-align: center;
}

.event-date-time-place time {
    padding: 0;
    display: inline-block;
    width: 100%;
}

.event-content.event-title {
    color: #0d0d0d;
    text-transform: uppercase;
    line-height: 1;
}

.event-content .event-img {}


/* 16 - Upcoming Events Section End 
------------------------------------------------------------------------*/


/* 17 - Clients Section 
------------------------------------------------------------------------*/

.client-logo {
    margin-bottom: 50px;
    text-align: center;
}

.client-logo img {
    width: inherit;
    max-width: 100%;
}


/* 17 - Clients Section End 
------------------------------------------------------------------------*/


/* 18 - Contact Section
------------------------------------------------------------------------*/

.form-control {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    border: 2px solid #d9d9d9;
    position: relative;
    background-color: transparent;
}

.contact-form-container .content-title {
    margin-bottom: 30px;
}

.contact-form-container .input-container {
    background-color: #ffffff;
    position: relative;
}

.contact-form-container .input-container:before {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #d9d9d9;
    font-family: 'linecons';
    font-style: normal;
    font-size: 18px;
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contact-form-container .input-container:hover:before .contact-form-container .input-container:focus:before {
    color: #f39c12;
}

.contact-form-container textarea.form-control {
    height: inherit;
}

.comment-form .form-control:focus,
.contact-form-container .form-control:focus {
    border-color: #f39c12;
}

.contact-form-container .custom-btn {
    color: #0d0d0d;
    background-color: #ffffff;
    border-color: #f39c12;
    margin: 15px 0;
}

.contact-form-container .custom-btn:hover {
    color: #ffffff;
    border-color: #f39c12;
}

.contact-info .contact-address {
    margin: 0;
    padding: 0;
}

.contact-info .content-description {
    color: #737373;
    font-weight: 400;
}

.contact-info .contact-address li {
    position: relative;
    padding-left: 50px;
    line-height: 40px;
    color: #0d0d0d;
    font-weight: 600;
    margin: 5px 0;
}

.contact-info .content-title {
    margin-bottom: 20px;
}

.contact-info .contact-address li:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    border: 2px solid #f39c12;
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 18px;
    speak: none;
    font-weight: normal;
    line-height: 33px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* 18.1 - Email Validator
---------------------------------------------*/

.error {
    display: none;
    padding: 10px;
    margin: 0 0 5px 0;
    color: #D8000C;
    font-size: 12px;
    background-color: #FFBABA;
}

.success {
    display: none;
    padding: 10px;
    color: #044406;
    font-size: 12px;
    background-color: #B7FBB9;
}

.error img,
.success img {
    margin-right: 10px;
    width: inherit;
}


/* 18.1 - Email Validator
---------------------------------------------*/


/* 18 - Contact Section End 
------------------------------------------------------------------------*/


/* 19 - Google Map
------------------------------------------------------------------------*/

.map-container img {
    max-width: inherit;
    height: inherit;
}

.google-map-container {
    width: 100%;
    height: 600px;
    background-color: #dddddd;
}


/* 19 - Google Map End 
------------------------------------------------------------------------*/


/* 20 - Blog Page
---------------------------------------------------------------------- */

.blog-page-container {
    margin-top: 100px;
}

.blog-section {
    margin-top: 80px;
    overflow: hidden;
}

.blog-section h1,
.blog-section h2,
.blog-section h3,
.blog-section h4 {
    text-transform: uppercase;
    font-weight: 700;
}

.post-box {
    margin-bottom: 80px;
}

.post-box .custom-btn {
    border: 2px solid #f39c12;
    color: #0d0d0d;
    font-weight: 800;
    padding: 0 15px;
    text-transform: uppercase;
}

.post-box .custom-btn:hover {
    color: #ffffff;
}

.publish-date {
    color: #ffffff;
    text-align: center;
    background-color: #f39c12;
    padding: 10px 0px 2px 0;
}

.publish-date p {
    margin-bottom: 5px;
}

.publish-date .day {
    font-size: 4em;
    font-weight: 900;
    line-height: 35px;
    padding-bottom: 5px;
    display: block;
}

.publish-date .month-year {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 22px;
}

.publish-date .month-year time {
    padding: 0;
}

.post-category {
    background-color: #e12444;
    height: 60px;
    font-size: 2em;
    line-height: 50px;
    text-align: center;
    color: white;
    padding: 5px;
}

.blog-section .post-meta {
    border-bottom: 1px solid #f0f1f2;
    margin: 10px 0 20px 0;
    padding-bottom: 10px;
}

.blog-section .post-title {
    font-size: 1.75em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0 0 0;
    -webkit-text-stroke: 0.1px;
}

.blog-section .comments {
    color: #0d0d0d;
}

.blog-section .post-title a:hover,
.blog-section .comments:hover {
    color: #f39c12;
}

.blog-section .comments i {
    padding: 0 8px;
}

.blog-section article {
    line-height: 1.5em;
    color: #7f7f7f;
}

.blog-section .format-standard .post-title {
    margin: 0;
    padding: 0;
}


/* 20.1 - Slider
---------------------------------------------*/

.blog-section .carousel-indicators .active {
    background-color: #f39c12;
    border-color: #f39c12;
}

.blog-section .carousel-indicators {
    margin-left: 0;
    top: 90%;
    left: 63%;
}

.blog-section .carousel-control.left,
.blog-section .carousel-control.right {
    background-image: none;
    top: 45%;
    font-size: 45px;
}


/* 20.1 - Slider End
---------------------------------------------*/


/* 20.2 - Post Blockquote
---------------------------------------------*/

blockquote.post-blockquote {
    background: #e12444;
    color: #fff;
    font-size: 35px;
    font-style: inherit;
    padding: 30px;
    border: none;
    font-family: 'Raleway', sans-serif;
    line-height: 45px;
    font-weight: 600;
    letter-spacing: 0px;
    margin: 0;
    position: relative;
    z-index: -1;
}

blockquote.post-blockquote .quot-author {
    font-size: 16px;
    font-weight: 400;
    display: block;
}

blockquote.post-blockquote:before {
    position: absolute;
    left: 30px;
    top: 25px;
    font-size: 3em;
    color: rgba(243, 156, 18, 0.55);
    content: "\f10d";
    display: block;
    font-family: FontAwesome;
    z-index: -1;
}


/* 20.2 - Post Blockquote End
---------------------------------------------*/


/* 20.3 - Attachment Link
---------------------------------------------*/

.attachmentlink {
    background-color: #e12444;
    padding: 25px 30px;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0px;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.attachmentlink:before {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 2.5em;
    font-weight: 400;
    color: rgba(243, 156, 18, 0.49);
    content: "\f0c6";
    display: block;
    font-family: FontAwesome;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.attachmentlink .attach-link {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: block;
}


/* 20.3 -  Attachment Link End
---------------------------------------------*/


/* 20.4 - Comment Section
---------------------------------------------*/

.blog-section .comment-section {
    margin-top: 80px;
}

#submited-comment>ul>li,
#submited-comment>ul>ul>li,
#submited-comment ul.bbp-threaded-replies>li {
    float: left;
    border: 1px solid #ddd;
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
    /*box-shadow: 0px 1px 8px 0 rgba(5, 5, 5, 0.2);*/
}


/*#submited-comment > ul > li article,
#submited-comment > ul > ul > li article,
#submited-comment ul.bbp-threaded-replies > li article
{ 
  float:left; 
	border-bottom: 2px solid #f39c12;
    padding:0 10px;
    width:100%;
    margin-bottom: 20px;
}*/

.commentlist {
    padding-left: 0;
}

#submited-commnet .comment {
    list-style: none;
    float: left;
}

#submited-commnet .comment article {
    padding: 15px 0;
    overflow: hidden;
}

#submited-commnet .comment .children {
    margin-left: 110px;
}

.comment-author {
    color: #0d0d0d;
    text-transform: uppercase;
    font-size: 1.125em;
    font-weight: 700;
    -webkit-text-stroke: 0.1px;
}

.comment-content {
    overflow: hidden;
    margin-bottom: 10px;
}

#leave-comment {
    width: 100%;
    margin-top: 70px;
    display: inline-block;
}

.blog-sidebar .title,
#comments .title {
    color: #0d0d0d;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    -webkit-text-stroke: 0.1px;
}

#respond {
    margin-top: 15px;
    display: inherit;
    width: 100%;
}

#comment {
    line-height: 20px;
    padding: 10px;
    margin: 10px 0;
    outline-style: none;
    width: 100%;
    min-height: 200px;
}

#commentform input[type="submit"],
#commentform button[type="submit"] {
    background-color: #e12444;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    height: 50px;
    line-height: 20px;
    padding: 10px 20px;
    margin: 5px 0 120px 0;
    outline-style: none;
}

#commentform input[type="submit"]:hover,
#commentform button[type="submit"]:hover {
    background-color: #f39c12;
}


/* 20.4 - Comment Section
---------------------------------------------*/


/* 20.5 - Blog Sidebar
---------------------------------------------*/

.blog-sidebar .form-control {
    float: left;
    width: 85%;
    height: 50px;
    border-right: none;
}

.blog-sidebar .btn {
    background-color: #e12444;
    color: #fff !important;
    font-size: 1.10em;
    /*line-height: 20px;*/
    width: 15%;
    /*height: 50px;*/
}

.blog-sidebar .btn:hover {
    background-color: #f39c12;
}

.blog-sidebar {
    margin-top: 80px;
    padding-left: 45px;
}

.blog-sidebar .widget {
    /*margin-top: 5px;*/
}

.blog-sidebar .sidebar-title {
    font-size: 1.25em;
    margin: 0 0 15px 0;
    padding-right: 20px;
}

.blog-sidebar .sidebar-title:after {
    border-top: 1px solid #f0f1f2;
}

.blog-sidebar .sidebar-title .title {
    background-color: #FFF;
    color: #606060;
    font-size: 1.50em;
}

.blog-sidebar .sidebar-title .title:after {
    border: 1px solid #f0f1f2;
}

.blog-sidebar .widget ul li {
    list-style: none;
    margin-bottom: 5px;
    border-bottom: 1px solid #f0f1f2;
    padding: 0 15px;
    position: relative;
}

.blog-sidebar .widget ul li a:before {
    content: "\f105";
    display: block;
    font-family: FontAwesome;
    position: absolute;
    left: -15px;
    top: 9px;
}

.blog-sidebar .widget ul li a {
    position: relative;
    color: #606060;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 20px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.blog-sidebar .widget ul li a:hover {
    color: #f39c12;
    margin-left: 10px;
}

.popular-post li {
    padding-bottom: 30px;
}

.popular-post img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 15px
}

.popular-post a {
    font-weight: 600;
    text-transform: uppercase;
}

.popular-post time,
.popular-post-comment {
    font-size: .8em;
    font-weight: 300;
}

.popular-post time a {
    font-size: .9em;
    font-weight: 300;
}

.tagcloud a {
    display: inline-block;
    padding: 0px 10px;
    margin: 4px 2px;
    background-color: #ecebeb;
    border-radius: 6px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.tagcloud a:hover {
    background-color: #f39c12;
    border-color: #f39c12;
    color: #fff;
}


/* 20.5 - Blog Sidebar End
---------------------------------------------*/


/* 20 - Blog Page End
---------------------------------------------------------------------- */


/* 21 Blog Single Page
------------------------------------------------------------------------*/

article blockquote {
    color: #0d0d0d;
    padding: 5px 10px;
    border-left: 5px solid #f39c12;
}

.author-image {
    width: 100px;
    height: 100px;
    padding: 0;
}

.author-image img {
    border-radius: 50%;
}

#submited-comment .comment .children {
    margin-left: 110px;
}

#submited-comment p {
    line-height: normal;
    font-size: .95em;
}

#submited-comment .btn {
    border: 2px solid #f39c12;
    color: #0d0d0d;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0 15px;
    margin-left: 0;
}

#submited-comment .btn:hover {
    color: #ffffff;
}

.children li {
    border: none;
}

.reply-footer a {
    font-size: 14px;
    padding-right: 8px;
    padding-left: 8px;
    font-weight: 600;
    text-transform: uppercase;
}


/* 21.1 - Pagination
---------------------------------------------*/

.page-navigation {
    margin-top: 20px;
    margin-bottom: 40px;
    display: inline-block;
}

.page-navigation li {
    float: left;
}

.page-navigation li a {
    text-align: center;
    padding: 10px;
    font-size: 1.5em;
    font-weight: 800;
    position: relative;
    display: inline-block;
}

.page-navigation li a,
.page-navigation li a:before {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.page-navigation li a.active:before,
.page-navigation li a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: transparent;
    bottom: 5px;
    left: 0;
}

.page-navigation li a.active:before,
.page-navigation li a:hover:before {
    background-color: #f39c12;
}


/* 21.1 - Pagination End
---------------------------------------------*/


/* Blog Single Page End
------------------------------------------------------------------------*/


/* 22 - Footer Section
------------------------------------------------------------------------*/

.footer-section {
    padding: 20px 0px;
    background-color: #ddd;
}

.footer-social-btn {}

.footer-social-btn a {
    color: #0d0d0d;
    margin: 5px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.copyrights a {
    color: #0d0d0d;
    font-weight: 600;
    -webkit-text-stroke: 0.1px;
}

.copyrights a:hover,
.footer-social-btn a:hover {
    color: #f39c12;
}


/* 22 - Footer Section End 
------------------------------------------------------------------------*/


/* 23 - Scroll to top
------------------------------------------------------------------------*/

#scroll-to-top {
    position: fixed;
    right: 30px;
    bottom: 40px;
    cursor: pointer;
    display: none;
    opacity: .7;
    z-index: 99999;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#scroll-to-top:hover {
    opacity: 1;
}

#scroll-to-top span {
    font-size: 20px;
}

#scroll-to-top span {
    color: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    z-index: 1;
}

.hex.scroll-top {
    width: 45px;
    height: 29px;
    margin-bottom: 5px;
    background-color: #f39c12;
}

.hex.scroll-top:after,
.hex.scroll-top:before {
    margin-left: -2px;
    background-color: #f39c12;
}

a.slide-nav.left.slide-left.upsec_next {
    position: absolute;
    top: 45%;
    transform: translate(0%, -50%);
    right: -40px;
    padding-top: 8px;
}

/* Gatherings Article Page
---------------------------------------------------------------------- */
.journal-article {
    max-width: 720px;
    margin: 60px auto;
    font-size: 18px;
    line-height: 1.8;
}

.article-title {
    font-size: 32px;
    margin-bottom: 20px;
}

.article-meta {
    color: #666;
    margin-bottom: 30px;
}

.article-authors {
    margin-bottom: 30px;
}

.article-download {
    margin: 30px 0;
}

/* ================================================================
   ARTICLE DETAIL PAGE — Modern Redesign
   Paste at the bottom of your theme's style.css
   ================================================================ */

/* ── Reading Progress Bar ─────────────────────────────────────── */
.article-reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 0.1875rem;
    width: 0%;
    background: linear-gradient(90deg, #f39c12 0%, #e8b923 100%);
    z-index: 99999;
    transition: width 0.1s linear;
    pointer-events: none;
}

/* ── Page shell ───────────────────────────────────────────────── */
.article-page {
    background: #f6f4f0;
    min-height: 100vh;
}

/* Shared container */
.article-container {
    max-width: 71.25rem;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1rem;
}

.article-container--grid {
    display: grid;
    grid-template-columns: 17.5rem 1fr;
    /* 280px */
    gap: 2rem;
    align-items: start;
    padding-top: 2rem;
    padding-bottom: 3.75rem;
}

/* ── HERO ─────────────────────────────────────────────────────── */
.article-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.70)),
        url(../images/background/member-banner.jpg) center/cover no-repeat;
    border-bottom: 0.0625rem solid #222;
    padding: 6rem 0 2.5rem;
    /* 120px top to fix menu overlap */
}

/* Breadcrumb */
.article-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    color: #ffffff;
    margin-bottom: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.article-breadcrumb a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color .18s;
}

.article-breadcrumb a:hover {
    color: #ffffff;
}

.article-breadcrumb span[aria-hidden] {
    color: #f39c12;
    font-size: 1.1rem;
    line-height: 0;
}

/* Badges */
.article-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4375rem;
    margin-bottom: 0;
}

.badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.8125rem;
    border-radius: 6.1875rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.71875rem;
    /* 11.5px */
    font-weight: 700;
    letter-spacing: .045em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

/* Theme Badges (Yellow accents) */
.badge--red {
    background: #f39c12;
    color: #000;
    border: 0.0625rem solid #f39c12;
}

.badge--blue {
    background: #333;
    color: #fff;
    border: 0.0625rem solid #444;
}

.badge--green {
    background: #222;
    color: #f39c12;
    border: 0.0625rem solid #444;
}

.badge--gray {
    background: #111;
    color: #999;
    border: 0.0625rem solid #333;
}

.badge--gray:hover {
    background: #333;
    color: #fff;
    border-color: #555;
}

/* Dark hero badge variants — Gold/Yellow themed */
.badge--hero-vol,
.badge--hero-year,
.badge--hero-pages {
    background: #f39c12;
    color: #000000;
    border: 0.0625rem solid #f39c12;
}

.badge--hero-doi {
    background: #1a1a1a;
    color: #f39c12;
    border: 0.0625rem solid #444;
    transition: all .2s;
}

.badge--hero-doi:hover {
    background: #f39c12;
    color: #000;
    border-color: #f39c12;
    text-decoration: none;
}

/* Title */
.article-title {
    font-size: clamp(1.75rem, 3.8vw, 2.75rem);
    font-weight: 800;
    color: #ffffff;
    line-height: normal;
    margin: 0 0 0.3rem 0;
    letter-spacing: -.022em;
}

/* Author strip */
.article-authors-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.article-publication-line {
    margin: 0;
    color: #f4f4f4;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.article-journal-label {
    display: inline-flex;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.71875rem;
    font-weight: 700;
    letter-spacing: .045em;
    text-transform: uppercase;
    color: #ffffff;
    white-space: nowrap;
    margin-right: 0.4375rem;
}

.author-chip {
    display: flex;
    align-items: center;
    gap: 0.6875rem;
}

.author-chip__avatar {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #999;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    flex-shrink: 0;
}

.author-chip__text {
    display: flex;
    flex-direction: column;
    gap: 0.0625rem;
}

.author-chip__text strong {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #ffffff;
}

.author-chip__text span {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.8125rem;
    color: #999;
}

.author-chip__orcid {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-top: 0.2rem;
    font-size: 0.75rem;
    color: #A6CE39;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1;
}

.author-chip__orcid:hover {
    text-decoration: underline;
    color: #7fa82a;
}

.orcid-icon {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}

/* ── LAYOUT WRAPPER ───────────────────────────────────────────── */
.article-layout {
    background: #f6f4f0;
}

/* ── SIDEBAR ──────────────────────────────────────────────────── */
.article-sidebar {
    position: sticky;
    top: 5.5rem;
    /* 88px */
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

/* Sidebar card base */
.sc {
    background: #ffffff;
    border: 0.0625rem solid #e6e2db;
    border-radius: 0.75rem;
    padding: 1.125rem 1.25rem;
}

/* Label above each card */
.sc__label {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: normal;
    text-transform: uppercase;
    color: #f39c12;
    margin: 0 0 0.625rem;
}

/* __ Publication card */
.sc--pub .sc__journal {
    font-size: 0.9rem;
    font-weight: 600;
    color: #2a2a2a;
    line-height: normal;
    margin: 0 0 0.75rem;
}

.sc__meta {
    margin: 0;
    padding: 0.75rem 0 0;
    border-top: 0.0625rem solid #f0ede7;
    display: flex;
    flex-direction: column;
    gap: 0.4375rem;
}

.sc__meta-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.375rem;
}

.sc__meta-row dt {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.75rem;
    color: #b0a89e;
    font-weight: 500;
    flex-shrink: 0;
}

.sc__meta-row dd {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.75rem;
    color: #333;
    font-weight: 600;
    margin: 0;
    text-align: right;
}

.sc__meta-row--doi dd a {
    font-size: 0.6875rem;
    color: #b08b00;
    /* Amber/Gold for contrast on white */
    text-decoration: none;
    word-break: break-all;
}

/* __ Author card */
.sc--authors {
    display: flex;
    flex-direction: column;
}

.sc__author {
    display: flex;
    align-items: flex-start;
    gap: 0.6875rem;
}

.sc__author-avatar {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #c8392b, #e8604a);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.sc__author-info {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.sc__author-info strong {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #1a1a1a;
    display: block;
}

.sc__author-info span {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.75rem;
    color: #999;
    display: block;
}

/* __ Download PDF button */
.btn-pdf {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5625rem;
    width: 100%;
    padding: 0.8125rem 1.125rem;
    background: #f39c12;
    color: #fff !important;
    border-radius: 0.6875rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none !important;
    letter-spacing: .01em;
    transition: background .18s, transform .14s, box-shadow .18s;
    box-shadow: 0 0.125rem 0.625rem rgba(200, 57, 43, .28);
    box-sizing: border-box;
}

.btn-pdf svg {
    width: 1.0625rem;
    height: 1.0625rem;
    flex-shrink: 0;
}

.btn-pdf:is(:hover, :focus) {
    background: #000000;
    transform: translateY(-0.0625rem);
    box-shadow: 0 0.3125rem 1rem rgba(0, 0, 0, 0.38);
}

.btn-pdf:active {
    transform: translateY(0);
}



/* __ Sidebar back link */
.sidebar-back {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.8125rem;
    color: #b0a89e;
    text-decoration: none;
    padding: 0.375rem 0.125rem;
    transition: color .18s;
}

.sidebar-back svg {
    width: 0.9375rem;
    height: 0.9375rem;
    transition: transform .18s;
    flex-shrink: 0;
}

.sidebar-back:hover {
    color: #f39c12;
    text-decoration: none;
}

.sidebar-back:hover svg {
    transform: translateX(-0.1875rem);
}

/* ── MAIN ARTICLE CONTENT ─────────────────────────────────────── */
.article-content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Section label (small caps) */
.ac-section-label {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: normal;
    text-transform: uppercase;
    color: #f39c12;
    margin: 0 0 0.625rem;
}

/* Section title (larger headings) */
.ac-section-title {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 1rem;
}

/* __ Abstract __ */
.ac-abstract {
    background: #ffffff;
    border: 0.0625rem solid #e6e2db;
    border-radius: 0.75rem;
    padding: 1.3rem 1.5rem;
    position: relative;
    overflow: hidden;
}

.ac-abstract__before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.25rem;
    background: #f39c12;
    border-radius: 0.75rem 0 0 0.75rem;
}

.ac-abstract__title {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.75rem;
    line-height: 1.35;
}

.ac-abstract__body {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1rem;
    color: #333;
}

.ac-abstract__body p {
    margin: 0;
    line-height: 1.5;
}

/* __ DOI inline notice __ */
.ac-doi {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.8125rem;
    color: #999;
    background: #fff;
    border: 0.0625rem solid #e6e2db;
    border-radius: 0.625rem;
    padding: 0.75rem 1.125rem;
}

.ac-doi span {
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-size: 0.6875rem;
    color: #b0a89e;
}

.ac-doi a {
    color: #f39c12;
    text-decoration: none;
    font-weight: 500;
}

.ac-doi a:hover {
    text-decoration: underline;
}

/* __ Article body text __ */
.ac-body {
    background: #ffffff;
    border: 0.0625rem solid #e6e2db;
    border-radius: 0.75rem;
    padding: 2rem;
}

.ac-body__text {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.03125rem;
    max-width: 75ch;
    margin: 0 auto;
    line-height: 1.8;
    color: #222;
}

/* Neutralize the homepage .gatherings rule inside article body content */
.ac-body__text .gatherings {
    margin: 0 auto !important;
    display: block;
}

/* .gatherings markup ships its own typography — keep the global rules at the top
   of this file (a/h1–h6/p font-family, p line-height/font-size/margin-bottom) out
   of it and its children. Everything inherits from .gatherings instead. Those
   rules still apply normally everywhere else on the site. */
.gatherings a,
.gatherings h1,
.gatherings h2,
.gatherings h3,
.gatherings h4,
.gatherings h5,
.gatherings h6,
.gatherings p {
    font-family: inherit;
}

.gatherings p {
    line-height: revert;
    font-size: revert;
    margin-bottom: 1em;
    margin-bottom: revert;
}

.ac-body__text p {
    margin: 0 0 1.5em;
}

.ac-body__text p:last-child {
    margin-bottom: 0;
}

/* Drop cap */
.ac-body__text>p:first-child::first-letter {
    float: left;
    font-size: 4rem;
    line-height: 0.8;
    margin: 0.25rem 0.625rem 0 0;
    font-family: Georgia, serif;
    color: #f39c12;
    font-weight: 700;
}

/* ===== Cite Button ===== */
.btn-cite-jump {
    display: inline-block;
    padding: 0.3rem 0.8rem;
    background: #f59e0b;
    color: #000;
    font-weight: 600;
    border-radius: 100px;
    text-decoration: none;
}

.btn-cite-jump:is(:hover, :focus) {
    background: #fff;
}

/* ===== Author Line ===== */
.article-author-line {
    margin-top: 10px;
    font-size: 0.95rem;
    opacity: 0.85;
}

/* ===== DOI ===== */
.ac-doi {
    margin: 20px 0;
    font-size: 0.9rem;
}

/* ===== Easy Footnotes — in-text marker wrapper ===== */
.easy-footnote {
    font-size: 0.85em;
}

/* ===== Mobile Fix ===== */
@media (max-width: 768px) {
    .article-container--grid {
        display: block;
    }

    .article-sidebar {
        position: static;
        margin-bottom: 20px;
    }

    .btn-pdf {
        width: 100%;
        text-align: center;
    }

    .article-title {
        font-size: 1.8rem;
    }
}

/* ===== Reading Width ===== */
.ac-body__text {
    max-width: 70ch;
    line-height: 1.7;
}

/* Headings inside article */
.ac-body__text h2 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    color: #111;
    margin: 2.2em 0 .8em;
    line-height: 1.3;
}

.ac-body__text h3 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #222;
    margin: 1.8em 0 .7em;
}

.ac-body__text h4 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #333;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin: 1.5em 0 .6em;
}


/* Links */
.ac-body__text a {
    color: #b08b00;
    /* Amber/Gold for contrast on white */
    text-decoration: underline;
}

.ac-body__text a:hover {
    color: #8c6e00;
}

/* ===== In-text footnote superscripts ===== */
.ac-body__text sup {
    font-size: 0.75em;
    vertical-align: super;
    line-height: 0;
    font-family: -apple-system, sans-serif;
    font-weight: 600;
}

.ac-body__text sup a {
    text-decoration: none;
    color: #b08b00;
    font-weight: 600;
    margin-left: 2px;
    cursor: pointer;
}

.ac-body__text sup a:hover,
.ac-body__text sup a:focus {
    text-decoration: underline;
    color: #8c6e00;
}

/* __ References __ */
.ac-references {
    background: #ffffff;
    border: 0.0625rem solid #e6e2db;
    border-radius: 0.75rem;
    padding: 1.5rem 2rem;
}

.ac-references__body {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 0.90625rem;
    /* 14.5px */
    line-height: 1.65;
    color: #444;
}

.ac-references__body p {
    margin: 0 0 .9em;
}

/* __ Cite this article __ */
.ac-cite {
    background: #ffffff;
    border: 0.0625rem solid #e6e2db;
    border-top: 0.1875rem solid #f39c12;
    border-radius: 0.75rem;
    padding: 1rem 1.125rem 1.125rem;
}

.ac-cite__box {
    background: #faf8f5;
    border: 0.0625rem solid #ede9e3;
    border-radius: 0.5rem;
    padding: 0.75rem;
    margin-bottom: 0.75rem;
}

.ac-cite__text {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #2a2a2a;
    margin: 0;
}

/* Actions row: copy button + format links */
.ac-cite__actions {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    flex-wrap: wrap;
}

.ac-cite__actions a {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    color: #f39c12;
    text-decoration: none;
    padding: 0.2rem 0.1rem;
    border: 0.0625rem solid #333;
    border-radius: 0.4rem;
    background: #111;
    flex: 1;
    text-align: center;
    white-space: pre;
    transition: all .18s;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.ac-cite__actions a:hover {
    background: #f39c12;
    color: #000;
    border-color: #f39c12;
}

/* Copy button */
.btn-copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    padding: 0.2rem 0.1rem;
    flex: 1;
    text-align: center;
    border: 0.0625rem solid #000;
    border-radius: 0.4rem;
    background: #000000;
    color: #f39c12;
    font-size: 0.6875rem;
    font-weight: 700;
    cursor: pointer;
    flex-shrink: 0;
    transition: all .2s;
    white-space: nowrap;
}

.btn-copy:hover {
    background: #f39c12;
    border-color: #f39c12;
    color: #000;
}

.btn-copy--ok {
    background: #24724d !important;
    border-color: #24724d !important;
    color: #fff !important;
}


/* ── HERO ELEMENTS ───────────────────────────────────────────── */

/* ── ARTICLE NAV ARROWS ──────────────────────────────────────── */
.article-nav-arrows {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

/* Wrapper — tooltip anchor */
.article-nav-btn {
    position: relative;
    display: inline-flex;
}

/* Pill button base */
.article-nav-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.4rem;
    padding: 0 1.25rem;
    border-radius: 999px;
    border: 1.5px solid #f39c12;
    background: #f39c12;
    color: #1a1a1a;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.article-nav-arrow svg {
    width: 1.3rem;
    height: 1.3rem;
    display: block;
    flex-shrink: 0;
    stroke: currentColor;
    stroke-width: 2.5;
    transition: transform 0.22s ease;
}

/* Hover / focus */
.article-nav-btn:not(.article-nav-btn--disabled) .article-nav-arrow:is(:hover, :focus-visible) {
    background: #1a1a1a;
    border-color: #f39c12;
    color: #f39c12;
    outline: none;
}

/* Prev: arrow nudges left */
.article-nav-btn--prev:not(.article-nav-btn--disabled) .article-nav-arrow:is(:hover, :focus-visible) svg {
    transform: translateX(-4px);
}

/* Next: arrow nudges right */
.article-nav-btn--next:not(.article-nav-btn--disabled) .article-nav-arrow:is(:hover, :focus-visible) svg {
    transform: translateX(4px);
}

/* Disabled */
.article-nav-btn--disabled .article-nav-arrow {
    border-color: rgba(243, 156, 18, 0.25);
    background: rgba(243, 156, 18, 0.25);
    color: rgba(26, 26, 26, 0.4);
    cursor: not-allowed;
    pointer-events: none;
}

/* ── TOOLTIP — opens UPWARD ──────────────────────────────────── */
.article-nav-tooltip {
    position: absolute;
    bottom: calc(100% + 0.65rem);
    /* above the button */
    min-width: 13rem;
    max-width: 18rem;
    background: #111;
    border: 1px solid rgba(243, 156, 18, 0.45);
    border-radius: 0.5rem;
    padding: 0.6rem 0.8rem;
    pointer-events: none;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.18s ease, transform 0.18s ease;
    z-index: 999;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.55);
}

/* Prev: right-align tooltip to button */
.article-nav-btn--prev .article-nav-tooltip {
    right: 0;
    left: auto;
}

/* Next: left-align tooltip to button */
.article-nav-btn--next .article-nav-tooltip {
    left: 0;
    right: auto;
}

/* Caret — points DOWNWARD (at the button) */
.article-nav-tooltip::after {
    content: '';
    position: absolute;
    bottom: -0.42rem;
    width: 0.7rem;
    height: 0.7rem;
    background: #111;
    border-right: 1px solid rgba(243, 156, 18, 0.45);
    border-bottom: 1px solid rgba(243, 156, 18, 0.45);
    transform: rotate(45deg);
}

.article-nav-btn--prev .article-nav-tooltip::after {
    right: 0.8rem;
    left: auto;
}

.article-nav-btn--next .article-nav-tooltip::after {
    left: 0.8rem;
    right: auto;
}

.article-nav-tooltip__label {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #f39c12;
    margin-bottom: 0.3rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1;
}

.article-nav-tooltip__label svg {
    width: 0.7rem;
    height: 0.7rem;
    flex-shrink: 0;
}

.article-nav-tooltip__title {
    font-size: 0.8125rem;
    color: #e0e0e0;
    line-height: normal;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Show on hover / keyboard focus */
.article-nav-btn:not(.article-nav-btn--disabled):hover .article-nav-tooltip,
.article-nav-btn:not(.article-nav-btn--disabled):focus-within .article-nav-tooltip {
    opacity: 1;
    transform: translateY(0);
}

/* ── RESPONSIVE ──────────────────────────────────────────────── */
@media (max-width: 40rem) {
    .article-publication-line {
        flex-wrap: wrap;
        gap: 0.6rem;
    }

    .article-nav-arrow {
        height: 2.1rem;
        padding: 0 1rem;
    }

    .article-nav-arrow svg {
        width: 1.1rem;
        height: 1.1rem;
    }

    .article-nav-btn--prev .article-nav-tooltip,
    .article-nav-btn--next .article-nav-tooltip {
        min-width: 10rem;
        max-width: 13.5rem;
    }
}

.hero-back {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #f39c12;
    color: #000;
    border: 1px solid #f39c12;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0.2rem 0.5rem;
    border-radius: 1rem;
    transition: color .2s;
}

.hero-back svg {
    width: 0.875rem;
    height: 0.875rem;
    transition: transform .2s;
}

.hero-back:is(:hover, :focus) {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.hero-back:is(:hover, :focus) svg {
    transform: translateX(-0.1875rem);
}

/* ── RESPONSIVE ───────────────────────────────────────────────── */
@media (max-width: 61.25rem) {

    /* 980px */
    .article-container--grid {
        grid-template-columns: 1fr;
        padding-top: 1.75rem;
    }

    .article-sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.875rem;
    }

    .sc--pub {
        grid-column: 1 / -1;
    }

    .btn-pdf {
        grid-column: 1 / -1;
    }

    .sidebar-back {
        grid-column: 1 / -1;
    }

    .article-hero__title,
    .article-title {
        font-size: 1.75rem;
    }
}

@media (max-width: 40rem) {

    /* 640px */
    .article-container,
    .article-container--grid {
        padding: 0 1.125rem;
    }

    .article-container--grid {
        padding-top: 1.375rem;
        padding-bottom: 3rem;
    }

    .article-hero {
        padding: 1.875rem 0 1.625rem;
    }

    .article-sidebar {
        grid-template-columns: 1fr;
    }

    .ac-body {
        padding: 1.5rem 1.375rem;
    }

    .ac-abstract {
        padding: 1.25rem 1.375rem 1.25rem 1.625rem;
    }

    .ac-references {
        padding: 1.375rem 1.375rem;
    }

    .ac-cite {
        padding: 0.875rem 1rem 1rem;
    }

    .ac-cite__actions {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .ac-body__text {
        font-size: 1rem;
    }

    .ac-body__text>p:first-child::first-letter {
        font-size: 3.5rem;
    }
}



/* 23 - Scroll to top End 
------------------------------------------------------------------------*/


/* 24 - Element Appear Effect 
---------------------------------------------------------------------- */

@media screen and (min-width: 992px) {
    .from-top {
        top: -50px;
        opacity: 0;
        position: relative;
    }

    .from-bottom {
        bottom: -50px;
        opacity: 0;
        position: relative;
    }

    .from-left {
        left: -80px;
        opacity: 0;
        position: relative;
    }

    .from-right {
        right: -80px;
        opacity: 0;
        position: relative;
    }

    .fade-in {
        opacity: 0;
        position: relative;
        right: 0px;
    }
}


/* 24 - Element Appear Effect End
---------------------------------------------------------------------- */

.mt90 {
    margin-top: 90px;
}

.mt10 {
    margin-top: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.g-box p a {
    color: #f39c12;
}

.g-box p a:hover {
    color: #06F;
}


/* Conference Proceedings Page
---------------------------------------------------------------------- */

.top-banner {
    background: url(../images/background/member-banner.jpg) no-repeat;
    margin: 0 auto;
    padding: 0;
    height: 200px;
    background-size: cover;
}

.cp-sec .form-control {
    float: left;
    width: 90%;
    height: 50px;
    border-right: none;
}

.cp-sec .btn {
    background-color: #e12444;
    color: #fff !important;
    font-size: 1.25em;
    line-height: 20px;
    /*width: 10%;*/
    height: 50px;
    position: absolute;
    /*right: 0px;*/
}

.cp-sec .btn:hover {
    background-color: #f39c12;
}

.dwn-txt {
    font-weight: 600;
    font-size: 14px;
    padding-right: 15px;
}

.cp-sec .close-icon {
    border: 1px solid transparent;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
}

.cp-sec .close-icon:after {
    content: "X";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    background-color: #707070;
    z-index: 1;
    right: 25px;
    top: 28px;
    bottom: 0;
    margin: auto;
    padding: 0px;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-weight: normal;
    font-size: 15px;
    cursor: pointer;
    line-height: 27px;
}

.cp-sec .form-control,
.close-icon {
    position: relative;
    padding: 10px;
}

.inner-title:after {
    position: absolute;
    width: 20px;
    height: 50px;
    background-color: #f39c12;
    content: "";
    margin-left: 15px;
}

.inner-title-inner h2:after {
    position: absolute;
    width: 20px;
    height: 50px;
    background-color: #f39c12;
    content: "";
    margin-left: 15px;
}

.inner-title {
    color: #0d0d0d;
    font-size: 2.2375em;
    font-weight: 900;
    line-height: 54px;
    text-transform: uppercase;
    margin: 0;
    margin-top: 30px;
    padding-right: 35px;
}

.cp-side-title {
    background-color: #f39c12;
    color: #fff;
    font-size: 22px;
    padding: 6px 12px;
    margin-top: 9px;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
}

.cp-sec .panel-heading>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}

.cp-sec .panel-heading>a.collapsed:before {
    float: right !important;
    content: "\f067";
}

.cp-sec .panel-heading>a:hover,
.cp-sec .panel-heading>a:active,
.cp-sec .panel-heading>a:focus {
    text-decoration: none !important;
    color: #f39c12;
}

.cp-sec .panel-title span {
    background-color: #f39c12;
    color: #fff;
    padding: 3px;
    margin-right: 10px;
    border-radius: 2px;
}

.cp-sec .panel {
    border-radius: 0;
    margin-top: 20px !important;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    border-top: 0;
}

.cp-sec .panel-heading {
    background-color: #fff !important;
}

.proceeding-meta {
    padding: 5px 0px;
    border-bottom: 1px solid #eef3f5;
}

.proceeding-meta:last-child {
    border-bottom: 0px !important;
}

.proceeding-meta h4 {
    color: #f39c12;
    margin-bottom: 3px;
    font-weight: 600;
}

.proceeding-meta h4.glabel {
    color: inherit;
    margin-bottom: 3px;
    font-weight: 600;
}

.proceeding-meta .pr-locations {
    color: #1564b9;
    margin-bottom: 0;
}

.proceeding-meta .pr-titles {
    font-style: italic;
    margin-bottom: 0px;
}

.proceeding-meta .pr-titles:before {
    content: '';
}

.proceeding-meta .pr-titles:after {
    content: '';
}

.download-icon {
    background-color: #1564b9;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;
    cursor: pointer;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14), 0 3px 5px rgba(0, 0, 0, 0.21), 0 0 0 0 transparent;
    margin-top: 10px;
}

.download-icon img {
    height: 22px;
    width: 22px;
}

.dwn-txt {
    font-weight: 600;
    font-size: 14px;
    padding-right: 15px;
}


/* Forum Page
---------------------------------------------------------------------- */

.forum-outer {
    /*box-shadow: 0 5px 25px 0 rgba(5, 5, 5, 0.2); */
    box-shadow: 0px 1px 8px 0 rgba(5, 5, 5, 0.2);
    padding: 15px;
    padding-top: 0;
    margin: 0 1px;
}

.forum-outer p {
    margin-bottom: 0px;
}

.f-rep,
.f-time {
    text-align: right;
}

.f-dec {
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    color: #000;
    padding-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 23px;
    height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.forum-outer h4 a {
    font-weight: bold;
    color: #f39c12;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
}

.frm-top {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.f-user a {
    color: #f39c12;
}

.mb40 {
    margin-bottom: 40px;
}

.f-topic span,
.f-rep span {
    color: #000;
    font-weight: 400;
}

.f-topic,
.f-rep {
    color: #000;
    font-weight: 600;
}


/* Profile Page
---------------------------------------------------------------------- */

.profile-img img {
    float: none;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    box-shadow: 0 5px 25px 0 rgba(5, 5, 5, 0.2) !important;
}

.edit-p-hr {
    border: 1px solid #ddd;
}

.pro-outer {
    box-shadow: 0 5px 25px 0 rgba(5, 5, 5, 0.2);
    padding: 15px;
    text-align: center;
}

.pro-outer .fa:before {
    text-align: center;
    padding: 10px;
    display: block;
    margin: 0 auto;
    font-size: 50px;
}

.pro-outer .fa {
    display: block;
}

.pro-outer p {
    margin-bottom: 0px;
}

.clr-1 {
    color: #FEBF12;
}

.clr-2 {
    color: #1070AC;
}

.clr-3 {
    color: #F9465B;
}

.clr-4 {
    color: #872DD9;
}

.box-outer {
    box-shadow: 0 3px 10px 0 rgba(5, 5, 5, 0.2);
    padding: 15px;
}

.box-outer .fa {
    margin-right: 15px;
}

.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.cmn-toggle+label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.cmn-toggle-round-flat+label {
    padding: 2px;
    width: 75px;
    height: 30px;
    background-color: #dddddd;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

input.cmn-toggle-round-flat+label:before,
input.cmn-toggle-round-flat+label:after {
    display: block;
    position: absolute;
    content: "";
}

input.cmn-toggle-round-flat+label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #fff;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

input.cmn-toggle-round-flat+label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 22px;
    background-color: #dddddd;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -ms-border-radius: 52px;
    -o-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: margin 0.4s, background 0.4s;
    -moz-transition: margin 0.4s, background 0.4s;
    -o-transition: margin 0.4s, background 0.4s;
    transition: margin 0.4s, background 0.4s;
}

input.cmn-toggle-round-flat:checked+label {
    background-color: #27A1CA;
}

input.cmn-toggle-round-flat:checked+label:after {
    margin-left: 45px;
    background-color: #27A1CA;
}


/* Login-Register Page
---------------------------------------------------------------------- */

.logincard {
    box-shadow: 0 3px 10px 0 rgba(5, 5, 5, 0.2);
    padding: 15px;
    background-color: #fff;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.login-container-new {
    height: 100vh;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-none {
    display: none;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.forgot-password-card,
.login-card,
.register-card {
    position: relative;
}

.mr-block {
    margin: 0 auto !important;
    display: block;
    width: 50%;
    margin-top: 30px !important;
    margin-bottom: 25px !important;
}


/* forums-details Page
---------------------------------------------------------------------- */

.start-by {
    color: #039;
    padding-left: 10px;
}

.b-btm-pd {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.login-menu a.donate {
    padding: 5px 25px;
    margin: 0px 0px;
    border-radius: 3px;
    color: #fff;
    line-height: 40px;
    /* margin-top: 7px; */
}

.login-menu.dropdown:hover .dropdown-menu {
    display: block;
    border-radius: 0px;
    border: none;
}

.login-menu .dropdown-menu li {
    padding: 5px;
}

.login-menu .dropdown-menu li:hover a {
    color: #fff;
    background-color: #f39c12;
}

.login-menu .dropdown-menu li a span {
    padding-right: 8px;
}

.mt0 {
    margin-top: 0px !important;
}

.fwn {
    font-weight: normal;
}

.subscri-btn {
    width: 100% !important;
    padding: 8px 0;
}

.pagination {
    margin-top: 15px !important;
}

.pagination>li>a {
    border-radius: 50% !important;
    margin: 0 5px;
    height: 40px;
    width: 40px;
    color: #5b5b5b;
    text-align: center;
    line-height: 34px !important;
    font-size: 17px !important;
}

.pagination .active a {
    background-color: #f39c12 !important;
    border-color: #f39c12 !important;
}


/*.pagination .current{ background-color:#f39c12 !important; border-color:#f39c12 !important;color:#fff !important;}
.pagination li a:hover{ background-color:#f39c12 !important; color:#fff !important;  border-color:#f39c12 !important;}*/

.page-text {
    margin-top: 30px;
    font-size: 18px;
}

.checkbox {
    padding-left: 35px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #5b5b5b;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #5b5b5b;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox input[type="checkbox"]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked+label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled+label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.ml0 {
    margin-left: 0px;
}


/* forums-post Page
---------------------------------------------------------------------- */

.blog-sidebar .btn.fvrt-btn {
    width: 100% !important;
    line-height: 1.8 !important;
    border: 2px solid #f39c12;
    background-color: transparent;
    color: #f39c12 !important;
}

.mr0-block {
    margin: 0 auto;
    display: block;
}

.bnr-text {
    position: absolute;
    line-height: 1.4;
    font-size: 32px;
    bottom: 0;
    color: #fff;
    padding-bottom: 15px;
}

.top-section {
    position: relative;
}

.join-txt {
    color: #f39c12;
}

.geth-p {
    font-weight: 600;
    color: #000;
}

.debat-title {
    font-size: 32px;
    font-weight: 600;
    color: #f39c12;
    text-transform: uppercase;
}

.debat-description {
    font-size: 24px;
    color: #fff;
    margin-top: 30px;
}

.show-mobile {
    display: none !important;
}


/* gatherings-submission Page
---------------------------------------------------------------------- */

.editorial-board-list {
    column-count: 2;
    column-gap: 2rem;
    list-style: none;
    padding: 0;
}

.editorial-board-list li {
    padding: 0.25rem 0;
}

.editorial-board-list li span {
    color: #002ff2;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.submission_guidelines p span {
    color: #002FF2;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
    cursor: pointer;
}

.editorial-board-list li span::after {
    content: attr(data-info);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: black;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out;
}

.editorial-board-list li span:hover::after {
    opacity: 1;
    visibility: visible;
}

.elementor-editor-active .fixed-footer {
    position: inherit;
}

.book_review li a span {
    color: #002ff2 !important;
}

.book_review li a:is(:hover, :focus) span {
    color: #000 !important;
}

.follow-link {
    font-size: 18px;
    font-weight: 600;
    color: #002ff2;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
}

.gs-editor h4 {
    font-size: 18px;
    font-weight: 600;
    color: #f39c12;
    padding-top: 15px;
}

.gs-editor .forum-outer {
    height: 205px;
    margin-bottom: 30px;
}

.gs-editor p a {
    color: #002ff2;
}

.link-outer {
    box-shadow: 0 5px 25px 0 rgba(5, 5, 5, 0.2);
    padding: 15px;
}

.bg-active {
    background-color: floralwhite;
}

.top-tag a {
    background-color: #fca927;
    color: #fff;
}

.f-time {
    font-size: 14px;
}

.like-h {
    margin-top: 10px;
    text-align: center;
}

.like-h .fa {
    font-size: 22px;
}

.b-btm-pd {
    height: 65px;
}

.forum-outer h4 a {
    font-size: 18px;
    display: block;
}


/* History Page
---------------------------------------------------------------------- */

.history-page h5 {
    font-weight: bold;
    font-size: 20px;
}

.history-page ul li {
    margin-left: 15px;
    line-height: 2;
}

.history-page a {
    color: blue;
}

.history-page a:hover {
    color: #f39c12;
}

.history-page .list-num li {
    list-style: decimal-leading-zero !important;
    margin-top: 15px;
}


/* Join Page
------------------------------------------------------------------------*/


/*---------------Join------------------*/

.pay_main {
    text-align: center;
}

.pay_main h2 {
    font-weight: bold;
}

.pay_main>p>a {
    text-decoration: underline;
    color: #f39c12;
}

.pay_inner {
    text-align: center;
}

.pay_inner .forum-outer {
    height: 100%;
    padding: 20px !important;
}

.pay_inner a.btn {
    background: #ffc439;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 13px;
    line-height: 21px;
}

.pay_inner a.btn:hover {
    background: #5b5b5b;
}

.pay_inner a.color_ylw {
    color: #f39c12;
}

.pay_inner p.spacer {
    margin: 1em 0 0;
    display: inline-block;
    background: #ececec;
    height: 1px;
    width: 100%;
}

.pay_main p {
    margin-bottom: 10px;
}

.pay_main .row {
    display: flex;
    flex-wrap: wrap;
}

.pay_main .row .pay_inner {
    margin: 20px 0;
}


/*Toggle switch button 
-----------------------------------------------------------------------*/


/* switch button */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    /*top:15px;*/
    vertical-align: top;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    bottom: 4px;
    left: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #3c8dbc;
}

input:focus+.slider {
    box-shadow: 0 0 1px #3c8dbc;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


/* End switch button */


/* BBPress
---------------------------------------------------------------------- */

#bbpress-forums #bbp-user-body {
    margin-left: 0px !important;
}

#bbpress-forums {
    font-size: inherit !important;
    overflow: unset !important;
}

#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums ul.bbp-topics {
    font-size: inherit !important;
    border: none !important;
}

.prof_label label,
.prof_label span {
    font-size: 1.25em;
}

.prof_label .col-md-5 label,
.prof_label .col-md-5 label span {
    font-size: inherit;
}

.prof_label .col-md-5 label.ml-3 {
    margin-left: 30px;
}

.prof_label .col-md-5 span.mx-3 {
    margin: 0 15px;
}

ul.memb_list li {
    width: calc(20% - 2em) !important;
}

ul.memb_list li a {
    padding: 10px !important;
}

.memb_list .meb_img {
    width: 45px !important;
    height: 45px !important;
}

ul.memb_list span {
    font-size: 18px !important;
    width: calc(100% - 50px);
}

label.m-0 {
    margin: 0;
}

.d-flex {
    display: flex;
}

.align-item-center {
    align-items: center;
}


/*@media screen and (min-width: 1820px) {
    .container.container-mx {
        width: 1480px;
    }
    .container-mx  ul.memb_list li {
        width: calc(20.0% - 2em);
    }
}*/

.user_edit .switch {
    position: relative;
    display: inline-block;
    height: 30px;
    width: auto;
    margin: 0 1px;
    top: -2px;
    vertical-align: middle;
}

.bbp-template-notice li {
    font-size: 14px !important;
}

.test-class {
    background: url(../images/background/gonzaga2.jpg) no-repeat;
    margin: 1.5em auto;
    padding: 0;
    height: 300px;
    background-size: auto 100%;
    background-position: center;
}

.fixed-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.quicktags-toolbar {
    border-bottom: 2px solid #ddd !important
}

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
    padding: 7px 5px !important;
}

div.bbp-breadcrumb a {
    font-size: 14px !important;
}

#bbpress-forums li.bbp-footer,
#bbpress-forums li.bbp-header {
    background: none !important;
    border-top: 0px !important;
}

.widgettitle {
    background-color: #000;
    color: #fff;
    font-size: 22px;
    padding: 8px 12px;
    margin-top: 9px;
    text-align: center;
}

#bbpress-forums .bbp-user-section {
    overflow: none;
}

#bbpress-forums li {
    list-style: inherit;
}

.ct-widget {
    margin: 40px 0;
}

@media screen and (max-width: 768px) {
    .ct-widget {
        margin: 30px 0;
    }
}


/* box-text-container */

.box-text-container-main {
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin: 0 0 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.box-text-container-main .heading {
    display: inline-block;
    width: 100%;
}

.box-text-container-main .heading h2 {
    font-size: 18px;
    margin: 0;
    color: #000;
    float: left;
}

.box-text-container-main .heading a {
    float: right;
    color: #f39c12;
}

.dropdown.login-menu.open>a,
.dropdown.login-menu.open>a:hover,
.dropdown.login-menu.open>a:focus {
    background-color: #e12444 !important;
    color: #fff;
}

.wdgt-btn:hover {
    opacity: 0.7;
}

.wdgt-btn-yellow {
    background-color: #f39c12 !important;
}

.wdgt-btn-green {
    background-color: #178842 !important;
}

.wdgt-btn-red {
    background-color: #e12444 !important;
}

.wdgt-btn-skyblue {
    background-color: #17a2b8 !important;
}

.wdgt-btn-black {
    background-color: #000 !important;
}

.keep-sticky {
    position: sticky;
    top: 100px;
}

.widget_display_topics {
    border: 1px solid #7f7a7a;
}

.widget_display_topics .widgettitle {
    margin: 0;
    background: #7f7a7a;
}

.widget_display_topics>ul>li {
    padding: 0 0.5rem 0 1.5rem !important;
}

.widget_display_topics>ul>li:last-child {
    border-bottom: 0;
}


/* override for prettyPhoto*/

div.pp_default .pp_description {
    line-height: inherit !important;
    text-align: center;
    font-size: smaller;
}

.blue-link {
    color: #002ff2
}

.orange-link {
    color: #f39c12
}


/*meetings page*/

.meeting_pg {
    text-align: center
}

.meeting_pg h4 a {
    font-weight: bold;
    color: #f39c12;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
}

.meeting_card {
    padding: 20px !important;
    box-shadow: 0px 1px 8px 0 rgb(5 5 5 / 20%);
    margin: 5px 0px;
}

.meeting_img {
    width: 50%;
    margin-bottom: 15px;
}


/*************************************************************************************/
/********************************* new-homepage design *******************************/

a:focus {
    text-decoration: none !important;
    outline: none !important;
    /* color: #f39c12 !important; */
}

/* -------navbar-------- */
.navbar .nav li a {
    position: relative;
}

.navbar .nav li a svg {
    position: absolute;
    top: 1.5rem;
    right: 0.4rem;
}

.navbar .nav li {
    position: relative !important;
}

.navbar .nav li .sub-menu {
    background: #fff;
    box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.288);
    padding: 0.7rem;
    border-radius: 5px;
    display: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease;
    min-width: 150px;

}

.navbar .nav li .sub-menu li {
    padding: 0.4rem;
    width: 100%;
    transition: 0.3s all ease-in-out;
}

.navbar .nav li .sub-menu li a {
    white-space: pre;
    font-weight: 600;
    display: inline-block;
    width: 100%;
}

.navbar .nav li .sub-menu li:hover a {
    text-decoration: none;
    color: #fff;
}

.navbar .nav li .sub-menu li:hover {
    background: #f39c12;
    border-radius: 5px;
    color: #fff;
}

.navbar .nav li a:hover .sub-menu {
    display: block !important;
}

.navbar .nav li.menu-item-has-children>a:after {
    color: #fff;
    content: ' ▼';
    font-size: 10px;
    vertical-align: 1px;
}

.navbar .nav li li.menu-item-has-children>a:after {
    color: #222;
    content: ' ►';
    font-size: 10px;
    vertical-align: 1px;
}

ul li:hover>ul,
ul li ul:hover {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
}

ul li ul li {
    clear: both !important;
    width: 100% !important;
}


/* --------------meeting-section-------- */
.hp-section-title {
    font-size: 2.6rem;
    font-weight: 900;
    position: relative;
    padding: 0.3rem 0;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}

.hp-section-title::before {
    content: "";
    background: #f39c12;
    width: 7rem;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
}

.meeting_row {
    display: flex;
    align-items: center;
}

.meeting .meeting_title {
    font-size: 2.6rem;
    font-weight: 900;
    position: relative;
    padding: 0.3rem 0;
}

.meeting .meeting_title::before {
    content: "";
    background: #f39c12;
    width: 7rem;
    height: 2px;
    position: absolute;
    left: 45%;
    top: 100%;
}

.meeting .content-description {
    font-size: 1.2rem;
    padding: 0 1rem;
}

.meeting_box .meeting_text {
    padding: 2rem 1rem;
}

.meeting_box .meeting_text .event_subtitle h3 {
    font-size: 2rem;
    font-weight: 700;
}

.meeting_box .meeting_text p {
    padding: 1rem 0;
    font-size: 1.1rem;
    color: #464646;
}

.meeting_box .meeting_subtext {
    padding: 0 0 1rem;
}

.meeting_box .meeting_subtext li {
    vertical-align: middle;
    padding: 0.5rem 0;
    font-size: 1.1rem;
    color: #000;
}

.meeting_box .meeting_subtext li svg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 0.3rem;
}

.meeting_box .meeting_subtext .download_title {
    font-weight: 700;
}

.meeting_box .More_info {
    padding: 1rem 0;
    color: #f39c12;
    font-weight: 600;
}

.meeting_box .More_info svg {
    position: absolute;
}

.meeting_box .event-container {
    display: flex;
}

.meeting_box .meeting_img {
    width: 100%;
    height: 100%;
    display: flex;
    margin: 0;
    align-items: center;
}

.meeting_box .meeting_img img {
    max-width: 100%;
    border-radius: 15px;
}


/* --------------GATHERINGS------------ */
.gatherings {
    margin: 0 !important;
    display: flex;
}

.gatherings_box {
    padding: 4rem 1rem 3rem 6rem;
}

.from-bottom {
    bottom: 0 !important;
}

.gatherings_title {
    display: flex;
    flex-direction: column;
    margin: 0 !important;
}

.gatherings_title .section-title {
    text-align: left !important;
    float: left !important;
}

.gatherings_title .section-title::after {
    top: 6px;
    right: 40px !important;
}

.gatherings_title p {
    margin-left: 0 !important;
}

.gatherings .gatherings_img {
    /* position: relative; */
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 4rem;
    /* margin-left: 2rem; */
}

.gatherings .gatherings-left {
    padding: 0 !important;
}

.gatherings .gatherings_img img {
    width: 100%;
    max-width: 100%;
    /* height: 100%; */
    /* position: absolute;
    right: 0;
    top: 0; */
}

.gatherings .gethering_icon {
    width: 60px;
    height: 60px;
}

.gatherings .content-box ul li a {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    transition: 0.3s all ease-in-out;
}

.gatherings .content-box ul li a:hover,
.gatherings .content-box ul li a:focus {
    text-decoration: none;
}

.gatherings .content-box ul li a:hover .gethering_info h3 {
    color: #f39c12;
    text-decoration: none;
}

.gatherings .content-box ul li .gethering_icon {
    background: #f39c12;
    border-radius: 50%;
    margin-right: 1rem;
    display: inherit;
}

.gatherings .content-box ul li .gethering_icon svg {
    color: #fff;
    padding: 0.8rem;
}

.gatherings .content-box ul li .gethering_info h3 {
    margin: 0 !important;
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    transition: 0.3s all ease-in-out;
}

.gatherings .content-box ul li .gethering_info h3:hover,
.gatherings .content-box ul li .gethering_info h3:focus {
    text-decoration: none;
}

.gatherings .content-box ul li .gethering_info p {
    margin: 0 !important;
    font-weight: 500;
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Source+Sans+3:wght@300;400;500;600&display=swap');

.gatherings-container {
    max-width: 860px;
    margin: 0 auto;
    padding: 3rem 2rem 5rem;
    font-family: 'Source Sans 3', sans-serif;
}

.gatherings-heading {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #1a1a1a;
    margin: 0 0 0.3rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.gatherings-heading-bar {
    display: inline-block;
    width: 6px;
    height: 2.8rem;
    background: #c8860a;
    border-radius: 2px;
    flex-shrink: 0;
}

.submission-link {
    margin: 0.5rem 0 2.5rem;
    font-size: 0.95rem;
}

.submission-link a {
    color: #c8860a;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
}

.submission-link a:hover {
    border-color: #c8860a;
}

/* Search */
.gatherings-search-wrap {
    position: relative;
    margin-bottom: 0.75rem;
}

.gatherings-search-wrap input {
    width: 100%;
    padding: 0.9rem 3rem 0.9rem 1.25rem;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 1rem;
    color: #1a1a1a;
    background: #fff;
    border: 1.5px solid #d8d0c4 !important;
    border-radius: 6px !important;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-shadow: none !important;
}

.gatherings-search-wrap input::placeholder {
    color: #aaa;
    font-style: italic;
}

.gatherings-search-wrap input:focus {
    border-color: #c8860a !important;
    box-shadow: 0 0 0 3px rgba(200, 134, 10, 0.12) !important;
}

#gatherings-search-btn {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #999;
    display: flex;
    align-items: center;
}

/* Search Results */
.search-results {
    background: #fff;
    border: 1.5px solid #e0d8cc !important;
    border-radius: 6px;
    margin-bottom: 2rem;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07) !important;
}

.search-result-item {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #f0ebe3;
    transition: background 0.15s;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item:hover {
    background: #fdf8f2;
}

.search-result-item a {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a !important;
    text-decoration: none;
}

.search-result-item a:hover {
    color: #c8860a !important;
}

.search-result-meta {
    font-size: 0.82rem;
    color: #888;
    margin-top: 0.2rem;
}

.search-no-results {
    padding: 1.25rem;
    color: #888;
    font-style: italic;
    font-size: 0.95rem;
    margin: 0;
}

/* Accordion — Volume Blocks */
.volume-block {
    border: 1.5px solid #e0d8cc !important;
    border-radius: 8px !important;
    margin-bottom: 0.6rem !important;
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.2s;
    box-shadow: none !important;
}

.volume-block:hover {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07) !important;
}

.volume-block.open {
    border-color: #c8860a !important;
    box-shadow: 0 2px 16px rgba(200, 134, 10, 0.1) !important;
}

.volume-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 1.1rem 1.4rem !important;
    cursor: pointer;
    user-select: none;
    background: #fafaf8 !important;
    transition: background 0.15s;
    gap: 1rem;
}

.volume-block.open .volume-header {
    background: #fffbf4 !important;
    border-bottom: 1.5px solid #e8dfc8;
}

.volume-header:hover {
    background: #f5f1ea !important;
}

.volume-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    line-height: 1.3;
}

.volume-toggle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f0ebe2;
    color: #7a6a50;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s, color 0.2s;
    line-height: 1;
}

.volume-block.open .volume-toggle {
    background: #c8860a;
    color: #fff;
}

/* Volume Content */
.volume-content {
    padding: 1.75rem 1.75rem 1.5rem !important;
    animation: gatheringsSlideDown 0.22s ease;
}

@keyframes gatheringsSlideDown {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Content Type Labels */
.content-type-label {
    font-family: 'Source Sans 3', sans-serif !important;
    font-size: 0.7rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #c8860a !important;
    margin: 0 0 1rem !important;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #ede7da;
}

.content-type-section+.content-type-section {
    margin-top: 2rem;
}

/* Article List */
.article-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.article-item {
    padding: 0.85rem 0 !important;
    border-bottom: 1px solid #f3ede4 !important;
    margin: 0 !important;
}

.article-item:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.article-title-link {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    text-decoration: none !important;
    line-height: 1.4;
    display: block;
    transition: color 0.15s;
}

.article-title-link:hover {
    color: #c8860a !important;
}

.article-author {
    font-size: 0.88rem !important;
    color: #7a6a50 !important;
    margin-top: 0.25rem !important;
    font-style: italic;
}

.article-pages {
    font-size: 0.8rem !important;
    color: #aaa !important;
    margin-top: 0.15rem !important;
}

/* Download Button */
.volume-pdf-download {
    margin-top: 1.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid #ede7da;
}

.download-issue-btn {
    display: inline-flex !important;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.25rem !important;
    background: #1a1a1a !important;
    color: #fff !important;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none !important;
    border-radius: 4px;
    transition: background 0.2s;
    border: none !important;
}

.download-issue-btn:hover {
    background: #c8860a !important;
    color: #fff !important;
}

.no-volumes {
    color: #aaa;
    font-style: italic;
    padding: 2rem 0;
}

@media (max-width: 600px) {
    .gatherings-container {
        padding: 2rem 1.1rem 4rem;
    }

    .volume-header {
        padding: 0.95rem 1rem !important;
    }

    .volume-content {
        padding: 1.25rem 1rem !important;
    }
}

/* --------book------- */
.book_container {
    padding-top: 2rem;
}

.book_container .parallax-title {
    color: #000;
    font-size: 2.4375em;
    font-weight: 900;
}

.book_container .parallax-title:after {
    position: absolute;
    bottom: -10px;
    left: 49%;
    margin-left: -25px;
    height: 2px;
    width: 75px;
}

/* .forum-outer {
    background-image: url(../images/post-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.forum-outer::before {
    content: "";
    background-color: #201b11d3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.forum-outer {
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.897) !important;
    width: 100%;
    display: inline-block;
} */

.book_card {
    border: 1px solid #fff;
    position: inherit;
    z-index: 999;
    padding: 1rem 0;
    transition: 0.3s all ease;
}

.book_card .content-title {
    color: #fff !important;
    transition: 0.3s all ease;
}

.book_card img {
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}

/* .forum-outer:hover .content-title,
.forum-outer:focus .content-title {
    color: #f39c12 !important;
} */

/* .forum-outer:hover .book_card,
.forum-outer:focus .book_card {
    border: 1px solid #f39c12;
    transition: 0.3s all ease;
}

.forum-outer:hover .book_card img,
.forum-outer:focus .book_card img {
    filter: inherit;
    transition: all 0.2s ease;
} */


/* ------contect-form----------- */
.contact-section {
    padding: 60px 0 !important;
    background: #000;
    position: relative;
    overflow: hidden;
}

.contact-section::before {
    content: "";
    width: 40rem;
    height: 40rem;
    border: 5rem solid #fff;
    border-radius: 100%;
    position: absolute;
    left: -20rem;
    top: -20rem;
    z-index: 0;
    opacity: 0.15;
}

.contact-section:after {
    content: "";
    width: 40rem;
    height: 40rem;
    border: 5rem solid #fff;
    border-radius: 100%;
    position: absolute;
    right: -20rem;
    bottom: -20rem;
    z-index: 0;
    opacity: 0.15;
}

.contact_us {
    padding: 0 5rem;
    position: relative;
}

.contact_us .row {
    display: flex;
    align-items: center;
}

.contact-info .content-title {
    font-size: 1.6rem;
    border-bottom: 1px solid #f39c12;
    padding-bottom: 0.4rem;
}

/* .contact-form-container .form-control {
    border: 1px solid #717171;
    border-radius: 8px;
} */

/* .contact-form-container .form-control:focus {
    border-radius: 8px;
} */

.contact-form-container .contact-form textarea {
    resize: vertical;
}

.contact_info {
    display: flex;
    flex-direction: column;
}

.contact_info img {
    max-width: 70%;
    margin: 0 auto;
}

.contact_info .content-description {
    color: #fff;
    line-height: 1.1rem;
    padding-top: 1rem;
}

/* .contact-form-container .custom-btn {
    border-radius: 20px;
    color: #f39c12;
    margin: 0 !important;
} */

/* .contact-form-container .input-container {
    border-radius: 10px;
} */

#contact .contact-form {
    background: #fff;
    /* box-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.384); */
    padding: 1.5rem;
}

.contact-head {
    display: flex;
    flex-direction: column;
    margin-bottom: 0 !important;
}

.contact-head h2 {
    text-align: left !important;
    float: left !important;
}

.contact-head h2::after {
    top: 6px;
    right: 0 !important;
}

.contact-head h2,
.contact-head p {
    color: #fff;
    margin-left: 0 !important;

}

.contact-head p {
    font-size: 0.93rem;
    margin: 0 !important;
}

#contact .input-container:before {
    top: 44px !important;
}

.contact-form-contain label {
    margin-bottom: 0 !important;
}


/*------------------------------Book----------------------------*/
.book {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 140%;
    margin: 5% auto;
    border-radius: 2px 4px 4px 2px;
    background: linear-gradient(45deg, #DAD5DC 0%, #f2ebf4 100%);
    font-family: acumin-pro, sans-serif;
    -webkit-box-shadow: 13px 13px 8px 0px rgba(151, 146, 153, 0.6);
    -moz-box-shadow: 13px 13px 8px 0px rgba(151, 146, 153, 0.6);
    box-shadow: 13px 13px 8px 0px rgba(151, 146, 153, 0.6);
    font-weight: 400;
    color: #2b2b2b;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    transition: transform .5s;
    color: #000 !important;
}

.book:focus {
    text-decoration: none;
    color: #000 !important;
}

.book:hover {
    -webkit-transform: rotate3d(0, 1, 0, 35deg);
    -moz-transform: rotate3d(0, 1, 0, 35deg);
    transform: rotate3d(0, 1, 0, 35deg);
}

.book>div,
.front>div {
    display: block;
    position: absolute;
}


.front {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    transition: transform .5s;
    -webkit-transform: translate3d(0, 0, 20px);
    -moz-transform: translate3d(0, 0, 20px);
    transform: translate3d(0, 0, 20px);
    z-index: 10;
    width: 100%;
    height: 100%;
}

.front>div {
    width: 100%;
    height: 100%;
}


.left-side {
    width: 40px;
    left: -20px;
    height: 100%;
    background-color: #e7ddea;
    -webkit-transform: rotate3d(0, 1, 0, -90deg);
    -moz-transform: rotate3d(0, 1, 0, -90deg);
    transform: rotate3d(0, 1, 0, -90deg);
}

.cover .num-up {
    position: absolute;
    top: 64px;
    left: 47px;
    letter-spacing: 50px;
    transform: rotate(-90deg);
}

.cover .num-down {
    position: relative;
    top: 65px;
    left: -95px;
    transform: rotate(-90deg);
}

.cover .author {
    display: inline-block;
    font-weight: 600;
    font-size: 1.7rem;
    position: absolute;
    top: 80px;
    left: 1rem;
    opacity: .8;
    width: 90%;
    margin: 0;
    text-align: center;
    line-height: normal;
}

.cover {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cover svg {
    height: 10rem;
    width: 10rem;
    transform: rotate(-45deg);
    position: absolute;
    right: -8%;
    bottom: -7%;
}

.front>div {
    border-radius: 0 3px 3px 0;
    box-shadow:
        inset 4px 0 10px rgba(0, 0, 0, 0.1);

}

.front:after {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: -1px;
    width: 1px;
}

.cover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 3px;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 3px rgba(255, 255, 255, 0.1);
}


.book h2 {
    width: 300px;
    height: 40px;
    color: #2b2b2b;
    font-size: 15px;
    line-height: 40px;
    padding-right: 10px;
    text-align: right;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(90deg) translateY(-40px);
    -moz-transform: rotate(90deg) translateY(-40px);
    transform: rotate(90deg) translateY(-40px);
}




.left-side h2 span:first-child {
    font-weight: 400;
    font-size: 13px;
    padding-right: 20px;
}

.left-side h2 span:last-child {
    font-family: acumin-pro, sans-serif;
}

.book-a .cover {
    background: linear-gradient(45deg, #adad6e 0%, #fffae0 100%);
}

.book-b .cover {
    background: linear-gradient(45deg, #f18a58 0%, #e0b19b 100%);
}

.book-c .cover {
    background: linear-gradient(45deg, #597081 0%, #6fbaf0 100%);
}

.book-d .cover {
    background: linear-gradient(45deg, #9f88a9 0%, #f2ebf4 100%);
}

.cover-1 svg {
    color: #dfd9be;
}

.cover-2 svg {
    color: #dab29e;
}

.cover-3 svg {
    color: #78b4df;
}

.cover-4 svg {
    color: #d8ccdb;
}

.book .left-a {
    background: #ede8bf;
}

.book .left-b {
    background: #efa683;
}

.book .left-c {
    background: #78b4df;
}

.book:hover {
    color: #000 !important;
}

/* --------to think------- */
.parallax-overlay {
    background: rgb(98 98 98 / 40%);
}

.parallax-overlay .mrt-qt {
    font-size: 1.9rem;
}

/* ----------footer------- */

.footer-section {
    background: #bcbcbc !important;
}

.copyrights {
    color: #fff;
}


/*------------------------------  news modual ----------------------------*/


.news_module {
    margin-top: 2rem;
}

.news_module .wp-block-image {
    display: none;
}

.news_module p {
    margin-bottom: 0;
}

.news_module .rt-holder .rt-row {
    border-bottom: 1px solid #f39c12;
    width: 100%;
    padding-bottom: 16px;
}

.news_module .rt-holder {
    width: 100%;
}

.news_module .rt-detail .entry-title {
    border-left: 4px solid #f39c12;
}

.news_module .rt-detail .entry-title a {
    font-weight: 600;
    margin-left: 10px;
    transition: all 0.3s ease;
}

.news_module .rt-detail .entry-title a:hover,
.news_module .rt-detail .entry-title a:focus {
    color: #f39c12;
}

.news_module .tpg-excerpt p:last-child {
    margin-top: 10px;
    color: #737373;
}

.news_module .tpg-excerpt p a {
    font-weight: 600;
}

.news_module .rt-img-holder .rt-img-responsive {
    object-fit: contain;
}

.category-news .entry-header .entry-meta {
    display: none;
}

.category-news .post-content .entry-content {
    text-align: justify;
}

.category-news .post-content .entry-content .wp-block-image img {
    max-height: 500px;
}


@media screen and (max-width:1200px) {

    .navbar .nav .top-signin-btn a {
        padding: 11px 25px !important;
    }

    #upcoming-events .row {
        margin: 0 !important;
    }

    .gatherings_box {
        padding: 2rem 2rem 1rem 3rem;
    }

    .gatherings .content-box ul li a {
        padding: 0.6rem 0;
    }

    .gatherings .content-box ul li .gethering_info p {
        line-height: 1.5rem !important;
    }

    .gatherings .content-box ul li .gethering_icon,
    .contact-info ul li .contect_icon {
        display: inherit;
    }

    .cover .author {
        font-size: 1.8rem;
    }

    .meeting_row {
        display: flex;
    }

    .meetingcol {
        width: 50% !important;
    }

    .book_col {
        width: 25%;
    }

    .login_profile_collapse .nav .login-menu {
        padding-top: 22px;
    }

}

@media screen and (max-width:991px) {

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        color: #f39c12 !important;
    }

    .navbar .navbar-collapse {
        position: absolute;
        top: 100px;
        height: calc(100vh - 80px) !important;
        max-height: initial;
        box-shadow: -0.1rem 0rem 0.6rem hsl(0deg 0% 0% / 20%);
        width: 100%;
        max-width: 100%;
    }

    .navbar .nav li .sub-menu li a {
        padding: 0.5rem !important;
    }

    .menu-item.open:active .navbar .nav li .sub-menu {
        visibility: visible !important;
        opacity: 1 !important;
        display: block !important;
    }

    .navbar .nav li {
        background: #000;
    }

    .navbar .nav li .sub-menu li {
        background: #fff;
    }

    .navbar .nav li .sub-menu li:hover,
    .navbar .nav li .sub-menu li:focus {
        color: #fff !important;
    }

    .navbar .nav li .sub-menu {
        position: inherit;
        min-width: 100%;
    }

    .navbar .nav li .dropdown {
        position: inherit;
        min-width: 100%;
    }

    .navbar .nav li .sub-menu li:hover {
        background-color: transparent;
        color: #fff;
    }

    .navbar .nav li .sub-menu li:hover a {
        border-radius: 5px;
        text-decoration: none;
        color: #fff;
        background: #f39c12;
        width: 100%;
    }

    .navbar .nav li .sub-menu li a:hover,
    .navbar .nav li .sub-menu li a:focus {
        color: #fff !important;
    }

    .navbar .nav li a:hover,
    .navbar .nav li a:focus {
        color: #f39c12 !important;
        border-radius: 5px;
    }

    .navbar .nav li.menu-item-has-children>a:hover::after {
        color: #f39c12 !important;
    }

    .bnr-text {
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.4rem;
    }

    .gatherings_box {
        padding: 2rem 2rem 3rem 3rem !important;
    }

    .gatherings {
        display: inherit;
    }

    .gatherings .gatherings_img img {
        position: inherit;
        max-width: 100%;
    }

    .sky-parallax .img-responsive {
        max-width: 50%;
    }

    .meeting_box .event-content {
        margin-top: 1.5rem;
    }

    .meeting_row {
        display: inherit;
    }

    .meetingcol {
        width: 100% !important;
    }

    .meeting .meeting_title::before {
        left: 43%;
    }

    .cover .author {
        font-size: 2.4rem;
    }

    #sky-parallax .parallax-description {
        font-size: 2.5rem;
    }

    .book_col {
        width: 50%;
    }

    .cover svg {
        width: 13rem;
        height: 13rem;
    }

    .contact-section {
        padding: 30px 0 !important;
    }

    .contact_us .row {
        display: inherit;
    }

    .navbar-nav .top-signin-btn {
        padding: 1rem 0;
        text-align: center;
    }

    .navbar .nav .top-signin-btn a {
        display: inline-block;
        margin-top: 0 !important;
    }

    .login_profile_collapse {
        flex-direction: column;
    }

    .login_profile_collapse .navbar-nav {
        order: 2;
    }

    .login_profile_collapse .menu-members-menu-container {
        order: 1;
    }

    .login_profile_collapse ul li ul {
        padding: 0;
        width: 100%;
    }

    .login_profile_collapse .nav .login-menu {
        padding-top: 0;
    }

    .login_profile_collapse ul li ul li:hover {
        background-color: none;
        color: none;
    }

    .login_profile_collapse ul .login-menu ul {
        background: #fff !important;
    }

    .login_profile_collapse ul .login-menu ul li {
        background-color: #fff !important;
    }

    .login_profile_collapse ul .login-menu ul li a {
        padding: 10px 13px !important;
    }

    .login_profile_collapse ul .login-menu ul li a:hover,
    .login_profile_collapse ul .login-menu ul li a:focus {
        background-color: #f39c12;
        color: #fff !important;
    }

    .login_profile_collapse ul .login-menu ul {
        position: inherit;
    }
}

@media screen and (max-width:768px) {
    .top-section {
        background-position: center left 57% !important;
    }

    .meeting .meeting_title::before {
        bottom: -20%;
        left: 50% !important;
        transform: translateX(-50%);
    }

    .meeting_box .event-content {
        margin: 2rem auto;
    }

    .meeting_box .meeting_text {
        padding: 2rem 0;
    }

    .meeting .content-description {
        font-size: 1rem;
    }

    .gatherings_title .section-title::after {
        position: absolute;
        top: 3rem;
        height: 3px;
        right: 0% !important;
    }

    .gatherings .content-box ul li .gethering_info p {
        font-size: 1rem;
        line-height: 1.4rem;
    }

    .event-date-time-place p {
        font-size: 1.2rem;
    }

    .contact-head h2::after {
        top: 55px;
        right: 0 !important;
        height: 3px;
    }

    .gatherings_box {
        padding: 3rem 2rem !important;
    }

    #sky-parallax .parallax-description {
        font-size: 2rem;
    }

    .parallax-overlay .mrt-qt {
        font-size: 1.8rem;
    }

    .contact_us {
        padding: 0 1.5rem;
    }

    #sky-parallax .parallax-description {
        font-size: 2rem !important;
    }

    .parallax-style .section-padding {
        padding: 80px 0;
    }

    .book_col {
        width: 50%;
        float: left;
    }

    .cover .author {
        font-size: 1.9rem;
    }
}

@media screen and (max-width:576px) {
    #sky-parallax .parallax-description {
        font-size: 1.6rem !important;
    }

    .parallax-overlay .mrt-qt {
        padding: 1.4rem !important;
    }

    .meeting .meeting_title::before {
        left: 35%;
    }

    .meeting .content-description {
        padding: 0;
    }

    .meeting_box .meeting_text {
        padding: 1rem 0;
    }

    .meeting_text .event_subtitle,
    .meeting_box .meeting_text p,
    .pdf_btn {
        text-align: center;
    }

    .gatherings_box {
        padding: 2rem 1rem !important;
    }

    .gatherings .gatherings_img {
        padding: 2rem;
    }

    .book_col {
        width: 100%;
    }

    .cover .author {
        font-size: 2.2rem;
    }

    .cover svg {
        width: 15rem;
        height: 15rem;
    }
}

.hp-normal-title {
    font-weight: bold;
    position: relative;
    padding: 0.3rem 0;
    color: #000;
    text-transform: uppercase;
}

.hp-normal-title:after {
    content: "";
    background: #f39c12;
    height: 2px;
    position: absolute;
    bottom: -4px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 30%;
}

/* homepage news box */
#purpose_news p a {
    color: #f1b556;
}

.hp-purpose-news {
    border-radius: 12px;
    background-color: #f1b556;
    margin: 0.5rem 0 1rem;
}

.hp-purpose-news .even-grid-item {
    margin-bottom: 0;
    padding: 0;
}

.hp-purpose-news .even-grid-item .rt-holder {
    display: inline-flex;
    float: left;
}

.tpg-shortcode-main-wrapper.hp-purpose-news .layout2 .even-grid-item .entry-title {
    margin: 0.3rem 0;
}

.hp-purpose-news .content-title {
    margin-top: 1em;
    font-size: 1.5em;
}

.hp-purpose-news ul {
    padding-left: 1em;
}

.hp-purpose-news ul li {
    list-style: disc;
    color: #fff;
}

.hp-purpose-news ul li a {
    color: #fff;
}

.hp-purpose-news ul li:hover,
.hp-purpose-news ul li:hover a {
    color: #000 !important;
}

/* ---------------------------------------------------------------------------------------navbar-changes by ajay----------------------------------------------------------- */
.navbar .nav li.menu-item-has-children>a:hover::after {
    color: #f39c12 !important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent !important;
}

.navbar-default .navbar-nav>.open>a {
    color: #fff !important;
}

.navbar-default .navbar-nav>.open>a:hover {
    color: #fff !important;
}

.navbar-default .navbar-nav>.open>a::after {
    color: #f39c12;
}

.navbar .nav .top-signin-btn a {
    padding: 11px 25px;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    background-color: #e12444 !important;
    word-spacing: 5px;
    text-transform: uppercase;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    margin-top: 0.5rem;
}

.navbar .nav .top-signin-btn :hover {
    color: #000;
}

.login_profile_collapse ul .login-menu .user_name {
    transition: all 0.3s ease-in-out;
}

.login_profile_collapse ul .login-menu .user_name:hover,
.login_profile_collapse ul .login-menu .user_name:focus,
.login_profile_collapse ul .login-menu .user_name:active,
.login_profile_collapse ul .login-menu.open .user_name {
    background-color: #c92843 !important;
    color: #fff;
}

.news-content {
    padding: 0 1rem;
    word-wrap: break-word;
}

/* ------------end-------------------- */

/* ----------------- */
.newsimg_section ul {
    display: flex;
    flex-direction: row;
}

.newsimg_section .img_small li {
    width: auto;
    height: auto;
    margin: 1rem;
}

.newsimg_section .img_small li a img {
    width: 100%;
    height: 200px;
}

/** default ul li *****/
.normal-ul-list {
    list-style: disc !important;
    margin: 5px 10px !important;
}

.normal-ul-list li {
    margin: 5px 0px !important;
}

/*modal custom class*/
.mheader-bg {
    background-color: #f39c12;
    color: #000;
}

.mbody-fixed-height {
    height: 60vh;
    overflow-y: scroll;
}

.trn-green,
.trn-green:hover {
    border-color: #309118;
}

.trn-green:after {
    background: #309118;
}

#mentoring ul li:last-of-type p {
    margin-bottom: 0;
}

.pay_inner .forum-outer h4 {
    line-height: 1.4;
}

@media screen and (max-width: 1439px) {
    .navbar .nav li .sub-menu {
        padding: 0.3rem;
    }

    .navbar .nav li .sub-menu li a {
        font-size: 0.9em;
    }

    .navbar .nav li .sub-menu li {
        padding: 0.3rem 0.4rem;
    }

    .gatherings .gethering_icon {
        width: 50px;
        height: 50px;
    }

    .gatherings .content-box ul li .gethering_icon svg {
        padding: 0.7rem;
    }

    .section-padding {
        padding-top: 60px;
    }



}


@media screen and (max-width: 1365px) {

    .hp-section-title,
    .meeting .meeting_title,
    .section-title,
    .book_container .parallax-title {
        font-size: 2.2rem;
        padding: 0rem 0;
    }

    .cover .author {
        font-size: 1.5rem;
    }

    .cover svg {
        height: 9rem;
        width: 9rem;
    }

    p {
        line-height: 24px;
    }

    .gatherings .content-box .gethering_info {
        flex: 1;
    }

    .gatherings .gatherings_img {
        padding-right: 2rem;
    }

    /* about us */
    .content-icon-hex {
        width: 95px;
        height: 58px;
    }

    .content-icon {
        font-size: 2.05em;
        line-height: 58px;
    }

    #about .section-title {
        padding-right: 35px;
    }

    /* future page */
    .meeting_box .meeting_text {
        padding: 0;
    }

    .proceeding-meta h4 {
        font-size: 18px;
        margin-top: 0.3rem;
    }
}

@media screen and (max-width: 1279px) {
    .navbar-brand {
        width: 225px;
    }

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

    .section-padding {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .hp-purpose-news .content-title {
        font-size: 1.3em;
    }

    .hp-purpose-news ul li h4 {
        font-size: 1.14rem;
    }

    .meeting_box .meeting_text .event_subtitle h3 {
        font-size: 1.6rem;
    }

    .meeting_box .meeting_subtext li svg {
        width: 22px;
        height: 22px;
    }

    .gatherings .content-box ul li .gethering_info h3 {
        font-size: 1.3rem;
    }

    .cover svg {
        height: 8rem;
        width: 8rem;
    }

    #sky-parallax .parallax-description {
        font-size: 2.4em;
        line-height: 51px;
    }

    .parallax-overlay .mrt-qt {
        font-size: 1.5rem;
    }

    .parallax-style .section-padding {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .contact_us {
        padding: 0 3rem;
    }

    .form-control {
        height: 42px;
        font-size: 0.89rem;
    }

    .footer-section {
        padding: 12px 0px;
    }

    /* history-page */
    .history-page .row:last-of-type ul {
        padding-left: 0.8rem;
    }

    /* gethering page */
    .gs-editor .forum-outer {
        height: 229px;
    }

    .gs-editor .col-sm-4 {
        height: 267px !important;
    }

    /* GA page */
    .align_book>li {
        width: 47% !important;
        padding: 0px 15px 0 30px !important;
        min-height: 370px !important;
    }

    /* join page */
    .pay_main {
        margin: 0 1rem;
    }
}

@media screen and (max-width: 1023px) {
    .top-section {
        height: 70vh;
    }

    .navbar-nav>li>a {
        font-size: 0.9em;
        line-height: 47px;
    }

    .meeting_box .meeting_text p {
        padding-bottom: 0;
    }

    .meeting_box .meeting_subtext {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .gatherings .gatherings_img img {
        max-width: 50%;
    }

    .gatherings .gatherings_img {
        padding: 3rem 0;
    }

    .newsimg_section .img_small li {
        flex: 1;
        width: 50%;
        margin: 1rem 0.3rem;
    }

    .newsimg_section .img_small li a {
        width: 100%;
        height: 100%;
        display: inline-block;
    }

    .contact-section::before {
        left: -24rem;
    }

    .contact-form-container {
        margin-bottom: 0 !important;
    }

    /* about us */
    #about .section-title {
        padding-right: 0;
        width: 100%;
    }

    .section-title::after {
        height: 3px !important;
        top: 55px !important;
    }

    /* history page */
    .history-page h5 {
        font-size: 18px;
    }

    .inner-title::after {
        width: 100%;
        height: 3px;
        margin-left: 0;
        bottom: -2px;
        left: 0;
        right: 0;
    }

    .inner-title {
        padding-right: 0;
        position: relative;
    }

    /* future page */
    .meeting_box .meeting_text {
        padding-bottom: 2rem;
    }

    /* gethring page */
    .inner-title {
        font-size: 1.737em;
    }

    .gs-editor .forum-outer {
        height: 298px;
    }

    .gs-editor .col-sm-4 {
        height: 338px !important;
    }

    /* GA page */
    .align_book>li {
        width: 97% !important;
    }

    .book_part figcaption {
        width: 34rem !important;
    }

    .align_book>li {
        min-height: 336px !important;
    }

    .navbar .nav li.menu-item-has-children>a::after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 1rem;
    }

    /* join page */
    .pay_main .row .pay_inner {
        height: auto !important;
        max-height: unset !important;
    }
}

@media screen and (max-width: 767px) {
    .top-section {
        height: 28rem;
    }

    .navbar-nav>li>a {
        font-size: 0.8em;
        line-height: 40px;
    }

    .navbar .navbar-collapse {
        top: 75px;
    }

    .navbar .nav li .sub-menu li a {
        font-size: 0.8em;
        padding: 0.4rem !important;
    }

    .navbar .nav li .sub-menu {
        padding: 0.1rem;
    }

    .hp-section-title,
    .meeting .meeting_title,
    .section-title,
    .book_container .parallax-title {
        font-size: 1.7rem;
        margin: 0;
        margin-bottom: 2.2rem;
    }

    p {
        font-size: 0.9rem !important;
    }

    #purpose_news .col-lg-6 {
        padding: 0 15px !important;
    }

    .newsimg_section .img_small li {
        margin-bottom: 0;
    }

    .newsimg_section ul {
        margin-bottom: 0;
    }

    .hp-purpose-news ul li h4 {
        font-size: 1.04rem;
    }

    .meeting_box .meeting_text .event_subtitle h3 {
        font-size: 1.4rem;
        margin: 0;
    }

    .newsimg_section .img_small li a {
        display: flex;
        align-content: center;
        width: 50%;
        margin: 0 auto;
    }

    .newsimg_section .img_small li a img {
        margin: 0 auto;
    }

    .gatherings .gatherings_img {
        padding-bottom: 0;
    }

    #sky-parallax .parallax-description {
        line-height: 39px;
        font-size: 1.7rem !important;
    }

    .mt50 {
        margin-top: 25px !important;
    }

    .menu-bg-overlay {
        padding: 7px 0 !important;
    }

    .section-title {
        padding-bottom: 0 !important;
    }

    .cover .author {
        font-size: 1.5rem !important;
    }

    .navbar-brand {
        line-height: 60px;
        height: auto;
    }

    .navbar {
        min-height: 73px;
    }

    .navbar-toggle {
        margin-top: 6px !important;
        margin-bottom: 10px !important;
    }

    /* about us */
    .content-icon-hex {
        width: 63px;
        height: 39px;
    }

    .content-icon {
        font-size: 1.55em;
        line-height: 41px;
    }

    .section-head {
        margin-bottom: 30px;
    }

    /* history page */
    .inner-title {
        font-size: 1.6em;
        line-height: normal;
    }

    /* gethering page */
    .gs-editor .forum-outer {
        height: auto;
        margin-bottom: 20px;
    }

    .gs-editor .col-sm-4 {
        height: auto !important;
    }

    .mb40 {
        margin-bottom: 13px;
    }

    .link-outer {
        padding: 10px;
    }

    .follow-link {
        font-size: 17px;
    }

    .mt0 {
        padding-top: 0 !important;
    }

    /* GA page */
    .book_part figcaption {
        width: 26rem !important;
    }

    /* join page */
    .pay_main .row .col-sm-12 {
        width: 100% !important;
    }
}

@media screen and (max-width: 639px) {
    .newsimg_section .img_small li a {
        width: auto;
        margin: 0 auto;
        display: flex;
        align-content: center;
    }

    .hp-section-title,
    .meeting .meeting_title,
    .section-title,
    .book_container .parallax-title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .meeting_box .meeting_text .event_subtitle h3 {
        font-size: 1.3rem;
    }

    .meeting_text .event_subtitle h4 {
        font-size: 1.1rem;
    }

    .meeting_box .meeting_text p {
        padding: 0.4rem 0;
    }

    .meeting_box .meeting_subtext li svg {
        width: 20px;
        height: 20px;
    }

    .meeting_box .meeting_subtext li a {
        font-size: 0.9rem;
    }

    .gatherings .gatherings_img img {
        max-width: 70%;
    }

    .parallax-style .section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #sky-parallax .parallax-description {
        line-height: 33px;
        font-size: 1.3rem !important;
    }

    .contact-section::before {
        width: 37rem;
        height: 37rem;
    }

    .contact_us {
        padding: 0 1rem;
    }

    #contact .contact-form {
        padding: 1rem;
    }

    .book {
        padding-bottom: 120%;
    }

    .cover svg {
        height: 11rem;
        width: 11rem;
    }

    .parallax-overlay .mrt-qt {
        padding: 0 !important;
    }

    .mt30 {
        margin-top: 10px !important;
    }

    .gatherings_box {
        padding-top: 0.5rem !important;
    }

    /* gethering page */
    .gs-editor h4 {
        font-size: 16px;
    }

    /* GA page */
    .align_book>li {
        min-height: 35rem !important;
    }

    .book_part {
        width: 11rem;
    }

    .book_part figcaption {
        width: auto !important;
        left: -100% !important;
        right: -100% !important;
        margin: 0 1rem;
    }

    .align_book>li {
        width: 100% !important;
    }

    .book_part figcaption {
        margin: 0 4rem;
    }

    .align_book>li {
        width: 91% !important;
        margin: 0 1rem !important;
        padding: 0 1rem !important;
    }

    /* news page */
    .about-section .inner-title {
        margin-top: 0;
    }

    .news-content .col-lg-4 {
        margin-bottom: 1rem;
    }

    /* join page */
    .pay_main h2 {
        font-size: 30px;
    }

    .gs-editor .forum-outer {
        text-align: center;
    }

}

@media screen and (max-width: 479px) {
    .gatherings .gatherings_img img {
        max-width: 90%;
    }

    #purpose_news p,
    .gatherings_title .section-title,
    .gatherings_title p,
    .contact-head h2,
    .contact-head p,
    .contact_info .content-description,
    #founder .content-box p,
    #founder .content-box h3,
    .about-section .section-head,
    .about-section h2,
    .section-content h3,
    .section-content p {
        text-align: center !important;
    }

    .gatherings_box .gethering_info h3,
    .gatherings_box .gethering_info p {
        text-align: left !important;
    }

    .content-icon-hex {
        margin-bottom: 0;
    }

    label {
        font-size: 0.9rem;
    }

    .top-banner {
        height: 140px;
    }

    .meida-container {
        margin: 0;
        max-width: 100%;
    }

    .parallax-title {
        font-size: 1.325em;
    }

    /* history page */
    .inner-title {
        text-align: center;
    }

    .history-page p,
    .history-page h5 {
        text-align: center;
    }

    .copyrights {
        font-size: 0.8rem;
    }

    /* gethering page */
    .inner-title {
        font-size: 1.4em;
    }

    .follow-link {
        text-align: center;
    }

    .align_book>li {
        width: 100% !important;
    }

    .book_part figcaption {
        margin: 0 4rem;
    }

    .align_book>li {
        width: 91% !important;
        margin: 0 1rem !important;
        padding: 0 1rem !important;
    }

    .news-content p,
    .book_component p {
        text-align: center;
    }
}