/*
************
*************************

Template Name:Birlesik - Personal Portfolio Resume HTML5 Theme
Description: Introducing the Birlesik Portfolio Theme, A Simple, Modern, Creative, and Responsive design for your work show in online. This Theme is ideal for showing present your self even your Resume etc. Birlesik theme is an amazing Minimal layout for your Personal Portfolio. The Theme is fully responsive, ensuring that your portfolio looks great on any device.
Author: InsideLabs
Version: 1.0

-----------------------------------------------------------------------------------

CSS INDEX
=================== 
01. common
02. header
03. sidebar
04. banner
05. about
06. resume
07. testimonial
08. service
09. portfolio
10. blog
11. contact

******************************************************* 
*************************************************************** */
/*
************
*************************
01. common
******************************************************* 
*************************************************************** */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 26px;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

.img, img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

a,
.button, button {
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
  text-decoration: none;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--clr-common-white);
  margin-top: 0px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 65px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

p {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

*::-moz-selection {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
  text-shadow: none;
}

::-moz-selection {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
  text-shadow: none;
}

::selection {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
  text-shadow: none;
}

input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  opacity: 1;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  opacity: 1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  opacity: 1;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  opacity: 1;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  opacity: 1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  opacity: 1;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  opacity: 0;
}

input:focus::placeholder, textarea:focus::placeholder {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-235 {
  padding-bottom: 235px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-245 {
  padding-bottom: 245px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-255 {
  padding-bottom: 255px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pb-265 {
  padding-bottom: 265px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-275 {
  padding-bottom: 275px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-295 {
  padding-bottom: 295px;
}

.pb-300 {
  padding-bottom: 300px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .container {
    max-width: 1200px;
  }
}
:root {
  /**
  @color declaration
  */
  --clr-common-white: rgba(255, 255, 255, 0.9);
  --clr-common-black: #121212;
  --clr-common-black-soft: #1a1a1a;
  --clr-common-black-deep: #000000;
  --clr-body-heading: #121212;
  --clr-body-text: #555;
  --clr-color-blue: #000A30;
  --clr-color-orange: #FCAA04;
  --clr-color-orange-2: #ffd139;
  --clr-color-orange-3: #FFCD00;
  --clr-theme-primary: #31BF71;
  --clr-theme-primary-dark: #31BF71;
  --clr-theme-primary-soft: #fff5f5;
  --clr-bg-gray: #FAF9F6;
  --clr-bg-gray-2: #F1F1F1;
  --clr-bg-gray-3: #ECECEC;
  --clr-bg-gray-4: #b2b2b2;
  --clr-bg-gray-5: #BCBCBC;
  --clr-bg-gray-6: #828282;
  --clr-bg-gray-7: #EEEEEE;
  --clr-bg-gray-8: #D5D5D5;
  --clr-bg-gray-9: #b8b8b8;
  --clr-bg-gray-10: #a2a2a2;
  --clr-bg-gray-11: #c1c1c1;
  --clr-bg-gray-12: #F5F5F5;
  --clr-bg-gray-13: #dbdbdb;
  --clr-bg-gray-14: #CECECE;
  --clr-bg-gray-15: #F8F2F2;
  --clr-bg-gray-16: #F8F8F8;
}

.w_img img {
  width: 100%;
}

.bg-default {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.no-after::after {
  display: none;
}

.fix {
  overflow: hidden;
}

.light-bg {
  background-color: #f8f4f6;
}

.p-relative {
  position: relative;
}

.w-60 {
  width: 60%;
}

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.theme-bg {
  background-color: var(--clr-theme-primary);
}

/*
************
*************************
02. header
******************************************************* 
*************************************************************** */
.fixed_header {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  background: var(--clr-common-black-soft);
  z-index: 999;
  text-align: center;
  overflow: hidden;
}
.fixed_header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.fixed_header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 15px;
  text-align: center;
}
.fixed_header .logo .logo-dark {
  display: none;
}
.fixed_header .logo img {
  height: auto;
  width: auto;
  max-height: 60px;
}

.menu-open .fixed_header-wrapper {
  overflow-y: scroll;
}

.fixed_header .fixed_menu {
  padding: 45px 0 67px;
}
.fixed_header .fixed_menu .nav li {
  display: block;
}
.fixed_header .fixed_menu .nav li a {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 15px;
  position: relative;
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}
.fixed_header .fixed_menu .nav li a i {
  font-weight: 100;
  font-size: 25px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  position: relative;
  left: 0;
}
.fixed_header .fixed_menu .nav li:first-child a {
  border: none;
}
.fixed_header .fixed_menu .nav li.active a {
  color: var(--clr-theme-primary) !important;
}

.fixed_header .fixed_menu .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fixed_header .fixed_menu .nav a .nav-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -30px;
  display: block;
  background: transparent;
  padding: 20px 10px;
  font-weight: 600;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  opacity: 0;
  visibility: hidden;
  text-transform: uppercase;
  font-size: 13px;
}
.fixed_header .fixed_menu .nav a:hover .nav-title {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.fixed_header .fixed_menu .nav a:hover i {
  left: 40px;
  opacity: 0;
  visibility: hidden;
}

.header-menu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  opacity: 1;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.header-sticky.sticky {
  background-color: var(--clr-common-black-soft);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: fixed;
  -webkit-animation: stickySlideDown 500ms ease-in-out 0s normal none 1 running;
          animation: stickySlideDown 500ms ease-in-out 0s normal none 1 running;
}

@-webkit-keyframes stickySlideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes stickySlideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header-logo {
  max-width: 110px;
}
@media (max-width: 767px) {
  .header-logo {
    max-width: 100px;
  }
}
.header-logo .logo-dark {
  display: none;
}

.menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: transparent;
  padding: 20px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .menu-wrap {
    padding: 15px 0;
  }
}

.menu-bar {
  cursor: pointer;
}

.navbar-sign {
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  display: inline-block;
}

.navbar-sign i {
  color: var(--clr-common-white);
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  cursor: pointer;
  margin-left: auto;
  font-size: 24px;
}

.mean-container .mean-nav {
  margin-top: 0;
}

.header-mode-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 10px;
}

#Mode {
  height: 30px;
  width: 60px;
  background: #FAF9F6;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.3s linear 0s;
  transition: 0.3s linear 0s;
}

#switch {
  height: 22px;
  width: 22px;
  left: 5px;
  background: #212121;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 1;
  position: absolute;
}
#switch::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "\f672";
  content: "\f186";
  font-family: "Font Awesome 5 Pro";
  font-size: 11px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 1s linear 0s;
  transition: all 1s linear 0s;
  font-weight: 700;
}
#switch.switch-active {
  -webkit-transform: translateX(29px);
          transform: translateX(29px);
  background-color: var(--clr-common-white);
}
#switch.switch-active::before {
  content: "\f186";
  content: "\f672";
  font-weight: 700;
  color: var(--clr-body-heading);
  -webkit-transition: all 1s linear 0s;
  transition: all 1s linear 0s;
}

