/*
Theme Name: MopTools
Theme URI: https://wordpress.org/themes/twentyseventeen/
Description: MopTools Child Theme
Author: MopTools
Template: twentyseventeen
Text Domain: moptools
Version: 1.0.0
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
*/
/* Custom styles go here */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
*{
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
html,body{
  margin: 0;
  padding: 0;
}
html,
body,
body h1, body h2, body h3, body h4, body h5, body h6, body p, body span, body input, body button{
  font-family: "Inter", sans-serif;
  color: #333333;
  padding: 0;
  text-transform: none;
  letter-spacing: 0;
}
a,
.btn,
button,
input[type="button"],
input[type="submit"]{
  transition: all ease-in-out 350ms;
}
h1, .h1{font-size: 60px;}
h2, .h2{font-size: 50px;}
h3, .h3{font-size: 36px;}
h4, .h4{font-size: 25px;}
h5, .h5{font-size: 18px;}
h6, .h6{font-size: 16px;}
p{font-size: 15px;}

body .form-control{
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-radius: 6px;
  padding: 10px 20px;
}

body .btn,
body .elementor-widget-button .elementor-button{
  font-size: 16px;
  border-radius: 6px;
  font-weight: 500;
  border: 2px solid #333333;
  background-color: #333333;
  padding: 15px 30px;
  transition: all ease-in-out 350ms;
  color: #ffffff;
}
body .btn.btn_icon:hover img{
  filter: brightness(250%);
}
body .btn.btn-sm{
  padding: 10px 25px;
}
body .btn.btn-lg{
  padding: 20px 40px;
}
.btn_icon img{
  width: 15px;
  height: auto;
}
.btn_icon--right img{
  margin-left: 8px;
}
.bg-primary{
  background-color: #1CA769 !important;
}
.bg-secondary{
  background-color: #9C563E !important;
}
.bg-success{
  background-color: #18ca7b !important;
}
.bg-danger{
  background-color: #fa283c !important;
}
.bg-warning{
  background-color: #ff9d42 !important;
}
.bg-info{
  background-color: #A06FA4 !important;
}
.bg-light{
  background-color: #e9ebed !important;
}
.bg-white{
  background-color: #ffffff !important;
}
.bg-dark{
  background-color: #333333 !important;
}
.bg-brown{
  background-color: #BF4527 !important;
}

body .btn-primary,
body .btn.btn-primary.disabled,
body .btn.btn-primary.disabled:hover,
body .elementor-widget-button .elementor-button{
  background: linear-gradient(90deg, #1CA769 0%, rgba(0, 101, 56, 0.85) 100%);
  box-shadow: inset 0px 4px 4px rgba(235, 238, 255, 0.25);
  border-color: rgba(235, 238, 255, 0.25);
  color: #fff;
}
body .elementor-widget-button .elementor-button .elementor-button-text{
  color: #fff;
}
body .btn-primary:hover,
body .btn-primary:active,
body .btn-primary:first-child:active,
body :not(.btn-check)+.btn-primary:active,
body .elementor-widget-button .elementor-button:hover{
  background: linear-gradient(90deg, rgba(0, 101, 56, 0.85) 0%, #1CA769 100%);
  border-color: rgba(235, 238, 255, 0.25);
  color: #fff;
}
body .elementor-widget-button .elementor-button:hover .elementor-button-text{
  color: #fff;
}
body .btn-outline-primary,
body .btn.btn-outline-primary.disabled,
body .btn.btn-outline-primary.disabled:hover{
  background: none;
  border-color: #1CA769;
  color: #1CA769;
}
body .btn-outline-primary:hover,
body .btn-outline-primary:active,
body .btn-outline-primary:first-child:active,
body :not(.btn-check)+.btn-outline-primary:active{
  background-color: #1CA769;
  border-color: #1CA769;
  color: #ffffff;
}
body .btn-secondary,
body .btn.btn-secondary.disabled,
body .btn.btn-secondary.disabled:hover{
  background: none;
  background-color: #9C563E;
  border-color: #9C563E;
  color: #ffffff;
}
body .btn-secondary:hover,
body .btn-secondary:active,
body .btn-secondary:first-child:active,
body :not(.btn-check)+.btn-secondary:active{
  background-color: transparent;
  border-color: #9C563E;
  color: #9C563E;
}
body .btn-outline-secondary,
body .btn.btn-outline-secondary.disabled,
body .btn.btn-outline-secondary.disabled:hover{
  background: none;
  border-color: #9C563E;
  color: #9C563E;
}
body .btn-outline-secondary:hover,
body .btn-outline-secondary:active,
body .btn-outline-secondary:first-child:active,
body :not(.btn-check)+.btn-outline-secondary:active{
  background-color: #9C563E;
  border-color: #9C563E;
  color: #ffffff;
}
body .btn-success,
body .btn.btn-success.disabled,
body .btn.btn-success.disabled:hover,
body .elementor-element.elementor-button-success .elementor-button{
  background: none;
  background-color: #18ca7b;
  border-color: #18ca7b;
  color: #ffffff;
}
body .elementor-element.elementor-button-success .elementor-button .elementor-button-text{
  color: #ffffff;
}
body .btn-success:hover,
body .btn-success:active,
body .btn-success:first-child:active,
body :not(.btn-check)+.btn-success:active,
body .elementor-element.elementor-button-success .elementor-button:hover{
  background-color: transparent;
  border-color: #18ca7b;
  color: #18ca7b;
}
body .elementor-element.elementor-button-success .elementor-button:hover .elementor-button-text{
  color: #18ca7b;
}
body .btn-outline-success,
body .btn.btn-outline-success.disabled,
body .btn.btn-outline-success.disabled:hover{
  background: none;
  border-color: #18ca7b;
  color: #18ca7b;
}
body .btn-outline-success:hover,
body .btn-outline-success:active,
body .btn-outline-success:first-child:active,
body :not(.btn-check)+.btn-outline-success:active{
  background-color: #18ca7b;
  border-color: #18ca7b;
  color: #ffffff;
}
body .btn-danger,
body .btn.btn-danger.disabled,
body .btn.btn-danger.disabled:hover{
  background: none;
  background-color: #fa283c;
  border-color: #fa283c;
  color: #ffffff;
}
body .btn-danger:hover,
body .btn-danger:active,
body .btn-danger:first-child:active,
body :not(.btn-check)+.btn-danger:active{
  background-color: transparent;
  border-color: #fa283c;
  color: #fa283c;
}
body .btn-outline-danger,
body .btn.btn-outline-danger.disabled,
body .btn.btn-outline-danger.disabled:hover{
  background: none;
  border-color: #fa283c;
  color: #fa283c;
}
body .btn-outline-danger:hover,
body .btn-outline-danger:active,
body .btn-outline-danger:first-child:active,
body :not(.btn-check)+.btn-outline-danger:active{
  background-color: #fa283c;
  border-color: #fa283c;
  color: #ffffff;
}
body .btn-warning,
body .btn.btn-warning.disabled,
body .btn.btn-warning.disabled:hover{
  background: none;
  background-color: #ff9d42;
  border-color: #ff9d42;
  color: #ffffff;
}
body .btn-warning:hover,
body .btn-warning:active,
body .btn-warning:first-child:active,
body :not(.btn-check)+.btn-warning:active{
  background-color: transparent;
  border-color: #ff9d42;
  color: #ff9d42;
}
body .btn-outline-warning,
body .btn.btn-outline-warning.disabled,
body .btn.btn-outline-warning.disabled:hover{
  background: none;
  border-color: #ff9d42;
  color: #ff9d42;
}
body .btn-outline-warning:hover,
body .btn-outline-warning:active,
body .btn-outline-warning:first-child:active,
body :not(.btn-check)+.btn-outline-warning:active{
  background-color: #ff9d42;
  border-color: #ff9d42;
  color: #ffffff;
}
body .btn-info,
body .btn.btn-info.disabled,
body .btn.btn-info.disabled:hover,
body .elementor-element.elementor-button-info .elementor-button{
  background: none;
  background-color: #A06FA4;
  border-color: #A06FA4;
  color: #ffffff;
}
body .btn-info:hover,
body .btn-info:active,
body .btn-info:first-child:active,
body :not(.btn-check)+.btn-info:active,
body .elementor-element.elementor-button-info .elementor-button:hover{
  background-color: transparent;
  border-color: #A06FA4;
  color: #A06FA4;
}
body .elementor-element.elementor-button-info .elementor-button:hover .elementor-button-text{
  color: #A06FA4;
}
body .btn-outline-info,
body .btn.btn-outline-info.disabled,
body .btn.btn-outline-info.disabled:hover{
  background: none;
  border-color: #A06FA4;
  color: #A06FA4;
}
body .btn-outline-info:hover,
body .btn-outline-info:active,
body .btn-outline-info:first-child:active,
body :not(.btn-check)+.btn-outline-info:active{
  background-color: #A06FA4;
  border-color: #A06FA4;
  color: #ffffff;
}

body .btn-light,
body .btn.btn-light.disabled,
body .btn.btn-light.disabled:hover{
  background: none;
  background-color: #e9ebed;
  border-color: #e9ebed;
  color: #333333;
}
body .btn-light:hover,
body .btn-light:active,
body .btn-light:first-child:active,
body :not(.btn-check)+.btn-light:active{
  background-color: transparent;
  border-color: #e9ebed;
  color: #333333;
}
body .btn-outline-light,
body .btn.btn-outline-light.disabled,
body .btn.btn-outline-light.disabled:hover{
  background: none;
  border-color: #e9ebed;
  color: #333333;
}
body .btn-outline-light:hover,
body .btn-outline-light:active,
body .btn-outline-light:first-child:active,
body :not(.btn-check)+.btn-outline-light:active{
  background-color: #e9ebed;
  border-color: #e9ebed;
  color: #333333;
}

body .btn-white,
body .btn.btn-white.disabled,
body .btn.btn-white.disabled:hover{
  background: none;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #43003D;
}
body .btn-white:hover,
body .btn-white:active,
body .btn-white:first-child:active,
body :not(.btn-check)+.btn-white:active{
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
body .btn-outline-white,
body .btn.btn-outline-white.disabled,
body .btn.btn-outline-white.disabled:hover{
  background: none;
  border-color: #43003D;
  color: #43003D;
}
body .btn-outline-white:hover,
body .btn-outline-white:active,
body .btn-outline-white:first-child:active,
body :not(.btn-check)+.btn-outline-white:active{
  background-color: #43003D;
  border-color: #43003D;
  color: #ffffff;
}

body .btn-dark,
body .btn.btn-dark.disabled,
body .btn.btn-dark.disabled:hover{
  background: none;
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}
body .btn-dark:hover,
body .btn-dark:active,
body .btn-dark:first-child:active,
body :not(.btn-check)+.btn-dark:active{
  background-color: transparent;
  border-color: #333333;
  color: #333333;
}
body .btn-outline-dark,
body .btn.btn-outline-dark.disabled,
body .btn.btn-outline-dark.disabled:hover{
  background: none;
  border-color: #333333;
  color: #333333;
}
body .btn-outline-dark:hover,
body .btn-outline-dark:active,
body .btn-outline-dark:first-child:active,
body :not(.btn-check)+.btn-outline-dark:active{
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}

body .btn-link{
  padding: 0;
  border: none;
  color: #1CA769;
}
body .btn-link:hover,
body .btn-link:active,
body .btn-link:first-child:active,
body :not(.btn-check)+.btn-link:active{
  color: #333333;
  text-decoration: none;
}
body .btn-outline-link{
  background: none;
  border-color: #CB791F;
  color: #CB791F;
}
body .btn-outline-link:hover,
body .btn-outline-link:active,
body .btn-outline-link:first-child:active,
body :not(.btn-check)+.btn-outline-link:active{
  background-color: #CB791F;
  border-color: #CB791F;
  color: #ffffff;
}

.container{
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

body img{
  max-width: 100%;
}
.sitBtn--group .btn+.btn{
  margin-left: 15px;
}

/* Text Block */
.mpt_textBlk{
  margin-left: auto;
  margin-right: auto;
}
.mpt_textBlk p:first-child{
  margin-bottom: 0;
}
.mpt_content--w900{
  width: 100%;
  max-width: 900px;
}
.mpt_content--w800{
  width: 100%;
  max-width: 800px;
}
.mpt_content--w700{
  width: 100%;
  max-width: 700px;
}
.mpt_content--w600{
  width: 100%;
  max-width: 600px;
}
.mpt_content--fw600 h1,
.mpt_content--fw600 h2,
.mpt_content--fw600 h3,
.mpt_content--fw600 h4,
.mpt_content--fw600 h5,
.mpt_content--fw600 h6{
  font-weight: 600;
}
.mpt_content--fw600 p{
  font-weight: 600;
}
.mpt_content--fw300 p{
  font-weight: 300;
}
.mpt_content--lgFont p{
  font-size: 22px;
}
.mpt_content--mdFont p{
  font-size: 18px;
}
.mpt_content--smFont p{
  font-size: 14px;
}
.mpt_content--capitalize p{
  text-transform: capitalize;
}

.mpt_content--lightClr p{
  color: #807c78;
}

/* Section Settings */
.mpt_blk--TopSpaceLarge{
  padding-top: 120px;
}
.mpt_blk--BottSpaceLarge {
  padding-bottom: 120px;
}

.mpt_blk--TopSpaceMid {
  padding-top: 70px;
}
.mpt_blk--BottSpaceMid {
  padding-bottom: 70px;
}

.mpt_blk--TopSpaceSm {
  padding-top: 40px;
}
.mpt_blk--BottSpaceSm {
  padding-bottom: 40px;
}

.mpt_blk--TopSpaceNone {
  padding-top: 0;
}
.mpt_blk--BottSpaceNone {
  padding-bottom: 0;
}

.mpt_blk--heading{
 padding-bottom: 30px;
}

/* Pills */
.mpt_pill{
  padding: 10px 20px;
  display: inline-block;
  margin: auto;
  border-radius: 50px;
  text-align: center;
  background-color: #1CA769;
  color: #333333;
  font-weight: 300;
}
.mpt_pill--default,
.mpt_pill--default *{
  color: #fff;
}
.mpt_pill--v2,
.mpt_pill--v2 *{
  font-family: 'Noto Sans';
  font-weight: 500;
  font-size: 22px;
}
.mpt_pill--success{
  background-color: rgba(23, 162, 152, 0.12);
  box-shadow: inset 8px 8px 20px rgba(23, 162, 152, 0.4);
}
.mpt_pill--secondary{
  background-color: rgba(255, 255, 255, 0.12);
  box-shadow: inset 8px 8px 20px rgba(156, 86, 62, 0.25);
  border: 1px solid rgba(156, 86, 62, 0.2);
}
.mpt_pill--icon{
  margin-right: 10px;
}
.box-shadow{
  box-shadow: 0px 2px 29px 20px rgba(0, 0, 0, 0.05);
}
.rounded-50{
  border-radius: 50%;
}

/* MPT Circle */
.mpt_circle{
  position: absolute;
  border-radius: 50%;
  display: inline-block;
}
.mpt_circle--light{
  background-color: rgba(138, 210, 218, 0.35);
}
.mpt_circle--dark{
  background-color: #404C4D;
}
.mpt_circle--purple{
  background-color: rgba(25, 3, 189, 0.4);
}
.mpt_circle--purpleV2{
  background-color: rgba(121, 100, 154, 0.2);
}
.mpt_circle--purpleV3{
  background-color: #79649A;
}
.mpt_circle--purpleV4{
  background-color: rgba(121, 100, 154, 0.7);
}
.mpt_circle--30{
  width: 30px;
  height: 30px;
}
.mpt_circle--40{
  width: 40px;
  height: 40px;
}
.mpt_circle--50{
  width: 50px;
  height: 50px;
}
.mpt_circle--60{
  width: 60px;
  height: 60px;
}
.mpt_circle--70{
  width: 70px;
  height: 70px;
}
.mpt_circle--130{
  width: 130px;
  height: 130px;
}
.mpt_circle--140{
  width: 140px;
  height: 140px;
}
.mpt_circle--165{
  width: 165px;
  height: 165px;
}

html{
  padding-top: 92px;
}

/* Header */
header.site-header{
  width: 100%;
  background-color: #fff;;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  transition-property: all,transform !important;
}
header.site-header.site-header_shadow{
  box-shadow: rgba(149, 157, 165, 0.09) 0px 5px 20px;
}
.logo .custom-logo-link{
  padding-right: 0;
}
.logo .custom-logo-link img,
body.home.title-tagline-hidden.has-header-image .logo .custom-logo-link img,
body.home.title-tagline-hidden.has-header-video .logo .custom-logo-link img{
  max-width: 100%;
  max-height: 60px;
}
.main-navigation a{
  color: #333333;
  font-size: 14px;
}
/* .main-navigation .current-menu-item>a, */
.main-navigation a:hover{
  color: #1CA769;
}
html.header_hide header.site-header {
  opacity: 0 !important;
  top:-100%;
}

/* Header Toggle */
#menuToggle_custom{
  background-color: transparent;
  color: #5D4474;
}
.menuToggle_custom .icon{
  margin-right: 5px;
}
.menuToggle_custom .icon-close{
  display: none;
}
body.menuActive .menuToggle_custom .icon-bars{
  display: none;
}
body.menuActive .menuToggle_custom .icon-close{
  display: inline-block;
}

/* Footer */
.customFooter{
  border: none;
  background-color: #43003D;
  background-image: url('./assets/images/footerBg.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 50px 0;
}
.site-footer .widget-area{
  padding-top: 0;
  padding-bottom: 0;
}
.customFooter p:last-child{
  margin-bottom: 0;
}
.customFooter .widget.widget_block{
  padding-bottom: 0;
}
.customFooter .wpcf7-form{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.customFooter .wpcf7-form p{
  margin: 0;
  padding: 0;
}
.customFooter .wpcf7-form .emailWrap{
  flex: 0 0 70%;
  max-width: 70%;
  padding-right: 20px;
}
.customFooter .wpcf7-form .ctaWrap{
  flex: 0 0 30%;
  max-width: 30%;
}
.customFooter .wpcf7-form .wpcf7-response-output{
  flex: 0 0 100%;
  max-width: 100%;
  color: #c6c6c6;
  position: static;
  margin: 32px 0 0;
}
.customFooter .wpcf7-spinner{
  display: none;
}
.customFooter .wpcf7-form .wpcf7-not-valid-tip{
  position: absolute;
  font-size: 15px;
}
body .customFooter .form-control{
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
body .customFooter .ctaWrap .btn{
  padding-left: 25px;
  padding-right: 25px;
}
body .customFooter .ctaWrap .btn:focus{
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.aboutus{
  max-width: 328px;
}
.bottLink img{
  max-width: 200px;
  margin-bottom: 35px;
}
.bottLink p{
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.quick-links .qkLinks h4,
.customFooter .widget ul li,
.customFooter .widget ol li{
  color: #fff;
}
.quick-links .qkLinks h4{
  font-size: 20px;
  margin-bottom: 15px;
}
.quick-links .qkLinks ul{
  margin: 0;
  padding: 0;
}
.quick-links ul li,
.quick-links ol li{
  border: none;
}
.quick-links ul li a,
.customFooter .quick-links ul li a,
.customFooter .quick-links ul li a{
  color: #fff;
  text-decoration: none;
  border: none;
  box-shadow: none;
  font-weight: 300;
  font-size: 15px;
  outline: none;
}
.quick-links ul li a:hover,
.customFooter .quick-links ul li a:hover,
.customFooter .quick-links ul li a:focus{
  color: #fff;
  opacity: 0.9;
  box-shadow: none;
}
.bottomcopyright{
  padding: 18px 0 0;
  border-top: 1px solid rgba(255,255,255, 0.25);
}
.bottomcopyright .widget_block,
.bottomcopyright .widget_block a{
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  box-shadow: none;
  text-shadow: none;
}
.bottomcopyright p{
  color: #fff;
}
.bottomcopyright .widget_block a+a{
  margin-left: 10px;
}
.bottomcopyright .widget_block a:hover{
  opacity: 0.6;
  text-shadow: none;
  box-shadow: none;
}

/* Site Banner */
.mpt_siteBnr{
  position: relative;
}
.bgImg{
  width: 100%;
  max-width: 400px;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* Video */
.mpt_vdoBlk--padding{
  padding: 45px;
  border-radius: 0px 50px;
  background-color: rgba(255, 255, 255, 0.25);
}
.mpt_vdoBlk{
  min-height: 500px;
}
.mpt_vdoBlk iframe{
  width: 100%;
  height: 100%;
  min-height: 500px;
  margin-bottom: 0;
  border-radius: 10px;
}
.mpt_vdoBlk--cover{
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #5ec095;
  border-radius: 10px;
}
.mpt_vdoBlk--icon{
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
}
.mpt_vdoBlk--cover h3,
.mpt_vdoBlk--cover p{
  color: #fff;
}
.mpt_vdoBlk--cover h3{
  font-weight: 600;
}
.mpt_vdoBlk--cover p{
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 400;
}
.mpt_siteVdo .mpt_circle--leftTop{
  top: 15vh;
  left: 8vw;
}
.mpt_siteVdo .mpt_circle--leftBott{
  bottom: 30vh;
  left: 8vw;
}
.mpt_siteVdo .mpt_circle--rightTop{
  top: -35px;
  right: 30px;
}
.mpt_siteVdo .mpt_circle--rightBott{
  bottom: 30vh;
  right: 8vw;
}
.mpt_siteVdo .mpt_circle--containerTop{
  top: -70px;
  left: 12px;
}
.mpt_siteVdo .mpt_circle--containerBott{
  bottom: -66px;
  right: -56px;
}

/* MPT Tools */
.mpt_tools .container{
  position: relative;
  z-index: 9;
}
.mpt_head--toolsHead{
  position: relative;
  z-index: 9;
}
.mpt_tools--head .mpt_circle--top{
  top: -40px;
  right: 195px;
}
.mpt_tools--head .mpt_circle--bott{
  top: 60px;
  right: 140px;
}
.mpt_tablinks{
  background-color: #A06FA4;
  color: #fff;
  text-align: left;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #A06FA4;
  transition: none;
}
.mpt_tablinks+.mpt_tablinks{
  margin-top: 20px;
}
.mpt_tablinks *{
  color: #fff;
}
.mpt_tablinks h4{
  font-size: 24px;
  margin-bottom: 5px;
  line-height: 1;
}
.mpt_tablinks p{
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
}
.mpt_tablinks:hover,
.mpt_tablinks.active{
  background: #5D4474 !important;
  background: linear-gradient(90deg, #A06FA4 0%, #5D4474 100%) !important;
  border-color: #5D4474 !important;
}
.mpt_tools--lftImg{
  position: absolute;
  left: 4vw;
  bottom: 0;
  width: 100%;
  max-width: 180px;
}
.mpt_tools .mpt_circle--mid{
  left: 15vw;
  bottom: 40px;
}
.mpt_tools--rgtImg{
  position: absolute;
  right: 4vw;
  bottom: 0;
  width: 100%;
  max-width: 450px;
}

/* Features */
.mpt_features{
  background: #F5F7FA;
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F7FA 100%);
}
.mpt_features .container{
  position: relative;
  z-index: 5;
}
.mpt_features--bgImg{
  width: 100%;
  max-width: 440px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.mpt_ftGrid{
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}
.mpt_ftGrid--blk{
  background-color: #FFF7EF;
  border-radius: 10px;
  cursor: pointer;
  transition: all ease-in-out 350ms;
}
.mpt_ftGrid--blk .d-flex{
  min-height: 215px;
  padding: 20px;
}
.mpt_ftGrid--icon{
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-image: url('./assets/images/mpt_ftGrid--icon.png');
  background-size: 45px;
  background-position: center;
  background-repeat: no-repeat;
}
.mpt_ftGrid--icon svg{
  width: 24px;
  height: 24px;
  transition: all ease-in-out 350ms;
}
.mpt_ftGrid--icon svg path{
  transition: all ease-in-out 350ms;
}
.mpt_ftGrid--blk h6{
  margin-bottom: 0;
}
.mpt_ftGrid--blk h6,
.mpt_ftGrid--blk p{
  transition: color ease-in-out 350ms;
}
.mpt_features--line{
  position: absolute;
  display: inline-block;
}
.mpt_features--line1{
  top: 0;
  left: 50%;
  transform: translateX(-192px) !important;
  max-height: 100%;
}
.mpt_features--line2{
  top: 50%;
  left: 0;
  transform: translateY(-50%) !important;
  max-height: 100%;
}
.mpt_features--line3{
  top: 0;
  right: 50%;
  transform: translateX(192px) !important;
  max-height: 100%;
}
.mpt_ftGrid--blk:hover{
  background-color: #CB791F;
}
.mpt_ftGrid--blk:hover svg,
.mpt_ftGrid--blk:hover path{
  stroke: #fff;
}
.mpt_ftGrid--blk:hover h6{
  color: #ffffff;
}
.mpt_ftGrid--blk:hover p{
  color: #dcd8d4;
}

/* Price Plans */
.mpt_price_plans_bgimg{
  max-width: 160px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.mpt_plRow{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}
.mpt_plColWrap{
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.mpt_plCol{
  width: 100%;
  padding: 10px 20px 30px;
  border: 1px solid #BF4527;
  background-color: #BF4527;
  background-image: url('./assets/images/price_column_bg.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 140px;
  border-radius: 10px;
  transition: all ease-in-out 350ms;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.mpt_plCol_note_copy,
.mpt_plCol_info_plName,
.mpt_plCol_info_plDesc,
.mpt_plCol_pr_price,
.mpt_plCol_pr_prType,
.mpt_plCol_desc p,
.mpt_plCol_lists li,
.mpt_plCol_btn{
  color: #fff;
}
.mpt_plCol_note_copy{
  font-size: 12px;
}
.mpt_plCol_info_plName{
  margin-bottom: 10px;
}
.mpt_plCol_info_plDesc{
  font-size: 20px;
  line-height: 1.3;
  font-weight: 300;
}
.mpt_plCol_pr_price{
  font-size: 72px;
  font-weight: 600;
}
.mpt_plCol_pr_prType{
  display: inline-block;
  margin-left: 8px;
  font-size: 16px;
  font-weight: 300;
}
.mpt_plCol_desc p{
  font-weight: 300;
  font-size: 20px;
  line-height: 1.45;
}
.mpt_plCol_lists ul,
.mpt_plCol_lists li{
  list-style: none;
  margin: 0;
  padding: 0;
}
.mpt_plCol_lists li{
  font-size: 18px;
  font-weight: 300;
  padding-left: 35px;
  position: relative;
}
.mpt_plCol_lists li:before{
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url('./assets/images/pricing_icon.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
}
.mpt_plCol_lists li+li{
  margin-top: 7px;
}
.mpt_plCol .btn.mpt_plCol_btn{
  width: 100%;
  max-width: 100%;;
  padding: 8px 10px;
  font-size: 15px;
  color: #33464D;
  border-radius: 6px;
  background-color: #fff;
  border-color: #fff;
  border-width: 1px;
}
.mpt_plCol .btn.mpt_plCol_btn:hover{
  background-color: #BF4527;
  color: #fff;
}
.mpt_plCol_active .mpt_plCol,
.mpt_plColWrap:hover .mpt_plCol{
  transform: scale(1.05);
  background-color: #fff;
  border-color: #000;
  z-index: 2;
}
.mpt_plCol_active .mpt_plCol_note_copy,
.mpt_plColWrap:hover .mpt_plCol_note_copy{
  color: #BF4527;
}
.mpt_plCol_active .mpt_plCol_info_plName,
.mpt_plCol_active .mpt_plCol_info_plDesc,
.mpt_plCol_active .mpt_plCol_pr_price,
.mpt_plCol_active .mpt_plCol_pr_prType,
.mpt_plCol_active .mpt_plCol_desc p,
.mpt_plCol_active .mpt_plCol_lists li,
.mpt_plColWrap:hover .mpt_plCol_info_plName,
.mpt_plColWrap:hover .mpt_plCol_info_plDesc,
.mpt_plColWrap:hover .mpt_plCol_pr_price,
.mpt_plColWrap:hover .mpt_plCol_pr_prType,
.mpt_plColWrap:hover .mpt_plCol_desc p,
.mpt_plColWrap:hover .mpt_plCol_lists li{
  color: #33464D;
}
.mpt_plCol_active .mpt_plCol .btn.mpt_plCol_btn,
.mpt_plColWrap:hover .mpt_plCol .btn.mpt_plCol_btn{
  background-color: #BF4527;
  color: #ffffff;
}
.mpt_plCol_active .mpt_plCol_lists li:before,
.mpt_plColWrap:hover .mpt_plCol_lists li:before{
  background-image: url('./assets/images/pricing_icon_active.png');
}

/* Watch Demo */
.mpt_demo--bgImg{
  width: 100%;
  max-width: 250px;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* Custom Responsive */
@media screen and (max-width: 1100px){
  .mpt_features--line{
    display: none;
  }
}
@media screen and (max-width: 991px){
  .mpt_ftGrid{
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px){
  #siteNav{
    padding: 15px;
    background-color: #43003D;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 99;
    overflow-y: auto;
    display: none;
    transition: all ease-in-out 350ms;
  }
  body.menuActive{
    overflow: hidden;
  }
  body.menuActive #siteNav{
    display: block;
    left: 0;
  }
  html.js .main-navigation ul{
    display: block;
    background-color: transparent;
  }
  .ctoggleBtn{
    position: absolute;
    top: 28px;
    right: 15px;
    padding: 5px;
    border-radius: 6px;
    background-color: #fff;
    z-index: 999;
  }
  .main-navigation ul,
  .main-navigation > div > ul{
    border: none;
    padding: 0;
  }
  .main-navigation li{
    border: none;
  }
  .main-navigation>.menu li{
    border: none;
  }
  .main-navigation .menu li+li,
  .main-navigation #right-menu li{
    border-top: 1px solid #653f62;
  }
  .main-navigation a {
    color: #efefef;
  }
  .main-navigation a:hover,
  .main-navigation .current-menu-item>a{
    color: #fff;
  }
  .site-footer .widget-area{
    padding-bottom: 0;
    padding-top: 15px;
  }
  .customFooter .wpcf7-form .wpcf7-not-valid-tip{
    position: static;
  }
  .ftrLogo{
    text-align: center;
  }
  .aboutus{
    max-width: 100%;
  }
  .bottLink img{
    display: none;
  }
  .ftrLogo img{
    max-width: 230px;
  }
  .nwsltr_sec_head h4{
    padding-top: 25px;
  }
  .site-footer .widget-area.nwsltr_sec_form{
    padding-top: 0;
  }
}
@media screen and (max-width: 595px){
  .customFooter{
    padding: 30px 0;
  }
  .mpt_ftGrid{
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }
}
@media screen and (max-width: 480px){
  .customFooter .wpcf7-form .emailWrap,
  .customFooter .wpcf7-form .ctaWrap{
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .customFooter .wpcf7-form .emailWrap{
    margin-bottom: 15px;
  }
  body .customFooter .ctaWrap .btn{
    width: 100%;
  }
}
