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

   Template Name: Cinkes - Financial Business HTML5 Template
   Description: Cinkes - Financial Business HTML5 Template. It is a modern Template and fits for all kind of Financial, Business, consulting etc website.
   Author: _ThemePhi
   Version: 1.0

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

CSS INDEX
=================== 
01. common
02. Header
03. Slider
04. Section Title
05. Button
06. Service Fullwidth
07. Service
08. About
09. Brand
10. Working Process
11. Projects
12. Team
13. Pricing Plan
14. CounterUp
15. Presentation
16. Testimonial
17. Blog
18. CTA
19. Breadcrumb
20. Contact
21. FAQ
22. Error
23. Back To Top
24. Footer

******************************************************* 
*************************************************************** */
/*
************
*************************
01. common
******************************************************* 
*************************************************************** */

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #878c8f;
  font-size: 16px;
}

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

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-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;
}

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #1a1a1a;
  margin-top: 0px;
  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: 60px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  color: #878c8f;
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid #1a1a1a;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
  opacity: 1;
}

label {
  color: #1a1a1a;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background-color: #1a1a1a;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background-color: #1a1a1a;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #1a1a1a;
  color: #fff;
  text-shadow: none;
}

input::-webkit-input-placeholder {
  color: #878c8f;
  font-size: 16px;
  opacity: 1;
  transition: 0.5s;
}
input:-moz-placeholder {
  color: #878c8f;
  font-size: 16px;
  opacity: 1;
  transition: 0.5s;
}
input::-moz-placeholder {
  color: #878c8f;
  font-size: 16px;
  opacity: 1;
  transition: 0.5s;
}
input:-ms-input-placeholder {
  color: #878c8f;
  font-size: 16px;
  opacity: 1;
  transition: 0.5s;
}

textarea::-webkit-input-placeholder {
  color: #878c8f;
  font-size: 16px;
  opacity: 1;
  transition: 0.5s;
}
textarea:-moz-placeholder {
  color: #878c8f;
  font-size: 16px;
  opacity: 1;
  transition: 0.5s;
}
textarea::-moz-placeholder {
  color: #878c8f;
  font-size: 16px;
  opacity: 1;
  transition: 0.5s;
}
textarea:-ms-input-placeholder {
  color: #878c8f;
  font-size: 16px;
  opacity: 1;
  transition: 0.5s;
}

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

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.p-rel {
  position: relative;
}

.p-abs {
  position: absolute;
}

.p-static {
  position: static;
}

.w_img img {
  width: 100%;
}

[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

[data-overlay=light]::before {
  background-color: #f2f2f2;
}

[data-overlay=dark]::before {
  background-color: #1a1a1a;
}

[data-overlay=soft]::before {
  background-color: #f6f6f6;
}

[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

.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;
}

.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;
}


.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #ff3900;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: #ff3900;
  opacity: 0.5;
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #ff3900;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.mim_tm_all_wrap[data-magic-cursor=hide] .mouseCursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}

.admin-cursor-button-list-1 .admin-cursor-default {
  line-height: 40px;
  display: inline-block;
  border: 0;
  background: orangered;
  color: #fff;
  padding: 0 20px;
  height: 40px;
  font-size: 20px;
  margin-right: 8px;
}

.admin-cursor-button-list-1 .admin-cursor-magic {
  border: 0;
  background: orangered;
  line-height: 40px;
  color: #fff;
  display: inline-block;
  padding: 0 20px;
  height: 40px;
  font-size: 20px;
}

.mouse-cursor-invisible {
  display: none;
}
.mouse-cursor-invisible.visible {
  display: block;
}

/*
************
*************************
02. Header
******************************************************* 
*************************************************************** */
.header-sticky.sticky {
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 9;
  left: 0;
  right: 0;
  transition: 0.5s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
  width: 100%;
  border-bottom: 0px;
}

.cinkes_black {
  background-color: #1a1a1a;
}

.cinkes_extra_padding {
  padding: 0 130px;
}

.cinkes_extra_margin {
  margin: 0 130px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_header_address_info {
    padding: 15px 0;
    border-bottom: 1px solid #2c2a2a;
  }
}
.cinkes_header_address_info p {
  font-size: 16px;
  font-weight: 500;
  color: #f4f7fe;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cinkes_header_address_info p {
    font-size: 15px;
  }
}

.cinkes_single_contact_step > i {
  display: inline-block;
  margin-right: 5px;
  font-weight: 600;
  color: #fff;
}
.cinkes_single_contact_step span {
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cinkes_single_contact_step span {
    font-size: 15px;
  }
}
.cinkes_single_contact_step a {
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-decoration: none;
}
.cinkes_single_contact_step a:hover {
  opacity: 0.8;
}

.cinkes_logo {
  display: inline-block;
  padding: 38px 0;
  position: relative;
}
.cinkes_logo::before {
  position: absolute;
  right: -30px;
  top: 0;
  width: 200%;
  height: 100%;
  content: "";
  z-index: -1;
}
.cinkes_logo img {
  max-width: 130px;
}

.cinkes_logo_bg_before {
  position: relative;
}
.cinkes_logo_bg_before:before {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%; 
  content: "";
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes_logo_bg_before:before {
    display: none;
  }
}

.theme_bg {
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  background-color: #8a2be2;
  color: #fff;
}

.cinkes_header_border {
  border-bottom: 1px solid #dfe1e1;
}

.cinkes_border_right {
  border-right: 1px solid #dfe1e1;
}

.cinkes_main_menu li {
  display: inline-block;
  list-style: none;
  position: relative;
  z-index: 3;
}
.cinkes_main_menu li a {
  display: block;
  padding: 40px 0px;
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #1a1a1a;
}
.cinkes_main_menu li ul.sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 250px;
  background-color: #fff;
  box-shadow: 0px 13px 29px rgba(0, 0, 0, 0.05);
  padding: 15px 0;
  border-top: 5px solid #8a2be2;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.cinkes_main_menu li ul.sub-menu li {
  display: block;
}
.cinkes_main_menu li ul.sub-menu li a {
  padding: 5px 25px;
  position: relative;
  text-align: start;
}
.cinkes_main_menu li ul.sub-menu li a:before {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  content: "";
  background-color: #8a2be2;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.cinkes_main_menu li ul.sub-menu li a:hover {
  padding-left: 40px;
}
.cinkes_main_menu li ul.sub-menu li a:hover:before {
  opacity: 1;
  visibility: visible;
}
.cinkes_main_menu li.has-menu-children:before {
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  color: #1a1a1a;
  transition: 0.4s;
}
.cinkes_main_menu li.has-menu-children:after {
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  color: #8a2be2;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.cinkes_main_menu li.has-menu-children:hover:before {
  opacity: 0;
  visibility: hidden;
}
.cinkes_main_menu li.has-menu-children:hover:after {
  opacity: 1;
  visibility: visible;
}
.cinkes_main_menu li:hover > a {
  color: #8a2be2;
}
.cinkes_main_menu li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.cinkes_main_menu li:not(:last-child) {
  margin-right: 30px;
}
.cinkes_main_menu li:is(.has-menu-children) {
  margin-right: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .cinkes_main_menu:is(.cinkes_border_right) {
    border-right: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .cinkes_menu.mobile-menu {
    position: relative;
  }
}
@media (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cinkes_menu.mobile-menu:before {
    position: absolute;
    left: 50%;
    top: -1px;
    width: calc(100% + 100px);
    height: 1px;
    content: "";
    background-color: #dfe1e1;
    transform: translateX(-50%);
    z-index: -2;
  }
}

@media (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-transparent .cinkes_menu.mobile-menu:before {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-transparent:is(.sticky) .cinkes_menu.mobile-menu:before {
    background-color: #dfe1e1;
  }
}

.cinkes_quick_icon {
  font-size: 40px;
  color: #1a213e;
  display: inline-block;
  margin-right: 20px;
  line-height: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cinkes_quick_icon {
    font-size: 35px;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cinkes_quick_contact {
    position: relative;
    z-index: 1;
    padding-left: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cinkes_quick_contact:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: calc(100% + 54px);
    content: "";
    background-color: #dfe1e1;
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-transparent .cinkes_quick_contact:before {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-transparent:is(.sticky) .cinkes_quick_contact:before {
    background-color: #dfe1e1;
  }
}

.cinkes_quick_text span {
  font-size: 16px;
  color: #797c81;
  font-weight: 500;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cinkes_quick_text span {
    font-size: 14px;
  }
}
.cinkes_quick_text a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #1a213e;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cinkes_quick_text a {
    font-size: 16px;
  }
}
.cinkes_quick_text a:hover {
  color: #8a2be2;
}

.header-transparent.sticky .cinkes_quick_text span {
  color: #797c81;
}
.header-transparent.sticky .cinkes_quick_text a {
  color: #1a213e;
}
.header-transparent.sticky .cinkes_quick_text a:hover {
  color: #8a2be2;
}
.header-transparent.sticky .cinkes_quick_icon {
  color: #1a213e;
}
.header-transparent.sticky .cinkes_border_right-2 {
  border-color: #dfe1e1;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .cinkes_header_quick_info_wrapper:is(.pl-50) {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cinkes_header_quick_info_wrapper:is(.pl-50) {
    padding-left: 15px;
  }
}

.contact-list.mobile_contact h4 {
  color: #fff;
  font-size: 22px;
}

.sidebar-address {
  font-size: 16px;
  display: block;
}

.contact-list.mobile_contact i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  margin-right: 10px;
  flex: 0 0 40px;
  max-width: 40px;
}

.contact-list.mobile_contact > span, .contact-list.mobile_contact a {
  display: flex;
  margin-bottom: 15px;
  text-decoration: none;
  align-items: center;
  font-size: 16px;
  color: #cacaca;
}

.contact-list.mobile_contact a:hover {
  color: #fff;
}

.footer_social.offset_social a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  margin-right: 5px;
  color: #fff;
}

.footer_social.offset_social a:last-child {
  margin-right: 0;
}

.top_social.footer_social.offset_social a:hover {
  background-color: #3b3b3b;
}

.mean-container .mean-nav {
  background: transparent;
}

.mean-container .mean-nav ul li a {
  border-color: #2c2a2a;
  font-size: 15px;
  color: #cacaca;
}

.mean-container .mean-nav ul li a:hover {
  color: #fff;
}

.mean-container .mean-nav ul li a.mean-expand {
  border-color: #2c2a2a;
  padding: 7px 12px;
}

.mean-container .mean-nav ul li li a {
  opacity: 1;
}

.mean-container .mean-nav ul li li li a {
  padding: 10px 15%;
}

.mean-container .mean-nav ul li li li li a {
  padding: 10px 20%;
}

.mean-container .mean-nav ul li li li li li a {
  padding: 10px 25%;
}

#nav-expander {
  border: 0;
  background-color: transparent;
  font-size: 30px;
  line-height: 1;
  color: #8a2be2;
  transition: 0.3s;
}

.header-transparent #nav-expander {
  color: #fff;
}
.header-transparent:is(.sticky) #nav-expander {
  color: #8a2be2;
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.rs-search {
    display: none !important;
  }
}

#nav-close {
  border: 0;
  background-color: transparent;
  font-size: 25px;
  color: #fff;
}

#nav-close:hover {
  color: #8a2be2;
}

body .search-modal {
  padding: 0 !important;
  background: #1a1a1a;
  opacity: 0.98;
}

body .search-modal .close {
  position: fixed;
  right: 50px;
  top: 50px;
  background: #ffffff;
  color: #1a1a1a;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.5s ease;
  opacity: unset;
  box-shadow: unset;
  border: none;
  transition: 0.3s;
}

span.close-search i {
  font-size: 20px;
}

body .modal.show .modal-dialog {
  width: 100%;
  max-width: 900px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body .modal.show .modal-dialog {
    max-width: 700px;
  }
}

body .search-modal .modal-content {
  position: initial;
  border: 0;
  background: unset;
}

body .search-modal .search-block form {
  position: relative;
}

body .search-modal .search-block form input {
  background: none;
  border: none;
  color: #fff;
  border-bottom: 2px solid #2c2a2a;
  outline: none;
  font-size: 25px;
  height: 60px;
}

body .search-modal .search-block form input::placeholder {
  font-size: 25px;
}