/*
************
*************************
03. sidebar
******************************************************* 
*************************************************************** */
.offcanvas-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(4, 0, 23, 0.5);
  background-color: rgba(34, 34, 34, 0.7019607843);
  z-index: 990;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  cursor: url(../../assets/img/logo/close.png), auto;
}

.offcanvas-overlay:is(.is-active) {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.sidebar-logo-wrapper {
  padding: 40px 40px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar-left span {
  font-size: 20px;
  font-weight: 600;
  color: var(--clr-common-white);
  display: block;
}

.sidebar-close {
  border: 0;
  background-color: transparent;
  font-size: 25px;
  color: var(--clr-common-white);
  padding-left: 0;
  padding-right: 0;
}

.sidebar-close:hover {
  color: var(--clr-theme-primary) !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fixed_header {
    display: none;
    width: 300px;
  }
}
.fixed_header.menu-open {
  display: block;
  z-index: 9999;
  -webkit-animation: animation-leftRight-2 0.5s linear;
          animation: animation-leftRight-2 0.5s linear;
}
.fixed_header.menu-open .logo a {
  padding: 0;
}
@media (min-width: 1400px) {
  .fixed_header.menu-open {
    display: none;
  }
}
.fixed_header.menu-open .header-mode-btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 40px 40px;
}

@-webkit-keyframes animation-leftRight-2 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes animation-leftRight-2 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 1399px) {
  .fixed_header .fixed_menu .nav li a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    padding: 10px 40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
  .fixed_header .fixed_menu .nav li.active a {
    color: var(--clr-theme-primary) !important;
  }
}

@media (max-width: 1399px) {
  .fixed_header .fixed_menu .nav a .nav-title {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: unset;
            transform: unset;
    opacity: 1;
    visibility: visible;
    padding: 0;
    width: auto;
  }
  .fixed_header .fixed_menu .nav a i {
    min-width: 30px;
  }
  .fixed_header .fixed_menu .nav a:hover i {
    opacity: 1;
    visibility: visible;
    left: 0;
  }
}

/*
************
*************************
04. banner
******************************************************* 
*************************************************************** */
.section-bg-color {
  background-color: var(--clr-common-black);
}

