/*
* Master Addons Elementor Styles
 */

/* Accordion */
.ma-advanced-accordion {
    width: auto;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.ma-advanced-accordion .ma-accordion-tab-title {
    padding: .875em 1.25em;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }

.ma-advanced-accordion .ma-accordion-tab-title .ma-accordion-toggle-icon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.ma-advanced-accordion .ma-accordion-tab-title.ma-accordion-tab-active .ma-accordion-toggle-icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.fa-accordion-icon {
    display: inline-block;
    margin-right: 10px; }

.ma-advanced-accordion .ma-accordion-item .ma-accordion-tab-content {
    display: none;
    padding: 1.25em 1.5em 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ma-advanced-accordion .ma-accordion-tab-content {
    padding: 1.25em 1.25em 1em;
}

.ma-advanced-accordion .ma-accordion-item .ma-accordion-tab-content p {
    margin: 0; }

.ma-advanced-accordion .ma-accordion-item .ma-accordion-tab-content.ma-accordion-tab-active {
    display: block; }


/* Accordion styles */
.ma-accordion-tab-title:hover,
.ma-accordion-tab-title:focus,
.ma-accordion-tab-title:active,
.ma-accordion-tab-title:visited {
    outline: 0 !important;
}
.elementor-widget-container p {
    margin: 0;
}

/* Accordion 01 & 02 */
.ma-accordion-one,
.ma-accordion-two,
.ma-accordion-item {
    margin-bottom: 10px;
}
.ma-accordion-one .ma-accordion-tab-title,
.ma-accordion-two .ma-accordion-tab-title {
    background-color: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.ma-accordion-one .ma-accordion-tab-icon,
.ma-accordion-two .ma-accordion-tab-icon {
    display: none;
}
.ma-accordion-one .ma-accordion-tab-title:hover,
.ma-accordion-one .ma-accordion-tab-title.ma-accordion-tab-active,
.ma-accordion-one .ma-accordion-tab-active .ma-accordion-toggle-icon,
.ma-accordion-one .ma-accordion-item:hover .ma-accordion-toggle-icon,
.ma-accordion-two .ma-accordion-tab-title:hover,
.ma-accordion-two .ma-accordion-tab-title.ma-accordion-tab-active,
.ma-accordion-two .ma-accordion-tab-active .ma-accordion-toggle-icon,
.ma-accordion-two .ma-accordion-item:hover .ma-accordion-toggle-icon {
    background-color: #fff;
    color: inherit;
}
.ma-accordion-two .ma-accordion-tab-title {
    border-radius: 1.5em;
}

/* Accordion 03 */
.ma-accordion-three .ma-accordion-tab-title {
    background-color: #fff;
    border-radius: 10px;
}
.ma-accordion-item.three {
    border-radius: 10px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.ma-accordion-three .ma-accordion-tab-content,
.ma-accordion-five .ma-accordion-tab-content {
    border-top: 1px solid #eeedf0;
}

/* Accordion 04 */

.ma-accordion-item.four {
    border-radius: 10px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.ma-accordion-four .ma-accordion-tab-title {
    background-color: #fff !important;
    border-radius: 10px;
}
.ma-accordion-four .ma-accordion-tab-active .ma-accordion-tab-icon,
.ma-accordion-four .ma-accordion-tab-active .ma-accordion-title-text,
.ma-accordion-four .ma-accordion-tab-active .ma-accordion-toggle-icon {
    color: #fff !important;
}
.ma-accordion-four .ma-accordion-tab-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Accordion 05 & 06 */

.ma-accordion-item.five,
.ma-accordion-item.six {
    border-radius: 10px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}
.ma-accordion-five .ma-accordion-tab-title {
    background-color: #fff !important;
    border-radius: 10px;
}
.ma-accordion-six .ma-accordion-tab-active {
    background-color: transparent !important;
    background-image: -moz-linear-gradient( 0deg, rgb(10,57,252) 0%, rgb(213,0,137) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(10,57,252) 0%, rgb(213,0,137) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(10,57,252) 0%, rgb(213,0,137) 100%);
}
.ma-accordion-six .ma-accordion-tab-title {
    border-radius: 10px;
}

/* Accordion 07 */

.ma-accordion-item.seven {
    border-radius: 5px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.ma-accordion-seven .ma-accordion-tab-title {
    padding: 0 !important;
}
.ma-accordion-seven .ma-accordion-toggle-icon {
    background-color: #4b00e7;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    height: 60px;
    float: left;
    line-height: 60px;
    margin-right: 12px !important;
    width: 60px;
    text-align: center;

    transform: none !important;
}
.ma-accordion-seven .ma-accordion-tab-active .ma-accordion-toggle-icon:before {
    content: "\f107";
}
.ma-accordion-seven .ma-accordion-tab-icon {
    float: right;
    margin-right: 1em;
}
.ma-accordion-seven .ma-accordion-title-icon {
    float: right;
    order: 2;
    text-align: left;
    width: calc(100% - 60px);
}
.ma-accordion-seven .ma-accordion-tab-icon i {
    margin: 0 !important;
}
.ma-accordion-seven .ma-accordion-tab-content {
    background-color: #f8f8f8;
}

/* Accordion 08 */

.ma-accordion-item.eight {
    border-radius: 5px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.ma-accordion-eight .ma-accordion-tab-title {
    background-color: #fff !important;
    border-radius: 5px;
}
.ma-accordion-eight .ma-accordion-tab-active {
    background-color: transparent !important;
    background-image: -moz-linear-gradient( 0deg, rgb(213,0,137) 0%, rgb(10,57,252) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(213,0,137) 0%, rgb(10,57,252) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(213,0,137) 0%, rgb(10,57,252) 100%);
}
.ma-accordion-eight .ma-accordion-tab-title {
    border-radius: 5px;
}



/* Tooltip Start */

.ma-el-tooltip {
    transition: all .3s ease;
}

.ma-el-tooltip .ma-el-tooltip-item {
    position: relative;
}

.ma-el-tooltip .ma-el-tooltip-content-text {
    line-height: 0.5;
}

.ma-el-tooltip-align-left {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}
.ma-el-tooltip-align-center {
    display: flex;
    width: 100%;
    justify-content: center;
}
.ma-el-tooltip-align-right {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.ma-el-tooltip .ma-el-tooltip-item .ma-el-tooltip-content {
    cursor: pointer;
    line-height: 0.6;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    transition: all .3s ease;
}

.ma-el-tooltip .ma-el-tooltip-item .ma-el-tooltip-content a img {
    margin: 0 auto;
}

.ma-el-tooltip .ma-el-tooltip-item .ma-el-tooltip-text {
    position: absolute;
    min-width: 150px;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
    border-radius: 3px;
    font-weight: 300;
    font-size: 16px;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
    z-index: 4;
}

.ma-el-tooltip .ma-el-tooltip-item .ma-el-tooltip-text:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.ma-el-tooltip .ma-el-tooltip-item .ma-el-tooltip-content:hover {
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.13);
}

.ma-el-tooltip .ma-el-tooltip-item.tooltip-left .ma-el-tooltip-content:hover ~ .ma-el-tooltip-text {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    visibility: visible;
    opacity: 1;
}

.ma-el-tooltip .ma-el-tooltip-item.tooltip-left .ma-el-tooltip-text {
    top: 50%;
    right: calc(100% + 1em);
    -webkit-transform: translate3d(-15px, -50%, 0);
    transform: translate3d(-15px, -50%, 0);
}

.ma-el-tooltip .ma-el-tooltip-item.tooltip-left .ma-el-tooltip-text:after {
    top: 50%;
    right: -0.5em;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    border-width: 0.5em 0 0.5em 0.5em;
    border-color: transparent transparent transparent #f9f9f9;
}


.ma-el-tooltip .ma-el-tooltip-item.tooltip-bottom .ma-el-tooltip-content:hover ~ .ma-el-tooltip-text {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    visibility: visible;
    opacity: 1;
}

.ma-el-tooltip .ma-el-tooltip-item.tooltip-bottom .ma-el-tooltip-text {
    top: calc(100% + 1em);
    left: 50%;
    -webkit-transform: translate3d(-50%, 15px, 0);
    transform: translate3d(-50%, 15px, 0);
    text-align: center;
}

.ma-el-tooltip .ma-el-tooltip-item.tooltip-bottom .ma-el-tooltip-text:after {
    top: -0.5em;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    border-width: 0 0.5em 0.5em 0.5em;
    border-color: transparent transparent #f9f9f9 transparent;
}


.ma-el-tooltip .ma-el-tooltip-item.tooltip-top .ma-el-tooltip-content:hover ~ .ma-el-tooltip-text {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    visibility: visible;
    opacity: 1;
}

.ma-el-tooltip .ma-el-tooltip-item.tooltip-top .ma-el-tooltip-text {
    bottom: calc(100% + 1em);
    left: 50%;
    -webkit-transform: translate3d(-50%, -15px, 0);
    transform: translate3d(-50%, -15px, 0);
    text-align: center;
}

.ma-el-tooltip .ma-el-tooltip-item.tooltip-top .ma-el-tooltip-text:after {
    bottom: -0.5em;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    border-width: 0.5em 0.5em 0 0.5em;
}


.ma-el-tooltip .ma-el-tooltip-item.tooltip-right .ma-el-tooltip-content:hover ~ .ma-el-tooltip-text {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    visibility: visible;
    opacity: 1;
}

.ma-el-tooltip .ma-el-tooltip-item.tooltip-right .ma-el-tooltip-text {
    top: 50%;
    left: calc(100% + 1em);
    -webkit-transform: translate3d(15px, -50%, 0);
    transform: translate3d(15px, -50%, 0);
    text-align: center;
}

.ma-el-tooltip .ma-el-tooltip-item.tooltip-right .ma-el-tooltip-text:after {
    top: 50%;
    left: -0.5em;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    border-width: 0.5em 0.5em 0.5em 0;
    border-color: transparent #fff transparent transparent;
}

/* Tooltip End */





/* Master Addons Tabs Start */

.ma-el-advance-tab.two .ma-el-advance-tab-nav {
    margin: 0px;
    padding: 0px;
    display: flex;
}

.ma-el-advance-tab.two .ma-el-advance-tab-nav li {
    position: relative;
    padding: 1em 1.5em;
    flex: 1;
    cursor: pointer;
    align-items: center;
    text-align: center;
    list-style: none;
    display: inline-block;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
}

.ma-el-advance-tab.two .ma-el-advance-tab-nav li span {
    color: #8a8d91;
    font-family: "Roboto", sans-serif;
}

.ma-el-advance-tab.two .ma-el-advance-tab-nav li.active {
    border-bottom: 1px solid #704aff;
}

.ma-el-advance-tab.two .ma-el-advance-tab-nav li.active span {
    color: #0a1724;
}

.ma-el-advance-tab.two .ma-el-advance-tab-content {
    display: none;
    padding: 40px;
    position: relative;
}

.ma-el-advance-tab.two .ma-el-advance-tab-content .ma-el-advance-tab-content-title {
    font-size: 40px;
    color: #0a1724;
    font-family: "Roboto", sans-serif;
    margin: 0;
}

.ma-el-advance-tab.two .ma-el-advance-tab-content p {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    margin: 20px 0px 50px 0px;
}

.ma-el-advance-tab.two .ma-el-advance-tab-content.active {
    display: inherit;
}

.ma-el-advance-tab.three {
    display: flex;
}

.ma-el-advance-tab.three .ma-el-advance-tab-nav {
    width: 26%;
    margin: 0 4% 0 0;
    padding: 0;
}

.ma-el-advance-tab.three .ma-el-advance-tab-nav li {
    list-style: none;
    background: #fff;
    padding: 25px 40px;
    margin-bottom: 20px;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    transition: all .3s ease;
}

.ma-el-advance-tab.three .ma-el-advance-tab-nav li::before {
    position: absolute;
    content: '';
    top: 50%;
    right: -8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-left-color: #fff;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    opacity: 0;
}

.ma-el-advance-tab.three .ma-el-advance-tab-nav li span {
    color: #0a1724;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

.ma-el-advance-tab.three .ma-el-advance-tab-nav li span i {
    margin-right: 15px;
}

.ma-el-advance-tab.three .ma-el-advance-tab-nav li.active {
    box-shadow: 0px 30px 40px 0px rgba(5, 9, 42, 0.08);
}

.ma-el-advance-tab.three .ma-el-advance-tab-nav li.active::before {
    opacity: 1;
}

.ma-el-advance-tab.three .ma-el-advance-tab-nav li.active span {
    color: #4ecad2;
}

.ma-el-advance-tab.three .ma-el-advance-tab-content {
    width: 70%;
    display: none;
    background: #fff;
    padding: 60px 30px;
    border-radius: 10px;
}

.ma-el-advance-tab.three .ma-el-advance-tab-content .ma-el-advance-tab-content-title {
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    color: #0a1724;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
}

.ma-el-advance-tab.three .ma-el-advance-tab-content .ma-el-advance-tab-content-description {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 26px;
    margin: 25px 0 50px 0;
}

.ma-el-advance-tab.three .ma-el-advance-tab-content.active {
    display: block;
}

.ma-el-advance-tab.four {
    display: flex;
}

.ma-el-advance-tab.four .ma-el-advance-tab-nav {
    width: 30%;
    margin: 0;
    padding: 0;
}

.ma-el-advance-tab.four .ma-el-advance-tab-nav li {
    list-style: none;
    background: #f0f1f2;
    padding: 25px 40px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin-right: 10px;
    transition: all .3s ease;
}

.ma-el-advance-tab.four .ma-el-advance-tab-nav li::before {
    position: absolute;
    content: '';
    width: calc(100% + 11px);
    height: 0;
    background: #fff;
    top: 0;
    left: 0px;
    opacity: 0;
    transition: all .3s ease;
}

.ma-el-advance-tab.four .ma-el-advance-tab-nav li::after {
    position: absolute;
    content: '';
    height: 0;
    width: 3px;
    background: #36d3ac;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
    transition: all .3s ease;
}

.ma-el-advance-tab.four .ma-el-advance-tab-nav li span {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

.ma-el-advance-tab.four .ma-el-advance-tab-nav li span i {
    margin-right: 10px;
}

.ma-el-advance-tab.four .ma-el-advance-tab-nav li.active {
    background: #fff;
}

.ma-el-advance-tab.four .ma-el-advance-tab-nav li.active::before {
    opacity: 1;
    z-index: -1;
    border-width: 1px 0 1px 1px;
    border-color: #f0f1f2;
    border-style: solid;
    height: 100%;
}

.ma-el-advance-tab.four .ma-el-advance-tab-nav li.active::after {
    opacity: 1;
    -webkit-transform: translateY(1);
    transform: translateY(1);
    height: 100%;
}

.ma-el-advance-tab.four .ma-el-advance-tab-content {
    display: none;
    width: 70%;
    border: 1px solid #f0f1f2;
    padding: 30px 25px;
}

.ma-el-advance-tab.four .ma-el-advance-tab-content .ma-el-advance-tab-content-title {
    font-size: 24px;
    color: #0a1724;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin: 0;
}

.ma-el-advance-tab.four .ma-el-advance-tab-content .ma-el-advance-tab-content-description {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    line-height: 26px;
    margin: 30px 0 40px 0;
}

.ma-el-advance-tab.four .ma-el-advance-tab-content.active {
    display: block;
}

@media only screen and (max-width: 768px){
    .ma-el-advance-tab.two .ma-el-advance-tab-nav{
        flex-direction: column;
    }
    .ma-el-advance-tab.three{
        flex-direction: column;
    }
    .ma-el-advance-tab.three .ma-el-advance-tab-nav{
        width: 100%;
    }
    .ma-el-advance-tab.three .ma-el-advance-tab-content{
        width: 100%;
    }
    .ma-el-advance-tab.three .ma-el-advance-tab-nav li.active::before{
        opacity: 0;
    }
    .ma-el-advance-tab.four{
        flex-direction: column;
    }
    .ma-el-advance-tab.four .ma-el-advance-tab-nav{
        width: 100%;
    }
    .ma-el-advance-tab.four .ma-el-advance-tab-content{
        width: 100%;
    }
    .ma-el-advance-tab.four .ma-el-advance-tab-nav li.active::before{
        border-width: 1px 1px 1px 1px;
    }
}

/* Master Addons Tabs End */




/* Progress Bar Start */

.ldBar{position:relative;}.ldBar.label-center > .ldBar-label{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-shadow:0 0 3px #fff}.ldBar-label:after{content:"%";display:inline}.ldBar.no-percent .ldBar-label:after{content:""}

[class*="ma-el-progress-bar-"] .ldBar-label {
    font-family: "Roboto", sans-serif;
}

[class*="ma-el-progress-bar-"].line {
    position: relative;
    margin-bottom: 40px;
}

[class*="ma-el-progress-bar-"].line .ldBar-label {
    font-family: "Roboto", sans-serif;
    position: absolute;
    top: 0;
    right: 0;
    color: #132c47;
}

[class*="ma-el-progress-bar-"].line-bubble {
    position: relative;
    margin-bottom: 40px;
}

[class*="ma-el-progress-bar-"].line-bubble .ldBar-label {
    position: absolute;
    left: 0;
    top: 56%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

[class*="ma-el-progress-bar-"].circle {
    position: relative;
}

[class*="ma-el-progress-bar-"].circle .ldBar-label {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 36px;
    color: #132c47;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

[class*="ma-el-progress-bar-"].circle h3 {
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

[class*="ma-el-progress-bar-"].fan {
    position: relative;
}

[class*="ma-el-progress-bar-"].fan h3 {
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

[class*="ma-el-progress-bar-"].fan .ldBar-label {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
    font-size: 30px;
}

[class*="ma-el-progress-bar-"].fan .left-title {
    position: absolute;
    font-size: 14px;
    left: 0;
    bottom: -10px;
}

[class*="ma-el-progress-bar-"].fan .right-title {
    position: absolute;
    font-size: 14px;
    bottom: -10px;
    right: 0;
}

/* Progress Bar End */




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

.ma-el-member-container {
    text-align: center;
    width: 245px;
    height: 400px;
    margin: auto;
    position: relative;
    z-index: 0;
}
.ma-el-member-container:after {
    content: "";
    background: #15a9a0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -10px;
    bottom: -10px;
    z-index: -1;
}
.ma-el-member-container .ma-el-inner-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.ma-el-member-container .ma-el-member-details {
    background: #1fb5ac;
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: -114px;
}
.ma-el-member-container:hover .ma-el-member-details {
    bottom: 0;
}
.ma-el-member-container .name {
    color: #ffffff;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    margin:30px 0 0 0;
}
.ma-el-member-container p{
    color: #ffffff;
    padding: 0;
}
.ma-el-member-container .designation {
    font-size: 14px;
    line-height: 22px;
}
.member-social-link {
    margin-top: -3px;
}
.member-social-link a{
    color: #ffffff;
    display: inline-block;
    position: relative;
    z-index: 0;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 0 2px;
}
.member-social-link a:after{
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    background: transparent;
    z-index: -1;
}
.member-social-link a:hover:after {
    background: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.member-social-link a:hover {
    color: #04635d;
}
.member-social-link .twitter-btn:hover {
    color: #55ACEE;
}
.member-social-link .facebook-btn:hover {
    color: #3B5998;
}
.member-social-link .dribbble-btn:hover {
    color: #ea4c89;
}
.member-social-link .google-plus-btn:hover {
    color: #db514f;
}
.member-social-link .linkedin-btn:hover {
    color: #0077b5;
}
.ma-el-member-container:after,
.ma-el-member-container .ma-el-member-details,
.member-social-link a,
.member-social-link a:after {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

/*  Master Team Section End
---------------------------------------------------------------------- */





/* Team Global Styles */
.ma-el-team-item {
    margin-bottom: 32px;
}
.ma-el-team-member-name {
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0;
    font-weight: 600;
}
.ma-el-team-member-content {
    color: #8a8d91;
    padding: 10px;
}
.ma-el-team-member-designation {
    font-size: 15px;
}
.ma-el-team-member-about {
    font-size: 15px;
}


/* Team Member Basic Start */

.ma-el-team-member-basic {
    box-shadow: 0px 13px 33px 0px rgba(51, 77, 128, 0.08);
}

.ma-el-team-member-basic .ma-el-team-member-thumb img {
    width: 100%;
}

.ma-el-team-member-basic .ma-el-team-member-content {
    padding: 25px 20px;
}

.ma-el-team-member-basic .ma-el-team-member-about {
    margin-bottom: 25px;
}

.ma-el-team-member-basic .ma-el-team-member-social {
    margin-bottom: 0;
}
.ma-el-team-member-basic .ma-el-team-member-social li, .ma-el-team-member-rounded .ma-el-team-member-social li, .ma-el-team-member-content-hover .ma-el-team-member-social li {
    display: inline-block;
}

.ma-el-team-member-basic .ma-el-team-member-social li a {
    color: #8a8d91;
    display: block;
    transition: .3s ease;
}

.ma-el-team-member-basic .ma-el-team-member-social li a:hover {
    color: #132c47;
}

.ma-el-team-member-basic .ma-el-team-member-social li:not(:last-child) {
    margin-right: 15px;
}
/* Basic End */


/* Team Member Circle Gradient Start */
.ma-el-team-member-circle {
    padding: 70px 40px 30px;
    box-shadow: 0px 13px 33px 0px rgba(51, 77, 128, 0.08);
    text-align: center;
    border-radius: 5px;
}

.ma-el-team-member-circle .ma-el-team-member-thumb {
    position: relative;
    z-index: 1;
    width: 122px;
    height: 122px;
    margin: 0 auto;
    margin-bottom: 45px;
}

.elementor .ma-el-team-member-circle .ma-el-team-member-thumb img {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ma-el-team-member-circle .ma-el-team-member-thumb svg {
    position: absolute;
    width: 123px;
    height: 123px;
    z-index: -1;
}

.ma-el-team-member-circle .ma-el-team-member-thumb svg:first-child {
    left: 7px;
    bottom: 7px;
}

.ma-el-team-member-circle .ma-el-team-member-thumb svg:nth-child(2) {
    top: 7px;
    left: 7px;
}

.ma-el-team-member-circle .ma-el-team-member-thumb svg:nth-child(3) {
    right: 4px;
    top: 0;
}

.ma-el-team-member-circle .ma-el-team-member-thumb svg.violate {
    fill: #826EFF;
}

.ma-el-team-member-circle .ma-el-team-member-thumb svg.orange {
    fill: #FF6A47;
}

.ma-el-team-member-circle .ma-el-team-member-thumb svg.cyan {
    fill: #3AD8F4;
}

.ma-el-team-member-circle .rounded {
    border-radius: 8px;
}

.ma-el-team-member-circle .circled {
    border-radius: 50%;
}

.ma-el-team-member-circle-name {
    font-size: 22px;
    margin-bottom: 5px;
}

.ma-el-team-member-circle-designation {
    font-size: 15px;
    display: block;
    color: #8a8d91;
    margin-bottom: 12px;
}

.ma-el-team-member-about {
    margin: 10px auto;
}

.ma-el-team-member-circle .ma-el-team-member-about {
    margin-bottom: 40px;
}

.ma-el-team-member-circle .ma-el-team-member-social {
    padding-left: 0;
}

.ma-el-team-member-circle .ma-el-team-member-social li {
    display: inline-block;
}

.ma-el-team-member-circle .ma-el-team-member-social li:not(:last-child) {
    margin-right: 2px;
}

.ma-el-team-member-circle .ma-el-team-member-social li a {
    padding: 0 10px;
    color: #a4a7aa;
}

.ma-el-team-member-circle .ma-el-team-member-social li a:hover {
    color: #8a8d91;
    transition: .3s ease;
}
/* Team Member Circle End */



/* Team Member Social Left Start */

.ma-el-team-member-social-left {
    text-align: center;
    position: relative;
}

.ma-el-team-member-social-left .ma-el-team-member-thumb {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.ma-el-team-member-social-left:hover .ma-el-team-member-thumb::before {
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
}
.ma-el-team-member-social-left .ma-el-team-member-thumb::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f5f6fa;
    transition: .3s ease;
    z-index: -1;
    top: 0;
    left: 0;
}

.ma-el-team-member-social-left .ma-el-team-member-thumb img {
    width: 100%;
}


.ma-el-team-member-social-left .ma-el-team-member-social {
    list-style: none;
    position: absolute;
    z-index: 2;
    margin: 0;
    padding: 30px 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 13px 17px 0px rgba(0, 0, 0, 0.16);
    transition: .3s ease;
    top: 15%;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.ma-el-team-member-social-left .ma-el-team-member-social li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    color: #8a8d91;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    transition: .3s ease;
}

.ma-el-team-member-social-left .ma-el-team-member-social li a i {
    line-height: 45px;
}

.ma-el-team-member-social-left .ma-el-team-member-social li a:hover {
    color: #fff;
    border-color: transparent;
}

.ma-el-team-member-social-left .ma-el-team-member-social li:not(:last-child) {
    margin-bottom: 10px;
}

.ma-el-team-member-social-left:hover .ma-el-team-member-social-left .ma-el-team-member-thumb::before {
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
}

.ma-el-team-member-social-left:hover .ma-el-team-member-social {
    left: 30px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
/* Social Left End */


/* Team Member Rounded Start */

.ma-el-team-member-rounded {
    text-align: center;
}

.ma-el-team-member-rounded .ma-el-team-member-thumb {
    margin-bottom: 30px;
}

.elementor .ma-el-team-member-rounded .ma-el-team-member-thumb img {
    width: 100%;
    border-radius: 50%;
    box-shadow: 0px 16px 46px 0px rgba(19, 32, 58, 0.18);
}

.ma-el-team-member-rounded .ma-el-team-member-about {
    margin: 20px auto;
}

.ma-el-team-member-rounded .ma-el-team-member-social li a {
    color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #272c44;
    opacity: .4;
    transition: .3s ease;
}

.ma-el-team-member-rounded .ma-el-team-member-social li:not(:last-child) {
    margin-right: 8px;
}

.ma-el-team-member-rounded .ma-el-team-member-social li a i {
    line-height: 40px;
}

.ma-el-team-member-rounded .ma-el-team-member-social li a:hover {
    opacity: 1;
}
/* Rounded End */



/* Team Member Content Hover Start */

.ma-el-team-member-content-hover {
    position: relative;
}

.ma-el-team-member-content-hover .ma-el-team-member-thumb img {
    width: 100%;
}

.ma-el-team-member-content-hover .ma-el-team-member-content {
    position: absolute;
    text-align: center;
    background: #fff;
    width: 100%;
    box-shadow: 0px 20px 33px 0px rgba(51, 77, 128, 0.2);
    padding: 25px 20px 20px;
    transition: .3s ease;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
    bottom: -10%;
}

.ma-el-team-member-content-hover .ma-el-team-member-designation {
    display: block;
    margin-bottom: 30px;
    position: relative;
}

.ma-el-team-member-content-hover .ma-el-team-member-designation::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background: #132c47;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ma-el-team-member-content-hover .ma-el-team-member-social {
    margin-bottom: 0;
}

.ma-el-team-member-content-hover .ma-el-team-member-social li a {
    display: block;
    padding: 0 7px;
    color: #8a8d91;
    transition: .3s ease;
}

.ma-el-team-member-content-hover .ma-el-team-member-social li a i {
    font-size: 14px;
}

.ma-el-team-member-content-hover .ma-el-team-member-social li a:hover {
    color: #132c47;
}

.ma-el-team-member-content-hover:hover .ma-el-team-member-content {
    bottom: 10%;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* Content Hover End */









/* Style for Team Carousel */

.ma-el-team-carousel-content {
    color: #8a8d91;
}

.ma-el-team-carousel-circle {
    margin: 0 -15px;
}

.ma-el-team-carousel-circle-title {
    margin-bottom: 50px;
    position: relative;
}

.ma-el-team-carousel-circle-title:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    background: #132c47;
    bottom: -25px;
    left: 0;
}

.ma-el-team-carousel-circle-arrow {
    margin-top: 75px;
    padding: 0;
    list-style: none;
}

.ma-el-team-carousel-circle-arrow li {
    display: inline-block;
}

.ma-el-team-carousel-circle-arrow-prev, .ma-el-team-carousel-circle-arrow-next {
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 25px;
    transition: .3s ease;
    margin-right: 20px;
}

.ma-el-team-carousel-circle-arrow-prev i, .ma-el-team-carousel-circle-arrow-next i {
    transition: .3s ease;
    color: #eaecf2;
    line-height: 60px;
}

.ma-el-team-carousel-circle-arrow-prev:hover, .ma-el-team-carousel-circle-arrow-next:hover {
    color: #132c47;
    box-shadow: 0px 13px 33px 0px rgba(51, 77, 128, 0.08);
}

.ma-el-team-carousel-circle-arrow-prev:hover i, .ma-el-team-carousel-circle-arrow-next:hover i {
    color: #132c47;
}

.ma-el-team-carousel-circle-inner {
    margin: 20px 15px 38px;
    outline: 0;
}

.ma-el-team-carousel-social-left {
    margin: 0 -15px;
}

.ma-el-team-carousel-social-left-title {
    font-weight: bold;
    margin-bottom: 50px;
    position: relative;
}

.ma-el-team-carousel-social-left-title::before {
    content: '';
    position: absolute;
    width: 145px;
    height: 4px;
    background: #f35029;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -25px;
}

.ma-el-team-carousel-social-left-inner {
    margin: 20px 15px 20px 15px;
    outline: 0;
}

.ma-el-team-carousel-wrapper .slick-dots {
    padding-top: 30px;
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
}

.ma-el-team-carousel-wrapper .slick-dots li {
    display: inline-block;
}

.ma-el-team-carousel-wrapper .slick-dots li button {
    width: 12px;
    height: 12px;
    outline: 0;
    padding: 5px;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: #8a8d91;
    -webkit-text-fill-color: transparent;
    transition: .3s ease;
}

.ma-el-team-carousel-wrapper .slick-dots li button:hover {
    background: #f35029;
}

.ma-el-team-carousel-wrapper .slick-dots li:not(:last-child) {
    margin-right: 15px;
}

.ma-el-team-carousel-wrapper .slick-dots li.slick-active button {
    background: #f35029;
}

.ma-el-team-carousel-content-hover {
    margin: 0 -15px;
}

.ma-el-team-carousel-content-hover-title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.ma-el-team-carousel-content-hover-subtitle {
    position: relative;
    margin-bottom: 30px;
}

.ma-el-team-carousel-content-hover-subtitle::before {
    position: absolute;
    content: '';
    width: 75px;
    height: 3px;
    background: #132c47;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -25px;
}

.ma-el-team-carousel-content-hover-inner {
    margin: 0 15px;
}

.ma-el-team-carousel-content-hover .slick-track {
    display: flex;
    align-items: flex-end;
}

.ma-el-team-carousel-prev, .ma-el-team-carousel-next {
    position: absolute;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #b8bfc7;
    color: #fff;
    display: block;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
    transition: .3s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ma-el-team-carousel-prev i, .ma-el-team-carousel-next i {
    line-height: 60px;
}

.ma-el-team-carousel-prev:hover, .ma-el-team-carousel-next:hover {
    background: #132c47;
}

.ma-el-team-carousel-prev {
    left: -70px;
}

.ma-el-team-carousel-next {
    right: -70px;
}

/* Content Hover Carousel */

.ma-el-team-carousel-content-h .slick-track {
    display: flex;
    align-items: flex-end;
}

.ma-el-team-carousel-prev, .ma-el-team-carousel-next {
    position: absolute;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #b8bfc7;
    color: #fff;
    display: block;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
    transition: .3s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ma-el-team-carousel-prev i, .ma-el-team-carousel-next i {
    line-height: 60px;
}

.ma-el-team-carousel-prev:hover, .ma-el-team-carousel-next:hover {
    background: #132c47;
}

.ma-el-team-carousel-prev {
    left: -70px;
}

.ma-el-team-carousel-next {
    right: -70px;
}

/* Team carousel Styles end*/






/* Dual heading Start */
.ma-el-dual-heading-wrapper{
    text-align: center;
}
.ma-el-dual-heading .ma-el-dual-heading-wrapper {
    padding: 5px;
}
.ma-el-dual-heading .ma-el-dual-heading-wrapper .cd-headline{
    font-family: "Abel", sans-serif;
}
.ma-el-dual-heading .ma-el-dual-heading-wrapper .ma-el-dual-heading-description{
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 26px;
    margin: 30px 0 0 0;
    padding: 10px;
}

.ma-el-dual-heading .ma-el-dual-heading-wrapper .ma-el-dual-heading-icon{
    font-size: 36px;
}

.ma-el-dual-heading .ma-el-dual-heading-wrapper .ma-el-dual-heading-title{
    font-size: 36px;
    margin-top: 10px;
}
.ma-el-dual-heading .ma-el-dual-heading-wrapper .ma-el-dual-heading-title  a,
.ma-el-dual-heading .ma-el-dual-heading-wrapper .ma-el-dual-heading-title
{
    font-size: 30px;
    color: #132c47;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.ma-el-dual-heading .ma-el-dual-heading-wrapper .ma-el-dual-heading-title{
    text-transform: capitalize;
}

.ma-el-dual-heading .ma-el-dual-heading-wrapper .ma-el-dual-heading-title  a .first-heading,
.ma-el-dual-heading .ma-el-dual-heading-wrapper .ma-el-dual-heading-title .first-heading,
.ma-el-dual-heading .ma-el-dual-heading-wrapper .ma-el-dual-heading-title  a .second-heading,
.ma-el-dual-heading .ma-el-dual-heading-wrapper .ma-el-dual-heading-title .second-heading{
    padding: 15px 10px;
}

.ma-el-dual-heading .ma-el-dual-heading-wrapper .ma-el-dual-heading-title span {
    color: #132c47;
    line-height: 1.18;
}

/* Dual Heading: Topclass Style */
.ma-el-sec-head-container {
    overflow: hidden;
}
.ma-el-sec-head-container .ma-el-sec-head-style {
    max-width: 1170px;
    display: table;
    margin: auto;
    padding: 0 15px;
}
.ma-el-sec-head-container .ma-el-sec-head-style:after {
    content: "";
    height: 140px;
    width: 200%;
    background-color: #1fb5ac;
    position: absolute;
    top: 0;
    left: -200%;
    margin-left: -15px;
}

.ma-el-section-title {
    color: #1a1a1a !important;
    font-size: 5.25em !important;
    font-weight: 900;
    text-align: right;
    text-transform: uppercase !important;
    line-height: .9em !important;
    -webkit-text-stroke: 0.3px;
    padding: 0;
    margin: 0;
    float: left;
    width: 300px;
}
.content-title {
    margin-top: 0;
    padding-top: 0;
}
.ma-el-section-title span {
    color: #1fb5ac;
}
.plx-ma-el-section-title {
    color: #ffffff;
    font-size: 2.1875em;
    -webkit-text-stroke: 0.2px;
}
.ma-el-section-description {
    color: #404040;
    font-size: 1.375em;
    font-weight: 300;
    line-height: 40px;
    margin:0;
    margin-left: 360px;
    padding-top: 35px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 0.2px;
}
.parallax-style .subscribe-description {
    color: #ffffff;
}
/* Dual heading End */

/* Gravity Form Start */

.ma-el-gravity-form .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0; }
.ma-el-gravity-form .gform_wrapper textarea {
    padding: 0; }
.ma-el-gravity-form .gform_wrapper .gform_footer input.button,
.ma-el-gravity-form .gform_wrapper .gform_footer input[type="submit"],
.ma-el-gravity-form .gform_wrapper .gform_page_footer input.button,
.ma-el-gravity-form .gform_wrapper .gform_page_footer input[type="submit"] {
    margin: 0; }
.ma-el-gravity-form .gform_wrapper .gform_page_footer input[type="button"] {
    margin-right: 4px; }
.ma-el-gravity-form .gform_wrapper .gform_page_footer input[type="submit"] {
    margin-left: 4px; }
.ma-el-gravity-form.title-description-hide .gform_heading {
    display: none; }
.ma-el-gravity-form.labels-hide .gform_wrapper .top_label .gfield_label,
.ma-el-gravity-form.labels-hide .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    display: none; }
.ma-el-gravity-form .gform_footer input[type="submit"],
.ma-el-gravity-form .gform_footer input[type="button"],
.ma-el-gravity-form .gform_page_footer input[type="submit"],
.ma-el-gravity-form .gform_page_footer input[type="button"] {
    background: #428bca;
    border: none;
    display: inline-block;
    padding: 10px 15px; }

.ma-el-gravity-form-button-full-width .gform_wrapper .gform_footer input[type="submit"],
.ma-el-gravity-form-button-full-width .gform_wrapper .gform_page_footer input[type="submit"] {
    width: 100%; }
.ma-el-gravity-form-button-full-width .gform_wrapper .gform_page_footer input[type="submit"] {
    margin-top: 20px; }

.ma-el-gravity-form-pagination-buttons-full-width .gform_wrapper .gform_page_footer input[type="button"] {
    margin-top: 20px;
    width: 100%; }

/* Gravity Form End */

/* Ninja Forms Start */
.ma-el-ninja-form .nf-form-title {
    display: none; }
.ma-el-ninja-form-title-yes .nf-form-title {
    display: block; }
.ma-el-ninja-form .title-description-hide .nf-form-title {
    display: none; }
.ma-el-ninja-form.title-description-hide .nf-form-title {
    display: none; }
.ma-el-ninja-form .nf-field-label {
    display: none; }
.ma-el-ninja-form-labels-yes .nf-field-label {
    display: block; }
.ma-el-ninja-form .submit-container input[type="button"] {
    border: 0;
    border-radius: 0; }

.ma-el-ninja-form-button-full-width .submit-container input[type="button"] {
    width: 100%; }
/* Ninja Forms End */


/* Caldera Forms Start */

.ma-el-caldera-form .control-label {
    display: none; }
.ma-el-caldera-form-labels-yes .control-label {
    display: block; }
.ma-el-caldera-form-button-center .form-group input[type="button"],
.ma-el-caldera-form-button-center .form-group input[type="submit"] {
    display: block;
    margin: 0 auto; }
.ma-el-caldera-form-button-right .form-group input[type="button"],
.ma-el-caldera-form-button-right .form-group input[type="submit"] {
    float: right; }
.ma-el-caldera-form .intl-tel-input {
    display: inherit; }

.ma-el-custom-radio-checkbox .caldera-grid input[type="checkbox"],
.ma-el-custom-radio-checkbox .caldera-grid input[type="radio"] {
    border-style: solid;
    border-width: 0;
    padding: 3px;
    -webkit-appearance: none; }

.ma-el-caldera-form-button-full-width .form-group input[type="submit"],
.ma-el-caldera-form-button-full-width .form-group input[type="button"] {
    width: 100%; }
/* Caldera Forms End */


/* WPForms Start */

.ma-el-wpforms .wpforms-container .wpforms-form input[type="submit"],
.ma-el-wpforms .wpforms-container .wpforms-form button[type="submit"],
.ma-el-wpforms .wpforms-container .wpforms-form .wpforms-page-button {
    border: 0; }
.ma-el-wpforms .wpforms-container .wpforms-form input[type="submit"]:hover,
.ma-el-wpforms .wpforms-container .wpforms-form button[type="submit"]:hover,
.ma-el-wpforms .wpforms-container .wpforms-form .wpforms-page-button:hover {
    border: 0; }
.ma-el-wpforms .wpforms-container .wpforms-form input[type="checkbox"],
.ma-el-wpforms .wpforms-container .wpforms-form input[type="radio"] {
    padding: 3px; }
.ma-el-wpforms .wpforms-container .wpforms-form .wpforms-field-label {
    display: none; }
.ma-el-wpforms .wpforms-container .wpforms-form .wpforms-field-name .wpforms-field-row {
    max-width: 100%; }
.ma-el-wpforms .wpforms-container .wpforms-field input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.ma-el-wpforms .wpforms-container .wpforms-field textarea,
.ma-el-wpforms .wpforms-container .wpforms-field select {
    max-width: 100% !important; }
.ma-el-wpforms-labels-yes .wpforms-container .wpforms-form .wpforms-field-label {
    display: block; }

.ma-el-wpforms-form-button-full-width .wpforms-submit-container .wpforms-submit {
    width: 100%; }
/* WPForms End */



/* weForms Start */

/* weForms End */


/* Call to Action Start */
.ma-el-alice-green-bg {
    background-color: #e4f1f9;
}

.ma-el-alice-green-bg .ma-el-action-content {
    padding-left: 3em;
    padding-right: 3em;
}
.ma-el-action-content {
    padding: 95px 0;
}
.ma-el-action-content h3 {
    color: #333;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: inherit;
    line-height: 1;
}
.ma-el-action-content .row {
    display: flex;
}
.ma-el-action-content .btn {
    background: #8dc63f;
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Poppins", sans-serif;
    color: #fff;
    display: inline-block;
    font-size: .875em;
    font-weight: 900;
    line-height: 54px;
    padding: 0 21.43px;
    text-decoration: none;
    text-transform: uppercase;
}
.ma-el-action-content .btn:hover {
    background: #8dc63f;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25) inset;
    color: #fff;
}
.ma-el-action-content button {
    float: right;
}
.alice-green-bg .cta-content {
    margin: 0;
}
.gradient-bg {
    /*background-image: -webkit-gradient(linear, right top, left top, from(#e4f1f9), to(#e1f9f1));*/
    /*background-image: linear-gradient(to left, #e4f1f9 0%, #e1f9f1 100%);*/
    background: #000046;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #000046, #1CB5E0);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #000046, #1CB5E0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.ma-el-action-content.style-02 {
    max-width: 650px;
    margin: 1.25em auto;
    text-align: center;
}

/* Call to Action End */




/* Creative Buttons */
.ma-el-creative-button-align-center {
    text-align: center;
}

.ma-el-creative-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ma-el-creative-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 150px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.ma-el-creative-button-align-center .ma-el-creative-button {
    float: none;
    display: inline-block;
}

.ma-el-creative-button:focus {
    outline: none;
}

.ma-el-creative-button > span {
    vertical-align: middle;
}

/* Creative Buttons */


/* Particles Start */


.divTest{
    display: inline-block;
    background-color: #00a0d2;
    padding: 20px;
}


.ma-el-particle-wrapper{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
}


.particles-js-canvas-el{ height:100%; position:absolute; }

/* Particles End */


/**
 BG Slider
**/
.ma-el-section-bs{ position: absolute; width: 100%; height: 100%; top:0;}
.ma-el-section-bs-inner{ width: 100%; height: 100% !important; }



/* Master Addons: Card Style Start */

.ma-el-card {
    font-family: "Roboto", sans-serif;
    margin-bottom: 35px;
}
.ma-el-card-description {
    font-size: 16px;
    color: #8a8d91;
    margin: 0 auto;
}
.ma-el-card-tag {
    font-size: 15px;
    color: #8a8d91;
    margin: 10px 0 0 0;
}

.ma-el-card.one {
    border-style: solid;
    border-width: 1px;
    border-color: #e5e5e5;
    border-radius: 4px;
    background-color: white;
    position: relative;
}

.ma-el-card.one .ma-el-card-thumb {
    border-radius: 4px 4px 0 0;
}

.ma-el-card.one .ma-el-card-thumb img {
    width: 100%;
    display: block;
}

.ma-el-card.one .ma-el-card-body {
    padding: 30px 30px;
}

.ma-el-card.one .ma-el-card-body .ma-el-card-title {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    color: #132c47;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    transition: all .4s ease;
    line-height: 100%;
}

.ma-el-card.one .ma-el-card-body .ma-el-card-title::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 3px;
    top: 0;
    left: -30px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    background: #ff4a4a;
    transition: all .2s ease;
}

.ma-el-card.one .ma-el-card-body .ma-el-card-title:hover::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.ma-el-card.one .ma-el-card-body .ma-el-card-description {
    margin: 20px 0;
    font-size: 15px;
    line-height: 26px;
}

.ma-el-card.one .ma-el-card-body .ma-el-card-action {
    position: absolute;
    display: block;
    bottom: 0;
    left: 118px;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    box-shadow: 0px 6px 18px 0px rgba(9, 24, 33, 0.15);
    background: #fff;
    font-family: "Roboto", sans-serif;
    padding: 15px 35px;
    border-radius: 4px;
    transition: all .4s ease;
    color: #132c47;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}

.ma-el-card.one .ma-el-card-body .ma-el-card-action:hover {
    background: #ff4a4a;
    color: #fff;
}

.ma-el-card.two {
    background-color: white;
    box-shadow: 0px 15px 39px 0px rgba(9, 24, 33, 0.06);
    border-radius: 4px;
    position: relative;

}

.ma-el-card.two:hover .ma-el-card-body .ma-el-card-title {
    margin-left: 30px;
}

.ma-el-card.two:hover .ma-el-card-body .ma-el-card-title::before {
    opacity: 1;
}

.ma-el-card.two .ma-el-card-thumb img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    display: block;
}

.ma-el-card.two .ma-el-card-body {
    padding: 30px 30px;
}

.ma-el-card.two .ma-el-card-body .ma-el-card-title {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    color: #132c47;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    transition: all .3s ease;
    display: block;
}

.ma-el-card.two .ma-el-card-body .ma-el-card-title::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 20px;
    background: #5031ef;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    transition: all .3s ease;
    opacity: 0;
}

.ma-el-card.two .ma-el-card-body .ma-el-card-tag {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 15px;
}

.ma-el-card.two .ma-el-card-body .ma-el-card-action {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    height: 50px;
    text-align: center;
    line-height: 52px;
    width: 50px;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    box-shadow: 0px 6px 18px 0px rgba(9, 24, 33, 0.15);
    background: #fff;
    border-radius: 50%;
    transition: all .4s ease;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    display: block;
}

.ma-el-card.two .ma-el-card-body .ma-el-card-action i {
    color: #c6c6c6;
    font-size: 22px;
}

.ma-el-card.two .ma-el-card-body .ma-el-card-action svg {
    fill: #c6c6c6;
}

.ma-el-card.two .ma-el-card-body .ma-el-card-action:hover {
    -webkit-transform: translate(-50%, 50%) scale(1.2);
    transform: translate(-50%, 50%) scale(1.2);
    background: #5031ef;
}

.ma-el-card.two .ma-el-card-body .ma-el-card-action:hover i {
    color: #fff;
}

.ma-el-card.three {
    position: relative;
}

.ma-el-card.three::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #ff4a4a;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: all .2s ease;
    z-index: 1;
}

.ma-el-card.three:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.ma-el-card.three:hover .ma-el-card-body .ma-el-card-tag {
    margin-left: 30px;
}

.ma-el-card.three:hover .ma-el-card-body .ma-el-card-tag::before {
    opacity: 1;
}

.ma-el-card.three .ma-el-card-thumb {
    position: relative;
}

.ma-el-card.three .ma-el-card-thumb img {
    width: 100%;
}

.ma-el-card.three .ma-el-card-thumb::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.99) 0%, rgba(128, 128, 128, 0.1) 50%, rgba(255, 255, 255, 0.1) 100%);
}

.ma-el-card.three .ma-el-card-body .ma-el-card-description {
    position: absolute;
    bottom: 105px;
    left: 40px;
    font-size: 15px;
}

.ma-el-card.three .ma-el-card-body .ma-el-card-tag {
    position: absolute;
    bottom: 72px;
    left: 40px;
    font-size: 15px;
    transition: all .2s ease;
}

.ma-el-card.three .ma-el-card-body .ma-el-card-tag::before {
    content: '';
    height: 2px;
    width: 20px;
    background: #ff4a4a;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    opacity: 0;
}

.ma-el-card.three .ma-el-card-body .ma-el-card-title {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    display: block;
}

.ma-el-card.three .ma-el-card-body .ma-el-card-action {
    position: absolute;
    bottom: 40px;
    right: 25px;
    background: rgba(95, 90, 84, 0.7);
    text-decoration: none;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    padding: 14px 48px;
    border-radius: 25px;
    transition: all .3s ease;
    display: block;
}

.ma-el-card.three .ma-el-card-body .ma-el-card-action:hover {
    background: #ff4a4a;
}

/* Master Addons: Card Style End */



/* MA InfoBox Start */

.ma-el-infobox-item {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.ma-el-infobox.one .ma-el-infobox-item {
    padding: 30px 0 0 0;
    text-align: center;
    transition: all 0.3s ease;
}

.ma-el-infobox.one .ma-el-infobox-item .ma-el-infobox-icon {
    height: 90px;
    width: 90px;
    background: #fff;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0px 22px 59px 0px rgba(18, 34, 66, 0.2);
    position: relative;
    z-index: 1;
    transition: all .3s ease;
}

.ma-el-infobox.one .ma-el-infobox-item .ma-el-infobox-icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: .3s ease;
}

.ma-el-infobox.one .ma-el-infobox-item .ma-el-infobox-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .3s ease;
    font-size: 40px;
}

.ma-el-infobox.one .ma-el-infobox-item .ma-el-infobox-icon img, .ma-el-infobox.two .ma-el-infobox-item .ma-el-infobox-icon img, .ma-el-infobox.four .ma-el-infobox-item .ma-el-infobox-icon img, .ma-el-infobox.five .ma-el-infobox-item .ma-el-infobox-icon img {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ma-el-infobox.one .ma-el-infobox-item .ma-el-infobox-content {
    padding: 30px 20px;
}

.ma-el-infobox-content-title {
    font-size: 24px;
    line-height: 1.5;
    margin: 0 0 10px 0;
    font-family: "Roboto", sans-serif;
}
.ma-el-infobox-content-description {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    margin: 10px auto;
}

.ma-el-infobox.one .ma-el-infobox-item .ma-el-infobox-content .ma-el-infobox-content-description {
    line-height: 1.5;
}

.ma-el-infobox.one .ma-el-infobox-item:hover .ma-el-infobox-icon::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ma-el-infobox.two .ma-el-infobox-item {
    box-shadow: 0px 22px 59px 0px rgba(18, 34, 66, 0.1);
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 30px;
}

.ma-el-infobox.two .ma-el-infobox-item:hover .ma-el-infobox-icon {
    background: #fff;
    border: 1px solid #ff8672;
}

.ma-el-infobox.two .ma-el-infobox-item:hover .ma-el-infobox-icon i {
    color: #ff8672;
}

.ma-el-infobox.two .ma-el-infobox-item .ma-el-infobox-icon {
    position: relative;
    height: 80px;
    width: 80px;
    border-radius: 6px;
    margin-bottom: 20px;
    background-color: #ff8672;
    border: 1px solid transparent;
    transition: all .3s ease;
}

.ma-el-infobox.two .ma-el-infobox-item .ma-el-infobox-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #fff;
}

.ma-el-infobox.three .ma-el-infobox-item {
    text-align: center;
    padding: 30px;
    border-radius: 4px;
}
.ma-el-infobox.three .ma-el-infobox-item .ma-el-infobox-icon {
    border-radius: 50%;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    height: 90px;
    width: 90px;
    line-height: 90px;
    margin: 0 auto 20px;
    font-size: 50px;
}
.ma-el-infobox.three .ma-el-infobox-item .ma-el-infobox-icon i {
    transition: all .3s ease;
    /* color: rgba(255, 255, 255, 0.5); */
    opacity: 0.5;
}
.ma-el-infobox.three .ma-el-infobox-item .ma-el-infobox-icon img {
    height: 45px;
    width: 45px;
}
.ma-el-infobox.three .ma-el-infobox-item:hover .ma-el-infobox-icon i{
    opacity: 1;
}

.ma-el-infobox.four .ma-el-infobox-item {
    display: flex;
    align-items: center;
    padding: 1.5em;
    transition: .3s ease;
}

.ma-el-infobox.four .ma-el-infobox-item .ma-el-infobox-icon {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 1px solid transparent;
    position: relative;
    transition: .3s ease;
}

.ma-el-infobox.four .ma-el-infobox-item .ma-el-infobox-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px;
}

.ma-el-infobox.four .ma-el-infobox-item .ma-el-infobox-content {
    flex-basis: calc(100% - 70px);
    margin-left: 15px;
}

.ma-el-infobox.four .ma-el-infobox-item .ma-el-infobox-content .ma-el-infobox-content-title {
    margin: 0;
}

.ma-el-infobox.four .ma-el-infobox-item .ma-el-infobox-content .ma-el-infobox-content-description {
    margin: 0;
}

.ma-el-infobox.four .ma-el-infobox-item:hover .ma-el-infobox-icon {
    background: #fff;
    border: 1px solid #826EFF;
}

.ma-el-infobox.four .ma-el-infobox-item:hover .ma-el-infobox-icon i {
    color: #826EFF;
}

.ma-el-infobox.five {
    margin-top: 50px;
}

.ma-el-infobox.five .ma-el-infobox-item {
    border: 1px solid #e0e2e5;
    text-align: center;
}

.ma-el-infobox.five .ma-el-infobox-item .ma-el-infobox-icon {
    position: relative;
    height: 90px;
    width: 90px;
    border: 1px solid transparent;
    margin: -45px auto 0 auto;
    border-radius: 50%;
    box-shadow: 0px 18px 43px 0px rgba(24, 37, 65, 0.1);
    transition: all .3s ease;
}

.ma-el-infobox.five .ma-el-infobox-item .ma-el-infobox-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #fff;
}

.ma-el-infobox.five .ma-el-infobox-item .ma-el-infobox-content {
    padding: 35px 20px;
}

.ma-el-infobox.five .ma-el-infobox-item .ma-el-infobox-content .ma-el-infobox-content-description {
    line-height: 2;
}

.ma-el-infobox.five .ma-el-infobox-item {
    border-bottom: 3px solid #8774ff;
}

.ma-el-infobox.five .ma-el-infobox-item .ma-el-infobox-icon {
    background: #8774ff;
}


.ma-el-infobox.five .ma-el-infobox-item:hover .ma-el-infobox-icon {
    background: #ffffff;
    border: 1px solid #8774ff;
}

.ma-el-infobox.five .ma-el-infobox-item:hover .ma-el-infobox-icon i {
    color: #8774ff;
}

.ma-el-infobox.six .ma-el-infobox-icon {
    background-color: #4b00e7;
    border-top-left-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: .5em 1.25em;
}
.ma-el-infobox.six .ma-el-infobox-content {
    padding: 1.5em;
}


.ma-el-infobox.seven .ma-el-infobox-item {
    padding: 1.5em;
    text-align: center;
    transition: all .25s ease;
}
.ma-el-infobox.seven .ma-el-infobox-item:hover {
    background-image: -moz-linear-gradient( 90deg, rgb(10,57,252) 0%, rgb(213,0,137) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(10,57,252) 0%, rgb(213,0,137) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(10,57,252) 0%, rgb(213,0,137) 100%);
}
.ma-el-infobox.seven .ma-el-infobox-icon {
    background-color: #4b00e7;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 90px;
    line-height: 90px;
    margin-bottom: .75em;
    width: 90px;
}
.ma-el-infobox.seven .ma-el-infobox-item:hover .ma-el-infobox-content-title,
.ma-el-infobox.seven .ma-el-infobox-item:hover p {
    color: #fff;
}

.ma-el-infobox.eight .ma-el-infobox-item {
    display: table;
    padding: 1.5em;

    transition: all .25s ease;
}
.ma-el-infobox.eight .ma-el-infobox-item:hover {
    background-color: #4b00e7;
}
.ma-el-infobox.eight .ma-el-infobox-icon {
    background: #4b00e7;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    height: 45px;
    width: 90px;
    margin: 1em 1em 1em 0;
    position: relative;
    text-align: center;
    transition: all .25s ease;
}
.ma-el-infobox.eight .ma-el-infobox-item:hover  .ma-el-infobox-icon {
    background-color: #fff;
    color: #4b00e7;
}
.ma-el-infobox.eight .ma-el-infobox-item:hover .ma-el-infobox-content-title,
.ma-el-infobox.eight .ma-el-infobox-item:hover p {
    color:  #fff;
}
.ma-el-infobox.eight .ma-el-infobox-icon:before,
.ma-el-infobox.eight .ma-el-infobox-icon:after {
    content: '';
    left: 0;
    width: 0;
    height: 0;
    position: absolute;
    transition: all .25s ease;
}
.ma-el-infobox.eight .ma-el-infobox-icon:before {
    top: -25px;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-bottom: 25px solid #4b00e7;
}
.ma-el-infobox.eight .ma-el-infobox-icon:after {
    bottom: -25px;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 25px solid #4b00e7;
}
.ma-el-infobox.eight .ma-el-infobox-content {
    display: table-cell;
    vertical-align: middle
}
.ma-el-infobox.eight .ma-el-infobox-item:hover .ma-el-infobox-icon:before {
    border-bottom-color: #fff;
}
.ma-el-infobox.eight .ma-el-infobox-item:hover .ma-el-infobox-icon:after {
    border-top-color: #fff;
}

.ma-el-infobox.nine .ma-el-infobox-item {
    padding: 1.5em;
    text-align: center;
}
.ma-el-infobox.nine .ma-el-infobox-icon {
    background-image: -webkit-linear-gradient(bottom left, rgb(10,57,252) 0%, rgb(213,0,137) 100%);
    background-image: -o-linear-gradient(bottom left, rgb(10,57,252) 0%, rgb(213,0,137) 100%);
    background-image: linear-gradient(to top right, rgb(10,57,252) 0%, rgb(213,0,137) 100%);
    border-radius: 5px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    color: #fff;
    height: 90px;
    line-height: 90px;
    width: 90px;
    margin: 0 auto 1em;
}


.ma-el-infobox.ten .ma-el-infobox-item {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    color: #fff;
    padding: 1em;
}
div[class*="col"]:nth-child(1) .ma-el-infobox.ten .ma-el-infobox-item {
    background-image: -moz-linear-gradient( 45deg, rgb(61,159,243) 0%, rgb(63,213,204) 100%);
    background-image: -webkit-linear-gradient( 45deg, rgb(61,159,243) 0%, rgb(63,213,204) 100%);
    background-image: -ms-linear-gradient( 45deg, rgb(61,159,243) 0%, rgb(63,213,204) 100%);
}
div[class*="col"]:nth-child(2) .ma-el-infobox.ten .ma-el-infobox-item {
    background-image: -moz-linear-gradient( 45deg, rgb(100,61,243) 0%, rgb(155,63,213) 100%);
    background-image: -webkit-linear-gradient( 45deg, rgb(100,61,243) 0%, rgb(155,63,213) 100%);
    background-image: -ms-linear-gradient( 45deg, rgb(100,61,243) 0%, rgb(155,63,213) 100%);
}
div[class*="col"]:nth-child(3) .ma-el-infobox.ten .ma-el-infobox-item {
    background-image: -moz-linear-gradient( 45deg, rgb(243,61,130) 0%, rgb(213,180,63) 100%);
    background-image: -webkit-linear-gradient( 45deg, rgb(243,61,130) 0%, rgb(213,180,63) 100%);
    background-image: -ms-linear-gradient( 45deg, rgb(243,61,130) 0%, rgb(213,180,63) 100%);
}
.ma-el-infobox.ten .ma-el-infobox-icon {
    display: table;
}
.ma-el-infobox.ten .ma-el-infobox-icon i {
    margin-right: 10px;
}
.ma-el-infobox.ten .ma-el-infobox-content-title {
    display: table-cell;
}
.ma-el-infobox.ten .ma-el-infobox-content {
    display: inline-block;
    width: 100%;
}


.ma-el-infobox.eleven .ma-el-infobox-item {
    padding: 1em;
    text-align: center;
}
.ma-el-infobox.eleven .ma-el-infobox-icon {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    color: #fff;
    height: 145px;
    line-height: 145px;
    margin-bottom: 1em;
}
div[class*="col"]:nth-child(1) .ma-el-infobox.eleven .ma-el-infobox-icon {
    background-image: url(/assets/images/1.png);
}
div[class*="col"]:nth-child(2) .ma-el-infobox.eleven .ma-el-infobox-icon {
    background-image: url(/assets/images/2.png);
}
div[class*="col"]:nth-child(3) .ma-el-infobox.eleven .ma-el-infobox-icon {
    background-image: url(/assets/images/3.png);
}

.ma-el-infobox.twelve .ma-el-infobox-item {
    border:  1px solid #e2e7ea;
    padding: 15px;
    text-align: center;
}
.ma-el-infobox.twelve .ma-el-infobox-icon {
    background: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
    border-top-color: #e2e7ea;
    border-bottom-color: #e2e7ea;
    height: 100px;
    width: 65px;
    margin: -65px auto 0;
    position: relative;

    transform: rotate(30deg);
}
.ma-el-infobox.twelve .ma-el-infobox-icon:before,
.ma-el-infobox.twelve .ma-el-infobox-icon:after {
    content: "";
    border: inherit;
    position: absolute;
    top: -1px;
    left: -1px;
    background: inherit;
    border-radius: inherit;
    height: 100%;
    width: 100%;
    box-sizing: content-box;
}
.ma-el-infobox.twelve .ma-el-infobox-icon:before {
    transform: rotate(60deg);
}
.ma-el-infobox.twelve .ma-el-infobox-icon:after {
    transform: rotate(-60deg);
}
.ma-el-infobox.twelve .ma-el-infobox-icon i {
    height: 100%;
    width: 100%;
    line-height: 100px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;

    transform: rotate(-30deg);
}



/* MA InfoBox End */



/* Progressbars Start */
.ma-el-stats-bars {
    clear: both; }
.ma-el-stats-bars .ma-el-stats-bar {
    width: 100%;
    display: block;
    margin: 0 0 18px;
    overflow: hidden; }
.ma-el-stats-bars .ma-el-stats-bar .ma-el-stats-title {
    margin: 0;
    display: block;
    color: #888;
    font-style: normal;
    font-size: 15px;
    text-transform: none;
    color: #333;
    font-size: 16px;
    line-height: 28px; }
.ma-el-stats-bars .ma-el-stats-bar .ma-el-stats-title span {
    margin-left: 5px; }
.ma-el-dark-bg .ma-el-stats-bars .ma-el-stats-bar .ma-el-stats-title {
    color: #ddd; }
.ma-el-stats-bars .ma-el-stats-bar .ma-el-stats-bar-wrap {
    position: relative; }
.ma-el-stats-bars .ma-el-stats-bar .ma-el-stats-bar-content {
    background: #e55a54;
    display: block;
    height: 10px;
    width: 0;
    position: relative;
    z-index: 1;
    border-radius: 5px; }
.ma-el-stats-bars .ma-el-stats-bar .ma-el-stats-bar-bg {
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    height: 10px;
    display: block;
    margin-top: -10px;
    border-radius: 5px; }
.ma-el-dark-bg .ma-el-stats-bars .ma-el-stats-bar .ma-el-stats-bar-bg {
    background: rgba(255, 255, 255, 0.1); }

/* Progressbars End */



/* Master Addons: Countdown Timer Start */
.ma-el-countdown-timer-area {
    background-color: #724cff;
}

.ma-el-countdown-timer-area.transparent-version {
    background-color: transparent;
}

.ma-el-countdown-timer-area.image-version {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.ma-el-countdown-description {
    text-align: center;
    margin-bottom: 90px;
    position: relative;
    z-index: 2;
}

.ma-el-countdown-description h2 {
    font-size: 40px;
    color: #0a1724;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-bottom: 23px;
    position: relative;
}

.ma-el-countdown-description p {
    margin-bottom: 0;
    padding: 0 300px;
}

.ma-el-countdown-description.style-1 {
    color: #fff;
}

.ma-el-countdown-description.style-1 h2 {
    color: #fff;
}

.ma-el-countdown-description.two {
    text-align: left;
    margin-bottom: 0;
}

.ma-el-countdown-description.two h2 {
    padding-bottom: 23px;
}

.ma-el-countdown-description.two h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 143px;
    box-shadow: 0px 18px 43px 0px rgba(24, 37, 65, 0.1);
    background: #ff704e;
    background: linear-gradient(90deg, #ff704e 1%, #fb5d86 100%);
}

.ma-el-countdown-description.two p {
    padding: 0;
    color: #000;
    padding-right: 120px;
}

.ma-el-countdown {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.ma-el-countdown.style-1 .ma-el-countdown-container {
    background: #5031ef;
    width: calc((100% / 4) - 23px);
    padding: 17px 10px;
    margin-right: 30px;
    text-align: center;
}

.ma-el-countdown .ma-el-countdown-container:last-child {
    margin-right: 0px;
}

.ma-el-countdown .ma-el-countdown-container > span {
    display: block;
    line-height: 1;
}

.ma-el-countdown .ma-el-countdown-count {
    margin-bottom: 16px;
}

.ma-el-countdown.style-1 .ma-el-countdown-count,
.ma-el-countdown.style-1 .ma-el-countdown-title {
    color: #fff;
}

.ma-el-countdown.style-2 {
    padding: 20px;
}

.ma-el-countdown.style-2 .ma-el-countdown-container {
    background-color: transparent;
    margin-right: 0px;
    width: 25%;
    padding: 0px;
}

.ma-el-countdown.style-2 .ma-el-countdown-container:last-child .ma-el-countdown-count::after {
    display: none;
}

.ma-el-countdown.style-2 .ma-el-countdown-count {
    position: relative;
}

.ma-el-countdown.style-2 .ma-el-countdown-count::after {
    content: ":";
    font-family: "Roboto", sans-serif;
    font-size: 80px;
    font-weight: 100;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 70px;
}

.ma-el-countdown .ma-el-countdown-count {
    font-family: "Roboto", sans-serif;
    font-size: 80px;
    color: #000;
    text-align: center;
}

.ma-el-countdown .ma-el-countdown-title {
    font-family: "Roboto", sans-serif;
    color: #0a1724;
    text-align: center;
}

.ma-el-countdown-content-container.gradient-version {
    background: #ff876b;
    background: linear-gradient(-120deg, #ff876b 1%, #ff7e9f 100%);
    text-align: center;
    position: relative;
    padding-top: 104px;
    padding-bottom: 74px;
    padding-left: 55px;
    padding-right: 55px;
    color: #fff;
}

.ma-el-countdown-content-container.gradient-version .ma-el-countdown-description {
    margin-bottom: 116px;
}

.ma-el-countdown-content-container.gradient-version .ma-el-countdown-description h2 {
    font-size: 100px;
    font-weight: 700;
    color: #fff;
}

.ma-el-countdown-content-container.gradient-version .ma-el-countdown-description h2 > sup,
.ma-el-countdown-content-container.gradient-version .ma-el-countdown-description h2 > sub {
    font-size: 30px;
}

.ma-el-countdown-content-container.gradient-version .ma-el-countdown-description h2 > sub {
    bottom: -45px;
    left: -30px;
}

.ma-el-countdown-content-container.gradient-version .ma-el-countdown-description h2 > sup {
    vertical-align: top;
    left: 42px;
}

.ma-el-countdown-content-container.gradient-version .ma-el-countdoen-watermark {
    opacity: .1;
    top: -51px;
}

.ma-el-countdown-content-container.gradient-version .ma-el-countdown-offer-limitation-title {
    margin-bottom: 11px;
}

.ma-el-coundown-bg > svg {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ma-el-coundown-bg > svg > path {
    fill: rgba(255, 255, 255, 0.078);
}

.ma-el-countdoen-watermark {
    font-size: 200px;
    color: inherit;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    font-weight: 700;
}

.ma-el-countdown-offer-limitation-title {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 38px;
    font-family: "Roboto", sans-serif;
    position: relative;
    z-index: 2;
}

.message {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 0;
}

.ma-el-countdown-banner {
    padding: 194px 0;
}

.ma-el-countdown-banner .ma-el-countdown-description {
    margin-bottom: 117px;
}


@media (max-width: 1200px) {
    .ma-el-countdown-description p {
        padding: 0 150px;
    }
    .ma-el-countdown-content-container.modern {
        padding: 15px 15px;
    }
    .ma-el-countdown-content-container.image-version {
        padding: 15px;
    }
    .ma-el-countdown-content-container.image-version .ma-el-countdown-description {
        margin-bottom: 70px;
    }
    .ma-el-countdown-content-container.gradient-version {
        padding-top: 78px;
        padding-bottom: 34px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .ma-el-countdown-content-container.gradient-version .ma-el-countdown-description {
        margin-bottom: 54px;
    }
    .ma-el-countdown-content-container.gradient-version .ma-el-countdown-description h2 {
        font-size: 70px;
    }
    .ma-el-countdown.three .ma-el-countdown-container .ma-el-countdown-count, .ma-el-countdown.four .ma-el-countdown-container .ma-el-countdown-count {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .ma-el-countdown-description p {
        padding: 0 20px;
    }
    .ma-el-countdown-description.two {
        margin-bottom: 30px;
    }
    .ma-el-countdown.style-2 {
        padding: 0px;
    }
    .ma-el-countdown-content-container.image-version {
        margin-bottom: 30px;
    }
    .ma-el-coundown-bg > svg,
    .ma-el-countdoen-watermark {
        display: none;
    }
    .ma-el-countdown.style-3 .label {
        margin-top: 0;
        top: 0;
        color: white;
        z-index: 10;
    }
}

@media (max-width: 767px) {
    .ma-el-countdown .ma-el-countdown-container {
        width: calc((100% / 2) - 20px);
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 20px;
        padding: 23px 10px;
    }
    .ma-el-countdown .ma-el-countdown-container.gradient-version, .ma-el-countdown .ma-el-countdown-container.image-version, .ma-el-countdown .ma-el-countdown-container.modern {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ma-el-countdown.style-2 .ma-el-countdown-count::after {
        display: none;
    }
    .ma-el-countdown.style-2 .ma-el-countdown-container, .ma-el-countdown.three .ma-el-countdown-container, .ma-el-countdown.four .ma-el-countdown-container, .ma-el-countdown.five .ma-el-countdown-container {
        width: calc((100% / 2) - 20px);
        margin-right: 10px;
        margin-left: 10px;
    }
    .ma-el-countdown .ma-el-countdown-count {
        font-family: "Roboto", sans-serif;
        font-size: 40px;
    }
    .ma-el-countdown.style-3 .time {
        margin-left: 0;
        margin-bottom: 5px;
    }
}

@media (max-width: 400px) {
    .ma-el-countdown-banner {
        padding: 97px 0;
    }
    .ma-el-countdown-banner .ma-el-countdown-description {
        margin-bottom: 58.5px;
    }
    .ma-el-countdown-description.two p {
        padding-right: 0px;
    }
    .ma-el-countdown-content-container.gradient-version {
        padding-top: 52px;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .ma-el-countdown-content-container.gradient-version .ma-el-countdown-description {
        margin-bottom: 30px;
    }
    .ma-el-countdown-content-container.gradient-version .ma-el-countdown-description h2 {
        font-size: 20px;
    }
    .ma-el-countdown-content-container.gradient-version .ma-el-countdown-description h2 > sup {
        vertical-align: baseline;
        left: 0;
        top: 0;
    }
    .ma-el-countdown-content-container.gradient-version .ma-el-countdown-description h2 > sub {
        bottom: 0;
        left: 0;
    }
    .ma-el-countdown-content-container.gradient-version .ma-el-countdown-description h2 > sub,
    .ma-el-countdown-content-container.gradient-version .ma-el-countdown-description h2 > sup {
        font-size: inherit;
    }
    .ma-el-countdown-content-container.image-version {
        padding: 15px;
    }
    .ma-el-countdown-content-container.image-version .ma-el-countdown-description {
        margin-bottom: 30px;
    }
    .ma-el-countdown-content-container.image-version .ma-el-countdown-description p {
        padding: 0px;
    }
    .ma-el-countdown-content-container.modern {
        padding: 15px;
    }
}

/* Master Addons: Countdown Timer End





/* MA Flipbox start */

.ma-el-flip-box{
    -webkit-perspective: 1000px;
    perspective: 1000px;
    background-color: transparent;
    width: 100%;
    text-align: center;
}
.ma-el-flip-box-wrapper{
    display: inline-block;
    width: 100%;
}
.ma-el-flip-box-inner{ width:100%; height:200px; position:relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.ma-el-flip-box-inner .ma-el-flip-box-front, .ma-el-flip-box-inner .ma-el-flip-box-back{
    width:100%; height:100%; position: absolute; top:0; left:0; text-align:center; padding: 10px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.ma-el-flip-box-front {
    z-index: 2;
}
.ma-el-flip-box-back {
    z-index: 1;
}

.ma-el-fb-animate-vertical .ma-el-flip-box-inner .ma-el-flip-box-front{ -webkit-transform:perspective(1000px)  rotateX(0deg);  -ms-transform:perspective(1000px)  rotateX(0deg);  transform:perspective(1000px) rotateX(0deg); }
.ma-el-fb-animate-vertical .ma-el-flip-box-inner .ma-el-flip-box-back{ -webkit-transform:perspective(1000px) rotateX(180deg); transform:perspective(1000px) rotateX(180deg); -ms-transform:perspective(1000px)  rotateX(180deg); }
.ma-el-fb-animate-vertical .ma-el-flip-box-inner:hover .ma-el-flip-box-front{ -webkit-transform:perspective(1000px) rotateX(180deg); transform:perspective(1000px) rotateX(180deg); -ms-transform:perspective(1000px)  rotateX(180deg); }
.ma-el-fb-animate-vertical .ma-el-flip-box-inner:hover .ma-el-flip-box-back{ -webkit-transform:perspective(1000px) rotateX(0deg); transform:perspective(1000px) rotateX(0deg); -ms-transform:perspective(1000px)  rotateX(0deg); }


.ma-el-fb-animate-horizontal .ma-el-flip-box-inner .ma-el-flip-box-front{ -webkit-transform:perspective(1000px) rotateY(0deg); transform:perspective(1000px) rotateY(0deg); -ms-transform:perspective(1000px)  rotateY(0deg); }
.ma-el-fb-animate-horizontal .ma-el-flip-box-inner .ma-el-flip-box-back{ -webkit-transform:perspective(1000px) rotateY(180deg); transform:perspective(1000px) rotateY(180deg); -ms-transform:perspective(1000px)  rotateY(180deg); }
.ma-el-fb-animate-horizontal .ma-el-flip-box-inner:hover .ma-el-flip-box-front{ -webkit-transform:perspective(1000px) rotateY(180deg); transform:perspective(1000px) rotateY(180deg); -ms-transform:perspective(1000px)  rotateY(180deg); }
.ma-el-fb-animate-horizontal .ma-el-flip-box-inner:hover .ma-el-flip-box-back{ -webkit-transform:perspective(1000px) rotateY(0deg); transform:perspective(1000px) rotateY(0deg); -ms-transform:perspective(1000px)  rotateY(0deg); }

.ma-el-fb-animate-fade .ma-el-flip-box-inner .ma-el-flip-box-front{opacity:1;}
.ma-el-fb-animate-fade .ma-el-flip-box-inner .ma-el-flip-box-back{opacity:0;}
.ma-el-fb-animate-fade .ma-el-flip-box-inner:hover .ma-el-flip-box-front{opacity:0;}
.ma-el-fb-animate-fade .ma-el-flip-box-inner:hover .ma-el-flip-box-back{opacity:1;}


.ma-el-flip-box-wrapper:hover .ma-el-flip-box-back,
.ma-el-flip-box-wrapper:focus .ma-el-flip-box-back {
    z-index: 2;
}
.ma-el-flip-box-wrapper:hover .ma-el-flip-box-front,
.ma-el-flip-box-wrapper:focus .ma-el-flip-box-front {
    z-index: 1;
}
.fade .ma-el-flip-box-wrapper .ma-el-flip-box-front {
    opacity: 1;
    transition: 1s;
}
.fade .ma-el-flip-box-wrapper .ma-el-flip-box-back {
    opacity: 0;
    transition: 1s;
}
.fade .ma-el-flip-box-wrapper:hover .ma-el-flip-box-front,
.fade .ma-el-flip-box-wrapper:focus .ma-el-flip-box-front {
    opacity: 0;
}
.fade .ma-el-flip-box-wrapper:hover .ma-el-flip-box-back,
.fade .ma-el-flip-box-wrapper:focus .ma-el-flip-box-back {
    opacity: 1;
}

.ma-el-fb-animate-flip .ma-el-flip-box-wrapper {
    perspective: 800px;
}
.ma-el-fb-animate-flip .ma-el-flip-box-inner{
    transform-style: preserve-3d;
    transform: rotateX(0) rotateY(0) rotateZ(0);
    transition: 1s;
}
.ma-el-fb-animate-flip .ma-el-flip-box-front {
    transform: translate3d(0,0,1px);
}
.ma-el-fb-animate-flip .ma-el-flip-box-back {
    transform: rotateY(180deg) translate3d(0,0,0);
}
.ma-el-fb-animate-flip .ma-el-flip-box-wrapper:hover .ma-el-flip-box-inner,
.ma-el-fb-animate-flip .ma-el-flip-box-wrapper:focus .ma-el-flip-box-inner{
    transform: rotateY(180deg);
}
.up .ma-el-flip-box-front {
    transform: translate3d(0,0,1px);
}
.up .ma-el-flip-box-back {
    transform: rotateX(180deg) translate3d(0,0,0);
}
.up .ma-el-flip-box-wrapper:hover .ma-el-flip-box-inner,
.up .ma-el-flip-box-wrapper:focus .ma-el-flip-box-inner{
    transform: rotateX(180deg);
}

.box .ma-el-flip-box-front {
    transform: translate3d(0,0,100px) scale(0.85,0.85);
}
.box .ma-el-flip-box-back {
    transform: rotateY(180deg) translate3d(0,0,100px)  scale(0.85,0.85);
}
.box.up .ma-el-flip-box-back {
    transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

.hideback .ma-el-flip-box-front, .hideback .ma-el-flip-box-back {
    backface-visibility: hidden;
}
.ma-el-fb-animate-nananana .ma-el-flip-box-wrapper {


}
.ma-el-fb-animate-nananana .ma-el-flip-box-wrapper:hover .ma-el-flip-box-front,
.ma-el-fb-animate-nananana .ma-el-flip-box-wrapper:focus .ma-el-flip-box-front {
    z-index: 10;
    animation: batman 1s 2 alternate linear;
}


/* Cube Animation */

.ma-el-fb-animate-flipcard .ma-el-flip-box-front, .ma-el-fb-animate-flipcard .ma-el-flip-box-back{
    transition: transform 0.4s ease;
    transform-origin: center center -150px;
    -webkit-transform-origin: center center -150px;
}

/* top to down */

.flipcard-rotate-top-down .ma-el-flip-box-front {
    transform: perspective(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.flipcard-rotate-top-down .ma-el-flip-box-back {
    transform: perspective(0px) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
}
.ma-el-fb-animate-flipcard.flipcard-rotate-top-down .ma-el-flip-box-wrapper:hover .ma-el-flip-box-front {
    transform: perspective(0px) rotateX(-90deg) rotateY(0) rotateZ(0deg);
}
.ma-el-fb-animate-flipcard.flipcard-rotate-top-down .ma-el-flip-box-wrapper:hover .ma-el-flip-box-back {
    z-index: 99999;
    transform: perspective(0px) rotateX(0deg) rotateY(0deg) rotateZ(0);
}


/* down to top */
.flipcard-rotate-down-top .ma-el-flip-box-front {
    transform: perspective(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.flipcard-rotate-down-top .ma-el-flip-box-back {
    transform: perspective(0px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
}
.ma-el-fb-animate-flipcard.flipcard-rotate-down-top .ma-el-flip-box-wrapper:hover .ma-el-flip-box-front {
    transform: perspective(0px) rotateX(90deg) rotateY(0) rotateZ(0deg);
}
.ma-el-fb-animate-flipcard.flipcard-rotate-down-top .ma-el-flip-box-wrapper:hover .ma-el-flip-box-back {
    z-index: 99999;
    transform: perspective(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

/* left to right */

.flipcard-rotate-left-right .ma-el-flip-box-front {
    transform: perspective(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.flipcard-rotate-left-right .ma-el-flip-box-back {
    transform: perspective(0px) rotateX(0deg) rotateY(-90deg) rotateZ(0deg);
}
.ma-el-fb-animate-flipcard.flipcard-rotate-left-right .ma-el-flip-box-wrapper:hover .ma-el-flip-box-front {
    transform: perspective(0px) rotateX(0deg) rotateY(90deg) rotateZ(0deg);
}
.ma-el-fb-animate-flipcard.flipcard-rotate-left-right .ma-el-flip-box-wrapper:hover .ma-el-flip-box-back {
    z-index: 99999;
    transform: perspective(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

/* right to left */

.flipcard-rotate-right-left .ma-el-flip-box-front {
    transform: perspective(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.flipcard-rotate-right-left .ma-el-flip-box-back {
    transform: perspective(0px) rotateX(0deg) rotateY(90deg) rotateZ(0deg);
}
.ma-el-fb-animate-flipcard.flipcard-rotate-right-left .ma-el-flip-box-wrapper:hover .ma-el-flip-box-front {
    transform: perspective(0px) rotateX(0deg) rotateY(-90deg) rotateZ(0deg);
}
.ma-el-fb-animate-flipcard.flipcard-rotate-right-left .ma-el-flip-box-wrapper:hover .ma-el-flip-box-back {
    z-index: 99999;
    transform: perspective(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

@keyframes batman {
    0% { transform: scale(1,1) rotateZ(0); }
    100% {
        transform: scale(0,0) rotateZ(720deg);
        opacity: 0;
    }
}


.ma-el-flip-box-front i, .ma-el-flip-box-back i{ font-size:32px; height:1em; width:1em;  }
.ma-el-fb-icon-view-framed{ border:1px solid #92BE43; }
.ma-el-fb-icon-shape-circle{ border-radius:50%; }
.ma-el-flip-box-wrapper .icon-wrapper{ display:inline-block; padding:10px; line-height: 1; }

.ma-el-flip-box-wrapper .front-icon-title, .ma-el-flip-box-wrapper .back-icon-title{ margin:10px auto; color:#FFF; }

.ma-el-flip-box-wrapper .flipbox-content {  display: block; position: relative; top: 50%; transform: translateY(-50%);  -ms-transform: translateY(-50%)  }
.flipbox-content p{ margin-bottom: 10px; }
.ma-el-fb-button{ display:inline-block; padding: 5px 10px; }

.ma-el-flip-box-front{ background:#A0CE4E; }
.ma-el-flip-box-back{ background:#73B9DC; }

@media only screen and (max-width: 768px) {

    .flipbox-content, .ma-el-flip-box-front, .ma-el-flip-box-back{
        cursor:pointer;
        overflow: visible !important;
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
    }
}

/* MA Flipbox end */



/* MA PieCharts */
.ma-el-piecharts {
    clear: both; }

.ma-el-piechart {
    position: relative;
    text-align: center;
    float: left;
    overflow: hidden;
    float: left;
    padding: 10px; }
.ma-el-piechart canvas {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    margin: 0 auto; }
.ma-el-piechart .ma-el-label {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 55%;
    max-width: 65%;
    color: #888; }
.ma-el-dark-bg .ma-el-piechart .ma-el-label {
    color: #909090; }
.ma-el-piechart .ma-el-percentage span {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
    text-align: center;
    color: #333;
    font-weight: bolder; }
.ma-el-dark-bg .ma-el-piechart .ma-el-percentage span {
    color: #e5e5e5; }
.ma-el-piechart .ma-el-percentage sup {
    font-size: 18px;
    vertical-align: middle; }
.ma-el-piechart.dark-bg .ma-el-label {
    color: #fff; }
.ma-el-piechart.dark-bg .ma-el-percentage span {
    color: #eee; }

@media only screen and (max-width: 479px) {
    .ma-el-piechart canvas {
        margin-bottom: 15px; } }


/* ---------------------------------- Odometers/Counters ---------------------------------- */
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0); }

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute; }

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s; }

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    font-family: "Helvetica Neue", sans-serif;
    line-height: 1.1em; }

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
    text-align: center; }


/* --- Animate Numbers ---- */
.ma-el-odometers {
    clear: both;
    font-size: 0;
    /* inline-block hack */ }
.ma-el-odometers .ma-el-odometer {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
    margin-bottom: 50px; }
.ma-el-odometers .ma-el-odometer:last-child:after {
    border: none; }
.ma-el-odometers .ma-el-odometer .ma-el-prefix, .ma-el-odometers .ma-el-odometer .ma-el-suffix {
    display: inline;
    font-size: 36px;
    line-height: 48px;
    color: #333;
    vertical-align: middle; }
.ma-el-dark-bg .ma-el-odometers .ma-el-odometer .ma-el-prefix, .ma-el-dark-bg .ma-el-odometers .ma-el-odometer .ma-el-suffix {
    color: #e5e5e5; }
.ma-el-odometers .ma-el-odometer .ma-el-prefix {
    margin-right: 5px;
    margin-left: 5px; }
.ma-el-odometers .ma-el-odometer .ma-el-suffix {
    margin-left: 5px; }
.ma-el-odometers .ma-el-odometer .ma-el-number {
    font-size: 60px;
    line-height: 72px;
    font-style: normal;
    text-transform: none;
    letter-spacing: 2px;
    font-weight: 900;
    color: #333;
    margin-bottom: 10px; }
.ma-el-odometers .ma-el-odometer .ma-el-number span {
    font-size: 60px; }
.ma-el-dark-bg .ma-el-odometers .ma-el-odometer .ma-el-number {
    color: #e5e5e5; }
.ma-el-odometers .ma-el-odometer .ma-el-stats-title {
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
    color: #888; }
.ma-el-dark-bg .ma-el-odometers .ma-el-odometer .ma-el-stats-title {
    color: #909090; }
.ma-el-odometers .ma-el-odometer .ma-el-stats-title span {
    float: left;
    margin-right: 15px; }
.ma-el-odometers .ma-el-odometer .ma-el-stats-title .ma-el-icon-wrapper {
    font-size: 32px;
    margin-right: 10px;
    vertical-align: middle;
    color: #ccc; }

@media only screen and (max-width: 960px) {
    .ma-el-odometers .ma-el-odometer .ma-el-number {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 0; }
    .ma-el-odometers .ma-el-odometer .ma-el-number span {
        font-size: 48px; }
    .ma-el-odometers .ma-el-odometer .ma-el-stats-title {
        font-size: 15px;
        line-height: 26px; } }
@media only screen and (max-width: 479px) {
    .ma-el-odometers .ma-el-odometer {
        text-align: center; } }




/* CONTACT FORM STYLES */

.master-addons-cf7 input {
    font-size: 14px;
}
.master-addons-cf7 .wpcf7-form-control:focus {
    border-color: inherit;
    outline: 0 !important;
}
.master-addons-cf7 textarea {
    min-height: 150px;
    max-height: 150px;
}
.master-addons-cf7 {
    padding: 0;
}
.master-addons-cf7-1 input {
    border-radius: 5px;
    margin-bottom: 10px;
}
.master-addons-cf7 input[type="submit"] {
    margin-top: 2.5em;
    text-transform: uppercase;
}

.master-addons-cf7-2 input[type="submit"],
.master-addons-cf7-4 input[type="submit"] {
    float: right;
}
.master-addons-cf7-2 label .text,
.master-addons-cf7-4 label .text,
.master-addons-cf7-9 label .text,
.master-addons-cf7-10 label .text,
.master-addons-cf7-11 label .text,
.master-addons-cf7-12 label .text {
    display: none;
}

.master-addons-cf7-3 input,
.master-addons-cf7-3 textarea,
.master-addons-cf7-4 input,
.master-addons-cf7-4 textarea {
    background-color: #27262e;
    color: #fff;
}

.master-addons-cf7-5 label,
.master-addons-cf7-6 label {
    position: relative;
}
.master-addons-cf7-5 label .text,
.master-addons-cf7-6 label .text {
    background-color: #fff;
    color: #78909c;
    left: 3em;
    top: 9px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
}
.master-addons-cf7-5 form .wpcf7-form-control,
.master-addons-cf7-6 form .wpcf7-form-control{
    padding: 15px !important;
}
.master-addons-cf7-6 input[type="submit"],
.master-addons-cf7-8 input[type="submit"] {
    width: 100%;
}

.master-addons-cf7-7 label .text,
.master-addons-cf7-8 label .text {
    display: none;
}
.master-addons-cf7-7 .wpcf7-form-control,
.master-addons-cf7-8 .wpcf7-form-control {
    border: none;
    border-radius: 0 !important;
    border-bottom: 3px solid #e2e7ea;
}

.master-addons-cf7-9 .wpcf7-form-control,
.master-addons-cf7-10 .wpcf7-form-control,
.master-addons-cf7-11 .wpcf7-form-control {
    border-radius: 2em !important;
}
.master-addons-cf7-9 .wpcf7-form-control-wrap,
.master-addons-cf7-10 .wpcf7-form-control-wrap,
.master-addons-cf7-11 .wpcf7-form-control-wrap {
    position: relative;
}

.master-addons-cf7-10 {
    background-image: -moz-linear-gradient( -45deg, rgb(10,57,252) 0%, rgb(213,0,137) 100%);
    background-image: -webkit-linear-gradient( -45deg, rgb(10,57,252) 0%, rgb(213,0,137) 100%);
    background-image: -ms-linear-gradient( -45deg, rgb(10,57,252) 0%, rgb(213,0,137) 100%);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.master-addons-cf7-10 input[type="submit"] {
    background-image: -moz-linear-gradient( 0deg, rgb(243,61,130) 0%, rgb(213,180,63) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(243,61,130) 0%, rgb(213,180,63) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(243,61,130) 0%, rgb(213,180,63) 100%);
    width: 100%;
}

.master-addons-cf7-11 {
    background-image: url('/wp-content/plugins/master-addons/assets/images/cf-bg.jpg')
}
.master-addons-cf7-11 .wpcf7-form-control {
    background-color: transparent;
    border:  2px solid #fff;
    color: #fff;
}
.master-addons-cf7-11 input[type="submit"] {
    background-image: -moz-linear-gradient( 0deg, rgb(10,57,252) 0%, rgb(213,0,137) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(10,57,252) 0%, rgb(213,0,137) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(10,57,252) 0%, rgb(213,0,137) 100%);
    border: none !important;
    width: 100%;
}
.master-addons-cf7-11 .wpcf7-form-control::-webkit-input-placeholder,
.master-addons-cf7-11 .wpcf7-form-control::-moz-placeholder,
.master-addons-cf7-11 .wpcf7-form-control:-ms-input-placeholder,
.master-addons-cf7-11 .wpcf7-form-control:-moz-placeholder {
    color: #fff;
}



