
.mos-img img {display: none !important;}

:root {   
    --mxab-global-color: #f6b876;
    --mxab-dark-color: #000000; 
    --mxab-white-color: #ffffff; 
    --mxab-bgr-color: rgba( 0, 0, 0, 0.3); 
}
.mx-actionbox-section{
	counter-increment: count;
}
.mx-actionbox-section .mx-action-box-circle-wrap{
    width: 100%;
    height: 100%;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    align-items: center;
    justify-content: center;
}
.mx-actionbox-section a{   
	color: var(--mxab-white-color);
}
/* Style 01 */
.mx-action-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.mx-action-box-style-1 .mx-action-box-wrap{
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	background-color: var(--mxab-bgr-color);
	background-blend-mode: color;
    width: 100vw;
    min-height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.mx-action-box-style-1 .container{
    max-width: 50% !important;
}
.mx-action-box-style-1 .mx-action-content>* {
	color: var(--mxab-white-color);
	text-align: center;
}
.mx-action-box-style-1 .mx-ihbox-icon {
    font-size: 80px;
    line-height: 80px;
}
.mx-action-box-style-1 .mx-action-content .mx-element-subtitle {
	font-size: 18px;
	line-height: 28px;	
	margin-bottom: 30px;
}
.mx-action-box-style-1 h2.mx-element-title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
}
.mx-action-box-style-1 h2.mx-element-title a {
	color: var(--mxab-white-color);
}
.mx-action-box-style-1 .mx-heading-desc{
	font-size: 18px;
	line-height: 24px;
	color: var(--mxab-white-color) !important;
	margin-bottom: 30px;
}
.mx-action-box-style-1 h2.mx-element-title a:hover {
	color: var(--mxab-global-color);
}
.mx-action-box-style-1 .mx-action-content{
	text-align: center;
}
.mx-action-box-style-1 .mx-svg-btn a{
	padding: 16px 35px;
	color: var(--mxab-white-color);
	background: var(--mxab-global-color);
}
.mx-action-box-style-1 .mx-svg-btn a:hover{
	background: var(--mxab-black-color);
}
.mx-action-box-style-1 .mx-action-box-wrap:after{
    position:absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: var(--mxab-bgr-color);
    z-index: -1;
}

@media(max-width:767px) {
    .mx-action-box-st1le-2 h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .mx-action-box-style-1 .mx-action-box-wrap {
        position: inherit;
        padding: 80px 30px;
        min-height: unset;
    }
	.mx-action-box-style-1 h2.mx-element-title{
		font-size: 26px;
    	line-height: 30px;
	}
    .mx-action-box-style12.mx-action-box {
        height: unset;
    }
    .mx-action-box-style-1{
        height: unset;
    }
}
/* Style 02 */

.mx-action-box-style-2 .mx-actionbox-content .mx-btn a,
.mx-action-box-style-2 .mx-actionbox-content>* {
	color: var(--mxab-white-color);
	text-align: center;
}
.mx-action-box-style-2 .mx-icon-wrapper{
	width: 134px;
	height: 134px;
	font-size: 35px;
    line-height: 70px;
    border-radius: 50%;
    padding: 37px 30px 37px 40px;
	color: var(--mxab-global-color);
	background-color: var(--mxab-white-color);
	transition: all 0.3s ease-in;
}
.mx-action-box-style-2 .mx-icon-wrapper:hover{
	color: var(--mxab-white-color);
	background-color: var(--mxab-global-color);
}
.mx-action-box-style-2 .mx-action-box-circle-wrap {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	background-color: var(--mxab-bgr-color);
	background-blend-mode: color;
    width: 100vw;
    min-height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.mx-action-box-style-2 .container{
    max-width: 50% !important;
}
@media(max-width:767px) {
    .mx-action-box-st1le-2 h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .mx-action-box-style-2 .mx-action-box-circle-wrap {
        position: inherit;
        padding: 80px 0;
        min-height: unset;
    }
    .mx-action-box-style-2.mx-action-box {
        height: unset;
    }
	.mx-action-box-style-2 .mx-action-box-circle-wrap{
		padding: 100px 0;
	}
	.mx-action-box-style-1 .container,.mx-action-box-style-2 .container{
		max-width: 90% !important;
	}
}
.mx-act-title, .mx-act-title a {
	color: var(--mxab-white-color);
	font-size: 55px;
	font-family: 'Rubik Doodle Shadow', sans-serif;
	margin: 20px 0px;
}
.mx-act-description {
	color: var(--mxab-white-color);
	font-size: 18px;
	margin-bottom: 40px;
}
.mx-act-cat span {
	color: var(--mxab-white-color);
	font-size: 14px;
	text-transform: uppercase;
	margin-right: 40px;
}
.mx-action-box-style-1 a.btn-arrow {
	color: var(--mxab-white-color);
}
.mx-action-box-style-1 .mx-svg-btn:hover a.btn-arrow{
	color: var(--mxab-global-color);
}
.mx-action-box-style-1 a.btn-arrow svg{
	margin-left: 10px;
	margin-bottom: 2px;
}
.mx-action-box-style-1 .mx-svg-btn:hover svg line {
    stroke-dashoffset: 0;
    stroke: var(--mxab-global-color);
}

.mx-action-box-style-2 a.btn-arrow {
	color: var(--mxab-white-color);
    background: var(--mxab-global-color);
    padding: 15px 20px;
}
.mx-action-box-style-2 .mx-svg-btn:hover a.btn-arrow{
	color: var(--mxab-white-color);
    background: var(--mxab-dark-color);
}
.mx-action-box-style-2 a.btn-arrow svg{
	margin-left: 10px;
	margin-bottom: 2px;
}
.mx-action-box-style-2 .mx-svg-btn:hover svg line {
    stroke-dashoffset: 0;
    stroke: var(--mxab-global-color);
}

.mx-action-box-style-2 .mxrepla-box-number, .mx-action-box-style-1 .mxrepla-box-number{
	font-size: 150px;
	line-height: 150px;
	position: relative;
	color: transparent;
    margin-left: auto;
    margin-right: auto;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
    font-weight: 700;
}
.mx-action-box-style-2 .mxrepla-box-number::before, .mx-action-box-style-1 .mxrepla-box-number::before {
  content: counters(count, ".", decimal-leading-zero);
  height: 90px;
  align-items: center;
}
.mx-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}
.mx-ihbox-btn a {
    position: relative;
}
.mx-svg-btn svg line,.mx-svg-btn1 svg line {
    fill: none;
    stroke: var(--mxab-white-color);
    stroke-width: 2;
    stroke-miterlimit: 10;
}
.mx-ihbox-btn svg, .mx-svg-btn svg,.mx-ihbox-btn1 svg, .mx-svg-btn1 svg{
    height: 10px;
}
.mx-svg-btn svg line:nth-child(1), .mx-svg-btn1 svg line:nth-child(1) {
    stroke-dasharray: 25px;
    stroke-dashoffset: 50px;
    transition: stroke-dashoffset 0.5s cubic-bezier(.61,1,.88,1);
}
.mx-svg-btn svg line:not(:first-child), .mx-svg-btn1 svg line:not(:first-child) {
    stroke-linecap: square;
}

.mx-svg-btn svg line:nth-child(2), .mx-svg-btn1 svg line:nth-child(2), 
.mx-svg-btn svg line:nth-child(3), .mx-svg-btn1 svg line:nth-child(3) {
    stroke-dasharray: 20px;
    stroke-dashoffset: 40px;
    transition: stroke-dashoffset 0.6s cubic-bezier(.61,1,.88,1) 0.3s;
}
	