@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("../webfonts/icon-font/flaticon.css");
/*
  Theme Name: Dabi portfolio CV/Resume HTML Template.
  Author : CoderPalace
  Support: email.sumonkhan@gmail.com
  Description: It's a creative dabi portfolio CV/Resume HTML Template.
  Version: 1.0
*/
/*
  CSS Index
  ----------
  1. basic 
  2. typography 
  3. spacing 
  4. color 
  5. preloader 
  6. sound_wave 
  7. buttons 
  8. card 
  9. form 
  10. header 
  11. hero 
  12. section 
  13. social 
  14. portfolio 
  15. testimonial 
  16. cursor 
  17. footer
*/
:root {
  --theme-color:#be010d;
  --heading-color:#131313;
  --dark-color:#131313;
  --body-color:#f3f3f3;
  --ff-heading:"Poppins", sans-serif;
  --ff-body:"Open Sans", sans-serif;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 29px;
  color: #777777;
  background: #f3f3f3;
  overflow-x: hidden;
}
@media only screen and (max-width: 1199.98px) {
  body {
    font-size: 15px;
  }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

* {
  outline: none !important;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a,
i {
  border: none;
}

button {
  padding: 0;
}

button, a {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.reset-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.main-wrap {
  padding-left: 200px;
}
@media only screen and (max-width: 1299.98px) {
  .main-wrap {
    padding-left: 0;
  }
}

.custom_container {
  padding-left: 7vw;
  padding-right: 7vw;
  width: 100%;
}

@media only screen and (max-width: 1499.98px) and (min-width: 1299px) {
  .container {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 60px;
  line-height: 70px;
}

h2 {
  font-size: 50px;
  line-height: 65px;
}

h3 {
  font-size: 42px;
  line-height: 52px;
}

h4 {
  font-size: 36px;
  line-height: 44px;
}

h5 {
  font-size: 24px;
  line-height: 32px;
}

h6 {
  font-size: 18px;
  line-height: 30px;
}

.xl-title {
  font-size: 72px;
  line-height: 85px;
}

.lg-title {
  font-size: 60px;
  line-height: 70px;
}

.md-title {
  font-size: 32px;
  line-height: 48px;
}

.sm-title {
  font-size: 14px;
  line-height: 24px;
}

.font-w400 {
  font-weight: 400;
}

.font-w500 {
  font-weight: 500;
}

.font-w600 {
  font-weight: 600;
}

.font-w700 {
  font-weight: 700;
}

.font-w800 {
  font-weight: 800;
}

.font-w800 {
  font-weight: 900;
}

.sec-title .title {
  font-size: 28px;
  line-height: 35px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 1199.98px) {
  .sec-title .title {
    font-size: 24px;
  }
}
.sec-title .title::before {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  background-color: var(--theme-color);
  top: 4px;
  right: -15px;
}

.sec-pt-100 {
  padding-top: 100px;
}
@media only screen and (max-width: 991.98px) {
  .sec-pt-100 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .sec-pt-100 {
    padding-top: 70px;
  }
}

.sec-pb-100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 991.98px) {
  .sec-pb-100 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .sec-pb-100 {
    padding-bottom: 70px;
  }
}

.sec-pt-115 {
  padding-top: 115px;
}
@media only screen and (max-width: 991.98px) {
  .sec-pt-115 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .sec-pt-115 {
    padding-top: 70px;
  }
}

.sec-pb-115 {
  padding-bottom: 115px;
}
@media only screen and (max-width: 991.98px) {
  .sec-pb-115 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .sec-pb-115 {
    padding-bottom: 70px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.bg-theme {
  background: var(--theme-color) !important;
}

@media only screen and (max-width: 1299.98px) {
  .page-wrap, .single-blog-page {
    padding-top: 72px;
  }
}
.page-out {
  position: absolute;
  left: 200px;
  animation-name: PageOut;
  animation-duration: 0.35s;
  animation-timing-function: ease-out;
}

.page-in {
  animation-name: PageIn;
  animation-duration: 0.35s;
  animation-timing-function: ease-in;
}

@keyframes PageOut {
  from {
    transform: scale(1) translateY(0);
    opacity: 1;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  }
  to {
    transform: scale(0.9) translateY(-10px);
    opacity: 0;
    box-shadow: 0 17px 51px rgba(0, 0, 0, 0.1);
  }
}
@keyframes PageIn {
  from {
    transform: translateY(10px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
.preloader {
  position: fixed;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2000;
  background-color: var(--dark-color);
  display: -ms-flexbox;
  display: flex;
  z-index: 9995;
}
.preloader .preloader-wrap {
  text-align: center;
  font-size: 14px;
  font-family: var(--ff-heading);
  letter-spacing: 5px;
  color: #fff;
  padding-top: 6px;
  position: relative;
}

.lds-ellipsis {
  display: block;
  position: relative;
  width: 89px;
  height: 13px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
}

.lds-ellipsis span {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  display: block;
}

.lds-ellipsis span:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis span:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis span:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis span:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.bars {
  height: 25px;
  width: 25px;
  position: relative;
  background-color: transparent;
  border-color: transparent;
}

.bar {
  background: var(--theme-color);
  bottom: 1px;
  height: 3px;
  position: absolute;
  width: 3px;
}

.bars.start .bar {
  animation: sound 0ms -800ms linear infinite alternate;
}

@keyframes sound {
  0% {
    opacity: 0.75;
    height: 3px;
  }
  100% {
    opacity: 1;
    height: 20px;
  }
}
.bar:nth-child(1) {
  left: 1px;
  height: 18px;
}

.bar:nth-child(2) {
  left: 6px;
  height: 14px;
}

.bar:nth-child(3) {
  left: 12px;
  height: 20px;
}

.bar:nth-child(4) {
  left: 18px;
  height: 14px;
}

.bars.start .bar:nth-child(1) {
  animation-duration: 400ms;
}

.bars.start .bar:nth-child(2) {
  animation-duration: 430ms;
}

.bars.start .bar:nth-child(3) {
  animation-duration: 445ms;
}

.bars.start .bar:nth-child(4) {
  animation-duration: 458ms;
}

.btn {
  background-color: var(--theme-color);
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid transparent;
}
.btn svg {
  width: 23px;
}

.btn-main {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 2px solid transparent;
  position: relative;
  z-index: 2;
  padding: 11px 34px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-main:hover {
  color: var(--theme-color);
  border: 2px solid var(--theme-color);
  background-color: #fff;
}

.btn-dark {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 2px solid transparent;
  position: relative;
  z-index: 2;
  padding: 11px 34px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
@media only screen and (max-width: 991.98px) {
  .btn-dark {
    padding: 8px 25px;
  }
}
.btn-dark:hover {
  color: #fff;
  background-color: var(--dark-color);
}

.btn-dark1 {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 2px solid transparent;
  position: relative;
  z-index: 2;
  padding: 11px 34px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  background-color: var(--dark-color);
}
@media only screen and (max-width: 991.98px) {
  .btn-dark1 {
    padding: 8px 25px;
  }
}
.btn-dark1:hover {
  color: #fff;
  background-color: var(--theme-color);
}

.btn.outline {
  background-color: transparent;
  border-color: #121212;
  color: #121212;
}
.btn.outline:hover {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.btn-transparent {
  background-color: transparent;
  border-color: transparent;
  color: var(--dark-color);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px;
}
.btn-transparent:hover {
  color: var(--theme-color);
}
.btn-transparent svg {
  width: 23px;
}

.sticky-top {
  z-index: 5;
}

.about-sm-card {
  background-color: #fff;
  top: 57px;
}
@media only screen and (max-width: 1299.98px) {
  .about-sm-card {
    top: 140px;
  }
}
.about-sm-card ul {
  margin: 0;
  list-style: none;
  padding: 50px 35px;
}
.about-sm-card ul strong {
  display: block;
  color: #141313;
}
.about-sm-card ul li {
  margin-bottom: 25px;
}
.about-sm-card ul li:last-child {
  margin-bottom: 0;
}
.about-sm-card .btn {
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 20px;
}
.about-sm-card .btn:hover {
  background-color: #a20610;
  color: #fff;
}
.about-sm-card .btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 109, 109, 0.25);
}
.about-sm-card .social-icon li {
  margin-bottom: 0;
}

.ex-wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ex-wrapper .ex-item {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 42px;
  padding-bottom: 42px;
}
.ex-wrapper .ex-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.ex-card .ex-header {
  padding-bottom: 9px;
}
.ex-card .year {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  position: relative;
  padding-left: 20px;
  padding-right: 15px;
}
.ex-card .year::before {
  content: "";
  height: 7px;
  width: 7px;
  background-color: var(--theme-color);
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}
.ex-card .cat {
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
}
.ex-card .at {
  font-size: 14px;
  line-height: 24px;
  color: var(--theme-color);
  padding-top: 10px;
  padding-bottom: 10px;
}

.skills .skill-name {
  color: #131313;
}
.skills li {
  margin-bottom: 30px;
}
.skills li:last-child {
  margin-bottom: 0;
}

.progress-wrapper {
  height: 3px;
  width: 100%;
  background-color: #b6b6b6;
  position: relative;
  margin-top: 17px;
}
@media only screen and (max-width: 991.98px) {
  .progress-wrapper {
    margin-top: 0;
  }
}
.progress-wrapper::before {
  content: attr(data-persent);
  position: absolute;
  bottom: 100%;
  right: 0;
  font-size: 18px;
  color: #131313;
}
.progress-wrapper .progress-persent {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: var(--theme-color);
}

.rating-card h6 {
  font-size: 24px;
  line-height: 32px;
  color: #be010d;
  font-weight: normal;
}
.rating-card h6 span {
  color: #777777;
}
.rating-card .start {
  margin-top: 16px;
  margin-bottom: 12px;
}
.rating-card h2 {
  font-size: 72px;
  line-height: 82px;
  font-weight: 200;
  color: #131313;
}

.start li {
  display: inline-block;
}
.start li i {
  color: #ffa800;
}

@media (min-width: 991px) {
  .about-img .bg-img {
    top: -130px;
    position: relative;
    margin-bottom: -120px;
  }
  .about-section {
    padding-top: 210px;
  }
}
.client-brand-wrap {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
}
.client-brand-wrap .client-brand {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  opacity: 0.4;
}
.client-brand-wrap .client-brand:hover {
  opacity: 0.8;
}

.form-control {
  border: 1px solid transparent;
  border-radius: 0;
  padding: 15px 20px;
  background-color: #f3f3f3;
  height: 52px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.form-control:hover {
  border-color: var(--dark-color) !important;
  background-color: #fff;
}
.form-control:active {
  border-color: transparent !important;
}
.form-control:focus {
  box-shadow: none;
  border-color: var(--dark-color) !important;
}

.form-group {
  margin-bottom: 10px;
}
.form-group .form-label {
  font-weight: 600;
  margin-bottom: 20px;
}
.form-group .form-control {
  border: 1px solid #e3e3e7;
}

.header-area {
  z-index: 999;
  position: relative;
}
.header-area .tob-navbar {
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 -12px 33px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 1299.98px) {
  .header-area .tob-navbar {
    display: none;
  }
}
.header-area .tob-navbar .brand {
  display: block;
  width: 140px;
}
.header-area .tob-navbar .brand img {
  width: 100%;
}

.sidebar-navbar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 200px;
  background-color: #fff;
  box-shadow: 15px 10px 24px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 1299.98px) {
  .sidebar-navbar {
    -webkit-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    transform: translateX(-105%);
    box-shadow: none;
    width: 170px;
    z-index: 30;
  }
}
.sidebar-navbar .music-wrap {
  position: absolute;
  left: 50%;
  bottom: 5vh;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sidebar-navbar .brand-wrap {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 60px;
}
.sidebar-navbar .brand-wrap img {
  width: 82px;
}
.sidebar-navbar .brand {
  display: inline-block;
}
.sidebar-navbar .side-navbar {
  padding-top: 44px;
}
@media only screen and (max-width: 1299.98px) {
  .sidebar-navbar .side-navbar {
    padding-top: 100px;
  }
}

.avater-info-wrap {
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 1299.98px) {
  .avater-info-wrap {
    opacity: 0;
  }
}
.avater-info-wrap .avater-wrap {
  text-align: center;
  margin-bottom: 13px;
  max-width: 90px;
  margin-left: auto;
  margin-right: auto;
}
.avater-info-wrap .text-wrap {
  text-align: center;
  width: 100%;
}
.avater-info-wrap .text-wrap h4 {
  font-size: 16px;
  line-height: 27px;
}
.avater-info-wrap .text-wrap p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.side-navbar {
  padding-left: 0;
  margin: 0;
}
.side-navbar li a {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 56px;
  padding-left: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: right;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 600;
  color: #777777;
  position: relative;
  font-family: var(--ff-heading);
}
@media only screen and (max-width: 1299.98px) {
  .side-navbar li a {
    padding-right: 40px;
  }
}
.side-navbar li a .nav-text {
  display: inline-block;
  padding-right: 13px;
}
.side-navbar li a i {
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.side-navbar li a:hover {
  text-decoration: none;
  color: #131313;
}
.side-navbar li a.active {
  background-color: var(--theme-color);
  color: #fff;
}
.side-navbar li a.active::before {
  content: "";
  height: 100%;
  width: 3px;
  background-color: #141313;
  position: absolute;
  top: 0;
  left: 100%;
}
.side-navbar li:nth-child(2n+1) {
  background-color: #f3f3f3;
}

.header-area {
  position: relative;
}

.mobile-menu {
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ddd;
  display: none;
}
.mobile-menu .mobile-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 15px;
}
.mobile-menu .mobile-nav li a {
  padding: 12px 20px;
  color: #131313;
  display: block;
  font-weight: 600;
  position: relative;
  font-family: var(--ff-heading);
}
.mobile-menu .mobile-nav li a.active, .mobile-menu .mobile-nav li a:hover {
  text-decoration: none;
  background-color: #f3f3f3;
}
.mobile-menu .mobile-nav li a.active {
  color: #777777;
}

.hamburger_nav {
  width: 31px;
  background-color: transparent;
  border-color: transparent;
}
.hamburger_nav svg {
  -webkit-transform: scale(3.5);
  -ms-transform: scale(3.5);
  transform: scale(3.5);
}
.hamburger_nav path {
  fill: none;
  stroke: #000;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  --length: 24;
  --offset: -38;
  stroke-dasharray: var(--length) var(--total-length);
  stroke-dashoffset: var(--offset);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger_nav .line-1,
.hamburger_nav .line-3 {
  --total-length: 126.64183044433594;
}
.hamburger_nav .line-2 {
  --total-length: 70;
}

.hamburger_nav.active svg .line-1,
.hamburger_nav.active svg .line-3 {
  --length: 22.627416998;
}
.hamburger_nav.active svg .line-2 {
  --length: 0;
}
.hamburger_nav.active svg .line-1,
.hamburger_nav.active svg .line-3 {
  --offset: -94.1149185097;
}
.hamburger_nav.active svg .line-2 {
  --offset: -50;
}

.avater_content_wrap {
  width: 100%;
}
.avater_content_wrap .avater-img-wrap {
  max-width: 400px;
}
@media only screen and (max-width: 1699.98px) and (min-width: 1300px) {
  .avater_content_wrap .avater-img-wrap {
    min-width: 350px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .avater_content_wrap .avater-img-wrap {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .avater_content_wrap .avater-img-wrap {
    max-width: 250px;
  }
}
.avater_content_wrap .avater-text-content {
  width: 100%;
  padding-left: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .avater_content_wrap .avater-text-content {
    padding-left: 0;
  }
}
.avater_content_wrap .avater-text-content h2 {
  margin-bottom: 44px;
  font-size: 72px;
  line-height: 80px;
  font-weight: bold;
  color: var(--theme-color);
}
@media only screen and (max-width: 1199.98px) {
  .avater_content_wrap .avater-text-content h2 {
    margin-bottom: 30px;
    margin-top: 40px;
    font-size: 56px;
    line-height: 65px;
  }
}
@media only screen and (max-width: 1699.98px) and (min-width: 1300px) {
  .avater_content_wrap .avater-text-content h2 {
    font-size: 64px;
    line-height: 72px;
  }
}
@media only screen and (max-width: 767.98px) {
  .avater_content_wrap .avater-text-content h2 {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
}

.avater_skills {
  padding-left: 20px;
  margin: 0;
  list-style: none;
}
@media only screen and (max-width: 1199.98px) {
  .avater_skills {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.avater_skills li {
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 5px;
  color: #141313;
  font-weight: 600;
  margin-bottom: 2px;
}
@media only screen and (max-width: 1199.98px) {
  .avater_skills li {
    display: block;
    width: 100%;
  }
}
.avater_skills li span {
  position: relative;
  padding-left: 22px;
}
.avater_skills li span::before {
  content: "";
  height: 9px;
  width: 9px;
  background-color: var(--theme-color);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

.hero-area {
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 150px;
  position: relative;
}
@media only screen and (max-width: 1299.98px) {
  .hero-area {
    padding-top: 40px;
    padding-bottom: 109px;
    min-height: calc(100vh - 98px);
  }
}
.hero-area .big-text {
  position: absolute;
  bottom: 0px;
  right: 14px;
  font-size: 72px;
  line-height: 90px;
  opacity: 0.1;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  overflow: hidden;
  transform: rotate(90deg);
  transform-origin: right top;
}

.hero-content .left-content {
  width: 25%;
  text-align: right;
  padding-right: 10px;
}
@media only screen and (max-width: 1699.98px) and (min-width: 1300px) {
  .hero-content .left-content {
    width: 27%;
  }
}
@media only screen and (max-width: 1299.98px) {
  .hero-content .left-content {
    display: none;
  }
}
.hero-content .left-content h2 {
  font-weight: 200;
  font-size: 72px;
  line-height: 80px;
  margin-bottom: 47px;
}
@media only screen and (max-width: 1699.98px) and (min-width: 1300px) {
  .hero-content .left-content h2 {
    font-size: 56px;
    line-height: 65px;
    margin-bottom: 36px;
  }
}
.hero-content .right-content {
  width: 75%;
  padding-top: 70px;
}
@media only screen and (max-width: 1699.98px) and (min-width: 1300px) {
  .hero-content .right-content {
    width: 73%;
  }
}
@media only screen and (max-width: 1299.98px) {
  .hero-content .right-content {
    width: 100%;
    padding-top: 0;
  }
}

.arrow__down {
  position: absolute;
  left: 50%;
  bottom: 110px;
  z-index: 150;
  display: block;
  width: 24px;
  height: 24px;
  z-index: 1000;
  transform: translateX(-50%);
}
@media only screen and (max-width: 991.98px) {
  .arrow__down {
    bottom: 75px;
  }
}
.arrow__down svg {
  width: 100%;
}
.arrow__down .chevron {
  position: absolute;
  width: 28px;
  height: 2px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
.arrow__down .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}
.arrow__down .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
.arrow__down .chevron:before,
.arrow__down .chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #be010d;
}
.arrow__down .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
.arrow__down .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.arrow__down .text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-size: 12px;
  color: #141313;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.25;
  animation: pulse 2s linear alternate infinite;
  font-weight: 600;
}
@keyframes pulse {
  to {
    opacity: 1;
  }
}

.section_page {
  padding-top: 122px;
}
@media only screen and (max-width: 1299.98px) {
  .section_page {
    padding-top: 180px;
  }
}

.social-outline {
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-outline li {
  display: inline-block;
}
.social-outline li a {
  color: #b8b8b8;
  font-size: 18px;
  display: inline-block;
  margin-left: 17px;
}
.social-outline li a:hover {
  text-decoration: none;
  color: var(--theme-color);
}

.social-icon {
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-icon li {
  display: inline-block;
}
.social-icon li a {
  color: #777777;
  font-size: 18px;
  display: inline-block;
  margin-left: 17px;
}
.social-icon li a:hover {
  text-decoration: none;
  color: var(--theme-color);
}
.social-icon li:first-child a {
  margin-left: 0;
}

.row.portfolio-grid {
  margin-bottom: -30px;
}

.portfolio-card {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.portfolio-card .portfolio-bg {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  display: flex;
}
.portfolio-card .portfolio-bg img {
  width: 100%;
}
.portfolio-card .portfolio-bg video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.portfolio-card .portfolio-content {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.portfolio-card .portfolio-content .text {
  margin-top: auto;
  padding-bottom: 20px;
  padding-left: 30px;
  -webkit-transform: translate3d(5px, 50px, 0) scaleY(2);
  -ms-transform: translate3d(5px, 50px, 0) scaleY(2);
  transform: translate3d(5px, 50px, 0) scaleY(2);
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
}
.portfolio-card .portfolio-content .text h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
  color: #fff;
}
.portfolio-card .portfolio-content::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: var(--theme-color);
  opacity: 0.8;
  z-index: -2;
}
.portfolio-card .portfolio-content:hover {
  text-decoration: none;
}
.portfolio-card:hover .portfolio-bg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: transform 1s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -o-transition: transform 1s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: transform 1s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.portfolio-card:hover .portfolio-content {
  opacity: 1;
}
.portfolio-card:hover .portfolio-content .text {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scaleY(1);
  -ms-transform: translate3d(0, 0, 0) scaleY(1);
  transform: translate3d(0, 0, 0) scaleY(1);
}

.portfolio-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 30px;
  margin-bottom: 40px;
}
.portfolio-menu li {
  margin-right: 40px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  line-height: 21px;
}
.portfolio-menu li:last-child {
  margin-right: 0;
}
.portfolio-menu li button {
  background-color: transparent;
  border-color: transparent;
  color: #131313;
  font-weight: 600;
}
.portfolio-menu li.active {
  border-top-color: var(--theme-color);
  border-bottom-color: var(--theme-color);
}
.portfolio-menu li.active button {
  color: var(--theme-color);
}

.portfolio-modal .modal-header {
  padding: 22px 100px 22px 35px;
  position: relative;
}
.portfolio-modal .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--theme-color);
  border-color: transparent;
  height: 100%;
  width: 76px;
}
.portfolio-modal .btn-close svg {
  width: 20px;
}
.portfolio-modal .btn-close svg path {
  fill: #fff;
}
.portfolio-modal .modal-body {
  padding: 35px;
  max-height: calc(100vh - 160px);
  overflow-y: auto;
}
@media only screen and (max-width: 767.98px) {
  .portfolio-modal .modal-body {
    max-height: calc(100vh - 120px);
  }
}
.portfolio-modal .thumb {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767.98px) {
  .portfolio-modal .thumb {
    height: 250px;
  }
}
.portfolio-modal .modal-content {
  border-radius: 0;
  border-color: transparent;
  box-shadow: 0 21px 47px rgba(0, 0, 0, 0.1);
}
.portfolio-modal p {
  margin-bottom: 20px;
}

.modal-header {
  border-bottom: 1px solid #fff0f0;
}

.modal-backdrop.show {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
}

.port-cat {
  padding-top: 40px;
}
.port-cat .cat-item {
  margin-right: 35px;
  margin-bottom: 20px;
}
.port-cat .cat-item strong {
  margin-bottom: 7px;
  display: block;
  color: var(--dark-color);
  text-transform: uppercase;
}

.testimonial-card {
  background-color: #fff;
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
}
.testimonial-card .avater {
  height: 80px;
  min-width: 80px;
  max-width: 80px;
  background-color: #ddd;
  border-radius: 50%;
  display: block;
  margin-right: 20px;
}
.testimonial-card .testimonial-text {
  padding-left: 19px;
  font-size: 22px;
  line-height: 36px;
  color: #777777;
  font-family: var(--ff-heading);
  font-weight: 300;
}
@media only screen and (max-width: 767.98px) {
  .testimonial-card .testimonial-text {
    padding-left: 0;
    font-size: 18px;
    line-height: 30px;
  }
}
.testimonial-card .testimonial-text .name {
  background-color: var(--theme-color);
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 25px;
  position: relative;
  margin-top: 20px;
}
.testimonial-card .testimonial-text .name img {
  max-width: 40px;
}
@media only screen and (max-width: 767.98px) {
  .testimonial-card .testimonial-text .name {
    padding: 8px 20px;
  }
  .testimonial-card .testimonial-text .name img {
    max-width: 30px;
  }
}
.testimonial-card .testimonial-text .name::before {
  content: "";
  height: 100%;
  width: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  background-color: var(--theme-color);
}
.testimonial-card .testimonial-text .name span {
  display: block;
  margin-left: 10px;
}

.slide-nav {
  background-color: transparent;
  border-color: transparent;
  text-transform: uppercase;
  font-size: 14px;
  color: #be010d;
  font-weight: bold;
  margin-left: 30px;
}
.slide-nav:first-child {
  margin-left: 0;
}
.slide-nav i {
  margin: 0 7px;
}

@media (min-width: 991px) {
  .swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (max-width: 991.98px) {
  .swiper-button-disabled {
    opacity: 0.2;
  }
}

.clidnt-brand {
  display: inline-block;
  opacity: 0.3;
}
.clidnt-brand:hover {
  opacity: 0.8;
}

.blog-card .thumb {
  margin-bottom: 25px;
}
.blog-card .thumb img {
  width: 100%;
}
.blog-card .title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 25px;
  font-family: var(--ff-heading);
  color: var(--dark-color);
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}
.blog-card .title:hover {
  text-decoration: none;
}
.blog-card .btn {
  margin-top: 23px;
}

.blog-short {
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-short li {
  display: inline-block;
  margin-right: 15px;
}
.blog-short li i {
  vertical-align: middle;
  font-size: 20px;
}
.blog-short li strong {
  font-size: 32px;
  font-weight: normal;
  color: var(--dark-color);
  display: inline-block;
  margin-right: 5px;
}
.blog-short li i {
  vertical-align: middle;
  font-size: 17px;
  padding-top: 5px;
  margin-right: 8px;
  color: var(--theme-color);
}

.tags-box {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.tags-box li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}
.tags-box li:last-child {
  margin-right: 0;
}
.tags-box li a {
  display: block;
  border: 1px solid #eceaeb;
  font-size: 13px;
  line-height: 18px;
  border-radius: 5px;
  text-decoration: none;
  padding: 4px 12px;
  background-color: #fff;
  color: #777777;
}
.tags-box li a:hover {
  border-color: transparent;
  color: #fff;
  background-color: var(--theme-color);
}

.comment-lits {
  padding: 0;
  list-style: none;
  margin: 0;
  margin-bottom: 85px;
}
.comment-lits .children {
  margin: 0;
  list-style: none;
  padding-left: 100px;
}
@media only screen and (max-width: 767.98px) {
  .comment-lits .children {
    padding-left: 50px;
  }
}
@media (max-width: 575.98px) {
  .comment-lits .children {
    padding-left: 25px;
  }
}
.comment-lits .comment-item {
  padding-left: 125px;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767.98px) {
  .comment-lits .comment-item {
    padding-left: 0;
    padding-top: 125px;
  }
}
.comment-lits .comment-item .avatar {
  height: 100px;
  width: 100px;
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  left: 0;
  top: 0;
}
.comment-lits .comment-item .avatar img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.comment-lits .comment-item .name {
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}
.comment-lits .comment-item .comment-des {
  margin-bottom: 15px;
}

.entry-meta {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #644950;
}
.entry-meta li {
  margin-right: 20px;
}
@media (max-width: 575.98px) {
  .entry-meta li {
    margin-right: 12px;
  }
}
.entry-meta li:last-child {
  margin-right: 0;
}
.entry-meta i {
  margin-right: 10px;
}
@media (max-width: 575.98px) {
  .entry-meta i {
    margin-right: 8px;
  }
}
.entry-meta a {
  color: #644950;
  text-decoration: none;
}
.entry-meta a:hover {
  color: var(--theme-color);
}

.sidebar-panel {
  padding: 25px;
  position: relative;
  background-color: #fff;
  margin-bottom: 50px;
}
.sidebar-panel ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-panel ul .cat-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: var(--ff-heading);
  font-size: 14px;
  color: #846f75;
  position: relative;
  margin-bottom: 6px;
}
.sidebar-panel ul .cat-item:last-child {
  margin-bottom: 0;
}
.sidebar-panel ul .cat-item a {
  margin-right: auto;
  color: #846f75;
  text-decoration: none;
}
.sidebar-panel ul .cat-item a:hover {
  color: var(--theme-color);
}

.subscribe-panel {
  padding: 40px 25px;
  background-color: #fff;
  text-align: center;
}
.subscribe-panel .subs-title {
  font-size: 32px;
  line-height: 45px;
  font-weight: 300;
  margin-bottom: 35px;
}
.subscribe-panel .form-control {
  margin-bottom: 28px;
  height: 72px;
  padding-left: 30px;
}
.subscribe-panel .btn {
  margin-bottom: 50px;
  padding: 16px 35px;
}
.subscribe-panel .social-outline li a {
  margin-left: 22px;
}
.subscribe-panel .social-outline li i {
  font-size: 23px;
}

.subscribe-panel.sticky-top {
  top: 80px;
}
@media only screen and (max-width: 1299.98px) {
  .subscribe-panel.sticky-top {
    top: 120px;
  }
}

.sidebar-title {
  font-size: 18px;
  line-height: 29px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.sidebar-title::before {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  background-color: var(--theme-color);
  top: 4px;
  right: -15px;
}

.search-wrap {
  position: relative;
}

.search-wrap .form-control {
  border-color: transparent;
  height: 55px;
  padding: 15px 30px;
  padding-right: 55px;
  background-color: #fff;
  font-size: 14px;
}

.search-wrap .search-btn {
  position: absolute;
  border-color: transparent;
  top: 0;
  height: 100%;
  right: 0;
  padding: 0 21px;
  font-size: 20px;
  background-color: var(--dark-color);
  color: #fff;
}

.tag-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}

.tag-list li {
  display: inline-block;
  margin: 5px;
}

.tag-list li a {
  font-size: 14px;
  line-height: 20px;
  padding: 11px 12px;
  color: #444444;
  background-color: #FFF;
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  -o-transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  font-family: var(--ff-heading);
}

.tag-list li a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: right center;
  -webkit-transition: transform 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  -o-transition: transform 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  background-color: var(--theme-color);
}

.tag-list li a:hover {
  color: #fff;
}

.tag-list li a:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: left center;
}

.single-blog .title {
  font-size: 32px;
  line-height: 43px;
  font-weight: 600;
  margin-bottom: 13px;
}
.single-blog .blog-short {
  margin-bottom: 15px;
}
.single-blog p {
  margin-bottom: 20px;
}
.single-blog .blog-thumb {
  height: 460px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767.98px) {
  .single-blog .blog-thumb {
    height: 270px;
  }
}
.single-blog .sec-title .title {
  font-size: 24px;
  line-height: 32px;
}
.single-blog .blog-content {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 22px;
  margin-bottom: 31px;
}

.map-wrapper {
  height: 70vh;
  width: 100%;
  background-color: #000;
}
.map-wrapper iframe {
  width: 100%;
  height: 100%;
  opacity: 0.96;
}
@media only screen and (max-width: 767.98px) {
  .map-wrapper {
    height: 50vh;
  }
}

.contact-form {
  background-color: #fff;
  padding: 50px;
}
@media only screen and (max-width: 1299.98px) {
  .contact-form {
    margin-bottom: 30px;
  }
}
.contact-form .form-control {
  background-color: #fff;
}
.contact-form .form-label {
  margin-bottom: 10px;
}

.contact-wrapper {
  margin-top: -25vh;
}
@media only screen and (max-width: 767.98px) {
  .contact-wrapper {
    margin-top: -15vh;
  }
}
.contact-wrapper .social-icon {
  margin-top: 7px;
}
.contact-wrapper .social-icon li {
  margin-left: 0;
  margin-right: 20px;
  margin-bottom: 0;
}
.contact-wrapper .social-icon li a {
  margin-left: 0;
}

.has-error.has-danger .form-control {
  border: 1px solid #dc3545 !important;
}

.has-success .form-control {
  border: 1px solid #28a745;
}

.help-block.with-errors {
  color: #dc3545;
}

#nt_cursor {
  position: fixed;
  z-index: 1500;
  left: 0;
  top: 0;
  pointer-events: none;
  will-change: transform;
  mix-blend-mode: difference;
}
@media only screen and (max-width: 991.98px) {
  #nt_cursor {
    display: none;
  }
}

.cursor__circle {
  position: relative;
  width: 54px;
  height: 54px;
  margin-top: -50%;
  margin-left: -50%;
  border-radius: 50%;
  border: solid 1px #bbb;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), width 0.3s cubic-bezier(0.25, 1, 0.5, 1), height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.active-icone.cursor__circle {
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), width 0.3s cubic-bezier(0.25, 1, 0.5, 1), height 0.3s cubic-bezier(0.25, 1, 0.5, 1), transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

#nt_cursor.active-anchor .cursor__circle {
  width: 90px;
  height: 90px;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}

#nt_cursor.pointer .cursor__circle {
  width: 90px;
  height: 90px;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}

#nt_cursor.img .cursor__circle {
  width: 110px;
  height: 110px;
  background-color: #fff;
  border-color: #fff;
}

#cursor.arrow::after {
  content: "";
  position: absolute;
  left: -50%;
  top: -50%;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml, %3Csvg width='40px' height='11px' viewBox='0 0 40 11' class='thumb_arrow' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Work---V.06---%23FFF' transform='translate(-1031.000000, -968.000000)' stroke='%23FFFFFF'%3E%3Cg id='--%3E' transform='translate(980.000000, 903.000000)'%3E%3Cg id='Group' transform='translate(51.000000, 65.000000)'%3E%3Cpolyline id='Path' transform='translate(36.500000, 5.500000) rotate(-270.000000) translate(-36.500000, -5.500000) ' points='31 8 36.5 3 36.5 3 42 8'%3E%3C/polyline%3E%3Cline x1='0.5' y1='5.5' x2='38.5' y2='5.5' id='Line-2' stroke-linecap='square'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.cursor__circle .poicon {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 38px;
  transition: all 0.35s;
}

.footer-area {
  background-color: #fff;
  padding: 27px 0;
}

.avater_content_wrap .avater-text-content .btn-wrap {
  margin-left: 21px;
  margin-top: 49px;
  gap: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .avater_content_wrap .avater-text-content .btn-wrap {
    margin-top: 30px;
    margin-left: 0;
    justify-content: center;
    gap: 15px;
  }
}

.portfolio-menu li button {
  text-transform: capitalize;
}

.list-dot {
  padding-left: 18px;
}

.container {
  max-width: 1350px;
}

/*# sourceMappingURL=style.css.map */
