
/*------------------------------------------------------------------------
# mod_mx_contentshow Extension
# ------------------------------------------------------------------------
# author    mixwebtemplates
# copyright Copyright (C) 2020 mixwebtemplates.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.mixwebtemplates.com
-------------------------------------------------------------------------*/
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.mos-img img {display: none !important;}
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

.grid-style, .circle-style{
	line-height: 1.2;
}
.grid a{
	outline: none;
}
.row{
	margin-left: -15px;
	margin-right: -15px;
}
.clearfix::after, .row::after, .cs-row::after{
	content: "";
	clear: both;
	display: block;
}
html.mx-popup-on, html.mx-popup-on body{
    height: 100%;
}
html.mx-popup-on body{
    overflow: hidden;
}
.grid{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.grid::after{
	content: "";
	clear: both;
	display: block;
}
.grid > li{
	float: left;
	margin: 0px;
}

.mx-grid-holder{
	overflow: hidden;
}
.grid figure{
	position: relative;
	margin: 0;
}
.grid figure img {
    max-width: 100%;
    display: block;
    position: relative;
}
.grid h3{
	margin: 0 0 3px;
	padding: 0;
	font-weight: 300;
}
.mx-social-icons{
	list-style: none;
	padding: 0;
	margin: 0;
	margin: 0 -5px;
}
.mx-social-icons li{
	display: inline-block;
	padding: 0 5px;
}
.mx-social-icons a{
	display: block;
	-webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.mx-social-icons a:hover{
	-moz-transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}
.mx-contact-details {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}

.mx-contact-details li {
	padding: 10px 0;
	border-bottom: 1px dotted rgba(35, 35, 35, 0.2);
}

.mx-contact-details span {
	min-width: 100px;
	margin-right: 6px;
}
figcaption p{
	font-size: 14px;
}

.mx-personal-info{
    position: relative;
    margin-bottom: 15px;
}
.mx-personal-info span{
	text-transform: uppercase;
	font-size: 0.815em;
}
.mx-contact-info p{
    margin: 0 0 15px;
}

}
@media (max-width:830px) {
    .mx-popup-on body{
        overflow: auto;
    }
}

.mx-grid.style-1 {
    font-size: 0;
}

.style-1 .mx-detailed-info {
    display: none;
}
.mx-grid-expanded-content::after{
    content: "";
    display: table;
    clear: both;
}
.mx-grid.style-1 > li {
    padding: 0;
    float: none;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
}

.mx-grid-show {
    display: block;
    float: left;
    width: 100%;
    position: relative
}
.mx-grid.style-1 > li > a {
    position: relative;
    display: block;
    outline: none;
    color: #111;
    font-size: 16px;
}

.mx-grid.style-1 > li > a::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 20px solid #111;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.mx-grid.style-1 figcaption {
    position: absolute;
    left: 25px;
    right: 25px;
    top: 25px;
    bottom: 25px;
    padding: 30px;
    background: rgba(35, 35, 35, 0.8);
    color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    font-size: 0;
}

.mx-grid.style-1 .mx-personal-info {
    display: inline-block;
    width: calc(100% - 1px);
    vertical-align: middle;
    font-size: 16px;
}

.mx-grid.style-1 figcaption::after {
    content: "\e60f";
    font-family: 'icomoon';
    font-size: 18px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -10px;
}

.mx-grid.style-1 figcaption::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 1px;
}

.mx-cshow .mx-grid.style-1 li a:hover figcaption,
.mx-grid.style-1 figure.cs-hover figcaption,
.mx-grid.style-1 > li.mx-expanded > a::before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1;
}

.mx-grid.style-1 .mx-expanded:hover figcaption {
    opacity: 0;
}

.mx-grid.style-1 li.mx-expanded > a::after {
    top: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #111;
    border-width: 15px;
    left: 50%;
    margin: 0 0 0 -15px;
    z-index: 2;
}

