/*---------------------------------------------------------------------
                         Section Title
-----------------------------------------------------------------------*/
.mm-title-box .mm-subtitle { color: #1F1F1F; display: inline-block;font-weight: 500; }
.mm-title-box .mm-title { margin-bottom: 45px; }
.main-title-left .mm-title-box .mm-title { margin-bottom: 20px; }
.mm-title-box .mm-title-desc { margin-top: 15px; margin-bottom: 0; }
/* .mm-title-box { margin-bottom: 45px; } */
.mm-title-box i { font-size: 30px; margin-bottom: 15px; }

/* Title Box Text Left*/
.mm-title-box.text-center { margin: 0; }
.mm-title-white  .mm-subtitle, .mm-title-white  .mm-title, .mm-title-white  .mm-title-desc, .mm-title-box i { color: #ffffff; }

/*style 2*/
.mm-title-box.mm-title-box-2 .mm-subtitle { background: #25b15f; color: #ffffff; padding: 5px 15px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-bottom: 15px; }

/* ------------------------------
Button
---------------------------------*/
.mm-button { z-index: 1; font-size: 16px; font-weight: normal; position: relative; overflow: hidden; display: inline-block; vertical-align: middle; padding: 15px 45px; background: #25b15f; color: #ffffff; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }

/*semi round button*/
.mm-btn-semi-round { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

/*round button*/
.mm-btn-round { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }

/*Circle button*/
.mm-btn-circle { -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; }

/*Small button*/
.mm-btn-small { padding: 5px 15px; font-size: 12px; }

/*Medium button*/
.mm-btn-medium { padding: 10px 30px; font-size: 14px; }

/*Large button*/
.mm-btn-large { padding: 15px 45px; }

/*Extra Large button*/
.mm-btn-extra-large { padding: 15px 60px; }

/*Right side icon button*/
.btn-icon-right i { margin-left: 15px; }

/*Left side icon button*/
.btn-icon-left i { margin-right: 15px; }

/*button with Shadow*/
.mm-button.mm-btn-shadow:hover { -webkit-box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }

/*button with Outline*/
.mm-btn-outline { color: #25b15f; background: transparent; border: 2px solid #25b15f; }
.mm-button.mm-btn-link,.mm-btn-link {font-weight: 500; color: #25b15f; background: transparent; padding: 0; }

/*button Hover Effect */
.mm-button:hover, .mm-button:focus { color: #ffffff;}
.mm-btn-outline:hover, .mm-btn-outline:focus { border-color: #000000; color: #ffffff; }
.mm-btn-link:hover, .mm-btn-link:focus { color: #000000; background: transparent; }

/*---------------------------------------------------------------------
                  FAQ
-----------------------------------------------------------------------*/
.mm-accordion { z-index: 9; position: relative; }
.mm-accordion .mm-accordion-title { position: relative; font-family: 'Poppins', sans-serif; padding: 15px 60px 15px 30px; background: #f7f7f7; line-height: normal; cursor: pointer; display: flex; text-align: left; color: #ffffff; font-weight: 600; text-decoration: none; }
.mm-accordion .mm-accordion-title .accordion-title { display: inline-block; vertical-align: middle; }
.mm-accordion .mm-accordion-details { display: none; text-align: left; padding: 0 30px 15px; background: #f7f7f7; }
.mm-accordion .mm-accordion-details p { margin-bottom: 0; }
.mm-accordion .mm-accordion-block { margin-bottom: 30px; border: 1px solid #f7f7f7; padding: 0; overflow: hidden; }
.mm-accordion .mm-accordion-block:last-child { margin-bottom: 0; }
.mm-accordion .mm-accordion-block .mm-accordion-title i { color: #25b15f; line-height: normal;vertical-align: middle; }
.mm-accordion .mm-accordion-block .mm-accordion-title   .mm-icon-right { position: absolute; right: 30px; }
.mm-accordion .mm-accordion-block .mm-accordion-title  i::before { vertical-align: middle; }
.mm-accordion .mm-accordion-block .mm-accordion-title  i.active { display: none; }
.mm-accordion .mm-accordion-block.mm-active .mm-accordion-title  i.active { display: inline-block; vertical-align: middle; }
.mm-accordion .mm-accordion-block.mm-active  .mm-accordion-title i.inactive { display: none; }
.mm-accordion-square .mm-accordion-block { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
.mm-accordion-semi-round .mm-accordion-block { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.mm-accordion-round .mm-accordion-block { -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; }
.mm-accordion-round .mm-accordion-title, .mm-accordion-round .mm-accordion-details { background: #ffffff; }
.mm-accordion .mm-accordion-block .mm-accordion-title .mm-icon-left { margin-right: 15px; display: inline-block; vertical-align: middle; }
.mm-accordion-shadow .mm-accordion-block.mm-active { -webkit-box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.mm-accordion-classic .mm-accordion-details { padding: 15px 30px; }

/*---------------------------------------------------------------------
                 Pricing Table
-----------------------------------------------------------------------*/

/*Style 1*/
.mm-price-table { position: relative; display: inline-block; width: 100%; border: 1px solid #eeeeee; background: #fff; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.mm-price-table .mm-price-header { padding: 15px 30px; background: #25b15f; color: #ffffff; }
.mm-price-table .mm-price-header .mm-price { color: #ffffff; }
.mm-price-table .mm-price-header .mm-price small { font-size: 16px; color: #fff; vertical-align: super; padding: 0 5px; }
.mm-price-table .mm-price-header .mm-price small:first-child { font-size: 24px; }
.mm-price-table .mm-price-header .mm-price-label { letter-spacing: 6px; }
.mm-price-table .mm-price-header .mm-price-description { margin-bottom: 0; }
.mm-price-table ul { margin: 20px 0; list-style: none; }
.mm-price-table ul li { line-height: 50px; }
.mm-price-table .mm-price-footer { border-top: 1px solid #eeeeee; padding: 30px 15px; z-index: 9; position: relative; }
.mm-price-table.active, .mm-price-table:hover { -webkit-transform: translateY(-10px); transform: translateY(-10px); transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.mm-price-table.active { -webkit-transform: scale(1.1); transform: scale(1.1); }
.mm-price-table.mm-box-shadow{box-shadow: none;}
.mm-price-table.mm-box-shadow:hover, .mm-price-table.mm-box-shadow.active { -webkit-box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;  }

/*Style 2*/
.mm-price-table-1 { background: #ffffff; overflow: hidden; border: 1px solid #eeeeee; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.mm-price-table-1 .mm-price-header .mm-price-label { color: #000000; padding: 10px 0px; background: #ffffff; display: block; position: relative; }
.mm-price-table-1 .mm-price-header .mm-price-description { padding: 30px 0 10px; margin: 0; position: relative; }
.mm-price-table-1 .mm-price-header .mm-price { color: #ffffff; display: inline-block; width: 100%; margin-bottom: 30px; }
.mm-price-table-1 .mm-price-header .mm-price small:first-child { font-size: 32px; font-weight: bold; display: inline-block; vertical-align: baseline; margin-right: 5px; }
.mm-price-table-1 .mm-price-header .mm-price { display: inline-block; }
.mm-price-table-1 .mm-price-header .mm-price small { font-size: 14px; font-weight: bold; }
.mm-price-table-1 .mm-price-body ul.mm-price-service { padding: 0; margin: 0; }
.mm-price-table-1 .mm-price-body ul.mm-price-service li { border-top: 1px solid #eeeeee; padding: 15px 0; margin: 0; list-style: none; }
.mm-price-table-1  .mm-price-footer { padding: 15px 30px 30px; }
.mm-price-table-1  .mm-price-header { background: #25b15f; position: relative; color: #ffffff; }
.mm-price-table-1 .mm-price-label:before { content: ""; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 15px solid #ffffff; position: absolute; z-index: 9; bottom: -15px; left: 50%; margin-left: -10px; }
.mm-price-table-1.active .price-head { padding: 20px 0; margin: 0; font-size: 18px; font-weight: 500; color: #25b15f; }
.mm-price-table-1.active .mm-price-header .mm-price-label { padding: 30px 15px; }
.mm-price-table-1.active  .mm-price-footer { padding-bottom: 60px; }
.mm-price-table-1.mm-box-shadow{box-shadow: none;}
.mm-price-table-1.mm-box-shadow:hover, .mm-price-table-1.mm-box-shadow.active { -webkit-box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;  }

/*Style 3*/
.mm-price-table-2 { padding: 30px 15px; background: #ffffff; z-index: 1; position: relative; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; margin-top: 0; border: 1px solid #eeeeee; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.mm-price-table-2 .mm-price-header { color: #000000; margin-bottom: 30px; }
.mm-price-table-2 .mm-price-header .mm-price-label { display: block; }
.mm-price-table-2 .mm-price-header .mm-price small:first-child { font-size: 16px; display: inline-block; vertical-align: super; margin-right: 5px; }
.mm-price-table-2 .mm-price-header .mm-price { display: inline-block; }
.mm-price-table-2 .mm-price-header .mm-price small { font-size: 14px; font-weight: bold; }
.mm-price-table-2 .mm-price-body ul.mm-price-service { padding: 0; margin: 30px 0; list-style: none; }
.mm-price-table-2 .mm-price-body ul.mm-price-service li { margin-bottom: 15px; }
.mm-price-table-2:hover, .mm-price-table-2.active { margin-top: -5px; border: 1px solid #25b15f; }
.mm-price-table-2.mm-box-shadow{box-shadow: none;}
.mm-price-table-2.mm-box-shadow:hover, .mm-price-table-2.mm-box-shadow.active { -webkit-box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;  }

/*style 4*/
.mm-price-table-3 { margin-top: 30px; background: #ffffff; overflow: hidden; padding: 30px; border-radius: 10px; position: relative;  transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.mm-price-table-3 .mm-price-header .mm-price-label, .mm-price-table-3 .mm-price-header .mm-price-desc { color: #25b15f; text-transform: uppercase; }
.mm-price-table-3 .mm-price-header .mm-price { color: #000000; line-height: normal; }
.mm-price-table-3 .mm-price-header h2.mm-price { font-size: 60px; }
.mm-price-table-3 .mm-price-header h3.mm-price { font-size: 45px; }
.mm-price-table-3 .mm-price-header h4.mm-price { font-size: 36px; }
.mm-price-table-3 .mm-price-header h5.mm-price { font-size: 24px; }
.mm-price-table-3 .mm-price-header h6.mm-price { font-size: 16px; }
.mm-price-table-3 .mm-price-body ul.mm-price-service li { list-style: none; line-height: 45px; }
.mm-price-table-3 .mm-price-body ul.mm-price-service li  span::before { content: "-"; margin-right: 5px; }
.mm-price-table-3 .mm-price-header .mm-price-label { margin-bottom: 30px; }
.mm-price-table-3 .mm-price-body ul.mm-price-service { margin-bottom: 45px; padding: 0; }
.mm-price-table-3.active { margin-top: 0; }
.mm-price-table-3.active { background: #25b15f; color: #ffffff; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.mm-price-table-3.active .mm-price-header .mm-price-label, .mm-price-table-3.active .mm-price-header .mm-price, .mm-price-table-3.active .mm-price-header .mm-price-desc { color: #ffffff; }
.mm-price-table-3.active .mm-button { background: #ffffff; color: #000000; }
.mm-price-table-3.active .mm-button:hover, .mm-price-table-3.active .mm-button:focus { background: #000000; color: #ffffff; }
.mm-price-table-3.active::before { width: 0; height: 0; border-top: 60px solid white; border-left: 60px solid transparent; content: ""; position: absolute; right: -1px; top: -1px; }

/*style 5*/
.mm-price-table-4 { float: left; width: 100%; border-radius: 10px; }
.mm-price-table-4 .mm-price-header { padding: 30px; border-bottom: 1px solid #eeeeee; }
.mm-price-table-4 .mm-price-header .mm-price-label { margin-bottom: 15px; font-size: 24px; color: #000000; }
.mm-price-table-4 .mm-button { margin-bottom: 30px; }
.mm-price-table-4 .mm-price-header .mm-price-label-sub { display: none; }
.mm-price-table-4 .mm-price-header .price { margin-bottom: 0px; }
.mm-price-table-4 .mm-price-header h2.price { font-size: 48px; }
.mm-price-table-4 .mm-price-header h3.price { font-size: 40px; }
.mm-price-table-4 .mm-price-header h4.price { font-size: 32px; }
.mm-price-table-4 .mm-price-header h5.price { font-size: 24px; }
.mm-price-table-4 .mm-price-header h6.price { font-size: 16px; }
.mm-price-table-4 .mm-price-header .mm-price-label { margin-bottom: 0; }
.mm-price-table-4 .mm-price-body ul.mm-price-service { padding: 30px 45px; text-align: left; list-style: none; margin-bottom: 0; float: left; width: 100%; display: block; }
.mm-price-table-4 .mm-price-body ul.mm-price-service li i { float: right; line-height: normal; }
.mm-price-table-4 .mm-price-body ul.mm-price-service li.active i { color: #25b15f; }
.mm-price-table-4 .mm-price-body ul.mm-price-service li { float: left; clear: both; width: 100%; margin-bottom: 20px; }
.mm-price-table-4 .mm-price-body ul.mm-price-service li:last-child { margin-bottom: 0; }
.mm-price-table-4 .mm-price-body ul.mm-price-service li  span { float: left; }
.mm-price-table-4.mm-price-shadow{box-shadow: none;}
.mm-price-table-4.mm-price-shadow.active {-webkit-box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;  }
.mm-price-table-4.active { border-bottom: 2px solid #25b15f; background: #ffffff; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.mm-price-table-4.active .mm-price-header .mm-price-label-sub { display: block; margin-bottom: 30px; color: #25b15f; }
.mm-price-table-4 .mm-button { display: inline-block; vertical-align: middle; margin-bottom: 45px; }

/*style 6*/
.mm-price-table-5 { margin-top: 0; background: #ffffff; padding: 0px; border-radius: 10px; position: relative;  }
.mm-price-table-5 .mm-price-header { padding: 45px 30px; border-bottom: 1px solid #eeeeee; }
.mm-price-table-5 .mm-price-header .mm-price-label { color: #000000; }
.mm-price-table-5 .mm-price-header .price { color: #25b15f; line-height: normal; }
.mm-price-table-5 .mm-price-header h2.mm-price { font-size: 60px; }
.mm-price-table-5 .mm-price-header h3.mm-price { font-size: 45px; }
.mm-price-table-5 .mm-price-header h4.mm-price { font-size: 36px; }
.mm-price-table-5 .mm-price-header h5.mm-price { font-size: 24px; }
.mm-price-table-5 .mm-price-header h6.mm-price { font-size: 16px; }
.mm-price-table-5 .mm-price-header .mm-price span { font-size: 16px; color: #59597e; font-weight: normal; }
.mm-price-table-5 .mm-price-body ul.mm-price-service li { list-style: none; line-height: 45px; }
.mm-price-table-5 .mm-price-header .mm-price-label { margin-bottom: 15px; }
.mm-price-table-5 .mm-price-body ul.mm-price-service { padding: 30px 45px; }
.mm-price-table-5 .mm-button { margin-bottom: 45px; }
.mm-price-table-5.active { background: #25b15f; color: #ffffff; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.mm-price-table-5.active .mm-price-header .mm-price, .mm-price-table-5.active .mm-price-header .mm-price span, .mm-price-table-5.active .mm-price-header .mm-price-label, .mm-price-table-5.active .mm-price-header .price { color: #ffffff; }
.mm-price-table-5.active .mm-button { background: #ffffff; color: #25b15f; }
.mm-price-table-5.active .mm-button:hover, .mm-price-table-5.active .mm-button:focus { background: #000000; color: #ffffff; }

/*style 7*/
.mm-price-table-6 { overflow: hidden; margin-top: 0; background: #ffffff;z-index: 1; padding: 0px 0px 45px 0px; position: relative;transition: all 0.5s ease-in-out; }
.mm-price-table-6::before { content: ""; display: block; position: absolute; bottom: 0px; left: 0px;width:370px;height: 100%;z-index:-1;}
.mm-price-table-6 .mm-price-header { padding: 45px 30px; position: relative; border-top: 10px solid #000000; }
.mm-price-table-6 .mm-price-header .mm-price-label { color: #000000; text-transform: uppercase; font-weight: bold; }
.mm-price-table-6 .mm-price-header .price { color: #000000; line-height: normal; text-transform: initial; }
.mm-price-table-6 .mm-price-header h2.mm-price { font-size: 60px; }
.mm-price-table-6 .mm-price-header h3.mm-price { font-size: 45px; }
.mm-price-table-6 .mm-price-header h4.mm-price { font-size: 36px; }
.mm-price-table-6 .mm-price-header h5.mm-price { font-size: 24px; }
.mm-price-table-6 .mm-price-header h6.mm-price { font-size: 16px; }
.mm-price-table-6 .mm-price-header .mm-price span { color: #000000; }
.mm-price-table-6 .mm-price-body ul.mm-price-service li { list-style: none; line-height: 45px; font-size: 18px; color: #313131; }
.mm-price-table-6 .mm-price-body ul.mm-price-service li:hover { color: #000000; }
.mm-price-table-6 .mm-price-header .mm-price-label { margin-bottom: 10px; display: block; }
.mm-price-table-6 .mm-price-body ul.mm-price-service { padding: 30px 45px; border-top: 2px solid #f7fafe;}
.mm-price-table-6 .mm-button { margin-bottom: 45px; }
.mm-price-table-6 .mm-price-header  .mm-price-description { margin-bottom: 0; margin-top: 10px; }
.mm-price-table-6:hover .mm-price-header, .mm-price-table-6.active .mm-price-header { border-top-color: #25b15f; }
.mm-price-table-6:hover .mm-price-header .mm-price-label, .mm-price-table-6.active .mm-price-header .mm-price-label { color: #25b15f; }
.mm-price-table-6.active .mm-button { background: #000000; color: #ffffff; }
.mm-price-table-6.active .mm-button:hover, .mm-price-table-6.active .mm-button:focus { background: #000000; color: #ffffff; }

/*---------------------------------------------------------------------
                 Blockquote
-----------------------------------------------------------------------*/
.mm-blockquote blockquote  .mm-quote .mm-symbol { position: absolute; top: 15px; font-size: 90px; line-height: 90px; color: #25b15f; }
.mm-blockquote.text-left  blockquote  .mm-quote .mm-symbol { left: 30px; }
.mm-blockquote.text-right  blockquote  .mm-quote .mm-symbol { right: 30px; }
.mm-blockquote.text-left  blockquote  .mm-quote .mm-quote-content { margin-left: 60px; }
.mm-blockquote.text-right  blockquote  .mm-quote .mm-quote-content { margin-right: 60px; }
.mm-blockquote.text-center  blockquote { padding: 75px 30px 15px; }
.mm-blockquote blockquote .mm-quote  .mm-quote-content .mm-blockquote-author { display: block; }
.mm-blockquote.mm-blockquote-shadow { -webkit-box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); }

/*---------------------------------------------------------------------
                 Counter
-----------------------------------------------------------------------*/

/*style 1*/

.mm-counter { padding: 15px; }
.mm-counter .mm-counter-icon { color: #000000; margin-bottom: 15px; }
.mm-counter .mm-counter-img i { line-height: normal; }
.mm-counter i:before { font-size: 60px; line-height: normal; }
.mm-counter .mm-counter-info .timer, .mm-counter  .mm-counter-info .counter-symbol, .mm-counter  .mm-counter-info .counter-after-content { font-size: 40px; color: #25b15f;font-family: 'Roboto', sans-serif;}
.mm-counter .mm-counter-info { margin-bottom: 0; line-height: normal; font-weight: bold; }
.mm-counter .counter-content .counter-title-text { margin: 0; }
.mm-counter .counter-content .counter-content-text, .mm-counter .counter-content .counter-title-text { margin: 10px 0 0; font-weight: normal; }

/*style 2*/
.mm-counter.mm-counter-style-2 { display: flex; }
.mm-counter.mm-counter-style-2   .mm-counter-icon { height: 80px; width: 80px; margin-bottom: 0; }
.mm-counter.mm-counter-style-2.text-right, .mm-counter.mm-counter-style-2.text-center { display: block; }
.mm-counter.mm-counter-style-2.text-right .mm-counter-icon { float: right; }
.mm-counter.mm-counter-style-2 .counter-content .counter-title-text { margin: 0; }
.mm-counter.mm-counter-style-2.text-center   .mm-counter-icon { margin: 0 auto 15px; width: auto; height: auto; }

/*style 3*/
.mm-counter.mm-counter-style-3 .mm-counter-info { display: block; font-size: 48px; margin: 10px 0; margin-bottom: 30px; line-height: 40px; }
.mm-counter.mm-counter-style-3 .counter-title-text { position: relative; }
.mm-counter.mm-counter-style-3 .counter-title-text:before { background: #ffffff; content: ""; height: 3px; position: absolute; top: -10px; width: 50px; margin-left: -25px; left: 50%; margin-left: -25px; }
.mm-counter.mm-counter-style-3 { position: relative; z-index: 0; color: #ffffff; }
.mm-counter.mm-counter-style-3 i { color: #ffffff; font-size: 90px; opacity: 0.4; line-height: 90px; position: absolute; left: 0; top: 0; width: 100%; text-align: center; z-index: -1; }
.mm-counter.mm-counter-style-3 i:before { font-size: 90px; }

/*style 4*/
.mm-counter.mm-counter-style-4 { padding: 0; position: relative;  margin-bottom: 30px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.mm-counter.mm-counter-style-4 .counter-content {    border: 1px solid #f2f2f4; padding: 45px 30px; background: #ffffff; position: relative; z-index: 1; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.mm-counter.mm-counter-style-4 .counter-content .mm-counter-icon { margin-bottom: 15px; font-size: 45px; line-height: 45px; }
.mm-counter.mm-counter-style-4 .counter-content .mm-counter-icon i::before { vertical-align: middle; }
.mm-counter.mm-counter-style-4 .counter-content .counter-title-text { font-weight: bold; }
.mm-counter.mm-counter-style-4 .mm-counter-info { font-weight: normal; }
.mm-counter.mm-counter-style-4 .counter-content .counter-content-text { margin-bottom: 0; }
.mm-counter.mm-counter-style-4 .counter-content:before { position: absolute; content: ""; opacity: 0; top: 0; left: 0;right:0;margin: 0 auto;width: 0; height: 100%; background: #25b15f;  transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; z-index:-1;}
.mm-counter.mm-counter-style-4:hover .counter-content:before, .mm-counter.mm-counter-style-4.active .counter-content:before { opacity: 1;width: 100%;}
.mm-counter.mm-counter-style-4:hover .counter-content .mm-counter-icon, .mm-counter.mm-counter-style-4.active .counter-content .mm-counter-icon { color: #25b15f; }

/*style 5*/
.mm-counter.mm-counter-style-5 .counter-content .counter-title-text { margin: 0 0 30px; display: block; font-weight: bold; }
.mm-counter.mm-counter-style-5  .mm-counter-info { font-weight: normal; }
.mm-counter.mm-counter-style-5  .counter-content-text { text-transform: uppercase; margin-top: 15px; }

/*---------------------------------------------------------------------
                 Progressbar
-----------------------------------------------------------------------*/

/*Style 1*/
.mm-progressbar-content { position: relative; margin-bottom: 30px; }
.mm-progressbar-content:last-child { margin-bottom: 0; }
.progress-value { float: right; border-radius: 0; color: #000000; line-height: 30px; font-weight: bold; position: relative; bottom: 0; right: 0; font-weight: 600; -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; }
.mm-progress-bar { -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; background: #6f6f6f none repeat scroll 0 0; box-shadow: 0 0 0; height: 8px; margin: 0; position: relative; width: 100%; margin: 10px 0 0; }
.mm-progress-bar>span { background: #25b15f none repeat scroll 0 0; display: block; height: 100%; width: 0; -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; }

/*Style-2*/
.mm-progressbar-style-2 .mm-progress-bar { height: 30px; color: #ffffff; font-size: 14px; line-height: 30px; }
.mm-progressbar-style-2 .mm-progress-bar .progress-title { left: 15px; right: auto; position: absolute; }
.mm-progressbar-style-2  .progress-value { color: #ffffff; right: 15px; }

/*Style-3*/
.mm-progressbar-style-3  .progress-value { display: inline-flex; padding: 6px 10px; margin-top: -50px; align-items: center; justify-content: center; background-color: #6f6f6f; line-height: 1.5em; color: #fff; position: relative; border-radius: 5px; }
.mm-progressbar-style-3  .progress-value::before { content: ''; display: inline-block; width: 0; left: 0; position: absolute; bottom: -4px; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-style: solid; border-color: #6f6f6f transparent transparent; }

/*Circle Progressbar*/
.mm-radial-progress.text-center .tox-progress { margin: 0 auto 15px; text-align: center; color: #000000; }
.mm-radial-progress .tox-progress-content .text-center { width: 100%; }
.mm-radial-progress .tox-progress { margin-bottom: 15px; }
.mm-radial-progress .tox-progress-content .text-center p { font-weight: bold; }
.mm-radial-progress p { margin-bottom: 0; color: #000000; }

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

/*Style 9*/
.mm-team-style-1 .mm-team-blog:hover .mm-team-info { bottom: 0; }
.mm-team-style-1 .mm-team-blog { position: relative; overflow: hidden;}
.mm-team-style-1 .mm-team-info { padding: 10px 15px; text-align: center; background: none; position: absolute; bottom: -84px; background: #eeeeee; left: 0; display: inline-block; width: 100%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; border: 1px solid #e8f8f2 }
.mm-team-style-1 .mm-team-info span { font-size: 14px; display: inline-block; width: 100%; float: left; }
.mm-team-style-1 .mm-team-social { background: none; position: absolute; left: -65px; top: 10px; width: 45px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.mm-team-style-1 .mm-team-blog:hover .mm-team-social { left: 15px; }
.mm-team-style-1 .mm-team-social ul li { margin: 10px 0; }
.mm-team-style-1 .mm-team-social ul li a { color: #ffffff; width: 45px; height: 45px; line-height: 45px; background: #ffffff; color: #46c894; border-radius: 90px; text-align: center; display: inline-block; }
.mm-team-style-1 .mm-team-social ul li a:hover { color: #ffffff; background: rgba(37, 177, 95, 1); background: #25b15f; }
.mm-team-style-1 .mm-team-img { position: relative; }
.mm-team-style-1 .mm-team-img img { width: 100%; }
.mm-team-style-1 .mm-team-img:before { content: ""; bottom: 0; opacity: 0; left: 0; position: absolute; width: 100%; height: 100%; background: rgba(71, 38, 205, 0); background: -moz-linear-gradient(top, rgba(71, 38, 205, 0) 0%, rgba(117, 205, 111, 1) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(71, 38, 205, 0)), color-stop(100%, rgba(117, 205, 111, 1))); background: -webkit-linear-gradient(top, rgba(71, 38, 205, 0) 0%, rgba(117, 205, 111, 1) 100%); background: -o-linear-gradient(top, rgba(71, 38, 205, 0) 0%, rgba(117, 205, 111, 1) 100%); background: -ms-linear-gradient(top, rgba(71, 38, 205, 0) 0%, rgba(117, 205, 111, 1) 100%); background: linear-gradient(to bottom, rgba(71, 38, 205, 0) 0%, rgba(117, 205, 111, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46c894', endColorstr='#46c894', GradientType=0); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;    will-change: opacity;
mix-blend-mode: multiply;}
.mm-team-style-1 .mm-team-blog:hover .mm-team-img:before { opacity: 1; }
.mm-team-style-1 .mm-team-social ul { list-style: none; padding: 0; margin: 0; }
.mm-team-grid .mm-team-blog{margin-bottom:30px;}
/*--------------------------------------------------------------
                               Client
--------------------------------------------------------------*/

/*column*/
.mm-client-grid { list-style: none; padding: 0; border-top: 1px solid #f2f2f2; border-right: 1px solid #f2f2f2; margin: 0; float: left; width: 100%; }
.mm-client-grid li { border-left: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2; padding: 15px; text-align: center; float: left; background: #ffffff;transition: all .4s ease-in-out;}
.mm-client-col-6 li { width: 16.66% }
.mm-client-col-5 li { width: 20% }
.mm-client-col-4 li { width: 25% }
.mm-client-col-3 li { width: 33.33% }
.mm-client-col-2 li { width: 50% }
.mm-client .owl-carousel .owl-item img { width: auto; margin: 0 auto; }
.mm-client .mm-client-info h6 { margin-bottom: 10px; }
.mm-client .mm-client-info p { margin-bottom: 0; }
.mm-client.mm-has-shadow li:hover { -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06); }
.mm-client.mm-has-grascale li img,
.mm-client.mm-has-grascale .item img {
	opacity: 0.4;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.mm-client.mm-has-grascale li:hover img, .mm-client.mm-has-grascale .item:hover img {opacity: 1; -webkit-filter: none; filter: none; }
.mm-client-title {margin-bottom: 15px;}

/*style 4*/
.mm-client-style-1  .mm-client-img  .mm-client-default-img { position: relative; display: block; width: auto; margin: 0 auto; -webkit-transition: -webkit-transform .4s ease; transition: -webkit-transform .4s ease; -o-transition: transform .4s ease; transition: transform .4s ease; transition: transform .4s ease, -webkit-transform .4s ease; }
.mm-client-style-1   .mm-client-img  .mm-client-hover-img { position: absolute; top: 0; left: 50%; width: auto; -webkit-transform: translate(-50%, -100%); -ms-transform: translate(-50%, -100%); transform: translate(-50%, -100%); -webkit-transition: -webkit-transform .4s ease; transition: -webkit-transform .4s ease; -o-transition: transform .4s ease; transition: transform .4s ease; transition: transform .4s ease, -webkit-transform .4s ease; }
.mm-client-style-1  .mm-client-img:hover  .mm-client-default-img { -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); }
.mm-client-style-1  .mm-client-img:hover  .mm-client-hover-img { -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); }

/*--------------------------------------------------------------
                             Alert Box
--------------------------------------------------------------*/
.alert-primary { color: #1c67a2; border-color: #bad1e3; background-color: #e8f0f6; }
.alert-secondary { color: #777D74; border-color: #d6d8d5; background-color: #f1f2f1; }
.alert-success { color: #00c99c; border-color: #b2efe1; background-color: #e5f9f5; }
.alert-danger { color: #f4828b; border-color: #fcd9dc; background-color: #fef2f3; }
.alert-warning { color: #ffd400; border-color: #fff2b2; background-color: #fffbe5; }
.alert-info { color: #50baff; border-color: #caeaff; background-color: #edf8ff; }
.alert-light { color: #bfbfbe; border-color: #ececeb; background-color: #f8f8f8; }
.alert-dark { color: #1d2438; border-color: #bbbdc3; background-color: #e8e9eb; }
.alert .mm-alert-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
.alert .mm-alert-icon { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 1.30rem 0 0; }
.alert .mm-alert-icon i { font-size: 2.441em; line-height: normal; }
.alert .mm-alert-message { -ms-flex-item-align: center; align-self: center; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }
.alert .mm-alert-message p { margin-bottom: 0; }
.alert .mm-alert-close { float: right; font-size: 20px; font-weight: 400; line-height: inherit; color: #fff; text-shadow: none; opacity: 1; }
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover { outline: none; }
.bg-primary { color: #fff; }
.bg-secondary { color: #fff; }
.bg-success { color: #fff; }
.bg-danger { color: #fff; }
.bg-warning { color: #fff; }
.bg-info { color: #fff; }
.bg-light { color: #fff; }
.bg-dark { color: #fff; }

/*--------------------------------------------------------------
                            Divider
--------------------------------------------------------------*/
.mm-divider { border-top: 1px solid #eee; display: block; position: relative; width: 100%; margin: 30px 0; }
.mm-divider .mm-divider-title { display: inline-block; vertical-align: middle; }
.mm-divider .mm-divider-icon { display: inline-block; vertical-align: middle; padding: 0 15px; font-size: 45px; }
.mm-divider .mm-divider-icon i::before { display: inline-block; vertical-align: middle; }
.mm-divider-style-2, .mm-divider-style-3, .mm-divider-style-4, .mm-divider-style-5 { border: none; clear: both; display: flex; }
.mm-divider-style-2 .mm-divider-center { margin: 0 15px; text-align: center; }
.mm-divider-style-2 .mm-divider-right, .mm-divider-style-2 .mm-divider-left { position: relative; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; min-width: 10%; }
.mm-divider-style-2 .mm-divider-right::after, .mm-divider-style-2 .mm-divider-left::after { border-top: 1px solid #eee; content: ""; width: 100%; display: block; height: 1px; position: absolute; top: 50%; left: 0; }
.mm-divider-style-3 .mm-divider-left { margin-right: 15px; }
.mm-divider-style-3 .mm-divider-right { position: relative; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; min-width: 10%; }
.mm-divider-style-3 .mm-divider-right::after { border-top: 1px solid #eee; content: ""; width: 100%; display: block; height: 1px; position: absolute; top: 50%; left: 0; }
.mm-divider-style-4 .mm-divider-right { margin-left: 15px; }
.mm-divider-style-4 .mm-divider-left { position: relative; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; min-width: 10%; }
.mm-divider-style-4 .mm-divider-left::after { border-top: 1px solid #eee; content: ""; width: 100%; display: block; height: 1px; position: absolute; top: 50%; left: 0; }

/*--------------------------------------------------------------
                            Lists
--------------------------------------------------------------*/
.mm-list li { padding-left: 10px; margin-bottom: 10px; }
.mm-list li:last-child { margin-bottom: 0; }
.mm-list-with-icon, .mm-list-with-img, .mm-list ul { padding: 0; margin: 0; }
.mm-list-with-icon li, .mm-list-with-img li { padding-left: 0; list-style: none; display: flex; }
.mm-list-with-icon li i, .mm-list-with-img li img { margin-right: 10px; color: #25b15f; width: auto; height: 100%; margin-top: 10px; }
.mm-list.mm-one-column { columns: 1; -webkit-columns: 1; -moz-columns: 1; }
.mm-list.mm-two-column { columns: 2; -webkit-columns: 2; -moz-columns: 2; }
.mm-list.mm-three-column { columns: 3; -webkit-columns: 3; -moz-columns: 3; }
.mm-list.mm-four-column { columns: 4; -webkit-columns: 4; -moz-columns: 4; }
.mm-list.mm-five-column { columns: 5; -webkit-columns: 5; -moz-columns: 5; }
.mm-list.mm-six-column { columns: 6; -webkit-columns: 6; -moz-columns: 6; }

/*--------------------------------------------------------------
              Tooltip
--------------------------------------------------------------*/

/* Style 1 */
.mm-tooltip-style-1  .tooltip-item { background: #000000; cursor: pointer; display: inline-block; font-weight: 600; padding: 0 10px; color: #ffffff; }

/* Gap filler */
.mm-tooltip-style-1  .tooltip-item::after { content: ''; position: absolute; width: 360px; height: 20px; bottom: 100%; left: 50%; pointer-events: none; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.mm-tooltip-style-1  .tooltip-mm:hover .tooltip-item::after { pointer-events: auto; }
.mm-tooltip-style-1  .tooltip-mm { display: inline; position: relative; z-index: 9; }

/* Tooltip */
.mm-tooltip-style-1  .tooltip-content { position: absolute; z-index: 9; width: 360px; left: 50%; margin: 0 0 30px -185px; bottom: 100%; text-align: left; font-size: 16px; line-height: 2; box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2); background: #000000; color: #ffffff; opacity: 0; cursor: default; pointer-events: none; }
.mm-tooltip-style-1  .tooltip-effect-1 .tooltip-content { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, transform 0.3s; }
.mm-tooltip-style-1  .tooltip-effect-2 .tooltip-content { -webkit-transform-origin: 50% calc(100% + 10px); transform-origin: 50% calc(100% + 10px); -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 45deg); transform: perspective(1000px) rotate3d(1, 0, 0, 45deg); -webkit-transition: opacity 0.2s, -webkit-transform 0.2s; transition: opacity 0.2s, transform 0.2s; }
.mm-tooltip-style-1  .tooltip-effect-3 .tooltip-content { -webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg); transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, transform 0.3s; }
.mm-tooltip-style-1  .tooltip-effect-4 .tooltip-content { -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transform: scale3d(0.7, 0.3, 1); transform: scale3d(0.7, 0.3, 1); -webkit-transition: opacity 0.2s, -webkit-transform 0.2s; transition: opacity 0.2s, transform 0.2s; }
.mm-tooltip-style-1  .tooltip-effect-5 .tooltip-content { width: 180px; margin-left: -90px; -webkit-transform-origin: 50% calc(100% + 6em); transform-origin: 50% calc(100% + 6em); -webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg); -webkit-transition: opacity 0.2s, -webkit-transform 0.2s; transition: opacity 0.2s, transform 0.2s; -webkit-transition-timing-function: ease, cubic-bezier(.17, .67, .4, 1.39); transition-timing-function: ease, cubic-bezier(.17, .67, .4, 1.39); }
.mm-tooltip-style-1  .tooltip-mm:hover .tooltip-content { pointer-events: auto; opacity: 1; -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0); transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0); }
.mm-tooltip-style-1  .tooltip-mm.tooltip-effect-2:hover .tooltip-content { -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg); transform: perspective(1000px) rotate3d(1, 0, 0, 0deg); }

/* Arrow */
.mm-tooltip-style-1  .tooltip-content::after { content: ''; top: 100%; left: 50%; border: solid transparent; height: 0; width: 0; position: absolute; pointer-events: none; border-color: transparent; border-top-color: #000000; border-width: 10px; margin-left: -10px; }

/* Tooltip content*/
.mm-tooltip-style-1  .tooltip-content img { position: relative; display: block; float: left; margin-right: 1em; }
.mm-tooltip-style-1  .mm-tooltip-text { display: block; padding: 15px; color: #fff; }
.mm-tooltip-style-1  .tooltip-effect-5 .tooltip-text { padding: 1.4em; }
.mm-tooltip-style-1  .tooltip-text a { font-weight: bold; }
.mm-tooltip-style-1  		 p { font-size: 36px; margin-bottom: 0; color: #000000; }

/*style 2*/
#mm-tooltip { position: relative; margin: 50px auto 20px auto; }
.mm-tooltip-style-2 .pin { display: none; }

/* Begin styling the tooltips and pins */
.mm-tooltip-style-2 .tooltip-up, .mm-tooltip-style-2 .tooltip-down { position: absolute; width: 39px; height: 39px; }
.mm-tooltip-style-2 .tooltip { display: none; opacity: 1; min-width: 150px; min-height: 70px; cursor: help; position: absolute; top: 10px; margin-left: -20px; left: 50%; z-index: 999; text-align: center; transform: skewX(-10deg); padding: 15px; color: #ffffff; background: #545454; }
.mm-tooltip-style-2 .tooltip::after { content: ''; position: absolute; top: -10px; left: 30px; margin-left: -10px; border-bottom: 10px solid #fff1d3; border-left: 10px solid transparent; border-right: 10px solid transparent; }
.mm-tooltip-style-2 .tooltip-down .tooltip { top: -90px; }
.mm-tooltip-style-2 .tooltip-down .tooltip p { margin-bottom: 0; }
.mm-tooltip-style-2 .tooltip-down .tooltip::after { bottom: -10px; top: auto; border-bottom: 0; border-top: 10px solid #545454; }
.mm-tooltip-style-2 .tooltip ul { margin: 0; padding: 0; list-style: none; }

/*--------------------------------------------------------------
              Contact Form
--------------------------------------------------------------*/
.wpcf7-response-output.wpcf7-validation-errors, div.wpcf7-mail-sent-ng, div.wpcf7-aborted { position: relative; bottom: 0; left: 0; color: red; border: none; padding: 0; margin: 15px 0; }
.contact-form .cfield { position: relative; width: 100%; display: inline-block; }
.contact-form .cfield input[type=submit] { margin-top: 15px; }
.contact-form .cfield input { position: relative; width: 100%; margin-bottom: 15px; background: #ffffff; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding-left: 15px; height: 55px; line-height: 55px; clear: both; border: 1px solid #e1e1e1; }
.contact-form .cfield input:focus, .contact-form .cfield.textarea textarea:focus { border: 1px solid #25b15f; box-shadow: none; outline: none; }
.contact-form .cfield textarea { margin-bottom: 15px; width: 100%; float: left; color: #59597e; background: #ffffff; border: 1px solid #e1e1e1; border-radius: 4px; padding: 15px 0 0 20px; resize: none; }
.contact-form .cfield .wpcf7-not-valid { border: 1px solid #f00; }
.contact-form .ajax-loader { margin: 32px 0 0 5px; }

/*style 2*/
.mm-contactform-2  .mm-title-box.text-center { margin-bottom: 30px }
.mm-contactform-2 { padding: 45px; background: #f7f7f9; }
.mm-contactform-2 h2 { text-align: center; }
.mm-contactform-2 input:hover, .mm-contactform-2 input[type=text]:hover, .mm-contactform-2 textarea:hover { border: 1px solid #25b15f; }
.mm-contactform-2  .button { cursor: pointer; margin-top: 15px; }
.mm-contactform-2 p { margin-bottom: 0; }
/*style 3*/
.mm-contactform-3 .cfield textarea { height: 300px; }

/*--------------------------------------------------------------
          Newsletter
--------------------------------------------------------------*/

/*style 1*/
.mm-subscribe-style-1 { display: flex; flex-direction: row; align-items: stretch; }
.mm-subscribe-style-1 input[type=email] { margin: 0 15px 0 0; width: 80%; }
.mm-subscribe-style-1  [type=submit] { position: relative; padding: 10px 30px; }

/*style 2*/
.mm-subscribe-style-2 { position: relative; }
.mm-subscribe-style-2 input[type=email] { margin: 0 15px 0 0; width: 100%; }
.mm-subscribe-style-2 [type=submit] { position: absolute; right: 0; top: 0; padding: 10px 30px; }

/*style 3*/
.mm-subscribe-style-3 { position: relative; }
.mm-subscribe-style-3 input[type=email] { margin: 0 15px 0 0; width: 100%; border-radius: 0; }
.mm-subscribe-style-3 [type=submit] { position: absolute; right: 0; top: 0; padding: 10px 30px; border-radius: 0; }

/*style 4*/
.mm-subscribe-style-4 { position: relative; text-align: center; }
.mm-subscribe-style-4 input[type=email] { margin: 0 0 30px 0; width: 100%; }
.mm-subscribe-style-4 [type=submit] i { margin-left: 15px; }

/*style 5*/
.mm-subscribe-style-5 { position: relative; }
.mm-subscribe-style-5 input[type=email] { margin: 0; width: 100%; border-radius: 0; background: transparent; }
.mm-subscribe-style-5 [type=submit] { position: absolute; right: 0; top: 0; padding: 10px 30px; border-radius: 0; }

/*style 6*/
.mm-subscribe-style-6 { position: relative; }
.mm-subscribe-style-6 input[type=email] { margin: 0; width: 100%; border-radius: 0; background: transparent; padding: 0; border: none; border-bottom: 2px solid #59597e; }
.mm-subscribe-style-6 [type=submit] { position: absolute; right: 0; top: 0; padding: 0; border-radius: 0; background: transparent; color: #59597e; font-size: 24px; }

/*style 7*/
.mm-subscribe-style-7 { position: relative; }
.mm-subscribe-style-7 input[type=email] { margin: 0 15px 0 0; width: 100%; }
.mm-subscribe-style-7 [type=submit] { position: absolute; right: 0; top: 0; padding: 10px 30px; border-top-left-radius: 0; border-bottom-left-radius: 0; }

/*style 8*/
.mm-subscribe-style-8 { position: relative; }
.mm-subscribe-style-8 input[type=email] { margin: 0; width: 100%; border-radius: 5px; background: transparent; border-color: #59597e; }
.mm-subscribe-style-8 [type=submit] { position: absolute; right: 0; top: 0; padding: 10px 30px; border-radius: 5px; border-top-left-radius: 0; border-bottom-left-radius: 0; }

/*--------------------------------------------------------------
             Fancy Box
--------------------------------------------------------------*/
.mm-fancy-box .mm-img-area { text-align: center; }
.mm-fancy-box.text-center .mm-img-area { margin: 0 auto; }

/*style 7*/
.mm-fancy-box-style-7 { top: 0; background: #ffffff;height: 100%; -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12); -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12); position: relative; z-index: 1; display: block; padding: 0 30px 30px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.mm-fancy-box-style-7 .mm-img-area i { font-size: 60px; color: #25b15f; }
.mm-fancy-box-style-7 .mm-img-area { display: inline-block; vertical-align: middle; }
.mm-fancy-box-style-7 .mm-fancy-box-content .mm-fancy-title { display: block; }
.mm-fancy-box-style-7 .mm-img-area { margin-bottom: 30px; }
.mm-fancy-box-style-7 .mm-fancy-box-content .fancy-box-content { margin-top: 15px; margin-bottom: 0; }
.mm-fancy-box-style-7 .mm-fancy-box-content  .mm-button { margin-top: 30px; }
.mm-fancy-box-style-7:hover, .mm-fancy-box-style-7.active { margin-top: -5px; }
.mm-fancy-box-style-7 .mm-img-area i, .mm-fancy-box-style-7 .mm-img-area img { margin-top: -30px; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.mm-fancy-box.text-center .mm-img-area { margin: 0 auto 30px; }
.mm-fancy-box-style-7:hover .mm-img-area i, .mm-fancy-box-style-7:hover .mm-img-area img, .mm-fancy-box-style-7.active .mm-img-area i, .mm-fancy-box-style-7.active .mm-img-area img { margin-top: -50px; }

/*--------------------------------------------------------------
             Icon Box
--------------------------------------------------------------*/

/*style 1*/
.mm-icon-box-style-1 { position: relative; padding: 30px; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; background: #ffffff; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; overflow: hidden; }
.mm-icon-box-style-1 .icon-box-img i { font-size: 45px; color: #25b15f; }
.mm-icon-box-style-1 .icon-box-content .icon-box-title a { margin: 15px 0; }
.mm-icon-box-style-1 .icon-box-content .icon-box-desc { margin: 0; }
.mm-icon-box-style-1 .display-hover-img{opacity:0;display: none;}
.mm-icon-box-style-1 .display-hover-img,
.mm-icon-box-style-1 .display-normal-img{transition: all 0.6s ease-in;}
.mm-icon-box-style-1::before { width: 0; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; height: 4px; background-color: #25b15f; content: ""; position: absolute; left: 0; right: 0; bottom: 0px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.mm-icon-box-style-1:hover::before, .mm-icon-box-style-1.active::before { width: 100%; }
.mm-icon-box-style-1:hover, .mm-icon-box-style-1.active { -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1); }

.mm-icon-box-style-1:hover .display-hover-img, .mm-icon-box-style-1.active  .display-hover-img{opacity:1;display:block;}
.mm-icon-box-style-1:hover .display-normal-img, .mm-icon-box-style-1.active  .display-normal-img{opacity:0;display:none;}
/*style 2*/
.mm-icon-box-style-2 { display: flex; padding: 30px;border: 1px solid transparent; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.mm-icon-box-style-2 .icon-box-img { margin-right: 30px; }
.mm-icon-box-style-2 .icon-box-img i { font-size: 45px; color: #25b15f; }
.mm-icon-box-style-2 .icon-box-content .icon-box-title a { margin: 0 0 10px; }
.mm-icon-box-style-2 .icon-box-content .icon-box-desc { margin: 0; }
.mm-icon-box-style-2:hover, .mm-icon-box-style-2.active {border-color: #f2f2f4; background: #ffffff; -webkit-box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06);  }
.award .mm-icon-box-style-2{align-items:center;}
.award .mm-icon-box-style-2 .icon-box-img{margin-right: 20px;}
.award .icon-box-title a, .serv-detail .icon-box-title a{pointer-events: none;cursor:auto;}

/*style 3*/
.mm-icon-box-style-3 { top: 0; position: relative; z-index: 1; display: block; padding: 30px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.mm-icon-box-style-3 .icon-box-img i { font-size: 60px; color: #25b15f; }
.mm-icon-box-style-3 .icon-box-img .img-style-3 { margin-right: 15px; display: inline-block; vertical-align: middle; }
.mm-icon-box-style-3 .icon-box-img .icon-box-title a { display: inline-block; vertical-align: middle; }
.mm-icon-box-style-3 .icon-box-img { margin-bottom: 10px; }
.mm-icon-box-style-3 .icon-box-content .icon-box-desc { margin: 0; }
.mm-icon-box-style-3:hover, .mm-icon-box-style-3.active { margin-top: -10px; -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12); -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12); border-bottom: 2px solid #25b15f; }

/*style 4*/
.mm-icon-box-style-4 { display: block; }
.mm-icon-box-style-4 img { width: 60px; }
.mm-icon-box-style-4 { padding: 30% 45px; overflow: hidden; position: relative; }
.mm-icon-box-style-4 .icon-box-img i:before { font-size: 60px; }
.mm-icon-box-style-4 .icon-box-img i, .mm-icon-box-style-4 .icon-box-title a, .mm-icon-box-style-4 h6, .mm-icon-box-style-4 .icon-box-content .icon-box-desc { color: #ffffff; }
.mm-icon-box-style-4 .icon-box-title a { margin-bottom: 15px; }
.mm-icon-box-style-4 .icon-box-img i { line-height: 60px; display: inline-block; vertical-align: middle; margin-bottom: 10px; }
.mm-icon-box-style-4 .icon-box-subtitle { font-weight: normal; font-family: 'Poppins', sans-serif; }
.mm-icon-box-style-4 .effect-box { width: 40px; height: 40px; bottom: 0; left: 0; position: absolute; z-index: 9; padding: 0; transition: all .7s; background: #000000; text-align: left; }
.mm-icon-box-style-4 .effect-btn i { color: #ffffff; }
.mm-icon-box-style-4 .effect-btn i { width: 40px; height: 40px; font-size: 24px; cursor: pointer; text-align: center; line-height: 40px; }
.mm-icon-box-style-4 .effect-btn .icon-box-desc { text-align: left; }
.mm-icon-box-style-4 { background: #25b15f; }
.mm-icon-box-style-4 .icon-box-content.main .effect-btn { right: 28px; }
.mm-icon-box-style-4 .icon-box-content.main { bottom: 0; left: 0; height: 100%; width: 100%; padding: 30% 45px; background: #000000; }
.mm-icon-box-style-4 .icon-box-content.main .effect-btn { text-align: right; position: absolute; top: 15px; right: 15px; }
.mm-icon-box-style-4 img { width: 100%; }

/*styale 5*/
.mm-icon-box-style-5 { background: rgba(37, 177, 95, 0.2); position: relative; z-index: 9; border-radius: 8px; border-top-right-radius: 30px; border-bottom-left-radius: 30px; margin-bottom: 30px; padding: 45px; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.mm-icon-box-style-5:hover, .mm-icon-box-style-5.active { margin-top: -15px; box-shadow: 0px 1px 30px 0px rgba(37, 177, 95, 0.25); background: #25b15f; color: #ffffff; z-index: 9; }
.mm-icon-box-style-5 .icon-box-img i, .mm-icon-box-style-5 .icon-box-title a, .mm-icon-box-style-5 .icon-box-desc { margin-bottom: 15px; transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.mm-icon-box-style-5 .icon-box-content { position: absolute; right: 0; bottom: 0; color: #ffffff; z-index: 0; opacity: 0; font-size: 150px; line-height: 150px; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.mm-icon-box-style-5:hover .icon-box-content, .mm-icon-box-style-5.active .icon-box-content { opacity: 0.2; }
.mm-icon-box-style-5 .icon-box-desc { margin-bottom: 0; }
.mm-icon-box-style-5 .icon-box-img i { color: #25b15f; }
.mm-icon-box-style-5 .popup-image { overflow: hidden; position: relative; z-index: -9; display: none; opacity: 0; transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.mm-icon-box-style-5:hover .popup-image, .mm-icon-box-style-5.active .popup-image { position: absolute; bottom: -30px; display: inline-block; left: 0; right: 0; text-align: center; margin: auto; opacity: 1; z-index: -4; display: block; }
.mm-icon-box-style-5:hover .icon-box-img i, .mm-icon-box-style-5:hover .icon-box-title a, .mm-icon-box-style-5:hover .icon-box-desc, .mm-icon-box-style-5.active .icon-box-img i, .mm-icon-box-style-5.active .icon-box-title a, .mm-icon-box-style-5.active .icon-box-desc { color: #ffffff; }
.mm-icon-box-style-5 .icon-box-img i::before { font-size: 60px; line-height: 60px; }

/*style 6*/
.mm-icon-box-style-6 { display: block; position: relative; background: #ffffff; border-radius: 4px; min-height: 160px; padding: 20px; z-index: 0; box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1); }
.mm-icon-box-style-6 { min-height: 160px; }
.mm-icon-box-style-6:hover:after, .mm-icon-box-style-6.active:after { z-index: -2; }
.mm-icon-box-style-6:after { content: ""; width: 70px; height: 70px; background-image: radial-gradient(#25b15f 1px, transparent 1px); background-size: 10px 10px; z-index: -2; content: ""; position: absolute; right: -20px; bottom: -20px; opacity: 0; transition: all 1s ease-in-out; transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; }
.mm-icon-box-style-6:hover:after, .mm-icon-box-style-6.active:after { opacity: 1; }
.mm-icon-box-style-6::before { background: #25b15f; }
.mm-icon-box-style-6 .icon-box-img i { color: #25b15f; font-size: 45px; }
.mm-icon-box-style-6:before { border-radius: 4px; content: ""; width: 100%; height: 100%; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; position: absolute; top: 0; left: 0; opacity: 0; z-index: -1; }
.mm-icon-box-style-6:hover:before, .mm-icon-box-style-6.active:before { opacity: 1; z-index: -1; }
.mm-icon-box-style-6 .icon-box-img i, .mm-icon-box-style-6 .icon-box-title a, .mm-icon-box-style-6 .icon-box-desc { transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.mm-icon-box-style-6 .icon-box-title a { margin-bottom: 30px; }
.mm-icon-box-style-6:hover .icon-box-img i, .mm-icon-box-style-6:hover .icon-box-title a, .mm-icon-box-style-6:hover .icon-box-desc, .mm-icon-box-style-6.active .icon-box-img i, .mm-icon-box-style-6.active .icon-box-title a, .mm-icon-box-style-6.active .icon-box-desc { color: #ffffff; }

/*style 7*/
.mm-icon-box-style-7 { position: relative; }
.mm-icon-box-style-7 .img-bg { width: 80px; text-align: center; position: relative; height: 80px; border-radius: 900px; background: rgba(37, 177, 95, 0.2); }
.mm-icon-box-style-7 .img-bg i { font-size: 40px; line-height: 80px; width: 50px; color: #25b15f; }
.mm-icon-box-style-7 .img-bg img { width: 50px; margin-top: 15px; }
.mm-icon-box-style-7 .main-img { position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); }
@-webkit-keyframes mm-circle-effect {
	0% { -webkit-transform: rotate(30deg); transform: rotate(30deg) }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) }
}
@-moz-keyframes mm-circle-effect {
	0% { -moz-transform: rotate(30deg); transform: rotate(30deg) }
	100% { -moz-transform: rotate(360deg); transform: rotate(360deg) }
}
@-o-keyframes mm-circle-effect {
	0% { -o-transform: rotate(30deg); transform: rotate(30deg) }
	100% { -o-transform: rotate(360deg); transform: rotate(360deg) }
}
@keyframes mm-circle-effect {
	0% { -webkit-transform: rotate(30deg); -moz-transform: rotate(30deg); -o-transform: rotate(30deg); transform: rotate(30deg) }
	100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg) }
}
.mm-icon-box-style-7:hover .effect-circle, .mm-icon-box-style-7.active .effect-circle { webkit-animation-play-state: running; -moz-animation-play-state: running; -o-animation-play-state: running; animation-play-state: running; }
.mm-icon-box-style-7 .effect-circle { width: 180px; height: 180px; border-radius: 900px; border: 1px solid #25b15f; position: absolute; -webkit-animation: mm-circle-effect 10s infinite linear; -moz-animation: mm-circle-effect 10s infinite linear; -o-animation: mm-circle-effect 10s infinite linear; animation: mm-circle-effect 10s infinite linear; -webkit-animation-play-state: paused; -moz-animation-play-state: paused; -o-animation-play-state: paused; animation-play-state: paused; }
.mm-icon-box-style-7 .icon-box-img { position: relative; width: 180px; height: 180px; display: inline-block; margin-bottom: 30px; }
.mm-icon-box-style-7 .effect-circle:before { width: 10px; height: 10px; top: -5px; background: #ffffff; border: 1px solid #25b15f; border-radius: 90px; display: inline-block; position: absolute; content: ""; opacity: 1; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.mm-icon-box-style-7:hover .effect-circle:before, .mm-icon-box-style-7.active .effect-circle:before { opacity: 1; }
.mm-icon-box-style-7.text-left .effect-circle:before { top: 50px; left: 0; }
.mm-icon-box-style-7.text-right .effect-circle:before { right: 0; top: 50px; }
.mm-icon-box-style-7 .icon-box-title a { margin-bottom: 10px; }
.mm-icon-box-style-7 .icon-box-desc { margin-bottom: 0; }
.mm-icon-box-style-7 .loader { position: absolute; width: 30%; height: 0px; padding-top: 28%;    /* left: 70%; */ right: -40%; top: 32%; transform: translateX(-50%) translateY(-50%); }
.mm-icon-box-style-7 .loader div:nth-child(1) { position: absolute; left: 15%; top: 38%; width: 8px; height: 8px; background-color: #e7eaf3; border-radius: 100%; transform: translateX(-50%) translateY(-50%); animation: wobble 1s linear 0.2s infinite; }
.mm-icon-box-style-7 .loader div:nth-child(2) { position: absolute; left: 30%; top: 38%; width: 8px; height: 8px; background-color: #e7eaf3; border-radius: 100%; transform: translateX(-50%) translateY(-50%); animation: wobble 1s linear 0.4s infinite; }
.mm-icon-box-style-7 .loader div:nth-child(3) { position: absolute; left: 45%; top: 38%; width: 8px; height: 8px; background-color: #e7eaf3; border-radius: 100%; transform: translateX(-50%) translateY(-50%); animation: wobble 1s linear 0.6s infinite; }
@keyframes wobble {
	0%, 50%, 75% { transform: translateX(-50%) translateY(-50%) scale(1); }
	25% { transform: translateX(-50%) translateY(-50%) scale(1.4); }
}

/*style 8*/
.mm-icon-box-style-8 { position: relative; padding: 45px 30px; border-radius: 5px; border: 1px solid #e6e7eb; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; background: #ffffff; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; overflow: hidden; }
.mm-icon-box-style-8 .icon-box-img i { font-size: 45px; color: #25b15f; }
.mm-icon-box-style-8 .icon-box-content .icon-box-title a { margin: 30px 0 0; }
.mm-icon-box-style-8 .icon-box-content .icon-box-desc { margin: 15px 0 0; }
.mm-icon-box-style-8:hover, .mm-icon-box-style-8.active { border-color: #25b15f; }

/*style 9*/
.mm-icon-box-style-9{position: relative;display: inline-block;vertical-align: middle;width: 100%; border: 1px solid #e6e7eb; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;  -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; overflow: hidden;}
.mm-icon-box-style-9 .icon-box-content {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
    padding: 40px;
}
.mm-icon-box-style-9 .icon-box-img {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
    text-align: right;
	float: right;
	height: 265px;
}
.mm-icon-box-style-9 .icon-box-img img{
	object-fit: cover;
}

.mm-icon-box-style-9.text-right .icon-box-img {text-align: left;
    float: left;}

    .mm-icon-box-style-9.text-center .icon-box-img {text-align: center;
    float: none; width: 100%;margin: 30px auto ;}
/*--------------------------------------------------------------
          Tab
--------------------------------------------------------------*/

/*Horizontal style 1*/
.mm-tabs { position: relative; z-index: 1; }
.mm-tabs.mm-box-shadow{box-shadow: none;}
.mm-tabs .tab-pane.fade.active.show { display: block; }
.mm-tabs .tab-pane.fade { display: none; }
.mm-tabs .nav.nav-pills { display: block; width: 100%; margin-bottom: 30px; -webkit-box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06);  background: #ffffff; overflow: hidden; border-radius: 10px; }
.mm-tabs .nav.nav-pills li { display: inline-block; width: 25%; vertical-align: middle; }
.mm-tabs .nav-pills .nav-link .tab-title { display: inline-block; vertical-align: middle; }
.mm-tabs .nav-pills .nav-link i { height: 80px; width: 80px; text-align: center; font-size: 45px; }
.mm-tabs .nav-pills .nav-link i::before { vertical-align: middle; line-height: 80px; }
.mm-tabs .nav-pills .nav-link { padding: 0px 15px; position: relative; text-align: center; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.mm-tabs .nav-pills .nav-link.active .tab-title, .mm-tabs .nav-pills .nav-link:hover .tab-title, .mm-tabs .nav-pills .nav-link.active i, .mm-tabs .nav-pills .nav-link:hover i { color: #25b15f; }
.mm-tabs .nav-pills .nav-link:before { width: 0; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; height: 4px; background: #25b15f; content: ""; position: absolute; right: 0; bottom: 0px; }
.mm-tabs .nav-pills .nav-link.active:before, .mm-tabs .nav-pills .nav-link:hover:before { content: ""; display: inline-block; width: 100%; height: 4px; background: #25b15f; content: ""; position: absolute; left: 0; bottom: 0px; border-radius: 4px; }
.mm-tabs .nav-pills .nav-link.active { background: transparent; padding: 30px 15px; }
.mm-tabs  .show_content { width: 100%; }
.mm-tabs .nav-pills .nav-link .media-body { align-self: center; text-align: left; }
.mm-tabs .nav-pills .nav-link .media-body .tab-title-desc { /* display: none; */ color: #838383;
    transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    opacity: 0;
    transform: translateY(35px);  color: #838383; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.mm-tabs .nav-pills .nav-link.active .tab-title-desc { /* display: none ;*/  transform: translateY(0px);
    opacity: 1;
    transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s;}
 
/*Verticle style 2*/
.mm-tabs.mm-tab-vertical  .nav.nav-pills { margin-bottom: 0; }
.mm-tabs.mm-tab-vertical  .nav.nav-pills li { width: 100%; }
.mm-tabs.mm-tab-vertical .nav-pills .nav-link { text-align: left;  }
.mm-tabs.mm-tab-vertical .nav-pills .nav-link:before { width: 4px; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; height: 0; background: #25b15f; content: ""; position: absolute; bottom: 0px; left: 0; right: auto; }
.mm-tabs.mm-tab-vertical .nav-pills .nav-link.active:before, .mm-tabs.mm-tab-vertical .nav-pills .nav-link:hover:before { width: 4px; height: 100%; }

/*Verticle style 3*/
.mm-tabs.mm-tab-vertical-2  .nav.nav-pills { margin-bottom: 0; box-shadow: none; }
.mm-tabs.mm-tab-vertical-2  .nav.nav-pills li { width: 100%; padding: 0 30px 30px; }
.mm-tabs.mm-tab-vertical-2 .nav-pills .nav-link { transition: all 1s ease-in-out;
	
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out; border: 1px solid transparent; text-align: left; position: relative; overflow: hidden; padding: 0 15px;border-radius: 10px; }
.mm-tabs.mm-tab-vertical-2  .nav.nav-pills li .nav-link.active { border-color:#f2f2f4; padding: 15px; -webkit-box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06);  }
.mm-tabs.mm-tab-vertical-2 .nav-pills li .nav-link:before { display: none; content: ""; display: block; position: absolute; bottom: 15px; right: -100px; background: #e8e9f0; border-radius: 25px; height: 60%; left: auto; transform: rotate(15deg); width: 60px; }
.mm-tabs.mm-tab-vertical-2 .nav-pills li .nav-link.active:before { display: block; right: -50px; }

/*--------------------------------------------------------------
          Image Gallery
--------------------------------------------------------------*/
.isotope-filters { display: table; margin: 0 auto 30px; text-align: center; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.isotope-filters  button { position: relative; margin: 0 4px; cursor: pointer; padding: 0 20px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background: transparent; color: #313e5b; border: none; font-weight: normal; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.isotope-filters  button:before { transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; content: ""; width: 0; height: 3px; display: inline-block; position: absolute; right: 0; bottom: 0; left: 0; margin: 0 auto; right: 0; background: #d90a2c; }
.isotope-filters  button.active, .isotope-filters  button:hover { background: transparent; color: #d90a2c; position: relative; }
.isotope-filters button.active:before, .isotope-filters  button:hover:before { width: 15px; }
.isotope-filters  button:focus { outline: none; outline-style: none; outline-offset: 0; }

/* Grid And Masonry */
.isotope.no-padding .mm-grid-item { padding: 0 !important; }
.mm-masonry.no-padding .mm-masonry-item { padding: 0 !important; }
.isotope, .mm-masonry { margin: 0 0 -15px 0; float: left; width: 100%; }
.isotope .mm-grid-item { padding: 15px; }
.isotope .mm-grid-item img, .mm-masonry .mm-masonry-item img { width: 100%; }

/* Grid */
.isotope.mm-columns-1 .mm-grid-item { width: 100%; }
.isotope.mm-columns-2 .mm-grid-item { width: 50%; }
.isotope.mm-columns-3 .mm-grid-item { width: 33.33333333%; }
.isotope.mm-columns-4 .mm-grid-item { width: 25%; }
.isotope.mm-columns-5 .mm-grid-item { width: 20%; }

/* Masonry */
.mm-masonry.mm-columns-2 .mm-masonry-item { width: 50%; }
.mm-masonry.mm-columns-3 .mm-masonry-item { width: 33.333333%; }
.mm-masonry.mm-columns-4 .mm-masonry-item { width: 25%; }
.mm-masonry.mm-columns-5 .mm-masonry-item { width: 20%; }
.mm-masonry-item .mm-portfolio:hover .mm-portfolio-content .consult-details .consult-effect:before { bottom: 98px; }
.mm-masonry-item.style-two .mm-portfolio:hover .mm-portfolio-content .consult-details .consult-effect:before { bottom: 81px; }

/* Grid Full Screen */
.isotope.full-grid, .mm-masonry.full-grid { margin: 0 -30px 0 0; }
.isotope.full-grid .mm-grid-item { padding: 0 30px 30px 0; }

/* Grid Full Screen No Space*/
.isotope.full-grid.no-padding, .mm-masonry.full-grid.no-padding { margin: 0; }
.isotope.full-grid.no-padding .mm-grid-item { padding: 0 !important; }



@media(max-width:1199px) {
	.isotope.mm-columns-4 .mm-grid-item, .mm-masonry.mm-columns-4 .mm-masonry-item { width: 33.3% }
	.isotope.mm-columns-5 .mm-grid-item, .mm-masonry.mm-columns-5 .mm-masonry-item { width: 25%; }
}
@media(max-width:992px) {
	.isotope.mm-columns-4 .mm-grid-item, .mm-masonry.mm-columns-4 .mm-masonry-item { width: 50%; }
	.isotope.mm-columns-3 .mm-grid-item, .isotope.mm-columns-5 .mm-grid-item, .mm-masonry.mm-columns-3 .mm-masonry-item, .mm-masonry.mm-columns-5 .mm-masonry-item { width: 50%; }
}
@media(max-width:767px) {
	.mm-title-box .mm-title { margin-bottom: 20px; }
	.isotope.mm-columns-4 .mm-grid-item, .isotope.mm-columns-2 .mm-grid-item, .isotope.mm-columns-3 .mm-grid-item, .isotope.mm-columns-5 .mm-grid-item, .mm-masonry.mm-columns-2 .mm-masonry-item, .mm-masonry.mm-columns-3 .mm-masonry-item, .mm-masonry.mm-columns-4 .mm-masonry-item, .mm-masonry.mm-columns-5 .mm-masonry-item { width: 100% }
}
.mm-masonry-item .mm-gallery { position: relative; overflow: hidden; }
.mm-masonry-item .mm-gallery .mm-gallery-img img { -o-transform: scale(1.0); -ms-transform: scale(1.0); -moz-transform: scale(1.0); -webkit-transform: scale(1.0); transform: scale(1.0); -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.mm-masonry-item .mm-gallery:hover .mm-gallery-img img { -o-transform: scale(1.09); -ms-transform: scale(1.09); -moz-transform: scale(1.09); -webkit-transform: scale(1.09); transform: scale(1.09); }
.mm-masonry-item .mm-gallery .mm-overbg { font-size: 32px; line-height: 32px; position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.mm-masonry-item .mm-gallery .mm-overbg { background: none; width: 100%; height: 100%; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.mm-masonry-item .mm-gallery .mm-overbg .mm-gallery-content { position: absolute; opacity: 0; display: inline-flex; align-items: center; justify-content: center; width: 100%; height: 100%; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; z-index: 9; }
.mm-masonry-item .mm-gallery .mm-overbg::before { border-bottom: 1px solid #ffffff; border-top: 1px solid #ffffff; -o-transform: scale(0, 1); -webkit-transform: scale(0, 1); -moz-transform: scale(0, 1); transform: scale(0, 1); }
.mm-masonry-item .mm-gallery .mm-overbg::after { border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; -o-transform: scale(1, 0); -webkit-transform: scale(1, 0); -moz-transform: scale(1, 0); transform: scale(1, 0); }
.mm-masonry-item .mm-gallery .mm-overbg::before, .mm-masonry-item .mm-gallery .mm-overbg::after { bottom: 15px; content: ""; left: 15px; opacity: 0; position: absolute; right: 15px; top: 15px; -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s; -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s; -moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s; transition: opacity 0.35s ease 0s, transform 0.35s ease 0s; z-index: 1; }
.mm-masonry-item .mm-gallery:hover .mm-overbg { background: rgba(217, 10, 44, 0.1); }
.mm-masonry-item .mm-gallery:hover .mm-overbg::before, .mm-masonry-item .mm-gallery:hover .mm-overbg::after { opacity: 1; -o-transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); }
.mm-masonry-item .mm-gallery:hover .mm-overbg .mm-gallery-content { left: 0; opacity: 1; }
.mm-masonry-item .mm-gallery  a { color: #ffffff; position: relative; overflow: hidden; display: block; }
.mm-masonry-item .mm-gallery  a .mm-overbg i::before { display: inline-block; vertical-align: middle; }
.mm-masonry-item .mm-gallery  a .mm-overbg img { width: auto; }
.mm-masonry-item .mm-gallery a:hover { color: #000000; }

/*---------------------------------------------------------------------
       Image  Background Effext
-----------------------------------------------------------------------*/
.mm_background_list_wrapper { position: relative; width: 100%; overflow: hidden; display: flex; background: #000 }
.mm_background_list_column { min-height: 80vh }
.mm_background_list_wrapper .mm_background_list_column { position: relative; z-index: 2; border-right: 1px solid rgba(256, 256, 256, .5); }
.mm_background_list_wrapper .mm_background_list_column.hover { opacity: 1; background: rgba(0, 0, 0, 0.6); }
.mm_background_list_wrapper .mm_background_list_column.last { border-right: 0 }
.mm_background_list_wrapper.one_columns .mm_background_list_column { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% }
.mm_background_list_wrapper.two_columns .mm_background_list_column { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% }
.mm_background_list_wrapper.three_columns .mm_background_list_column { -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; max-width: 33.33% }
.mm_background_list_wrapper.four_columns .mm_background_list_column { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% }
.mm_background_list_wrapper .mm_background_list_column .mm_background_list_content { display: flex; height: 100%; padding: 45px 30px; flex-direction: column; justify-content: flex-start; color: #fff }
.mm_background_list_wrapper .mm_background_list_column .mm_background_list_content h4 { color: #fff }
.mm_background_list_wrapper .mm_background_img, .mm_background_list_wrapper .mm_background_list_overlay { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 0; overflow: hidden; opacity: 0.3; background: #000000; }
.mm_background_list_wrapper .mm_background_img { visibility: hidden; opacity: 0; transition: all 1s }
.mm_background_list_wrapper .mm_background_img.hover { opacity: 1; visibility: visible; -ms-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -webkit-transform: scale(1.05); transform: scale(1.05) }
.mm_background_list_wrapper .mm_background_img img { width: 100% !important; height: 100% !important; object-fit: cover }
.mm_background_list_wrapper .mm_background_list_column:hover .mm_background_list_link, .mm_background_list_wrapper .mm_background_list_column.hover .mm_background_list_link { max-height: 100%; opacity: 1; overflow: visible }
.mm_background_list_wrapper .mm_background_list_content .mm_background_list_link { overflow: hidden; transition: transform .2s ease; margin: 30px 0; }
.mm_background_list_wrapper .mm_background_list_content .mm_background_list_title { transition: transform .3s ease; -moz-transform: translateY(10px); -ms-transform: translateY(10px); -webkit-transform: translateY(10px); transform: translateY(10px) }
.mm_background_list_wrapper .mm_background_list_column.hover .mm-button { bottom: 0; }
.mm_background_list_wrapper .mm-button { position: absolute; bottom: -70px; border-radius: 0; left: 0; width: 100%; text-align: center; }
.mm-background-details { top: 40%; position: relative; }
.mm_background_list_wrapper .mm_background_list_column.hover .mm-background-details { top: 30%; }
.mm_background_list_wrapper .mm_background_list_column .mm-background-details { top: 84%; }
.mm_background_list_wrapper .mm_background_list_column i { font-size: 40px; color: #ffffff; margin-bottom: 15px; }
.mm_background_list_wrapper .mm_background_list_column .title-color { color: #ffffff }
.mm_background_list_wrapper .mm_background_list_column .mm-background-details { transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }

/*----------------------------------------
    animation rotate-center
  ----------------------------------------*/
@-webkit-keyframes rotate-center {
	0% { -webkit-transform: rotate(0); transform: rotate(0); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes rotate-center {
	0% { -webkit-transform: rotate(0); transform: rotate(0); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-webkit-keyframes anti-clockwise {
	0% { -webkit-transform: rotate(0); transform: rotate(0); }
	100% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); }
}
@keyframes anti-clockwise {
	0% { -webkit-transform: rotate(0); transform: rotate(0); }
	100% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); }
}

/*----------------------------------------
  Slider With Text
----------------------------------------*/
.mm-slider-with-text .slider-nav .slick-list { overflow: visible; }
.mm-slider-with-text .slider-nav { overflow: hidden; margin: 75px 0 60px; width: 100%; }
.mm-slider-with-text .slider-nav li img { display: block; width: auto; height: 70px; margin: 0 auto; -webkit-transition: -webkit-transform .5s ease; transition: -webkit-transform .5s ease; transition: transform .5s ease; transition: transform .5s ease, -webkit-transform .5s ease; }
.mm-slider-with-text .slider-nav li { display: inline-block; vertical-align: middle; margin: 0 30px; height: 70px; -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); outline: none; width: 150px; -webkit-transition: -webkit-transform .5s ease; transition: -webkit-transform .5s ease; transition: transform .5s ease; transition: transform .5s ease, -webkit-transform .5s ease; }
@media (min-width:768px) {
	.mm-slider-with-text .slider-nav { padding-top: 150px; }
	.mm-slider-with-text .slider-nav li.slick-current { -webkit-transform: translateY(-75px) scale(2.5) !important; -ms-transform: translateY(-75px) scale(2.5) !important; transform: translateY(-75px) scale(2.5) !important; }
}
@media (min-width:1280px) {
	.mm-slider-with-text .slider-nav li.near-item { -webkit-transition: -webkit-transform .5s ease; transition: -webkit-transform .5s ease; transition: transform .5s ease; transition: transform .5s ease, -webkit-transform .5s ease; -webkit-transform: scale(1.2) !important; -ms-transform: translateY(-35px) scale(1.2) !important; transform: translateY(-35px) scale(1.2) !important; }
}
@media (max-width:767px) {
	.mm-slider-with-text .slider-nav { margin: 35px 0 }
}
.mm-slider-with-text .slider-for { margin-top: -25px }
.mm-slider-with-text .slider-for .slider-text { padding-top: 25px }
.mm-slider-with-text .slider-for .slider-text .slider-title { margin-bottom: 30px; }
.mm-slider-with-text .slider-for .slider-text.slick-active .slider-title, .mm-slider-with-text .slider-for .slider-text.slick-active .mm-button, .mm-slider-with-text .slider-for .slider-text.slick-active .slider-desc { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0) }
.mm-slider-with-text .slider-for .slider-text.slick-active .slider-title { -webkit-transition-delay: .2s; transition-delay: .2s }
.mm-slider-with-text .slider-for .slider-text.slick-active .slider-desc { -webkit-transition-delay: .375s; transition-delay: .375s }
.mm-slider-with-text .slider-for .slider-text.slick-active .mm-button { -webkit-transition-delay: .55s; transition-delay: .55s }
.mm-slider-with-text .slider-for .slider-text div { max-width: 590px; margin: 0 auto }
.mm-slider-with-text .slider-for .slider-text .slider-title, .mm-slider-with-text .slider-for .slider-text .mm-button, .mm-slider-with-text .slider-for .slider-text .slider-desc { opacity: 0; -webkit-transform: translateY(-25px); -ms-transform: translateY(-25px); transform: translateY(-25px); -webkit-transition: opacity .35s, -webkit-transform .5s ease; transition: opacity .35s, -webkit-transform .5s ease; transition: opacity .35s, transform .5s ease; transition: opacity .35s, transform .5s ease, -webkit-transform .5s ease }
.mm-slider-with-text .slider-nav .slick-arrow { -webkit-transform: translateY(-62%); -ms-transform: translateY(-62%); transform: translateY(-62%); }
.mm-slider-with-text .slider-nav .slick-arrow.slick-prev { left: 25px; }
.mm-slider-with-text .slider-nav .slick-arrow.slick-next { right: 25px; }
.mm-slider-with-text .slider-nav .slick-arrow { position: absolute; color: #25b15f; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 50px; height: 50px; padding-top: 14px; cursor: pointer; font-size: 0;}
.mm-slider-with-text .slider-nav .slick-arrow .slick-prev:before, .mm-slider-with-text .slider-nav .slick-arrow .slick-next:before{font-family: 'Roboto', sans-serif;}
.mm-slider-with-text .slider-nav .slick-arrow.slick-prev:before, .mm-slider-with-text .slider-nav .slick-arrow.slick-next:before { color: #25b15f; }

/*----------------------------------------
  Map
----------------------------------------*/
.mm-map-chart .mm-map-lable { height: 150px; width: 150px; text-align: center; display: flex; flex-direction: column; justify-content: center; overflow: hidden; z-index: 1; background: #fff; position: absolute; right: 0; top: 0; align-items: center; border-radius: 100%; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); }
.mm-map-chart .mm-map-lable .mm-map-location-value { font-size: 50px; line-height: 50px;}
.mm-map-chart .mm-map-lable  .mm-map-info { font-size: 18px; line-height: 32px; margin-bottom: 0; }
#chartdiv { width: 100%; height: 500px; overflow: hidden; }
#chartdiv svg{pointer-events: none;}
.map-marker { margin-left: -8px; margin-top: -8px; box-sizing: border-box; }
.map-marker.map-clickable { cursor: pointer; }
.map-marker .pulse {
    -webkit-animation: shadow-pulse-dots 1s ease-in-out infinite;
    animation: shadow-pulse-dots 1s infinite; width: 10px; height: 10px; background:  #25b15f; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; z-index: 10; position: absolute; box-sizing: border-box; }

.map-marker .dot { border: 10px solid #fff601; background: transparent; -webkit-border-radius: 60px; -moz-border-radius: 60px; border-radius: 60px; height: 50px; width: 50px; -webkit-animation: pulse 3s ease-out; -moz-animation: pulse 3s ease-out; animation: pulse 3s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; animation-iteration-count: infinite; position: absolute; top: -20px; left: -20px; z-index: 1; opacity: 0; box-sizing: border-box; }
.popover  .mm-tooltip-content{text-align: center;}
.popover{border-radius: 10px;}
.popover  .mm-tooltip-content .tooltipimg{margin-bottom: 15px;}
.popover  .mm-tooltip-content .tooltip-title{margin-bottom: 10px;}
.popover  .mm-tooltip-content .tooltip-info{margin-bottom: 15px;}

/*----------------------------------------
  FAQ
----------------------------------------*/
.faq_sec .elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
	border-top: 1px solid #d4d4d4 !important;
}

.faq_sec .elementor-accordion .elementor-accordion-item {
	margin-bottom: 25px;
}

.faq_sec .elementor-accordion .elementor-accordion-item:last-child {
	margin-bottom: 0px;
}


@keyframes shadow-pulse-dots {
  0% { box-shadow: 0 0 0 0px rgba(37, 177, 95, 0.2); }
  100% { box-shadow: 0 0 0 15px rgba(37, 177, 95, 0); }
}


@-moz-keyframes pulse {
	0% { -moz-transform: scale(0); opacity: 0.0; }
	25% { -moz-transform: scale(0); opacity: 0.1; }
	50% { -moz-transform: scale(0.1); opacity: 0.5; }
	75% { -moz-transform: scale(0.7); opacity: 0.9; }
	100% { -moz-transform: scale(1); opacity: 0.0; }
}
@-webkit-keyframes pulse {
	0% { -webkit-transform: scale(0); opacity: 0.0; }
	25% { -webkit-transform: scale(0); opacity: 0.1; }
	50% { -webkit-transform: scale(0.1); opacity: 0.5; }
	75% { -webkit-transform: scale(0.7); opacity: 0.9; }
	100% { -webkit-transform: scale(1); opacity: 0.0; }
}

/*----------------------------------------
  Responsive
----------------------------------------*/
@media(max-width:1024px) {

	/*counter*/
	.mm-counter { margin-bottom: 30px; }

	/*faq*/
	.mm-accordion-round .mm-accordion-block { -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; }
	.mm-team-slider { margin: 0; }
	.mm-tooltip-style-2 .tooltip-down.tooltip-down-0 { left: 0 !important; right: 0; margin: 0 auto; }
	.mm-tooltip-style-2 .tooltip-down.tooltip-down-1 { left: auto !important; top: 100px !important; right: 100px; }
	.mm-tooltip-style-2 .tooltip-down.tooltip-down-2 { left: 50px !important; top: 205px !important; }
	.mm-tooltip-style-2 .tooltip-down.tooltip-down-3 { left: 0 !important; top: 240px !important; right: 0; margin: 0 auto; }
	.mm-tooltip-style-1 p { font-size: 24px; }
	.isotope, .mm-masonry.no-padding { margin-bottom: 30px; }
}
@media(max-width:992px) {

	/*clients*/
	.mm-client-col-6 li, .mm-client-col-5 li, .mm-client-col-4 li { width: 50%; }

	/*image background effect*/
	.mm_background_list_wrapper { float: left; width: 100%; display: inline-block; }
	.mm_background_list_wrapper.four_columns .mm_background_list_column { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
	.mm_background_list_wrapper .mm_background_list_column { border-right: none; border-bottom: 1px solid rgba(255, 255, 255, 0.5); min-height: 40vh; overflow: hidden; text-align: center; }

	/*process Step*/
	.mm-process-step .mm-before-img { display: none; }
	.mm-process-step-style-1 .mm-process-step li { width: 50%; margin-bottom: 45px; }
	.mm-process-step-style-1 .mm-process-step li:last-child { margin-bottom: 0; }
	.mm-process-step-style-2 .mm-process-step li { width: 50%; margin-bottom: 30px; }
	.mm-process-step-style-2 .mm-process-step li:last-child { margin-bottom: 0; }
	.mm-process-step-style-3 .mm-process-step li { width: 50%; margin-bottom: 30px; }
	.mm-process-step-style-3 .mm-process-step li:last-child { margin-bottom: 0; }
	.mm-process-step-style-4 .mm-process-step li { width: 50%; margin-bottom: 75px; }
	.mm-process-step-style-4 .mm-process-step li:last-child { margin-bottom: 0; }
	.mm-process-step-style-5 .mm-process-step li { width: 50%; margin-bottom: 30px; }
	.mm-process-step-style-5 .mm-process-step li:last-child { margin-bottom: 0; }
	.mm-process-step-style-6 .mm-process-step li { width: 50%; margin-bottom: 30px; }
	.mm-process-step-style-6 .mm-process-step li:last-child { margin-bottom: 0; }

	/*tab*/
	.mm-tabs .nav-pills .nav-link { padding-left: 15px; padding-right: 15px; }
	.mm-tabs .nav.nav-pills li { width: auto; }
}
@media(max-width:767px) {

	/*clients*/
	.mm-client-col-6 li, .mm-client-col-5 li, .mm-client-col-4 li, .mm-client-col-3 li, .mm-client-col-2 li { width: 100%; }
	.mm-subscribe-style-1 { display: block; text-align: center; }

	/*process step*/
	.mm-process-step-style-1 .mm-process-step li { width: 100%; }
	.mm-process-step-style-2 .mm-process-step li { width: 100%; }
	.mm-process-step-style-3 .mm-process-step li { width: 100%; }
	.mm-process-step-style-4 .mm-process-step li { width: 100%; }
	.mm-process-step-style-5 .mm-process-step li { width: 100%; }
	.mm-process-step-style-6 .mm-process-step li { width: 100%; }

	/*tabs*/
	.mm-tabs .nav.nav-pills li { width: 100%; }

	/*tooltip*/
	.mm-tooltip-style-2 .tooltip-down.tooltip-down-1 { top: 24% !important; right: 10%; }
	.mm-tooltip-style-2 .tooltip-down.tooltip-down-2 { left: 10% !important; top: 55% !important; }
	.mm-tooltip-style-2 .tooltip-down.tooltip-down-3 { top: auto !important; bottom: 20%; }

	/*FAQ*/
	.faq_sec .elementor-accordion .elementor-accordion-item {
		margin-bottom: 15px;
	}
	/*Team*/
	.mm-team-style-1 .mm-team-blog {
		margin-bottom: 15px;
	}
	
}
@media(max-width:479px) {

	/*contact Form*/
	.mm-contactform-2 { padding: 30px; }

	/*Icon Box*/
	.mm-icon-box-style-2 { display: block; }
	.mm-icon-box-style-2 .icon-box-img { margin-bottom: 30px; display: block; }

	/*tooltip*/
	.mm-tooltip-style-1 .tooltip-content { margin: 0 0 30px -100px; width: 250px; }
}
@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}