@media (min-width: 1400px) {
  .main-area {
    position: absolute;
    left: 100px;
    height: 100%;
    width: calc(100% - 100px);
  }
}
.banner-area,
.about-area,
.resume-area,
.service-area,
.portfolio-area,
.testimonial-area,
.blog-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .banner-area,
  .about-area,
  .resume-area,
  .service-area,
  .portfolio-area,
  .testimonial-area,
  .blog-area {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}

.banner-img {
  position: relative;
  max-width: 400px;
  width: 100%;
  height: 400px;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-img {
    max-width: 600px;
    width: 100%;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-img {
    margin-left: auto;
    margin-right: auto;
  }
}

.banner-img-inner {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-animation: anim_border 8s ease-in-out infinite 1s;
          animation: anim_border 8s ease-in-out infinite 1s;
  background-blend-mode: multiply;
  -webkit-box-shadow: inset 0px 0px 0px 9px rgba(255, 255, 255, 0.3);
          box-shadow: inset 0px 0px 0px 9px rgba(255, 255, 255, 0.3);
}

@-webkit-keyframes anim_border {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}

@keyframes anim_border {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}
.banner-content-top {
  font-size: 24px;
  color: var(--clr-common-white);
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-content-top {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .banner-content-top {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-content-top {
    font-size: 22px;
  }
}
.banner-content-title {
  font-size: 65px;
  color: var(--clr-common-white);
  text-transform: uppercase;
  margin-bottom: 24px;
  line-height: 1;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-content-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-content-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .banner-content-title {
    font-size: 50px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-content-title {
    font-size: 55px;
  }
}
.banner-content-subtitle {
  font-size: 20px;
  color: var(--clr-common-white);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .banner-content-subtitle {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-content-subtitle {
    font-size: 20px;
  }
}
.banner-content p {
  font-size: 16px;
  margin-bottom: 33px;
}

.theme-btn {
  overflow: hidden;
  display: inline-block;
  border: none;
  border-radius: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  padding: 0 35px;
  font-size: 14px;
  font-weight: 500;
  color: var(--clr-common-white);
  background-color: var(--clr-theme-primary);
  outline: none !important;
  height: 45px;
  line-height: 45px;
  position: relative;
  z-index: 1;
}
.theme-btn:hover {
  color: var(--clr-theme-primary);
}
.theme-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 550px;
  height: 550px;
  margin: auto;
  background-color: var(--clr-theme-primary);
  background-color: var(--clr-common-white);
  border-radius: 50%;
  z-index: -1;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: translateX(-50%) translateY(-5%) scale(0.4);
          transform: translateX(-50%) translateY(-5%) scale(0.4);
  -webkit-transition: -webkit-transform 0.8s linear;
  transition: -webkit-transform 0.8s linear;
  transition: transform 0.8s linear;
  transition: transform 0.8s linear, -webkit-transform 0.8s linear;
}
.theme-btn:hover::before {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translateX(-45%) translateY(0) scale(1);
          transform: translateX(-45%) translateY(0) scale(1);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear;
}

/*
************
*************************
05. about
******************************************************* 
*************************************************************** */
.section-title {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
  line-height: 1.4;
  margin-bottom: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title {
    font-size: 26px;
  }
}

.section-title::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  bottom: -6px;
  left: 56px;
  left: 0;
  right: 0;
  z-index: -1;
  background: #2fbf71;
  -webkit-animation: animation-leftRight-1 3s linear 3s infinite;
          animation: animation-leftRight-1 3s linear 3s infinite;
}

.section-title::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 60px;
  background: #2fbf71;
  height: 2px;
}

@-webkit-keyframes animation-leftRight-1 {
  0% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
    opacity: 0;
  }
  10% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  95% {
    -webkit-transform: translateX(52px);
            transform: translateX(52px);
  }
  100% {
    -webkit-transform: translateX(52px);
            transform: translateX(52px);
  }
}

@keyframes animation-leftRight-1 {
  0% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
    opacity: 0;
  }
  10% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  95% {
    -webkit-transform: translateX(52px);
            transform: translateX(52px);
  }
  100% {
    -webkit-transform: translateX(52px);
            transform: translateX(52px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content {
    margin-left: 20px;

  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .about-content {
    margin-left: 0;
  }
}
.about-content .section-title {
  margin-bottom: 32px;
}
.about-content h2 {
  font-size: 48px;
  color: var(--clr-common-white);
  line-height: 1.3;
  margin-bottom: 30px;
  text-transform: inherit;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .about-content h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-content h2 {
    font-size: 40px;
  }
}
.about-content p {
  margin-bottom: 30px;
}
.about-content-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .about-content-counter {
    gap: 20px;
  }
}

.counter-item-title {
  font-size: 35px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 4px;
  font-weight: 600;
}
.counter-item-title i {
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .counter-item-title {
    font-size: 28px;
  }
  .counter-item-title i {
    font-size: 20px;
  }
}
.counter-item-subtitle {
  font-size: 20px;
  color: var(--clr-common-white);
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .counter-item-subtitle {
    font-size: 16px;
  }
}

/*
************
*************************
06. resume
******************************************************* 
*************************************************************** */
.skills-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding-bottom: 40px;
}
.skills-item p {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .skills-item {
    gap: 25px;
  }
  .skills-item p br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .skills-item {
    gap: 30px;
  }
  .skills-item p br {
    display: block;
  }
}
.skills-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding: 35px 0 30px;
  border-radius: 85px;
}
.skills-img img {
  width: 40%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .skills-img {
    width: 110px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .skills-img {
    width: 120px;
  }
}
.skills-title {
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--clr-common-white);
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skills-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .skills-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .skills-title {
    font-size: 22px;
  }
}
.skills-counter {
  font-size: 24px;
  color: var(--clr-common-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  gap: 2px;
}
.skills-counter i {
  font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .experience-area {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .experience-area {
    margin-left: 0;
  }
}
.experience-box ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.experience-box ul::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--clr-common-white);
  left: 175px;
}
@media (max-width: 767px) {
  .experience-box ul::after {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .experience-box ul::after {
    display: block;
    left: 160px;
  }
}
.experience-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .experience-box li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 40px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .experience-box li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.experience-box li:last-child {
  padding-bottom: 10px;
}
.experience-box li .experience-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 175px;
          flex: 0 0 175px;
  max-width: 175px;
  position: relative;
  padding-right: 20px;
  text-transform: capitalize;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--clr-common-white);
  font-weight: 600;
  line-height: 1.2;
}
.experience-box li .experience-title .experience-year {
  font-size: 15px;
  font-weight: 400;
  display: block;
  margin-top: 10px;
}
.experience-box li .experience-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: -11px;
  background: var(--clr-common-black);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 4px solid var(--clr-common-white);
  z-index: 3;
}
@media (max-width: 767px) {
  .experience-box li .experience-title::after {
    bottom: -10px;
    left: 10px;
    right: auto;
    top: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .experience-box li .experience-title::after {
    bottom: auto;
    top: 0;
    left: auto;
    right: -11px;
  }
}
@media (max-width: 767px) {
  .experience-box li .experience-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--clr-common-white);
    left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .experience-box li .experience-title::before {
    display: none;
  }
}
.experience-box li .text {
  padding-left: 30px;
}
.experience-box li .text h5 {
  color: var(--clr-common-white);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 10px;
}
.experience-box li .text p {
  margin: 0;
}
@media (max-width: 767px) {
  .experience-box li .experience-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    min-width: 100%;
    margin-bottom: 25px;
    padding-bottom: 30px;
    font-size: 16px;
    padding-right: 15px;
    font-weight: 500;
  }
  .experience-box li .experience-title .experience-year {
    font-size: 14px;
  }
  .experience-box li .text {
    padding-left: 0;
  }
  .experience-box li .text h5 {
    font-size: 16px;
    font-weight: 500;
  }
  .experience-box li .text p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .experience-box li .experience-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    min-width: 160px;
    font-size: 18px;
    padding-right: 20px;
    font-weight: 500;
  }
  .experience-box li .experience-title .experience-year {
    font-size: 15px;
  }
  .experience-box li .text {
    padding-left: 30px;
  }
  .experience-box li .text h5 {
    font-size: 18px;
    font-weight: 500;
  }
  .experience-box li .text p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .education-area {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .education-area {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .education-experience-area.pb-50 {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .education-experience-area.pb-50 {
    padding-bottom: 50px;
  }
}

/*
************
*************************
07. testimonial
******************************************************* 
*************************************************************** */
.testimonial-item {
  padding: 50px 35px 45px;
  background-color: var(--clr-common-black-soft);
  border-radius: 6px;
}
.testimonial-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
.testimonial-admin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial-admin-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-admin-img img {
  width: 100%;
}
.testimonial-admin-info h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.testimonial-admin-info span {
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.testimonial-rating ul li {
  display: inline-block;
  font-size: 14px;
  color: #FFA121;
}

.testimonial-content p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.testimonial-scrollbar-wrap {
  position: relative;
}
.testimonial-scrollbar-wrap .swiper-scrollbar.testimonial-scrollbar {
  height: 3px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.15);
}
.testimonial-scrollbar-wrap .swiper-scrollbar-drag {
  border-radius: 0;
  background-color: var(--clr-theme-primary);
}

/*
************
*************************
08. service
******************************************************* 
*************************************************************** */
.service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--clr-common-black-soft);
  gap: 25px;
  padding: 35px 35px 30px;
  border-radius: 6px;
}
.service-item-img {
  max-width: 40px;
  margin-bottom: 0;
}
.service-item-content h3 {
  font-size: 24px;
}
.service-item-content h3:hover a {
  color: var(--clr-theme-primary);
}
.service-item-content p {
  font-size: 16px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .service-item-content h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .service-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .service-item-content h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 25px;
  }
  .service-item-content h3 {
    font-size: 22px;
  }
}

