/home/moonrcjl/template.moontelict.com/maxfy/assets/css/main.css
@charset "UTF-8";
/*-----------------------------------------------------------------------------------
Template Name: A.Maxfy – The Multipurpose AI, Cyber Security & Event Platform HTML5 Template.
Author: Moontel_ICT
Support: https://help.moontelict.com/support/
Description: A.Maxfy – The Multipurpose AI, Cyber Security & Event Platform HTML5 Template. 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=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/* transform */
:root {
/**
@font family declaration
*/
--mt-ff-body: Open Sans;
--mt-ff-heading: Hanken Grotesk;
--mt-ff-p: Open Sans;
--mt-ff-fontawesome: "Font Awesome 6 Pro";
/**
@color declaration
*/
--mt-common-white: #fff;
--mt-common-white-2: #F8F8F8;
--mt-common-black: #000000;
--mt-common-black-1: #0A0B0C;
--mt-common-black-2: #070707;
--mt-common-black-3: #000B04;
--mt-common-black-4: #001005;
--mt-grey-1: #001005;
--mt-grey-2: #DCDCDC;
--mt-grey-3: #F8F8F8;
--mt-grey-4: #f7dfc4;
--mt-text-body: #CDCDCD;
--mt-text-p: #CDCDCD;
--mt-text-2: #767676;
--mt-theme-1: #CCFF02;
--mt-theme-2: #FFEA00;
--mt-theme-3: #FF2E00;
--mt-theme-4: #2555FF;
--mt-theme-5: #C4D6B0;
--mt-border-1: #212121;
--mt-border-2: #C8C8C8;
--mt-border-3: #8b8b8b;
--mt-gradient-1: linear-gradient(266deg, #CCFF02 7.19%, #68FFB3 98.22%);
--mt-gradient-2: linear-gradient(266deg, #68FFB3 7.19%, #CCFF02 98.22%);
--mt-gradient-3: linear-gradient(90deg, #FD5B38 0%, #3F2BB8 100%);
--mt-gradient-4: linear-gradient(90deg, #3F2BB8 0%, #FD5B38 100%);
}
/*----------------------------------------*/
/* 2.1 Back to top
/*----------------------------------------*/
#back-to-top {
position: fixed;
right: 50px;
bottom: 50px;
background: var(--mt-theme-2);
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 {
padding: 0 23px;
font-size: 14px;
font-weight: 700;
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-gradient-1);
}
.mt-btn span {
position: relative;
z-index: 2;
}
.mt-btn span i {
margin-left: 5px;
transform: rotate(-45deg);
font-size: 16px;
transition: all 0.5s ease-in-out;
}
.mt-btn img {
margin-left: 5px;
transition: all 0.5s ease-in-out;
}
.mt-btn:hover {
color: var(--mt-common-black);
border-radius: 50px;
background: var(--mt-gradient-2);
}
.mt-btn:hover span i {
transform: rotate(0);
}
.mt-btn-2 {
padding: 0 23px;
font-size: 14px;
font-weight: 700;
font-family: var(--mt-ff-heading);
height: 50px;
line-height: 52px;
display: inline-block;
text-transform: uppercase;
border-radius: 50px;
background: var(--mt-theme-2);
color: var(--mt-common-black);
transition: all 0.5s ease-in-out;
position: relative;
}
.mt-btn-2.btn-footer {
padding: 0 62px;
}
.mt-btn-2 i {
margin-left: 5px;
font-size: 25px;
transform: translateY(4px);
}
.mt-btn-2 span {
position: relative;
z-index: 1;
margin-left: 3px;
}
.mt-btn-2:hover {
color: var(--mt-common-black);
background: var(--mt-common-white);
transform: translateY(-5px);
box-shadow: 0px 20px 55px -3px rgba(255, 255, 255, 0.1);
}
.mt-btn-3 {
padding: 0 23px;
font-size: 16px;
font-weight: 700;
height: 50px;
line-height: 50px;
display: inline-block;
color: var(--mt-common-white);
transition: 0.5s;
position: relative;
background: var(--mt-theme-3);
}
.mt-btn-3 span {
position: relative;
z-index: 2;
margin-left: 8px;
}
.mt-btn-3:hover {
background: var(--Linear-02, linear-gradient(90deg, #FD5B38 0%, #3F2BB8 100%));
color: var(--mt-common-white);
}
.mt-btn-4 {
font-size: 16px;
font-weight: 500;
height: 50px;
padding: 0px 24px;
line-height: 50px;
display: inline-block;
color: var(--mt-common-white);
transition: all 0.5s ease-in-out;
position: relative;
background: var(--mt-theme-4);
border-radius: 50px;
}
.mt-btn-4 i {
margin-left: 4px;
font-size: 16px;
transition: all 0.5s ease-in-out;
}
.mt-btn-4 img {
margin-left: 5px;
transition: all 0.5s ease-in-out;
}
.mt-btn-4.small-btn {
border: 1px solid rgba(255, 255, 255, 0.2);
background: transparent;
width: 100%;
}
.mt-btn-4:hover {
background: var(--mt-theme-2);
color: var(--mt-common-black);
}
.mt-btn-5 {
font-size: 16px;
font-weight: 700;
height: 50px;
padding: 0px 24px;
line-height: 50px;
display: inline-block;
color: var(--mt-common-white);
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
position: relative;
background: var(--mt-theme-4);
border-radius: 0px;
}
.mt-btn-5 span {
position: relative;
z-index: 2;
margin-right: 8px;
}
.mt-btn-5 span i {
margin-left: 5px;
font-size: 16px;
transition: all 0.5s ease-in-out;
}
.mt-btn-5 img {
margin-left: 5px;
transition: all 0.5s ease-in-out;
}
.mt-btn-5.mtborder {
height: 50px;
padding: 0px 30px;
border: 1px solid var(--mt-border-1);
background-color: transparent;
color: #000;
}
.mt-btn-5.mtborder.mtblack {
color: var(--mt-common-white);
border: 1px solid var(--mt-border-2);
}
.mt-btn-5.small-btn {
border: 1px solid rgba(255, 255, 255, 0.2);
background: transparent;
width: 100%;
}
.mt-btn-5.mtwhite {
background-color: var(--mt-common-white);
color: var(--mt-common-black);
}
.mt-btn-5:hover {
background: var(--mt-theme-2);
color: #000;
}
.mt-btn-5:hover.mtborder {
border-color: var(--mt-theme-2);
}
.mt-btn-5:hover.mtborder.mtblack {
color: #000;
}
.mt-btn-6 {
font-size: 16px;
font-weight: 700;
height: 50px;
padding: 0px 24px;
line-height: 50px;
display: inline-block;
color: var(--mt-common-white);
transition: 0.9s;
position: relative;
border-radius: 50px;
background: var(--mt-gradient-3);
}
.mt-btn-6 span {
position: relative;
z-index: 2;
margin-left: 5px;
}
.mt-btn-6:hover {
background: var(--mt-gradient-4);
}
.mt-btn-black {
padding: 0 30px;
font-size: 14px;
font-weight: 700;
height: 40px;
line-height: 40px;
display: inline-block;
color: var(--mt-common-white);
background-color: var(--mt-common-black);
transition: all 0.5s ease-in-out;
position: relative;
border-radius: 50px;
}
.mt-btn-black span {
position: relative;
z-index: 1;
font-size: 22px;
}
.mt-btn-black.small {
border-radius: 0px;
font-weight: 600;
height: 50px;
line-height: 50px;
padding: 0px 44px;
}
.mt-btn-black.small span {
font-size: 14px;
}
.mt-btn-black:hover {
color: var(--mt-common-white);
}
.mt-btn-black:hover.small {
background-color: var(--mt-theme-2);
color: var(--mt-common-black);
}
.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-common-white);
transition: all 0.5s ease-in-out;
position: relative;
border-radius: 50px;
}
.mt-btn-border span {
position: relative;
z-index: 1;
}
.mt-btn-border:hover {
color: var(--mt-theme-3);
border-color: var(--mt-theme-3);
}
.mt-btn-border:hover span svg path {
fill: var(--mt-theme-3);
}
.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
/*----------------------------------------*/
#loading {
background-color: var(--mt-theme-2);
height: 100%;
width: 100%;
position: fixed;
z-index: 999;
margin-top: 0px;
top: 0px;
}
#loading-center {
width: 100%;
height: 100%;
position: relative;
}
#loading-center-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 200px;
width: 200px;
margin-top: -100px;
margin-left: -100px;
-ms-transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.object {
-moz-border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
position: absolute;
border-top: 5px solid #000;
border-bottom: 5px solid transparent;
border-left: 5px solid #000;
border-right: 5px solid transparent;
-webkit-animation: animate 2s infinite;
animation: animate 2s infinite;
}
#object_one {
left: 75px;
top: 75px;
width: 50px;
height: 50px;
}
#object_two {
left: 65px;
top: 65px;
width: 70px;
height: 70px;
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
#object_three {
left: 55px;
top: 55px;
width: 90px;
height: 90px;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
#object_four {
left: 45px;
top: 45px;
width: 110px;
height: 110px;
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
@-webkit-keyframes animate {
50% {
-ms-transform: rotate(360deg) scale(0.8);
-webkit-transform: rotate(360deg) scale(0.8);
transform: rotate(360deg) scale(0.8);
}
}
@keyframes animate {
50% {
-ms-transform: rotate(360deg) scale(0.8);
-webkit-transform: rotate(360deg) scale(0.8);
transform: rotate(360deg) scale(0.8);
}
}
/*----------------------------------------*/
/* 2.6 Background
/*----------------------------------------*/
.white-bg {
background-color: var(--mt-common-white);
}
.white-bg-2 {
background-color: var(--mt-common-white-2);
}
.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);
}
.black-bg-4 {
background-color: var(--mt-common-black-4);
}
.theme-bg {
background-color: var(--mt-theme-1);
}
.theme-bg-2 {
background-color: var(--mt-theme-2);
}
.theme-bg-5 {
background-color: var(--mt-theme-5);
}
.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: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
border-color: #999;
}
.nice-select::after {
position: absolute;
content: "\f107";
top: 50%;
right: 0;
font-family: var(--mt-ff-fontawesome);
color: var(--mt-common-black);
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;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.nice-select.open::after {
-webkit-transform: translateY(-50%) rotate(-180deg);
-moz-transform: translateY(-50%) rotate(-180deg);
-ms-transform: translateY(-50%) rotate(-180deg);
-o-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;
transition: 0.4s;
}
.mt-pagination ul li a:hover {
background-color: var(--mt-theme-2);
border-color: var(--mt-theme-2);
color: var(--mt-common-black);
}
.mt-pagination ul li a i {
font-size: 26px;
transform: translateY(3px);
}
.mt-pagination ul li a.active {
background-color: var(--mt-theme-2);
border-color: var(--mt-theme-2);
color: var(--mt-common-black);
}
.mt-pagination-4.mt-pagination ul li a:hover {
background: var(--mt-gradient-3);
border: var(--mt-gradient-3);
color: var(--mt-common-white);
}
.mt-pagination-4.mt-pagination ul li a.active {
background: var(--mt-gradient-3);
border: var(--mt-gradient-3);
color: var(--mt-common-white);
}
.mt-pagination-2.mt-pagination ul li a:hover {
background: var(--mt-theme-3);
border: var(--mt-theme-3);
color: var(--mt-common-white);
}
.mt-pagination-2.mt-pagination ul li a.active {
background: var(--mt-theme-3);
border: var(--mt-theme-3);
color: var(--mt-common-white);
}
.mt-pagination-3.mt-pagination ul li a:hover {
background: var(--mt-gradient-1);
border: var(--mt-gradient-1);
color: var(--mt-common-black);
}
.mt-pagination-3.mt-pagination ul li a.active {
background: var(--mt-gradient-1);
border: var(--mt-gradient-1);
color: var(--mt-common-black);
}
.mt-pagination-5.mt-pagination ul li a {
background-color: #ffffff;
border: 1px solid var(--mt-border-1);
color: #000000;
}
.mt-pagination-5.mt-pagination ul li a.active {
background-color: var(--mt-theme-4);
color: var(--mt-common-white);
border-color: #fff;
}
.mt-pagination-5.mt-pagination ul li a:hover {
background-color: var(--mt-theme-4);
color: var(--mt-common-white);
border-color: #fff;
}
/*----------------------------------------*/
/* 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;
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;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.mt-offcanvas-close-toggle {
font-size: 29px;
color: var(--mt-common-white);
transition: 0.3s;
}
.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;
}
.mt-offcanvas-info span:hover {
color: var(--mt-theme-2);
}
.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;
}
.mt-offcanvas-social a:hover {
background-color: var(--mt-theme-2);
color: var(--mt-common-black);
border-color: var(--mt-theme-2);
}
.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 {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-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
/*----------------------------------------*/
.mt-breadcrumb-space {
padding-top: 235px;
padding-bottom: 140px;
}
@media (max-width: 767px) {
.mt-breadcrumb-space {
padding-top: 160px;
padding-bottom: 100px;
}
}
.mt-breadcrumb-title {
font-size: 70px;
color: #fff;
}
@media (max-width: 767px) {
.mt-breadcrumb-title {
font-size: 50px;
}
}
.mt-breadcrumb-list span {
margin: 0 2px;
display: inline-block;
color: #B1B4BA;
}
.mt-breadcrumb-list span.active a {
color: var(--mt-theme-2);
}
.mt-breadcrumb-list span a {
color: #B1B4BA;
font-size: 20px;
}
.mt-breadcrumb-list span.dvir {
margin: 0 2px;
}
.mt-breadcrumb-shape-1 {
left: 10%;
top: 43%;
z-index: 1;
animation: mttranslateY2 3s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-breadcrumb-shape-1 {
width: 110px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-breadcrumb-shape-1 {
top: inherit;
bottom: 0;
width: 80px;
}
}
@media (max-width: 767px) {
.mt-breadcrumb-shape-1 {
top: inherit;
bottom: 0;
width: 80px;
}
}
.mt-breadcrumb-shape-2 {
right: 20%;
top: 30%;
z-index: 1;
animation: mttranslateY2 3s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-breadcrumb-shape-2 {
width: 190px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-breadcrumb-shape-2 {
top: 18%;
width: 150px;
right: 0;
}
}
@media (max-width: 767px) {
.mt-breadcrumb-shape-2 {
top: 18%;
width: 150px;
right: 0;
}
}
.mt-breadcrumb-shape-3 {
right: 15%;
top: 50%;
z-index: 1;
}
.mt-breadcrumb-2 {
padding-top: 340px;
padding-bottom: 260px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-breadcrumb-2 {
padding-top: 190px;
padding-bottom: 140px;
}
}
@media (max-width: 767px) {
.mt-breadcrumb-2 {
padding-top: 160px;
padding-bottom: 100px;
}
}
.mt-breadcrumb-2::before {
content: "";
background-color: rgba(0, 0, 0, 0.8);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.mt-breadcrumb-2 .mt-breadcrumb-title {
font-size: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-breadcrumb-2 .mt-breadcrumb-title {
font-size: 90px;
}
}
@media (max-width: 767px) {
.mt-breadcrumb-2 .mt-breadcrumb-title {
font-size: 50px;
}
}
.mt-breadcrumb-2 .mt-breadcrumb-list span {
text-transform: uppercase;
}
.mt-breadcrumb-2 .mt-breadcrumb-list span.active a {
color: var(--mt-theme-1);
}
.mt-breadcrumb-3 {
padding-top: 340px;
padding-bottom: 260px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
@media (max-width: 767px) {
.mt-breadcrumb-3 {
padding-top: 190px;
padding-bottom: 120px;
}
}
.mt-breadcrumb-3::before {
content: "";
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.mt-breadcrumb-3 .mt-breadcrumb-title {
font-size: 120px;
margin-bottom: 20px;
}
@media (max-width: 767px) {
.mt-breadcrumb-3 .mt-breadcrumb-title {
font-size: 50px;
}
}
.mt-breadcrumb-3 .mt-breadcrumb-list {
background: #fff;
display: inline-block;
border-radius: 50px;
padding: 8px 25px;
text-transform: uppercase;
}
.mt-breadcrumb-3 .mt-breadcrumb-list span {
font-size: 24px;
font-weight: 700;
color: #000;
}
.mt-breadcrumb-3 .mt-breadcrumb-list span a {
color: #000;
}
.mt-breadcrumb-3 .mt-breadcrumb-list span.active {
background: var(--Linear-02, linear-gradient(90deg, #FD5B38 0%, #3F2BB8 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: "Hanken Grotesk";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 34px;
text-transform: uppercase;
}
.mt-breadcrumb-3 .mt-breadcrumb-shape-1 {
left: 0%;
top: 0%;
}
.mt-breadcrumb-3 .mt-breadcrumb-shape-2 {
right: 0%;
top: 0%;
}
.mt-breadcrumb-4 {
padding-top: 300px;
padding-bottom: 260px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.mt-breadcrumb-4 {
padding-top: 250px;
padding-bottom: 180px;
}
}
@media (max-width: 767px) {
.mt-breadcrumb-4 {
padding-top: 200px;
padding-bottom: 140px;
}
}
@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-4 .mt-breadcrumb-shape {
display: none;
}
}
.mt-breadcrumb-4 .mt-breadcrumb-title {
font-size: 95px;
margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-breadcrumb-4 .mt-breadcrumb-title {
font-size: 80px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-breadcrumb-4 .mt-breadcrumb-title {
font-size: 70px;
}
}
@media (max-width: 767px) {
.mt-breadcrumb-4 .mt-breadcrumb-title {
font-size: 45px;
}
}
.mt-breadcrumb-4 .mt-breadcrumb-title span {
font-style: italic;
}
.mt-breadcrumb-4 .mt-breadcrumb-list span {
color: #fff;
}
.mt-breadcrumb-4 .mt-breadcrumb-list span a {
color: #fff;
}
.mt-breadcrumb-5 {
padding-top: 170px;
padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-breadcrumb-5 {
padding-top: 120px;
padding-bottom: 0px;
}
}
.mt-breadcrumb-5 .mt-breadcrumb-title {
font-size: 96px;
color: var(--mt-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-breadcrumb-5 .mt-breadcrumb-title {
font-size: 70px;
}
}
@media (max-width: 767px) {
.mt-breadcrumb-5 .mt-breadcrumb-title {
font-size: 45px;
}
}
.mt-breadcrumb-5 .mt-breadcrumb-list span {
margin: 0 2px;
display: inline-block;
color: var(--mt-common-black);
font-size: 24px;
font-weight: 700;
}
.mt-breadcrumb-5 .mt-breadcrumb-list span.active a {
color: var(--mt-theme-4);
}
.mt-breadcrumb-5 .mt-breadcrumb-list span.dvir {
margin: 0 2px;
}
.mt-breadcrumb-5 .mt-breadcrumb-thumb {
margin-right: -80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-breadcrumb-5 .mt-breadcrumb-thumb {
margin-right: 0;
}
}
.mt-breadcrumb-5 .mt-breadcrumb-shape-1 {
left: 0%;
top: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-breadcrumb-5 .mt-breadcrumb-shape-1 {
left: -13%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-breadcrumb-5 .mt-breadcrumb-shape-1 {
width: 560px;
left: -6%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-breadcrumb-5 .mt-breadcrumb-shape-1 {
left: -10%;
top: -10%;
}
}
.mt-breadcrumb-6 .mt-breadcrumb {
padding-top: 270px;
padding-bottom: 190px;
}
@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) {
.mt-breadcrumb-6 .mt-breadcrumb {
padding-top: 200px;
padding-bottom: 140px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-breadcrumb-6 .mt-breadcrumb {
padding-top: 180px;
padding-bottom: 100px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-breadcrumb-6 .mt-breadcrumb {
padding-top: 150px;
padding-bottom: 100px;
}
}
.mt-breadcrumb-6 .mt-breadcrumb-title {
font-size: 96px;
font-weight: 700;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-breadcrumb-6 .mt-breadcrumb-title {
font-size: 70px;
}
}
@media (max-width: 767px) {
.mt-breadcrumb-6 .mt-breadcrumb-title {
font-size: 45px;
}
}
.mt-breadcrumb-6 .mt-breadcrumb-list span {
color: var(--mt-common-black);
font-weight: 600;
}
.mt-breadcrumb-6 .mt-breadcrumb-list span.active a {
color: var(--mt-theme-4);
}
.mt-breadcrumb-6 .mt-breadcrumb-shape-1 {
left: inherit;
right: -10%;
top: -10%;
animation: mt__scalingAnimation 28s linear infinite;
}
@media (max-width: 767px) {
.mt-breadcrumb-6 .mt-breadcrumb-shape-1 {
display: none;
}
}
.mt-breadcrumb-6 .mt-breadcrumb-shape-2 {
right: 0%;
top: 0%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-breadcrumb-6 .mt-breadcrumb-shape-2 {
top: 9%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-breadcrumb-6 .mt-breadcrumb-shape-2 {
top: 13%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-breadcrumb-6 .mt-breadcrumb-shape-2 {
top: 25%;
}
}
.mt-breadcrumb-6 .mt-breadcrumb-shape-3 {
left: 15%;
top: 30%;
z-index: 1;
animation: mt__scalingAnimation 18s linear infinite;
}
@media (max-width: 767px) {
.mt-breadcrumb-6 .mt-breadcrumb-shape-3 {
display: none;
}
}
.mt-breadcrumb-6 .mt-breadcrumb-shape-4 {
right: 0%;
top: 0%;
}
.mt-breadcrumb-6 .mt-breadcrumb-shape-5 {
right: 20%;
top: 40%;
animation: mt-rotate-center 18s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-breadcrumb-6 .mt-breadcrumb-shape-5 {
right: 10%;
top: 30%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-breadcrumb-6 .mt-breadcrumb-shape-5 {
right: 6%;
top: 30%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-breadcrumb-6 .mt-breadcrumb-shape-5 {
right: 0%;
top: 30%;
}
}
@media (max-width: 767px) {
.mt-breadcrumb-6 .mt-breadcrumb-shape-5 {
display: none;
}
}
/*----------------------------------------*/
/* 2.12 Accordion
/*----------------------------------------*/
.mt-custom-accordion .accordion-items {
margin-bottom: 20px;
background-color: rgb(255, 255, 255);
box-shadow: 2px 3.464px 20px 0px rgba(16, 23, 40, 0.06);
}
.mt-custom-accordion .accordion-buttons {
position: relative;
width: 100%;
font-weight: 700;
font-size: 18px;
text-align: left;
padding: 21px 30px;
padding-left: 75px;
transition: 0.3s;
color: var(--mt-common-white);
background-color: var(--mt-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-custom-accordion .accordion-buttons {
font-size: 17px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-custom-accordion .accordion-buttons {
font-size: 16px;
}
}
@media (max-width: 767px) {
.mt-custom-accordion .accordion-buttons {
font-size: 15px;
padding: 21px 20px;
padding-left: 63px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.mt-custom-accordion .accordion-buttons {
font-size: 14px;
}
}
.mt-custom-accordion .accordion-buttons:hover {
background-color: var(--mt-theme-1);
color: var(--mt-common-white);
}
.mt-custom-accordion .accordion-buttons:hover::after {
background-color: var(--mt-common-white);
color: var(--mt-common-white);
}
.mt-custom-accordion .accordion-buttons::after {
position: absolute;
content: "\f068";
font-family: "Font Awesome 5 Pro";
top: 19px;
left: 30px;
font-weight: 700;
font-size: 12px;
opacity: 1;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
border-radius: 50%;
background-color: var(--mt-theme-1);
color: var(--mt-common-white);
transition: 0.3s;
}
@media (max-width: 767px) {
.mt-custom-accordion .accordion-buttons::after {
left: 20px;
}
}
.mt-custom-accordion .accordion-buttons.collapsed::after {
content: "\f067";
}
.mt-custom-accordion .accordion-buttons:not(.collapsed) {
border-bottom: 1px solid #ececed;
background-color: var(--mt-theme-1);
color: var(--mt-common-white);
}
.mt-custom-accordion .accordion-buttons:not(.collapsed)::after {
background-color: var(--mt-common-white);
color: var(--mt-theme-1);
}
.mt-custom-accordion .collapsed {
position: relative;
z-index: 8;
}
.mt-custom-accordion .accordion-body {
padding: 15px 30px;
padding-bottom: 25px;
padding-right: 50px;
position: relative;
z-index: 1;
font-weight: 400;
font-size: 16px;
line-height: 30px;
background-color: var(--mt-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-custom-accordion .accordion-body {
font-size: 15px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-custom-accordion .accordion-body {
font-size: 14px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-custom-accordion .accordion-body {
font-size: 14px;
}
}
@media (max-width: 767px) {
.mt-custom-accordion .accordion-body {
padding: 15px 20px;
padding-bottom: 25px;
padding-right: 20px;
font-size: 14px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.mt-custom-accordion .accordion-body {
font-size: 15px;
}
}
.mt-custom-accordion-2 .accordion-items {
margin-bottom: 20px;
border: 1px solid var(--mt-border-1);
border-radius: 10px;
}
.mt-custom-accordion-2 .accordion-buttons {
position: relative;
width: 100%;
font-weight: 700;
font-size: 18px;
text-align: left;
padding: 21px 30px;
padding-left: 60px;
transition: 0.3s;
color: var(--mt-common-white);
border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-custom-accordion-2 .accordion-buttons {
font-size: 17px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-custom-accordion-2 .accordion-buttons {
font-size: 16px;
margin-bottom: 14px;
}
}
@media (max-width: 767px) {
.mt-custom-accordion-2 .accordion-buttons {
font-size: 15px;
margin-bottom: 14px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.mt-custom-accordion-2 .accordion-buttons {
font-size: 17px;
margin-bottom: 14px;
}
}
.mt-custom-accordion-2 .accordion-buttons::after {
position: absolute;
content: "\f068";
font-family: "Font Awesome 5 Pro";
top: 15px;
left: 10px;
font-weight: 700;
font-size: 12px;
opacity: 1;
color: var(--mt-common-white);
border-radius: 30px;
border: 1px solid var(--mt-theme-2);
padding: 10px 12px;
transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-custom-accordion-2 .accordion-buttons::after {
top: 8px;
padding: 18px 12px;
}
}
@media (max-width: 767px) {
.mt-custom-accordion-2 .accordion-buttons::after {
right: 20px;
}
}
.mt-custom-accordion-2 .accordion-buttons.collapsed::after {
content: "\f067";
border: 1px solid var(--mt-common-white);
}
.mt-custom-accordion-2 .collapsed {
position: relative;
z-index: 1;
}
.mt-custom-accordion-2 .accordion-body {
position: relative;
z-index: 1;
font-weight: 400;
font-size: 16px;
line-height: 30px;
border-radius: 10px;
padding: 21px 30px;
margin-top: -1px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-custom-accordion-2 .accordion-body {
font-size: 15px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-custom-accordion-2 .accordion-body {
font-size: 14px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-custom-accordion-2 .accordion-body {
font-size: 14px;
}
}
@media (max-width: 767px) {
.mt-custom-accordion-2 .accordion-body {
font-size: 13px;
padding-right: 0;
line-height: 26px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.mt-custom-accordion-2 .accordion-body {
font-size: 15px;
}
}
/*----------------------------------------*/
/* 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;
}
.mt-section-subtitle-border {
border-radius: 50px;
border: 1px solid var(--212121, #212121);
padding: 15px 35px;
}
.mt-section-subtitle i {
height: 10px;
width: 10px;
border-radius: 30px;
background: var(--mt-theme-color);
display: inline-block;
transform: translateY(0px);
margin-right: 10px;
}
.mt-section-subtitle i.sub-dot-color {
background: var(--Linear, linear-gradient(266deg, #CCFF02 7.19%, #68FFB3 98.22%));
}
@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 strong {
background: var(--mt-common-black);
color: #fff;
padding: 3px 12px;
border-radius: 30px;
font-weight: 500;
margin-right: 6px;
}
.mt-section-subtitle.subtitle-color {
border: none;
padding: 0;
}
.mt-section-subtitle.text-color-2 {
color: #989899;
}
.mt-section-subtitle-black {
color: var(--mt-common-black);
}
.mt-section-subtitle-white {
color: var(--mt-common-white);
}
.mt-section-subtitle cite {
-webkit-text-stroke: 1px rgb(61, 61, 61);
-webkit-text-fill-color: transparent;
font-size: 156px;
margin-right: -30px;
}
.mt-section-title {
color: var(--mt-common-white);
font-size: 52px;
font-weight: 700;
text-transform: capitalize;
line-height: 1.1;
z-index: 2;
position: relative;
}
.mt-section-title span {
background: var(--Linear, linear-gradient(266deg, #CCFF02 7.19%, #68FFB3 98.22%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-section-title {
font-size: 42px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-section-title {
font-size: 40px;
}
.mt-section-title br {
display: none;
}
}
@media 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-2 {
font-size: 48px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mt-section-title-2 {
font-size: 40px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-section-title-2 {
font-size: 38px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-section-title-2 {
font-size: 40px;
}
.mt-section-title-2 br {
display: none;
}
}
@media (max-width: 767px) {
.mt-section-title-2 {
font-size: 28px;
}
.mt-section-title-2 br {
display: none;
}
}
.mt-section-title-black {
color: var(--mt-common-black);
}
/*----------------------------------------*/
/* 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);
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% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes mt-rotate-center {
0% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-ms-keyframes mt-rotate-center {
0% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes mt-rotate-center {
0% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes shine {
100% {
left: 125%;
}
}
@keyframes mt__scalingAnimation {
0% {
scale: 100%;
}
33.333% {
scale: 0.5;
}
50% {
scale: 0.7;
}
66.666% {
scale: 0.9;
}
100% {
scale: 100%;
}
}
/*----------------------------------------*/
/* 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-3);
-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-2);
-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: 1320px;
}
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/*---------------------------------
typography css start
---------------------------------*/
body {
color: var(--mt-text-p);
font-size: 16px;
font-family: var(--mt-ff-body);
font-weight: 400;
line-height: 24px;
text-transform: capitalize;
}
a {
text-decoration: none;
transition: 0.4s;
}
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.1;
-webkit-transition: color;
-moz-transition: color;
-ms-transition: color;
-o-transition: color;
transition: color;
}
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: 56px;
width: 100%;
line-height: 56px;
font-size: 15px;
color: var(--mt-common-white);
border: 0;
border-bottom: 1px solid #57595C;
text-transform: capitalize;
font-weight: 500;
}
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-20 {
--bs-gutter-x: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-gx-20 {
--bs-gutter-x: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-gx-20 {
--bs-gutter-x: 20px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.mt-gx-20 {
--bs-gutter-x: 15px;
}
}
@media (max-width: 767px) {
.mt-gx-20 {
--bs-gutter-x: 10px;
}
}
.mt-gx-20 [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-30 {
font-size: 30px;
}
@media (max-width: 767px) {
.mt-fs-30 {
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-52 {
font-size: 52px;
}
.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;
}
.mt-upper {
text-transform: uppercase;
}
.br-50 {
border-radius: 50px;
}
.mt-white {
color: #fff;
}
/*----------------------------------------*/
/* 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;
}
.mt-151 {
margin-top: 151px;
}
.mt-152 {
margin-top: 152px;
}
.mt-153 {
margin-top: 153px;
}
.mt-154 {
margin-top: 154px;
}
.mt-155 {
margin-top: 155px;
}
.mt-156 {
margin-top: 156px;
}
.mt-157 {
margin-top: 157px;
}
.mt-158 {
margin-top: 158px;
}
.mt-159 {
margin-top: 159px;
}
.mt-160 {
margin-top: 160px;
}
/*-- 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;
}
.mb-141 {
margin-bottom: 141px;
}
.mb-142 {
margin-bottom: 142px;
}
.mb-143 {
margin-bottom: 143px;
}
.mb-144 {
margin-bottom: 144px;
}
.mb-145 {
margin-bottom: 145px;
}
.mb-146 {
margin-bottom: 146px;
}
.mb-147 {
margin-bottom: 147px;
}
.mb-148 {
margin-bottom: 148px;
}
.mb-149 {
margin-bottom: 149px;
}
.mb-150 {
margin-bottom: 150px;
}
.mb-151 {
margin-bottom: 151px;
}
.mb-152 {
margin-bottom: 152px;
}
.mb-153 {
margin-bottom: 153px;
}
.mb-154 {
margin-bottom: 154px;
}
.mb-155 {
margin-bottom: 155px;
}
.mb-156 {
margin-bottom: 156px;
}
.mb-157 {
margin-bottom: 157px;
}
.mb-158 {
margin-bottom: 158px;
}
.mb-159 {
margin-bottom: 159px;
}
.mb-160 {
margin-bottom: 160px;
}
/*-- 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;
}
.pt-151 {
padding-top: 151px;
}
.pt-152 {
padding-top: 152px;
}
.pt-153 {
padding-top: 153px;
}
.pt-154 {
padding-top: 154px;
}
.pt-155 {
padding-top: 155px;
}
.pt-156 {
padding-top: 156px;
}
.pt-157 {
padding-top: 157px;
}
.pt-158 {
padding-top: 158px;
}
.pt-159 {
padding-top: 159px;
}
.pt-160 {
padding-top: 160px;
}
/*-- 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;
}
.pb-151 {
padding-bottom: 151px;
}
.pb-152 {
padding-bottom: 152px;
}
.pb-153 {
padding-bottom: 153px;
}
.pb-154 {
padding-bottom: 154px;
}
.pb-155 {
padding-bottom: 155px;
}
.pb-156 {
padding-bottom: 156px;
}
.pb-157 {
padding-bottom: 157px;
}
.pb-158 {
padding-bottom: 158px;
}
.pb-159 {
padding-bottom: 159px;
}
.pb-160 {
padding-bottom: 160px;
}
/*-- 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;
}
.pt-340 {
padding-top: 340px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.pt-340 {
padding-top: 180px;
}
}
.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-220 {
padding-top: 220px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-220 {
padding-top: 150px;
}
}
@media (max-width: 767px) {
.pt-220 {
padding-top: 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-200 {
padding-left: 200px;
padding-right: 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.plr-200 {
padding-left: 100px;
padding-right: 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.plr-200 {
padding-left: 50px;
padding-right: 50px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.plr-200 {
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-200 {
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;
}
}
.pl-200 {
padding-left: 200px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.pl-200 {
padding-left: 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.pl-200 {
padding-left: 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) {
.pl-200 {
padding-left: 0px;
}
}
.pr-50 {
padding-right: 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.pr-50 {
padding-right: 20px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.pr-50 {
padding-right: 10px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.pr-50 {
padding-right: 0px;
}
}
/* 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;
}
.header-sticky.mtwhite {
background-color: var(--mt-common-white);
}
.mt-transparent-header {
position: absolute !important;
top: 0;
left: 0;
right: 0;
z-index: 99;
}
.mt-offcanvas-toogle {
font-size: 25px;
border-radius: 20px;
color: #fff;
margin: 5px 0;
background: #23252D;
padding: 15px 20px;
}
.mt-header-top-bg {
position: relative;
}
.mt-header-top-bg::after {
content: "";
height: 100%;
width: 50%;
position: absolute;
top: 0;
left: 0;
background-color: var(--mt-theme-5);
-webkit-clip-path: polygon(0 0, calc(100% - 80px) 0%, 100% 100%, 0% 100%);
clip-path: polygon(0 0, calc(100% - 80px) 0%, 100% 100%, 0% 100%);
}
.mt-header-top-left ul li {
display: inline-block;
padding: 15px 0;
position: relative;
padding-right: 4px;
}
.mt-header-top-left ul li a {
font-size: 16px;
font-weight: 400;
line-height: 24px;
color: var(--mt-common-white);
position: relative;
}
.mt-header-top-left ul li a:before {
content: "";
width: 6px;
height: 6px;
background-color: #8A8A8A;
display: inline-block;
border-radius: 50px;
margin-right: 6px;
}
.mt-header-top-left ul li:first-child a:before {
display: none;
}
.mt-header-top-madel {
text-align: center;
}
.mt-header-top-madel span {
padding: 12px 2px;
position: relative;
color: var(--mt-common-white);
}
.mt-header-top-right {
text-align: end;
}
.mt-header-top-right ul li {
display: inline-block;
padding: 12px 2px;
position: relative;
}
.mt-header-top-right ul li a {
color: var(--mt-common-white);
}
.mt-header-top-right.header-5-left {
position: relative;
z-index: 2;
}
.mt-header-top-right.header-5-left ul li a {
color: var(--mt-common-black);
}
.mt-header-border {
border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.mt-header-main-logo {
margin-left: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-header-main-logo {
margin-left: -70px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-header-main-logo {
margin-left: 0px;
text-align: end;
}
}
.mt-header-main-menu.event ul > li {
padding: 37px 18px;
transition: 0.3s;
}
@media only screen and (min-width: 1700px) and (max-width: 1850px), only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
.mt-header-main-menu.event ul > li {
padding: 37px 15px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-header-main-menu.event ul > li {
margin-right: 5px;
padding: 37px 10px;
}
}
.mt-header-main-menu.event ul > li.dropdown:after {
content: "+";
font-size: 15px;
transition: 0.3s;
margin-left: 5px;
}
.mt-header-main-menu.event ul > li > a {
font-size: 16px;
font-weight: 700;
margin-right: 0;
padding: 0;
transition: 0.3s;
}
.mt-header-main-menu.event ul > li > a::after {
content: "";
position: absolute;
bottom: 0px;
right: 0;
left: auto;
height: 1px;
width: 100%;
background: var(--mt-gradient-3);
transition: 0.7s;
display: inline-block;
opacity: 0;
visibility: hidden;
}
.mt-header-main-menu.event ul > li .sub-menu {
border-top: 3px solid var(--mt-theme-3);
}
.mt-header-main-menu.event ul > li .sub-menu > li {
padding: 5px 20px;
display: block;
}
.mt-header-main-menu.event ul > li .sub-menu > li > a {
padding: 5px 0;
display: inline-block;
}
.mt-header-main-menu.event ul > li .sub-menu > li:hover a {
color: #000;
}
.mt-header-main-menu.event ul > li:hover > a {
color: #fff;
}
.mt-header-main-menu.event ul > li:hover > a::after {
opacity: 1;
visibility: visible;
}
.mt-header-main-menu ul li {
display: inline-block;
color: var(--mt-common-white);
position: relative;
margin-right: 16px;
}
.mt-header-main-menu ul li:last-child {
margin-right: 0;
}
.mt-header-main-menu ul li.dropdown:after {
content: "+";
font-family: var(--mt-ff-fontawesome);
font-weight: 500;
font-size: 15px;
transition: 0.3s;
margin-left: 5px;
}
.mt-header-main-menu ul li.dropdown:hover::after {
content: "\f068";
color: var(--mt-theme-1);
}
.mt-header-main-menu ul li > a {
color: var(--mt-common-white);
font-size: 18px;
padding: 38px 0;
display: inline-block;
position: relative;
}
.mt-header-main-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;
transition: 0.4s;
opacity: 0;
visibility: 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-main-menu ul li .sub-menu li {
margin-right: 0;
display: block;
}
.mt-header-main-menu ul li .sub-menu li.dropdown:after {
color: #000;
position: absolute;
right: 15px;
bottom: 5px;
}
.mt-header-main-menu ul li .sub-menu li a {
color: var(--mt-common-black);
display: block;
padding: 8px 25px;
font-size: 17px;
}
.mt-header-main-menu ul li .sub-menu li a:before {
display: none;
}
.mt-header-main-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-main-menu ul li .sub-menu li:hover > .sub-menu {
opacity: 1;
visibility: visible;
transition-duration: 0.2s;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.mt-header-main-menu ul li:hover > a {
color: var(--mt-theme-1);
}
.mt-header-main-menu ul li:hover > a:before {
opacity: 1;
top: 0;
}
.mt-header-main-menu ul li:hover .sub-menu {
opacity: 1;
visibility: visible;
transition-duration: 0.2s;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.mt-header-main-right {
display: flex;
align-items: center;
justify-content: end;
}
.mt-header-main-right.event {
gap: 30px;
}
.mt-header-main-right.event .mt-header-search,
.mt-header-main-right.event .mt-header-cart,
.mt-header-main-right.event .mt-header-bar {
position: relative;
}
.mt-header-main-right.event .mt-header-search button,
.mt-header-main-right.event .mt-header-cart button,
.mt-header-main-right.event .mt-header-bar button {
font-size: 24px;
color: white;
}
.mt-header-main-right.event .mt-header-search {
margin-right: 18px;
}
.mt-header-main-right.event .mt-header-search::before {
content: "";
width: 1px;
height: 100%;
background: #fff;
position: absolute;
right: -18px;
top: 0;
}
.mt-header-main-right.event .mt-header-cart {
margin-right: 18px;
}
.mt-header-main-right.event .mt-header-cart::before {
content: "";
width: 1px;
height: 100%;
background: #fff;
position: absolute;
right: -18px;
top: 0;
}
.mt-header-main-search {
margin-right: 30px;
}
.mt-header-main-search button span {
font-size: 24px;
color: var(--mt-common-white);
}
.mt-header-border {
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}
.mt-header-border-2 {
border-radius: 50px;
border: 1px solid rgba(194, 194, 194, 0.7);
background: rgba(255, 255, 255, 0.6);
box-shadow: 0px 16px 32px 5px rgba(180, 180, 180, 0.16);
}
.mt-header-border.borderround {
border-radius: 50px;
}
.mt-header-menu ul li {
display: inline-block;
position: relative;
margin: 0px 18px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mt-header-menu ul li {
margin: 11px;
}
}
.mt-header-menu ul li.p-static {
position: static;
}
.mt-header-menu ul li:last-child {
margin-right: 0;
}
.mt-header-menu ul li.has-dropdown:after {
content: "+";
font-family: "Font Awesome 6 Pro";
font-size: 16px;
font-weight: 400;
margin-left: 2px;
display: inline-block;
color: 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-menu ul li.has-dropdown:hover::after {
content: "\f068";
}
.mt-header-menu ul li > a {
color: var(--mt-common-black);
font-size: 18px;
font-family: var(--mt-ff-heading);
font-weight: 700;
padding: 38px 0px;
display: inline-block;
position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-header-menu ul li > a {
padding: 38px 5px;
}
}
.mt-header-menu ul li > a::after {
content: "";
position: absolute;
bottom: 0px;
right: 0;
left: auto;
height: 1px;
width: 100%;
background-color: var(--mt-theme-3);
-webkit-transition: 0.7s;
-moz-transition: 0.7s;
-ms-transition: 0.7s;
-o-transition: 0.7s;
transition: 0.7s;
display: inline-block;
opacity: 0;
visibility: hidden;
}
.mt-header-menu ul li .sub-menu {
position: absolute;
top: 100%;
left: 0;
width: 260px;
z-index: 99;
opacity: 0;
padding: 12px 0;
color: #000;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
text-align: start;
visibility: hidden;
border-radius: 0 0 14px 14px;
transform-origin: 0 0;
-webkit-transform: scale(1, 0);
-moz-transform: scale(1, 0);
-ms-transform: scale(1, 0);
-o-transform: scale(1, 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: 0;
display: block;
width: 100%;
position: relative;
}
.mt-header-menu ul li .sub-menu li.has-dropdown:after {
position: absolute;
right: 25px;
bottom: 10px;
}
.mt-header-menu ul li .sub-menu li.has-dropdown:hover::after {
content: "\f068";
}
.mt-header-menu ul li .sub-menu li a {
color: var(--mt-common-black);
display: block;
padding: 10px 25px;
font-size: 17px;
}
.mt-header-menu ul li .sub-menu li a:before {
display: none;
}
.mt-header-menu ul li .sub-menu li .sub-menu {
left: 100%;
top: 105%;
opacity: 0;
visibility: hidden;
}
.mt-header-menu ul li .sub-menu li:hover > a {
color: var(--mt-theme-1);
background: transparent;
}
.mt-header-menu ul li .sub-menu li:hover > .sub-menu {
opacity: 1;
visibility: visible;
top: 0;
}
.mt-header-menu ul li:hover.has-dropdown:after {
color: var(--mt-theme-1);
}
.mt-header-menu ul li:hover > a {
color: var(--mt-theme-1);
}
.mt-header-menu ul li:hover > a:before {
opacity: 1;
top: 0;
}
.mt-header-menu ul li:hover .sub-menu {
visibility: visible;
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.mt-header-menu ul li:hover .mt-megamenu-wrapper {
visibility: visible;
opacity: 1;
transition-duration: 0.2s;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.mt-header-right {
display: flex;
align-items: center;
justify-content: end;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-header-search {
display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-header-search {
display: none;
}
}
.mt-header-search input {
background-color: rgba(0, 0, 0, 0.03);
padding-left: 50px;
border-radius: 50px;
height: 50px;
border: 1px solid rgba(0, 0, 0, 0.03);
}
.mt-header-search button {
padding-right: 10px;
color: #767676;
position: absolute;
left: 15px;
font-size: 20px;
top: 15px;
}
.mt-header-toggle-bar button {
background-color: var(--mt-common-black);
color: var(--mt-common-white);
height: 50px;
padding: 0 20px;
border-radius: 50px;
font-size: 23px;
}
.mt-header-btn a.mtlogin {
font-size: 16px;
font-weight: 700;
color: #000;
}
.mt-header-btn a.mtlogin i {
margin-right: 6px;
font-size: 20px;
}
@media (max-width: 767px) {
.mt-header-btn {
display: none;
}
}
.mt-header-2 .mt-header-menu ul li a {
color: rgba(255, 255, 255, 0.5);
font-size: 18px;
font-family: var(--mt-ff-body);
font-weight: 500;
}
.mt-header-2 .mt-header-menu ul li.dropdown:after {
color: rgba(255, 255, 255, 0.5);
}
.mt-header-2 .mt-header-menu ul li.active > a {
color: #fff;
}
.mt-header-2 .mt-header-menu ul li.active:after {
color: #fff;
}
.mt-header-2 .mt-header-menu ul li .sub-menu li.has-dropdown::after {
color: var(--mt-common-black);
}
.mt-header-2 .mt-header-menu ul li:hover > a {
color: var(--mt-common-white);
}
.mt-header-2 .mt-header-menu ul li:hover.dropdown:after {
color: var(--mt-common-white);
}
.mt-header-2 .mt-header-btn a.mtlogin {
color: rgba(255, 255, 255, 0.7);
}
.mt-header-2 .mt-header-search button {
position: inherit;
margin-right: 15px;
color: rgba(255, 255, 255, 0.7);
}
.mt-header-2 .mt-megamenu-list ul li a {
color: rgba(0, 0, 0, 0.569);
}
.mt-header-2 .mt-megamenu-list ul li:hover > a {
color: var(--mt-theme-1);
}
.mt-header-main-right.event .mt-header-search button {
position: static !important;
}
/*----------------------------------------*/
/* 3.2 Header Style 2
/*----------------------------------------*/
.mt-header-2-main-menu ul li {
display: inline-block;
color: var(--mt-common-white);
position: relative;
margin-right: 20px;
}
.mt-header-2-main-menu ul li:last-child {
margin-right: 0;
}
.mt-header-2-main-menu ul li.active a {
color: var(--mt-theme-2);
}
.mt-header-2-main-menu ul li > a {
color: var(--mt-common-white);
font-size: 18px;
padding: 38px 0;
display: inline-block;
position: relative;
}
.mt-header-2-main-menu ul li.dropdown:after {
content: "+";
font-family: var(--mt-ff-fontawesome);
font-weight: 500;
font-size: 15px;
transition: 0.3s;
margin-left: 5px;
}
.mt-header-2-main-menu ul li.dropdown:hover::after {
content: "\f068";
}
.mt-header-2-main-menu ul li .sub-menu {
position: absolute;
width: 260px;
left: 0;
top: 100%;
background: var(--mt-common-white);
padding: 16px 0;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
transition: 0.4s;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
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);
text-align: start;
}
.mt-header-2-main-menu ul li .sub-menu > li {
margin-right: 0;
display: block;
position: relative;
}
.mt-header-2-main-menu ul li .sub-menu > li.dropdown:after {
color: #000;
position: absolute;
right: 15px;
bottom: 5px;
}
.mt-header-2-main-menu ul li .sub-menu > li a {
color: var(--mt-common-black);
display: block;
padding: 8px 25px;
font-size: 17px;
}
.mt-header-2-main-menu ul li .sub-menu > li a:before {
display: none;
}
.mt-header-2-main-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-2-main-menu ul li .sub-menu > li:hover > .sub-menu {
opacity: 1;
visibility: visible;
transition-duration: 0.2s;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.mt-header-2-main-menu ul li:hover > a {
color: var(--mt-theme-2);
}
.mt-header-2-main-menu ul li:hover > a:before {
opacity: 1;
top: 0;
}
.mt-header-2-main-menu ul li:hover.dropdown:after {
color: var(--mt-theme-2);
}
.mt-header-2-main-menu ul li:hover .sub-menu {
opacity: 1;
visibility: visible;
transition-duration: 0.2s;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.mt-header-2-main-right {
display: flex;
align-items: center;
justify-content: end;
}
.mt-header-2-main-search {
margin-right: 30px;
}
.mt-header-2-main-search button span {
font-size: 24px;
color: var(--mt-common-white);
}
.mt-login-btn {
font-size: 16px;
color: #fff;
font-family: var(--mt-ff-heading);
font-weight: 700;
}
/*----------------------------------------*/
/* 3.3 Header Style 3
/*----------------------------------------*/
.mt-header-3-main-menu ul li {
display: inline-block;
color: var(--mt-common-white);
position: relative;
}
.mt-header-3-main-menu ul li.dropdown > a:after {
content: "+";
font-family: var(--mt-ff-fontawesome);
font-weight: 500;
font-size: 15px;
transition: 0.3s;
margin-left: 5px;
}
.mt-header-3-main-menu ul li.dropdown:hover > a::after {
content: "\f068";
}
.mt-header-3-main-menu ul li > a {
color: var(--mt-common-white);
font-size: 18px;
padding: 38px 21px;
display: inline-block;
position: relative;
}
@media only screen and (min-width: 1700px) and (max-width: 1850px) {
.mt-header-3-main-menu ul li > a {
padding: 38px 15px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mt-header-3-main-menu ul li > a {
padding: 38px 15px;
}
}
.mt-header-3-main-menu ul li > a::before {
content: "";
position: absolute;
bottom: 0px;
right: 0;
left: auto;
height: 1px;
width: 100%;
background-color: var(--mt-theme-3);
transition: 0.7s;
display: inline-block;
opacity: 0;
visibility: hidden;
}
.mt-header-3-main-menu ul li .sub-menu {
position: absolute;
width: 260px;
left: 0;
top: 100%;
background: var(--mt-common-white);
padding: 0px 0;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
transition: 0.4s;
opacity: 0;
visibility: 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);
text-align: start;
}
.mt-header-3-main-menu ul li .sub-menu li {
margin-right: 0;
display: block;
}
.mt-header-3-main-menu ul li .sub-menu li.dropdown > a:after {
color: #000;
position: absolute;
right: 15px;
bottom: 5px;
}
.mt-header-3-main-menu ul li .sub-menu li > a {
color: var(--mt-common-black);
display: block;
padding: 15px 25px;
font-size: 17px;
}
.mt-header-3-main-menu ul li .sub-menu li > a:before {
display: none;
}
.mt-header-3-main-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-3-main-menu ul li .sub-menu li:hover > a {
background: transparent;
color: var(--mt-common-black);
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(253, 91, 56, 0.39) 100%);
border-radius: 0;
}
.mt-header-3-main-menu ul li .sub-menu li:hover > a:before {
opacity: 1;
bottom: 0;
visibility: visible;
}
.mt-header-3-main-menu ul li .sub-menu li:hover > .sub-menu {
opacity: 1;
visibility: visible;
transition-duration: 0.2s;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.mt-header-3-main-menu ul li:hover > a {
color: var(--mt-theme-2);
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(253, 91, 56, 0.39) 100%);
border-radius: 0;
}
.mt-header-3-main-menu ul li:hover > a:before {
opacity: 1;
bottom: 0;
visibility: visible;
}
.mt-header-3-main-menu ul li:hover .sub-menu {
opacity: 1;
visibility: visible;
transition-duration: 0.2s;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.mt-header-3-main-right {
display: flex;
align-items: center;
justify-content: end;
}
.mt-header-3-main-search {
margin-right: 30px;
}
.mt-header-3-main-search button span {
font-size: 24px;
color: var(--mt-common-white);
}
.mt-header-3-main {
display: flex;
}
.mt-header-3-main-btn a {
padding: 0 18px;
font-size: 16px;
font-weight: 700;
height: 50px;
line-height: 50px;
display: inline-block;
text-transform: uppercase;
color: var(--mt-common-white);
transition: 0.5s;
position: relative;
background: var(--mt-theme-3);
}
.mt-header-3-main-btn a span {
padding-left: 5px;
}
.mt-header-3-main-btn a:hover {
background: var(--Linear-02, linear-gradient(90deg, #FD5B38 0%, #3F2BB8 100%));
}
.mt-transparent-header {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 99;
}
.mt-header-3-search {
border: 1px solid rgba(200, 200, 200, 0.231372549);
margin-right: 15px;
color: white;
}
.mt-header-3-search input {
height: 48px;
padding-left: 50px;
border-bottom: 0;
}
.mt-header-3-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: white;
font-size: 16px;
}
.mt-header-3-search input::-moz-placeholder { /* Firefox 19+ */
color: white;
font-size: 16px;
}
.mt-header-3-search input:-moz-placeholder { /* Firefox 4-18 */
color: white;
font-size: 16px;
}
.mt-header-3-search input:-ms-input-placeholder { /* IE 10+ Edge*/
color: white;
font-size: 16px;
}
.mt-header-3-search input::placeholder { /* MODERN BROWSER */
color: white;
font-size: 16px;
}
.mt-header-3-search button {
padding-right: 10px;
color: var(--mt-common-white);
position: absolute;
left: 15px;
font-size: 20px;
top: 15px;
}
/*----------------------------------------*/
/* 4.1 Main menu css
/*----------------------------------------*/
.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: 600;
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-header-menu ul > li:hover .mt-mega-menu {
opacity: 1;
visibility: visible;
top: 100%;
transition-duration: 0.2s;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.mt-mega-menu {
position: absolute;
transition: 0.3s;
opacity: 0;
visibility: hidden;
padding: 15px 15px 0px 15px;
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: 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;
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-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-mega-menu {
visibility: visible;
opacity: 1;
transition-duration: 0.2s;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.mt-header-main-menu ul > li:hover .mt-mega-menu {
visibility: visible;
opacity: 1;
transition-duration: 0.2s;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.mt-header-3-main-menu ul > li:hover .mt-mega-menu {
visibility: visible;
opacity: 1;
transition-duration: 0.2s;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
/*----------------------------------------*/
/* 4.1 Main menu css
/*----------------------------------------*/
.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;
color: var(--mt-common-white);
font-size: 18px;
font-family: var(--mt-ff-heading);
font-weight: 500;
}
.mt-offcanvas-menu ul li > a:hover {
color: var(--mt-theme-1);
}
.mt-offcanvas-menu ul li.active > a {
color: var(--mt-theme-1);
}
.mt-offcanvas-menu ul li.active > .mt-menu-close {
border-color: var(--mt-theme-1);
color: #fff;
background-color: var(--mt-theme-1);
}
.mt-offcanvas-menu ul li.active > .mt-menu-close i {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.mt-offcanvas-menu ul li .sub-menu {
display: none;
padding-left: 20px;
}
.mt-offcanvas-menu ul .mtmega-menu {
width: auto;
opacity: 1;
visibility: visible;
transition: none;
position: static;
display: none;
backdrop-filter: none;
background: transparent;
box-shadow: none;
-webkit-transform: perspective(0) rotateX(0);
-moz-transform: perspective(0) rotateX(0);
-ms-transform: perspective(0) rotateX(0);
-o-transform: perspective(0) rotateX(0);
transform: perspective(0) rotateX(0);
}
.mt-offcanvas-menu ul .mt-megamenu-list ul li {
padding: 0;
}
.mt-offcanvas-menu ul .mt-megamenu-list ul li a {
padding: 8px 20px;
color: var(--mt-common-white);
font-size: 18px;
font-family: var(--mt-ff-heading);
border: 0;
}
.mt-offcanvas-menu ul .mt-submenu li a {
padding: 8px 20px;
border-radius: 10px;
color: var(--mt-common-white);
font-size: 18px;
font-family: var(--mt-ff-heading);
}
.mt-offcanvas-menu ul .mt-submenu li a:hover {
background-color: #f8f8fb;
color: var(--mt-common-black);
}
.mt-menu-close {
position: absolute;
right: 0;
top: 6.5px;
border: 1px solid rgba(1, 15, 28, 0.12);
height: 30px;
width: 30px;
text-align: center;
font-size: 12px;
line-height: 29px;
}
.mt-menu-close:hover {
background-color: var(--mt-theme-1);
color: #fff;
border-color: var(--mt-theme-1);
}
.mt-menu-close i {
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
@media only screen and (max-width: 1200px) {
.mt-offcanvas-menu .mt-home-title {
color: var(--mt-common-white);
margin-bottom: 15px;
}
}
/*----------------------------------------*/
/* 5.1 blog css start
/*----------------------------------------*/
@media (max-width: 767px) {
.mt-blog-2-btn {
text-align: start !important;
}
}
.mt-blog-content button {
border-bottom: 1px solid #D8D8D8;
padding: 2px 0;
margin-bottom: 15px;
text-align: left;
transition: 0.5s;
}
.mt-blog-content button:last-child {
border: none;
}
.mt-blog-content button span {
color: var(--mt-common-black);
text-align: center;
font-size: 16px;
font-weight: 700;
line-height: 1.1;
text-transform: capitalize;
border-radius: 50px;
border: 1px solid #D8D8D8;
padding: 15px 35px;
margin-bottom: 10px;
display: inline-block;
}
.mt-blog-content button .mt-blog-title {
color: var(--mt-common-black);
font-size: 24px;
font-weight: 700;
line-height: 1.4;
text-transform: capitalize;
transition: 0.5s;
display: block;
}
.mt-blog-content button:hover .mt-blog-title {
text-decoration: underline;
}
.mt-blog-img {
text-align: right;
}
@media (max-width: 767px) {
.mt-blog-img {
text-align: center;
}
}
@media (max-width: 767px) {
.mt-blog-img > img {
width: 100%;
}
}
.mt-blog-imgbtn {
background: var(--mt-common-black);
padding: 14px 24px;
text-align: center;
color: #fff;
}
.mt-blog-imgbtn-float {
position: absolute;
right: 0;
bottom: 0;
}
.mt-blog-2-item:hover .mt-blog-2-text .mt-blog-title {
color: var(--mt-theme-2);
}
.mt-blog-2-item:hover .mt-blog-2-text .mt-blog-title a {
background-size: 0% 2px, 100% 2px;
}
.mt-blog-2-item img {
margin-bottom: 30px;
overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-blog-2-item img {
width: 100%;
}
}
.mt-blog-2-item.blog-border {
border-bottom: 1px solid var(--mt-border-1);
}
.mt-blog-2-text span {
color: var(--mt-common-white);
font-size: 16px;
font-weight: 400;
margin-bottom: 20px;
display: inline-block;
}
.mt-blog-2-text .mt-blog-title {
color: var(--FFFFFF, #FFF);
font-size: 24px;
font-weight: 700;
line-height: 34px;
transition: 0.3s;
}
.mt-blog-2-text .mt-blog-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(#FFEA00, #FFEA00), linear-gradient(#FFEA00, #FFEA00);
}
.mt-blog-2-author img {
margin-right: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-blog-2-author img {
width: 80px;
}
}
.mt-blog-2-author-text h5 {
color: var(--mt-common-white);
font-size: 18px;
font-weight: 700;
line-height: 26px;
}
.mt-blog-2-author-text span {
color: var(--CDCDCD, #CDCDCD);
font-size: 16px;
font-weight: 400;
line-height: 24px;
}
.mt-blog-3-item {
transition: 0.3s;
}
.mt-blog-3-item:hover .mt-blog-3-btn a {
color: #FF2E00;
}
.mt-blog-3-item:hover .mt-blog-3-btn a span svg path {
fill: #FF2E00;
}
.mt-blog-3-img::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) {
.mt-blog-3-img::before {
display: none;
}
}
.mt-blog-3-img:hover::before {
-webkit-animation: shine 1s;
animation: shine 1s;
}
@media (max-width: 767px) {
.mt-blog-3-img img {
width: 100%;
}
}
.mt-blog-3-date {
background-color: #000;
display: inline-block;
padding: 5px 20px;
position: absolute;
right: 15px;
bottom: 0;
border-top-left-radius: 100px;
border-top-right-radius: 100px;
}
.mt-blog-3-text h3 {
color: var(--FFFFFF, #FFF);
font-size: 24px;
font-weight: 700;
}
.mt-blog-3-btn a svg {
margin-left: 7px;
}
.mt-blog-4-wrapper:hover .mt-blog-4-link {
color: var(--mt-theme-2);
}
.mt-blog-4-wrapper:hover .mt-blog-4-link i {
color: var(--mt-theme-2);
}
.mt-blog-4-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) {
.mt-blog-4-thumb::before {
display: none;
}
}
.mt-blog-4-thumb:hover::before {
-webkit-animation: shine 1s;
animation: shine 1s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-blog-4-thumb img {
width: 100%;
}
}
.mt-blog-4-date {
background: var(--Linear-02, linear-gradient(90deg, #FD5B38 0%, #3F2BB8 100%));
color: #fff;
padding: 10px;
display: inline-block;
border-radius: 10px;
position: absolute;
bottom: 20px;
left: 20px;
}
.mt-blog-4-date span {
font-size: 16px;
}
.mt-blog-4-meta {
border-top: 1px solid #ddd;
padding-top: 20px;
}
.mt-blog-4-meta span {
color: #CDCDCD;
margin-right: 20px;
}
.mt-blog-4-meta span i {
margin-right: 5px;
}
.mt-blog-4-link {
color: #fff;
}
.mt-blog-4-link i {
margin-left: 5px;
}
.mt-blog-4-shape {
position: absolute;
left: 0;
top: 90px;
animation: mttranslateY2 3s infinite alternate;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-blog-4-shape {
top: -30px;
}
}
@media (max-width: 767px) {
.mt-blog-4-shape {
top: -30px;
}
}
.mt-blog-5 .mt-blog-item:hover .mt-blog-img-btn {
background: var(--mt-gradient-1);
color: var(--mt-common-black);
}
.mt-blog-5 .mt-blog-item:hover .mt-blog-img-btn img {
-webkit-filter: brightness(1) invert(1);
filter: brightness(1) invert(1);
}
.mt-blog-5 .mt-blog-item:hover .mt-blog-title a {
background-size: 0% 2px, 100% 2px;
}
.mt-blog-5 .mt-blog-img-btn {
background: var(--mt-common-black);
padding: 14px 24px;
text-align: center;
color: #fff;
position: absolute;
right: 0;
bottom: 0;
transition: 0.4s;
}
.mt-blog-5 .mt-blog-img-btn img {
transition: 0.4s;
}
.mt-blog-5 .mt-blog-meta span {
color: var(--mt-common-black);
background: var(--mt-gradient-1);
text-align: center;
font-size: 16px;
line-height: 1.1;
text-transform: capitalize;
border-radius: 50px;
padding: 7px 34px;
margin-bottom: 10px;
display: inline-block;
}
.mt-blog-5 .mt-blog-title {
font-size: 24px;
}
.mt-blog-5 .mt-blog-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(#CCFF02, #CCFF02), linear-gradient(#68FFB3, #68FFB3);
}
.mt-blog-5 .mt-blog-content {
border-bottom: 1px solid #212121;
padding-bottom: 15px;
}
.mt-blog-6-item {
border: 1px solid var(--mt-border-2);
border-radius: 20px;
padding: 22px;
padding-bottom: 30px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mt-blog-6-item:hover {
border: 1px solid transparent;
box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
border-radius: 20px;
}
.mt-blog-6-item:hover .mt-blog-6-btn i {
background-color: var(--mt-theme-4);
color: var(--mt-common-white);
}
.mt-blog-6-item:hover .mt-blog-6-btn span {
margin-left: 0px;
}
.mt-blog-6-item:hover .mt-blog-6-btn i {
margin-left: 6px;
}
.mt-blog-6-title {
color: var(--mt-common-black);
font-size: 24px;
}
.mt-blog-6-img img {
border-radius: 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-blog-6-img img {
width: 100%;
}
}
.mt-blog-6-tag span {
border: 1px solid var(--mt-border-2);
border-radius: 50px;
color: var(--mt-text-2);
padding: 4px 15px;
margin: 0 3px;
}
.mt-blog-6-btn span {
font-family: var(--mt-ff-heading);
font-weight: 700;
color: var(--mt-common-black);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
margin-left: -110px;
}
.mt-blog-6-btn i {
border: 1px solid var(--mt-border-2);
padding: 10px 30px;
border-radius: 50px;
color: #000;
font-size: 18px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
margin-left: 30px;
}
.mt-blog-6-shape {
position: absolute;
bottom: 13%;
left: 0;
z-index: -1;
}
.mt-blog-6-arrow button {
border: 1px solid var(--mt-border-2);
padding: 10px 30px;
border-radius: 50px;
color: #000;
font-size: 18px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
margin-left: 10px;
}
.mt-blog-6-arrow button.active {
background-color: var(--mt-theme-4);
color: var(--mt-common-white);
}
.swiper.mt-blog-4-active.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
padding: 10px;
}
.mtblog__bg {
background-image: url(/assets/img/blog/blog-bg-2-1.png);
background-position: center;
background-repeat: no-repeat;
padding: 24px 40px 24px 24px;
border-radius: 10px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
z-index: 2;
position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mtblog__bg {
background-size: cover;
padding: 40px 60px;
}
}
@media (max-width: 767px) {
.mtblog__bg {
background-size: cover;
padding: 40px 30px;
}
}
.mtblog__bg:hover {
background-image: url(/assets/img/blog/blog-bg-2-2.png);
}
.mtblog__bg:hover .mtblog__meta span {
color: #000;
}
.mtblog__meta span {
color: var(--mt-text-2);
}
.mtblog__meta cite {
width: 10px;
height: 1px;
display: inline-block;
background: var(--mt-text-body);
margin: 0 5px;
-webkit-transform: translateY(-3px);
-moz-transform: translateY(-3px);
-ms-transform: translateY(-3px);
-o-transform: translateY(-3px);
transform: translateY(-3px);
}
.mtblog__content p {
color: var(--mt-text-2);
}
.mtblog__btn a {
color: var(--mt-common-black);
font-weight: 700;
font-family: var(--mt-ff-heading);
}
.mtblog__shape {
position: absolute;
right: 0;
top: 0;
z-index: 3;
}
.mtblog__shape-2 {
position: absolute;
left: 16%;
top: 5%;
animation: mt__scalingAnimation 9s linear infinite;
}
@media (max-width: 767px) {
.mtblog__shape-2 {
display: none;
}
}
/*----------------------------------------*/
/* 5.2 Postbox css
/*----------------------------------------*/
.mt-postbox-title {
color: #fff;
}
.mt-postbox-title a:hover {
color: var(--mt-theme-2);
}
.mt-postbox-meta span {
margin-right: 16px;
padding-right: 16px;
position: relative;
color: #FFEA00;
}
.mt-postbox-meta span a:hover {
color: var(--mt-theme-2);
}
.mt-postbox-meta span:after {
position: absolute;
content: "";
background: #57595C;
height: 16px;
width: 2px;
right: 0;
top: 2px;
}
.mt-postbox-meta span i {
margin-right: 2px;
font-size: 20px;
}
.mt-postbox-meta span:last-child:after {
display: none;
}
.mt-postbox-title {
transition: 0.4s;
}
@media (max-width: 767px) {
.mt-postbox-title {
font-size: 30px;
}
}
.mt-postbox-details blockquote {
border: 1px solid #57595C;
text-align: center;
border-radius: 20px;
padding: 60px;
}
@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: #fff;
line-height: 1.2;
margin-bottom: 30px;
}
.mt-postbox-details blockquote cite {
color: #fff;
font-size: 20px;
font-style: normal;
}
@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: #fff;
font-weight: 500;
margin-right: 5px;
}
.mt-postbox-tag a {
font-size: 15px;
font-weight: 500;
color: #ffffff;
border: 1px solid #57595C;
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-2);
color: var(--mt-common-black);
}
.mt-postbox-social a {
border: 1px solid #57595C;
line-height: 50px;
text-align: center;
font-size: 14px;
color: #ffffff;
border-radius: 100%;
height: 50px;
width: 50px;
display: inline-block;
transition: 0.3s;
margin-right: 5px;
}
.mt-postbox-social a:hover {
background-color: var(--mt-theme-2);
color: var(--mt-common-black);
}
.mt-postbox-comments ul {
list-style: none;
}
.mt-postbox-comments ul li {
margin-bottom: 40px;
padding-bottom: 25px;
border-bottom: 1px solid var(--mt-border-1);
}
.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: #fff;
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: #fff;
}
.mt-postbox-comments-5 ul li {
border-bottom: 1px solid var(--mt-border-2);
}
.mt-postbox-comments-5 .mt-postbox-comments-author {
color: #000000;
}
.mt-postbox-comments-5 .mt-postbox-comments-text span {
color: var(--mt-text-2);
}
.mt-postbox-comments-5 .mt-postbox-comments-text p {
color: var(--mt-text-2);
}
.mt-postbox-comments-5 .mt-postbox-comments-text .reply {
position: absolute;
right: 0;
top: 0;
font-size: 15px;
border: 1px solid #ddd;
padding: 4px 10px;
color: #000;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mt-postbox-comments-5 .mt-postbox-comments-text .reply:hover {
color: var(--mt-common-white);
background-color: var(--mt-common-black);
}
.mt-postbox-2 .mt-postbox-meta span {
color: var(--mt-common-black);
background: var(--mt-gradient-1);
text-align: center;
font-size: 16px;
line-height: 1.1;
text-transform: capitalize;
border-radius: 50px;
padding: 7px 34px;
margin-bottom: 10px;
display: inline-block;
}
.mt-postbox-2 .mt-postbox-quote blockquote {
border: none;
text-align: inherit;
border-radius: 0;
padding: 30px;
background: #fff;
color: #000;
display: flex;
gap: 30px;
align-items: center;
}
@media (max-width: 767px) {
.mt-postbox-2 .mt-postbox-quote blockquote {
display: inherit;
}
}
.mt-postbox-2 .mt-postbox-quote blockquote p {
color: #000;
margin-bottom: 0;
}
@media (max-width: 767px) {
.mt-postbox-2 .mt-postbox-quote blockquote p {
font-size: 20px;
}
}
.mt-postbox-2 .mt-postbox-quote blockquote span i {
font-size: 150px;
}
@media (max-width: 767px) {
.mt-postbox-2 .mt-postbox-quote blockquote span i {
margin-bottom: 0;
}
}
.mt-postbox-2 .mt-postbox-social a:hover {
background-color: var(--mt-theme-1);
color: var(--mt-common-black);
}
.mt-postbox-2 .mt-postbox-tag a:hover {
background-color: var(--mt-theme-1);
color: var(--mt-common-black);
}
.mt-postbox-3 .mt-postbox-tag a:hover {
background: var(--mt-gradient-3);
color: var(--mt-common-white);
border-color: var(--mt-border-1);
}
.mt-postbox-3 .mt-postbox-social a:hover {
background: var(--mt-gradient-3);
color: var(--mt-common-white);
border-color: var(--mt-border-1);
}
.mt-postbox-3 .mt-blog-4-meta {
border-top: none;
padding-top: 0;
}
.mt-postbox-5 .mt-postbox-content {
padding: 25px 35px 35px 35px;
border: 1px solid #F8F8F8;
background: #F8F8F8;
}
.mt-postbox-5 .mt-postbox-title {
color: var(--mt-common-black);
}
.mt-postbox-5 .mt-postbox-meta span {
color: var(--mt-text-2);
}
.mt-postbox-5 .mt-postbox-meta span:after {
position: absolute;
content: "";
background: var(--mt-text-2);
height: 16px;
width: 1px;
}
.mt-postbox-5 .mt-postbox-meta span a:hover {
color: var(--mt-theme-4);
}
.mt-postbox-5 .mt-postbox-details p {
color: var(--mt-text-2);
}
.mt-postbox-5 .mt-postbox-tag-wrapper {
border-top: none;
border-bottom: none;
padding: 0px;
}
.mt-postbox-5 .mt-postbox-tag span {
color: var(--mt-common-black);
font-weight: 700;
margin-right: 5px;
}
.mt-postbox-5 .mt-postbox-tag a {
color: var(--mt-common-black);
transition: 0.4s;
}
.mt-postbox-5 .mt-postbox-tag a:hover {
background-color: var(--mt-theme-4);
border-color: var(--mt-theme-4);
color: var(--mt-common-white);
}
.mt-postbox-5 .mt-postbox-social a {
color: var(--mt-common-black);
}
.mt-postbox-5 .mt-postbox-social a:hover {
color: var(--mt-common-white);
border-color: var(--mt-theme-4) !important;
background-color: var(--mt-theme-4) !important;
}
.mt-postbox-4 .mt-postbox-details blockquote {
border: 1px solid var(--mt-border-2);
text-align: center;
border-radius: 20px;
padding: 40px 20px;
}
.mt-postbox-4 .mt-postbox-details-list ul li {
list-style: none;
margin-bottom: 20px;
color: var(--mt-text-2);
}
.mt-postbox-4 .mt-postbox-details-list ul li i {
margin-right: 5px;
}
.mt-postbox-4 .mt-postbox-tag span {
color: #000;
font-weight: 900;
}
.mt-postbox-4 .mt-postbox-tag a {
font-size: 13px;
font-weight: 900;
border: 1px solid var(--mt-border-2);
color: var(--mt-common-black);
padding: 0px 10px;
height: 40px;
text-align: center;
display: inline-block;
line-height: 40px;
border-radius: 50px;
margin-right: 5px;
margin-bottom: 5px;
}
.mt-postbox-4 .mt-postbox-social a {
color: #000000;
}
.reply {
position: absolute;
right: 0;
top: 0;
font-size: 18px;
color: #fff;
}
.reply:hover {
color: var(--mt-theme-2);
}
@media (max-width: 767px) {
.reply {
position: static;
}
}
.mt-swiper-blog-button {
height: 70px;
width: 70px;
background: var(--mt-theme-2);
display: inline-block;
border-radius: 100%;
line-height: 70px;
font-size: 25px;
text-align: center;
position: absolute;
top: 50%;
z-index: 2;
transform: translateY(-50%);
left: 30px;
color: #000;
}
.mt-swiper-blog-button-prev {
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;
transform: translateY(-50%);
}
.mt-blog-video a {
height: 100px;
width: 100px;
border-radius: 100%;
color: #222;
line-height: 100px;
font-size: 21px;
background-color: var(--mt-theme-2);
display: inline-block;
}
.mt-text-btn {
color: #f8f8f8;
}
.mt-text-btn i {
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;
}
/*----------------------------------------*/
/* 5.3 Recent Post css
/*----------------------------------------*/
/*----------------------------------------*/
/* 5.4 Sidebar css
/*----------------------------------------*/
.mt-blog-sidebar-widget {
border: 1px solid var(--mt-border-1);
padding: 32px 24px;
}
.mt-blog-sidebar-title {
color: #fff;
position: relative;
}
.mt-blog-sidebar-title span {
height: 10px;
width: 10px;
border-radius: 30px;
background: var(--mt-theme-2);
display: inline-block;
margin-right: 5px;
transform: translateY(-3px);
}
.mt-blog-sidebar-post-thumb img {
width: 100%;
border-radius: 100%;
}
.mt-blog-sidebar-post-title {
color: #fff;
}
.mt-blog-sidebar-post-title:hover {
color: var(--mt-theme-2);
}
.mt-blog-sidebar-cat ul li {
margin-bottom: 15px;
list-style: none;
}
.mt-blog-sidebar-cat ul li a {
color: #c7c7c7;
display: block;
padding: 16px 25px;
line-height: 1;
position: relative;
border: 1px solid var(--mt-border-1);
border-radius: 50px;
}
.mt-blog-sidebar-cat ul li a:hover {
background-color: var(--mt-theme-2);
color: var(--mt-common-black);
border-color: var(--mt-theme-2);
}
.mt-blog-sidebar-cat ul li a:after {
content: "\f178";
font-family: "Font Awesome 6 Pro";
position: absolute;
right: 25px;
top: 50%;
transform: translateY(-50%);
}
.mt-blog-sidebar-cat ul li:last-child {
margin-bottom: 0;
}
.mt-blog-sidebar-2 .mt-blog-sidebar-title::after {
content: "";
position: absolute;
width: 55px;
height: 2px;
background-color: var(--mt-theme-1);
bottom: -10px;
left: 0;
}
.mt-blog-sidebar-2 .mt-blog-sidebar-cat ul li a {
border-radius: 0px;
}
.mt-blog-sidebar-2 .mt-blog-sidebar-cat ul li a:hover {
background-color: var(--mt-theme-1);
color: var(--mt-common-black);
border-color: var(--mt-theme-1);
}
.mt-blog-sidebar-2 .mt-blog-sidebar-post-title:hover {
color: var(--mt-theme-1);
}
.mt-blog-sidebar-2 .mt-blog-sidebar-2 .mt-blog-form input {
border-radius: 0px;
}
.mt-blog-sidebar-2 .mt-postbox-meta span {
color: var(--mt-theme-1);
}
.mt-blog-sidebar-2 .tagcloud a:hover {
background-color: var(--mt-theme-1);
color: var(--mt-common-black);
border-color: var(--mt-theme-1);
}
.mt-blog-sidebar-3 .mt-blog-sidebar-cat ul li a:hover {
background: var(--mt-gradient-3);
color: var(--mt-common-white);
border-color: var(--mt-border-1);
}
.mt-blog-sidebar-3 .mt-blog-sidebar-post-title:hover {
color: var(--mt-gradient-3);
}
.mt-blog-sidebar-3 .mt-postbox-meta span {
color: var(--mt-gradient-3);
}
.mt-blog-sidebar-3 .tagcloud a:hover {
background: var(--mt-gradient-3);
color: var(--mt-common-white);
border-color: var(--mt-border-1);
}
.mt-blog-sidebar-5 .mt-blog-sidebar-widget {
padding: 35px;
border: 1px solid #F8F8F8;
background: #F8F8F8;
}
.mt-blog-sidebar-5 .mt-blog-sidebar-title {
color: var(--mt-common-black);
}
.mt-blog-sidebar-5 .mt-blog-sidebar-cat ul li a {
color: #000;
display: block;
padding: 20px 25px;
line-height: 1;
position: relative;
background-color: #fff;
border: 1px solid #fff;
border-radius: 5px;
transition: 0.4s;
}
.mt-blog-sidebar-5 .mt-blog-sidebar-cat ul li a:hover {
background-color: var(--mt-theme-4);
color: var(--mt-common-white);
}
.mt-blog-sidebar-5 .mt-blog-sidebar-post-thumb img {
width: 100%;
border-radius: 10%;
}
.mt-blog-sidebar-5 .mt-blog-sidebar-post-item {
border-bottom: 1px solid var(--mt-border-2);
}
.mt-blog-sidebar-5 .mt-blog-sidebar-post-content .mt-postbox-meta span {
height: 30px;
line-height: 30px;
color: #000;
display: inline-block;
border: 1px solid var(--mt-border-2);
border-radius: 50px;
text-align: center;
padding: 0px 15px;
margin: 4px 1px;
}
.mt-blog-sidebar-5 .mt-blog-sidebar-post-content .mt-postbox-meta span a:hover {
color: #000;
}
.mt-blog-sidebar-5 .mt-blog-sidebar-post-title {
color: var(--mt-common-black);
}
.mt-blog-sidebar-5 .mt-blog-sidebar-social a {
font-size: 18px;
height: 50px;
width: 50px;
line-height: 50px;
text-align: center;
display: inline-block;
color: var(--mt-common-black);
background-color: var(--mt-common-white);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
margin-right: 5px;
}
.mt-blog-sidebar-5 .mt-blog-sidebar-social a:hover {
background-color: var(--mt-theme-4);
color: var(--mt-common-white);
}
.mt-blog-sidebar-5 .mt-blog-form input {
padding: 0 20px;
border-radius: 5px;
color: #000;
border: 1px solid var(--mt-border-2);
}
.mt-blog-sidebar-5 .mt-blog-form button {
color: #000;
}
.mt-blog-sidebar-5 .tagcloud a {
font-size: 13px;
font-weight: 900;
border: 1px solid var(--mt-border-2);
color: var(--mt-common-black);
padding: 0px 15px;
height: 43px;
text-align: center;
display: inline-block;
line-height: 40px;
border-radius: 50px;
margin-right: 5px;
margin-bottom: 10px;
transition: 0.4s;
}
.mt-blog-sidebar-5 .tagcloud a:hover {
background-color: var(--mt-theme-4);
color: var(--mt-common-white);
}
.mt-blog-sidebar-4 .mt-blog-sidebar-widget {
background-color: #F8F8F8;
border: none;
}
.mt-blog-sidebar-4 .mt-blog-sidebar-title {
color: var(--mt-common-black);
}
.mt-blog-sidebar-4 .mt-blog-sidebar-content ul li {
list-style: none;
margin-bottom: 15px;
transition: 0.4s;
}
.mt-blog-sidebar-4 .mt-blog-sidebar-content ul li:last-child {
margin-bottom: 0;
}
.mt-blog-sidebar-4 .mt-blog-sidebar-content ul li a {
color: var(--mt-text-2);
}
.mt-blog-sidebar-4 .mt-blog-sidebar-content ul li a span {
float: right;
}
.mt-blog-sidebar-4 .mt-blog-sidebar-content ul li:hover a {
color: var(--mt-theme-4);
}
.mt-blog-sidebar-4 .mt-blog-sidebar-post-thumb img {
width: 100%;
border-radius: 0%;
}
.mt-blog-sidebar-4 .mt-blog-sidebar-post-item {
border-bottom: none;
margin-bottom: 10px;
padding-bottom: 0px;
}
.mt-blog-sidebar-4 .tagcloud a {
transition: 0.4s;
color: var(--mt-common-black);
}
.mt-blog-form input {
border: 1px solid var(--mt-border-1);
padding: 0 20px;
border-radius: 50px;
height: 50px;
}
.mt-blog-form button {
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
}
.mt-blog-sidebar-post-item {
border-bottom: 1px solid #57595C;
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;
}
.tagcloud a:hover {
background-color: var(--mt-theme-2);
color: var(--mt-common-black);
border-color: var(--mt-theme-2);
}
/*----------------------------------------*/
/* 6.1 Footer Style 1
/*----------------------------------------*/
.mt-footer-main-wraper {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
z-index: 1;
position: relative;
}
.mt-footer-top-wrapper {
background-color: #050505;
border-radius: 50px;
padding: 30px;
padding-bottom: 0;
}
.mt-footer-top-icon span {
font-size: 28px;
}
.mt-footer-top-icon span i {
color: #CDCDCD;
}
.mt-footer-top-content h5 {
color: #fff;
font-size: 16px;
}
.mt-footer-top-content a {
color: #CDCDCD;
}
.mt-footer-bg::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7607843137);
}
.mt-footer-space {
padding-top: 220px;
padding-bottom: 70px;
}
.mt-footer-title {
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 34px;
text-transform: capitalize;
color: var(--mt-common-white);
position: relative;
}
@media (max-width: 767px) {
.mt-footer-title {
font-size: 20px;
}
}
.mt-footer-title-border::before {
content: "";
height: 1px;
width: 57px;
background: linear-gradient(90deg, #FD5B38 0%, #3F2BB8 100%);
position: absolute;
left: 0;
bottom: -15px;
}
.mt-footer-title-border-2::before {
content: "";
height: 1px;
width: 60px;
background: var(--mt-gradient-1);
position: absolute;
left: 0;
bottom: -10px;
}
.mt-footer-list ul li {
list-style: none;
overflow: hidden;
position: relative;
transition: 0.3s;
color: var(--mt-common-white);
width: 50%;
float: left;
}
.mt-footer-list ul li.mttel a {
color: var(--mt-common-white);
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 34px;
text-transform: capitalize;
}
.mt-footer-list ul li.mttel:hover {
padding-left: 0;
}
.mt-footer-list ul li:hover a i {
left: 0;
color: var(--mt-theme-1);
}
.mt-footer-list ul li:not(:last-child) {
margin-bottom: 15px;
}
.mt-footer-list ul li a {
color: var(--mt-common-white);
font-weight: 400;
font-size: 16px;
transition: 0.3s;
}
@media (max-width: 767px) {
.mt-footer-list ul li a {
font-size: 14px;
}
}
.mt-footer-list ul li a:hover {
color: var(--mt-theme-1);
}
.mt-footer-list-3 ul li {
width: inherit;
float: inherit;
}
.mt-footer-list-3 ul li:hover a {
color: var(--mt-theme-3);
}
.mt-footer-contact ul li {
list-style: none;
overflow: hidden;
position: relative;
transition: 0.3s;
color: var(--mt-common-white);
margin-bottom: 15px;
}
.mt-footer-contact ul li:not(:last-child) {
margin-bottom: 15px;
}
.mt-footer-contact ul li a {
color: var(--mt-common-white);
font-weight: 400;
font-size: 16px;
transition: 0.3s;
}
.mt-footer-logo {
margin-bottom: 30px;
}
.mt-footer-text p {
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
color: var(--mt-text-p);
padding-bottom: 8px;
}
@media (max-width: 767px) {
.mt-footer-text p {
font-size: 14px;
padding-right: 0;
}
}
.mt-footer-social span {
color: var(--mt-common-white);
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 26px;
text-transform: capitalize;
}
.mt-footer-social ul li {
display: inline-block;
margin-top: 15px;
}
.mt-footer-social ul li a {
height: 50px;
width: 50px;
text-align: center;
line-height: 50px;
border-radius: 50%;
display: inline-block;
background-color: #191919;
color: var(--mt-common-white);
margin-right: 10px;
transition: all 0.3s ease-in-out;
}
.mt-footer-social ul li a:hover {
background-color: var(--mt-theme-3);
}
.mt-footer-social-4 {
border-radius: 40px;
border: 1px solid #29352C;
display: inline-block;
padding: 0 20px;
}
.mt-footer-social-4 ul li {
margin-right: 0px;
margin-left: 0px;
display: inline-block;
}
.mt-footer-social-4 ul li a {
padding: 15px 10px;
color: #fff;
display: inline-block;
}
.mt-footer-contact a {
color: #68696c;
font-size: 16px;
display: block;
}
@media (max-width: 767px) {
.mt-footer-contact a {
font-size: 14px;
}
}
.mt-footer-contact a:not(:last-child) {
margin-bottom: 12px;
}
.mt-footer-contact a:hover {
color: var(--mt-common-white);
}
.mt-footer-contact a i {
color: var(--mt-theme-1);
display: inline-block;
margin-right: 15px;
transform: translateY(2px);
}
.mt-footer-thumb {
position: relative;
margin-bottom: 10px;
}
.mt-footer-thumb img {
width: 100%;
}
.mt-footer-thumb:not(:last-child) {
margin-right: 10px;
}
.mt-footer-thumb:hover::after {
right: auto;
left: 0;
width: 100%;
}
.mt-footer-thumb:hover .mt-footer-thumb-icon {
opacity: 1;
visibility: visible;
}
.mt-footer-thumb::after {
content: "";
top: 0;
left: auto;
right: 0;
height: 100%;
width: 0;
position: absolute;
background-color: rgba(221, 7, 50, 0.949);
transition: 0.4s;
}
.mt-footer-thumb-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: 0.3s;
opacity: 0;
visibility: hidden;
z-index: 1;
}
.mt-footer-thumb-icon a {
font-size: 16px;
color: var(--mt-common-white);
}
.mt-footer-thumb-wrap {
margin-top: 32px;
}
.mt-footer-shape-1 {
position: absolute;
bottom: 0;
left: 170px;
z-index: -1;
animation: mttranslateX2 4s infinite alternate;
}
.mt-footer-shape-2 {
position: absolute;
bottom: 0;
right: 25px;
z-index: -1;
animation: mttranslateX2 2.5s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-footer-shape-2 {
bottom: 0%;
}
}
.mt-footer-newsletter button {
position: absolute;
right: 20px;
bottom: 16px;
font-weight: 700;
color: #FF2E00;
}
.mt-footer-input input {
border-radius: 50px;
border: 1px solid var(--mt-border-3);
padding: 20px;
}
.mt-footer-input input[type=email]:focus {
color: #fff;
border-radius: 50px;
border: 1px solid var(--mt-border-3);
}
.mt-footer-check input[type=checkbox] {
border: 1px solid var(--mt-border-3);
padding: 5px;
width: 34px;
height: 50px;
background: red;
color: green;
border-radius: 50px !important;
}
.mt-footer-recentblog-content:hover .mt-footer-recentblog-title {
color: var(--mt-theme-3);
}
.mt-footer-recentblog-content span {
color: #CDCDCD;
}
.mt-footer-recentblog-title {
color: #fff;
font-size: 22px;
}
.mt-footer-4-content p {
color: var(--mt-text-2);
}
.mt-footer-4-title {
color: var(--mt-common-black);
font-size: 24px;
font-weight: 700;
}
.mt-footer-4-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;
}
.mt-footer-4-list ul li:hover {
padding-left: 15px;
}
.mt-footer-4-list ul li:hover a {
color: var(--mt-theme-4);
}
.mt-footer-4-list ul li:hover a i {
left: -12px;
color: var(--mt-theme-4);
}
.mt-footer-4-list ul li:not(:last-child) {
margin-bottom: 11px;
}
.mt-footer-4-list ul li a {
color: var(--mt-text-2);
position: relative;
}
.mt-footer-4-list ul li a i {
top: 50%;
left: -25px;
font-size: 10px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
position: absolute;
display: inline-block;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
color: var(--mt-common-black);
}
.mt-footer-4-contact ul li {
list-style: none;
padding: 3px 0;
}
.mt-footer-4-contact ul li:hover a {
color: var(--mt-theme-4);
}
.mt-footer-4-contact ul li a {
color: var(--mt-common-black);
font-family: var(--mt-ff-heading);
font-weight: 700;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mt-footer-4-input input {
border-radius: 50px;
border: 1px solid var(--mt-border-2);
padding: 20px;
}
.mt-footer-4-input button {
position: absolute;
right: 10px;
bottom: 8px;
font-weight: 700;
color: var(--mt-common-white);
background-color: var(--mt-theme-4);
padding: 9px 15px;
border-radius: 50px;
}
.mt-footer-4-label {
color: var(--mt-common-black);
}
.mt-footer-4-shape {
position: absolute;
top: 20%;
left: 5%;
animation: mt__scalingAnimation 8s linear infinite;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.mt-footer-4-shape {
top: 10%;
left: 0%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mt-footer-4-shape {
top: 10%;
left: 0%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-footer-4-shape {
top: 5%;
left: 0%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-footer-4-shape {
top: 5%;
left: 0%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-footer-4-shape {
top: 5%;
left: 0%;
}
}
@media (max-width: 767px) {
.mt-footer-4-shape {
top: 0%;
left: 0%;
}
}
.mt-footer-4-shape-2 {
position: absolute;
top: 5%;
right: 10%;
animation: mt__scalingAnimation 4s linear infinite;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.mt-footer-4-shape-2 {
top: 0%;
right: 0%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-footer-4-shape-2 {
top: 0%;
right: 0%;
}
}
.mt-footer-4-shape-3 {
position: absolute;
right: 0;
bottom: 0;
animation: mttranslateX2 3s infinite alternate;
}
.mt-footer-2 .mt-footer-4-shape {
left: 0;
bottom: 0;
top: inherit;
animation: none;
z-index: 2;
}
.mt-footer-boder {
position: relative;
}
.mt-footer-boder::before {
position: absolute;
content: "";
bottom: 43%;
right: 63%;
height: 332px;
width: 1px;
background-color: #232323;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-footer-boder::before {
display: none;
}
}
.mt-footer-boder::after {
position: absolute;
content: "";
top: 57%;
left: 41%;
height: 1px;
width: 760px;
background-color: #232323;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-footer-boder::after {
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: 25px;
}
@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;
}
}
.footer-5-cols-2 {
padding-left: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.footer-5-cols-2 {
padding-left: 70px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer-5-cols-2 {
padding-left: 70px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.footer-5-cols-4 {
padding-left: 70px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer-5-cols-4 {
padding-left: 70px;
}
}
.mt-copyright-bg {
position: relative;
}
.mt-copyright-bg::before {
content: "";
height: 100%;
width: 40%;
position: absolute;
top: 0;
left: 0;
background-color: var(--mt-theme-2);
-webkit-clip-path: polygon(0 0, calc(100% - 80px) 0%, 100% 100%, 0% 100%);
clip-path: polygon(0 0, calc(100% - 80px) 0%, 100% 100%, 0% 100%);
}
@media (max-width: 767px) {
.mt-copyright-bg::before {
display: none;
}
}
.mt-copyright-area {
position: relative;
z-index: 2;
}
.mt-copyright-border {
border-top: 1px solid #333;
}
.mt-copyright-space {
padding: 18px 0;
}
.mt-copyright-left p {
margin-bottom: 0;
}
@media (max-width: 767px) {
.mt-copyright-left p {
font-size: 14px;
margin-bottom: 20px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.mt-copyright-left p {
margin-bottom: 0px;
}
}
.mt-copyright-left p a {
color: var(--mt-theme-1);
}
.mt-copyright-left.theme-black p {
color: var(--mt-common-black);
}
.mt-copyright-left.theme-black p a {
color: var(--mt-theme-4);
}
.mt-copyright-left.left-3 p a {
color: var(--mt-theme-3);
}
.mt-copyright-right {
display: flex;
align-items: center;
justify-content: end;
}
@media (max-width: 767px) {
.mt-copyright-right {
justify-content: center;
}
}
.mt-copyright-follow {
margin-right: 20px;
color: #CDCDCD;
}
.mt-copyright-social {
border: 1px solid #29352C;
padding: 10px 20px;
border-radius: 50px;
}
.mt-copyright-social a {
padding: 10px;
color: #fff;
}
.mt-copyright-menu a {
padding-right: 15px;
}
.mt-copyright-black a {
color: var(--mt-common-black);
}
.mt-copyright-4 .mt-copyright-border {
border-top: 1px solid var(--mt-border-2);
}
.mt-copyright-4 .mt-copyright-menu a {
color: var(--mt-text-2);
transition: 0.4s;
}
.mt-copyright-4 .mt-copyright-menu a:hover {
color: var(--mt-theme-4);
}
.mt-copyright-4 .mt-copyright-left p {
color: var(--mt-text-2);
}
.mt-copyright-4 .mt-copyright-left p a {
color: var(--mt-theme-4);
}
.mt-copyright-6 .mt-copyright-social {
border: none;
padding: 0px;
border-radius: 0px;
}
.border-copyright {
border-top: 1px solid #232323;
padding: 20px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-footer-area.mt-footer-bg {
background-repeat: no-repeat;
background-size: cover;
}
}
.form-check-input {
width: 25px;
height: 25px;
margin-top: 0;
margin-right: 10px;
border: 1px solid #fff;
border-radius: 100% !important;
}
.mt-footer-4-newsletter .form-check-input {
border: 1px solid #000000;
}
/*----------------------------------------*/
/* 6.1 Footer Style 1
/*----------------------------------------*/
.mt-footer-2-social ul li {
display: inline-block;
padding-top: 10px;
}
.mt-footer-2-social ul li a {
width: 50px;
height: 50px;
border: 1px solid var(--mt-border-1);
border-radius: 50px;
display: inline-block;
text-align: center;
line-height: 50px;
transition: 0.4s;
margin: 0 3px;
}
.mt-footer-2-social ul li a:hover {
border: 1px solid var(--mt-theme-2);
}
.mt-footer-2-title {
color: var(--mt-common-white);
font-size: 24px;
font-weight: 700;
}
.mt-footer-2-list ul li {
list-style: none;
padding: 6px 0;
}
.mt-footer-2-list ul li a {
color: var(--mt-text-body);
font-size: 16px;
font-weight: 400;
transition: 0.4s;
}
.mt-footer-2-list ul li:hover a {
color: var(--mt-theme-2);
}
.mt-footer-2-newsletter input {
color: #ffffff;
}
.mt-copyright-2-left {
z-index: 2;
position: relative;
}
.mt-copyright-2-left p {
color: var(--mt-common-black);
margin-bottom: 0;
}
@media (max-width: 767px) {
.mt-copyright-2-left p {
color: var(--mt-common-white);
margin-bottom: 10px;
}
}
.mt-copyright-2-left p a {
color: var(--mt-common-black);
}
@media (max-width: 767px) {
.mt-copyright-2-left p a {
color: var(--mt-common-white);
}
}
/*----------------------------------------*/
/* 7.17 slider css start
/*----------------------------------------*/
.mt-slider-3-content {
position: relative;
z-index: 3;
}
.mt-slider-3-bg {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
z-index: 3;
position: relative;
padding-top: 170px;
padding-bottom: 170px;
}
.mt-slider-3-bg::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.5) 40.23%, rgba(0, 2, 20, 0) 80.04%);
z-index: -1;
}
.mt-slider-3-title {
color: var(--mt-common-white);
font-size: 156px;
font-weight: 700;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-slider-3-title {
font-size: 100px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-slider-3-title {
font-size: 100px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-slider-3-title {
font-size: 70px;
}
}
@media (max-width: 767px) {
.mt-slider-3-title {
font-size: 50px;
}
}
.mt-slider-3-title span {
background: var(--mt-common-white);
color: var(--mt-common-black);
font-size: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-slider-3-title span {
font-size: 90px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-slider-3-title span {
font-size: 80px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-slider-3-title span {
font-size: 60px;
}
}
@media (max-width: 767px) {
.mt-slider-3-title span {
font-size: 40px;
}
}
.mt-slider-3-title strong {
font-size: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-slider-3-title strong {
font-size: 90px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-slider-3-title strong {
font-size: 80px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-slider-3-title strong {
font-size: 60px;
}
}
@media (max-width: 767px) {
.mt-slider-3-title strong {
font-size: 50px;
}
}
.mt-slider-3-img {
position: absolute;
bottom: 0;
right: 0;
}
.mt-slider-3-shape {
position: absolute;
left: 0;
bottom: 0;
z-index: -1;
}
.mt-slider-3-arrow {
position: absolute;
left: -30px;
top: 50%;
z-index: 3;
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-slider-3-arrow {
left: 0px;
top: inherit;
transform: rotate(0deg);
bottom: 20px;
}
}
.mt-slider-3-arrow button {
border: 1px solid var(--mt-border-2);
padding: 8px 15px;
color: var(--mt-common-white);
font-size: 18px;
transition: 0.4s;
margin-left: 20px;
}
.mt-slider-3-arrow button.active {
background-color: var(--mt-theme-5);
color: var(--mt-common-white);
border: 1px solid transparent;
}
.mt-slider-3-dots {
position: absolute;
left: 50% !important;
bottom: 5% !important;
z-index: 3;
}
@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-slider-3-button {
z-index: 3;
position: relative;
}
}
.mt-slider-3-wrapper .mt-slider-3-dots .swiper-pagination-bullet {
width: 15px;
height: 15px;
background-color: var(--mt-common-white);
border: 1px solid var(--mt-common-white);
opacity: 1;
}
.mt-slider-3-wrapper .mt-slider-3-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
width: 25px;
border-radius: 100px;
background-color: var(--mt-theme-5);
}
.mt-slider-effect-item img {
width: 100%;
}
.mt-slider-effect-active .mteffect-pagination {
text-align: center;
}
.mt-slider-effect-active .mteffect-pagination .swiper-pagination-bullet {
width: 16px;
height: 16px;
background-color: #161718;
border: 1px solid #161718;
opacity: 1;
}
.mt-slider-effect-active .mteffect-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
width: 50px;
border-radius: 100px;
background-color: var(--mt-theme-2);
}
/*----------------------------------------*/
/* 7.1 about css start
/*----------------------------------------*/
.mtabout__wrapper p {
color: #767676;
}
.mtabout__box {
border-top: 1px solid var(--mt-border-2);
}
.mtabout__box-item {
padding: 24px;
background-color: var(--mt-common-white);
box-shadow: 0px 16px 20px 20px rgba(0, 0, 0, 0.02);
}
.mtabout__box-positoin span {
color: #212121;
}
.mtabout__box-positoin h4 {
font-size: 32px;
color: var(--mt-common-black);
}
.mtabout__box-positoin.mtborder {
padding-right: 50px;
border-right: 1px solid #ddd;
}
.mtabout__box-ratting span {
color: #FD5B38;
}
.mtabout__box-author {
font-size: 18px;
font-weight: 700;
}
.mtabout__list ul {
list-style: none;
}
.mtabout__list ul li {
padding: 9px 0px;
color: var(--mt-common-black);
width: 47%;
float: left;
font-size: 16px;
font-weight: 700;
margin-right: 15px;
}
@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__list ul li {
width: 100%;
float: inherit;
}
}
.mtabout__list ul li i {
font-size: 18px;
color: var(--mt-common-white);
width: 32px;
height: 32px;
line-height: 32px;
background-color: var(--mt-theme-4);
border-radius: 100px;
margin-right: 8px;
text-align: center;
}
.mtabout__shape {
position: absolute;
right: 0;
top: 0%;
}
.mtabout__shape-2 {
position: absolute;
top: 11%;
left: 37%;
animation: mt__scalingAnimation 4s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mtabout__shape-2 {
top: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mtabout__shape-2 {
top: inherit;
bottom: 50%;
left: 0;
}
}
@media (max-width: 767px) {
.mtabout__shape-2 {
top: inherit;
bottom: 40%;
left: 0;
}
}
.mtabout__shape-3 {
position: absolute;
bottom: 20%;
left: 50%;
animation: mt__scalingAnimation 5s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mtabout__shape-3 {
top: inherit;
bottom: 0%;
left: inherit;
right: 0;
}
}
@media (max-width: 767px) {
.mtabout__shape-3 {
bottom: 10%;
left: 45%;
}
}
.mtabout__2 {
background-repeat: no-repeat;
background-position: bottom center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mtabout__2 .mtabout__wrappers {
margin-bottom: 40px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mtabout__2 .mtabout__wrapper {
margin-right: 0px;
margin-left: 0px;
}
}
.mtabout__2 .mtabout__list ul li {
font-weight: 500;
display: inline-flex;
gap: 14px;
}
.mtabout__2 .mtabout__box.mtbordernone {
border-top: 0;
}
.mtabout__2 .mtabout__box-btn-play {
font-weight: 700;
color: #000;
}
.mtabout__2 .mtabout__box-btn-play i {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
background: #000;
color: #fff;
border-radius: 30px;
font-size: 16px;
margin-right: 5px;
}
.mtabout__2 .mtabout__box-author {
color: #000;
}
.mtabout__2 .mtabout__box-author-wrap span {
color: var(--mt-text-2);
}
.mtabout__2 .mtabout__shape {
position: absolute;
right: -10px;
left: -10px;
top: 23%;
z-index: -1;
animation: mt__scalingAnimation 20s linear infinite;
}
.mtabout__2 .mtabout__shape-2 {
position: absolute;
top: 18%;
right: 0;
left: inherit;
}
@media (max-width: 767px) {
.mtabout__2 .mtabout__shape-2 {
display: none;
}
}
.mtabout__2 .mtabout__shape-3 {
position: absolute;
top: -4%;
left: 11%;
animation: mttranslateY2 5s infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mtabout__2 .mtabout__shape-3 {
left: 2%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mtabout__2 .mtabout__shape-3 {
left: -3%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mtabout__2 .mtabout__shape-3 {
right: inherit;
left: 0;
top: 4%;
}
}
@media (max-width: 767px) {
.mtabout__2 .mtabout__shape-3 {
display: none;
}
}
.mtabout__2 .mtabout__shape-4 {
position: absolute;
top: -4%;
right: 4%;
animation: mttranslateX2 4s infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mtabout__2 .mtabout__shape-4 {
right: 0%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mtabout__2 .mtabout__shape-4 {
right: -10%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mtabout__2 .mtabout__shape-4 {
right: 0%;
}
}
@media (max-width: 767px) {
.mtabout__2 .mtabout__shape-4 {
display: none;
}
}
.mt-about-shape {
position: absolute;
bottom: 10px;
right: 60px;
animation: mt-rotate-center 15s linear infinite;
}
.mt-about-img {
text-align: end;
}
.mt-about-img img {
border-radius: 400px 0px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-about-img img {
text-align: center;
width: 100%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-about-img {
text-align: center;
}
}
.mt-about-item-img > img {
border-radius: 0px 0px 400px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-about-item-img > img {
width: 100%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-about-item img {
text-align: center;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-about-box {
margin-top: 30px;
padding-right: 0;
}
}
.mt-about-box h4 {
color: var(--mt-common-white);
font-size: 24px;
font-weight: 700;
line-height: 34px;
text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-about-box p br {
display: none;
}
}
@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-about-2-item {
margin-left: 0;
}
}
.mt-about-2-img {
padding-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.mt-about-2-img img {
width: 100%;
}
}
.mt-about-2-img a {
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: auto;
transform: translateY(-50%);
width: 80px;
height: 80px;
border-radius: 80px;
border: 1px solid var(--000000, #000);
background: var(--FFEA00, #FFEA00);
display: inline-block;
line-height: 1;
}
@media (max-width: 767px) {
.mt-about-2-img a {
top: 33%;
}
}
.mt-about-2-img a i {
font-size: 20px;
display: inline-block;
text-align: center;
padding: 30px;
color: #000;
}
.mt-about-2-small {
position: absolute;
right: 0px;
top: 9%;
animation: mttranslateY2 4s 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) {
.mt-about-2-small {
right: 0;
}
}
@media (max-width: 767px) {
.mt-about-2-small {
position: inherit;
text-align: center;
margin-top: 22px;
animation: none;
}
}
.mt-about-2-img-text .mt-about-title {
color: var(--FFFFFF, #FFF);
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 1.3;
text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-about-2-img-text .mt-about-title br {
display: none;
}
}
.mt-about-2-box h5 {
color: var(--FFFFFF, #FFF);
font-size: 16px;
font-weight: 700;
line-height: 26px;
text-transform: capitalize;
}
.mt-about-2-box span {
color: var(--868686, #767676);
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-transform: capitalize;
}
.mt-about-3-item {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
@media (max-width: 767px) {
.mt-about-3-item {
padding: 0;
padding-top: 40px;
}
}
.mt-about-3-box {
border: 1px solid rgba(255, 255, 255, 0.1803921569);
padding: 50px 30px;
transition: 0.5s;
position: relative;
}
@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-about-3-box {
margin-bottom: 50px;
}
}
.mt-about-3-box::before {
top: 0;
left: 0;
height: 100%;
width: 100%;
transform: scale(0.7);
content: "";
position: absolute;
background-color: var(--mt-common-black);
transition: 0.5s;
opacity: 0;
visibility: hidden;
}
.mt-about-3-box.active {
border-color: transparent;
}
.mt-about-3-box.active::before {
transform: scale(1);
opacity: 1;
visibility: visible;
}
.mt-about-3-box.active .mt-about-3-icon i {
background-color: red;
color: #fff;
z-index: 2;
}
.mt-about-3-box.active .mt-about-3-text {
position: relative;
z-index: 2;
}
.mt-about-3-icon {
position: absolute;
top: -30px;
left: 40%;
right: 0;
margin: auto;
transition: 0.5s;
}
.mt-about-3-icon i {
width: 50px;
height: 50px;
background-color: #Fff;
border-radius: 50px;
text-align: center;
color: #000;
font-size: 25px;
line-height: 45px;
}
.mt-about-3-text {
transition: 0.5s;
}
.mt-about-3-text h4 {
color: var(--FFFFFF, #FFF);
text-align: center;
font-size: 24px;
font-weight: 600;
line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-about-3-text h4 {
font-size: 20px;
}
}
.mt-about-3-img img {
border-radius: 500px 500px 0px 0px;
}
@media (max-width: 767px) {
.mt-about-box-wrap {
margin-right: 0px;
}
}
@media (max-width: 767px) {
.mt-about-box-item {
margin-right: 15px;
}
}
.mt-about-box-item h4 {
color: #fff;
}
.mt-about-box-item span {
color: #fff;
}
.mt-about-6 .mt-about-shape {
position: absolute;
left: 0;
top: 0;
right: inherit;
animation: mttranslateY2 3s infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-about-6 .mt-about-shape {
left: 20%;
top: -10px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-about-6 .mt-about-shape {
display: none;
}
}
.mt-about-6 .mt-about-shape-2 {
position: absolute;
right: 0;
top: 0;
animation: mttranslateY2 3s infinite alternate;
}
.mt-about-thumb-shape {
position: absolute;
left: 0;
animation: mttranslateY2 3s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-about-thumb-shape {
left: -50px;
}
}
@media (max-width: 767px) {
.mt-about-thumb-shape {
right: 0;
top: -90px;
}
}
.mt-about-thumb-small {
position: absolute;
bottom: -40px;
left: 0;
border: 5px solid #ddd;
z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-about-thumb-small {
bottom: 0px;
}
}
@media (max-width: 767px) {
.mt-about-thumb-small {
position: static;
margin-top: 30px;
}
}
.mt-cta-bg {
margin-bottom: -125px;
z-index: 2;
margin-top: -125px;
}
.mt-cta-bgs {
margin-bottom: -110px;
}
.mt-cta-2-area .mt-section-title {
font-size: 45px;
}
.mt-cta-wrap {
border-radius: 30px;
padding: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-cta-wrap {
padding: 30px 40px;
}
}
@media (max-width: 767px) {
.mt-cta-wrap {
padding: 20px 30px;
}
}
.mt-cta-left span {
text-align: center;
font-size: 16px;
font-weight: 700;
line-height: 26px;
text-transform: capitalize;
color: var(--mt-common-black);
}
.mt-cta-title {
font-size: 52px;
font-weight: 700;
color: #000;
line-height: 1.1;
text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-cta-title {
font-size: 40px;
}
}
@media (max-width: 767px) {
.mt-cta-title {
font-size: 25px;
}
}
.mt-cta-icon {
position: absolute;
right: 0;
bottom: 10px;
}
.mt-cta-button span {
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-transform: capitalize;
margin-left: 10px;
color: var(--mt-common-black);
}
.mt-cta-check {
width: 22px;
height: 22px;
border: 1px solid #D8D8D8;
transform: translateY(5px);
}
.mt-cta-2-wrap {
padding: 118px 50px;
border-radius: 20px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
@media (max-width: 767px) {
.mt-cta-2-wrap {
padding: 0px;
}
}
.mt-cta-2-left img {
border-radius: 20px;
}
.mt-cta-2-right img {
border-radius: 20px;
}
.mt-cta-3-bg {
background: linear-gradient(266deg, #FFF4D8 7.19%, #FFE0CE 98.22%);
}
.mt-cta-3-title {
color: var(--mt-common-black);
font-size: 156px;
font-weight: 700;
z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-cta-3-title {
font-size: 110px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-cta-3-title {
font-size: 90px;
}
}
@media (max-width: 767px) {
.mt-cta-3-title {
font-size: 60px;
}
}
.mt-cta-3-subtitle {
-webkit-text-stroke: 1px #000000;
-webkit-text-fill-color: transparent;
font-size: 156px;
font-weight: 700;
z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-cta-3-subtitle {
font-size: 110px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-cta-3-subtitle {
font-size: 90px;
}
}
@media (max-width: 767px) {
.mt-cta-3-subtitle {
font-size: 60px;
}
}
.mt-cta-3-btn {
text-align: end;
z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-cta-3-btn {
text-align: center;
margin-top: 20px;
}
}
.mt-cta-3-btn a {
width: 150px;
height: 150px;
line-height: 160px;
background-color: var(--mt-common-white);
display: inline-block;
text-align: center;
border: 1px solid var(--mt-border-1);
border-radius: 100px;
transition: 0.5s;
}
.mt-cta-3-btn a i {
font-size: 32px;
color: var(--mt-common-black);
transform: rotate(45deg);
}
.mt-cta-3-btn a:hover {
background-color: var(--mt-theme-1);
border-color: var(--mt-theme-1);
}
.mt-cta-3-shape {
position: absolute;
top: 0;
left: 0;
z-index: 1;
animation: mttranslateY2 3s infinite alternate;
}
.mt-cta-3-shape-2 {
position: absolute;
left: 40%;
top: 10%;
z-index: 1;
animation: mt__scalingAnimation 25s linear infinite;
}
.mt-cta-3-shape-3 {
position: absolute;
bottom: 15%;
left: 9%;
z-index: 1;
animation: mt__scalingAnimation 10s linear infinite;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.mt-cta-3-shape-3 {
bottom: 0%;
left: 0%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mt-cta-3-shape-3 {
bottom: 0%;
left: 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) {
.mt-cta-3-shape-3 {
bottom: 0%;
left: 0%;
}
}
.mt-cta-3-shape-4 {
position: absolute;
top: 15%;
right: 28%;
z-index: 1;
animation: mt__scalingAnimation 9s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-cta-3-shape-4 {
top: 5%;
right: 18%;
}
}
.mtcta__bg {
margin-bottom: -260px;
z-index: 2;
}
.mtcta__wrapper {
padding: 80px;
padding-bottom: 20px;
padding-top: 20px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mtcta__wrapper {
padding: 80px 20px;
}
}
.mtcta__content span {
margin-top: 10px;
font-weight: 700;
display: block;
color: #fff;
}
.mtcta__thumb {
margin-top: -150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mtcta__btn {
flex-wrap: wrap;
gap: 20px;
}
}
@media (max-width: 767px) {
.mt-hero-slider-area {
padding-top: 70px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-hero-slider-img {
margin-top: 50px;
}
}
.mt-hero-slider-bg {
background-repeat: no-repeat;
background-position: top center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-hero-slider-content {
padding-left: 0;
padding-right: 0;
}
}
.mt-hero-slider-wrapper {
z-index: 2;
position: relative;
}
.mt-hero-slider-title {
color: var(--mt-common-white);
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-size: 156px;
font-weight: 700;
line-height: 1;
text-transform: capitalize;
z-index: 3;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mt-hero-slider-title {
font-size: 140px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-hero-slider-title {
font-size: 120px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-hero-slider-title {
font-size: 90px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-hero-slider-title {
font-size: 100px;
}
}
@media (max-width: 767px) {
.mt-hero-slider-title {
font-size: 70px;
}
}
.mt-hero-slider-title span {
color: #CDCDCD;
font-size: 24px;
font-weight: 400;
line-height: 1.5;
text-transform: capitalize;
display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-hero-slider-title span {
font-size: 18px;
}
}
.mt-hero-slider-btn {
margin-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-hero-slider-btn {
margin-left: 10px;
}
}
@media (max-width: 767px) {
.mt-hero-slider-btn {
margin-top: 30px;
margin-left: 0;
}
}
.mt-hero-slider-shape {
position: relative;
}
.mt-hero-slider-shape-1 {
position: absolute;
top: -200px;
right: -130px;
z-index: 1;
}
@media (max-width: 767px) {
.mt-hero-slider-shape-1 {
top: -20px;
right: -90px;
}
}
.mt-hero-slider-shape-2 {
position: absolute;
top: -70px;
left: 0;
z-index: 1;
}
@media (max-width: 767px) {
.mt-hero-slider-shape-2 {
top: -20px;
width: 100px;
}
}
.mt-hero-slider-shape-3 {
position: absolute;
top: 10px;
right: 32%;
}
@media (max-width: 767px) {
.mt-hero-slider-wrap {
display: block !important;
margin-top: 20px;
}
}
.mt-hero-slider-arrowbox {
text-align: end;
}
.mt-hero-slider-arrowbox-bg {
width: 503px;
height: 272px;
display: inline-block;
background-color: #000b04;
overflow: hidden;
transform: rotate(-37deg);
z-index: 999;
position: absolute;
bottom: -93px;
right: -133px;
padding: 20px;
}
.mt-hero-slider-arrowbox .mt-circle-thumb-active {
margin-left: 50px;
margin-right: 20px;
}
.mt-hero-slider-arrowbox .mt-circle-thumb-active .mt-hero-slider-arrowbox-prev img {
width: 70px;
}
.mt-hero-slider-arrowbox-prev {
text-align: end;
width: 70px;
}
.mt-circle-thumb-active .swiper-wrapper {
gap: 0;
align-items: end;
justify-content: space-around;
}
.mt-circle-thumb-active .swiper-wrapper .swiper-slide {
margin: 0px !important;
padding: 0 !important;
}
.mt-hero-slider-arrowbox .mt-circle-thumb-active .swiper-slide.swiper-slide-active img {
width: 100px;
border: 1px solid #CCFF02;
border-radius: 50px;
}
@media (max-width: 767px) {
.mt-hero-2-area {
padding-top: 70px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-hero-2-item p br {
display: none;
}
}
.mt-hero-2-shape {
position: absolute;
top: 15%;
right: 5%;
animation: mttranslateX2 3s infinite alternate;
}
@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-hero-2-shape {
right: 0%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-hero-2-shape {
width: 140px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.mt-hero-2-shape {
right: 0%;
top: 8%;
}
}
@media (max-width: 767px) {
.mt-hero-2-shape {
display: none;
}
}
.mt-hero-2-shape-2 {
position: absolute;
top: 44%;
left: 12%;
animation: mttranslateY2 3s infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-hero-2-shape-2 img {
width: 50px;
}
}
@media only screen and (min-width: 1700px) and (max-width: 1850px), only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
.mt-hero-2-shape-2 {
left: 17%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-hero-2-shape-2 {
top: 40%;
left: 14%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-hero-2-shape-2 {
top: 36%;
left: 14%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-hero-2-shape-2 {
top: 40%;
left: 15%;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.mt-hero-2-shape-2 {
top: 25%;
left: 0%;
}
}
@media (max-width: 767px) {
.mt-hero-2-shape-2 {
display: none;
}
}
.mt-hero-2-shape-3 {
position: absolute;
left: 0;
bottom: 17px;
}
@media only screen and (min-width: 1700px) and (max-width: 1850px), only screen and (min-width: 1600px) and (max-width: 1700px) {
.mt-hero-2-shape-3 {
bottom: 9px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-hero-2-shape-3 {
bottom: 7px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-hero-2-shape-3 {
bottom: 4px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-hero-2-shape-3 {
bottom: 0px;
}
}
.mt-hero-2-title {
color: var(--mt-common-white);
font-size: 156px;
font-weight: 700;
}
@media only screen and (min-width: 1700px) and (max-width: 1850px) {
.mt-hero-2-title {
font-size: 130px;
}
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.mt-hero-2-title {
font-size: 125px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mt-hero-2-title {
font-size: 112px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-hero-2-title {
font-size: 100px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-hero-2-title {
font-size: 80px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-hero-2-title {
font-size: 60px;
}
}
@media (max-width: 767px) {
.mt-hero-2-title {
font-size: 40px;
}
}
.mt-hero-2-title span {
color: var(--mt-theme-2);
font-weight: 300;
}
.mt-hero-2-box {
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.mt-hero-2-video {
margin-left: 30px;
}
.mt-hero-2-video a {
margin-right: 10px;
width: 50px;
height: 50px;
border: 1px solid var(--mt-common-white);
border-radius: 50px;
display: inline-block;
line-height: 50px;
}
.mt-hero-2-video a i {
font-weight: 700;
color: var(--mt-common-white);
}
.mt-hero-2-video.video-color {
background-color: var(--mt-common-white);
border-radius: 50px;
width: 50px;
height: 50px;
}
.mt-hero-2-video.video-color a {
color: var(--mt-common-black);
}
.mt-hero-3-item {
position: relative;
z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-hero-3-item p br {
display: none;
}
}
@media (max-width: 767px) {
.mt-hero-3-thumb {
margin-top: 100px;
}
}
.mt-hero-3-thumb img {
position: absolute;
right: 90px;
top: 55%;
transform: translateY(-50%);
z-index: 1;
border: 1px solid var(--mt-common-white);
padding: 18px;
border-radius: 100%;
width: 40%;
}
@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-hero-3-thumb img {
right: 5px;
}
}
@media (max-width: 767px) {
.mt-hero-3-thumb img {
position: static;
width: 100%;
transform: translateY(0);
}
}
.mt-hero-3-thumb img::before {
background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 66.4%, rgba(0, 0, 0, 0.8) 100%);
position: absolute;
border-radius: 778px;
height: 100%;
content: "";
width: 100%;
top: 0;
left: 0;
opacity: 0.8;
}
.mt-hero-3-bg {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.mt-hero-3-subbox {
border-radius: 50px;
background: rgba(248, 248, 248, 0.2196078431);
backdrop-filter: blur(0px);
display: inline-block;
padding: 12px 15px;
}
.mt-hero-3-subtitle {
color: var(--FFFFFF, #FFF);
font-size: 16px;
font-weight: 800;
line-height: 26px;
letter-spacing: 7.68px;
text-transform: uppercase;
margin-bottom: 0;
}
.mt-hero-3-title {
color: var(--FFFFFF, #FFF);
font-family: "Hanken Grotesk";
font-size: 96px;
font-weight: 700;
line-height: 1.2;
text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-hero-3-title {
font-size: 70px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-hero-3-title {
font-size: 60px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-hero-3-title {
font-size: 55px;
}
}
@media (max-width: 767px) {
.mt-hero-3-title {
font-size: 40px;
}
}
.mt-hero-3-item p {
font-size: 24px;
font-weight: 400;
line-height: 34px;
}
.mt-hero-3-shape {
position: absolute;
left: 39%;
right: 0;
margin: auto;
bottom: -25%;
animation: mttranslateY2 3s infinite alternate;
}
@media (max-width: 767px) {
.mt-hero-3-shape {
bottom: -15%;
}
}
.mt-hero-3-video a {
margin-left: 10px;
width: 50px;
height: 50px;
background-color: var(--mt-common-white);
border-radius: 50px;
display: inline-block;
line-height: 50px;
text-align: center;
color: #000;
}
.mt-hero-5 .mt-hero-img img {
width: 100%;
}
@media (max-width: 767px) {
.mt-hero-5 .mt-hero-box {
display: block !important;
}
}
.mt-hero-5 .mt-hero-title {
color: var(--mt-common-black);
font-size: 96px;
font-weight: 700;
margin-bottom: 0;
line-height: 1;
}
.mt-hero-5 .mt-hero-title img {
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px);
transform: translateY(-10px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-hero-5 .mt-hero-title img {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
}
}
@media only screen and (min-width: 1700px) and (max-width: 1850px) {
.mt-hero-5 .mt-hero-title {
font-size: 80px;
}
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.mt-hero-5 .mt-hero-title {
font-size: 75px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mt-hero-5 .mt-hero-title {
font-size: 70px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-hero-5 .mt-hero-title {
font-size: 65px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-hero-5 .mt-hero-title {
font-size: 60px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-hero-5 .mt-hero-title {
font-size: 60px;
}
}
@media (max-width: 767px) {
.mt-hero-5 .mt-hero-title {
font-size: 50px;
}
}
.mt-hero-5 .mt-hero-title span {
color: var(--mt-theme-4);
}
.mt-hero-5 .mt-hero-item p {
color: var(--mt-common-black);
font-size: 24px;
line-height: 34px;
}
@media (max-width: 767px) {
.mt-hero-5 .mt-hero-item p br {
display: none;
}
}
.mt-hero-5 .mt-hero-team img {
margin: 0px 10px;
}
.mt-hero-5 .mt-hero-team span {
color: var(--mt-common-black);
font-weight: 700;
}
@media (max-width: 767px) {
.mt-hero-5 .mt-hero-team {
margin-top: 20px;
}
}
.mt-hero-5 .mt-hero-shape {
position: absolute;
right: 34%;
top: 14%;
animation: mttranslateY2 3s infinite alternate;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mt-hero-5 .mt-hero-shape {
right: 30%;
top: 10%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-hero-5 .mt-hero-shape {
right: 30%;
top: 10%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-hero-5 .mt-hero-shape {
right: 40%;
top: 14%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-hero-5 .mt-hero-shape {
right: inherit;
top: inherit;
left: 0;
bottom: 50%;
}
}
@media (max-width: 767px) {
.mt-hero-5 .mt-hero-shape {
right: 0;
top: inherit;
left: inherit;
bottom: 43%;
display: none;
}
}
.mt-hero-5 .mt-hero-shape-2 {
position: absolute;
right: 43%;
bottom: 20%;
animation: mt__scalingAnimation 4s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-hero-5 .mt-hero-shape-2 {
right: 50%;
bottom: 6%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-hero-5 .mt-hero-shape-2 {
right: 5%;
bottom: 0%;
}
}
.mt-hero-5 .mt-hero-shape-3 {
position: absolute;
right: 47%;
top: 26%;
animation: mt__scalingAnimation 6s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mt-hero-5 .mt-hero-shape-3 {
top: 12%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-hero-5 .mt-hero-shape-3 {
top: 12%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-hero-5 .mt-hero-shape-3 {
right: 60%;
top: 15%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-hero-5 .mt-hero-shape-3 {
right: inherit;
top: inherit;
bottom: 0;
left: 0;
}
}
@media (max-width: 767px) {
.mt-hero-5 .mt-hero-shape-3 {
right: inherit;
top: inherit;
bottom: 0;
left: 0;
}
}
.mt-hero-area.mt-hero-6 {
background-repeat: no-repeat;
background-size: cover;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mt-hero-area.mt-hero-6 {
background-position: right;
background-repeat: no-repeat;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-hero-area.mt-hero-6 {
background-position: right;
background-size: cover;
}
}
.mt-hero-item-6 {
position: relative;
z-index: 2;
}
@media (max-width: 767px) {
.mt-hero-item-6 .mt-hero-box-wrap {
flex-wrap: wrap;
gap: 30px;
}
}
.mt-hero-item-6 .mt-hero-subtitle {
color: #fff;
font-size: 24px;
}
.mt-hero-item-6 .mt-hero-title {
color: #fff;
font-size: 159px;
border-bottom: 1px solid #ddd;
display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-hero-item-6 .mt-hero-title {
font-size: 135px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-hero-item-6 .mt-hero-title {
font-size: 115px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-hero-item-6 .mt-hero-title {
font-size: 90px;
}
}
@media (max-width: 767px) {
.mt-hero-item-6 .mt-hero-title {
font-size: 60px;
}
}
.mt-hero-item-6 .mt-hero-title span {
color: #FD5B38;
}
.mt-hero-item-6 .mt-hero-box {
flex: 0 0 auto;
}
.mt-hero-item-6 .mt-hero-date {
border-radius: 100px 0px;
background: #FD5B38;
padding: 26px 47px;
}
.mt-hero-item-6 .mt-hero-date span {
color: #fff;
font-size: 52px;
font-weight: 700;
line-height: 1.2;
}
.mt-hero-item-6 .mt-hero-box-text p {
color: #fff;
font-size: 24px;
}
@media (max-width: 767px) {
.mt-hero-item-6 .mt-hero-box-text p {
line-height: 1.2;
margin-bottom: 20px;
}
}
@media (max-width: 767px) {
.mt-hero-item-6 .mt-hero-box-text p br {
display: none;
}
}
h1.mt-hero-transfer-title {
color: rgba(217, 217, 217, 0.7882352941);
font-size: 515px;
font-weight: 700;
line-height: 1.5;
text-transform: uppercase;
opacity: 0.1;
position: absolute;
left: 0;
top: 4%;
z-index: 1;
}
@media only screen and (min-width: 1700px) and (max-width: 1850px) {
h1.mt-hero-transfer-title {
font-size: 465px;
}
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
h1.mt-hero-transfer-title {
font-size: 440px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
h1.mt-hero-transfer-title {
font-size: 380px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
h1.mt-hero-transfer-title {
font-size: 327px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
h1.mt-hero-transfer-title {
font-size: 270px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
h1.mt-hero-transfer-title {
font-size: 200px;
}
}
@media (max-width: 767px) {
h1.mt-hero-transfer-title {
font-size: 100px;
top: 10%;
}
}
.mt-hero-6 .mt-hero-shape {
position: absolute;
left: 0;
top: 0;
z-index: 1;
}
@media (max-width: 767px) {
.mt-hero-box-even-btn {
flex-wrap: wrap;
gap: 25px;
}
}
.mthero__bg {
background-repeat: no-repeat;
background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mthero__bg {
padding-bottom: 40px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mthero__wrapper {
margin-right: 0px;
}
}
.mthero__title {
font-size: 96px;
font-weight: 700;
z-index: 2;
position: relative;
}
.mthero__content {
position: relative;
z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mthero__content {
margin-bottom: 30px;
}
}
.mthero__content p {
font-size: 24px;
color: #767676;
line-height: 34px;
}
@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) {
.mthero__content p br {
display: none;
}
}
.mthero__img {
position: relative;
z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.mthero__img {
text-align: center;
}
}
.mthero__box {
background-repeat: no-repeat;
padding: 50px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mthero__box {
background-size: cover;
margin-top: 90px;
}
}
.mthero__box-btn {
flex: 0 0 auto;
flex-wrap: wrap;
gap: 20px;
padding-bottom: 18px;
}
.mthero__box p {
color: var(--mt-text-2);
}
.mthero__box h4 {
font-size: 52px;
color: #000;
}
.mthero__shape {
position: absolute;
left: 26%;
bottom: 18%;
z-index: 1;
animation: mt-rotate-center 19s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mthero__shape {
left: 15%;
bottom: 10%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mthero__shape {
left: 15%;
bottom: 7%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mthero__shape {
left: 15%;
bottom: 2%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mthero__shape {
left: inherit;
bottom: 22%;
right: 0;
}
}
@media (max-width: 767px) {
.mthero__shape {
display: none;
}
}
.mthero__shape-2 {
position: absolute;
left: 20%;
top: 15%;
animation: mt__scalingAnimation 9s linear infinite;
}
@media (max-width: 767px) {
.mthero__shape-2 {
display: none;
}
}
.mthero__shape-3 {
position: absolute;
right: 7%;
top: 15%;
animation: mt__scalingAnimation 19s linear infinite;
}
.mthero__shape-4 {
position: absolute;
left: 0;
top: 0;
z-index: 0;
}
.mthero__shape-5 {
position: absolute;
right: 0;
bottom: 0;
z-index: 0;
}
.mthero__shape-thumb {
position: absolute;
left: 0;
bottom: -75px;
z-index: 1;
animation: mt__scalingAnimation 18s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mthero__shape-thumb {
left: 10%;
}
}
@media (max-width: 767px) {
.mthero__shape-thumb {
left: 0%;
}
}
.mthero__subtitle {
color: var(--color-3, #01D2A1);
font-size: 24px;
font-weight: 600;
}
.mthero__title {
color: var(--mt-common-black-3);
font-size: 80px;
font-weight: 900;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.mthero__title {
font-size: 74px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mthero__title {
font-size: 70px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mthero__title {
font-size: 60px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mthero__title {
font-size: 60px;
}
.mthero__title br {
display: none;
}
}
@media (max-width: 767px) {
.mthero__title {
font-size: 40px;
line-height: 1.3;
margin-bottom: 15px;
}
.mthero__title br {
display: none;
}
}
.mthero__title span {
font-size: 70px;
font-weight: 400;
}
@media only screen and (min-width: 1700px) and (max-width: 1850px) {
.mthero__title span {
font-size: 62px;
}
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.mthero__title span {
font-size: 57px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mthero__title span {
font-size: 47px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mthero__title span {
font-size: 47px;
}
}
@media (max-width: 767px) {
.mthero__title span {
font-size: 40px;
}
}
.mthero__title cite {
font-size: 12px;
position: absolute;
left: 0;
bottom: 6px;
z-index: -1;
}
.mthero__title b {
position: relative;
}
.mthero__title b::before {
content: "";
width: 100%;
height: 8px;
position: absolute;
background: #FFA319;
bottom: 0px;
left: 0;
z-index: -1;
border-radius: 0px 100px 0px 100px;
}
@media (max-width: 767px) {
.mthero__download-wrap {
flex-wrap: wrap;
gap: 20px;
}
}
.mthero__download-wrap span {
color: var(--mt-common-black-3);
font-weight: 700;
font-size: 18px;
}
.mthero__download-icon a {
width: 60px;
height: 60px;
line-height: 56px;
text-align: center;
display: inline-block;
border: 1px solid var(--mt-border-2);
border-radius: 50px;
margin-left: 10px;
}
.mthero__scroll {
background-color: var(--mt-common-white);
display: inline-block;
position: absolute;
right: -3%;
bottom: 62px;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
z-index: 2;
}
@media only screen and (min-width: 1700px) and (max-width: 1850px) {
.mthero__scroll {
right: -3.5%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mthero__scroll {
right: -4.5%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mthero__scroll {
right: -5.5%;
}
}
@media (max-width: 767px) {
.mthero__scroll {
right: -10%;
bottom: -25px;
display: none;
}
}
.mthero__scroll-title {
font-size: 18px;
color: var(--mt-common-black-3);
padding: 15px 25px;
margin-bottom: 0;
cursor: pointer;
}
.mthero__scroll-title span {
margin-left: 6px;
}
.mthero__scroll-title span i {
-webkit-transform: translateY(2px);
-moz-transform: translateY(2px);
-ms-transform: translateY(2px);
-o-transform: translateY(2px);
transform: translateY(2px);
}
@media (max-width: 767px) {
.mt-service-area {
padding-top: 50px;
}
}
.mt-service-item {
border: 1px solid var(--mt-theme-1);
text-align: center;
padding: 30px;
padding-top: 50px;
border-radius: 2px;
transition: 0.4s;
position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-service-item {
padding: 40px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-service-item {
padding: 13px;
}
}
.mt-service-item h3 {
color: var(--mt-common-white);
text-align: center;
font-size: 24px;
font-weight: 700;
line-height: 34px;
text-transform: capitalize;
margin-bottom: 0;
}
.mt-service-item-icon {
background-color: var(--mt-common-white);
display: inline-block;
padding: 15px;
border-radius: 50px;
margin: 15px 0;
}
.mt-service-item-icon i {
font-size: 30px;
color: var(--mt-common-black-2);
font-weight: 300;
}
.mt-service-item::before {
top: 0;
left: 0;
height: 100%;
width: 100%;
transform: scale(0.7);
content: "";
position: absolute;
background: var(--mt-gradient-1);
transition: 0.5s;
opacity: 0;
visibility: hidden;
}
.mt-service-item.active::before {
transform: scale(1);
opacity: 1;
visibility: visible;
}
.mt-service-item.active .mt-service-item-icon {
background-color: var(--mt-common-black);
z-index: 2;
position: relative;
}
.mt-service-item.active .mt-service-item-icon img {
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
}
.mt-service-item.active .mt-service-arrow {
z-index: 2;
position: relative;
}
.mt-service-item.active .mt-service-arrow a {
background: var(--mt-common-black);
}
.mt-service-item.active .mt-service-arrow a span {
display: inline-block;
opacity: 1;
visibility: visible;
color: var(--mt-common-white);
}
.mt-service-item.active .mt-service-arrow a img {
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
}
.mt-service-item.active h3 {
color: var(--mt-common-black);
z-index: 2;
position: relative;
}
.mt-service-item.active p {
color: var(--mt-common-black);
z-index: 2;
position: relative;
}
.mt-service-2-item {
padding-bottom: 0;
border-radius: 10px;
background: #0F1012;
transition: 0.4s;
}
.mt-service-2-item:hover .mt-service-2-icon span {
background: var(--mt-theme-2);
}
.mt-service-2-item:hover .mt-service-2-number {
background: radial-gradient(42.24% 2817.5% at 52.45% 54.17%, rgb(255, 234, 0) 0%, rgb(15, 16, 18) 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.mt-service-2-item:hover .mt-service-2-icon img {
transform: rotateY(180deg);
}
.mt-service-2-img img {
border-radius: 0px 112px 0px 10px;
}
.mt-service-2-icon {
background-repeat: no-repeat;
background-position: left;
background-size: auto;
margin-left: 30px;
}
.mt-service-2-icon img {
margin-top: 45px;
transition: 0.5s;
}
.mt-service-2-icon span {
width: 100%;
height: 1px;
background: #767676;
display: inline-block;
margin-left: 20px;
margin-top: 30px;
}
.mt-service-2-text h4 {
color: #FFF;
font-size: 24px;
font-weight: 700;
line-height: 1.1;
text-transform: capitalize;
}
.mt-service-2-text .mtserbtn {
color: #FFF;
font-size: 16px;
font-weight: 700;
line-height: 26px;
text-transform: capitalize;
}
.mt-service-2-text .mtserbtn i {
margin-left: 5px;
}
.mt-service-2-number {
text-align: center;
background: radial-gradient(42.24% 2817.5% at 52.45% 54.17%, rgb(117, 122, 134) 0%, rgb(15, 16, 18) 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 32px;
font-weight: 700;
line-height: 42px;
text-transform: uppercase;
transform: rotate(90deg);
position: absolute;
right: -75px;
bottom: 90px;
transition: 0.4s;
}
.mt-service-2-img img {
width: 85%;
}
.mt-service-3-item {
background-color: #000;
padding: 30px;
padding-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-service-3-item {
justify-content: space-between;
}
}
.mt-service-3-item:hover .mt-service-3-title a {
background-size: 0% 2px, 100% 2px;
}
.mt-service-3-img img {
border-radius: 500px 0px 0px 500px;
}
.mt-service-3-content {
padding-right: 30px;
}
.mt-service-3-title {
color: var(--FFFFFF, #FFF);
font-size: 24px;
font-weight: 700;
line-height: 34px;
}
.mt-service-3-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, #9c9c9c), linear-gradient(#9c9c9c, #ffffff);
}
.mt-service-3-skilltitle {
color: var(--CDCDCD, #CDCDCD);
font-size: 14px;
font-weight: 400;
line-height: 16px;
}
.mt-service-3-value {
position: absolute;
top: -38px;
right: -8px;
font-size: 14px;
font-weight: 600;
}
.mt-service-3-value span {
color: #fff;
}
.mt-service-4-content p {
color: #767676;
}
.mt-service-4-item {
border: 1px solid var(--mt-border-2);
border-radius: 15px;
padding: 33px;
}
.mt-service-4-item:hover .mt-service-4-btn a {
background-color: var(--mt-theme-2);
}
.mt-service-4-item:hover .mt-service-4-btn a i {
color: var(--mt-common-white);
}
.mt-service-4-item.service-5-item {
transition: 0.4s;
}
.mt-service-4-item.service-5-item:hover {
background-color: var(--mt-theme-5);
}
.mt-service-4-item.service-5-item:hover .service-5-btn a {
background: inherit;
}
.mt-service-4-item.service-5-item:hover .service-5-btn span {
color: var(--mt-common-black);
transition: 0.4s;
margin-left: 0;
margin-right: 20px;
}
.mt-service-4-item.service-5-item:hover .service-5-btn img {
margin-left: 0;
}
.mt-service-4-icon.service-5-icon span {
background: var(--mt-common-white);
width: 60px;
height: 60px;
border-radius: 100px;
display: inline-block;
margin-right: -40px;
margin-bottom: -10px;
}
.mt-service-4-content h3 {
font-size: 24px;
color: var(--mt-common-black);
}
.mt-service-4-btn a {
height: 50px;
padding: 10px 24px;
background-color: var(--mt-common-white);
border-radius: 50px;
transition: 0.3s;
}
.mt-service-4-btn a i {
color: var(--mt-common-black);
font-size: 20px;
}
.mt-service-4-btn.service-5-btn a {
height: inherit;
background: inherit;
padding: inherit;
border-radius: inherit;
}
.mt-service-4-btn.service-5-btn a span {
color: var(--mt-common-black);
transition: 0.4s;
margin-left: -120px;
margin-right: 20px;
font-weight: 700;
}
.mt-service-4-btn.service-5-btn a img {
margin-left: 10px;
padding: 14px;
background: #000;
}
.mt-service-5 .mt-service-item {
border: 1px solid var(--mt-border-2);
border-radius: 15px;
padding: 33px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
text-align: start;
}
.mt-service-5 .mt-service-item:hover {
background-color: var(--mt-common-white);
border: 1px solid var(--mt-common-white);
}
.mt-service-5 .mt-service-item:hover .mt-service-btn a {
background-color: var(--mt-theme-4);
color: var(--mt-common-white);
}
.mt-service-5 .mt-service-item:hover .mt-service-btn a span {
margin-left: 0px;
color: var(--mt-common-white);
margin-right: 10px;
}
.mt-service-5 .mt-service-title {
font-size: 24px;
color: var(--mt-common-black);
text-align: start;
}
.mt-service-5 .mt-service-content p {
color: #767676;
}
.mt-service-5 .mt-service-btn a {
height: 50px;
line-height: 50px;
padding: 0px 24px;
background-color: var(--mt-common-white);
border-radius: 50px;
transition: 0.3s;
display: inline-block;
color: var(--mt-common-black);
font-size: 17px;
}
.mt-service-5 .mt-service-btn a span {
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
margin-left: -110px;
margin-right: 20px;
}
.mt-service-6 .mt-service-title {
font-size: 24px;
color: var(--mt-common-black);
}
.mt-service-6 .mt-service-content p {
color: var(--mt-text-2);
}
.mt-service-trans-wrap {
position: absolute;
top: -225%;
}
@media (max-width: 767px) {
.mt-service-trans-wrap {
top: -90%;
}
}
.mt-service-trans-title {
-webkit-text-stroke: 1px rgb(234, 234, 239);
-webkit-text-fill-color: transparent;
font-size: 340px;
font-weight: 700;
text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-service-trans-title {
font-size: 265px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-service-trans-title {
font-size: 200px;
}
}
@media (max-width: 767px) {
.mt-service-trans-title {
font-size: 98px;
}
}
.mt-service-3-skill .progress {
position: relative;
height: 5px;
background-color: rgba(102, 102, 102, 0.5);
border-radius: 0;
overflow: visible;
margin-top: 15px;
border-radius: 50px;
}
.mt-service-3-skill .progress .progress-bar {
background-color: #fff;
height: 5px;
margin: 0;
border-radius: 50px;
overflow: visible;
position: relative;
margin-top: 0;
}
.mt-service-arrow {
margin-top: 35px;
margin-bottom: 30px;
}
.mt-service-arrow a {
font-size: 14px;
border-radius: 50px;
background: var(--Linear, linear-gradient(266deg, #CCFF02 7.19%, #68FFB3 98.22%));
padding: 12px 24px;
transition: 0.5s;
padding-bottom: 14px;
}
.mt-service-arrow a span {
opacity: 0;
visibility: hidden;
display: none;
transition: 0.5s;
color: #000;
}
.mt-service-arrow a i {
font-size: 20px;
line-height: 1;
color: #222;
font-weight: 500;
transform: translateY(2px);
}
.mt-service-active .mtservice-pagination {
text-align: center;
position: absolute;
z-index: 2;
}
.mt-service-active .mtservice-pagination .swiper-pagination-bullet {
width: 16px;
height: 16px;
background-color: #161718;
border: 1px solid #161718;
opacity: 1;
}
.mt-service-active .mtservice-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
width: 50px;
border-radius: 100px;
background-color: #FF2E00;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-service-all-btn {
margin-top: 40px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mtservice {
margin-top: 50px;
margin-right: 0px;
}
}
.mtservice__bg {
background: #000;
position: relative;
z-index: 2;
}
.mtservice__item {
border: 1px solid #CDCDCD;
padding: 50px 30px;
}
.mtservice__meta span {
font-size: 16px;
font-family: var(--mt-ff-heading);
margin-right: 15px;
}
.mtservice__meta span i {
margin-right: 5px;
}
.mtservice__title {
font-size: 24px;
color: #fff;
}
.mtservice__content p {
margin-bottom: 0;
}
.mtservice__box {
background: #050505;
padding: 30px 16px;
}
.mtservice-thumb-small {
position: relative;
z-index: 2;
}
.mtservice-thumb-small img {
border: 2px solid #fff;
}
.mtservice-thumb-small-2 {
position: absolute;
right: 0px;
bottom: -8px;
z-index: 1;
}
.mtservice__shape {
position: absolute;
left: 0;
top: 23%;
z-index: -1;
animation: mttranslateY2 3s infinite alternate;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
.mtservice__shape {
bottom: -9%;
top: inherit;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mtservice__shape {
display: none;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mtservice__shape {
bottom: -9%;
top: inherit;
}
}
.mtservice-transfer-title {
-webkit-text-stroke: 1px rgb(234, 234, 239);
-webkit-text-fill-color: transparent;
font-size: 516px;
opacity: 0.1;
margin-bottom: -160px;
z-index: 1;
position: relative;
line-height: 1;
}
@media only screen and (min-width: 1700px) and (max-width: 1850px) {
.mtservice-transfer-title {
font-size: 465px;
}
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.mtservice-transfer-title {
font-size: 440px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mtservice-transfer-title {
font-size: 380px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mtservice-transfer-title {
font-size: 327px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mtservice-transfer-title {
font-size: 270px;
margin-bottom: -85px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mtservice-transfer-title {
font-size: 200px;
margin-bottom: 0px;
}
}
@media (max-width: 767px) {
.mtservice-transfer-title {
font-size: 100px;
margin-bottom: 0;
}
}
.mtservice__thumb-large {
margin-top: -200px;
margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mtservice__thumb-large {
margin-top: -80px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mtservice__thumb-large {
margin-top: 0px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mtservice__thumb-large {
margin-top: 50px;
}
}
@media (max-width: 767px) {
.mtservice__thumb-large {
margin-top: 50px;
}
}
.mt-services-widget {
border: 1px solid #212121;
padding: 32px 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-services-widget {
padding: 30px;
}
}
.mt-services-widget ul li {
margin-bottom: 15px;
list-style: none;
}
.mt-services-widget ul li a {
color: #c7c7c7;
display: block;
padding: 20px 25px;
line-height: 1;
position: relative;
background-color: #212121;
border: 1px solid #57595C;
border-radius: 5px;
}
.mt-services-widget ul li a:hover {
background-color: var(--mt-theme-2);
color: var(--mt-common-black);
border-color: var(--mt-theme-2);
}
.mt-services-widget ul li a:after {
content: "\f061";
font-family: "Font Awesome 5 Pro";
position: absolute;
right: 25px;
top: 50%;
transform: translateY(-50%) rotate(-40deg);
}
.mt-services-widget ul li:last-child {
margin-bottom: 0;
}
.mt-services-widget-title span {
height: 10px;
width: 10px;
border-radius: 30px;
background: var(--mt-theme-1);
display: inline-block;
margin-right: 5px;
transform: translateY(-3px);
}
.mt-services-widget-banner-text {
position: absolute;
bottom: 50px;
left: 40px;
right: 40px;
text-align: center;
}
.mt-services-details-list-item span {
color: #fff;
}
.mt-services-details-list-title {
color: #fff;
}
@media (max-width: 767px) {
.mt-services-details-list-title {
font-size: 20px;
}
}
.mt-service-details-wrap {
background: var(--mt-common-black);
padding: 20px 15px;
}
.mt-service-details-list ul li {
list-style: none;
padding: 10px 0px;
width: 48%;
float: left;
}
.mt-service-details-list ul li span {
margin-right: 10px;
}
.mt-service-details-social a {
border: 1px solid #57595C;
line-height: 50px;
text-align: center;
font-size: 14px;
color: #ffffff;
border-radius: 100%;
height: 50px;
width: 50px;
display: inline-block;
transition: 0.3s;
margin-right: 5px;
}
.mt-service-details-social a:hover {
background: var(--mt-theme-3);
border-color: var(--mt-theme-3);
}
.mtshowcase__number span {
color: #fff;
}
.mtshowcase__title {
color: #fff;
}
@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-choose-tab-wraper {
padding-left: 0px;
padding-right: 0px;
}
}
.mt-choose-tab-wraper nav .mt-choose-tab {
display: block;
text-align: right;
}
.mt-choose-tab-wraper nav .mt-choose-tab button {
color: var(--mt-common-white);
text-align: right;
font-size: 24px;
font-weight: 700;
line-height: 34px;
text-transform: capitalize;
padding: 5px 0;
display: block;
width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-choose-tab-wraper nav .mt-choose-tab button {
text-align: start;
}
}
.mt-choose-tab-wraper nav .mt-choose-tab button span {
background: var(--mt-gradient-2);
width: 86px;
height: 1px;
display: none;
transform: translateY(-5px);
margin-left: 5px;
}
.mt-choose-tab-wraper nav .mt-choose-tab button.active {
padding-right: 50px;
}
.mt-choose-tab-wraper nav .mt-choose-tab button.active span {
display: inline-block;
}
@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-choose-tab-content {
padding-left: 0px;
padding-right: 0px;
}
}
.mt-choose-tab-content-right p {
color: var(--mt-text-p);
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-transform: capitalize;
}
.mt-choose-tab-content-list ul {
list-style: none;
}
.mt-choose-tab-content-list ul li {
color: var(--mt-common-white);
font-size: 16px;
font-weight: 700;
line-height: 26px;
text-transform: capitalize;
padding: 5px 0;
}
.mt-choose-tab-content-list ul li svg {
margin-right: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-section-content.choose-mb {
margin-bottom: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-section-content {
margin-bottom: 30px;
}
}
@media (max-width: 767px) {
.mt-section-content {
margin-left: 0px;
padding: 0;
}
}
@media (max-width: 767px) {
.mt-section-content p {
padding-right: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-section-content p br {
display: none;
}
}
@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-choose-2-item {
margin-left: 0;
}
}
.mt-choose-2-gallery {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 20px;
padding: 50px;
}
.mt-choose-2-gallery-img {
transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-choose-2-gallery-img img {
width: 100%;
}
}
.mt-choose-2-gallery-img:hover .mt-choose-2-gallery-icon {
visibility: visible;
opacity: 1;
}
.mt-choose-2-gallery-icon {
width: 95px;
height: 20px;
border-radius: 50px;
opacity: 0.5;
background: var(--mt-common-black);
position: absolute;
bottom: 10px;
left: 0;
right: 0;
margin: auto;
opacity: 0;
visibility: hidden;
transition: 0.4s;
}
.mt-choose-2-gallery-icon a {
font-size: 17px;
line-height: 0;
transform: translateY(-5px);
display: inline-block;
padding: 8px;
text-align: center;
color: var(--mt-common-white);
}
.mt-choose-2-gallery-icon img {
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
}
.mt-choose-2-positiontitle {
position: absolute;
right: -42%;
bottom: 40%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-choose-2-positiontitle {
right: -30%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-choose-2-positiontitle {
display: none;
}
}
.mt-choose-2-positiontitle h3 {
text-align: center;
background: radial-gradient(42.24% 2817.5% at 52.45% 54.17%, rgb(124, 128, 133) 0%, rgb(15, 16, 18) 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 52px;
font-weight: 700;
line-height: 1.1;
transform: rotate(90deg);
}
.mt-choose-2-box:hover .mt-choose-2-title {
color: var(--mt-theme-2);
}
.mt-choose-2-box:hover .mt-choose-2-title a {
background-size: 0% 2px, 100% 2px;
}
.mt-choose-2-box:hover span {
color: var(--mt-theme-2);
}
.mt-choose-2-box span {
font-size: 52px;
font-weight: 700;
background-repeat: no-repeat;
background-position: left bottom 65%;
margin-right: 15px;
padding-left: 10px;
}
.mt-choose-2-title {
color: var(--mt-common-white);
font-size: 24px;
font-weight: 700;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-choose-2-title {
font-size: 21px;
}
}
@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-choose-2-title {
font-size: 18px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-choose-2-title br {
display: none;
}
}
.mt-choose-2-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(#FFEA00, #FFEA00), linear-gradient(#FFEA00, #FFEA00);
}
.mt-choose-2-text a {
color: var(--mt-common-white);
font-family: "Hanken Grotesk";
font-size: 16px;
font-weight: 700;
}
.mt-choose-2-text a i {
transform: translateY(3px);
margin-left: 5px;
}
.ml-190 {
margin-left: 190px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.ml-190 {
margin-left: 0;
}
}
.mt-testimonial-2-wrapper {
border-radius: 100px 0px 0px 0px;
background: var(--mt-common-black);
padding: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-testimonial-2-wrapper {
padding: 70px;
}
}
@media (max-width: 767px) {
.mt-testimonial-2-wrapper {
padding: 30px;
padding-top: 90px;
border-radius: 0px;
}
}
.mt-testimonial-2-star i {
color: var(--mt-theme-2);
}
.mt-testimonial-2-item p {
color: var(--mt-common-white);
font-size: 24px;
font-style: italic;
font-weight: 600;
line-height: 34px;
}
@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) {
.mt-testimonial-2-item p br {
display: none;
}
}
@media (max-width: 767px) {
.mt-testimonial-2-item p {
font-size: 18px;
}
}
.mt-testimonial-2-author i {
width: 50px;
height: 50px;
background: var(--mt-common-white);
font-size: 30px;
color: #222;
border-radius: 50px;
padding: 10px;
line-height: 1;
}
.mt-testimonial-2-author h6 {
color: var(--mt-common-white);
font-size: 18px;
font-weight: 700;
line-height: 24px;
}
.mt-testimonial-2-author span {
color: var(--CDCDCD, #CDCDCD);
font-size: 16px;
font-weight: 400;
line-height: 24px;
}
.mt-testimonial-2-video a {
width: 80px;
height: 80px;
border-radius: 80px;
border: 1px solid var(--mt-common-black);
background: var(--mt-theme-2);
display: inline-block;
line-height: 1;
}
.mt-testimonial-2-video a i {
font-size: 20px;
font-weight: 700;
display: inline-block;
text-align: center;
padding: 30px;
color: var(--mt-common-black);
}
.mt-testimonial-3-thumb {
position: absolute;
top: -80px;
right: 0;
left: auto;
z-index: 2;
height: 100%;
width: 36%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-testimonial-3-thumb {
position: static;
height: 600px;
width: 100%;
margin-bottom: 50px;
}
}
@media (max-width: 767px) {
.mt-testimonial-3-thumb {
position: static;
height: 400px;
width: 100%;
margin-bottom: 50px;
}
}
.mt-testimonial-3-rottitle {
position: absolute;
left: 20%;
bottom: 36%;
right: 0;
margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-testimonial-3-rottitle {
left: inherit;
right: 0;
top: 59%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-testimonial-3-rottitle {
display: none;
}
}
.mt-testimonial-3-rottitle h3 {
color: var(--mt-common-white);
font-size: 32px;
font-weight: 700;
transform: rotate(90deg);
text-align: center;
}
@media (max-width: 767px) {
.mt-testimonial-3-rottitle h3 {
font-size: 22px;
}
}
.mt-testimonial-3-rottitle h3 span {
margin-right: 10px;
}
.mt-testimonial-3-countrating span {
margin: 0 5px;
color: var(--mt-common-white);
font-size: 24px;
font-weight: 600;
line-height: 34px;
}
@media (max-width: 767px) {
.mt-testimonial-3-countrating span {
font-size: 18px;
}
}
.mt-testimonial-3-countrating span i {
color: var(--mt-theme-3);
}
.mt-testimonial-3-countrating img {
margin-right: 10px;
}
.mt-testimonial-3-countrating p {
margin-bottom: 0;
padding-left: 10px;
}
.mt-testimonial-3-slide p {
color: var(--mt-common-white);
font-size: 24px;
font-weight: 600;
line-height: 34px;
}
.mt-testimonial-3-author {
border-top: 1px solid rgba(255, 255, 255, 0.2);
padding: 20px 0;
}
.mt-testimonial-3-text h4 {
color: var(--mt-common-white);
font-size: 16px;
font-weight: 700;
line-height: 26px;
margin-bottom: 0;
}
.mt-testimonial-4-item {
border: 1px solid var(--mt-border-2);
border-radius: 20px;
padding: 30px;
}
.mt-testimonial-4-item p {
color: var(--mt-text-2);
}
.mt-testimonial-4-quete {
position: absolute;
top: -25px;
right: 30px;
}
.mt-testimonial-4-content h5 {
font-size: 16px;
font-weight: 700;
margin-bottom: 0;
color: var(--mt-common-black);
}
.mt-testimonial-4-content span {
color: var(--mt-text-2);
}
.mt-testimonial-4-text span {
color: var(--mt-border-1);
margin-bottom: 5px;
display: block;
}
.mt-testimonial-4-text h5 {
font-size: 24px;
color: var(--mt-common-black);
}
.mt-testimonial-4-star span {
width: 30px;
height: 30px;
background-color: var(--mt-theme-4);
border-radius: 50px;
display: inline-block;
line-height: 30px;
text-align: center;
color: var(--mt-common-white);
}
.mt-testimonial-5-quote span {
width: 86px;
height: 86px;
background-color: #C4D6B0;
display: inline-block;
border-radius: 50px;
text-align: center;
line-height: 86px;
}
.mt-testimonial-5-slide p {
color: #767676;
font-size: 24px;
line-height: 34px;
}
.mt-testimonial-5-author h4 {
color: #000;
font-size: 18px;
margin-bottom: 0;
}
.mt-testimonial-5-author span {
color: #767676;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-testimonial-5-thumb {
text-align: center;
}
}
.mt-testimonial-5-arrow {
position: absolute;
right: 0;
bottom: 0px;
z-index: 2;
}
.mt-testimonial-5-arrow .mt-testimonial-5-button.active {
background: #C4D6B0;
margin-left: 5px;
}
.mt-testimonial-5-arrow .mt-testimonial-5-button {
width: 40px;
height: 40px;
border: 1px solid #C4D6B0;
line-height: 30px;
}
@media (max-width: 767px) {
.mt-testimonial-6-area .mt-section-content {
margin-right: 0px;
}
}
.mt-testimonial-6-item {
padding: 30px;
background-color: #F8F8F8;
}
.mt-testimonial-6-item p {
color: var(--mt-text-2);
}
.mt-testimonial-6-quete {
position: absolute;
top: 5px;
right: 30px;
}
.mt-testimonial-6-content h5 {
font-size: 16px;
font-weight: 700;
margin-bottom: 0;
}
.mt-testimonial-6-content span {
color: var(--mt-text-2);
}
.mt-testimonial-6-text span {
color: var(--mt-border-1);
margin-bottom: 5px;
display: block;
}
.mt-testimonial-6-text h5 {
font-size: 24px;
}
.mt-testimonial-6-star span {
width: 30px;
height: 30px;
background-color: var(--mt-theme-4);
border-radius: 50px;
display: inline-block;
line-height: 30px;
text-align: center;
color: var(--mt-common-white);
font-size: 14px;
}
@media (max-width: 767px) {
.mt-testimonial-6-star span {
font-size: 13px;
width: 25px;
height: 25px;
line-height: 25px;
}
}
.mt-testimonial-6-shape {
position: absolute;
top: -20%;
left: 0;
z-index: 1;
}
.mttestimonial__wrapper {
background: #050505;
padding: 50px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mttestimonial__item {
padding: 0px;
}
}
.mttestimonial__button-main {
position: absolute;
left: -25px;
top: 15px;
}
.mttestimonial__button-next {
left: auto;
right: -25px;
}
.mttestimonial__shape {
position: absolute;
right: 0;
top: -190px;
animation: mttranslateY2 3s infinite alternate;
}
.mttestimonial__arrow {
display: flex;
align-items: center;
justify-content: space-between;
}
.mt-testimonial-thumb-active .swiper-slide img {
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
width: 100px;
transition: 0.3s;
}
.mt-testimonial-thumb-active .swiper-slide.swiper-slide-active {
position: relative;
}
.mt-testimonial-thumb-active .swiper-slide.swiper-slide-active img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
border: 2px solid var(--Linear, #CCFF02);
}
.mt-swiper-test-button {
display: flex;
padding: 10px 16px;
border-radius: 100px;
background: var(--mt-common-white);
position: absolute;
right: 21%;
bottom: 0;
z-index: 9;
font-size: 30px;
color: #222;
line-height: 30;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-swiper-test-button {
right: 14%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-swiper-test-button {
right: 14%;
}
}
@media (max-width: 767px) {
.mt-swiper-test-button {
display: none;
}
}
.mt-swiper-test-button-next {
left: auto;
right: 29%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-swiper-test-button-next {
right: 0%;
}
}
.mt-testimonial-author-info {
display: flex;
align-items: center;
justify-content: center;
}
.mt-testimonial-author-name {
color: var(--mt-common-white);
font-size: 18px;
font-weight: 700;
line-height: 24px;
text-transform: capitalize;
margin-bottom: 0;
}
.mt-testimonial-author-name span {
width: 16px;
height: 1px;
background: var(--mt-common-white);
display: inline-block;
transform: translateY(-5px);
margin-right: 8px;
}
.mt-testimonial-author-desig {
color: var(--mt-text-p);
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-transform: capitalize;
}
.mt-testimonial-button-prev {
position: absolute;
left: -100px;
top: 50%;
z-index: 1;
font-size: 52px;
}
@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-testimonial-button-prev {
left: 0px;
top: inherit;
bottom: 0;
}
}
.mt-testimonial-button-next {
position: absolute;
left: auto;
right: -100px;
top: 50%;
z-index: 1;
font-size: 52px;
}
@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-testimonial-button-next {
right: 0px;
top: inherit;
bottom: 0;
}
}
.mt-swiper-test-2-button img {
width: 50px;
height: 50px;
padding: 12px;
background: #000;
border-radius: 50px;
}
.mt-swiper-test-2-button.swiper-button-disabled {
border-radius: 50px;
border: 1px solid var(--mt-theme-1);
}
.mt-testimonial-3-item .swiper-pagination.mt-testi-pagination {
transform: rotate(90deg);
position: absolute;
left: -64%;
top: 0;
}
.mt-testimonial-active .swiper-pagination.mt-testi-pagination .swiper-pagination-bullet {
width: 10px;
height: 10px;
background-color: #161718;
border: 1px solid #161718;
opacity: 1;
}
.mt-testimonial-3-item .swiper-pagination.mt-testi-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
width: 40px;
border-radius: 100px;
background-color: #FF2E00;
}
.mt-testimonial-3-item .mttestimonial-pagination,
.mt-testimonial-active .mttestimonial-pagination {
position: absolute;
z-index: 2;
left: -13%;
top: 50%;
transform: translateY(-50%);
width: 60px;
}
@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-testimonial-3-item .mttestimonial-pagination,
.mt-testimonial-active .mttestimonial-pagination {
display: none;
}
}
.mt-testimonial-3-item .mttestimonial-pagination .swiper-pagination-bullet,
.mt-testimonial-active .mttestimonial-pagination .swiper-pagination-bullet {
width: 16px;
height: 16px;
background-color: #161718;
border: 1px solid #161718;
opacity: 1;
display: block;
margin: 10px;
}
.mt-testimonial-3-item .mttestimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.mt-testimonial-active .mttestimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
height: 50px;
border-radius: 100px;
background-color: #FF2E00;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.brand-space {
padding-top: 50px;
padding-bottom: 0px;
}
}
.mt-team-2-item {
border: 1px solid var(--mt-border-2);
border-radius: 20px;
padding: 30px;
padding-bottom: 0;
}
.mt-team-2-content h3 {
color: var(--mt-common-black);
}
.mt-team-2-content span {
color: var(--mt-text-2);
}
.mt-team-2-img h5 {
position: absolute;
top: 30px;
right: -15%;
transform: rotate(-90deg);
font-size: 70px;
font-weight: 700;
color: var(--mt-common-white-2);
}
.mt-team-share span {
color: var(--mt-common-black);
font-size: 25px;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
display: block;
background: #fff;
margin-top: -75px;
margin-left: 25px;
z-index: 2;
position: relative;
cursor: pointer;
transition: 0.3s;
}
.mt-team-share span:hover {
background-color: #C4D6B0;
}
.mt-team-share:hover .mt-team-share-icon {
opacity: 1;
visibility: visible;
}
.mt-team-share-icon {
position: absolute;
bottom: 50px;
left: 25px;
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
.mt-team-share-icon a {
display: block;
background: white;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 18px;
text-align: center;
color: #000;
margin: 10px 0;
transition: 0.3s;
}
.mt-team-share-icon a:hover {
background-color: #C4D6B0;
}
.mt-team-shape {
position: absolute;
right: 0;
animation: mttranslateY2 3s infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-team-shape {
right: 0;
top: 0;
}
}
.mt-team-4::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background: var(--Linear-02, linear-gradient(-45deg, #FD5B38 0%, #3F2BB8 100%));
visibility: hidden;
transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-team-4 img {
width: 100%;
}
}
.mt-team-4 .mt-team-title {
color: #FFF;
font-size: 24px;
}
.mt-team-4 .mt-team-content {
position: absolute;
bottom: 25px;
right: 0;
left: 0;
text-align: center;
opacity: 0;
visibility: hidden;
transition: 0.4s;
}
.mt-team-4 .mt-team-content span {
color: #CDCDCD;
font-size: 16px;
font-weight: 400;
line-height: 24px;
}
.mt-team-4 .mt-team-content .mt-team-socials {
opacity: 1;
visibility: visible;
}
.mt-team-4 .mt-team-content .mt-team-socials a {
color: #fff;
padding: 6px;
}
.mt-team-4:hover::before {
opacity: 0.5;
visibility: visible;
}
.mt-team-4:hover .mt-team-content {
opacity: 1;
visibility: visible;
}
@media (max-width: 767px) {
.mt-team-item img {
width: 100%;
}
}
.mt-team-item-text {
margin-left: 80px;
}
.mt-team-item-text h4 {
color: var(--mt-common-white);
font-size: 16px;
font-weight: 700;
line-height: 1;
text-transform: capitalize;
}
.mt-team-item-text span {
color: var(--CDCDCD, #CDCDCD);
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-transform: capitalize;
}
.mt-team-item:hover .mt-team-item-text h4 {
color: var(--mt-common-black);
}
.mt-team-item:hover .mt-team-item-text span {
color: var(--mt-common-black);
}
.mt-team-item:hover .mt-team-social {
opacity: 1;
visibility: visible;
}
.mt-team-item:hover .mt-team-bg {
background-image: url(../../assets/img/team/team-bg-h-1-1.png) !important;
}
.mt-team-item:hover .mt-team-bg a img {
-webkit-filter: brightness(1) invert(1);
filter: brightness(1) invert(1);
}
.mt-team-bg {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin-left: 50px;
min-height: 82px;
margin-top: -82px;
z-index: 1;
position: relative;
transition: 0.3s;
}
.mt-team-item img {
border-radius: 80px 0px 0px 0px;
}
.mt-team-social {
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
.mt-team-social-box {
background: var(--mt-common-white);
border-radius: 50px;
padding: 10px 5px;
display: grid;
}
.mt-team-social-box a {
color: var(--mt-common-black);
padding: 5px 10px;
}
.mt-team-more-info ul {
list-style: none;
}
.mt-team-more-info ul li {
margin-bottom: 10px;
}
.mt-team-more-info ul li span {
color: var(--mt-text-body);
}
.mt-team-more-info ul li label {
width: 140px;
font-weight: 700;
}
.mt-team-exp-info ul {
margin-left: 16px;
}
.mt-team-exp-info ul li {
color: var(--mt-text-body);
margin-bottom: 3px;
}
.mt-team-skill-info .progress-outer {
border: 0;
padding: 0;
}
.mt-team-skill-info .mt-skill-item .progress, .mt-team-skill-info .mt-skill-item .progress-stacked {
height: 7px;
background-color: #ddd;
}
.contact-form-box textarea {
height: 164px;
}
.mt-team-call a {
color: var(--mt-common-white);
text-transform: uppercase;
font-weight: 700;
font-size: 13px;
align-items: center;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 9px 20px;
display: inline-flex;
}
@media (max-width: 767px) {
.mt-team-call a {
padding: 9px 4px;
}
}
.mt-team-call a i {
color: var(--mt-theme-2);
font-size: 14px;
border-left: 1px solid #ddd;
margin-left: 20px;
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-team-details-content {
padding-left: 0;
}
}
.mt-team-details-thumb {
position: relative;
}
.mt-team-details-thumb img {
width: 100%;
}
.mt-team-details-2 .mt-team-details-social {
width: 50px;
background: var(--mt-gradient-3);
border-radius: 50px;
padding: 10px 0px;
position: absolute;
bottom: 5%;
left: 5%;
}
.mt-team-details-2 .mt-team-details-social a {
color: #fff;
display: block;
text-align: center;
padding: 7px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-team-more-box {
flex-wrap: wrap;
}
}
@media (max-width: 767px) {
.mt-team-more-box {
flex-wrap: wrap;
}
}
.mt-team-more-box-item {
border: 1px solid var(--mt-border-1);
padding: 30px;
flex: 0 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-team-more-box-item {
margin-top: 30px;
}
}
@media (max-width: 767px) {
.mt-team-more-box-item {
margin-top: 20px;
}
}
.mt-team-more-box-icon {
margin-right: 20px;
}
.mt-team-more-box-icon span {
width: 60px;
height: 60px;
line-height: 60px;
font-size: 20px;
background-color: var(--mt-common-black);
text-align: center;
border-radius: 50px;
display: inline-block;
}
.mt-team-more-box-title {
font-size: 16px;
margin-top: 15px;
}
.mt-skill-item label {
font-size: 15px;
font-weight: 500;
color: var(--mt-text-body);
margin-bottom: 8px;
line-height: 1;
}
.mt-skill-item .progress-bar {
background-color: var(--mt-theme-2);
}
.mt-skill-item .progress, .mt-skill-item .progress-stacked {
height: 12px;
background-color: transparent;
border-radius: 4px;
}
.progress-outer {
border: 1px solid #57595C;
padding: 3px;
border-radius: 5px;
position: relative;
}
.progress-num {
position: absolute;
left: calc(25% - 31px);
top: -36px;
background: var(--mt-common-white);
color: var(--mt-common-black);
padding: 6px 5px;
font-size: 11px;
line-height: 1;
border-radius: 4px;
}
.progress-num:before {
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 10px 10px 0;
border-color: transparent var(--mt-common-white) transparent transparent;
transform: rotate(0deg);
content: "";
position: absolute;
top: 99%;
right: 8px;
}
.mt-team-details-5 .mt-team-details-wrapper {
padding: 60px;
background-color: #F8F8F8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-team-details-5 .mt-team-details-wrapper {
padding: 60px 20px;
}
}
@media (max-width: 767px) {
.mt-team-details-5 .mt-team-details-wrapper {
padding: 60px 20px;
}
}
.mt-team-details-5 .mt-team-details-box {
padding: 30px 24px;
background-color: var(--mt-common-white);
}
.mt-team-details-5 .mt-team-details-box-icon span {
width: 50px;
height: 50px;
line-height: 50px;
display: inline-block;
text-align: center;
font-size: 20px;
background-color: var(--mt-common-black);
color: var(--mt-common-white);
border-radius: 50px;
}
.mt-team-details-5 .mt-team-details-box-content span {
display: inline-block;
color: #767676;
margin-bottom: 8px;
}
.mt-team-details-5 .mt-team-details-box-title {
font-size: 16px;
font-weight: 700;
color: var(--mt-common-black);
}
.mt-team-details-5 .mt-team-details-btn-wrap {
flex-wrap: wrap;
gap: 20px;
}
.mt-team-details-5 .mt-team-details-info ul li {
margin-bottom: 25px;
color: rgba(255, 255, 255, 0.85);
list-style: none;
}
.mt-team-details-5 .mt-team-details-info ul li label {
width: 240px;
font-weight: 700;
}
.mt-team-details-5 .mt-team-details-info ul li span {
color: rgba(255, 255, 255, 0.534);
}
.mt-team-details-5 .mt-team-details-info ul li a {
margin-right: 10px;
color: rgba(255, 255, 255, 0.534);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mt-team-details-5 .mt-team-details-info ul li a:hover {
color: var(--mt-theme-2);
}
.mt-team-details-5 .mt-team-details-social a {
border: 1px solid #57595C;
line-height: 50px;
text-align: center;
font-size: 14px;
color: var(--mt-common-black);
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-team-details-5 .mt-team-details-social a:hover {
color: var(--mt-common-white);
border: 1px solid var(--mt-theme-4);
background-color: var(--mt-theme-4);
}
.mt-portfolio-transtitle {
-webkit-text-stroke: 1px #000000;
-webkit-text-fill-color: transparent;
font-weight: 700;
font-size: 340px;
line-height: 1;
text-transform: capitalize;
opacity: 0.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-portfolio-transtitle {
font-size: 300px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-portfolio-transtitle {
font-size: 250px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-portfolio-transtitle {
font-size: 180px;
}
}
@media (max-width: 767px) {
.mt-portfolio-transtitle {
font-size: 80px;
}
}
.mt-portfolio-transtitle.portfolio-color {
text-align: center;
-webkit-text-stroke: 1px #eaeaef;
-webkit-text-fill-color: transparent;
font-size: 300px;
font-weight: 700;
line-height: 1;
margin-bottom: -15%;
z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-portfolio-transtitle.portfolio-color {
font-size: 250px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-portfolio-transtitle.portfolio-color {
font-size: 200px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-portfolio-transtitle.portfolio-color {
font-size: 130px;
}
}
@media (max-width: 767px) {
.mt-portfolio-transtitle.portfolio-color {
padding-top: 50px;
font-size: 80px;
}
}
.mt-portfolio-transtitle.testimonial-color {
-webkit-text-stroke-width: 1;
-webkit-text-stroke-color: rgba(255, 255, 255, 0.3960784314);
font-size: 150px;
font-weight: 700;
line-height: 1;
margin-bottom: -133px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mt-portfolio-transtitle.testimonial-color {
font-size: 130px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-portfolio-transtitle.testimonial-color {
font-size: 110px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-portfolio-transtitle.testimonial-color {
font-size: 90px;
}
}
@media (max-width: 767px) {
.mt-portfolio-transtitle.testimonial-color {
font-size: 50px;
margin-bottom: -90px;
}
}
.mt-portfolio-btn {
padding: 0px 25px;
font-size: 14px;
font-weight: 700;
height: 50px;
line-height: 48px;
display: inline-block;
color: var(--mt-common-black);
transition: all 0.5s ease-in-out;
position: relative;
border-radius: 50px;
background-color: var(--mt-common-black);
}
.mt-portfolio-btn img {
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
}
.mt-portfolio-thumb::after {
content: "";
background: linear-gradient(0deg, #71FFA2 0%, rgba(0, 11, 4, 0) 100%);
width: 100%;
height: 50%;
bottom: 0;
left: 0;
position: absolute;
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
.mt-portfolio-thumb.portfolio-thumb::after {
content: "";
border-radius: 20px;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 234, 0, 0.76) 100%);
width: 100%;
height: 100%;
flex-shrink: 0;
bottom: 0;
left: 0;
position: absolute;
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
.mt-portfolio-item:hover .mt-portfolio-thumb::after {
opacity: 1;
visibility: visible;
}
.mt-portfolio-item:hover .mt-portfolio-content {
opacity: 1;
visibility: visible;
}
.mt-portfolio-item.portfolio-item:hover .portfolio-thumb::after {
opacity: 1;
visibility: visible;
}
.mt-portfolio-content {
position: absolute;
bottom: 20px;
left: 0;
right: 0;
text-align: center;
color: var(--mt-common-white);
padding: 10px;
z-index: 1;
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
.mt-portfolio-filter button {
color: var(--mt-common-black);
font-size: 16px;
font-weight: 700;
line-height: 26px;
text-transform: capitalize;
padding: 10px 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-portfolio-filter button {
margin-bottom: 7px;
}
}
.mt-portfolio-filter button.active {
border-radius: 50px;
background: var(--mt-gradient-1);
}
.mt-portfolio-filter.portfolio-filter button {
color: var(--mt-common-white);
border-radius: 50px;
background: #0F1012;
}
@media (max-width: 767px) {
.mt-portfolio-filter.portfolio-filter button {
margin-bottom: 10px;
}
}
.mt-portfolio-filter.portfolio-filter button.active {
border-radius: 50px;
background: var(--mt-theme-2);
color: var(--mt-common-black);
}
.mt-portfolio-bg {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
@media (max-width: 767px) {
.mt-portfolio-3-wrapper {
margin-left: 0;
margin-right: 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) {
.mt-portfolio-3-item img {
width: 100%;
}
}
.mt-portfolio-3-text span {
color: var(--CDCDCD, #CDCDCD);
font-size: 16px;
font-weight: 400;
line-height: 24px;
}
.mt-portfolio-3-text h4 {
color: var(--FFFFFF, #FFF);
font-size: 24px;
font-weight: 700;
line-height: 34px;
}
.mt-portfolio-4-item:hover .mt-portfolio-4-content {
opacity: 1;
visibility: visible;
}
.mt-portfolio-4-item:hover .mt-portfolio-4-icon {
opacity: 1;
visibility: visible;
}
.mt-portfolio-4-img img {
border-radius: 20px;
}
.mt-portfolio-4-icon {
position: absolute;
top: 0;
right: 0;
opacity: 0;
visibility: hidden;
transition: 0.4s;
}
.mt-portfolio-4-icon::before {
content: "";
position: absolute;
right: 0;
top: 0;
z-index: 1;
width: 131px;
height: 128px;
background-color: var(--mt-theme-4);
-webkit-clip-path: polygon(0 0, calc(100% - 80px) 0%, 100% 0%, 100% 100%);
clip-path: polygon(0 0, calc(100% - 80px) 0%, 100% 0%, 100% 100%);
border-top-right-radius: 20px;
}
.mt-portfolio-4-icon a {
font-size: 32px;
color: var(--mt-common-white);
z-index: 2;
position: relative;
padding-right: 20px;
margin-top: 20px;
display: block;
}
.mt-portfolio-4-content {
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: 0;
opacity: 0;
visibility: hidden;
transition: 0.4s;
}
.mt-portfolio-4-content span {
background-color: var(--mt-theme-4);
padding: 15px 24px;
border-radius: 4px;
}
.mt-portfolio-4-content h4 {
padding: 15px 24px;
background-color: var(--mt-common-white);
color: var(--mt-common-black);
border-radius: 8px;
margin-left: 50px;
margin-right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-portfolio-4-content h4 {
font-size: 18px;
}
}
.mt-portfolio-details-list {
display: flex;
align-items: center;
gap: 20px;
justify-content: space-between;
border-bottom: 1px solid var(--mt-border-1);
margin-bottom: 30px;
padding-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) {
.mt-portfolio-details-list {
flex-wrap: wrap;
}
}
.mt-portfolio-details-item h4 {
font-size: 32px;
color: #fff;
margin-bottom: 10px;
}
.mt-portfolio-details-item span {
color: #C8C8C8;
font-size: 25px;
font-weight: 400;
}
.mt-portfolio-details-5 .mt-portfolio-details-wrapper .mt-section-content p {
color: var(--mt-text-2);
}
.mt-portfolio-details-5 .mt-portfolio-details-item span {
font-size: 20px;
font-weight: 400;
color: #767676;
}
.mt-portfolio-details-5 .mt-portfolio-details-list {
border-bottom: none;
}
.mt-portfolio-details-5 .mt-portfolio-details-title {
font-size: 24px;
color: var(--mt-common-black);
}
.mt-portfolio-details-5 .mt-portfolio-details-social a {
border: 1px solid #57595C;
line-height: 50px;
text-align: center;
font-size: 14px;
color: var(--mt-common-black);
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-portfolio-details-5 .mt-portfolio-details-social a:hover {
color: var(--mt-common-white);
border: 1px solid var(--mt-theme-4);
background-color: var(--mt-theme-4);
}
.mt-portfolio-details-5 .mt-portfolio-details-box {
padding: 30px 35px;
border-radius: 20px;
border: 1px solid var(--mt-border-2);
background: var(--mt-common-white);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mt-portfolio-details-5 .mt-portfolio-details-box-title {
color: var(--mt-common-black);
font-size: 24px;
}
.mt-portfolio-details-5 .mt-portfolio-details-box-content p {
color: var(--mt-text-2);
}
.mt-portfolio-details-5 .mt-portfolio-details-box:hover {
border: 1px solid transparent;
border-radius: 20px;
background: var(--mt-common-white);
box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
}
.mt-portfolio-all-btn a {
width: 127px;
text-align: center;
padding: 23px;
background: var(--mt-theme-3);
display: inline-block;
border-radius: 100px;
color: var(--mt-common-white);
transition: 0.3s;
}
.mt-portfolio-all-btn a span {
text-align: center;
font-weight: 700;
font-size: 16px;
display: inline-block;
margin-bottom: 7px;
}
.mt-portfolio-all-btn a:hover {
background: var(--Linear-02, linear-gradient(90deg, #FD5B38 0%, #3F2BB8 100%));
color: var(--mt-common-white);
}
.mt-project-bg {
background: rgba(196, 214, 176, 0.1);
width: 100%;
height: 50%;
top: 0;
position: absolute;
}
.mt-project-item-bg::before {
content: "";
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
width: 100%;
height: 100%;
position: absolute;
bottom: 0;
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
.mt-project-item:hover.mt-project-item-bg::before {
opacity: 1;
visibility: visible;
}
.mt-project-item:hover .mt-project-title {
opacity: 1;
visibility: visible;
}
.mt-project-item:hover .mt-project-content span {
opacity: 1;
visibility: visible;
}
.mt-project-title {
color: var(--mt-common-white);
font-size: 24px;
line-height: 34px;
text-transform: capitalize;
margin-bottom: 0;
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
.mt-project-content {
position: absolute;
bottom: 0;
left: 0;
padding: 20px;
transition: 0.3s;
z-index: 3;
}
.mt-project-content span {
color: var(--mt-common-white);
font-size: 16px;
font-weight: 400;
text-transform: capitalize;
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
.mt-project-content span i {
width: 6px;
height: 6px;
display: inline-block;
background: #fff;
border-radius: 50px;
margin-right: 5px;
}
.mt-project-tab {
background: #FFF;
box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.05);
padding: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-project-tab {
margin-bottom: 30px;
}
}
.mt-project-tab button {
display: block;
color: #767676;
padding: 7px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-project-tab button {
display: inline-block;
padding: 7px 14px;
text-align: center;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-project-tab button {
padding: 7px 8px;
display: inline-block;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-project-arrow {
margin-top: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-project-arrow {
margin-top: 0px;
bottom: 60px;
position: absolute;
text-align: center;
left: 50%;
transform: translateX(-50%);
}
}
.mt-project-arrow .mt-project-button {
border: 1px solid var(--mt-border-2);
padding: 8px 15px;
color: var(--mt-common-black);
font-size: 18px;
transition: 0.4s;
margin-left: 20px;
}
.mt-project-arrow .mt-project-button.active {
background-color: var(--mt-theme-5);
color: var(--mt-common-black);
border: 1px solid transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-project-tab-wrap {
display: flex;
justify-content: space-between;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-project-tab-wrap nav {
width: 80%;
}
}
.mt-project-wrapper .swiper.mt-project-active {
margin-right: -300px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-project-wrapper .swiper.mt-project-active {
margin-right: 0px;
}
}
.mt-portfolio-widget-border {
border: 1px solid #212121;
padding: 32px 20px;
}
.mt-portfolio-widget-bg {
background: #0F1012;
padding: 42px 20px;
}
.mt-portfolio-widget-title {
color: #FFF;
font-size: 24px;
font-weight: 700;
}
.mt-portfolio-widget-list {
list-style: none;
}
.mt-portfolio-widget-list li {
color: #CDCDCD;
font-size: 16px;
font-weight: 400;
line-height: 24px;
border-radius: 50px;
background: #0F1012;
padding: 12px 20px;
margin-bottom: 15px;
}
.mt-portfolio-widget-list li:last-child {
margin-bottom: 0;
}
.mt-portfolio-widget-list li span {
color: #FFF;
font-family: "Hanken Grotesk";
font-size: 16px;
font-weight: 700;
line-height: 26px;
margin-right: 35px;
}
.mt-video {
z-index: -1;
}
.mt-video-bg {
padding-top: 425px;
padding-bottom: 425px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
margin-left: 305px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-video-bg {
margin-left: 0;
}
}
.mt-video-playicon {
position: absolute;
top: 50%;
left: 45%;
transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-video-playicon {
left: 40%;
}
}
@media (max-width: 767px) {
.mt-video-playicon {
left: 35%;
}
}
.mt-video-playicon a {
width: 110px;
height: 110px;
background: var(--mt-common-white);
display: inline-block;
border-radius: 50px;
line-height: 110px;
text-align: center;
font-size: 30px;
color: var(--mt-common-black);
position: relative;
}
.mt-video-playicon 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%;
}
.mt-video-playicon 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%;
}
.mt-video-playicon.video-icon a {
width: 110px;
height: 110px;
background: red;
display: inline-block;
border-radius: 50px;
line-height: 110px;
text-align: center;
font-size: 30px;
color: var(--mt-common-white);
position: relative;
}
.mt-video-playicon.video-icon a::before {
position: absolute;
content: "";
left: 50%;
top: 50%;
width: 100%;
height: 100%;
background-color: rgba(255, 0, 0, 0.247);
animation: borderanimate2 2.7s linear infinite;
border-radius: 50%;
}
.mt-video-playicon.video-icon a::after {
position: absolute;
content: "";
left: 50%;
top: 50%;
width: 100%;
height: 100%;
border: 1px solid rgba(255, 0, 0, 0.205);
animation: borderanimate2 2.3s linear infinite;
border-radius: 50%;
}
.mt-video-play {
position: absolute;
left: 45%;
top: 40%;
transform: translate(6%, 0);
}
@media (max-width: 767px) {
.mt-video-play {
left: 30%;
}
}
.mt-video-play a span {
display: inline-block;
width: 160px;
height: 160px;
background: var(--mt-common-black);
border-radius: 100px;
line-height: 160px;
text-align: center;
font-size: 30px;
color: var(--mt-theme-2);
}
.mt-video-2-bg {
padding-top: 370px;
padding-bottom: 0px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
margin-bottom: -300px;
z-index: 3;
}
.mt-video-2-bg::before {
content: "";
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
position: absolute;
left: 0;
top: 0;
}
.mt-video-2 .mt-video-play {
position: absolute;
left: 45%;
top: 40%;
-webkit-transform: translate(6%, 0);
-moz-transform: translate(6%, 0);
-ms-transform: translate(6%, 0);
-o-transform: translate(6%, 0);
transform: translate(6%, 0);
}
@media (max-width: 767px) {
.mt-video-2 .mt-video-play {
left: 35%;
}
}
.mt-video-2 .mt-video-play a {
position: relative;
display: inline-block;
width: 160px;
height: 160px;
background: var(--mt-common-black);
border-radius: 100px;
line-height: 160px;
text-align: center;
font-size: 30px;
color: var(--mt-common-white);
}
@media (max-width: 767px) {
.mt-video-2 .mt-video-play a {
width: 100px;
height: 100px;
line-height: 100px;
}
}
.mt-video-2 .mt-video-play a::before {
position: absolute;
content: "";
left: 50%;
top: 50%;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.247);
animation: borderanimate2 2.7s linear infinite;
border-radius: 50%;
}
.mt-video-2 .mt-video-play 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%;
}
.mt-video-2 .mt-video-trans-wrap {
padding-top: 60px;
}
.mt-video-2 .mt-video-trans-title {
-webkit-text-stroke: 1px rgb(235, 235, 235);
-webkit-text-fill-color: transparent;
font-size: 200px;
text-transform: capitalize;
margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-video-2 .mt-video-trans-title {
font-size: 180px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-video-2 .mt-video-trans-title {
font-size: 145px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-video-2 .mt-video-trans-title {
font-size: 105px;
}
}
@media (max-width: 767px) {
.mt-video-2 .mt-video-trans-title {
font-size: 50px;
}
}
.mt-brand-slide-img {
width: 256px;
height: 80px;
border-radius: 80px;
background: #0F1012;
text-align: center;
margin: 0 10px;
}
.mt-brand-slide-img img {
padding: 30px;
width: 140px;
}
.mt-brand-slide-img.brand-color {
border-radius: 80px;
padding: 28px;
width: inherit;
height: inherit;
margin: 0px;
margin-bottom: 10px;
}
.mt-brand-slide-img.brand-color img {
width: 25px;
height: 25px;
object-fit: cover;
padding: 0;
}
.mt-brand-slide-img.brand-color h3 {
display: inline-block;
margin-bottom: 0;
color: var(--mt-common-white);
border-radius: 80px;
padding: 5px 7px;
font-size: 17px;
}
.mt-brand-slide-3-wrapper {
border-top: 1px solid rgba(255, 255, 255, 0.2);
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
.mt-brand-slide-3-area {
padding-bottom: 80px;
}
}
.mt-brand-slide-4-wrapper {
border: 1px solid var(--mt-border-2);
border-radius: 30px;
}
.mt-brand-slide-4-title {
position: absolute;
top: -15px;
left: 0;
right: 0;
margin: auto;
}
.mt-brand-slide-4-title h4 {
display: inline-block;
background: var(--mt-common-white);
}
.mt-brand-slide-5 .mt-brand-slide-border {
border: 1px solid var(--mt-border-2);
border-radius: 30px;
}
.mt-brand-slide-5 .mt-brand-slide-title {
position: absolute;
top: -15px;
left: 0;
right: 0;
margin: auto;
}
.mt-brand-slide-5 .mt-brand-slide-title h4 {
display: inline-block;
background: var(--mt-common-white);
color: #000;
}
@media (max-width: 767px) {
.mt-brand-slide-5 .mt-brand-slide-title h4 {
font-size: 18px;
}
}
.mt-brand-slide-6 .mt-brand-slide-title h4 {
color: #000;
}
.mt-brand-section-title {
color: var(--mt-common-white);
font-size: 24px;
font-weight: 700;
line-height: 34px;
text-transform: capitalize;
}
.mt-brand-section-title strong {
width: 196px;
height: 1px;
background: #161718;
display: inline-block;
transform: translateY(-5px);
margin-left: 5px;
}
@media (max-width: 767px) {
.mt-brand-section-title strong {
width: 80px;
}
}
.mt-brand-section-title span {
width: 196px;
height: 1px;
background: #161718;
display: inline-block;
transform: translateY(-5px);
margin-right: 5px;
}
@media (max-width: 767px) {
.mt-brand-section-title span {
width: 80px;
}
}
.mt-bg-rot {
transform: rotate(3deg);
z-index: 3;
position: absolute;
bottom: 168px;
}
.mt-bg-rot-2 {
background: #0f1012;
}
.mt-brand-img.rotate img {
transform: rotate(-4deg);
overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-faq-left-img img {
width: 100%;
}
}
.mt-process-trans {
margin-bottom: -85px;
}
.mt-process-transtitle {
-webkit-text-stroke: 1px #ffffff;
-webkit-text-fill-color: transparent;
font-weight: 700;
font-size: 138px;
text-align: center;
line-height: 1;
text-transform: uppercase;
opacity: 0.2;
position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-process-transtitle {
font-size: 115px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-process-transtitle {
font-size: 90px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-process-transtitle {
font-size: 60px;
}
}
@media (max-width: 767px) {
.mt-process-transtitle {
font-size: 35px;
}
}
.mt-process-transtitle:before {
content: "";
background: rgba(255, 255, 255, 0.3294117647);
width: 100%;
height: 1px;
position: absolute;
bottom: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-process-transtitle:before {
bottom: 10px;
}
}
@media (max-width: 767px) {
.mt-process-transtitle:before {
bottom: 5px;
}
}
.mt-process-content i {
width: 24px;
height: 24px;
background: #FD5B38;
display: inline-block;
border-radius: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-process-content i {
margin-top: 10px;
}
}
.mt-process-number {
color: var(--mt-common-white);
font-size: 16px;
font-weight: 700;
line-height: 26px;
}
.mt-process-text h4 {
color: var(--mt-common-white);
font-size: 24px;
font-weight: 700;
line-height: 34px;
}
.mt-process-text p {
color: var(--CDCDCD, #CDCDCD);
font-size: 16px;
font-weight: 400;
line-height: 24px;
}
.mt-process-2-item {
border: 1px solid var(--mt-border-2);
padding: 30px 25px;
border-radius: 15px;
}
.mt-process-2-icon img {
width: 100px;
}
.mt-process-2-text h4 {
color: var(--mt-common-black);
}
.mt-process-2-text p {
color: var(--mt-text-2);
margin-bottom: 0;
}
.mt-process-2-shape {
position: absolute;
bottom: -20px;
left: 0;
}
.mt-process-2-shape-2 {
position: absolute;
top: 30%;
left: 39%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-process-2-shape-2 {
top: 23%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-process-2-shape-2 {
top: 20%;
left: inherit;
right: 15px;
}
}
@media (max-width: 767px) {
.mt-process-2-shape-2 {
top: 20%;
left: inherit;
right: 15px;
}
}
@media (max-width: 767px) {
.mt-process-2-shape-2 {
top: 20%;
left: inherit;
right: 15px;
}
}
.mtprocess {
padding: 10px 37px;
z-index: 2;
position: relative;
}
.mtprocess__area {
z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mtprocess__area {
padding-top: 20px;
padding-bottom: 50px;
}
}
.mtprocess__space {
padding-top: 350px;
}
.mtprocess__title {
color: var(--mt-common-black);
}
.mtprocess__icon span {
border: 1px solid #ddd;
border-radius: 30px;
padding: 37px 33px;
display: inline-block;
font-size: 32px;
color: #000;
font-weight: 700;
}
.mtprocess__icon.active span {
background: #000;
color: #fff;
}
.mtprocess__shape {
position: absolute;
left: 0;
top: -16%;
z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mtprocess__shape-wrap {
display: none;
}
}
.mtprocess__shape-2 {
position: absolute;
bottom: 42%;
left: 34%;
z-index: 0;
animation: mttranslateX2 3s infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mtprocess__shape-2 {
left: 24%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mtprocess__shape-2 {
left: 24%;
bottom: 45%;
}
}
.mtprocess__shape-3 {
position: absolute;
bottom: 42%;
right: 34%;
z-index: 0;
animation: mttranslateX2 4s infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mtprocess__shape-3 {
right: 25%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mtprocess__shape-3 {
right: 26%;
bottom: 45%;
}
}
.mtprocess__shape-4 {
position: absolute;
right: 0;
bottom: 0%;
z-index: -1;
}
.mtprocess__content p {
color: var(--mt-text-2);
}
.mtpricing__item {
background-color: var(--mt-common-black);
padding: 50px 30px;
text-align: center;
border-radius: 20px;
}
.mtpricing__item:hover .mtpricing__btn a {
background: var(--mt-theme-3);
}
.mtpricing__item:hover .mtpricing__btn a span {
color: var(--mt-common-white);
}
.mtpricing__item-2 {
border-radius: 0;
transition: 0.4s;
}
.mtpricing__item-2::before {
content: "";
position: absolute;
left: 0;
right: 0;
margin: auto;
top: 0;
width: 100%;
height: 100%;
background: var(--Linear-02, linear-gradient(90deg, #FD5B38 0%, #3F2BB8 100%));
z-index: 1;
opacity: 0;
visibility: hidden;
transition: 0.4s;
}
.mtpricing__item-2 .mtpricing__price {
border: none;
}
.mtpricing__item-2 .mtpricing__price h4 {
font-size: 50px;
}
.mtpricing__item-2 .mtpricing__price h4 i {
font-size: 18px;
margin-left: -10px;
}
.mtpricing__item-2 .mtpricing__title-border::before {
content: "";
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: -20px;
width: 54px;
height: 1px;
background: linear-gradient(90deg, #FD5B38 0%, #3F2BB8 100%);
transition: 0.4s;
}
.mtpricing__item-2 .mtpricing__btn .small-btn {
border-radius: 50px;
border: 1px solid var(--Linear-02, #FD5B38);
border: linear-gradient(90deg, #FD5B38 0%, #3F2BB8 100%);
}
.mtpricing__item-2:hover::before {
visibility: visible;
opacity: 1;
}
.mtpricing__item-2:hover .mtpricing__title-border::before {
background: white;
}
.mtpricing__item-2:hover .mtpricing__text {
position: relative;
z-index: 2;
}
.mtpricing__item-2:hover .mtpricing__btn a {
background: var(--mt-common-black);
border: 1px solid var(--mt-common-black);
z-index: 2;
position: relative;
}
.mtpricing__item-2:hover .mtpricing__list {
position: relative;
z-index: 2;
}
.mtpricing__item-2:hover .mtpricing__list ul li {
color: var(--mt-common-white);
border-bottom: 1px solid var(--mt-common-white);
}
.mtpricing__item-2.active::before {
visibility: visible;
opacity: 1;
}
.mtpricing__item-2.active .mtpricing__title-border::before {
background: white;
}
.mtpricing__item-2.active .mtpricing__text {
position: relative;
z-index: 2;
}
.mtpricing__item-2.active .mtpricing__btn a {
background: var(--mt-common-black);
border: 1px solid var(--mt-common-black);
z-index: 2;
position: relative;
}
.mtpricing__item-2.active .mtpricing__list {
position: relative;
z-index: 2;
}
.mtpricing__item-2.active .mtpricing__list ul li {
color: var(--mt-common-white);
border-bottom: 1px solid var(--mt-common-white);
}
.mtpricing__list ul {
list-style: none;
}
.mtpricing__list ul li {
color: #CDCDCD;
border-bottom: 1px solid #4C4C4C;
padding: 10px 0;
}
.mtpricing__list ul li span {
margin-left: 6px;
}
.mtpricing__title {
color: var(--mt-common-white);
font-size: 24px;
font-weight: 700;
line-height: 1;
}
.mtpricing__text {
margin-bottom: 50px;
}
.mtpricing__text p {
font-size: 16px;
font-weight: 400;
}
.mtpricing__price {
border-top: 1px solid rgba(255, 255, 255, 0.2);
padding-top: 20px;
}
.mtpricing__price h4 {
color: var(--mt-common-white);
font-size: 96px;
font-weight: 800;
}
@media (max-width: 767px) {
.mtpricing__price h4 {
font-size: 60px;
}
}
.mtpricing__price h4 i {
color: var(--mt-common-white);
font-size: 24px;
font-weight: 700;
margin-left: -23px;
}
@media (max-width: 767px) {
.mtpricing__price h4 i {
margin-left: -15px;
}
}
.mtpricing__btn a {
width: 100%;
height: 50px;
border: 1px solid rgba(255, 255, 255, 0.2);
text-align: center;
line-height: 46px;
display: inline-block;
}
.mtpricing__btn a span {
margin-right: 10px;
color: var(--mt-common-white);
}
.mtpricing__shape {
position: absolute;
left: 150px;
animation: mttranslateY2 3s infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.mtpricing__shape {
left: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mtpricing__shape {
left: 0;
top: 0;
}
}
.mt-price-space {
padding-bottom: 500px;
height: 1000px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-price-space {
height: 1700px;
}
}
@media (max-width: 767px) {
.mt-price-space {
height: 1720px;
}
}
.mt-price-item {
border: 1px solid rgba(0, 0, 0, 0.1);
background-color: #F9FBF7;
padding: 30px 10px 25px 10px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mt-price-item:hover {
background-color: #C4D6B0;
}
.mt-price-title {
position: relative;
}
.mt-price-title span {
width: 20%;
left: 40%;
bottom: -11px;
height: 1px;
background: #000;
display: inline-block;
margin: 0 auto;
position: absolute;
}
.mt-price-number {
font-size: 52px;
}
.mt-price-number span {
font-size: 16px;
-webkit-transform: translateX(-15px);
-moz-transform: translateX(-15px);
-ms-transform: translateX(-15px);
-o-transform: translateX(-15px);
transform: translateX(-15px);
display: inline-block;
}
.mt-price-link {
position: relative;
}
.mt-price-link a {
border-radius: 50px;
background: var(--mt-common-black);
padding: 15px 40px;
display: inline-block;
text-align: center;
color: var(--mt-common-white);
}
.mt-price-list-wrapper {
position: absolute;
top: 54%;
left: 16%;
right: 16%;
margin: 0 auto;
}
@media only screen and (min-width: 1700px) and (max-width: 1850px) {
.mt-price-list-wrapper {
left: 12%;
right: 12%;
}
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.mt-price-list-wrapper {
left: 10%;
right: 10%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mt-price-list-wrapper {
left: 5%;
right: 5%;
}
}
@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-price-list-wrapper {
left: 30px;
right: 30px;
bottom: 17%;
top: inherit;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-price-list-wrapper {
bottom: 7%;
}
}
@media (max-width: 767px) {
.mt-price-list-wrapper {
bottom: 3%;
}
}
.mt-price-list-item {
border-bottom: 1px solid #ddd;
padding: 15px 0;
}
.mt-price-list-item p {
color: var(--mt-common-black);
font-family: var(--mt-ff-heading);
font-weight: 700;
text-transform: capitalize;
margin-bottom: 0;
width: 350px;
}
.mt-price-list-item span {
font-size: 30px;
color: var(--mt-common-black);
}
@media (max-width: 767px) {
.mt-price-list-item span {
margin: 0 6px;
}
}
.mt-price-switch-tab {
border: 1px solid #C8C8C8;
border-radius: 10px;
padding: 16px 16px 24px 16px;
}
.mt-price-2 .mt-mtblog-content .active .mt-price-item-heading {
background: var(--Linear-H5, linear-gradient(82deg, #D4FBF9 0%, #D5ECD8 48.74%, #F0C4F8 100%));
}
.mt-price-2 .mt-price-item {
border: 1px solid #F8F8F8;
background-color: #F8F8F8;
padding: 30px 24px;
}
.mt-price-2 .mt-price-item-heading {
background: #F8F8F8;
padding: 24px 25px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
cursor: pointer;
}
.mt-price-2 .mt-price-top-box p {
color: var(--mt-common-black);
padding-bottom: 5px;
}
.mt-price-2 .mt-price-middle-number {
font-size: 52px;
font-weight: 700;
line-height: 1;
margin-bottom: 0;
color: #000;
}
@media (max-width: 767px) {
.mt-price-2 .mt-price-middle-number {
font-size: 27px;
}
}
.mt-price-2 .mt-price-middle-number span {
font-size: 24px;
margin-left: -10px;
}
@media (max-width: 767px) {
.mt-price-2 .mt-price-middle-number span {
font-size: 17px;
margin-left: 0;
}
}
.mt-price-2 .mt-price-title {
font-size: 24px;
color: var(--mt-common-black);
}
@media (max-width: 767px) {
.mt-price-2 .mt-price-title {
font-size: 20px;
}
}
.mt-price-2 .mt-price-title span {
width: inherit;
left: inherit;
bottom: inherit;
height: inherit;
background: #f9e8e5;
display: inline-block;
margin: 0 auto;
position: inherit;
font-size: 12px;
padding: 4px 10px;
border-radius: 50px;
}
.mt-price-2 .mt-price-list ul li {
border-bottom: 1px solid var(--mt-border-2);
padding: 15px 0;
list-style: none;
}
.mt-price-2 .mt-price-list ul li:last-child {
border-bottom: none;
padding-bottom: 0;
}
.mt-price-2 .mt-price-list ul li i {
float: right;
color: var(--mt-theme-4);
-webkit-transform: translateY(3px);
-moz-transform: translateY(3px);
-ms-transform: translateY(3px);
-o-transform: translateY(3px);
transform: translateY(3px);
}
.mt-price-2 .mt-price-list ul li span {
color: var(--mt-text-2);
}
.mt-price-shape {
position: absolute;
right: 0;
bottom: 0%;
}
.mt-price-switch-tab button {
display: block;
color: #000;
font-family: "Open Sans";
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-transform: capitalize;
padding: 7px 0;
}
.mt-price-switch-tab button.active {
padding: 7px 0;
}
.mt-price-switch-tab button.active span {
border: 4px solid #000;
}
.mt-price-discund span {
background-color: #C4D6B0;
color: #000;
padding: 11px 15px;
border-radius: 50px;
}
.mt-price-discund {
position: absolute;
right: 15%;
bottom: 24%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-price-discund {
right: 9%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-price-discund {
right: -10%;
bottom: 0%;
}
}
.mt-price-switch-tab button span {
border: 1px solid #C8C8C8;
border-radius: 50px;
width: 18px;
height: 18px;
display: inline-block;
-webkit-transform: translateY(4px);
-moz-transform: translateY(4px);
-ms-transform: translateY(4px);
-o-transform: translateY(4px);
transform: translateY(4px);
margin-right: 10px;
}
.mt-price-tab {
text-align: center;
position: relative;
}
.mt-price-tab span {
font-weight: 700;
color: #000;
}
.mt-price-tab ul {
background-color: #F8F8F8;
border-radius: 20px;
padding: 5.5px;
display: inline-flex;
margin: 0 10px;
}
.mt-price-tab ul li button {
width: 28px;
height: 30px;
background-color: transparent;
border-radius: 50%;
border: none;
display: inline-block;
}
.mt-price-tab ul li button.active {
background-color: #2555FF;
}
.mt-price-tab .mt-price-discund {
position: absolute;
right: 32%;
bottom: 34%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-price-tab .mt-price-discund {
right: 32%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-price-tab .mt-price-discund {
right: 27%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-price-tab .mt-price-discund {
right: 19%;
}
}
@media (max-width: 767px) {
.mt-price-tab .mt-price-discund {
right: 0%;
bottom: 100%;
}
}
.mt-price-tab .mt-price-discund span {
background-color: #FD5B38;
color: #ffffff;
padding: 5px 15px;
border-radius: 50px;
}
@media (max-width: 767px) {
.mtprice__top-wrap {
margin-bottom: 10px;
}
}
.mt-fact-wraper {
border-top: 1px solid var(--mt-border-2);
border-bottom: 1px solid var(--mt-border-2);
padding: 35px 0;
padding-bottom: 15px;
position: relative;
}
.mt-fact-wraper.border-right::after {
position: absolute;
top: 0;
left: 33%;
content: "";
width: 1px;
height: 100%;
background-color: var(--mt-border-2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-fact-wraper.border-right::after {
display: none;
}
}
.mt-fact-wraper.border-right::before {
position: absolute;
top: 0;
right: 33%;
content: "";
width: 1px;
height: 100%;
background-color: var(--mt-border-2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-fact-wraper.border-right::before {
display: none;
}
}
.mt-fact-item {
padding: 0 15px;
z-index: 3;
position: relative;
}
.mt-fact-item:hover .mt-fact-content span {
background-color: var(--mt-theme-4);
color: var(--mt-common-white);
}
.mt-fact-item-2 {
padding: 0px;
}
.mt-fact-item-2 .mt-fact-count {
background: var(--mt-common-white);
border-radius: 150px;
padding: 30px;
}
.mt-fact-item-2 .mt-fact-count span {
margin-bottom: 0;
margin-right: 15px;
font-size: 52px;
}
.mt-fact-item-2 .mt-fact-count h5 {
font-size: 24px;
font-weight: 400;
}
.mt-fact-count span {
font-size: 52px;
color: var(--mt-common-black);
font-family: var(--mt-ff-heading);
font-weight: 700;
margin-bottom: 30px;
display: block;
}
.mt-fact-count h5 {
font-size: 16px;
}
.mt-fact-content span {
width: 32px;
height: 32px;
display: inline-block;
font-size: 23px;
line-height: 30px;
margin-bottom: 30px;
color: var(--mt-common-black);
border: 1px solid;
border-radius: 50px;
text-align: center;
transition: 0.3s;
}
.mt-fact-content p {
color: var(--mt-text-2);
}
.mt-fact-2 {
margin-top: -180px;
}
.mt-fact-bg {
position: absolute;
top: 0;
left: 0;
width: 83%;
height: 100%;
z-index: 1;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.mt-fact-bg {
width: 87%;
}
}
@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) {
.mt-fact-bg {
width: 100%;
}
}
.mt-fact-shape {
position: absolute;
left: 7%;
top: 12%;
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) {
.mt-fact-shape {
left: 0%;
top: 7%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-fact-shape {
left: 0%;
top: 0%;
}
}
@media (max-width: 767px) {
.mt-fact-shape {
display: none;
}
}
.mt-event-count {
text-align: center;
background: #000;
padding: 36px 54px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-event-count {
padding: 36px 44px;
}
}
@media (max-width: 767px) {
.mt-event-count {
padding: 30px 40px;
margin-bottom: 20px;
}
}
@media (max-width: 767px) {
.mt-event-number {
flex-wrap: wrap;
}
}
.mt-event-count h4 {
color: #fff;
font-size: 52px;
font-weight: 700;
text-transform: capitalize;
}
.mt-event-count span {
color: #CDCDCD;
font-size: 16px;
font-weight: 400;
}
.mt-event-time-border {
border-bottom: 1px solid #CDCDCD;
padding-bottom: 50px;
}
.mtform-title {
font-size: 30px;
}
.contact-form-box input, .contact-form-box textarea {
border-color: #57595c;
}
.contact-form-box-5.contact-form-box .mtcontact__form-inputbox input, .contact-form-box-5.contact-form-box .mtcontact__form-inputbox textarea {
outline: none;
background-color: var(--mt-common-white);
height: 56px;
width: 100%;
line-height: 56px;
font-size: 15px;
padding-left: 25px;
padding-right: 25px;
color: var(--mt-common-black);
resize: none;
border: 0;
border: 1px solid var(--mt-border-2);
border-radius: 15px;
text-transform: capitalize;
font-weight: 500;
}
.contact-form-box-5.contact-form-box .mtcontact__form-inputbox textarea {
height: 150px;
padding-top: 0;
}
.contact-form-box-4.contact-form-box input, .contact-form-box-4.contact-form-box textarea {
outline: none;
background-color: var(--mt-common-white);
height: 56px;
width: 100%;
line-height: 56px;
font-size: 15px;
padding-left: 25px;
padding-right: 25px;
color: var(--mt-common-black);
resize: none;
border: 0;
border: 1px solid var(--mt-border-2);
border-radius: 0px;
text-transform: capitalize;
font-weight: 500;
}
.contact-form-box-4.contact-form-box textarea {
height: 190px;
padding-top: 0;
}
.mt-contact-img img {
max-width: inherit;
margin-left: -40px;
}
@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-contact-img img {
margin: 0px;
max-width: 100%;
}
}
.mt-contact-form-box input, .mt-contact-form-box textarea {
height: 60px;
border: 1px solid #57595C;
padding: 0 25px;
border-radius: 10px;
font-weight: 500;
}
.mt-contact-form-box .p-relative i {
position: absolute;
right: 25px;
top: 22px;
}
.mt-contact-form-box textarea {
height: 160px;
padding-top: 20px;
padding-bottom: 20px;
}
.mt-contact-info {
border: 1px solid #57595C;
padding: 50px 40px;
border-radius: 15px;
}
.mt-contact-info-icon span {
font-size: 85px;
color: #000001;
}
.mt-contact-info-text span {
font-size: 15px;
font-weight: 500;
text-transform: uppercase;
}
.mt-contact-info-text p {
font-size: 30px;
color: #fff;
line-height: 1.2;
font-family: var(--mt-ff-heading);
margin: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-contact-info-text p {
font-size: 25px;
}
}
@media (max-width: 767px) {
.mt-contact-info-text p {
font-size: 20px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.mt-contact-info-text p {
font-size: 25px;
}
}
.mt-contact-info-text p a:hover {
color: var(--mt-theme-2);
}
.mt-contact-info-2 {
padding: 24px;
border: 1px solid #262728;
border-radius: 20px;
}
.mt-contact-info-2 .mt-contact-info-text span {
font-size: 30px;
color: #fff;
line-height: 1.2;
font-family: var(--mt-ff-heading);
text-transform: capitalize;
}
.mt-contact-info-2 .mt-contact-info-text p {
font-size: 16px;
}
.mt-contact-box .mt-section-content p {
background: var(--Linear, linear-gradient(266deg, #CCFF02 7.19%, #68FFB3 98.22%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 24px;
}
.mt-contact-box-social a {
margin: 0px 8px;
color: #fff;
font-size: 20px;
transition: all 0.3s ease-in-out;
}
.mt-contact-box-social a:hover {
color: var(--mt-theme-1);
}
.mt-contact-5 .mt-contact-info {
border: 1px solid #F8F8F8;
padding: 50px 40px;
border-radius: 20px;
background: #F8F8F8;
}
.mt-contact-5 .mt-contact-info-icon span {
font-size: 75px;
color: #000;
}
.mt-contact-5 .mt-contact-info-text span {
font-size: 15px;
font-weight: 500;
text-transform: uppercase;
color: #000;
}
.mt-contact-5 .mt-contact-info-text p {
font-size: 16px;
color: var(--mt-text-2);
}
.mt-contact-5 .mt-contact-info-text p a:hover {
color: var(--mt-theme-4);
}
.mt-map-area iframe {
height: 700px;
width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mt-map-area iframe {
height: 600px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-map-area iframe {
height: 500px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.mt-map-area iframe {
height: 400px;
}
}
.mtcontact__box-item span {
margin-right: 10px;
color: #CDCDCD;
font-size: 38px;
}
.mtcontact__box-text h5 {
font-size: 16px;
}
.mtcontact__box-text p {
margin-bottom: 0px;
}
.mtcontact__map iframe {
height: 500px;
width: 100%;
}
.mtcontact__transtitle {
color: rgba(217, 217, 217, 0.45);
font-size: 300px;
font-weight: 700;
line-height: 500px;
text-transform: uppercase;
opacity: 0.1;
position: absolute;
top: -50%;
left: -40%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.mtcontact__transtitle {
left: -20%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.mtcontact__transtitle {
left: -10%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mtcontact__transtitle {
left: -10%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mtcontact__transtitle {
left: -10%;
}
}
@media (max-width: 767px) {
.mtcontact__transtitle {
left: 0%;
}
}
.mtcontact__transtitle-2 {
left: auto;
right: 0%;
top: auto;
bottom: -50%;
}
.mtcontact__shape {
position: absolute;
right: 100px;
top: -40px;
z-index: 2;
animation: mttranslateY2 3s infinite alternate;
}
.mt-map-area {
margin-bottom: -6px;
}
.mt-cta-input input {
color: #000;
}
.mt-cta-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #000000;
}
.mt-cta-input input::-moz-placeholder { /* Firefox 19+ */
color: #000000;
}
.mt-cta-input input:-moz-placeholder { /* Firefox 4-18 */
color: #000000;
}
.mt-cta-input input:-ms-input-placeholder { /* IE 10+ Edge*/
color: #000000;
}
.mt-cta-input input::placeholder { /* MODERN BROWSER */
color: #000000;
}
.mt-contact-form-wrap {
background: #F8F8F8;
padding: 60px 80px;
margin-top: -170px;
z-index: 3;
position: relative;
}
.mt-contact-form-wrap .contact-form-box input, .mt-contact-form-wrap .contact-form-box textarea {
outline: none;
background-color: var(--mt-common-white);
height: 56px;
width: 100%;
line-height: 56px;
font-size: 15px;
padding-left: 25px;
padding-right: 25px;
color: var(--mt-common-black);
resize: none;
border: 0;
border: 1px solid var(--mt-border-2);
border-radius: 15px;
text-transform: capitalize;
font-weight: 500;
}
.mt-contact-form-wrap .contact-form-box textarea {
height: 156px;
padding-top: 0;
}
.mt-contact-form-4 .mt-contact-form-main-wrap {
background: #F8F8F8;
padding: 50px 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-contact-box-map iframe {
width: 100%;
}
}
.mt-contact-box-icon span {
font-size: 24px;
font-weight: 700;
margin-bottom: 5px;
background-color: #F8F8F8;
color: var(--mt-common-black);
width: 80px;
height: 80px;
line-height: 80px;
display: inline-block;
text-align: center;
border-radius: 50%;
}
.mt-contact-box-text span {
font-family: var(--mt-ff-heading);
font-size: 16px;
font-weight: 700;
color: var(--mt-common-black);
}
.mt-contact-box-text h4 {
font-size: 32px;
font-weight: 700;
margin: 0;
}
@media (max-width: 767px) {
.mt-contact-box-text h4 {
font-size: 25px;
}
}
.mt-contact-form-4 .form-check-input {
width: 20px;
height: 20px;
border: 1px solid #000000;
border-radius: 0% !important;
}
.mt-contact-form-4 label.form-check-label {
color: var(--mt-text-2);
}
.mt-contact-form-4 .mt-contact-form input, .mt-contact-form-4 .mt-contact-form textarea {
color: #000;
}
/*----------------------------------------*/
/* 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;
}
}
/*----------------------------------------*/
/* 7.11 error css start
/*----------------------------------------*/
.mtevents__content-list ul li {
list-style: none;
margin-bottom: 10px;
}
.mtevents__content-list ul li span {
background: var(--Linear-02, linear-gradient(90deg, #FD5B38 0%, #3F2BB8 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: "Hanken Grotesk";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 34px;
text-transform: uppercase;
margin-right: 10px;
}
.mtevents-sidebar-widget {
background: var(--mt-common-black);
padding: 32px 24px;
}
.mtevents-sidebar-title {
font-size: 24px;
font-weight: 700;
color: #fff;
margin-bottom: 40px;
position: relative;
}
.mtevents-sidebar-title::after {
content: "";
position: absolute;
width: 50px;
height: 3px;
background: var(--mt-gradient-3);
bottom: -10px;
left: 0;
}
.mtevents-sidebar-list {
display: flex;
align-items: center;
margin-bottom: 30px;
}
.mtevents-sidebar-list:last-child {
margin-bottom: 0;
}
.mtevents-sidebar-icon span {
width: 50px;
height: 50px;
display: inline-block;
border-radius: 100%;
background: var(--mt-gradient-3);
color: #fff;
text-align: center;
line-height: 50px;
font-size: 20px;
margin-right: 15px;
}
.mtevents-sidebar-maps iframe {
width: 100%;
height: 300px;
border: none;
}
.mt-dark-version-bg-1 {
background-color: #f6f6f9;
}
.mt-dark-version-bg-2 {
background-color: #f8f8f8;
}
.mt-dark-version.mt-header-search-bar {
background: var(--mt-common-white);
}
.mt-dark-version .mt-offcanvas-title {
color: #000;
}
.mt-dark-version .mt-offcanvas-sm-title {
color: var(--mt-common-black);
}
.mt-dark-version .mt-offcanvas-info span {
color: var(--mt-common-black);
}
.mt-dark-version .mt-offcanvas-menu ul li > a {
color: var(--mt-common-black);
}
.mt-dark-version .mt-offcanvas-close-toggle {
color: var(--mt-common-black);
}
.mt-dark-version .mt-menu-close {
color: #000;
}
.mt-dark-version.mt-offcanvas {
background: var(--mt-common-white);
}
.mt-dark-version .header-sticky {
background-color: var(--mt-common-white);
}
.mt-dark-version p {
color: #767676;
}
@media only screen and (max-width: 1200px) {
.mt-dark-version .mt-offcanvas-menu .mt-home-title {
color: var(--mt-common-black);
margin-bottom: 15px;
}
}
.mt-dark-version .mt-hero-2-title {
color: #000;
}
.mt-dark-version .mt-hero-2-item p {
color: #000;
}
.mt-dark-version .mt-hero-2-video a {
border: 1px solid var(--mt-common-black);
}
.mt-dark-version .mt-hero-2-video a i {
font-weight: 700;
color: var(--mt-common-black);
}
.mt-dark-version .mt-hero-2-video span {
color: #000;
}
.mt-dark-version .mt-header-2-area {
background-color: var(--mt-common-white);
}
.mt-dark-version .mt-header-2-main-menu ul > li.dropdown:after {
color: #000;
}
.mt-dark-version .mt-header-2-main-menu ul > li:hover > a {
color: var(--mt-theme-2);
}
.mt-dark-version .mt-header-2-main-menu ul > li:hover.dropdown:after {
color: var(--mt-theme-2);
}
.mt-dark-version .mt-header-2-main-menu ul > li > a {
color: var(--mt-common-black);
}
.mt-dark-version.mt-header-2-area .mt-megamenu-list ul li a:hover {
color: var(--mt-theme-2) !important;
}
.mt-dark-version .mt-login-btn {
color: #000;
}
.mt-dark-version .mt-brand-section-title {
color: var(--mt-common-black);
}
.mt-dark-version .mt-section-subtitle {
color: var(--mt-common-black);
}
.mt-dark-version .mt-section-title {
color: var(--mt-common-black);
}
.mt-dark-version .mt-about-2-content p {
color: #767676;
}
.mt-dark-version .mt-about-2-box h5 {
color: var(--mt-common-black);
}
.mt-dark-version .mt-about-2-img-text .mt-about-title {
color: var(--mt-common-black);
}
.mt-dark-version .mt-choose-2-title {
color: var(--mt-common-black);
}
.mt-dark-version .mt-choose-2-text a {
color: var(--mt-common-black);
}
.mt-dark-version .mt-portfolio-transtitle {
-webkit-text-stroke: 2px rgba(0, 0, 0, 0.231372549);
-webkit-text-fill-color: rgba(0, 0, 0, 0.1019607843);
}
.mt-dark-version .mt-custom-accordion-2 .accordion-buttons {
color: var(--mt-common-black);
}
.mt-dark-version .mt-custom-accordion-2 .accordion-buttons::after {
color: var(--mt-common-black);
border: 1px solid var(--mt-common-black);
}
.mt-dark-version .mt-custom-accordion-2 .accordion-body {
color: #767676;
}
.mt-dark-version .mt-blog-2-text span {
color: var(--mt-common-black);
}
.mt-dark-version .mt-blog-2-text .mt-blog-title {
color: var(--mt-common-black);
}
.mt-dark-version .mt-blog-2-author-text h5 {
color: var(--mt-common-black);
}
.mt-dark-version .mt-blog-2-author-text span {
color: #767676;
}
.mt-dark-version .mt-footer-2-title {
color: var(--mt-common-black);
}
.mt-dark-version .mt-footer-2-social ul li a {
color: var(--mt-common-black);
}
.mt-dark-version .mt-footer-2-list ul li a {
color: #767676;
}
.mt-dark-version .mt-copyright-menu a {
color: #767676;
}
.mt-dark-version .mt-copyright-border {
border-top: 1px solid #e1e1e1;
}
.mt-dark-version .header-sticky .mt-header-3-main-logo .mt-logo-white {
display: none !important;
}
.mt-dark-version .header-sticky .mt-header-3-main-logo .mt-logo-black {
display: block !important;
}
.mt-dark-version .header-sticky .mt-header-3-main-menu ul li > a {
color: var(--mt-common-black);
}
.mt-dark-version .header-sticky .mt-header-3-search button {
color: var(--mt-common-black);
}
.mt-dark-version .header-sticky .mt-header-3-search input {
color: #000;
}
.mt-dark-version .header-sticky .mt-header-3-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #000;
}
.mt-dark-version .header-sticky .mt-header-3-search input::-moz-placeholder { /* Firefox 19+ */
color: #000;
}
.mt-dark-version .header-sticky .mt-header-3-search input:-moz-placeholder { /* Firefox 4-18 */
color: #000;
}
.mt-dark-version .header-sticky .mt-header-3-search input:-ms-input-placeholder { /* IE 10+ Edge*/
color: #000;
}
.mt-dark-version .header-sticky .mt-header-3-search input::placeholder { /* MODERN BROWSER */
color: #000;
}
.mt-dark-version.mt-about-3-area {
background-color: #f8f8f8;
}
.mt-dark-version .mt-about-3-text h4 {
color: #767676;
}
.mt-dark-version .mt-about-3-box {
border: 1px solid rgba(0, 0, 0, 0.37);
}
.mt-dark-version .mt-about-3-box.active h4 {
color: #ffffff;
}
.mt-dark-version .mt-process-transtitle {
-webkit-text-stroke: 1px #000000;
-webkit-text-fill-color: transparent;
}
.mt-dark-version .mt-process-transtitle:before {
content: "";
background: rgba(0, 0, 0, 0.52);
}
.mt-dark-version .mt-process-text h4 {
color: var(--mt-common-black);
}
.mt-dark-version .mt-process-number {
color: var(--mt-common-black);
}
.mt-dark-version .mt-portfolio-3-text span {
color: #333131;
}
.mt-dark-version .mt-portfolio-3-text h4 {
color: #000000;
}
.mt-dark-version .mt-brand-slide-3-wrapper {
border-top: 1px solid rgba(0, 0, 0, 0.2);
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.mt-dark-version .mt-testimonial-3-countrating span {
color: var(--mt-common-black);
}
.mt-dark-version .mt-testimonial-3-text h4 {
color: var(--mt-common-black);
}
.mt-dark-version .mt-testimonial-3-text span {
color: #333131;
}
.mt-dark-version .mt-testimonial-3-rottitle h3 {
color: var(--mt-common-black);
}
.mt-dark-version .mt-blog-3-text h3 {
color: var(--mt-common-black);
}
.mt-dark-version .mt-blog-3-btn {
color: #000;
}
.mt-dark-version .mt-header-main-search button span {
color: #000000;
}
.mt-dark-version.mt-header-light .mt-header-main-logo .mt-logo-white {
display: none !important;
}
.mt-dark-version.mt-header-light .mt-header-main-logo .mt-logo-black {
display: block !important;
}
.mt-dark-version.mt-header-light .mt-header-main-menu ul li a {
color: var(--mt-common-black);
}
.mt-dark-version.mt-header-light .mt-header-main-menu ul li.dropdown:after {
color: var(--mt-common-black);
}
.mt-dark-version.mt-header-light .mt-header-main-menu ul li:hover.dropdown:after {
color: var(--mt-common-black);
}
.mt-dark-version.mt-header-light .mt-header-main-search button span {
color: var(--mt-common-black);
}
.mt-dark-version .mt-header-main-menu ul li.dropdown:hover::after {
color: white;
}
.mt-dark-version .header-sticky .mt-header-main-menu.event ul > li > a {
color: #000;
}
.mt-dark-version .header-sticky .mt-header-main-menu.event ul > li.dropdown:after {
color: #000;
}
.mt-dark-version .mt-service-item h3 {
color: var(--mt-common-black);
}
.mt-dark-version .mt-about-box h4 {
color: var(--mt-common-black);
}
.mt-dark-version .mt-choose-tab-wraper nav .mt-choose-tab button {
color: var(--mt-common-black);
}
.mt-dark-version .mt-choose-tab-content-list ul li {
color: var(--mt-common-black);
}
.mt-dark-version .mt-testimonial-text {
color: #000;
}
.mt-dark-version .mt-testimonial-author-name {
color: var(--mt-common-black);
}
.mt-dark-version .mt-testimonial-author-desig {
color: #767676;
}
.mt-dark-version .header-sticky .mt-header-main-logo-4 .mt-logo-white {
display: none !important;
}
.mt-dark-version .header-sticky .mt-header-main-logo-4 .mt-logo-black {
display: block !important;
}
.mt-dark-version .header-sticky .mt-header-search::before {
background: #000;
}
.mt-dark-version .header-sticky .mt-header-search button {
color: black;
}
.mt-dark-version .mt-about-box-item h4 {
color: #000;
}
.mt-dark-version .mt-about-box-item span {
color: #767676;
}
.mt-dark-version .mtservice-transfer-title {
-webkit-text-stroke: 1px rgb(0, 0, 0);
-webkit-text-fill-color: transparent;
}
.mt-dark-version .mtservice__bg {
background: #f8f8f8;
}
.mt-dark-version .mtservice__meta span {
color: #767676;
}
.mt-dark-version .mtservice__title {
color: #000;
}
.mt-dark-version .mtservice__box {
background: #fff;
}
.mt-dark-version .mt-blog-4-title {
color: #000;
}
.mt-dark-version .mt-blog-4-link {
color: #767676;
}
.mt-dark-version .mt-blog-4-meta span {
color: #000;
}
.mt-dark-version .mtcontact__transtitle {
color: rgba(0, 0, 0, 0.45);
}
.mt-dark-version .mtcontact__box-text h5 {
color: #000;
}
.mt-dark-version.mt-footer-bg::before {
background-color: rgba(255, 255, 255, 0.76);
}
.mt-dark-version .mt-footer-title {
color: var(--mt-common-black);
}
.mt-dark-version .mt-footer-content p {
color: #000;
}
.mt-dark-version .mt-footer-social-4 ul li a {
color: #000;
}
.mt-dark-version .mt-footer-list ul li a {
color: var(--mt-common-black);
}
.mt-dark-version .mt-footer-recentblog-content span {
color: #000;
}
.mt-dark-version .mt-footer-recentblog-title {
color: #000;
}
.mt-dark-version .mt-footer-2-newsletter input {
color: #000;
}
.mt-dark-version .mt-breadcrumb-title {
color: #000;
}
.mt-dark-version .mt-breadcrumb-list span a {
color: #2e2e2e;
font-size: 20px;
}
.mt-dark-version .mt-postbox-title {
color: #000;
}
.mt-dark-version .mt-postbox-meta span {
color: #000000;
}
.mt-dark-version .mt-postbox-tag span {
color: #000;
}
.mt-dark-version .mt-postbox-tag a {
color: #000;
}
.mt-dark-version .mt-postbox-social a {
color: #000;
}
.mt-dark-version .mt-blog-sidebar-title {
color: #000;
}
.mt-dark-version .mt-blog-sidebar-cat ul li a {
color: #000;
}
.mt-dark-version .mt-blog-sidebar-post-title {
color: #000;
}
.mt-dark-version .mt-blog-form button {
color: #000;
}
.mt-dark-version .mt-blog-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #000;
}
.mt-dark-version .mt-blog-form input::-moz-placeholder { /* Firefox 19+ */
color: #000;
}
.mt-dark-version .mt-blog-form input:-moz-placeholder { /* Firefox 4-18 */
color: #000;
}
.mt-dark-version .mt-blog-form input:-ms-input-placeholder { /* IE 10+ Edge*/
color: #000;
}
.mt-dark-version .mt-blog-form input::placeholder { /* MODERN BROWSER */
color: #000;
}
.mt-dark-version .tagcloud a {
color: #000;
}
.mt-dark-version .mt-blog-form input {
color: #000;
}
.mt-dark-version .mt-blog-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #000000;
}
.mt-dark-version .mt-blog-form input::-moz-placeholder { /* Firefox 19+ */
color: #000000;
}
.mt-dark-version .mt-blog-form input:-moz-placeholder { /* Firefox 4-18 */
color: #000000;
}
.mt-dark-version .mt-blog-form input:-ms-input-placeholder { /* IE 10+ Edge*/
color: #000000;
}
.mt-dark-version .mt-blog-form input::placeholder { /* MODERN BROWSER */
color: #000000;
}
.mt-dark-version .contact-form-box input,
.mt-dark-version .contact-form-box textarea {
color: #000;
}
.mt-dark-version.mt-blog-5 .mt-blog-title {
color: #000;
}
.mt-dark-version .mt-postbox-details blockquote p {
color: #000;
}
.mt-dark-version .mt-postbox-details blockquote cite {
color: #767676;
}
.mt-dark-version .mt-pagination ul li a {
color: #000;
}
.mt-dark-version .mt-postbox-comments-author {
color: #000;
}
.mt-dark-version .mt-postbox-comments-text span {
color: #767676;
}
.mt-dark-version .reply {
color: #000;
}
.mt-dark-version .mt-contact-info-text span {
color: #000;
}
.mt-dark-version .mt-contact-box-link {
color: #000;
}
.mt-dark-version .mt-contact-box-social a {
color: #000;
}
.mt-dark-version .mt-error-title {
color: #000;
}
.mt-dark-version .mtevents__subtitle {
color: #000;
}
.mt-dark-version .mtevents__content-list ul li {
color: #000;
}
.mt-dark-version .mtevents-sidebar-widget {
background-color: #fff;
}
.mt-dark-version .mtevents-sidebar-title {
color: #000;
}
.mt-dark-version .mtevents-sidebar-content h5 {
color: #000;
}
.mt-dark-version .mtevents-sidebar-content span {
color: #767676;
}
.mt-dark-version .mt-portfolio-widget-title {
color: #000;
}
.mt-dark-version .mt-portfolio-details-item h4 {
color: #000;
}
.mt-dark-version .mt-portfolio-details-item span {
color: #767676;
}
.mt-dark-version .mt-portfolio-widget-bg {
background-color: #ebebeb;
}
.mt-dark-version .mtpricing__text p {
color: #fff;
}
.mt-dark-version .mt-services-widget-title {
color: #000;
}
.mt-dark-version .mt-services-details-list-title {
color: #000;
}
.mt-dark-version .mt-services-details-list span {
color: #767676;
}
.mt-dark-version .mtshowcase__title {
color: #000;
}
.mt-dark-version .mtshowcase__number span {
color: #000;
}
.mt-dark-version .mt-service-details-wrap {
background-color: #f6f6f9;
}
.mt-dark-version .mt-service-details-list ul li {
color: #000;
}
.mt-dark-version .mt-service-details-social a {
color: #000000;
}
.mt-dark-version .mt-team-details-content span {
color: #000;
}
.mt-dark-version .mt-team-more-info ul li {
color: #000;
}
.mt-dark-version .mt-skill-item label {
color: #000;
}
.mt-dark-version .mt-team-sm-title {
color: #000;
}
.mt-dark-version .mt-team-exp-info ul li {
color: #000;
}
.mt-dark-version .progress-outer span {
background-color: #000;
color: #fff;
}
.mt-dark-version .mt-team-call a {
color: #000;
}
.mt-dark-version .mt-team-call a i {
color: #000;
}
.mt-dark-version .mt-team-more-box-icon span {
color: #fff;
}
.mt-dark-version .mt-team-more-box-title {
color: #000;
}
.mt-light-version-bg-1 {
background-color: #f6f6f9;
}
.mt-light-version-bg-2 {
background-color: #f8f8f8;
}
.mt-light-version .header-sticky .mt-header-logo .mt-logo-white {
display: none !important;
}
.mt-light-version .header-sticky .mt-header-logo .mt-logo-black {
display: block !important;
}
.mt-light-version .header-sticky .mt-header-menu ul li > a {
color: var(--mt-common-white);
}
.mt-light-version .header-sticky .mt-header-menu ul li.has-dropdown:after {
color: var(--mt-common-white);
}
.mt-light-version .header-sticky .mt-header-menu ul li .sub-menu li a {
color: var(--mt-common-black);
}
.mt-light-version .header-sticky .mt-header-search input {
border: 1px solid rgba(255, 255, 255, 0.3);
}
.mt-light-version .header-sticky .mt-header-btn a.mtlogin {
color: #ffffff;
}
.mt-light-version.mt-brand-slide-5 .mt-brand-slide-title h4 {
background: #001005;
color: var(--mt-common-white);
padding: 2px 8px;
}
.mt-light-version.mt-brand-slide-6 .mt-brand-slide-title h4 {
color: #ffffff;
}
.mt-light-version.mt-brand-slide-5 .mt-brand-slide-border {
border: 1px solid var(--mt-border-1);
}
.mt-light-version .mtabout__list ul li {
color: var(--mt-common-white);
}
.mt-light-version .mtabout__box {
border-top: 1px solid var(--mt-border-1);
}
.mt-light-version.mt-service-5 .mt-service-item {
border: 1px solid var(--mt-border-1);
}
.mt-light-version.mt-service-5 .mt-service-item:hover .mt-service-title {
color: #000;
}
.mt-light-version.mt-service-5 .mt-service-title {
font-size: 24px;
color: var(--mt-common-white-2);
text-align: start;
}
.mt-light-version .mt-process-2-item {
border: 1px solid var(--mt-border-2);
background-color: #f6f6f9;
}
.mt-light-version .mt-fact-count span {
color: #cdcdcd;
}
.mt-light-version .mt-fact-content span {
color: var(--mt-common-white-2);
}
.mt-light-version .mt-fact-content p {
color: #cdcdcd;
}
.mt-light-version .mt-fact-wraper {
border-top: 1px solid var(--mt-border-1);
border-bottom: 1px solid var(--mt-border-1);
}
.mt-light-version .mt-fact-wraper.border-right::before {
background-color: var(--mt-border-1);
}
.mt-light-version .mt-fact-wraper.border-right::after {
background-color: var(--mt-border-1);
}
.mt-light-version .mt-team-2-item {
border: 1px solid var(--mt-border-1);
}
.mt-light-version .mt-team-2-content h3 {
color: var(--mt-common-white);
}
.mt-light-version .mt-team-2-img h5 {
color: rgba(248, 248, 248, 0.0705882353);
}
.mt-light-version .mt-testimonial-4-content h5 {
font-size: 16px;
font-weight: 700;
margin-bottom: 0;
color: var(--mt-common-white);
}
.mt-light-version .mt-testimonial-4-item {
border: 1px solid var(--mt-border-1);
}
.mt-light-version .mt-testimonial-4-item p {
color: #cdcdcd;
}
.mt-light-version .mt-testimonial-4-text span {
color: #cdcdcd;
}
.mt-light-version .mt-testimonial-4-text h5 {
color: var(--mt-common-white);
}
.mt-light-version .mt-blog-6-item {
transition: 0.4s;
border: 1px solid var(--mt-border-1);
}
.mt-light-version .mt-blog-6-item:hover {
border: 1px solid var(--mt-border-2);
box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
border-radius: 20px;
}
.mt-light-version .mt-blog-6-arrow button {
color: #ffffff;
}
.mt-light-version .mt-blog-6-title {
color: var(--mt-common-white);
}
.mt-light-version .mt-blog-6-btn span {
color: var(--mt-common-white);
}
.mt-light-version .mt-blog-6-btn i {
color: var(--mt-common-white);
}
.mt-light-version.mt-cta-3-bg {
background: linear-gradient(266deg, #000b04 7.19%, #001005 98.22%);
}
.mt-light-version .mt-cta-3-title {
color: var(--mt-common-white);
}
.mt-light-version .mt-cta-3-subtitle {
-webkit-text-stroke: 1px #ffffff;
-webkit-text-fill-color: transparent;
}
.mt-light-version .mt-footer-4-title {
color: var(--mt-common-white);
}
.mt-light-version .mt-footer-4-list ul li {
transition: 0.4s;
}
.mt-light-version .mt-footer-4-list ul li:hover a {
color: var(--mt-theme-4);
}
.mt-light-version .mt-footer-4-list ul li a {
color: #cdcdcd;
}
.mt-light-version .mt-footer-4-label {
color: var(--mt-common-white);
}
.mt-light-version .mt-footer-4-contact ul li a {
color: var(--mt-common-white);
}
.mt-light-version.mt-service-6 .mt-service-trans-title {
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.14);
}
.mt-light-version .mtprocess__icon span {
border: 1px solid var(--mt-border-1);
border-radius: 30px;
padding: 37px 33px;
display: inline-block;
font-size: 32px;
color: var(--mt-common-white);
font-weight: 700;
}
.mt-light-version .mtprocess__icon.active span {
background: var(--mt-common-white);
color: var(--mt-common-black);
}
.mt-light-version.mtabout__2 .mtabout__box-btn-play {
color: var(--mt-common-white);
}
.mt-light-version.mtabout__2 .mtabout__box-btn-play i {
background: #ffffff;
color: #000000;
}
.mt-light-version .mt-price-tab span {
font-weight: 700;
color: #ffffff;
}
.mt-light-version.mtcta__bg {
z-index: inherit;
}
.mt-light-version .mtblog__meta span {
color: #ddd;
}
.mt-light-version .mtblog__meta a {
color: #ddd;
}
.mt-light-version .mtblog__content:hover .mtblog__meta span {
color: #fff;
}
/*# sourceMappingURL=main.css.map */