/*
  Theme Name: Thames - Portfolio HTML template
  Author: eThemeStudio
  Support: xuwelkhan@gmail.com
  Description: Personal Portfolio Template
  Version: 2.2.1
  Released: March 11, 2024
  Last Updated: March 20, 2025
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about area
5. about area
6. fun fact area
7. portfolio area
8. experience area
9. skill area
10. price area
11. service area
12. testimonial area
13. brand area
14. contact area
15. blog area
16. footer area
17. extra info css
*/

/* 1. Theme default css
-------------------------------------------------------------- */
/* font css */
@font-face {
  font-family: "jost-medium-font";
  src: url(../../plugins/fonts/jost-medium-font/jost-medium.ttf);
}

/* common css */
:root {
  --main-color: #9ea46e;
  --primary-color: #ffffff;
  --secondary-color: #7a8c6a;
  --black: #46342f;
  /* --secondary-color2: #d9e1e2; */
  /* --secondary-color2: #bec9ca; */
  --text-color: #4d4d5c;
  --meta-text-color: #9b9db1;
  --section-bg: #f3f6f8;
  /* --section-bg: #F2F7FC; */
  --main-border: #bcc7d3;
}
body {
  font-family: "jost-medium-font", "Noto Sans TC", sans-serif;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2e2e37;
  font-weight: 400;
}
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: inherit;
}
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-family: "Open Sans","Noto Sans TC", sans-serif;
  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;
  color: var(--primary-color);
  background: var(--main-color);
  border-radius: 5px;
  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;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.btn::after {
  position: absolute;
  content: "";
  background: var(--primary-color);
  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: var(--primary-color);
}
.slider-content .btn.bg-transparent {
  color: var(--primary-color);
}
.slider-content .btn.bg-transparent::after {
  background: #ffffff;
}
.slider-content .btn {
  padding: 14px 45px 13px 45px;
  background: var(--primary-color);
}
.slider-content .btn {
  color: var(--main-color);
}
.slider-content .btn::after {
  background: var(--main-color);
}
/* btn css end */
/* common css */
.jostMedium-font-family {
  font-family: "jost-medium-font","Noto Sans TC", sans-serif;
}
.openS-font-family {
  font-family: "Open Sans","Noto Sans TC", 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.08);
}
.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 */
.title span {
  font-size: 18px;
  letter-spacing: 7px;
}
.title h2 {
  font-size: 60px;
}
/* marquee css start */
.marquee {
  display: block;
  margin: auto auto;
  white-space: nowrap;
  overflow: hidden;
  min-width: 100%;
  height: 100%;
}
.marquee span {
  display: inline-block;
  padding-left: 0%;
  text-transform: uppercase;
  white-space: nowrap;
  min-width: 100%;
  height: 100%;
  line-height: 1.1;
  font-size: 96px;
  animation: marquee1 20s linear infinite;
  -webkit-animation: marquee1 20s linear infinite;
}
.marquee2 span {
  -webkit-text-stroke: 1px #333;
  -webkit-text-fill-color: transparent;
  animation: marquee2 20s linear infinite;
  -webkit-animation: marquee2 20s linear infinite;
}
@keyframes marquee1 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