.service_details-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 767px) {
  .service_details-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service_details-social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
.service_details-social span {
  font-weight: 500;
  line-height: 30px;
  display: block;
  font-size: 18px;
  color: #fff;
}
.service_details-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service_details-social ul li a {
  color: var(--clr-common-white);
  font-size: 20px;
}
.service_details-social ul li a:hover {
  color: var(--clr-theme-primary);
}

/*
************
*************************
09. portfolio
******************************************************* 
*************************************************************** */
.portfolio-item {
  position: relative;
  z-index: 1;
}
.portfolio-item-img {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.portfolio-item-img img {
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
}
.portfolio-item-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  padding: 0 30px;
  padding-bottom: 20px;
  background: rgba(9, 10, 12, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border-radius: 6px;
}
.portfolio-content-title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0;
  visibility: hidden;
}
.portfolio-content-title:hover a {
  color: var(--clr-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-content-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .portfolio-content-title {
    font-size: 20px;
  }
}
.portfolio-content-meta {
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0;
  visibility: hidden;
}

.portfolio-item:hover .portfolio-item-content {
  background: rgba(9, 10, 12, 0.6);
  padding-bottom: 30px;
}
.portfolio-item:hover .portfolio-item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.portfolio-item:hover .portfolio-content-title {
  opacity: 1;
  visibility: visible;
}
.portfolio-item:hover .portfolio-content-meta {
  opacity: 1;
  visibility: visible;
}

.portfolio_details-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio_details-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .portfolio_details-title {
    font-size: 26px;
  }
}
.portfolio_details-content .check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .portfolio_details-content .check-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.portfolio_details-content .check-list h4 {
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding-left: 40px;
  font-size: 20px;
}
.portfolio_details-content .check-list h4::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 10px;
  font-weight: 300;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.portfolio_details-content .check-list p {
  margin: 0;
}

/*
************
*************************
10. blog
******************************************************* 
*************************************************************** */
.blog-item {
  background-color: var(--clr-common-black-soft);
  padding: 20px;
  border-radius: 6px;
}
.blog-img {
  overflow: hidden;
  border-radius: 6px;
}
.blog-img img {
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
}
.blog-content {
  padding: 36px 0 20px;
}
.blog-content-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.blog-content-title:hover a {
  color: var(--clr-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-content-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .blog-content-title {
    font-size: 20px;
  }
}
.blog-content-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 7px;
}
.blog-content-meta span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}
.blog-content-meta span i {
  font-size: 14px;
  margin-right: 7px;
}
.blog-btn {
  position: relative;
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
}
.blog-btn span {
  overflow: hidden;
  position: absolute;
  top: -2px;
  right: -23px;
}
.blog-btn span::after {
  position: absolute;
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  left: -20px;
  bottom: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-btn span i {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-btn:hover {
  color: var(--clr-theme-primary);
}
.blog-btn:hover i {
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
}
.blog-btn:hover span::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  color: var(--clr-theme-primary);
}

.blog-item:hover .blog-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.modal-header {
  position: absolute;
  right: 49px;
  top: 49px;
  z-index: 99;
  border: none;
  padding: 0;
  width: auto;
}
@media (max-width: 767px) {
  .modal-header {
    right: 25px;
    top: 30px;
  }
}

.modal-body {
  padding: 50px 50px;
}
@media (max-width: 767px) {
  .modal-body {
    padding: 30px 25px;
  }
}

.modal-header .btn-close {
  height: 16px;
  width: 16px;
  background: var(--clr-theme-primary);
  opacity: 1;
  color: #fff;
  border-radius: 50%;
  position: relative;
  font-weight: 500;
  font-size: 16px;
}
.modal-header .btn-close::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal-header .btn-close:hover {
  -webkit-box-shadow: 0 5px 15px rgba(255, 255, 255, 0.7);
          box-shadow: 0 5px 15px rgba(255, 255, 255, 0.7);
}

.modal-content-bg {
  background-color: var(--clr-common-black-soft);
}

.blog_details__thumb {
  position: relative;
}
.blog_details__meta span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
.blog_details__meta span:hover a {
  color: var(--clr-theme-primary);
}
.blog_details__meta span i {
  color: var(--clr-theme-primary);
  margin-right: 3px;
}
.blog_details-content blockquote {
  margin: 30px 0px !important;
  padding: 50px 50px 40px;
  color: #666;
  position: relative;
  background: #333;
  font-style: normal;
  text-align: left;
  clear: both;
  font-weight: 400;
  border-radius: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_details-content blockquote {
    padding: 40px 30px 30px;
  }
}
@media (max-width: 767px) {
  .blog_details-content blockquote {
    padding: 40px 30px 30px;
  }
}
.blog_details-content blockquote::before {
  content: "\f10e";
  position: static;
  font-family: "Font Awesome 5 Pro";
  font-size: 32px;
  color: var(--clr-theme-primary);
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
}
.blog_details-content blockquote p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 767px) {
  .blog_details-content blockquote p {
    font-size: 16px;
  }
}
.blog_details-content blockquote span {
  font-size: 20px;
}
@media (max-width: 767px) {
  .blog_details-content blockquote span {
    font-size: 16px;
  }
}
.blog_details-content blockquote span::before {
  content: "";
  font-size: 28px;
  color: var(--clr-theme-primary);
  padding-bottom: 0px;
  display: inline-block;
  background: var(--clr-theme-primary);
  height: 2px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}