body .search-modal .search-block form button {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 25px;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header-sticky {
  position: relative;
  z-index: 9;
  background-color: #fff;
}

.right_menu_togle {
  background: #000000;
  padding: 50px 35px;
  font-size: 1.15em;
  max-width: 300px;
  width: 100%;
  right: -300px;
  z-index: 15;
  transition: all 0.3s ease;
  position: fixed;
  overflow-y: auto;
}

.nav-expanded nav {
  right: 0 !important;
}

nav.right_menu_togle {
  background: rgba(0, 0, 0, 0.98);
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -320px;
  font-size: 15px;
  top: 0;
  width: 100%;
  max-width: 320px;
  z-index: 15;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
}

body.nav-expanded .offwrap {
  left: 0%;
  transition: all 0.8s ease-out 0s;
}

.offwrap {
  width: 100%;
  left: 100%;
  transition: all 0.8s ease-out 0s;
  position: fixed;
  background: #424242;
  height: 100vh;
  top: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: 4;
}

.header-transparent {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.cinkes_border_right-2 {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cinkes_border_right-2 {
    border-right: 0;
  }
}

.header-transparent .cinkes_menu > ul > li > a {
  color: #fff;
}

.header-transparent .cinkes_main_menu li:hover > a {
  color: #8a2be2;
}

.header-transparent .cinkes_menu li.has-menu-children::before {
  color: #fff;
}

.header-transparent.sticky .cinkes_menu > ul > li > a {
  color: #1a1a1a;
}

.header-transparent.sticky .cinkes_menu li.has-menu-children::before {
  color: #1a1a1a;
}

.header-transparent.sticky .cinkes_main_menu li:hover > a {
  color: #8a2be2;
}

.header-transparent .cinkes_quick_icon {
  color: #fff;
}

.header-transparent .cinkes_quick_text span {
  color: #fff;
}

.header-transparent .cinkes_quick_text a {
  color: #fff;
}

.header-transparent .cinkes_quick_text a:hover {
  color: #8a2be2;
}

/*
************
*************************
03. Slider
******************************************************* 
*************************************************************** */
.cinkes_slider_section {
  display: flex;
  align-items: center;
  height: 798px;
}
@media (max-width: 767px) {
  .cinkes_slider_section {
    height: 670px;
  }
}

.cinkes_slide_height {
  position: relative;
}

.cinkes_slide_wrapper {
  position: relative;
}

.cinkes_slide {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.cinkes_slide:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../../../img/shape/slide_overlay.png);
  background-repeat: no-repeat;
}
.cinkes_slide:after {
  position: absolute;
  right: 0;
  top: 0;
  width: calc((100% - 1666px) / 2);
  height: 100%;
  background-color: #fff;
  content: "";
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .cinkes_slide:after {
    width: calc((100% - 1526px) / 2);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cinkes_slide:after {
    width: calc((100% - 1326px) / 2);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_slide:after {
    width: calc((100% - (100% - 24px)) / 2);
  }
}

.cinkes_shape_bg {
  position: absolute;
  left: 0;
  top: 0;
}

.cinkes_shape1 {
  position: absolute;
  left: 60px;
  top: 110px;
}

.cinkes_shape2 {
  position: absolute;
  left: 40px;
  bottom: 110px;
}

.cinkes_shape3 {
  position: absolute;
  left: 650px;
  top: 160px;
}

.cinkes_shape4 {
  position: absolute;
  left: 400px;
  bottom: 20px;
}

.cinkes_slider_title {
  font-size: 90px;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes_slider_title {
    font-size: 76px;
  }
}
@media (max-width: 767px) {
  .cinkes_slider_title {
    font-size: 46px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_slider_title {
    font-size: 56px;
  }
}

.cinkes_slider_content p {
  font-size: 30px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .cinkes_slider_content p {
    font-size: 25px;
  }
}

.cinkes_slider_area-1 {
  position: relative;
}

.cinkes-swiper-pagination {
  right: calc((100% - 1690px) / 2);
  z-index: 3;
}
.cinkes-swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.cinkes-swiper-pagination .swiper-pagination-bullet-active {
  outline: 3px solid rgba(255, 255, 255, 0.8);
  border: 4px solid #8E776B;
  background-color: #ffffff;
}

.cinkes-swiper-pagination {
  position: absolute;
  right: calc((100% - 1805px) / 2 / 2);
  top: 50%;
  z-index: 1;
  transform: translateY(-50%) rotate(90deg);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .cinkes-swiper-pagination {
    right: calc((100% - 1665px) / 2 / 2);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cinkes-swiper-pagination {
    right: calc((100% - 1465px) / 2 / 2);
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cinkes-swiper-pagination {
    top: auto;
    bottom: 40px;
    transform: translateY(0);
    right: 0;
    left: 0;
    text-align: center;
  }
}
.cinkes-swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 5px;
  background-color: #595959;
}
.cinkes-swiper-pagination .swiper-pagination-bullet-active {
  outline: 2px solid #1a1a1a;
  border: 4px solid #fff;
  background-color: #1a1a1a;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cinkes_slider_content.text-center.text-xxl-start {
    padding: 0 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_slider_content.text-center.text-xxl-start {
    padding: 0 50px;
  }
}

.swiper-container.cinkes_testimonial_thumbs_active {
  width: 23%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .swiper-container.cinkes_testimonial_thumbs_active {
    width: 100%;
  }
}

.cinkes_slider_area-2 {
  position: relative;
}
.cinkes_slider_area-2 .cinkes_slider_title {
  color: #fff;
}
.cinkes_slider_area-2 .cinkes_slider_content p {
  color: #fff;
}
.cinkes_slider_area-2 .cinkes_slide-2 {
  padding-top: 107px;
}
.cinkes_slider_area-2 .cinkes_slide-2:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0.3;
}

.cinkes_slider_area-2 .cinkes-swiper-pagination {
  right: calc((100% - 1690px) / 2);
  z-index: 3;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .cinkes_slider_area-2 .cinkes-swiper-pagination {
    right: calc((100% - 1550px) / 2);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cinkes_slider_area-2 .cinkes-swiper-pagination {
    right: calc((100% - 1350px) / 2);
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cinkes_slider_area-2 .cinkes-swiper-pagination {
    right: 0;
    left: 0;
  }
}
.cinkes_slider_area-2 .cinkes-swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.cinkes_slider_area-2 .cinkes-swiper-pagination .swiper-pagination-bullet-active {
  outline: 3px solid rgba(255, 255, 255, 0.8);
  border: 4px solid #8E776B;
  background-color: #ffffff;
}

/*
************
*************************
04. Section Title
******************************************************* 
*************************************************************** */
.theme_clr {
  color: #8a2be2;
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}

.cinkes_sub_title {
  position: relative;
  display: inline-block;
  font-size: 20px;
}
@media (max-width: 767px) {
  .cinkes_sub_title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .cinkes_title {
    font-size: 33px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_title {
    font-size: 38px;
  }
}

.cinkes_sub_title:before {
  position: absolute;
  left: calc(100% + 20px);
  top: 50%;
  width: 40px;
  content: "";
  height: 3px;
  background-color: #8a2be2;
}

.cinkes_sub_title:after {
  position: absolute;
  right: calc(100% + 20px);
  top: 50%;
  width: 40px;
  content: "";
  height: 3px;
  background-color: #8a2be2;
}

.theme_clr:before {
  background-color: #8a2be2;
}

/*
************
*************************
05. Button
******************************************************* 
*************************************************************** */
.cinkes_btn {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.black_hover:hover {
  background-color: #000;
  color: #fff;
}
.black_hover:focus {
  color: #fff;
}

.slide_btn {
  height: 80px;
  border-radius: 50px;
  background-color: #8a2be2;
  display: inline-block;
  line-height: 80px;
  padding: 0 45px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.slide_btn:hover {
  background-color: #1a1a1a;
  color: #fff;
}
.slide_btn:focus {
  color: #fff;
}

.cinkes_about_btn {
  display: inline-block;
  height: 65px;
  line-height: 65px;
  background-color: #8a2be2;
  color: #fff;
  padding: 0 50px;
  border-radius: 5px;
  font-size: 16px;
  font-family: "Poppins";
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes_about_btn {
    padding: 0 30px;
  }
}
.cinkes_about_btn:hover {
  background-color: #1a1a1a;
  color: #fff;
}
.cinkes_about_btn:focus {
  color: #fff;
}

/*
************
*************************
06. Service Fullwidth
******************************************************* 
*************************************************************** */
.cinkes_services_fullwidth_wrapp {
  display: flex;
  align-items: center;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_services_fullwidth_wrapp {
    flex-direction: column;
  }
}

.cinkes_services_fullwidth_single {
  display: flex;
  flex: 0 0 50%;
  justify-content: space-between;
  padding: 50px;
  padding-bottom: 25px;
  border: 1px solid #dfe1e1;
  align-items: center;
  transition: 0.5s;
  flex-wrap: wrap;
  border-top: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cinkes_services_fullwidth_single {
    padding: 40px 30px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_services_fullwidth_single {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cinkes_services_fullwidth_single {
    padding: 40px 30px;
    padding-bottom: 15px;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_services_fullwidth_single {
    justify-content: space-between;
    text-align: start;
    flex-direction: row;
  }
}
.cinkes_services_fullwidth_single .cinkes_services_fullwidth_title {
  margin-bottom: 0;
}
.cinkes_services_fullwidth_single:first-child {
  border-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cinkes_services_fullwidth_single:first-child {
    border-right: 1px solid #dfe1e1;
    border-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cinkes_services_fullwidth_single:last-child {
    border-top: 1px solid #dfe1e1;
  }
}

.cinkes_fullwidth_features_single:hover {
  border-color: #fff;
  box-shadow: 0 13px 29px rgba(0, 0, 0, 0.1);
}

.cinkes_fullwidth_features_single:hover span.cinkes_fullwidth_number {
  background-color: #1a1a1a;
}

.cinkes_services_fullwidth_single_content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cinkes_services_fullwidth_single_content {
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_services_fullwidth_single_content {
    flex-direction: row;
    justify-content: start;
    margin-right: 15px;
  }
}

.cinkes_services_fullwidth_icon {
  margin-right: 30px;
  color: #8a2be2;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cinkes_services_fullwidth_icon {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_services_fullwidth_icon {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .cinkes_services_fullwidth_icon {
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_services_fullwidth_icon {
    margin-right: 20px;
  }
}

.cinkes_services_fullwidth_text {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .cinkes_services_fullwidth_text {
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_services_fullwidth_text {
    margin-right: 20px;
  }
}

.cinkes_services_fullwidth_subtitle {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #8a2be2;
  margin-bottom: 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  .cinkes_services_fullwidth_subtitle {
    font-size: 16px;
  }
}

.cinkes_services_fullwidth_title {
  font-size: 30px;
  font-weight: 700;
  color: #2b3132;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cinkes_services_fullwidth_title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .cinkes_services_fullwidth_title {
    font-size: 24px;
  }
}

.cinkes_services_btn {
  height: 70px;
  background-color: #8a2be2;
  line-height: 70px;
  padding: 0 25px;
  display: inline-block;
  color: #fff;
  font-size: 30px;
}

.cinkes_services_btn:focus {
  color: #fff;
}

.cinkes_services_btn:hover {
  color: #fff;
  background-color: #1a1a1a;
}

.bg_gray {
  background-color: #f1f3f2;
}

.cinkes_fullwidth_features_single_inner {
  padding: 45px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_fullwidth_features_single_inner {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .cinkes_fullwidth_features_single_inner {
    padding: 40px 25px;
  }
}
.cinkes_fullwidth_features_single_inner p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0;
}

.cinkes_fullwidth_features_single {
  background-color: #fff;
  display: flex;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f1f1;
  transition: 0.3s;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes_fullwidth_features_single {
    flex-direction: column;
    text-align: center;
  }
}

.cinkes_fullwidth_number {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  background-color: #8a2be2;
  display: inline-block;
  text-align: center;
  flex: 0 0 100px;
  font-family: "Poppins", sans-serif;
  transition: 0.5s;
}

.cinkes_fullwidth_single_title {
  font-size: 26px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cinkes_fullwidth_single_title {
    font-size: 23px;
  }
}

.cinkes_fullwidth_services_area {
  position: relative;
}

.cinkes_fullwidth_services_area_img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 40%;
  height: 100%;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cinkes_fullwidth_services_area_img {
    max-width: 100%;
    width: 100%;
  }
}
.cinkes_fullwidth_services_area_img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0.5;
}

.cinkes_fullwidth_services_area_img img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cinkes_fullwidth_services_area_img img {
    width: 100%;
  }
}

.cinkes_white_bg {
  background-color: #fff;
}

.cinkes_fullwidth_services_wrapper {
  padding: 90px;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .cinkes_fullwidth_services_wrapper {
    padding: 20px;
    padding-bottom: 60px;
    background-color: transparent;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cinkes_fullwidth_services_wrapper {
    padding: 60px;
    padding-bottom: 60px;
    background-color: transparent;
    padding-top: 0px;
  }
}

.cinkes_fullwidth_services_icon_box {
  background-color: #fff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
  border-style: solid;
  border-width: 1px;
  border-color: rgb(242, 244, 251);
  padding: 40px 30px;
  text-align: center;
  border-radius: 5px;
  background-position: center;
  transition: 0.5s;
}

.cinkes_fullwidth_services_icon_box i {
  font-size: 60px;
  margin-bottom: 25px;
  transition: all 0.3s;
  color: #8a2be2;
}

.cinkes_fullwidth_seervice_icon_text {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 25px;
}
.cinkes_fullwidth_seervice_icon_text a {
  text-decoration: none;
}

.cinkes_fullwidth_services_icon_box:hover {
  background-color: #8a2be2;
  box-shadow: 0 13px 29px rgba(0, 0, 0, 0.01);
}

.cinkes_fullwidth_services_icon_box:hover i {
  color: #fff;
}

.cinkes_fullwidth_services_icon_box:hover .cinkes_fullwidth_seervice_icon_text {
  color: #fff;
}

/*
************
*************************
07. Service
******************************************************* 
*************************************************************** */
@media (max-width: 767px) {
  .services_area:is(.pt-110) {
    padding-top: 90px;
  }
}

.cinkes_services_single_title {
  font-size: 26px;
  margin-bottom: 27px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cinkes_services_single_title {
    font-size: 23px;
  }
}
.cinkes_services_single_title a {
  text-decoration: none;
}
.cinkes_services_single_title a:hover {
  color: #8a2be2;
}

.cinkes_services_single_icon {
  margin: 40px auto 0;
  display: block;
  width: 175px;
  height: 175px;
  line-height: 175px;
  border-radius: 50%;
  background-color: #f1f3f2;
  color: #8a2be2;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 75px;
}

.cinkes_services_single {
  padding: 50px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f1f1;
  text-align: center;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .cinkes_services_single {
    padding: 50px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_services_single {
    padding: 50px 40px;
  }
}
.cinkes_services_single:hover {
  box-shadow: 0px 0px 70px 0px rgba(23, 44, 221, 0.08);
  border-color: transparent;
}
.cinkes_services_single:hover .cinkes_services_single_icon {
  color: #fff;
  background-color: #8a2be2;
}

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

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

.grey_bg2 {
  background-color: #f1f3f2;
}

.cinkes_service_item_2_title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 25px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes_service_item_2_title {
    font-size: 22px;
  }
}
.cinkes_service_item_2_title a {
  text-decoration: none;
}
.cinkes_service_item_2_title a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.cinkes_service_item_2_icon img {
  margin-bottom: 25px;
  margin-right: 25px;
  width: 70px;
  height: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes_service_item_2_icon img {
    margin-right: 20px;
    width: 60px;
    height: 60px;
  }
}

.cinkes_service_item_2 {
  display: flex;
  align-items: center;
  padding: 60px 40px;
  background-color: #8a2be2;
  position: relative;
  flex-wrap: wrap;
  padding-bottom: 35px;
}

@media (max-width: 767px) {
  .cinkes_service_2_wrapper .row *:not(:last-child) > .cinkes_service_item_2 {
    margin-bottom: 30px;
  }
}

.cinkes_service_item_2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background-color: #1a1a1a;
  content: "";
}

.cinkes_support_item {
  text-align: center;
  background-color: #fff;
  padding: 30px 20px;
  box-shadow: 0 13px 29px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.cinkes_support_item i {
  font-size: 80px;
  color: #8a2be2;
}

.cinkes_support_item_text {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  color: #1a1a1a;
  margin-bottom: 0;
  font-weight: 400;
}

.cinkes_support_icon {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.cinkes_support_icon:before {
  position: absolute;
  left: -15px;
  top: 0px;
  width: 60px;
  height: 60px;
  content: "";
  background-color: #f3f3f3;
  border-radius: 50%;
  z-index: -1;
}

.cinkes_service2_item {
  background-color: #fff;
  box-shadow: 0 13px 29px rgba(0, 0, 0, 0.05);
  padding: 40px;
  transition: 0.3s;
  border-radius: 5px;
}
.cinkes_service2_item:hover {
  box-shadow: 0 13px 29px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
}

.cinkes_service2_item_icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 35px;
}
.cinkes_service2_item_icon i {
  color: #8a2be2;
}

.cinkes_service2_item_icon:before {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background-color: #f3f3f3;
  content: "";
  border-radius: 50%;
  z-index: -1;
  transform: translateY(-50%);
  left: calc(100% - 20px);
}

.cinkes_service2_item_icon i {
  font-size: 60px;
}

.cinkes_service2_item_title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 27px;
}
.cinkes_service2_item_title a {
  text-decoration: none;
}
.cinkes_service2_item_title a:hover {
  color: #8a2be2;
}

.trans_pt-340 {
  padding-top: 340px;
}

.sidebar_input {
  display: block;
  position: relative;
}

.sidebar_input::before {
  position: absolute;
  right: 20px;
  top: 20px;
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  color: #8a2be2;
}
.sidebar_input input {
  width: 100%;
  height: 65px;
  border: 0;
  padding: 0 20px;
  border-radius: 5px;
  font-size: 15px;
  color: #878c8f;
}

.sidebar_textarea {
  position: relative;
}
.sidebar_textarea textarea {
  width: 100%;
  height: 200px;
  border: 0;
  padding: 20px;
  border-radius: 5px;
  font-size: 15px;
}
.sidebar_textarea::before {
  position: absolute;
  right: 20px;
  top: 20px;
  content: "\f2b6";
  font-family: "Font Awesome 5 Pro";
  color: #8a2be2;
}

.sidebar_send_btn {
  height: 60px;
  border: 0;
  line-height: 60px;
  background-color: red;
  background-color: #8a2be2;
  padding: 0px 35px;
  border-radius: 5px;
  color: #fff;
  transition: 0.3s;
}
.sidebar_send_btn:hover {
  background-color: #000;
  color: #fff;
}

.cinkes_sidebar_download a {
  font-size: 17px;
  font-weight: 700;
  font-family: "Poppins";
  text-decoration: none;
  height: 65px;
  line-height: 65px;
  background-color: #fff;
  padding: 0 20px;
  border-radius: 5px;
  color: #1a1a1a;
}
.cinkes_sidebar_download a:not(:last-child) {
  margin-bottom: 20px;
}
.cinkes_sidebar_download a:hover {
  color: #8a2be2;
}
.cinkes_sidebar_download a span {
  float: right;
}

.service_details_title {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .service_details_title {
    font-size: 24px;
  }
}

.s_details_video_bg {
  position: relative;
}
.s_details_video_bg:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #1a1a1a;
  opacity: 0.2;
}
.s_details_video_bg img {
  min-height: 180px;
  object-fit: cover;
}

.s_details_video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  line-height: 90px;
  background-color: #8a2be2;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.s_details_video:hover i {
  color: #fff;
  font-weight: 700;
}
.s_details_video i {
  transition: 0.3s;
}
.s_details_video:focus i {
  color: #fff;
}

.dew_shape:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  animation-name: popupBtn;
  animation-duration: 1.8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.dew_shape:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  animation-name: popupBtn;
  animation-duration: 1.8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-delay: 0.8s;
}

@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.6);
    opacity: 0.3;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
.details_tab_wrapper ul li button {
  border: 0;
  background-color: #f1f3f2;
  color: #fff;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins";
  border: 1px solid #dbdddf;
}
.details_tab_wrapper ul li button:is(.active) {
  background-color: #8a2be2;
  color: #fff;
  border-color: #8a2be2;
}

.sd_tab_title {
  font-size: 26px;
}
@media (max-width: 767px) {
  .sd_tab_title {
    font-size: 22px;
  }
}

.sd_tab_text_right ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.sd_tab_text_right ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  content: "";
  background-color: #1a1a1a;
  border-radius: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes_service_details_wrapper.mr-30 {
    margin-right: 0;
  }
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sd_tab_img {
    margin-bottom: 35px;
  }
}

/*
************
*************************
08. About
******************************************************* 
*************************************************************** */
@media (min-width: 1800px) {
  .custom-container.container-fluid {
    max-width: 1690px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .custom-container.container-fluid {
    max-width: 1550px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .custom-container.container-fluid {
    max-width: 1350px;
  }
}

.cinkes_about_area {
  background-size: cover;
}

@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_about1_content_wrapper:is(.pl-70) {
    padding-left: 0;
  }
}

.cinkes_about_img_wrapper {
  position: relative;
}

.cinkes_about1_video_img {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .cinkes_about1_video_img {
    margin: 15px;
    right: 0;
    left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_about1_video_img {
    margin: 35px;
    right: 0;
    left: 0;
  }
}

@media (max-width: 767px) {
  .cinkes_about_img.cinkes_about1_img img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cinkes_about_video_img.cinkes_about1_video_img img {
    width: 100%;
  }
}

.cinkes_video_btn {
  width: 85px;
  height: 70px;
  background-color: #8a2be2;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 0px;
}
.cinkes_video_btn i {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.cinkes_video_btn:hover {
  background-color: #1a1a1a;
  color: #fff;
}

@media (max-width: 767px) {
  .cinkes_about_2_video_img .cinkes_video_btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_about_2_video_img .cinkes_video_btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.cinkes_about1_video_img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgb(26, 26, 26);
  opacity: 0.75;
  z-index: 1;
}

.cinkes_about_subtitle {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  color: #8a2be2;
  display: inline-block;
}
@media (max-width: 767px) {
  .cinkes_about_subtitle {
    font-size: 18px;
  }
}
.cinkes_about_subtitle:before {
  position: absolute;
  left: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-color: red;
  width: 40px;
  height: 3px;
}

.cinkes_about_title {
  font-size: 50px;
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cinkes_about_title {
    font-size: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes_about_title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .cinkes_about_title {
    font-size: 33px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_about_title {
    font-size: 38px;
  }
}

.cinkes_features_title_section .cinkes_about_title {
  position: relative;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cinkes_features_title_section .cinkes_about_title {
    color: #fff;
  }
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cinkes_features_title_section:is(.mt-80) {
    margin-top: 85px;
  }
}

.cinkes_list_wrapper ul li {
  list-style: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cinkes_about_content_wrapper.cinkes_about1_content_wrapper:is(.pl-70) {
    padding-left: 45px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cinkes_about_content_wrapper.cinkes_about1_content_wrapper br {
    display: none;
  }
}

.cinkes_list1_wrapper ul {
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
}
.cinkes_list1_wrapper ul li {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cinkes_list1_wrapper ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cinkes_list1_wrapper ul li > i {
  color: #8a2be2;
  font-size: 18px;
  display: inline-block;
  margin-right: 20px;
}

.cinkes_about1_content_wrapper p {
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0px;
}

.cinkes_countup_item {
  display: flex;
  padding: 20px;
  align-items: center;
  border: 1px dashed #1a1a1a;
  border-radius: 10px;
}

.cinkes_expert_countup {
  display: flex;
}
@media (max-width: 767px) {
  .cinkes_expert_countup {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_expert_countup {
    flex-wrap: wrap;
  }
}

.cinkes_countup_item:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .cinkes_countup_item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_countup_item:not(:last-child) {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

.cinkes_countup_number {
  margin-bottom: 0;
  flex: 0 0 auto;
}

.cinkes_countup_text {
  margin-bottom: 0;
}

.cinkes_countup_number span {
  font-size: 50px;
}

.cinkes_countup_number .cinkes_countup_plus {
  font-size: 30px;
  font-weight: 700;
}

.cinkes_countup_number {
  margin-right: 15px;
}

.container-about {
  display: flex;
  justify-content: end;
  width: calc(1396px + (100% - 1444px) / 2);
}

.cinkes_about_2_area {
  position: relative;
  z-index: 1;
}

.cinkes_about_2_img_wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 41%;
  height: calc(100% - 120px);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cinkes_about_2_img_wrapper {
    width: 40%;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_about_2_img_wrapper {
    width: 100%;
    height: 100%;
    z-index: -2;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_about_2_img_wrapper:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    background-color: #000;
    z-index: 1;
    opacity: 0.3;
  }
}

.cinkes_about_2_img_wrapper > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cinkes_service_2_wrapper {
  position: relative;
  z-index: 2;
}

.cinkes_about_2_video_img {
  position: absolute;
  left: -16%;
  bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_about_2_video_img {
    left: auto;
    right: 0;
    width: 30%;
  }
}
@media (max-width: 767px) {
  .cinkes_about_2_video_img {
    left: auto;
    right: 0;
    width: 50%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_about_2_video_img {
    left: auto;
    right: 0;
    width: 40%;
  }
}

.cinkes_about_2_video_img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #1a1a1a;
  opacity: 0.65;
}

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

.about_text_midium {
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0px;
}

.cinkes_list_benefits li {
  list-style: none;
  line-height: 1.7;
}

.cinkes_list_benefits li:not(:last-child) {
  margin-bottom: 10px;
}

.cinkes_list_benefits li i {
  display: inline-block;
  margin-right: 10px;
}

.cinkes_progress_single .progress {
  overflow: inherit;
  background-color: #eceef3;
  height: 8px;
  font-size: 12px;
  border-radius: 0;
}

.cinkes_progress_single .progress-bar {
  overflow: inherit;
  position: relative;
  background-color: #1a1a1a;
  color: #fff;
}

.cinkes_progress_single .progress-bar span {
  position: absolute;
  right: -25px;
  top: -34px;
  height: 22px;
  background-color: #000;
  display: inline-block;
  padding: 0 10px;
  line-height: 22px;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .cinkes_progress_single .progress-bar span {
    right: -15px;
    padding: 0 6px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_progress_single .progress-bar span {
    right: -15px;
    padding: 0 10px;
  }
}

.cinkes_progress_single .progress-bar span:before {
  position: absolute;
  left: 50%;
  top: 100%;
  border-width: 4px;
  border-color: black transparent transparent black;
  content: "";
  border-style: solid;
  transform: translateX(-50%);
}

.cinkes_benefit_content_wrapper.bg_white {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_benefit_content_wrapper.bg_white:is(.pb-120) {
    padding-bottom: 0;
  }
}

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

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_about_content_wrapper .about_text_midium {
    color: #fff;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_about_content_wrapper .cinkes_countup_item {
    color: #fff;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_about_content_wrapper .cinkes_countup_number {
    color: #fff;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_about_content_wrapper .cinkes_countup_text {
    color: #fff;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_about_content_wrapper .cinkes_countup_item {
    border-color: #fff;
  }
}

.cinkes_about_2_video_img .cinkes_video_btn {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
@media (max-width: 767px) {
  .cinkes_about_2_video_img .cinkes_video_btn {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_about_2_video_img .cinkes_video_btn {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .cinkes_about_2_video_img .cinkes_video_btn i {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_about_2_video_img .cinkes_video_btn i {
    font-size: 18px;
  }
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .text-sm-white {
    color: #fff;
  }
}

/*
************
*************************
09. Brand
******************************************************* 
*************************************************************** */
.mtm-185 {
  margin-top: -85px;
}

.cinkes_brand_img img {
  max-width: 150px;
}

.cinkes_brand_bg_wrapper {
  overflow: hidden;
}

.cinkes_brand_bg_wrapper .swiper-wrapper {
  align-items: center;
}

.cinkes_brand_bg_wrapper-2 {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 70px 0px rgba(23, 44, 221, 0.08);
  border-radius: 10px;
}

/*
************
*************************
10. Working Process
******************************************************* 
*************************************************************** */
.cinkes_working_process_step_icon {
  width: 150px;
  height: 150px;
  border: 1px dashed #333;
  display: inline-block;
  border-radius: 50%;
  line-height: 180px;
  margin-bottom: 30px;
}
.cinkes_working_process_step_icon i {
  font-size: 55px;
  color: #8a2be2;
  width: 115px;
  height: 115px;
  background-color: #111;
  text-align: center;
  line-height: 115px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(242, 244, 251);
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
.cinkes_working_process_step_icon a:hover i {
  background-color: #8a2be2;
  color: #fff;
}

.cinkes_working_process_step {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .cinkes_working_process_step {
    padding: 0 25px;
  }
}

.cinkes_working_process_step1 {
  position: relative;
}

.cinkes_working_process_step_title {
  font-size: 26px;
  font-weight: 500;
  font-family: "Poppins";
}
@media (max-width: 767px) {
  .cinkes_working_process_step_title {
    font-size: 23px;
  }
}
.cinkes_working_process_step_title a {
  text-decoration: none;
}
.cinkes_working_process_step_title:hover a {
  color: #8a2be2;
}

.cinkes_working_process_step_text p {
  letter-spacing: 1px;
}

.cinkes_working_process_step1 .cinkes_working_process_step_icon, .cinkes_working_process_step2 .cinkes_working_process_step_icon {
  position: relative;
}

.cinkes_working_process_step1 .cinkes_working_process_step_icon:before, .cinkes_working_process_step2 .cinkes_working_process_step_icon:before {
  position: absolute;
  left: calc(100% + 25px);
  top: 50%;
  width: 255px;
  content: "";

  height: 100px;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cinkes_working_process_step1 .cinkes_working_process_step_icon:before, .cinkes_working_process_step2 .cinkes_working_process_step_icon:before {
    display: none;
  }
}

.cinkes_working_process_step2 .cinkes_working_process_step_icon:before {

  background-repeat: no-repeat;
  left: calc(100% + 15px);
  width: 265px;
}

.cinkes_service_work {
  background-color: #fff;
  padding: 40px 35px;
  padding-bottom: 35px;
  position: relative;
  z-index: 1;
}
.cinkes_service_work::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: #8a2be2;
  z-index: -1;
  transition: 0.4s;
}

.cinkes_service_work_icon i {
  font-size: 60px;
  color: #8a2be2;
  display: inline-block;
  transition: 0.4s;
}

.cinkes_service_work_icon {
  display: inline-block;
  margin-bottom: 30px;
}

.cinkes_service_work_title {
  font-size: 20px;
  font-weight: 500;
}
.cinkes_service_work_title a {
  text-decoration: none;
  transition: 0.4s;
}

.cinkes_service_work_p {
  margin-top: 25px;
  transition: 0.4s;
}

.cinkes_service_work_btn {
  margin-top: 5px;
  display: inline-block;
}

.cinkes_service_work_btn i {
  font-size: 30px;
  color: #878c8f;
  transition: 0.4s;
}

.cinkes_service_work:hover::before {
  width: 100%;
}
.cinkes_service_work:hover .cinkes_service_work_icon i {
  color: #fff;
}
.cinkes_service_work:hover .cinkes_service_work_title a {
  color: #fff;
}
.cinkes_service_work:hover .cinkes_service_work_p {
  color: #fff;
}
.cinkes_service_work:hover .cinkes_service_work_btn i {
  color: #fff;
}
.cinkes_service_work:hover .cinkes_service_work_btn i:hover {
  letter-spacing: 1px;
}

/*
************
*************************
11. Projects
******************************************************* 
*************************************************************** */
@media (max-width: 767px) {
  .xsmt-30 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .cinkes_project_details_content:is(.mt-40) {
    margin-top: 0;
  }
}

.cinkes_project_details_title {
  font-size: 60px;
}
@media (max-width: 767px) {
  .cinkes_project_details_title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_project_details_title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes_project_details_title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_project_details_title {
    font-size: 38px;
  }
}

.cinkes_slide_content {
  height: 500px;
  background-size: cover;
}
.cinkes_slide_content a {
  display: none;
}

.swiper-slide.cinkes_project_slide.swiper-slide-active {
  position: relative;
}
.swiper-slide.cinkes_project_slide.swiper-slide-active .cinkes_slide_content a {
  display: inline-block;
  padding: 25px 50px;
  background-color: #8a2be2;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  transform-origin: top left;
  text-decoration: none;
  font-weight: 500;
  transform: rotate(-90deg) translateX(-50%);
  top: 50%;
  position: absolute;
  left: -40px;
}
@media (max-width: 767px) {
  .swiper-slide.cinkes_project_slide.swiper-slide-active .cinkes_slide_content a {
    left: 0;
  }
}
.swiper-slide.cinkes_project_slide.swiper-slide-active .cinkes_slide_content a:hover {
  background-color: #1a1a1a;
}

.cinkes_projects_button li button {
  color: #878c8f;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  border: 0;
  background-color: transparent;
  font-size: 25px;
  text-transform: capitalize;
  padding: 0 25px;
  border-bottom: 2px solid #f3f0ff;
  padding-bottom: 10px;
  margin-bottom: 15px;
  display: inline-block;
  text-align: center;
  position: relative;
}
.cinkes_projects_button li button::before {
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background-color: #8a2be2;
  content: "";
  z-index: 1;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateX(-50%);
}
.cinkes_projects_button li button:is(.active) {
  position: relative;
  color: #8a2be2;
}
.cinkes_projects_button li button:is(.active):before {
  opacity: 1;
  visibility: visible;
}

.cinkes_project_container {
  position: relative;
}
@media (max-width: 767px) {
  .cinkes_project_container:hover .cinkes_projects_navigation {
    display: none;
  }
}
.cinkes_project_container:hover .cinkes_projects_navigation .cinkes_projects_prev {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.cinkes_project_container:hover .cinkes_projects_navigation .cinkes_projects_next {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.cinkes_projects_navigation div {
  position: absolute;
  left: -90px;
  top: 50%;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: #1a1a1a;
  color: #fff;
  z-index: 2;
  text-align: center;
  font-size: 50px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(calc(-50% - 42px));
}
.cinkes_projects_navigation div:hover {
  background-color: #8a2be2;
  color: #fff;
}
.cinkes_projects_navigation div:is(.cinkes_projects_prev) {
  border-radius: 0 50px 50px 0;
}
.cinkes_projects_navigation div:is(.cinkes_projects_next) {
  left: auto;
  right: -90px;
  border-radius: 50px 0 0 50px;
}

.cinkes_projects_pagination {
  text-align: center;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
}
.cinkes_projects_pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #1a1a1a;
  opacity: 1;
  visibility: visible;
}
.cinkes_projects_pagination .swiper-pagination-bullet:is(.swiper-pagination-bullet-active) {
  outline: 2px solid #1a1a1a;
  border: 5px solid #fff;
  width: 15px;
  height: 15px;
}

.nav.cinkes_projects_button {
  justify-content: center;
}

.cinkes_project_details_img {
  position: relative;
}

.cinkes_project_details_meta_wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 10px 40px;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px 0 0 0;
}
@media (max-width: 767px) {
  .cinkes_project_details_meta_wrapper {
    position: static;
    padding: 0px;
    padding-top: 40px;
    border-radius: 0;
  }
}

.cinkes_project-details_meta-single {
  display: flex;
  align-items: center;
}

span.cinkes_project_details_meta_subtext {
  display: block;
  margin-bottom: 0px;
}

.cinkes_project_details_meta_icon i {
  font-size: 35px;
  color: #8a2be2;
}

.cinkes_project_details_meta_icon {
  margin-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes_project_details_meta_icon {
    margin-right: 15px;
  }
}

.cinkes_project_details_meta_text a {
  color: #1a1a1a;
  font-weight: 500;
  text-decoration: none;
}
.cinkes_project_details_meta_text a:hover {
  color: #8a2be2;
}

.cinkes_project-details_meta-single:not(:last-child) {
  margin-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_project-details_meta-single:not(:last-child) {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes_project-details_meta-single:not(:last-child) {
    margin-right: 25px;
  }
}

.cinkes_project_details_img img {
  width: 100%;
}

.cinkes_project_details_list ul li {
  list-style: none;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.cinkes_project_details_list ul li i {
  font-size: 18px;
  width: 50px;
  height: 50px;
  background-color: #f2f2f2;
  color: #8a8d97;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  margin-right: 15px;
  flex: 0 0 50px;
  max-width: 50px;
}

@media (max-width: 767px) {
  .cinkes_project_details_content:is(.mt-45) {
    margin-top: 5px;
  }
}

.cinkes_project_details_prev, .cinkes_project_details_next {
  font-size: 20px;
  color: #1a1a1a;
  font-weight: 500;
  text-decoration: none;
}

.cinkes_project_details_prev:hover, .cinkes_project_details_next:hover {
  color: #8a2be2;
}

.cinkes_project_details_prev i.fal {
  display: inline-block;
  margin-right: 15px;
  font-weight: 500;
}

.cinkes_project_details_next i.fal {
  display: inline-block;
  margin-left: 15px;
  font-weight: 500;
}

.cinkes_project_details_navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cinkes-single-recent-project-box-1 {
  position: relative;
}

.cinkes-single-recent-project-box-1 .cinkes-single-recent-project-content-wrapper-1 {
  position: absolute;
  background: #fff;
  left: 20px;
  bottom: -85px;
  right: 20px;
  padding: 50px 40px;
  transition: all 0.3s;
  display: flex;
  justify-content: space-between;
  grid-gap: 20px;
  align-items: center;
  padding-top: 45px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 10px 20px 0px rgba(130, 132, 134, 0.08);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cinkes-single-recent-project-box-1 .cinkes-single-recent-project-content-wrapper-1 {
    padding: 40px 30px;
    padding-top: 35px;
    flex-direction: column;
    justify-content: center;
    grid-gap: 0px;
    align-items: center;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes-single-recent-project-box-1 .cinkes-single-recent-project-content-wrapper-1 {
    padding: 40px 30px;
    padding-top: 35px;
    flex-direction: row;
    justify-content: space-between;
    grid-gap: 20px;
    text-align: start;
  }
}
.cinkes-single-recent-project-box-1 .cinkes-single-recent-project-content-wrapper-1:is(.cinkes-single-recent-project-content-wrapper-2) {
  left: 60px;
  right: 60px;
}
@media (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes-single-recent-project-box-1 .cinkes-single-recent-project-content-wrapper-1:is(.cinkes-single-recent-project-content-wrapper-2) {
    left: 20px;
    right: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cinkes-single-recent-project-box-1 .cinkes-single-recent-project-content-wrapper-1:is(.cinkes-single-recent-project-content-wrapper-2) {
    left: 40px;
    right: 40px;
  }
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt_115_xs {
    padding-top: 115px;
  }
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb_60_xs {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb_90_xs {
    margin-bottom: 90px;
  }
}

.cinkes-single-plus-btn-link-1 {
  width: 70px;
  height: 70px;
  display: inline-block;
  line-height: 70px;
  text-align: center;
  background: #8a2be2;
  color: #fff;
  font-size: 26px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cinkes-single-plus-btn-link-1 {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes-single-plus-btn-link-1 {
    margin-top: 0px;
  }
}

.cinkes-single-recent-project-box-1 {
  display: inline-block;
}

.cinkes-single-recent-project-content-title-1 {
  margin-bottom: 10px;
  font-size: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes-single-recent-project-content-title-1 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .cinkes-single-recent-project-content-title-1 {
    font-size: 22px;
  }
}

.cinkes-single-recent-project-content-title-1 a {
  text-decoration: none;
}

.cinkes-single-plus-btn-link-1:hover {
  background: #1a1a1a;
  color: #fff;
}

.cinkes-single-recent-project-content-title-1 a:Hover {
  color: #8a2be2;
}

.recent-project-active-1 .swiper-slide.swiper-slide-active .cinkes-single-recent-project-content-wrapper-1 {
  opacity: 1;
  visibility: visible;
  box-shadow: 0px 10px 20px 0px rgba(130, 132, 134, 0.08);
}

.cinkes-single-recent-project-box-1 img {
  height: 540px;
  object-fit: cover;
  transition: all 0.5s;
  width: 100%;
}

.swiper-slide.swiper-slide-active .cinkes-single-recent-project-box-1 img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}

.recent-project-active-1.swiper-slide.swiper-slide-active {
  margin-top: -20px;
}

.recent-project-active-1 .swiper-wrapper {
  align-items: center;
}

.cinkes-single-recent-project-box-1 {
  height: 580px;
  display: flex;
  align-items: center;
}

.cinkes-single-recent-project-box-thumb-1 {
  width: 100%;
  border-radius: 10px;
}

.cinkes-single-recent-project-box-thumb-1 img {
  width: 100%;
  border-radius: 10px;
}

.cinkes-single-recent-project-box-thumb-2 {
  width: 100%;
  border-radius: 10px;
}

.cinkes-single-recent-project-box-thumb-2 img {
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .cinkes_project_button.mb-30.text-md-end {
    margin-bottom: 40px;
  }
}

.item_cat {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #8a2be2;
  padding: 5px 15px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.item_cat:hover {
  color: #fff;
}

.item_text {
  display: block;
  text-decoration: none;
  font-size: 26px;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .item_text {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .item_text {
    font-size: 24px;
  }
}
.item_text:hover {
  color: #8a2be2;
}

.portfolio_item_inner_text {
  padding: 40px;
  position: absolute;
  bottom: -50px;
  width: 100%;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.portfolio_item_inner {
  position: relative;
  z-index: 1;
}
.portfolio_item_inner:before {
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 100%;
  height: 80%;
  content: "";
  background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(141, 193, 235, 0) 12%, rgba(255, 255, 255, 0.89) 100%);
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(141, 193, 235, 0) 12%, rgba(255, 255, 255, 0.89) 100%);
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(141, 193, 235, 0) 12%, rgba(255, 255, 255, 0.89) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#007db9e8", endColorstr="#e3ffffff",GradientType=0 );
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.portfolio_item_inner:hover:before {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.portfolio_item_inner:hover .portfolio_item_inner_text {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.portfolio_item_inner:hover .item_img > i {
  opacity: 1;
  visibility: visible;
  top: 40px;
}

.item_img > i {
  position: absolute;
  right: 40px;
  top: -40px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  border: 1px solid #8a2be2;
  text-align: center;
  background-color: #8a2be2;
  color: #fff;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.item_img > i:hover {
  background-color: transparent;
  border-color: #8a2be2;
  color: #8a2be2;
}

.portfolio_nav button {
  border: 0;
  background-color: #1a1a1a;
  color: #fff;
  display: inline-block;
  padding: 15px 30px;
  margin-bottom: 15px;
  margin-right: 10px;
}
.portfolio_nav button:hover {
  background-color: #8a2be2;
  color: #fff;
}
.portfolio_nav button.active {
  background-color: #8a2be2;
  color: #fff;
}

.cinkes_video video {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cinkes_video .swiper-slide {
  position: relative;
  z-index: 1;
  height: 500px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cinkes_video .swiper-slide {
    height: 350px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_video .swiper-slide {
    height: 450px;
  }
}

.cinkes_video_thumb .swiper-slide {
  width: 100%;
  object-fit: cover;
}
.cinkes_video_thumb .swiper-slide img {
  height: 100%;
  width: 100%;
  max-height: 110px;
  object-fit: cover;
}

.project_media_desc_details_title {
  font-size: 24px;
}

.cinkes_project_media_description_details_share_label {
  font-size: 24px;
}

.cinkes_project_media_description_details ul li {
  list-style: none;
}
.cinkes_project_media_description_details ul li strong {
  color: #1a1a1a;
  font-weight: 700;
  min-width: 115px;
  display: inline-block;
}
.cinkes_project_media_description_details ul li a {
  text-decoration: none;
}
.cinkes_project_media_description_details ul li a:hover {
  color: #8a2be2;
}
.cinkes_project_media_description_details ul li:not(:last-child) {
  margin-bottom: 5px;
}

.cinkes_project_media_description_details_share a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  width: 30px;
  height: 30px;
  border: 1px solid #1a1a1a;
  text-align: center;
  line-height: 30px;
  margin: 0 3px;
  background-color: #1a1a1a;
  border-radius: 3px;
}
.cinkes_project_media_description_details_share a:hover {
  background-color: #8a2be2;
  border-color: #8a2be2;
}

.cinkes_video_thumb_sub_title {
  font-size: 14px;
  color: #fff;
}

.cinkes_video_thumb_title {
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
}

.cinkes_video_thumb_inner {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.cinkes_video_thumb_inner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0.3;
}
.cinkes_video_thumb_inner:hover .cinkes_video_thumb_text {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.swiper-slide-thumb-active .cinkes_video_thumb_inner .cinkes_video_thumb_text {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.cinkes_video_thumb_text {
  position: absolute;
  left: 0;
  bottom: -30px;
  padding: 15px;
  z-index: 2;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.row.filter-grid.g-0.portfolio_fillter .grid-item .portfolio_item .portfolio_item_inner {
  height: 400px;
  width: 100%;
}
.row.filter-grid.g-0.portfolio_fillter .grid-item .portfolio_item .portfolio_item_inner .item_img {
  height: 100%;
  width: 100%;
}
.row.filter-grid.g-0.portfolio_fillter .grid-item .portfolio_item .portfolio_item_inner .item_img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.row.filter-grid.g-0.portfolio_fillter .grid-item:nth-child(2) .portfolio_item .portfolio_item_inner {
  height: 800px;
}
.row.filter-grid.g-0.portfolio_fillter .grid-item:nth-child(2) .portfolio_item .portfolio_item_inner .item_img {
  height: 100%;
}
.row.filter-grid.g-0.portfolio_fillter .grid-item:nth-child(2) .portfolio_item .portfolio_item_inner .item_img img {
  height: 100%;
  object-fit: cover;
}
.row.filter-grid.g-0.portfolio_fillter .grid-item:nth-child(4) .portfolio_item .portfolio_item_inner {
  height: 800px;
}
.row.filter-grid.g-0.portfolio_fillter .grid-item:nth-child(4) .portfolio_item .portfolio_item_inner .item_img {
  height: 100%;
}
.row.filter-grid.g-0.portfolio_fillter .grid-item:nth-child(4) .portfolio_item .portfolio_item_inner .item_img img {
  height: 100%;
  object-fit: cover;
}

.project_media_desc_title {
  font-size: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project_media_desc_title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .project_media_desc_title {
    font-size: 24px;
  }
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes_project_media_wrapper.mr-30 {
    margin-right: 0;
  }
}

/*
************
*************************
12. Team
******************************************************* 
*************************************************************** */
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_team_member_details_wrap:is(.pl-45) {
    padding-left: 0;
    margin-bottom: 15px;
  }
}

.cinkes_team_member_name {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 500;
}
.cinkes_team_member_name a {
  text-decoration: none;
}
.cinkes_team_member_name a:hover {
  color: #8a2be2;
}

.cinkes_team_member_designation {
  font-size: 16px;
  color: #878c8f;
}

.cinkes_team_member_social_action a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  color: #1a1a1a;
  font-size: 20px;
  margin-bottom: 10px;
}

.cinkes_team_member_social_action a:hover {
  background-color: #8a2be2;
  color: #fff;
}

.cinkes_team_member_single {
  position: relative;
  overflow: hidden;
}

.cinkes_team_member_single_info {
  position: absolute;
  left: 0;
  right: 0;
  margin: 20px;
  bottom: -100px;
  background-color: #fff;
  padding: 25px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transition-delay: 0s;
  transition-duration: 0.5s;
  z-index: 1;
}

.cinkes_team_member_social_action {
  position: absolute;
  right: -70px;
  display: flex;
  flex-direction: column;
  top: 0;
  margin: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transition-duration: 0.5s;
  z-index: 1;
}

.cinkes_team_member_single img {
  min-height: 350px;
  object-fit: cover;
}

.cinkes_team_member_single:hover .cinkes_team_member_social_action {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.cinkes_team_member_single:hover .cinkes_team_member_single_info {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.cinkes_team_member_single_info.cinkes_team_details_single_info {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

.cinkes_team_member_social_action.cinkes_team_details_social_action {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.cinkes_team_member_name.cinkes_team_details_name {
  font-size: 40px;
  color: #8a2be2;
}
@media (max-width: 767px) {
  .cinkes_team_member_name.cinkes_team_details_name {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .cinkes_team_member_name.cinkes_team_details_name {
    font-size: 28px;
  }
}

.cinkes_team_details_designation {
  font-size: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes_team_details_designation {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .cinkes_team_details_designation {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_team_details_designation {
    font-size: 40px;
  }
}

.cinkes_details_p {
  font-size: 18px;
}

.team_person_info strong {
  font-size: 18px;
  color: #1a1a1a;
  margin-right: 5px;
}

.team_person_info a, .team_person_info span {
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}

.team_person_info a:hover {
  color: #8a2be2;
}

.cinkes_help_title {
  font-size: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes_help_title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .cinkes_help_title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_help_title {
    font-size: 40px;
  }
}

.cinkes_help_feature_title {
  font-size: 22px;
}

.cinkes_help_feature_single {
  display: flex;
}
@media (max-width: 767px) {
  .cinkes_help_feature_single {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_help_feature_single {
    flex-direction: row;
    align-items: flex-start;
  }
}

.cinkes_help_feature_single_icon {
  height: 80px;
  margin-right: 25px;
  background-color: #8a2be2;
  text-align: center;
  line-height: 80px;
  color: #fff;
  border-radius: 50%;
  flex: 0 0 80px;
  outline: 10px solid #fff;
  max-width: 80px;
}
@media (max-width: 767px) {
  .cinkes_help_feature_single_icon {
    margin-bottom: 30px;
    margin-right: 0;
    width: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_help_feature_single_icon {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.cinkes_help_feature_single_icon i {
  font-size: 30px;
}

.cinkes_help_bg {
  background-color: #f1f3f2;
}

.cinkes_help_area {
  position: relative;
}

.cinkes_bg_img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_bg_img {
    display: none;
  }
}

.cinkes_bg_img img {
  height: 100%;
  object-fit: cover;
}

.cinkes_team_member_designation-1 {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cinkes_team_member_designation-1 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_team_member_designation-1 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .cinkes_help_wrap {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_help_wrap {
    text-align: start;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cinkes_help_wrap:is(.pr-60) {
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_help_area.cinkes_help_bg.pt-110.pb-75 {
    padding-bottom: 92px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes_help_area.cinkes_help_bg.pt-110.pb-75 {
    padding-bottom: 68px;
  }
}
@media (max-width: 767px) {
  .cinkes_help_area.cinkes_help_bg.pt-110.pb-75 {
    padding-bottom: 68px;
  }
}

.cinkes_team_member_single-2 .img_effect_white {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cinkes_team_member_single-2 .cinkes_team_member_single_info {
  border-bottom-right-radius: 100px;
}

.cinkes_team_member_single-2:hover {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.cinkes_team_member_single-2 {
  transition: 0.3s;
}

/*
************
*************************
13. Pricing Plan
******************************************************* 
*************************************************************** */
.cinkes_pricing_plan_area.pricing_bg {
  position: relative;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_pricing_plan_area.pricing_bg:is(.pb-90) {
    padding-bottom: 120px;
  }
}

.cinkes_pricing_plan_wrapper {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(232, 231, 231);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  padding: 55px;
  position: relative;
}
@media (max-width: 767px) {
  .cinkes_pricing_plan_wrapper {
    padding: 55px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_pricing_plan_wrapper {
    padding: 55px 40px;
  }
}

.cinkes_pricing_plan_wrapper-2:is(.active) {
  border-color: transparent;
  box-shadow: 0px 0px 70px 0px rgba(23, 44, 221, 0.08);
}

.pricing_tag {
  width: 45px;
  height: 50px;
  background-color: #1a1a1a;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  border-radius: 5px;
  right: 20px;
  top: -10px;
  position: absolute;
}

.cinkes_pricing_plan_header_title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.cinkes_pricing_plan_rating a {
  font-size: 14px;
  color: #ff5e14;
}
.cinkes_pricing_plan_rating a i {
  font-weight: 600;
}

.cinkes_pricing_plan_rating {
  margin-bottom: 20px;
}

.cinkes_pricing_plan_price sup {
  font-size: 25px;
  color: #8a2be2;
  transform: translateY(-5px);
  display: inline-block;
}

.cinkes_pricing_plan_price {
  font-size: 50px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
}

.cinkes_pricing_plan_price sub {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}

.cinkes_pricing_plan_content ul {
  margin: 0;
  padding: 0;
}

.cinkes_pricing_plan_content ul li {
  list-style: none;
}

.cinkes_pricing_plan_content ul li i {
  font-size: 16px;
  width: 30px;
  height: 30px;
  border: 1px solid #ebebeb;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
}

.cinkes_pricing_plan_content ul li {
  font-size: 16px;
  margin-bottom: 15px;
}

.cinkes_pricing_plan_action_btn {
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  height: 60px;
  line-height: 60px;
  background-color: #1a1a1a;
  display: inline-block;
  padding: 0 45px;
  border-radius: 50px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.cinkes_pricing_plan_action_btn:hover {
  color: #fff;
  background-color: #8a2be2;
}

.cinkes_pricing_plan_action_btn:focus {
  color: #fff;
}

.cinkes_pricing_plan_content ul li:last-child {
  margin-bottom: 0;
}

.active .pricing_tag {
  background-color: #8a2be2;
}

.active .cinkes_pricing_plan_action_btn {
  background-color: #8a2be2;
}

/*
************
*************************
14. CounterUp
******************************************************* 
*************************************************************** */
.cinkes_counterup_wrapper {
  box-shadow: 0 13px 29px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

.cinkes_counterup_single {
  text-align: center;
  position: relative;
  padding: 60px 50px;
  padding-bottom: 70px;
}

.cinkes_counterup_single:before {
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 10px;
  height: 10px;
  background-color: #8a2be2;
  border-radius: 50%;
}

.cinkes_counterup_wrapper .row > *:last-child .cinkes_counterup_single:before {
  display: none;
}
@media (max-width: 767px) {
  .cinkes_counterup_wrapper .row > *:last-child .cinkes_counterup_single:after {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_counterup_wrapper .row > *:nth-child(1) .cinkes_counterup_single:after {
    width: calc(100% - 180px);
    background-color: #8a2be2;
  }
}
@media (max-width: 767px) {
  .cinkes_counterup_wrapper .row > *:nth-child(1) .cinkes_counterup_single:after {
    width: 180px;
    background-color: #8a2be2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_counterup_wrapper .row > *:nth-child(1) .cinkes_counterup_single:after {
    width: calc(100% - 180px);
    background-color: #8a2be2;
  }
}
@media (max-width: 767px) {
  .cinkes_counterup_wrapper .row > *:nth-child(1) .cinkes_counterup_single:before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_counterup_wrapper .row > *:nth-child(1) .cinkes_counterup_single:before {
    display: block;
  }
}
@media (max-width: 767px) {
  .cinkes_counterup_wrapper .row > *:nth-child(2) .cinkes_counterup_single:after {
    width: 180px;
    background-color: #8a2be2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_counterup_wrapper .row > *:nth-child(2) .cinkes_counterup_single:after {
    width: calc(100% - 180px);
    background-color: #8a2be2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cinkes_counterup_wrapper .row > *:nth-child(2) .cinkes_counterup_single:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .cinkes_counterup_wrapper .row > *:nth-child(3) .cinkes_counterup_single:after {
    width: 180px;
    background-color: #8a2be2;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_counterup_wrapper .row > *:nth-child(3) .cinkes_counterup_single:after {
    width: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .cinkes_counterup_wrapper .row > *:nth-child(3) .cinkes_counterup_single:before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_counterup_wrapper .row > *:nth-child(3) .cinkes_counterup_single:before {
    display: block;
  }
}

.cinkes_counterup_single:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  background-color: #8a2be2;
  height: 5px;
  content: "";
  transform: translateX(-50%);
  transition: 0.3s;
  z-index: 1;
}

.cinkes_counterup_single:hover:after {
  width: calc(100% - 180px);
}

.cinkes_count_number {
  font-size: 38px;
  font-weight: 500;
  color: #8a2be2;
}

.cinkes_count_text {
  color: #1a1a1a;
  font-weight: 500;
}

.cinkes_count_plus {
  font-size: 25px;
  transform: translateY(-10px);
  display: inline-block;
}

/*
************
*************************
15. Presentation
******************************************************* 
*************************************************************** */
.mtm192 {
  margin-top: -192px;
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_video_presentation_wrapper:is(.mtm192) {
    margin-top: 0;
  }
}

.p-rel {
  position: relative;
  z-index: 1;
}

.gray_bg {
  background-color: #f1f3f2;
}

.cinkes_video_flex {
  min-height: 670px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background-size: cover;
  padding: 30px;
}
@media (max-width: 767px) {
  .cinkes_video_flex {
    min-height: 400px;
    padding: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_video_flex {
    min-height: 600px;
    padding: 30px;
  }
}

.cinkes_video_flex:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgb(26, 26, 26);
  opacity: 0.651;
  z-index: -1;
}

.video_presentation_text {
  font-size: 48px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 767px) {
  .video_presentation_text {
    font-size: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video_presentation_text {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video_presentation_text {
    font-size: 40px;
  }
}

.video_presentation_btn {
  color: #fff;
  width: 90px;
  height: 90px;
  background-color: #8a2be2;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
}

.video_presentation_btn:focus {
  color: #fff;
}

.video_presentation_btn i {
  font-weight: 700;
}

.cinkes_consultation_title {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes_consultation_title {
    font-weight: 500;
  }
}

.cinkes_consultation_form input {
  width: 100%;
  height: 65px;
  line-height: 65px;
  margin-bottom: 20px;
  padding: 0 20px;
  text-transform: capitalize;
  color: #1a1a1a;
  border: 0;
  background-color: #fff;
  border-radius: 5px;
  font-size: 14px;
}

.cinkes_consultation_form textarea {
  width: 100%;
  height: 150px;
  border: 0;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 14px;
}

.cinkes_consultation_form select {
  height: 65px;
  width: 100%;
  border: 0;
  color: #1a1a1a;
  margin-bottom: 20px;
  padding: 0 20px;
}

.cinkes_consultation_form .nice-select {
  width: 100%;
  height: 65px;
  margin-bottom: 20px;
  line-height: 65px;
  border-radius: 5px;
  font-size: 16px;
  text-transform: capitalize;
  color: #878c8f;
  padding: 0 20px;
  font-size: 16px;
}
.cinkes_consultation_form .nice-select:active, .cinkes_consultation_form .nice-select.open, .cinkes_consultation_form .nice-select:focus {
  border-color: inherit;
  border: none;
}
.cinkes_consultation_form .nice-select::after {
  border-bottom: 1px solid #878c8f;
  border-right: 1px solid #878c8f;
  content: "";
  height: 8px;
  margin-top: -4px;
  right: 25px;
  top: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 8px;
}

.cinkes_consultation_form .nice-select.open ul.list {
  width: 100%;
}

.cinkes_consultation_form .nice-select.open ul.list li {
  height: 65px;
  line-height: 65px;
}

.cinkes_consultation_form button[type=submit] {
  height: 65px;
  width: 100%;
  background-color: #1a1a1a;
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
  border: 0;
  line-height: 65px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.5s;
}

.cinkes_consultation_form button[type=submit]:hover {
  background-color: #fff;
  color: #1a1a1a;
}

.cinkes_free_consultaion_wrapper {
  padding: 60px 50px;
  background-color: #8a2be2;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cinkes_free_consultaion_wrapper {
    padding: 40px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_free_consultaion_wrapper {
    padding: 50px 40px;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_free_consultaion_wrapper:is(.ml-50) {
    margin-left: 0;
  }
}

.cinkes_about_btn.radius_5 {
  border-radius: 5px;
}

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

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_consultation_area:is(.mtm_100) {
    margin-top: 15px;
  }
}

.cinkes_testimonial_thumbs_active .swiper-wrapper .swiper-slide img {
  border-radius: 50%;
  opacity: 0.5;
}

.cinkes_testimonial_message_single {
  margin: 0 50px;
}
@media (max-width: 767px) {
  .cinkes_testimonial_message_single {
    margin: 0 25px;
  }
}

.cinkes_testimonial_thumbs_active .swiper-wrapper .swiper-slide-thumb-active img {
  opacity: 1;
}

.bg_white {
  background-color: #fff;
}

.cinkes_benefits_area {
  position: relative;
}

.cinkes_benefit_bg_img {
  position: absolute;
  left: 0;
  top: -100px;
  z-index: 2;
  height: calc(100% + 100px);
  width: 46%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_benefit_bg_img {
    height: auto;
    width: calc(100% - 100px);
    left: 50px;
    right: 50px;
    margin-top: -195px;
    position: relative;
    z-index: 1;
    top: 0;
  }
}
@media (max-width: 767px) {
  .cinkes_benefit_bg_img {
    height: auto;
    width: calc(100% - 30px);
    left: 15px;
    right: 15px;
    margin-top: -188px;
    position: relative;
    z-index: 1;
    top: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_benefit_bg_img {
    width: calc(100% - 90px);
    left: 30px;
    right: 30px;
    margin-top: -190px;
  }
}

.cinkes_benefit_bg_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cinkes_video_presentation_area-2 .cinkes_video_flex {
  padding-bottom: 300px;
  padding-top: 110px;
}

@media (max-width: 767px) {
  .cinkes_benefits_content_wrapper {
    padding: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_benefits_content_wrapper {
    padding: 0 15px;
  }
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_benefit_content_wrapper.bg_white.pt-115 {
    padding-top: 60px;
  }
}

/*
************
*************************
16. Testimonial
******************************************************* 
*************************************************************** */
.w_100 img {
  width: 100%;
}

.cinkes_message {
  font-size: 28px;
  line-height: 1.75;
  color: #2b3132;
  margin-top: 35px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .cinkes_message {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_message {
    font-size: 22px;
  }
}

.cinkes_testimonial_rating a i {
  font-size: 14px;
  font-weight: 900;
  color: #8a2be2;
}

.cinkes_testimonial_rating {
  margin-bottom: 10px;
}

.cinkes_testimonial_customer_name {
  font-size: 20px;
  font-weight: 500;
  color: #8a2be2;
}

.cinkes_testimonial_customer_name .cinkes_customer_review {
  font-size: 14px;
  color: #878c8f;
  font-weight: 400;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .cinkes_testimonial_customer_name .cinkes_customer_review {
    display: block;
    margin-top: 10px;
  }
}

.cinkes_testimonial_message_navigation div {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  font-size: 40px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .cinkes_testimonial_message_navigation div {
    font-size: 35px;
    top: 47%;
  }
}

.cinkes_testimonial_thumb {
  position: relative;
}

.cinkes_testimonial_thumb .cinkes_testimonial_thumbs_active {
  padding: 0;
}
@media (max-width: 767px) {
  .cinkes_testimonial_thumb .cinkes_testimonial_thumbs_active {
    padding: 0 35px;
  }
}

.cinkes_testimonial_message_navigation div.cinkes_testimonial_next {
  left: auto;
  right: 0;
}

.cinkes_testimonial_message_navigation div:hover {
  color: #8a2be2;
}

.cinkes_testimonial_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 1;
  background-color: #878c8f;
  border-radius: 50%;
  outline: 2px solid #878c8f;
  border: 6px solid #fff;
  transition: 0.5s;
  margin: 0 10px;
  cursor: pointer;
}

.cinkes_testimonial_pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  outline: 2px solid #8a2be2;
  border: 6px solid #fff;
  width: 50px;
  height: 15px;
  background-color: #8a2be2;
  border-radius: 50px;
}

.cinkes_testimonial_pagination.swiper-pagination-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  padding-top: 40px;
}

.cinkes_testimonial_spage_wrapper {
  box-shadow: 0px 0px 70px 0px rgba(23, 44, 221, 0.08);
  background-color: #fff;
  border-radius: 5px;
  padding: 70px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes_testimonial_spage_wrapper {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cinkes_testimonial_spage_wrapper {
    padding: 50px 30px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_testimonial_spage_wrapper {
    padding: 60px 40px;
    padding-bottom: 70px;
  }
}

.cinkes_testimonial_spage_message {
  font-size: 17px;
  line-height: 2;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes_testimonial_spage_message {
    text-align: center;
  }
}

.cinkes_testimonial_spage_author {
  display: flex;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes_testimonial_spage_author {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.cinkes_testimonial_spage_author_img {
  margin-right: 20px;
  border-radius: 50%;
  width: 85px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes_testimonial_spage_author_img {
    margin-bottom: 25px;
    margin-right: 0px;
  }
}

.cinkes_testimonial_spage_author_name {
  font-size: 25px;
  margin-bottom: 5px;
}

.cinkes_testimonial_spage_author_designation {
  font-size: 16px;
  margin-bottom: 5px;
  display: inline-block;
}

.cinkes_testimonial_spage_author_rating a {
  font-size: 14px;
  color: #ff5e14;
}

.swiper-slide-active .cinkes_testimonial_spage_content {
  position: relative;
  padding-right: 85px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .swiper-slide-active .cinkes_testimonial_spage_content {
    padding-right: 50px;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-slide-active .cinkes_testimonial_spage_content {
    padding-right: 0;
  }
}

.swiper-slide-active .cinkes_testimonial_spage_content:before {
  position: absolute;
  right: -15px;
  top: 0;
  width: 1px;
  height: calc(100% - 20px);
  content: "";
  background-color: #ddd;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-slide-active .cinkes_testimonial_spage_content:before {
    display: none;
  }
}

.swiper-slide-next .cinkes_testimonial_spage_content {
  padding-left: 85px;
  padding-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .swiper-slide-next .cinkes_testimonial_spage_content {
    padding-left: 50px;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-slide-next .cinkes_testimonial_spage_content {
    padding-left: 0;
  }
}

.cinkes_testimonial_spage_navigation div {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #8a2be2;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
.cinkes_testimonial_spage_navigation div:hover {
  background-color: #000;
}
.cinkes_testimonial_spage_navigation div:focus {
  background-color: #000;
}

.cinkes_testimonial_spage_prev {
  border-radius: 50% 0 0 50%;
}

.cinkes_testimonial_spage_next {
  border-radius: 0 50% 50% 0;
}

/*
************
*************************
17. Blog
******************************************************* 
*************************************************************** */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_wrapper:is(.mr-30) {
    margin-right: 15px;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_wrapper:is(.mr-30) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_blog_content_wrapper:is(.mr-30) {
    margin-right: 15px;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes_blog_content_wrapper:is(.mr-30) {
    margin-right: 0;
  }
}

.cinkes_latest_blog_single_content {
  display: flex;
  padding: 30px 40px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_latest_blog_single_content {
    display: block;
  }
}
@media (max-width: 767px) {
  .cinkes_latest_blog_single_content {
    padding: 30px;
  }
}

.cinkes_latest_blog_single_content_author {
  margin-right: 25px;
  position: relative;
  text-align: center;
  margin-top: -80px;
  z-index: 2;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_latest_blog_single_content_author {
    display: flex;
    justify-content: space-between;
    margin-right: 0;
    margin-bottom: 25px;
    margin-top: -60px;
  }
}

.cinkes_latest_blog_single_content_author_avater img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_latest_blog_single_content_author_avater img {
    width: 65px;
    height: 65px;
  }
}

.cinkes_latest_blog_single_content_author_avater {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  outline: 10px solid #fff;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_latest_blog_single_content_author_avater {
    width: 65px;
    height: 65px;
    outline: 5px solid #fff;
  }
}

.cinkes_latest_blog_single {
  background-color: #f1f3f2;
  border-radius: 10px 10px 25px 25px;
  overflow: hidden;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_latest_blog_single:is(.mr-20) {
    margin-right: 0;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_latest_blog_single:is(.ml-20) {
    margin-left: 0;
  }
}

.cinkes_latest_blog_single_content_date {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: #8a2be2;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  line-height: 1;
  color: #fff;
  transform: translateY(-42.5px);
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_latest_blog_single_content_date {
    width: 65px;
    height: 65px;
    outline: 5px solid #fff;
    transform: translateY(0);
    font-size: 18px;
  }
}

.cinkes_latest_blog_single_meta_category {
  font-size: 14px;
}

.cinkes_blog_meta i {
  margin-right: 6px;
  color: #8a2be2;
}

.cinkes_blog_meta {
  text-decoration: none;
  font-size: 14px;
  color: #555;
}

a.cinkes_blog_meta:hover {
  color: #8a2be2;
}

.cinkes_blog_meta:not(:last-child) {
  margin-right: 25px;
}

.cinkes_latest_blog_single_meta_author a {
  text-decoration: none;
  color: #8a2be2;
  font-weight: 500;
}

.cinkes_latest_blog_sinlge_meta_comments {
  position: relative;
}

.cinkes_latest_blog_sinlge_meta_comments:before {
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-color: #8a2be2;
  width: 5px;
  height: 1px;
}

.cinkes_latest_blog_single_meta {
  margin-bottom: 15px;
}

.cinkes_latest_blog_single_content_title {
  font-size: 25px;
  line-height: 1.28;
  margin-bottom: 0;
  color: #444444;
}
@media (max-width: 767px) {
  .cinkes_latest_blog_single_content_title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_latest_blog_single_content_title {
    font-size: 25px;
  }
}

.cinkes_latest_blog_single_content_title a {
  text-decoration: none;
}

.cinkes_latest_blog_single_content_title:hover {
  color: #8a2be2;
}

.cinkes_blog_meta {
  margin-bottom: 5px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes_blog_meta:is(.cinkes_latest_blog_single_meta_category) {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_blog_meta:is(.cinkes_latest_blog_single_meta_category) {
    display: inline-block;
  }
}

.cinkes_blog_content_img {
  margin-bottom: 40px;
}

.cinkes_blog_content_meta span, .cinkes_blog_content_meta a {
  font-size: 15px;
  font-weight: 500;
  margin-right: 20px;
  text-decoration: none;
}

.cinkes_blog_content_meta a:hover {
  color: #8a2be2;
}

.cinkes_blog_content_meta span i, .cinkes_blog_content_meta a i {
  color: #8a2be2;
  display: inline-block;
  margin-right: 8px;
}

.cinkes_blog_content_meta span:last-child, .cinkes_blog_content_meta a:last-child {
  margin-right: 0;
}

.cinkes_blog_content_meta {
  margin-bottom: 15px;
}

.cinkes_blog_content_title {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cinkes_blog_content_title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_blog_content_title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes_blog_content_title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .cinkes_blog_content_title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_blog_content_title {
    font-size: 28px;
  }
}

.cinkes_blog_content_wrapper > p {
  font-size: 18px;
  line-height: 35px;
}

.cinkes_blog_content_tags a {
  display: inline-block;
  height: 40px;
  text-decoration: none;
  font-size: 15px;
  line-height: 36px;
  padding: 0 18px;
  margin-right: 5px;
  background-color: #f4f4f4;
  border-radius: 5px;
}

.cinkes_blog_content_tags a:hover {
  color: #fff;
  background-color: #8a2be2;
  border-color: #8a2be2;
}

.cinkes_blog_content_tags a:last-child {
  margin-right: 0;
}

.cinkes_blog_content_share a {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #f4f4f4;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-left: 10px;
}

.cinkes_blog_content_share a:first-child {
  margin-left: 0;
}

.cinkes_blog_content_share a:hover {
  color: #fff;
  background-color: #8a2be2;
}

.cinkes_blog_content_author {
  background-color: #f4f4f4;
  padding: 40px;
  display: flex;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cinkes_blog_content_author {
    padding: 40px 30px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.cinkes_blog_content_author_img {
  flex: 0 0 120px;
  max-width: 120px;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .cinkes_blog_content_author_img {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.cinkes_blog_content_author_img img {
  border-radius: 50%;
}

.cinkes_blog_content_author_name {
  font-size: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_blog_content_author_name {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cinkes_blog_content_author_name {
    font-size: 20px;
  }
}

.cinkes_blog_content_author_info p {
  font-size: 15px;
}

.cinkes_blog_content_author_social {
  margin-top: 20px;
}

.cinkes_blog_content_author_social a {
  display: inline-block;
  margin-right: 15px;
}

.cinkes_blog_content_author_social a:hover {
  color: #8a2be2;
}

.comments_title {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .comments_title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .comments_title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comments_title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .comments_title {
    font-size: 22px;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .comments_title {
    font-size: 22px;
  }
}

.comment_title {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 0;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .comment_title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment_title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .comment_title {
    font-size: 18px;
  }
}
.comment_title_flex {
  display: flex;
}
.comment_title a {
  text-decoration: none;
}
.comment_title a:hover {
  color: #8a2be2;
}
.comment_list_img {
  margin-right: 30px;
}
.comment_list_content {
  overflow: hidden;
}
.comment_list_item {
  display: flex;
}
@media (max-width: 767px) {
  .comment_list_item {
    flex-direction: column;
    padding-left: 0;
    text-align: center;
    padding-right: 0;
  }
}
.comment_list_item .comment_list_img {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .comment_list_item .comment_list_img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.comment_date {
  font-size: 15px;
  font-weight: 500;
}
.comment_content {
  font-size: 17px;
  line-height: 32px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .comment_content {
    font-size: 16px;
    line-height: 1.67;
    margin-bottom: 20px;
  }
}
.comment_btn, .comment_btn i {
  font-weight: 700;
  font-size: 15px;
  vertical-align: middle;
  text-decoration: none;
  color: #8a2be2;
}

.contact_btn.w_100 {
  width: 100%;
}
.contact_btn.w_100 i {
  display: inline-block;
  margin-left: 5px;
}

.single_page_form input {
  height: 60px;
  line-height: 60px;
  border: 1px solid #dfe1e1;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.single_page_form textarea {
  height: 200px;
  width: 100%;
  border: 1px solid #dfe1e1;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.contact_btn {
  height: 60px;
  line-height: 60px;
  border: 0;
  background-color: #8a2be2;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  padding: 0 40px;
  border-radius: 5px;
  font-weight: 500;
  transition: 0.3s;
}
.contact_btn:hover {
  background-color: #1A1A1A;
}

.cinkes_blog_sidebar {
  padding: 40px 30px;
  padding-bottom: 45px;
  background-color: #f4f4f4;
  margin-bottom: 50px;
  border-radius: 10px;
}

.cinkes_sidebar_title {
  font-size: 28px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cinkes_sidebar_title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_sidebar_title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes_sidebar_title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .cinkes_sidebar_title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_sidebar_title {
    font-size: 24px;
  }
}

.cinkes_sidebar_title::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90px;
  content: "";
  border-bottom: 4px solid #8a2be2;
  z-index: 1;
}

.cinkes_sidebar_title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  content: "";
  border-bottom: 4px solid #ebe6e4;
  z-index: 0;
}

.cinkes_sidebar-search input {
  width: 100%;
  height: 65px;
  line-height: 65px;
  padding: 0 25px;
  border: 0;
  padding-right: 60px;
  border-radius: 5px;
}

.cinkes_sidebar-search button[type=submit] {
  position: absolute;
  right: 0;
  height: 100%;
  width: 60px;
  background-color: transparent;
  border: 0;
  color: #8a2be2;
}
.cinkes_sidebar-search button[type=submit] i {
  font-weight: 500;
}

.cinkes_sidebar-search {
  position: relative;
}

.cinkes_sidebar-category ul li {
  list-style: none;
}

.cinkes_sidebar-category ul li a {
  display: block;
  padding: 25px;
  text-decoration: none;
  background-color: #fff;
  border-radius: 5px;
}

.cinkes_sidebar-category ul li a i {
  display: inline-block;
  margin-top: 3px;
  float: right;
}

.cinkes_sidebar-category ul li a:hover {
  background-color: #8a2be2;
  color: #fff;
}

.cinkes_sidebar-category ul li:not(:last-child) {
  margin-bottom: 20px;
}

.cinkes_sidebar-latestnewt {
  display: flex;
}

.cinkes_sidebar-latestnews-img {
  flex: 0 0 70px;
  margin-right: 15px;
}
.cinkes_sidebar-latestnews-img img {
  border-radius: 5px;
}

.cinkes_sidebar-latestnewt:not(:last-child) {
  margin-bottom: 20px;
}

.cinkes_sidebar-latestnews-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cinkes_sidebar-latestnews-title {
  font-size: 18px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .cinkes_sidebar-latestnews-title {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_sidebar-latestnews-title {
    font-size: 16px;
  }
}
.cinkes_sidebar-latestnews-title a {
  text-decoration: none;
}
.cinkes_sidebar-latestnews-title a:hover {
  color: #8a2be2;
}

.cinkes_sidebar-latestnews-date {
  font-size: 15px;
}

.cinkes_blog_sidebar_ad {
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 60px;
  border-radius: 10px;
  overflow: hidden;
}

.cinkes_blog_sidebar_ad:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #1a1a1a;
  z-index: -1;
  opacity: 0.9;
}

.cinkes_add_title {
  font-size: 45px;
  color: #fff;
  margin-bottom: 25px;
}
@media (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_add_title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cinkes_add_title {
    font-size: 32px;
  }
}

.cinkes_blog_sidebar_ad p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 25px;
}

.cinkes_add_btn {
  height: 60px;
  line-height: 60px;
  background-color: #8a2be2;
  display: inline-block;
  padding: 0 40px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.cinkes_add_btn:hover {
  background-color: #fff;
  color: #1a1a1a;
}

.cinkes_sidebar-cloudtag {
  margin-bottom: -15px;
}
.cinkes_sidebar-cloudtag a {
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  margin-bottom: 15px;
  display: inline-block;
  padding: 0 18px;
  background-color: #fff;
  font-size: 15px;
  border-radius: 5px;
}
.cinkes_sidebar-cloudtag a:hover {
  color: #fff;
  background-color: #8a2be2;
}

.blog_meta {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .blog_meta {
    flex-wrap: wrap;
  }
}

.blog_user_name {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 0;
}

.blog_user img {
  display: inline-block;
  margin-right: 10px;
}

.blog_comment {
  text-decoration: none;
}

.meta_item {
  position: relative;
}

.blog_meta a:hover {
  color: #8a2be2;
}

.meta_item i {
  color: #8a2be2;
  margin-right: 8px;
  font-size: 16px;
  transform: translateY(-2px);
  font-weight: 400;
}

.meta_item:not(:last-child):before {
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  background-color: #8a2be2;
  content: "";
  border-radius: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .meta_item:not(:last-child):before {
    display: none;
  }
}

.meta_item:not(:last-child) {
  margin-right: 25px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .meta_item:not(:last-child) {
    margin-right: 15px;
    padding-right: 0;
  }
}

.blog_user_name {
  transition: 0.3s;
}

.blog_user_name:hover {
  color: #8a2be2;
}

.blog_title {
  font-size: 36px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog_title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .blog_title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog_title {
    font-size: 26px;
  }
}

.blog_title a {
  text-decoration: none;
}

.blog_title a:hover {
  color: #8a2be2;
}

.blog_btn {
  height: 60px;
  line-height: 60px;
  padding: 0 45px;
  background-color: #8a2be2;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.blog_btn:hover {
  background-color: #1A1A1A;
  color: #fff;
}

.blog_thumb {
  border-radius: 10px 10px 0 0;
}

.blog_thumb img {
  border-radius: 10px 10px 0 0;
}

.blog_thumb img {
  border-radius: 10px 10px 0 0;
}

.blog_single_item {
  box-shadow: 0 13px 29px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.blog_content {
  padding: 40px 40px;
}
@media (max-width: 767px) {
  .blog_content {
    padding: 40px 30px;
  }
}

.blog_thumb {
  position: relative;
  border-radius: 10px 10px 0 0;
}

.video_icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #f9f9f9;
  text-align: center;
  line-height: 90px;
  display: inline-block;
  animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
  font-size: 18px;
}
@media (max-width: 767px) {
  .video_icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video_icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
  }
}

.video_presentation_btn {
  animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
}
.video_presentation_btn:hover {
  background-color: #f9f9f9;
  color: #8a2be2;
}

.cinkes_video1_btn {
  animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
}

.video_icon:hover {
  background-color: #8a2be2;
}
.video_icon:hover i {
  color: #fff;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.video_abs {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video_icon i {
  font-weight: 700;
  color: #8a2be2;
}

.blog_single_quote_content {
  padding: 40px;
  box-shadow: 0 13px 29px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
}

.blog_single_quote_content i {
  font-size: 80px;
  color: #8a2be2;
  position: absolute;
}

.blog_single_quote_content p {
  padding-left: 105px;
}
@media (max-width: 767px) {
  .blog_single_quote_content p {
    padding-left: 0;
    padding-top: 100px;
  }
}

blockquote p {
  color: #666;
  margin-bottom: 20px;
  font-size: 18px;
}

.quote_author {
  margin-bottom: 0;
  position: relative;
  padding-left: 150px;
  display: inline-block;
  font-size: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quote_author {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .quote_author {
    font-size: 20px;
    padding-left: 50px;
  }
}

.blog_single_quote_content blockquote {
  margin-bottom: 0;
}

.quote_author:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 45%;
  height: 2px;
  background-color: #8a2be2;
  content: "";
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .quote_author:before {
    width: 40px;
  }
}

.blog_pagination ul li {
  display: inline-block;
}

.blog_pagination ul li .page-numbers {
  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #f4f4f4;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.blog_pagination ul li .page-numbers:hover {
  background-color: #8a2be2;
  color: #fff;
}

.blog_pagination ul li .current {
  background-color: #8a2be2;
  color: #fff;
}

@media (max-width: 767px) {
  .cinkes_blog_content_share {
    margin-top: 20px;
  }
}

.cinkes_blog_content_img {
  border-radius: 10px 10px 0 0;
}

.cinkes_blog_content_img img {
  border-radius: 10px 10px 0 0;
}

.img_effect_white {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.img_effect_white > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  z-index: 1;
}

.img_effect_white a img {
  transition: 0.5s;
  width: 100%;
}

.cinkes_latest_blog_single:hover a:after, .cinkes_team_member_single:hover a:after, .blog_single_item:hover .img_effect_white > a:after,
.cinkes_blog2:hover .img_effect_white > a:after {
  animation: shine 0.8s;
}

.cinkes_latest_blog_single:hover a img, .cinkes_team_member_single:hover a img, .blog_single_item:hover .img_effect_white > a img,
.cinkes_blog2:hover .img_effect_white > a img {
  filter: grayscale(90%);
  transform: scale(1.1);
}

.cinkes_team_member_single.cinkes_team_member_single-2:hover a img {
  filter: blur(1.5px);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.cinkes_sidebar-latestnews-img:hover img {
  filter: grayscale(90%);
}

.cinkes_blog2_single_content {
  background-color: #f1f3f2;
}

.cinkes_blog2_single_content_meta_wrap {
  position: relative;
}

.cinkes_blog2_single_meta_author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 8px solid #fff;
  margin-right: 5px;
  margin-top: -45px;
}

.cinkes_blog2_single_content_text {
  padding: 20px 30px;
}

.cinkes_blog2_single_meta {
  padding-left: 30px;
  margin-right: 30px;
  background-color: #f1f3f2;
  margin-top: -45px;
  position: relative;
  z-index: 1;
  border-top-right-radius: 15px;
  padding-top: 10px;
}

.cinkes_blog2_meta {
  display: inline-block;
}
.cinkes_blog2_meta a {
  text-decoration: none;
}
.cinkes_blog2_meta a:hover {
  color: #8a2be2;
}

.cinkes_blog2_meta:not(:last-child) {
  margin-right: 10px;
  padding-right: 12px;
  position: relative;
}
@media (max-width: 767px) {
  .cinkes_blog2_meta:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
    display: block;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_blog2_meta:not(:last-child) {
    padding-right: 12px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 0px;
  }
}

.cinkes_blog2_meta:not(:last-child):before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-color: #ddd;
  width: 1px;
  height: 12px;
}
@media (max-width: 767px) {
  .cinkes_blog2_meta:not(:last-child):before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_blog2_meta:not(:last-child):before {
    display: block;
  }
}

.cinkes_blog2_meta i {
  margin-right: 7px;
}

.cinkes_blog2_single_content_title {
  font-size: 24px;
  line-height: 1.3;
}

.cinkes_blog2_single_content_title a {
  text-decoration: none;
}
.cinkes_blog2_single_content_title a:hover {
  color: #8a2be2;
}

/*
************
*************************
18. CTA
******************************************************* 
*************************************************************** */
.cinkes_cta_area {
  background-size: cover;
}

.cinkes_cta_subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}

.cinkes_cta_title {
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cinkes_cta_title {
    font-size: 33px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_cta_title {
    font-size: 38px;
  }
}

.cinkes_cta_btn {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  height: 75px;
  line-height: 75px;
  padding: 0 30px;
  background-color: #000;
  display: inline-block;
  font-weight: 500;
  border-radius: 5px;
}

.cinkes_cta_btn:focus {
  color: #fff;
}

.cinkes_cta_btn:hover {
  background-color: #fff;
  color: #000;
}

.i_right i {
  margin-left: 10px;
  display: inline-block;
}

/*
************
*************************
19. Breadcrumb
******************************************************* 
*************************************************************** */
.pt-230 {
  padding-top: 230px;
}

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

.trans-header-pt {
  padding-top: 335px;
}

@media (max-width: 767px) {
  .cinkes_breadcrumb_area:is(.pt-230) {
    padding-top: 180px;
  }
}
@media (max-width: 767px) {
  .cinkes_breadcrumb_area:is(.pb-240) {
    padding-bottom: 190px;
  }
}

.cinkes_breadcrumb_title {
  font-size: 72px;
  color: #fff;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes_breadcrumb_title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cinkes_breadcrumb_title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_breadcrumb_title {
    font-size: 42px;
  }
}

.breadcrumbs ul li a, .breadcrumbs ul li span {
  font-size: 20px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .breadcrumbs ul li a, .breadcrumbs ul li span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumbs ul li a, .breadcrumbs ul li span {
    font-size: 18px;
  }
}

.breadcrumbs ul li {
  display: inline-block;
  position: relative;
}

.breadcrumbs ul li:not(:last-child):before {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 10px;
  height: 3px;
  content: "";
  background-color: #fff;
  transform: translateY(-50%);
  margin-top: 1px;
}

.breadcrumbs ul li:not(:last-child) {
  margin-right: 25px;
}

.breadcrumbs ul li a {
  text-decoration: none;
  font-weight: 700;
}

.breadcrumbs ul li a:hover {
  color: #8a2be2;
}

/*
************
*************************
20. Contact
******************************************************* 
*************************************************************** */
.cinkes_gmap_section iframe {
  width: 100%;
  height: 550px;
}

.cinkes_getintouch_title {
  font-size: 48px;
}
@media (max-width: 767px) {
  .cinkes_getintouch_title {
    font-size: 36px;
  }
}

.cinkes_contact_single_icon i {
  font-size: 50px;
  color: #8a2be2;
}
@media (max-width: 767px) {
  .cinkes_contact_single_icon i {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_contact_single_icon i {
    font-size: 40px;
  }
}

.cinkes_contact-single_info {
  display: flex;
}

.cinkes_contact_single_icon {
  margin-right: 20px;
}

.cinkes_contact_single_title {
  font-size: 27px;
}
@media (max-width: 767px) {
  .cinkes_contact_single_title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_contact_single_title {
    font-size: 25px;
  }
}

.cinkes_contact_single_text p, .cinkes_contact_single_text a {
  font-size: 16px;
  color: #878c8f;
  line-height: 1.68;
}

.cinkes_contact_single_text a {
  text-decoration: none;
  font-weight: 500;
}

.cinkes_contact_single_text a:hover {
  color: #8a2be2;
}

.cinkes_contact_form input {
  width: 100%;
  border: 1px solid #dfe1e1;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #878c8f;
  font-size: 15px;
}

.cinkes_contact_form textarea {
  width: 100%;
  border: 1px solid #dfe1e1;
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 30px;
  color: #878c8f;
  font-size: 15px;
}

.cinkes_submit_btn {
  font-size: 16px;
  border: 0;
  background-color: #8a2be2;
  height: 60px;
  color: #fff;
  border-radius: 5px;
  padding: 0 40px;
  display: inline-block;
  width: auto;
  transition: 0.3s;
}

.cinkes_submit_btn:hover {
  background-color: #000;
}

.cinkes_contact_form textarea::placeholder, .cinkes_contact_form input::placeholder {
  color: #878c8f;
}

.cinkes_contact_form .nice-select {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  color: #878c8f;
  padding: 0 25px;
  border: 1px solid #dfe1e1;
  margin-bottom: 30px;
}
.cinkes_contact_form .nice-select::after {
  border-bottom: 1px solid #878c8f;
  border-right: 1px solid #878c8f;
  content: "";
  height: 8px;
  margin-top: -4px;
  right: 25px;
  top: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 8px;
}

.cinkes_contact_form .nice-select.open ul.list {
  width: 100%;
}

.cinkes_contact_form .nice-select.open ul.list li {
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
}

/*
************
*************************
21. FAQ
******************************************************* 
*************************************************************** */
.cinkes_faq_single_item_heading {
  font-size: 18px;
  color: #1a1a1a;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cinkes_faq_single_item_heading {
    text-align: start;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_faq_single_item_heading {
    text-align: start;
  }
}

.cinkes_faq_single_item_button {
  border: 0;
  background-color: transparent;
  padding: 0;
  text-align: start;
}

.cinkes_faq_single_item {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.cinkes_faq_single_item_body p {
  margin-bottom: 0;
}

.cinkes_faq_single_item_button {
  position: relative;
  transition: 0.3s;
}

.cinkes_faq_single_item_button[aria-expanded=false]:before {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  transition: 0.3s;
  background-color: #f5f5f5;
  padding: 0 5px;
  color: #1a1a1a;
  margin-right: 15px;
}

.cinkes_faq_single_item_button[aria-expanded=true]:before {
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  transition: 0.3s;
  background-color: #f5f5f5;
  padding: 0 5px;
  color: #1a1a1a;
  margin-right: 15px;
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes_faq_wrapper:is(.ml-20) {
    margin-left: 0;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes_faq_wrapper:is(.mr-20) {
    margin-right: 0;
  }
}

/*
************
*************************
22. Error
******************************************************* 
*************************************************************** */
.cinkes-404-title {
  font-size: 170px;
  color: #8a2be2;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes-404-title {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .cinkes-404-title {
    font-size: 90px;
  }
}

.cinkes-error-text {
  font-size: 46px;
  color: #1a1a1a;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes-error-text {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .cinkes-error-text {
    font-size: 24px;
  }
}

.cinkes-erreor-content {
  font-size: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes-erreor-content {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .cinkes-erreor-content {
    font-size: 18px;
  }
}

.error-button {
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-color: #8a2be2;
  display: inline-block;
  padding: 0 45px;
  height: 65px;
  line-height: 60px;
  border-radius: 5px;
  border: 2px solid transparent;
  font-weight: 500;
}

.error-button:hover {
  border-color: #8a2be2;
  background-color: transparent;
  color: #8a2be2;
}

/*
************
*************************
23. Back To Top
******************************************************* 
*************************************************************** */
.progress-wrap {
  position: fixed;
  right: -100px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #1a1a1a;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background-color: #fff;
}
.progress-wrap::after {
  position: absolute;
  content: "\f176";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #878c8f;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #8a2be2;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.progress-wrap:is(.progress-wrap-dark) {
  box-shadow: inset 0 0 0 2px #f6f8fa;
  background-color: transparent;
}
.progress-wrap:is(.progress-wrap-dark)::after {
  color: #f6f8fa;
}
.progress-wrap:is(.progress-wrap-dark) svg.progress-circle path {
  stroke: #1a1a1a;
}

.progress-wrap.active-progress {
  opacity: 1;
  right: 50px;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .progress-wrap.active-progress {
    right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .progress-wrap.active-progress {
    right: 30px;
  }
}

/*
************
*************************
24. Footer
******************************************************* 
*************************************************************** */
.cinkes_footer_border_bottom {
  border-bottom: 1px solid #2c2a2a;
  padding: 60px 0;
}

@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_footer_widget:is(.ml-90) {
    margin-left: 0;
  }
}

.cinkes_footer_top_area {
  background-color: #1a1a1a;
}

.cinkes_footer_social a {
  width: 55px;
  height: 55px;
  background-color: #1a1e1f;
  display: inline-block;
  line-height: 55px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}

.cinkes_footer_social a:not(:first-child) {
  margin-left: 15px;
}

.cinkes_footer_social a:hover {
  background-color: #8a2be2;
}

.cinkes_footer_widget_area {
  background-color: #1a1a1a;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cinkes_footer_widget_area:is(.pt-45) {
    padding-top: 30px;
  }
}

.cinkes_footer_copyright_area {
  background-color: #1a1a1a;
}
.cinkes_footer_copyright_area a:hover {
  color: #fff;
}

.cinkes_footer_info p {
  color: #b6bfc1;
  line-height: 1.89;
}

.cinkes_footer_newsletter_form input {
  width: 100%;
  height: 65px;
  line-height: 65px;
  border: 0;
  padding: 0 30px;
  padding-right: 90px;
  border-radius: 5px;
}

.cinkes_footer_newsletter_form {
  position: relative;
}

.cinkes_newsletter_btn {
  border: 0;
  height: 66px;
  width: 60px;
  color: #fff;
  background-color: #8a2be2;
  position: absolute;
  right: 0;
  border-radius: 0 5px 5px 0;
}

.cinkes_footer_title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
}

.footer_widget_list ul li {
  list-style: none;
}

.footer_widget_list ul li a {
  color: #b6bfc1;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
}

.footer_widget_list ul li a:hover {
  color: #fff;
}

.cinkes_footer_contact-single_title {
  font-size: 16px;
  color: #8a2be2;
  font-weight: 500;
  margin-bottom: 10px;
}

.cinkes_footer_contact_single > a {
  color: #b6bfc1;
  text-decoration: none;
  font-size: 16px;
}
.cinkes_footer_contact_single > a:hover {
  color: #fff;
}

.cinkes_footer_contact_single:not(:last-child) {
  margin-bottom: 35px;
}

.cinkes_copyright_menu ul li {
  list-style: none;
  display: inline-block;
}

.cinkes_copyright_menu ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #b6bfc1;
}

.cinkes_copyright_menu ul li {
  position: relative;
}

.cinkes_copyright_menu ul li:not(:first-child) {
  margin-left: 15px;
  padding-left: 20px;
}

.cinkes_copyright_menu ul li:not(:first-child):before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 15px;
  content: "";
  background-color: #2c2a2a;
  transform: translateY(-50%);
}

.cinkes_copyright_menu ul li a:hover {
  color: #8a2be2;
}

.cinkes_footer_copyright_area p {
  color: #b6bfc1;
}

.cinkes_footer_copyright_area p a {
  text-decoration: none;
  color: #8a2be2;
  font-weight: 700;
}

.footer_widget_list ul li:last-child a {
  margin-bottom: 0;
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cinkes_copyright_menu {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .cinkes_footer_logo .footer_logo {
    margin-bottom: 30px;
    display: inline-block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cinkes_footer_logo .footer_logo {
    margin-bottom: 0px;
    display: inline-block;
  }
}

.boxed-wide {
  max-width: 100%;
}

.boxed-box {
  max-width: 1326px;
  margin: 0 auto;
  padding: 0 15px;
}

.dark_mode nav.right_menu_togle {
  background: #15202b;
}

.dark_mode .contact-list.mobile_contact > span, .contact-list.mobile_contact a {
  color: #8899a6;
}

.dark_mode .mean-container .mean-nav ul li a {
  border-color: #8899a6;
  font-size: 15px;
  color: #8899a6;
}

.dark_mode .cinkes_testimonial_customer_name .cinkes_customer_review {
  color: #8899a6;
}

.dark_mode .cinkes_blog_meta {
  color: #ffffff;
}

.dark_mode .cinkes_footer_info p {
  color: #8899a6;
}

.dark_mode .footer_widget_list ul li a {
  color: #8899a6;
}

.dark_mode .cinkes_black {
  background-color: #15202b;
}

.dark_mode .cinkes_footer_contact_single > a {
  color: #8899a6;
}

.dark_mode .cinkes_footer_copyright_area p {
  color: #8899a6;
}

.dark_mode .cinkes_copyright_menu ul li a {
  color: #8899a6;
}

.dark_mode .header-sticky {
  background-color: #192734;
}

.dark_mode .cinkes_main_menu li a {
  color: #ffffff;
}

.dark_mode .cinkes_copyright_menu ul li:not(:first-child)::before {
  background-color: #8899a6;
}

.dark_mode .cinkes_list_benefits.mt-30 ul {
  color: #8899a6;
}

.dark_mode .cinkes_progress_single .progress-bar span {
  background-color: #192734;
}

.dark_mode .cinkes_progress_single .progress-bar span::before {
  border-color: #192734 transparent transparent #192734;
}

.dark_mode .cinkes_blog2_meta a {
  color: #8899a6;
}

.dark_mode .cinkes_blog_content_author_social a {
  color: #8899a6;
}

.dark_mode .cinkes_help_feature_single_icon i {
  color: #ffffff;
}

.dark_mode .cinkes_blog2_meta {
  display: #8899a6;
}

.dark_mode .cinkes_blog2_meta i {
  color: #8899a6;
}

.dark_mode .cinkes_blog2_single_meta {
  color: #8899a6;
}

.dark_mode .active .cinkes_pricing_plan_action_btn {
  background-color: #8a2be2;
  color: #ffffff;
}

.dark_mode .cinkes_pricing_plan_action_btn:hover {
  color: #fff;
  background-color: #8a2be2;
}

.dark_mode .team_person_info a, .team_person_info span {
  color: #8899a6;
}

.dark_mode .cinkes_project_details_list ul li {
  list-style: none;
  color: #8899a6;
}

.dark_mode .blog_date.meta_item.mb-15 {
  color: #8899a6;
}

.dark_mode .meta_item {
  color: #8899a6;
}

.dark_mode .cinkes_contact_single_text p, .cinkes_contact_single_text a {
  color: #8899a6;
}

.dark_mode .sd_tab_text_right ul li {
  color: #8899a6;
}

.dark_mode .cinkes_project_media_description_details ul li a {
  color: #8899a6;
}

.dark_mode .cinkes_project_media_description_details ul li:not(:last-child) {
  color: #8899a6;
}

.dark_mode .cinkes_main_menu li.has-menu-children::before {
  color: #ffffff;
}

.dark_mode .header-transparent.sticky .cinkes_menu > ul > li > a {
  color: #ffffff;
}

.dark_mode .header-transparent.sticky .cinkes_menu li.has-menu-children::before {
  color: #ffffff;
}

.dark_mode .header-transparent.sticky .cinkes_border_right-2 {
  border-color: rgba(255, 255, 255, 0.3);
}

.dark_mode .cinkes_quick_text span {
  color: #545a62;
}

.dark_mode .header-transparent.sticky .cinkes_quick_text span {
  color: #ffffff;
}

.dark_mode .header-transparent.sticky .cinkes_quick_text a {
  color: #ffffff;
}

.dark_mode .cinkes_quick_text a {
  color: #ffffff;
}

.dark_mode .cinkes_quick_contact span {
  color: #ffffff;
}

.dark_mode .cinkes_main_menu li:hover ul.sub-menu {
  background: #192734;
}

.dark_mode .cinkes_border_right {
  border-right: 1px solid #545a62;
}

.dark_mode .cinkes_services_fullwidth_area {
  background-color: #15202b;
}

.dark_mode .services_area {
  background-color: #15202b;
}

.dark_mode .cinkes_services_fullwidth_single {
  border: 1px solid #545a62;
  border-top: 0;
}

.dark_mode .header-sticky.sticky {
  background-color: #192734;
}

.dark_mode .cinkes_services_fullwidth_title {
  color: #ffffff;
}

.dark_mode .cinkes_title {
  color: #ffffff;
}

.dark_mode .cinkes_services_single {
  border-width: 0px;
  border-color: #15202b;
  background-color: #15202b;
}

.dark_mode .cinkes_services_single_title a {
  color: #ffffff;
}

.dark_mode .cinkes_services_single_icon {
  background-color: #ffffff;
}

.dark_mode .cinkes_sidebar_download a:hover {
  color: #8a2be2;
}

.dark_mode .cinkes_faq_single_item {
  border-bottom: 1px solid #293b48;
}

.dark_mode .cinkes_project_media_description_details_share a:hover {
  color: #fff;
}

.dark_mode .cinkes_contact_single_text a {
  color: #8899a6;
}

.dark_mode p {
  color: #8899a6;
}

.dark_mode .cinkes_about_area {
  background-image: url("../../../img/darkbg/bg1.png") !important;
  background-color: #081c2f;
}

.dark_mode .cinkes_brand_bg_wrapper {
  background-image: url("../../../img/darkbg/bg2.png") !important;
  border-radius: 8px;
}

.dark_mode .cinkes_fullwidth_services_icon_box.mb-30 {
  background-image: revert !important;
}

.dark_mode .cinkes_fullwidth_services_icon_box:hover {
  background-image: url("../../../img/services/bglayer.png") !important;
}

.dark_mode .cinkes_pricing_plan_area.pricing_bg {
  background-image: url("../../../img/darkbg/bg3.png") !important;
}

.dark_mode .cinkes_counterup_testimon_area.gray_bg.pt-120.pb-120 {
  background-image: url("../../../img/darkbg/bg6.png") !important;
}

.dark_mode .cinkes_fullwidth_features_single:hover span.cinkes_fullwidth_number {
  background-color: #fff;
  transition: 0.5s;
  color: #8a2be2;
}

.dark_mode .cinkes_about_title {
  color: #ffffff;
}

.dark_mode .cinkes_brand_area.cinkes_brand1_area.mtm-185 {
  background-color: #15202b;
}

.dark_mode element {
  background-image: none;
}

.dark_mode .cinkes_pricing_plan_header_title {
  color: #ffffff;
}

.dark_mode .pricing_tag {
  background-color: #ffffff;
  color: black;
}

.dark_mode .cinkes_pricing_plan_price {
  color: #8a2be2;
}

.dark_mode .cinkes_pricing_plan_wrapper {
  background-color: transparent;
  border: 0px;
  box-shadow: 0px 1px 4px 1px rgba(255, 255, 255, 0.7215686275);
}

.dark_mode .cinkes_count_text {
  color: #ffffff;
}

.dark_mode .cinkes_pricing_plan_action_btn.dark {
  color: #ffffff;
}

.dark_mode .cinkes_latest_blog_single {
  background-color: transparent;
}

.dark_mode .cinkes_pricing_plan_action_btn.darkbtn {
  color: #fff;
}

.dark_mode .cinkes_pricing_plan_action_btn {
  background-color: #ffffff;
  color: #15202b;
}

.dark_mode .cinkes_counterup_wrapper.mt-80 {
  background-image: url("../../../img/darkbg/bg4.png") !important;
}

.dark_mode .cinkes_list1_wrapper ul li {
  color: #8899a6;
}

.dark_mode .cinkes_brand_bg_wrapper {
  background-color: #303d49;
}

.dark_mode .cinkes_working_process_area {
  background-color: #15202b;
}

.dark_mode .cinkes_working_process_step_icon i {
  background-color: #192734;
  border: 0px;
}

.dark_mode .cinkes_working_process_step_title {
  color: #ffffff;
}

.dark_mode .cinkes_project_area {
  background-color: #15202b;
}

.dark_mode .cinkes_projects_button li button {
  border-bottom: 2px solid #8899a6;
}

.dark_mode .cinkes_consultation_form button[type=submit]:hover {
  background-color: #15202b;
  color: #fff;
}

.dark_mode .cinkes_projects_pagination .swiper-pagination-bullet:is(.swiper-pagination-bullet-active) {
  outline: 2px solid #1a1a1a;
  border: 3px solid #8899a6;
  width: 15px;
  height: 15px;
}

.dark_mode .cinkes_consultation_form button[type=submit] {
  background-color: #fff;
  color: #15202b;
}

.dark_mode .cinkes_projects_pagination .swiper-pagination-bullet {
  background-color: #373737;
}

.dark_mode .bg_gray {
  background-color: #192734;
}

.dark_mode .fal.fa-phone-plus {
  color: #ffffff;
}

.dark_mode .cinkes_fullwidth_features_single {
  background-color: #15202b;
  border: 0px;
}

.dark_mode .cinkes_fullwidth_single_title {
  color: #ffffff;
}

.dark_mode .cinkes_fullwidth_number {
  transition: 0.5s;
}

.dark_mode .cinkes_fullwidth_services_wrapper {
  background-color: #15202b;
}

.dark_mode .cinkes_fullwidth_services_icon_box {
  background-color: #192734;
  border: 0;
}

.dark_mode .cinkes_fullwidth_seervice_icon_text {
  color: #ffffff;
}

.dark_mode .cinkes_team_memeber_area {
  background-color: #15202b;
}

.dark_mode .cinkes_pricing_plan_wrapper {
  background-color: transparent;
  border: 0px;
}

.dark_mode .cinkes_video_presentation_area {
  background-color: #15202b;
}

.dark_mode .cinkes_consultation_area {
  background-color: #15202b;
}

.dark_mode .cinkes_free_consultaion_wrapper {
  background-color: #192734;
}

.dark_mode .cinkes_testimonial_slider_area {
  background-color: #192734;
}

.dark_mode .cinkes_latest_blog_area {
  background-color: #15202b;
}

.dark_mode .cinkes_latest_blog_single_content {
  background-color: #192734;
}

.dark_mode .cinkes_latest_blog_single_content_title a {
  color: #ffffff;
}

.dark_mode .cinkes_footer_top_area {
  background-color: #15202b;
}

.dark_mode .cinkes_footer_social a {
  background-color: #192734;
}

.dark_mode .cinkes_footer_widget_area {
  background-color: #15202b;
}

.dark_mode .cinkes_footer_border_bottom {
  border-bottom: 1px solid #2f3c48;
}

.dark_mode .cinkes_footer_copyright_area {
  background-color: #15202b;
}

.dark_mode .cinkes_testimonial_spage_content::before {
  background-color: #8899a6;
}

.dark_mode .cinkes_blog2_meta:not(:last-child)::before {
  background-color: #8899a6;
}

.dark_mode .cinkes_service_item_2::before {
  background-color: #ffffff;
}

.dark_mode .cinkes_brand_bg_wrapper-2 {
  background-image: url("../../../img/darkbg/bg2.png") !important;
  border-radius: 8px;
  background-repeat: no-repeat;
}

.dark_mode .cinkes_brand_bg_wrapper-2 {
  background-color: transparent;
}

.dark_mode .out-project-area.pt-115.pb-120 {
  background-color: #15202b;
}

.dark_mode .cinkes_brand_area.mtm-185 {
  background-color: #15202b;
}

.dark_mode .cinkes-404-area.pt-100.pb-120 {
  background-color: #15202b;
}

.dark_mode .dark-header-sticky {
  background-color: transparent;
}

.dark_mode .cinkes_about_2_area.pb-120.pt-220 {
  background: #15202b;
}

.dark_mode .grey_bg2 {
  background-color: #15202b;
}

.dark_mode .cinkes_countup_number {
  color: #ffffff;
}

.dark_mode .cinkes_countup_text {
  color: #ffffff;
}

.dark_mode .cinkes_support_area.pt_115_xs.pb-90 {
  background-image: url(../../../img/darkbg/bg4.png) !important;
}

.dark_mode .cinkes_support_item {
  background-color: #15202b;
}

.dark_mode .cinkes_support_item_text {
  color: #ffffff;
}

.dark_mode .cinkes_support_icon::before {
  background-color: #192734;
}

.dark_mode .cinkes_service2_item {
  background-color: #15202b;
}

.dark_mode .cinkes_service2_item_title {
  color: #ffffff;
}

.dark_mode .cinkes_service2_item_icon::before {
  background-color: #192734;
}

.dark_mode .cinkes_progress_single .progress-bar {
  background-color: #8a2be2;
}

.dark_mode .bg_white {
  background-color: #15202b;
}

.dark_mode .cinkes_benefits_area {
  background-color: #15202b;
}

.dark_mode .progress_label.wow.fadeInLeft h5 {
  color: #ffffff;
}

.dark_mode .cinkes_counterup_wrapper {
  background-image: url("../../../img/darkbg/bg4.png") !important;
}

.dark_mode .cinkes_testimonial_spage_wrapper {
  background-color: #15202b;
}

.dark_mode .cinkes_testimonial_spage_author_name {
  color: #ffffff;
}

.dark_mode .dark-header-sticky {
  background-color: transparent;
}

.dark_mode .blog_single_quote_content {
  background-color: #15202b;
}

.dark_mode .cinkes_blog_details_area.pt-120.pb-70 {
  background-color: #192734;
}

.dark_mode .blog_single_item {
  background: #15202b;
}

.dark_mode .blog_user_name {
  color: #ffffff;
}

.dark_mode .blog_title a {
  color: #ffffff;
}

.dark_mode .quote_author {
  color: #ffffff;
}

.dark_mode .cinkes_blog_sidebar {
  background-color: #192734;
}

.dark_mode .cinkes_sidebar_title {
  color: #ffffff;
}

.dark_mode .cinkes_sidebar-latestnews-title a {
  color: #ffffff;
}

.dark_mode .cinkes_blog_content_title {
  color: #ffffff;
}

.dark_mode .cinkes_blog_content_author {
  background-color: #15202b;
}

.dark_mode .cinkes_blog_content_author_name {
  color: #ffffff;
}

.dark_mode .comments_title {
  color: #ffffff;
}

.dark_mode .comment_title a {
  color: #ffffff;
}

.dark_mode .cinkes_gmap_area.pt-120.pb-105 {
  background-color: #15202b;
}

.dark_mode .cinkes_contact_area.pb-80 {
  background-color: #15202b;
}

.dark_mode .cinkes_getintouch_title {
  color: #ffffff;
}

.dark_mode .cinkes_contact_single_title {
  color: #ffffff;
}

.dark_mode .cinkes_faq_area.pt-115.pb-80 {
  background-color: #15202b;
}

.dark_mode .cinkes_faq_single_item_button {
  color: #ffffff;
}

.dark_mode .cinkes_project_details_area.pt-120.pb-110 {
  background-color: #15202b;
}

.dark_mode .portfolio_nav button:hover {
  color: #fff;
}

.dark_mode .out-project-area.pb-115 {
  background-color: #15202b;
}

.dark_mode .cinkes_project_details_title {
  color: #ffffff;
}

.dark_mode .cinkes_project_details_meta_wrapper {
  background-color: #192734;
}

.dark_mode .cinkes_project_details_meta_text a {
  color: #ffffff;
}

.dark_mode .cinkes_project_details_prev, .dark_mode .cinkes_project_details_next {
  color: #ffffff;
}

.dark_mode .cinkes-single-recent-project-box-1 .cinkes-single-recent-project-content-wrapper-1 {
  background: #192734;
}

.dark_mode .cinkes-single-recent-project-content-title-1 a {
  color: #ffffff;
}

.dark_mode .cinkes_project_details_next {
  color: #ffffff;
}

.dark_mode .portfolio_nav button.active {
  color: #fff;
  background-color: #8a2be2;
}

.dark_mode .portfolio_area.filter-wrapper.p-rel.pt-120.pb-120 {
  background-color: #15202b;
}

.dark_mode .portfolio_nav button {
  background-color: #ffffff;
  transition: all 0.3s;
  color: #15202b;
}

.dark_mode .cinkes_portfolio_media_area.fix.pt-120.pb-70 {
  background-color: #15202b;
}

.dark_mode .project_media_desc_details_title {
  color: #ffffff;
}

.dark_mode .cinkes_project_media_description_details ul li strong {
  color: #ffffff;
}

.dark_mode .cinkes_project_media_description_details_share a {
  color: #151515;
  background-color: #fff;
}

.dark_mode .cinkes_project_media_description_details_share_label {
  color: #ffffff;
}

.dark_mode .project_media_desc_title {
  color: #ffffff;
}

.dark_mode.cinkes_counterup_testimon_area {
  background: #15202b;
}

.dark_mode .cinkes_support_area.pt-115.pb-90 {
  background-image: url("../../../img/darkbg/bg4.png") !important;
}

.dark_mode .cinkes_service_work {
  background-color: #192734;
}

.dark_mode .cinkes_service_work_title a {
  color: #ffffff;
}

.dark_mode .cinkes_blog2_single_meta {
  background-color: #192734;
}

.dark_mode .cinkes_blog2_single_content {
  background-color: #192734;
}

.dark_mode .cinkes_blog2_single_content_title a {
  color: #ffffff;
}

.dark_mode .cinkes_service_details_area.pt-120.pb-70 {
  background-color: #192734;
}

.dark_mode .service_details_title {
  color: #ffffff;
}

.dark_mode .sd_tab_title {
  color: #ffffff;
}

.dark_mode .sd_tab_text_right ul li::before {
  background-color: #ffffff;
}

.dark_mode .cinkes_details_sidebar .cinkes_blog_sidebar {
  background-color: #283542;
}

.dark_mode .team_details_area.pt-120.pb-90 {
  background-color: #15202b;
}

.dark_mode .cinkes_team_details_designation {
  color: #ffffff;
}

.dark_mode .team_person_info strong {
  color: #ffffff;
}

.dark_mode .cinkes_team_member_social_action a {
  background-color: #15202b;
  color: #fff;
}

.dark_mode .cinkes_team_member_social_action a:hover {
  background-color: #8a2be2;
  color: #ffffff;
}

.dark_mode .cinkes_team_member_single_info.cinkes_team_details_single_info {
  background-color: #192734;
}

.dark_mode .cinkes_team_member_name.cinkes_team_details_name {
  color: #ffffff;
}

.dark_mode .cinkes_help_bg {
  background-color: #192734;
}

.dark_mode .cinkes_help_title {
  color: #ffffff;
}

.dark_mode .cinkes_help_feature_title {
  color: #ffffff;
}

.dark_mode .cinkes_testimonial_spage_area.pt-115.pb-120 {
  background-image: url("../../../img/darkbg/bg6.png") !important;
}

.cinkes-dark-light-view-box {
  position: fixed;
  left: 25px;
  top: 50%;
  transition: all 0.3s;
  transform: translateY(-50%);
  width: 28px;
  height: 70px;
  border-radius: 18px;
  z-index: 999;
  background-color: #111;
  cursor: pointer;
}
.cinkes-dark-light-view-box.has-clicked {
  background: #8a2be2;
}
.cinkes-dark-light-view-box .cinkes-dark-light-view-toogle-dot {
  position: absolute;
  width: 28px;
  height: 28px;
  transition: all 0.3s;
  background: #fff;
  border-radius: 50%;
  left: 0;
  top: 0;
}
.cinkes-dark-light-view-box .cinkes-dark-light-view-toogle-dot.pos-bottom {
  top: 34px;
}
.cinkes-dark-light-view-box::before {
  position: absolute;
  left: 50%;
  top: 5px;
  font-family: "Font awesome 5 pro";
  content: "\f186";
  color: #fff;
  transform: translateX(-50%);
}
.cinkes-dark-light-view-box::after {
  position: absolute;
  left: 50%;
  bottom: 5px;
  font-family: "Font awesome 5 pro";
  content: "\f185";
  color: #fff;
  transform: translateX(-50%);
}

.dark_mode .cinkes_slide:after {
  background-color: #192734;
}

.dark_mode .cinkes_border_right {
  border-left-color: #545a62;
}

.dark_mode .cinkes_services_fullwidth_single:first-child {
  border-right: 1px solid #545a62;
}

.dark_mode .cinkes_about_content_wrapper .cinkes_about_title {
  color: #fff;
}
:root {
  --bs-orange: #8a2be2 !important;
}
.cinkes_breadcrumb_area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2));
}