.mx-grid.style-1 .mx-grid-show{
    text-align: left;
    overflow: hidden;
    font-size: 16px;
    background: #fff;
}

.mx-grid.style-1 .mx-grid-padding {
    padding: 35px 15px 50px;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    color: #111;
}

.mx-grid.style-1 .mx-grid-padding a {
    color: #111;
}

.mx-grid.style-1 .mx-grid-close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 34px;
    right: 45px;
    cursor: pointer;
    z-index: 999;
}

.mx-grid.style-1 .mx-grid-close::before,
.mx-grid.style-1 .mx-grid-close::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #888;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mx-grid.style-1 .mx-grid-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mx-grid.style-1 .mx-grid-close:hover::before,
.mx-grid.style-1 .mx-grid-close:hover::after {
    background: #333;
}

.mx-grid.style-1 .mx-personal-contact-info,
.mx-grid.style-1 .mx-details {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 30px;
}

.mx-grid.style-1 .mx-details {
    width: 70%;
}

.mx-grid.style-1 .mx-personal-contact-info {
    width: 30%;
    padding-top: 30px;
}

.mx-grid.style-1 .mx-details h3 {
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 5px;
    text-transform: uppercase;
    line-height: 1.1;
}

.mx-grid.style-1 .mx-details h2 {
    font-weight: 300;
    font-size: 36px;
    margin: 0 0 10px;
    line-height: 1.1;
}

.mx-grid.style-1 .mx-personal-contact-info .mx-social-icons li {
    border: 1px solid;
    margin: 0 5px;
    text-align: center;
    padding: 0;
}

.mx-grid.style-1 .mx-personal-contact-info .mx-social-icons a {
    padding: 10px 0;
    width: 40px;
}
.mx-grid-nav{
    display: none !important;
}
.mx-content-scrollbar{
    padding-right: 30px;
}
.mx-personal-details{
    max-height: 293px;
    overflow: hidden;
}

@media screen and (max-width:830px) {
.mx-grid.style-1 .mx-details {
    width: 65%;
    padding: 0 10px;
}

.mx-grid.style-1 .mx-personal-contact-info {
    width: 35%;
    padding: 10px;
    padding-top: 20px;
}
.grid h3 {
  font-size: 20px;
  font-weight: 300;
}
}

@media screen and (max-width:650px) {
    .mx-grid.style-1 .mx-details,
    .mx-grid.style-1 .mx-personal-contact-info {
        float: none;
        width: 100%;
        padding: 0 30px;
    }
    .mx-grid.style-1 .mx-grid-close{
        top: 0;
        right: 15px;
    }
    .mx-grid.style-1 .mx-personal-contact-info {
        padding-top: 20px;
    }
}

.mx-grid.style-2 {
    font-size: 0;
}

.style-2 .mx-detailed-info {
    display: none;
}
.mx-grid-expanded-content::after{
    content: "";
    display: table;
    clear: both;
}
.mx-grid.style-2 > li {
    padding: 0;
    float: none;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
}
.mx-grid-show {
    display: block;
    float: left;
    width: 100%;
    position: relative
}
.mx-grid.style-2 > li > a {
    position: relative;
    display: block;
    outline: none;
    color: #111;
    font-size: 16px;
}

.mx-grid.style-2 > li > a::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 20px solid #111;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.mx-grid.style-2 > li figure {
    overflow: hidden;
}
.mx-grid.style-2 figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 40px 5px 20px;
    background: rgba(35, 35, 35, 0.8);
    color: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
    font-size: 0;
}

.mx-grid.style-2 .mx-personal-info {
    display: inline-block;
    width: calc(100% - 1px);
    vertical-align: middle;
    font-size: 16px;
}

.mx-grid.style-2 figcaption::after {
    content: "\e60f";
    font-family: 'icomoon';
    font-size: 18px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 20px;
}

.mx-grid.style-2 li.mx-expanded figcaption::after, .mx-grid.style-1 .mx-expanded figcaption::after {
    content: '\e612';
    animation: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
}