.blog_details__sm-title {
  font-size: 24px;
  font-weight: 600;
}
.blog_details__tag span {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .blog_details__tag span {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog_details__tag span {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.blog_details__tag a {
  background: transparent;
  padding: 5px 15px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  text-transform: capitalize;
  border: 1px solid #ddd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 6px;
}
.blog_details__tag a:hover {
  background-color: var(--clr-theme-primary);
  border-color: transparent;
}

/* comment box */
.post-comment-title h3 {
  font-size: 30px;
}

.latest-comments li {
  list-style: none;
}

.latest-comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}

.latest-comments li.children {
  margin-left: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 30px;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latest-comments li.children {
    margin-left: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .latest-comments li.children {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .latest-comments li.children {
    margin-left: 15px;
  }
}
.comments-avatar {
  float: left;
  margin-right: 20px;
}
.comments-avatar img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.comments-text {
  overflow: hidden;
}

.comments-text p {
  font-size: 16px;
  margin-bottom: 20px;
}

.avatar-name {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}

.avatar-name h5 {
  font-size: 18px;
  margin-bottom: 0px;
}

.avatar-name span {
  color: #66819a;
  font-size: 14px;
  font-weight: 400;
}

.comment-reply {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}

.comment-reply i {
  padding-right: 4px;
}

.comment-reply:hover {
  color: var(--clr-theme-primary);
}

/* post comment */
.post-input input,
.post-input textarea {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 0;
  border: 1px solid #f5f5f5;
  background: #f7f7f7;
  margin-bottom: 20px;
  border-radius: 6px;
}

.post-input input::-webkit-input-placeholder, .post-input textarea::-webkit-input-placeholder {
  font-weight: 400;
  color: #686a6f;
}

.post-input input::-moz-placeholder, .post-input textarea::-moz-placeholder {
  font-weight: 400;
  color: #686a6f;
}

.post-input input:-ms-input-placeholder, .post-input textarea:-ms-input-placeholder {
  font-weight: 400;
  color: #686a6f;
}

.post-input input::-ms-input-placeholder, .post-input textarea::-ms-input-placeholder {
  font-weight: 400;
  color: #686a6f;
}

.post-input input::placeholder,
.post-input textarea::placeholder {
  font-weight: 400;
  color: #686a6f;
}

.post-input input:focus,
.post-input textarea:focus {
  border-color: var(--clr-theme-primary);
  outline: none;
  background: #ffffff;
}

.post-input input:focus::-webkit-input-placeholder, .post-input textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

.post-input input:focus::-moz-placeholder, .post-input textarea:focus::-moz-placeholder {
  opacity: 0;
}

.post-input input:focus:-ms-input-placeholder, .post-input textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

.post-input input:focus::-ms-input-placeholder, .post-input textarea:focus::-ms-input-placeholder {
  opacity: 0;
}

.post-input input:focus::placeholder,
.post-input textarea:focus::placeholder {
  opacity: 0;
}

.post-input textarea {
  height: 180px;
  line-height: 26px;
  resize: none;
  padding: 30px;
  padding-top: 20px;
}

.post-check input {
  margin-right: 5px;
}

.post-comment-form h4 {
  font-size: 30px;
  margin-bottom: 10px;
}

.post-comment-form > span {
  display: inline-block;
  margin-bottom: 45px;
}

.post-comment-form .a-btn {
  border: none;
  outline: none;
}

.comments-box .post-meta {
  color: var(--clr-theme-primary);
}

.post-comment-form .contact-form-input textarea {
  padding-top: 10px;
}

/*
************
*************************
11. contact
******************************************************* 
*************************************************************** */
.contact-content {
  background-color: var(--clr-common-black-soft);
  padding: 40px 50px 45px;
  position: relative;
  z-index: 1;
  margin-bottom: -100px;
  border-radius: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-content {
    padding: 40px 40px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-content {
    padding: 40px 35px 50px;
  }
}
@media (max-width: 767px) {
  .contact-content {
    padding: 40px 30px 50px;
  }
}
.contact-title {
  font-size: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .contact-title {
    font-size: 26px;
  }
}
.contact-form-input {
  position: relative;
  z-index: 1;
}
.contact-form-input input, .contact-form-input textarea {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-right: 20px;
  color: var(--clr-common-white);
  background-color: transparent;
  font-size: 16px;
}
.contact-form-input input::-webkit-input-placeholder, .contact-form-input textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  opacity: 1;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.contact-form-input input:-moz-placeholder, .contact-form-input textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  opacity: 1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.contact-form-input input::-moz-placeholder, .contact-form-input textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  opacity: 1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.contact-form-input input:-ms-input-placeholder, .contact-form-input textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  opacity: 1;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.contact-form-input .inner-icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  color: rgba(4, 0, 23, 0.6);
}
.contact-form-input textarea {
  height: 95px;
  line-height: 22px;
  padding-top: 20px;
}
.contact-form-textarea .inner-icon {
  top: 17px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.contact-form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .contact-form-submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.theme-btn.contact-btn {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .theme-btn.contact-btn {
    margin-bottom: 0;
  }
}

.contact-info {
  background-color: var(--clr-common-black-soft);
  padding: 40px 50px 50px;
  position: relative;
  z-index: 1;
  margin-bottom: -100px;
  border-radius: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info {
    padding: 40px 40px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info {
    padding: 40px 35px 50px;
  }
}
@media (max-width: 767px) {
  .contact-info {
    padding: 40px 30px 50px;
    margin-bottom: 30px;
  }
}
.contact-info-item {
  margin-bottom: 20px;
}
.contact-info-item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
.contact-info-item p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
.contact-info-item a {
  font-size: 16px;
  display: block;
  font-weight: 500;
}
.contact-info-item a:hover {
  color: var(--clr-theme-primary);
}
.contact-social span {
  font-weight: 500;
  line-height: 30px;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.contact-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-social ul li a {
  display: -ms-grid;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background-color: var(--clr-common-white);
  color: var(--clr-body-heading);
  font-size: 15px;
}
.contact-social ul li a:hover {
  background: var(--clr-theme-primary);
  color: var(--clr-common-white);
}
.contact-map {
  height: 540px;
  width: 100%;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
}

.copyright-text {
  padding: 30px;
}
.copyright-text p {
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
}

.contact-form-response p {
  font-size: 16px;
  margin-bottom: 0;
}
.contact-form-response p.error {
  color: red;
}
.contact-form-response p.success {
  color: var(--clr-theme-primary);
}

/*
************
*************************
13. whiteMode
******************************************************* 
*************************************************************** */
.white-mode {
  color: rgba(18, 18, 18, 0.7);
}
.white-mode .section-bg-color {
  background-color: #FAF9F6;
}
.white-mode .banner-area, .white-mode .about-area, .white-mode .resume-area, .white-mode .service-area, .white-mode .portfolio-area, .white-mode .testimonial-area, .white-mode .blog-area {
  border-bottom: 1px solid rgba(18, 18, 18, 0.1);
}
.white-mode #Mode {
  background-color: var(--clr-common-black);
  -webkit-transition: 0.3s linear 0s;
  transition: 0.3s linear 0s;
}
.white-mode #Mode2 {
  background-color: var(--clr-common-black);
  -webkit-transition: 0.3s linear 0s;
  transition: 0.3s linear 0s;
}
.white-mode h1, .white-mode h2, .white-mode h3, .white-mode h4, .white-mode h5, .white-mode h6 {
  color: var(--clr-body-heading);
}
.white-mode p {
  color: rgba(18, 18, 18, 0.7);
}
.white-mode .fixed_header {
  background-color: #F2F0EF;
  -webkit-box-shadow: 4px 0px 40px rgba(30, 30, 30, 0.15);
          box-shadow: 4px 0px 40px rgba(30, 30, 30, 0.15);
}
.white-mode .fixed_header .logo .logo-dark {
  display: block;
}
.white-mode .fixed_header .logo .logo-white {
  display: none;
}
.white-mode .fixed_header .fixed_menu li a {
  border-top: 1px solid rgba(18, 18, 18, 0.1);
  color: rgba(18, 18, 18, 0.7);
}
.white-mode .fixed_header .fixed_menu li:first-child a {
  border: none;
}
.white-mode .header-sticky.sticky {
  background-color: #F2F0EF;
  -webkit-box-shadow: 0px 4px 40px rgba(30, 30, 30, 0.15);
          box-shadow: 0px 4px 40px rgba(30, 30, 30, 0.15);
}
.white-mode .header-logo .logo-dark {
  display: block;
}
.white-mode .header-logo .logo-white {
  display: none;
}
.white-mode .side-info {
  background-color: var(--clr-common-white);
}
.white-mode .mean-container .mean-nav ul li a {
  color: rgb(18, 18, 18);
}
.white-mode .sidebar-close, .white-mode .sidebar-left span, .white-mode .navbar-sign i {
  color: var(--clr-body-heading);
}
.white-mode .theme-btn::before {
  background-color: var(--clr-common-black);
}
.white-mode .theme-btn:hover {
  color: var(--clr-common-white);
}
.white-mode .counter-item-subtitle {
  color: var(--clr-body-heading);
}
.white-mode .experience-box li .experience-title,
.white-mode .experience-box li .text h5 {
  color: var(--clr-body-heading);
}
.white-mode .experience-box li .experience-title::after {
  background: var(--clr-common-white);
  border-color: var(--clr-body-heading);
}
.white-mode .experience-box ul::after {
  background: var(--clr-body-heading);
}
.white-mode .skills-img {
  border-color: rgba(18, 18, 18, 0.1);
}
.white-mode .service-item {
  background-color: #F2F0EF;
}
.white-mode .portfolio-content-meta {
  color: #fff;
}
.white-mode .portfolio-content-title {
  color: #fff;
}
.white-mode .testimonial-item {
  background-color: #F2F0EF;
}
.white-mode .swiper-scrollbar.testimonial-scrollbar {
  background: rgba(18, 18, 18, 0.1);
}
.white-mode .blog-item {
  background-color: #F2F0EF;
}
.white-mode .blog-content-title {
  border-color: rgba(18, 18, 18, 0.1);
}
.white-mode .contact-info,
.white-mode .contact-content {
  background-color: #F2F0EF;
}
.white-mode .contact-form-input input,
.white-mode .contact-form-input textarea {
  border-color: rgba(18, 18, 18, 0.1);
}
.white-mode .contact-form-input input::-webkit-input-placeholder,
.white-mode .contact-form-input textarea::-webkit-input-placeholder {
  color: rgba(18, 18, 18, 0.7);
}
.white-mode .contact-form-input input:-moz-placeholder,
.white-mode .contact-form-input textarea:-moz-placeholder {
  color: rgba(18, 18, 18, 0.7);
}
.white-mode .contact-form-input input::-moz-placeholder,
.white-mode .contact-form-input textarea::-moz-placeholder {
  color: rgba(18, 18, 18, 0.7);
}
.white-mode .contact-form-input input:-ms-input-placeholder,
.white-mode .contact-form-input textarea:-ms-input-placeholder {
  color: rgba(18, 18, 18, 0.7);
}
.white-mode .contact-social ul li a {
  background-color: var(--clr-common-black);
  color: var(--clr-common-white);
}
.white-mode .contact-social ul li a:hover {
  background: var(--clr-theme-primary);
  color: var(--clr-common-white);
}
.white-mode .modal-content-bg {
  background-color: #fff;
}
.white-mode .portfolio_details-content .check-list h4::after {
  border-color: rgba(18, 18, 18, 0.3);
}
.white-mode .modal-header .btn-close:hover {
  -webkit-box-shadow: 0 5px 15px rgba(18, 18, 18, 0.7);
          box-shadow: 0 5px 15px rgba(18, 18, 18, 0.7);
}
.white-mode .service_details-social span {
  color: rgba(18, 18, 18, 0.7);
}
.white-mode .service_details-social ul li a {
  color: rgba(18, 18, 18, 0.7);
}
.white-mode .service_details-social {
  border-color: rgba(18, 18, 18, 0.15);
}
.white-mode .latest-comments li.children {
  border-color: rgba(18, 18, 18, 0.15);
}
.white-mode .comment-reply {
  color: rgba(18, 18, 18, 0.7);
}
.white-mode .blog_details__tag span {
  color: rgba(18, 18, 18, 0.7);
}
.white-mode .blog_details-content blockquote {
  background-color: #f0f0f0;
}
.white-mode .blog_details-content blockquote p {
  color: rgba(18, 18, 18, 0.7);
}