/home/moonrcjl/template.moontelict.com/testorest/assets/css/main.css
/*-----------------------------------------------------------------------------------
Template Name: A.laxfy - CRM Saas Online Payments HTML5 Template - Sass Agency.
Author: Moontel_ICT
Support: https://help.moontelict.com/support/
Description: A.laxfy - CRM Saas Online Payments HTML5 Template - Sass Agency. is a modern, customizable, and responsive template designed for agencies to showcase their work, services, and team with stylish layouts and interactive features.
Version: 1.0.0
-----------------------------------------------------------------------------------
/************ TABLE OF CONTENTS ***************
-----------------
01. THEME CSS
-----------------
1.1 Theme Default
1.2 Common Classes
1.3 Default Spacing
-----------------
02. COMPONENTS css
-----------------
2.1 Back to top
2.2 Theme Settings
2.3 Buttons
2.4 Animations
2.5 Preloader
2.6 Background
2.7 Carousel
2.8 Nice Select
2.9 Pagination
2.10 Offcanvas
2.11 Breadcrumb
2.12 Accordion
2.13 Tab
2.14 Modal
2.15 Section Title
2.16 Search
2.17 Hotspot
2.18 Ragne Slider
-----------------
03. HEADER CSS
-----------------
3.1 Header Style 1
3.2 Header Style 2
3.3 Header Style 3
---------------------------------
04. MENU CSS
---------------------------------
4.1 Main menu css
---------------------------------
05. BLOG CSS
---------------------------------
5.1 blog css start
5.2 Postbox css
5.3 Recent Post css
5.4 Sidebar css
---------------------------------
06. FOOTER CSS
---------------------------------
6.1 Footer Style 1
---------------------------------
07. PAGES CSS
---------------------------------
7.1 about css start
7.2 app css start
7.3 brand css start
7.4 cart css start
7.5 checkout css start
7.6 choose css start
7.7 contact css start
7.8 cta css start
7.9 error css start
7.10 faq css start
7.11 feature css start
7.12 funfact css start
7.13 price css start
7.14 project css start
7.15 service css start
7.16 shop css start
7.17 slider css start
7.18 step css start
7.19 team css start
7.20 testimonial css start
7.21 video css start
**********************************************/
/*----------------------------------------*/
/* 1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Londrina+Solid:wght@100;300;400;900&display=swap");
/* transform */
:root {
/**
@font family declaration
*/
--mt-ff-body: Jost;
--mt-ff-heading: Jost;
--mt-ff-heading2: Londrina Solid;
--mt-ff-p: Jost;
--mt-ff-fontawesome: "Font Awesome 6 Pro";
/**
@color declaration
*/
--mt-common-white: #fff;
--mt-common-black: #000000;
--mt-common-black-1: #101010;
--mt-common-black-2: #181818;
--mt-common-black-3: #0D0D0D;
--mt-grey-1: #171717;
--mt-grey-2: #101010;
--mt-text-body: #B9B9B9;
--mt-text-p: #B9B9B9;
--mt-text-p2: #E1E1E1;
--mt-theme-1: #FD221D;
--mt-theme-2: #FF6404;
--mt-border-1: #404040;
--mt-border-2: #232323;
--mt-border-3: #1E1E1E;
}
/*----------------------------------------*/
/* 2.1 Back to top
/*----------------------------------------*/
#back-to-top {
position: fixed;
right: 50px;
bottom: 50px;
background: var(--mt-common-white);
color: #000;
z-index: 9;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
border-radius: 8px;
opacity: 0;
visibility: hidden;
transition: 0.3s;
transform: scale(0.7);
}
#back-to-top.show {
opacity: 1;
visibility: visible;
transform: scale(1);
}
/*----------------------------------------*/
/* 2.3 Buttons
/*----------------------------------------*/
.mt-btn {
font-size: 16px;
font-weight: 700;
padding: 0px 24px;
height: 50px;
line-height: 50px;
display: inline-block;
color: var(--mt-common-white);
transition: all 0.5s ease-in-out;
position: relative;
border-radius: 50px;
background: var(--mt-theme-1);
}
.mt-btn span {
position: relative;
z-index: 2;
margin-left: 3px;
}
.mt-btn span i {
font-size: 17px;
transform: translateY(2px);
}
.mt-btn.mtnoborder {
border-radius: 12px;
}
.mt-btn:hover {
color: var(--mt-common-white);
background: var(--mt-theme-2);
-webkit-transform: translateY(-1px);
-ms-transform: translateY(-1px);
transform: translateY(-1px);
-webkit-box-shadow: 3px 6px 16px -6px var(--mt-theme-1);
box-shadow: 3px 6px 16px -6px var(--mt-theme-1);
}
.mt-btn:hover.mtnoborder {
border-radius: 12px;
}
.mt-btn-2 {
font-size: 16px;
font-weight: 700;
padding: 0px 24px;
height: 50px;
line-height: 50px;
display: inline-block;
color: var(--mt-common-black);
transition: all 0.5s ease-in-out;
position: relative;
border-radius: 50px;
background: var(--mt-theme-2);
}
.mt-btn-2 span {
position: relative;
z-index: 2;
margin-left: 7px;
}
.mt-btn-2 span i {
font-size: 18px;
}
.mt-btn-2:hover {
color: var(--mt-common-white);
border-radius: 50px;
background: var(--mt-theme-1);
}
.mt-btn-3 {
font-size: 16px;
font-weight: 700;
padding: 0px 24px;
height: 50px;
line-height: 50px;
display: inline-block;
color: var(--mt-common-white);
transition: all 0.5s ease-in-out;
position: relative;
border-radius: 50px;
background: #181818;
}
.mt-btn-3.mtwhitetext {
color: var(--mt-common-white);
border-radius: 50px;
background: transparent;
height: inherit;
}
.mt-btn-3:hover {
background-color: var(--mt-theme-1);
color: var(--mt-common-white);
}
.mt-btn-3:hover.mtwhitetext {
color: var(--mt-theme-1);
text-decoration: underline;
background-color: inherit;
}
.mt-btn-white {
font-size: 16px;
font-weight: 700;
padding: 0px 24px;
height: 50px;
line-height: 50px;
display: inline-block;
color: var(--mt-common-black-1);
transition: all 0.5s ease-in-out;
position: relative;
border-radius: 50px;
background: var(--mt-common-white);
}
.mt-btn-white span {
position: relative;
z-index: 2;
margin-left: 3px;
}
.mt-btn-white span i {
font-size: 17px;
transform: translateY(2px);
}
.mt-btn-white.mtnoborder {
border-radius: 12px;
}
.mt-btn-white:hover {
color: var(--mt-common-white);
background: var(--mt-theme-2);
-webkit-transform: translateY(-1px);
-ms-transform: translateY(-1px);
transform: translateY(-1px);
-webkit-box-shadow: 3px 6px 16px -6px var(--mt-theme-1);
box-shadow: 3px 6px 16px -6px var(--mt-theme-1);
}
.mt-btn-white:hover.mtnoborder {
border-radius: 12px;
}
.mt-btn-border {
font-size: 16px;
font-weight: 700;
height: 50px;
padding: 0px 24px;
line-height: 50px;
display: inline-block;
color: var(--mt-common-white);
border: 1px solid var(--mt-border-2);
transition: all 0.5s ease-in-out;
position: relative;
border-radius: 50px;
text-align: center;
}
.mt-btn-border span {
position: relative;
z-index: 1;
margin-left: 7px;
}
.mt-btn-border.active {
color: var(--mt-common-white);
border-color: var(--mt-theme-1);
background: var(--mt-theme-1);
}
.mt-btn-border.mtnoborder {
border-radius: 12px;
}
.mt-btn-border.mtnoborderwhite {
border-radius: 12px;
color: #000;
}
.mt-btn-border.mtnoborderwhite.mtactive {
color: var(--mt-common-white);
border-color: var(--mt-theme-1);
background: var(--mt-theme-1);
}
.mt-btn-border:hover {
color: var(--mt-common-white);
border-color: var(--mt-theme-1);
background: var(--mt-theme-1);
}
.mt-btn-border:hover span svg path {
fill: var(--mt-theme-1);
}
.mt-menu-dark {
background: var(--mt-gradient-1);
color: var(--mt-common-black);
width: 140px;
height: 40px;
line-height: 40px;
padding: 0 20px;
overflow: hidden;
display: inline-block;
font-weight: 500;
font-size: 15px;
text-transform: capitalize;
letter-spacing: 0.03em;
position: relative;
z-index: 9;
}
.mt-menu-dark:hover {
color: var(--mt-common-black);
background: var(--mt-gradient-2);
}
.mt-menu-light {
background: var(--mt-gradient-3);
color: var(--mt-common-white);
width: 140px;
height: 40px;
line-height: 40px;
padding: 0 20px;
overflow: hidden;
display: inline-block;
font-weight: 500;
font-size: 15px;
text-transform: capitalize;
letter-spacing: 0.03em;
position: relative;
z-index: 9;
}
.mt-menu-light:hover {
color: var(--mt-common-white);
background: var(--mt-gradient-4);
}
/*----------------------------------------*/
/* 2.5 Preloader
/*----------------------------------------*/
/* Preloader */
#preloader {
position: fixed;
width: 100%;
height: 100%;
z-index: 9999999;
top: 0;
left: 0;
background-color: #101010;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
}
#preloader .spinner-grow {
background-color: var(--mt-theme-1);
}
/*----------------------------------------*/
/* 2.6 Background
/*----------------------------------------*/
.white-bg {
background-color: var(--mt-common-white);
}
.black-bg {
background-color: var(--mt-common-black);
}
.black-bg-1 {
background-color: var(--mt-common-black-1);
}
.black-bg-2 {
background-color: var(--mt-common-black-2);
}
.black-bg-3 {
background-color: var(--mt-common-black-3);
}
.theme-bg {
background-color: var(--mt-theme-1);
}
.theme-bg-2 {
background-color: var(--mt-theme-2);
}
.grey-bg {
background-color: var(--mt-grey-1);
}
.grey-bg-2 {
background-color: var(--mt-grey-2);
}
/*----------------------------------------*/
/* 2.8 Nice Select
/*----------------------------------------*/
.nice-select {
-webkit-tap-highlight-color: transparent;
background-color: #fff;
border-radius: 5px;
border: solid 1px #e8e8e8;
box-sizing: border-box;
clear: both;
cursor: pointer;
display: block;
float: left;
font-family: inherit;
font-size: 14px;
font-weight: normal;
height: 42px;
line-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 30px;
position: relative;
text-align: left !important;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: auto;
}
.nice-select:hover {
border-color: #B9B9B9;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
border-color: #B9B9B9;
}
.nice-select::after {
position: absolute;
content: "\f107";
top: 50%;
right: 0;
font-family: var(--mt-ff-fontawesome);
color: var(--mt-text-body);
font-weight: 500;
pointer-events: none;
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
margin-top: 0;
transform-origin: center;
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.nice-select.open::after {
-moz-transform: translateY(-50%) rotate(-180deg);
-o-transform: translateY(-50%) rotate(-180deg);
-ms-transform: translateY(-50%) rotate(-180deg);
-webkit-transform: translateY(-50%) rotate(-180deg);
transform: translateY(-50%) rotate(-180deg);
}
.nice-select.open .list {
opacity: 1;
pointer-events: auto;
-webkit-transform: scale(1) translateY(0);
-ms-transform: scale(1) translateY(0);
transform: scale(1) translateY(0);
}
.nice-select.disabled {
border-color: #ededed;
color: #999;
pointer-events: none;
}
.nice-select.disabled::after {
border-color: #cccccc;
}
.nice-select.wide {
width: 100%;
}
.nice-select.wide .list {
left: 0 !important;
right: 0 !important;
}
.nice-select.right {
float: right;
}
.nice-select.right .list {
left: auto;
right: 0;
}
.nice-select.small {
font-size: 12px;
height: 36px;
line-height: 34px;
}
.nice-select.small::after {
height: 4px;
width: 4px;
}
.nice-select.small .option {
line-height: 34px;
min-height: 34px;
}
.nice-select .list {
background-color: #fff;
border-radius: 5px;
box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
box-sizing: border-box;
margin-top: 4px;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 0;
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: scale(0.75) translateY(-21px);
-ms-transform: scale(0.75) translateY(-21px);
transform: scale(0.75) translateY(-21px);
-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
z-index: 9;
}
.nice-select .option {
cursor: pointer;
font-weight: 400;
line-height: 40px;
list-style: none;
min-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 29px;
text-align: left;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.nice-select .option.selected {
font-weight: bold;
}
.nice-select .option.disabled {
background-color: transparent;
color: #999;
cursor: default;
}
.no-csspointerevents .nice-select .list {
display: none;
}
.no-csspointerevents .nice-select.open .list {
display: block;
}
/*----------------------------------------*/
/* 2.9 Pagination
/*----------------------------------------*/
.mt-pagination ul {
list-style: none;
}
.mt-pagination ul li {
display: inline-block;
margin-right: 7px;
}
.mt-pagination ul li a {
border: 1px solid var(--mt-border-1);
line-height: 58px;
text-align: center;
font-size: 17px;
font-weight: 500;
color: #ffffff;
border-radius: 100%;
height: 60px;
width: 60px;
display: inline-block;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.mt-pagination ul li a:hover {
background-color: var(--mt-theme-1);
border-color: var(--mt-theme-1);
color: var(--mt-common-white);
}
.mt-pagination ul li a i {
font-size: 26px;
transform: translateY(3px);
}
.mt-pagination ul li a.active {
background-color: var(--mt-theme-1);
border-color: var(--mt-theme-1);
color: var(--mt-common-white);
}
.mtpagination__icon {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
}
.mtpagination__icon.mtborder {
border-top: 1px solid var(--mt-border-1);
border-bottom: 1px solid var(--mt-border-1);
padding: 30px 0;
}
.mtpagination__icon a {
font-size: 17px;
color: var(--mt-common-white);
}
.mtpagination__icon a span {
border: 1px solid var(--mt-border-1);
border-radius: 50px;
padding: 10px 25px;
}
.mtpagination__icon a span.active {
background-color: var(--mt-theme-1);
color: var(--mt-common-white);
}
.mtpagination__icon a:hover {
color: var(--mt-common-white);
}
/*----------------------------------------*/
/* 2.10 Offcanvas
/*----------------------------------------*/
.mt-offcanvas {
position: fixed;
z-index: 9999;
width: 400px;
right: 0;
top: 0;
padding: 50px 40px;
height: 100%;
opacity: 0;
visibility: hidden;
transform: translateX(calc(100% + 80px));
background: var(--mt-common-black) none repeat scroll 0 0;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
z-index: 9999;
scrollbar-width: none;
transition: 0.45s ease-in-out, opacity 0.45s ease-in-out;
z-index: 9999;
scrollbar-width: none;
overflow-y: scroll;
}
@media only screen and (max-width: 400px) {
.mt-offcanvas {
width: 100%;
padding: 35px 30px;
}
}
.mt-offcanvas-open {
opacity: 1;
visibility: visible;
-moz-transform: translateX(0);
-o-transform: translateX(0);
-ms-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
}
.mt-offcanvas-close-toggle {
font-size: 29px;
color: var(--mt-common-white);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mt-offcanvas-close-toggle:hover {
transform: rotate(90deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-offcanvas-header {
margin-bottom: 40px;
}
}
.mt-offcanvas-title {
font-size: 35px;
}
.mt-offcanvas-content p {
color: var(--mt-common-white);
}
.mt-offcanvas-gallery {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap: 10px;
}
.mt-offcanvas-info span {
color: var(--mt-common-white);
display: block;
margin-bottom: 5px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mt-offcanvas-info span:hover {
color: var(--mt-theme-1);
}
.mt-offcanvas-sm-title {
font-size: 25px;
margin-bottom: 15px;
color: var(--mt-common-white);
}
.mt-offcanvas-social a {
display: inline-block;
text-align: center;
width: 40px;
height: 40px;
line-height: 39px;
border-radius: 40px;
color: var(--mt-common-black);
background: var(--mt-common-white);
border: 1px solid rgba(2, 11, 24, 0.1);
font-size: 14px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mt-offcanvas-social a:hover {
background-color: var(--mt-theme-1);
color: var(--mt-common-white);
border-color: var(--mt-theme-1);
}
.mt-offcanvas-overlay {
position: fixed;
top: 0;
left: 0;
z-index: 50;
width: 100%;
height: 100%;
visibility: hidden;
opacity: 0;
transition: 0.45s ease-in-out;
background: rgba(24, 24, 24, 0.438);
}
.mt-offcanvas-overlay-open {
opacity: 0.7;
visibility: visible;
}
.mt-offcanvas-menu ul {
list-style: none;
}
.mt-offcanvas-menu ul li {
position: relative;
}
.mt-offcanvas-menu ul li > a {
padding: 10px 0;
display: block;
font-size: 16px;
font-weight: 500;
color: var(--mt-common-white);
}
.mt-offcanvas-menu ul li > a:hover {
color: var(--mt-theme-2);
}
.mt-offcanvas-menu ul li:not(:last-child) > a {
border-bottom: 1px solid var(--mt-border-1);
}
.mt-offcanvas-menu ul li.active > a {
color: var(--mt-theme-2);
}
.mt-offcanvas-menu ul li.active > .mt-menu-close {
border-color: var(--mt-theme-2);
color: var(--mt-common-black);
background-color: var(--mt-theme-2);
}
.mt-offcanvas-menu ul li.active > .mt-menu-close i {
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.mt-offcanvas-menu ul li .sub-menu {
display: none;
padding-left: 20px;
}
.mt-menu-close {
position: absolute;
right: 0;
top: 6.5px;
border: 1px solid var(--mt-border-1);
height: 30px;
width: 30px;
text-align: center;
font-size: 12px;
line-height: 29px;
}
.mt-menu-close:hover {
background-color: var(--mt-theme-2);
color: var(--mt-common-black);
border-color: var(--mt-theme-2);
}
.mt-menu-close i {
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
/*----------------------------------------*/
/* 2.11 Breadcrumb
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-breadcrumb {
text-align: center;
}
}
.mt-breadcrumb-space {
padding-top: 150px;
padding-bottom: 0px;
}
@media (max-width: 767px) {
.mt-breadcrumb-space {
padding-top: 150px;
padding-bottom: 0px;
}
}
.mt-breadcrumb-bg {
background-repeat: no-repeat;
background-position: bottom;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-breadcrumb-bg {
background-size: cover;
}
}
.mt-breadcrumb-bg::before {
content: "";
background: rgba(16, 16, 16, 0.7);
width: 100%;
height: 100%;
bottom: 0;
left: 0;
position: absolute;
}
.mt-breadcrumb-thumb-wrap {
margin-right: -50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-breadcrumb-thumb-wrap {
margin-right: 0;
}
}
.mt-breadcrumb-title {
font-size: 110px;
font-family: var(--mt-ff-heading2);
font-weight: 500;
line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-breadcrumb-title {
font-size: 90px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-breadcrumb-title {
font-size: 70px;
}
}
@media (max-width: 767px) {
.mt-breadcrumb-title {
font-size: 50px;
}
}
.mt-breadcrumb-list span {
margin: 0 3px;
display: inline-block;
font-size: 32px;
font-weight: 600;
color: var(--mt-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-breadcrumb-list span {
font-size: 25px;
}
}
@media (max-width: 767px) {
.mt-breadcrumb-list span {
font-size: 20px;
}
}
.mt-breadcrumb-list span.active a {
color: var(--mt-theme-2);
}
.mt-breadcrumb-list span.dvir {
margin: 0 2px;
}
/*----------------------------------------*/
/* 2.12 Accordion
/*----------------------------------------*/
.mt-accordion-header {
margin: 0;
}
.mt-accordion-item {
border-bottom: 1px solid var(--mt-border-2);
padding-bottom: 12px;
}
.mt-accordion-button {
font-size: 20px;
font-weight: 700;
text-transform: capitalize;
width: 100%;
text-align: left;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
}
.mt-accordion-button::after {
content: "\f00d";
font-family: var(--mt-ff-fontawesome);
font-size: 12px;
color: var(--mt-text-p);
border: 1px solid var(--mt-border-2);
border-radius: 100%;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
}
.mt-accordion-button.collapsed::after {
content: "+";
}
.mt-accordion-body a {
color: var(--mt-common-white);
}
/*----------------------------------------*/
/* 2.15 Section Title
/*----------------------------------------*/
.mt-section-subtitle {
color: #FFF;
font-size: 16px;
font-weight: 700;
line-height: 26px;
text-transform: capitalize;
display: inline-block;
position: relative;
z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-section-subtitle {
font-size: 14px;
}
}
.mt-section-subtitle span {
display: inline-block;
padding-left: 0px;
}
.mt-section-subtitle.subtitle-color {
border-radius: 50px;
border: 1px solid #F8F8F8;
background-color: #F8F8F8;
padding: 12px 25px;
color: #000;
}
.mt-section-subtitle.subtitle-color2 {
border-radius: 50px;
background-color: rgba(248, 248, 248, 0.1);
padding: 12px 25px;
color: #ffffff;
}
.mt-section-subtitle-black {
color: var(--mt-common-black);
}
.mt-section-subtitle-white {
color: var(--mt-common-white);
}
.mt-section-title {
color: var(--mt-common-white);
font-size: 62px;
font-weight: 600;
text-transform: capitalize;
line-height: 1.3;
z-index: 2;
position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.mt-section-title br {
display: none;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.mt-section-title {
font-size: 38px;
}
.mt-section-title br {
display: none;
}
}
@media (max-width: 767px) {
.mt-section-title {
font-size: 28px;
}
.mt-section-title br {
display: none;
}
}
.mt-section-title.small {
font-size: 42px;
}
@media (max-width: 767px) {
.mt-section-title.small {
font-size: 32px;
}
}
.mt-section-title.small2 {
font-size: 32px;
}
@media (max-width: 767px) {
.mt-section-title.small2 {
font-size: 25px;
}
}
.mt-section-title-black {
color: var(--mt-common-black);
}
.mt-section-content p b {
color: var(--mt-common-white);
font-size: 16px;
}
@media (max-width: 767px) {
.mt-section-content p br {
display: none;
}
}
/*----------------------------------------*/
/* 2.16 Search css start
/*----------------------------------------*/
.mt-header-search-bar {
height: 400px;
position: fixed;
top: -100%;
left: 0;
right: 0;
z-index: 99999999;
background: var(--mt-common-black);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mt-header-search-bar.mt-search-open {
top: 0;
}
.contact-search-form-box form {
position: relative;
}
.contact-search-form-box form input {
color: var(--mt-common-white);
}
.contact-search-form-box form input::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #aaaaaa;
}
.contact-search-form-box form input::-moz-placeholder {
/* Firefox 19+ */
color: #aaaaaa;
}
.contact-search-form-box form input:-moz-placeholder {
/* Firefox 4-18 */
color: #aaaaaa;
}
.contact-search-form-box form input:-ms-input-placeholder {
/* IE 10+ Edge*/
color: #aaaaaa;
}
.contact-search-form-box form input::placeholder {
/* MODERN BROWSER */
color: #aaaaaa;
}
.contact-search-form-box form button {
position: absolute;
right: 0;
top: 13px;
font-size: 17px;
color: #000;
}
.mt-search-close {
position: absolute;
right: 50px;
top: 35px;
font-size: 50px;
color: var(--mt-common-white);
font-weight: 300;
width: 45px;
height: 45px;
}
.mt-search-close:hover {
transform: rotate(90deg);
}
.mt-search-bar-title {
color: #fff;
}
/*----------------------------------------*/
/* 2.5 Custom Animation
/*----------------------------------------*/
.mtFadeInUp {
opacity: 0;
/* Start invisible */
animation: mtFadeInUp 2s ease-out forwards;
/* 2 seconds duration, ease-out effect */
}
@keyframes mtFadeInUp {
0% {
opacity: 0;
transform: translateY(30px);
/* Start slightly below */
}
100% {
opacity: 1;
transform: translateY(0);
/* End at original position */
}
}
@keyframes mtslideInUp {
from {
transform: translateY(100%);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
.mtfadeInLeft {
opacity: 0;
/* Start invisible */
animation: mtfadeInLeft 2s ease-out forwards;
/* 2 seconds duration, ease-out effect */
}
@keyframes mtfadeInLeft {
0% {
opacity: 0;
transform: translateX(-20px);
/* Start slightly to the left */
}
100% {
opacity: 1;
transform: translateX(0);
/* End at original position */
}
}
.mtSkillInLeft {
opacity: 0;
/* Start invisible */
animation: mtSkillInLeft 2s ease-out forwards;
/* 2 seconds duration, ease-out effect */
}
@keyframes mtSkillInLeft {
0% {
opacity: 0;
transform: translateX(-300px);
/* Start slightly to the left */
}
100% {
opacity: 1;
transform: translateX(0);
/* End at original position */
}
}
.slideinup {
-webkit-animation-name: slideinup;
animation-name: slideinup;
}
@keyframes slideinup {
0% {
opacity: 0;
transform: translateY(70px);
}
100% {
transform: translateY(0);
}
}
@keyframes slideinright {
0% {
opacity: 0;
transform: translateX(70px);
}
100% {
transform: translateX(0);
}
}
@keyframes slideindown {
0% {
opacity: 0;
transform: translateY(-70px);
}
100% {
transform: translateY(0);
}
}
.slideinleft {
-webkit-animation-name: slideinleft;
animation-name: slideinleft;
}
@keyframes slideinleft {
0% {
opacity: 0;
transform: translateX(-70px);
}
100% {
transform: translateX(0);
}
}
@keyframes slidebottomright {
0% {
opacity: 0;
transform: translateX(100px) translateY(100px);
}
100% {
transform: translateX(0) translateY(0);
}
}
@keyframes slidetopleft {
0% {
opacity: 0;
transform: translateX(-100px) translateY(-100px);
}
100% {
transform: translateX(0) translateY(0);
}
}
@keyframes rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
0% {
border-right-color: transparent;
border-bottom-color: transparent;
border-top-color: transparent;
border-left-color: transparent;
}
75% {
border-top-color: #fff;
border-left-color: #fff;
border-right-color: #fff;
border-bottom-color: transparent;
}
100% {
border-right-color: transparent;
border-bottom-color: transparent;
border-top-color: transparent;
border-left-color: transparent;
}
}
/*img-animation**********************/
.img-custom-anim-right {
animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
opacity: 0;
}
@keyframes img-anim-right {
0% {
transform: translateX(5%);
clip-path: inset(0 0 0 100%);
opacity: 0;
}
100% {
transform: translateX(0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
.img-custom-anim-left {
animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
opacity: 0;
}
@keyframes img-anim-left {
0% {
transform: translateX(-5%);
clip-path: inset(0 100% 0 0);
opacity: 0;
}
100% {
transform: translateX(0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
.img-custom-anim-top {
animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
opacity: 0;
}
@keyframes img-anim-top {
0% {
transform: translateY(-5%);
clip-path: inset(0 0 100% 0);
opacity: 0;
}
100% {
transform: translateY(0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
@keyframes mttranslateY2 {
0% {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
}
100% {
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
transform: translateY(-40px);
}
}
@keyframes mttranslateX2 {
0% {
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-ms-transform: translateX(0px);
-o-transform: translateX(0px);
transform: translateX(0px);
}
100% {
-webkit-transform: translateX(40px);
-moz-transform: translateX(40px);
-ms-transform: translateX(40px);
-o-transform: translateX(40px);
transform: translateX(40px);
}
}
@-webkit-keyframes borderanimate2 {
0% {
transform: translate(-50%, -50%) scale(0.8);
}
60% {
opacity: 1;
}
100% {
transform: translate(-50%, -50%) scale(2.5);
opacity: 0;
}
}
@-moz-keyframes borderanimate2 {
0% {
transform: translate(-50%, -50%) scale(0.8);
}
60% {
opacity: 1;
}
100% {
transform: translate(-50%, -50%) scale(2.5);
opacity: 0;
}
}
@-ms-keyframes borderanimate2 {
0% {
transform: translate(-50%, -50%) scale(0.8);
}
60% {
opacity: 1;
}
100% {
transform: translate(-50%, -50%) scale(2.5);
opacity: 0;
}
}
@keyframes borderanimate2 {
0% {
transform: translate(-50%, -50%) scale(0.8);
}
60% {
opacity: 1;
}
100% {
transform: translate(-50%, -50%) scale(2.5);
opacity: 0;
}
}
@-webkit-keyframes mt-rotate-center {
0% {
-moz-transform: rotate(0);
-o-transform: rotate(0);
-ms-transform: rotate(0);
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes mt-rotate-center {
0% {
-moz-transform: rotate(0);
-o-transform: rotate(0);
-ms-transform: rotate(0);
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-ms-keyframes mt-rotate-center {
0% {
-moz-transform: rotate(0);
-o-transform: rotate(0);
-ms-transform: rotate(0);
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes mt-rotate-center {
0% {
-moz-transform: rotate(0);
-o-transform: rotate(0);
-ms-transform: rotate(0);
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes mt__scalingAnimation {
0% {
scale: 100%;
}
33.333% {
scale: 0.5;
}
50% {
scale: 0.7;
}
66.666% {
scale: 0.9;
}
100% {
scale: 100%;
}
}
@keyframes shine {
100% {
left: 125%;
}
}
/*----------------------------------------*/
/* 2.5 Mouse Cursor
/*----------------------------------------*/
.mouse-cursor {
position: fixed;
left: 0;
top: 0;
pointer-events: none;
border-radius: 50%;
-webkit-transform: translateZ(0);
transform: translateZ(0);
visibility: hidden;
}
.cursor-inner {
width: 6px;
height: 6px;
z-index: 999999;
background-color: var(--mt-theme-1);
-webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out, margin 0.4s ease-in-out, opacity 0.4s ease-in-out;
-o-transition: width 0.4s ease-in-out, height 0.4s ease-in-out, margin 0.4s ease-in-out, opacity 0.4s ease-in-out;
transition: width 0.4s ease-in-out, height 0.4s ease-in-out, margin 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.cursor-inner.cursor-hover {
margin-left: -35px;
margin-top: -35px;
width: 70px;
height: 70px;
background-color: var(--mt-theme-1);
opacity: 0.3;
}
.cursor-outer {
margin-left: -12px;
margin-top: -12px;
width: 30px;
height: 30px;
border: 2px solid var(--mt-theme-1);
-webkit-box-sizing: border-box;
box-sizing: border-box;
z-index: 10000000;
opacity: 0.6;
-webkit-transition: all 0.09s ease-out;
-o-transition: all 0.09s ease-out;
transition: all 0.09s ease-out;
}
.cursor-outer.cursor-hover {
opacity: 0;
}
@media (min-width: 1200px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
max-width: 1330px;
}
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/*---------------------------------
typography css start
---------------------------------*/
body {
color: var(--mt-text-p);
font-size: 14px;
font-family: var(--mt-ff-body);
font-weight: 400;
line-height: 24px;
background-color: var(--mt-common-black-1);
text-transform: capitalize;
}
a {
text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--mt-ff-heading);
color: var(--mt-common-white);
margin-top: 0px;
font-weight: 700;
line-height: 1.3;
text-transform: capitalize;
}
h1 {
font-size: 40px;
}
h2 {
font-size: 36px;
}
h3 {
font-size: 32px;
}
h4 {
font-size: 24px;
}
h5 {
font-size: 20px;
}
h6 {
font-size: 16px;
}
ul {
margin: 0px;
padding: 0px;
}
p {
color: var(--mt-text-p);
font-family: var(--mt-ff-body);
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-transform: capitalize;
}
img {
max-width: 100%;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
a:focus,
.button:focus {
text-decoration: none;
outline: none;
}
a:focus,
a:hover {
color: inherit;
text-decoration: none;
}
a,
button {
color: inherit;
outline: none;
border: none;
background: transparent;
}
button:hover {
cursor: pointer;
}
button:focus {
outline: 0;
}
.uppercase {
text-transform: uppercase;
}
.capitalize {
text-transform: capitalize;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
outline: none;
background-color: transparent;
height: 50px;
width: 100%;
line-height: 50px;
font-size: 14px;
color: var(--mt-common-white);
border: 1px solid var(--mt-border-1);
border-radius: 0px;
text-transform: capitalize;
font-weight: 500;
padding: 0 24px;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #727272;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
/* Firefox 19+ */
color: #727272;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
/* Firefox 4-18 */
color: #727272;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
/* IE 10+ Edge*/
color: #727272;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
/* MODERN BROWSER */
color: #727272;
}
[dir=rtl] input[type=text],
[dir=rtl] input[type=email],
[dir=rtl] input[type=tel],
[dir=rtl] input[type=number],
[dir=rtl] input[type=password],
[dir=rtl] input[type=url],
[dir=rtl] textarea {
text-align: right;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
border-color: #727272;
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
opacity: 0;
}
textarea {
line-height: 1.4;
padding-top: 17px;
padding-bottom: 17px;
height: 164px;
}
input[type=color] {
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
background: none;
border: 0;
cursor: pointer;
height: 100%;
width: 100%;
padding: 0;
border-radius: 50%;
}
*::-moz-selection {
background: var(--mt-common-white);
color: var(--mt-common-black);
text-shadow: none;
}
::-moz-selection {
background: var(--mt-common-white);
color: var(--mt-common-black);
text-shadow: none;
}
::selection {
background: var(--mt-common-white);
color: var(--mt-common-black);
text-shadow: none;
}
*::-moz-placeholder {
color: var(--mt-common-black);
font-size: 14px;
opacity: 1;
}
*::placeholder {
color: var(--mt-common-black);
font-size: 14px;
opacity: 1;
}
.z-index {
position: relative;
z-index: 1;
}
.z-index-2 {
position: relative;
z-index: 2;
}
.z-index-3 {
position: relative;
z-index: 3;
}
.z-index-4 {
position: relative;
z-index: 4;
}
.z-index-5 {
position: relative;
z-index: 5;
}
.z-index-6 {
position: relative;
z-index: 6;
}
.z-index-7 {
position: relative;
z-index: 7;
}
.z-index-8 {
position: relative;
z-index: 8;
}
.z-index-9 {
position: relative;
z-index: 9;
}
.gx-10 {
--bs-gutter-x: 10px;
}
.gx-15 {
--bs-gutter-x: 15px;
}
.gx-20 {
--bs-gutter-x: 20px;
}
.gx-25 {
--bs-gutter-x: 25px;
}
.gx-30 {
--bs-gutter-x: 30px;
}
.gx-35 {
--bs-gutter-x: 35px;
}
.gx-40 {
--bs-gutter-x: 40px;
}
.gx-45 {
--bs-gutter-x: 45px;
}
.gx-50 {
--bs-gutter-x: 50px;
}
.mt-slide-transtion {
-webkit-transition-timing-function: linear;
transition-timing-function: linear;
}
.mt-brand-slide-element {
width: auto;
display: inline-block;
}
/*---------------------------------
1.2 Common Classes
---------------------------------*/
.w-img img {
width: 100%;
}
.m-img img {
max-width: 100%;
}
.fix {
overflow: hidden;
}
.clear {
clear: both;
}
.z-index-1 {
z-index: 1;
}
.z-index-11 {
z-index: 11;
}
.overflow-y-visible {
overflow-x: hidden;
overflow-y: visible;
}
.p-relative {
position: relative;
}
.p-absolute {
position: absolute;
}
.include-bg {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.br-20 {
border-radius: 20px;
}
.br-10 {
border-radius: 10px;
}
.br-5 img {
border-radius: 5px;
}
.br-8 img {
border-radius: 8px;
}
.br-12 img {
border-radius: 12px;
}
.br-15 img {
border-radius: 15px;
}
.br-20 img {
border-radius: 20px;
}
.br-40 img {
border-radius: 40px;
}
/*----------------------------------------
Body Overlay
-----------------------------------------*/
.body-overlay {
background-color: var(--mt-common-black);
height: 100%;
width: 100%;
position: fixed;
top: 0;
z-index: 9999;
left: 0;
opacity: 0;
visibility: hidden;
}
.body-overlay:hover {
cursor: url("../img/icon/cross-out.png"), pointer;
}
.body-overlay.opened {
opacity: 0.7;
visibility: visible;
}
/* dropcap */
.mt-dropcap::first-letter {
font-size: 90px;
font-weight: 500;
float: left;
text-align: center;
color: var(--mt-common-black);
margin-right: 5px;
line-height: inherit;
text-transform: capitalize;
}
.class {
stroke-dasharray: 189px, 191px;
stroke-dashoffset: 0px;
}
/* gutter for x axis */
.mt-gx-24 {
--bs-gutter-x: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-gx-24 {
--bs-gutter-x: 24px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-gx-24 {
--bs-gutter-x: 24px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.mt-gx-24 {
--bs-gutter-x: 15px;
}
}
@media (max-width: 767px) {
.mt-gx-24 {
--bs-gutter-x: 10px;
}
}
.mt-gx-24 [class*=col-] {
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-top: var(--bs-gutter-y);
}
/* gutter for x axis */
.mt-gx-30 {
--bs-gutter-x: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-gx-30 {
--bs-gutter-x: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-gx-30 {
--bs-gutter-x: 30px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.mt-gx-30 {
--bs-gutter-x: 15px;
}
}
@media (max-width: 767px) {
.mt-gx-30 {
--bs-gutter-x: 10px;
}
}
.mt-gx-30 [class*=col-] {
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-top: var(--bs-gutter-y);
}
/* gutter for x axis */
.mt-gx-40 {
--bs-gutter-x: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-gx-40 {
--bs-gutter-x: 40px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-gx-40 {
--bs-gutter-x: 30px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.mt-gx-40 {
--bs-gutter-x: 30px;
}
}
@media (max-width: 767px) {
.mt-gx-40 {
--bs-gutter-x: 15px;
}
}
.mt-gx-40 [class*=col-] {
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-top: var(--bs-gutter-y);
}
@media (min-width: 1400px) {
.container-large {
max-width: 1325px;
}
}
.mt-fs-15 {
font-size: 15px;
}
.mt-fs-20 {
font-size: 20px;
}
.mt-fs-24 {
font-size: 24px;
}
.mt-fs-32 {
font-size: 32px;
}
@media (max-width: 767px) {
.mt-fs-32 {
font-size: 22px;
}
}
.mt-fs-40 {
font-size: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-fs-40 {
font-size: 32px;
}
}
.mt-fs-42 {
font-size: 42px;
}
.mt-fs-52 {
font-size: 52px;
}
.mt-fs-62 {
font-size: 62px;
}
.br-20 {
border-radius: 20px;
}
.br-5 img {
border-radius: 5px;
}
.br-10 img {
border-radius: 10px;
}
.br-15 img {
border-radius: 15px;
}
.br-20 img {
border-radius: 20px;
}
.br-50 img {
border-radius: 50px;
}
.br-100 img {
border-radius: 100px;
}
.mt-upper {
text-transform: uppercase;
}
.br-50 {
border-radius: 50px;
}
.mt-white {
color: #fff;
}
@media (max-width: 767px) {
.mt-mobileb {
padding-bottom: 30px !important;
}
}
@media (max-width: 767px) {
.mt-mobilet {
padding-top: 50px !important;
}
}
.mtbodyposi {
background-position: top 50px center;
background-size: cover;
background-repeat: no-repeat;
}
/*----------------------------------------*/
/* 1.3 Default Spacing
/*----------------------------------------*/
/*--
- Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-1 {
margin-top: 1px;
}
.mt-2 {
margin-top: 2px;
}
.mt-3 {
margin-top: 3px;
}
.mt-4 {
margin-top: 4px;
}
.mt-5 {
margin-top: 5px;
}
.mt-6 {
margin-top: 6px;
}
.mt-7 {
margin-top: 7px;
}
.mt-8 {
margin-top: 8px;
}
.mt-9 {
margin-top: 9px;
}
.mt-10 {
margin-top: 10px;
}
.mt-11 {
margin-top: 11px;
}
.mt-12 {
margin-top: 12px;
}
.mt-13 {
margin-top: 13px;
}
.mt-14 {
margin-top: 14px;
}
.mt-15 {
margin-top: 15px;
}
.mt-16 {
margin-top: 16px;
}
.mt-17 {
margin-top: 17px;
}
.mt-18 {
margin-top: 18px;
}
.mt-19 {
margin-top: 19px;
}
.mt-20 {
margin-top: 20px;
}
.mt-21 {
margin-top: 21px;
}
.mt-22 {
margin-top: 22px;
}
.mt-23 {
margin-top: 23px;
}
.mt-24 {
margin-top: 24px;
}
.mt-25 {
margin-top: 25px;
}
.mt-26 {
margin-top: 26px;
}
.mt-27 {
margin-top: 27px;
}
.mt-28 {
margin-top: 28px;
}
.mt-29 {
margin-top: 29px;
}
.mt-30 {
margin-top: 30px;
}
.mt-31 {
margin-top: 31px;
}
.mt-32 {
margin-top: 32px;
}
.mt-33 {
margin-top: 33px;
}
.mt-34 {
margin-top: 34px;
}
.mt-35 {
margin-top: 35px;
}
.mt-36 {
margin-top: 36px;
}
.mt-37 {
margin-top: 37px;
}
.mt-38 {
margin-top: 38px;
}
.mt-39 {
margin-top: 39px;
}
.mt-40 {
margin-top: 40px;
}
.mt-41 {
margin-top: 41px;
}
.mt-42 {
margin-top: 42px;
}
.mt-43 {
margin-top: 43px;
}
.mt-44 {
margin-top: 44px;
}
.mt-45 {
margin-top: 45px;
}
.mt-46 {
margin-top: 46px;
}
.mt-47 {
margin-top: 47px;
}
.mt-48 {
margin-top: 48px;
}
.mt-49 {
margin-top: 49px;
}
.mt-50 {
margin-top: 50px;
}
.mt-51 {
margin-top: 51px;
}
.mt-52 {
margin-top: 52px;
}
.mt-53 {
margin-top: 53px;
}
.mt-54 {
margin-top: 54px;
}
.mt-55 {
margin-top: 55px;
}
.mt-56 {
margin-top: 56px;
}
.mt-57 {
margin-top: 57px;
}
.mt-58 {
margin-top: 58px;
}
.mt-59 {
margin-top: 59px;
}
.mt-60 {
margin-top: 60px;
}
.mt-61 {
margin-top: 61px;
}
.mt-62 {
margin-top: 62px;
}
.mt-63 {
margin-top: 63px;
}
.mt-64 {
margin-top: 64px;
}
.mt-65 {
margin-top: 65px;
}
.mt-66 {
margin-top: 66px;
}
.mt-67 {
margin-top: 67px;
}
.mt-68 {
margin-top: 68px;
}
.mt-69 {
margin-top: 69px;
}
.mt-70 {
margin-top: 70px;
}
.mt-71 {
margin-top: 71px;
}
.mt-72 {
margin-top: 72px;
}
.mt-73 {
margin-top: 73px;
}
.mt-74 {
margin-top: 74px;
}
.mt-75 {
margin-top: 75px;
}
.mt-76 {
margin-top: 76px;
}
.mt-77 {
margin-top: 77px;
}
.mt-78 {
margin-top: 78px;
}
.mt-79 {
margin-top: 79px;
}
.mt-80 {
margin-top: 80px;
}
.mt-81 {
margin-top: 81px;
}
.mt-82 {
margin-top: 82px;
}
.mt-83 {
margin-top: 83px;
}
.mt-84 {
margin-top: 84px;
}
.mt-85 {
margin-top: 85px;
}
.mt-86 {
margin-top: 86px;
}
.mt-87 {
margin-top: 87px;
}
.mt-88 {
margin-top: 88px;
}
.mt-89 {
margin-top: 89px;
}
.mt-90 {
margin-top: 90px;
}
.mt-91 {
margin-top: 91px;
}
.mt-92 {
margin-top: 92px;
}
.mt-93 {
margin-top: 93px;
}
.mt-94 {
margin-top: 94px;
}
.mt-95 {
margin-top: 95px;
}
.mt-96 {
margin-top: 96px;
}
.mt-97 {
margin-top: 97px;
}
.mt-98 {
margin-top: 98px;
}
.mt-99 {
margin-top: 99px;
}
.mt-100 {
margin-top: 100px;
}
.mt-101 {
margin-top: 101px;
}
.mt-102 {
margin-top: 102px;
}
.mt-103 {
margin-top: 103px;
}
.mt-104 {
margin-top: 104px;
}
.mt-105 {
margin-top: 105px;
}
.mt-106 {
margin-top: 106px;
}
.mt-107 {
margin-top: 107px;
}
.mt-108 {
margin-top: 108px;
}
.mt-109 {
margin-top: 109px;
}
.mt-110 {
margin-top: 110px;
}
.mt-111 {
margin-top: 111px;
}
.mt-112 {
margin-top: 112px;
}
.mt-113 {
margin-top: 113px;
}
.mt-114 {
margin-top: 114px;
}
.mt-115 {
margin-top: 115px;
}
.mt-116 {
margin-top: 116px;
}
.mt-117 {
margin-top: 117px;
}
.mt-118 {
margin-top: 118px;
}
.mt-119 {
margin-top: 119px;
}
.mt-120 {
margin-top: 120px;
}
.mt-121 {
margin-top: 121px;
}
.mt-122 {
margin-top: 122px;
}
.mt-123 {
margin-top: 123px;
}
.mt-124 {
margin-top: 124px;
}
.mt-125 {
margin-top: 125px;
}
.mt-126 {
margin-top: 126px;
}
.mt-127 {
margin-top: 127px;
}
.mt-128 {
margin-top: 128px;
}
.mt-129 {
margin-top: 129px;
}
.mt-130 {
margin-top: 130px;
}
.mt-131 {
margin-top: 131px;
}
.mt-132 {
margin-top: 132px;
}
.mt-133 {
margin-top: 133px;
}
.mt-134 {
margin-top: 134px;
}
.mt-135 {
margin-top: 135px;
}
.mt-136 {
margin-top: 136px;
}
.mt-137 {
margin-top: 137px;
}
.mt-138 {
margin-top: 138px;
}
.mt-139 {
margin-top: 139px;
}
.mt-140 {
margin-top: 140px;
}
.mt-141 {
margin-top: 141px;
}
.mt-142 {
margin-top: 142px;
}
.mt-143 {
margin-top: 143px;
}
.mt-144 {
margin-top: 144px;
}
.mt-145 {
margin-top: 145px;
}
.mt-146 {
margin-top: 146px;
}
.mt-147 {
margin-top: 147px;
}
.mt-148 {
margin-top: 148px;
}
.mt-149 {
margin-top: 149px;
}
.mt-150 {
margin-top: 150px;
}
/*-- Margin Bottom --*/
.mb-1 {
margin-bottom: 1px;
}
.mb-2 {
margin-bottom: 2px;
}
.mb-3 {
margin-bottom: 3px;
}
.mb-4 {
margin-bottom: 4px;
}
.mb-5 {
margin-bottom: 5px;
}
.mb-6 {
margin-bottom: 6px;
}
.mb-7 {
margin-bottom: 7px;
}
.mb-8 {
margin-bottom: 8px;
}
.mb-9 {
margin-bottom: 9px;
}
.mb-10 {
margin-bottom: 10px;
}
.mb-11 {
margin-bottom: 11px;
}
.mb-12 {
margin-bottom: 12px;
}
.mb-13 {
margin-bottom: 13px;
}
.mb-14 {
margin-bottom: 14px;
}
.mb-15 {
margin-bottom: 15px;
}
.mb-16 {
margin-bottom: 16px;
}
.mb-17 {
margin-bottom: 17px;
}
.mb-18 {
margin-bottom: 18px;
}
.mb-19 {
margin-bottom: 19px;
}
.mb-20 {
margin-bottom: 20px;
}
.mb-21 {
margin-bottom: 21px;
}
.mb-22 {
margin-bottom: 22px;
}
.mb-23 {
margin-bottom: 23px;
}
.mb-24 {
margin-bottom: 24px;
}
.mb-25 {
margin-bottom: 25px;
}
.mb-26 {
margin-bottom: 26px;
}
.mb-27 {
margin-bottom: 27px;
}
.mb-28 {
margin-bottom: 28px;
}
.mb-29 {
margin-bottom: 29px;
}
.mb-30 {
margin-bottom: 30px;
}
.mb-31 {
margin-bottom: 31px;
}
.mb-32 {
margin-bottom: 32px;
}
.mb-33 {
margin-bottom: 33px;
}
.mb-34 {
margin-bottom: 34px;
}
.mb-35 {
margin-bottom: 35px;
}
.mb-36 {
margin-bottom: 36px;
}
.mb-37 {
margin-bottom: 37px;
}
.mb-38 {
margin-bottom: 38px;
}
.mb-39 {
margin-bottom: 39px;
}
.mb-40 {
margin-bottom: 40px;
}
.mb-41 {
margin-bottom: 41px;
}
.mb-42 {
margin-bottom: 42px;
}
.mb-43 {
margin-bottom: 43px;
}
.mb-44 {
margin-bottom: 44px;
}
.mb-45 {
margin-bottom: 45px;
}
.mb-46 {
margin-bottom: 46px;
}
.mb-47 {
margin-bottom: 47px;
}
.mb-48 {
margin-bottom: 48px;
}
.mb-49 {
margin-bottom: 49px;
}
.mb-50 {
margin-bottom: 50px;
}
.mb-51 {
margin-bottom: 51px;
}
.mb-52 {
margin-bottom: 52px;
}
.mb-53 {
margin-bottom: 53px;
}
.mb-54 {
margin-bottom: 54px;
}
.mb-55 {
margin-bottom: 55px;
}
.mb-56 {
margin-bottom: 56px;
}
.mb-57 {
margin-bottom: 57px;
}
.mb-58 {
margin-bottom: 58px;
}
.mb-59 {
margin-bottom: 59px;
}
.mb-60 {
margin-bottom: 60px;
}
.mb-61 {
margin-bottom: 61px;
}
.mb-62 {
margin-bottom: 62px;
}
.mb-63 {
margin-bottom: 63px;
}
.mb-64 {
margin-bottom: 64px;
}
.mb-65 {
margin-bottom: 65px;
}
.mb-66 {
margin-bottom: 66px;
}
.mb-67 {
margin-bottom: 67px;
}
.mb-68 {
margin-bottom: 68px;
}
.mb-69 {
margin-bottom: 69px;
}
.mb-70 {
margin-bottom: 70px;
}
.mb-71 {
margin-bottom: 71px;
}
.mb-72 {
margin-bottom: 72px;
}
.mb-73 {
margin-bottom: 73px;
}
.mb-74 {
margin-bottom: 74px;
}
.mb-75 {
margin-bottom: 75px;
}
.mb-76 {
margin-bottom: 76px;
}
.mb-77 {
margin-bottom: 77px;
}
.mb-78 {
margin-bottom: 78px;
}
.mb-79 {
margin-bottom: 79px;
}
.mb-80 {
margin-bottom: 80px;
}
.mb-81 {
margin-bottom: 81px;
}
.mb-82 {
margin-bottom: 82px;
}
.mb-83 {
margin-bottom: 83px;
}
.mb-84 {
margin-bottom: 84px;
}
.mb-85 {
margin-bottom: 85px;
}
.mb-86 {
margin-bottom: 86px;
}
.mb-87 {
margin-bottom: 87px;
}
.mb-88 {
margin-bottom: 88px;
}
.mb-89 {
margin-bottom: 89px;
}
.mb-90 {
margin-bottom: 90px;
}
.mb-91 {
margin-bottom: 91px;
}
.mb-92 {
margin-bottom: 92px;
}
.mb-93 {
margin-bottom: 93px;
}
.mb-94 {
margin-bottom: 94px;
}
.mb-95 {
margin-bottom: 95px;
}
.mb-96 {
margin-bottom: 96px;
}
.mb-97 {
margin-bottom: 97px;
}
.mb-98 {
margin-bottom: 98px;
}
.mb-99 {
margin-bottom: 99px;
}
.mb-100 {
margin-bottom: 100px;
}
.mb-101 {
margin-bottom: 101px;
}
.mb-102 {
margin-bottom: 102px;
}
.mb-103 {
margin-bottom: 103px;
}
.mb-104 {
margin-bottom: 104px;
}
.mb-105 {
margin-bottom: 105px;
}
.mb-106 {
margin-bottom: 106px;
}
.mb-107 {
margin-bottom: 107px;
}
.mb-108 {
margin-bottom: 108px;
}
.mb-109 {
margin-bottom: 109px;
}
.mb-110 {
margin-bottom: 110px;
}
.mb-111 {
margin-bottom: 111px;
}
.mb-112 {
margin-bottom: 112px;
}
.mb-113 {
margin-bottom: 113px;
}
.mb-114 {
margin-bottom: 114px;
}
.mb-115 {
margin-bottom: 115px;
}
.mb-116 {
margin-bottom: 116px;
}
.mb-117 {
margin-bottom: 117px;
}
.mb-118 {
margin-bottom: 118px;
}
.mb-119 {
margin-bottom: 119px;
}
.mb-120 {
margin-bottom: 120px;
}
.mb-121 {
margin-bottom: 121px;
}
.mb-122 {
margin-bottom: 122px;
}
.mb-123 {
margin-bottom: 123px;
}
.mb-124 {
margin-bottom: 124px;
}
.mb-125 {
margin-bottom: 125px;
}
.mb-126 {
margin-bottom: 126px;
}
.mb-127 {
margin-bottom: 127px;
}
.mb-128 {
margin-bottom: 128px;
}
.mb-129 {
margin-bottom: 129px;
}
.mb-130 {
margin-bottom: 130px;
}
.mb-131 {
margin-bottom: 131px;
}
.mb-132 {
margin-bottom: 132px;
}
.mb-133 {
margin-bottom: 133px;
}
.mb-134 {
margin-bottom: 134px;
}
.mb-135 {
margin-bottom: 135px;
}
.mb-136 {
margin-bottom: 136px;
}
.mb-137 {
margin-bottom: 137px;
}
.mb-138 {
margin-bottom: 138px;
}
.mb-139 {
margin-bottom: 139px;
}
.mb-140 {
margin-bottom: 140px;
}
/*-- Margin Left --*/
.ml-1 {
margin-left: 1px;
}
.ml-2 {
margin-left: 2px;
}
.ml-3 {
margin-left: 3px;
}
.ml-4 {
margin-left: 4px;
}
.ml-5 {
margin-left: 5px;
}
.ml-6 {
margin-left: 6px;
}
.ml-7 {
margin-left: 7px;
}
.ml-8 {
margin-left: 8px;
}
.ml-9 {
margin-left: 9px;
}
.ml-10 {
margin-left: 10px;
}
.ml-11 {
margin-left: 11px;
}
.ml-12 {
margin-left: 12px;
}
.ml-13 {
margin-left: 13px;
}
.ml-14 {
margin-left: 14px;
}
.ml-15 {
margin-left: 15px;
}
.ml-16 {
margin-left: 16px;
}
.ml-17 {
margin-left: 17px;
}
.ml-18 {
margin-left: 18px;
}
.ml-19 {
margin-left: 19px;
}
.ml-20 {
margin-left: 20px;
}
.ml-21 {
margin-left: 21px;
}
.ml-22 {
margin-left: 22px;
}
.ml-23 {
margin-left: 23px;
}
.ml-24 {
margin-left: 24px;
}
.ml-25 {
margin-left: 25px;
}
.ml-26 {
margin-left: 26px;
}
.ml-27 {
margin-left: 27px;
}
.ml-28 {
margin-left: 28px;
}
.ml-29 {
margin-left: 29px;
}
.ml-30 {
margin-left: 30px;
}
.ml-31 {
margin-left: 31px;
}
.ml-32 {
margin-left: 32px;
}
.ml-33 {
margin-left: 33px;
}
.ml-34 {
margin-left: 34px;
}
.ml-35 {
margin-left: 35px;
}
.ml-36 {
margin-left: 36px;
}
.ml-37 {
margin-left: 37px;
}
.ml-38 {
margin-left: 38px;
}
.ml-39 {
margin-left: 39px;
}
.ml-40 {
margin-left: 40px;
}
.ml-41 {
margin-left: 41px;
}
.ml-42 {
margin-left: 42px;
}
.ml-43 {
margin-left: 43px;
}
.ml-44 {
margin-left: 44px;
}
.ml-45 {
margin-left: 45px;
}
.ml-46 {
margin-left: 46px;
}
.ml-47 {
margin-left: 47px;
}
.ml-48 {
margin-left: 48px;
}
.ml-49 {
margin-left: 49px;
}
.ml-50 {
margin-left: 50px;
}
.ml-51 {
margin-left: 51px;
}
.ml-52 {
margin-left: 52px;
}
.ml-53 {
margin-left: 53px;
}
.ml-54 {
margin-left: 54px;
}
.ml-55 {
margin-left: 55px;
}
.ml-56 {
margin-left: 56px;
}
.ml-57 {
margin-left: 57px;
}
.ml-58 {
margin-left: 58px;
}
.ml-59 {
margin-left: 59px;
}
.ml-60 {
margin-left: 60px;
}
.ml-61 {
margin-left: 61px;
}
.ml-62 {
margin-left: 62px;
}
.ml-63 {
margin-left: 63px;
}
.ml-64 {
margin-left: 64px;
}
.ml-65 {
margin-left: 65px;
}
.ml-66 {
margin-left: 66px;
}
.ml-67 {
margin-left: 67px;
}
.ml-68 {
margin-left: 68px;
}
.ml-69 {
margin-left: 69px;
}
.ml-70 {
margin-left: 70px;
}
.ml-71 {
margin-left: 71px;
}
.ml-72 {
margin-left: 72px;
}
.ml-73 {
margin-left: 73px;
}
.ml-74 {
margin-left: 74px;
}
.ml-75 {
margin-left: 75px;
}
.ml-76 {
margin-left: 76px;
}
.ml-77 {
margin-left: 77px;
}
.ml-78 {
margin-left: 78px;
}
.ml-79 {
margin-left: 79px;
}
.ml-80 {
margin-left: 80px;
}
.ml-81 {
margin-left: 81px;
}
.ml-82 {
margin-left: 82px;
}
.ml-83 {
margin-left: 83px;
}
.ml-84 {
margin-left: 84px;
}
.ml-85 {
margin-left: 85px;
}
.ml-86 {
margin-left: 86px;
}
.ml-87 {
margin-left: 87px;
}
.ml-88 {
margin-left: 88px;
}
.ml-89 {
margin-left: 89px;
}
.ml-90 {
margin-left: 90px;
}
.ml-91 {
margin-left: 91px;
}
.ml-92 {
margin-left: 92px;
}
.ml-93 {
margin-left: 93px;
}
.ml-94 {
margin-left: 94px;
}
.ml-95 {
margin-left: 95px;
}
.ml-96 {
margin-left: 96px;
}
.ml-97 {
margin-left: 97px;
}
.ml-98 {
margin-left: 98px;
}
.ml-99 {
margin-left: 99px;
}
.ml-100 {
margin-left: 100px;
}
/*-- Margin Right --*/
.mr-1 {
margin-right: 1px;
}
.mr-2 {
margin-right: 2px;
}
.mr-3 {
margin-right: 3px;
}
.mr-4 {
margin-right: 4px;
}
.mr-5 {
margin-right: 5px;
}
.mr-6 {
margin-right: 6px;
}
.mr-7 {
margin-right: 7px;
}
.mr-8 {
margin-right: 8px;
}
.mr-9 {
margin-right: 9px;
}
.mr-10 {
margin-right: 10px;
}
.mr-11 {
margin-right: 11px;
}
.mr-12 {
margin-right: 12px;
}
.mr-13 {
margin-right: 13px;
}
.mr-14 {
margin-right: 14px;
}
.mr-15 {
margin-right: 15px;
}
.mr-16 {
margin-right: 16px;
}
.mr-17 {
margin-right: 17px;
}
.mr-18 {
margin-right: 18px;
}
.mr-19 {
margin-right: 19px;
}
.mr-20 {
margin-right: 20px;
}
.mr-21 {
margin-right: 21px;
}
.mr-22 {
margin-right: 22px;
}
.mr-23 {
margin-right: 23px;
}
.mr-24 {
margin-right: 24px;
}
.mr-25 {
margin-right: 25px;
}
.mr-26 {
margin-right: 26px;
}
.mr-27 {
margin-right: 27px;
}
.mr-28 {
margin-right: 28px;
}
.mr-29 {
margin-right: 29px;
}
.mr-30 {
margin-right: 30px;
}
.mr-31 {
margin-right: 31px;
}
.mr-32 {
margin-right: 32px;
}
.mr-33 {
margin-right: 33px;
}
.mr-34 {
margin-right: 34px;
}
.mr-35 {
margin-right: 35px;
}
.mr-36 {
margin-right: 36px;
}
.mr-37 {
margin-right: 37px;
}
.mr-38 {
margin-right: 38px;
}
.mr-39 {
margin-right: 39px;
}
.mr-40 {
margin-right: 40px;
}
.mr-41 {
margin-right: 41px;
}
.mr-42 {
margin-right: 42px;
}
.mr-43 {
margin-right: 43px;
}
.mr-44 {
margin-right: 44px;
}
.mr-45 {
margin-right: 45px;
}
.mr-46 {
margin-right: 46px;
}
.mr-47 {
margin-right: 47px;
}
.mr-48 {
margin-right: 48px;
}
.mr-49 {
margin-right: 49px;
}
.mr-50 {
margin-right: 50px;
}
.mr-51 {
margin-right: 51px;
}
.mr-52 {
margin-right: 52px;
}
.mr-53 {
margin-right: 53px;
}
.mr-54 {
margin-right: 54px;
}
.mr-55 {
margin-right: 55px;
}
.mr-56 {
margin-right: 56px;
}
.mr-57 {
margin-right: 57px;
}
.mr-58 {
margin-right: 58px;
}
.mr-59 {
margin-right: 59px;
}
.mr-60 {
margin-right: 60px;
}
.mr-61 {
margin-right: 61px;
}
.mr-62 {
margin-right: 62px;
}
.mr-63 {
margin-right: 63px;
}
.mr-64 {
margin-right: 64px;
}
.mr-65 {
margin-right: 65px;
}
.mr-66 {
margin-right: 66px;
}
.mr-67 {
margin-right: 67px;
}
.mr-68 {
margin-right: 68px;
}
.mr-69 {
margin-right: 69px;
}
.mr-70 {
margin-right: 70px;
}
.mr-71 {
margin-right: 71px;
}
.mr-72 {
margin-right: 72px;
}
.mr-73 {
margin-right: 73px;
}
.mr-74 {
margin-right: 74px;
}
.mr-75 {
margin-right: 75px;
}
.mr-76 {
margin-right: 76px;
}
.mr-77 {
margin-right: 77px;
}
.mr-78 {
margin-right: 78px;
}
.mr-79 {
margin-right: 79px;
}
.mr-80 {
margin-right: 80px;
}
.mr-81 {
margin-right: 81px;
}
.mr-82 {
margin-right: 82px;
}
.mr-83 {
margin-right: 83px;
}
.mr-84 {
margin-right: 84px;
}
.mr-85 {
margin-right: 85px;
}
.mr-86 {
margin-right: 86px;
}
.mr-87 {
margin-right: 87px;
}
.mr-88 {
margin-right: 88px;
}
.mr-89 {
margin-right: 89px;
}
.mr-90 {
margin-right: 90px;
}
.mr-91 {
margin-right: 91px;
}
.mr-92 {
margin-right: 92px;
}
.mr-93 {
margin-right: 93px;
}
.mr-94 {
margin-right: 94px;
}
.mr-95 {
margin-right: 95px;
}
.mr-96 {
margin-right: 96px;
}
.mr-97 {
margin-right: 97px;
}
.mr-98 {
margin-right: 98px;
}
.mr-99 {
margin-right: 99px;
}
.mr-100 {
margin-right: 100px;
}
/*-- Padding Top --*/
.pt-1 {
padding-top: 1px;
}
.pt-2 {
padding-top: 2px;
}
.pt-3 {
padding-top: 3px;
}
.pt-4 {
padding-top: 4px;
}
.pt-5 {
padding-top: 5px;
}
.pt-6 {
padding-top: 6px;
}
.pt-7 {
padding-top: 7px;
}
.pt-8 {
padding-top: 8px;
}
.pt-9 {
padding-top: 9px;
}
.pt-10 {
padding-top: 10px;
}
.pt-11 {
padding-top: 11px;
}
.pt-12 {
padding-top: 12px;
}
.pt-13 {
padding-top: 13px;
}
.pt-14 {
padding-top: 14px;
}
.pt-15 {
padding-top: 15px;
}
.pt-16 {
padding-top: 16px;
}
.pt-17 {
padding-top: 17px;
}
.pt-18 {
padding-top: 18px;
}
.pt-19 {
padding-top: 19px;
}
.pt-20 {
padding-top: 20px;
}
.pt-21 {
padding-top: 21px;
}
.pt-22 {
padding-top: 22px;
}
.pt-23 {
padding-top: 23px;
}
.pt-24 {
padding-top: 24px;
}
.pt-25 {
padding-top: 25px;
}
.pt-26 {
padding-top: 26px;
}
.pt-27 {
padding-top: 27px;
}
.pt-28 {
padding-top: 28px;
}
.pt-29 {
padding-top: 29px;
}
.pt-30 {
padding-top: 30px;
}
.pt-31 {
padding-top: 31px;
}
.pt-32 {
padding-top: 32px;
}
.pt-33 {
padding-top: 33px;
}
.pt-34 {
padding-top: 34px;
}
.pt-35 {
padding-top: 35px;
}
.pt-36 {
padding-top: 36px;
}
.pt-37 {
padding-top: 37px;
}
.pt-38 {
padding-top: 38px;
}
.pt-39 {
padding-top: 39px;
}
.pt-40 {
padding-top: 40px;
}
.pt-41 {
padding-top: 41px;
}
.pt-42 {
padding-top: 42px;
}
.pt-43 {
padding-top: 43px;
}
.pt-44 {
padding-top: 44px;
}
.pt-45 {
padding-top: 45px;
}
.pt-46 {
padding-top: 46px;
}
.pt-47 {
padding-top: 47px;
}
.pt-48 {
padding-top: 48px;
}
.pt-49 {
padding-top: 49px;
}
.pt-50 {
padding-top: 50px;
}
.pt-51 {
padding-top: 51px;
}
.pt-52 {
padding-top: 52px;
}
.pt-53 {
padding-top: 53px;
}
.pt-54 {
padding-top: 54px;
}
.pt-55 {
padding-top: 55px;
}
.pt-56 {
padding-top: 56px;
}
.pt-57 {
padding-top: 57px;
}
.pt-58 {
padding-top: 58px;
}
.pt-59 {
padding-top: 59px;
}
.pt-60 {
padding-top: 60px;
}
.pt-61 {
padding-top: 61px;
}
.pt-62 {
padding-top: 62px;
}
.pt-63 {
padding-top: 63px;
}
.pt-64 {
padding-top: 64px;
}
.pt-65 {
padding-top: 65px;
}
.pt-66 {
padding-top: 66px;
}
.pt-67 {
padding-top: 67px;
}
.pt-68 {
padding-top: 68px;
}
.pt-69 {
padding-top: 69px;
}
.pt-70 {
padding-top: 70px;
}
.pt-71 {
padding-top: 71px;
}
.pt-72 {
padding-top: 72px;
}
.pt-73 {
padding-top: 73px;
}
.pt-74 {
padding-top: 74px;
}
.pt-75 {
padding-top: 75px;
}
.pt-76 {
padding-top: 76px;
}
.pt-77 {
padding-top: 77px;
}
.pt-78 {
padding-top: 78px;
}
.pt-79 {
padding-top: 79px;
}
.pt-80 {
padding-top: 80px;
}
.pt-81 {
padding-top: 81px;
}
.pt-82 {
padding-top: 82px;
}
.pt-83 {
padding-top: 83px;
}
.pt-84 {
padding-top: 84px;
}
.pt-85 {
padding-top: 85px;
}
.pt-86 {
padding-top: 86px;
}
.pt-87 {
padding-top: 87px;
}
.pt-88 {
padding-top: 88px;
}
.pt-89 {
padding-top: 89px;
}
.pt-90 {
padding-top: 90px;
}
.pt-91 {
padding-top: 91px;
}
.pt-92 {
padding-top: 92px;
}
.pt-93 {
padding-top: 93px;
}
.pt-94 {
padding-top: 94px;
}
.pt-95 {
padding-top: 95px;
}
.pt-96 {
padding-top: 96px;
}
.pt-97 {
padding-top: 97px;
}
.pt-98 {
padding-top: 98px;
}
.pt-99 {
padding-top: 99px;
}
.pt-100 {
padding-top: 100px;
}
.pt-101 {
padding-top: 101px;
}
.pt-102 {
padding-top: 102px;
}
.pt-103 {
padding-top: 103px;
}
.pt-104 {
padding-top: 104px;
}
.pt-105 {
padding-top: 105px;
}
.pt-106 {
padding-top: 106px;
}
.pt-107 {
padding-top: 107px;
}
.pt-108 {
padding-top: 108px;
}
.pt-109 {
padding-top: 109px;
}
.pt-110 {
padding-top: 110px;
}
.pt-111 {
padding-top: 111px;
}
.pt-112 {
padding-top: 112px;
}
.pt-113 {
padding-top: 113px;
}
.pt-114 {
padding-top: 114px;
}
.pt-115 {
padding-top: 115px;
}
.pt-116 {
padding-top: 116px;
}
.pt-117 {
padding-top: 117px;
}
.pt-118 {
padding-top: 118px;
}
.pt-119 {
padding-top: 119px;
}
.pt-120 {
padding-top: 120px;
}
.pt-121 {
padding-top: 121px;
}
.pt-122 {
padding-top: 122px;
}
.pt-123 {
padding-top: 123px;
}
.pt-124 {
padding-top: 124px;
}
.pt-125 {
padding-top: 125px;
}
.pt-126 {
padding-top: 126px;
}
.pt-127 {
padding-top: 127px;
}
.pt-128 {
padding-top: 128px;
}
.pt-129 {
padding-top: 129px;
}
.pt-130 {
padding-top: 130px;
}
.pt-131 {
padding-top: 131px;
}
.pt-132 {
padding-top: 132px;
}
.pt-133 {
padding-top: 133px;
}
.pt-134 {
padding-top: 134px;
}
.pt-135 {
padding-top: 135px;
}
.pt-136 {
padding-top: 136px;
}
.pt-137 {
padding-top: 137px;
}
.pt-138 {
padding-top: 138px;
}
.pt-139 {
padding-top: 139px;
}
.pt-140 {
padding-top: 140px;
}
.pt-141 {
padding-top: 141px;
}
.pt-142 {
padding-top: 142px;
}
.pt-143 {
padding-top: 143px;
}
.pt-144 {
padding-top: 144px;
}
.pt-145 {
padding-top: 145px;
}
.pt-146 {
padding-top: 146px;
}
.pt-147 {
padding-top: 147px;
}
.pt-148 {
padding-top: 148px;
}
.pt-149 {
padding-top: 149px;
}
.pt-150 {
padding-top: 150px;
}
/*-- Padding Bottom --*/
.pb-1 {
padding-bottom: 1px;
}
.pb-2 {
padding-bottom: 2px;
}
.pb-3 {
padding-bottom: 3px;
}
.pb-4 {
padding-bottom: 4px;
}
.pb-5 {
padding-bottom: 5px;
}
.pb-6 {
padding-bottom: 6px;
}
.pb-7 {
padding-bottom: 7px;
}
.pb-8 {
padding-bottom: 8px;
}
.pb-9 {
padding-bottom: 9px;
}
.pb-10 {
padding-bottom: 10px;
}
.pb-11 {
padding-bottom: 11px;
}
.pb-12 {
padding-bottom: 12px;
}
.pb-13 {
padding-bottom: 13px;
}
.pb-14 {
padding-bottom: 14px;
}
.pb-15 {
padding-bottom: 15px;
}
.pb-16 {
padding-bottom: 16px;
}
.pb-17 {
padding-bottom: 17px;
}
.pb-18 {
padding-bottom: 18px;
}
.pb-19 {
padding-bottom: 19px;
}
.pb-20 {
padding-bottom: 20px;
}
.pb-21 {
padding-bottom: 21px;
}
.pb-22 {
padding-bottom: 22px;
}
.pb-23 {
padding-bottom: 23px;
}
.pb-24 {
padding-bottom: 24px;
}
.pb-25 {
padding-bottom: 25px;
}
.pb-26 {
padding-bottom: 26px;
}
.pb-27 {
padding-bottom: 27px;
}
.pb-28 {
padding-bottom: 28px;
}
.pb-29 {
padding-bottom: 29px;
}
.pb-30 {
padding-bottom: 30px;
}
.pb-31 {
padding-bottom: 31px;
}
.pb-32 {
padding-bottom: 32px;
}
.pb-33 {
padding-bottom: 33px;
}
.pb-34 {
padding-bottom: 34px;
}
.pb-35 {
padding-bottom: 35px;
}
.pb-36 {
padding-bottom: 36px;
}
.pb-37 {
padding-bottom: 37px;
}
.pb-38 {
padding-bottom: 38px;
}
.pb-39 {
padding-bottom: 39px;
}
.pb-40 {
padding-bottom: 40px;
}
.pb-41 {
padding-bottom: 41px;
}
.pb-42 {
padding-bottom: 42px;
}
.pb-43 {
padding-bottom: 43px;
}
.pb-44 {
padding-bottom: 44px;
}
.pb-45 {
padding-bottom: 45px;
}
.pb-46 {
padding-bottom: 46px;
}
.pb-47 {
padding-bottom: 47px;
}
.pb-48 {
padding-bottom: 48px;
}
.pb-49 {
padding-bottom: 49px;
}
.pb-50 {
padding-bottom: 50px;
}
.pb-51 {
padding-bottom: 51px;
}
.pb-52 {
padding-bottom: 52px;
}
.pb-53 {
padding-bottom: 53px;
}
.pb-54 {
padding-bottom: 54px;
}
.pb-55 {
padding-bottom: 55px;
}
.pb-56 {
padding-bottom: 56px;
}
.pb-57 {
padding-bottom: 57px;
}
.pb-58 {
padding-bottom: 58px;
}
.pb-59 {
padding-bottom: 59px;
}
.pb-60 {
padding-bottom: 60px;
}
.pb-61 {
padding-bottom: 61px;
}
.pb-62 {
padding-bottom: 62px;
}
.pb-63 {
padding-bottom: 63px;
}
.pb-64 {
padding-bottom: 64px;
}
.pb-65 {
padding-bottom: 65px;
}
.pb-66 {
padding-bottom: 66px;
}
.pb-67 {
padding-bottom: 67px;
}
.pb-68 {
padding-bottom: 68px;
}
.pb-69 {
padding-bottom: 69px;
}
.pb-70 {
padding-bottom: 70px;
}
.pb-71 {
padding-bottom: 71px;
}
.pb-72 {
padding-bottom: 72px;
}
.pb-73 {
padding-bottom: 73px;
}
.pb-74 {
padding-bottom: 74px;
}
.pb-75 {
padding-bottom: 75px;
}
.pb-76 {
padding-bottom: 76px;
}
.pb-77 {
padding-bottom: 77px;
}
.pb-78 {
padding-bottom: 78px;
}
.pb-79 {
padding-bottom: 79px;
}
.pb-80 {
padding-bottom: 80px;
}
.pb-81 {
padding-bottom: 81px;
}
.pb-82 {
padding-bottom: 82px;
}
.pb-83 {
padding-bottom: 83px;
}
.pb-84 {
padding-bottom: 84px;
}
.pb-85 {
padding-bottom: 85px;
}
.pb-86 {
padding-bottom: 86px;
}
.pb-87 {
padding-bottom: 87px;
}
.pb-88 {
padding-bottom: 88px;
}
.pb-89 {
padding-bottom: 89px;
}
.pb-90 {
padding-bottom: 90px;
}
.pb-91 {
padding-bottom: 91px;
}
.pb-92 {
padding-bottom: 92px;
}
.pb-93 {
padding-bottom: 93px;
}
.pb-94 {
padding-bottom: 94px;
}
.pb-95 {
padding-bottom: 95px;
}
.pb-96 {
padding-bottom: 96px;
}
.pb-97 {
padding-bottom: 97px;
}
.pb-98 {
padding-bottom: 98px;
}
.pb-99 {
padding-bottom: 99px;
}
.pb-100 {
padding-bottom: 100px;
}
.pb-101 {
padding-bottom: 101px;
}
.pb-102 {
padding-bottom: 102px;
}
.pb-103 {
padding-bottom: 103px;
}
.pb-104 {
padding-bottom: 104px;
}
.pb-105 {
padding-bottom: 105px;
}
.pb-106 {
padding-bottom: 106px;
}
.pb-107 {
padding-bottom: 107px;
}
.pb-108 {
padding-bottom: 108px;
}
.pb-109 {
padding-bottom: 109px;
}
.pb-110 {
padding-bottom: 110px;
}
.pb-111 {
padding-bottom: 111px;
}
.pb-112 {
padding-bottom: 112px;
}
.pb-113 {
padding-bottom: 113px;
}
.pb-114 {
padding-bottom: 114px;
}
.pb-115 {
padding-bottom: 115px;
}
.pb-116 {
padding-bottom: 116px;
}
.pb-117 {
padding-bottom: 117px;
}
.pb-118 {
padding-bottom: 118px;
}
.pb-119 {
padding-bottom: 119px;
}
.pb-120 {
padding-bottom: 120px;
}
.pb-121 {
padding-bottom: 121px;
}
.pb-122 {
padding-bottom: 122px;
}
.pb-123 {
padding-bottom: 123px;
}
.pb-124 {
padding-bottom: 124px;
}
.pb-125 {
padding-bottom: 125px;
}
.pb-126 {
padding-bottom: 126px;
}
.pb-127 {
padding-bottom: 127px;
}
.pb-128 {
padding-bottom: 128px;
}
.pb-129 {
padding-bottom: 129px;
}
.pb-130 {
padding-bottom: 130px;
}
.pb-131 {
padding-bottom: 131px;
}
.pb-132 {
padding-bottom: 132px;
}
.pb-133 {
padding-bottom: 133px;
}
.pb-134 {
padding-bottom: 134px;
}
.pb-135 {
padding-bottom: 135px;
}
.pb-136 {
padding-bottom: 136px;
}
.pb-137 {
padding-bottom: 137px;
}
.pb-138 {
padding-bottom: 138px;
}
.pb-139 {
padding-bottom: 139px;
}
.pb-140 {
padding-bottom: 140px;
}
.pb-141 {
padding-bottom: 141px;
}
.pb-142 {
padding-bottom: 142px;
}
.pb-143 {
padding-bottom: 143px;
}
.pb-144 {
padding-bottom: 144px;
}
.pb-145 {
padding-bottom: 145px;
}
.pb-146 {
padding-bottom: 146px;
}
.pb-147 {
padding-bottom: 147px;
}
.pb-148 {
padding-bottom: 148px;
}
.pb-149 {
padding-bottom: 149px;
}
.pb-150 {
padding-bottom: 150px;
}
/*-- Padding Left --*/
.pl-1 {
padding-left: 1px;
}
.pl-2 {
padding-left: 2px;
}
.pl-3 {
padding-left: 3px;
}
.pl-4 {
padding-left: 4px;
}
.pl-5 {
padding-left: 5px;
}
.pl-6 {
padding-left: 6px;
}
.pl-7 {
padding-left: 7px;
}
.pl-8 {
padding-left: 8px;
}
.pl-9 {
padding-left: 9px;
}
.pl-10 {
padding-left: 10px;
}
.pl-11 {
padding-left: 11px;
}
.pl-12 {
padding-left: 12px;
}
.pl-13 {
padding-left: 13px;
}
.pl-14 {
padding-left: 14px;
}
.pl-15 {
padding-left: 15px;
}
.pl-16 {
padding-left: 16px;
}
.pl-17 {
padding-left: 17px;
}
.pl-18 {
padding-left: 18px;
}
.pl-19 {
padding-left: 19px;
}
.pl-20 {
padding-left: 20px;
}
.pl-21 {
padding-left: 21px;
}
.pl-22 {
padding-left: 22px;
}
.pl-23 {
padding-left: 23px;
}
.pl-24 {
padding-left: 24px;
}
.pl-25 {
padding-left: 25px;
}
.pl-26 {
padding-left: 26px;
}
.pl-27 {
padding-left: 27px;
}
.pl-28 {
padding-left: 28px;
}
.pl-29 {
padding-left: 29px;
}
.pl-30 {
padding-left: 30px;
}
.pl-31 {
padding-left: 31px;
}
.pl-32 {
padding-left: 32px;
}
.pl-33 {
padding-left: 33px;
}
.pl-34 {
padding-left: 34px;
}
.pl-35 {
padding-left: 35px;
}
.pl-36 {
padding-left: 36px;
}
.pl-37 {
padding-left: 37px;
}
.pl-38 {
padding-left: 38px;
}
.pl-39 {
padding-left: 39px;
}
.pl-40 {
padding-left: 40px;
}
.pl-41 {
padding-left: 41px;
}
.pl-42 {
padding-left: 42px;
}
.pl-43 {
padding-left: 43px;
}
.pl-44 {
padding-left: 44px;
}
.pl-45 {
padding-left: 45px;
}
.pl-46 {
padding-left: 46px;
}
.pl-47 {
padding-left: 47px;
}
.pl-48 {
padding-left: 48px;
}
.pl-49 {
padding-left: 49px;
}
.pl-50 {
padding-left: 50px;
}
.pl-51 {
padding-left: 51px;
}
.pl-52 {
padding-left: 52px;
}
.pl-53 {
padding-left: 53px;
}
.pl-54 {
padding-left: 54px;
}
.pl-55 {
padding-left: 55px;
}
.pl-56 {
padding-left: 56px;
}
.pl-57 {
padding-left: 57px;
}
.pl-58 {
padding-left: 58px;
}
.pl-59 {
padding-left: 59px;
}
.pl-60 {
padding-left: 60px;
}
.pl-61 {
padding-left: 61px;
}
.pl-62 {
padding-left: 62px;
}
.pl-63 {
padding-left: 63px;
}
.pl-64 {
padding-left: 64px;
}
.pl-65 {
padding-left: 65px;
}
.pl-66 {
padding-left: 66px;
}
.pl-67 {
padding-left: 67px;
}
.pl-68 {
padding-left: 68px;
}
.pl-69 {
padding-left: 69px;
}
.pl-70 {
padding-left: 70px;
}
.pl-71 {
padding-left: 71px;
}
.pl-72 {
padding-left: 72px;
}
.pl-73 {
padding-left: 73px;
}
.pl-74 {
padding-left: 74px;
}
.pl-75 {
padding-left: 75px;
}
.pl-76 {
padding-left: 76px;
}
.pl-77 {
padding-left: 77px;
}
.pl-78 {
padding-left: 78px;
}
.pl-79 {
padding-left: 79px;
}
.pl-80 {
padding-left: 80px;
}
.pl-81 {
padding-left: 81px;
}
.pl-82 {
padding-left: 82px;
}
.pl-83 {
padding-left: 83px;
}
.pl-84 {
padding-left: 84px;
}
.pl-85 {
padding-left: 85px;
}
.pl-86 {
padding-left: 86px;
}
.pl-87 {
padding-left: 87px;
}
.pl-88 {
padding-left: 88px;
}
.pl-89 {
padding-left: 89px;
}
.pl-90 {
padding-left: 90px;
}
.pl-91 {
padding-left: 91px;
}
.pl-92 {
padding-left: 92px;
}
.pl-93 {
padding-left: 93px;
}
.pl-94 {
padding-left: 94px;
}
.pl-95 {
padding-left: 95px;
}
.pl-96 {
padding-left: 96px;
}
.pl-97 {
padding-left: 97px;
}
.pl-98 {
padding-left: 98px;
}
.pl-99 {
padding-left: 99px;
}
.pl-100 {
padding-left: 100px;
}
.pl-101 {
padding-left: 101px;
}
.pl-102 {
padding-left: 102px;
}
.pl-103 {
padding-left: 103px;
}
.pl-104 {
padding-left: 104px;
}
.pl-105 {
padding-left: 105px;
}
.pl-106 {
padding-left: 106px;
}
.pl-107 {
padding-left: 107px;
}
.pl-108 {
padding-left: 108px;
}
.pl-109 {
padding-left: 109px;
}
.pl-110 {
padding-left: 110px;
}
.pl-111 {
padding-left: 111px;
}
.pl-112 {
padding-left: 112px;
}
.pl-113 {
padding-left: 113px;
}
.pl-114 {
padding-left: 114px;
}
.pl-115 {
padding-left: 115px;
}
.pl-116 {
padding-left: 116px;
}
.pl-117 {
padding-left: 117px;
}
.pl-118 {
padding-left: 118px;
}
.pl-119 {
padding-left: 119px;
}
.pl-120 {
padding-left: 120px;
}
.pl-121 {
padding-left: 121px;
}
.pl-122 {
padding-left: 122px;
}
.pl-123 {
padding-left: 123px;
}
.pl-124 {
padding-left: 124px;
}
.pl-125 {
padding-left: 125px;
}
.pl-126 {
padding-left: 126px;
}
.pl-127 {
padding-left: 127px;
}
.pl-128 {
padding-left: 128px;
}
.pl-129 {
padding-left: 129px;
}
.pl-130 {
padding-left: 130px;
}
/*-- Padding Right --*/
.pr-1 {
padding-right: 1px;
}
.pr-2 {
padding-right: 2px;
}
.pr-3 {
padding-right: 3px;
}
.pr-4 {
padding-right: 4px;
}
.pr-5 {
padding-right: 5px;
}
.pr-6 {
padding-right: 6px;
}
.pr-7 {
padding-right: 7px;
}
.pr-8 {
padding-right: 8px;
}
.pr-9 {
padding-right: 9px;
}
.pr-10 {
padding-right: 10px;
}
.pr-11 {
padding-right: 11px;
}
.pr-12 {
padding-right: 12px;
}
.pr-13 {
padding-right: 13px;
}
.pr-14 {
padding-right: 14px;
}
.pr-15 {
padding-right: 15px;
}
.pr-16 {
padding-right: 16px;
}
.pr-17 {
padding-right: 17px;
}
.pr-18 {
padding-right: 18px;
}
.pr-19 {
padding-right: 19px;
}
.pr-20 {
padding-right: 20px;
}
.pr-21 {
padding-right: 21px;
}
.pr-22 {
padding-right: 22px;
}
.pr-23 {
padding-right: 23px;
}
.pr-24 {
padding-right: 24px;
}
.pr-25 {
padding-right: 25px;
}
.pr-26 {
padding-right: 26px;
}
.pr-27 {
padding-right: 27px;
}
.pr-28 {
padding-right: 28px;
}
.pr-29 {
padding-right: 29px;
}
.pr-30 {
padding-right: 30px;
}
.pr-31 {
padding-right: 31px;
}
.pr-32 {
padding-right: 32px;
}
.pr-33 {
padding-right: 33px;
}
.pr-34 {
padding-right: 34px;
}
.pr-35 {
padding-right: 35px;
}
.pr-36 {
padding-right: 36px;
}
.pr-37 {
padding-right: 37px;
}
.pr-38 {
padding-right: 38px;
}
.pr-39 {
padding-right: 39px;
}
.pr-40 {
padding-right: 40px;
}
.pr-41 {
padding-right: 41px;
}
.pr-42 {
padding-right: 42px;
}
.pr-43 {
padding-right: 43px;
}
.pr-44 {
padding-right: 44px;
}
.pr-45 {
padding-right: 45px;
}
.pr-46 {
padding-right: 46px;
}
.pr-47 {
padding-right: 47px;
}
.pr-48 {
padding-right: 48px;
}
.pr-49 {
padding-right: 49px;
}
.pr-50 {
padding-right: 50px;
}
.pr-51 {
padding-right: 51px;
}
.pr-52 {
padding-right: 52px;
}
.pr-53 {
padding-right: 53px;
}
.pr-54 {
padding-right: 54px;
}
.pr-55 {
padding-right: 55px;
}
.pr-56 {
padding-right: 56px;
}
.pr-57 {
padding-right: 57px;
}
.pr-58 {
padding-right: 58px;
}
.pr-59 {
padding-right: 59px;
}
.pr-60 {
padding-right: 60px;
}
.pr-61 {
padding-right: 61px;
}
.pr-62 {
padding-right: 62px;
}
.pr-63 {
padding-right: 63px;
}
.pr-64 {
padding-right: 64px;
}
.pr-65 {
padding-right: 65px;
}
.pr-66 {
padding-right: 66px;
}
.pr-67 {
padding-right: 67px;
}
.pr-68 {
padding-right: 68px;
}
.pr-69 {
padding-right: 69px;
}
.pr-70 {
padding-right: 70px;
}
.pr-71 {
padding-right: 71px;
}
.pr-72 {
padding-right: 72px;
}
.pr-73 {
padding-right: 73px;
}
.pr-74 {
padding-right: 74px;
}
.pr-75 {
padding-right: 75px;
}
.pr-76 {
padding-right: 76px;
}
.pr-77 {
padding-right: 77px;
}
.pr-78 {
padding-right: 78px;
}
.pr-79 {
padding-right: 79px;
}
.pr-80 {
padding-right: 80px;
}
.pr-81 {
padding-right: 81px;
}
.pr-82 {
padding-right: 82px;
}
.pr-83 {
padding-right: 83px;
}
.pr-84 {
padding-right: 84px;
}
.pr-85 {
padding-right: 85px;
}
.pr-86 {
padding-right: 86px;
}
.pr-87 {
padding-right: 87px;
}
.pr-88 {
padding-right: 88px;
}
.pr-89 {
padding-right: 89px;
}
.pr-90 {
padding-right: 90px;
}
.pr-91 {
padding-right: 91px;
}
.pr-92 {
padding-right: 92px;
}
.pr-93 {
padding-right: 93px;
}
.pr-94 {
padding-right: 94px;
}
.pr-95 {
padding-right: 95px;
}
.pr-96 {
padding-right: 96px;
}
.pr-97 {
padding-right: 97px;
}
.pr-98 {
padding-right: 98px;
}
.pr-99 {
padding-right: 99px;
}
.pr-100 {
padding-right: 100px;
}
.pr-101 {
padding-right: 101px;
}
.pr-102 {
padding-right: 102px;
}
.pr-103 {
padding-right: 103px;
}
.pr-104 {
padding-right: 104px;
}
.pr-105 {
padding-right: 105px;
}
.pr-106 {
padding-right: 106px;
}
.pr-107 {
padding-right: 107px;
}
.pr-108 {
padding-right: 108px;
}
.pr-109 {
padding-right: 109px;
}
.pr-110 {
padding-right: 110px;
}
.pr-111 {
padding-right: 111px;
}
.pr-112 {
padding-right: 112px;
}
.pr-113 {
padding-right: 113px;
}
.pr-114 {
padding-right: 114px;
}
.pr-115 {
padding-right: 115px;
}
.pr-116 {
padding-right: 116px;
}
.pr-117 {
padding-right: 117px;
}
.pr-118 {
padding-right: 118px;
}
.pr-119 {
padding-right: 119px;
}
.pr-120 {
padding-right: 120px;
}
.pr-121 {
padding-right: 121px;
}
.pr-122 {
padding-right: 122px;
}
.pr-123 {
padding-right: 123px;
}
.pr-124 {
padding-right: 124px;
}
.pr-125 {
padding-right: 125px;
}
.pr-126 {
padding-right: 126px;
}
.pr-127 {
padding-right: 127px;
}
.pr-128 {
padding-right: 128px;
}
.pr-129 {
padding-right: 129px;
}
.pr-130 {
padding-right: 130px;
}
.pt-270 {
padding-top: 190px;
}
.pt-220 {
padding-top: 220px;
}
@media (max-width: 767px) {
.pt-220 {
padding-top: 170px;
}
}
.pb-207 {
padding-bottom: 207px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.pb-207 {
padding-bottom: 120px;
}
}
.pt-250 {
padding-top: 250px;
}
.pt-350 {
padding-top: 350px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.pt-350 {
padding-top: 240px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.pt-350 {
padding-top: 200px;
}
}
@media (max-width: 767px) {
.pt-350 {
padding-top: 180px;
}
}
.pb-290 {
padding-bottom: 250px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.pb-290 {
padding-bottom: 200px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.pb-290 {
padding-bottom: 170px;
}
}
@media (max-width: 767px) {
.pb-290 {
padding-bottom: 100px;
}
}
.pb-190 {
padding-bottom: 190px;
}
.pl-240 {
padding-left: 240px;
}
.pb-170 {
padding-bottom: 170px;
}
.pt-210 {
padding-top: 210px;
}
.plr-115 {
padding-left: 115px;
padding-right: 115px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.plr-115 {
padding-left: 70px;
padding-right: 70px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.plr-115 {
padding-left: 0px;
padding-right: 0px;
}
}
.plr-210 {
padding-left: 210px;
padding-right: 210px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.plr-210 {
padding-left: 100px;
padding-right: 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.plr-210 {
padding-left: 50px;
padding-right: 50px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.plr-210 {
padding-left: 30px;
padding-right: 30px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.plr-210 {
padding-left: 0px;
padding-right: 0px;
}
}
.plr-85 {
padding-left: 85px;
padding-right: 85px;
}
.pb-240 {
padding-bottom: 240px;
}
.ml-110 {
margin-left: -110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.ml-110 {
margin-left: -90px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-110 {
margin-left: -90px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.ml-110 {
margin-left: 0px;
}
}
.ml-140 {
margin-left: 140px;
}
/* HEADER CSS */
/*----------------------------------------*/
/* 3.1 Header Style 1
/*----------------------------------------*/
.header-sticky {
position: fixed;
top: 0;
left: 0;
right: 0;
opacity: 1;
width: 100%;
z-index: 999;
visibility: visible;
background-color: var(--mt-common-black);
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
-webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
.mt-transparent-header {
position: absolute !important;
top: 0;
left: 0;
right: 0;
z-index: 99;
}
.mt-header-border {
border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.mt-header-top-border {
border-bottom: 1px solid var(--mt-border-2);
margin-bottom: 20px;
}
.mt-header-top.mtbgbefore::before {
content: "";
position: absolute;
right: 0;
top: 0;
background: var(--mt-common-black);
width: 22%;
height: 100%;
z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mt-header-top.mtbgbefore::before {
width: 12%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-header-top.mtbgbefore::before {
width: 12%;
}
}
.mt-header-top-item ul li {
display: inline-block;
margin-right: 30px;
}
.mt-header-top-item ul li:last-child {
margin-right: 0px;
}
.mt-header-top-item ul li a {
font-size: 16px;
color: var(--mt-common-white);
}
.mt-header-top-item ul li a span {
color: var(--mt-theme-1);
margin: 0 2px;
}
.mt-header-top-social a {
font-size: 20px;
color: var(--mt-common-white);
margin: 0 7px;
}
.mt-header-top-search button {
position: absolute;
left: -10px;
top: 50%;
transform: translateY(-50%);
font-size: 18px;
color: #fff;
}
.mt-header-top-search input {
border: none;
color: var(--mt-common-white);
height: inherit;
line-height: inherit;
}
.mt-header-top-search input::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #ffffff;
}
.mt-header-top-search input::-moz-placeholder {
/* Firefox 19+ */
color: #ffffff;
}
.mt-header-top-search input:-moz-placeholder {
/* Firefox 4-18 */
color: #ffffff;
}
.mt-header-top-search input:-ms-input-placeholder {
/* IE 10+ Edge*/
color: #ffffff;
}
.mt-header-top-search input::placeholder {
/* MODERN BROWSER */
color: #ffffff;
}
.mt-header-menu ul li {
display: inline-block;
color: var(--mt-common-white);
position: relative;
margin-right: 25px;
padding: 18px 0;
}
.mt-header-menu ul li:last-child {
margin-right: 0;
}
.mt-header-menu ul li.dropdown:after {
content: "\f107";
font-family: var(--mt-ff-fontawesome);
font-weight: 500;
font-size: 15px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
margin-left: 5px;
}
.mt-header-menu ul li.dropdown:hover::after {
content: "\f106";
color: var(--mt-theme-1);
}
.mt-header-menu ul li a {
color: var(--mt-common-white);
font-size: 16px;
padding: 8px 0;
display: inline-block;
position: relative;
}
.mt-header-menu ul li a::before {
content: "";
width: 100%;
height: 1px;
background-color: var(--mt-theme-1);
position: absolute;
bottom: 0;
left: -20px;
opacity: 0;
visibility: hidden;
transition: 0.4s;
overflow: hidden;
}
.mt-header-menu ul li .sub-menu {
position: absolute;
width: 260px;
top: 100%;
left: 0;
background: var(--mt-common-white);
padding: 16px 0;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
opacity: 0;
visibility: hidden;
overflow: hidden;
z-index: 2;
border-radius: 0 0 14px 14px;
transform-origin: top;
transition: 0.1s;
transform-origin: 0 0;
transform: scale(1, 0);
backdrop-filter: blur(40px);
background: rgba(255, 255, 255, 0.9);
box-shadow: 0 2px 6px 0 rgba(19, 19, 22, 0.1);
}
.mt-header-menu ul li .sub-menu li {
margin-right: 0;
display: block;
padding: 0;
}
.mt-header-menu ul li .sub-menu li.dropdown:after {
color: #000;
position: absolute;
right: 15px;
bottom: 5px;
}
.mt-header-menu ul li .sub-menu li a {
color: var(--mt-common-black);
display: block;
padding: 8px 25px;
font-size: 16px;
}
.mt-header-menu ul li .sub-menu li .sub-menu {
left: 100%;
top: 100%;
opacity: 0;
visibility: hidden;
transition: 0.1s;
transform: scale(1, 0);
}
.mt-header-menu ul li .sub-menu li:hover > .sub-menu {
opacity: 1;
visibility: visible;
transition-duration: 0.2s;
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
.mt-header-menu ul li:hover > a::before {
opacity: 1;
visibility: visible;
left: 0;
}
.mt-header-menu ul li:hover .sub-menu {
opacity: 1;
visibility: visible;
transition-duration: 0.2s;
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
.mt-header-right {
display: flex;
align-items: center;
justify-content: end;
}
.mt-header-contact a {
color: #fff;
font-size: 16px;
font-weight: 600;
}
.mt-header-contact a span {
margin-right: 10px;
font-size: 20px;
}
.mt-header-search button {
border: 1px solid var(--mt-border-2);
border-radius: 50px;
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
font-size: 17px;
}
.mt-header-bar button {
border: 1px solid var(--mt-border-2);
border-radius: 50px;
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
font-size: 17px;
color: var(--mt-common-white);
}
/*----------------------------------------*/
/* 4.1 Main menu css
/*----------------------------------------*/
.mt-main-menu ul > li:hover .mt-mega-menu {
opacity: 1;
visibility: visible;
top: 100%;
transition-duration: 0.2s;
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
.mt-mega-menu {
position: absolute;
top: 105%;
left: 0;
width: 900px;
background: #fff;
padding: 15px 15px;
padding-bottom: 0;
opacity: 0;
visibility: hidden;
transition: 0.4s;
border-radius: 0 0 14px 14px;
transform-origin: top;
transition: 0.1s;
transform-origin: 0 0;
transform: scale(1, 0);
backdrop-filter: blur(40px);
background: rgba(255, 255, 255, 0.9);
box-shadow: 0 2px 6px 0 rgba(19, 19, 22, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-mega-menu {
width: 900px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-mega-menu {
width: auto;
opacity: 1;
visibility: visible;
transition: none;
position: static;
display: none;
}
}
.mt-mega-menu .mt-home-menu a {
padding: 0;
}
.mt-home-title {
font-size: 17px;
margin-top: 19px;
margin-bottom: 0;
transition: 0.3s;
color: var(--mt-common-black);
}
.mt-home-title:hover {
color: var(--mt-theme-2);
}
.homemenu-btn {
position: absolute;
bottom: 20%;
left: 0;
right: 0;
text-align: center;
opacity: 0;
visibility: hidden;
transition: 0.4s;
}
.mt-home-thumb {
position: relative;
border: 1px solid rgba(0, 0, 0, 0.1);
text-align: center;
}
.mt-home-thumb img {
box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
}
.mt-home-thumb:hover .homemenu-btn {
opacity: 1;
visibility: visible;
bottom: 50%;
transform: translateY(50%);
}
.mt-megamenu-wrapper {
position: absolute;
transition: 0.3s;
opacity: 0;
visibility: hidden;
padding-top: 45px;
top: 100%;
left: 0;
right: 0;
max-width: 1460px;
z-index: 99;
margin: 0 auto;
overflow: hidden;
border-radius: 0 0 14px 14px;
transform-origin: top;
transition: 0.1s;
transform-origin: 0 0;
transform: scale(1, 0);
backdrop-filter: blur(40px);
background: rgba(255, 255, 255, 0.9);
box-shadow: 0 2px 6px 0 rgba(19, 19, 22, 0.1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-megamenu-wrapper {
max-width: calc(100% - 40px);
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-megamenu-wrapper {
padding-top: 25px;
}
}
.mt-megamenu-wrapper.megamenu-black-bg {
backdrop-filter: blur(40px);
background: rgba(38, 37, 40, 0.9);
box-shadow: 0 20px 30px -8px rgba(19, 19, 22, 0.1);
}
.mt-megamenu-wrapper.megamenu-black-bg .mt-megamenu-title {
color: #111013;
border-bottom: 1px solid #F3F3F6;
}
.mt-megamenu-wrapper.megamenu-black-bg .mt-megamenu-list ul::after {
background-color: #F3F3F6;
}
.mt-megamenu-wrapper.megamenu-black-bg .mt-megamenu-list ul li a {
color: #636368;
}
.mt-megamenu-wrapper.megamenu-black-bg .mt-megamenu-list ul li a:hover {
background-color: #f8f8fb;
color: var(--mt-common-black);
}
.mt-megamenu-title {
font-weight: 600;
font-size: 16px;
line-height: 1;
margin-bottom: 0;
padding-left: 40px;
padding-bottom: 25px;
text-align: start;
text-transform: uppercase;
word-spacing: 3.2px;
color: var(--mt-common-black);
border-bottom: 1px solid rgba(200, 200, 200, 0.3607843137);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mt-megamenu-title {
padding-left: 23px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-megamenu-title {
padding-left: 20px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-megamenu-title {
padding-left: 20px;
}
}
.mt-megamenu-list {
height: 100%;
}
.mt-megamenu-list ul {
position: relative;
height: 100%;
padding-top: 18px;
padding-bottom: 50px;
}
.mt-megamenu-list ul::after {
position: absolute;
content: "";
top: 0;
left: 0;
width: 1px;
height: 100%;
background-color: rgba(200, 200, 200, 0.3607843137);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-megamenu-list ul::after {
display: none;
}
}
.mt-megamenu-list ul li {
padding: 0px 20px;
margin: 0;
display: block;
}
.mt-megamenu-list ul li:not(:last-child) {
margin-bottom: 10px;
}
.mt-megamenu-list ul li a {
position: relative;
width: 100%;
font-weight: 400;
font-size: 16px;
line-height: 1;
color: rgba(0, 0, 0, 0.568627451);
padding: 10px 18px;
border-radius: 8px;
display: inline-block;
letter-spacing: -0.01em;
text-align: start;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mt-megamenu-list ul li a {
font-size: 14px;
padding: 12px 12px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-megamenu-list ul li a {
font-size: 14px;
padding: 12px 8px;
}
}
.mt-megamenu-list ul li a span {
font-size: 13px;
line-height: 1;
font-weight: 800;
padding: 6px 8px;
border-radius: 20px;
display: inline-block;
margin-left: 3px;
text-transform: capitalize;
letter-spacing: 0.7px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mt-megamenu-list ul li a span {
font-size: 8px;
padding: 5px 6px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-megamenu-list ul li a span {
display: none;
}
}
.mt-megamenu-list ul li a span.hot {
color: #FF535B;
background-color: rgba(255, 83, 91, 0.08);
}
.mt-megamenu-list ul li a span.new {
color: #01D2A1;
background-color: rgba(1, 210, 161, 0.08);
}
.mt-megamenu-list ul li a span.pop {
color: #2555FF;
background-color: rgba(37, 85, 255, 0.08);
}
.mt-megamenu-thumb {
height: 100%;
position: absolute;
top: 0;
right: 0;
width: 17%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-megamenu-thumb {
display: none;
}
}
.mt-megamenu-thumb img {
height: 100%;
object-fit: cover;
width: 100%;
overflow: hidden;
}
.mt-megamenu-wrapper ul li {
padding: 8px 22px !important;
text-align: start;
}
.mt-megamenu-wrapper ul li a {
color: #000;
display: inline !important;
}
.mt-megamenu-wrapper ul li:hover a {
color: #000 !important;
}
.mt-header-2-main-menu ul li.p-static {
position: static;
}
.mt-header-main-menu ul li.p-static {
position: static;
}
.mt-header-3-main-menu ul li.p-static {
position: static;
}
.mt-header-2-main-menu ul > li:hover .mt-megamenu-wrapper {
visibility: visible;
opacity: 1;
transition-duration: 0.2s;
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
.mt-header-main-menu ul > li:hover .mt-megamenu-wrapper {
visibility: visible;
opacity: 1;
transition-duration: 0.2s;
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
.mt-header-3-main-menu ul > li:hover .mt-megamenu-wrapper {
visibility: visible;
opacity: 1;
transition-duration: 0.2s;
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
/*----------------------------------------*/
/* 5.1 blog css start
/*----------------------------------------*/
.mtblog__item {
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mtblog__item:hover .mtblog__thumb::before {
-webkit-animation: shine 1s;
animation: shine 1s;
}
.mtblog__item:hover .mtblog__meta.mtmeta a {
border: 1px solid var(--mt-common-black);
background-color: var(--mt-common-black);
color: var(--mt-common-white);
}
.mtblog__item:hover .mtblog__meta.mtmeta a i {
transform: rotate(0deg);
}
.mtblog__meta cite {
width: 1px;
height: 10px;
display: inline-block;
background: #B9B9B9;
margin: 0 6px;
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
.mtblog__meta > a {
padding: 0px 24px;
height: 32px;
line-height: 32px;
border: 1px solid var(--mt-border-2);
display: inline-block;
border-radius: 50px;
color: #fff;
text-align: center;
font-size: 15px;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.mtblog__meta > a i {
transform: rotate(-30deg);
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.mtblog__meta > a:hover {
background: var(--mt-theme-1);
}
.mtblog__thumb {
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mtblog__thumb::before {
position: absolute;
top: 0;
left: -80%;
z-index: 2;
display: block;
content: "";
width: 50%;
height: 100%;
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
-webkit-transform: skewX(-25deg);
-ms-transform: skewX(-25deg);
transform: skewX(-25deg);
z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mtblog__thumb::before {
display: none;
}
}
.mtblog__title {
font-size: 24px;
}
.mtblog__btn a {
font-size: 16px;
font-weight: 600;
color: var(--mt-common-white);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mtblog__2 .mtblog__wrapper {
margin-right: 0;
margin-left: 0;
}
}
.mtblog__2 .mtblog__shape {
position: absolute;
bottom: 0;
right: 0;
animation: mttranslateY2 5s infinite alternate;
}
.mtblog__2 .mtblog__item:hover .mtblog__btn a {
text-decoration: underline;
color: var(--mt-theme-1);
}
.mtblog__3 .mtblog__line {
position: absolute;
display: none;
}
.mtblog__3 .mtblog__item {
border: 1px dashed var(--mt-border-1);
padding: 20px;
}
.mtblog__3 .mtblog__meta-date {
position: absolute;
top: 0;
left: 0;
}
.mtblog__3 .mtblog__meta-date span {
background-color: var(--mt-theme-1);
font-size: 16px;
font-weight: 700;
color: var(--mt-common-white);
display: inline-block;
padding: 16px 10px;
}
.mtblog__3 .mtblog__btn a {
text-decoration: underline;
color: var(--mt-theme-1);
}
/*----------------------------------------*/
/* 5.2 Postbox css
/*----------------------------------------*/
.mt-postbox-title {
color: var(--mt-common-white);
font-size: 42px;
}
.mt-postbox-title a:hover {
color: var(--mt-theme-1);
}
.mt-postbox-thumb-wrap {
display: flex;
gap: 24px;
}
.mt-postbox-meta span {
padding: 0px 24px;
height: 32px;
line-height: 32px;
border: 1px solid var(--mt-border-1);
display: inline-block;
border-radius: 50px;
color: #fff;
text-align: center;
font-size: 15px;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.mt-postbox-meta span a:hover {
color: var(--mt-theme-1);
}
.mt-postbox-meta span i {
margin-right: 2px;
font-size: 20px;
}
.mt-postbox-meta span:last-child:after {
display: none;
}
@media (max-width: 767px) {
.mt-postbox-title {
font-size: 30px;
}
}
.mt-postbox-details blockquote {
border: 1px solid var(--mt-border-1);
text-align: center;
border-radius: 20px;
padding: 40px;
}
@media (max-width: 767px) {
.mt-postbox-details blockquote {
padding: 30px;
}
}
.mt-postbox-details blockquote i {
font-size: 50px;
margin-bottom: 25px;
}
.mt-postbox-details blockquote p {
font-size: 30px;
font-family: var(--mt-ff-heading);
color: var(--mt-common-white);
line-height: 1.2;
margin-bottom: 30px;
}
@media (max-width: 767px) {
.mt-postbox-details blockquote p {
font-size: 20px;
}
}
.mt-postbox-details blockquote cite {
color: var(--mt-common-white);
font-size: 20px;
font-style: normal;
}
.mt-postbox-details-list ul li {
list-style: none;
margin-bottom: 16px;
}
.mt-postbox-details-list ul li i {
margin-right: 10px;
}
@media (max-width: 767px) {
.mt-postbox-tag {
margin-bottom: 20px;
}
}
.mt-postbox-tag-wrapper {
border-top: 1px solid var(--mt-border-1);
border-bottom: 1px solid var(--mt-border-1);
padding: 15px 0px;
}
.mt-postbox-tag span {
color: var(--mt-common-white);
font-weight: 500;
margin-right: 5px;
}
.mt-postbox-tag a {
font-size: 15px;
font-weight: 500;
color: var(--mt-common-white);
border: 1px solid var(--mt-border-1);
display: inline-block;
padding: 10px;
line-height: 1;
border-radius: 10px;
margin-right: 5px;
}
@media (max-width: 767px) {
.mt-postbox-tag a {
padding: 10px 15px;
margin-bottom: 8px;
}
}
.mt-postbox-tag a:hover {
background-color: var(--mt-theme-1);
color: var(--mt-common-white);
}
.mt-postbox-social a {
border: 1px solid var(--mt-border-1);
line-height: 50px;
text-align: center;
font-size: 14px;
color: var(--mt-common-white);
border-radius: 100%;
height: 50px;
width: 50px;
display: inline-block;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
margin-right: 5px;
}
.mt-postbox-social a:hover {
background-color: var(--mt-theme-1);
color: var(--mt-common-white);
}
.mt-postbox-comments ul {
list-style: none;
}
.mt-postbox-comments ul li {
margin-bottom: 25px;
padding-bottom: 15px;
border-bottom: 1px solid var(--mt-border-1);
}
.mt-postbox-comments ul li:last-child {
border-bottom: none;
}
.mt-postbox-comments ul li.children {
padding-left: 50px;
}
@media (max-width: 767px) {
.mt-postbox-comments ul li.children {
padding-left: 20px;
}
}
.mt-postbox-comments-thumb {
float: left;
}
.mt-postbox-comments-thumb img {
width: 90px;
height: 90px;
margin-right: 30px;
}
.mt-postbox-comments-text {
overflow: hidden;
position: relative;
}
.mt-postbox-comments-text span {
color: var(--mt-common-white);
font-size: 15px;
font-weight: 500;
text-transform: uppercase;
display: block;
margin-bottom: 8px;
}
.mt-postbox-comments-author {
font-size: 20px;
margin-bottom: 5px;
color: var(--mt-common-white);
}
.reply {
position: absolute;
right: 0;
top: 0;
font-size: 18px;
color: var(--mt-common-white);
}
.reply:hover {
color: var(--mt-theme-1);
}
@media (max-width: 767px) {
.reply {
position: static;
}
}
.mt-swiper-blog-button {
height: 70px;
width: 70px;
background: var(--mt-theme-1);
display: inline-block;
border-radius: 100%;
line-height: 70px;
font-size: 25px;
text-align: center;
position: absolute;
top: 50%;
z-index: 2;
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: 30px;
color: var(--mt-common-white);
}
.mt-swiper-blog-button-prev {
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.mt-swiper-blog-button-next {
left: auto;
right: 30px;
}
.mt-blog-video {
position: absolute;
top: 50%;
left: 0;
right: 0;
text-align: center;
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.mt-blog-video a {
height: 100px;
width: 100px;
border-radius: 100%;
color: var(--mt-common-white);
line-height: 100px;
font-size: 25px;
background-color: var(--mt-theme-1);
display: inline-block;
}
.mt-text-btn {
color: #f8f8f8;
}
.mt-text-btn i {
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.mt-text-btn:hover {
color: var(--mt-theme-2);
}
.mt-text-btn:hover i {
color: var(--mt-theme-2);
}
.mt-postbox-date {
position: absolute;
bottom: 0;
right: 16%;
background: #000;
padding: 15px 30px;
border-radius: 50px 50px 0px 0px;
}
.mtblogdetails {
padding-top: 180px;
padding-bottom: 10px;
background-repeat: no-repeat;
background-position: top center;
}
@media (max-width: 767px) {
.mtblogdetails {
padding-top: 160px;
}
}
.mtblogdetails-title {
font-size: 52px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mtblogdetails-title {
font-size: 40px;
}
}
@media (max-width: 767px) {
.mtblogdetails-title {
font-size: 30px;
}
}
.mtblogdetails .mt-breadcrumb-shape-1 {
right: -16%;
bottom: 30%;
}
.mtblogdetails .mt-breadcrumb-shape-2 {
bottom: 50%;
}
.mtblogdetails .mt-breadcrumb-shape-4 {
left: 10%;
top: 11%;
}
.mtblogdetails .mt-breadcrumb-shape-5 {
top: 10%;
}
.mtblogdetails .mt-breadcrumb-shape-6 {
right: 16%;
top: 12%;
}
.mtblogdetails .mt-breadcrumb-shape-7 {
right: 40%;
top: 10%;
}
/*----------------------------------------*/
/* 5.3 Recent Post css
/*----------------------------------------*/
/*----------------------------------------*/
/* 5.4 Sidebar css
/*----------------------------------------*/
.mt-blog-sidebar-widget {
background-color: #181818;
padding: 32px 24px;
}
.mt-blog-sidebar-title {
color: var(--mt-common-white);
position: relative;
}
.mt-blog-sidebar-title span {
height: 10px;
width: 10px;
border-radius: 30px;
background: var(--mt-theme-1);
display: inline-block;
margin-right: 5px;
-moz-transform: translateY(-3px);
-o-transform: translateY(-3px);
-ms-transform: translateY(-3px);
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
}
.mt-blog-sidebar-post-thumb img {
max-width: 100px;
height: 100px;
object-fit: cover;
}
.mt-blog-sidebar-post-title {
color: var(--mt-common-white);
font-size: 16px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.mt-blog-sidebar-post-title:hover {
color: var(--mt-theme-1);
}
.mt-blog-sidebar-cat ul li {
margin-bottom: 15px;
list-style: none;
}
.mt-blog-sidebar-cat ul li a {
color: rgb(255, 255, 255);
display: block;
padding: 16px 25px;
line-height: 1;
position: relative;
border: 1px dashed var(--mt-border-1);
border-radius: 0px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.mt-blog-sidebar-cat ul li a:hover {
background-color: var(--mt-theme-1);
color: var(--mt-common-white);
border-color: var(--mt-theme-1);
}
.mt-blog-sidebar-cat ul li a:after {
content: "\f178";
font-family: "Font Awesome 6 Pro";
position: absolute;
right: 25px;
top: 50%;
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.mt-blog-sidebar-cat ul li:last-child {
margin-bottom: 0;
}
.mt-blog-form input {
border: 1px dashed var(--mt-border-1);
border-radius: 0px;
color: var(--mt-common-white);
}
.mt-blog-form input::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #B9B9B9;
}
.mt-blog-form input::-moz-placeholder {
/* Firefox 19+ */
color: #B9B9B9;
}
.mt-blog-form input:-moz-placeholder {
/* Firefox 4-18 */
color: #B9B9B9;
}
.mt-blog-form input:-ms-input-placeholder {
/* IE 10+ Edge*/
color: #B9B9B9;
}
.mt-blog-form input::placeholder {
/* MODERN BROWSER */
color: #B9B9B9;
}
.mt-blog-form button {
position: absolute;
right: 0px;
top: 50%;
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
background: var(--mt-theme-1);
width: 50px;
height: 50px;
font-size: 20px;
color: #fff;
}
.mt-blog-sidebar-post-item {
border-bottom: 1px dashed var(--mt-border-1);
margin-bottom: 20px;
padding-bottom: 15px;
}
.mt-blog-sidebar-post-item:last-child {
margin: 0;
padding: 0;
border: 0;
}
.tagcloud a {
font-size: 13px;
font-weight: 500;
border: 1px solid var(--mt-border-1);
color: var(--mt-common-white);
padding: 10px 13px;
display: inline-block;
line-height: 1;
border-radius: 50px;
margin-right: 5px;
margin-bottom: 8px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.tagcloud a:hover {
background-color: var(--mt-theme-1);
color: var(--mt-common-white);
border-color: var(--mt-theme-1);
}
/*----------------------------------------*/
/* 6.1 Footer Style 1
/*----------------------------------------*/
.mtfooter__space {
padding-top: 120px;
padding-bottom: 70px;
}
.mtfooter__border {
border-bottom: 1px solid var(--mt-border-1);
}
.mtfooter__title {
font-size: 24px;
font-weight: 600;
line-height: 34px;
color: var(--mt-common-white);
position: relative;
}
.mtfooter__list ul li {
list-style: none;
overflow: hidden;
position: relative;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mtfooter__list ul li:not(:last-child) {
margin-bottom: 10px;
}
.mtfooter__list ul li a {
font-weight: 400;
font-size: 20px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mtfooter__list ul li a:hover {
color: var(--mt-theme-1);
text-decoration: underline;
}
.mtfooter__list.mtfloat ul li {
width: 50%;
float: left;
}
.mtfooter__social a {
height: 50px;
width: 50px;
text-align: center;
line-height: 50px;
border-radius: 50%;
display: inline-block;
border: 1px solid var(--mt-border-1);
font-size: 15px;
color: var(--mt-common-white);
margin-right: 10px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mtfooter__social a:hover {
background-color: var(--mt-theme-1);
border-color: var(--mt-theme-1);
}
.mtfooter__contact ul li {
list-style: none;
position: relative;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mtfooter__contact ul li:not(:last-child) {
margin-bottom: 20px;
}
.mtfooter__contact ul li span {
display: block;
font-size: 20px;
}
.mtfooter__contact ul li a {
color: var(--mt-common-white);
font-size: 24px;
margin-bottom: 10px;
display: block;
}
.mtfooter__widget.mtborder {
border-right: 1px solid var(--mt-border-1);
padding: 38px 0;
}
@media (max-width: 767px) {
.mtfooter__widget.mtborder {
border: none;
padding: 0;
}
}
.mtfooter__2 .mtfooter__bg {
background-repeat: no-repeat;
background-size: cover;
}
.mtfooter__2 .mtfooter__space {
padding-top: 40px;
padding-bottom: 55px;
}
.mtfooter__2 .mtfooter__contact ul li {
margin-bottom: 0px;
}
.mtfooter__2 .mtfooter__contact ul li span {
font-size: 20px;
display: inline-block;
color: var(--mt-common-white);
margin-right: 7px;
}
.mtfooter__2 .mtfooter__contact ul li a {
display: inline-block;
font-size: 20px;
line-height: 34px;
color: #B9B9B9;
margin-bottom: 0;
}
.mtfooter__2 .mtfooter__logo {
margin-bottom: 60px;
}
.mtfooter__2 .mtcopyright__topicon {
position: absolute;
bottom: 50%;
left: 50%;
transform: translateX(-50%);
width: 130px;
text-align: center;
background: #101010;
}
.mtfooter__2 .mtcopyright__topicon a {
width: 80px;
height: 80px;
line-height: 80px;
background-color: var(--mt-theme-1);
display: inline-block;
border-radius: 50px;
color: #fff;
text-align: center;
font-size: 28px;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.mtfooter__3.mtfborder {
border-top: 1px solid var(--mt-border-1);
}
.mtfooter__3 .mtfooter__space {
padding-top: 110px;
padding-bottom: 110px;
}
.mtfooter__3 .mtfooter__content.mtfooterbg {
background-color: #181818;
padding: 50px 45px 40px 45px;
}
.mtfooter__3 .mtfooter__time-title {
font-size: 16px;
}
.mtfooter__3 .mtfooter__time-title span {
font-weight: 500;
}
.mtfooter__3 .mtfooter__time > span {
font-size: 16px;
font-weight: 600;
color: var(--mt-theme-1);
text-decoration: underline;
}
.mtfooter__3 .mtfooter__list ul li:not(:last-child) {
margin-bottom: 20px;
}
.mtfooter__3 .mtfooter__list ul li a {
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mtfooter__3 .mtfooter__list ul li a:hover {
color: var(--mt-theme-1);
text-decoration: underline;
}
.mtfooter__3 .mtcopyright__topicon {
position: absolute;
bottom: 50%;
left: 50%;
transform: translateX(-50%);
width: 130px;
text-align: center;
background: #111111;
}
.mtfooter__shape {
position: absolute;
right: 3%;
top: 3%;
animation: mttranslateX2 2.5s infinite alternate;
}
@media (max-width: 767px) {
.mtfooter__shape {
display: none;
}
}
.mtfooter__shape-2 {
position: absolute;
top: 16%;
right: 20%;
z-index: -1;
animation: mttranslateX2 4s infinite alternate;
}
@media (max-width: 767px) {
.mtfooter__shape-2 {
display: none;
}
}
.mtfooter__shape-3 {
position: absolute;
top: 14%;
left: 15%;
z-index: -1;
animation: mttranslateX2 2.5s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mtfooter__shape-3 {
bottom: 0%;
}
}
@media (max-width: 767px) {
.mtfooter__shape-3 {
display: none;
}
}
.mtfooter__shape-4 {
position: absolute;
top: 50%;
left: 5%;
z-index: -1;
animation: mttranslateX2 3s infinite alternate;
}
@media (max-width: 767px) {
.mtfooter__shape-4 {
display: none;
}
}
.footer-cols-1 {
padding-right: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.footer-cols-1 {
padding-right: 10px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.footer-cols-1 {
padding-right: 10px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.footer-cols-1 {
padding-right: 0px;
}
}
.footer-cols-2 {
padding-left: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.footer-cols-2 {
padding-left: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.footer-cols-2 {
padding-left: 0px;
}
}
.footer-cols-3 {
padding-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.footer-cols-3 {
padding-left: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.footer-cols-3 {
padding-left: 0px;
}
}
.footer-cols-4 {
padding-left: 27px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.footer-cols-4 {
padding-left: 0;
}
}
.mtcopyright__topicon {
position: absolute;
bottom: 50%;
left: 50%;
transform: translateX(-50%);
width: 130px;
text-align: center;
background: #0D0D0D;
}
@media (max-width: 767px) {
.mtcopyright__topicon {
display: none;
}
}
.mtcopyright__topicon a {
width: 80px;
height: 80px;
line-height: 80px;
background-color: var(--mt-theme-1);
display: inline-block;
border-radius: 50px;
color: #fff;
text-align: center;
font-size: 28px;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.mtcopyright__space {
padding: 26px 0;
}
.mtcopyright__content p {
margin-bottom: 0;
}
.mtcopyright__menu ul {
margin: 0;
padding: 0;
list-style: none;
display: flex;
justify-content: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mtcopyright__menu ul {
flex-wrap: wrap;
}
}
.mtcopyright__menu ul li {
margin-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mtcopyright__menu ul li {
margin-left: 10px;
margin-top: 10px;
}
}
@media (max-width: 767px) {
.mtcopyright__menu ul li {
margin-left: 0;
margin-right: 10px;
margin-top: 10px;
}
}
.mtcopyright__menu ul li:first-child {
margin-left: 0;
}
.mtcopyright__menu ul li a {
color: var(--mt-text-body);
font-size: 16px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mtcopyright__menu ul li a:hover {
color: var(--mt-theme-1);
}
@media (max-width: 767px) {
.mt-hero-mobile {
padding-top: 130px;
padding-bottom: 30px;
}
}
.mt-hero-trans {
position: absolute;
left: 5px;
right: 5px;
top: 37.8%;
width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-hero-trans {
top: 33%;
}
}
@media (max-width: 767px) {
.mt-hero-trans {
top: 27.8%;
}
}
.mt-hero-title {
font-size: 115px;
font-family: var(--mt-ff-heading2);
text-transform: uppercase;
font-weight: 500;
line-height: 1.4;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mt-hero-title {
font-size: 90px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-hero-title {
font-size: 80px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-hero-title {
font-size: 60px;
}
}
@media (max-width: 767px) {
.mt-hero-title {
font-size: 45px;
line-height: 1.1;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.mt-hero-btn {
margin-bottom: 0;
margin-top: 50px;
padding-bottom: 0;
}
}
@media (max-width: 767px) {
.mt-hero-btn {
margin-bottom: 0;
margin-top: 50px;
padding-bottom: 40px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.mt-hero-thumb {
text-align: center;
margin-bottom: 90px;
}
}
.mt-hero-shape {
position: absolute;
right: 31%;
bottom: -8%;
z-index: -1;
animation: mttranslateY2 8s infinite alternate;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.mt-hero-shape {
right: 33%;
bottom: -10%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-hero-shape {
right: 15%;
bottom: 15%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-hero-shape {
right: 0%;
bottom: 17%;
}
}
@media (max-width: 767px) {
.mt-hero-shape {
right: 29%;
bottom: 24%;
}
}
.mt-hero-shape-2 {
position: absolute;
left: 10%;
bottom: 11%;
animation: mttranslateY2 5s infinite alternate;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.mt-hero-shape-2 {
left: 8%;
bottom: 7%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mt-hero-shape-2 {
left: 8%;
bottom: 7%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-hero-shape-2 {
left: 2%;
bottom: 7%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-hero-shape-2 {
left: 5%;
bottom: 25%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-hero-shape-2 {
left: -4%;
bottom: 21%;
}
}
@media (max-width: 767px) {
.mt-hero-shape-2 {
display: none;
}
}
.mt-hero-shape-3 {
position: absolute;
bottom: 41%;
right: 28%;
z-index: 3;
animation: mt__scalingAnimation 7s linear infinite;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.mt-hero-shape-3 {
right: 24%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mt-hero-shape-3 {
right: 16%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-hero-shape-3 {
right: 10%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-hero-shape-3 {
bottom: 50%;
right: 10%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-hero-shape-3 {
bottom: 50%;
right: 10%;
}
}
@media (max-width: 767px) {
.mt-hero-shape-3 {
bottom: 53%;
right: 0%;
}
}
.mt-hero-shape-4 {
position: absolute;
right: 0%;
top: 0%;
animation: mttranslateX2 5s infinite alternate;
}
.mt-hero-shape-5 {
position: absolute;
right: 9%;
top: 26%;
animation: mttranslateY2 4s infinite alternate;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
.mt-hero-shape-5 {
right: 0%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-hero-shape-5 {
right: 5%;
top: 19%;
}
}
@media (max-width: 767px) {
.mt-hero-shape-5 {
display: none;
}
}
.mt-hero-shape-6 {
position: absolute;
left: 3%;
top: 15%;
animation: mttranslateY2 5s infinite alternate;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.mt-hero-shape-6 {
top: 7%;
left: 0%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mt-hero-shape-6 {
top: 7%;
left: 0%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-hero-shape-6 {
top: 7%;
left: 0%;
}
}
@media (max-width: 767px) {
.mt-hero-shape-6 {
display: none;
}
}
.mt-hero-2 .mt-hero-thumb-sm img {
border-radius: 500px;
}
.mt-hero-2 .mt-hero-title {
font-size: 150px;
line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-hero-2 .mt-hero-title {
font-size: 125px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-hero-2 .mt-hero-title {
font-size: 100px;
}
}
@media (max-width: 767px) {
.mt-hero-2 .mt-hero-title {
font-size: 85px;
}
}
.mt-hero-2 .mt-hero-title span {
font-weight: 300;
}
.mt-hero-2 .mt-hero-content p {
font-size: 24px;
line-height: 34px;
}
.mtshop__category.mtborder {
border-bottom: 1px dashed var(--mt-border-1);
border-top: 1px dashed var(--mt-border-1);
padding: 60px 0px;
}
.mtshop__category-title {
font-size: 16px;
font-weight: 500;
}
/*----------------------------------------*/
/* 7.1 about css start
/*----------------------------------------*/
.mtabout__thumb-sm {
position: absolute;
right: -22%;
bottom: 8%;
animation: mttranslateY2 5s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mtabout__thumb-sm {
bottom: inherit;
top: -35%;
right: 25px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mtabout__thumb-sm {
right: 25px;
}
}
@media (max-width: 767px) {
.mtabout__thumb-sm {
position: static;
margin-top: 30px;
text-align: center;
margin-bottom: 30px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mtabout__thumb-wrap {
margin-right: 0;
}
}
@media (max-width: 767px) {
.mtabout__box {
margin-right: 0;
margin-bottom: 30px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mtabout__box-wrap {
margin-bottom: 0;
}
}
@media (max-width: 767px) {
.mtabout__box-wrap {
flex-wrap: wrap;
margin-bottom: 0;
}
}
.mtabout__box-item.mtborder {
border-bottom: 1px solid var(--mt-border-1);
}
.mtabout__box-title {
font-size: 16px;
margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
.mtabout__content {
margin-left: 0;
}
}
.mtabout__shape {
position: absolute;
left: 10%;
top: 7%;
animation: mttranslateY2 3s infinite alternate;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.mtabout__shape {
left: 0;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mtabout__shape {
left: 0;
top: 0;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mtabout__shape {
left: 0;
top: 0;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mtabout__shape {
display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mtabout__shape {
top: 0;
left: 0;
}
}
@media (max-width: 767px) {
.mtabout__shape {
display: none;
}
}
.mtabout__shape-2 {
position: absolute;
right: 11%;
top: 10%;
animation: mttranslateY2 4s infinite alternate;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.mtabout__shape-2 {
right: 0;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mtabout__shape-2 {
right: 0;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mtabout__shape-2 {
right: 0;
top: 0;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mtabout__shape-2 {
display: none;
}
}
@media (max-width: 767px) {
.mtabout__shape-2 {
display: none;
}
}
.mtabout__2 .mtabout__thumb {
z-index: 2;
position: relative;
}
.mtabout__2 .mtabout__thumb-shape {
position: absolute;
top: 0;
right: 0;
z-index: 1;
animation: mttranslateX2 5s infinite alternate;
}
.mtabout__2 .mtabout__shape {
left: inherit;
top: 10%;
right: 40%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mtabout__2 .mtabout__shape {
right: 25%;
}
}
.mtabout__2 .mtabout__shape-2 {
right: 24%;
top: 27%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mtabout__2 .mtabout__shape-2 {
right: 2%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mtabout__2 .mtabout__shape-2 {
right: 5%;
top: 60%;
}
}
.mtabout__2 .mtabout__shape-3 {
position: absolute;
bottom: 20%;
right: 35%;
animation: mttranslateX2 5s infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mtabout__2 .mtabout__shape-3 {
bottom: 10%;
right: 20%;
}
}
@media (max-width: 767px) {
.mtabout__2 .mtabout__shape-3 {
display: none;
}
}
.mtabout__3 .mtabout__shape {
left: 35%;
top: 72%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mtabout__3 .mtabout__client-content {
margin-left: 0;
padding-left: 0;
}
}
.mtabout__3 .mtabout__client-text p {
color: var(--mt-common-white);
font-size: 16px;
font-weight: 600;
}
.mtabout__3 .mtabout__list-item ul li {
color: var(--mt-common-white);
font-size: 16px;
font-weight: 600;
list-style: none;
margin-bottom: 15px;
}
.mtabout__3 .mtabout__list-item ul li:last-child {
margin-bottom: 0;
}
.mtabout__3 .mtabout__list-item ul li:nth-child(even) {
padding-left: 40px;
}
.mtabout__3 .mtabout__list-item ul li span {
margin-right: 5px;
}
/*----------------------------------------*/
/* 7.1 about css start
/*----------------------------------------*/
.mtbanner__bg {
background: linear-gradient(252deg, #DD1CD4 0%, #3450DA 100%);
padding: 77px 0px 60px 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mtbanner__bg {
padding: 40px 0px 40px 40px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mtbanner__bg {
padding: 40px 0px 150px 20px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mtbanner__bg {
padding: 40px 0px 150px 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mtbanner__bg {
padding: 40px 0px 150px 20px;
}
}
@media (max-width: 767px) {
.mtbanner__bg {
padding: 40px 0px 10px 20px;
}
}
.mtbanner__bg2 {
background: linear-gradient(252deg, #FDA71D 0%, #D82B27 54.05%, #971411 100%);
padding: 70px 0px 60px 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mtbanner__bg2 {
padding: 70px 0px 60px 40px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mtbanner__bg2 {
padding: 90px 0px 90px 10px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mtbanner__bg2 {
padding: 90px 0px 90px 10px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mtbanner__bg2 {
padding: 90px 0px 90px 10px;
}
}
@media (max-width: 767px) {
.mtbanner__bg2 {
padding: 90px 0px 90px 10px;
}
}
.mtbanner__title {
font-size: 62px;
}
@media (max-width: 767px) {
.mtbanner__title {
font-size: 50px;
line-height: 1.1;
}
}
.mtbanner__title.mtlarg {
font-size: 100px;
line-height: 1;
font-family: var(--mt-ff-heading2);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mtbanner__title.mtlarg {
font-size: 80px;
}
}
@media (max-width: 767px) {
.mtbanner__title.mtlarg {
font-size: 70px;
}
}
.mtbanner__title span {
font-weight: 300;
}
.mtbanner__subtitle {
font-size: 32px;
}
.mtbanner__shape {
position: absolute;
right: 0;
bottom: -20%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.mtbanner__shape {
bottom: -1%;
}
}
@media (max-width: 767px) {
.mtbanner__shape {
position: static;
}
}
.mtbanner__shape-2 {
position: absolute;
right: 6%;
top: 20%;
animation: mt__scalingAnimation 9s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mtbanner__shape-2 {
right: 0%;
top: 0%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mtbanner__shape-2 {
right: 0%;
top: 40%;
}
}
@media (max-width: 767px) {
.mtbanner__shape-2 {
top: 45%;
}
}
.mtbanner__shape-3 {
position: absolute;
right: 25%;
top: 12%;
animation: mttranslateY2 4s infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mtbanner__shape-3 {
right: 0%;
top: 0%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mtbanner__shape-3 {
right: 0%;
top: 0%;
}
}
@media (max-width: 767px) {
.mtbanner__shape-3 {
display: none;
}
}
.mtbanner__2 .mtbanner__shape {
right: 4%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.mtbanner__2 .mtbanner__shape {
bottom: 2%;
right: 0;
}
}
@media (max-width: 767px) {
.mtbanner__2 .mtbanner__shape {
position: static;
margin-top: 30px;
}
}
.mtbanner__2 .mtbanner__shape-2 {
right: 15%;
top: 10%;
animation: mttranslateX2 35s infinite alternate;
}
@media (max-width: 767px) {
.mtbanner__2 .mtbanner__shape-2 {
display: none;
}
}
.mtbanner__2 .mtbanner__shape-3 {
top: inherit;
right: 6%;
bottom: 44%;
animation: mt__scalingAnimation 8s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.mtbanner__2 .mtbanner__shape-3 {
bottom: 55%;
}
}
@media (max-width: 767px) {
.mtbanner__2 .mtbanner__shape-3 {
display: none;
}
}
.mtbanner__2 .mtbanner__shape-4 {
position: absolute;
top: 35%;
left: 0;
z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mtbanner__2 .mtbanner__shape-4 {
display: none;
}
}
.mtservice__icon span {
font-size: 58px;
color: var(--mt-common-white);
}
@media (max-width: 767px) {
.mtservice__contents {
padding: 0px;
}
}
.mtservice__title {
font-size: 24px;
font-weight: 600;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mtservice__title a {
background-repeat: no-repeat;
background-size: 0% 2px, 0 2px;
background-position: 100% 100%, 0 100%;
transition: background-size 0.4s linear;
background-image: linear-gradient(#e2e2e2, #ffffff), linear-gradient(#dddddd, #dddddd);
}
.mtservice__item:hover .mtservice__title a {
background-size: 0% 2px, 100% 2px;
}
.mtservice__btn a {
color: var(--mt-common-white);
}
.mtservice__2 .mtservice__icon img {
border-radius: 100%;
}
.mtservice__2 .mtservice__allbtn {
border: 1px solid var(--mt-border-1);
border-radius: 50px;
display: inline-block;
font-size: 24px;
font-weight: 300;
padding: 10px 24px;
}
.mtservice__2 .mtservice__allbtn span {
color: var(--mt-common-white);
text-decoration: underline;
}
.mtservice__2 .mtservice__shape {
position: absolute;
right: 0;
bottom: 0;
animation: mttranslateX2 5s infinite alternate;
}
.mtservice__3 .mtservice__item:hover .mtservice__icon span {
background-color: var(--mt-theme-1);
border-color: var(--mt-theme-1);
}
.mtservice__3 .mtservice__icon span {
width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
border: 1px solid var(--mt-border-1);
display: inline-block;
border-radius: 50px;
font-size: 22px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mtservice__details-content p {
font-size: 24px;
line-height: 34px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mtservice__details-content .mt-section-content {
margin-left: 0;
}
}
.mtservice__details-list.mtfloat ul li {
float: left;
width: 50%;
}
.mtservice__details-list ul li {
list-style: none;
font-size: 16px;
font-weight: 600;
color: #B9B9B9;
margin-bottom: 20px;
}
.mtservice__details-list ul li:last-child {
margin-bottom: 0;
}
.mtservice__details-list ul li span {
margin-right: 5px;
}
.mtservice__arrow {
display: flex;
gap: 10px;
justify-content: end;
}
@media (max-width: 767px) {
.mtservice__arrow {
justify-content: start;
}
}
.mtservice__arrow .mtservice__button span {
width: 49px;
height: 32px;
line-height: 32px;
border: 1px solid var(--mt-border-1);
border-radius: 50px;
display: inline-block;
text-align: center;
font-size: 18px;
}
.mtservice__arrow .mtservice__button.active span {
background-color: var(--mt-theme-1);
color: var(--mt-common-white);
border: 1px solid var(--mt-theme-1);
}
.mtservice__arrow .mtservice__prev {
right: 0;
top: 0;
}
.mtvideo__bg {
background-repeat: no-repeat;
background-size: cover;
}
.mtvideo__bg::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(16, 16, 16, 0.5);
}
.mtvideo__space {
padding-top: 400px;
padding-bottom: 400px;
}
.mtvideo__icon a {
width: 180px;
height: 180px;
background: var(--mt-theme-1);
display: inline-block;
border-radius: 100%;
padding-top: 65px;
text-align: center;
font-size: 20px;
color: var(--mt-common-white);
position: relative;
}
.mtvideo__icon a span {
font-size: 14px;
display: block;
}
.mtvideo__icon a::after {
position: absolute;
content: "";
left: 50%;
top: 50%;
width: 100%;
height: 100%;
border: 1px solid rgba(255, 255, 255, 0.205);
animation: borderanimate2 2.3s linear infinite;
border-radius: 50%;
}
.mtvideo__icon a::before {
position: absolute;
content: "";
left: 50%;
top: 50%;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.247);
animation: borderanimate2 2.7s linear infinite;
border-radius: 50%;
}
.mtvideo__content.mtvideobg {
padding: 50px;
background-color: var(--mt-common-white);
}
@media (max-width: 767px) {
.mtvideo__content.mtvideobg {
padding: 25px;
}
}
.mtvideo__content .mt-section-content p {
color: #404040;
}
.mtvideo__box-item span {
font-size: 14px;
color: #101010;
font-weight: 800;
text-transform: uppercase;
display: inline-block;
margin-bottom: 8px;
}
.mtvideo__box-title {
font-size: 14px;
color: #101010;
margin-bottom: 0;
}
.mtvideo__2 .mtvideo__wrapper {
background-repeat: no-repeat;
margin-left: 60px;
margin-right: 60px;
background-size: cover;
padding: 210px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mtvideo__2 .mtvideo__wrapper {
margin-right: 0;
margin-left: 0;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mtvideo__3 .mtvideo__icon {
margin-top: 90px;
}
}
.mtvideo__3 .mtvideo__shape {
position: absolute;
left: 13.4%;
top: 0%;
}
.mtvideo__3 .mtvideo__shape img {
width: 1210px;
}
.mtvideo__3 .mtvideo__wrapper {
background-repeat: no-repeat;
margin-left: 110px;
margin-right: 110px;
background-size: cover;
padding: 220px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mtvideo__3 .mtvideo__wrapper {
margin: 0;
}
}
.mtvideo__3 .mtvideo__wrapper::before {
content: "";
width: 100%;
height: 101%;
position: absolute;
left: 0;
bottom: 0;
background: linear-gradient(180deg, #101010 0%, rgba(16, 16, 16, 0.3) 45%, #101010 100%);
}
@media (max-width: 767px) {
.mtvideo__3 .mtvideo__btn-wrap {
margin-bottom: 30px;
}
}
@media (max-width: 767px) {
.mtvideo__3 .mtvideo__box-content {
flex-wrap: wrap;
}
}
@media (max-width: 767px) {
.mtvideo__3 .mtvideo__box-wrap {
margin-bottom: 30px;
}
}
.mtvideo__3 .mtvideo__box-item span {
font-size: 12px;
color: #ffffff;
}
.mtvideo__3 .mtvideo__box-title {
font-size: 24px;
font-weight: 500;
color: #ffffff;
}
/*----------------------------------------*/
/* 7.1 about css start
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-foodmenu-tab {
margin-bottom: 30px;
}
}
.mt-foodmenu-tab button {
font-size: 24px;
color: var(--mt-common-white);
position: relative;
width: 100%;
text-align: left;
margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
.mt-foodmenu-tab button {
width: inherit;
margin: 10px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-foodmenu-tab button {
width: inherit;
margin: 10px;
}
}
.mt-foodmenu-tab button:last-child {
margin-bottom: 0;
}
.mt-foodmenu-tab button.active {
color: var(--mt-theme-2);
font-size: 45px;
font-weight: 700;
line-height: 1.1;
}
.mt-foodmenu-tab-thumb {
background-color: #181818;
padding: 140px 0;
}
@media (max-width: 767px) {
.mt-foodmenu-tab-thumb {
margin-right: 0;
}
}
.mt-foodmenu-tab-shape {
position: absolute;
bottom: 25%;
left: 20%;
animation: mttranslateY2 4s infinite alternate;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.mt-foodmenu-tab-shape {
left: 15%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mt-foodmenu-tab-shape {
left: 5%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-foodmenu-tab-shape {
left: 0%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-foodmenu-tab-shape {
display: none;
}
}
.mt-foodmenu-tab-shape-2 {
position: absolute;
left: -6%;
bottom: -6%;
z-index: -1;
}
.mt-foodmenu-tab-shape-3 {
position: absolute;
right: 5%;
top: 5%;
animation: mt__scalingAnimation 9s linear infinite;
}
@media (max-width: 767px) {
.mt-foodmenu-tab-list {
flex-wrap: wrap;
gap: 15px;
}
}
.mt-foodmenu-tab-list:hover .mt-foodmenu-tab-list-title a {
background-size: 0% 2px, 100% 2px;
}
.mt-foodmenu-tab-list.mtborder {
border-bottom: 1px solid var(--mt-border-1);
padding-bottom: 20px;
}
.mt-foodmenu-tab-list-img img {
border-radius: 50%;
width: 80px;
height: 80px;
object-fit: cover;
}
.mt-foodmenu-tab-list-title {
font-size: 24px;
margin-bottom: 5px;
}
.mt-foodmenu-tab-list-title a {
background-repeat: no-repeat;
background-size: 0% 2px, 0 2px;
background-position: 100% 100%, 0 100%;
transition: background-size 0.4s linear;
background-image: linear-gradient(#ffffff, #000000), linear-gradient(#ffffff, #000000);
}
.mt-foodmenu-tab-list-price span {
border-radius: 5px;
padding: 6px 11px;
background: rgba(255, 255, 255, 0.05);
color: var(--mt-common-white);
}
.mt-foodmenu-tab-2 .mt-foodmenu-tab-shape {
position: absolute;
left: inherit;
bottom: inherit;
right: 0;
top: 5%;
}
.mt-foodmenu-tab-2 .mt-foodmenu-tab-list:hover.mtborder {
border-bottom: 1px dashed var(--mt-theme-1);
}
.mt-foodmenu-tab-2 .mt-foodmenu-tab-list:hover .mt-foodmenu-tab-list-thumb {
opacity: 1;
visibility: visible;
}
.mt-foodmenu-tab-2 .mt-foodmenu-tab-list.mtborder {
border-bottom: 1px dashed var(--mt-border-1);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mt-foodmenu-tab-2 .mt-foodmenu-tab-list-number span {
font-size: 24px;
color: var(--mt-common-white);
}
.mt-foodmenu-tab-2 .mt-foodmenu-tab-list-thumb {
position: absolute;
right: -30%;
top: -150%;
z-index: 2;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-foodmenu-tab-3 .mt-foodmenu-tab-wrapper {
margin-left: 0;
}
}
.mt-foodmenu-tab-3 .mt-foodmenu-tab-main-wrap {
border-bottom: 1px dashed var(--mt-border-1);
}
.mt-foodmenu-tab-3 .mt-foodmenu-tab button {
font-size: 16px;
color: var(--mt-common-white);
border: 1px solid var(--mt-border-1);
border-radius: 50px;
width: inherit;
padding: 7px 26px;
margin: 2px;
}
.mt-foodmenu-tab-3 .mt-foodmenu-tab button.active {
background-color: var(--mt-theme-1);
font-size: 16px;
font-weight: 500;
line-height: inherit;
}
.mt-foodmenu-tab-3 .mt-foodmenu-tab-list:hover .mt-foodmenu-tab-list-thumb {
opacity: 1;
visibility: visible;
right: 18%;
}
.mt-foodmenu-tab-3 .mt-foodmenu-tab-list:hover.mtborder {
border-bottom: 1px dashed var(--mt-theme-1);
}
.mt-foodmenu-tab-3 .mt-foodmenu-tab-list.mtborder {
border-bottom: 1px dashed var(--mt-border-1);
padding-bottom: 35px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mt-foodmenu-tab-3 .mt-foodmenu-tab-list-price {
margin-top: 10px;
}
.mt-foodmenu-tab-3 .mt-foodmenu-tab-list-price span {
background-color: inherit;
padding: 0;
font-size: 14px;
}
.mt-foodmenu-tab-3 .mt-foodmenu-tab-list-thumb {
position: absolute;
right: 0%;
top: -79%;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mt-foodmenu-tab-3 .mt-foodmenu-tab-list-thumb img {
width: 170px;
height: 170px;
object-fit: cover;
border-radius: 100%;
}
.mtbrand-wrapper {
border: 1px solid #212121;
padding: 100px 110px;
position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mtbrand-wrapper {
padding: 100px 20px;
}
}
.mtbrand__title {
-webkit-text-stroke: 1px #404040;
-webkit-text-fill-color: transparent;
font-family: var(--mt-ff-heading2);
font-size: 120px;
font-weight: 400;
text-transform: uppercase;
margin-bottom: 0;
}
.mtbrand__title span {
font-size: 32px;
border: 1px solid var(--mt-border-1);
border-radius: 100px;
padding: 20px 23px;
color: #404040;
position: relative;
bottom: 30px;
}
.mtbrand__thumb {
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mtbrand__thumb img {
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.mtbrand__2 .mtbrand__wrapper.mtborder {
border-top: 1px solid var(--mt-border-1);
border-bottom: 1px solid var(--mt-border-1);
padding-bottom: 50px;
padding-top: 77px;
}
.mtbrand__2 .mtbrand__trans-content {
position: absolute;
top: -11%;
left: 0;
background: #101010;
padding-right: 20px;
}
.mtbrand__2 .mtbrand__trans-title {
font-size: 16px;
}
.mtbrand__2 .mtbrand__trans-title span {
margin-right: 16px;
}
.mtbrand__2 .mtbrand__item:hover .mtbrand__thumb img {
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
}
.mtbrand__2 .mtbrand__thumb {
border-right: 1px solid var(--mt-border-1);
margin-right: -2px;
}
.mtbrand__3 .mtbrand__wrapper {
border-top: 1px dashed var(--mt-border-1);
border-bottom: 1px dashed var(--mt-border-1);
}
.mtbrand__3 .mtbrand__item {
padding-top: 8px;
padding-bottom: 15px;
}
.mtbrand__3 .mtbrand__title {
font-size: 16px;
font-weight: 400;
-webkit-text-stroke: 1px rgba(255, 255, 255, 0);
-webkit-text-fill-color: #fff;
font-family: var(--mt-ff-heading);
text-transform: capitalize;
}
.mtbrand__3 .mtbrand__title span {
font-size: 22px;
border: none;
border-radius: 0px;
padding: 0;
padding-right: 4px;
color: var(--mt-theme-1);
position: relative;
bottom: -3px;
}
.mtbrand__3 .mtbrand__title span i {
-webkit-text-stroke: 1px rgba(255, 255, 255, 0);
-webkit-text-fill-color: var(--mt-theme-1);
}
.mttestimonial__content p {
font-weight: 600;
font-size: 24px;
line-height: 34px;
color: var(--mt-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
.mttestimonial__content p br {
display: none;
}
}
.mttestimonial__author-content h4 {
font-size: 24px;
font-weight: 500;
margin-bottom: 0;
}
.mttestimonial__author-img img {
border-radius: 50%;
}
.mttestimonial__shape {
position: absolute;
right: 6%;
top: 6%;
animation: mttranslateX2 4s infinite alternate;
}
@media (max-width: 767px) {
.mttestimonial__shape {
display: none;
}
}
.mttestimonial__shape-2 {
position: absolute;
right: 0%;
bottom: 0;
animation: mttranslateY2 7s infinite alternate;
}
@media (max-width: 767px) {
.mttestimonial__shape-2 {
display: none;
}
}
.mttestimonial__shape-3 {
position: absolute;
left: 6%;
top: 6%;
animation: mttranslateY2 4s infinite alternate;
}
@media (max-width: 767px) {
.mttestimonial__shape-3 {
display: none;
}
}
.mttestimonial__2 .mttestimonial__border {
border-bottom: 1px dashed var(--mt-border-1);
padding-bottom: 30px;
}
.mttestimonial__2 .mttestimonial__quete-title {
font-size: 62px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mttestimonial__2 .mttestimonial__quete-title {
font-size: 45px;
}
}
@media (max-width: 767px) {
.mttestimonial__2 .mttestimonial__quete-title {
font-size: 40px;
line-height: 1;
}
}
.mttestimonial__2 .mttestimonial__quete-title span {
font-size: 79px;
color: var(--mt-theme-1);
}
.mttestimonial__2 .mttestimonial__quete-title span i {
font-weight: 900;
}
.mttestimonial__2 .mttestimonial__author h4 {
font-size: 32px;
margin-bottom: 0;
}
.mttestimonial__2 .mttestimonial__content p {
font-size: 42px;
line-height: 52px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mttestimonial__2 .mttestimonial__content p {
font-size: 30px;
line-height: 34px;
}
}
@media (max-width: 767px) {
.mttestimonial__2 .mttestimonial__content p {
font-size: 30px;
line-height: 34px;
}
}
.mttestimonial__2 .mttestimonial__shape {
right: inherit;
top: inherit;
bottom: 0;
left: 0;
}
.mttestimonial__2 .mttestimonial__shape-2 {
right: 0%;
bottom: inherit;
top: 0;
}
.mttestimonial__3 .mttestimonial__quete-title span {
font-size: 120px;
}
.mttestimonial__3 .mttestimonial__quete-title span i {
font-weight: 900;
}
.mttestimonial__3 .mttestimonial__content p {
color: var(--mt-text-p);
font-size: 42px;
line-height: 52px;
}
@media (max-width: 767px) {
.mttestimonial__3 .mttestimonial__content p {
font-size: 22px;
line-height: 32px;
}
}
.mttestimonial__3 .mttestimonial__thumb img {
border-radius: 500px 0px 0px 0px;
}
.mttestimonial__pagination {
text-align: center;
width: 210px;
display: flex;
margin-left: auto;
margin-right: auto;
align-items: center;
justify-content: center;
border-bottom: 1px solid var(--mt-border-1);
padding-bottom: 10px;
}
.mttestimonial__pagination span {
padding: 0 10px;
}
.mttestimonial__pagination .swiper-pagination-total {
color: #B9B9B9;
font-size: 16px;
font-weight: 400;
}
.mttestimonial__pagination .swiper-pagination-current {
color: #fff;
position: relative;
}
.mttestimonial__pagination .swiper-pagination-current::before {
content: "";
position: absolute;
left: 0;
bottom: -48%;
height: 1px;
width: 100%;
background: var(--mt-theme-1);
}
.mttestimonial-pagination {
display: flex;
align-items: center;
justify-content: start;
margin-top: -14px;
}
.mttestimonial-pagination .swiper-pagination-bullet {
width: 12px;
height: 12px;
background-color: var(--mt-common-white);
}
.mttestimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: var(--mt-theme-1);
}
.mtteam {
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mtteam__border {
border-right: 1px solid var(--mt-border-2);
}
.mtteam__border::after {
content: "";
background-color: #C8C8C8;
position: absolute;
right: 0;
bottom: 0;
width: 1px;
height: 50%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mtteam__item:hover .mtteam__title a {
background-size: 0% 2px, 100% 2px;
}
.mtteam__item:hover .mtteam__thumb::before {
opacity: 1;
visibility: visible;
}
.mtteam__item:hover .mtteam__social {
opacity: 1;
visibility: visible;
}
.mtteam__thumb {
margin: 0px 30px;
margin-bottom: 18px;
overflow: hidden;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mtteam__thumb::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
opacity: 0;
visibility: hidden;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mtteam__title {
font-size: 24px;
}
.mtteam__title a {
background-repeat: no-repeat;
background-size: 0% 2px, 0 2px;
background-position: 100% 100%, 0 100%;
transition: background-size 0.4s linear;
background-image: linear-gradient(#ffffff, #000000), linear-gradient(#ffffff, #000000);
}
.mtteam__social {
opacity: 0;
visibility: hidden;
position: absolute;
right: 30px;
top: 30px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mtteam__social a {
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
border-radius: 50px;
display: block;
border: 1px solid var(--mt-common-white);
font-size: 15px;
color: #fff;
margin: 10px 0px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mtteam__social a:hover {
background: var(--mt-theme-1);
border-color: var(--mt-theme-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mtrecipes__area {
padding-bottom: 30px;
}
}
.mtrecipes__space {
padding-left: 310px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.mtrecipes__space {
padding-left: 160px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mtrecipes__space {
padding-left: 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mtrecipes__space {
padding-left: 30px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mtrecipes__space {
padding-left: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mtrecipes__space {
padding-left: 20px;
}
}
@media (max-width: 767px) {
.mtrecipes__space {
padding-left: 10px;
margin-bottom: 70px;
}
}
.mtrecipes__trans-title {
-webkit-text-stroke: 1px #404040;
-webkit-text-fill-color: transparent;
font-family: var(--mt-ff-heading2);
font-size: 120px;
font-weight: 400;
text-transform: uppercase;
position: absolute;
left: -33px;
top: -45%;
}
@media (max-width: 767px) {
.mtrecipes__trans-title {
font-size: 80px;
left: 0px;
top: -43%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mtrecipes__btn-wrap {
margin-bottom: 0;
}
}
.mtrecipes__rotate-shape {
margin-left: 50px;
margin-bottom: 50px;
animation: mttranslateY2 4s infinite alternate;
}
@media (max-width: 767px) {
.mtrecipes__rotate-shape {
margin-left: 0;
}
}
.mtrecipes__rotate-content {
position: absolute;
right: 0;
bottom: 10%;
transform: rotate(-90deg);
}
@media (max-width: 767px) {
.mtrecipes__rotate-content {
right: -30px;
}
}
.mtrecipes__rotate-number {
-webkit-text-stroke: 1px #404040;
-webkit-text-fill-color: transparent;
font-family: var(--mt-ff-heading2);
font-size: 120px;
font-weight: 400;
}
.mtrecipes__rotate-title {
color: #404040;
font-size: 24px;
margin-bottom: 0;
line-height: 1;
}
.mtrecipes__item:hover .mtrecipes__btn {
opacity: 1;
visibility: visible;
left: 50%;
}
.mtrecipes__btn {
position: absolute;
left: 0%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 1;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mtrecipes__btn a {
width: 150px;
height: 150px;
line-height: 1.1;
background: var(--mt-common-white);
border-radius: 100px;
display: inline-block;
color: var(--mt-theme-1);
text-align: center;
padding-top: 65px;
}
.mtrecipes__2 .mtrecipes__item:hover .mtrecipes__thumb img {
scale: 1.1;
}
.mtrecipes__2 .mtrecipes__item:hover .mtrecipes__content {
opacity: 1;
visibility: visible;
bottom: 6%;
}
.mtrecipes__2 .mtrecipes__title {
font-size: 24px;
}
.mtrecipes__2 .mtrecipes__thumb {
overflow: hidden;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mtrecipes__2 .mtrecipes__thumb img {
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mtrecipes__2 .mtrecipes__content {
background: rgba(16, 16, 16, 0.3);
backdrop-filter: blur(5px);
position: absolute;
left: 6%;
right: 6%;
bottom: 0;
padding: 30px 50px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
opacity: 0;
visibility: hidden;
}
.mtrecipes__2 .mtrecipes__content span {
color: var(--mt-theme-1);
}
.mtrecipes__2 .mtrecipes__content > a {
width: 50px;
height: 50px;
line-height: 56px;
text-align: center;
background-color: var(--mt-theme-1);
border-radius: 50px;
display: inline-block;
color: var(--mt-common-white);
}
.mtrecipes__2 .mtrecipes__content > a i {
font-size: 22px;
transform: rotate(-45deg);
}
.mtrecipes__3 .mtrecipes__main-wrapper {
margin-left: 80px;
margin-right: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mtrecipes__3 .mtrecipes__main-wrapper {
margin: 0;
}
}
.mtrecipes__3 .mtrecipes__item {
padding: 12px;
}
.mtrecipes__3 .mtrecipes__item:hover .mtrecipes__content {
opacity: 1;
visibility: visible;
left: 40px;
}
.mtrecipes__3 .mtrecipes__thumb img {
width: 100%;
height: 500px;
object-fit: cover;
}
.mtrecipes__3 .mtrecipes__content {
position: absolute;
left: 0px;
bottom: 40px;
width: 400px;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mtrecipes__3 .mtrecipes__content span {
color: var(--mt-common-white);
text-transform: uppercase;
background-color: var(--mt-theme-1);
padding: 4px 24px;
display: inline-block;
}
.mtrecipes__3 .mtrecipes__title {
color: var(--mt-common-black);
background-color: var(--mt-common-white);
display: inline-block;
padding: 5px 24px;
font-size: 24px;
font-weight: 600;
}
.cols-3 {
width: 33.33%;
margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.cols-3 {
width: 50%;
}
}
@media (max-width: 767px) {
.cols-3 {
width: 100%;
}
}
.grid-item--width2 {
width: 40%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.grid-item--width2 {
width: 50%;
}
}
@media (max-width: 767px) {
.grid-item--width2 {
width: 100%;
}
}
.grid-item--width3 {
width: 29%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.grid-item--width3 {
width: 50%;
}
}
@media (max-width: 767px) {
.grid-item--width3 {
width: 100%;
}
}
.mtrecipes__active .swiper-wrapper {
align-items: center;
}
.mtrecipes__active .swiper-slide .mtrecipes__item {
width: 80%;
}
.mtrecipes__active .swiper-slide.swiper-slide-active .mtrecipes__item {
width: 100%;
margin: 0px auto;
}
.mtrecipes__pagination {
display: flex;
display: flex;
align-items: center;
justify-content: center;
}
.mtrecipes__pagination .swiper-pagination-bullet {
background: var(--mt-common-white);
width: 12px;
height: 12px;
}
.mtrecipes__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: var(--mt-theme-1);
}
.mtinstagram__item:hover .mtinstagram__icon {
opacity: 1;
visibility: visible;
left: 50%;
}
.mtinstagram__item:hover .mtinstagram__thumb::before {
opacity: 1;
visibility: visible;
}
.mtinstagram__thumb::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(10, 10, 10, 0.5);
opacity: 0;
visibility: hidden;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mtinstagram__thumb img {
width: 100%;
}
.mtinstagram__icon {
position: absolute;
z-index: 2;
top: 50%;
left: 0%;
transform: translate(-50%, -50%);
opacity: 0;
visibility: hidden;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mtinstagram__icon a {
width: 80px;
height: 80px;
line-height: 80px;
border: 2px solid var(--mt-common-white);
display: inline-block;
border-radius: 50px;
color: #fff;
text-align: center;
font-size: 28px;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.mtinstagram__2 .mtinstagram .mtinstagram__thumb::before {
display: none;
}
.mtinstagram__2 .mtinstagram__item {
margin: 0px -40px;
}
.mtnewsletter__wrapper {
padding: 50px 50px 20px 50px;
background-repeat: no-repeat;
background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mtnewsletter__wrapper {
padding: 50px 9px 20px 9px;
}
}
.mtnewsletter__input {
margin: 5px;
}
@media (max-width: 767px) {
.mtnewsletter__input-wrap {
flex-wrap: wrap;
justify-content: center !important;
}
}
.mtnewsletter__input input {
background-color: #101010;
border-radius: 50px;
}
.mtnewsletter__input span {
position: absolute;
right: 10%;
top: 25%;
}
@media only screen and (min-width: 1700px) and (max-width: 1850px) {
.mtslidermobile {
padding-bottom: 50px;
}
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.mtslidermobile {
padding-bottom: 30px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mtslidermobile {
padding-bottom: 30px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mtslidermobile {
padding-bottom: 30px;
}
}
.mtslider__main-wrap {
padding-left: 290px;
}
@media only screen and (min-width: 1700px) and (max-width: 1850px) {
.mtslider__main-wrap {
padding-left: 190px;
}
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.mtslider__main-wrap {
padding-left: 150px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mtslider__main-wrap {
padding-left: 120px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mtslider__main-wrap {
padding-left: 20px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.mtslider__main-wrap {
padding-left: 20px;
}
}
@media (max-width: 767px) {
.mtslider__main-wrap {
padding-left: 0px;
}
}
.mtslider__thumb-wrap {
width: 53.6%;
height: 76.6%;
position: absolute;
right: 1%;
bottom: -60px;
text-align: end;
z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mtslider__thumb-wrap {
bottom: -90px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mtslider__thumb-wrap {
position: static;
width: 100%;
}
}
.mtslider__title {
font-size: 150px;
font-family: var(--mt-ff-heading2);
line-height: 1;
font-weight: 500;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mtslider__title {
font-size: 136px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mtslider__title {
font-size: 130px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mtslider__title {
font-size: 90px;
}
}
@media (max-width: 767px) {
.mtslider__title {
font-size: 50px;
}
}
.mtslider__content {
position: relative;
z-index: 2;
}
.mtslider__content p {
font-size: 24px;
color: #B9B9B9;
line-height: 34px;
}
@media (max-width: 767px) {
.mtslider__content p {
font-size: 18px;
line-height: 25px;
}
.mtslider__content p br {
display: none;
}
}
.mtslider__box-title {
font-size: 16px;
margin-bottom: 0;
}
.mtslider__box-title span {
font-size: 13px;
color: #FD221D;
}
.mtslider__box-number {
font-size: 25px;
font-weight: 500;
margin-bottom: 0;
}
.mtslider__pagination {
z-index: 2;
position: relative;
display: flex;
justify-content: center;
align-items: center;
margin-left: auto;
margin-right: auto;
margin-top: -20px;
}
.mtslider__pagination span {
color: var(--mt-common-white);
font-size: 40px;
margin-right: 4px;
}
@media (max-width: 767px) {
.mtslider__pagination span {
font-size: 20px;
}
}
.mtslider__pagination .swiper-pagination-current {
font-size: 120px;
position: relative;
}
@media (max-width: 767px) {
.mtslider__pagination .swiper-pagination-current {
font-size: 30px;
}
}
.mtslider__pagination .swiper-pagination-current::before {
content: "0";
position: absolute;
left: -70px;
top: 50%;
font-size: 120px;
color: var(--mt-common-white);
transform: translateY(-4px);
}
@media (max-width: 767px) {
.mtslider__pagination .swiper-pagination-current::before {
font-size: 30px;
left: -20px;
transform: translateY(-11px);
}
}
.mtslider__shape {
position: absolute;
top: 16%;
left: 12%;
animation: mt__scalingAnimation 10s infinite alternate;
}
@media only screen and (min-width: 1700px) and (max-width: 1850px) {
.mtslider__shape {
left: 7%;
}
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.mtslider__shape {
left: 6%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mtslider__shape {
left: 5%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mtslider__shape {
left: -1%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mtslider__shape {
top: 10%;
left: -1%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mtslider__shape {
display: none;
}
}
.mtslider__shape-2 {
position: absolute;
left: 10%;
bottom: 25%;
animation: mttranslateY2 4s infinite alternate;
}
@media only screen and (min-width: 1700px) and (max-width: 1850px) {
.mtslider__shape-2 {
left: 5%;
}
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.mtslider__shape-2 {
left: 5%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mtslider__shape-2 {
left: 2%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mtslider__shape-2 {
left: inherit;
bottom: 10%;
right: 0;
}
}
@media (max-width: 767px) {
.mtslider__shape-2 {
display: none;
}
}
.mtslider__shape-3 {
position: absolute;
left: 40%;
bottom: 28%;
animation: mttranslateX2 6s infinite alternate;
}
@media (max-width: 767px) {
.mtslider__shape-3 {
display: none;
}
}
.mtslider__shape-4 {
position: absolute;
bottom: 20%;
right: 40%;
z-index: 2;
animation: mt-rotate-center 30s infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mtslider__shape-4 {
bottom: 4%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mtslider__shape-4 {
bottom: 55%;
right: 10%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mtslider__shape-4 {
bottom: 45%;
right: 10%;
}
}
@media (max-width: 767px) {
.mtslider__shape-4 {
bottom: 22%;
right: 0%;
}
}
.mtslider__shape-5 {
position: absolute;
top: -20%;
left: 0;
animation: mt__scalingAnimation 30s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mtslider__shape-5 {
top: 0;
}
}
.mtslider__2 .mtslider__wrapper-sm {
width: 350px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
margin-top: 40px;
padding: 0 25px;
}
@media (max-width: 767px) {
.mtslider__2 .mtslider__wrapper-sm {
width: 240px;
}
}
.mtslider__2 .mtslider__shape {
position: absolute;
left: inherit;
right: 0;
bottom: 6%;
top: inherit;
z-index: 2;
}
.mtslider__2 .mtslider__space {
margin-right: 185px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mtslider__2 .mtslider__space {
margin-right: 90px;
}
}
@media (max-width: 767px) {
.mtslider__2 .mtslider__space {
margin-right: 40px;
}
}
.mtslider__2 .mtslider__space::before {
content: "";
width: 100%;
height: 20%;
position: absolute;
background-color: rgba(16, 16, 16, 0.5215686275);
left: 0;
bottom: 0;
}
.mtslider__2 .mtslider__trans-wrap {
position: absolute;
top: -20%;
left: 0;
z-index: -1;
}
.mtslider__2 .mtslider__trans-title {
font-size: 350px;
color: #171717;
text-transform: uppercase;
line-height: 1;
}
@media only screen and (min-width: 1700px) and (max-width: 1850px) {
.mtslider__2 .mtslider__trans-title {
font-size: 340px;
text-align: center;
}
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.mtslider__2 .mtslider__trans-title {
font-size: 320px;
text-align: center;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mtslider__2 .mtslider__trans-title {
font-size: 280px;
text-align: center;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mtslider__2 .mtslider__trans-title {
font-size: 240px;
text-align: center;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mtslider__2 .mtslider__trans-title {
font-size: 200px;
text-align: center;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mtslider__2 .mtslider__trans-title {
font-size: 155px;
text-align: center;
}
}
@media (max-width: 767px) {
.mtslider__2 .mtslider__trans-title {
font-size: 70px;
text-align: center;
}
}
.mtslider-pagination {
position: absolute;
right: 5%;
top: 50% !important;
left: inherit !important;
width: inherit !important;
display: block;
transform: translateY(-50%);
}
.mtslider-pagination .swiper-pagination-bullet {
width: 16px;
height: 16px;
background: #fff;
color: white;
opacity: 1;
display: block;
margin: 7px 0 !important;
}
.mtslider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
height: 30px;
background: var(--mt-theme-1);
border-radius: 50px;
}
.mt-slider-arrow {
display: flex;
align-items: center;
justify-content: space-between;
}
.mt-slider-button {
color: #fff;
font-size: 22px;
position: absolute;
left: -20px;
bottom: 50%;
transform: translateY(50%);
}
.mt-slider-button-next {
left: inherit;
right: -20px;
color: var(--mt-theme-1);
}
.mtslider__arrow {
position: absolute;
left: 0%;
top: 50%;
transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mtslider__arrow {
left: inherit;
top: inherit;
transform: translateY(-50%);
right: 0;
bottom: 30%;
z-index: 2;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.mtslider__arrow {
left: 3%;
top: 70%;
z-index: 2;
}
}
@media (max-width: 767px) {
.mtslider__arrow {
left: 4%;
top: 79%;
z-index: 2;
}
}
.mtslider__button span {
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid var(--mt-common-white);
font-size: 25px;
color: var(--mt-common-white);
margin-bottom: -1px;
}
@media (max-width: 767px) {
.mtslider__button span {
width: 40px;
height: 40px;
font-size: 16px;
}
}
/*----------------------------------------*/
/* 7.1 Product css start
/*----------------------------------------*/
.mtproduct__item:hover .mtproduct__title a {
background-size: 0% 2px, 100% 2px;
}
.mtproduct__item:hover .mtproduct__action-btn-wrap {
opacity: 1;
visibility: visible;
bottom: 5.5%;
}
.mtproduct__thumb-space {
background-size: cover;
background-color: #181818;
background-repeat: no-repeat;
padding: 20px;
height: 460px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.mtproduct__title {
font-size: 24px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mtproduct__title a {
background-repeat: no-repeat;
background-size: 0% 2px, 0 2px;
background-position: 100% 100%, 0 100%;
transition: background-size 0.4s linear;
background-image: linear-gradient(#ffffff, #000000), linear-gradient(#ffffff, #000000);
}
.mtproduct__rating span {
font-size: 16px;
color: var(--mt-theme-1);
}
.mtproduct__price span {
font-size: 16px;
font-weight: 600;
color: var(--mt-common-white);
}
.mtproduct__action-btn-wrap {
gap: 10px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
bottom: 0%;
left: 50%;
transform: translateX(-50%);
opacity: 0;
visibility: hidden;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mtproduct__action-btn a {
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
background-color: var(--mt-common-white);
border-radius: 50px;
display: inline-block;
color: var(--mt-common-black);
font-size: 20px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mtproduct__action-btn a:hover {
background-color: var(--mt-theme-1);
color: var(--mt-common-white);
}
.mtproduct__shape {
position: absolute;
bottom: 3%;
left: 0;
animation: mttranslateY2 5s infinite alternate;
}
.mtproduct__2 .mtproduct__item {
background-color: #181818;
padding: 60px 20px 50px 20px;
}
.mtproduct__2 .mtproduct__thumb img {
border-radius: 500px;
}
.mtproduct__2 .mtproduct__pagination .swiper-pagination-bullet {
width: 12px;
height: 12px;
background-color: var(--mt-common-white);
}
.mtproduct__2 .mtproduct__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: var(--mt-theme-1);
}
.mtproduct__details-tabthumb .mtproduct__thumb-space {
height: 528px;
}
.mtproduct__details-tabbtn button {
background-color: #181818;
padding: 30px;
margin-bottom: 16px;
border: 1px solid #181818;
}
@media (max-width: 767px) {
.mtproduct__details-tabbtn button {
margin: 7px;
}
}
.mtproduct__details-tabbtn button.active {
border: 1px solid var(--mt-theme-1);
}
.mtproduct__details-ratting span {
color: var(--mt-theme-1);
}
.mtproduct__details-ratting span.review-text {
color: var(--mt-text-body);
}
.mtproduct__details-price span {
font-size: 24px;
font-weight: 600;
color: var(--mt-common-white);
margin-right: 5px;
}
.mtproduct__details-separator {
border-bottom: 1px dashed var(--mt-border-1);
margin-bottom: 25px;
}
.mtproduct__details-quantity {
position: relative;
margin-right: 15px;
}
@media (max-width: 767px) {
.mtproduct__details-quantity-wrap {
flex-wrap: wrap;
gap: 15px;
}
}
.mtproduct__details-quantity-box span {
color: var(--mt-common-white);
}
.mtproduct__details-quantity input {
border: 0;
background-color: #181818;
width: 100%;
text-align: center;
border-radius: 50px;
}
.mtproduct__details-quantity .mt-cart-min-plus {
position: absolute;
top: 50%;
left: 20px;
text-align: center;
color: var(--mt-common-white);
transform: translateY(-50%);
}
.mtproduct__details-quantity .mt-cart-plus {
left: inherit;
right: 20px;
}
.mtproduct__details-info ul li {
list-style: none;
margin-bottom: 10px;
}
.mtproduct__details-info ul li:last-child {
margin-right: 0;
}
.mtproduct__details-info ul li span {
font-size: 14px;
font-weight: 600;
color: var(--mt-common-white);
margin-right: 10px;
}
.mtproduct__details-social span {
font-size: 14px;
font-weight: 600;
color: var(--mt-common-white);
margin-right: 10px;
}
.mtproduct__details-social a {
width: 32px;
height: 32px;
line-height: 32px;
border: 1px solid var(--mt-border-1);
border-radius: 50px;
display: inline-block;
text-align: center;
color: var(--mt-common-white);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mtproduct__details-social a:hover {
background: var(--mt-theme-1);
}
.mtproduct__details-nav-btn ul {
border-bottom: none !important;
}
.mtproduct__details-nav-btn ul li {
margin-right: 30px;
}
.mtproduct__details-nav-btn ul li button {
color: var(--mt-common-white);
font-size: 16px;
font-weight: 600;
}
.mtproduct__details-nav-btn ul li button.active {
text-decoration: underline;
}
.mtproduct__details-content-tab-wrap {
border: 1px solid var(--mt-border-1);
padding: 55px;
}
@media (max-width: 767px) {
.mtproduct__details-content-tab-wrap {
padding: 20px;
}
}
.mtproduct__details-content-tab-title {
font-size: 20px;
}
.mtproduct__details-content-tab ul li {
list-style: none;
font-size: 16px;
margin-bottom: 7px;
}
.mtproduct__details-content-tab ul li:last-child {
margin-bottom: 0;
}
.mtproduct__details-content-tab ul li span {
color: var(--mt-common-white);
font-weight: 600;
margin-right: 5px;
}
.mtproduct__details-review-title {
font-size: 24px;
}
.mtproduct__details-review .latest-comments ul li {
list-style: none;
}
.mtproduct__details-review .latest-comments ul li .comments-box {
margin-bottom: 50px;
}
.mtproduct__details-review .latest-comments ul li .comments-avatar {
flex: 0 0 auto;
}
.mtproduct__details-review .latest-comments ul li .comments-avatar img {
border-radius: 50px;
}
.mtproduct__details-review .latest-comments ul li .avatar-name b {
color: var(--mt-common-white);
font-weight: 600;
font-size: 18px;
}
.mtproduct__details-review .latest-comments ul li .user-rating ul li {
display: inline-block;
color: var(--mt-theme-1);
}
.mtproduct__details-comment .comment-title h3 {
font-size: 24px;
}
.mtproduct__details-comment .comment-rating span {
color: var(--mt-common-white);
margin-right: 10px;
}
.mtproduct__details-comment .comment-rating ul li {
list-style: none;
display: inline-block;
color: var(--mt-theme-1);
}
.mtfeature__trans {
position: absolute;
top: 0%;
z-index: -1;
margin: 0 auto;
}
.mtfeature__trans-title {
color: #171717;
font-size: 380px;
text-align: center;
}
@media only screen and (min-width: 1700px) and (max-width: 1850px) {
.mtfeature__trans-title {
font-size: 340px;
text-align: center;
}
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.mtfeature__trans-title {
font-size: 320px;
text-align: center;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mtfeature__trans-title {
font-size: 280px;
text-align: center;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mtfeature__trans-title {
font-size: 240px;
text-align: center;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mtfeature__trans-title {
font-size: 200px;
text-align: center;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mtfeature__trans-title {
font-size: 155px;
text-align: center;
}
}
@media (max-width: 767px) {
.mtfeature__trans-title {
font-size: 70px;
text-align: center;
}
}
.mtfeature__item {
overflow: hidden;
position: relative;
}
.mtfeature__item:hover a {
background-color: var(--mt-theme-1);
border-color: var(--mt-theme-1);
padding: 5px 10px;
height: auto;
line-height: 1;
text-align: start;
}
.mtfeature__item:hover a img {
left: 0;
position: static;
}
.mtfeature__item a {
width: 100%;
height: 100px;
line-height: 90px;
border: 1px dashed var(--mt-border-1);
border-radius: 50px;
display: inline-block;
text-align: center;
overflow: hidden;
padding: 5px 10px;
font-size: 24px;
font-weight: 600;
color: var(--mt-common-white);
text-align: center;
-webkit-transition: 0.9s;
-moz-transition: 0.9s;
-ms-transition: 0.9s;
-o-transition: 0.9s;
transition: 0.9s;
}
@media (max-width: 767px) {
.mtfeature__item a {
line-height: 35px;
height: 50px;
}
}
.mtfeature__item a img {
margin-right: 10px;
border-radius: 100px;
width: 150px;
height: 88px;
object-fit: cover;
left: -100%;
-webkit-transition: 0.9s;
-moz-transition: 0.9s;
-ms-transition: 0.9s;
-o-transition: 0.9s;
transition: 0.9s;
position: absolute;
}
@media (max-width: 767px) {
.mtfeature__item a img {
width: 100px;
height: 50px;
}
}
.mtfeature__item a.active {
background-color: var(--mt-theme-1);
border-color: var(--mt-theme-1);
padding: 5px 10px;
height: auto;
line-height: 1;
text-align: start;
}
.mtfeature__item a.active img {
left: 0;
position: static;
}
.mtfeature__btnall {
background-color: #101010;
border-radius: 250px;
display: inline-block;
color: #fff;
font-size: 24px;
font-weight: 600;
padding: 100px 147px;
text-align: end;
text-decoration: underline;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mtfeature__btnall {
padding: 70px 100px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mtfeature__btnall {
padding: 70px 100px;
}
}
@media (max-width: 767px) {
.mtfeature__btnall {
padding: 50px 90px;
}
}
.mtfeature__btnall:hover {
background-color: var(--mt-theme-1);
color: var(--mt-common-white);
}
.mtfeature__btnall span {
margin-left: 10px;
}
.mtfeature__btnall span i {
transform: rotate(35deg);
font-size: 24px;
color: #fff;
}
.mtbooking__boxwidth {
background: #181818;
border-radius: 32px;
padding: 110px 100px;
margin: 0 110px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.mtbooking__boxwidth {
padding: 80px 80px;
margin: 0 20px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mtbooking__boxwidth {
padding: 50px;
margin: 0 20px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mtbooking__boxwidth {
padding: 40px;
margin: 0px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mtbooking__boxwidth {
padding: 40px;
margin: 0px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mtbooking__boxwidth {
padding: 30px;
margin: 0px;
}
}
@media (max-width: 767px) {
.mtbooking__boxwidth {
padding: 30px;
margin: 0px;
}
}
.mtbooking__border {
border-bottom: 1px dashed var(--mt-border-1);
padding-bottom: 60px;
}
.mtbooking__input {
position: relative;
}
.mtbooking__input input {
border-radius: 50px;
}
.mtbooking__input span {
font-size: 18px;
color: #B9B9B9;
position: absolute;
right: 20px;
top: 50%;
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.mtbooking__select .nice-select {
outline: none;
background-color: transparent;
height: 50px;
width: 100%;
line-height: 50px;
color: var(--mt-text-body);
border: 1px solid var(--mt-border-1);
border-radius: 50px;
text-transform: capitalize;
}
.mtbooking__select .nice-select::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #727272;
}
.mtbooking__select .nice-select::-moz-placeholder {
/* Firefox 19+ */
color: #727272;
}
.mtbooking__select .nice-select:-moz-placeholder {
/* Firefox 4-18 */
color: #727272;
}
.mtbooking__select .nice-select:-ms-input-placeholder {
/* IE 10+ Edge*/
color: #727272;
}
.mtbooking__select .nice-select::placeholder {
/* MODERN BROWSER */
color: #727272;
}
.mtbooking__select .nice-select::after {
right: 26px;
}
.mtbooking__select .nice-select .list {
margin-top: 0;
border-radius: 0;
transform-origin: center center;
-moz-transform: scale(0.9) translateY(0px);
-o-transform: scale(0.9) translateY(0px);
-ms-transform: scale(0.9) translateY(0px);
-webkit-transform: scale(0.9) translateY(0px);
transform: scale(0.9) translateY(0px);
width: 100%;
padding: 12px 0;
}
.mtbooking__select .nice-select .list .option {
line-height: 1.2;
min-height: inherit;
padding-top: 7px;
padding-bottom: 7px;
color: #000;
}
.mtbooking__select .nice-select .list .option:hover {
color: var(--mt-theme-1);
}
.mtbooking__inputdat .date-picker-input-group {
padding: 0;
background-color: transparent;
background-clip: padding-box;
border: 1px solid #404040;
border-radius: 50px;
}
.mtbooking__inputdat .date-picker-input-group:hover .date-picker-indicator {
margin-right: 15px;
}
.mtbooking__inputdat .date-picker-input-group:hover .date-picker-indicator::before {
background-color: #B9B9B9;
}
.mtbooking__inputdat .date-picker-input-group .date-picker-input-wrapper input {
border: none;
border-radius: 0;
color: #B9B9B9;
font-size: 14px;
font-weight: 400;
}
.mtbooking__inputdat .date-picker-indicator {
margin-right: 15px !important;
}
.mtbooking__inputdat .date-picker-indicator::before {
background-color: #B9B9B9;
}
.mtbooking__inputdat .date-picker-cleaner {
margin-right: 15px !important;
}
.mtbooking__inputdat .date-picker-cleaner::before {
background-color: #B9B9B9;
}
.mtbooking__inputdat .date-picker-input:focus {
z-index: 5;
outline: 0;
}
.mtbooking__inputdat .date-picker-input-group:has(:focus),
.mtbooking__inputdat .date-picker.show .date-picker-input-group {
background-color: transparent;
border-color: #404040;
outline: 0;
box-shadow: none;
}
.mtbooking__inputdat .time-picker-input-group {
padding: 0;
background-color: transparent;
background-clip: padding-box;
border: 1px solid #404040;
border-radius: 50px;
display: inline-block;
}
.mtbooking__inputdat .time-picker-input-group input {
border: none;
border-radius: 0;
color: #B9B9B9;
font-size: 14px;
font-weight: 400;
}
.mtbooking__inputdat .time-picker-indicator::before {
background-color: #B9B9B9;
}
.mtbooking__inputdat .time-picker.show .time-picker-input {
color: #B9B9B9;
}
.mtbooking__inputdat .time-picker-cleaner {
margin-right: 15px !important;
}
.mtbooking__inputdat .time-picker-cleaner::before {
background-color: #B9B9B9;
}
.mtbooking__inputdat .time-picker-input-group:has(:focus),
.mtbooking__inputdat .time-picker.show .time-picker-input-group {
background-color: transparent;
border-color: var(--mt-border-1);
outline: 0;
box-shadow: none;
}
.mt-whislist-main-title {
font-size: 62px;
}
.mt-whislist table {
background: transparent;
--bs-table-bg: transparent;
border-bottom: 1px solid var(--mt-border-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-whislist table {
width: 840px;
}
}
.mt-whislist-header tr th {
padding: 24px 0;
text-align: left;
font-size: 16px;
font-weight: 600;
color: var(--mt-common-white);
background-color: transparent;
border-bottom: 1px solid var(--mt-border-1);
}
.mt-whislist-header tr th span {
margin-right: 3px;
}
.mt-whislist tbody tr {
border-bottom: 1px solid var(--mt-border-1);
}
.mt-whislist tbody tr td {
padding: 24px 0;
font-size: 16px;
font-weight: 500;
vertical-align: middle;
color: var(--mt-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-whislist tbody tr td {
padding: 15px 5px 15px 5px;
}
}
@media (max-width: 767px) {
.mt-whislist tbody tr td {
padding: 8px;
}
}
.mt-whislist tbody tr td img {
width: 120px;
}
.mt-whislist-img {
padding: 15px;
background-color: #181818;
}
.mt-whislist-img img {
width: 60px !important;
height: 60px !important;
object-fit: cover;
}
.mt-whislist-title {
font-size: 16px;
font-weight: 600;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.mt-whislist-title:hover {
color: var(--mt-theme-1);
}
.mt-whislist-info span {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
border: 1px solid #EAEAEF;
color: #646373;
}
.mt-whislist-pricedel {
font-size: 16px;
font-weight: 600;
color: #646373;
}
.mt-whislist-price span {
color: var(--mt-common-white);
font-weight: 600;
font-size: 16px;
}
.mt-whislist-remove {
text-align: center;
}
.mt-whislist-remove button {
border: 1px solid var(--mt-border-1);
border-radius: 50%;
padding: 8px 15px;
color: var(--mt-common-white);
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.mt-whislist-remove button:hover {
background-color: var(--mt-theme-1);
}
.mt-whislist-action-btn {
text-align: end;
}
.mt-coupon-all.mtboxwidth {
background: #181818;
padding: 24px;
}
.mt-coupon-all h3 {
font-size: 24px;
}
.mt-coupon-all .mt-coupon input {
border-radius: 0px;
background-color: transparent;
position: relative;
width: calc(100% - 100px);
}
.mt-coupon-all .mt-coupon .mt-btn-apply-coupon {
border-radius: 0 !important;
}
.mt-cart-page-total {
position: relative;
background: #181818;
padding: 24px;
}
.mt-cart-page-total .mtcart-title {
font-size: 24px;
}
.mt-cart-subtotal-price {
font-size: 18px;
font-weight: 600;
color: var(--mt-common-white);
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: 11px;
margin-bottom: 32px;
border-bottom: 1px solid var(--mt-border-1);
}
.mt-cart-shipping-cart-box {
font-size: 18px;
font-weight: 600;
color: var(--mt-common-white);
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 15px;
}
.mt-cart-shipping-list label {
font-size: 16px;
color: var(--mt-common-white);
margin-bottom: 8px;
}
.mt-cart-shipping-list label .radio-input {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
width: 16px;
height: 16px;
border: 1px solid #646373;
border-radius: 50%;
display: inline-block;
margin-right: 8px;
position: relative;
}
.mt-cart-shipping-list label .radio-input:checked {
background-color: green;
border-color: green;
}
.mt-cart-change {
font-size: 16px;
font-weight: 500;
color: var(--mt-theme-1);
margin-top: 8px;
display: inline-block;
}
.mt-cart-total {
margin-top: 55px;
padding-top: 14px;
border-top: 1px solid var(--mt-border-1);
display: flex;
align-items: center;
justify-content: space-between;
}
.mt-cart-total span {
font-size: 18px;
font-weight: 600;
color: var(--mt-common-white);
}
tbody,
td,
tfoot,
th,
thead,
tr {
border-color: inherit;
border-style: none;
border-width: 0;
background-color: transparent;
}
/*----------------------------------------*/
/* 7.5 checkout css start
/*----------------------------------------*/
.mt-checkout-btn {
display: inline-block;
font-size: 16px;
font-weight: 500;
color: var(--mt-common-white);
background-color: var(--mt-theme-1);
height: 50px;
line-height: 50px;
padding: 0 30px;
text-align: center;
}
.mt-checkout-btn:hover {
background-color: var(--mt-common-black);
color: var(--mt-common-white);
}
.mt-checkout-input {
margin-bottom: 33px;
}
.mt-checkout-input label {
padding-bottom: 8px;
color: var(--mt-text-body);
font-family: var(--mt-ff-body);
font-size: 16px;
font-weight: 600;
}
.mt-checkout-input label span {
color: var(--mt-theme-1);
}
.mt-checkout-input textarea {
height: 200px;
resize: none;
padding: 25px;
font-size: 14px;
}
.mt-checkout-input .nice-select {
height: 64px;
line-height: 63px;
border-radius: 0;
border: 0;
float: none;
padding: 0 25px;
font-size: 14px;
}
.mt-checkout-input .nice-select::after {
right: 26px;
}
.mt-checkout-input .nice-select.open .list {
-moz-transform: scale(1) translateY(0px);
-o-transform: scale(1) translateY(0px);
-ms-transform: scale(1) translateY(0px);
-webkit-transform: scale(1) translateY(0px);
transform: scale(1) translateY(0px);
}
.mt-checkout-input .nice-select .list {
margin-top: 0;
border-radius: 0;
transform-origin: center center;
-moz-transform: scale(0.9) translateY(0px);
-o-transform: scale(0.9) translateY(0px);
-ms-transform: scale(0.9) translateY(0px);
-webkit-transform: scale(0.9) translateY(0px);
transform: scale(0.9) translateY(0px);
width: 100%;
padding: 12px 0;
}
.mt-checkout-input .nice-select .list .option {
line-height: 1.2;
min-height: inherit;
padding-top: 5px;
padding-bottom: 5px;
}
.mt-checkout-input .nice-select .list .option:hover {
color: var(--mt-theme-1);
}
.mt-checkout-option {
margin-bottom: 4px;
}
.mt-checkout-option-wrapper {
margin-top: -10px;
margin-bottom: 17px;
}
.mt-checkout-option input {
display: none;
}
.mt-checkout-option input:checked ~ label::after {
background-color: var(--mt-theme-1);
border-color: var(--mt-theme-1);
}
.mt-checkout-option input:checked ~ label::before {
visibility: visible;
opacity: 1;
}
.mt-checkout-option label {
position: relative;
padding-left: 26px;
z-index: 1;
color: var(--mt-common-white);
font-size: 16px;
font-weight: 600;
text-decoration: underline;
}
.mt-checkout-option label::after {
position: absolute;
content: "";
top: 5px;
left: 0;
width: 18px;
height: 18px;
line-height: 16px;
text-align: center;
border: 1px solid var(--mt-border-1);
z-index: -1;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
border-radius: 4px;
}
.mt-checkout-option label::before {
position: absolute;
content: "\f00c";
top: 2px;
left: 4px;
font-size: 12px;
text-align: center;
visibility: hidden;
opacity: 0;
color: var(--mt-common-white);
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
font-family: "Font Awesome 5 Pro";
}
.mt-checkout-option label a:hover {
color: var(--mt-theme-1);
}
.mt-checkout-option label:hover {
cursor: pointer;
}
.mt-checkout-bill-title {
font-weight: 600;
font-size: 26px;
margin-bottom: 35px;
}
.mt-checkout-payment {
margin-bottom: 24px;
border-radius: 8px;
border: 1px solid var(--mt-border-1);
background-color: #181818;
padding: 20px;
}
.mt-checkout-payment-title {
font-size: 20px;
font-weight: 600;
font-family: var(--mt-ff-body);
}
.mt-checkout-payment-item:not(:last-child) {
margin-bottom: 10px;
}
.mt-checkout-payment-item.paypal-payment label {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.mt-checkout-payment-item input {
display: none;
}
.mt-checkout-payment-item input:checked ~ label::before {
opacity: 1;
visibility: visible;
}
.mt-checkout-payment-item label {
font-size: 14px;
position: relative;
padding-left: 27px;
font-weight: 500;
color: var(--mt-common-white);
}
.mt-checkout-payment-item label:hover {
cursor: pointer;
}
.mt-checkout-payment-item label::after {
position: absolute;
content: "";
left: 0;
top: 3px;
width: 16px;
height: 16px;
border-radius: 50%;
border: 1px solid var(--mt-theme-1);
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.mt-checkout-payment-item label::before {
position: absolute;
content: "";
left: 3px;
top: 6px;
width: 10px;
height: 10px;
border-radius: 50%;
background-color: var(--mt-theme-1);
visibility: hidden;
opacity: 0;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.mt-checkout-payment-item label img {
margin-left: 14px;
-moz-transform: translateY(1px);
-o-transform: translateY(1px);
-ms-transform: translateY(1px);
-webkit-transform: translateY(1px);
transform: translateY(1px);
}
.mt-checkout-payment-item label a {
margin-left: 20px;
position: relative;
}
.mt-checkout-payment-desc {
position: relative;
padding-top: 10px;
display: none;
}
.mt-checkout-payment-desc::after {
position: absolute;
content: "";
left: 57px;
top: 0;
width: 16px;
height: 16px;
background-color: var(--mt-common-black-1);
-moz-transform: translateY(3px) rotate(45deg);
-o-transform: translateY(3px) rotate(45deg);
-ms-transform: translateY(3px) rotate(45deg);
-webkit-transform: translateY(3px) rotate(45deg);
transform: translateY(3px) rotate(45deg);
}
.mt-checkout-payment-desc p {
background-color: var(--mt-common-black-1);
padding: 19px 30px;
margin-left: 27px;
font-size: 14px;
line-height: 1.57;
color: var(--mt-text-body);
margin-bottom: 0;
}
.mt-checkout-agree {
margin-bottom: 24px;
}
.mt-return-customer {
display: none;
margin-top: 14px;
padding: 40px 40px;
background-color: var(--mt-grey-1);
}
.mt-return-customer-input {
margin-bottom: 20px;
}
.mt-return-customer-input label {
font-weight: 500;
color: var(--mt-common-black);
padding-bottom: 10px;
}
.mt-return-customer-input label span {
color: red;
}
.mt-return-customer-input input {
width: 100%;
background: #fff;
border: 0;
color: var(--mt-common-black);
height: 64px;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
border: 1px solid transparent;
}
.mt-return-customer-input input:focus {
border: 1px solid var(--mt-theme-1);
}
.mt-return-customer-remeber input {
display: none;
}
.mt-return-customer-remeber input:checked ~ label::after {
background-color: var(--mt-theme-1);
border-color: var(--mt-theme-1);
}
.mt-return-customer-remeber input:checked ~ label::before {
visibility: visible;
opacity: 1;
}
.mt-return-customer-remeber label {
font-size: 15px;
color: #55585B;
position: relative;
padding-left: 26px;
z-index: 1;
}
.mt-return-customer-remeber label::after {
position: absolute;
content: "";
top: 3px;
left: 0;
width: 18px;
height: 18px;
line-height: 16px;
text-align: center;
border: 1px solid rgba(6, 7, 40, 0.2);
z-index: -1;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.mt-return-customer-remeber label::before {
position: absolute;
content: "\f00c";
top: 0px;
left: 5px;
font-size: 10px;
text-align: center;
visibility: hidden;
opacity: 0;
color: var(--mt-common-white);
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
font-family: "Font Awesome 5 Pro";
}
.mt-return-customer-remeber label a:hover {
color: var(--mt-common-orange);
}
.mt-return-customer-remeber label:hover {
cursor: pointer;
}
.mt-return-customer-forgot a {
font-weight: 400;
font-size: 15px;
color: var(--mt-theme-2);
position: relative;
display: inline-block;
}
.mt-return-customer-forgot a::after {
position: absolute;
content: "";
left: auto;
right: 0;
bottom: 4px;
width: 0%;
height: 1px;
background-color: var(--mt-theme-primary);
}
.mt-return-customer-forgot a:hover::after {
left: 0;
right: auto;
width: 100%;
}
.mt-order-details {
padding: 70px 100px 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-order-details {
padding: 70px 70px 55px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-order-details {
padding: 70px 30px 55px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.mt-order-details {
padding: 70px 50px 55px;
}
}
@media (max-width: 767px) {
.mt-order-details {
padding: 40px 30px 45px;
}
}
.mt-order-details-icon {
margin-bottom: 22px;
}
.mt-order-details-icon span {
display: inline-block;
width: 120px;
height: 120px;
line-height: 118px;
text-align: center;
font-size: 55px;
color: var(--mt-common-white);
border: 1px solid rgba rgba(255, 255, 255, 0.2);
border-radius: 50%;
}
.mt-order-details-title {
font-size: 30px;
font-weight: 600;
color: var(--mt-common-white);
margin-bottom: 7px;
}
.mt-order-details-content p {
font-size: 16px;
color: var(--mt-common-white);
line-height: 1.38;
}
.mt-order-details-item {
margin-bottom: 38px;
}
.mt-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .mt-order-details-item {
padding-left: 40px;
}
@media (max-width: 767px) {
.mt-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .mt-order-details-item {
padding-left: 0;
}
}
.mt-order-details-item h4 {
font-size: 18px;
color: var(--mt-common-white);
margin-bottom: 0;
font-weight: 400;
}
.mt-order-details-item p {
font-weight: 700;
font-size: 18px;
color: var(--mt-common-white);
margin-bottom: 0;
}
.mt-order-info-wrapper {
padding: 42px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-order-info-wrapper {
padding: 42px 40px;
}
}
@media (max-width: 767px) {
.mt-order-info-wrapper {
padding: 42px 30px;
}
}
.mt-order-info-title {
font-size: 26px;
font-weight: 600;
margin-bottom: 40px;
}
.mt-order-info-list-img {
border-radius: 4px;
background: #EAEAEF;
text-align: center;
margin-right: 15px;
}
.mt-order-info-list-img img {
width: 85px;
height: 85px;
object-fit: cover;
}
.mt-order-info-list-title {
color: var(--mt-common-white);
font-family: var(--mt-ff-body);
font-size: 16px;
font-weight: 600;
line-height: 1.3;
}
.mt-order-info-list-content span {
font-size: 14px;
font-weight: 500;
border-radius: 4px;
padding: 2px 5px;
border: 1px solid var(--mt-border-1);
margin-right: 8px;
}
.mt-order-info-list-content p {
font-size: 14px;
font-weight: 600;
display: inline-block;
}
.mt-order-info-list-price span {
font-size: 18px;
font-weight: 600;
color: var(--mt-common-white);
}
.mt-order-info-list-subtotal {
padding: 28px 0 !important;
}
.mt-order-info-list-subtotal span {
font-size: 16px;
font-weight: 600;
color: var(--mt-common-white);
}
.mt-order-info-list-subtotal span.price {
font-size: 16px;
}
.mt-order-info-list-shipping {
padding: 28px 0 !important;
}
.mt-order-info-list-shipping span {
font-size: 16px;
font-weight: 600;
color: var(--mt-common-white);
}
.mt-order-info-list-shipping span.price {
font-size: 16px;
}
.mt-order-info-list ul li {
list-style: none;
padding: 15px 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid var(--mt-border-1);
}
.mt-order-info-list ul li.mt-order-info-list-header {
padding-top: 0;
padding-bottom: 12px;
}
.mt-order-info-list ul li.mt-order-info-list-header h4 {
font-size: 16px;
font-weight: 500;
margin-bottom: 0;
}
.mt-order-info-list ul li.mt-order-info-list-desc p {
font-size: 15px;
margin-bottom: 0;
}
.mt-order-info-list ul li.mt-order-info-list-desc p span {
font-size: 15px;
font-weight: 500;
}
.mt-order-info-list ul li.mt-order-info-list-total {
padding: 14px 0;
}
.mt-order-info-list ul li.mt-order-info-list-total span {
font-size: 16px;
font-weight: 500;
}
.mt-order-inner {
background-color: var(--mt-common-white);
box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
}
.mt-checkout-area .offset-1 {
margin: 0;
}
.mt-contact-form-wrap-bg {
background-color: #181818;
padding: 50px 60px 40px 60px;
}
@media (max-width: 767px) {
.mt-contact-form-wrap-bg {
padding: 30px;
}
}
.mt-contact-input input {
border: none;
border-bottom: 1px solid var(--mt-border-1);
padding-left: 0;
}
.mt-contact-input textarea {
border: none;
border-bottom: 1px solid var(--mt-border-1);
padding-left: 0;
height: 60px;
}
.mt-contact-box-icon span {
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
border: 1px solid var(--mt-border-1);
border-radius: 50px;
display: inline-block;
color: var(--mt-common-white);
font-size: 24px;
}
.mt-contact-box-title {
font-size: 16px;
font-weight: 600;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mt-contact-box-title:hover {
color: var(--mt-theme-1);
}
.mt-contact-box-social a {
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
border-radius: 50px;
display: inline-block;
border: 1px solid var(--mt-border-1);
font-size: 15px;
color: #fff;
margin: 10px 0px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mt-contact-box-social a.active {
background-color: var(--mt-theme-1);
}
.mt-contact-box-social a:hover {
background-color: var(--mt-theme-1);
}
/*----------------------------------------*/
/* 7.9 error css start
/*----------------------------------------*/
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mt-error-thumb-box img {
max-width: 70%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-error-thumb-box img {
max-width: 60%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-error-thumb-box img {
max-width: 60%;
}
}
.mt-error-title {
font-weight: 700;
font-size: 48px;
margin-bottom: 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mt-error-title {
font-size: 45px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-error-title {
font-size: 40px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.mt-error-title {
font-size: 36px;
}
}
@media (max-width: 767px) {
.mt-error-title {
font-size: 30px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.mt-error-title {
font-size: 34px;
}
}
/*# sourceMappingURL=main.css.map */