.mx-grid.style-2 figcaption::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 1px;
}

.mx-cshow .mx-grid.style-2 li a:hover figcaption,
.mx-grid.style-2 li.mx-expanded a figcaption,
.mx-cshow .mx-grid.style-2 li.mx-expanded a:hover figcaption {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}

.mx-cshow .mx-grid.style-2 li a:hover figcaption::after,
.mx-grid.style-2 figure.cs-hover figcaption::after {
    animation: DownMove 3s infinite 0.6s;
    -webkit-animation: DownMove 3s infinite 0.6s;
    -moz-animation: DownMove 3s infinite 0.6s;
}

.mx-grid.style-2 .mx-grid-show{
    text-align: left;
    overflow: hidden;
    font-size: 16px;
    background: #fff;
}

.mx-grid.style-2 .mx-grid-padding {
    padding: 35px 15px 50px;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    color: #111;
}

.mx-grid.style-2 .mx-grid-padding a {
    color: #111;
}

.mx-grid.style-2 .mx-grid-close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 34px;
    right: 45px;
    cursor: pointer;
    z-index: 999;
}

.mx-grid.style-2 .mx-grid-close::before,
.mx-grid.style-2 .mx-grid-close::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #888;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mx-grid.style-2 .mx-grid-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mx-grid.style-2 .mx-grid-close:hover::before,
.mx-grid.style-2 .mx-grid-close:hover::after {
    background: #333;
}

.mx-grid.style-2 .mx-personal-contact-info,
.mx-grid.style-2 .mx-details {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 30px;
}

.mx-grid.style-2 .mx-details {
    width: 70%;
}

.mx-grid.style-2 .mx-personal-contact-info {
    width: 30%;
    padding-top: 30px;
}

.mx-grid.style-2 .mx-details h3 {
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 5px;
    text-transform: uppercase;
    line-height: 1.1;
}

.mx-grid.style-2 .mx-details h2 {
    font-weight: 300;
    font-size: 36px;
    margin: 0 0 10px;
    line-height: 1.1;
}

.mx-grid.style-2 .mx-personal-contact-info .mx-social-icons li {
    border: 1px solid;
    margin: 0 5px;
    text-align: center;
    padding: 0;
}

.mx-grid.style-2 .mx-personal-contact-info .mx-social-icons a {
    padding: 10px 0;
    width: 40px;
}
.mx-grid-nav{
    display: none !important;
}
.mx-content-scrollbar{
    padding-right: 30px;
}
.mx-personal-details{
    max-height: 293px;
    overflow: hidden;
}

@media screen and (max-width:830px) {
.mx-grid.style-2 .mx-details {
    width: 65%;
    padding: 0 20px;
}

.mx-grid.style-2 .mx-personal-contact-info {
    width: 35%;
    padding: 0 15px;
    padding-top: 30px;
}

}

@media screen and (max-width:650px) {
    .mx-grid.style-2 .mx-details,
    .mx-grid.style-2 .mx-personal-contact-info {
        float: none;
        width: 100%;
    }
    .mx-grid.style-2 .mx-grid-close{
        top: 0;
        right: 15px;
    }
    .mx-grid.style-2 .mx-personal-contact-info {
        padding-top: 30px;
    }
}



@keyframes DownMove {
    0% {
        top: 50%;
    }

    5% {
        top: 60%;
    }

    10% {
        top: 50%;
    }

    15% {
        top: 60%;
    }

    20% {
        top: 50%;
    }

}

@-webkit-keyframes DownMove {
    0% {
        top: 50%;
    }

    5% {
        top: 60%;
    }

    10% {
        top: 50%;
    }

    15% {
        top: 60%;
    }

    20% {
        top: 50%;
    }

}