@keyframes marquee2 {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* marquee css end */
.section-text-color {
  color: var(--secondary-color);
}

/* slick-dots css */
.slick-dots {
  position: absolute;
  left: 80px;
  bottom: -80px;
  z-index: 11;
}
.slick-dots li {
  border: 2px solid transparent;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: transparent;
  margin-right: 15px;
  cursor: pointer;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.slick-dots button {
  width: 8px !important;
  height: 8px;
  background: #bec9ca;
  display: block;
  text-indent: 1000px;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  margin: 4px auto;
  cursor: pointer;
  padding: 0;
}
.slick-dots li.slick-active {
  border: 2px solid var(--main-color);
}
.slick-dots li.slick-active button {
  background: var(--main-color);
}
/* slick-arrow css */
.slick-arrow .l-a,
.slick-arrow .r-a {
  position: absolute;
  right: 65px;
  top: -130px;
  width: 42px;
  height: 42px;
  line-height: 41px;
  background: transparent;
  color: var(--main-color);
  text-align: center;
  z-index: 11;
  font-size: 18px;
  border: 1px solid #c8ccd4;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.slick-arrow .r-a {
  left: auto;
  right: 15px;
}
.slick-arrow .l-a:hover,
.slick-arrow .r-a:hover {
  cursor: pointer;
  background: var(--main-color);
  color: #fff;
  border: 1px solid var(--main-color);
}
.testimonial-active .slick-arrow .l-a,
.testimonial-active .slick-arrow .r-a {
  right: auto;
  top: auto;
  bottom: -80px;
  left: 80px;
}
.testimonial-active .slick-arrow .r-a {
  left: 132px;
}

/* 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: var(--main-color);
  -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;
}
.main-menu ul li:hover > a,
.main-menu ul li.active a,
.mean-container .mean-nav ul li a:hover {
  color: var(--primary-color);
}
.main-menu ul li > a::before {
  position: absolute;
  content: "";
  background: var(--primary-color);
  width: 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::before, */
.main-menu ul li.active > a::before {
  background: var(--primary-color);
  width: 100%;
  left: 0;
}
.sticky-menu .main-menu ul li > a::before {
  bottom: 22px;
}
.header-btn a {
  padding: 12px 28px 11px 28px;
  border: 1px solid var(--primary-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(--primary-color);
  color: var(--main-color);
}
.sticky-menu .header-btn a {
  padding: 8px 20px 7px 20px;
}
/* header sidebar css*/
.header-sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 55;
	overflow: visible;
	width: 300px;
	padding: 60px 45px;
}
.sidebar-content {
	margin-left: 300px;
}
.header-sidebar .main-menu ul li {
  display: block;
  margin-left: 0;
}
.header-sidebar .main-menu ul li > a {
	display: inline-block;
	padding: 7px 0;
}
.header-sidebar .logo img {
	width: 90%;
}
.header-sidebar.sticky-menu {
  -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);
}
.header-sidebar.sticky-menu .header {  background: transparent;}
.header-sidebar .main-menu ul li > a::before {
	bottom: 0;
}

/* 3. slider
-------------------------------------------------------------- */
.slider-height {
  min-height: 100vh;
}
.slider-bg-color {
  background: #25262f;
}
.slider-img {
  max-height: 100vh;
}
.slider-content .sub-heading {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 7px;
  font-weight: 400;
}
.slider-content h1,
.slider-content h1 span {
  font-size: 200px;
  line-height: 1.07;
}
.slider-content h2 {
  font-size: 30px;
  line-height: 2;
}
.slider-content h2 span {
  font-size: 48px;
  letter-spacing: 0px;
}
.hm2-m-hero-text-style {
  -webkit-text-stroke: 2px #fff;
  -webkit-text-fill-color: transparent;
}
span#main {
  color: var(--primary-color) !important;
}
.slider-social-link {
  top: 50%;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
}
.slider-social-link .social li a {
  font-size: 18px;
  width: 55px;
  margin: 2px 0;
  height: 50px;
  line-height: 52px;
  color: var(--primary-color);
}
.slider-social-link .social li {
  border: 1px solid rgb(204, 211, 217, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.slider-social-link .social li:hover {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.slider-social-link .social li:hover a {
  color: var(--main-color);
}
/* shape css */
.hero-shape1 {
  top: 18%;
  right: 8%;
}
.hero-shape2 {
  bottom: 44%;
  right: 18%;
}
.hero-shape3 {
  bottom: 8%;
  left: 6%;
}
.hero-shape4 {
	top: 26%;
	left: 19%;
	max-width: 65px;
}
/*  sidebar content css */
.sidebar-content .slider-height {
	min-height: 920px;
}
.sidebar-content .slider-img img {
	width: 92%;
}
.sidebar-content .hero-shape {
  max-width: 60px;
  max-height: 60px;
}
.sidebar-content .hero-shape4 {
  top: 24%;
  left: 15%;
}
.sidebar-content .hero-shape2 {
	bottom: 16%;
	right: 8%;
	max-width: 35px;
}
.sidebar-content .hero-shape3 {
	left: 5%;
}
.sidebar-content .intro-feature-icon {
	top: 12%;
	left: 5%;
}
.sidebar-content .skill-right-padding {margin-left: 100px;}

/* 4. intro feature area
------------------------------------------------------------- */
.single-intro-feature-content {
  box-shadow: 0px 5px 60px 0px rgba(2, 24, 93, 0.08);
  padding: 55px 48px 35px 48px;
}
.single-intro-feature-content:hover {
  box-shadow: 0px 5px 60px 0px rgba(2, 24, 93, 0.15);
}
.single-intro-feature-content h4 {
  font-size: 24px;
}
.intro-feature-text-style {
  font-size: 300px;
  bottom: -110px;
  line-height: 1;
  right: -30px;
  color: #e2ecf6;
  opacity: 0.6;
}
.intro-feature-icon {
  top: 28%;
  left: 7%;
}

/* 5. about area
------------------------------------------------------------- */
.about-img-over::after {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 65px;
  height: 65px;
  right: -9%;
  top: 137px;
  transform: rotate(42deg);
  z-index: 11;
}
.about-img-over::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 64px;
  background: var(--secondary-color);
  right: 55px;
  bottom: -32px;
  z-index: 111;
}
.about-shape1 {
  width: 133px;
  height: 134px;
  border: 4px solid var(--secondary-color);
  right: -25px;
  top: -25px;
}
.about-shape2 {
  background: var(--secondary-color);
  width: 91px;
  height: 91px;
  top: 70px;
  left: -12px;
}
.about-download-wrapper {
  left: -75px;
  bottom: -125px;
}
.d-icon {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about-info-wrapper {
  border-top: 1px solid var(--main-border);
  border-bottom: 1px solid var(--main-border);
}
.about-icon {
  right: 3%;
  top: 5%;
}
.about-text-style {
  font-size: 310px;
  line-height: 1;
  transform: matrix(0, -1, 1, 0, 0, 0);
  -moz-transform: matrix(0, -1, 1, 0, 0, 0);
  -webkit-transform: matrix(0, -1, 1, 0, 0, 0);
  -ms-transform: matrix(0, -1, 1, 0, 0, 0);
  bottom: 165px;
  right: 68%;
  opacity: 0.3;
}
.rotate-animation {
  animation: rotation 10s infinite linear;
  -webkit-animation: rotation 10s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* 6. fun fact area
------------------------------------------------------------- */
.fun-fact-bg {
  background: #25262f;
}
.fun-fact-content p {
  color: #a0a0bb;
}
.single-fact {
  padding: 48px 30px;
  border: 1px solid rgb(204, 211, 217, 0.2);
}
.single-fact span {
  font-size: 72px;
  line-height: 0.4;
}
.single-fact span.per {
  font-size: 72px;
}
.single-fact h3 {
  font-size: 21px;
  line-height: 1.5;
}
.fact-style1 {
  bottom: 86%;
  left: 0;
}
.fact-style2 {
  bottom: -75px;
  right: -5px;
}

/* 7. portfolio area
-------------------------------------------------------------- */
.single-portfolio {
  padding-top: 48px;
  padding-bottom: 38px;
}
.port-img {
  opacity: 0;
  visibility: hidden;
  margin-top: -12px;
  z-index: 1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.single-portfolio:hover .port-img {
  opacity: 1;
  visibility: visible;
  transform: rotate(-12deg);
  -webkit-transform: rotate(-12deg);
  -moz-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  -o-transform: rotate(-12deg);
}
.port-content {
  font-size: 25px;
  cursor: pointer;
  color: var(--main-color);
  border: 1px solid var(--secondary-color);
  width: 95px;
  height: 95px;
  line-height: 95px;
  border-radius: 50%;
}
.port-content:hover {
  background: var(--main-color);
  border: 1px solid var(--main-color);
}
.port-content:hover span {
  color: var(--primary-color);
}
.single-portfolio h3 {
  font-size: 48px;
  line-height: 1.2;
}
.award-content h3 {
  font-size: 24px;
  line-height: 1.3;
}

/* 8. experience area
-------------------------------------------------------------- */
.experience-img {
  margin-left: -48%;
}
.experience-ser-icon {
  background: transparent;
  border: 1px solid var(--secondary-color);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.experience-content li:hover .experience-ser-icon,
.education-content li:hover .experience-ser-icon {
  background: var(--main-color);
}
.experience-content li .experience-ser-icon span,
.education-content li .experience-ser-icon span {
  color: var(--main-color);
}
.experience-content li:hover .experience-ser-icon span,
.education-content li:hover .experience-ser-icon span {
  color: var(--primary-color);
}
.experience-ser-icon span {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 35px;
}
.experience-service-text h4 span {
  font-size: 15px;
}
.experience-bg-img {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.experience-service-text h3 {
  font-size: 30px;
}
.experience-service-text h4 {
  font-size: 18px;
}

/* 9. skill area
-------------------------------------------------------------- */
.single-skill .knob {
  color: #2e2e37 !important;
}
.progress-circular h4 {
  font-size: 25px;
  line-height: 1.23;
}
.skill-text-style {
  font-size: 310px;
  line-height: 0;
  bottom: 60px;
  left: -25px;
  opacity: 0.3;
}

/* 10. price area
-------------------------------------------------------------- */
.single-price {
  /* box-shadow: 0px 5px 15px 0px rgba(7, 7, 7, 0.09); */
  box-shadow: 0px 0px 19px 4px rgba(7, 7, 7, 0.09);
  /* border: 1px solid var(--main-border); */
}
.single-price:hover {
  /* box-shadow: 0px 5px 15px 0px rgba(7, 7, 7, 0.11); */
  box-shadow: 0px 0px 19px 4px rgba(7, 7, 7, 0.11);
}
.single-price:hover {
  margin-top: -20px;
}
.price-list li p,
.price-list li span {
  font-size: 16px;
}
.price-list li span {
  width: 20px;
  height: 20px;
  line-height: 1.4;
}
.price-list li span.disable {
  color: #ccd2d3;
}
.rate {
  font-size: 60px;
}
.price-list li {
  margin-bottom: 8px;
}
.single-price .btn {
  padding: 10px 35px;
}
.single-price p {
  font-size: 18px;
}
.single-price h3 {
  font-size: 30px;
}

/* 11. service area
-------------------------------------------------------------- */
.single-service {
  box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
}
.service-circle.service-small-circle {
  width: 36px;
  height: 36px;
  top: -11px;
  left: -14px;
  background: #f1f2f6;
}
.service-circle.service-large-circle {
  width: 58px;
  height: 58px;
  bottom: -12px;
  right: -12px;
  background: #f1f2f6;
}
.single-service:hover .service-circle.service-small-circle {
  top: 35px;
  left: 48px;
}
.single-service:hover .service-circle.service-large-circle {
  bottom: 30px;
  right: 32px;
}
.service-text h3 {
  font-size: 30px;
}

/* 12. testimonial area
-------------------------------------------------------------- */
.testimonial-text {
  font-size: 24px;
  line-height: 1.75;
}
.quit {
  top: 14px;
}
.quit span {
  font-size: 32px;
}
.avatar-info p {
  font-size: 16px;
}
.testimonial-img {
  width: 132%;
}
.testimonial-bg::before {
  position: absolute;
  content: "";
  background: var(--section-bg);
  left: -100%;
  top: 0;
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
}
.testimonial-bg {
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
}
.testimonial-text-style {
  right: -20px;
}

/* 13. brand area
-------------------------------------------------------------- */
.brand-active li {
  text-align: center;
}
.single-brand img {
  display: inline-block;
}

/* 14. contact area
-------------------------------------------------------------- */
.contact-icon {
  width: 72px;
  height: 72px;
  line-height: 72px;
  border-radius: 50%;
  border: 1px solid var(--secondary-color);
}
.contact-info-content li.s-contact:hover .contact-icon {
  border: 1px solid var(--main-color);
  background: var(--main-color);
}
.contact-info-content li.s-contact:hover .contact-icon span {
  color: var(--primary-color);
}
.contact-text h4 {
  font-size: 24px;
}
.contact-icon span,
.contact-info input,
.contact-info textarea {
  font-size: 18px;
  color: var(--main-color);
}
.contact-info .massage {
  min-height: 200px;
}
.contact-form .form-message.success {
  color: green;
}
.contact-form .form-message.error {
  color: red;
}
/* map */
.map-wrapper {
  width: 100%;
  min-height: 340px;
  background: #f9f9f9;
  border-radius: 10px;
}

/* 15. blog area
-------------------------------------------------------------- */
.blog-meta li span {
  font-size: 15px;
}
.single-blog-content h3 {
  font-size: 24px;
  line-height: 1.3;
}
.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);
}
.single-blog {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.blog-img,
.blog-img:hover {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.single-blog-content {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0px 5px 15px 0px rgba(7, 7, 7, 0.05);
}
.blog-modal-img img {
  border-radius: 30px;
}
/* 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(--main-color);
}
.modal-tags li a {
  color: var(--meta-text-color);
  font-family: "Open Sans", "Noto Sans TC", 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;
}
.modal-dialog .social-link li a {
  color: var(--main-color);
}
/* 16. footer area
-------------------------------------------------------------- */
.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%;
}
.c-theme:hover {
  text-decoration: underline;
}
/* 17. extra info css
-------------------------------------------------------------- */
#scroll a {
  position: fixed;
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  right: -1px;
  bottom: 30px;
  cursor: pointer;
  z-index: 11;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 50%;
}
#scroll a:hover,
#scroll a:focus {
  color: #fff;
  opacity: 0.9;
}
/* .side-mobile-menu start*/
.side-mobile-menu {
  width: 380px;
  position: fixed;
  left: -125%;
  top: 0;
  z-index: 9999;
  height: 100%;
  background: var(--main-color);
  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: var(--main-color);
  color: #ffffff;
  border: 0;
  font-weight: 400;
  padding: 8px 5%;
  border-color: transparent;
  text-transform: capitalize;
}
.mean-container .mean-nav ul li a:hover {
  background: var(--main-color);
  color: #fff;
}
.side-mobile-menu.open-menubar {
  left: 0;
}
.close-icon span {
  font-size: 18px;
  color: var(--main-color);
  background: #e7e1e1;
  width: 36px;
  height: 36px;
  display: inline-block;
  line-height: 37px;
  text-align: center;
  border-radius: 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.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);
}
.mobile-menubar {
  font-size: 20px;
  border: 2px solid transparent;
  padding: 5px 10px;
  border-radius: 3px;
}
.mobile-menubar:focus {
  color: var(--main-color);
}
.mean-container .mean-nav {
  background: var(--main-color);
}
/* .side-mobile-menu end*/


/* 6. portfolio area
-------------------------------------------------------------- */
.portfolio-area .portfolio-menu button {
    border: 0;
    background: transparent;
    font-weight: 500;
    font-size: 18px;
   padding: 6px 12px;  
    color: #2e2e37;
    cursor: pointer;
    margin-right: 12px;
}

.portfolio-area .portfolio-menu button:last-child{
    margin-right: 0;
}


.portfolio-menu button.active,
.portfolio-menu button:hover {
    color: var(--main-color);
}

.single-portfolio img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.single-portfolio::before {
    content: "";
    background: var(--main-color);
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    position: absolute;
    opacity: 0;
    transition: 0.5s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    z-index: 1;
}

.single-portfolio:hover::before {
    opacity: 0.7;
}

.port-content {
    right: 30px;
    top: -10px;
    font-size: 18px;
    visibility: hidden;
    opacity: 0;
    z-index: 11;
    cursor: pointer;
    background: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
}

.single-portfolio:hover .port-content {
    top: 30px;
    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: 30px;
    line-height: 1.2;
}

.award-logo.mt-10.mb-20 img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.award-content h3 {
    font-size: 30px;
    line-height: 1.3;
}

/* XL Device :5000px. */
@media screen and (min-width: 1921px) and (max-width: 5000px) {
  .slider-height,
  .slider-content-height {
    height: 1080px;
  }
  .slider-bg-img {
    border-bottom-right-radius: 12px;
  }
  .experience-bg-img {
    border-bottom-left-radius: 12px;
  }
  .xxl-device-width {
    max-width: 2500px;
    margin: 0 auto;
  }
  .slider-social-link {
    right: 14%;
  }
  .marquee-w {
    max-width: 2300px;
    margin: 0 auto;
  }
}

/* XL Device :1920px. */
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider-content h1,
  .slider-content h1 span {
    font-size: 160px;
  }
}

/* XL Device :1356px. */
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .slider-height {
    min-height: 100vh;
  }
  .single-slider.slider-height .container {
    max-width: 1200px;
  }
  .slider-content h1,
  .slider-content h1 span {
    font-size: 140px;
  }
  .slider-content span {
    font-size: 40px;
    line-height: 1.5;
  }
  .slider-content h5 span {
    font-size: 32px;
  }
  .intro-feature-text-style {
    font-size: 230px;
    bottom: -85px;
  }
  .experience-margin {
    margin-right: 0;
  }
  .slider-content p {
    font-size: 29px;
  }
  .slider-thumb img {
    max-width: 100%;
    height: 100%;
  }
  h5 {
    font-size: 22px;
  }
  .fact-style2 {
    bottom: -65px;
    right: -25px;
    max-width: 220px;
  }
  .intro-feature-icon {
    top: 10%;
    left: 1%;
  }
  .slider-social-link .social {
    padding-right: 48px;
  }
 /* sidebar css start */
 .sidebar-content .slider-height {
  max-height: 740px;
  min-height: 740px;
}
.sidebar-content .slider-img img {
  width: 85%;
}
.sidebar-content .hero-shape {
  max-width: 50px;
  max-height: 50px;
}
.slider-content .sub-heading {
  font-size: 21px;
  letter-spacing: 5px;
}
.sidebar-content .about-shape2 {
  left: -10px;
}
.sidebar-content .about-img-over {
  margin: 0 25px;
}
.sidebar-content .skill-right-padding {
  margin-left: 0;
}
.sidebar-content .single-intro-feature-content {
  padding: 40px 29px 18px 29px;
}
  .sidebar-content .hero-shape4 {
    top: 22%;
    left: 14%;
  }
}

/* XL Device :1280px. */
@media screen and (min-width: 1200px) and (max-width: 1370px) {
  /* .slider-height {
    min-height: 700px;
  } */
  .slider-img {
    max-width: 87%;
  }
  .slider-img::before {
    left: 11%;
    top: 45px;
    width: 530px;
    height: 520px;
  }
  .hero-shape {
    max-width: 50px;
    max-height: 50px;
  }
  .slider-content .sub-heading {
    margin-bottom: 12px;
  }
  .hero-shape3 {
    bottom: 5%;
    left: 3%;
  }
  .about-img-over {
    padding-left: 75px;
  }
  .about-download-wrapper {
    left: -45px;
  }
  .about-shape2 {
    left: 12px;
  }
  .about-icon {
    right: 1%;
    top: -10%;
  }

  .signature {
    padding-right: 35px;
  }
  .slider-social-link .social {
    padding-right: 15px;
  }
  .single-intro-feature-content {
    padding: 55px 46px 35px 46px;
  }
   /* sidebar css start */
   .sidebar-content .slider-height {
    max-height: 620px;
    min-height: 620px;
  }
  .sidebar-content .slider-img img {
    width: 100%;
  }
  .sidebar-content .hero-shape {
    max-width: 50px;
    max-height: 50px;
  }
  .sidebar-content .slider-img {
    max-width: 85%;
  }
  .sidebar-content .hero-shape3 {
    left: 3%;
    width: 20px;
  }
  .sidebar-content .hero-shape2 {
    bottom: 15%;
    right: 2%;
    max-width: 30px;
  }
  /* .sidebar-content .hero-shape4 {
    left: 50%;
  } */
  .sidebar-content .single-skill canvas {
    width: 160px;
    height: 160px;
  }
  .sidebar-content .service-text h3 {
    font-size: 26px;
  }
  .sidebar-content .single-skill .knob {
    margin-top: 50px !important;
    margin-left: -130px !important;
  }
  .sidebar-content .skill-text-style {
    font-size: 212px;
  }
  .slider-content h2 span {
    font-size: 32px;
  }
  .sidebar-content .slider-img {
    margin-right: 0;
    padding-left: 70px;
  }
  .sidebar-content .slider-img::before {
    left: 0;
    width: 480px;
    height: 480px;
  }
  .sidebar-content .single-blog-content {
    padding-right: 19px;
    padding-left: 20px;
  }
  .sidebar-content .single-blog-content h3 {
    font-size: 21px;
  }
  .sidebar-content .testimonial-active {
    padding-right: 50px;
  }
  .sidebar-content .testimonial-text {
    font-size: 22px;
    line-height: 1.7;
  }
}



/* LG Device :992px. */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height {
    min-height: 650px;
  }
  .slider-img {
    max-width: 85%;
  }
  .slider-img::before {
    left: -20%;
    top: 15px;
    width: 500px;
    height: 490px;
  }
  .slider-social-link .social {
    padding-right: 24px;
  }
  .slider-social-link .social li {
    margin: 8px 0;
  }
  .slider-social-link .social li a {
    width: 45px;
    height: 40px;
    line-height: 40px;
  }
  .hero-shape {
    max-width: 40px;
    max-height: 40px;
  }
  .slider-content .sub-heading {
    margin-bottom: 10px;
  }
  .slider-content h2 span {
    font-size: 32px;
  }
  .hero-shape3 {
    bottom: 5%;
    left: 3%;
  }
  .hero-shape4 {
    top: 26%;
    left: 13%;
  }
  .main-menu ul li > a {
    font-size: 16px;
  }
  .single-intro-feature-content {
    padding: 30px 20px 10px 20px;
  }
  .intro-feature-icon {
    top: 8%;
    left: 3%;
  }
  .intro-ft-icon {
    margin-bottom: 22px;
  }
  .single-intro-feature-content h4 {
    margin-bottom: 15px;
  }
  .single-intro-feature-content p {
    font-size: 17px;
  }
  .intro-feature-text-style {
    font-size: 200px;
    bottom: -75px;
    right: -24px;
  }
  .intro-ft-icon img {
    max-width: 40px;
    max-height: 40px;
  }
  .about-img-wrapper {
    padding-right: 30px;
  }
  .marquee span {
    font-size: 75px;
  }
  .about-download-wrapper {
    left: -65px;
    bottom: -110px;
    max-width: 62%;
  }
  .about-icon {
    right: 1%;
    top: -8%;
  }
  .about-info li.pr-50 {
    padding-right: 100px;
  }
  .about-text-style {
    bottom: 383px;
    right: 72%;
  }
  .fact-style2 {
    bottom: -65px;
    right: -25px;
    max-width: 220px;
  }
  .single-fact {
    padding: 40px 20px;
    text-align: center;
  }
  .single-fact h3 {
    font-size: 18px;
    text-align: left;
  }
  .single-fact span,
  .single-fact span.per {
    font-size: 60px;
  }
  .single-fact p {
    font-size: 26px;
    line-height: 1.2;
  }
  .single-fact .mr-25 {
    margin-right: 15px;
  }
  .port-content {
    font-size: 22px;
    width: 75px;
    height: 75px;
    line-height: 75px;
  }
  .experience-ser-icon.mr-30 {
    margin-right: 25px;
  }
  .experience-service-text h3 {
    font-size: 25px;
  }
  .experience-service-text h4 {
    font-size: 22px;
  }
  .title h2 {
    font-size: 48px;
  }
  .port-over-content h3 {
    font-size: 25px;
  }
  .award-content h3 {
    font-size: 24px;
  }
  .slider-content h5 span {
    font-size: 28px;
  }
  .slider-content h5 {
    font-size: 20px;
    line-height: 2;
  }
  .slider-content h1,
  .slider-content h1 span {
    font-size: 125px;
  }
  .slider-content .sub-heading {
    font-size: 26px;
  }
  .slider-content span {
    font-size: 38px;
    line-height: 1.5;
    letter-spacing: 13px;
  }
  .slider-img {
    padding-left: 0;
  }
  .experience-margin {
    margin-right: 0;
    padding-left: 0;
    margin-top: -12px;
  }
  .slider-img img {
    min-width: 100%;
  }
  h3 {
    font-size: 45px;
    line-height: 1.1;
  }
  .about-info li.pr-45 {
    padding-right: 65px;
  }
  .signature {
    padding-right: 40px;
  }
  .single-fact span {
    font-size: 62px;
  }
  .single-fact p {
    font-size: 26px;
    line-height: 1.2;
  }
  .port-over-content h5 {
    font-size: 20px;
  }
  .award-content h5 {
    font-size: 20px;
  }
  .single-skill canvas {
    width: 160px !important;
    height: 160px !important;
  }
  .single-skill .knob {
    color: #2e2e37 !important;
    margin-left: -128px !important;
    font-size: 32px !important;
    margin-top: 50px !important;
  }
  h5 {
    font-size: 22px;
  }
  .rate {
    font-size: 45px;
    padding-right: 6px;
  }
  .single-service {
    padding-left: 20px;
    padding-right: 15px;
  }
  h4 {
    font-size: 26px;
  }
  .service-ser-icon span {
    font-size: 52px;
    left: 30px;
  }
  .testimonial-active {
    padding-left: 70px;
    padding-right: 10px;
  }
  .testimonial-text {
    font-size: 20px;
  }
  .blog-meta li {
    margin-right: 8px;
  }
  .main-menu ul li {
    margin-left: 28px;
  }
  .experience-img img {
    border-top-right-radius: 10px;
  }
  .about-content h3 {
    margin-bottom: 15px;
  }
  .about-content > p {
    margin-bottom: 6px;
  }
  .about-info li p {
    margin-bottom: 3px;
  }
  .marquee-w.mb-125 {
    margin-bottom: 50px;
  }
  .single-portfolio h3 {
    font-size: 38px;
  }
  .port-img {
    margin-left: 15px;
    max-width: 62%;
    margin-right: 40px;
  }
  .single-intro-feature-wrapper {
    padding-top: 140px;
    padding-bottom: 110px;
  }
  .about-margin {
    margin-top: 140px;
    margin-bottom: 78px;
  }
  .portfolio-area {
    padding-bottom: 140px;
  }
  .portfolio {
    margin-top: 60px;
  }
  .award-area {
    padding-top: 130px;
    padding-bottom: 140px;
  }
  .experience-area {
    margin-top: 130px;
    padding-bottom: 72px;
  }
  .education-area .theme-border-bottom {
    padding-top: 75px;
  }
  .skill-area {
    padding-top: 65px;
    padding-bottom: 80px;
  }
  .pricing-area {
    padding-top: 130px;
    padding-bottom: 110px;
  }
  .service-area {
    padding-top: 118px;
    padding-bottom: 105px;
  }
  .testimonial-bg {
    padding-top: 140px;
    padding-bottom: 90px;
  }
  .testimonial-wrapper {
    margin-top: 40px;
  }
  .contact-area {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .blog-wrappers {
    padding-top: 145px;
    padding-bottom: 90px;
  }
  .blog-wrapper,
  .price-wrapper,
  .award-wrapper {
    margin-top: 50px;
  }
  .footer-area {
    margin-bottom: 40px;
  }
  .education-wrapper {
    margin-right: 0;
  }
  .experience-area {
    margin-top: 0;
    padding-bottom: 115px;
  }
  .experience-margin {
    margin-right: 0;
    padding-left: 15px;
    margin-top: 115px;
    margin-bottom: 0;
  }
  .modal-body h4 {
    font-size: 35px;
  }
  .single-blog-content {
    padding-left: 26px;
    padding-right: 21px;
  }
  .skill-text-style {
    font-size: 200px;
    bottom: 50px;
    left: -20px;
  }
   /* sidebar css start */
   .sidebar-content .slider-height {
    max-height: 580px;
    min-height: 580px;
  }
  .sidebar-content .slider-img img {
    width: 100%;
  }
  .sidebar-content .hero-shape {
    max-width: 50px;
    max-height: 50px;
  }
  .sidebar-content .slider-img {
    max-width: 100%;
    margin-right: 0;
  }
  .sidebar-content .hero-shape3 {
    left: 3%;
    width: 20px;
  }
  .sidebar-content .hero-shape2 {
    bottom: 15%;
    right: 2%;
    max-width: 30px;
  }
  .sidebar-content .hero-shape4 {
    left: 50%;
  }
  .sidebar-content .slider-img::before {
    left: -50px;
    top: 50px;
    width: 380px;
    height: 380px;
  }
  .sidebar-content .intro-feature-icon {
    top: 8%;
    left: 3%;
    width: 30px;
  }
  .header-sidebar .logo img {
    width: 80%;
  }
  .sidebar-content .single-skill canvas {
    width: 160px;
    height: 160px;
  }
  .header-sidebar {
    width: 260px;
    padding: 48px 28px;
  }
  .sidebar-content {
    margin-left: 260px;
  }
  .sidebar-content .service-text h3 {
    font-size: 28px;
  }
  .sidebar-content .slider-content h2 {
    font-size: 21px;
  }
  .sidebar-content .slider-content h2 span {
    font-size: 24px;
  }
  .sidebar-content .single-intro-feature-content {
    margin-top: 0;
  }
  .sidebar-content .title h2 {
    font-size: 40px;
  }
  .sidebar-content .about-shape2 {
    width: 72px;
    height: 72px;
    left: 0px;
  }
  .sidebar-content .about-download-wrapper {
    left: -35px;
    bottom: -90px;
    max-width: 55%;
  }
  .sidebar-content .about-shape1 {
    width: 110px;
    height: 110px;
  }
  .sidebar-content .single-intro-feature-content {
    padding: 30px 30px 10px 30px;
  }
  .sidebar-content .about-img-over::before {
    width: 40px;
    height: 60px;
    right: 35px;
  }
  .sidebar-content .about-img-over::after {
    width: 45px;
    height: 45px;
    top: 124px;
  }
  .sidebar-content p {
    font-size: 17px;
  }
  .sidebar-content .single-portfolio h3 {
    font-size: 24px;
    margin-left: 15px;
  }
  .sidebar-content .port-img {
    max-width: 58%;
  }
  .sidebar-content .single-fact {
    justify-content: center;
  }
  .sidebar-content .about-icon {
    width: 25px;
  }
  .sidebar-content .d-icon {
    width: 22px;
  }
  .sidebar-content .experience-ser-icon span {
    width: 48px;
    height: 47px;
    line-height: 47px;
    font-size: 24px;
  }
  .sidebar-content .row.service-wrappers {
    margin-top: 60px;
  }
  .sidebar-content .single-service:hover .service-circle.service-large-circle {
    bottom: 20px;
    right: 20px;
  }
  .sidebar-content .single-service:hover .service-circle.service-small-circle {
    top: 30px;
    left: 35px;
  }
  .sidebar-content .single-price {
    padding: 30px 25px 35px 25px;
  }
  .sidebar-content .single-blog-content h3 {
    font-size: 21px;
  }
  .sidebar-content .single-blog-content {
    padding-left: 18px;
    padding-right: 17px;
  }
  .sidebar-content .social.social-bg li a {
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .sidebar-content .experience-ser-icon span {
    width: 52px;
    height: 51px;
    line-height: 50px;
    font-size: 28px;
  }
  .sidebar-content .experience-ser-icon.mr-30 {
    margin-right: 15px;
  }
  .sidebar-content .progress-circular h4 {
    font-size: 22px;
  }
  .sidebar-content .service-text h3 {
    font-size: 23px;
  }
  .sidebar-content .btn {
    padding: 10px 35px 9px 35px;
    font-size: 15px;
  }
  .sidebar-content h6 {
    font-size: 18px;
  }
  .sidebar-content .skill-text-style {
    font-size: 152px;
    bottom: 40px;
  }
  .sidebar-content .hero-shape3 {
    left: 30px;
    width: 15px;
    bottom: 30px
  }
  .sidebar-content .hero-shape {
    max-width: 45px;
    max-height: 45px;
  }
  .sidebar-content .hero-shape4 {
    left: 10%;
    top: 25%;
  }
  .sidebar-content .slider-content .sub-heading {
    font-size: 24px;
  }
  .sidebar-content .slider-content h1, .sidebar-content .slider-content h1 span {
    font-size: 92px;
  }
  .sidebar-content .hero-shape2 {
    bottom: 16%;
    right: 1%;
    max-width: 22px;
  }
  .sidebar-content  canvas {
    width: 170px !important;
    height: 170px !important;
  }
  .sidebar-content .skill-right-padding {
    margin-left: 0;
  }  
  .sidebar-content  .single-skill .knob {
    margin-left: -128px !important;
    font-size: 36px !important;
    margin-top: 54px !important;
  }
  .single-brand img {
    width: 80%;
  }
  .header-sidebar .header {
    background: transparent !important;
  }
  .header-sidebar {
    bottom: auto;
    width: 100%;
    padding: 20px 0;
    top: 0;
    background: transparent !important;
  }
  .header-sidebar.sticky-menu {
    background-color: #343a40 !important;
    padding: 0;
  }
  .sidebar-content {
    margin-left: 0;
  }
  .header-sidebar .header-btn, .header-sidebar .logo {
    position: static !important;
  }
  .header-sidebar .logo {
    display: flex;
    align-items: center;
  }
  .header-sidebar.sticky-menu .logo img {max-width: 60%;}
  .header-sidebar.sticky-menu .header-btn a {padding: 8px 20px 7px 20px;}
  .header-sidebar .header-btn .mobile-m-bar a {
    border: 0;
    font-size: 20px;
  }
  .header-sidebar .header-right .mobile-m-bar {margin-left: 10px;}
  .sticky-menu .logo {
    margin: 15px 0;
  }
  .header-sidebar .header-right,.header-sidebar .logo {position: static !important;}
}

/* MD Device :768px. */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-menu .logo {
    margin: 15px 0;
  }
  .header-sidebar .header {
    background: transparent !important;
  }
  .intro-feature-icon {
    top: 8%;
    left: 2%;
  }
  .intro-feature-text-style {
    font-size: 230px;
    bottom: -90px;
  }
  .single-intro-feature-wrapper {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .intro-feature-margin {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .port-over-content h3 {
    font-size: 23px;
  }
  .modal-body .blog-meta {
    width: 58% !important;
  }
  .title span {
    font-size: 19px;
  }
  .title h2 {
    font-size: 40px;
  }
  .award-content h3 {
    font-size: 21px;
  }
  .port-content {
    font-size: 18px;
    width: 65px;
    height: 65px;
    line-height: 65px;
  }
  .slider-img {
    margin-right: 0;
  }
  .slider-content {
    margin-top: 70px;
    margin-bottom: 65px;
  }
  .slider-content h1, .slider-content h1 span {
    font-size: 102px;
    line-height: 0.9;
  }
  .slider-content .sub-heading {
    font-size: 21px;
  }
  .slider-content h2 span {
    font-size: 24px;
  }
  .slider-content h2 {
    font-size: 24px;
    line-height: 2;
    margin-bottom: 20px;
  }
  .slider-content p {
    font-size: 24px;
    line-height: 1.4;
    padding: 0 100px;
  }
  .slider-content .btn {
    margin-top: 20px;
  }
  .slider-img {
    right: 0;
  }
  .about-img-over {
    padding-left: 0;
  }
  .about-download-wrapper {
    left: -117px;
    bottom: -122px;
  }
  .about-shape2 {
    left: -65px;
  }

  .experience-margin {
    margin-right: 0;
    padding-left: 0;
    margin-top: 110px;
  }
  h3 {
    font-size: 50px;
    line-height: 1.1;
  }
  .single-fact {
    justify-content: center;
  }
  .fact-style1 {
    bottom: 92%;
    max-width: 200px;
  }
  .fact-style2 {
    bottom: -70px;
    max-width: 200px;
  }
  .experience-img {
    margin-left: 0;
  }
  .experience-img img {
    border-radius: 12px;
  }
  .port-over-content h5 {
    font-size: 20px;
  }
  .award-content h5 {
    font-size: 20px;
  }
  .rate {
    font-size: 45px;
    padding-right: 6px;
  }
  h4 {
    font-size: 25px;
  }
  .testimonial-active {
    padding-left: 70px;
    padding-right: 10px;
  }
  .testimonial-text {
    font-size: 20px;
  }
  .blog-meta li {
    margin-right: 8px;
  }
  h3 {
    font-size: 50px;
  }
  .testimonial-img {
    width: auto;
  }
  .contact-info-content {
    display: flex;
    justify-content: space-between;
  }
  .contact-info-content li {
    display: inline-block !important;
    text-align: center;
    width: 33.33%;
  }
  .contact-icon.d-inline-block.text-center.theme-bg.mr-30 {
    display: block !important;
    margin-right: 0;
    margin: 20px auto;
  }
  .about-margin {
    margin-top: 110px;
    margin-bottom: 110px;
  }
  .portfolio-area {
    padding-bottom: 130px;
  }
  .marquee-w.mb-125 {
    margin-bottom: 75px;
  }
  .row.portfolio {
    margin-top: 40px;
  }
  .single-portfolio h3 {
    font-size: 32px;
    margin-top: 12px;
  }
  .single-portfolio {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .fun-fact-area {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .award-area {
    padding-top: 120px;
    padding-bottom: 125px;
  }
  .experience-area {
    padding-bottom: 130px;
  }
  .education-area .theme-border-bottom {
    padding-top: 115px;
  }
  .skill-area {
    padding-top: 120px;
    padding-bottom: 75px;
  }
  .skill-text-style {
    font-size: 180px;
    bottom: 20px;
  }
  .award-wrapper {
    margin-top: 35px;
  }
  .progress-circular h4 {
    font-size: 21px;
  }
  .service-wrappers {
    margin-top: 38px;
  }
  .pricing-area {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .service-area {
    padding-top: 85px;
    padding-bottom: 105px;
  }
  .testimonial-bg {
    padding-top: 120px;
    padding-bottom: 130px;
    background: #f5f4f4;
    position: static !important;
  }
  .testimonial-area {
    background: var(--section-bg);
  }
  .contact-area {
    margin-top: 120px;
    margin-bottom: 0;
  }
  .contact-wrapper {
    margin-top: 20px;
  }
  .contact-info {
    padding-top: 0;
  }
  .map-wrapper {
    margin-top: 50px;
  }
  .blog-area {
    padding-top: 120px;
  }
  .blog-wrappers {
    padding-top: 120px;
    padding-bottom: 75px;
  }
  .blog-wrapper {
    margin-top: 35px;
  }
  .footer-area {
    padding-top: 102px;
    margin-bottom: 45px;
  }
  .port-button {
    margin-bottom: 28px;
  }
  .service-wrapper {
    margin-top: 38px;
  }
  .price-wrapper {
    margin-top: 42px;
  }
  .slider-img-wrapper {
    position: relative !important;
  }
  .testimonial-wrapper {
    padding-bottom: 135px;
    margin-top: 32px;
  }
  .quit {
    top: 11px;
  }
  .experience-bg-img {
    border-radius: 12px;
    width: 83% !important;
    margin: 0 auto;
    position: inherit !important;
    min-height: 600px;
  }
  .experience-margin {
    padding-bottom: 0;
    margin-top: 0;
  }
  .award-margin {
    padding-bottom: 18px;
  }
  .slider-bg-img {
    background-position: center;
    border-radius: 12px;
    position: inherit !important;
    width: 83% !important;
    min-height: 75vh;
    margin: 83px auto;
    margin-bottom: 70px;
  }
  .logo {
    margin: 25px 0;
  }
  .about-margin {
    margin-top: 135px;
    margin-bottom: 40px;
  }
  .about-content {
    margin-top: 35px;
  }
  .experience-wrapper.extra-width {
    display: flex;
    flex-direction: column-reverse;
  }
  .slider-content-height {
    min-height: auto;
  }
  .slider-social-link {
    right: 0;
  }
  .service-ser-icon {
    margin-bottom: 30px;
    margin-left: 15px;
  }
  .single-service {
    padding-top: 70px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .service-text h3 {
    font-size: 28px;
  }
  .education-wrapper {
    margin-right: 0;
  }
  .modal-content {
    width: 90%;
    margin: 0 auto;
  }
  .modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal-body h4 {
    font-size: 38px;
  }
  .slider-height, .slider-container {
    min-height: 600px;
  }
  .slider-img {
    padding-left: 0;
    padding-top: 0;
  }
  .slider-img::before {
    left: -13%;
    top: 30px;
    width: 480px;
    height: 470px;
  }
  .blog-modal-img img {
    border-radius: 12px;
  }
  .marquee span {
    font-size: 60px;
  }
  .single-portfolio .port-img {
    width: 62%;
    margin-right: auto;
    margin-top: -36px;
  }
  .slider-social-link .social {
    padding-right: 24px;
  }
  .contact-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .single-blog-content h3 {
    font-size: 22px;
  }
    /* sidebar css start */
.header-sidebar {
  bottom: auto;
	width: 100%;
	padding: 0;
  background: transparent !important;
}
.sidebar-content {
	margin-left: 0;
}
.header-sidebar .header-container {display: flex; justify-content: space-between;background: transparent !important;}
.header-sidebar.sticky-menu {
	background: #25262f !important;
}
.sidebar-content .slider-height {
	min-height: 620px;
}
.header-sidebar .logo, .header-sidebar .header-right {
	position: static !important;
}
.header-sidebar .logo img {
	width: 120px;
}
.header-sidebar .header-btn a {
	padding: 9px 25px 8px 25px;
	font-size: 14px;
}
.header-sidebar .header-btn a.mobile-menubar {
	padding: 0;
  border: none;
  font-size: 20px;
}
.sidebar-content .intro-feature-icon {
	top: 4%;
}
.sidebar-content .title h2 {
	margin-bottom: 20px;
}
.sidebar-content .skill-right-padding {
  margin-left: 0;
}
.skill-right-padding {
  margin-right: 0;
}
.mobile-menubar {
  padding-right: 0;
}
.single-brand img {
	width: 80%;
}
}




@media screen and (max-width: 915px) and (orientation : landscape) {
  .slider-content h1,.slider-content h1 span {
    font-size: 60px !important;
    margin-bottom: 10px !important;
    line-height: 1.0 !important;
  }
  .slider-height {
    min-height: 400px !important;
  }
  .slider-content h2 {
    margin-bottom: 10px !important;
  }
  .slider-content .sub-heading {
    font-size: 16px !important
  }
  
}





@media screen and (max-width: 760px) and (orientation : landscape) {
  .slider-height {
    min-height: 360px !important;
  }
  .slider-content h1,.slider-content h1 span {
    font-size: 48px !important;
    margin-bottom: 6px !important;
    line-height: 1.0 !important;
  }
  .slider-content h2 {
    margin-bottom: 6px !important;
  }
}



@media screen and (max-width: 568px) and (orientation : landscape) {
  .slider-height {
    min-height: 300px !important;
  }
  .sidebar-content .slider-height {
    min-height: 320px !important;
  }
  
}



/* Extra small Device. */
@media screen and (max-width: 767px) {
  .slider-height {
    min-height: 525px;
  }
  .header-sidebar .header {
    background: transparent !important;
  }
  .slider-img {
    padding-left: 0;
  }
  .slider-content .btn {
    padding: 8px 30px 7px 30px;
  }
  .blog-modal-img img {
    border-radius: 12px;
  }
  .slider-img::before {
    left: -85px;
    top: -700px;
    width: 1064px;
    height: 1064px;
  }
  .slider-content .sub-heading {
    font-size: 18px;
    letter-spacing: 4px;
    margin-bottom: 10px;
  }
  .slider-content h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .slider-content h2 span {
    font-size: 20px;
  }
  .title h2 {
    font-size: 35px;
    margin-bottom: 24px;
  }
  .single-price p {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 0;
  }
  .rate {
    font-size: 42px;
  }
  .intro-feature-text-style {
    font-size: 100px;
    bottom: -38px;
  }
  .single-intro-feature-wrapper {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .intro-feature-margin {
    margin-top: 0;
  }
  .intro-ft-icon {
    margin-bottom: 22px;
  }
  .intro-ft-icon img {
    max-width: 40px;
    max-height: 40px;
  }
  .single-intro-feature-content h4 {
    margin-bottom: 15px;
  }
  .about-img-over {
    padding-left: 0;
  }
  .about-download-wrapper {
    left: -117px;
    bottom: -122px;
  }
  .about-shape2 {
    width: 75px;
    height: 75px;
    left: -50px;
  }
  .about-shape1 {
    width: 110px;
    height: 110px;
  }
  .about-img-over::after {
    right: -45px;
  }
  .about-download-wrapper {
    left: -80px;
    bottom: -95px;
    max-width: 200px;
  }
  .d-icon {
    width: 25px;
  }
  .single-fact {
    justify-content: center;
  }
  .single-fact h3 {
    font-size: 21px;
    line-height: 1.3;
  }
  .single-fact span,
  .single-fact span.per {
    font-size: 58px;
  }
  .fun-fact-content {
    margin-bottom: 40px;
  }

  .fun-fact-area {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .signature {
    margin-bottom: 30px;
  }
  .about-img-over {
    padding-left: 0;
  }
  .slider-img {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }
  .education-wrapper {
    margin-right: 0;
  }
  .contact-wrapper {
    margin-top: 10px;
  }
  .contact-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .contact-form {
    margin-top: 10px;
  }
  .logo {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .sticky-menu .logo {
    margin: 12px 0;
  }
  .slider-content {
    margin-top: 100px;
    padding-right: 0;
    margin-bottom: 45px;
  }
  .slider-content h1, .slider-content h1 span {
    font-size: 72px;
    margin-bottom: 18px;
  }
  .slider-content span {
    font-size: 20px;
    letter-spacing: 10px;
  }
  .slider-content h5 {
    font-size: 17px;
    line-height: 2;
    letter-spacing: 1.8px;
  }
  .slider-content h5 span {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .slider-content .btn {
    margin-top: 15px;
  }
  .btn {
    padding: 9px 30px;
    font-size: 14px;
  }
  .slider-img img {
    min-width: auto;
    min-height: auto;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
  }
  .mobile-menubar {
    font-size: 18px;
    padding: 2px 10px;
    border-radius: 3px;
    padding-right: 0;
  }
  .slider-social-link .social li a {
    font-size: 16px;
    width: 36px;
    height: 30px;
    line-height: 30px;
  }
  .port-over-content h3 {
    font-size: 24px;
  }
  .port-over-content span {
    font-size: 15px;
  }
  .title span {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .title h3 {
    letter-spacing: 3px;
  }
  h3 {
    font-size: 29px;
  }
  p {
    font-size: 17px;
  }

  .award-content h3 {
    font-size: 24px;
  }
  .award-logo {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .experience-service-text h3 {
    font-size: 24px;
  }
  .experience-service-text h4 {
    font-size: 21px;
  }
  .experience-service-text h4 span {
    font-size: 15px;
  }
  .progress-circular h4 {
    font-size: 22px;
  }
  .single-fact p {
    font-size: 22px;
    line-height: 1.2;
  }
  .single-fact .mr-25 {
    margin-right: 20px;
  }
  .award-wrapper {
    text-align: center;
    margin-top: 12px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .award-margin {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .experience-ser-icon {
    margin-right: 12px;
  }
  .experience-ser-icon span {
    width: 44px;
    height: 43px;
    line-height: 44px;
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
    margin-bottom: 9px;
  }
  .experience-content li {
    margin-bottom: 22px;
  }
  .experience-img {
    margin-left: 0;
  }
  .experience-img img {
    border-radius: 12px;
  }
  .rate {
    font-size: 48px;
  }
  h4 {
    font-size: 22px;
  }
  .service-ser-icon span {
    font-size: 60px;
    top: 5px;
  }
  .testimonial-bg::before {
    display: none;
  }
  .testimonial-area {
    background: var(--section-bg);
  }
  .testimonial-text {
    font-size: 17px;
    line-height: 1.5;
  }
  .testimonial-active {
    padding-left: 50px;
    padding-right: 0;
  }
  .quit img {
    max-width: 28px;
  }
  h6 {
    font-size: 17px;
  }
  .testimonial-img {
    width: auto;
    margin-top: 40px;
  }
  .marquee-w.mb-45 {
    margin-bottom: 25px;
  }
  .service-ser-icon img {
    max-width: 54px;
    max-height: 54px;
  }
  .testimonial-wrapper {
    margin-top: 25px;
  }
  .brand-active {
    margin-top: 45px;
    margin-bottom: 70px;
  }
  .slick-dots {
    left: 50px;
  }
  .slick-arrow .l-a,
  .slick-arrow .r-a {
    right: 58px;
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 16px;
    top: -72px;
  }
  .slick-arrow .r-a {
    right: 15px;
  }
  .single-brand img {
    margin: 0 auto;
  }
  .contact-info-content li {
    display: flex;
  }
  .contact-info .mb-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  *::-moz-placeholder,
  *::placeholder {
    font-size: 16px;
  }
  .side-mobile-menu {
    width: 95%;
  }
  .blog-meta li.mr-15 {
    margin-right: 8px;
  }
  .single-blog-content {
    padding-left: 20px;
    padding-right: 15px;
  }
  .single-service {
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 45px;
    padding-bottom: 28px;
  }
  .service-text h3 {
    font-size: 25px;
  }
  .single-service:hover .service-circle.service-large-circle {
    bottom: 20px;
    right: 20px;
  }
  .single-service:hover .service-circle.service-small-circle {
    top: 28px;
    left: 38px;
  }
  .about-margin {
    margin-top: 90px;
    margin-bottom: 0;
  }
  .about-content p.mb-25 {
    margin-bottom: 12px;
  }
  .marquee span {
    font-size: 60px;
  }
  .marquee-w.mb-125 {
    margin-bottom: 55px;
  }
  .experience-margin {
    padding-left: 0;
    margin-right: 0;
    margin-top: 110px;
  }
  .portfolio-area {
    padding-top: 0;
    padding-bottom: 70px;
  }
  .row.portfolio {
    margin-top: 10px;
  }
  .award-area {
    padding-top: 65px;
    padding-bottom: 70px;
  }
  .experience-area {
    padding-bottom: 62px;
  }
  .education-area .theme-border-bottom {
    padding-top: 115px;
  }
  .skill-area {
    padding-top: 60px;
    padding-bottom: 22px;
  }
  .single-skill {
    margin-bottom: 5px;
  }
  .pricing-area {
    padding-top: 65px;
    padding-bottom: 40px;
  }
  .service-area {
    padding-top: 52px;
    padding-bottom: 45px;
  }
  .row.service-wrappers {
    margin-top: 12px;
  }
  .testimonial-bg {
    padding-top: 65px;
    padding-bottom: 70px;
  }
  .contact-area {
    margin-top: 65px;
    margin-bottom: 0;
  }
  .blog-area {
    padding-top: 60px;
  }
  .blog-wrappers {
    padding-top: 65px;
    padding-bottom: 20px;
  }
  .footer-area {
    padding-top: 60px;
    margin-bottom: 25px;
  }
  .port-button {
    margin-bottom: 28px;
  }
  .price-wrapper,
  .service-wrapper {
    margin-top: 12px;
  }
  .single-price:hover {
    margin-top: 0;
  }
  .slider-img-wrapper {
    position: relative !important;
  }
  .experience-bg-img {
    border-radius: 12px;
    width: 92% !important;
    margin: 0 auto;
    position: inherit !important;
    min-height: 450px;
  }
  .experience-margin {
    padding-bottom: 0;
    margin-top: 0;
  }
  .experience-wrapper.extra-width {
    display: flex;
    flex-direction: column-reverse;
  }
  .slider-bg-img {
    background-position: center;
    border-radius: 12px;
    position: inherit !important;
    width: 80% !important;
    min-height: 65vh;
    margin: 83px auto;
    margin-bottom: 63px;
  }
  .logo {
    margin: 25px 0;
  }
  .slider-social-link .social {
    padding-right: 15px;
  }
  .slider-social-link .social li a {
    color: #98c949 !important;
  }
  .slider-social-link .social li:hover {
    background: transparent;
  }
  .quit {
    top: 4px;
  }
  .service-yellow-shadow {
    top: -8%;
    left: -48%;
  }
  .service-ser-icon {
    margin-bottom: 30px;
    margin-left: 15px;
  }
  .modal-content {
    width: 98%;
    margin: 0 auto;
  }
  .modal-body {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal-content h2 {
    font-size: 24px;
    padding: 35px 0px 18px 0px;
  }
  .blog-meta {
    width: 100% !important;
  }
  .blog-content h6 {
    font-size: 18px;
  }
  .pro-modal-footer h6 {
    padding-right: 0;
  }
  .modal-tags h6 {
    padding-bottom: 10px;
  }
  .pro-modal-footer {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .blog-meta li a,
  .blog-meta li span,
  .blog-meta li a::before,
  .blog-meta li span::before {
    font-size: 14px;
  }
  .port-content {
    font-size: 16px;
  }
  .port-content {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .port-over-content {
    padding: 10px 25px 25px 25px;
  }
  .slick-dots {
    bottom: -60px;
  }
  .header-btn a {
    padding: 10px 15px;
    font-size: 11px;
  }
  .mobile-m-bar {
    margin-left: 2px;
  }
  .header-btn {
    padding-left: 2px;
  }
  .meta-wrapper {
    margin-top: 45px;
  }
  .d-text.d-block.d-sm-inline-block {
    display: block !important;
  }
  .slider-img::before {
    left: -28px;
    top: 35px;
    width: 350px;
    height: 350px;
  }
  .slider-img {
    padding-left: 10px;
    max-width: 300px;
  }
  .single-portfolio .port-img {
    opacity: 1;
    visibility: visible;
    width: 65%;
    position: static !important;
    margin-right: auto;
    margin-top: 0;
  }
  .single-portfolio {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .single-portfolio h3 {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .blog-wrapper.blog-active {
    margin-top: 10px;
  }
  .footer-logo {
    padding-bottom: 30px;
  }
  .map-wrapper {
    margin-top: 30px;
  }
  .contact-info .massage {
    min-height: 170px;
  }
  .title .mt--8 {
    margin-top: 0;
  }
  .single-portfolio:hover .port-img {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    width: 65%;
  }
  .signature {
    padding-right: 5px;
  }
  .signature img {
    width: 80%;
  }
/* sidebar css start */
.header-sidebar {
  bottom: auto;
	width: 100%;
	padding: 0;
  background: transparent !important;
}
.sidebar-content {
	margin-left: 0;
}
.header-sidebar .header-container {display: flex; justify-content: space-between;background: transparent !important;}
.header-sidebar.sticky-menu {
	background: #25262f !important;
}
.sidebar-content .slider-height {
	min-height: 600px;
}
.sidebar-content .slider-content {
	margin-top: 60px;
  margin-bottom: 0;
}
.header-sidebar .logo, .header-sidebar .header-right {
	position: static !important;
}
.header-sidebar .logo img {
	width: 120px;
}
.header-sidebar .header-btn a {
	padding: 9px 15px 7px 15px;
	font-size: 12px;
}
.header-sidebar .header-btn a.mobile-menubar {
	padding: 0;
  margin-left: 15px;
  border: none;
  font-size: 20px;
}
.sidebar-content .intro-feature-icon {
	top: 4%;
}
.sidebar-content .title h2 {
	margin-bottom: 20px;
}
.single-brand img {
	width: 80%;
}
}

@media screen and (min-width: 0) and (max-width: 360px) {
  .slider-img::before {
    left: -10px;
    top: 25px;
    width: 315px;
    height: 310px;
  }
  .single-intro-feature-content {
    padding: 45px 30px 25px 30px;
  }
  .intro-ft-icon img {
    max-width: 35px;
    max-height: 35px;
  }
  .about-download-wrapper {
    left: -50px;
    bottom: -75px;
    max-width: 150px;
  }
  .about-shape2 {
    width: 60px;
    height: 60px;
    left: -45px;
  }
  .slick-arrow .l-a,
  .slick-arrow .r-a {
    right: auto;
    top: auto;
    bottom: -20px;
    left: 43%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .slick-arrow .r-a {
    left: 57%;
  }
  .blog-wrappers {
    padding-bottom: 90px;
  }
  /* sidebar css start*/
  .header-sidebar .logo img {
    width: 100px; 
  }
  .header-sidebar .header-btn a {
    font-size: 11px;
  }
  /* .sidebar-content .slider-height {
    min-height: 520px;
  } */
}

/* SM Small Device :550px. */
@media screen and (min-width: 576px) and (max-width: 767px) {
  .slider-content h1, .slider-content h1 span {
    font-size: 75px;
  }
  .about-footer-content-right {
    margin-top: 0;
  }
  .about-footer-content {
    margin-top: 16px;
  }

  .blog-meta li.mr-15 {
    margin-right: 5px;
  }
  .side-mobile-menu {
    width: auto;
  }

  .port-over-content h3 {
    font-size: 28px;
  }
  .experience-ser-icon {
    margin-right: 25px;
  }
  .single-service {
    padding-left: 45px;
    padding-right: 35px;
  }
  .single-fact p {
    font-size: 22px;
    margin-top: 10px;
  }
  p {
    font-size: 18px;
  }
  h3 {
    font-size: 36px;
  }
  .single-fact .mr-25 {
    margin-right: 15px;
    justify-content: center;
  }
  .slider-social-link {
    right: -85px;
  }
  /* .about-img-wrapper {
    margin-bottom: 125px;
  } */
  .modal-content {
    width: 90%;
  }
  .modal-content h2 {
    font-size: 28px;
  }
  .blog-meta li a,
  .blog-meta li span,
  .blog-meta li a::before,
  .blog-meta li span::before {
    font-size: 13px;
  }
  .modal-body .blog-meta {
    width: 80% !important;
  }
  .single-blog-content h3 {
    font-size: 21px;
  }
  .slider-content p {
    padding-left: 60px;
    padding-right: 60px;
  }
  .modal-body h4 {
    font-size: 28px;
  }
  .title h2 {
    font-size: 36px;
  }
  .progress-circular h4 {
    font-size: 22px;
  }
  .service-text h3 {
    font-size: 28px;
  }
  .d-text.d-block.d-sm-inline-block {
    display: inline-block !important;
  }
  .slider-img {
    max-width: 360px;
  }
  .slider-img::before {
    left: -32px;
    top: 35px;
    width: 410px;
    height: 410px;
  }
  .single-portfolio .port-img {
    width: 65%;
  }
  .port-content {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .port-content {
    font-size: 20px;
  }
  .single-service {
    padding-top: 48px;
    padding-bottom: 38px;
  }
}

/* SM Small Device :550px. */
@media screen and (min-width: 400px) and (max-width: 576px) {
  h6 {
    font-size: 20px;
  }
  .blog-meta li.mr-15 {
    margin-right: 18px;
  }
  .single-fact span {
    font-size: 60px;
  }
  .single-fact p {
    font-size: 25px;
    line-height: 1.3;
  }
  .slider-social-link {
    right: -75px;
  }
  .modal-content h2 {
    font-size: 22px;
  }
  .blog-meta li a,
  .blog-meta li span,
  .blog-meta li a::before,
  .blog-meta li span::before {
    font-size: 16px;
  }
  .slider-content p {
    padding-left: 60px;
    padding-right: 60px;
  }
  .d-text.d-block.d-sm-inline-block {
    display: inline-block !important;
  }
  .single-portfolio .port-img {
    width: 65%;
  }
  .port-content {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-right: 10px;
  }
  .port-content {
    font-size: 20px;
  }

}

/* SM Small Device :550px. */
@media screen and (min-width: 500px) and (max-width: 576px) {
  .slider-content h1, .slider-content h1 span {
    font-size: 90px;
    padding: 0 30px;
  }
  .sidebar-content .slider-content h1, .sidebar-content .slider-content h1 span {
    padding: 0;
  }
}
