/*
  Theme Name: Thousands | Creative Html Template
  Date Created: May 15, 2023
  Last Update: July 26, 2025
  Author: eThemeStudio
  Support: xuwelkhan@gmail.com
  Description: Creative  HTML5 template.
  Version: 2.2
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about area
5. about area
6. fun fact area
7. portfolio area
8. feature area
9. choose us area
10. team area
11. service area
12. process area
13. testimonial area
14. brand area
15. contact area
16. blog area
17. footer area
18. extra info css
*/

/* 1. Theme default css
-------------------------------------------------------------- */
/* font css */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* common css */
:root {
  --main-color: #ff4848;
  --primary-color: #222222;
  --secondary-color: #bbbbbb;
  --text-color: #999999;
  --light-text-color: #b9bbc9;
  --lead-text-color: #9b9db1;
  --section-bg: #f6f2f2;
}
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2e2e37;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--main-color);
}
h2 {
  font-size: 72px;
}
h3 {
  font-size: 60px;
  line-height: 1.16;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 24px;
  line-height: 1.5;
}
h6 {
  font-size: 21px;
}
p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.67;
  color: #4d4d5c;
}
span,
input,
img {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
a,
button,
li {
  transition: 0.3s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,
button:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
a:focus,
a:hover,
.footer-menu li a:hover {
  color: var(--main-color);
  text-decoration: none;
  outline: 0 none;
}
*::-moz-selection {
  background: #7a7a8a;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #7a7a8a;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #7a7a8a;
  color: #fff;
  text-shadow: none;
}
.btn:focus {
  outline: 0 none;
}
/* button */
.btn {
  padding: 14px 40px 13px 40px;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  border: 1px sold var(--main-color);
  outline: 0 none;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.btn::after {
  position: absolute;
  content: "";
  background: #ffffff;
  height: 155px;
  left: -75px;
  opacity: 0.2;
  top: -50px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1;
}
.btn:hover::after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn:hover {
  color: #ffffff;
}
.slider-content .btn {border: 1px solid #ffffff;}
.my-btn2 .btn {
	padding: 0;
	color: var(--main-color);
}
.btn a:focus { color: #fff}
/* btn css end */
/* common css */
.poppins-font-family {
  font-family: 'Poppins', sans-serif;
}
.openS-font-family {
  font-family: "Open Sans", sans-serif;
}
.img-grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.shadow-hover:hover {
  box-shadow: 0px 5px 15px 0px rgba(7, 7, 7, 0.06);
}
.cursor-pointer {
  cursor: pointer;
}
.rotate {
  transition: 0.9s;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 1;
}
.rotate-hover:hover span.rotate,
.rotate-hover:hover a.rotate {
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
/* title css */
.title2 span { 
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}
.title h4 {
  font-size: 30px;
}
.title h2 {
  font-size: 48px;
}
.title h3 {
  font-size: 30px;
}
.title p {
  font-size: 18px;
  color: var(--text-color);
}
.dark-background .title p {color: var(--lead-text-color);}
.title-border {
	background: var(--main-color);
	width: 24px;
	height: 2px;
}
.portfolio-margin-top {padding-top: 60px;}

/* slick-dots css */
.slick-dots {
	position: absolute;
	right: 70px;
	bottom: 105px;
	z-index: 11;
}
.slick-dots li {
  border: 0;
}
.slick-dots button {
  width: 15px !important;
  height: 15px;
  background: #bec9ca;
  display: block;
  text-indent: 1000px;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  margin: 12px auto;
  cursor: pointer;
  padding: 0;
}
.slick-dots li.slick-active button {
  background: var(--main-color);
}
/* slick-arrow css */
.slick-arrow .l-a, .slick-arrow .r-a {
	position: absolute;
	left: -15px;
	top: 40%;
	font-size: 24px;
	background: transparent;
	color: var(--text-color);
	z-index: 11;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	cursor: pointer;
}
.slick-arrow .r-a {
  left: auto;
  right: -15px;
}
.slick-arrow .l-a:hover,
.slick-arrow .r-a:hover {
  color: var(--main-color);
}

/* 2. header
--------------------------------------------------- */
.transparent-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 22;
  transition: 0.3s;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}
.sticky-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.logo a {
  display: block;
}
.sticky-menu .logo {
  margin: 0 0;
}
.sticky-menu .logo img {
  max-width: 72%;
}
.sticky-menu .logo a.header-sticky-logo {
  display: block;
}
.sticky-menu .header {
  background: #25262f;
  -webkit-box-shadow: 0 8px 4px -7px rgba(115, 115, 115, 0.1);
  -moz-box-shadow: 0 8px 4px -7px rgba(115, 115, 115, 0.1);
  box-shadow: 0 8px 4px -7px rgba(115, 115, 115, 0.1);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.sticky-menu .main-menu ul li > a {
  padding: 24px 0;
}
.main-menu ul li {
  display: inline-block;
  margin-left: 36px;
  position: relative;
}
.main-menu ul li > a {
  color: #ffffff;
  font-size: 18px;
  display: inline-block;
  text-transform: capitalize;
  padding: 53px 0;
  position: relative;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--main-color);
}
.header-btn a {
  padding: 12px 28px 11px 28px;
  border: 1px solid var(--main-color);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 15px;
}
.header-btn a:hover,
.sticky-menu .header-btn a:hover {
  background: var(--main-color);
  color: #ffffff;
}
.sticky-menu .header-btn a {
  padding: 8px 20px 7px 20px;
}
.main-menu ul li > a::before {
	position: absolute;
	content: "";
	background: var(--main-color);
	width: 0;
  right: 0;
	height: 2px;
	bottom: 50px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.main-menu ul li > a:hover::before,.main-menu ul li > a.active:hover::before, .main-menu ul li.active > a:hover::before {
	width: 100%;
	/* right: 0; */
}
.main-menu ul li > a.active::before,.main-menu ul li.active > a::before {
	width: 50%;
}
.sticky-menu .main-menu ul li > a::before {
	bottom: 20px;
}


/* 3. slider
-------------------------------------------------------------- */
.slider-height {
	min-height: 1175px;
}
.slider-img {
  max-height: 100vh;
}
.slider-content .sub-heading {
  font-size: 24px;
}
.slider-content h1 {
  font-size: 84px;
  line-height: 1.15;
}
.slider-content p {
  font-size: 24px;
  line-height: 1.5
}
.black-overly::before {
	position: absolute;
	content: "";
  background-color: rgb(12, 17, 36);
  opacity: 0.529;
	width: 100%;
	height: 100%;
	opacity: .4;
}
.slider-wrapper {
	margin-top: 170px;
}

/* heartbeat scale effects*/
.slider-img::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background-color: rgb(59, 60, 70);
  opacity: 0.529;
  left: 5%;
  top: 65px;
  width: 770px;
  height: 761px;
  z-index: -1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  animation: heartbeat-middle 5s infinite alternate;
  -webkit-animation: heartbeat-middle 5s infinite alternate;
}
/* heartbeat-middle */
@-webkit-keyframes heartbeat-middle {
  to {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }
}
/* shape css */
.hero-shape1 {
  top: 18%;
  right: 5%;
}
.hero-shape2 {
  bottom: 17%;
  right: 12%;
}
.hero-shape3 {
  bottom: 8%;
  left: 6%;
}
.hero-shape4 {
  top: 21%;
  left: 47%;
}



/* 4. intro feature area
------------------------------------------------------------- */
.s-i-f-c2 { margin-top: 90px;}
.s-i-f-c3 { margin-top: 180px;} 
.single-intro-feature-content h4 {
  font-size: 24px;
}
.intro-feature-text-style {
	font-size: 250px;
	top: 85px;
	left: -205px;
	color: #fafafa;
	font-weight: 700;
	text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}
.intro-feature-area {
	margin-top: -500px;
	padding-bottom: 50px;
	clip-path: polygon(0 0, 100% 44%, 100% 100%, 0% 100%);
	padding-top: 250px;
}
.video-player-btn {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.video-play {
	font-size: 30px;
}



/* 5. about area
------------------------------------------------------------- */
.about-margin {
	margin-top: -370px;
	padding-top: 400px;
	padding-bottom: 400px;
	clip-path: polygon(0 0, 100% 33%, 100% 100%, 0% 100%);
}
.abt-img2 {
	right: -200px;
	top: 155px;
}
.abt-badge {
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	top: 35px;
	right: -125px;
}
.single-facts span {
	font-size: 48px;
	line-height: 1.2;
  font-family: 'Poppins', sans-serif;
}
.single-facts p {
	font-size: 21px;
	line-height: 1.4;
}



/* 6. fun fact area
------------------------------------------------------------- */
.fact-counter span {
	font-size: 36px;
	font-family: 'Poppins', sans-serif;
}


/* 7. portfolio area
-------------------------------------------------------------- */
.portfolio-margin {
	margin-top: -455px;
	clip-path: polygon(0 34%, 100% 0, 100% 100%, 0 100%);
	padding-top: 250px;

}
.single-portfolio::before {
	content: "";
	background: #c75142;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	position: absolute;
	opacity: 0;
	transition: 0.5s;
	z-index: 1;
}
.single-portfolio:hover::before {opacity: .7;}
.port-content {
  left: 50%;
  top: 30%;
  width: 100%;
  font-size: 30px;
  visibility: hidden;
  opacity: 0;
  z-index: 11;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.single-portfolio:hover .port-content { top: 48%; transition: 0.6s; opacity: 1; visibility: visible; -webkit-transition: 0.6s; -moz-transition: 0.6s; -ms-transition: 0.6s; -o-transition: 0.6s; }
.port-over-content {bottom: -30px;opacity: 0;transition: 0.6s;}
.single-portfolio:hover .port-over-content {bottom: 0%;opacity: 1;transition: 0.6s;}
.port-over-content h3 {font-size: 21px; line-height: 1.3;}
.port-margin-top1 { margin-top: 210px;}
.port-margin-top2 { margin-top: 140px;}
.port-margin-top3 { margin-top: 70px;}
.portfolio-area .intro-feature-text-style {
	right: -260px;
  left: auto;
}


/* 8. feature area
-------------------------------------------------------------- */
.feature-overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(34, 34, 34);
  opacity: .7;
}
.feature-padding {
	padding: 495px 15px;
}
.feature-margin {
	margin-top: -210px;
	clip-path: polygon(0 33%, 100% 0, 100% 100%, 0% 100%);
}
.single-feature-service h5 { font-size: 24px;}


/* 9. choose us area
-------------------------------------------------------------- */
.choose-us-area {
	padding-top: 270px;
	margin-top: -475px;
	clip-path: polygon(0 0, 100% 48%, 100% 100%, 0% 100%);
}
.choose-us-ser-icon span {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 35px;
}
.choose-us-service-text h3 {
  font-size: 24px;
}
.choose-us-margin::before {
	position: absolute;
	content: "";
	background: var(--section-bg);
	width: 90%;
	height: 67%;
	right: 0;
	bottom: 0;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	clip-path: polygon(0 100%, 100% 0%, 100% 84%, 85% 100%);
}


/* 10. team area
-------------------------------------------------------------- */
.team-img::before {
	content: "";
	position: absolute;
	background: var(--main-color);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	z-index: 1;
}
.single-team:hover .team-img::before{ visibility: visible; opacity: .6; }
.team-img .social-link {
	top: 54%;
	left: 0;
	right: 0;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.single-team:hover .social-link{visibility: visible;	top: 50%;	opacity: 3;}
.single-team .social-link a{opacity: 0.722;}
.single-team .social-link a:hover{opacity: 1;}
.team-img .social-link li {
	padding: 0 2px;
}
.team-img .social-link li a {
	color: #ffffff;
	font-size: 24px;
}
.team-content p{
	font-size: 14px;
}
.team-area .intro-feature-text-style {
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}


/* 11. service area
-------------------------------------------------------------- */
.service-margin {
	clip-path: polygon(0 0, 100% 38%, 100% 100%, 0% 100%);
	margin-top: -460px;
	padding-top: 250px;
}
.service-area .intro-ft-icon {
	width: 71px;
	height: 71px;
	line-height: 71px;
}
.service-area .single-intro-feature-content:hover .intro-ft-icon img { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
.s-ser-cnt2 {
	margin-top: 70px;
}
.s-ser-cnt3 {
	margin-top: 140px;
}
.s-ser-cnt4 {
	margin-top: -75px;
}
.s-ser-cnt6 {
	margin-top: 75px;
}
.service-area .intro-feature-text-style {
	top: -165px;
	left: -100px;
}


/* 12. process area
-------------------------------------------------------------- */
.process-margin {
	clip-path: polygon(0 0, 100% 43%, 100% 100%, 0% 100%);
	padding-top: 230px;
	margin-top: -150px;
	padding-bottom: 260px;
}
.single-process span {
	font-size: 48px;
	line-height: .9;
}
.single-process h4 {font-size: 24px;}
.s-p2 { margin-top: 70px;}
.s-p3 { margin-top: 140px;}
.s-p4 { margin-top: 210px;}
.process-text-style {
	top: 65px;
	left: -160px;
	color: #343434;
  opacity: .4;
	font-size: 248px;
  font-family: 'Poppins', sans-serif;
}


/* 13. testimonial area
-------------------------------------------------------------- */
.testimonial-margin {
	margin-top: -190px;
	padding-bottom: 420px;
	padding-top: 200px;
}
.testimonial-bg {
	clip-path: polygon(0 38%, 100% 0, 100% 100%, 0% 100%);
}
.testimonial-wrapper {
	margin-right: -95px;
}
.testimonial-text { margin-bottom: 35px;}
.testi-avatar img {
	width: 70px;
	margin: auto;
  opacity: .5;
}
.slick-slide.slick-current.slick-active.slick-center img {
  opacity: 1;
  transform:scale(1.4) ;
  -webkit-transform:scale(1.4) ;
  -moz-transform:scale(1.4) ;
  -ms-transform:scale(1.4) ;
  -o-transform:scale(1.4) ;
}
.testimonial-text,.testi-info h6 {
  font-size: 21px;
  line-height: 1.47;
}
.testimonial-content h4 {
	font-size: 36px;
}
.quote span {
  font-size: 48px;
}
.avatar-info p {
  font-size: 16px;
}
.testimonial-img {
	bottom: -21%;
	left: 9%;
	height: 100%;
}
.testimonial-text-style {
	right: -20px;
}
.testimonial-area .intro-feature-text-style {
	top: 35px;
	left: auto;
	right: -30px;
}
.slider.slider-nav {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.slider-single-margin {margin-left: 60px;}
.testi-avatar {
	transform: rotate(-90deg);
}
.slider.slider-nav .slick-list {
	height: 100px;
}
.slider.slider-nav .slick-track {
	margin-top: 15px;
}


/* 14. brand area
-------------------------------------------------------------- */
.brand-margin {
	margin-top: -435px;
	clip-path: polygon(0 0, 100% 85%, 100% 100%, 0% 100%);
}
.brand-active li {
  text-align: center;
}
.single-brand img {
  display: inline-block;
  opacity: .3;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}
.single-brand img:hover  {opacity: 1;}
.brand2 { margin-top: 40px;}
.brand3 { margin-top: 80px;}
.brand4 { margin-top: 120px;}
.brand5 { margin-top: 160px;}
.brand6 { margin-top: 200px;}


/* 15. contact area
-------------------------------------------------------------- */
.contact-margin {
	clip-path: polygon(0 0, 100% 24%, 100% 100%, 0% 100%);
	margin-top: -185px;
}
.contact-padding { padding-top: 350px; padding-bottom: 450px;}
.contact-text h6 {
	font-size: 24px;
}
.contact-icon span { font-size: 20px;}
.contact-info input, .contact-info textarea {
	font-size: 12px;
	border: 1px solid #4e4e4e;
}
input:focus-visible,
textarea:focus-visible {
  border: 1px solid var(--main-color);
}
.contact-info .massage {
  min-height: 150px;
}
.contact-form .form-message.success {
  color: green;
}
.contact-form .form-message.error {
  color: red;
}
/* map */
.map-wrapper {
  width: 100%;
  min-height: 360px;
  background: #f9f9f9;
}

/* 16. blog area
-------------------------------------------------------------- */
.blog-margin {
	clip-path: polygon(0 34%, 100% 0, 100% 100%, 0% 100%);
	margin-top: -470px;
	padding-bottom: 255px;
	padding-top: 250px;
}
.blog-meta li span {
  font-size: 15px;
}
.single-blog-content h3 {
  font-size: 18px;
  line-height: 1.5;
}
.blog-img {
  overflow: hidden;
}
.single-blog:hover img,
.zoom-img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.blog-pd2 { padding-top: 70px;} 
.blog-pd1 { padding-top: 140px;} 
/* modal */
.modal-dialog {
  max-width: 1180px;
  margin: 0 auto;
}
.modal-content h2 {
  font-size: 36px;
  padding: 50px 0px 20px 0px;
  line-height: 1.32;
}
.pro-modal-footer h6 {
  font-size: 16px;
}
.meta-wrapper {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.item-meta li {
	padding-bottom: 16px;
	color: var(--primary-color);
	font-weight: 700;
}
.modal-tags li a {
  color: var(--text-color);
  font-family: "Open Sans", sans-serif;
}
.blog-meta li a,
.blog-modal-wrapper .blog-meta li span {
  font-size: 15px;
}
.blog-modal-wrapper .blog-meta li {
  display: inline-block;
  margin-right: 30px;
}
.blog-meta li {
  margin-right: 12px;
}
.blog-meta li:last-child {
  margin-right: 0;
}
.item-meta li span {
  color: var(--text-color);
  font-size: 15px;
}
.modal-body .btn {
  padding: 11px 25px 10px 25px;
  font-size: 14px;
}
.blog-area .intro-feature-text-style {
	top: 80px;
	left: auto;
	right: 80px;
}



/* 17. footer area
-------------------------------------------------------------- */
.footer-margin {
	clip-path: polygon(0 40%, 100% 0, 100% 100%, 0% 100%);
	margin-top: -400px;
}
.footer-widget h5,.footer-widget .social-link a {
  color: var(--light-text-color);
  font-size: 24px;
}
.footer-widget p, .footer-widget li a, .footer-widget span{color: var(--light-text-color); font-size: 18px;}
.footer-widget.f-info li {width: 50%; float: left;}
.subscribe-info span {
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.social.social-bg li a {
  font-size: 18px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.footer-widget .subscribe-info input { border: 1px solid #4e4e4e;}
.footer-widget .subscribe-info input:focus-visible {
  border: 1px solid var(--main-color);
}
.footer-border {border-bottom: 1px solid #4e4e4e;}
.footer-widget span.no-spam {font-size: 14px;}
.footer-widget li {
	margin-bottom: 8px;
}


/* 18. extra info css
-------------------------------------------------------------- */
/* .side-mobile-menu start*/
.side-mobile-menu {
  width: 380px;
  position: fixed;
  right: -125%;
  top: 0;
  z-index: 9999;
  height: 100%;
  background: #000;
  transition: all 0.5s ease-out;
  overflow: scroll;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.mean-container .mean-nav ul li a {
  background: #000;
  color: #ffffff;
  border: 0;
  font-weight: 400;
  padding: 8px 5%;
  border-color: transparent;
  text-transform: capitalize;
}
.close-icon span {
  color: var(--main-color);
	line-height: 35px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: block;
	text-align: center;
	box-shadow: 0 0 4px var(--main-color);
	transition: .3s;
	background: #fff;
  font-size: 18px;
  margin-top: 5px;
}
.close-icon span:hover {
  box-shadow: 0px 6px 30px 0px rgba(7, 7, 7, 0.12);
}
.modal-content .close-icon span:hover {
  box-shadow: none;
  color: #f5f4f4;
  background: var(--main-color);
}
.sidebar {
  font-size: 20px;
  border: 2px solid transparent;
  padding: 5px 10px;
  border-radius: 3px;
}
.sidebar:focus {
  color: var(--main-color);
}
.mean-container .mean-nav {
  background: var(--main-color);
}
/* .side-mobile-menu end*/
/* header-search-details */
.header-search-details {
	width: 100%;
	position: fixed;
	top: -250%;
	left: 0;
	z-index: 555;
	height: 100%;
	transition: .5s;
}
.header-search-details .header-search-form{width: 60%;}
.header-search-details.open-search-info {
	top: 0;
}
.header-search-content input {
	border: 0;
	border-bottom: 1px solid #ccc;
	outline: none;
}
.header-search-content input:focus, .header-search-content input:focus-visible {border: 0 !important; border-bottom: 1px solid var(--main-color) !important;}
.header-search-details .close-icon a{
	font-size: 22px;
}
.header-search-content a {
	font-size: 18px;
}
.header-search-form {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.s-count {
	width: 18px;
	height: 18px;
	line-height: 18px;
	right: -10px;
	top: -8px;
  font-size: 10px;
}
.side-mobile-menu .social-link li a {
	font-size: 21px;
	margin-right: 12px;
	color: #fff;
}