@-moz-keyframes DownMove {
    0% {
        top: 50%;
    }

    5% {
        top: 60%;
    }

    10% {
        top: 50%;
    }

    15% {
        top: 60%;
    }

    20% {
        top: 50%;
    }

}
--------- Table 1 -----------*/

    .mx-table {
        display: table;
        width: 100%;
        color: #111;
    }
    .mx-table-row {
        display: table-row;
    }
    .mx-table-cell {
        display: table-cell;
        padding: 10px;
        vertical-align: middle;
    }
    .mx-table-row.mx-table-head .mx-table-cell {
        border: none;
    }
    .mx-table-cell .mx-table-cell-inner {
        max-width: 400px;
    }
    .table-style .mx-table-img-holder {
        max-width: 75px;
    }
    .table-style img{
        max-width: 100%;
        height: auto;
    }
    .mx-table-cell .mx-social-icons a {
        color: #111;
    }
    .table-style.mx-table-cell h3 {
        font-size: 14px;
        margin: 0;
        padding: 0;
        line-height: 1.235;
    }
    .table-style .mx-table-cell h2{
        font-size: 16px;
        margin: 0;
        padding: 0;
        line-height: 1.235;
    }
    .mx-table-description .mx-table-cell-inner {
        min-width: 240px;
    }

    .mx-table.style-1 .mx-table-row.mx-table-head .mx-table-cell {
        border-bottom: 2px solid #ccc;
    }
    .mx-table.style-1 .mx-table-cell {
        border-bottom: 1px solid #ccc;
    }


/*------------ Table 2 -----------*/

    .mx-table.style-2 .mx-table-row.mx-table-head .mx-table-cell {
        border-bottom: none;
    }
    .mx-table.style-2 .mx-table-cell {
        border-bottom: none;
        
    }
    .mx-table.style-2 .mx-table-row:nth-child(2n+1) {
        background-color: rgba(113, 113, 113, 0.04);
    }
    .mx-table.style-2 .mx-table-row.mx-table-head {
        background-color: #eee;
    }


/*------------ Table 3 -----------*/

    .mx-table.style-3 {
        /*border: 1px solid #ddd;*/
    }
    .mx-table.style-3 .mx-table-row.mx-table-head .mx-table-cell {
        background-color: #eee;
    }
    .mx-table.style-3 .mx-table-cell {
        border-bottom: 1px solid #ddd;
    }
    .mx-table.style-3 .mx-table-row:first-child .mx-table-cell {
        border-top: 1px solid #ddd;
    }
    .mx-table.style-3 .mx-table-row .mx-table-cell:first-child { 
        border-left: 1px solid #ddd;
    }
    .mx-table.style-3 .mx-table-row .mx-table-cell:last-child { 
        border-right: 1px solid #ddd;
    }
    /*------------- List 4-----------*/

    .list-style figure img {
        max-width: 300px;
    }
    .grid.list-style figcaption {
        overflow: hidden;
    }
    .grid.list-style > .mx-grid-card {
        width: 100%;
        float: none;
        border-bottom: 1px solid rgba(35, 35, 35, 0.2);
        padding: 0 0 40px 0;
        margin-bottom: 40px;
        overflow: hidden;
    }
    .grid.list-style > li:last-child {
        border-bottom: 0;
        margin-bottom: 0;
    }
    .grid.list-style h3 {
        font-size: 36px;
        margin: 0 0 10px;
        line-height: 1.1;
    }
    .grid.list-style .mx-personal-info span {
        font-size: 14px;
    }
    .grid.list-style {
        margin: 0;
        padding: 0;
    }
    .list-style .mx-personal-info h3 {
        font-size: 18px;
        margin: 0 0 5px;
        line-height: 1.1;
    }
    .list-style figure {
        color: #111;
    }
    .list-style figcaption p {
        font-size: 16px;
    }
    .list-style .mx-social-icons li {
        border: 1px solid;
        margin: 0 5px 2px 5px;
        text-align: center;
        padding: 0;
    }
    .list-style .mx-social-icons a {
        padding: 10px 0;
        width: 40px;
    }
    .list-style .mx-contact-info a {
        color: #111;
    }
    .list-style.style-1 .mx-contact-info {
        font-size: 16px;
        
    }
    .list-style.style-1 figure img {
        float: left;
        margin-right: 30px;
    }


/*------------- List 2-----------*/

    .list-style.style-2 figure img {
        float: right;
        margin-left: 30px;
    }

@media screen and (max-width:700px) {
    .grid.list-style figcaption {
        overflow: visible;
    }
    .list-style.style-2 figure img, .list-style.style-1 figure img {
        float: none;
        margin: 0 0 30px 0;
    }

    .mx-table, .mx-table-row, .mx-table-cell {
        display: block;
    }
    .mx-table.style-1 .mx-table-row {
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;    
    }
    .mx-table-row.mx-table-head {
        display: none;  
    }
    .mx-table-cell {
        padding: 0;
        border: none;
    }    
    .table-style .mx-table-img-holder {
        float:left;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .mx-table-designation, .mx-table-name {
        overflow: hidden;
    }
    .mx-table-description {
        clear: both;
     }
    .mx-table .mx-table-cell h2 {
        margin-bottom: 10px;
    }
    .mx-table .mx-table-cell h3 {
        margin-top: 0;
    }

    /*********** Clear Border and Styles *************/

    .mx-table.style-1 .mx-table-cell {
        border: none;
    }
    .mx-table-cell .mx-table-cell-inner {
        max-width: none;
    }

    .mx-table.style-2 .mx-table-row {
       padding: 20px 15px;
    }
    .mx-table.style-3{
        border: 1px solid #ccc;
    }
    .mx-table.style-3 .mx-table-row { 
        padding: 20px 15px;
        border-bottom: 1px solid #ccc;
    }
    .mx-table.style-3 .mx-table-row:last-child{
        border-bottom: none;
    }
    .mx-table.style-3 .mx-table-cell{
        border: none !important;
    }
}

.mx-image-main h3{
       margin-top: 10px;
    }

.default-button {
  text-transform: uppercase;
  position: relative;
  height: 40px;
  cursor: pointer;
  transform: translate3d(20px, 0, 0);
  font-size: 12px;
  line-height: 40px;
  letter-spacing: 2px;
  margin-top: 10px;
  z-index: 4;
  display: inline-block;
}
.default-button .left,
.default-button .right {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  transform: translate3d(-20px, 0, 0);
}
.default-button .left::before,
.default-button .right::before {
  content: "";
  width: 40px;
  display: block;
  height: 40px;
  border-radius: 50%;
  background-color: #ccc;
  transform: scale(1);
}
.default-button .left.left,
.default-button .right.left {
  transition: all 0.45s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.default-button .left.right,
.default-button .right.right {
  transition: all 0.45s cubic-bezier(0.475, 0.425, 0, 0.995) 0.45s;
}
.default-button .center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #ccc;
  z-index: 1;
  transform-origin: right;
  transition: all 0.45s cubic-bezier(0.475, 0.425, 0, 0.995) 0.45s, transform 0.45s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.default-button .text {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 3;
  color: #000;
}
.default-button .plus-icon {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  z-index: 2;
  color: #000;
  font-size: 16px;
}
.default-button .plus-icon.text:before, .default-button .plus-icon.text:after {
  display: none;
}
.default-button .plus-icon:before, .default-button .plus-icon:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.default-button .plus-icon:after {
  transform: rotate(90deg);
  transform-origin: center;
}
.default-button:hover .left {
  transform: translate3d(20px, 0, 0);
  width: 100%;
  transition-duration: calc(0.45s - 0.15s);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.45s;
}
.default-button:hover .center {
  width: 100%;
  transform: scaleX(0);
  transition: width 0.45s cubic-bezier(0.475, 0.425, 0, 0.995), transform calc(0.45s - 0.15s) cubic-bezier(0.19, 1, 0.22, 1) 0.45s;
}
.default-button:hover .right {
  transform: translate3d(20px, 0, 0);
  width: 100%;
  transition-delay: 0s;
}